/** Shopify CDN: Minification failed

Line 437:18 Unexpected "{"
Line 437:27 Expected ":"
Line 438:15 Expected identifier but found whitespace
Line 438:17 Unexpected "{"
Line 438:26 Expected ":"
Line 438:50 Expected ":"
Line 439:18 Expected identifier but found whitespace
Line 439:20 Unexpected "{"
Line 439:29 Expected ":"
Line 439:56 Expected ":"
... and 10 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:c-main-contact (INDEX:13) */
.c-mc-header {
  text-align: center;
  max-width: 746px;
  margin: 0 auto 120px;
  padding: 0 20px;
}

.c-mc-title {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 1.6;
  color: #252525;
  margin: 0 0 16px;
  letter-spacing: 0.6px;
}

.c-mc-description {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 1.19;
  color: #252525;
  margin: 0;
}

.c-mc-main-flex {
  display: flex;
  gap: 100px;
  align-items: flex-start;
  justify-content: center;
}

.c-mc-image-side {
  position: relative;
  flex: 0 0 605px;
  min-height: 647px;
}

.c-mc-bg-image {
  width: 100%;
  height: 647px;
  overflow: hidden;
  position: relative;
  border-radius: 40px;
}

.c-mc-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-mc-absolute-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 676px;
  height: 1036px;
  z-index: 2;
}

.c-mc-absolute-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-mc-form-side {
  flex: 1;
  max-width: 554px;
}

.c-mc-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 80px;
}

.c-mc-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-mc-label {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
}

.c-mc-input,
.c-mc-textarea {
  width: 100%;
  padding: 12px;
  background: #fff;
  border: 2px solid #f3106f;
  border-radius: 8px;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.c-mc-input::placeholder,
.c-mc-textarea::placeholder {
  color: #a1a1a1;
}

.c-mc-textarea {
  min-height: 142px;
  resize: vertical;
}

.c-mc-buttons {
  display: flex;
}

.c-mc-button,
button[type="submit"] {
  background: #fcc83d;
  color: #111;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.c-mc-button:hover,
button[type="submit"]:hover {
  background: #e5b535;
}

.c-mc-success,
.c-mc-error {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.c-mc-success {
  background: #d4edda;
  color: #155724;
}

.c-mc-error {
  background: #f8d7da;
  color: #721c24;
}

.c-mc-info-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.c-mc-info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.c-mc-icon {
  width: 48px;
  height: 48px;
  color: #000;
}

.c-mc-info-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  white-space: nowrap;
}

.c-mc-info-title {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.3;
  color: #000;
  margin: 0;
}

.c-mc-info-link {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  text-decoration: underline;
  margin: 0;
}

.c-mc-info-link:hover {
  color: #f3106f;
}

.c-mc-social {
  height: 134px;
  justify-content: flex-start;
}

.c-mc-social-icons {
  display: flex;
  gap: 12px;
}

.c-mc-social-link {
  color: #000;
}

.c-mc-social-link:hover {
  color: #f3106f;
}

.c-mc-info-badge {
  display: flex;
  gap: 32px;
  margin-top: 24px;
  padding: 8px 32px;
  border-radius: 8px;
  border: 1px solid;
  flex-wrap: wrap;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.c-mc-badge-col {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 140px;
}

.c-mc-badge-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.c-mc-badge-content {
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
  white-space: pre-line;
}

.c-mc-page-content {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #252525;
}

.c-mc-page-content h1,
.c-mc-page-content h2,
.c-mc-page-content h3 {
  font-weight: 800;
  margin-bottom: 1rem;
}

.c-mc-page-content p {
  margin-bottom: 1rem;
}

.c-mc-page-content ul,
.c-mc-page-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

@media (max-width: 1180px) {
  .c-mc-image-side {
      flex: 1;
  }

  .c-mc-main-flex {
    gap: 50px;
  }
}

@media (max-width: 990px) {
  .c-mc-main-flex {
    flex-direction: column;
    align-items: center;
  }
  
  .c-mc-image-side {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  
  .c-mc-form-side {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .c-mc-title {
    font-size: 32px;
  }
  
  .c-mc-description {
    font-size: 16px;
  }
  
  .c-mc-header {
    margin-bottom: 60px;
  }
  
  .c-mc-form {
    margin-bottom: 40px;
  }
  
  .c-mc-form-side {
    display: flex;
    flex-direction: column;
  }

  .c-mc-form {
    order: 1;
  }

  .c-mc-page-content {
    order: 1;
  }

  .c-mc-info-badge {
    order: 2;
    padding: 8px 20px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .c-mc-info-row {
    order: 3;
    gap: 20px;
    margin-top: 20px;
  }
  
  .c-mc-social {
    height: auto;
  }

  .c-mc-badge-content {
    font-size: 14px;
  }
  
  .c-mc-label {
    font-size: 18px;
  }
  
  .c-mc-button,
  button[type="submit"] {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .c-mc-title {
    font-size: 28px;
  }

  .c-mc-main-flex {
    gap: 30px;
  }
  
  .c-mc-image-side {
    max-width: 100%;
    height: auto;
    min-height: 100px;
  }

  .c-mc-form-side {
    width: 100%;
  }

  .c-mc-bg-image {
    height: auto;
    border-radius: 20px;
  }
  
  .c-mc-absolute-image {
    width: 100%;
    height: auto;        
    right: 64px;
    left: auto;
  }

  .c-mc-icon {
    width: 24px;
    height: 24px;
  }

}
/* END_SECTION:c-main-contact */

/* START_SECTION:paralax-image (INDEX:116) */
#shopify-section-{{ section.id }}.paralax-image-section.margin-top-bottom {
    margin-top: {{ section.settings.topMargin }}px;
    margin-bottom: {{ section.settings.bottomMargin }}px;
  }
  
  @media screen and (max-width: 749px) {
    #shopify-section-{{ section.id }}.paralax-image-section.margin-top-bottom {
      margin-top: {{ section.settings.topMarginMobile }}px;
      margin-bottom: {{ section.settings.bottomMarginMobile }}px;
    }
  }
  
  .paralax-image-section {
    min-height: 100vh;
    display: flow-root;
  }
  
  .parallax {
    perspective: 100px;
    height: 100vh;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .parallax__layer {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    will-change: transform; /* Optimize for animations */
    transition: transform 0.1s cubic-bezier(0.25, 0.1, 0.25, 1); /* Smooth easing */
  }
  
  .parallax__layer img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .parallax__cover {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 2000px;
    z-index: 2;
  }
/* END_SECTION:paralax-image */