/*body{
	background-image: url("https://freight.cargo.site/t/original/i/5f53b0bb6c46459b7f84b7c7da500433ec3a1199385557752a63acaf29d19945/bg.svg");
    background-repeat: repeat;
}*/
/*
.page_container {
	max-width: 3000px !important;
    margin: 0px auto 40px;
}*/

.exclude_desktop{
	height: 46px;
    overflow: hidden;
}

img {
    max-width: 100%;
}

.marquee img {
    max-width: 10000px;
}

.marquee_inner img {
    height: 400px;
}

.border img{
	border: solid 1px black;
}

.hyperlink a[href^="http"]::after
{
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 4px;
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
  */
  background-image: url("https://freight.cargo.site/t/original/i/6d10d753c156e2701dade5fc7a05edf08c4b350db9a03db195a807a9ae83fd28/arrow-bottom-right-square-fill-svgrepo-com.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: -2px;
}

video {
  width: 100%;
  height: auto;
  border: 1px solid #000;
}
/**
 * Custom
 */

@font-face {
  font-family: localArial;
  src: local('Arial');
  unicode-range: U+0030-0039;
}

.webgl{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

html {
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #333;
    overflow-y:scroll;
  /*
  background-image: linear-gradient(180deg, rgb(65, 144, 255), yellow);
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  font-weight: 500;
  */
}

body {
  margin: 0;
  cursor: url(cursor.png);
  -webkit-text-size-adjust: 100%;
}

a {
  color: #0c00ff;
  background-color: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: underline;
}

a.btn {
  display: inline-block;
  position: relative;
  margin: 0.5rem 0.5rem 0.5rem 0;
  padding: 0.9rem 1.5rem 1.1rem 1.5rem;
  color: #fff;
  font-weight: 400;
  background-color: #4641a3;
  font-size: 1em;
  line-height: 1.5em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-style: solid;
  border-color: #4c47b2;
  border-width: 1px;
}

a.btn:hover {
  color: #4c47b2;
  background: #fff;
}

a.btn.small {
  font-size: 0.8rem;
  margin: 0 0.6rem 0.6rem 0;
  padding: 0.15rem 0.8rem 0.25rem 0.8rem;
  text-align: left;
}

section {
  display: block;
  position: static;
 /* width: 90%;*/
  max-width: 767px;
  z-index: 1;
  perspective-origin: bottom;
  transform: perspective(1000px) rotateY(7deg) rotateX(0deg) rotateZ(-1deg);
  transition: all 300ms 0s ease;
  /*margin: 6rem auto 6rem 10%;*/
  padding: 0;
}

section:hover {
  transform: rotateY(0deg) rotateX(0deg) rotateZ(0deg);
}

section.right {
  transform: perspective(1000px) rotateY(-7deg) rotateX(0deg) rotateZ(1deg);
  /*margin: 6rem 10% 6rem auto;*/
}

section.right:hover {
  transform: rotateY(0deg) rotateX(0deg) rotateZ(0deg);
}

section.bottom {
  transform: perspective(1000px) rotateY(1deg) rotateX(-7deg) rotateZ(0deg);
  /*margin: 6rem auto 0rem auto;*/
}

section.bottom:hover {
  transform: rotateY(0deg) rotateX(0deg) rotateZ(0deg);
}

section.top {
  transform: perspective(1000px) rotateY(1deg) rotateX(6deg) rotateZ(0deg);
  /*margin: 4rem auto 1rem auto;*/
}

section.top:hover {
  transform: rotateY(0deg) rotateX(0deg) rotateZ(0deg);
}

section div.date {
  font-size: 0.8em;
  text-align: right;
  background-color: #fcfcfc;
  padding: 0.1em 0.5em;
  border-radius: 0.3em 0.3em 0 0;
}

section h1 {
  margin: 0;
  padding: 1.1em 0.5em 0.7em 0.5em;
  background-color: rgba(255, 255, 255, 0.66);
}

section h2 {
  margin: 0;
  padding: 1.3em 0 1em 0;
}

section h3 {
  margin: 0;
  padding: 1.4em 0 1.1em 0;
}

section h4 {
  margin: 0;
  padding: 1.5em 0 1.2em 0;
}

section article {
  background-color: rgba(255, 255, 255, 0.66);
  border-radius: 0.3em;
  /*margin: 0 0 1em 0;*/
  padding: 0;
}

section article p {
  margin: 0;
  padding: 0.66em 1em;
  line-height: 1.8em;
}

section ul {
  margin: 0;
  padding: 0 0 1.6em 1.6em;
  line-height: 1.8em;
}

section p.text {
  padding: 1.5em 0 1.5em 0;
  font-size: 1.1em;
  line-height: 1.9em;
}

section p.annotaion {
  font-size: 0.9em;
  font-weight: 900;
}

section ol {
  margin: 0;
  padding: 0 0 1.6em 0;
  line-height: 1.8em;
  padding-inline-start: 1.4em;
}

section a {
  min-width: 14em;
}

section p.signature {
  padding: 1em 0.66em 1.66em 0.5em;
  text-align: right;
  font-size: 1.2em;
}

section img {
  width: 100%;
}

section video {
  width: 100%;
}

div.app {
  display: block;
  position: static;
  margin: 0 0 2em 0;
  padding: 2em;
  min-height: 9em;
  background-color: rgba(220, 220, 220, 0.5);
}

div.app h4 {
  margin: 0;
  padding: 0 0 0.2em 0;
}

div.app span {
  font-size: 0.8em;
}

div.app img {
  width: 9em;
  height: 9em;
  margin-bottom: 0.7em;
}

div.app a {
  margin: 0.7em 0 0 0;
}

@media screen and (min-width:600px) {
  div.app img {
    float: left;
    margin-right: 1.5em;
  }
}

img.bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  transform: perspective(10000000px) translate3d(0px, 0px, -1000px);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

footer {
  display: block;
  text-align: center;
  color: #aaa;
  font-size: 0.9em;
  padding: 2rem 0 2rem 0;
  transform: perspective(10000000px) translate3d(0px, 0px, -900px);
}

footer p {
  width: 84%;
  max-width: 767px;
  margin: 1rem auto 1rem auto;
}

.tourhead p {
  width: 100%;
  max-width: 767px;
  max-height: 15vh;
  overflow: scroll;
  perspective-origin: bottom;
  transform: perspective(1000px) rotateY(30deg) rotateX(0deg) rotateZ(0deg) translate3d(-15px, 15px, 30px);
  background-color: rgba(0, 0, 0, 0.4);
  margin-left: -1em;
  padding: 1em;
  font-size: 1em;
  line-height: 1.66em;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  pointer-events: auto;
}

/**
 * default
 */

#toolset {
	display: none;
}

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

a:active {
	opacity: 0.7;
}

.page a.active {
	color: #000;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
    color:#000;
}

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, .15);
	border: 0;
	height: 1px;
	display: block;
}

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

.gallery_image_caption {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.4);
	font-family: Diatype, 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.2rem;
	font-weight: 505;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	line-height: 1.3;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

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

[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-weight: 515;
	padding: 0;
	margin: 0;
	font-size: 4.8rem;
	line-height: 1;
	color: #000;
    letter-spacing: -0.04rem;
	font-style: normal;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
    text-transform: uppercase;
    /*
    font-family: TimesNewRoman, serif;
	font-weight: 400;*/
    letter-spacing: -0.05rem;
    text-transform: capitalize;
}

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

[data-predefined-style="true"] h2 {
	font-family: "Diatype Variable", Icons;
	font-weight: 700;
    /*font-family: Times New Roman, Icons;
	font-weight: 600;
    text-transform: lowercase;*/
    font-style: normal;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 2rem;
	line-height: 1;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.2;
	font-family: "Diatype Mono Variable", Icons;
	font-style: normal;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
	font-variation-settings: 'slnt' 0, 'MONO' 1;
}

[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: 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: 2rem /*!main_margin*/;
	padding-bottom: 2rem /*!main_margin*/;
	padding-left: 2rem /*!main_margin*/;
	padding-right: 2rem /*!main_margin*/;
}

/**
 * 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.0rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.3;
}

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

.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 Button
 */

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

}

body.mobile #site_menu_button {
	font-size: 34px;
    background: black;
    top:0;
    right:0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}

#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(255, 255, 255, 0) ;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 40px 0px 0px 0px;
	max-width: 400px;
	min-width: 300px;
	text-align: right;
	display: flex;
	justify-content: flex-start;
}

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

#site_menu .page-link {
	background-color: rgba(0, 0, 0, 1);
font-family: "Diatype Variable", Icons;
    font-style: normal;
    font-weight: 700;
    padding: 0;
    margin: 0;
    font-size: 4rem;
    line-height: 1;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    vertical-align: bottom;
    
}

#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, 1);
}

body.mobile #site_menu .close {
   background-color: rgba(0, 0, 0, 1);
    font-family: s;
    font-weight: lighter;
	display: block;
    top:0;
    right:0;
    width: 46px;
    height: 46px;
    line-height: 45px;
    text-align: center;
}

body.mobile #site_menu_wrapper .site_menu {
    padding: 46px 0 0 0 !important;
    transition: all 1s ease-out;
}

#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: 2.5rem /*!shop_button*/;
	right: 3rem /*!shop_button*/;
}

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

#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: 1rem;
	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.2;
    padding: .7rem 2.5rem .8rem 1rem;
	font-style: normal;
	font-weight: 400;
}

.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;
    padding: .8rem 1rem .8rem;
	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(255, 255, 255, 1) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
	font-family: Diatype, 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.3rem;
	font-style: normal;
	font-weight: 500;
    line-height: 1.3;
}

.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: #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: 26rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: transparent;
    font-size: 1.2rem;
    line-height: 1.3;
	font-family: Diatype, 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;
}

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

