<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Content Break
 */

	.break-10 {
    height: 10px;
    }
    .break-20 {        
	height: 20px;
    }
    .break-30 {        
	height: 30px;
    }
 
	.break-40 {        
	height: 40px;
    }
 
	.break-50 {        
	height: 50px;
    }
 
	.break-100 {        
	height: 100px;
    }
 
	.break-200 {        
	height: 200px;
    }
 
	.break-300 {        
	height: 300px;
    }

/**
 * Scrollbar
 */

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

.header {
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 9999; /* Make sure it's above other elements */
    width: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}

.progress-bar {
    height: 2px;
    background: rgba(255, 0, 26, 0.8);
    width: 0%;
}

/**
 * Content
 */

body {
    background-color: transparent;
}

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

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
    
}

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

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

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

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

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Bodycopy
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, 'Sans Serif', Icons;
	font-style: normal;
	line-height: 1.3;
}

[data-predefined-style="true"] bodycopy a {
	border-bottom: 0.075em solid rgba(0, 0, 0, 0.75);
	color: rgba(0, 0, 0, 0.75);
	padding-bottom: 0.0em;
    font-weight: bold;
	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;
}

/**
 * Hover effect on images (HOME)
 */

.zoom-icon-link {
  transition: all 0.3s ease-in-out;
}

.zoom-link:hover .zoom-icon-link {
  transform: scale(1.05) rotate(10deg);
  filter: contrast(120%);  
}

.rotate {
    display: inline-block;
    animation: rotate 15s linear infinite;
}

@keyframes rotate {
    from {
    transform: rotate(0deg);
    }
    to {
    transform: rotate(360deg);
    }
}

/**
 * Subtitle (HOME)
 */

.subtitle {
    transition: 0.5s ease-in-out;
    position: relative;
    flex:1;
    width:100%;
    margin: 0em;
}

.subtitle:hover:after {
	font-family: "Space Mono", Icons;
	font-style: normal;
	font-weight: 200;
	padding: 24px;
	margin: 0px;
	color: rgba(0, 0, 0, 0.85);
	font-size: 2.4rem;
    line-height: 1.2;
    content:attr(txt);
    position:absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    left:0;
    bottom:0;
    right:0;
    text-align:center;
    animation: fade-in 0.5s linear forwards;
    }
            
    @keyframes fade-in {
    from {
    opacity: 0;
    }
    
	to {
    opacity: 1;  
    }
    }

/**
 * Styles
 */

[data-predefined-style="true"] h1 {
	font-family: "Space Mono", Icons;
	font-style: normal;
	font-weight: 600;
	padding: 0;
	margin: 0;
	font-size: 6.4rem;
	line-height: 0.9;
	color: rgba(0, 0, 0, 0.75);
	}

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

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

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

[data-predefined-style="true"] h3 {
	font-family: "Space Mono", Icons;
	font-style: normal;
	font-weight: 600;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 10rem;
	line-height: 1.2;
	}

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

[data-predefined-style="true"] h4 {
	font-family: "Space Mono", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 16rem;
	line-height: 2;
	}

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

[data-predefined-style="true"] title {
	font-family: "Space Mono", Icons;
	font-style: normal;
	font-weight: 600;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 8.4rem;
	line-height: 4.2;
	}

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

[data-predefined-style="true"] small {
    background: transparent;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.3;
	font-family: "Space Mono", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
}

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

/**
 * Breakpoints
 */

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

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

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

[data-css-preset] .container_width {
	width: 80%/*!content_center*/;
}
[data-css-preset] .content_padding {
	padding-top: 8rem /*!main_margin*/;
	padding-bottom: 8rem /*!main_margin*/;
	padding-left: 8rem /*!main_margin*/;
	padding-right: 8rem /*!main_margin*/;
}

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

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

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

[data-css-preset1] .container1 {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

[data-css-preset1] body {
	background-color: rgb(255, 255, 255) /*!body_bgcolor*/;
}

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

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


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

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(204, 204, 204, 1);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
	top: 2rem /*!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 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(10, 10, 10, 1.0);
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	padding: 40px 40px 40px 40px;
	max-width: 600px;
	min-width: 400px;
	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.80);
}

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

#site_menu a:active {
	opacity: 0.8;
}

#site_menu a.active {
	opacity: 0.6;
}

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

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

#site_menu .break {
	height: 38px;
}

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

/*
 * Image Zoom
 */

.content img.image-zoom:active {
	opacity: .8;
    transition: transform 0.3s ease-in-out;
}

/**
 * Hover Effects on Zoom Images
 */
.content img.image-zoom
{
  transition: all 0.3s ease-in-out;
}

.zoom-link:hover .content img.image-zoom
{
  transform: scale(1.05);
  filter: contrast(120%);
}

.content img.image-zoom:hover

{
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}

/**
 * Quick View
 */

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

.quick-view-caption {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", 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.3rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.3;
}

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

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

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

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: transparent;
    stroke-width: 2.5px;
}

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

.quick-view-navigation .close-button .inner-color {
    stroke: rgba(255, 255, 255, 0.85);
    stroke-width: 3.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: transparent;
    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: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(255, 255, 255, 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: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(255, 255, 255, 0.6);
    stroke-width: 2.5px;
}</pre></body></html>