#sound_button:hover {
	background-color: white;
}



html { cursor: url("https://files.cargocollective.com/c1755496/cloud-cursor-01.png"), auto !important;
}

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

.hover-image {
    visibility: hidden;
}

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

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

/* Change width and height to scale images */
    width: 90vw;
    height: 20vh;
}

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




#toolset {
	display: none;
}

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

a:active {
	opacity: 0.7;
}

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

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

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

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

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

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

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

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

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
	font-family: "Monument Grotesk Semi-Mono", 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: 1.8rem;
	color: rgba(0, 0, 0, 1);
	font-family: "Monument Grotesk Mono Variable", Icons;
	line-height: inherit;
	font-style: normal;
	font-weight: 351;
	font-variation-settings: 'slnt' -8.1, 'MONO' 0.01;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.85);
	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: "Arizona Serif Variable", Icons;
	padding: 0;
	margin: 0;
	font-size: 8.9rem;
	line-height: 1.1;
	color: rgba(255, 255, 255, 1);
    letter-spacing: -0.04rem;
	font-style: normal;
	font-weight: 515;
	font-variation-settings: 'slnt' -4.4, 'SRFF' 0.87;
	}

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

[data-predefined-style="true"] h2 {
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	padding: 0;
	margin: 0;
	color: #263b44;
	font-size: 1.3rem;
	line-height: 1.3;
	font-style: normal;
	font-weight: normal;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.7rem;
	line-height: 1.2;
	font-family: "Monument Grotesk Semi-Mono Variable", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgb(0, 0, 0);
    letter-spacing: 0.05em;
	font-variation-settings: 'slnt' 0, 'MONO' 0.5;
}

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

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

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

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

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


[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: transparent/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 41%/*!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.1875rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -0.375rem/*!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: .3rem;
    font-size: 1.3rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

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

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

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

/**
 * Site Menu Button
 */

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

body.mobile #site_menu_button {
	margin: -10px;
    font-size: 28px;
}

#site_menu_button.custom_icon {
	width: 50px;
    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(58, 83, 218, 1);
	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: 2rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
	font-family: Diatype, Icons;
	font-size: 1.3rem;
    padding: 0;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-style: normal;
}

#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: Diatype, Icons;
	font-size: 1.3rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 500;
}

.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.3rem;
    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.4;
    padding: .7rem 3rem 0.8rem 1rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
}

.shop_product .button {
	font-family: Diatype, Icons;
	font-size: 1.3rem;
    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.3;
    padding: .8rem 1rem;
	font-style: normal;
	font-weight: 500;
}

/*
 * Image Zoom
 */

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

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 19.6rem /*!quick_view_padding*/;
    padding-bottom: 19.6rem /*!quick_view_padding*/;
    padding-left: 19.6rem /*!quick_view_padding*/;
    padding-right: 19.6rem /*!quick_view_padding*/;
    height: 1% /*!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: "Monument Grotesk Semi-Mono", 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.1rem;
	font-style: normal;
	font-weight: 400;
}

.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: rgba(255, 255, 255, 1);
    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: rgba(255, 255, 255, 1);
   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: 17rem;
    height: 3.1rem;
    outline: 1px solid transparent;
    color: rgba(31, 61, 70, 1);
    background: rgba(255, 255, 255, 0);
    font-size: 1.5rem;
    line-height: 1.4;
font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Bold", Icons;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

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

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

.audio-player .button {
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    fill: rgba(31, 61, 70, 1);
}

.audio-player .icon {
    fill: rgba(38, 59, 68, 1);
    padding: 25%;
    width: 100%;
    margin: auto;
}

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

.audio-player .progress {
    background: rgba(31, 61, 70, 1);
}

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

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: transparent;
}

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

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

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

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

.card1 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_02.jpg") no-repeat;
        margin: 0px;
    transition: 1.0s
    }
.card2 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_03.jpg") no-repeat;
        margin: 0px;
    transition: 1.0s
    }
.card3 {
        width: 270px;
        height:270px;
        background: url("https://files.cargocollective.com/c1755496/sky_04.jpg") no-repeat;
        margin: 0px;
    transition: 1.0s
    }
.card4 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_05.jpg") no-repeat;
        margin: 0px;
transition: 1.0s    }
.card5 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_06.jpg") no-repeat;
        margin: 0px;
    transition: 1.0s
    }
.card6 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_07.jpg") no-repeat;
        margin: 0px;
    }
.card7 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_07.jpg") no-repeat;
        margin: 0px;
    transition: 1.0s
    }
.card8 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_10.jpg") no-repeat;
        margin: 0px;
    transition: 1.0s
    }
.card9 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_11.jpg") no-repeat;
        margin: 0px;
    transition: 1.0s
    }
.card10 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_12.jpg") no-repeat;
        margin: 0px;
    transition: 1.0s
    }
.card11 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_13.jpg") no-repeat;
        margin: 0px; 
    transition: 1.0s
    }
.card12 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_14.jpg") no-repeat;
        margin: 0px;
    transition: 1.0s
    }
.card13 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_15.jpg") no-repeat;
        margin: 0px;
    }
.card14 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_17.jpg") no-repeat;
        margin: 0px;
    transition: 1.0s
    }
.card15 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_18.jpg") no-repeat;
        margin: 0px;
    transition: 1.0s
    }
.card16 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_19.jpg") no-repeat;
        margin: 0px;
    transition: 1.0s
    }
.card17 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_20.jpg") no-repeat;
        margin: 0px;
    transition: 1.0s
    }
.card18 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_21.jpg") no-repeat;
        margin: 0px;
    transition: 1.0s
    }
.card19 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_22.jpg") no-repeat;
        margin: 0px;
    transition: 1.0s
    
    }
.card20 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_23.jpg") no-repeat;
        margin: 0px;
    }
.card21 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_25.jpg") no-repeat;
        margin: 0px;
    transition: 1.0s
    }
.card22 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_26.jpg") no-repeat;
        margin: 0px;
    transition: 1.0s
    }
.card23 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_27.jpg") no-repeat;
        margin: 0px;
    transition: 1.0s
    }
.card24 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_28.jpg") no-repeat;
        margin: 0px;
    transition: 1.0s
        
    }
.card25 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_29.jpg") no-repeat;
        margin: 0px;
    }
.card26 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_30.jpg") no-repeat;
        margin: 0px;
    }
.card27 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_31.jpg") no-repeat;
        margin: 0px;
    }
.card28 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_32.jpg") no-repeat;
        margin: 0px;
    }
.card29 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_29.jpg") no-repeat;
        margin: 0px;
    }
.card30 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_29.jpg") no-repeat;
        margin: 0px;
    }
.card31 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_29.jpg") no-repeat;
        margin: 0px;
    }
.card32 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_29.jpg") no-repeat;
        margin: 0px;
    }
.card33 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_29.jpg") no-repeat;
        margin: 4px;
    }
.card34 {
        width: 270px;
        height: 270px;
        background: url("https://files.cargocollective.com/c1755496/sky_29.jpg") no-repeat;
        margin: 4px;
    }
.card35 {
        width: 120px;
        height: 120px;
        background: url("https://files.cargocollective.com/c1755496/sky_29.jpg") no-repeat;
        margin: 4px;
    }

.card:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-06.png") no-repeat;
    }
.card1:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-05.png") no-repeat;
    }
.card2:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-13.png") no-repeat;
    }
.card3:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-05.png") no-repeat;
    }
.card4:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-4.jpg") no-repeat;
    }
.card5:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-4.jpg") no-repeat;
    }
.card6:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-4.jpg") no-repeat;
    }
.card7:hover {
        background: url("https://files.cargocollective.com/c1755496/download.jpeg") no-repeat;
    }
.card8:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-07.png") no-repeat;
    }
.card9:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-30.png") no-repeat;
    }
.card10:hover {
        background: url("https://files.cargocollective.com/c1755496/Untitled-1-02.png") no-repeat;
    }
.card11:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-24.png") no-repeat;
    }
.card12:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-03.png") no-repeat;
    }
.card13:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-4.jpg") no-repeat;
    }
.card14:hover {
        background: url("https://files.cargocollective.com/c1755496/sky_17.jpg") no-repeat;
    }
.card15:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-15.png") no-repeat;
    }
.card16:hover {
        background: url("https://files.cargocollective.com/c1755496/Untitled-1-01.png") no-repeat;
    }
.card17:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-02.png") no-repeat;
    }
.card18:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-4.jpg") no-repeat;
    }
.card19:hover {
        background: url("") no-repeat;
    }
.card20:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-4.jpg") no-repeat;
    }
.card21:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-25.png") no-repeat;
    }
.card22:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-01.png") no-repeat;
    }
.card23:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-04.png") no-repeat;
    }
.card24:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-31.png") no-repeat;
    }
.card25:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-31.png") no-repeat;
    }
.card26:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-31.png") no-repeat;
    }
.card27:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-31.png") no-repeat;
    }
.card28:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-31.png") no-repeat;
    }
.card29:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-31.png") no-repeat;
    }
.card30:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-31.png") no-repeat;
    }
.card31:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-31.png") no-repeat;
    }
.card32:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-31.png") no-repeat;
    }
.card33:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-31.png") no-repeat;
    }
.card34:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-31.png") no-repeat;
    }
.card35:hover {
        background: url("https://files.cargocollective.com/c1755496/sky-images-31.png") no-repeat;
    }


.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  background-color: transparent;
  padding:0px;
}
.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 0px solid rgba(255, 255, 255, 0.8);
  padding: 0;
  font-size: 5px;
  text-align: center;
}

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

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




.button1 {
        width: 270px;
        height: 270px;
        background: url("https://freight.cargo.site/t/original/i/6bd85977d83875b973025ef665d3045355932f024a7bef43eda65f7a69c888bf/button-1-04.png") no-repeat;
        margin: 4px;
    }

.button1:hover {
        background: url("https://files.cargocollective.com/c1755496/Untitled-1-02.png") no-repeat;
    }

.cycle_content {
    opacity: 0;
    white-space: nowrap;
    display: inline-block;
    pointer-events: none;
}
 
.cycle_container {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 1rem;
    line-height: 1 !important;
}


.video-banner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
}

.video-banner a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}

.play-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 24px solid #333;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}


.container1 {
  position: relative;
}

.image {
  position: absolute;
  top: 170px; /* Adjust the top position */
  left: 240px; /* Adjust the left position */
  width: 310px;
}

@media only screen and (max-width: 767px) {
  .image {
    top: 130px; /* Adjust the top position for mobile view */
    left: 50%; /* Center the image horizontally */
    transform: translateX(-50%);
    width: 150px; /* Adjust the width for mobile view */
  }
}



.custom-img {
	filter: grayscale(100%) invert(100%);
}

.custom-img:hover {
	filter: none;
}


.hook {
  background-color: #000; 
  border: none;
  color: rgba(255, 255, 255, 0);
  padding: 16px 32px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  font-family: "Monument Grotesk Mono Variable", Icons;
  margin: 4px 2px 4px -40px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button5 {
  background-color: rgba(255, 255, 255, 0);
  color: #000;
    font-style: italic;

  border: 0px solid #929292;
            border-style: dashed;
    

}

.button5:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  text-decoration: underline;
      border-style: double;
}

.flier {
	pointer-events: none;
}

.flier > * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 100s linear infinite;
        pointer-events: none !important;
	top: 70;
	left: 89;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: fixed;
	animation-delay: 9s;
	z-index: 999999;
}

 /* Keyframe values control where the element will begin
    and end its trajectory across the screen. Each rule
    represents a path the element follows across the screen. */


@keyframes fly {

	50.001%, 0% {
                display: block;
		transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
	}

	15.001%, 18% {
		transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
	}

	40% {
		transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
	}

	40.001%, 43% {
		transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
	}

	65% {
		transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
	}

	65.001%, 68% {
		transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
	}

	95% {
		transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
	}
}
