/** Shopify CDN: Minification failed

Line 218:14 Unexpected "{"
Line 218:23 Expected ":"
Line 218:29 Unexpected "{"
Line 222:14 Unexpected "{"
Line 222:23 Expected ":"
Line 227:14 Unexpected "{"
Line 227:23 Expected ":"

**/
.welcome-kit-section {
  width: 100%;
  overflow: hidden;
}
shopify-forms-embed .input._formInputField_nag3b_7 {
  margin-top: 2px !important;
}
.welcome-kit-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3px;
  padding: 0 20px;
}

.welcome-kit-left {
  flex: 1 1 50%;
  overflow: hidden;
  border-radius: 10px;
}
.form-grid input{
   height: 4rem;
}
.form-grid textarea{
    height: auto;
}
.form-grid input::placeholder,
.form-grid textarea::placeholder {
  font-weight: 400;  
  color:rgba(0, 62, 82, 0.5); 
  font-size: 1.5rem;
}
.full-width-fields{
    grid-column: span 2;
}
.welcome-kit-left .swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.welcome-kit-left .swiper-wrapper {
  width: 100%;
}

.welcome-kit-left .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.welcome-kit-left img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

/* --- RIGHT FORM --- */
.welcome-kit-right {
  flex: 1 1 45%;
  text-align: left;
}
.welcome-kit-right .form-desc
.welcome-kit-right h2 {
  /* font-size: 26px; */
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  z-index: 3;
}

.welcome-kit-right .form-desc {
  color: #111;
  margin-bottom: 0px;
  font-size: 1.5rem;
  font-weight: 400;
    position: relative;
  z-index: 3;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.form-grid input,
.form-grid textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 28px;
  font-size: 1.5rem;
  outline: none;
  transition: all 0.3s ease;
}

.form-grid input:focus,
.form-grid textarea:focus {
  border-color: #A9D74A;
}

.form-success,
.form-error {
  margin-top: 15px;
  font-size: 14px;
}

.form-success {
  color: #2e7d32;
}

.form-error {
  color: #c62828;
}

.form-btn {
  display: inline-block;
  padding: 18px 28px;
  font-weight: 600;
  border: none;
  border-radius: 28px;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.3s ease;
  line-height: normal;
}

.form-btn:hover {
  opacity: 0.9;
}

@media (max-width: 992px) {
  .welcome-kit-container {
    /* flex-direction: column; */
  }

  .welcome-kit-left,
  .welcome-kit-right {
    flex: 1 1 100%;
  }

  .form-grid {
    /* grid-template-columns: 1fr; */
  }

  .welcome-kit-right {
    text-align: left;
  }
}

.welcome-kit-right h2{
  font-size: 3rem;
  color: #111;
  font-weight: 700;
}


@media (max-width: 600px) {
  .welcome-kit-right h2 {
    /* font-size: 22px; */
  }
  .welcome-kit-section{
    padding: 3rem 0 !important;
  }
}



.welcome-kit-container{
  max-width: 1200px; 
  margin: 0 auto;
  padding: 0 18px;
  z-index: 999;
}

.wk-wide{
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 0 18px; 
}

.wk-wide .custom_liquid{
  width: 100%;
  margin: 0;         
  position: relative;
  z-index: 1;
}

.wk-wide iframe{
  width: 100% !important;
  height: 659px; 
  border: 0;
  border-radius: 10px;
  display: block;
}


#welcome-kit-{{ section.id }}{
  position: relative;
}

#welcome-kit-{{ section.id }} .welcome-kit-container{
  position: relative;
  z-index: 5;
}

#welcome-kit-{{ section.id }} .welcome-kit-container h2{
  position: relative;
  z-index: 6;
}



