.dropdown {
  position: relative;
}

.dropbtn,
.dropdown-content {
  background-color: transparent;
  color: white;
  padding: -10px;
  font-size: 3.5rem;
  border: none;
  font-weight: 1000;
  color: rgba(255, 255, 255, 1);
  font-family: "Diatype Variable", Icons;
  font-style: normal;
  line-height: -0.4;
  font-variation-settings: 'slnt'0, 'MONO'0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
  min-width: auto;
  box-shadow: 0px 8px 15px 0px transparent;
  z-index: 1;
}

.dropdown-content .menu-item {
  padding: -31px -9px;
}

.dropdown-content .menu-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-content .menu-item a {
  color: #fff;
  text-decoration: none;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content:hover {
  display: block;
}

a {
    cursor: url("https://freight.cargo.site/t/original/i/ffc473e29539ff007a23aeb0e42e4a4dffb518f852a496a3f138af460aaa7512/d4xnq44-6ca22436-cd5b-4614-a0fc-c96155e797f1-copy.png"), auto !important;
}

.content img {
    cursor: url("https://freight.cargo.site/t/original/i/ffc473e29539ff007a23aeb0e42e4a4dffb518f852a496a3f138af460aaa7512/d4xnq44-6ca22436-cd5b-4614-a0fc-c96155e797f1-copy.png"), auto !important;
}

html { 
    cursor: url("https://freight.cargo.site/t/original/i/ffc473e29539ff007a23aeb0e42e4a4dffb518f852a496a3f138af460aaa7512/d4xnq44-6ca22436-cd5b-4614-a0fc-c96155e797f1-copy.png"), auto !important; }
/**
}

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

a:active {
	opacity: 0.7;
}

.page a.active {
	color: rgba(255, 3, 0, 1);
}

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 4.5rem;
}

ol > li {
    padding-left: 0.75rem;
}

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

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

.content img {
	float: none;
	margin-bottom: 0rem;
    vertical-align: bottom;
}

.gallery_image_caption {
    margin-top: 0.3em;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Nitti Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: left;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 2.1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "D-DIN Expanded", Icons;
	font-style: normal;
	line-height: 1;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.85);
	padding-bottom: 0em;
	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: "Diatype Variable", Icons; 
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	font-style: normal;
	font-weight: 977;
	padding: 0;
	margin: 0;
	font-size: 3.6rem;
	line-height: 0.8;
	color: rgba(0, 0, 0, 0.85);
}

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

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

[data-predefined-style="true"] h2 {
	font-family: Interstate, Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 2.2rem;
	line-height: 1.2;
	letter-spacing: 0.01em;
}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 6.9rem;
	line-height: 0.8;
	font-family: "Nitti Grotesk", Icons;
	font-style: normal;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.85);
}

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

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

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

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

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

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

/**
 * Thumbnails
 */

