/**
 * Content
 */

@media screen and (min-width: 769px) and (max-width: 1024px) { 
   .exclude_mobile {
       display: flex;
	}
    
    .exclude_mobile .menu-links, .exclude_mobile .presentation-img, .exclude_mobile .social-media-container, .exclude_mobile .presentation-text > div {
		display: none;
	}
    
    .exclude_desktop, .mobile-name {
		display: inline !important;
	}
    
     #site_menu_button {
    	padding: 2.3rem;
    	font-size: 32px !important;
	}

 	#site_menu {
		width: 100%;
        max-width: 100vw !important;
	}

 	#site_menu_wrapper .site_menu {
		padding: 2.3rem !important;
	}

 	#site_menu .close {
		display: block !important;
		font-size: 40px !important;
		line-height: 1em;
	}
    
    .container_width {
		width: 100% !important;
        min-height: 0px !important;
	}
    
    .content_padding{
		padding: 2.1rem !important;
	}
    
    .content_container {
		padding-top: 6rem;
	}
    
    .thumbnails_width {
		width: 100% !important;
	}
    
    .pinned .page_container.overlay.fixed .page {
		background: transparent !important;
	}
    
    .presentation-text b {
		font-size: 32px !important;
        padding-bottom: 2rem !important;
	}
  
}

@media screen and (min-width: 1025px) {
	#site_menu_button {
		display: none !important;
	}
}

body {
	background-color: #FCFCFC;
	color: #000;
    line-height: normal;
}

.page .menu-links {
	margin-top: 2rem;
}

a:active {
	opacity: 0.7;
}

.page .menu-links a {
	color: #001d3d;
    opacity: 0.4;
    transition: 0.3s ease-in-out;
    font-size: 18px;
}

.page .menu-links a.active {
	color: #001d3d;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.page .menu-links a:hover {
	color: #001d3d;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: 500;
}

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

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: .5rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: "Poppins", 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.4rem;
	font-weight: 400;
	color: #001d3d;
	font-family: "Poppins", Icons;
	font-style: normal;
	line-height: 1.;
}

[data-predefined-style="true"] bodycopy a {
	color: #001d3d;
	border-bottom: 1px solid rgba(0, 0, 0, 0.6);
	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: "Poppins", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 2rem;
	line-height: 0.9;
	color: #001d3d;
}

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

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

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

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

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

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: #FCFCFC !important /*!page_bgcolor*/;
}

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

[data-css-preset] .container {
	margin-left: auto /*!content_right*/;
	margin-right: 0 /*!content_right*/;
	text-align: left /*!text_left*/;
    align-items: flex-start !important;
}

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

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

[data-css-preset] .content_padding {
	padding-top: 7rem /*!main_margin*/;
	padding-bottom: 7rem /*!main_margin*/;
	padding-left: 7rem /*!main_margin*/;
	padding-right: 7rem /*!main_margin*/; 
    
    border-right-color: #EAEBED;
    border-right-width: 1px;
    border-right-style: solid;
}

.bodycopy.content.content_padding{
	padding-right: 5rem;
}

/* @media screen and (min-device-width: 1024px) { 
   .content_padding {
        min-height: 100vh;
    }
}*/

.page.container.container_width.clearfix.pointer-events-auto.allow-scroll .bodycopy.content.content_padding{
	display: flex;
    
}

.page_container.overlay.fixed.exclude_mobile.pointer-events-none{
	padding-top: 2.5rem
}


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

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

.thumbnails .content_padding {
	padding: .5rem;
}

[data-css-preset] .thumbnails {
   	background-color: #FCFCFC/*!thumbnails_bgcolor*/;   
}

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

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

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

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

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

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

.thumb_image {
	height: 65vh !important;
}

.thumbnails .thumb_image img {
	height: 75vh !important;
    object-fit: cover;
    transition: transform 1s, filter 1s ease-in-out;
  	transform-origin: center center;
  	/* filter: opacity(35%); */
}

.thumbnails .thumb_image:hover img {
	filter: brightness(100%);
  	transform: scale(1.1);
    transition: transform 1s, filter 1s ease-in-out;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: 0.1rem;
    font-size: 32px;
	font-weight: 500;
	font-family: "Poppins", Icons;
	font-style: normal;
	line-height: 1.1;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: "Poppins", Icons;
	font-style: normal;
	line-height: 1.2;
}

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

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

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

.thumbnails .thumbnail .title {
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0);
    margin: 0rem;
    color: rgba(255, 255, 255, 1);
    /* color: rgba(31, 31, 31, 1); */
    align-content: flex-start;
    display: flex;
    position: absolute;
    left: 35px;
    right: 0rem;
    bottom: 1rem;
    z-index: 9;
    opacity: 0;
}

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

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

body.mobile .thumbnails .thumbnail .title {
	opacity: 1;
}

@keyframes easeIn {
    from {
       opacity: 0;
        margin-top: 4rem;
    }
    to {
        opacity: 1;
        margin-top: -5.5px;
    }
}

div[thumbnails]:nth-child(-n+4) {
    -webkit-animation: easeIn 1s linear;
    animation: easeIn 1s linear;
    animation-timing-function: ease;
}

/**
 * Site Menu
 */

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

body.mobile #site_menu_button {
    padding: 2.3rem;
    font-size: 24px;
}

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

#site_menu_button.active {
	display: none;
}


/**
 * Site Menu
 */

#site_menu {
	font-family: 'Poppins', Icons;
	background: #fbfaf4;
	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;
    gap: 16px;
}

body.mobile #site_menu {
	width: 100%;
}

body.mobile #site_menu_wrapper .site_menu {
	padding: 2.3rem !important;

}

#site_menu .page-link a {
	color: #001d3d;
}

#site_menu .set-link > a {
	color: #001d3d;
	font-weight: 500;
}

#site_menu a {
	opacity: 0.4;
}

#site_menu a:active {
	opacity: 1;
}

#site_menu a.active {
	opacity: 1;
}

#site_menu .close {
	display: none;
	color: #001d3d;
	line-height: .85em;
	font-size: 30px;
    padding: 2.3rem;
    right: 0 !important;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 36px;
	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: 1rem /*!shop_button*/;
	left: 1.5rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: "Poppins", Icons;
    padding: 0;
    line-height: 1.3;
	font-style: normal;
}

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

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

/*
 * Shop Product Widget
 */

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

.shop_product .price {
	font-family: "Poppins", Icons;
	font-size: 1.6rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.75);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
    font-family: "Poppins", 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.2;
    padding: .7rem 2.5rem .7rem 1rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
}

.shop_product .button {
    font-family: "Poppins", Icons;
	font-size: 1.3rem;
    background: rgba(0, 0, 0, 0.75);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 500;
}

/*
 * 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: "Poppins", 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.6rem;
	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: 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: 0;
    right: 0;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

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

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #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.6rem;
    line-height: 1.3;
    font-family: "Poppins", 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;
}


/*
 * Profile
 */

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

.left-side-menu {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
}

.email{
	white-space: nowrap;
}

.presentation-img{
	position: relative;
    padding-bottom: 2vh;
    padding-top: 0;
}

.profile-img img.image-zoom{
    cursor: default;
    height: 60% !important;
    width: 60% !important;
}

.text-animation{
    position: absolute;
    top: -120%;
    right: -9%;
    pointer-events: none;
    cursor: default;
    opacity: 30%;
}

.text-animation img{
    pointer-events: none !important;
    cursor: default;
}

.text-animation img.image-zoom{
    display: inline-block;
    -webkit-animation: rotate 10s linear infinite;
    animation: rotate 10s linear infinite;
    cursor: default;
    width: 70% !important;
    height: 70% !important;
    max-width: 150px;
    max-height: 150px;
    pointer-events: none;
}

.presentation-text {
    display: flex;
    flex-direction: column;
	gap: 8px;
    padding-bottom: 12px;
}

.presentation-text a {
	display: flex;
}

.presentation-text h1 {
	font-family: 'Poppins';
    font-size: 32px;
}

.presentation-text .description {
	font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}



img{
	border-radius: 8px;
}

.close-icon{
	display: flex;
    width: 100%;
    justify-content: right;
    
}

.close-icon a {
	opacity: 0.6;
    transition: 0.3s ease-in-out;
}

.close-icon a:hover {
	opacity: 1;	
    transition: 0.3s ease-in-out;
}

/* Social Media */
.social-media #spotify a:hover img {
	box-shadow: 0 0 8px lightgrey;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.social-media #email img, .social-media #spotify img, .social-media #linkedin img, .social-media #dribbble img, .social-media #medium img {
	margin: 0;
}

.social-media-container {
	height: 20px;
    gap: 24px;
}

.social-media{
	display: flex;
    flex-direction: row;
    gap: 12px;
    height: 40px;
}

.social-media #email, .social-media #spotify, .social-media #linkedin, .social-media #dribbble{
	position: absolute;
    cursor: pointer;
}

.social-media:hover .normal{
	display: none;
}

.social-media:hover .hovered{
	display: inline;
}


.hovered {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}


.card {
    display: flex;
    gap: 21px;
	border-radius: 16px;
	background: transparent;
    width: 100%;
    padding: 16px 22px;
    position: relative;
    border: solid 1px #EAEBED
}

.card h3, .card p, .card img{
	margin: 0;
}

.features-grid .card .card-text {
	display: flex;
    flex-direction: column;
    gap: 8px;
}

.card .card-img{
	width: 90px;
	height: 90px;
	flex-shrink: 0;
    display: flex;
}

.card .card-img img{
	width: inherit !important;
	height: inherit  !important;
}

.card .overlay {
	position: absolute;
    border-radius: 16px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.card:hover .overlay{
	background: #000;
    opacity: 0.05;
}


/*
 * Card grids
 */

.features-grid, .intro-grid, .schola-grid, .hello-feedback-grid {
    display: flex;
    flex-direction: column;
	gap: 16px;
}

.features-grid .row, .intro-grid .row, .schola-grid .row, .hello-feedback-grid .row {
    display: flex;
	column-gap: 5vw;
    row-gap: 16px;
}

.grid-row {
	column-gap: 5vw;
}

.features-grid .row .grid-item, .intro-grid .row .grid-item, .schola-grid .row .grid-item, .hello-feedback-grid .row .grid-item {
	flex: 1;
}

.features-grid .grid-item img, .schola-grid .grid-item img, .hello-feedback-grid .grid-item img {
	transition: none;
}

.features-grid .scroll-transition-fade{
	    transition: transform 1s ease-in-out,opacity .8s ease-in-out;
}

.schola-grid .card .card-text h3, .hello-feedback-grid .card .card-text h3 {
	padding-top: 4px;
    padding-bottom: 10px;
}

.card h3 {
	font-size: 18px;
}

small {
	font-size: 16px;
}

@media screen and (max-width: 1024px) { 
   .features-grid .row {
       flex-direction: column !important;
	}
    
    .grid-item {
		width: 100% !important;
	}
}



.link{
	border-bottom: none !important;
    width: fit-content;
}

.link.company-link {
  display: inline-block;
  position: relative;
  color: #2A6DFF;
  cursor: pointer;
}

.link.company-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1.5px;
  bottom: 0;
  left: 0;
  background-color: #2A6DFF;
  transform-origin: bottom right;
  transition: transform 0.4s ease-out;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #001D3D;
  cursor: pointer;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1.5px;
  bottom: 0;
  left: 0;
  background-color: #001D3D;
  transform-origin: bottom right;
  transition: transform 0.4s ease-out;
}

.hover-underline-animation:hover::after, .link.company-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


.card.blue {
	background: #EFF7FF;
}

.card.orange {
	background: #f8ebd8;
}

.card.green {
	background: rgba(182, 234, 230, 0.20);
}

.card.pink {
	background: rgba(240, 225, 255, 0.70);
}

.fadein {
    opacity: 0;
    animation-timing-function: ease;
}


