/** Shopify CDN: Minification failed

Line 55:16 Expected ")" to end URL token
Line 56:16 Expected ")" to end URL token
Line 57:16 Expected ")" to end URL token
Line 58:16 Expected ")" to end URL token

**/
/* RESET */

*, *::before, *::after {
  box-sizing: border-box;
}

*:not(dialog) {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}
/* FONT IMPORTS */
@fontface @font-face {
    font-family: "GTA-std-reg";
    src: url({{ "hoffman-editions__font__GTA_regular.woff" | asset_url }}) format("woff"),
         url({{ "hoffman-editions__font__GTA_regular.eot" | asset_url }}) format("eot"),
         url({{ "hoffman-editions__font__GTA_regular.ttf" | asset_url }}) format("ttf"),
         url({{ "hoffman-editions__font__GTA_regular.otf" | asset_url }}) format("otf");
    font-weight: normal;
    font-style: normal;
  }

/* LAYOUT */
.sr-only{
  width:0px;
  height:0px;
  overflow:hidden;
  top:-10000px;
  left:-10000px;
  position:absolute;
}
#MainContent{
  display: none;
}
body{
  background: #202020;
  width: 100%;
  min-height: 100dvh;
  color:#FFF;
  text-align: center;
  display:grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;  
  place-items: center;
  grid-template-areas:"pile";
}

body > *{
  grid-area:pile;
}

.cs__video{
  width: 100%;
  height: 100%;
}
.cs__video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs__video {
  opacity:1;
  transition: opacity 2s ease;
}
.cs__video--hidden{
  opacity: 0;
}

.cs__content{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cs__content__logo{
  flex-grow: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cs__content__logo .main{
  max-width: 440px;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
}
.cs__content__logo .main svg{
  width: 100%;
  height: auto;
  
}
.cs__content__copy{
  padding-bottom: 30px;
  transition: opacity 1s ease;
  margin-left:30px;
  margin-right:30px;
  display: flex;
  flex-direction:column;
  align-items: center;
  opacity:1;
  z-index:100;
}
.cs__content__copy--hidden{
  opacity: 0;
}

h1{
  font-family: "Hoffman Gothic Test5";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 19px;
  display:flex;
  flex-direction:row;
  justify-content:center;
}

.cs__content__copy__under-h1{
  margin-bottom:24px;
}
.cs__content__copy p{
  color: #FFF;
text-align: center;
font-family: GTA-std-reg, helvetica, arial;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 175%; /* 21px */
letter-spacing: 1.44px;
text-transform: uppercase;
}
/* FORM */
.cs__content__newsletter{
  margin-bottom:66px;
  display: flex;
  flex-direction: row;
  gap:18px;
  justify-content:space-between;
  max-width:384px;
  width:100%;
}
.cs__content__newsletter input{
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #FFF;
text-align: left;
leading-trim: both;
text-edge: cap;
font-family: GTA-std-reg, helvetica, arial;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 175%; /* 21px */
letter-spacing: 1.44px;
text-transform: uppercase;
  border-radius: 0px;
  flex-grow:2;
}
.cs__content__newsletter input:focus,
.cs__content__newsletter input:focus-visible{
  outline:none;
  box-shadow: none;
}
.cs__content__newsletter input:focus-visible{
  outline:1px solid #FFF;
}
.cs__content__newsletter input::placeholder{
  color:white;
  opacity: 1;
}
.cs__content__newsletter button{
  background:transparent;
  border:1px solid #8C8C8C;
  padding: 7px 10px 5px;
  color:#FFF;
  cursor: pointer;
  text-align: center;
  font-family: GTA-std-reg, helvetica, arial;
font-size: 12px;
font-style: normal;
font-weight: 400;
  line-height: 1;
letter-spacing: 1.44px;
text-transform: uppercase;
width:72px;
}

/* TYPE */

p a{
  color:#FFF;
  text-decoration: none;
}
p a:hover,
p.cs-contact a:hover{
  color:#FFF;
  text-decoration: underline;
  text-decoration-color: #FFF;
}
:is(p:not(.h1, .h2, .h3, .h4, .h5, .h6) a:where(:not(.button, .button-secondary)), .rte :is(p, ul, ol, table):not(.h1, .h2, .h3, .h4, .h5, .h6) a:where(:not(.button, .button-secondary))):hover {
  text-decoration-color: currentcolor;
  color:#FFF;
}
.cs__content__contact{
  display:flex;
  flex-direction: column;
  gap: 20px;
  align-items:center;
}
.cs__content__contact__balancer{
  width:0px;
  height:0px;
  overflow:hidden;
}
.cs__content__contact__social{
}

@media screen and (max-width:460px){
  h1{
    font-size:30px;
  }
  .cs__content__newsletter input{
    width: auto;
  }
}
@media screen and (min-width:760px){

  .cs__content__contact{
    width: calc(100vw - 60px);
  flex-direction: row;
  justify-content: space-between;
}
  .cs__content__contact__balancer{
    width:16px;
  }
}