/** Shopify CDN: Minification failed

Line 8:11 Unexpected "-"
Line 82:9 Unexpected "-"

**/

<!-- START - We recommend to place the below code in head tag of your website html --> 

@font-face { 
  font-display: block; 
  font-family: Roboto; 
  src: url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff") 
} 
@font-face { 
  font-display: fallback; 
  font-family: Roboto; 
  font-weight: 600; 
  src: url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff") 
} 
@font-face { 
  font-display: fallback; 
  font-family: Roboto; 
  font-weight: 700; 
  src: url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff") 
} 

#sib-container input:-ms-input-placeholder { 
  text-align: left; 
  font-family: "Helvetica", sans-serif; 
  color: #c0ccda; 
} 

#sib-container input::placeholder { 
  text-align: left; 
  font-family: "Helvetica", sans-serif; 
  color: #c0ccda; 
} 

#sib-container textarea::placeholder { 
  text-align: left; 
  font-family: "Helvetica", sans-serif; 
  color: #c0ccda; 
} 

.sib-form {
	padding: 0 !important;
}

.form-popup-wrapper {
	display:none;
  	position:fixed;
  	top:0;
  	left:0;
  	width:100%;
  	height:100vh;
  	background:rgba(0,0,0,0.5);
  	z-index:9999;
	padding: 85px 0 85px;
}

.form-popup-close {
	position: absolute;
    top: 19px;
    right: 3%;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.form-popup-block {
  	position:relative;
	width:100%;
  	height:100%;
  	max-width:560px;
  	margin:0 auto;
  	overflow:auto;
}

<!-- END - We recommend to place the above code in head tag of your website html -->