/** Shopify CDN: Minification failed

Line 50:150 Unterminated string token
Line 54:3 Unterminated string token
Line 78:150 Unterminated string token
Line 88:3 Unterminated string token
Line 89:1 Expected ")" to go with "("

**/
/*Max CSS files - 2021/10/22*/

.no-h-padding h1, .no-h-padding h2, .no-h-padding h3, .no-h-padding h4, .no-h-padding h5, .no-h-padding h6 {
  padding: 0 !important;
}
.remove-p-padding p {
  margin: 0 !important;
}


.form__field_border input {
 border-bottom: 1px solid #000 !important; 
  padding: 0 20px;
}
.form__field_border label {
 display: none !important;
}
.form__field_border textarea.shogun-form-text-input-field {
 min-height: 150px !important;
 border-bottom: 1px solid #000 !important; 
 padding: 0 20px !important;
}
.form__submit {
  position: absolute;
  bottom: calc(24px + 26px + 12px + 25px);
  right: 50px;
}
.form__submit button {
  position: relative;
  border: none;
  width: 125px !important;
}
.form__submit button::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: center no-repeat url('data:image/svg+xml,<svg width="54" height="52" viewBox="0 0 54 52" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 25.5352H52.0709" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M45.0008 18.4641L52.0718 25.5352L45.0008 32.6062" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
');
    background-size: contain;
}
.form_contact-us {
 position: relative; 
}


/*  Show more button  */
.about__show-more {
 position: relative;
  
}
.about__show-more h6 {
 padding: 0 !important; 
}
.about__show-more::before {
   content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: center no-repeat url('data:image/svg+xml,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.92969 16.9706H24.0718" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M17.0008 9.89951L24.0718 16.9706L17.0008 24.0416" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>

<defs>
<clipPath id="clip0_121:1569">
<rect width="24" height="24" fill="white" transform="translate(0.0292969 16.9706) rotate(-45)"/>
</clipPath>
</defs>
</svg>
');
}