/**
 * Content
 */

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

a:active {
	opacity: 1;
    text-decoration: underline solid #FFF;
}

.page a.active {
	opacity: 1;
    border-bottom: 2px solid #fff;
}

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

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

hr {
	background: rgba(0, 0, 0, 1);
	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;
	line-height: 1.3;
	font-family: 'Neue Haas Grotesk', Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(41, 41, 41, 0.3);
}

.footer-link {
	font-size: 1.1rem;
}

.footer-email {
	font-size: 1.1rem;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.3rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.2;
    letter-spacing: 0.01em;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(255, 255, 255, 1);
	padding-bottom: 0.1em;
	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: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 2.2rem;
	line-height: 0.9;
	color: rgba(255, 255, 255, 1);
    letter-spacing: 0.005em;
	}

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

[data-predefined-style="true"] h2 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 1.9rem;
	line-height: 1.2;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.3;
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}

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

[data-predefined-style="true"] h3 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
    margin-bottom:40px;
	color: rgba(255, 255, 255, 1);
	font-size: 3rem;
	line-height: 1.2;
	}

/**
 * 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: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
    transition: top 0.3s;
}

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

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

[data-css-preset] .content_padding {
	padding-top: 1rem /*!main_margin*/;
	padding-left: 1rem /*!main_margin*/;
	padding-right: 1rem /*!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: 100%/*!thumbnails_width*/;
}

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

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

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

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

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

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: 0.1rem;
    font-size: 2.2rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.9);
	font-family: 'Neue Haas Grotesk', Icons;
	font-style: normal;
	line-height: 1.3;
}


.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	line-height: 1.3;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: 'Neue Haas Grotesk', Icons;
	font-style: normal;
}

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

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

/**
 * Thumbnail Hover
 */

.thumbnails .thumbnail > a {
    overflow:hidden;
	position: relative;
}

.thumbnails .thumbnail .title {
	background: rgba(0, 0, 0, 0.4);
    padding: 0.5rem 1.2rem 0.7rem 1.2rem;
    margin: 2.4rem;
    color: rgba(255, 255, 255, 1);
    align-content: center;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
}

.thumbnails .title span {
	margin: auto;
	display: inline-block;
}

.thumbnails .thumbnail:hover .title {
    opacity: 1;
}

body.mobile .thumbnails .thumbnail:hover .title {
	opacity: 0;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(255, 255, 255, 1.0);
    line-height: 1;
    font-size: 35px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(255, 255, 255, 0);
    position: fixed;
    top: 0.20rem /*!site_menu_button*/;
	right: 0.25rem /*!site_menu_button*/;
}

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

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

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(26, 26, 26, 1);
	font-size: 15.0vw;
	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, 1);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 1);
	font-weight: 400;
    margin-top: -20px;
}

#site_menu a:active {
	opacity: 1;
}

#site_menu a.active {
	opacity: 1.0;
    border-bottom: 4px solid white;
    margin-bottom: 20px;
    
}

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

body.mobile #site_menu .close {
	display: block;
	font-size: 40px;
    top: 0.08rem /*!site_menu_button*/;
	right: 0.67rem /*!site_menu_button*/;
}

#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: 40px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 1.2rem /*!shop_button*/;
	right: 1.2rem /*!shop_button*/;
}

#shop_button.text {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 2.2rem;
    padding: 0;
    line-height: 1.2;
	font-style: normal;
	font-weight: 400;
}

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

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 46px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	font-size: 2.2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.9);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: "Neue Haas Grotesk", Icons;
    color: rgba(0, 0, 0, .9);
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
}

.shop_product .button {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.8);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * Image Zoom
 */

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

.image-zoom-background {
	background: rgba(0, 0, 0, 0.9);
}


/**
 * Image Zoom Navigation Arrows 
 */

.image-zoom-navigation .left-arrow,
.image-zoom-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-zoom-navigation .left-arrow .inner-color,
.image-zoom-navigation .right-arrow .inner-color {
    fill: #fff;
}

.image-zoom-navigation .left-arrow .outer-color,
.image-zoom-navigation .right-arrow .outer-color {
    fill: #000;
    opacity: 0.2;
}

.image-zoom-navigation .close-button {  
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.image-zoom-navigation .close-button .inner-color {
    fill: #fff;
}

.image-zoom-navigation .close-button .outer-color {
    fill: #000;
    opacity: 0.2;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 56px;
    width: 56px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    fill: #fff;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    fill: #000;
    opacity: 0.2;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 56px;
   height: 56px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   fill: #fff;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    fill: #000;
    opacity: 0.2;
}


/**
 * 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: 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.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

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

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

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

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

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

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

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

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

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

/* Andi's CSSSSSSSSSSS March 2022 */

/* Homapge h1 size Desktop */

[data-predefined-style="true"] [local-style="13549517"] h1 {
    line-height: 0.95 !important;
    letter-spacing: -0.05rem !important;
	}

/* Studio h1 size Desktop */


[data-predefined-style="true"] [local-style="13698345"] h1 {
    line-height: 0.95 !important;
    letter-spacing: -0.05rem !important;
	}

/* Linktree h1 size Desktop */

[data-predefined-style="true"] [local-style="24980950"] h1 {
    line-height: 0.95 !important;
    letter-spacing: -0.05rem !important;
    font-size: 5.5vw !important;
	}

/* Career Page Hover */
[data-predefined-style="true"] [local-style="25013773"] a:hover {
	opacity: 1;
    border-bottom: 2px solid #fff;
}

[data-predefined-style="true"] [local-style="25160302"] a:hover {
	opacity: 1;
    border-bottom: 2px solid #fff;
}

.h1black {
	color: black;
}

[data-predefined-style="true"] h2 a:hover {
   border-bottom: 2px solid #fff;
}

[data-predefined-style="true"] [local-style="13916488"] h1 a:hover {
   border-bottom: 2px solid #fff;
}

[data-predefined-style="true"] [local-style="24980950"] h1 a:hover {
   border-bottom: 2px solid #fff;
}

[data-predefined-style="true"] h2 a:active {
   border-bottom: 2px solid #fff;
}

	/* Cliche Video size Too small, pushed up content container */

	[data-predefined-style="true"] [local-style="24940155"] .container {
    margin-top: -40px !important;
	}

	/* Job Description */
    
    [data-predefined-style="true"] [local-style="25018626"] bodycopy {
    padding-right: 0px;
	}
    
    
     [data-predefined-style="true"] [local-style="25092061"] small {
    padding-right: 0px;
	}



@media screen and (max-width: 769px) {
    
    [data-predefined-style="true"] [local-style="13904984"] bodycopy {
    line-height: 1.666 !important;
    }
    
    [data-predefined-style="true"] [local-style="13904985"] bodycopy {
    line-height: 2 !important;
    }
    
    [data-predefined-style="true"] [local-style="13904986"] bodycopy {
    line-height: 2 !important;
    }
    
    [data-predefined-style="true"] [local-style="13904987"] bodycopy {
    line-height: 2.85 !important;
    }
    
   
   [data-predefined-style="true"] [local-style="13415510"] h2 .page a:active {
    text-decoration: none;
    border-bottom: 2px solid #fff;
    }
    
   [data-predefined-style="true"] [local-style="13415510"] h2 .page a:hover {
    border-bottom: 2px solid #FFF;
    text-decoration: none;
    }
 	
    /* Work page Titles + Descriptions */
    
    /* Cliche */
    
    [data-predefined-style="true"] [local-style="24968614"] h1 {
    font-size: 4.5vw !important;
    }
    
    
  [data-predefined-style="true"] [local-style="24968614"] bodycopy {
    line-height: 2.5rem !important;
    font-size: 2.31vw !important;
    }
    
  [data-predefined-style="true"] [local-style="24968614"] hr {
    margin-top: 1rem !important;
    }
    
    /* Spruce */
    
    [data-predefined-style="true"] [local-style="23840757"] h1 {
    font-size: 4.5vw !important;
    }
    
    
  [data-predefined-style="true"] [local-style="23840757"] bodycopy {
    line-height: 2.5rem !important;
    font-size: 2.31vw !important;
    }
    
  [data-predefined-style="true"] [local-style="23840757"] hr {
    margin-top: 1rem !important;
    }
    
    /* x15 */
    
    [data-predefined-style="true"] [local-style="22615259"] h1 {
    font-size: 4.5vw !important;
    }
    
    
  [data-predefined-style="true"] [local-style="22615259"] bodycopy {
    line-height: 2.5rem !important;
    font-size: 2.31vw !important;
    }
    
  [data-predefined-style="true"] [local-style="22615259"] hr {
    margin-top: 1rem !important;
    }
    
    /* Wholly */
    
    [data-predefined-style="true"] [local-style="21688952"] h1 {
    font-size: 4.5vw !important;
    }
    
    
  [data-predefined-style="true"] [local-style="21688952"] bodycopy {
    line-height: 2.5rem !important;
    font-size: 2.31vw !important;
    }
    
  [data-predefined-style="true"] [local-style="21688952"] hr {
    margin-top: 1rem !important;
    }
    
     /* Cannoe */
    
    [data-predefined-style="true"] [local-style="21064738"] h1 {
    font-size: 4.5vw !important;
    }
    
    
  [data-predefined-style="true"] [local-style="21064738"] bodycopy {
    line-height: 2.5rem !important;
    font-size: 2.31vw !important;
    }
    
  [data-predefined-style="true"] [local-style="21064738"] hr {
    margin-top: 1rem !important;
    }
    
     /* LOY */
    
    [data-predefined-style="true"] [local-style="20643921"] h1 {
    font-size: 4.5vw !important;
    }
    
    
  [data-predefined-style="true"] [local-style="20643921"] bodycopy {
    line-height: 2.5rem !important;
    font-size: 2.31vw !important;
    }
    
  [data-predefined-style="true"] [local-style="20643921"] hr {
    margin-top: 1rem !important;
    }
    
    
    /* LA28 */
    
    [data-predefined-style="true"] [local-style="15194823"] h1 {
    font-size: 4.5vw !important;
    }
    
    
  [data-predefined-style="true"] [local-style="15194823"] bodycopy {
    line-height: 2.5rem !important;
    font-size: 2.31vw !important;
    }
    
  [data-predefined-style="true"] [local-style="15194823"] hr {
    margin-top: 1rem !important;
    }
    
    /* Foresight */
    
    [data-predefined-style="true"] [local-style="15031827"] h1 {
    font-size: 4.5vw !important;
    }
    
    
  [data-predefined-style="true"] [local-style="15031827"] bodycopy {
    line-height: 2vw !important;
    font-size: 2.31vw !important;
    }
    
  [data-predefined-style="true"] [local-style="15031827"] hr {
    margin-top: 3rem !important;
    }
    
    /* BlackBird */
    
    [data-predefined-style="true"] [local-style="13904984"] h1 {
    font-size: 4.5vw !important;
    }
    
    
  [data-predefined-style="true"] [local-style="13904984"] bodycopy {
    line-height: 2vw !important;
    font-size: 2.31vw !important;
    }
    
  [data-predefined-style="true"] [local-style="13904984"] hr {
    margin-top: 3rem !important;
    }
    
    /* Virgin */
    
    [data-predefined-style="true"] [local-style="13615108"] h1 {
    font-size: 4.5vw !important;
    }
    
    
  [data-predefined-style="true"] [local-style="13615108"] bodycopy {
    line-height: 2vw !important;
    font-size: 2.31vw !important;
    }
    
    /* Kickstart */
    
    [data-predefined-style="true"] [local-style="13904986"] h1 {
    font-size: 4.5vw !important;
    }
    
  	[data-predefined-style="true"] [local-style="13904986"] bodycopy {
    line-height: 2vw !important;
    font-size: 2.31vw !important;
    }
    
    /* PlayVS */
    
    [data-predefined-style="true"] [local-style="13904987"] h1 {
    font-size: 4.5vw !important;
    }
    
   [data-predefined-style="true"] [local-style="13904987"] bodycopy {
    line-height: 2vw !important;
    font-size: 2.31vw !important;
    }
    
    
    /* Case Study Type Sizes */

	/* Beam 35148776 */

	[data-predefined-style="true"] [local-style="35148776"] h1 {
    line-height:1 !important;   
    font-size: 8vw !important;
    }
    
    [data-predefined-style="true"] [local-style="35148776"] bodycopy {
    line-height:1.4 !important;
    font-size: 3.5vw !important;
    }

 	/* Murf 35796376 */
    
   [data-predefined-style="true"] [local-style="35796376"] h1 {
    line-height:1 !important;   
    font-size: 8vw !important;
    }
    
    [data-predefined-style="true"] [local-style="35796376"] bodycopy {
    line-height:1.4 !important;
    font-size: 3.5vw !important;
    }
  

    
      /* Cliche */
    
    /* Cliche Video size Too small, pushed up content container */

[data-predefined-style="true"] [local-style="24940155"] .container {
    margin-top: -15px !important;
}
    
   [data-predefined-style="true"] [local-style="24940155"] h1 {
    line-height:1 !important;   
    font-size: 8vw !important;
    }
    
    [data-predefined-style="true"] [local-style="24940155"] bodycopy {
    line-height:1.4 !important;
    font-size: 3.5vw !important;
    }
    
     /* Spruce */
    
   [data-predefined-style="true"] [local-style="23840145"] h1 {
    line-height:1 !important;   
    font-size: 8vw !important;
    }
    
    [data-predefined-style="true"] [local-style="23840145"] bodycopy {
    line-height:1.4 !important;
    font-size: 3.5vw !important;
    }
    
    /* x-15 */
    
   [data-predefined-style="true"] [local-style="22614332"] h1 {
    line-height:1 !important;   
    font-size: 8vw !important;
    }
    
    [data-predefined-style="true"] [local-style="22614332"] bodycopy {
    line-height:1.4 !important;
    font-size: 3.5vw !important;
    }
    
      /* Wholly */
 
    
   [data-predefined-style="true"] [local-style="21688952"] h1 {
    line-height:1 !important;   
    font-size: 8vw !important;
    }
    
    [data-predefined-style="true"] [local-style="21688952"] bodycopy {
    line-height:1.4 !important;
    font-size: 3.5vw !important;
    }
    
     /* LOY */
    
   [data-predefined-style="true"] [local-style="21063804"] h1 {
    line-height:1 !important;   
    font-size: 8vw !important;
    }
    
    [data-predefined-style="true"] [local-style="21063804"] bodycopy {
    line-height:1.4 !important;
    font-size: 3.5vw !important;
    }

      /* Cannoe */
    
   [data-predefined-style="true"] [local-style="20631324"] h1 {
    line-height:1 !important;   
    font-size: 8vw !important;
    }
    
    [data-predefined-style="true"] [local-style="20631324"] bodycopy {
    line-height:1.4 !important;
    font-size: 3.5vw !important;
    }
    
     /* Foresight */
    
   [data-predefined-style="true"] [local-style="13614954"] h1 {
    line-height:1.0 !important;   
    font-size: 8vw !important;
    }
    
    [data-predefined-style="true"] [local-style="13614954"] bodycopy {
    line-height:1.4 !important;
    font-size: 3.5vw !important;
    }
    
    /* Blackbird */
    
   [data-predefined-style="true"] [local-style="15030762"] h1 {
    line-height: 1.0 !important;   
    font-size: 8vw !important;
    }
    
    [data-predefined-style="true"] [local-style="15030762"] bodycopy {
    line-height:1.4 !important;
    font-size: 3.5vw !important;
    }
   
    /* Virgin */
    
   	[data-predefined-style="true"] [local-style="13615108"] h1 {
    line-height:1.0 !important;   
    font-size: 8vw !important;
    }
    
    [data-predefined-style="true"] [local-style="13615108"] bodycopy {
    line-height: 1.4 !important;
    font-size: 3.5vw !important;
    }
    
    
    /* KickStart */
    
   [data-predefined-style="true"] [local-style="14218575"] h1 {
    line-height:1.0 !important;   
    font-size: 8vw !important;
    }
    
    [data-predefined-style="true"] [local-style="14218575"] bodycopy {
    line-height:1.4 !important;
    font-size: 3.5vw !important;
    }
    
    /* Play Vs */
    
   [data-predefined-style="true"] [local-style="13932887"] h1 {
    line-height:1.0 !important;   
    font-size: 8vw !important;
    }
    
   [data-predefined-style="true"] [local-style="13932887"] bodycopy {
    line-height:1.4 !important;
    font-size: 3.5vw !important;
    }
    
    /* Foresight */
    
    
    [data-predefined-style="true"] [local-style="15030715"] h1 {
    line-height:1.0 !important;   
    font-size: 8vw !important;
    }
    
   [data-predefined-style="true"] [local-style="15030715"] bodycopy {
    line-height:1.4 !important;
    font-size: 3.5vw !important;
    }
    
    /* Careers Type size */

    
    [data-predefined-style="true"] [local-style="25013225"] small {
    font-size: 2vw !important;
	}
    
	[data-predefined-style="true"] [local-style="25013773"] h1 {
    font-size: 3.1vw !important;
	}
    
    [data-predefined-style="true"] [local-style="25014155"] h1 {
    font-size: 3.1vw !important;
	}
    
    [data-predefined-style="true"] [local-style="25014156"] h1 {
    font-size: 3.1vw !important;
	}
    
    [data-predefined-style="true"] [local-style="25013773"] h1 a:hover {
	opacity: 1;
    border-bottom: 2px solid #fff;
}
    

    /* Job Description */

	[data-predefined-style="true"] [local-style="25160302"] h1 {
    font-size: 3.1vw !important;
	}
    
    [data-predefined-style="true"] [local-style="25160302"] small {
    font-size: 2vw !important;
	}
    
    [data-predefined-style="true"] [local-style="25092061"] h1 {
    font-size: 3.1vw !important;
	}
    
     [data-predefined-style="true"] [local-style="25092061"] small {
    font-size: 2vw !important;
	}
}


@media screen and (max-width: 600px) {
    
    /* HomePage h1 */
	[data-predefined-style="true"] [local-style="13549517"] h1 {
    font-size: 15vw !important;
    line-height: 0.95 !important;
	}
    
    /* Linktree h1 size mobile */

[data-predefined-style="true"] [local-style="24980950"] h1 {
    line-height: 0.95 !important;
    letter-spacing: -0.05rem !important;
    font-size: 8.0vw !important;
	}
    
     /* Work Page - Description/Year Adjustments */
    
	
     /* Cliche */
    
    [data-predefined-style="true"] [local-style="24968614"] h1 {
    font-size: 5.5vw !important;
    }
    
    
  	[data-predefined-style="true"] [local-style="24968614"] bodycopy {
    line-height: 2.5 !important;
    font-size: 1.8vw !important;
    }
    
  	[data-predefined-style="true"] [local-style="24968614"] hr {
    margin-top: 1.1rem !important;
    }
    
     /* Spruce */
    
    [data-predefined-style="true"] [local-style="23840757"] h1 {
    font-size: 5.3vw !important;
    }
    
    
  	[data-predefined-style="true"] [local-style="23840757"] bodycopy {
    line-height: 2.5 !important;
    font-size: 1.8vw !important;
    }
    
  	[data-predefined-style="true"] [local-style="23840757"] hr {
    margin-top: 0.7rem !important;
    }
    
     /* X15 */
    
    [data-predefined-style="true"] [local-style="22615259"] h1 {
    font-size: 5.3vw !important;
    }
    
    
  	[data-predefined-style="true"] [local-style="22615259"] bodycopy {
    line-height: 2.5 !important;
    font-size: 1.8vw !important;
    }
    
  	[data-predefined-style="true"] [local-style="22615259"] hr {
    margin-top: 0.5rem !important;
    }
    
    /* Wholly */
    
    [data-predefined-style="true"] [local-style="21688952"] h1 {
    font-size: 5.3vw !important;
    }
    
    
  	[data-predefined-style="true"] [local-style="21688952"] bodycopy {
    line-height: 2.5 !important;
    font-size: 1.8vw !important;
    }
    
  	[data-predefined-style="true"] [local-style="21688952"] hr {
    margin-top: 0.65rem !important;
    }
    
    /* Cannoe */
    
    [data-predefined-style="true"] [local-style="21064738"] h1 {
    font-size: 5.3vw !important;
    }
    
    
  	[data-predefined-style="true"] [local-style="21064738"] bodycopy {
    line-height: 2.5 !important;
    font-size: 1.8vw !important;
    }
    
  	[data-predefined-style="true"] [local-style="21064738"] hr {
    margin-top:  0.65rem !important;
    }
    /* LOY */
    
    [data-predefined-style="true"] [local-style="20643921"] h1 {
    font-size: 5.3vw !important;
    }
    
    
  	[data-predefined-style="true"] [local-style="20643921"] bodycopy {
    line-height: 2.5 !important;
    font-size: 1.8vw !important;
    }
    
  	[data-predefined-style="true"] [local-style="20643921"] hr {
    margin-top:  0.65rem !important;
    }
    
    /* LA28 */
    
    [data-predefined-style="true"] [local-style="15194823"] h1 {
    font-size: 5.3vw !important;
    }
    
    
  	[data-predefined-style="true"] [local-style="15194823"] bodycopy {
    line-height: 2.5 !important;
    font-size: 1.8vw !important;
    }
    
  	[data-predefined-style="true"] [local-style="15194823"] hr {
    margin-top: 1 0.65rem !important;
    }
    
    /* Foresight */
    
    [data-predefined-style="true"] [local-style="15031827"] h1 {
    font-size: 5.3vw !important;
    }
    
    
  	[data-predefined-style="true"] [local-style="15031827"] bodycopy {
    line-height: 2.5 !important;
    font-size: 1.80vw !important;
    }
    
  	[data-predefined-style="true"] [local-style="15031827"] hr {
    margin-top: 1.32rem !important;
    }
    
    
    
    /* Blackbird */
    
    [data-predefined-style="true"] [local-style="13904984"] h1 {
    font-size: 5.3vw !important;
    }
    
    
  	[data-predefined-style="true"] [local-style="13904984"] bodycopy {
    line-height: 1.7 !important;
    font-size: 1.80vw !important;
    }
    
  	[data-predefined-style="true"] [local-style="13904984"] hr {
    margin-top: 1.81rem !important;
    }
    
    /* Virgin */
    
    [data-predefined-style="true"] [local-style="13904985"] h1 {
    font-size: 5.3vw !important;
    }
    
    [data-predefined-style="true"] [local-style="13904985"] hr {
    margin-top: 1.81rem !important;
    }
    
  	[data-predefined-style="true"] [local-style="13904985"] bodycopy {
    line-height: 2.0 !important;
    font-size: 1.80vw !important;
    }
    
    /* Kickstart */
    
    [data-predefined-style="true"] [local-style="13904986"] h1 {
    font-size: 4.5vw !important;
    }
    
    [data-predefined-style="true"] [local-style="13904986"] hr {
    margin-top: 1.36rem !important;
    }
    
  	[data-predefined-style="true"] [local-style="13904986"] bodycopy {
    line-height: 2.3 !important;
    font-size: 1.80vw !important;
    }
    
    /* PlayVS */
   
    [data-predefined-style="true"] [local-style="13904987"] h1 {
    font-size: 4.5vw !important;
    }
    
   	[data-predefined-style="true"] [local-style="13904987"] bodycopy {
    line-height: 2.6 !important;
    font-size: 1.80vw !important;
    }
    
    
    
    /* Foresight */
    
    [data-predefined-style="true"] [local-style="15030715"] h1 {
    font-size: 4.5vw !important;
    }
    
   	[data-predefined-style="true"] [local-style="15030715"] bodycopy {
    font-size: 1.80vw !important;
    }
    
    
    /* Studio About h1 */
    
    [data-predefined-style="true"] [local-style="13698345"] h1 {
    font-size: 15vw !important;
        line-height: 0.95 !important;
    }
    
    
}

video#fullscreen_embed {
    position: fixed;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    min-width: 100vw;
    min-height: 100vh;
    z-index: 99999;
}