/** Shopify CDN: Minification failed

Line 1692:0 Unexpected "}"

**/

.gutted-wholesale{

    width:100%;

    overflow:hidden;

    background:#fff;

}

.gw-container{

    width:100%;
    max-width:1400px;
    margin:0 auto;
    padding-left:80px;
    padding-right:80px;
    box-sizing:border-box;

}
/* =========================
   HERO
========================= */

.gw-hero{
    background:#F6F5F1;
    padding:120px 0 100px;
    border-bottom:1px solid #E8E8E8;
}

.gw-hero__content{
    max-width:700px;
}

.gw-eyebrow{
    display:inline-flex;
    align-items:center;
    padding:8px 16px;
    border-radius:50px;
    background:#E8F1EC;
    color:#0B4D39;
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:24px;
}

.gw-title{

    font-size:68px;
    letter-spacing:-2px;
    font-weight:700;
    line-height:1.05;
    color:#014422;
    margin:0 0 24px;
}

.gw-description{
    font-size:20px;
    line-height:1.8;
    color:#014422;
    max-width:620px;
    margin-bottom:40px;
}
/* =========================
   BUTTONS
========================= */

.gw-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.gw-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    padding:16px 32px;
    border-radius:6px;
    font-weight:600;
    transition:.3s;
    min-width:240px;
    justify-content:center;
    font-size:17px;
    font-weight:600;
}
.gw-button--primary{
    background:#0B4D39;
    color:#fff;
}

.gw-button--primary:hover{
    background:#063726;
}

.gw-button--secondary{
    border:2px solid #0B4D39;
    color:#0B4D39;
    background:#fff;
}

.gw-button--secondary:hover{
    background:#0B4D39;
    color:#fff;
}
/* =========================
   SECTION SPACING
========================= */

.gw-partner{
    padding:90px 0;
}

.gw-benefits{
    padding:90px 0;
}

.gw-process{
    padding:110px 0;
    padding-bottom: 20px;
}

.gw-registration{
    padding:120px 0;
    padding-top: 50px;
}

.gw-faq{
    padding:100px 0;
}

.gw-bottom{
    padding:110px 0;
}
/* =========================
   WHY PARTNER
========================= */

.gw-partner__wrapper{
    display:grid;
    grid-template-columns:0.9fr 1.1fr;
    gap:70px;
    align-items:center;   /* <-- center image vertically */
}

.gw-partner__content{
    max-width:620px;
}

/* =========================
   WHY PARTNER TYPOGRAPHY
========================= */

.gw-partner__content h2 {
    color: #0B4D39 !important;
}

.gw-partner__content > p {
    color: #173B35 !important;
}

.gw-partner__content li {
    color: #111;
}

.gw-partner__content li strong {
    color: #111 !important;
}

.gw-partner__image{
    display:flex;
    justify-content:center;
    align-items:center;   /* <-- center image */
}

.gw-partner__image img{
    width:100%;
    max-width:560px;
    display:block;
    border-radius:24px;
    box-shadow:0 30px 60px rgba(0,0,0,.10);
}
/* ==========================
   BENEFITS
========================== */

.gw-benefits{
    background:#ffffff;
}

.gw-benefits__header{
    text-align:center;
    max-width:700px;
    margin:0 auto 70px;
}

.gw-benefits__header h2{
    font-size:42px;
    margin-bottom:20px;
    color:#0B4D39;
}

.gw-benefits__header p{
    max-width:620px;
    margin:20px auto 0;
    font-size:18px;
    color:#666;
    line-height:1.8;
}

/* Grid */

.gw-benefits-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
}

/* Card */

.gw-benefit-card{
    background:#fff;
    border:1px solid #E8E8E8;
    border-radius:22px;
    padding:50px 40px;
    min-height:340px;

    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;

    position:relative;
    overflow:hidden;

    transition:all .35s ease;
}

.gw-benefit-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#214C37;
    transform:scaleX(0);
    transform-origin:left;
    transition:.35s;
}

.gw-benefit-card:hover{
    transform:translateY(-8px);
    border-color:#214C37;
    box-shadow:0 20px 50px rgba(33,76,55,.12);
}

.gw-benefit-card:hover::before{
    transform:scaleX(1);
}

/* Icon */

.gw-benefit-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    background:#F5F8F6;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:30px;

    transition:.35s;
}

.gw-benefit-icon img{
    width:42px;
    height:42px;
    object-fit:contain;
    transition:.35s;
}

.gw-benefit-card:hover .gw-benefit-icon{
    background:#214C37;
}

.gw-benefit-card:hover .gw-benefit-icon img{
    filter:brightness(0) invert(1);
}

/* Heading */

.gw-benefit-card h3{
    font-size:28px;
    line-height:1.25;
    margin-bottom:18px;
    color:#0B4D39;
    font-weight:600;
}

/* Description */

.gw-benefit-card p{
    color:#666;
    font-size:17px;
    line-height:1.8;
}

/* ==========================
   VOLUME ORDERS CTA
========================== */

.gw-volume-orders{
    margin-top:90px;
    text-align:center;
    max-width:760px;
    margin-left:auto;
    margin-right:auto;
}

.gw-volume-orders h3{
    font-size:36px;
    font-weight:600;
    color:#0B4D39;
    margin-bottom:18px;
}

.gw-volume-orders p{
    font-size:18px;
    line-height:1.8;
    color:#666;
    margin-bottom:35px;
}

.gw-volume-orders .gw-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:16px 34px;

    background:#214C37;
    color:#fff;

    border-radius:8px;
    text-decoration:none;
    font-weight:600;

    transition:.3s;
}

.gw-volume-orders .gw-btn:hover{
    background:#163527;
}

/* ==========================
   RESPONSIVE
========================== */

@media (max-width:990px){

    .gw-benefits__header{
        margin-bottom:50px;
    }

    .gw-benefits__header h2{
        font-size:34px;
    }

    .gw-benefits-grid{
        grid-template-columns:1fr;
        gap:24px;
    }

    .gw-benefit-card{
        min-height:auto;
        padding:35px 30px;
    }

    .gw-benefit-card h3{
        font-size:24px;
    }

    .gw-benefit-card p{
        font-size:16px;
    }

    .gw-volume-orders{
        margin-top:60px;
    }

    .gw-volume-orders h3{
        font-size:30px;
    }

    .gw-volume-orders p{
        font-size:16px;
    }

}
/* ===================================
   PROCESS
=================================== */

.gw-process{
    background:#F8F7F2;
}

.gw-process__header{
    text-align:center;
    max-width:760px;
    margin:0 auto 70px;
}

.gw-section-label{
    display:inline-block;
    padding:8px 18px;
    background:#E8F1EC;
    color:#0B4D39;
    border-radius:40px;
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:20px;
    box-shadow:0 10px 25px rgba(11,77,57,.08);
}

.gw-process__header h2{
    font-size:42px;
    margin-bottom:20px;
     color:#0B4D39;
}

.gw-process__header p{
    color:#0B4D39;
    line-height:1.8;
}

.gw-process__grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
    margin-top:70px;
}

.gw-process-card{

    position:relative;

    background:white;

    padding:55px 35px;

    border-radius:18px;

    text-align:center;

    border:1px solid #ECECEC;

    transition:.35s;
}
.gw-process-card:not(:last-child)::after{

    content:"➜";

    position:absolute;

    right:-32px;

    top:42px;
color:#D6E5DE;
font-size:20px;
font-weight:300;

    z-index:3;

}
.gw-process-card:hover{

    transform:translateY(-8px);

    border-color:#0B4D39;

    box-shadow:
    0 24px 55px rgba(11,77,57,.12);

}

.gw-process-card__number{

    width:72px;
    height:72px;

    margin:0 auto 30px;

    border-radius:50%;

    background:#0B4D39;

    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:28px;
    font-weight:700;

    position:relative;
    z-index:2;

    box-shadow:0 10px 25px rgba(11,77,57,.18);

}

.gw-process-card h3{

    margin-bottom:18px;

    font-size:22px;

}

.gw-process-card p{

    color:#666;

    line-height:1.8;

}
/* ==========================
   REGISTRATION
========================== */

.gw-registration{

    background:#F8F7F2;

}

.gw-registration__header{
    max-width:700px;
    margin:0 auto 60px;
}

.gw-registration__header h2{
    font-size:42px;
    line-height:1.15;
    margin-bottom:18px;
     color:#0B4D39;
}

.gw-registration__header p{
    font-size:18px;
    line-height:1.8;
    color:#0B4D39;
}

.gw-registration__form{
    max-width:900px;
    margin:0 auto;

    background:#F8F7F2;
    padding:50px;
    border-radius:24px;

    border:1px solid #E7E7E7;

    box-shadow:0 20px 60px rgba(0,0,0,.06);

    position:relative;
    overflow:hidden;
}
.samitaWS-registrationForm{

    font-family:inherit !important;

}

.samitaWS-registrationForm input,
.samitaWS-registrationForm select,
.samitaWS-registrationForm textarea{

    width:100%;
    border:1px solid #D9D9D9 !important;
    border-radius:12px !important;
    padding:14px 16px !important;
    transition:.25s;
    background:#fff;
}

/* =========================================
   SAMITA WHOLESALE FORM
   FORM FIELD SIZING + SPACING
========================================= */

.samitaWS-registrationForm {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
}

/* Every Samita field wrapper */
.samitaWS-registrationForm .samitaWS-registrationForm-control {
    box-sizing: border-box !important;
    min-width: 0 !important;
    margin-bottom: 22px !important;
}

/* Two-column fields */
.samitaWS-registrationForm .samitaWS-registrationForm-control.layout-2-column {
    min-width: 0 !important;
}

/* One-column fields */
.samitaWS-registrationForm .samitaWS-registrationForm-control.layout-1-column {
    width: 100% !important;
    min-width: 0 !important;
}


/* =========================================
   LABELS
========================================= */

.samitaWS-registrationForm label,
.samitaWS-registrationForm .samitaWS-label,
.samitaWS-registrationForm .classic-label {

    display: block !important;

    width: 100% !important;

    margin: 0 0 9px !important;
    padding: 0 !important;

    color: #222 !important;

    font-size: 15px !important;
    font-weight: 600 !important;

    line-height: 1.35 !important;

    white-space: normal !important;

    box-sizing: border-box !important;
}


/* =========================================
   FIELD CONTAINER
========================================= */

.samitaWS-registrationForm .samitaWS-registrationForm-input {
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}


/* =========================================
   INPUTS
========================================= */

.samitaWS-registrationForm input:not([type="checkbox"]):not([type="radio"]) {

    display: block !important;

    width: 100% !important;
    min-width: 0 !important;

    height: 52px !important;
    min-height: 52px !important;

    box-sizing: border-box !important;

    padding: 0 16px !important;

    border: 1px solid #D9D9D9 !important;
    border-radius: 12px !important;

    background: #fff !important;

    color: #222 !important;

    font-family: inherit !important;
    font-size: 16px !important;
    line-height: 1.4 !important;

    transition: .25s ease !important;
}


/* =========================================
   SELECTS
========================================= */

.samitaWS-registrationForm select {

    display: block !important;

    width: 100% !important;
    min-width: 0 !important;

    height: 52px !important;
    min-height: 52px !important;

    box-sizing: border-box !important;

    padding: 0 42px 0 16px !important;

    border: 1px solid #D9D9D9 !important;
    border-radius: 12px !important;

    background-color: #fff !important;

    color: #222 !important;

    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 400 !important;

    line-height: 52px !important;

    white-space: nowrap !important;

    overflow: hidden !important;

    text-overflow: ellipsis !important;

    transition: .25s ease !important;
}


/* Make dropdown options normal */
.samitaWS-registrationForm select option {

    font-size: 16px !important;
    color: #222 !important;

}


/* =========================================
   TEXTAREAS
========================================= */

.samitaWS-registrationForm textarea {

    display: block !important;

    width: 100% !important;
    min-width: 0 !important;

    min-height: 115px !important;

    box-sizing: border-box !important;

    padding: 14px 16px !important;

    border: 1px solid #D9D9D9 !important;
    border-radius: 12px !important;

    background: #fff !important;

    color: #222 !important;

    font-family: inherit !important;
    font-size: 16px !important;
    line-height: 1.5 !important;

    resize: vertical !important;

    transition: .25s ease !important;
}


/* =========================================
   PLACEHOLDERS
========================================= */

.samitaWS-registrationForm input::placeholder,
.samitaWS-registrationForm textarea::placeholder {

    color: #777 !important;

    opacity: 1 !important;

    font-size: 15px !important;
}


/* =========================================
   FOCUS
========================================= */

.samitaWS-registrationForm input:not([type="checkbox"]):not([type="radio"]):focus,
.samitaWS-registrationForm select:focus,
.samitaWS-registrationForm textarea:focus {

    outline: none !important;

    border-color: #0B4D39 !important;

    box-shadow: 0 0 0 3px rgba(11,77,57,.08) !important;
}


/* =========================================
   CHECKBOXES
========================================= */

.samitaWS-registrationForm input[type="checkbox"] {

    width: 19px !important;
    height: 19px !important;

    min-width: 19px !important;
    min-height: 19px !important;

    margin: 0 9px 0 0 !important;

    accent-color: #0B4D39 !important;
}


/* =========================================
   SUBMIT BUTTON
========================================= */

.samitaWS-registrationForm button[type="submit"] {

    width: 100% !important;

    min-height: 52px !important;

    box-sizing: border-box !important;

    padding: 15px 24px !important;

    background: #0B4D39 !important;

    color: #fff !important;

    border: none !important;

    border-radius: 10px !important;

    font-family: inherit !important;

    font-size: 16px !important;
    font-weight: 600 !important;

    line-height: 1.3 !important;

    cursor: pointer !important;

}


/* =========================================
   MOBILE
========================================= */

@media screen and (max-width: 768px) {

    .samitaWS-registrationForm {

        width: 100% !important;
        max-width: 100% !important;

    }

    .samitaWS-registrationForm .samitaWS-registrationForm-control {

        width: 100% !important;

        margin-bottom: 20px !important;

        min-width: 0 !important;

    }

    .samitaWS-registrationForm .samitaWS-registrationForm-input {

        width: 100% !important;
        min-width: 0 !important;

    }

    .samitaWS-registrationForm input:not([type="checkbox"]):not([type="radio"]),
    .samitaWS-registrationForm select {

        width: 100% !important;

        height: 52px !important;
        min-height: 52px !important;

        padding-left: 15px !important;
        padding-right: 40px !important;

        font-size: 16px !important;

        box-sizing: border-box !important;

    }

    .samitaWS-registrationForm textarea {

        width: 100% !important;

        min-height: 115px !important;

        font-size: 16px !important;

        box-sizing: border-box !important;

    }

    .samitaWS-registrationForm label,
    .samitaWS-registrationForm .samitaWS-label,
    .samitaWS-registrationForm .classic-label {

        font-size: 15px !important;

        margin-bottom: 8px !important;

    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media screen and (max-width: 480px) {

    .samitaWS-registrationForm .samitaWS-registrationForm-control {

        margin-bottom: 18px !important;

    }

    .samitaWS-registrationForm input:not([type="checkbox"]):not([type="radio"]),
    .samitaWS-registrationForm select {

        height: 50px !important;
        min-height: 50px !important;

        font-size: 15px !important;

    }

}
.gw-trust-box{

    margin-top:40px;

    padding:25px;

    background:#EAF3EE;

    border-left:5px solid #0B4D39;

    border-radius:12px;

}

.gw-trust-box strong{

    display:block;

    margin-bottom:10px;

}

.gw-trust-box p{

    margin:0;

    line-height:1.7;

}

/* =========================================
   GUTTED WHOLESALE ENQUIRY
   ========================================= */

.gw-wholesale-enquiry {
  background: #ffffff;
  padding: 90px 24px;
}

.gw-wholesale-enquiry .gw-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Header */

.gw-wholesale-enquiry__header {
  max-width: 760px;
  margin: 0 auto 45px;
  text-align: center;
}

.gw-wholesale-enquiry .gw-section-label {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 999px;
  background: #eef5f1;
  color: #214c37;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gw-wholesale-enquiry__header h2 {
  margin: 0 0 18px;
  color: #0B4D39;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.12;
  font-weight: 400;
}

.gw-wholesale-enquiry__header p {
  max-width: 680px;
  margin: 0 auto;
  color: #0B4D39;
  font-size: 16px;
  line-height: 1.75;
}


/* Main enquiry box */

.gw-wholesale-enquiry__box {
  max-width: 850px;
  margin: 0 auto;
  padding: 45px;
  background: #f7f9f7;
  border: 1px solid #e1e7e3;
  border-radius: 4px;
}


/* Quantity fields */

.gw-wholesale-field {
  display: grid;
  grid-template-columns: 1fr 180px;
  align-items: center;
  gap: 25px;
  padding: 18px 0;
  border-bottom: 1px solid #dfe5e1;
}

.gw-wholesale-field:first-child {
  padding-top: 0;
}

.gw-wholesale-field label {
  color: #202522;
  font-size: 16px;
  line-height: 1.5;
}

.gw-wholesale-field input {
  width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid #cbd5cf;
  border-radius: 3px;
  background: #ffffff;
  color: #17221c;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
}

.gw-wholesale-field input:focus {
  outline: none;
  border-color: #214c37;
  box-shadow: 0 0 0 2px rgba(33, 76, 55, 0.08);
}


/* Summary */

.gw-wholesale-summary {
  margin-top: 30px;
  padding: 25px 0;
  border-top: 1px solid #dfe5e1;
}

.gw-wholesale-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 10px 0;
  color: #555d58;
  font-size: 15px;
}

.gw-wholesale-summary__row strong {
  color: #214c37;
  font-weight: 600;
  text-align: right;
}

.gw-wholesale-summary__total {
  margin-top: 12px;
  padding-top: 20px;
  border-top: 1px solid #dfe5e1;
  color: #1c211e;
  font-size: 17px;
}

.gw-wholesale-summary__total strong {
  font-size: 20px;
}


/* Button */

.gw-wholesale-action {
  margin-top: 20px;
  text-align: center;
}

.gw-wholesale-action .gw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 52px;
  padding: 14px 28px;
  border: 1px solid #214c37;
  border-radius: 3px;
  background: #214c37;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: all 0.2s ease;
}

.gw-wholesale-action .gw-btn:hover:not(:disabled) {
  background: #173c2b;
  border-color: #173c2b;
}

.gw-wholesale-action .gw-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}


/* Enquiry message */

.gw-wholesale-message {
  margin-top: 25px;
  padding: 18px 20px;
  border: 1px solid #d9e5dd;
  background: #eef5f1;
  color: #214c37;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}


/* =========================================
   MOBILE
   ========================================= */

@media screen and (max-width: 749px) {

  .gw-wholesale-enquiry {
    padding: 65px 18px;
  }

  .gw-wholesale-enquiry__header {
    margin-bottom: 32px;
  }

  .gw-wholesale-enquiry__header h2 {
    font-size: 32px;
  }

  .gw-wholesale-enquiry__header p {
    font-size: 15px;
  }

  .gw-wholesale-enquiry__box {
    padding: 28px 20px;
  }

  .gw-wholesale-field {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 0;
  }

  .gw-wholesale-field input {
    max-width: 100%;
    text-align: left;
  }

  .gw-wholesale-summary__row {
    align-items: flex-start;
    font-size: 14px;
  }

  .gw-wholesale-summary__row strong {
    max-width: 55%;
  }

  .gw-wholesale-action .gw-btn {
    width: 100%;
    min-width: 0;
  }

}

/* ==========================
   FAQ
========================== */

.gw-faq{
    background:#ffffff;
}

.gw-faq__header{
    text-align:center;
    max-width:700px;
    margin:0 auto 60px;
}

.gw-faq__header h2{
    font-size:42px;
     color:#0B4D39;
}

.gw-faq__list{
    max-width:850px;
    margin:0 auto;
}

.gw-faq-item{

    background:#fff;

    border:1px solid #ECECEC;

    border-radius:18px;

    margin-bottom:18px;

    overflow:hidden;

    transition:.3s ease;

    box-shadow:0 4px 15px rgba(0,0,0,.02);

}

.gw-faq-question{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:28px 34px;

    cursor:pointer;

    list-style:none;

    font-size:19px;

    font-weight:600;

    color:#111;

}
.gw-faq-question:hover{

    background:#FAFAF8;

}

.gw-faq-question::-webkit-details-marker{
    display:none;
}

.gw-faq-answer{

    padding:0 34px 30px;

    color:#666;

    line-height:1.9;

    font-size:17px;

}

.gw-faq-icon{

    font-size:30px;

    color:#0B4D39;

    font-weight:300;

    transition:.3s ease;

    line-height:1;

}

.gw-faq-item[open] .gw-faq-icon{

    transform:rotate(45deg);

    color:#0B4D39;

}
.gw-faq-item[open]{

    border-color:#0B4D39;

    box-shadow:0 15px 40px rgba(11,77,57,.08);

}
.gw-faq-question::-webkit-details-marker{
    display:none;
}

.gw-faq-question{
    list-style:none;
}
.gw-faq-answer{

    animation:faqFade .3s ease;

}

@keyframes faqFade{

    from{
        opacity:0;
        transform:translateY(-6px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}
/* ==========================
   BOTTOM CTA
========================== */

.gw-bottom{
    background:#0B4D39;
    color:#fff;
    text-align:center;
}

.gw-bottom__content{
    max-width:760px;
    margin:0 auto;
}

.gw-bottom h2{
    font-size:48px;
    margin:20px 0;
    color:#fff;
}

.gw-bottom p{
    font-size:19px;
    line-height:1.8;
    color:rgba(255,255,255,.85);
    margin-bottom:40px;
}

.gw-bottom .gw-button--primary{
    background:#fff;
    color:#0B4D39;
}

.gw-bottom .gw-button--primary:hover{
    background:#F2F2F2;
}
.gw-bottom-contact{
    margin-top:40px;
}

.gw-bottom-contact p{
    color:#D9E4DF;
    margin-bottom:10px;
    font-size:16px;
}

.gw-bottom-contact a{
    color:#fff;
    font-weight:600;
    text-decoration:none;
}

.gw-bottom-contact a:hover{
    text-decoration:underline;
}
/* =========================
   RESPONSIVE CONTAINER
========================= */

@media (max-width:1024px){

    .gw-container{

        padding-left:48px;
        padding-right:48px;

    }

}

@media (max-width:768px){

    .gw-container{

        padding-left:24px;
        padding-right:24px;

    }

}
/* ==========================
   WHAT HAPPENS NEXT
========================== */

.gw-next-steps{
    max-width:900px;
    margin:60px auto 0;
    text-align:center;
}

.gw-next-steps h3{
    font-size:34px;
    margin-bottom:45px;
}

.gw-next-steps__grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.gw-next-step{
    background:#fff;
    border:1px solid #E8E8E8;
    border-radius:18px;
    padding:35px 28px;
    transition:.3s ease;
}

.gw-next-step:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.gw-next-step__icon{
    width:55px;
    height:55px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#0B4D39;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:22px;
}

.gw-next-step h4{
    font-size:22px;
    margin-bottom:15px;
}

.gw-next-step p{
    color:#666;
    line-height:1.8;
}
/* Registration Footer */

.gw-registration-help{
    text-align:center;
    margin-top:35px;
    padding-top:30px;
    border-top:1px solid #E9E9E9;
}

.gw-registration-help p{
    margin-bottom:8px;
    color:#777;
    font-size:16px;
}

.gw-registration-help a{
    color:#0B4D39;
    font-weight:700;
    text-decoration:none;
}

.gw-registration-help a:hover{
    text-decoration:underline;
}
@media(max-width:989px){

.gw-process-card::after{

display:none;

}

}
/* ===================================
   MOBILE
=================================== */

@media screen and (max-width: 768px){
    *,
*::before,
*::after{

box-sizing:border-box;

}
    .gw-hero{

    padding:70px 0 60px;

}

.gw-title{

    font-size:48px;

    line-height:1.05;

}

.gw-description{

    font-size:18px;

}

.gw-buttons{

    flex-direction:column;

}

.gw-button{

    width:100%;

    min-width:100%;

}
.gw-partner__wrapper{

    display:flex;

    flex-direction:column;

    gap:40px;

}

.gw-partner__content{

    width:100%;

}

.gw-partner__image{
    width:100%;
margin-top:40px;
}

.gw-partner__image img{

    width:100%;

    border-radius:18px;

}
.gw-benefits__grid{

    grid-template-columns:1fr;

    gap:24px;

}

.gw-benefit-card{

    padding:36px;

}

.gw-benefit-card h3{

    font-size:28px;

}

.gw-benefit-card p{

    font-size:17px;

}
.gw-process__grid{

    grid-template-columns:1fr;

    gap:28px;

}

.gw-process-card::after{

    display:none;

}
.gw-benefits__header h2,
.gw-process__header h2,
.gw-registration__header h2,
.gw-bottom h2,
.gw-partner__content h2{

font-size:36px;

line-height:1.2;

}
.gw-registration__form{

padding:30px 20px;

border-radius:18px;

}

}
.gw-registration__form{

    padding:30px 20px;

    border-radius:18px;

}

}
