/** FONTS 
 **/ 
@font-face {
    font-family: 'Druk Bold';
    font-weight: 700;
    font-style: normal;
    src: url('https://files.cargocollective.com/c928990/Druk-Bold-Web.woff') format('woff');
}
@font-face {
    font-family: 'Druk Bold Italic';
    font-weight: 700;
    font-style: italic;
    src: url('https://files.cargocollective.com/c928990/Druk-BoldItalic-Web.woff') format('woff');
}

/**
 * Content
 */

body {
	background-color: #fff;
	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 1em;
}

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

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

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

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 2.5rem;
    font-size: 2 rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
	font-family: 'effra', 'Helvetica Neue', sans-serif, 'Sans Serif', Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: 'effra', 'Helvetica Neue', sans-serif, 'Sans Serif', Icons;
	font-style: normal;
	line-height: 1.3;
}

@media (min-width: 1024px){
	[data-predefined-style="true"] bodycopy {
        font-size: 1.8rem;
    }
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(1, 1, 1);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(0, 0, 0, 1);
	text-decoration: und;
}

[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: 'Druk Bold', "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 10rem;
	line-height: .85;
	color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
}

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

[data-predefined-style="true"] h2 {
	font-family: 'Druk Bold', "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0 0 10px 0;
	color: rgba(0, 0, 0, 1);
	font-size: 4.5rem;
	line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    
}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.6rem;
	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;
	color: rgba(23, 23, 23, 0.35);
}

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


@media (min-width: 1024px){
	[data-predefined-style="true"] h1{
		font-size: 16rem;
		line-height: 1;
	}
    [data-predefined-style="true"] h2 {
        font-size: 5rem;
    }
}

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

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

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

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


[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: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

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

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

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

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

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

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

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.8rem;
	font-weight: normal;
	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.1;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	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.2;
}

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

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

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    top: 3rem /*!site_menu_button*/;
	left: 3rem /*!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
 */

#site_menu {
    width:100%;
	font-family: "Druk Bold", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: #0060fc;
	font-size: 56px;
    line-height: 56px;
    text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
    max-width:none;
	padding: 20px 30px 90px 80px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: center;
}
@media (min-width: 768px){
    #site_menu {
       font-size: 64px;
    	line-height: 68px;
    }
}
@media (min-width: 1024px){
    #site_menu {
        font-size: 84px;
    	line-height: 88px;
    }
}
@media (min-width: 1200px){
    #site_menu {
      font-size: 110px;
    line-height: 110px;
    }
}
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: bold;
}
#site_menu a{
	line-height: inherit;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .7;
}

#site_menu .close {
	display: block;
	color: rgba(255, 255, 255, 1);
	line-height: .85em;
	font-size: 65px;
    font-family: Icons;
    left: 16px;
    right:auto;
    
}

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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

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

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

/*
 * Shop Product Widget
 */

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

.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem .7rem 1rem;
}

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * Image Zoom
 */

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

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 0.85) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    font-weight: 400;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.5rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(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: 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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * 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(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: #fff;
   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: 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;
}

/** CUSTOM 
 **/ 
h3{
	font-family: 'Druk Bold', "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0 0 10px 0;
	color: rgba(0, 0, 0, 1);
	font-size: 5.25rem;
	line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: underline;
}
ul{
	padding:0;
    margin:0;
}
ul li{
	list-style: none;
    margin-bottom: 15px;
}
section{
	max-width: 1600px;
    margin: 0 auto 40px;
    width: calc(100% - 40px);
    position: relative;
}

[grid-gutter="12"]{
	margin:0 !important;
}
[grid-responsive] [grid-col] img{
	width: 100% !important;
    height: auto !important;
}

@media (min-width:740px){
    section{
		margin-bottom: 90px;
	}
	[grid-responsive] [grid-col]{
		padding: 2em !important;
	}
}

.br-nobottommargin{
	margin-bottom: 0 !important;
}
.br-fullwidth{
	max-width:none;
    width: 100%;
}
.br-fullcover{
	width: 100%;
    height: 75vh;
    max-width: none;
    margin-bottom: 90px;
    overflow: hidden;
}
@media (min-width: 1024px){
	.br-fullcover{
		height: 100vh;
	}
}
.br-fullcover video, .br-fullcover img{
	width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}
.br-inline-video{
	width: 100%;
    position: relative;
}
.br-inline-video video{
	width: 100%;
}

.br-video-poster{
	position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.br-video-poster img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.br-video-poster .br-video-button{
	width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    border: 3px solid #fff;
    border-radius: 100%;
}
.br-video-poster .br-video-button span{
    display: block;
    margin-left:35px;
    margin-top: 20px;
	box-sizing: border-box;
  height: 74px;
  
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  will-change: border-width;
  cursor: pointer;

  border-style: solid;
  border-width: 37px 0 37px 60px;
}
.br-header{
	text-align: center;
    margin-top: 90px
}
.br-header p{
	max-width: 800px;
    margin: 0 auto;
}
.br-header img{
	width: 100% !important;
    height: auto !important;
}
.br-cover-header h1{
	color:#fff;
    position: absolute;
    bottom:0;
    text-align: center;
    width: 100%;
    font-size: 14rem;
    line-height: .8;
}

.br-project-header h1{
	font-size: 8rem;
    max-width: 1000px;
}

.br-project-section{
	margin-bottom: 120px;
}
.br-project-section > img{
	width: 100% !important;
    height: auto !important;
}
.br-odd > div:first-child{
	flex-direction: row-reverse;
}
@media (min-width:740px){
    .br-cover-header h1{
		font-size: 20rem;
	}
    .br-project-header h1{
        font-size: 13rem;
    }
    .br-project-section{
        margin-bottom: 160px;
    }
}
/* home */
.br-subhed-culture{
	text-indent: -10000px;
    background-image: url('https://files.cargocollective.com/c928990/Culture.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    max-width: 900px;
    margin: 0 auto !important;
}
.br-home-team > div:first-child{
	max-width: 1400px;
    margin: 0 auto;
}

.br-home-gradient{
    padding-bottom: 90px;
background: linear-gradient(0deg, rgba(255,130,1,1) 0%, rgba(237,183,243,1) 50%, rgba(255,255,255,1) 100%);
}
.br-team-link{
	font-family: 'Druk Bold', "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	font-weight: 700;
    text-transform: uppercase;
    font-size: 64px;
    line-height: 110px;
    background-image: url(https://freight.cargo.site/t/original/i/09a8e79dba003ef260359d76a177b40d64fb4e125e0bc26f00deacf7c6e0a987/circle.png);
    background-size: contain;
    background-repeat:no-repeat;
    background-position: center;
    position: relative;
    display: block;
    text-align: center;
    text-decoration: underline !important;
}
.br-team-link:before{
	content:'';
    display: block;
    position: absolute;
    background-image: url(https://freight.cargo.site/t/original/i/f12e53bf13f7f6c411cb5292b9ff28996277fa8f8c7d2f9568d4aa68cca7d0b5/hand.png);
    width: 100px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 50%;
    top: 50%;
    transform: translate3d(-100%, -50% ,0);
}
.br-team-link:after{
	content:'';
    display: block;
    position: absolute;
    background-image: url(https://freight.cargo.site/t/original/i/82aa788bb906d718b36780524e7afc6fd13abd1cc67914226438c1b91e6827c2/opposite-hand.png);
    width: 100px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate3d(100%, -50% ,0);
}

/* team */
.br-team-gradient{
	background: linear-gradient(0deg, rgba(202,233,107,1) 0%, rgba(202,233,107,1) 27%, rgba(255,255,255,1) 100%);
}

.br-team-disciplines{
	margin-bottom: 40px;
}
.br-team-disciplines > div{
	align-items: unset;
    height: 0;
    padding-bottom: 200%;
    position: relative;
}
.br-team-disciplines > div > div{
	position: absolute;
    top:0;
    height: 50%;
}
.br-team-disciplines > div > div:nth-child(2){
    top: 50%;
}

.br-team-disciplines h2{
	color:#fff;
}
.br-team-disciplines a{
	color:#fff !important;
    text-decoration: underline !important;
}
.br-team-disciplines > div:first-child > div:first-child{
	background-image: url('https://freight.cargo.site/t/original/i/5a3f7cb736da462477c13e41a40c1fb6a5975ac65b2158a5f6724a37735c4389/Disciplines_content2.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    left:0;
}
.br-team-disciplines > div:first-child > div:nth-child(2){
	background: rgb(3,162,248);
	background: linear-gradient(144deg, rgba(3,162,248,1) 0%, rgba(41,240,157,1) 100%);
    color: #fff;
    right: 0;
}
.br-team-disciplines > div:nth-child(2) > div:first-child{
	background-image: url('https://freight.cargo.site/t/original/i/9c36cf95ad4955c91548247be4aa1353f8455b74430b6a0a15f84c36b2f98e65/Disciplines_product2.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    right:0;
}
.br-team-disciplines > div:nth-child(2){
	flex-direction: row-reverse;
}
.br-team-disciplines >  div:nth-child(2) > div:nth-child(2){
	background: rgb(249,136,231);
	background: linear-gradient(144deg, rgba(249,136,231,1) 0%, rgba(165,89,205,1) 100%);
    color: #fff;
    left:0;
}
	
@media (min-width: 740px){
    .br-team-disciplines > div{
		padding-bottom: 50%;
	}
  	.br-team-disciplines > div:first-child > div:nth-child(2){
        padding: 4em !important;
        top:0;
    }
    .br-team-disciplines >  div:nth-child(2) > div:nth-child(2){
        padding: 4em !important;
        top:0;
    }
    .br-team-disciplines > div > div{
        top:0;
    	height: 100%;
    }
}

.br-team-values > div{
	max-width: 1400px;
    margin: 0 auto;
}
.br-team-values > div:nth-child(odd){
	flex-direction: row-reverse;
}
.br-team-values > div > div:first-child{
	width: 60%;
}
.br-team-values > div > div:nth-child(2){
	width: 40%
}
.br-teamwork-svg{
	background: url('https://files.cargocollective.com/c928990/Team_work.svg');
    width: 100%;
    height: 0;
    padding-bottom: 72%;
    display: block;
    background-repeat: no-repeat;
    background-size:contain;
}
.br-diversity-svg{
	background: url('https://files.cargocollective.com/c928990/Diversity.svg');
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    display: block;
    background-repeat: no-repeat;
    background-size:contain;
}
.br-thinking-svg{
	background: url('https://files.cargocollective.com/c928990/Forward_thinking.svg');
    width: 100%;
    height: 0;
    padding-bottom: 57%;
    display: block;
    background-repeat: no-repeat;
    background-size:contain;
}
.br-growth-svg{
	background: url('https://files.cargocollective.com/c928990/Growth_.svg');
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size:contain;
}
/* balls */
.br-ball2{
   position: relative;
    z-index: 10;
}

.br-ball2 img{
	position: absolute;
    top:-80px;
    left:50%;
    transform:translate3d(-50%, 0,0);
    max-width: 200px;
    height: auto !important;
}
.br-ball3{
   position: relative;
    z-index: 10;

}
.br-ball3 img{
	position: absolute;
    top:-120px;
    right:25%;
    max-width: 140px;
    height: auto !important;
}

@media (min-width: 768px){
	.br-ball2 img{
		max-width: 300px;
        top:-150px;
	}
    .br-ball3 img{
        max-width: 230px;
	}
}
/* faq */
.br-faq{
	text-align:center;
}
.br-faq h2{
	max-width: 600px;
    margin: 0 auto 20px;
}
.br-faq p{
	max-width: 980px;
    margin: 0 auto 1em;
}
/* work */
.br-work-gradient{
    padding: 90px 0;
background: linear-gradient(0deg, rgba(250,214,227,1) 0%, rgba(169,237,233,1) 52%, rgba(238,237,197,1) 100%);
}
/* 420 */
.br-420-illos1 img{
	position: absolute;
    right: 0;
     transform: translate3d(74%, 0, 0);
    margin-top:-20vh;
}
.br-420-illos2 img{
	position: absolute;
    left: 0;
     transform: translate3d(-80%, 0, 0);
    margin-top:-30vh;
    z-index: 10;
   
}
.br-420-illos3{
	position: relative;
}
.br-420-illos3 img:first-child{
    position: absolute;
    left: -50%;
    bottom:0;
}
.br-420-illos3 img:nth-child(2){   
	margin-left:50%;
}
.br-420-illos4 img{
	position: absolute;
    left: 0;
    transform: translate3d(-83%, 0, 0);
    z-index: 10;
}
.br-420-illos5 img{
	position: absolute;
    right: 0;
     transform: translate3d(90%, 0, 0);
    margin-top:-20vh;
    z-index: 10;
}
.br-420-illos6{
	position: relative;
    text-align: center;
}

@media (min-width:768px){
	.br-420-illos1 img{
        transform: translate3d(58%, 0, 0);
    }
    .br-420-illos4 img{
    transform: translate3d(-70%, 0, 0);
	}
   
    .br-puzzle img:last-child{
        width: 70% !important;
        margin-left:auto;
        margin-right:auto;
        display: block;
	}
    .br-kicks img:first-child{
		width: 70% !important;
        display: block;
        margin-left:auto;
        margin-right:auto;
	}
}

.image-gallery-navigation .left-arrow, .image-gallery-navigation .right-arrow{
	height: 46px;
    width: 46px;
}
.image-gallery-navigation .left-arrow .outer-color, .image-gallery-navigation .right-arrow .outer-color{
	stroke-width: 2.5px;
    stroke: #fff;
}
.slick-next:before, .slick-prev:before{
	display: block;
    content: '';
    background: rgba(0,0,0,0.7);
    width: 60px;
    height:60px;
    position: absolute;
    top: 50%;
    border-radius: 100%;
    right:0;
    margin-top: -30px;
}
.slick-prev:before{
	right: auto;
    left:0;
}

/* footer */
.br-footer p{
	max-width: 430px;
}
.br-footer > div > div:first-child img{
	max-width: 150px;
    height: auto !important;
}
/* loaders */
@keyframes slide{
	0% {
    transform: translateY(100vh);
  }
  12% {
    transform: translateY(0vh);
  }
   50% {
    transform: translateY(0vh);
  } 
  100% {
    transform: translateY(-100vh);
  }
}
.br-loader{
	position: fixed;
    top: 0;
    width:100%;
    left:0;
    height: 100vh;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    animation: slide 3s cubic-bezier(.46,.03,.52,.96);
    transform: translateY(100vh);
    
}
.br-loader-home{
    background-image: url(https://files.cargocollective.com/c928990/SIte-Loader4.gif);
}
.br-loader-team{
    background-image: url(https://freight.cargo.site/t/original/i/ce8b1df347355231da1fdfa5706ae3f7c857ded6a48238351659d2bed357c663/05_KICKS_FireEyes.gif);
}
.br-loader-work{
    background-image: url(https://files.cargocollective.com/c928990/SIte-Loader4.gif);
}
.br-loader-faq{
    background-image: url(https://freight.cargo.site/t/original/i/e10e9988e0a738a947cef18ebbed3494439661e74222e748be1b73d1571170cb/07_KICKS_Hmm.gif);
}