.feature-grid-two{display:grid;grid-template-columns:1fr;gap:var(--fg-gap, 16px)}@media (min-width: 990px){.feature-grid-two{grid-template-columns:1fr 1fr}}.feature-grid-two__item{position:relative;overflow:hidden}.feature-grid-two__item.full{grid-column:1 / -1}.feature-grid-two__media{position:relative;width:100%;height:100%;min-height:260px}.feature-grid-two__media img,.feature-grid-two__media video{width:100%;height:100%;object-fit:cover;display:block}.feature-grid-two__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.feature-grid-two__textwrap{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;padding:var(--fg-pad, 24px)}.feature-grid-two__text{max-width:var(--fg-text-w, 560px);justify-self:var(--fg-hpos, center);align-self:var(--fg-vpos, center);text-align:var(--fg-text-align, center)}.feature-grid-two__heading{margin:0 0 8px;color:var(--fg-head-color);font-weight:400}.feature-grid-two__sub{margin:32px 0 20px;color:var(--fg-sub-color);font-weight:600}.feature-grid-two__buttons{display:flex;gap:12px;flex-wrap:wrap}.feature-grid-two__buttons .btn{padding:0;border:1px solid transparent;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-family:var(--fg-btn-font-family);color:var(--fg-btn1-color);background:var(--fg-btn1-bg);margin-top:14px;font-weight:700;text-decoration:underline}.feature-grid-two__buttons .btn:hover{color:var(--fg-btn1-color-h);background:var(--fg-btn1-bg-h)}.feature-grid-two__buttons .btn--2{color:var(--fg-btn2-color);background:var(--fg-btn2-bg);margin-left:15px}.feature-grid-two__buttons .btn--2:hover{color:var(--fg-btn2-color-h);background:var(--fg-btn2-bg-h)}.feature-grid-two__heading{font-family:var(--fg-head-font-family);font-size:var(--fg-head-size-m)}.feature-grid-two__sub{font-family:var(--fg-body-font-family);font-size:var(--fg-sub-size-m)}.feature-grid-two__buttons .btn{font-size:var(--fg-btn-size-m)}.cusotm-quiz-button button{font-family:Montserrat!important;font-weight:600!important;font-size:18px!important;line-height:16px!important;text-align:center!important;color:#000!important;background:#fff!important;min-width:272px!important;margin-top:35px!important;transition:all .3s ease!important}.cusotm-quiz-button button:hover{color:#fff!important;background:#000!important}@media (min-width: 750px){.feature-grid-two__heading{font-size:var(--fg-head-size-d)}.feature-grid-two__sub{font-size:var(--fg-sub-size-d)}.feature-grid-two__buttons .btn{font-size:var(--fg-btn-size-d)}}.feature-grid-two--fullbleed{width:100%;margin-left:50%;transform:translate(-50%)}@media (max-width:768px){.feature-grid-two__sub{margin:12px 0}.cusotm-quiz-button button{font-family:Montserrat!important;font-weight:600!important;font-size:13px!important;line-height:10px!important;text-align:center!important;color:#000!important;background:#fff!important;min-width:172px!important;margin-top:12px!important;height:36px!important;padding:0!important}.feature-grid-two__textwrap{padding:var(--fg-pad-mob, 24px)}}.image-text-hero{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--hero-gap, 48px);align-items:center;min-height:500px;padding:40px 20px;background-color:var(--hero-bg-color, #ffffff)}@media (max-width: 768px){.image-text-hero{flex-direction:column;gap:var(--hero-gap-mobile, 32px);min-height:auto;padding:30px 15px}}@media (min-width: 769px){.image-text-hero{flex-direction:row;flex-wrap:nowrap}.image-text-hero__content,.image-text-hero__image-wrapper{flex:1}}.image-text-hero__content{display:flex;flex-direction:column;justify-content:center;gap:16px;max-width:var(--hero-text-max-width, 100%);order:1}.image-text-hero__image-wrapper{width:100%;height:var(--hero-image-height, 500px);position:relative;overflow:hidden;order:2;flex:1}.image-text-hero__image{width:100%;height:100%;object-fit:cover}.image-text-hero__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--hero-image-overlay-color, transparent);opacity:var(--hero-image-overlay-opacity, 0)}.image-text-hero--image-left .image-text-hero__content{order:2}.image-text-hero--image-left .image-text-hero__image-wrapper{order:1}@media (max-width: 768px){.image-text-hero--mobile-text-first .image-text-hero__content{order:1!important}.image-text-hero--mobile-text-first .image-text-hero__image-wrapper,.image-text-hero--mobile-image-first .image-text-hero__content{order:2!important}.image-text-hero--mobile-image-first .image-text-hero__image-wrapper{order:1!important}.image-text-hero__image-wrapper{height:var(--hero-image-height-mobile, 300px)}}.image-text-hero__heading{margin:0;font-family:var(--hero-head-font-family);font-size:var(--hero-head-size-d);color:var(--hero-head-color);line-height:1.2;font-weight:var(--hero-head-font-weight)}.image-text-hero__subheading{margin:0;font-family:var(--hero-body-font-family);font-size:var(--hero-sub-size-d);color:var(--hero-sub-color);line-height:1.4}.image-text-hero__button{display:inline-flex;align-items:center;justify-content:center;padding:0;font-family:var(--hero-btn-font-family);font-size:var(--hero-btn-size-d);color:var(--hero-btn-color);background:none;border:0px;text-decoration:none;border-radius:4px;transition:all .3s ease;max-width:fit-content;font-weight:600;text-decoration:underline}.image-text-hero__button:hover{color:var(--hero-btn-color-hover);background:none;border-color:none}.image-text-hero__content--left{text-align:left}.image-text-hero__content--center{text-align:center}.image-text-hero__content--right{text-align:right}@media (max-width: 768px){.image-text-hero__heading{font-family:var(--hero-head-font-family);font-size:var(--hero-head-size-m)}.image-text-hero__subheading{font-family:var(--hero-body-font-family);font-size:var(--hero-sub-size-m)}.image-text-hero__button{font-family:var(--hero-btn-font-family);font-size:var(--hero-btn-size-m);padding:0;justify-content:start;width:100%;max-width:none}}.image-text-hero--fullbleed{width:100vw;margin-left:50%;transform:translate(-50%);padding-left:20px;padding-right:20px}@media (max-width: 768px){.image-text-hero--fullbleed{padding-left:15px;padding-right:15px}}
/*# sourceMappingURL=/cdn/shop/t/55/compiled_assets/styles.css.map */
