/** Shopify CDN: Minification failed

Line 16:17 Expected ":"

**/
.\#floating-content-wrapper {
    z-index: 10;
    position: relative;
    height: 100%;
}

.\#floating-content-wrapper.\@absolute {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10;f
    width: 100%;
}

.\#floating-content {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
}

/* .\#floating-content.\@x\:center {
    justify-content: center;
}

.\#floating-content.\@x\:right {
    justify-content: flex-end;
}

.\#floating-content.\@y\:center {
    align-items: center;
}

.\#floating-content.\@y\:bottom {
    align-items: flex-end;
} */

.\#floating-content.\@padded {
    padding: min(5%, 3rem);
}

.\#floating-content > .\#hero {
    margin: 0;
}







.alignment.top-left{
  display:flex;
  justify-content:start;
  align-items:baseline;
  top:30px;
}
.alignment.top-center{
  display:flex;
  justify-content:center;
  align-items:baseline;
  top:30px;
}
.alignment.top-right{
  display:flex;
  justify-content:end;
  align-items:baseline;
  top:30px;
}
.alignment.middle-left{
  display:flex;
  justify-content:start;
  align-items:center;

}
.alignment.middle-center{
  display:flex;
  justify-content:center;
  align-items:center;
  
}
.alignment.middle-right{
  display:flex;
  justify-content:end;
  align-items:center;
  
}
.alignment.bottom-left{
  display:flex;
  justify-content:start;
  align-items:end;
  
}
.alignment.bottom-center{
  display:flex;
  justify-content:center;
  align-items:end;
  
}
.alignment.bottom-right{
  display:flex;
  justify-content:end;
  align-items:end;
  top: 50%;
}
/*  */
/* .cstm-form {
    width: 100%;
    color: white;
}
div#wufoo-zbbyw531ga31e5 {
    width: 80%;
    height: 550px;
    background: red;
} */
/* .column_slider .\#section-body column-slider .\#column-slider {
    height: 134vh !important;
}
section#shopify-section-template--18219610964216__column_slider_jweTiA {
    position: relative;
  z-index: -1;
}
.cstm-form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: black;
} */

.custom-header-title .cstmmmm-coll-title {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}




