/** Shopify CDN: Minification failed

Line 36:0 Expected "}" to go with "{"

**/
.custom-career-section {padding: 0 20px; max-width:1520px; margin:0 auto; box-sizing: border-box; }
.custom-career-section .custom-career-section__inner { display: flex; align-items: flex-start; justify-content: space-between;  gap: 40px;}
.custom-career-section .custom-career-section__left { width: 100%; max-width:720px; }
.custom-career-section .custom-career-section__heading { margin: 0 0 32px; max-width:560px; color: var(--Dark, #02643C); font-size: var(--headings-H2-font-size, 40px); font-style: normal; font-weight: var(--headings-H2-font-weight-extrabold, 800); line-height: 110%; letter-spacing: -0.8px; }
.custom-career-section .custom-career-section__button {display: inline-block;text-decoration: none;font-size: var(--cta-captions-large-font-size, 16px);font-style: normal;font-weight: var(--headings-H1-font-weight-extrabold, 600);line-height: 100%;letter-spacing: 0.64px;text-transform: uppercase;padding: 17px 24px;border-radius: 100px;background: var(--button-button-dark-green, #02643C); color: #ffffff;transition: background-color 0.2s ease;}
.custom-career-section .custom-career-section__button:hover { background: var(--button-button-hovered, #A8D500); }
.custom-career-section .custom-career-section__right { width: 100%; max-width:720px;       
}
.custom-career-section .custom-career-section__text {margin: 0;font-size: var(--headings-H4-font-size, 24px);color:var(--Dark, #02643C);font-style: normal;font-weight: var(--headings-H4-font-weight-medium, 500);line-height: 120%; }
@media screen and (min-width:1024px) and (max-width:1439px) {
    .custom-career-section{ padding-left:50px; padding-right:50px; } }
@media screen and (max-width: 989px) {
    .custom-career-section .custom-career-section__inner{ padding:0 20px; }
    .custom-career-section{ padding:0; }
    .custom-career-section .custom-career-section__inner {
        flex-direction: column;
        gap: 32px;
    }
    .custom-career-section .custom-career-section__left,
    .custom-career-section .custom-career-section__right {
        width: 100%;
    }
}
@media screen and (max-width: 1598px) {
    .custom-career-section{ max-width:var(--page-width); }
@media screen and (max-width: 767px) {
   .custom-career-section .custom-career-section__button{ padding:17px 20px; }
   .custom-career-section .custom-career-section__heading{ margin-bottom:20px; }
   .custom-career-section .custom-career-section__heading{ font-size: var(--headings-H2-font-size, 36px); } 
}
