@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");:root{--color-black:#000;--color-white:#fff;--color-red:#eb4034;--color-bountiful:#161e10;--color-leaf:#496c09;--color-hearty:#709255;--color-seed:#b5c927;--color-growth:#f3fcec;--color-good-earth-black:#202124;--color-text:#202124;--color-microessentials-yellow:#f5a92b;--color-aspire-green:#84b854;--color-kmag-red:#ad5330;--color-pegasus-blue:#17598c;--color-biopath-blue:#20504c;--color-bioscience-green:#367e7f;--color-performance-plus-yellow:#f3ce59;--color-agrisights-yellow:#fdb913;--color-soil-yellow:#c7a800;--color-biostimulant:#00558c;--color-smoky-black:#091807;--color-white-chocolate:#efe3d9;--inter-font:inter,helvetica,arial,sans-serif;--articulat-font:articulat-cf,helvetica,arial,sans-serif;--woodward-font:Woodward-Regular;--color-inactive-gray:#737373;--color-border-gray:#666;--color-border-dark:#202124;--color-link-gray:#999;--color-article-intro:#666;--color-nutrient-light:#f7f7f7;--color-nutrient-text-gray:#989898;--color-nutrient-dark:#414a51;--color-nutrient-background-black:#161e10;--color-nutrient-slide-btn-back:#e0e0e0;--color-nutrient-slide-btn-arrow:#999;--color-nutrient-text-border:#e6e6e6;--gradient-seed:linear-gradient(0deg,#fff,rgba(181,201,39,.5));--gradient-cn:linear-gradient(0deg,#fff,rgba(22,30,16,.5));--gradient-bioscience:linear-gradient(0deg,#fff,rgba(54,126,127,.5));--gradient-biostimulant:linear-gradient(0deg,#fff,rgba(0,85,140,.5));--gradient-nutrient-enhancer:linear-gradient(0deg,#fff,rgba(0,82,77,.5));--btn-background:transparent;--btn-text:#202124;--btn-border:#202124;--color-alto:#d1d1d1;--color-dove-gray:#666;--color-dusty-gray:#999;--color-green-leaf:#496c09;--color-buddha-gold:#c7a800;--color-silver-chalis:#b2b2b2;--color-corn:#dac400;--color-hunter-green:#161e10;--color-sun:#fdb913;--color-mercury:#e6e6e6;--color-pine-tree:#272605;--color-sherpa-blue:#00524d;--color-quill-gray:#dcdcd7;--color-light-teal:#edf3f3;--dropdown-background:#fdfdfd;--dropdown-border-radius:5px;--dropdown-box-shadow:3px 3px 15px rgba(0,0,0,.15);--color-calc-green:#00594c;--color-calc-heading:#ddd1ca;--color-calc-grey:#dfe1df;--color-calc-blue:#404656;--color-mulders-red:#ef481b;--color-mulders-green:#78aa06}[class*=uk-animation-]{animation:.5s ease-out both}.uk-animation-fade{animation-duration:.8s;animation-name:uk-fade;animation-timing-function:linear}.uk-animation-scale-up{animation-name:uk-fade,uk-scale-up}.uk-animation-scale-down{animation-name:uk-fade,uk-scale-down}.uk-animation-slide-top{animation-name:uk-fade,uk-slide-top}.uk-animation-slide-bottom{animation-name:uk-fade,uk-slide-bottom}.uk-animation-slide-left{animation-name:uk-fade,uk-slide-left}.uk-animation-slide-right{animation-name:uk-fade,uk-slide-right}.uk-animation-slide-top-small{animation-name:uk-fade,uk-slide-top-small}.uk-animation-slide-bottom-small{animation-name:uk-fade,uk-slide-bottom-small}.uk-animation-slide-left-small{animation-name:uk-fade,uk-slide-left-small}.uk-animation-slide-right-small{animation-name:uk-fade,uk-slide-right-small}.uk-animation-slide-top-medium{animation-name:uk-fade,uk-slide-top-medium}.uk-animation-slide-bottom-medium{animation-name:uk-fade,uk-slide-bottom-medium}.uk-animation-slide-left-medium{animation-name:uk-fade,uk-slide-left-medium}.uk-animation-slide-right-medium{animation-name:uk-fade,uk-slide-right-medium}.uk-animation-kenburns{animation-duration:15s;animation-name:uk-kenburns}.uk-animation-shake{animation-name:uk-shake}.uk-animation-stroke{stroke-dasharray:var(--uk-animation-stroke);animation-duration:2s;animation-name:uk-stroke}.uk-animation-reverse{animation-direction:reverse;animation-timing-function:ease-in}.uk-animation-fast{animation-duration:.1s}.uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-]{animation-name:none}@keyframes uk-fade{0%{opacity:0}to{opacity:1}}@keyframes uk-scale-up{0%{transform:scale(.9)}to{transform:scale(1)}}@keyframes uk-scale-down{0%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes uk-slide-top{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes uk-slide-bottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes uk-slide-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes uk-slide-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes uk-slide-top-small{0%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes uk-slide-bottom-small{0%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes uk-slide-left-small{0%{transform:translateX(-10px)}to{transform:translateX(0)}}@keyframes uk-slide-right-small{0%{transform:translateX(10px)}to{transform:translateX(0)}}@keyframes uk-slide-top-medium{0%{transform:translateY(-50px)}to{transform:translateY(0)}}@keyframes uk-slide-bottom-medium{0%{transform:translateY(50px)}to{transform:translateY(0)}}@keyframes uk-slide-left-medium{0%{transform:translateX(-50px)}to{transform:translateX(0)}}@keyframes uk-slide-right-medium{0%{transform:translateX(50px)}to{transform:translateX(0)}}@keyframes uk-kenburns{0%{transform:scale(1)}to{transform:scale(1.2)}}@keyframes uk-shake{0%,to{transform:translateX(0)}10%{transform:translateX(-9px)}20%{transform:translateX(8px)}30%{transform:translateX(-7px)}40%{transform:translateX(6px)}50%{transform:translateX(-5px)}60%{transform:translateX(4px)}70%{transform:translateX(-3px)}80%{transform:translateX(2px)}90%{transform:translateX(-1px)}}@keyframes uk-stroke{0%{stroke-dashoffset:var(--uk-animation-stroke)}to{stroke-dashoffset:0}}.uk-background-default{background-color:#fff}.uk-background-muted{background-color:#f8f8f8}.uk-background-primary{background-color:#1e87f0}.uk-background-secondary{background-color:#222}.uk-background-contain,.uk-background-cover,.uk-background-height-1-1,.uk-background-width-1-1{background-position:50% 50%;background-repeat:no-repeat}.uk-background-cover{background-size:cover}.uk-background-contain{background-size:contain}.uk-background-width-1-1{background-size:100%}.uk-background-height-1-1{background-size:auto 100%}.uk-background-top-left{background-position:0 0}.uk-background-top-center{background-position:50% 0}.uk-background-top-right{background-position:100% 0}.uk-background-center-left{background-position:0 50%}.uk-background-center-center{background-position:50% 50%}.uk-background-center-right{background-position:100% 50%}.uk-background-bottom-left{background-position:0 100%}.uk-background-bottom-center{background-position:50% 100%}.uk-background-bottom-right{background-position:100% 100%}.uk-background-norepeat{background-repeat:no-repeat}.uk-background-fixed{backface-visibility:hidden;background-attachment:fixed}@media (pointer:coarse){.uk-background-fixed{background-attachment:scroll}}@media (max-width:639px){.uk-background-image\@s{background-image:none!important}}@media (max-width:959px){.uk-background-image\@m{background-image:none!important}}@media (max-width:1199px){.uk-background-image\@l{background-image:none!important}}@media (max-width:1599px){.uk-background-image\@xl{background-image:none!important}}.uk-background-blend-multiply{background-blend-mode:multiply}.uk-background-blend-screen{background-blend-mode:screen}.uk-background-blend-overlay{background-blend-mode:overlay}.uk-background-blend-darken{background-blend-mode:darken}.uk-background-blend-lighten{background-blend-mode:lighten}.uk-background-blend-color-dodge{background-blend-mode:color-dodge}.uk-background-blend-color-burn{background-blend-mode:color-burn}.uk-background-blend-hard-light{background-blend-mode:hard-light}.uk-background-blend-soft-light{background-blend-mode:soft-light}.uk-background-blend-difference{background-blend-mode:difference}.uk-background-blend-exclusion{background-blend-mode:exclusion}.uk-background-blend-hue{background-blend-mode:hue}.uk-background-blend-saturation{background-blend-mode:saturation}.uk-background-blend-color{background-blend-mode:color}.uk-background-blend-luminosity{background-blend-mode:luminosity}[class*=uk-column-]{-moz-column-gap:30px;column-gap:30px}@media (min-width:1200px){[class*=uk-column-]{-moz-column-gap:40px;column-gap:40px}}[class*=uk-column-] img{transform:translateZ(0)}.uk-column-divider{-moz-column-gap:60px;column-gap:60px;-moz-column-rule:1px solid #e5e5e5;column-rule:1px solid #e5e5e5}@media (min-width:1200px){.uk-column-divider{-moz-column-gap:80px;column-gap:80px}}.uk-column-1-2{-moz-column-count:2;column-count:2}.uk-column-1-3{-moz-column-count:3;column-count:3}.uk-column-1-4{-moz-column-count:4;column-count:4}.uk-column-1-5{-moz-column-count:5;column-count:5}.uk-column-1-6{-moz-column-count:6;column-count:6}@media (min-width:640px){.uk-column-1-2\@s{-moz-column-count:2;column-count:2}.uk-column-1-3\@s{-moz-column-count:3;column-count:3}.uk-column-1-4\@s{-moz-column-count:4;column-count:4}.uk-column-1-5\@s{-moz-column-count:5;column-count:5}.uk-column-1-6\@s{-moz-column-count:6;column-count:6}}@media (min-width:960px){.uk-column-1-2\@m{-moz-column-count:2;column-count:2}.uk-column-1-3\@m{-moz-column-count:3;column-count:3}.uk-column-1-4\@m{-moz-column-count:4;column-count:4}.uk-column-1-5\@m{-moz-column-count:5;column-count:5}.uk-column-1-6\@m{-moz-column-count:6;column-count:6}}@media (min-width:1200px){.uk-column-1-2\@l{-moz-column-count:2;column-count:2}.uk-column-1-3\@l{-moz-column-count:3;column-count:3}.uk-column-1-4\@l{-moz-column-count:4;column-count:4}.uk-column-1-5\@l{-moz-column-count:5;column-count:5}.uk-column-1-6\@l{-moz-column-count:6;column-count:6}}@media (min-width:1600px){.uk-column-1-2\@xl{-moz-column-count:2;column-count:2}.uk-column-1-3\@xl{-moz-column-count:3;column-count:3}.uk-column-1-4\@xl{-moz-column-count:4;column-count:4}.uk-column-1-5\@xl{-moz-column-count:5;column-count:5}.uk-column-1-6\@xl{-moz-column-count:6;column-count:6}}.uk-column-span{-moz-column-span:all;column-span:all}.uk-container{box-sizing:content-box;display:flow-root;margin-left:auto;margin-right:auto;max-width:1200px;padding-left:15px;padding-right:15px}@media (min-width:640px){.uk-container{padding-left:30px;padding-right:30px}}@media (min-width:960px){.uk-container{padding-left:40px;padding-right:40px}}.uk-container>:last-child{margin-bottom:0}.uk-container .uk-container{padding-left:0;padding-right:0}.uk-container-xsmall{max-width:750px}.uk-container-small{max-width:900px}.uk-container-large{max-width:1440px}.uk-container-xlarge{max-width:1600px}.uk-container-expand{max-width:none}.uk-container-expand-left{margin-left:0}.uk-container-expand-right{margin-right:0}@media (min-width:640px){.uk-container-expand-left.uk-container-xsmall,.uk-container-expand-right.uk-container-xsmall{max-width:calc(50% + 345px)}.uk-container-expand-left.uk-container-small,.uk-container-expand-right.uk-container-small{max-width:calc(50% + 420px)}}@media (min-width:960px){.uk-container-expand-left,.uk-container-expand-right{max-width:calc(50% + 560px)}.uk-container-expand-left.uk-container-xsmall,.uk-container-expand-right.uk-container-xsmall{max-width:calc(50% + 335px)}.uk-container-expand-left.uk-container-small,.uk-container-expand-right.uk-container-small{max-width:calc(50% + 410px)}.uk-container-expand-left.uk-container-large,.uk-container-expand-right.uk-container-large{max-width:calc(50% + 680px)}.uk-container-expand-left.uk-container-xlarge,.uk-container-expand-right.uk-container-xlarge{max-width:calc(50% + 760px)}}.uk-container-item-padding-remove-left,.uk-container-item-padding-remove-right{width:calc(100% + 15px)}.uk-container-item-padding-remove-left{margin-left:-15px}.uk-container-item-padding-remove-right{margin-right:-15px}@media (min-width:640px){.uk-container-item-padding-remove-left,.uk-container-item-padding-remove-right{width:calc(100% + 30px)}.uk-container-item-padding-remove-left{margin-left:-30px}.uk-container-item-padding-remove-right{margin-right:-30px}}@media (min-width:960px){.uk-container-item-padding-remove-left,.uk-container-item-padding-remove-right{width:calc(100% + 40px)}.uk-container-item-padding-remove-left{margin-left:-40px}.uk-container-item-padding-remove-right{margin-right:-40px}}.uk-flex{display:flex}.uk-flex-inline{display:inline-flex}.uk-flex-left{justify-content:flex-start}.uk-flex-center{justify-content:center}.uk-flex-right{justify-content:flex-end}.uk-flex-between{justify-content:space-between}.uk-flex-around{justify-content:space-around}@media (min-width:640px){.uk-flex-left\@s{justify-content:flex-start}.uk-flex-center\@s{justify-content:center}.uk-flex-right\@s{justify-content:flex-end}.uk-flex-between\@s{justify-content:space-between}.uk-flex-around\@s{justify-content:space-around}}@media (min-width:960px){.uk-flex-left\@m{justify-content:flex-start}.uk-flex-center\@m{justify-content:center}.uk-flex-right\@m{justify-content:flex-end}.uk-flex-between\@m{justify-content:space-between}.uk-flex-around\@m{justify-content:space-around}}@media (min-width:1200px){.uk-flex-left\@l{justify-content:flex-start}.uk-flex-center\@l{justify-content:center}.uk-flex-right\@l{justify-content:flex-end}.uk-flex-between\@l{justify-content:space-between}.uk-flex-around\@l{justify-content:space-around}}@media (min-width:1600px){.uk-flex-left\@xl{justify-content:flex-start}.uk-flex-center\@xl{justify-content:center}.uk-flex-right\@xl{justify-content:flex-end}.uk-flex-between\@xl{justify-content:space-between}.uk-flex-around\@xl{justify-content:space-around}}.uk-flex-stretch{align-items:stretch}.uk-flex-top{align-items:flex-start}.uk-flex-middle{align-items:center}.uk-flex-bottom{align-items:flex-end}.uk-flex-row{flex-direction:row}.uk-flex-row-reverse{flex-direction:row-reverse}.uk-flex-column{flex-direction:column}.uk-flex-column-reverse{flex-direction:column-reverse}.uk-flex-nowrap{flex-wrap:nowrap}.uk-flex-wrap{flex-wrap:wrap}.uk-flex-wrap-reverse{flex-wrap:wrap-reverse}.uk-flex-wrap-stretch{align-content:stretch}.uk-flex-wrap-top{align-content:flex-start}.uk-flex-wrap-middle{align-content:center}.uk-flex-wrap-bottom{align-content:flex-end}.uk-flex-wrap-between{align-content:space-between}.uk-flex-wrap-around{align-content:space-around}.uk-flex-first{order:-1}.uk-flex-last{order:99}@media (min-width:640px){.uk-flex-first\@s{order:-1}.uk-flex-last\@s{order:99}}@media (min-width:960px){.uk-flex-first\@m{order:-1}.uk-flex-last\@m{order:99}}@media (min-width:1200px){.uk-flex-first\@l{order:-1}.uk-flex-last\@l{order:99}}@media (min-width:1600px){.uk-flex-first\@xl{order:-1}.uk-flex-last\@xl{order:99}}.uk-flex-none{flex:none}.uk-flex-auto{flex:auto}.uk-flex-1{flex:1}.uk-grid{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.uk-grid>*{margin:0}.uk-grid>*>:last-child{margin-bottom:0}.uk-grid{margin-left:-30px}.uk-grid>*{padding-left:30px}*+.uk-grid-margin,.uk-grid+.uk-grid,.uk-grid>.uk-grid-margin{margin-top:30px}@media (min-width:1200px){.uk-grid{margin-left:-40px}.uk-grid>*{padding-left:40px}*+.uk-grid-margin,.uk-grid+.uk-grid,.uk-grid>.uk-grid-margin{margin-top:40px}}.uk-grid-column-small,.uk-grid-small{margin-left:-15px}.uk-grid-column-small>*,.uk-grid-small>*{padding-left:15px}*+.uk-grid-margin-small,.uk-grid+.uk-grid-row-small,.uk-grid+.uk-grid-small,.uk-grid-row-small>.uk-grid-margin,.uk-grid-small>.uk-grid-margin{margin-top:15px}.uk-grid-column-medium,.uk-grid-medium{margin-left:-30px}.uk-grid-column-medium>*,.uk-grid-medium>*{padding-left:30px}*+.uk-grid-margin-medium,.uk-grid+.uk-grid-medium,.uk-grid+.uk-grid-row-medium,.uk-grid-medium>.uk-grid-margin,.uk-grid-row-medium>.uk-grid-margin{margin-top:30px}.uk-grid-column-large,.uk-grid-large{margin-left:-40px}.uk-grid-column-large>*,.uk-grid-large>*{padding-left:40px}*+.uk-grid-margin-large,.uk-grid+.uk-grid-large,.uk-grid+.uk-grid-row-large,.uk-grid-large>.uk-grid-margin,.uk-grid-row-large>.uk-grid-margin{margin-top:40px}@media (min-width:1200px){.uk-grid-column-large,.uk-grid-large{margin-left:-70px}.uk-grid-column-large>*,.uk-grid-large>*{padding-left:70px}*+.uk-grid-margin-large,.uk-grid+.uk-grid-large,.uk-grid+.uk-grid-row-large,.uk-grid-large>.uk-grid-margin,.uk-grid-row-large>.uk-grid-margin{margin-top:70px}}.uk-grid-collapse,.uk-grid-column-collapse{margin-left:0}.uk-grid-collapse>*,.uk-grid-column-collapse>*{padding-left:0}.uk-grid+.uk-grid-collapse,.uk-grid+.uk-grid-row-collapse,.uk-grid-collapse>.uk-grid-margin,.uk-grid-row-collapse>.uk-grid-margin{margin-top:0}.uk-grid-divider>*{position:relative}.uk-grid-divider>:not(.uk-first-column):before{border-left:1px solid #e5e5e5;bottom:0;content:"";position:absolute;top:0}.uk-grid-divider.uk-grid-stack>.uk-grid-margin:before{border-top:1px solid #e5e5e5;content:"";left:0;position:absolute;right:0}.uk-grid-divider{margin-left:-60px}.uk-grid-divider>*{padding-left:60px}.uk-grid-divider>:not(.uk-first-column):before{left:30px}.uk-grid-divider.uk-grid-stack>.uk-grid-margin{margin-top:60px}.uk-grid-divider.uk-grid-stack>.uk-grid-margin:before{left:60px;top:-30px}@media (min-width:1200px){.uk-grid-divider{margin-left:-80px}.uk-grid-divider>*{padding-left:80px}.uk-grid-divider>:not(.uk-first-column):before{left:40px}.uk-grid-divider.uk-grid-stack>.uk-grid-margin{margin-top:80px}.uk-grid-divider.uk-grid-stack>.uk-grid-margin:before{left:80px;top:-40px}}.uk-grid-divider.uk-grid-column-small,.uk-grid-divider.uk-grid-small{margin-left:-30px}.uk-grid-divider.uk-grid-column-small>*,.uk-grid-divider.uk-grid-small>*{padding-left:30px}.uk-grid-divider.uk-grid-column-small>:not(.uk-first-column):before,.uk-grid-divider.uk-grid-small>:not(.uk-first-column):before{left:15px}.uk-grid-divider.uk-grid-row-small.uk-grid-stack>.uk-grid-margin,.uk-grid-divider.uk-grid-small.uk-grid-stack>.uk-grid-margin{margin-top:30px}.uk-grid-divider.uk-grid-small.uk-grid-stack>.uk-grid-margin:before{left:30px;top:-15px}.uk-grid-divider.uk-grid-row-small.uk-grid-stack>.uk-grid-margin:before{top:-15px}.uk-grid-divider.uk-grid-column-small.uk-grid-stack>.uk-grid-margin:before{left:30px}.uk-grid-divider.uk-grid-column-medium,.uk-grid-divider.uk-grid-medium{margin-left:-60px}.uk-grid-divider.uk-grid-column-medium>*,.uk-grid-divider.uk-grid-medium>*{padding-left:60px}.uk-grid-divider.uk-grid-column-medium>:not(.uk-first-column):before,.uk-grid-divider.uk-grid-medium>:not(.uk-first-column):before{left:30px}.uk-grid-divider.uk-grid-medium.uk-grid-stack>.uk-grid-margin,.uk-grid-divider.uk-grid-row-medium.uk-grid-stack>.uk-grid-margin{margin-top:60px}.uk-grid-divider.uk-grid-medium.uk-grid-stack>.uk-grid-margin:before{left:60px;top:-30px}.uk-grid-divider.uk-grid-row-medium.uk-grid-stack>.uk-grid-margin:before{top:-30px}.uk-grid-divider.uk-grid-column-medium.uk-grid-stack>.uk-grid-margin:before{left:60px}.uk-grid-divider.uk-grid-column-large,.uk-grid-divider.uk-grid-large{margin-left:-80px}.uk-grid-divider.uk-grid-column-large>*,.uk-grid-divider.uk-grid-large>*{padding-left:80px}.uk-grid-divider.uk-grid-column-large>:not(.uk-first-column):before,.uk-grid-divider.uk-grid-large>:not(.uk-first-column):before{left:40px}.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin,.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin{margin-top:80px}.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin:before{left:80px;top:-40px}.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin:before{top:-40px}.uk-grid-divider.uk-grid-column-large.uk-grid-stack>.uk-grid-margin:before{left:80px}@media (min-width:1200px){.uk-grid-divider.uk-grid-column-large,.uk-grid-divider.uk-grid-large{margin-left:-140px}.uk-grid-divider.uk-grid-column-large>*,.uk-grid-divider.uk-grid-large>*{padding-left:140px}.uk-grid-divider.uk-grid-column-large>:not(.uk-first-column):before,.uk-grid-divider.uk-grid-large>:not(.uk-first-column):before{left:70px}.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin,.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin{margin-top:140px}.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin:before{left:140px;top:-70px}.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin:before{top:-70px}.uk-grid-divider.uk-grid-column-large.uk-grid-stack>.uk-grid-margin:before{left:140px}}.uk-grid-item-match,.uk-grid-match>*{display:flex;flex-wrap:wrap}.uk-grid-item-match>:not([class*=uk-width]),.uk-grid-match>*>:not([class*=uk-width]){box-sizing:border-box;flex:auto;width:100%}[class*=uk-height]{box-sizing:border-box}.uk-height-1-1{height:100%}.uk-height-viewport{min-height:100vh}.uk-height-viewport-2{min-height:200vh}.uk-height-viewport-3{min-height:300vh}.uk-height-viewport-4{min-height:400vh}.uk-height-small{height:150px}.uk-height-medium{height:300px}.uk-height-large{height:450px}.uk-height-max-small{max-height:150px}.uk-height-max-medium{max-height:300px}.uk-height-max-large{max-height:450px}.uk-leader{overflow:hidden}.uk-leader-fill:after{content:attr(data-fill);display:inline-block;margin-left:15px;white-space:nowrap;width:0}.uk-leader-fill.uk-leader-hide:after{display:none}:root{--uk-leader-fill-content:.}.uk-margin{margin-bottom:20px}*+.uk-margin{margin-top:20px!important}.uk-margin-top{margin-top:20px!important}.uk-margin-bottom{margin-bottom:20px!important}.uk-margin-left{margin-left:20px!important}.uk-margin-right{margin-right:20px!important}.uk-margin-small{margin-bottom:10px}*+.uk-margin-small{margin-top:10px!important}.uk-margin-small-top{margin-top:10px!important}.uk-margin-small-bottom{margin-bottom:10px!important}.uk-margin-small-left{margin-left:10px!important}.uk-margin-small-right{margin-right:10px!important}.uk-margin-medium{margin-bottom:40px}*+.uk-margin-medium{margin-top:40px!important}.uk-margin-medium-top{margin-top:40px!important}.uk-margin-medium-bottom{margin-bottom:40px!important}.uk-margin-medium-left{margin-left:40px!important}.uk-margin-medium-right{margin-right:40px!important}.uk-margin-large{margin-bottom:40px}*+.uk-margin-large{margin-top:40px!important}.uk-margin-large-top{margin-top:40px!important}.uk-margin-large-bottom{margin-bottom:40px!important}.uk-margin-large-left{margin-left:40px!important}.uk-margin-large-right{margin-right:40px!important}@media (min-width:1200px){.uk-margin-large{margin-bottom:70px}*+.uk-margin-large{margin-top:70px!important}.uk-margin-large-top{margin-top:70px!important}.uk-margin-large-bottom{margin-bottom:70px!important}.uk-margin-large-left{margin-left:70px!important}.uk-margin-large-right{margin-right:70px!important}}.uk-margin-xlarge{margin-bottom:70px}*+.uk-margin-xlarge{margin-top:70px!important}.uk-margin-xlarge-top{margin-top:70px!important}.uk-margin-xlarge-bottom{margin-bottom:70px!important}.uk-margin-xlarge-left{margin-left:70px!important}.uk-margin-xlarge-right{margin-right:70px!important}@media (min-width:1200px){.uk-margin-xlarge{margin-bottom:140px}*+.uk-margin-xlarge{margin-top:140px!important}.uk-margin-xlarge-top{margin-top:140px!important}.uk-margin-xlarge-bottom{margin-bottom:140px!important}.uk-margin-xlarge-left{margin-left:140px!important}.uk-margin-xlarge-right{margin-right:140px!important}}.uk-margin-auto{margin-left:auto!important;margin-right:auto!important}.uk-margin-auto-top{margin-top:auto!important}.uk-margin-auto-bottom{margin-bottom:auto!important}.uk-margin-auto-left{margin-left:auto!important}.uk-margin-auto-right{margin-right:auto!important}.uk-margin-auto-vertical{margin-bottom:auto!important;margin-top:auto!important}@media (min-width:640px){.uk-margin-auto\@s{margin-right:auto!important}.uk-margin-auto-left\@s,.uk-margin-auto\@s{margin-left:auto!important}.uk-margin-auto-right\@s{margin-right:auto!important}}@media (min-width:960px){.uk-margin-auto\@m{margin-right:auto!important}.uk-margin-auto-left\@m,.uk-margin-auto\@m{margin-left:auto!important}.uk-margin-auto-right\@m{margin-right:auto!important}}@media (min-width:1200px){.uk-margin-auto\@l{margin-right:auto!important}.uk-margin-auto-left\@l,.uk-margin-auto\@l{margin-left:auto!important}.uk-margin-auto-right\@l{margin-right:auto!important}}@media (min-width:1600px){.uk-margin-auto\@xl{margin-right:auto!important}.uk-margin-auto-left\@xl,.uk-margin-auto\@xl{margin-left:auto!important}.uk-margin-auto-right\@xl{margin-right:auto!important}}.uk-margin-remove{margin:0!important}.uk-margin-remove-top{margin-top:0!important}.uk-margin-remove-bottom{margin-bottom:0!important}.uk-margin-remove-left{margin-left:0!important}.uk-margin-remove-right{margin-right:0!important}.uk-margin-remove-vertical{margin-bottom:0!important;margin-top:0!important}.uk-margin-remove-adjacent+*,.uk-margin-remove-first-child>:first-child{margin-top:0!important}.uk-margin-remove-last-child>:last-child{margin-bottom:0!important}@media (min-width:640px){.uk-margin-remove-left\@s{margin-left:0!important}.uk-margin-remove-right\@s{margin-right:0!important}}@media (min-width:960px){.uk-margin-remove-left\@m{margin-left:0!important}.uk-margin-remove-right\@m{margin-right:0!important}}@media (min-width:1200px){.uk-margin-remove-left\@l{margin-left:0!important}.uk-margin-remove-right\@l{margin-right:0!important}}@media (min-width:1600px){.uk-margin-remove-left\@xl{margin-left:0!important}.uk-margin-remove-right\@xl{margin-right:0!important}}.uk-padding{padding:30px}@media (min-width:1200px){.uk-padding{padding:40px}}.uk-padding-small{padding:15px}.uk-padding-large{padding:40px}@media (min-width:1200px){.uk-padding-large{padding:70px}}.uk-padding-remove{padding:0!important}.uk-padding-remove-top{padding-top:0!important}.uk-padding-remove-bottom{padding-bottom:0!important}.uk-padding-remove-left{padding-left:0!important}.uk-padding-remove-right{padding-right:0!important}.uk-padding-remove-vertical{padding-bottom:0!important;padding-top:0!important}.uk-padding-remove-horizontal{padding-left:0!important;padding-right:0!important}:root{--uk-position-margin-offset:0px}[class*=uk-position-bottom],[class*=uk-position-center],[class*=uk-position-left],[class*=uk-position-right],[class*=uk-position-top]{box-sizing:border-box;max-width:calc(100% - var(--uk-position-margin-offset)*2);position:absolute!important}.uk-position-top{left:0;right:0;top:0}.uk-position-bottom{bottom:0;left:0;right:0}.uk-position-left{bottom:0;left:0;top:0}.uk-position-right{bottom:0;right:0;top:0}.uk-position-top-left{left:0;top:0}.uk-position-top-right{right:0;top:0}.uk-position-bottom-left{bottom:0;left:0}.uk-position-bottom-right{bottom:0;right:0}.uk-position-center{--uk-position-translate-x:-50%;--uk-position-translate-y:-50%;left:calc(50% - var(--uk-position-margin-offset));top:calc(50% - var(--uk-position-margin-offset));transform:translate(var(--uk-position-translate-x),var(--uk-position-translate-y));width:max-content}[class*=uk-position-center-left],[class*=uk-position-center-right]{--uk-position-translate-y:-50%;top:calc(50% - var(--uk-position-margin-offset));transform:translateY(var(--uk-position-translate-y))}.uk-position-center-left{left:0}.uk-position-center-right{right:0}.uk-position-center-left-out{right:100%;width:max-content}.uk-position-center-right-out{left:100%;width:max-content}.uk-position-bottom-center,.uk-position-top-center{--uk-position-translate-x:-50%;left:calc(50% - var(--uk-position-margin-offset));transform:translate(var(--uk-position-translate-x));width:max-content}.uk-position-top-center{top:0}.uk-position-bottom-center{bottom:0}.uk-position-cover{bottom:0;left:0;position:absolute;right:0;top:0}.uk-position-small{--uk-position-margin-offset:15px;margin:15px}.uk-position-large,.uk-position-medium{--uk-position-margin-offset:30px;margin:30px}@media (min-width:1200px){.uk-position-large{--uk-position-margin-offset:50px;margin:50px}}.uk-position-relative{position:relative!important}.uk-position-absolute{position:absolute!important}.uk-position-fixed{position:fixed!important}.uk-position-sticky{position:sticky!important}.uk-position-z-index{z-index:1}.uk-position-z-index-zero{z-index:0}.uk-position-z-index-negative{z-index:-1}.uk-panel{box-sizing:border-box;display:flow-root;position:relative}.uk-panel>:last-child{margin-bottom:0}.uk-panel-scrollable{border:1px solid #e5e5e5;height:170px;overflow:auto;padding:10px;resize:both}.uk-clearfix:before{content:"";display:table-cell}.uk-clearfix:after{clear:both;content:"";display:table}.uk-float-left{float:left}.uk-float-right{float:right}[class*=uk-float-]{max-width:100%}.uk-overflow-hidden{overflow:hidden}.uk-overflow-auto{overflow:auto}.uk-overflow-auto>:last-child{margin-bottom:0}.uk-box-sizing-content{box-sizing:content-box}.uk-box-sizing-border{box-sizing:border-box}.uk-resize{resize:both}.uk-resize-horizontal{resize:horizontal}.uk-resize-vertical{resize:vertical}.uk-display-block{display:block!important}.uk-display-inline{display:inline!important}.uk-display-inline-block{display:inline-block!important}[class*=uk-inline]{-webkit-backface-visibility:hidden;display:inline-block;max-width:100%;position:relative;vertical-align:middle}.uk-inline-clip{overflow:hidden}.uk-preserve-width,.uk-preserve-width canvas,.uk-preserve-width img,.uk-preserve-width svg,.uk-preserve-width video{max-width:none}.uk-responsive-height,.uk-responsive-width{box-sizing:border-box}.uk-responsive-width{height:auto;max-width:100%!important}.uk-responsive-height{max-height:100%;max-width:none;width:auto}[data-uk-responsive],[uk-responsive]{max-width:100%}.uk-object-cover{-o-object-fit:cover;object-fit:cover}.uk-object-contain{-o-object-fit:contain;object-fit:contain}.uk-object-fill{-o-object-fit:fill;object-fit:fill}.uk-object-none{-o-object-fit:none;object-fit:none}.uk-object-scale-down{-o-object-fit:scale-down;object-fit:scale-down}.uk-object-top-left{-o-object-position:0 0;object-position:0 0}.uk-object-top-center{-o-object-position:50% 0;object-position:50% 0}.uk-object-top-right{-o-object-position:100% 0;object-position:100% 0}.uk-object-center-left{-o-object-position:0 50%;object-position:0 50%}.uk-object-center-center{-o-object-position:50% 50%;object-position:50% 50%}.uk-object-center-right{-o-object-position:100% 50%;object-position:100% 50%}.uk-object-bottom-left{-o-object-position:0 100%;object-position:0 100%}.uk-object-bottom-center{-o-object-position:50% 100%;object-position:50% 100%}.uk-object-bottom-right{-o-object-position:100% 100%;object-position:100% 100%}.uk-border-circle{border-radius:50%}.uk-border-pill{border-radius:500px}.uk-border-rounded{border-radius:5px}.uk-inline-clip[class*=uk-border-]{-webkit-transform:translateZ(0)}.uk-box-shadow-small{box-shadow:0 2px 8px rgba(0,0,0,.08)}.uk-box-shadow-medium{box-shadow:0 5px 15px rgba(0,0,0,.08)}.uk-box-shadow-large{box-shadow:0 14px 25px rgba(0,0,0,.16)}.uk-box-shadow-xlarge{box-shadow:0 28px 50px rgba(0,0,0,.16)}[class*=uk-box-shadow-hover]{transition:box-shadow .1s ease-in-out}.uk-box-shadow-hover-small:hover{box-shadow:0 2px 8px rgba(0,0,0,.08)}.uk-box-shadow-hover-medium:hover{box-shadow:0 5px 15px rgba(0,0,0,.08)}.uk-box-shadow-hover-large:hover{box-shadow:0 14px 25px rgba(0,0,0,.16)}.uk-box-shadow-hover-xlarge:hover{box-shadow:0 28px 50px rgba(0,0,0,.16)}@supports (filter:blur(0)){.uk-box-shadow-bottom{display:inline-block;max-width:100%;position:relative;vertical-align:middle;z-index:0}.uk-box-shadow-bottom:after{background:#444;border-radius:100%;bottom:-30px;content:"";filter:blur(20px);height:30px;left:0;position:absolute;right:0;will-change:filter;z-index:-1}}.uk-dropcap:first-letter,.uk-dropcap>p:first-of-type:first-letter{display:block;float:left;font-size:4.5em;line-height:1;margin-bottom:-2px;margin-right:10px}@-moz-document url-prefix(){.uk-dropcap:first-letter,.uk-dropcap>p:first-of-type:first-letter{margin-top:1.1%}}.uk-logo{color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.5rem;text-decoration:none}:where(.uk-logo){display:inline-block;vertical-align:middle}.uk-logo:hover{color:#333;text-decoration:none}.uk-logo :where(img,svg,video){display:block}.uk-logo-inverse{display:none}.uk-disabled{pointer-events:none}.uk-drag,.uk-drag *{cursor:move}.uk-drag iframe{pointer-events:none}.uk-dragover{box-shadow:0 0 20px hsla(0,0%,39%,.3)}.uk-blend-multiply{mix-blend-mode:multiply}.uk-blend-screen{mix-blend-mode:screen}.uk-blend-overlay{mix-blend-mode:overlay}.uk-blend-darken{mix-blend-mode:darken}.uk-blend-lighten{mix-blend-mode:lighten}.uk-blend-color-dodge{mix-blend-mode:color-dodge}.uk-blend-color-burn{mix-blend-mode:color-burn}.uk-blend-hard-light{mix-blend-mode:hard-light}.uk-blend-soft-light{mix-blend-mode:soft-light}.uk-blend-difference{mix-blend-mode:difference}.uk-blend-exclusion{mix-blend-mode:exclusion}.uk-blend-hue{mix-blend-mode:hue}.uk-blend-saturation{mix-blend-mode:saturation}.uk-blend-color{mix-blend-mode:color}.uk-blend-luminosity{mix-blend-mode:luminosity}.uk-transform-center{transform:translate(-50%,-50%)}.uk-transform-origin-top-left{transform-origin:0 0}.uk-transform-origin-top-center{transform-origin:50% 0}.uk-transform-origin-top-right{transform-origin:100% 0}.uk-transform-origin-center-left{transform-origin:0 50%}.uk-transform-origin-center-right{transform-origin:100% 50%}.uk-transform-origin-bottom-left{transform-origin:0 100%}.uk-transform-origin-bottom-center{transform-origin:50% 100%}.uk-transform-origin-bottom-right{transform-origin:100% 100%}.uk-hidden,[hidden]{display:none!important}@media (min-width:640px){.uk-hidden\@s{display:none!important}}@media (min-width:960px){.uk-hidden\@m{display:none!important}}@media (min-width:1200px){.uk-hidden\@l{display:none!important}}@media (min-width:1600px){.uk-hidden\@xl{display:none!important}}@media (max-width:639px){.uk-visible\@s{display:none!important}}@media (max-width:959px){.uk-visible\@m{display:none!important}}@media (max-width:1199px){.uk-visible\@l{display:none!important}}@media (max-width:1599px){.uk-visible\@xl{display:none!important}}.uk-invisible{visibility:hidden!important}.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within){height:0!important;margin:0!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:0!important}.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within){opacity:0!important}@media (hover:none){.uk-hidden-touch{display:none!important}}@media (hover){.uk-hidden-notouch{display:none!important}}[class*=uk-child-width]>*{box-sizing:border-box;width:100%}.uk-child-width-1-2>*{width:50%}.uk-child-width-1-3>*{width:33.32223%}.uk-child-width-1-4>*{width:25%}.uk-child-width-1-5>*{width:20%}.uk-child-width-1-6>*{width:16.66389%}.uk-child-width-auto>*{width:auto}.uk-child-width-expand>:not([class*=uk-width]){flex:1;min-width:1px}@media (min-width:640px){.uk-child-width-1-1\@s>*{width:100%}.uk-child-width-1-2\@s>*{width:50%}.uk-child-width-1-3\@s>*{width:33.32223%}.uk-child-width-1-4\@s>*{width:25%}.uk-child-width-1-5\@s>*{width:20%}.uk-child-width-1-6\@s>*{width:16.66389%}.uk-child-width-auto\@s>*{width:auto}.uk-child-width-expand\@s>:not([class*=uk-width]){flex:1;min-width:1px}}@media (min-width:960px){.uk-child-width-1-1\@m>*{width:100%}.uk-child-width-1-2\@m>*{width:50%}.uk-child-width-1-3\@m>*{width:33.32223%}.uk-child-width-1-4\@m>*{width:25%}.uk-child-width-1-5\@m>*{width:20%}.uk-child-width-1-6\@m>*{width:16.66389%}.uk-child-width-auto\@m>*{width:auto}.uk-child-width-expand\@m>:not([class*=uk-width]){flex:1;min-width:1px}}@media (min-width:1200px){.uk-child-width-1-1\@l>*{width:100%}.uk-child-width-1-2\@l>*{width:50%}.uk-child-width-1-3\@l>*{width:33.32223%}.uk-child-width-1-4\@l>*{width:25%}.uk-child-width-1-5\@l>*{width:20%}.uk-child-width-1-6\@l>*{width:16.66389%}.uk-child-width-auto\@l>*{width:auto}.uk-child-width-expand\@l>:not([class*=uk-width]){flex:1;min-width:1px}}@media (min-width:1600px){.uk-child-width-1-1\@xl>*{width:100%}.uk-child-width-1-2\@xl>*{width:50%}.uk-child-width-1-3\@xl>*{width:33.32223%}.uk-child-width-1-4\@xl>*{width:25%}.uk-child-width-1-5\@xl>*{width:20%}.uk-child-width-1-6\@xl>*{width:16.66389%}.uk-child-width-auto\@xl>*{width:auto}.uk-child-width-expand\@xl>:not([class*=uk-width]){flex:1;min-width:1px}}[class*=uk-width]{box-sizing:border-box;max-width:100%;width:100%}.uk-width-1-2{width:50%}.uk-width-1-3{width:33.32223%}.uk-width-2-3{width:66.64445%}.uk-width-1-4{width:25%}.uk-width-3-4{width:75%}.uk-width-1-5{width:20%}.uk-width-2-5{width:40%}.uk-width-3-5{width:60%}.uk-width-4-5{width:80%}.uk-width-1-6{width:16.66389%}.uk-width-5-6{width:83.31945%}.uk-width-small{width:150px}.uk-width-medium{width:300px}.uk-width-large{width:450px}.uk-width-xlarge{width:600px}.uk-width-2xlarge{width:750px}.uk-width-auto{width:auto}.uk-width-expand{flex:1;min-width:1px}@media (min-width:640px){.uk-width-1-1\@s{width:100%}.uk-width-1-2\@s{width:50%}.uk-width-1-3\@s{width:33.32223%}.uk-width-2-3\@s{width:66.64445%}.uk-width-1-4\@s{width:25%}.uk-width-3-4\@s{width:75%}.uk-width-1-5\@s{width:20%}.uk-width-2-5\@s{width:40%}.uk-width-3-5\@s{width:60%}.uk-width-4-5\@s{width:80%}.uk-width-1-6\@s{width:16.66389%}.uk-width-5-6\@s{width:83.31945%}.uk-width-small\@s{width:150px}.uk-width-medium\@s{width:300px}.uk-width-large\@s{width:450px}.uk-width-xlarge\@s{width:600px}.uk-width-2xlarge\@s{width:750px}.uk-width-auto\@s{width:auto}.uk-width-expand\@s{flex:1;min-width:1px}}@media (min-width:960px){.uk-width-1-1\@m{width:100%}.uk-width-1-2\@m{width:50%}.uk-width-1-3\@m{width:33.32223%}.uk-width-2-3\@m{width:66.64445%}.uk-width-1-4\@m{width:25%}.uk-width-3-4\@m{width:75%}.uk-width-1-5\@m{width:20%}.uk-width-2-5\@m{width:40%}.uk-width-3-5\@m{width:60%}.uk-width-4-5\@m{width:80%}.uk-width-1-6\@m{width:16.66389%}.uk-width-5-6\@m{width:83.31945%}.uk-width-small\@m{width:150px}.uk-width-medium\@m{width:300px}.uk-width-large\@m{width:450px}.uk-width-xlarge\@m{width:600px}.uk-width-2xlarge\@m{width:750px}.uk-width-auto\@m{width:auto}.uk-width-expand\@m{flex:1;min-width:1px}}@media (min-width:1200px){.uk-width-1-1\@l{width:100%}.uk-width-1-2\@l{width:50%}.uk-width-1-3\@l{width:33.32223%}.uk-width-2-3\@l{width:66.64445%}.uk-width-1-4\@l{width:25%}.uk-width-3-4\@l{width:75%}.uk-width-1-5\@l{width:20%}.uk-width-2-5\@l{width:40%}.uk-width-3-5\@l{width:60%}.uk-width-4-5\@l{width:80%}.uk-width-1-6\@l{width:16.66389%}.uk-width-5-6\@l{width:83.31945%}.uk-width-small\@l{width:150px}.uk-width-medium\@l{width:300px}.uk-width-large\@l{width:450px}.uk-width-xlarge\@l{width:600px}.uk-width-2xlarge\@l{width:750px}.uk-width-auto\@l{width:auto}.uk-width-expand\@l{flex:1;min-width:1px}}@media (min-width:1600px){.uk-width-1-1\@xl{width:100%}.uk-width-1-2\@xl{width:50%}.uk-width-1-3\@xl{width:33.32223%}.uk-width-2-3\@xl{width:66.64445%}.uk-width-1-4\@xl{width:25%}.uk-width-3-4\@xl{width:75%}.uk-width-1-5\@xl{width:20%}.uk-width-2-5\@xl{width:40%}.uk-width-3-5\@xl{width:60%}.uk-width-4-5\@xl{width:80%}.uk-width-1-6\@xl{width:16.66389%}.uk-width-5-6\@xl{width:83.31945%}.uk-width-small\@xl{width:150px}.uk-width-medium\@xl{width:300px}.uk-width-large\@xl{width:450px}.uk-width-xlarge\@xl{width:600px}.uk-width-2xlarge\@xl{width:750px}.uk-width-auto\@xl{width:auto}.uk-width-expand\@xl{flex:1;min-width:1px}}.uk-width-max-content{width:max-content}.uk-width-min-content{width:min-content}.uk-accordion{list-style:none;padding:0}.uk-accordion>:nth-child(n+2){margin-top:20px}.uk-accordion-title{color:#333;display:block;font-size:1.25rem;line-height:1.4;overflow:hidden}.uk-accordion-title:before{background-image:replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22#000%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22#000%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E")','escape("#000")','escape("#666")',"g");background-position:50% 50%;background-repeat:no-repeat;content:"";float:right;height:1.4em;margin-left:10px;width:1.4em}.uk-open>.uk-accordion-title:before{background-image:replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22#000%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E")','escape("#000")','escape("#666")',"g")}.uk-accordion-title:hover{color:#666;text-decoration:none}.uk-accordion-content{display:flow-root;margin-top:20px}.uk-accordion-content>:last-child{margin-bottom:0}.uk-button{-webkit-appearance:none;border:none;border-radius:0;box-sizing:border-box;color:inherit;display:inline-block;font:inherit;font-size:.875rem;line-height:38px;margin:0;overflow:visible;padding:0 30px;text-align:center;text-decoration:none;text-transform:none;text-transform:uppercase;transition:.1s ease-in-out;transition-property:color,background-color,border-color;vertical-align:middle}.uk-button:not(:disabled){cursor:pointer}.uk-button::-moz-focus-inner{border:0;padding:0}.uk-button:hover{text-decoration:none}.uk-button-default{background-color:transparent;border:1px solid #e5e5e5;color:#333}.uk-button-default:hover{background-color:transparent;border-color:#b2b2b2;color:#333}.uk-button-default.uk-active,.uk-button-default:active{background-color:transparent;border-color:#999;color:#333}.uk-button-primary{background-color:#1e87f0;border:1px solid transparent;color:#fff}.uk-button-primary:hover{background-color:#0f7ae5;color:#fff}.uk-button-primary.uk-active,.uk-button-primary:active{background-color:#0e6ecd;color:#fff}.uk-button-secondary{background-color:#222;border:1px solid transparent;color:#fff}.uk-button-secondary:hover{background-color:#151515;color:#fff}.uk-button-secondary.uk-active,.uk-button-secondary:active{background-color:#090909;color:#fff}.uk-button-danger{background-color:#f0506e;border:1px solid transparent;color:#fff}.uk-button-danger:hover{background-color:#ee395b;color:#fff}.uk-button-danger.uk-active,.uk-button-danger:active{background-color:#ec2147;color:#fff}.uk-button-danger:disabled,.uk-button-default:disabled,.uk-button-primary:disabled,.uk-button-secondary:disabled{background-color:transparent;border-color:#e5e5e5;color:#999}.uk-button-small{font-size:.875rem;line-height:28px;padding:0 15px}.uk-button-large{font-size:.875rem;line-height:53px;padding:0 40px}.uk-button-text{background:none;color:#333;line-height:1.5;padding:0;position:relative}.uk-button-text:before{border-bottom:1px solid;bottom:0;content:"";left:0;position:absolute;right:100%;transition:right .3s ease-out}.uk-button-text:hover{color:#333}.uk-button-text:hover:before{right:0}.uk-button-text:disabled{color:#999}.uk-button-text:disabled:before{display:none}.uk-button-link{background:none;color:#333;line-height:1.5;padding:0}.uk-button-link:hover{color:#999;text-decoration:none}.uk-button-link:disabled{color:#999;text-decoration:none}.uk-button-group{display:inline-flex;position:relative;vertical-align:middle}.uk-button-group>.uk-button:nth-child(n+2),.uk-button-group>div:nth-child(n+2) .uk-button{margin-left:-1px}.uk-button-group .uk-button.uk-active,.uk-button-group .uk-button:active,.uk-button-group .uk-button:focus,.uk-button-group .uk-button:hover{position:relative;z-index:1}.uk-dotnav{display:flex;flex-wrap:wrap;list-style:none;margin:0 0 0 -12px;padding:0}.uk-dotnav>*{flex:none;padding-left:12px}.uk-dotnav>*>*{background:transparent;border:1px solid hsla(0,0%,40%,.4);border-radius:50%;box-sizing:border-box;display:block;height:10px;overflow:hidden;text-indent:100%;transition:.2s ease-in-out;transition-property:background-color,border-color;white-space:nowrap;width:10px}.uk-dotnav>*>:hover{background-color:hsla(0,0%,40%,.6);border-color:transparent}.uk-dotnav>*>:active{background-color:hsla(0,0%,40%,.2);border-color:transparent}.uk-dotnav>.uk-active>*{background-color:hsla(0,0%,40%,.6);border-color:transparent}.uk-dotnav-vertical{flex-direction:column;margin-left:0;margin-top:-12px}.uk-dotnav-vertical>*{padding-left:0;padding-top:12px}.uk-dropdown{--uk-position-offset:10px;--uk-position-viewport-offset:15px;background:#fdfdfd;box-shadow:3px 3px 15px rgba(0,0,0,.15);box-sizing:border-box;color:#666;display:none;min-width:200px;padding:25px;position:absolute;z-index:1020}.uk-dropdown.uk-open{display:block}.uk-dropdown>:last-child{margin-bottom:0}.uk-dropdown-large{padding:40px}.uk-dropdown-nav{font-size:.875rem}.uk-dropdown-nav>li>a{color:#999}.uk-dropdown-nav>li.uk-active>a,.uk-dropdown-nav>li>a:hover{color:#666}.uk-dropdown-nav .uk-nav-subtitle{font-size:12px}.uk-dropdown-nav .uk-nav-header{color:#333}.uk-dropdown-nav .uk-nav-divider{border-top:1px solid #e5e5e5}.uk-dropdown-nav .uk-nav-sub a{color:#999}.uk-dropdown-nav .uk-nav-sub a:hover,.uk-dropdown-nav .uk-nav-sub li.uk-active>a{color:#666}.uk-dropdown-stack .uk-dropdown-grid>*{width:100%!important}.uk-checkbox,.uk-input,.uk-radio,.uk-select,.uk-textarea{border-radius:0;box-sizing:border-box;font:inherit;margin:0}.uk-input{overflow:visible}.uk-select{text-transform:none}.uk-select optgroup{font:inherit;font-weight:700}.uk-textarea{overflow:auto}.uk-input[type=search]::-webkit-search-cancel-button,.uk-input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.uk-input[type=number]::-webkit-inner-spin-button,.uk-input[type=number]::-webkit-outer-spin-button{height:auto}.uk-input::-moz-placeholder,.uk-textarea::-moz-placeholder{opacity:1}.uk-checkbox:not(:disabled),.uk-radio:not(:disabled){cursor:pointer}.uk-fieldset{border:none;margin:0;padding:0}.uk-input,.uk-textarea{-webkit-appearance:none}.uk-input,.uk-select,.uk-textarea{background:#fff;border:1px solid #e5e5e5;color:#666;max-width:100%;padding:0 10px;transition:.2s ease-in-out;transition-property:color,background-color,border;width:100%}.uk-input,.uk-select:not([multiple]):not([size]){display:inline-block;height:40px;vertical-align:middle}.uk-input:not(input),.uk-select:not(select){line-height:38px}.uk-select[multiple],.uk-select[size],.uk-textarea{padding-bottom:6px;padding-top:6px;vertical-align:top}.uk-select[multiple],.uk-select[size]{resize:vertical}.uk-input:focus,.uk-select:focus,.uk-textarea:focus{background-color:#fff;border-color:#1e87f0;color:#666;outline:none}.uk-input:disabled,.uk-select:disabled,.uk-textarea:disabled{background-color:#f8f8f8;border-color:#e5e5e5;color:#999}.uk-input::placeholder{color:#999}.uk-textarea::placeholder{color:#999}.uk-form-small{font-size:.875rem}.uk-form-small:not(textarea):not([multiple]):not([size]){height:30px;padding-left:8px;padding-right:8px}[multiple].uk-form-small,[size].uk-form-small,textarea.uk-form-small{padding:5px 8px}.uk-form-small:not(select):not(input):not(textarea){line-height:28px}.uk-form-large{font-size:1.25rem}.uk-form-large:not(textarea):not([multiple]):not([size]){height:55px;padding-left:12px;padding-right:12px}[multiple].uk-form-large,[size].uk-form-large,textarea.uk-form-large{padding:7px 12px}.uk-form-large:not(select):not(input):not(textarea){line-height:53px}.uk-form-danger,.uk-form-danger:focus{border-color:#f0506e;color:#f0506e}.uk-form-success,.uk-form-success:focus{border-color:#32d296;color:#32d296}.uk-form-blank{background:none;border-color:transparent}.uk-form-blank:focus{border-color:#e5e5e5;border-style:solid}input.uk-form-width-xsmall{width:50px}select.uk-form-width-xsmall{width:75px}.uk-form-width-small{width:130px}.uk-form-width-medium{width:200px}.uk-form-width-large{width:500px}.uk-select:not([multiple]):not([size]){-webkit-appearance:none;-moz-appearance:none;background-image:replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22#000%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22#000%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")','escape("#000")','escape("#666")',"g");background-position:100% 50%;background-repeat:no-repeat;padding-right:20px}.uk-select:not([multiple]):not([size]) option{color:#666}.uk-select:not([multiple]):not([size]):disabled{background-image:replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22#000%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22#000%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")','escape("#000")','escape("#999")',"g")}.uk-input[list]{background-position:100% 50%;background-repeat:no-repeat;padding-right:20px}.uk-input[list]:focus,.uk-input[list]:hover{background-image:replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22#000%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")','escape("#000")','escape("#666")',"g")}.uk-input[list]::-webkit-calendar-picker-indicator{display:none!important}.uk-checkbox,.uk-radio{-webkit-appearance:none;-moz-appearance:none;background-color:transparent;background-position:50% 50%;background-repeat:no-repeat;border:1px solid #ccc;display:inline-block;height:16px;margin-top:-4px;overflow:hidden;transition:.2s ease-in-out;transition-property:background-color,border;vertical-align:middle;width:16px}.uk-radio{border-radius:50%}.uk-checkbox:focus,.uk-radio:focus{background-color:transparent;border-color:#1e87f0;outline:none}.uk-checkbox:checked,.uk-checkbox:indeterminate,.uk-radio:checked{background-color:#1e87f0;border-color:transparent}.uk-checkbox:checked:focus,.uk-checkbox:indeterminate:focus,.uk-radio:checked:focus{background-color:#0e6ecd}.uk-radio:checked{background-image:replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22#000%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")','escape("#000")','escape("#fff")',"g")}.uk-checkbox:checked{background-image:replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22#000%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")','escape("#000")','escape("#fff")',"g")}.uk-checkbox:indeterminate{background-image:replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22#000%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")','escape("#000")','escape("#fff")',"g")}.uk-checkbox:disabled,.uk-radio:disabled{background-color:#f8f8f8;border-color:#e5e5e5}.uk-radio:disabled:checked{background-image:replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22#000%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")','escape("#000")','escape("#999")',"g")}.uk-checkbox:disabled:checked{background-image:replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22#000%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")','escape("#000")','escape("#999")',"g")}.uk-checkbox:disabled:indeterminate{background-image:replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22#000%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")','escape("#000")','escape("#999")',"g")}.uk-legend{color:inherit;font-size:1.5rem;line-height:1.4;padding:0;width:100%}.uk-form-custom{display:inline-block;max-width:100%;position:relative;vertical-align:middle}.uk-form-custom input[type=file],.uk-form-custom select{-webkit-appearance:none;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.uk-form-custom input[type=file]{font-size:500px;overflow:hidden}.uk-form-label{color:#333;font-size:.875rem}.uk-form-stacked .uk-form-label{display:block;margin-bottom:5px}@media (max-width:959px){.uk-form-horizontal .uk-form-label{display:block;margin-bottom:5px}}@media (min-width:960px){.uk-form-horizontal .uk-form-label{float:left;margin-top:7px;width:200px}.uk-form-horizontal .uk-form-controls{margin-left:215px}.uk-form-horizontal .uk-form-controls-text{padding-top:7px}}.uk-form-icon{align-items:center;bottom:0;color:#999;display:inline-flex;justify-content:center;left:0;position:absolute;top:0;width:40px}.uk-form-icon:hover{color:#666}.uk-form-icon:not(a):not(button):not(input){pointer-events:none}.uk-form-icon:not(.uk-form-icon-flip)~.uk-input{padding-left:40px!important}.uk-form-icon-flip{left:auto;right:0}.uk-form-icon-flip~.uk-input{padding-right:40px!important}.uk-modal{background:rgba(0,0,0,.6);bottom:0;display:none;left:0;opacity:0;overflow-y:auto;padding:15px;position:fixed;right:0;top:0;transition:opacity .15s linear;z-index:1010}@media (min-width:640px){.uk-modal{padding:50px 30px}}@media (min-width:960px){.uk-modal{padding-left:40px;padding-right:40px}}.uk-modal.uk-open{opacity:1}.uk-modal-page{overflow:hidden}.uk-modal-dialog{background:#fff;box-sizing:border-box;margin:0 auto;max-width:100%!important;opacity:0;position:relative;transform:translateY(-100px);transition:.3s linear;transition-property:opacity,transform;width:600px}.uk-open>.uk-modal-dialog{opacity:1;transform:translateY(0)}.uk-modal-container .uk-modal-dialog{width:1200px}.uk-modal-full{background:none;padding:0}.uk-modal-full .uk-modal-dialog{margin:0;max-width:100%;transform:translateY(0);width:100%}.uk-modal-body{display:flow-root;padding:20px}.uk-modal-header{border-bottom:1px solid #e5e5e5}.uk-modal-footer,.uk-modal-header{background:#fff;display:flow-root;padding:10px 20px}.uk-modal-footer{border-top:1px solid #e5e5e5}@media (min-width:640px){.uk-modal-body{padding:30px}.uk-modal-footer,.uk-modal-header{padding:15px 30px}}.uk-modal-body>:last-child,.uk-modal-footer>:last-child,.uk-modal-header>:last-child{margin-bottom:0}.uk-modal-title{font-size:2rem;line-height:1.3}[class*=uk-modal-close-]{padding:5px;position:absolute;right:10px;top:10px;z-index:1010}[class*=uk-modal-close-]:first-child+*{margin-top:0}.uk-modal-close-outside{color:#fff;right:-5px;top:0;transform:translateY(-100%)}.uk-modal-close-outside:hover{color:#fff}@media (min-width:960px){.uk-modal-close-outside{right:0;transform:translate(100%,-100%)}}.uk-modal-close-full{background:#fff;padding:10px;right:0;top:0}@media (min-width:960px){.uk-modal-close-full{padding:20px}}.uk-navbar{display:flex;position:relative}.uk-navbar-container:not(.uk-navbar-transparent){background:#f8f8f8}.uk-navbar-left,.uk-navbar-right,[class*=uk-navbar-center]{align-items:center;display:flex;gap:15px}.uk-navbar-right{margin-left:auto}.uk-navbar-center:only-child{margin-left:auto;margin-right:auto;position:relative}.uk-navbar-center:not(:only-child){box-sizing:border-box;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:max-content;z-index:990}.uk-navbar-center-left,.uk-navbar-center-right{position:absolute;top:0}.uk-navbar-center-left{right:calc(100% + 15px)}.uk-navbar-center-right{left:calc(100% + 15px)}[class*=uk-navbar-center-]{box-sizing:border-box;width:max-content}.uk-navbar-nav{display:flex;gap:15px;list-style:none;margin:0;padding:0}.uk-navbar-center:only-child,.uk-navbar-left,.uk-navbar-right{flex-wrap:wrap}.uk-navbar-item,.uk-navbar-nav>li>a,.uk-navbar-toggle{align-items:center;box-sizing:border-box;-moz-column-gap:.25em;column-gap:.25em;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem;justify-content:center;min-height:80px;text-decoration:none}.uk-navbar-nav>li>a{color:#999;padding:0;text-transform:uppercase;transition:.1s ease-in-out;transition-property:color,background-color}.uk-navbar-nav>li:hover>a,.uk-navbar-nav>li>a[aria-expanded=true]{color:#666}.uk-navbar-nav>li>a:active{color:#333}.uk-navbar-nav>li.uk-active>a{color:#333}.uk-navbar-parent-icon{margin-left:4px}.uk-navbar-nav>li>a[aria-expanded=true] .uk-navbar-parent-icon{transform:rotate(180deg)}.uk-navbar-item{color:#666;padding:0}.uk-navbar-item>:last-child{margin-bottom:0}.uk-navbar-toggle{color:#999;padding:0}.uk-navbar-toggle:hover,.uk-navbar-toggle[aria-expanded=true]{color:#666;text-decoration:none}.uk-navbar-subtitle{font-size:.875rem}.uk-navbar-justify .uk-navbar-item,.uk-navbar-justify .uk-navbar-left,.uk-navbar-justify .uk-navbar-nav,.uk-navbar-justify .uk-navbar-nav>li,.uk-navbar-justify .uk-navbar-right,.uk-navbar-justify .uk-navbar-toggle{flex-grow:1}.uk-navbar-dropdown{--uk-position-offset:15px;--uk-position-shift-offset:0;--uk-position-viewport-offset:15px;background:#fff;box-shadow:0 5px 12px rgba(0,0,0,.15);box-sizing:border-box;color:#666;display:none;padding:25px;position:absolute;width:200px;z-index:1020}.uk-navbar-dropdown.uk-open{display:block}.uk-navbar-dropdown>:last-child{margin-bottom:0}.uk-navbar-dropdown-grid{margin-left:-30px}.uk-navbar-dropdown-grid>*{padding-left:30px}.uk-navbar-dropdown-grid>.uk-grid-margin{margin-top:30px}.uk-navbar-dropdown-stack .uk-navbar-dropdown-grid>*{width:100%!important}.uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack){width:400px}.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack){width:600px}.uk-navbar-dropdown-width-4:not(.uk-navbar-dropdown-stack){width:800px}.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack){width:1000px}.uk-navbar-dropdown-large{--uk-position-shift-offset:0;padding:40px}.uk-navbar-dropdown-dropbar{--uk-position-offset:0;--uk-position-shift-offset:0;--uk-position-viewport-offset:15px;background:transparent;box-shadow:none;padding:25px 0;width:auto}@media (min-width:640px){.uk-navbar-dropdown-dropbar{--uk-position-viewport-offset:30px}}@media (min-width:960px){.uk-navbar-dropdown-dropbar{--uk-position-viewport-offset:40px}}.uk-navbar-dropdown-dropbar-large{--uk-position-shift-offset:0;padding-bottom:40px;padding-top:40px}.uk-navbar-dropdown-nav{font-size:.875rem}.uk-navbar-dropdown-nav>li>a{color:#999}.uk-navbar-dropdown-nav>li>a:hover{color:#666}.uk-navbar-dropdown-nav>li.uk-active>a{color:#333}.uk-navbar-dropdown-nav .uk-nav-subtitle{font-size:12px}.uk-navbar-dropdown-nav .uk-nav-header{color:#333}.uk-navbar-dropdown-nav .uk-nav-divider{border-top:1px solid #e5e5e5}.uk-navbar-dropdown-nav .uk-nav-sub a{color:#999}.uk-navbar-dropdown-nav .uk-nav-sub a:hover{color:#666}.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active>a{color:#333}.uk-navbar-dropbar{display:block!important;left:0;padding:0;right:0;z-index:980}@media (min-width:960px){.uk-navbar-left,.uk-navbar-right,[class*=uk-navbar-center]{gap:30px}.uk-navbar-center-left{right:calc(100% + 30px)}.uk-navbar-center-right{left:calc(100% + 30px)}.uk-navbar-nav{gap:30px}}.uk-offcanvas{bottom:0;display:none;left:0;position:fixed;top:0;z-index:1000}.uk-offcanvas-flip .uk-offcanvas{left:auto;right:0}.uk-offcanvas-bar{background:#222;bottom:0;box-sizing:border-box;left:-270px;overflow-y:auto;padding:20px;position:absolute;top:0;width:270px}@media (min-width:640px){.uk-offcanvas-bar{left:-350px;padding:30px;width:350px}}.uk-offcanvas-flip .uk-offcanvas-bar{left:auto;right:-270px}@media (min-width:640px){.uk-offcanvas-flip .uk-offcanvas-bar{right:-350px}}.uk-open>.uk-offcanvas-bar{left:0}.uk-offcanvas-flip .uk-open>.uk-offcanvas-bar{left:auto;right:0}.uk-offcanvas-bar-animation{transition:left .3s ease-out}.uk-offcanvas-flip .uk-offcanvas-bar-animation{transition-property:right}.uk-offcanvas-reveal{bottom:0;left:0;overflow:hidden;position:absolute;top:0;transition:width .3s ease-out;width:0}.uk-offcanvas-reveal .uk-offcanvas-bar{left:0}.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar{left:auto;right:0}.uk-open>.uk-offcanvas-reveal{width:270px}@media (min-width:640px){.uk-open>.uk-offcanvas-reveal{width:350px}}.uk-offcanvas-flip .uk-offcanvas-reveal{left:auto;right:0}.uk-offcanvas-close{padding:5px;position:absolute;right:5px;top:5px;z-index:1000}@media (min-width:640px){.uk-offcanvas-close{right:10px;top:10px}}.uk-offcanvas-close:first-child+*{margin-top:0}.uk-offcanvas-overlay{touch-action:none;width:100vw}.uk-offcanvas-overlay:before{background:rgba(0,0,0,.1);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .15s linear}.uk-offcanvas-overlay.uk-open:before{opacity:1}.uk-offcanvas-container,.uk-offcanvas-page{overflow-x:hidden;overflow-x:clip}.uk-offcanvas-container{box-sizing:border-box;left:0;position:relative;transition:left .3s ease-out;width:100%}:not(.uk-offcanvas-flip).uk-offcanvas-container-animation{left:270px}.uk-offcanvas-flip.uk-offcanvas-container-animation{left:-270px}@media (min-width:640px){:not(.uk-offcanvas-flip).uk-offcanvas-container-animation{left:350px}.uk-offcanvas-flip.uk-offcanvas-container-animation{left:-350px}}.uk-search{display:inline-block;margin:0;max-width:100%;position:relative}.uk-search-input::-webkit-search-cancel-button,.uk-search-input::-webkit-search-decoration{-webkit-appearance:none}.uk-search-input::-moz-placeholder{opacity:1}.uk-search-input{-webkit-appearance:none;border:none;border-radius:0;box-sizing:border-box;color:#666;font:inherit;margin:0;overflow:visible;vertical-align:middle;width:100%}.uk-search-input:focus{outline:none}.uk-search-input::placeholder{color:#999}.uk-search .uk-search-icon{align-items:center;bottom:0;color:#999;display:inline-flex;justify-content:center;left:0;position:absolute;top:0}.uk-search .uk-search-icon:hover{color:#999}.uk-search .uk-search-icon:not(a):not(button):not(input){pointer-events:none}.uk-search .uk-search-icon-flip{left:auto;right:0}.uk-search-default{width:240px}.uk-search-default .uk-search-input{background:transparent;border:1px solid #e5e5e5;height:40px;padding-left:10px;padding-right:10px}.uk-search-default .uk-search-input:focus{background-color:transparent;border-color:#1e87f0}.uk-search-default .uk-search-icon{width:40px}.uk-search-default .uk-search-icon:not(.uk-search-icon-flip)~.uk-search-input{padding-left:40px}.uk-search-default .uk-search-icon-flip~.uk-search-input{padding-right:40px}.uk-search-navbar{width:400px}.uk-search-navbar .uk-search-input{background:transparent;font-size:1.5rem;height:40px}.uk-search-navbar .uk-search-icon{width:40px}.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip)~.uk-search-input{padding-left:40px}.uk-search-navbar .uk-search-icon-flip~.uk-search-input{padding-right:40px}.uk-search-large{width:500px}.uk-search-large .uk-search-input{background:transparent;font-size:2.625rem;height:80px}.uk-search-large .uk-search-icon{width:80px}.uk-search-large .uk-search-icon:not(.uk-search-icon-flip)~.uk-search-input{padding-left:80px}.uk-search-large .uk-search-icon-flip~.uk-search-input{padding-right:80px}.uk-search-toggle{color:#999}.uk-search-toggle:hover{color:#666}.uk-slider{-webkit-tap-highlight-color:transparent}.uk-slider-container{overflow:hidden}.uk-slider-container-offset{margin:-11px -25px -39px;padding:11px 25px 39px}.uk-slider-items{position:relative;touch-action:pan-y;will-change:transform}.uk-slider-items:not(.uk-grid){-webkit-touch-callout:none;display:flex;list-style:none;margin:0;padding:0}.uk-slider-items.uk-grid{flex-wrap:nowrap}.uk-slider-items>*{flex:none;max-width:100%;position:relative}.uk-slidenav{color:hsla(0,0%,40%,.5);padding:5px 10px;transition:color .1s ease-in-out}.uk-slidenav:hover{color:hsla(0,0%,40%,.9)}.uk-slidenav:active{color:hsla(0,0%,40%,.5)}.uk-slidenav-large{padding:10px}.uk-slidenav-container{display:flex}.uk-slideshow{-webkit-tap-highlight-color:transparent}.uk-slideshow-items{-webkit-touch-callout:none;list-style:none;margin:0;overflow:hidden;padding:0;position:relative;touch-action:pan-y;z-index:0}.uk-slideshow-items>*{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;will-change:transform,opacity}.uk-slideshow-items>:not(.uk-active){display:none}.uk-switcher{list-style:none;margin:0;padding:0}.uk-switcher>:not(.uk-active){display:none}.uk-switcher>*>:last-child{margin-bottom:0}.uk-tab{display:flex;flex-wrap:wrap;list-style:none;margin-left:-20px;padding:0;position:relative}.uk-tab:before{border-bottom:1px solid #e5e5e5;bottom:0;content:"";left:20px;position:absolute;right:0}.uk-tab>*{flex:none;padding-left:20px;position:relative}.uk-tab>*>a{align-items:center;border-bottom:1px solid transparent;color:#999;-moz-column-gap:.25em;column-gap:.25em;display:flex;font-size:.875rem;justify-content:center;padding:5px 10px;text-transform:uppercase;transition:color .1s ease-in-out}.uk-tab>*>a:hover{color:#666;text-decoration:none}.uk-tab>.uk-active>a{border-color:#1e87f0;color:#333}.uk-tab>.uk-disabled>a{color:#999}.uk-tab-bottom:before{bottom:auto;top:0}.uk-tab-bottom>*>a{border-bottom:none;border-top:1px solid transparent}.uk-tab-left,.uk-tab-right{flex-direction:column;margin-left:0}.uk-tab-left>*,.uk-tab-right>*{padding-left:0}.uk-tab-left:before{border-bottom:none;border-left:1px solid #e5e5e5;bottom:0;left:auto;right:0;top:0}.uk-tab-right:before{border-bottom:none;border-left:1px solid #e5e5e5;bottom:0;left:0;right:auto;top:0}.uk-tab-left>*>a{border-bottom:none;border-right:1px solid transparent;justify-content:left}.uk-tab-right>*>a{border-bottom:none;border-left:1px solid transparent;justify-content:left}.uk-tab .uk-dropdown{margin-left:30px}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:""}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}body{word-wrap:break-word;font-family:var(--inter-font);position:relative;text-rendering:optimizeLegibility}body.stop-scrolling{height:100%;overflow:hidden}.main-container{display:block;margin:65px auto 0;max-width:1200px;width:100%}@media screen and (min-width:960px){.main-container{margin:97px auto 0}}.main-container.campaign-page-builder{margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;height:1px;overflow:hidden;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);color:#494949;display:block;font-size:1rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.entry__content address,.entry__content dd,.entry__content dl,.entry__content hr,.entry__content ol,.entry__content p,.entry__content pre,.entry__content table,.entry__content ul{margin-bottom:15px}.entry__content b,.entry__content dt,.entry__content strong{font-weight:700}.entry__content em{color:inherit;font-style:italic}.entry__content table,.entry__content td,.entry__content th{border:1px solid #eaeaea}.entry__content table{border-collapse:separate;border-spacing:0;border-width:1px 0 0 1px;margin:0 0 1.6em;table-layout:fixed;width:100%}.entry__content caption,.entry__content td,.entry__content th{text-align:left}.entry__content th{font-weight:700}.entry__content td,.entry__content th{border-width:0 1px 1px 0}.entry__content td,.entry__content th{padding:.4em}.entry__content ol,.entry__content ul{margin-left:35px}.entry__content ol li{list-style-type:decimal;margin-bottom:5px}.entry__content ol li ol{margin-bottom:0}.entry__content ul li{list-style-type:disc;margin-bottom:5px}.entry__content ul li ul{margin-bottom:0}.entry__content blockquote{line-height:1.6}.entry__content img{height:auto;max-width:100%}.entry__content .alignleft{float:left;margin:0 15px 15px 0}.entry__content .alignright{float:right;margin:0 0 15px 15px}.entry__content .aligncenter{display:block;margin:0 auto 15px}.entry__content .wp-caption-text{font-size:75%}.entry__content address p{margin-bottom:0}.entry__content pre{background:#eee;display:block;font-family:monospace;margin:15px 0;padding:15px;white-space:pre}.entry__content sub,.entry__content sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.entry__content sup{top:-.5em}.entry__content sub{bottom:-.25em}@font-face{font-display:swap;font-family:Woodward-Regular;font-style:normal;font-weight:400;src:url(../../assets/fonts/Woodward-Regular/Woodward-Regular.ttf)}a,body,p{color:var(--color-text);font-family:inter,helvetica,arial,sans-serif;font-size:16px;line-height:24px}@media screen and (min-width:960px){a,body,p{font-size:18px;line-height:24px}}.hdg,h1,h2,h3,h4,h5{color:var(--color-text);font-family:articulat-cf,helvetica,arial,sans-serif}.hdg--1,h1{font-size:32px;line-height:40px}@media screen and (min-width:960px){.hdg--1,h1{font-size:72px;line-height:80px}}.hdg--2,h2{font-size:24px;line-height:32px}@media screen and (min-width:960px){.hdg--2,h2{font-size:56px;line-height:64px}}.hdg--3,h3{font-size:20px;line-height:24px}@media screen and (min-width:960px){.hdg--3,h3{font-size:40px;line-height:48px}}.hdg--4,h4{font-size:16px;line-height:20px}@media screen and (min-width:960px){.hdg--4,h4{font-size:20px;line-height:24px}}.hdg--5,h5{font-size:11px;font-weight:500;line-height:16px}@media screen and (min-width:960px){.hdg--5,h5{font-size:16px;line-height:20px}}.hdg .color--performance-plus-yellow,h1 .color--performance-plus-yellow,h2 .color--performance-plus-yellow,h3 .color--performance-plus-yellow,h4 .color--performance-plus-yellow,h5 .color--performance-plus-yellow{color:var(--color-performance-plus-yellow)}.btn_large{border-radius:180px;color:var(--color-white);font-family:var(--inter-font);font-size:20px;padding:15px 28px;transition:.2s ease-in-out;transition-property:color,background,border-color}@media screen and (min-width:1200px){.btn_large{font-size:24px;padding:18px 32px 19px}}.btn{background-color:var(--btn-background);border:3px solid var(--btn-border);border-radius:40px;color:var(--btn-text);font-size:1rem;font-weight:400;padding:3px 14px;text-decoration:none}.btn--secondary{--btn-background:#202124;--btn-text:#fff}.btn--tertiary{--btn-background:#b5c927;--btn-border:#b5c927}.btn--frontier-fields{--btn-background:#262504;--btn-border:#262504;--btn-text:#fff}.btn--microessentials{--btn-background:#f5a92b;--btn-border:#f5a92b;--btn-text:#202124}.btn--aspire{--btn-background:#84b854;--btn-border:#84b854;--btn-text:#202124}.btn--k-mag{--btn-background:#ad5330;--btn-border:#ad5330;--btn-text:#fff}.btn--pegasus{--btn-background:#17598c;--btn-border:#17598c;--btn-text:#fff}.btn--biopath,.btn--biosciences,.btn--powercoat{--btn-background:#367e7f;--btn-border:#367e7f;--btn-text:#fff}.btn--prb9{--btn-background:#00558c;--btn-border:#00558c;--btn-text:#fff}.btn[disabled]{opacity:.75}.btn--small{border:2px solid var(--color-text);font-size:1rem;height:40px;padding:8px 14px}.btn--sm{align-items:center;display:inline-flex;font-size:1rem;line-height:1.1875rem;padding:8px 20px}.btn--white-outline{--btn-background:transparent;--btn-text:#fff;border:2px solid var(--color-white)}.btn svg{color:var(--btn-text);position:relative}.btn svg.icon--rotate-180{transform:rotate(180deg)}.btn svg.icon-start{margin-right:11px}.btn svg.icon-end{margin-left:11px}.btn svg.icon-expand{height:23px;width:23px}.btn svg.icon-arrow-right{height:23px;top:4px;width:23px}.btn svg.icon-arrow-left{height:23px;width:23px}.btn svg.icon-download-arrow{height:1.4375rem;width:1.4375rem}.btn svg.icon-download{height:22px;top:2px;width:19px}.btn--inline-link{background:transparent;border:0;border-radius:0;color:var(--text-primary)}.btn--inline-link.btn--secondary{background:transparent;color:var(--color-white)}.btn--link{align-items:center;background-color:transparent;border:transparent;color:var(--color-text);display:flex;gap:8px;justify-content:center;padding-left:0;padding-right:0}.btn--link .icon{fill:var(--color-seed);height:.9rem;width:.9rem}.filter__button-group{align-items:center;flex-wrap:wrap;justify-content:center;margin-bottom:80px}.cn-dropdown{position:relative;width:100%}.cn-dropdown>button{align-items:center;background-color:var(--color-white);border:1px solid var(--color-black);border-radius:5px;display:flex;font-family:var(--inter-font);font-size:12px;font-style:normal;font-weight:400;gap:16px;height:40px;justify-content:space-between;letter-spacing:0;overflow:hidden;padding:0 40px 0 12px;text-transform:none;width:100%}.cn-dropdown>button:hover{background-color:var(--color-white)}.cn-dropdown>button .cn-dropdown__label{align-items:center;display:flex;gap:12px;justify-content:flex-start;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.cn-dropdown>button .cn-dropdown__label .icon{fill:currentColor;height:22px;width:22px}.cn-dropdown>button .icon-arrow-down{height:16px;position:absolute;right:14px;transition:all .1s ease-in-out;width:16px}.cn-dropdown>button[aria-expanded=true] .icon-arrow-down{transform:rotateX(180deg)}.cn-dropdown .uk-dropdown{background-color:var(--dropdown-background);border:1px solid var(--color-nutrient-text-border);border-radius:var(--dropdown-border-radius);box-shadow:var(--dropdown-box-shadow);max-height:270px;overflow-y:auto;padding:0;width:100%}.cn-dropdown .uk-dropdown .item__label-text{align-items:center;display:flex;gap:16px;justify-content:flex-start}.cn-dropdown .uk-dropdown .item--action{align-items:center;background-color:var(--color-seed);display:flex;justify-content:flex-end;padding:10px 12px}.cn-dropdown .uk-dropdown .item--title{color:var(--color-inactive-gray);font-family:var(--inter-font);font-size:1rem;font-weight:400;letter-spacing:0}.cn-dropdown .uk-dropdown .item--action:hover,.cn-dropdown .uk-dropdown .item--title:hover{cursor:default}.cn-dropdown .uk-dropdown label{align-items:center;background-color:var(--dropdown-background);color:var(--color-black);display:flex;font-family:var(--inter-font);font-size:1rem;font-weight:400;gap:16px;justify-content:space-between;line-height:1.125rem;min-height:42px;overflow:hidden;padding:8px 24px 8px 12px;position:relative;width:100%}.cn-dropdown .uk-dropdown label.uk-active{background-color:var(--color-growth)}.cn-dropdown .uk-dropdown label .icon{fill:currentColor;height:22px;width:22px}.cn-dropdown .uk-dropdown label input[type=checkbox]{accent-color:var(--color-seed);position:relative}.cn-dropdown .uk-dropdown label input[type=checkbox]:checked{background-color:var(--color-seed);border-color:var(--color-seed)}.cn-dropdown .uk-dropdown label input[type=checkbox]:checked:before{color:var(--color-black);content:"✓";left:1px;position:absolute;top:-2px}.cn-dropdown .uk-dropdown label input[type=checkbox]:focus{border-color:var(--color-seed)}.cn-dropdown .uk-dropdown label:focus-within{filter:brightness(.95)}.cn-dropdown [data-button=apply]{padding-bottom:1px;padding-top:1px}.cn-dropdown--single-select .uk-dropdown label{justify-content:flex-start}.cn-dropdown--single-select .uk-dropdown input[type=checkbox]{position:absolute;right:200%;z-index:-1}.cn-input{position:relative;width:100%}.cn-input input[type=text]{background-color:var(--color-white);border:1px solid var(--color-black);border-radius:5px;font-family:var(--inter-font);font-size:12px;font-style:normal;font-weight:400;height:40px;letter-spacing:0;overflow:hidden;padding:0 12px;text-transform:none;width:100%}.cn-input input[type=text]:hover{background-color:var(--color-white)}.cn-dropdown>label,.cn-input>label{display:flex;font-size:1rem;margin-bottom:4px}.uk-modal{padding:0}@media screen and (min-width:960px){.uk-modal{padding:15px}}.uk-modal .uk-modal-body{bottom:0;height:-moz-fit-content;height:fit-content;left:0;margin:auto;padding:40px 25px;position:absolute;right:0;top:0}@media screen and (min-width:960px){.uk-modal .uk-modal-body{min-width:720px;padding:50px 66px}}.uk-modal .uk-modal-body .modal-top-container{border-bottom:1px solid;margin-bottom:26px;margin-left:0;padding-bottom:24px}.uk-modal .uk-modal-body .modal-top-container .modal-image{padding-left:0}@media screen and (min-width:960px){.uk-modal .uk-modal-body .modal-top-container .modal-image{padding-left:15px}}.uk-modal .uk-modal-body .modal-top-container .modal-image img{border-radius:50%;height:auto;max-height:120px;max-width:120px;width:auto}.uk-modal .uk-modal-body .modal-top-container .modal-title{padding-left:0}@media screen and (min-width:960px){.uk-modal .uk-modal-body .modal-top-container .modal-title{padding-left:15px}}.uk-modal .uk-modal-body .modal-top-container .modal-name{display:block;font-size:1.5rem;line-height:1.625rem;margin-bottom:16px;width:100%}@media screen and (min-width:960px){.uk-modal .uk-modal-body .modal-top-container .modal-name{font-size:2rem;line-height:2.375rem}}.uk-modal .uk-modal-body .modal-top-container .modal-position-title{display:block;font-size:1rem;line-height:1.25rem;width:100%}@media screen and (min-width:960px){.uk-modal .uk-modal-body .modal-top-container .modal-position-title{font-size:1.25rem;line-height:1.5rem}}.uk-modal .uk-modal-body .modal-bottom-container p{display:block;font-size:1.25rem;line-height:1.5rem;width:100%}.uk-modal .uk-modal-body .uk-modal-close{background-color:transparent;border:0;position:absolute;right:20px;top:15px}.uk-modal .uk-modal-body .uk-modal-close svg{display:block;height:1.5rem;width:1.5rem}.link{background-color:pink}.link svg{color:var(--btn-text);position:relative}.link svg.icon--rotate-180{transform:rotate(180deg)}.link svg.icon-start{margin-right:11px}.link svg.icon-end{margin-left:11px}.link svg.icon-new-tab{height:1.25rem;top:2px;width:1rem}.link svg.icon-download-arrow{height:1.4375rem;width:1.4375rem}.link svg.icon-arrow-right{height:23px;top:4px;width:23px}.icon-select-dropdown{stroke:#c0d52d}.accordion__container{border-bottom:1px solid var(--color-text);display:block;margin-top:20px;padding:0 30px 20px;width:100%}.accordion__container.uk-open .accordion__headline .icon-accordion-open{display:none}.accordion__container.uk-open .accordion__headline .icon-accordion-close{display:block}.accordion__headline{background-color:transparent;border:0;cursor:pointer;display:block;font-size:1.5rem;font-weight:700;line-height:2rem;position:relative;text-align:left;width:100%}.accordion__headline:hover{color:var(--color-text)}.accordion__headline svg{bottom:0;display:block;height:2rem;margin:auto;position:absolute;right:0;top:0;width:1.375rem}.accordion__headline svg.icon-accordion-close{display:none}.accordion__content{margin-bottom:35px}.accordion__content-row{margin:0 0 47px;width:100%}@media screen and (min-width:960px){.accordion__content-row{align-items:center;-moz-column-gap:10px;column-gap:10px;display:flex;margin:0 0 40px}}.accordion__content-row .uk-first-column{padding-left:6px}.accordion__content .title{display:inline-block;font-size:1.25rem;line-height:1.5rem;margin-bottom:20px;position:relative;z-index:1}@media screen and (min-width:960px){.accordion__content .title{margin-bottom:0;padding-right:20px}}.accordion__content .underline-link{display:inline-block;margin-right:14px;padding-left:13px;text-decoration:underline}.accordion__content .btn--small,.accordion__content .underline-link{font-size:1rem;line-height:1.5rem;position:relative;z-index:1}.accordion__content .btn--small svg{display:inline-block;height:17px;vertical-align:middle;width:15px}@media screen and (min-width:960px){.accordion__content .uk-text-right{text-align:right}}.accordion__content .title-block{display:inline-block;position:relative}.accordion__content .title-block .uk-leader-fill:after{visibility:hidden}@media screen and (min-width:960px){.accordion__content .title-block .uk-leader-fill:after{visibility:visible}}.accordion__content .buttons-block{display:block;text-align:left}@media screen and (min-width:960px){.accordion__content .buttons-block{display:inline-block;float:right;text-align:right;vertical-align:middle}}.accordion-post__container{border-bottom:1px solid var(--color-text);display:block;margin-top:20px;padding:0 30px 20px;width:100%}.accordion-post__container.uk-open .accordion-post__headline .icon-accordion-open{display:none}.accordion-post__container.uk-open .accordion-post__headline .icon-accordion-close{display:block}.accordion-post__headline{background-color:transparent;border:0;cursor:pointer;display:block;position:relative;text-align:left;width:100%}.accordion-post__headline:hover{color:var(--color-text)}.accordion-post__headline svg{bottom:0;display:block;height:2rem;margin:auto;position:absolute;right:0;top:0;width:1.375rem}.accordion-post__headline svg.icon-accordion-close{display:none}.accordion-post__headline .head-holder{display:flex;flex-direction:column}.accordion-post__headline .head-holder .sub-headline{font-size:1.125rem;font-weight:700;line-height:1.375rem}.accordion-post__headline .head-holder .headline{display:block;font-size:1.5rem;font-weight:700;line-height:2rem;padding-top:5px;width:100%}.accordion-post__headline .head-holder .uk-container{padding-left:0;padding-right:0}.accordion-post__headline .head-holder .top-note{display:none!important}.accordion-post__content{margin:0}.accordion-post__content .body-holder .slider__container,.accordion-post__content .body-holder .uk-container{padding-left:0;padding-right:0}.accordion-post__content .top-note{display:none!important}.advanced-cn-plant__image-container{display:none;position:relative}@media screen and (min-width:960px){.advanced-cn-plant__image-container{display:block}}.advanced-cn-plant__image-container .bio-image,.advanced-cn-plant__image-container .cn-image,.advanced-cn-plant__image-container .main-image{left:0;margin:auto;position:absolute;right:0;top:0}.advanced-cn-plant__image-container .bio-image,.advanced-cn-plant__image-container .cn-image{display:none}.advanced-cn-plant__image-container img{display:block;margin:0 auto;width:auto}@media screen and (min-width:960px){.advanced-cn-plant__image-container img{height:760px}}.advanced-cn-plant__content-container .main-content-container{display:block;margin-bottom:56px;width:100%}@media screen and (min-width:960px){.advanced-cn-plant__content-container .main-content-container{margin-bottom:104px}}.advanced-cn-plant__content-container .main-content-container h2{display:block;font-size:2rem;line-height:2.375rem;margin-bottom:24px;width:100%}@media screen and (min-width:960px){.advanced-cn-plant__content-container .main-content-container h2{font-size:3.5rem;line-height:4rem}}.advanced-cn-plant__content-container .main-content-container .content{display:block;font-size:1.25rem;line-height:1.5rem;width:100%}.advanced-cn-plant__content-container .main-content-container .mobile-main-image{display:block}@media screen and (min-width:960px){.advanced-cn-plant__content-container .main-content-container .mobile-main-image{display:none}}.advanced-cn-plant__content-container .main-content-container .mobile-main-image img{display:block;height:340px;margin:56px auto;width:auto}.advanced-cn-plant__content-container .active-content .cn-container{cursor:pointer;display:block;padding-bottom:65px;padding-left:30px;position:relative;width:100%}@media screen and (min-width:960px){.advanced-cn-plant__content-container .active-content .cn-container{padding-bottom:52px}}.advanced-cn-plant__content-container .active-content .cn-container:before{border-left:1px solid var(--color-text);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:1px}.advanced-cn-plant__content-container .active-content .cn-container:after{background-color:var(--color-white);border:6px solid var(--color-text);border-radius:50px;content:"";display:block;height:20px;left:-10px;position:absolute;top:0;width:20px}.advanced-cn-plant__content-container .active-content .bio-container{cursor:pointer;display:block;padding-left:30px;position:relative;width:100%}.advanced-cn-plant__content-container .active-content .bio-container:before{border-left:1px solid var(--color-bioscience-green);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:1px}.advanced-cn-plant__content-container .active-content .bio-container:after{background-color:var(--color-white);border:6px solid var(--color-bioscience-green);border-radius:50px;content:"";display:block;height:20px;left:-10px;position:absolute;top:0;width:20px}.advanced-cn-plant__content-container .active-content svg{display:block;height:2.1875rem;margin-bottom:10px;width:12.25rem}@media screen and (min-width:960px){.advanced-cn-plant__content-container .active-content svg{margin-bottom:24px}}.advanced-cn-plant__content-container .active-content .content{display:block;font-size:1.25rem;line-height:1.5rem;margin-bottom:32px;width:100%}@media screen and (min-width:960px){.advanced-cn-plant__content-container .active-content .content{font-size:1rem;line-height:1.25rem;margin-bottom:24px}}.advanced-cn-plant__content-container .active-content .btn{display:block;line-height:20px;margin:0 auto;width:-moz-fit-content;width:fit-content}@media screen and (min-width:960px){.advanced-cn-plant__content-container .active-content .btn{margin:0}}.advanced-cn-plant__content-container .active-content .btn.btn--biosciences{border-color:var(--color-bioscience-green)}.agrifact-filter{position:relative}.agrifact-filter__logo{max-width:200px}.agrifact-filter .divider{margin-top:32px}.filter__buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;justify-content:flex-start;margin-bottom:40px}.filter__buttons button{align-items:center;color:var(--color-text);display:flex;flex-direction:column;gap:16px;text-align:center;width:56px}.filter__buttons button .icon-wrap{align-items:center;aspect-ratio:1/1;border:1px solid;display:flex;justify-content:center;position:relative;width:100%}.filter__buttons button .icon-wrap .icon{fill:currentColor;height:20px;width:20px}.filter__buttons button:focus .icon-wrap{border:3px solid}.filter__buttons button.uk-active{color:var(--color-hearty)}.filter__buttons button.uk-active .icon-wrap{border:1px solid}.filter__buttons button.uk-active .icon-wrap .icon{fill:currentColor}.filter__content>div{margin-bottom:16px}.background-gradient{filter:blur(20px);-webkit-filter:blur(20px);height:100%;left:0;max-height:2337px;position:absolute;width:100%;z-index:-30}@media screen and (min-width:960px){.background-gradient{filter:blur(857px);-webkit-filter:blur(60px)}}.background-gradient.position-top{top:-80px}.background-gradient.position-bottom{bottom:0;transform:matrix(1,0,0,-1,0,0)}.background-gradient.gradient-cn-page{background:var(--gradient-cn)}.background-gradient.gradient-core-page{background:var(--gradient-seed)}.background-gradient.gradient-bioscience-page{background:var(--gradient-bioscience)}.background-gradient.gradient-biostimulant-page{background:var(--gradient-biostimulant)}.background-gradient.gradient-nutrient-enhancer-page{background:var(--gradient-nutrient-enhancer)}.bento-box{display:none;opacity:0;padding:0 14px;transition:opacity .25s ease-in-out}.bento-box.unhide{display:block}.bento-box.show{opacity:1}.bento-box.bento-box--k-mag .bento-box__element,.bento-box.bento-box--pegasus .bento-box__element,.bento-box.bento-box--performance-acre-plus .bento-box__element{background:var(--color-bountiful)}.bento-box.bento-box--k-mag .bento-box__element h2,.bento-box.bento-box--k-mag .bento-box__element h3,.bento-box.bento-box--k-mag .bento-box__element p,.bento-box.bento-box--pegasus .bento-box__element h2,.bento-box.bento-box--pegasus .bento-box__element h3,.bento-box.bento-box--pegasus .bento-box__element p,.bento-box.bento-box--performance-acre-plus .bento-box__element h2,.bento-box.bento-box--performance-acre-plus .bento-box__element h3,.bento-box.bento-box--performance-acre-plus .bento-box__element p{color:var(--color-white)}.bento-box.bento-box--k-mag .bento-box__element .bento-btn,.bento-box.bento-box--pegasus .bento-box__element .bento-btn,.bento-box.bento-box--performance-acre-plus .bento-box__element .bento-btn{border:1px solid var(--color-white);color:var(--color-white)}.bento-box.bento-box--k-mag .bento-box__element svg,.bento-box.bento-box--pegasus .bento-box__element svg,.bento-box.bento-box--performance-acre-plus .bento-box__element svg{fill:var(--color-white)}.bento-box.bento-box--k-mag .bento-box__element.nutrient-wrapper .column-wrapper .nutrient,.bento-box.bento-box--pegasus .bento-box__element.nutrient-wrapper .column-wrapper .nutrient,.bento-box.bento-box--performance-acre-plus .bento-box__element.nutrient-wrapper .column-wrapper .nutrient{border:1px solid var(--color-white)}.bento-box.bento-box--k-mag .bento-box__element.nutrient-wrapper .column-wrapper .nutrient p,.bento-box.bento-box--pegasus .bento-box__element.nutrient-wrapper .column-wrapper .nutrient p,.bento-box.bento-box--performance-acre-plus .bento-box__element.nutrient-wrapper .column-wrapper .nutrient p{color:var(--color-white)}.bento-box.bento-box--k-mag .bento-box__element.calculator-wrapper .right-side.aspire-calculator .icon-wrapper,.bento-box.bento-box--k-mag .bento-box__element.calculator-wrapper .right-side.microessentials-calculator .icon-wrapper,.bento-box.bento-box--pegasus .bento-box__element.calculator-wrapper .right-side.aspire-calculator .icon-wrapper,.bento-box.bento-box--pegasus .bento-box__element.calculator-wrapper .right-side.microessentials-calculator .icon-wrapper,.bento-box.bento-box--performance-acre-plus .bento-box__element.calculator-wrapper .right-side.aspire-calculator .icon-wrapper,.bento-box.bento-box--performance-acre-plus .bento-box__element.calculator-wrapper .right-side.microessentials-calculator .icon-wrapper{border:4px solid var(--color-white)}.bento-box.bento-box--k-mag .bento-box__element.calculator-wrapper .right-side.aspire-calculator .icon-wrapper p,.bento-box.bento-box--k-mag .bento-box__element.calculator-wrapper .right-side.microessentials-calculator .icon-wrapper p,.bento-box.bento-box--pegasus .bento-box__element.calculator-wrapper .right-side.aspire-calculator .icon-wrapper p,.bento-box.bento-box--pegasus .bento-box__element.calculator-wrapper .right-side.microessentials-calculator .icon-wrapper p,.bento-box.bento-box--performance-acre-plus .bento-box__element.calculator-wrapper .right-side.aspire-calculator .icon-wrapper p,.bento-box.bento-box--performance-acre-plus .bento-box__element.calculator-wrapper .right-side.microessentials-calculator .icon-wrapper p{color:var(--color-white)}.bento-box.bento-box--k-mag .bento-box__element.calculator-wrapper .right-side.aspire-calculator .icon-wrapper svg,.bento-box.bento-box--k-mag .bento-box__element.calculator-wrapper .right-side.microessentials-calculator .icon-wrapper svg,.bento-box.bento-box--pegasus .bento-box__element.calculator-wrapper .right-side.aspire-calculator .icon-wrapper svg,.bento-box.bento-box--pegasus .bento-box__element.calculator-wrapper .right-side.microessentials-calculator .icon-wrapper svg,.bento-box.bento-box--performance-acre-plus .bento-box__element.calculator-wrapper .right-side.aspire-calculator .icon-wrapper svg,.bento-box.bento-box--performance-acre-plus .bento-box__element.calculator-wrapper .right-side.microessentials-calculator .icon-wrapper svg{fill:var(--color-white)}.bento-box.bento-box--microessentials .bento-box__element{background:var(--color-microessentials-yellow)}.bento-box.bento-box--aspire .bento-box__element{background:var(--color-aspire-green)}.bento-box.bento-box--k-mag .bento-box__element{background:var(--color-kmag-red)}.bento-box.bento-box--pegasus .bento-box__element{background:var(--color-pegasus-blue)}.bento-box.bento-box--biopath .bento-box__element,.bento-box.bento-box--powercoat .bento-box__element{background:var(--color-biopath-blue)}.bento-box.bento-box--biological .bento-box__element{background:var(--color-bioscience-green)}.bento-box .bento-box__title h2{font-size:32px;line-height:38px}@media screen and (min-width:960px){.bento-box .bento-box__title h2{font-size:40px;line-height:48px}}.bento-box .bento-box__title h2 span{font-weight:700}.bento-box .bento-box__title.bento-box__wrapper{max-height:0;opacity:0;transition:max-height .35s ease-in-out,opacity .35s ease-in-out}.bento-box .bento-box__title.bento-box__wrapper.hidden{max-height:300px;position:absolute}.bento-box .bento-box__title.bento-box__wrapper.showing{max-height:300px;opacity:1}.bento-box .uk-grid{margin-left:-24px}@media screen and (min-width:960px){.bento-box .uk-grid-medium{margin-top:34px}}.bento-box .bento-box__left-column,.bento-box .bento-box__mobile-column,.bento-box .bento-box__right-column{margin-top:0;padding-left:24px}.bento-box .bento-box__wrapper{max-height:0;opacity:0;transition:max-height .35s ease-in-out,opacity .35s ease-in-out}.bento-box .bento-box__wrapper.hidden{max-height:4000px;position:absolute}@media screen and (min-width:960px){.bento-box .bento-box__wrapper.hidden{max-height:1400}}.bento-box .bento-box__wrapper.showing{max-height:4000px;opacity:1}@media screen and (min-width:960px){.bento-box .bento-box__wrapper.showing{max-height:1400}}.bento-box .bento-box__left-cell .mobile,.bento-box .bento-box__mobile-cell .mobile,.bento-box .bento-box__right-cell .mobile{transition:opacity .25s ease-in-out}@media screen and (min-width:960px){.bento-box .bento-box__left-cell .mobile,.bento-box .bento-box__mobile-cell .mobile,.bento-box .bento-box__right-cell .mobile{display:none}}.bento-box .bento-box__left-cell .mobile.hide,.bento-box .bento-box__mobile-cell .mobile.hide,.bento-box .bento-box__right-cell .mobile.hide{display:none}.bento-box .bento-box__left-cell .mobile.noshow,.bento-box .bento-box__mobile-cell .mobile.noshow,.bento-box .bento-box__right-cell .mobile.noshow{opacity:0}.bento-box .bento-box__left-cell .desktop,.bento-box .bento-box__mobile-cell .desktop,.bento-box .bento-box__right-cell .desktop{display:none;transition:opacity .25s ease-in-out}@media screen and (min-width:960px){.bento-box .bento-box__left-cell .desktop,.bento-box .bento-box__mobile-cell .desktop,.bento-box .bento-box__right-cell .desktop{display:block}}.bento-box .bento-box__left-cell .desktop.hide,.bento-box .bento-box__mobile-cell .desktop.hide,.bento-box .bento-box__right-cell .desktop.hide{display:none}.bento-box .bento-box__left-cell .desktop.noshow,.bento-box .bento-box__mobile-cell .desktop.noshow,.bento-box .bento-box__right-cell .desktop.noshow{opacity:0}.bento-box .bento-box__element{border-radius:8px;color:var(--color-text);margin-bottom:14px;padding:22px 12px 28px}@media screen and (min-width:960px){.bento-box .bento-box__element{padding:22px 33px 37px}}.bento-box .bento-box__element .bento-btn{border:1px solid var(--color-text);border-radius:40px;display:inline-block;font-size:16px;padding:4px 18px}.bento-box .bento-box__element.image-element{height:580px;-o-object-fit:cover;object-fit:cover;padding:0}.bento-box .bento-box__element.trial-data{background-position:50%;background-repeat:no-repeat;background-size:cover;text-align:center}@media screen and (min-width:960px){.bento-box .bento-box__element.trial-data{text-align:left}}.bento-box .bento-box__element.trial-data h2{color:var(--color-white);font-family:var(--inter-font);margin-bottom:12px;margin-top:4px;text-align:left}@media screen and (min-width:960px){.bento-box .bento-box__element.trial-data h2{font-size:32px;font-weight:600;line-height:36px;margin-bottom:32px;margin-top:0}}.bento-box .bento-box__element.trial-data .bento-btn{border-color:var(--color-white);color:var(--color-white)}.bento-box .bento-box__element.agrifact{text-align:center}@media screen and (min-width:960px){.bento-box .bento-box__element.agrifact{text-align:left}}.bento-box .bento-box__element.agrifact h2{font-family:var(--inter-font);line-height:30px;margin-bottom:6px;text-align:left}@media screen and (min-width:960px){.bento-box .bento-box__element.agrifact h2{font-size:32px;font-weight:600;line-height:36px;margin-bottom:24px}}.bento-box .bento-box__element.agrifact .column-wrapper{margin-left:0}.bento-box .bento-box__element.agrifact .left-side{margin-bottom:26px}@media screen and (min-width:960px){.bento-box .bento-box__element.agrifact .left-side{margin-bottom:0}}.bento-box .bento-box__element.agrifact .left-side .paragraph{line-height:22px;max-width:205px;text-align:left}.bento-box .bento-box__element.agrifact .left-side .bento-btn{display:none}@media screen and (min-width:960px){.bento-box .bento-box__element.agrifact .left-side .bento-btn{display:inline-block;margin-top:63px}}.bento-box .bento-box__element.agrifact .right-side .big-number{display:flex;justify-content:center}.bento-box .bento-box__element.agrifact .right-side .big-number svg{align-self:flex-end;left:-12px;margin-right:10px;position:relative}@media screen and (min-width:960px){.bento-box .bento-box__element.agrifact .right-side .big-number svg{left:25px}}.bento-box .bento-box__element.agrifact .right-side .big-number p{font-size:120px;font-weight:700;left:-12px;letter-spacing:-12px;line-height:90px;position:relative}@media screen and (min-width:960px){.bento-box .bento-box__element.agrifact .right-side .big-number p{left:25px}}.bento-box .bento-box__element.agrifact .right-side .units{font-size:40px;font-weight:600;left:15px;line-height:40px;margin-bottom:25px;margin-top:18px;position:relative}@media screen and (min-width:960px){.bento-box .bento-box__element.agrifact .right-side .units{left:25px;margin-bottom:0;text-align:center}.bento-box .bento-box__element.agrifact .right-side .bento-btn{display:none}}.bento-box .bento-box__element.benefit-wrapper h2{font-weight:600;margin-bottom:8px}@media screen and (min-width:960px){.bento-box .bento-box__element.benefit-wrapper h2{font-size:24px;line-height:32px;margin-bottom:15px;margin-top:12px}}.bento-box .bento-box__element.benefit-wrapper p{font-size:16px;line-height:24px;margin-bottom:54px}.bento-box .bento-box__element.performance-acre h2{font-size:32px;font-weight:700;line-height:32px;margin-bottom:6px}@media screen and (min-width:960px){.bento-box .bento-box__element.performance-acre h2{margin-bottom:6px;margin-top:4px}}.bento-box .bento-box__element.performance-acre h3{font-size:20px;font-weight:600;line-height:24px;margin-bottom:19px}.bento-box .bento-box__element.performance-acre p{font-size:16px;line-height:24px;margin-bottom:24px}.bento-box .bento-box__element.performance-acre svg{height:32px}.bento-box .bento-box__element.calculator-wrapper{text-align:center}@media screen and (min-width:960px){.bento-box .bento-box__element.calculator-wrapper{text-align:left}}.bento-box .bento-box__element.calculator-wrapper h2{font-family:var(--inter-font);line-height:30px;margin-bottom:6px;text-align:left}@media screen and (min-width:960px){.bento-box .bento-box__element.calculator-wrapper h2{font-size:32px;font-weight:600;line-height:36px;margin-bottom:24px;margin-top:7px}}.bento-box .bento-box__element.calculator-wrapper .column-wrapper{margin-left:0}.bento-box .bento-box__element.calculator-wrapper .left-side{margin-bottom:26px}@media screen and (min-width:960px){.bento-box .bento-box__element.calculator-wrapper .left-side{margin-bottom:0}.bento-box .bento-box__element.calculator-wrapper .left-side.nutrient-calculator{padding-top:40px}.bento-box .bento-box__element.calculator-wrapper .left-side.nutrient-calculator .bento-btn{margin-top:63px}.bento-box .bento-box__element.calculator-wrapper .left-side.aspire-calculator,.bento-box .bento-box__element.calculator-wrapper .left-side.microessentials-calculator{padding-top:31px}.bento-box .bento-box__element.calculator-wrapper .left-side.aspire-calculator .bento-btn,.bento-box .bento-box__element.calculator-wrapper .left-side.microessentials-calculator .bento-btn{margin-top:95px}}.bento-box .bento-box__element.calculator-wrapper .left-side .paragraph{line-height:22px;max-width:254px;text-align:left}.bento-box .bento-box__element.calculator-wrapper .left-side .bento-btn{display:none}@media screen and (min-width:960px){.bento-box .bento-box__element.calculator-wrapper .left-side .bento-btn{display:inline-block}}.bento-box .bento-box__element.calculator-wrapper .right-side.nutrient-calculator{text-align:center}.bento-box .bento-box__element.calculator-wrapper .right-side.nutrient-calculator .big-number{font-size:80px;font-weight:900;left:-12px;letter-spacing:-7px;line-height:60px;position:relative}@media screen and (min-width:960px){.bento-box .bento-box__element.calculator-wrapper .right-side.nutrient-calculator .big-number{left:0}}.bento-box .bento-box__element.calculator-wrapper .right-side.nutrient-calculator .units{font-size:12px;left:53px;line-height:12px;margin-bottom:22px;margin-top:12px;position:relative}@media screen and (min-width:960px){.bento-box .bento-box__element.calculator-wrapper .right-side.nutrient-calculator .units{left:-40px;text-align:right}}.bento-box .bento-box__element.calculator-wrapper .right-side.nutrient-calculator svg{display:block;height:50px;margin:0 auto 25px;width:200px}@media screen and (min-width:960px){.bento-box .bento-box__element.calculator-wrapper .right-side.nutrient-calculator svg{margin:0 0 25px auto}}.bento-box .bento-box__element.calculator-wrapper .right-side.aspire-calculator,.bento-box .bento-box__element.calculator-wrapper .right-side.microessentials-calculator{padding-top:15px}.bento-box .bento-box__element.calculator-wrapper .right-side.aspire-calculator .inner-wrapper,.bento-box .bento-box__element.calculator-wrapper .right-side.microessentials-calculator .inner-wrapper{text-align:center}.bento-box .bento-box__element.calculator-wrapper .right-side.aspire-calculator .icon-wrapper,.bento-box .bento-box__element.calculator-wrapper .right-side.microessentials-calculator .icon-wrapper{align-items:center;border:4px solid var(--color-text);border-radius:50%;display:flex;flex-wrap:wrap;height:154px;justify-content:center;margin:0 auto 25px;width:154px}.bento-box .bento-box__element.calculator-wrapper .right-side.aspire-calculator svg,.bento-box .bento-box__element.calculator-wrapper .right-side.microessentials-calculator svg{fill:var(--color-text);height:40px;width:80px}.bento-box .bento-box__element.calculator-wrapper .right-side.aspire-calculator p,.bento-box .bento-box__element.calculator-wrapper .right-side.microessentials-calculator p{color:var(--color-text);font-size:17px;font-weight:700;position:relative;top:-4px}@media screen and (min-width:960px){.bento-box .bento-box__element.calculator-wrapper .right-side .bento-btn{display:none}}.bento-box .bento-box__element.nutrient-wrapper h2{font-family:var(--inter-font);font-size:24px;font-weight:700;line-height:30px;margin-bottom:12px}@media screen and (min-width:960px){.bento-box .bento-box__element.nutrient-wrapper h2{margin-bottom:15px;margin-top:12px}}.bento-box .bento-box__element.nutrient-wrapper p{font-size:16px;line-height:22px;margin-bottom:19px}.bento-box .bento-box__element.nutrient-wrapper .column-wrapper{margin-left:0;padding:0 16px}@media screen and (min-width:960px){.bento-box .bento-box__element.nutrient-wrapper .column-wrapper{padding:0}}.bento-box .bento-box__element.nutrient-wrapper .column-wrapper .nutrient{border:1px solid var(--color-text);border-radius:5px;display:block;height:80px;margin:4px;padding-top:29px;position:relative;text-align:center;width:80px}.bento-box .bento-box__element.nutrient-wrapper .column-wrapper .nutrient .nutrient-symbol{color:var(--color-text);font-family:articulat-cf,helvetica,arial,sans-serif;font-size:1.875rem;font-weight:700;margin:0}.bento-box .bento-box__element.nutrient-wrapper .column-wrapper .nutrient .nutrient-name{bottom:11px;color:var(--color-text);font-size:12px;font-weight:700;line-height:10px;margin:0;position:absolute;text-align:center;width:100%}.bento-box .bento-box__element.nutrient-wrapper .bento-btn-wrap{text-align:center;width:100%}@media screen and (min-width:960px){.bento-box .bento-box__element.nutrient-wrapper .bento-btn-wrap{text-align:left}}.bento-box .bento-box__element.nutrient-wrapper .bento-btn{margin:16px auto 0}@media screen and (min-width:960px){.bento-box .bento-box__element.nutrient-wrapper .bento-btn{margin:24px auto 0 0}}.bento-box .bento-box__load-more{margin-top:48px;text-align:center;width:100%}.bento-box .bento-box__load-more .bento-box__more-less-button{border:1px solid var(--color-text);border-radius:40px;display:block;font-size:16px;margin:0 auto;padding:4px 18px}.bento-box .bento-box__load-more .bento-box__more-less-button span{transition:opacity .25s ease-in-out}.bento-box .bento-box__load-more .bento-box__more-less-button.hidden{display:none}.bios__content{cursor:pointer}.bios__content .name{display:block;font-size:1.25rem;line-height:1.625rem;margin-bottom:8px;text-align:center;width:100%}@media screen and (min-width:640px){.bios__content .name{font-size:1.5rem;line-height:2rem;margin-bottom:14px;text-align:left}}.bios__content .title{display:block;font-size:1rem;line-height:1.25rem;text-align:center;width:100%}@media screen and (min-width:640px){.bios__content .title{font-size:1.25rem;line-height:1.625rem;text-align:left}}.bios__content .image img{border-radius:50%;display:block;height:100%;margin:0 auto 27px;max-width:238px;width:100%}.bios__content .view-bio{background-color:transparent;border:0;color:var(--color-text);cursor:pointer;display:block;font-family:var(--inter-font);font-size:1rem;line-height:2rem;text-align:center;width:100%}@media screen and (min-width:640px){.bios__content .view-bio{text-align:left}}.bios__content .view-bio svg{fill:var(--color-seed);color:var(--color-seed);display:inline-block;height:1rem;margin-right:17px;vertical-align:middle;width:1rem}.chilipiper-form .chilipiper-form__headline{color:var(--color-text);margin-bottom:20px;padding-left:25px}@media screen and (min-width:960px){.chilipiper-form .chilipiper-form__headline{font-size:40px;line-height:48px;margin-bottom:32px}}.chilipiper-form .chilipiper-form__scroll-wrapper{height:550px;overflow:auto}@media screen and (min-width:960px){.chilipiper-form .chilipiper-form__scroll-wrapper{height:600px}}.chilipiper-form .chilipiper-form__iframe-wrapper{height:1830px;width:100%}@media screen and (min-width:480px){.chilipiper-form .chilipiper-form__iframe-wrapper{height:1800px}}.chilipiper-form iframe{height:100%;width:100%}.chilipiper-form .chilipiper-form__scroll-message{font-size:16px;font-weight:600;padding-top:17px;text-align:center}.chilipiper-form .chilipiper-form__button-wrapper{margin-top:48px;text-align:center;width:100%}.chilipiper-form .chilipiper-form__button-wrapper .btn--tertiary{border-color:var(--color-seed)}.column-content{margin:0 auto;max-width:1200px;padding:48px 20px}@media screen and (min-width:640px){.column-content{padding:48px 40px}}.column-content .uk-grid.uk-grid-small{margin-left:-16px}.column-content .uk-grid.uk-grid-small>*{padding-left:16px}.column-content .uk-grid.uk-grid-medium{margin-left:-24px}.column-content .uk-grid.uk-grid-medium>*{padding-left:24px}.column-content .uk-grid.uk-grid-large{margin-left:-32px}.column-content .uk-grid.uk-grid-large>*{padding-left:32px}.column-content .uk-grid.uk-grid-xlarge{margin-left:-48px}.column-content .uk-grid.uk-grid-xlarge>*{padding-left:48px}.column-content .uk-grid.reverse .cell-1{order:2}@media screen and (min-width:960px){.column-content .uk-grid.reverse .cell-1{order:1}}.column-content .uk-grid.reverse .cell-2{order:1}@media screen and (min-width:960px){.column-content .uk-grid.reverse .cell-2{order:2}}.column-content .mc-modal__foreground{padding:20px}.column-content .mc-modal__foreground .mc-modal__close-button{align-items:center;background:#fff;color:#202124;display:flex;font-size:1.875rem;height:20px;justify-content:center;line-height:1.5625rem;margin:0;padding:0;width:22px}.column-content .mc-modal__foreground .column-content__modal-iframe-wrapper{padding:56.25% 0 0;position:relative}.content-area{transition:opacity .3s ease-in-out}.content-area.hide{display:none}.content-area.unshow{opacity:0}.content-area__heading{display:block;margin-bottom:24px;position:relative;width:100%}@media screen and (min-width:960px){.content-area__heading{margin-bottom:80px}}.content-area__heading:after{background-color:var(--color-soil-yellow);content:"";display:block;height:6px;max-width:715px;width:100%}.content-area__heading h1{display:block;font-size:2.5rem;line-height:2.5rem;max-width:715px;padding-bottom:26px;width:100%}@media screen and (min-width:960px){.content-area__heading h1{font-size:3.5rem;line-height:4rem;padding-bottom:24px}}.content-area__body{border-bottom:1px solid;display:block;margin-bottom:48px;padding-bottom:48px;width:100%}.content-area__body h2{display:block;font-size:1.5rem;line-height:1.875rem;margin-bottom:24px}@media screen and (min-width:960px){.content-area__body h2{font-size:2.5rem;line-height:3rem;max-width:720px}}.content-area__body h2 b,.content-area__body h2 strong{font-weight:700}.content-area__body h2 em,.content-area__body h2 i{font-style:italic}.content-area__body h3{font-size:1.5rem;line-height:1.875rem}@media screen and (min-width:960px){.content-area__body h3{font-size:2rem;line-height:2.375rem;max-width:720px}}.content-area__body h3 b,.content-area__body h3 strong{font-weight:700}.content-area__body h3 em,.content-area__body h3 i{font-style:italic}.content-area__body p{font-size:1.25rem;line-height:1.5rem}.content-area__body p b,.content-area__body p strong{font-weight:700}.content-area__body p em,.content-area__body p i{font-style:italic}.content-area__body p a{font-size:1.25rem;line-height:1.5rem;text-decoration:underline}.content-area__body ul{list-style-type:disc;margin:14px 0;padding-left:20px}.content-area__body ul li{font-size:1.25rem;line-height:1.5rem;margin-bottom:16px}.content-area__body ul li a{font-size:1.25rem;line-height:1.5rem;text-decoration:underline}.content-area__body ul li b,.content-area__body ul li strong{font-weight:700}.content-area__body ul li em,.content-area__body ul li i{font-style:italic}.content-area__body ol{list-style-type:auto;margin:14px 0;padding-left:20px}.content-area__body ol li{font-size:1.25rem;line-height:1.5rem;margin-bottom:16px}.content-area__body ol li a{font-size:1.25rem;line-height:1.5rem;text-decoration:underline}.content-area__body ol li b,.content-area__body ol li strong{font-weight:700}.content-area__body ol li em,.content-area__body ol li i{font-style:italic}.content-area__body img{display:block;margin:24px 0}.content-area__jump-to .jump-headline{color:var(--color-border-gray);font-size:1rem;font-weight:800;letter-spacing:3px;line-height:1.5rem;margin-bottom:16px}.content-area__jump-to .section-name{color:var(--color-link-gray);cursor:pointer;display:block;font-size:14px;line-height:16px;margin-bottom:16px;width:100%}.content-area__jump-to .label-container{align-items:center;display:flex}.content-area__jump-to .select-container{display:block;position:relative;width:100%}.content-area__jump-to .select-container .section-select{-webkit-appearance:none;appearance:none;background-color:var(--color-white);border:1px solid var(--color-nutrient-text-border);color:var(--color-border-gray);display:block;font-family:var(--articulat-font);font-size:1rem;font-weight:400;line-height:1rem;padding:10px 16px;width:100%}.content-area__jump-to .select-container svg{height:.875rem;position:absolute;right:10px;top:12px;width:.875rem;z-index:1}.content-area__jump-to .uk-sticky-fixed:before{background-color:var(--color-white);content:"";display:block;height:100px;left:0;position:fixed;top:70px;width:100%;z-index:-1}.content-block{transition:opacity .3s ease-in-out}.content-block.hide{display:none}.content-block.unshow{opacity:0}.content-block__heading h2{font-size:2rem;line-height:2.375rem}@media screen and (min-width:960px){.content-block__heading h2{font-size:3.5rem;line-height:4rem;max-width:720px}}.content-block__heading h3{font-size:2rem;line-height:2.375rem}@media screen and (min-width:960px){.content-block__heading h3{font-size:2.5rem;line-height:3rem;max-width:720px}}.content-block__heading h3 sup{top:-13px}@media screen and (min-width:960px){.content-block__heading h3 sup{top:-17px}}.content-block__title{display:block;font-family:var(--articulat-font);width:100%}.content-block__title b,.content-block__title strong{font-weight:700}.content-block__title em,.content-block__title i{font-style:italic}.content-block__title sup{font-size:1.25rem;line-height:1.5rem;margin-left:2px;position:relative;top:-13px}@media screen and (min-width:960px){.content-block__title sup{top:-30px}}.content-block__title sub{bottom:-5px;font-size:1.25rem;line-height:1.5rem;margin-left:2px;position:relative}.content-block__content-container{margin-top:24px;width:100%}@media screen and (min-width:960px){.content-block__content-container{float:right;margin-top:40px;max-width:720px}}.content-block__content *{color:var(--color-text)}.content-block__content p{font-size:1.25rem;line-height:1.5rem;margin-bottom:20px}.content-block__content p b,.content-block__content p strong{font-weight:700}.content-block__content p em,.content-block__content p i{font-style:italic}.content-block__content p em:first-child,.content-block__content p em:last-child{font-size:inherit}.content-block__content p a{font-size:1.25rem;line-height:1.5rem;text-decoration:underline}.content-block__content ul{list-style-type:disc;margin:14px 0;padding-left:20px}.content-block__content ul li,.content-block__content ul li a{font-size:1.25rem;line-height:1.5rem}.content-block__content ul li a{text-decoration:underline}.content-block__content ul li b,.content-block__content ul li strong{font-weight:700}.content-block__content ul li em,.content-block__content ul li i{font-style:italic}.content-block__button-container a{display:block;font-size:1rem;line-height:1.1875rem;margin-top:40px;padding:8px 20px;width:-moz-fit-content;width:fit-content}.dealer-locator__title{font-family:var(--articulat-font);font-weight:400;margin-bottom:60px}.dealer-locator .filter__button-group{align-items:flex-start}.dealer-locator .cn-input{width:170px}.dealer-locator [name=location]{width:170px}.dealer-locator [data-filter=distance]{width:170px}.dealer-locator [data-filter=products]{width:260px}.dealer-locator [data-button=locate]{animation:pulse 1s infinite}.dealer-locator .btn--close{align-items:center;display:flex;gap:8px;justify-content:center}.dealer-locator .btn--close .icon{fill:currentColor;height:.7rem;width:.7rem}.dealer-locator__row{display:flex;margin-bottom:2.25rem}.dealer-locator__dealers{border-bottom:1px solid var(--color-border-gray);height:20rem;margin-bottom:20px;overflow-x:visible;overflow-y:scroll}@media screen and (min-width:960px){.dealer-locator__dealers{border-bottom:0;height:40rem;margin-bottom:0}}.dealer-locator__dealers--no-results .dealer h3{font-family:var(--inter-font);font-size:1.5rem;font-weight:400;line-height:2rem}.dealer-locator .dealer{background-color:var(--color-white);padding:16px 32px 16px 50px;position:relative}.dealer-locator .dealer a{text-decoration:underline}.dealer-locator .dealer a,.dealer-locator .dealer li,.dealer-locator .dealer p{color:var(--color-text);font-family:var(--inter-font);font-size:.875rem;font-weight:400;line-height:1.0625rem}.dealer-locator .dealer__index{color:var(--color-seed);font-family:var(--inter-font);font-size:2rem;font-weight:800;left:0;line-height:2.625rem;min-width:42px;position:absolute;text-align:center;top:8px}.dealer-locator .dealer__title{align-items:center;display:flex;gap:16px;justify-content:space-between}.dealer-locator .dealer__title .dealer__name{flex:1}.dealer-locator .dealer__address p{opacity:.5}.dealer-locator .dealer__address p:last-child{opacity:1}.dealer-locator .dealer__directions a,.dealer-locator .dealer__phone{opacity:.5}.dealer-locator .dealer__products p.dealer__products-title{font-weight:700;line-height:1.5rem}.dealer-locator .dealer__products li{line-height:1.5rem;width:50%}.dealer-locator .dealer__products ul{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.dealer-locator .dealer.uk-active{background-color:var(--color-growth);transition:all .3s ease-in-out}.dealer-locator__map{height:20rem}@media screen and (min-width:960px){.dealer-locator__map{height:40rem}}.dealer-locator__info-window .dealer{padding:8px}.dealer-locator__results-count{font-family:var(--inter-font);font-size:.875rem;font-weight:400;line-height:1.0625rem}@keyframes pulse{0%{opacity:.25}50%{opacity:1}to{opacity:.25}}.field-study-page{color:var(--color-text);font-family:var(--articulat-font)}.field-study-page .field-study-band--green{align-items:center;background:var(--color-growth);color:var(--color-bountiful);display:flex;margin-bottom:8px;padding:24px;text-align:left;width:100%}.field-study-page .field-study-band--green .field-study-back-btn{flex-shrink:0}.field-study-page .field-study-band--green span{vertical-align:text-bottom}.field-study-page .field-study-band--green p{padding-left:20px}.field-study-page .field-study-heading h2,.field-study-page .field-study-results-heading h1{color:var(--color-text);font-size:1.875rem;font-weight:400;line-height:2.25rem;text-align:left}@media screen and (min-width:960px){.field-study-page .field-study-heading h2,.field-study-page .field-study-results-heading h1{font-size:3.5rem;line-height:4rem}}.field-study-page .field-study-results-heading h1{border-bottom:6px solid var(--color-biopath-blue);margin:50px 0 30px;width:100%}@media screen and (min-width:960px){.field-study-page .field-study-results-heading h1{width:60%}}.field-study-page .field-study-heading img.field-study-crop-icon{display:block;height:64px;margin-bottom:20px;margin-right:10px;width:64px}.field-study-page .field-study-heading h2 span.super{font-size:1rem;vertical-align:super}@media screen and (min-width:960px){.field-study-page .field-study-heading h2 span.super{font-size:1.375rem}}.field-study-page .field-study-details p{color:var(--color-dove-gray);font-size:1.125rem;font-weight:400;line-height:1.375rem;margin:10px 0;text-align:left}@media screen and (min-width:960px){.field-study-page .field-study-details p{font-size:1.5rem;line-height:2rem}}.field-study-page .field-study-details p strong{font-weight:700;text-transform:uppercase}.field-study-page .field-study-protocols p{color:var(--color-black);font-size:1.125rem;font-weight:400;line-height:1.375rem;margin:8px 0;text-align:left}.field-study-page .field-study-protocols p strong{font-weight:700}.field-study-page .field-study-band h4,.field-study-page .field-study-protocols .large-font-thin{font-size:1.75rem;font-weight:400;line-height:2rem;margin-bottom:15px;text-align:left}.field-study-page .field-study-band{margin-bottom:20px}.field-study-page .field-study-band .large-font{font-size:1.75rem;font-weight:400;line-height:2.25rem;text-align:left}@media screen and (min-width:960px){.field-study-page .field-study-band .large-font{font-size:2.5rem;font-weight:400;line-height:3rem}}.field-study-page .field-study-band .large-font strong{font-weight:700}.field-study-page .field-study-band .ag-comment{background:#edf3f3;border-radius:12px;font-size:1rem;font-weight:400;line-height:2rem;margin-top:10px;padding:12px;text-align:left}.field-study-page .field-study-band .small-text-bold-capitalize{font-size:1.25rem;font-weight:700}.field-study-page hr{border-top:1px solid var(--color-dove-gray);margin:60px 0}.field-study-page #field-study-map{height:384px;margin-bottom:10px;width:100%}@media screen and (min-width:960px){.field-study-page #field-study-map{height:384px;width:100%}}.field-study-page .field-study-results{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:10px}.field-study-page .field-study-results .field-study-results-difference{background-color:var(--color-bioscience-green);border-radius:12px;flex:0 0 100%;margin-bottom:10px;padding:0 8px 8px}.field-study-page .field-study-results .field-study-results-difference .difference{color:var(--color-white);font-size:2.375rem;line-height:1.5rem;padding:25px 0 10px;text-align:center}.field-study-page .field-study-results .field-study-results-difference .difference span.small-text{font-family:var(--inter-font);font-size:.75rem}.field-study-page .field-study-results .field-study-results-difference .field-study-results-title{background:var(--color-light-teal);border-radius:0 0 12px 12px;color:var(--color-bioscience-green);font-family:var(--inter-font);font-size:.875rem;line-height:.75rem;margin:0 auto;max-width:155px;padding:5px;text-align:center}.field-study-page .field-study-results .field-study-results-yield{background-color:var(--color-light-teal);border-radius:12px;flex:0 0 100%;gap:10px;margin-bottom:10px}.field-study-page .field-study-results .field-study-results-yield .inline-numbers{display:flex;padding:5px 0 10px}.field-study-page .field-study-results .field-study-results-yield .inline-numbers div{flex:1;font-family:var(--inter-font);font-size:1.25rem;font-weight:400;letter-spacing:0;line-height:1.125rem;text-align:center}.field-study-page .field-study-results .field-study-results-yield .inline-numbers div span.small-text{font-family:var(--inter-font);font-size:.75rem}.field-study-page .field-study-results .field-study-results-yield .field-study-results-title{background:var(--color-bioscience-green);border-radius:0 0 12px 12px;color:var(--color-white);font-family:var(--inter-font);font-size:.875rem;margin:0 8%;padding:5px;text-align:center}.field-study-page .field-study-results .field-study-results-yield .inline-heading{display:flex;padding:10px 0 5px}.field-study-page .field-study-results .field-study-results-yield .inline-heading div{flex:1;font-family:var(--inter-font);font-size:.75rem;line-height:1rem;text-align:center}.field-study-page .field-study-results .field-study-results-col{background-color:var(--color-light-teal);border-radius:12px;flex-grow:0;flex:0 0 100%;margin-bottom:10px}@media screen and (min-width:960px){.field-study-page .field-study-results .field-study-results-col{flex:0 0 calc(50% - 5px);margin-right:5px}}.field-study-page .field-study-results .field-study-results-col:last-child{margin-left:5px;margin-right:0}.field-study-page .field-study-results .field-study-results-col .inline-numbers{display:flex;padding:5px 0 10px}.field-study-page .field-study-results .field-study-results-col .inline-numbers div{flex:1;font-family:var(--inter-font);font-size:1.25rem;font-weight:400;letter-spacing:0;line-height:1.125rem;text-align:center}.field-study-page .field-study-results .field-study-results-col .inline-numbers div span.small-text{font-family:var(--inter-font);font-size:.75rem}.field-study-page .field-study-results .field-study-results-col .field-study-results-title{background:var(--color-bioscience-green);border-radius:0 0 12px 12px;color:var(--color-white);font-family:var(--inter-font);font-size:.875rem;margin:0 8%;padding:5px;text-align:center}.field-study-page .field-study-results .field-study-results-col .inline-heading{display:flex;padding:5px 0}.field-study-page .field-study-results .field-study-results-col .inline-heading div{flex:1;font-family:var(--inter-font);font-size:.75rem;line-height:1rem;text-align:center}.field-study-page .field-study-imagery .field-boundry-image-caption{color:var(--color-dove-gray)}.full-width-graphic{transition:opacity .3s ease-in-out}.full-width-graphic.hide{display:none}.full-width-graphic.unshow{opacity:0}.full-width-graphic img{display:block;margin:0 auto}.gated-content__form{max-height:calc(100vh - 120px);overflow-y:auto;padding:40px 8px}.gated-content__form h3{padding-bottom:16px}.gated-content__form .gated-content__button-wrapper{display:none;margin-bottom:24px}.gated-content__form .gated-content__form-wrapper{position:relative}.gated-content__form .gated-content__validation-wrapper{position:absolute;text-align:center;top:-26px;width:100%}.gated-content__form .gated-content__validation-wrapper .gated-content__validation-message{color:var(--color-red);display:inline-block;transition:opacity .3s ease-in-out}.gated-content__form .gated-content__validation-wrapper .gated-content__validation-message.hide{display:none}.gated-content__form .gated-content__validation-wrapper .gated-content__validation-message.unshow{opacity:0}.gated-content__form input[type=text]{border:1px solid var(--color-text);border-radius:4px;font-size:14px;height:40px;margin-bottom:12px;padding-left:12px;width:100%}@media screen and (min-width:960px){.gated-content__form .gated-content__input-wrapper:first-child{padding-right:6px}.gated-content__form .gated-content__input-wrapper:last-child{padding-left:6px}}.gated-content__form .gated-content__checkbox-wrapper,.gated-content__form .gated-content__dropdown-wrapper,.gated-content__form .gated-content__full-input-wrapper,.gated-content__form .gated-content__submit-wrapper{width:100%}.gated-content__form .gated-content__dropdown-wrapper button{border:1px solid var(--color-text);border-radius:4px;display:block;font-size:14px;height:40px;margin-bottom:12px;max-width:100%;padding:0 0 0 12px;position:relative;text-align:left;text-transform:none;width:100%}.gated-content__form .gated-content__dropdown-wrapper button .gated-content__dropdown-button-placeholder{align-items:center;color:var(--color-inactive-gray);display:flex;font-size:14px;height:40px;left:0;opacity:1;padding-left:12px;position:absolute;top:0;transition:opacity .2s ease-in-out}.gated-content__form .gated-content__dropdown-wrapper button .gated-content__dropdown-button-placeholder.hide{opacity:0}.gated-content__form .gated-content__dropdown-wrapper button .gated-content__dropdown-button-content{color:var(--color-text);font-size:14px;transition:opacity .2s ease-in-out}.gated-content__form .gated-content__dropdown-wrapper button .gated-content__dropdown-button-content.hide{opacity:0}.gated-content__form .gated-content__dropdown-wrapper button svg{height:14px;position:absolute;right:24px;top:13px;transform:scaleY(1);transition:transform .3s ease;width:20px}.gated-content__form .gated-content__dropdown-wrapper button[aria-expanded=true] svg{transform:scaleY(-1)}.gated-content__form .gated-content__dropdown-wrapper .gated-content__dropdown{border:1px solid var(--color-nutrient-text-border);border-radius:5px;height:267px;max-width:100%;overflow:auto;padding:12px 0;width:100%}.gated-content__form .gated-content__dropdown-wrapper .gated-content__dropdown li{align-items:center;color:var(--color-black);cursor:pointer;display:flex;font-family:Inter;font-size:20px;font-weight:300;height:45px;margin:0;padding:0 0 0 13px;transition:background .25s ease-in-out}.gated-content__form .gated-content__dropdown-wrapper .gated-content__dropdown li.selected,.gated-content__form .gated-content__dropdown-wrapper .gated-content__dropdown li:hover{background:var(--color-growth)}.gated-content__form .gated-content__dropdown-wrapper .gated-content__dropdown li svg{height:20px;margin-right:13px;width:20px}.gated-content__form .gated-content__checkbox-wrapper{display:flex;flex-wrap:nowrap}.gated-content__form .gated-content__checkbox-wrapper.sms-checkbox{margin-top:12px}.gated-content__form .gated-content__checkbox-wrapper label{font-size:14px;padding:0 8px}.gated-content__form .gated-content__checkbox-wrapper label a{font-size:14px;text-decoration:underline}.gated-content__form .gated-content__submit-wrapper{margin-top:20px}.gated-content__form .gated-content__submit-wrapper button{border-width:1px}#success-message{border-radius:25px;display:none;height:500px}#success-message #success-message__message{font:20px Open Sans,system-ui,sans-serif;padding-left:50px;padding-top:200px}#success-message__close{background:#fff;border:3px solid #000;border-radius:50%;color:#000;cursor:pointer;float:right;font:20px Open Sans,system-ui,sans-serif;font-weight:700;height:25px;line-height:.75;text-align:center;width:25px}.mobile-phone-input-wrapper{padding-top:12px}.mobile-phone-input-wrapper[data-wrapper-visible=false]{display:none}.mobile-phone-input-wrapper[data-wrapper-visible=true]{display:block}.hero{border-radius:0 0 40px;overflow:hidden;position:relative;width:100%}@media screen and (min-width:960px){.hero{border-radius:0 0 80px}}.hero.full-hero{min-height:370px}@media screen and (min-width:960px){.hero.full-hero{min-height:612px}}.hero.short-hero{min-height:370px}@media screen and (min-width:960px){.hero.short-hero{min-height:440px}}.hero.short-hero.video-hero{min-height:210px}@media screen and (min-width:960px){.hero.short-hero.video-hero{min-height:440px}}.hero.product-hero{min-height:370px}@media screen and (min-width:960px){.hero.product-hero{min-height:440px}}.hero.product-campaign{min-height:370px}.hero.product-campaign .hero__banner-content{bottom:30px}@media screen and (min-width:960px){.hero.product-campaign{min-height:440px}.hero.product-campaign .hero__banner-content{bottom:85px}}.hero__title{color:var(--color-white);display:block;font-family:var(--articulat-font);font-size:3.5rem;font-weight:800;line-height:4rem;width:100%}.hero__title sup{font-size:62%;position:relative;top:-20px}@media screen and (min-width:960px){.hero__title{font-size:5.5rem;line-height:6.0625rem;width:80%}.hero__title sup{top:-29px}}.hero__title.medium{font-size:2.5rem;line-height:3rem}.hero__title.medium sup{top:-14px}@media screen and (min-width:960px){.hero__title.medium{font-size:5.5rem;line-height:6.0625rem}.hero__title.medium sup{top:-29px}}.hero__title.small{font-size:2rem;line-height:2.375rem}.hero__title.small sup{top:-11px}@media screen and (min-width:960px){.hero__title.small{font-size:5.5rem;line-height:6.0625rem}.hero__title.small sup{top:-29px}}.hero__banner-content{left:0;margin-top:95px;padding:0 16px 68px;position:relative;width:100%}@media screen and (min-width:960px){.hero__banner-content{bottom:90px;bottom:40px;margin-top:0;padding:0 32px;position:absolute}}.hero__banner-content .btn{display:inline-block;font-size:1rem;line-height:1.1875rem;margin:42px 0 0;padding:8px 20px}.hero__banner-content.text-color-white h1,.hero__banner-content.text-color-white p{color:var(--color-white)}.hero__banner-content.text-color-black h1,.hero__banner-content.text-color-black p{color:var(--color-text)}.hero__image-container{display:none}@media screen and (min-width:640px){.hero__image-container{display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}}.hero__image-container-mobile{display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}@media screen and (min-width:640px){.hero__image-container-mobile{display:none}}.hero__image-container-mobile.short-hero{border-bottom-right-radius:60px;height:100%;position:absolute}.hero__image-container-mobile.short-hero:before{display:none}.hero__image-container-mobile.short-hero img{border-bottom-right-radius:60px;width:100%}.hero__video{display:none}@media screen and (min-width:960px){.hero__video{bottom:0;display:block;height:auto;left:0;margin:auto;min-height:100%;min-width:100%;position:absolute;right:0;top:0;width:auto;z-index:-1}}.hero__video-link,.hero__video-mobile{bottom:0;display:block;height:auto;left:0;margin:auto;min-height:100%;min-width:100%;position:absolute;right:0;top:0;width:auto;z-index:-1}@media screen and (min-width:960px){.hero__video-mobile{display:none}}.hero__logo-container{left:32px;position:absolute;top:0}.hero__product-logo{display:inline-block;margin:auto;padding:27px 37px;vertical-align:top}@media screen and (min-width:960px){.hero__product-logo{padding:40px 60px}}.hero__product-logo.logo-size-large{padding:20px}@media screen and (min-width:960px){.hero__product-logo.logo-size-large{padding:30px}}.hero__product-logo.logo-size-large img{height:40px;max-height:40px}@media screen and (min-width:960px){.hero__product-logo.logo-size-large img{height:50px;max-height:50px}}.hero__product-logo img{display:inline-block;height:30px;max-height:30px;width:auto}@media screen and (min-width:960px){.hero__product-logo img{max-height:40px}}.hero__product-additional-logo{display:inline-block;margin:auto;padding:27px 37px}@media screen and (min-width:960px){.hero__product-additional-logo{padding:40px}}.hero__product-additional-logo img{display:inline-block;height:40px;max-height:40px;width:auto}@media screen and (min-width:960px){.hero__product-additional-logo img{max-height:40px}}.hero__subtitle{display:block;font-size:1.5rem;font-weight:900;line-height:4rem;margin-bottom:8px;width:100%}.hero__subtitle sup{font-size:62%;position:relative;top:-8px}.hero__campaign-content{display:block;font-family:var(--woodward-font);font-size:4rem;line-height:4.6875rem;max-width:832px;width:100%}.hero__campaign-content sup{font-family:var(--articulat-font);font-size:70%;font-weight:700;position:relative;top:-30px}.hero__product-campaign-logo{display:block;margin-top:8px;padding-right:60px;text-align:right;width:100%}.hero__product-campaign-logo img{display:inline-block;max-height:40px;width:auto}.hero.small-hero{height:220px}.hero__image-overlay .hero__image-container-mobile:before,.hero__image-overlay .hero__image-container:before{background-color:rgba(0,0,0,.15);border-bottom-right-radius:60px;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}.jump-to-navigation{z-index:1}.jump-to-navigation__container .label-container{align-items:center;display:flex}.jump-to-navigation__container .label-container .jump-headline{color:var(--color-black);font-size:.875rem;font-weight:800;letter-spacing:3px;line-height:1.5rem}@media screen and (min-width:960px){.jump-to-navigation__container .label-container .jump-headline{font-size:1rem}}.jump-to-navigation__container .select-container{display:block;max-width:350px;position:relative;width:100%}.jump-to-navigation__container .select-container .section-select{-webkit-appearance:none;appearance:none;background-color:var(--color-white);border:1px solid var(--color-border-gray);color:var(--color-border-gray);display:block;font-family:var(--articulat-font);font-size:.875rem;font-weight:400;line-height:1.25rem;padding:10px 16px;width:100%}@media screen and (min-width:960px){.jump-to-navigation__container .select-container .section-select{font-size:1rem}}.jump-to-navigation__container .select-container .section-select:focus-visible{outline:3px solid var(--color-leaf);outline-offset:-3px}.jump-to-navigation__container .select-container .uk-dropdown{padding:10px 16px;width:100%}.jump-to-navigation__container .select-container .uk-dropdown button{color:var(--color-border-gray);display:block;font-family:var(--articulat-font);font-size:.875rem;font-weight:400;line-height:1.25rem;padding:6px 0;width:100%}@media screen and (min-width:960px){.jump-to-navigation__container .select-container .uk-dropdown button{font-size:1rem}}.jump-to-navigation__container .select-container .uk-dropdown button:focus-visible{outline:3px solid var(--color-leaf);outline-offset:-3px}.jump-to-navigation__container .select-container svg{height:.875rem;position:absolute;right:10px;top:12px;width:.875rem;z-index:1}.jump-to-navigation__container.uk-sticky-fixed{top:82px!important}@media screen and (min-width:960px){.jump-to-navigation__container.uk-sticky-fixed{top:120px!important}}.jump-to-navigation__container.uk-sticky-fixed:before{background-color:var(--color-white);content:"";display:block;height:60px;left:0;position:absolute;top:-10px;width:100%;z-index:-1}@media screen and (min-width:960px){.jump-to-navigation__container.uk-sticky-fixed:before{height:86px;top:-23px}}.module{position:relative}.module__background{background-position:50%;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.module .divider{background-color:var(--color-microessentials-yellow);height:4px;margin-bottom:40px;width:75%}@media screen and (min-width:640px){.module .divider{background-color:var(--color-text)}}.media-asset{height:auto;min-height:612px;overflow:hidden;padding-bottom:25px;position:relative;width:100%}@media screen and (min-width:640px){.media-asset{padding:0}}.media-asset:before{background-color:rgba(0,0,0,.2);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}.media-asset__image-container{display:none}@media screen and (min-width:640px){.media-asset__image-container{display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}}.media-asset__image-container-mobile{display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}@media screen and (min-width:640px){.media-asset__image-container-mobile{display:none}}.media-asset__video{display:none}@media screen and (min-width:640px){.media-asset__video{bottom:0;display:block;height:auto;left:0;margin:auto;min-height:100%;min-width:100%;position:absolute;right:0;top:0;width:auto;z-index:-1}}.media-asset__video-mobile{bottom:0;display:block;height:auto;left:0;margin:auto;min-height:100%;min-width:100%;position:absolute;right:0;top:0;width:auto;z-index:-1}@media screen and (min-width:640px){.media-asset__video-mobile{display:none}}.media-asset__container{display:block;padding:38px 12px 20px;position:relative;width:100%;z-index:1}@media screen and (min-width:640px){.media-asset__container{padding:68px 30px 60px}}.media-asset__container .media-asset__button-container{text-align:center}.media-asset__container .media-asset__button-container .btn{align-items:center;display:inline-flex;font-size:1rem;line-height:1.1875rem;margin:42px auto 20px;padding:8px 20px}.media-asset__container .media-asset__button-container .btn svg{top:unset}@media screen and (min-width:640px){.media-asset__container .media-asset__button-container .btn{display:inline-flex;margin:48px 0 0}.media-asset__container .media-asset__button-container{text-align:unset}}.media-asset__content{display:block;max-width:500px;width:100%}@media screen and (min-width:960px){.media-asset__content{max-width:600px}}.media-asset__content h1,.media-asset__content h2,.media-asset__content h3{color:var(--color-white);display:block;font-size:3.25rem;font-weight:700;line-height:4rem;width:100%}@media screen and (min-width:640px){.media-asset__content h1,.media-asset__content h2,.media-asset__content h3{font-size:5.5rem;line-height:6.0625rem}}.media-asset__content h1 b,.media-asset__content h1 strong,.media-asset__content h2 b,.media-asset__content h2 strong,.media-asset__content h3 b,.media-asset__content h3 strong{color:var(--color-seed)}.media-asset__content p{color:var(--color-white);display:block;font-size:1.25rem;line-height:1.75rem;margin-top:48px;width:100%}.media-asset__science-of-more-icon{display:block;height:120px;margin:0 auto 10px;position:relative;width:120px}@media screen and (min-width:640px){.media-asset__science-of-more-icon{bottom:60px;position:absolute;right:30px}}.nutrient-deficiencies__tabs{display:flex;flex-wrap:wrap;gap:5px;padding:36px 0}.nutrient-deficiencies__tab{align-items:center;background-color:transparent;border:0;cursor:pointer;display:flex;flex-basis:80px;flex-direction:column;margin-top:20px;padding:0}.nutrient-deficiencies__tab .tab-icon-container{align-items:center;border:1px solid var(--color-bountiful);display:flex;height:56px;justify-content:center;margin-bottom:8px;text-align:center;width:56px}.nutrient-deficiencies__tab .tab-icon-container svg{max-height:40px;max-width:26px}.nutrient-deficiencies__tab .tab-icon-title span{display:block}.nutrient-deficiencies__tab[aria-selected=true] .tab-icon-container{border:1px solid var(--color-leaf)}.nutrient-deficiencies__tab[aria-selected=true] .tab-icon-container svg{fill:var(--color-leaf)}.nutrient-deficiencies__tab[aria-selected=true] span{color:var(--color-leaf)}@media screen and (min-width:640px){.nutrient-deficiencies__tab{margin-top:0}}.nutrient-deficiencies__tab-panel{display:none;width:auto}.nutrient-deficiencies__tab-panel[aria-expanded=true]{display:block}.nutrient-deficiencies__tab-panel li,.nutrient-deficiencies__tab-panel ul{height:100%;width:100%}.nutrient-deficiencies__image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:440px;width:100%}@media screen and (min-width:566px){.nutrient-deficiencies__image{background-size:cover}}.nutrient-deficiencies__carousel-controls{display:flex;justify-content:flex-end;margin-bottom:30px;padding:11px 0}.nutrient-deficiencies__carousel-controls button{background-color:transparent;border:0;cursor:pointer;height:48px;padding:8px;width:48px}.nutrient-deficiencies__carousel-controls button svg{max-height:100%;max-width:100%}.nutrient-deficiencies__carousel-controls button .icon-arrow-right.icon-start{transform:rotate(180deg)}.nutrient-deficiencies__carousel-controls button+button{margin-left:8px}.nutrient-deficiencies__content{display:flex;flex-direction:column;justify-content:space-between}@media screen and (min-width:640px){.nutrient-deficiencies__content{flex-direction:row}}.nutrient-deficiencies__content h2{font-family:var(--articulat-font);font-size:1.25rem;font-weight:700;line-height:1;margin:0 0 16px}@media screen and (min-width:640px){.nutrient-deficiencies__content h2{font-size:1.5rem;margin:0 32px 0 0}}.nutrient-deficiencies__content p{color:var(--color-inactive-gray);font-family:var(--inter-font);font-size:.875rem;line-height:1.42;max-width:550px}.nutrient-knowledge .uk-grid{align-items:center}.nutrient-knowledge .left-column,.nutrient-knowledge .right-column{display:none}@media screen and (min-width:960px){.nutrient-knowledge .left-column,.nutrient-knowledge .right-column{display:block}}.nutrient-knowledge .uk-slider-container{display:block;padding:0 16px}@media screen and (min-width:960px){.nutrient-knowledge .uk-slider-container{display:none}}.nutrient-knowledge__benefit{background-color:hsla(0,0%,100%,.6);display:block;padding:16px 8px;width:100%}@media screen and (min-width:960px){.nutrient-knowledge__benefit{background-color:transparent;padding:40px 25px}.nutrient-knowledge__benefit:hover{background-color:var(--color-white)}}.nutrient-knowledge__benefit.nutrient-active{background-color:var(--color-white)}.nutrient-knowledge__benefit .headline{display:block;font-size:1.5rem;line-height:1.625rem;margin-bottom:16px;width:100%}@media screen and (min-width:960px){.nutrient-knowledge__benefit .headline{margin-bottom:20px}}.nutrient-knowledge__benefit .content{display:block;font-size:1rem;line-height:1.5rem;width:100%}@media screen and (min-width:960px){.nutrient-knowledge__benefit .content{line-height:1.25rem}}.nutrient-knowledge .center-column{position:relative}.nutrient-knowledge .center-column img{display:block;margin:0 auto 62px;max-height:525px;width:auto}@media screen and (min-width:960px){.nutrient-knowledge .center-column img{margin:0 auto;max-height:760px}}.nutrient-knowledge .center-column .nutrient-nodes{height:100%;left:0;position:absolute;top:0;width:100%}.nutrient-knowledge .center-column .nutrient-nodes .nutrient-benefit-node{background-color:var(--color-white);border:4px solid var(--color-hearty);border-radius:50px;height:14px;position:absolute;transform:translate(-50%,-50%);width:14px}.nutrient-knowledge .center-column .nutrient-nodes .nutrient-benefit-node:before{background-color:inherit;border-radius:inherit;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.nutrient-knowledge .center-column .nutrient-nodes .nutrient-benefit-node.nutrient-active:before{animation:pulse-data 1.5s infinite}.nutrient-knowledge .center-column .nutrient-nodes.nodes-3 .node-0{left:49%;top:18%}@media screen and (min-width:960px){.nutrient-knowledge .center-column .nutrient-nodes.nodes-3 .node-0{left:45%;top:20%}}.nutrient-knowledge .center-column .nutrient-nodes.nodes-3 .node-1{left:55%;top:40%}@media screen and (min-width:960px){.nutrient-knowledge .center-column .nutrient-nodes.nodes-3 .node-1{left:65%;top:45%}}.nutrient-knowledge .center-column .nutrient-nodes.nodes-3 .node-2{left:50%;top:76%}@media screen and (min-width:960px){.nutrient-knowledge .center-column .nutrient-nodes.nodes-3 .node-2{top:85%}}.nutrient-knowledge .center-column .nutrient-nodes.nodes-4 .node-0{left:49%;top:5%}@media screen and (min-width:960px){.nutrient-knowledge .center-column .nutrient-nodes.nodes-4 .node-0{left:45%}}.nutrient-knowledge .center-column .nutrient-nodes.nodes-4 .node-1{left:52%;top:26%}@media screen and (min-width:960px){.nutrient-knowledge .center-column .nutrient-nodes.nodes-4 .node-1{left:55%;top:30%}}.nutrient-knowledge .center-column .nutrient-nodes.nodes-4 .node-2{left:45%;top:54%}@media screen and (min-width:960px){.nutrient-knowledge .center-column .nutrient-nodes.nodes-4 .node-2{left:35%;top:60%}}.nutrient-knowledge .center-column .nutrient-nodes.nodes-4 .node-3{left:49%;top:71%}@media screen and (min-width:960px){.nutrient-knowledge .center-column .nutrient-nodes.nodes-4 .node-3{left:45%;top:80%}}.nutrient-knowledge .center-column .nutrient-nodes.nodes-5 .node-0{left:50%;top:5%}.nutrient-knowledge .center-column .nutrient-nodes.nodes-5 .node-1{left:57%;top:13%}@media screen and (min-width:960px){.nutrient-knowledge .center-column .nutrient-nodes.nodes-5 .node-1{left:70%;top:14%}}.nutrient-knowledge .center-column .nutrient-nodes.nodes-5 .node-2{left:51%;top:46%}@media screen and (min-width:960px){.nutrient-knowledge .center-column .nutrient-nodes.nodes-5 .node-2{left:50%;top:53%}}.nutrient-knowledge .center-column .nutrient-nodes.nodes-5 .node-3{left:44%;top:73%}@media screen and (min-width:960px){.nutrient-knowledge .center-column .nutrient-nodes.nodes-5 .node-3{left:30%;top:82%}}.nutrient-knowledge .center-column .nutrient-nodes.nodes-5 .node-4{left:52%;top:82%}@media screen and (min-width:960px){.nutrient-knowledge .center-column .nutrient-nodes.nodes-5 .node-4{left:55%;top:92%}}.nutrient-knowledge .center-column .nutrient-nodes.nodes-6 .node-0{left:50%;top:5%}.nutrient-knowledge .center-column .nutrient-nodes.nodes-6 .node-1{left:54%;top:12%}@media screen and (min-width:960px){.nutrient-knowledge .center-column .nutrient-nodes.nodes-6 .node-1{left:62%;top:14%}}.nutrient-knowledge .center-column .nutrient-nodes.nodes-6 .node-2{left:51%;top:28%}@media screen and (min-width:960px){.nutrient-knowledge .center-column .nutrient-nodes.nodes-6 .node-2{top:32%}}.nutrient-knowledge .center-column .nutrient-nodes.nodes-6 .node-3{left:56%;top:50%}@media screen and (min-width:960px){.nutrient-knowledge .center-column .nutrient-nodes.nodes-6 .node-3{left:67%;top:56%}}.nutrient-knowledge .center-column .nutrient-nodes.nodes-6 .node-4{left:49%;top:70%}@media screen and (min-width:960px){.nutrient-knowledge .center-column .nutrient-nodes.nodes-6 .node-4{left:48%;top:79%}}.nutrient-knowledge .center-column .nutrient-nodes.nodes-6 .node-5{left:50%;top:82%}@media screen and (min-width:960px){.nutrient-knowledge .center-column .nutrient-nodes.nodes-6 .node-5{top:92%}}.nutrient-knowledge .center-column .nutrient-nodes.nodes-7 .node-0{left:49%;top:5%}.nutrient-knowledge .center-column .nutrient-nodes.nodes-7 .node-1{left:53%;top:11%}@media screen and (min-width:960px){.nutrient-knowledge .center-column .nutrient-nodes.nodes-7 .node-1{left:60%;top:13%}}.nutrient-knowledge .center-column .nutrient-nodes.nodes-7 .node-2{left:49%;top:30%}@media screen and (min-width:960px){.nutrient-knowledge .center-column .nutrient-nodes.nodes-7 .node-2{left:48%;top:33%}}.nutrient-knowledge .center-column .nutrient-nodes.nodes-7 .node-3{left:54%;top:39%}@media screen and (min-width:960px){.nutrient-knowledge .center-column .nutrient-nodes.nodes-7 .node-3{left:61%;top:43%}}.nutrient-knowledge .center-column .nutrient-nodes.nodes-7 .node-4{left:46%;top:71%}@media screen and (min-width:960px){.nutrient-knowledge .center-column .nutrient-nodes.nodes-7 .node-4{left:35%;top:80%}}.nutrient-knowledge .center-column .nutrient-nodes.nodes-7 .node-5{left:53%;top:77%}@media screen and (min-width:960px){.nutrient-knowledge .center-column .nutrient-nodes.nodes-7 .node-5{left:58%;top:86%}}.nutrient-knowledge .center-column .nutrient-nodes.nodes-7 .node-6{left:50%;top:84%}@media screen and (min-width:960px){.nutrient-knowledge .center-column .nutrient-nodes.nodes-7 .node-6{left:48%;top:96%}}.nutrient-knowledge .uk-dotnav{margin-bottom:8px}.nutrient-knowledge .uk-dotnav>*>*{background:var(--color-inactive-gray);border-color:var(--color-inactive-gray);height:7px;width:7px}.nutrient-knowledge .uk-dotnav .uk-active>*{background:var(--color-text);border-color:var(--color-text)}@keyframes pulse-data{to{filter:blur(1px);opacity:0;transform:scale(4)}}.nutrient-slider a,.nutrient-slider h1,.nutrient-slider h2,.nutrient-slider p{font-family:articulat-cf,helvetica,arial,sans-serif}.nutrient-slider .nutrient-slider__slider-wrapper .uk-slider-container{margin:0 auto 60px;position:relative}@media screen and (min-width:960px){.nutrient-slider .nutrient-slider__slider-wrapper .uk-slider-container{display:block;margin:0 auto 80px;padding:0 0 0 40px;right:0;width:100%}}.nutrient-slider .nutrient-slider__slider-wrapper .uk-slider-items{height:82px;margin:0 30px;padding-top:1px}@media screen and (min-width:960px){.nutrient-slider .nutrient-slider__slider-wrapper .uk-slider-items{margin:0 40px 0 0}}.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__button-wrapper{align-items:center;display:flex;height:83px;justify-content:space-between;pointer-events:none;position:absolute;top:0;width:100%}.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__button-wrapper button{background:var(--color-white);border:0;height:83px;pointer-events:auto;transition:background .25s ease;width:30px}.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__button-wrapper button.uk-invisible{background:var(--color-white);pointer-events:none;visibility:visible!important}.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__button-wrapper button.uk-slidenav-previous{text-align:left}.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__button-wrapper button.uk-slidenav-next{text-align:right}.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__button-wrapper button svg{display:none}.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__button-wrapper button svg.icon-slider-next,.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__button-wrapper button svg.icon-slider-prev{fill:var(--color-nutrient-slide-btn-arrow);display:inline;height:24px;transition:opacity .25s ease;width:8px}.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__nutrient-box{align-items:center;background:#fff;border:1px solid #202124;border-radius:5px;display:flex;height:80px;justify-content:center;margin:0 3.5px;position:relative;transition:background .25s ease;white-space:nowrap;width:80px}.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__nutrient-box.selected,.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__nutrient-box:focus,.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__nutrient-box:hover{background:#496c09;transition:background .25s ease}.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__nutrient-box.selected p.nutrient-name,.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__nutrient-box.selected p.nutrient-symbol,.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__nutrient-box:focus p.nutrient-name,.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__nutrient-box:focus p.nutrient-symbol,.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__nutrient-box:hover p.nutrient-name,.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__nutrient-box:hover p.nutrient-symbol{color:#fff;transition:color .25s ease}.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__nutrient-box p{color:var(--color-nutrient-text-gray);font-size:.75rem;margin-bottom:0;text-align:center}@media screen and (min-width:960px){.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__nutrient-box p{font-size:.8125rem}}.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__nutrient-box p.atomic-number{opacity:0;padding-right:14px;text-align:right;transition:opacity .25s ease;visibility:hidden}.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__nutrient-box p.nutrient-symbol{color:#202124;font-family:articulat-cf,helvetica,arial,sans-serif;font-size:1.875rem;font-weight:700}.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__nutrient-box p.nutrient-name{bottom:8px;color:#202124;font-size:12px;line-height:10px;position:absolute;text-align:center;width:100%}.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__nutrient-box.spacer-full,.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__nutrient-box.spacer-half{visibility:hidden}.nutrient-slider .nutrient-slider__slider-wrapper .nutrient-slider__nutrient-box.spacer-half{width:40px}.nutrient-slider .nutrient-slider__text-wrapper{margin:0 auto 80px;max-width:1200px;padding:0 20px}@media screen and (min-width:640px){.nutrient-slider .nutrient-slider__text-wrapper{padding:0 80px}}@media screen and (min-width:960px){.nutrient-slider .nutrient-slider__text-wrapper{padding:0 120px}}@media screen and (min-width:1200px){.nutrient-slider .nutrient-slider__text-wrapper{margin-bottom:100px;padding:0 180px}}.nutrient-slider .nutrient-slider__text-wrapper .nutrient-slider__description{margin-bottom:54px;max-width:640px}.nutrient-slider .nutrient-slider__text-wrapper .nutrient-slider__description h1{font-size:40px;font-weight:700;line-height:40px;margin-bottom:20px}.nutrient-slider .nutrient-slider__text-wrapper .nutrient-slider__description p{color:var(--color-nutrient-text-gray);font-size:18px;line-height:24px}.nutrient-slider .nutrient-slider__text-wrapper .nutrient-slider__link-wrapper{display:flex;margin-bottom:48px}.nutrient-slider .nutrient-slider__text-wrapper .nutrient-slider__link-wrapper .nutrient-slider__back-link{background-color:transparent;color:#000;font-size:14px}@media screen and (min-width:960px){.nutrient-slider .nutrient-slider__text-wrapper .nutrient-slider__link-wrapper .nutrient-slider__back-link{font-size:15px}}.nutrient-slider .nutrient-slider__text-wrapper .nutrient-slider__link-wrapper .nutrient-slider__back-link svg{color:#496c09;top:6px}.nutrient-slider .nutrient-slider__text-wrapper .nutrient-slider__intro{display:flex;justify-content:flex-end;width:100%}.nutrient-slider .nutrient-slider__text-wrapper .nutrient-slider__intro .nutrient-slider__intro-inner{border-bottom:1px solid var(--color-nutrient-text-border);border-top:1px solid var(--color-nutrient-text-border);max-width:300px;padding:20px 0}@media screen and (min-width:640px){.nutrient-slider .nutrient-slider__text-wrapper .nutrient-slider__intro .nutrient-slider__intro-inner{max-width:350px}}@media screen and (min-width:960px){.nutrient-slider .nutrient-slider__text-wrapper .nutrient-slider__intro .nutrient-slider__intro-inner{max-width:400px}}.nutrient-slider .nutrient-slider__text-wrapper .nutrient-slider__intro h2{font-size:16px;font-weight:700;line-height:24px;margin-bottom:10px}.nutrient-slider .nutrient-slider__text-wrapper .nutrient-slider__intro p{color:var(--color-nutrient-dark);font-size:14px;line-height:24px}.nutrient-slider__desktop{display:none}@media screen and (min-width:640px){.nutrient-slider__desktop{display:block;position:relative}}.nutrient-slider__mobile{display:block;margin-bottom:36px}@media screen and (min-width:640px){.nutrient-slider__mobile{display:none}}.nutrient-slider__mobile .label-container{align-items:center;display:flex}.nutrient-slider__mobile-label{color:var(--color-black);font-size:.875rem;font-weight:800;letter-spacing:3px;line-height:.875rem}.nutrient-slider__mobile .nutrient-select-container{display:block;position:relative;width:100%}.nutrient-slider__mobile .nutrient-select-container .nutriend-select{-webkit-appearance:none;appearance:none;background-color:var(--color-white);border:1px solid var(--color-nutrient-text-border);color:var(--color-border-gray);display:block;font-family:var(--articulat-font);font-size:1rem;font-weight:400;line-height:1rem;padding:10px 16px;width:100%}.nutrient-slider__mobile .nutrient-select-container svg{height:.875rem;position:absolute;right:10px;top:12px;width:.875rem;z-index:1}.nutrient-table{overflow:hidden;padding:40px 22px}.nutrient-table h2,.nutrient-table p{font-family:articulat-cf,helvetica,arial,sans-serif}@media screen and (min-width:640px){.nutrient-table{padding:40px}}@media screen and (min-width:960px){.nutrient-table{padding:60px 80px}}@media screen and (min-width:1200px){.nutrient-table{padding:60px 40px 80px}}.nutrient-table .nutrient-table__wrapper{margin:0 auto;max-width:1125px;min-width:346px}.nutrient-table .nutrient-table__inside-wrap{max-width:730px}@media screen and (min-width:572px){.nutrient-table .nutrient-table__row:first-child{margin-bottom:40px}}.nutrient-table .uk-grid{align-items:flex-end}.nutrient-table .nutrient-table__grid-box-three{transition:background .25s ease;width:95%}@media screen and (min-width:705px){.nutrient-table .nutrient-table__grid-box-three.three-first{margin-right:13px}}@media screen and (min-width:572px){.nutrient-table .nutrient-table__grid-box-three.three-last{margin-top:40px}}.nutrient-table .nutrient-table__grid-box-four{transition:background .25s ease;width:95%}@media screen and (min-width:705px){.nutrient-table .nutrient-table__grid-box-four{margin-right:13px}}.nutrient-table .nutrient-table__nutrient-box{background:#fff;border:1px solid #202124;border-radius:5px;cursor:pointer;display:block;height:80px;margin:3.5px;padding:0;position:relative;text-align:center;transition:background .25s ease;white-space:nowrap;width:80px}.nutrient-table .nutrient-table__nutrient-box.nutrient-active,.nutrient-table .nutrient-table__nutrient-box:focus,.nutrient-table .nutrient-table__nutrient-box:hover{background:#496c09;border-color:#496c09;transition:background .25s ease}.nutrient-table .nutrient-table__nutrient-box.nutrient-active p.nutrient-name,.nutrient-table .nutrient-table__nutrient-box.nutrient-active p.nutrient-symbol,.nutrient-table .nutrient-table__nutrient-box:focus p.nutrient-name,.nutrient-table .nutrient-table__nutrient-box:focus p.nutrient-symbol,.nutrient-table .nutrient-table__nutrient-box:hover p.nutrient-name,.nutrient-table .nutrient-table__nutrient-box:hover p.nutrient-symbol{color:#fff;transition:color .25s ease}.nutrient-table .nutrient-table__nutrient-box .nutrient-symbol{color:#202124;font-family:articulat-cf,helvetica,arial,sans-serif;font-size:1.875rem;font-weight:700}.nutrient-table .nutrient-table__nutrient-box .nutrient-name{bottom:8px;color:#202124;font-size:12px;line-height:10px;position:absolute;text-align:center;width:100%}.nutrient-table .nutrient-table__nutrient-box:focus~.nutrient-table__nutrient-box-group{background:#496c09}.nutrient-table .nutrient-table__nutrient-box:focus~.nutrient-table__nutrient-box-group p.group-name{color:#fff;transition:color .25s ease}.nutrient-table .nutrient-table__nutrient-box-group{align-items:center;background:var(--color-nutrient-background-black);border-radius:5px;display:flex;height:43px;justify-content:center;margin:7px 3px;min-width:255px;transition:background .25s ease;width:95%}.nutrient-table .nutrient-table__nutrient-box-group.nutrient-group-active{background-color:#496c09;color:var(--color-white)}.nutrient-table .nutrient-table__nutrient-box-group p{color:#fff;font-size:.875rem;font-weight:700;margin-bottom:0;text-transform:uppercase}@media screen and (min-width:960px){.nutrient-table .nutrient-table__nutrient-box-group p{font-size:.9375rem}}.nutrient-table .nutrient-table__excerpt-wrapper{padding:40px 0}@media screen and (min-width:960px){.nutrient-table .nutrient-table__excerpt-wrapper{padding:0 0 40px 30px}}.nutrient-table .nutrient-table__excerpt-wrapper .nutrient-table__excerpt-title{align-items:center;display:flex;flex-wrap:nowrap;margin-bottom:32px}.nutrient-table .nutrient-table__excerpt-wrapper .nutrient-table__excerpt-title div{align-items:center;background:#496c09;border-radius:5px;display:flex;height:60px;justify-content:center;margin-right:20px;width:60px}.nutrient-table .nutrient-table__excerpt-wrapper .nutrient-table__excerpt-title div .symbol-symbol{color:#fff;font-size:30px;font-weight:700;height:1.125rem}@media screen and (min-width:960px){.nutrient-table .nutrient-table__excerpt-wrapper .nutrient-table__excerpt-title div{height:80px;width:80px}.nutrient-table .nutrient-table__excerpt-wrapper .nutrient-table__excerpt-title div .symbol-symbol{font-size:40px;height:1.25rem}}.nutrient-table .nutrient-table__excerpt-wrapper .nutrient-table__excerpt-title h2{color:var(--color-nutrient-background-black);font-size:2rem;font-weight:900;height:1.5rem}@media screen and (min-width:960px){.nutrient-table .nutrient-table__excerpt-wrapper .nutrient-table__excerpt-title h2{font-size:2.5rem;height:2rem;line-height:2.5rem}}.nutrient-table .nutrient-table__excerpt-wrapper .nutrient-table__excerpt-paragraph{color:var(--color-nutrient-background-black);font-family:inter,helvetica,arial,sans-serif;font-size:1.25rem;line-height:1.5rem;margin-bottom:40px}.nutrient-table .nutrient-table__excerpt-wrapper .nutrient-table__link-wrapper .nutrient-table__excerpt-link{border:2px solid var(--color-text);display:inline-block;font-size:1.25rem;line-height:1.5rem;padding:12px 20px;width:auto}.nutrient-table .mc-modal__foreground .mc-modal__close-button{align-items:center;background:#fff;color:#202124;display:flex;font-size:1.875rem;height:25px;justify-content:center;line-height:1.5625rem;width:25px}.performance-acre-plus-banner>div{flex-flow:column}@media screen and (min-width:960px){.performance-acre-plus-banner>div{min-height:612px}}.performance-acre-plus-banner .hdg,.performance-acre-plus-banner h1,.performance-acre-plus-banner h2,.performance-acre-plus-banner h3,.performance-acre-plus-banner h4,.performance-acre-plus-banner h5{margin-bottom:32px}.performance-acre-plus-banner .entry__content{border-top-right-radius:50px;flex:1 1 auto;margin-top:170px;padding:70px 32px 65px;width:100%;z-index:2}@media screen and (min-width:640px){.performance-acre-plus-banner .entry__content{border-top-right-radius:80px;width:80%}}@media screen and (min-width:960px){.performance-acre-plus-banner .entry__content{width:70%}}@media screen and (min-width:1200px){.performance-acre-plus-banner .entry__content{border-top-right-radius:100px;width:60%}}.performance-acre-plus-banner .entry__content p{font-size:1.25rem;margin-bottom:40px}.performance-acre-plus-banner .entry__content .btn{margin-left:auto;margin-right:auto}.performance-map{font-family:var(--articulat-font)}.performance-map .truresponse-logo{height:106px;width:209px}.performance-map .filters-wrapper .select-menu{float:left;margin:25px 0;width:100%}.performance-map #performance-mapbox{height:700px;position:relative;width:100%}.performance-map #performance-mapbox .popup-container{padding:15px 15px 0;text-align:center}.performance-map #performance-mapbox .popup-container p{font-family:var(--inter-font);font-size:.875rem;font-weight:400;margin:0;text-align:left}.performance-map #performance-mapbox .popup-container p span.super{font-size:.75rem;vertical-align:super}.performance-map #performance-mapbox .popup-container p strong{font-weight:700}.performance-map #performance-mapbox .popup-container .popup-button{display:inline-block;margin-top:10px;text-align:center}.performance-map .mapboxgl-ctrl-geocoder{width:100%}.performance-map .mapboxgl-popup-content{max-width:275px}@media screen and (min-width:640px){.performance-map .mapboxgl-popup-content{max-width:460px}.performance-map .popup-container{width:440px}}.performance-map .mapboxgl-popup-close-button{font-size:1.5rem;font-weight:200;text-align:center;width:20px}.performance-map .mapboxgl-popup-close-button:hover{width:20px}.performance-map .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{display:none}.performance-map .mapboxgl-popup-content{box-shadow:0 4px 8px 0 rgba(0,0,0,.25)}.performance-map .filterContainer{background-color:var(--color-light-teal);border-radius:10px;display:flex;flex-direction:column}.performance-map .filterContainer .clear-filter{text-align:right}.performance-map .filterContainer #clearFiltersButton{color:var(--color-red);cursor:pointer;font-size:.875rem;padding-right:20px;padding-top:10px}.performance-map .filterContainer .wrapper{display:flex;flex-direction:column;justify-content:center;margin:0 auto;padding:10px 0;width:100%}@media screen and (min-width:640px){.performance-map .filterContainer .wrapper{width:760px}}.performance-map .filterContainer .selected-filters{display:block;height:52px;margin:10px 0 0}.performance-map .filterContainer .filter-pill{border:1px solid var(--color-bioscience-green);border-radius:5px;color:var(--color-black);cursor:pointer;display:inline-block;font-weight:400;margin-right:10px;padding:5px 10px}.performance-map .filterContainer .filter-pill span{font-family:Open Sans,sans-serif;font-size:.875rem}.performance-map .filterContainer .pill-close-button{cursor:pointer;margin-left:10px}.performance-map .filterContainer label{display:flex;font-family:var(--inter-font);font-size:.875rem;font-weight:400;margin-bottom:5px;text-align:left;width:100%}@media screen and (min-width:640px){.performance-map .filterContainer label{flex:1}}.performance-map .filterContainer .zip-input{display:flex;flex-direction:row}.performance-map .filterContainer .zip-input input{border:1px solid #000;border-radius:5px;display:flex;height:40px;margin:0 25px 0 0;padding:5px;width:100%}@media screen and (min-width:640px){.performance-map .filterContainer .zip-input input{width:253px}}.performance-map .filterContainer .zip-code{display:flex;flex-direction:column;margin-left:0}@media screen and (min-width:640px){.performance-map .filterContainer .zip-code{margin-left:50px}}.performance-map .filterContainer .dropdowns{display:flex;flex:1;flex-wrap:wrap;gap:10px;margin:0}.performance-map .filterContainer .dropdowns:first-child{margin-bottom:10px}.performance-map .filterContainer .dropdowns .uk-button-default:disabled{background-color:var(--color-white)}@media screen and (min-width:640px){.performance-map .filterContainer .dropdowns{flex:1;flex-wrap:wrap}}.performance-map .filterContainer .dropdowns>div{display:flex;flex:0 0 100%}@media screen and (min-width:640px){.performance-map .filterContainer .dropdowns>div{flex:1;flex-wrap:wrap}}.performance-map .filterContainer .dropdowns .custom-dropdown{width:100%}.performance-map .filterContainer .dropdowns span.super{font-size:.75rem;vertical-align:super}.performance-map .filterContainer .dropdowns .options-list,.performance-map .filterContainer .dropdowns .selected-option{border:1px solid #000;border-radius:5px;cursor:pointer;padding:10px}.performance-map .filterContainer .dropdowns .options-list{background-color:var(--color-white);box-shadow:0 2px 4px rgba(0,0,0,.1);display:none;list-style:none;position:absolute}.performance-map .filterContainer .dropdowns .options-list li:hover{background-color:var(--color-light-teal)}.performance-map .averages-wrapper{align-items:center;background-color:var(--color-light-teal);border-radius:10px;display:flex;flex-direction:column;justify-content:center;margin-top:20px}.performance-map .averages-wrapper .averages{display:flex;flex-direction:row;justify-content:space-around;margin:12px;width:100%}.performance-map .averages-wrapper .averages p{display:inline-block;font-family:var(--inter-font);font-size:.875rem;font-weight:300;margin:0;text-align:center}.performance-map .averages-wrapper .averages span{display:block;font-family:var(--inter-font);font-size:1.75rem;font-weight:400;margin-top:5px;text-align:center}.performance-map .averages-wrapper .averages small{display:inline;font-family:var(--inter-font);font-size:.875rem;font-weight:400}.performance-map .averages-wrapper .averages-detail{background-color:var(--color-bioscience-green);border-bottom-left-radius:8px;border-bottom-right-radius:8px;color:var(--color-white);display:block;padding:6px 10px;text-align:center}.product-banner{display:block;width:100%}.product-banner__content{border-radius:0 0 25px 0;height:auto;padding:44px 12px;position:relative}@media screen and (min-width:640px){.product-banner__content{border-radius:0 0 40px 0;min-height:400px;padding:72px 32px 43px}}.product-banner__content.campaign-asset{padding:49px 12px}@media screen and (min-width:640px){.product-banner__content.campaign-asset{min-height:400px;padding:74px 69px 126px}}.product-banner__content.campaign-asset .source{display:block;margin-top:33px;width:100%}@media screen and (min-width:640px){.product-banner__content.campaign-asset .source{bottom:17px;margin-top:0;position:absolute;right:33px}}.product-banner__content.campaign-asset .source:hover{text-decoration:underline}.product-banner__content p{font-family:var(--articulat-font);font-size:2.5rem;font-weight:500;line-height:3rem;text-align:left}@media screen and (min-width:640px){.product-banner__content p{font-size:4rem;line-height:4.5rem}}.product-banner__content p b,.product-banner__content p strong{font-weight:700}.product-banner__content p em,.product-banner__content p i{font-style:italic}.product-banner__content.text-color-white a,.product-banner__content.text-color-white p,.product-banner__content.text-color-white span{color:var(--color-white)}.product-banner__content.text-color-black a,.product-banner__content.text-color-black p,.product-banner__content.text-color-black span{color:var(--color-text)}.product-banner__content .source{display:block;font-size:.75rem;font-style:italic;font-weight:500;line-height:1rem;margin-top:53px;position:relative;text-align:right;text-decoration:none;width:100%}.product-banner__content .source:hover{text-decoration:underline}.product-banner__subtitle{display:block;font-size:1.25rem;font-weight:900;line-height:1.5rem;margin-bottom:8px;position:relative;width:100%;z-index:1}@media screen and (min-width:640px){.product-banner__subtitle{font-size:1.5rem;line-height:4rem}}.product-banner__campaign-content{display:block;position:relative;width:100%;z-index:1}.product-banner__campaign-content p{font-family:var(--woodward-font);font-size:3rem;line-height:3.5rem}@media screen and (min-width:640px){.product-banner__campaign-content p{font-size:4.125rem;line-height:4rem}}.product-banner__image-container{background-position:50%;background-repeat:no-repeat;background-size:cover;display:none}@media screen and (min-width:960px){.product-banner__image-container{display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}}.product-banner__image-container-mobile{background-position:50%;background-repeat:no-repeat;background-size:cover;display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}@media screen and (min-width:960px){.product-banner__image-container-mobile{display:none}}.product-cards__icon-wrap{align-items:center;display:flex;height:74px;margin-bottom:10px}.product-cards__icon-wrap img{max-height:74px}.product-panel.product-cards .product-panel_card{margin:28px 0}@media screen and (min-width:960px){.product-panel.product-cards .product-panel_card{margin:38px 0;max-width:70%}}.product-panel.product-cards .product-cards__inner-wrap .product-cards__product-image{bottom:0}@media screen and (min-width:960px){.product-panel.product-cards .product-cards__inner-wrap .product-cards__product-image{bottom:0}}.product-panel.product-cards .product-panel_card h3{font-size:22px;font-weight:600;line-height:1.3em;margin:16px 0 18px}@media screen and (min-width:960px){.product-panel.product-cards .product-panel_card h3{font-size:28px;line-height:16px;margin:30px 0 18px}}.product-panel.product-cards .product-cards__card.product-panel_card .product-cards__inner-wrap{border-radius:0}.product-panel.product-cards .product-cards__product-image{display:block;height:auto;right:0;width:100px}@media screen and (min-width:960px){.product-panel.product-cards .product-cards__product-image{width:128px}.product-cards{padding:0 16px}}.product-cards .performance-card{max-height:0;opacity:0;transition:max-height .35s ease-in-out,opacity .35s ease-in-out}.product-cards .performance-card.hidden{display:none}.product-cards .performance-card.showing{max-height:2300px;opacity:1}.product-cards .product-cards__card{margin-bottom:14px}@media screen and (min-width:400px){.product-cards .product-cards__card{margin-bottom:24px}}@media screen and (min-width:640px){.product-cards .product-cards__card{margin-bottom:30px}}@media screen and (min-width:960px){.product-cards .product-cards__card{margin-bottom:40px}}.product-cards .product-cards__card .product-cards__inner-wrap{border-bottom-right-radius:40px;margin:0 14px;min-height:100%;overflow:hidden;padding:34px 12px 46px;position:relative}@media screen and (min-width:400px){.product-cards .product-cards__card .product-cards__inner-wrap{margin:0 24px}}@media screen and (min-width:640px){.product-cards .product-cards__card .product-cards__inner-wrap{margin:0 30px;padding:34px 24px 46px}}@media screen and (min-width:960px){.product-cards .product-cards__card .product-cards__inner-wrap{margin:0 12px;padding:28px 34px 77px}}.product-cards .product-cards__card .product-cards__inner-wrap.product-cards__inner-wrap--tools{padding:24px 24px 46px}.product-cards .product-cards__card .product-cards__inner-wrap.product-cards__inner-wrap--tools .product-cards__button-wrap{margin-top:64px;text-align:left}@media screen and (min-width:960px){.product-cards .product-cards__card .product-cards__inner-wrap.product-cards__inner-wrap--tools .product-cards__button-wrap{margin-top:80px}}.product-cards .product-cards__card h2{font-size:32px;font-weight:700;line-height:32px;margin:24px 0 16px}@media screen and (min-width:960px){.product-cards .product-cards__card h2{margin:0 0 42px}}.product-cards .product-cards__card h3{font-size:16px;font-weight:700;line-height:16px;margin:4px 0 18px;text-transform:uppercase}@media screen and (min-width:960px){.product-cards .product-cards__card h3{margin-bottom:30px}}.product-cards .product-cards__card .product-cards__nutrient-wrap{display:flex;flex-wrap:wrap;margin:0 -6px;width:100%}.product-cards .product-cards__card .product-cards__nutrient-wrap.nutrient-badge{padding-top:6px}.product-cards .product-cards__card .product-cards__nutrient{border:1px solid var(--color-white);border-radius:5px;display:block;margin:6px;min-height:80px;min-width:80px;padding-top:29px;position:relative;text-align:center}.product-cards .product-cards__card .product-cards__nutrient .nutrient-symbol{color:var(--color-white);font-family:articulat-cf,helvetica,arial,sans-serif;font-size:1.875rem;font-weight:700;margin:0}.product-cards .product-cards__card .product-cards__nutrient .nutrient-name{bottom:11px;color:var(--color-white);font-size:12px;font-weight:700;line-height:10px;margin:0;position:absolute;text-align:center;width:100%}.product-cards .product-cards__card .product-cards__nutrient-badge{align-items:center;border:1px solid var(--color-white);display:flex;flex-wrap:wrap;height:80px;justify-content:center;width:80px}.product-cards .product-cards__card .product-cards__nutrient-badge .product-cards__enhancer-symbol{color:var(--color-white);font-size:20px;font-weight:700;line-height:36px;text-align:center}.product-cards .product-cards__card .product-cards__nutrient-badge .product-cards__enhancer-name{color:var(--color-white);font-size:9px;line-height:9px;max-width:60px;text-align:center}.product-cards .product-cards__card .product-cards__nutrient-badge.round{border-radius:50%}.product-cards .product-cards__card .product-cards__nutrient-badge.square{border-radius:14px}.product-cards .product-cards__card .product-cards__paragraph{font-size:20px;line-height:24px}.product-cards .product-cards__card.product-cards__card--dark-text a,.product-cards .product-cards__card.product-cards__card--dark-text h2,.product-cards .product-cards__card.product-cards__card--dark-text h3,.product-cards .product-cards__card.product-cards__card--dark-text p{color:var(--color-text)}.product-cards .product-cards__card.product-cards__card--dark-text svg{fill:var(--color-text)}.product-cards .product-cards__card.product-cards__card--dark-text .product-cards__nutrient{border-color:var(--color-text)}.product-cards .product-cards__card.product-cards__card--dark-text .nutrient-name,.product-cards .product-cards__card.product-cards__card--dark-text .nutrient-symbol{color:var(--color-text)}.product-cards .product-cards__card.product-cards__card--light-text a,.product-cards .product-cards__card.product-cards__card--light-text h2,.product-cards .product-cards__card.product-cards__card--light-text h3,.product-cards .product-cards__card.product-cards__card--light-text p{border-color:var(--color-white);color:var(--color-white)}.product-cards .product-cards__card.product-cards__card--light-text svg{fill:var(--color-white)}.product-cards .product-cards__card.product-cards__card--light-text .product-cards__nutrient{border-color:var(--color-white)}.product-cards .product-cards__card.product-cards__card--light-text .nutrient-name,.product-cards .product-cards__card.product-cards__card--light-text .nutrient-symbol{color:var(--color-white)}.product-cards .product-cards__button-wrap{margin-top:57px;text-align:center}@media screen and (min-width:960px){.product-cards .product-cards__button-wrap{height:64px;margin-top:0;text-align:left}}.product-cards .product-cards__button-wrap .btn{border-width:1px;font-size:16px;line-height:24px;padding:6px 14px}@media screen and (min-width:960px){.product-cards .product-cards__button-wrap .btn{bottom:77px;position:absolute}}.product-cards .product-cards__product-image{bottom:-16px;display:none;height:128px;position:absolute;right:-16px;width:128px}@media screen and (min-width:960px){.product-cards .product-cards__product-image{display:block}}.product-cards .product-cards__card--dark-text .product-cards__nutrient-badge{border-color:var(--color-text)}.product-cards .product-cards__card--dark-text .product-cards__nutrient-badge .product-cards__enhancer-name,.product-cards .product-cards__card--dark-text .product-cards__nutrient-badge .product-cards__enhancer-symbol{color:var(--color-text)}.product-cards .product-cards__nutrient{border:1px solid var(--color-text)}.product-cards .product-cards__nutrient .nutrient-name,.product-cards .product-cards__nutrient .nutrient-symbol{color:var(--color-text)}.split-banner{transition:opacity .4s ease-in-out}.split-banner.unshow{opacity:0}.split-banner.hide{display:none}.split-banner .video_left{flex-direction:row-reverse!important}@media screen and (min-width:960px){.split-banner__large-banner .split-banner__image{padding-left:33px}}@media screen and (min-width:1200px){.split-banner__large-banner .split-banner__image{padding-left:46px}}.split-banner__large-banner .split-banner__image .image-background{min-height:385px}@media screen and (min-width:960px){.split-banner__large-banner .split-banner__image .image-background{min-height:640px;position:relative}.split-banner__large-banner .split-banner__image.image-left .image-background{margin-left:7px}}@media screen and (min-width:1200px){.split-banner__large-banner .split-banner__image.image-left .image-background{margin-left:21px}}.split-banner__large-banner .split-banner__content-container h2{font-size:2.5rem;line-height:3rem;margin-bottom:40px}.split-banner__large-banner .split-banner__content-container p,.split-banner__large-banner .split-banner__content-container p a{font-size:1.25rem;line-height:1.625rem}.split-banner .uk-grid.image-right{margin-left:0}.split-banner .image-right.split-banner__image{order:1;padding-left:0}@media screen and (min-width:960px){.split-banner .image-right.split-banner__image{order:2;padding-left:13px}}.split-banner .image-right.split-banner__image .image-background{border-radius:8px 8px 0 0}@media screen and (min-width:960px){.split-banner .image-right.split-banner__image .image-background{border-radius:0 25px 25px 0;margin-right:0}}.split-banner .image-right.split-banner__content{order:2;padding-left:0}@media screen and (min-width:960px){.split-banner .image-right.split-banner__content{order:1;padding-left:0;padding-right:13px}.split-banner .image-right.split-banner__content .split-banner__color-block{border-radius:25px 0 0 25px}}.split-banner .image-background{border-radius:8px 8px 0 0;display:block;height:100%;width:100%}@media screen and (min-width:960px){.split-banner .image-background{border-radius:25px 0 0 25px;margin-right:-20px;min-height:324px}}.split-banner__color-block{height:100%;margin-top:14px;padding:38px 12px;position:relative}@media screen and (min-width:960px){.split-banner__color-block{border-radius:0 25px 25px 0;margin-top:0;padding:40px}}.split-banner__color-block .uk-position-center{position:relative!important}@media screen and (min-width:960px){.split-banner__color-block .uk-position-center{position:absolute}}.split-banner__content{position:relative}@media screen and (min-width:960px){.split-banner__content{padding-left:32px}}@media screen and (min-width:1200px){.split-banner__content{padding-left:47px}}.split-banner__content-container h2{display:block;font-size:2rem;font-weight:700;line-height:2.5rem;margin-bottom:28px;width:100%}.split-banner__content-container h3{display:block;font-size:1rem;line-height:1.5rem;margin-bottom:14px;width:100%}.split-banner__content-container p{display:block;font-size:1.25rem;line-height:1.5rem;width:100%}@media screen and (min-width:960px){.split-banner__content-container p{font-size:1.5rem;line-height:2rem}}.split-banner__content-container p a{font-size:1.25rem;line-height:1.5rem;text-decoration:underline}@media screen and (min-width:960px){.split-banner__content-container p a{font-size:1.5rem;line-height:2rem}}.split-banner__content-container .btn{display:block;font-size:1rem;line-height:1.1875rem;margin:40px auto;padding:8px 20px;text-align:center;width:-moz-fit-content;width:fit-content}@media screen and (min-width:960px){.split-banner__content-container .btn{display:inline-block;margin:40px 16px 0 0}}.split-banner__content-container .btn.btn--tertiary{border-color:var(--color-seed);color:var(--color-text)}.split-banner__content-container .btn svg{fill:var(--btn-text);display:inline-block;height:1rem;top:0;vertical-align:middle;width:1rem}.split-banner__content-container.font-color-white a,.split-banner__content-container.font-color-white button,.split-banner__content-container.font-color-white h2,.split-banner__content-container.font-color-white h3,.split-banner__content-container.font-color-white p{color:var(--color-white)}.split-banner__short-media-banner .image-left .split-banner__image{order:2}@media screen and (min-width:960px){.split-banner__short-media-banner .image-left .split-banner__image{order:1}.split-banner__short-media-banner .image-left .split-banner__image.image-left{padding-left:33px}}@media screen and (min-width:1200px){.split-banner__short-media-banner .image-left .split-banner__image.image-left{padding-left:50px}}@media screen and (min-width:960px){.split-banner__short-media-banner .image-left .split-banner__image.image-left .image-background{margin-left:7px}}@media screen and (min-width:1200px){.split-banner__short-media-banner .image-left .split-banner__image.image-left .image-background{margin-left:22px}}.split-banner__short-media-banner .image-left .split-banner__content{order:1}@media screen and (min-width:960px){.split-banner__short-media-banner .image-left .split-banner__content{order:2}}.split-banner__short-media-banner .image-right .split-banner__image{order:2}@media screen and (min-width:960px){.split-banner__short-media-banner .image-right .split-banner__image{order:2}}.split-banner__short-media-banner .image-right .split-banner__image .image-background{border-radius:0 0 40px 0}.split-banner__short-media-banner .image-right .split-banner__content{order:1}@media screen and (min-width:960px){.split-banner__short-media-banner .image-right .split-banner__content{order:1}}.split-banner__short-media-banner .image-right .split-banner__content .split-banner__color-block,.split-banner__short-media-banner .image-right .split-banner__content .split-banner__no-border-radius{border-radius:0}.split-banner__short-media-banner .image-background{border-radius:0 0 40px 0;margin-top:15px;min-height:324px}@media screen and (min-width:960px){.split-banner__short-media-banner .image-background{border-radius:0 0 0 40px;margin-top:0}}.split-banner__short-media-banner .split-banner__color-block{border-radius:0;margin:0 0 14px}@media screen and (min-width:960px){.split-banner__short-media-banner .split-banner__color-block{margin:0}}.split-banner__short-media-banner .split-banner__content-container h2{font-size:2rem;line-height:2.375rem;margin-bottom:28px}@media screen and (min-width:960px){.split-banner__short-media-banner .split-banner__content-container h2{line-height:2.5rem}}.split-banner__short-media-banner .split-banner__content-container p{font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:960px){.split-banner__short-media-banner .split-banner__content-container p{font-size:1.5rem;line-height:2rem}}.split-banner__short-media-banner .split-banner__content-container p a{font-size:1.25rem;line-height:1.5rem;text-decoration:underline}@media screen and (min-width:960px){.split-banner__short-media-banner .split-banner__content-container p a{font-size:1.5rem;line-height:2rem}}.split-banner__short-content-banner .split-banner__content{border-radius:0;padding-left:40px}@media screen and (min-width:960px){.split-banner__short-content-banner .split-banner__content{padding-left:30px}}@media screen and (min-width:1200px){.split-banner__short-content-banner .split-banner__content{padding-left:50px}}.split-banner__short-content-banner .split-banner__content h2{font-size:2rem;line-height:2.375rem;margin-bottom:28px}@media screen and (min-width:960px){.split-banner__short-content-banner .split-banner__content h2{line-height:2.5rem}}.split-banner__short-content-banner .split-banner__content p{font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:960px){.split-banner__short-content-banner .split-banner__content p{font-size:1.5rem;line-height:2rem}}.split-banner__short-content-banner .split-banner__content p a{font-size:1.25rem;line-height:1.5rem;text-decoration:underline}@media screen and (min-width:960px){.split-banner__short-content-banner .split-banner__content p a{font-size:1.5rem;line-height:2rem}}.split-banner__short-content-banner .split-banner__content .split-banner__color-block{position:relative}@media screen and (min-width:960px){.split-banner__short-content-banner .split-banner__content .split-banner__color-block{margin-left:7px}}@media screen and (min-width:1200px){.split-banner__short-content-banner .split-banner__content .split-banner__color-block{margin-left:21px}}.split-banner__short-content-banner .split-banner__content.image-left .split-banner__color-block,.split-banner__short-content-banner .split-banner__content.image-right .split-banner__color-block{border-radius:0}.split-banner__short-content-banner .split-banner__content.second-content-block{margin-top:15px;order:2;padding-left:40px}@media screen and (min-width:960px){.split-banner__short-content-banner .split-banner__content.second-content-block{margin-top:0;padding-left:33px}}@media screen and (min-width:1200px){.split-banner__short-content-banner .split-banner__content.second-content-block{padding-left:47px}}.split-banner__short-content-banner .split-banner__content.second-content-block .split-banner__color-block{border-radius:0 0 40px 0;margin-left:0}.split-banner__short-content-split-banner .split-banner-container{border:2px solid var(--color-text);display:block;flex-wrap:nowrap}@media screen and (min-width:960px){.split-banner__short-content-split-banner .split-banner-container{display:flex}.split-banner__short-content-split-banner .split-banner-container.left-container{margin-right:-18px}}@media screen and (min-width:1200px){.split-banner__short-content-split-banner .split-banner-container.left-container{margin-right:-7px}}.split-banner__short-content-split-banner .split-banner-container.right-container{border-radius:0 0 25px 0;margin-top:16px}@media screen and (min-width:960px){.split-banner__short-content-split-banner .split-banner-container.right-container{margin-top:0}}.split-banner__short-content-split-banner .split-banner-container .split-banner-image{display:inline-block;height:auto;min-height:130px;width:100%}@media screen and (min-width:960px){.split-banner__short-content-split-banner .split-banner-container .split-banner-image{min-height:322px;width:40%}}.split-banner__short-content-split-banner .split-banner-container .split-banner-content{display:inline-block;height:auto;padding:20px;width:100%}@media screen and (min-width:960px){.split-banner__short-content-split-banner .split-banner-container .split-banner-content{padding:30px;width:60%}}.split-banner__short-content-split-banner .split-banner-container .split-banner-content .block-content{display:block;margin-bottom:20px;min-height:75%;width:100%}.split-banner__short-content-split-banner .split-banner-container .split-banner-content .logo-image{display:block;margin-bottom:36px;max-height:60px;width:auto}.split-banner__short-content-split-banner .split-banner-container .split-banner-content p{display:block;font-size:1.5rem;line-height:1.75rem;margin-bottom:8px}.split-banner__short-content-split-banner .split-banner-container .split-banner-content .btn{display:block;font-size:1rem;line-height:1.1875rem;margin:28px auto;padding:8px 20px;text-align:center;width:-moz-fit-content;width:fit-content}@media screen and (min-width:960px){.split-banner__short-content-split-banner .split-banner-container .split-banner-content .btn{float:right;margin:0}.split-banner__short-content-split-banner .right-split-content{padding-left:32px}}@media screen and (min-width:1200px){.split-banner__short-content-split-banner .right-split-content{padding-left:46px}}.split-banner__short-location-banner .image-right.split-banner__content{order:1}@media screen and (min-width:960px){.split-banner__short-location-banner .image-right.split-banner__content{order:1}}.split-banner__short-location-banner .image-right.split-banner__content .split-banner__color-block{border-radius:0;margin-bottom:15px;margin-top:0}@media screen and (min-width:960px){.split-banner__short-location-banner .image-right.split-banner__content .split-banner__color-block{margin-bottom:0}}.split-banner__short-location-banner .image-right.split-banner__image{order:2}@media screen and (min-width:960px){.split-banner__short-location-banner .image-right.split-banner__image{order:2}}.split-banner__short-location-banner .image-right.split-banner__image .image-background{border-radius:0 0 40px 0;margin-top:15px;min-height:324px}@media screen and (min-width:960px){.split-banner__short-location-banner .image-right.split-banner__image .image-background{margin-top:0}}.split-banner__short-location-banner .image-left.split-banner__content{order:1}@media screen and (min-width:960px){.split-banner__short-location-banner .image-left.split-banner__content{order:2;padding-left:32px}}@media screen and (min-width:1200px){.split-banner__short-location-banner .image-left.split-banner__content{padding-left:47px}}.split-banner__short-location-banner .image-left.split-banner__content .split-banner__color-block{border-radius:0;margin-bottom:15px;margin-top:0}@media screen and (min-width:960px){.split-banner__short-location-banner .image-left.split-banner__content .split-banner__color-block{margin-bottom:0}}.split-banner__short-location-banner .image-left.split-banner__image{order:2}@media screen and (min-width:960px){.split-banner__short-location-banner .image-left.split-banner__image{padding-left:32px}}@media screen and (min-width:1200px){.split-banner__short-location-banner .image-left.split-banner__image{order:1;padding-left:49px}}.split-banner__short-location-banner .image-left.split-banner__image .image-background{border-radius:0 0 0 40px;margin-left:0;margin-top:15px;min-height:324px;position:relative}@media screen and (min-width:960px){.split-banner__short-location-banner .image-left.split-banner__image .image-background{margin-left:7px;margin-top:0}}@media screen and (min-width:1200px){.split-banner__short-location-banner .image-left.split-banner__image .image-background{margin-left:21px}}.split-banner__short-location-banner .get-location-container{display:block;margin-top:25px;width:100%}.split-banner__short-location-banner .get-location-container .location-postal-code{background:var(--color-white);border:1px solid var(--color-black);border-radius:5px;color:var(--color-inactive-gray);display:inline-block;font-family:var(--inter-font);font-size:.75rem;margin-right:12px;padding:15px 9px 15px 15px;vertical-align:middle;width:184px}.split-banner__short-location-banner .get-location-container .btn{cursor:pointer;display:inline-block;margin:0;vertical-align:middle}.split-banner__short-location-banner .get-location-container .use-location{display:block;margin-top:15px;width:100%}.split-banner__short-location-banner .get-location-container .use-location .get-location-btn{background-color:transparent;border:0;cursor:pointer;display:inline-block;font-family:var(--inter-font);font-size:1rem;line-height:1.25rem;vertical-align:middle}.split-banner__short-location-banner .get-location-container .use-location svg{display:inline-block;height:25px;margin-right:6px;vertical-align:middle;width:18px}.split-banner__short-location-banner .get-location-container .use-location svg.icon-color-white{fill:var(--color-white)}.split-banner__short-location-banner .get-location-container .use-location svg.icon-color-black{fill:var(--color-text)}.split-banner__short-location-banner .get-location-container .use-location svg.icon-color-green{fill:var(--color-seed)}.split-banner__video-banner .video-background{border-radius:0 0 40px 0;height:100%;min-height:324px}.split-banner__video-banner .image-right .split-banner__video{order:2;padding-left:13px}.split-banner__video-banner .image-left .split-banner__video{order:1;padding:0}@media screen and (min-width:960px){.split-banner__video-banner .image-left .split-banner__video{padding-left:30px}}@media screen and (min-width:1200px){.split-banner__video-banner .image-left .split-banner__video{padding-left:50px}}.split-banner__video-banner .image-left .split-banner__content{margin-bottom:14px}@media screen and (min-width:960px){.split-banner__video-banner .image-left .split-banner__content{margin-bottom:0}}.split-banner__video-banner .image-left .split-banner__content .split-banner__color-block{margin-top:0}.split-banner__video-banner .image-left .split-banner__content-container p{font-family:var(--inter-font);font-size:1.25rem;font-weight:400;line-height:1.5rem}@media screen and (min-width:960px){.split-banner__video-banner .image-left .video-background{margin-left:7px}}@media screen and (min-width:1200px){.split-banner__video-banner .image-left .video-background{margin-left:21px}}.split-banner__video-banner .video_right .video-background{margin-left:0}@media screen and (min-width:1200px){.split-banner__video-banner .video_right .split-banner__content{padding-left:70px}}.split-banner__video-banner .video-button-wrapper{align-items:center;display:flex;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.split-banner__video-banner .video-button-wrapper .video-banner__play-btn{align-items:center;background:transparent;border:none;color:var(--color-white);display:flex;justify-content:center}.split-banner__video-banner .video-button-wrapper .video-banner__play-btn svg{height:40px;margin-left:4px;width:40px}@media screen and (min-width:640px){.split-banner__video-banner .video-button-wrapper .video-banner__play-btn svg{height:40px;margin-left:4px;width:40px}}.split-banner__modal-iframe-wrapper{padding:56.25% 0 0;position:relative}.split-banner__no-border-radius{border-radius:0!important}.split-banner .mc-modal__foreground{padding:20px}.split-banner .mc-modal__close-button{align-items:center;background:#fff;color:#202124;display:flex;font-size:1.875rem;height:20px;justify-content:center;line-height:1.5625rem;margin:0;padding:0;width:22px}.video,.video__container{position:relative}.video__content{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:0 0 40px;display:block;height:300px;width:100%}@media screen and (min-width:640px){.video__content{border-radius:0 0 60px;height:500px}}@media screen and (min-width:960px){.video__content{border-radius:0 0 60px;height:700px}}.video__content.video-play{background-image:none!important}.video .play-btn{background-color:var(--color-white);border-radius:50%;bottom:0;height:60px;left:0;margin:auto;position:absolute;right:0;top:0;width:60px;z-index:1}@media screen and (min-width:960px){.video .play-btn{height:80px;width:80px}}.video .play-btn svg{bottom:0;height:1.25rem;left:0;margin:auto;position:absolute;right:0;top:0;width:1.125rem}@media screen and (min-width:960px){.video .play-btn svg{height:1.875rem;width:1.5rem}}.wysiwyg{display:block;width:100%}.wysiwyg h2{display:block;font-size:1.5rem;line-height:1.875rem;margin-bottom:24px}@media screen and (min-width:960px){.wysiwyg h2{font-size:2.5rem;line-height:3rem;max-width:720px}}.wysiwyg h2 b,.wysiwyg h2 strong{font-weight:700}.wysiwyg h2 em,.wysiwyg h2 i{font-style:italic}.wysiwyg h3{font-size:1.5rem;line-height:1.875rem}@media screen and (min-width:960px){.wysiwyg h3{font-size:2rem;line-height:2.375rem;max-width:720px}}.wysiwyg h3 b,.wysiwyg h3 strong{font-weight:700}.wysiwyg h3 em,.wysiwyg h3 i{font-style:italic}.wysiwyg p{font-size:1.25rem;line-height:1.5rem}.wysiwyg p b,.wysiwyg p strong{font-weight:700}.wysiwyg p em,.wysiwyg p i{font-style:italic}.wysiwyg p a{font-size:1.25rem;line-height:1.5rem;text-decoration:underline}.wysiwyg ul{list-style-type:disc;margin:14px 0;padding-left:20px}.wysiwyg ul li{margin-bottom:16px}.wysiwyg ul li,.wysiwyg ul li a{font-size:1.25rem;line-height:1.5rem}.wysiwyg ul li a{text-decoration:underline}.wysiwyg ul li b,.wysiwyg ul li strong{font-weight:700}.wysiwyg ul li em,.wysiwyg ul li i{font-style:italic}.wysiwyg ol{list-style-type:auto;margin:14px 0;padding-left:20px}.wysiwyg ol li{margin-bottom:16px}.wysiwyg ol li,.wysiwyg ol li a{font-size:1.25rem;line-height:1.5rem}.wysiwyg ol li a{text-decoration:underline}.wysiwyg ol li b,.wysiwyg ol li strong{font-weight:700}.wysiwyg ol li em,.wysiwyg ol li i{font-style:italic}.wysiwyg img{display:block;margin:24px 0}.wysiwyg .top-note{align-items:center;background-color:var(--color-nutrient-background-black);border-radius:0 0 30px 0;color:var(--color-seed);display:flex;height:50px;justify-content:center;padding-left:15px;padding-right:15px}.wysiwyg .top-note h4{color:var(--color-seed);font-family:var(--inter-font)}@media screen and (min-width:640px){.wysiwyg .top-note{margin-left:2.5rem}}@media screen and (min-width:960px){body.search .main-container{margin:0 auto}}.popup-open,body.popup-open{overflow:hidden}#mega-menu-wrap-primary #mega-menu-primary li.header__search{margin:0}.header__site-search{margin:72px auto 0;position:relative;width:100%}@media screen and (min-width:960px){.header__site-search{margin-top:0}}.header__site-search.open{-webkit-overflow-scrolling:touch;background:#f3fcec;bottom:0;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;right:0;top:0;z-index:100;z-index:1050}.header__search .search-button{cursor:pointer}@media screen and (min-width:960px){.header .navbar .header__menu-container{width:auto}}.header__site-search #ss-modal-search-container .search-close-icon-wrapper,.header__site-search #ss-search-container .search-close-icon-wrapper,.ss-top-section #ss-modal-search-container .search-close-icon-wrapper,.ss-top-section #ss-search-container .search-close-icon-wrapper{display:none;position:absolute;right:5px;top:15px}.header__site-search #ss-modal-search-container .search-close-icon-wrapper.show,.header__site-search #ss-search-container .search-close-icon-wrapper.show,.ss-top-section #ss-modal-search-container .search-close-icon-wrapper.show,.ss-top-section #ss-search-container .search-close-icon-wrapper.show{display:inline-block}.header__site-search #ss-modal-search-container .search-close-icon-wrapper svg,.header__site-search #ss-search-container .search-close-icon-wrapper svg,.ss-top-section #ss-modal-search-container .search-close-icon-wrapper svg,.ss-top-section #ss-search-container .search-close-icon-wrapper svg{height:1.25rem;width:1.25rem}.header__site-search #ss-modal-search-container .search-icon-wrapper,.header__site-search #ss-search-container .search-icon-wrapper,.ss-top-section #ss-modal-search-container .search-icon-wrapper,.ss-top-section #ss-search-container .search-icon-wrapper{position:absolute;right:5px;top:15px}.header__site-search #ss-modal-search-container .search-icon-wrapper svg,.header__site-search #ss-search-container .search-icon-wrapper svg,.ss-top-section #ss-modal-search-container .search-icon-wrapper svg,.ss-top-section #ss-search-container .search-icon-wrapper svg{height:1.25rem;width:1.25rem}.header__site-search #ss-modal-search-container label,.header__site-search #ss-search-container label,.ss-top-section #ss-modal-search-container label,.ss-top-section #ss-search-container label{display:block}.header__site-search #ss-modal-search-container .form-control:focus,.header__site-search #ss-search-container .form-control:focus,.ss-top-section #ss-modal-search-container .form-control:focus,.ss-top-section #ss-search-container .form-control:focus{border-color:#000;box-shadow:none}.header__site-search #ss-modal-search-container .form-control,.header__site-search #ss-search-container .form-control,.ss-top-section #ss-modal-search-container .form-control,.ss-top-section #ss-search-container .form-control{color:#000;height:auto;padding:10px 15px}.header__site-search #ss-modal-search-container .search-box,.header__site-search #ss-search-container .search-box,.ss-top-section #ss-modal-search-container .search-box,.ss-top-section #ss-search-container .search-box{margin:0 auto;max-width:100%}@media screen and (min-width:640px){.header__site-search #ss-modal-search-container .search-box,.header__site-search #ss-search-container .search-box,.ss-top-section #ss-modal-search-container .search-box,.ss-top-section #ss-search-container .search-box{max-width:715px}}.header__site-search #ss-modal-search-container .search-box .search-input,.header__site-search #ss-search-container .search-box .search-input,.ss-top-section #ss-modal-search-container .search-box .search-input,.ss-top-section #ss-search-container .search-box .search-input{border:none;margin-bottom:25px;margin-top:120px;outline:none;position:relative}.header__site-search #ss-modal-search-container .search-box .search-input input[type=submit],.header__site-search #ss-search-container .search-box .search-input input[type=submit],.ss-top-section #ss-modal-search-container .search-box .search-input input[type=submit],.ss-top-section #ss-search-container .search-box .search-input input[type=submit]{background:transparent;border:none;cursor:pointer;height:25px;position:absolute;right:0;top:10px;top:0;width:25px;z-index:99}.header__site-search #ss-modal-search-container .search-box .search-input .close-icon,.header__site-search #ss-search-container .search-box .search-input .close-icon,.ss-top-section #ss-modal-search-container .search-box .search-input .close-icon,.ss-top-section #ss-search-container .search-box .search-input .close-icon{border:none;cursor:pointer;height:1.5625rem;position:absolute;right:0;width:1.5625rem}.header__site-search #ss-modal-search-container .search-box .search-input .val-error,.header__site-search #ss-search-container .search-box .search-input .val-error,.ss-top-section #ss-modal-search-container .search-box .search-input .val-error,.ss-top-section #ss-search-container .search-box .search-input .val-error{color:#ad5330}.header__site-search #ss-modal-search-container .search-box .ss-search-bar,.header__site-search #ss-search-container .search-box .ss-search-bar,.ss-top-section #ss-modal-search-container .search-box .ss-search-bar,.ss-top-section #ss-search-container .search-box .ss-search-bar{background:transparent;border:0;border-bottom:1px solid #737373;color:#000;font-size:1.25rem;font-weight:400;outline:none;padding:10px 0;width:100%}.header__site-search #ss-modal-search-container .search-box .search-input ::placeholder,.header__site-search #ss-search-container .search-box .search-input ::placeholder,.ss-top-section #ss-modal-search-container .search-box .search-input ::placeholder,.ss-top-section #ss-search-container .search-box .search-input ::placeholder{font-size:.625rem;font-style:italic}@media screen and (min-width:960px){.header__site-search #ss-modal-search-container .search-box .search-input ::placeholder,.header__site-search #ss-search-container .search-box .search-input ::placeholder,.ss-top-section #ss-modal-search-container .search-box .search-input ::placeholder,.ss-top-section #ss-search-container .search-box .search-input ::placeholder{font-size:1.25rem}}.header__site-search{display:none}.header__site-search.open{display:block}.header__site-search .btn-search-close{cursor:pointer;position:absolute;right:20px;top:30px}.header__site-search .btn-search-close svg{fill:#fff;max-height:20px;max-width:20px}.header__site-search .header__site-search-content{display:flex;flex-direction:column;margin:0 auto;max-width:100%;padding-left:15px;padding-right:15px;position:relative}@media screen and (min-width:960px){.header__site-search .header__site-search-content{max-width:85%}}.header__site-search .header__site-search-content .header__go-back-search-results{align-items:center;background:transparent;border:2px solid;border-radius:100px;cursor:pointer;display:none;font-size:16px;font-weight:500;gap:8px;left:0;padding:8px 20px;position:absolute;top:30px;width:auto}.header__site-search .header__site-search-content .header__go-back-search-results.show{display:flex}.header__site-search .header__site-search-content .header__go-back-search-results .icon{height:20px;width:20px}.header__site-search,.site-search-container{color:var(--color-text);font-family:inter,helvetica,arial,sans-serif;font-size:1rem}.header__site-search .btn-search-results-close,.site-search-container .btn-search-results-close{cursor:pointer;position:absolute;right:30px;top:30px}.header__site-search .btn-search-results-close svg,.site-search-container .btn-search-results-close svg{fill:#fff;max-height:20px;max-width:20px}.header__site-search *,.site-search-container *{box-sizing:border-box;text-decoration:none}.header__site-search img,.site-search-container img{display:block;max-width:100%}.header__site-search .page-bg,.site-search-container .page-bg{position:relative}.header__site-search .gradiant-green,.site-search-container .gradiant-green{background:linear-gradient(180deg,#b5c927,rgba(181,201,39,.2))}.header__site-search .boxes-wrap__agrifacts-box-wrap,.header__site-search .boxes-wrap__agrisight-box-wrap,.header__site-search .boxes-wrap__articles-box-wrap,.header__site-search .boxes-wrap__calculator-box-wrap,.header__site-search .boxes-wrap__documents-labels-box-wrap,.header__site-search .boxes-wrap__listen-now-box-wrap,.header__site-search .boxes-wrap__success-story-box-wrap,.header__site-search .boxes-wrap__trending-topic-box-wrap,.header__site-search .boxes-wrap__video-box-wrap,.site-search-container .boxes-wrap__agrifacts-box-wrap,.site-search-container .boxes-wrap__agrisight-box-wrap,.site-search-container .boxes-wrap__articles-box-wrap,.site-search-container .boxes-wrap__calculator-box-wrap,.site-search-container .boxes-wrap__documents-labels-box-wrap,.site-search-container .boxes-wrap__listen-now-box-wrap,.site-search-container .boxes-wrap__success-story-box-wrap,.site-search-container .boxes-wrap__trending-topic-box-wrap,.site-search-container .boxes-wrap__video-box-wrap{grid-template-columns:repeat(1,1fr)}@media screen and (min-width:640px){.header__site-search .boxes-wrap__agrifacts-box-wrap,.header__site-search .boxes-wrap__agrisight-box-wrap,.header__site-search .boxes-wrap__articles-box-wrap,.header__site-search .boxes-wrap__calculator-box-wrap,.header__site-search .boxes-wrap__documents-labels-box-wrap,.header__site-search .boxes-wrap__listen-now-box-wrap,.header__site-search .boxes-wrap__success-story-box-wrap,.header__site-search .boxes-wrap__trending-topic-box-wrap,.header__site-search .boxes-wrap__video-box-wrap,.site-search-container .boxes-wrap__agrifacts-box-wrap,.site-search-container .boxes-wrap__agrisight-box-wrap,.site-search-container .boxes-wrap__articles-box-wrap,.site-search-container .boxes-wrap__calculator-box-wrap,.site-search-container .boxes-wrap__documents-labels-box-wrap,.site-search-container .boxes-wrap__listen-now-box-wrap,.site-search-container .boxes-wrap__success-story-box-wrap,.site-search-container .boxes-wrap__trending-topic-box-wrap,.site-search-container .boxes-wrap__video-box-wrap{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:960px){.header__site-search .boxes-wrap__agrifacts-box-wrap,.header__site-search .boxes-wrap__agrisight-box-wrap,.header__site-search .boxes-wrap__articles-box-wrap,.header__site-search .boxes-wrap__calculator-box-wrap,.header__site-search .boxes-wrap__documents-labels-box-wrap,.header__site-search .boxes-wrap__listen-now-box-wrap,.header__site-search .boxes-wrap__success-story-box-wrap,.header__site-search .boxes-wrap__trending-topic-box-wrap,.header__site-search .boxes-wrap__video-box-wrap,.site-search-container .boxes-wrap__agrifacts-box-wrap,.site-search-container .boxes-wrap__agrisight-box-wrap,.site-search-container .boxes-wrap__articles-box-wrap,.site-search-container .boxes-wrap__calculator-box-wrap,.site-search-container .boxes-wrap__documents-labels-box-wrap,.site-search-container .boxes-wrap__listen-now-box-wrap,.site-search-container .boxes-wrap__success-story-box-wrap,.site-search-container .boxes-wrap__trending-topic-box-wrap,.site-search-container .boxes-wrap__video-box-wrap{grid-template-columns:repeat(3,1fr)}}.header__site-search .boxes-wrap__boxes-inner-wrap__box2,.site-search-container .boxes-wrap__boxes-inner-wrap__box2{margin-bottom:25px;padding:55px}.header__site-search .boxes-wrap__boxes-inner-wrap__topic,.site-search-container .boxes-wrap__boxes-inner-wrap__topic{color:#000;font-size:.875rem;font-weight:400;margin:0 0 7px;width:100%}.header__site-search .boxes-wrap__boxes-inner-wrap__topic-hd,.site-search-container .boxes-wrap__boxes-inner-wrap__topic-hd{color:#000;font-size:1.5rem;font-weight:400;line-height:2rem;margin:0 0 24px;width:100%}.header__site-search .boxes-wrap__boxes-inner-wrap__topic-desc,.site-search-container .boxes-wrap__boxes-inner-wrap__topic-desc{color:#000;font-size:1rem;font-weight:400;line-height:1.25rem;margin:0 0 28px;width:100%}.header__site-search .boxes-wrap__boxes-inner-wrap,.site-search-container .boxes-wrap__boxes-inner-wrap{display:grid;flex-wrap:wrap;gap:1.5rem;margin:0}.header__site-search .boxes-wrap__boxes-inner-wrap.featured-section,.site-search-container .boxes-wrap__boxes-inner-wrap.featured-section{grid-template-columns:repeat(1,1fr)}@media screen and (min-width:640px){.header__site-search .boxes-wrap__boxes-inner-wrap.featured-section,.site-search-container .boxes-wrap__boxes-inner-wrap.featured-section{grid-template-columns:repeat(2,1fr)}}.header__site-search .boxes-wrap__boxes-inner-wrap__box,.site-search-container .boxes-wrap__boxes-inner-wrap__box{border:2px solid var(--color-black);border-radius:0 0 25px 0;display:flex;display:-webkit-flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;justify-content:space-between;min-height:245px;padding:15px;text-align:left}.header__site-search .boxes-wrap__boxes-inner-wrap__boxes-inner-wrap__go-btn a,.site-search-container .boxes-wrap__boxes-inner-wrap__boxes-inner-wrap__go-btn a{align-items:center;color:#202124;display:flex;font-size:1rem;font-weight:500;padding-right:22px;text-decoration:none}.header__site-search .boxes-wrap__boxes-inner-wrap__boxes-inner-wrap__go-btn a .icon-arrow-right,.site-search-container .boxes-wrap__boxes-inner-wrap__boxes-inner-wrap__go-btn a .icon-arrow-right{height:1.25rem;width:1.25rem}.header__site-search .agrisight-box,.site-search-container .agrisight-box{background:#f6f6f6;flex-direction:column}.header__site-search .agrisight-box .boxes-wrap__boxes-inner-wrap__topic,.site-search-container .agrisight-box .boxes-wrap__boxes-inner-wrap__topic{margin-bottom:15px}.header__site-search .agrisight-box .boxes-wrap__boxes-inner-wrap__topic-hd,.site-search-container .agrisight-box .boxes-wrap__boxes-inner-wrap__topic-hd{font-size:1.5rem;line-height:1.75rem}.header__site-search .agrifacts-box,.site-search-container .agrifacts-box{border-radius:0;flex-direction:column;height:100%;justify-content:space-between;min-height:265px;padding:30px;position:relative}.header__site-search .agrifacts-box a.fill-div,.site-search-container .agrifacts-box a.fill-div{display:block;height:100%;left:0;position:absolute;text-decoration:none;top:0;width:100%}.header__site-search .agrifacts-box .af-info-wrapper,.site-search-container .agrifacts-box .af-info-wrapper{width:100%}.header__site-search .agrifacts-box .icon,.site-search-container .agrifacts-box .icon{height:1.625rem;width:5.3125rem}.header__site-search .agrifacts-box .icon.icon-microessentials,.site-search-container .agrifacts-box .icon.icon-microessentials{width:6.25rem}@media screen and (max-width:640px){.header__site-search .agrifacts-box .icon,.site-search-container .agrifacts-box .icon{width:1.5625rem}.header__site-search .agrifacts-box .boxes-wrap__boxes-inner-wrap__data-info__logo .icon,.site-search-container .agrifacts-box .boxes-wrap__boxes-inner-wrap__data-info__logo .icon{width:5.3125rem}}.header__site-search .agrifacts-box .boxes-wrap__boxes-inner-wrap__box2 .boxes-wrap__boxes-inner-wrap__topic-hd,.site-search-container .agrifacts-box .boxes-wrap__boxes-inner-wrap__box2 .boxes-wrap__boxes-inner-wrap__topic-hd{font-size:1.5rem;font-weight:400;line-height:1.625rem;margin:0 0 25px;min-height:unset}.header__site-search .agrifacts-box .boxes-wrap__boxes-inner-wrap__box2 .boxes-wrap__boxes-inner-wrap__topic-desc,.site-search-container .agrifacts-box .boxes-wrap__boxes-inner-wrap__box2 .boxes-wrap__boxes-inner-wrap__topic-desc{font-size:.75rem;font-weight:400;line-height:1rem;margin:0 0 50px}.header__site-search .agrifacts-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap1,.site-search-container .agrifacts-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap1{display:flex;gap:10px;width:100%}.header__site-search .agrifacts-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap1 .boxes-wrap__boxes-inner-wrap__topic-hd,.site-search-container .agrifacts-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap1 .boxes-wrap__boxes-inner-wrap__topic-hd{margin-bottom:15px;min-height:unset}.header__site-search .agrifacts-box .boxes-wrap__boxes-inner-wrap__topic-l,.site-search-container .agrifacts-box .boxes-wrap__boxes-inner-wrap__topic-l{width:87%}.header__site-search .agrifacts-box .boxes-wrap__boxes-inner-wrap__topic-r,.site-search-container .agrifacts-box .boxes-wrap__boxes-inner-wrap__topic-r{text-align:right;width:13%}.header__site-search .agrifacts-box .boxes-wrap__boxes-inner-wrap__topic-r img,.site-search-container .agrifacts-box .boxes-wrap__boxes-inner-wrap__topic-r img{display:inline-block}.header__site-search .agrifacts-box .boxes-wrap__boxes-inner-wrap__product-info,.site-search-container .agrifacts-box .boxes-wrap__boxes-inner-wrap__product-info{align-items:baseline;display:flex;gap:10px;justify-content:center;margin:10px 0 30px;width:100%}.header__site-search .agrifacts-box .boxes-wrap__boxes-inner-wrap__product-info .icon,.site-search-container .agrifacts-box .boxes-wrap__boxes-inner-wrap__product-info .icon{height:1.875rem;width:2.5rem}.header__site-search .agrifacts-box .boxes-wrap__boxes-inner-wrap__product-info__points,.site-search-container .agrifacts-box .boxes-wrap__boxes-inner-wrap__product-info__points{font-family:var(--articulat-font);font-size:4.375rem;font-weight:700;letter-spacing:0;line-height:.75em}@media screen and (min-width:640px){.header__site-search .agrifacts-box .boxes-wrap__boxes-inner-wrap__product-info__points,.site-search-container .agrifacts-box .boxes-wrap__boxes-inner-wrap__product-info__points{font-size:2.5rem}}.header__site-search .agrifacts-box .boxes-wrap__boxes-inner-wrap__product-info__bu-ac,.site-search-container .agrifacts-box .boxes-wrap__boxes-inner-wrap__product-info__bu-ac{font-size:1.5rem;font-weight:700;line-height:1.8375rem}.header__site-search .agrifacts-box .boxes-wrap__boxes-inner-wrap__data-info,.site-search-container .agrifacts-box .boxes-wrap__boxes-inner-wrap__data-info{align-items:flex-start;display:flex;gap:4px;justify-content:space-between;margin:16px 0 0;width:100%}.header__site-search .agrifacts-box .boxes-wrap__boxes-inner-wrap__data-info__data-yrs,.site-search-container .agrifacts-box .boxes-wrap__boxes-inner-wrap__data-info__data-yrs{font-size:1rem;font-weight:500;line-height:1.8125rem}.header__site-search .boxes-wrap__video-box-wrap .boxes-wrap__video-box-wrap__video-hd,.header__site-search .video-box .boxes-wrap__video-box-wrap__video-hd,.site-search-container .boxes-wrap__video-box-wrap .boxes-wrap__video-box-wrap__video-hd,.site-search-container .video-box .boxes-wrap__video-box-wrap__video-hd{align-items:center;display:flex;gap:15px;margin-bottom:40px;margin-top:40px;padding:0;position:relative;z-index:1}.header__site-search .boxes-wrap__video-box-wrap .boxes-wrap__video-box-wrap__video-box .boxes-wrap__boxes-inner-wrap__topic-hd,.header__site-search .video-box .boxes-wrap__video-box-wrap__video-box .boxes-wrap__boxes-inner-wrap__topic-hd,.site-search-container .boxes-wrap__video-box-wrap .boxes-wrap__video-box-wrap__video-box .boxes-wrap__boxes-inner-wrap__topic-hd,.site-search-container .video-box .boxes-wrap__video-box-wrap__video-box .boxes-wrap__boxes-inner-wrap__topic-hd{margin:0;min-height:unset}.header__site-search .boxes-wrap__video-box-wrap .boxes-wrap__video-box-wrap__video-box2,.header__site-search .video-box .boxes-wrap__video-box-wrap__video-box2,.site-search-container .boxes-wrap__video-box-wrap .boxes-wrap__video-box-wrap__video-box2,.site-search-container .video-box .boxes-wrap__video-box-wrap__video-box2{position:relative}.header__site-search .boxes-wrap__video-box-wrap .boxes-wrap__video-box-wrap__play-btn1,.header__site-search .video-box .boxes-wrap__video-box-wrap__play-btn1,.site-search-container .boxes-wrap__video-box-wrap .boxes-wrap__video-box-wrap__play-btn1,.site-search-container .video-box .boxes-wrap__video-box-wrap__play-btn1{left:0;margin:0 auto;position:absolute;right:0;top:50%;width:62px!important}.header__site-search .boxes-wrap__listen-now-box-wrap.featured-section .audio-btn,.site-search-container .boxes-wrap__listen-now-box-wrap.featured-section .audio-btn{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.header__site-search .boxes-wrap__listen-now-box-wrap.featured-section .featured-image,.site-search-container .boxes-wrap__listen-now-box-wrap.featured-section .featured-image{position:relative}.header__site-search .listen-now-box .boxes-wrap__boxes-inner-wrap__topic,.site-search-container .listen-now-box .boxes-wrap__boxes-inner-wrap__topic{color:#000}.header__site-search .boxes-wrap__boxes-inner-wrap__documents-labels-box,.site-search-container .boxes-wrap__boxes-inner-wrap__documents-labels-box{background:#f6f6f6}.header__site-search .boxes-wrap__boxes-inner-wrap__documents-labels-box,.header__site-search .boxes-wrap__documents-labels-box-wrap,.site-search-container .boxes-wrap__boxes-inner-wrap__documents-labels-box,.site-search-container .boxes-wrap__documents-labels-box-wrap{flex-direction:column;padding:0}.header__site-search .boxes-wrap__boxes-inner-wrap__documents-labels-box .boxes-wrap__boxes-inner-wrap__topic,.header__site-search .boxes-wrap__documents-labels-box-wrap .boxes-wrap__boxes-inner-wrap__topic,.site-search-container .boxes-wrap__boxes-inner-wrap__documents-labels-box .boxes-wrap__boxes-inner-wrap__topic,.site-search-container .boxes-wrap__documents-labels-box-wrap .boxes-wrap__boxes-inner-wrap__topic{background:#fff;color:#000;font-size:1rem;max-height:55px;padding:16px}.header__site-search .boxes-wrap__boxes-inner-wrap__documents-labels-box .boxes-wrap__boxes-inner-wrap__documents-logo,.header__site-search .boxes-wrap__documents-labels-box-wrap .boxes-wrap__boxes-inner-wrap__documents-logo,.site-search-container .boxes-wrap__boxes-inner-wrap__documents-labels-box .boxes-wrap__boxes-inner-wrap__documents-logo,.site-search-container .boxes-wrap__documents-labels-box-wrap .boxes-wrap__boxes-inner-wrap__documents-logo{margin-bottom:15px;width:100%}.header__site-search .boxes-wrap__boxes-inner-wrap__documents-labels-box .boxes-wrap__boxes-inner-wrap__documents-logo .icon,.header__site-search .boxes-wrap__documents-labels-box-wrap .boxes-wrap__boxes-inner-wrap__documents-logo .icon,.site-search-container .boxes-wrap__boxes-inner-wrap__documents-labels-box .boxes-wrap__boxes-inner-wrap__documents-logo .icon,.site-search-container .boxes-wrap__documents-labels-box-wrap .boxes-wrap__boxes-inner-wrap__documents-logo .icon{height:1.9375rem;width:5.3125rem}.header__site-search .boxes-wrap__boxes-inner-wrap__documents-labels-box .padding-wrap,.header__site-search .boxes-wrap__documents-labels-box-wrap .padding-wrap,.site-search-container .boxes-wrap__boxes-inner-wrap__documents-labels-box .padding-wrap,.site-search-container .boxes-wrap__documents-labels-box-wrap .padding-wrap{padding:15px;width:100%}.header__site-search .boxes-wrap__boxes-inner-wrap__documents-labels-box .boxes-wrap__boxes-inner-wrap__topic,.header__site-search .boxes-wrap__documents-labels-box-wrap .boxes-wrap__boxes-inner-wrap__topic,.site-search-container .boxes-wrap__boxes-inner-wrap__documents-labels-box .boxes-wrap__boxes-inner-wrap__topic,.site-search-container .boxes-wrap__documents-labels-box-wrap .boxes-wrap__boxes-inner-wrap__topic{text-transform:uppercase}.header__site-search .boxes-wrap__boxes-inner-wrap__documents-labels-box .boxes-wrap__boxes-inner-wrap__topic-hd,.header__site-search .boxes-wrap__documents-labels-box-wrap .boxes-wrap__boxes-inner-wrap__topic-hd,.site-search-container .boxes-wrap__boxes-inner-wrap__documents-labels-box .boxes-wrap__boxes-inner-wrap__topic-hd,.site-search-container .boxes-wrap__documents-labels-box-wrap .boxes-wrap__boxes-inner-wrap__topic-hd{min-height:75px}.header__site-search .boxes-wrap__boxes-inner-wrap__documents-labels-box .boxes-wrap__boxes-inner-wrap__topic-desc,.header__site-search .boxes-wrap__documents-labels-box-wrap .boxes-wrap__boxes-inner-wrap__topic-desc,.site-search-container .boxes-wrap__boxes-inner-wrap__documents-labels-box .boxes-wrap__boxes-inner-wrap__topic-desc,.site-search-container .boxes-wrap__documents-labels-box-wrap .boxes-wrap__boxes-inner-wrap__topic-desc{min-height:100px}.header__site-search .boxes-wrap__boxes-inner-wrap__success-story-box,.site-search-container .boxes-wrap__boxes-inner-wrap__success-story-box{background:linear-gradient(157deg,#496c09 50.76%,#b5c927 99.99%,#b5c927);border-radius:0 0 25px 0}.header__site-search .boxes-wrap__trending-topic-box-wrap .trending-topic-box img,.site-search-container .boxes-wrap__trending-topic-box-wrap .trending-topic-box img{border-radius:25px 0 0 25px}.header__site-search .calculator-box,.site-search-container .calculator-box{border-color:transparent;border-radius:0 0 25px 0;color:var(--color-text);margin-bottom:0;padding:20px 19px;text-align:center}@media screen and (min-width:960px){.header__site-search .calculator-box,.site-search-container .calculator-box{text-align:left}}.header__site-search .calculator-box.nutrient,.site-search-container .calculator-box.nutrient{background:var(--color-seed)}.header__site-search .calculator-box.microessentials,.site-search-container .calculator-box.microessentials{background:var(--color-microessentials-yellow)}.header__site-search .calculator-box.aspire,.site-search-container .calculator-box.aspire{background:var(--color-aspire-green)}.header__site-search .calculator-box h2,.site-search-container .calculator-box h2{font-family:var(--inter-font);line-height:30px;margin-bottom:5px;text-align:left}@media screen and (min-width:960px){.header__site-search .calculator-box h2,.site-search-container .calculator-box h2{font-size:24px;font-weight:600;line-height:32px}}.header__site-search .calculator-box .column-wrapper,.site-search-container .calculator-box .column-wrapper{margin-left:0}.header__site-search .calculator-box .calculator-btn,.site-search-container .calculator-box .calculator-btn{font-size:16px;font-weight:500}.header__site-search .calculator-box .calculator-btn svg,.site-search-container .calculator-box .calculator-btn svg{height:20px;margin-left:5px;position:relative;top:5px;width:20px}.header__site-search .calculator-box .left-side,.site-search-container .calculator-box .left-side{margin-bottom:26px;position:relative}.header__site-search .calculator-box .left-side p,.site-search-container .calculator-box .left-side p{font-size:16px}@media screen and (min-width:960px){.header__site-search .calculator-box .left-side,.site-search-container .calculator-box .left-side{margin-bottom:0}.header__site-search .calculator-box .left-side.nutrient-calculator,.site-search-container .calculator-box .left-side.nutrient-calculator{width:54%}.header__site-search .calculator-box .left-side.nutrient-calculator .bento-btn,.site-search-container .calculator-box .left-side.nutrient-calculator .bento-btn{margin-top:63px}}.header__site-search .calculator-box .left-side .paragraph,.site-search-container .calculator-box .left-side .paragraph{line-height:22px;max-width:254px;text-align:left}.header__site-search .calculator-box .left-side .calculator-btn,.site-search-container .calculator-box .left-side .calculator-btn{display:none}@media screen and (min-width:960px){.header__site-search .calculator-box .left-side .calculator-btn,.site-search-container .calculator-box .left-side .calculator-btn{bottom:0;display:inline-block;position:absolute}}.header__site-search .calculator-box .right-side.nutrient-calculator,.site-search-container .calculator-box .right-side.nutrient-calculator{text-align:center}@media screen and (min-width:960px){.header__site-search .calculator-box .right-side.nutrient-calculator,.site-search-container .calculator-box .right-side.nutrient-calculator{width:46%}}.header__site-search .calculator-box .right-side.nutrient-calculator .big-number,.site-search-container .calculator-box .right-side.nutrient-calculator .big-number{font-size:3.375rem;font-weight:900;left:-12px;letter-spacing:-4px;line-height:60px;position:relative}@media screen and (min-width:960px){.header__site-search .calculator-box .right-side.nutrient-calculator .big-number,.site-search-container .calculator-box .right-side.nutrient-calculator .big-number{left:0}}.header__site-search .calculator-box .right-side.nutrient-calculator .units,.site-search-container .calculator-box .right-side.nutrient-calculator .units{font-size:.5rem;left:53px;line-height:.5rem;margin-bottom:4px;margin-top:-4px;position:relative}@media screen and (min-width:960px){.header__site-search .calculator-box .right-side.nutrient-calculator .units,.site-search-container .calculator-box .right-side.nutrient-calculator .units{left:-20px;text-align:right}}.header__site-search .calculator-box .right-side.nutrient-calculator svg,.site-search-container .calculator-box .right-side.nutrient-calculator svg{display:block;height:40px;margin:0 auto 25px;width:118px}@media screen and (min-width:960px){.header__site-search .calculator-box .right-side.nutrient-calculator svg,.site-search-container .calculator-box .right-side.nutrient-calculator svg{margin:0 0 44px auto}}.header__site-search .calculator-box .right-side.aspire-calculator,.header__site-search .calculator-box .right-side.microessentials-calculator,.site-search-container .calculator-box .right-side.aspire-calculator,.site-search-container .calculator-box .right-side.microessentials-calculator{padding-top:15px}.header__site-search .calculator-box .right-side.aspire-calculator .inner-wrapper,.header__site-search .calculator-box .right-side.microessentials-calculator .inner-wrapper,.site-search-container .calculator-box .right-side.aspire-calculator .inner-wrapper,.site-search-container .calculator-box .right-side.microessentials-calculator .inner-wrapper{text-align:center}.header__site-search .calculator-box .right-side.aspire-calculator .icon-wrapper,.header__site-search .calculator-box .right-side.microessentials-calculator .icon-wrapper,.site-search-container .calculator-box .right-side.aspire-calculator .icon-wrapper,.site-search-container .calculator-box .right-side.microessentials-calculator .icon-wrapper{align-items:center;border:4px solid var(--color-text);border-radius:50%;display:flex;flex-wrap:wrap;height:113px;justify-content:center;margin:0 auto 25px;width:113px}.header__site-search .calculator-box .right-side.aspire-calculator svg,.header__site-search .calculator-box .right-side.microessentials-calculator svg,.site-search-container .calculator-box .right-side.aspire-calculator svg,.site-search-container .calculator-box .right-side.microessentials-calculator svg{fill:var(--color-text);height:34px;width:64px}.header__site-search .calculator-box .right-side.aspire-calculator p,.header__site-search .calculator-box .right-side.microessentials-calculator p,.site-search-container .calculator-box .right-side.aspire-calculator p,.site-search-container .calculator-box .right-side.microessentials-calculator p{color:var(--color-text);font-size:.75rem;font-weight:700;position:relative;top:-4px}.header__site-search .calculator-box .right-side.microessentials-calculator svg,.site-search-container .calculator-box .right-side.microessentials-calculator svg{height:36px;width:80px}.header__site-search .calculator-box .right-side.microessentials-calculator p,.site-search-container .calculator-box .right-side.microessentials-calculator p{margin-top:-9px}@media screen and (min-width:960px){.header__site-search .calculator-box .right-side .calculator-btn,.site-search-container .calculator-box .right-side .calculator-btn{display:none}}.header__site-search .calculator-box .right-side .calculator-btn .icon-arrow-right,.site-search-container .calculator-box .right-side .calculator-btn .icon-arrow-right{display:inline-block;height:20px;margin:0 0 0 5px;position:relative;top:5px;width:20px}.header__site-search .rl-default-content__performance-products-sec .boxes-wrap__performance-products-box-wrap,.site-search-container .rl-default-content__performance-products-sec .boxes-wrap__performance-products-box-wrap{grid-template-columns:repeat(1,1fr)}@media screen and (min-width:640px){.header__site-search .rl-default-content__performance-products-sec .boxes-wrap__performance-products-box-wrap,.site-search-container .rl-default-content__performance-products-sec .boxes-wrap__performance-products-box-wrap{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:960px){.header__site-search .rl-default-content__performance-products-sec .boxes-wrap__performance-products-box-wrap,.site-search-container .rl-default-content__performance-products-sec .boxes-wrap__performance-products-box-wrap{grid-template-columns:repeat(2,1fr)}}.header__site-search .rl-default-content__performance-products-sec .product-box,.site-search-container .rl-default-content__performance-products-sec .product-box{align-items:flex-start;border:0;border-radius:0 0 40px 0;color:var(--color-text);color:#fff;gap:2.5rem;margin-bottom:14px;overflow:hidden;padding:32px 32px 75px;position:relative}.header__site-search .rl-default-content__performance-products-sec .product-box *,.site-search-container .rl-default-content__performance-products-sec .product-box *{color:#fff}.header__site-search .rl-default-content__performance-products-sec .product-box.product-aspire *,.header__site-search .rl-default-content__performance-products-sec .product-box.product-microessentials *,.site-search-container .rl-default-content__performance-products-sec .product-box.product-aspire *,.site-search-container .rl-default-content__performance-products-sec .product-box.product-microessentials *{color:#202124}.header__site-search .rl-default-content__performance-products-sec .product-box.product-aspire .hero__product-logo svg,.header__site-search .rl-default-content__performance-products-sec .product-box.product-microessentials .hero__product-logo svg,.site-search-container .rl-default-content__performance-products-sec .product-box.product-aspire .hero__product-logo svg,.site-search-container .rl-default-content__performance-products-sec .product-box.product-microessentials .hero__product-logo svg{fill:#000}.header__site-search .rl-default-content__performance-products-sec .product-box .hero__product-logo,.site-search-container .rl-default-content__performance-products-sec .product-box .hero__product-logo{padding:0;position:static}.header__site-search .rl-default-content__performance-products-sec .product-box .hero__product-logo svg,.site-search-container .rl-default-content__performance-products-sec .product-box .hero__product-logo svg{fill:#fff;height:41px;width:100px}.header__site-search .rl-default-content__performance-products-sec .product-box.product-microessentials .hero__product-logo svg,.site-search-container .rl-default-content__performance-products-sec .product-box.product-microessentials .hero__product-logo svg{height:57px;width:181px}.header__site-search .rl-default-content__performance-products-sec .product-box.product-biopath .hero__product-logo svg,.site-search-container .rl-default-content__performance-products-sec .product-box.product-biopath .hero__product-logo svg{width:130px}.header__site-search .rl-default-content__performance-products-sec .product-box.product-aspire .hero__product-logo svg,.site-search-container .rl-default-content__performance-products-sec .product-box.product-aspire .hero__product-logo svg{width:82px}.header__site-search .rl-default-content__performance-products-sec .product-box.product-kmag .hero__product-logo svg,.site-search-container .rl-default-content__performance-products-sec .product-box.product-kmag .hero__product-logo svg{width:98px}.header__site-search .rl-default-content__performance-products-sec .product-box.product-pegasus .hero__product-logo svg,.site-search-container .rl-default-content__performance-products-sec .product-box.product-pegasus .hero__product-logo svg{width:154px}.header__site-search .rl-default-content__performance-products-sec .product-box.product-prb9-0-3-3 .hero__product-logo svg,.site-search-container .rl-default-content__performance-products-sec .product-box.product-prb9-0-3-3 .hero__product-logo svg{width:155px}.header__site-search .rl-default-content__performance-products-sec .product-box.product-powercoat .hero__product-logo svg,.site-search-container .rl-default-content__performance-products-sec .product-box.product-powercoat .hero__product-logo svg{width:154px}.header__site-search .rl-default-content__performance-products-sec .product-box h2,.site-search-container .rl-default-content__performance-products-sec .product-box h2{font-family:var(--inter-font);line-height:30px;margin-bottom:5px;text-align:left}@media screen and (min-width:960px){.header__site-search .rl-default-content__performance-products-sec .product-box h2,.site-search-container .rl-default-content__performance-products-sec .product-box h2{font-size:2rem;font-weight:600;line-height:32px}}.header__site-search .rl-default-content__performance-products-sec .product-box .column-wrapper,.site-search-container .rl-default-content__performance-products-sec .product-box .column-wrapper{margin-left:0}.header__site-search .rl-default-content__performance-products-sec .product-box .product-desc,.site-search-container .rl-default-content__performance-products-sec .product-box .product-desc{font-size:1.25rem;line-height:1.5rem}.header__site-search .rl-default-content__performance-products-sec .product-box .product-image,.site-search-container .rl-default-content__performance-products-sec .product-box .product-image{bottom:-10px;height:115px;position:absolute;right:-10px;width:115px}.header__site-search .rl-default-content__performance-products-sec .product-box .product-btn,.site-search-container .rl-default-content__performance-products-sec .product-box .product-btn{border:2px solid;border-radius:100px;display:inline-block;font-size:16px;font-weight:500;padding:8px 20px;width:auto}.header__site-search .rl-default-content__performance-products-sec .product-box .product-btn svg,.site-search-container .rl-default-content__performance-products-sec .product-box .product-btn svg{height:20px;margin-left:5px;position:relative;top:5px;width:20px}.header__site-search .agrisight-box,.header__site-search .boxes-wrap__boxes-inner-wrap__articles-box,.header__site-search .boxes-wrap__boxes-inner-wrap__documents-labels-box,.header__site-search .boxes-wrap__boxes-inner-wrap__success-story-box,.header__site-search .boxes-wrap__boxes-inner-wrap__trending-topic-box,.header__site-search .calculator-box,.header__site-search .listen-now-box,.header__site-search .video-box,.site-search-container .agrisight-box,.site-search-container .boxes-wrap__boxes-inner-wrap__articles-box,.site-search-container .boxes-wrap__boxes-inner-wrap__documents-labels-box,.site-search-container .boxes-wrap__boxes-inner-wrap__success-story-box,.site-search-container .boxes-wrap__boxes-inner-wrap__trending-topic-box,.site-search-container .calculator-box,.site-search-container .listen-now-box,.site-search-container .video-box{position:relative}.header__site-search .agrisight-box a.fill-div,.header__site-search .boxes-wrap__boxes-inner-wrap__articles-box a.fill-div,.header__site-search .boxes-wrap__boxes-inner-wrap__documents-labels-box a.fill-div,.header__site-search .boxes-wrap__boxes-inner-wrap__success-story-box a.fill-div,.header__site-search .boxes-wrap__boxes-inner-wrap__trending-topic-box a.fill-div,.header__site-search .calculator-box a.fill-div,.header__site-search .listen-now-box a.fill-div,.header__site-search .video-box a.fill-div,.site-search-container .agrisight-box a.fill-div,.site-search-container .boxes-wrap__boxes-inner-wrap__articles-box a.fill-div,.site-search-container .boxes-wrap__boxes-inner-wrap__documents-labels-box a.fill-div,.site-search-container .boxes-wrap__boxes-inner-wrap__success-story-box a.fill-div,.site-search-container .boxes-wrap__boxes-inner-wrap__trending-topic-box a.fill-div,.site-search-container .calculator-box a.fill-div,.site-search-container .listen-now-box a.fill-div,.site-search-container .video-box a.fill-div{display:block;height:100%;left:0;position:absolute;text-decoration:none;top:0;width:100%;z-index:9}.header__site-search #ss-ajax-site-search-results,.header__site-search .rl-default-content__rl-section,.site-search-container #ss-ajax-site-search-results,.site-search-container .rl-default-content__rl-section{margin:0 auto;max-width:1200px;padding-bottom:5rem}.header__site-search #ss-ajax-site-search-results .category-results .view-all-mobile,.header__site-search .rl-default-content__rl-section .category-results .view-all-mobile,.site-search-container #ss-ajax-site-search-results .category-results .view-all-mobile,.site-search-container .rl-default-content__rl-section .category-results .view-all-mobile{display:inline}@media screen and (min-width:960px){.header__site-search #ss-ajax-site-search-results .category-results .view-all-mobile,.header__site-search .rl-default-content__rl-section .category-results .view-all-mobile,.site-search-container #ss-ajax-site-search-results .category-results .view-all-mobile,.site-search-container .rl-default-content__rl-section .category-results .view-all-mobile{display:none}}.header__site-search #ss-ajax-site-search-results .category-results .view-all-desktop,.header__site-search .rl-default-content__rl-section .category-results .view-all-desktop,.site-search-container #ss-ajax-site-search-results .category-results .view-all-desktop,.site-search-container .rl-default-content__rl-section .category-results .view-all-desktop{display:none}@media screen and (min-width:960px){.header__site-search #ss-ajax-site-search-results .category-results .view-all-desktop,.header__site-search .rl-default-content__rl-section .category-results .view-all-desktop,.site-search-container #ss-ajax-site-search-results .category-results .view-all-desktop,.site-search-container .rl-default-content__rl-section .category-results .view-all-desktop{display:inline}}.header__site-search #ss-ajax-site-search-results .icon-arrow-go-hearty-green,.header__site-search .rl-default-content__rl-section .icon-arrow-go-hearty-green,.site-search-container #ss-ajax-site-search-results .icon-arrow-go-hearty-green,.site-search-container .rl-default-content__rl-section .icon-arrow-go-hearty-green{height:1.1875rem;margin-top:3px;width:1.1875rem}.header__site-search #ss-ajax-site-search-results .icon-agrifact-trimmed,.header__site-search .rl-default-content__rl-section .icon-agrifact-trimmed,.site-search-container #ss-ajax-site-search-results .icon-agrifact-trimmed,.site-search-container .rl-default-content__rl-section .icon-agrifact-trimmed{height:3rem;width:9.1875rem}.header__site-search #ss-ajax-site-search-results .icon-agrisight-trimmed,.header__site-search .rl-default-content__rl-section .icon-agrisight-trimmed,.site-search-container #ss-ajax-site-search-results .icon-agrisight-trimmed,.site-search-container .rl-default-content__rl-section .icon-agrisight-trimmed{height:2.25rem;width:10.3125rem}.header__site-search #ss-ajax-site-search-results .icon-wrapper .icon-agrisight-trimmed,.header__site-search .rl-default-content__rl-section .icon-wrapper .icon-agrisight-trimmed,.site-search-container #ss-ajax-site-search-results .icon-wrapper .icon-agrisight-trimmed,.site-search-container .rl-default-content__rl-section .icon-wrapper .icon-agrisight-trimmed{height:1.75rem;width:7.8125rem}.header__site-search #ss-ajax-site-search-results .heading2,.header__site-search .rl-default-content__rl-section .heading2,.site-search-container #ss-ajax-site-search-results .heading2,.site-search-container .rl-default-content__rl-section .heading2{align-content:center;align-items:center;border-bottom:1px solid #737373;color:#000;display:flex;display:-webkit-flex;font-family:inter,helvetica,arial,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.5rem;margin-bottom:25px;padding:0 0 18px;position:relative;text-align:left}.header__site-search #ss-ajax-site-search-results .view-btn,.header__site-search .rl-default-content__rl-section .view-btn,.site-search-container #ss-ajax-site-search-results .view-btn,.site-search-container .rl-default-content__rl-section .view-btn{display:flex;font-size:1rem;font-weight:500;gap:5px;justify-content:space-between;line-height:1.1875rem;position:absolute;right:0}.header__site-search #ss-ajax-site-search-results .view-btn a,.header__site-search .rl-default-content__rl-section .view-btn a,.site-search-container #ss-ajax-site-search-results .view-btn a,.site-search-container .rl-default-content__rl-section .view-btn a{align-items:center;color:#202124;display:flex;gap:5px;text-decoration:none}.header__site-search__trending-topic-sec .trending--topic--bg1,.header__site-search__trending-topic-sec .trending--topic--bg2,.header__site-search__trending-topic-sec .trending--topic--bg3,.site-search-container__trending-topic-sec .trending--topic--bg1,.site-search-container__trending-topic-sec .trending--topic--bg2,.site-search-container__trending-topic-sec .trending--topic--bg3{background-size:cover}.header__site-search p,.site-search-container p{color:#000;font-size:1.25rem;font-weight:400}.header__site-search .container,.site-search-container .container{margin:0 auto;width:100%}.header__site-search :focus,.site-search-container :focus{border:0;outline:none}.header__site-search .dark-bg,.site-search-container .dark-bg{background:#161e10;color:#fff}.header__site-search .border_rd_2,.site-search-container .border_rd_2{border-radius:0 25px 25px 0}.header__site-search .border_rd_3,.site-search-container .border_rd_3{border-radius:25px 0 0 25px}.header__site-search .w-100,.site-search-container .w-100{width:100%}.header__site-search .p-0,.site-search-container .p-0{padding:0}.header__site-search .white--txt,.site-search-container .white--txt{color:#fff}.header__site-search .white--txt a,.site-search-container .white--txt a{color:#fff;text-decoration:none}.header__site-search .flex-box,.site-search-container .flex-box{align-content:center;align-items:center;display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;text-align:left}.header__site-search .m-h1,.site-search-container .m-h1{min-height:135px}.header__site-search .overlay,.site-search-container .overlay{overflow:hidden;position:relative}.header__site-search .overlay:after,.site-search-container .overlay:after{background:rgba(22,30,16,.7);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.header__site-search .overlay .white--txt,.site-search-container .overlay .white--txt{position:relative;z-index:1}.header__site-search .position-top,.site-search-container .position-top{top:-100px}.header__site-search .background-gradient.position-bottom,.site-search-container .background-gradient.position-bottom{z-index:-35}.header__site-search .green-bg,.site-search-container .green-bg{background:#496c09}.header__site-search .border-0,.site-search-container .border-0{border:0}.header__site-search .audio-btn,.site-search-container .audio-btn{margin-bottom:20px;width:100%}.header__site-search .listen-now-box .m-h1,.site-search-container .listen-now-box .m-h1{min-height:70px}.header__site-search label,.site-search-container label{cursor:pointer}.header__site-search .ellipsis,.site-search-container .ellipsis{overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.header__site-search .mrtp-20,.site-search-container .mrtp-20{margin-bottom:15px;margin-top:20px}.header__site-search .product-cards__card .product-cards__inner-wrap .pro-card-hd,.site-search-container .product-cards__card .product-cards__inner-wrap .pro-card-hd{font-size:2rem;font-weight:700;line-height:2.6rem;margin-top:10px}.header__site-search .pro-card-desc,.site-search-container .pro-card-desc{font-size:1.25rem;font-weight:400;line-height:1.5rem}.header__site-search .mrgn-lr,.site-search-container .mrgn-lr{margin-left:-12px;margin-right:-12px}.header__site-search .btm-bor,.site-search-container .btm-bor{border-bottom:1px solid #737373}.header__site-search .bor-tp,.site-search-container .bor-tp{border-top:1px solid #737373}.header__site-search .bor-rds-8,.site-search-container .bor-rds-8{border-radius:8px}.header__site-search .pd-25,.site-search-container .pd-25{padding:25px}.header__site-search .pd-16,.site-search-container .pd-16{padding:0 16px}.header__site-search .green-bg-light,.site-search-container .green-bg-light{background:#f3fcec}.header__site-search .mrb-50,.site-search-container .mrb-50{margin-bottom:50px}@media screen and (min-width:768px) and (max-width:991px){.header__site-search .agrifacts-box,.header__site-search .boxes-wrap__boxes-inner-wrap__box2,.site-search-container .agrifacts-box,.site-search-container .boxes-wrap__boxes-inner-wrap__box2{padding:20px}.header__site-search .boxes-wrap__boxes-inner-wrap__product-info__points,.site-search-container .boxes-wrap__boxes-inner-wrap__product-info__points{font-size:3.4375rem}.header__site-search .boxes-wrap__boxes-inner-wrap__product-info__bu-ac,.site-search-container .boxes-wrap__boxes-inner-wrap__product-info__bu-ac{font-size:1rem}.header__site-search .boxes-wrap__boxes-inner-wrap__product-info__up-arrow img,.site-search-container .boxes-wrap__boxes-inner-wrap__product-info__up-arrow img{max-width:18px}.header__site-search .boxes-wrap__boxes-inner-wrap__data-info,.site-search-container .boxes-wrap__boxes-inner-wrap__data-info{flex-wrap:wrap}.header__site-search .boxes-wrap__boxes-inner-wrap__data-info__data-yrs,.header__site-search .microessentials-logo,.site-search-container .boxes-wrap__boxes-inner-wrap__data-info__data-yrs,.site-search-container .microessentials-logo{width:100%}.header__site-search .boxes-wrap__boxes-inner-wrap__box2 .boxes-wrap__boxes-inner-wrap__topic-hd,.site-search-container .boxes-wrap__boxes-inner-wrap__box2 .boxes-wrap__boxes-inner-wrap__topic-hd{font-size:1.875rem;line-height:2.1875rem}.header__site-search .w-100,.site-search-container .w-100{height:100%;-o-object-fit:cover;object-fit:cover}.header__site-search .boxes-wrap__video-box-wrap__video-hd,.site-search-container .boxes-wrap__video-box-wrap__video-hd{background-size:40px;padding-left:50px}.header__site-search .boxes-wrap__video-box-wrap__video-box .boxes-wrap__boxes-inner-wrap__topic-hd,.site-search-container .boxes-wrap__video-box-wrap__video-box .boxes-wrap__boxes-inner-wrap__topic-hd{font-size:1.25rem;line-height:1.4375rem}.header__site-search .documents-labels-box .boxes-wrap__boxes-inner-wrap__topic-hd,.site-search-container .documents-labels-box .boxes-wrap__boxes-inner-wrap__topic-hd{font-size:1.4375rem;line-height:1.8125rem}}@media screen and (max-width:767px){.header__site-search .search-box,.site-search-container .search-box{max-width:100%}.header__site-search .search-box br,.site-search-container .search-box br{display:none}.header__site-search .boxes-wrap .featured-image,.site-search-container .boxes-wrap .featured-image{margin:0;padding:0}.header__site-search .boxes-wrap .featured-content,.site-search-container .boxes-wrap .featured-content{margin:0}.header__site-search .boxes-wrap .featured-section,.site-search-container .boxes-wrap .featured-section{margin-bottom:1.5rem}.header__site-search .heading,.site-search-container .heading{font-size:2.1875rem}.header__site-search p,.site-search-container p{font-size:1rem}.header__site-search .boxes-wrap__boxes-inner-wrap,.site-search-container .boxes-wrap__boxes-inner-wrap{flex-wrap:wrap}.header__site-search .boxes-wrap__boxes-inner-wrap__topic-hd,.site-search-container .boxes-wrap__boxes-inner-wrap__topic-hd{font-size:1.5rem;line-height:1.6875rem;margin-bottom:15px;min-height:unset}.header__site-search .boxes-wrap__boxes-inner-wrap__topic-desc,.site-search-container .boxes-wrap__boxes-inner-wrap__topic-desc{margin-bottom:15px;min-height:unset}.header__site-search .boxes-wrap__boxes-inner-wrap__box2,.site-search-container .boxes-wrap__boxes-inner-wrap__box2{margin:0;padding:20px;width:100%}.header__site-search .boxes-wrap__boxes-inner-wrap__box2 .boxes-wrap__boxes-inner-wrap__topic-hd,.site-search-container .boxes-wrap__boxes-inner-wrap__box2 .boxes-wrap__boxes-inner-wrap__topic-hd{font-size:1.5rem;line-height:1.6875rem}.header__site-search .boxes-wrap__boxes-inner-wrap__box2 .boxes-wrap__boxes-inner-wrap__topic-desc,.site-search-container .boxes-wrap__boxes-inner-wrap__box2 .boxes-wrap__boxes-inner-wrap__topic-desc{font-size:1rem;margin-bottom:15px}.header__site-search .boxes-wrap__video-box-wrap__video-box2 img,.site-search-container .boxes-wrap__video-box-wrap__video-box2 img{border-radius:25px}.header__site-search .select-menu-container,.site-search-container .select-menu-container{flex-wrap:wrap;padding-right:0}.header__site-search .select-col,.site-search-container .select-col{margin:3px 0;width:100%}.header__site-search .boxes-wrap__boxes-inner-wrap__product-info__points,.site-search-container .boxes-wrap__boxes-inner-wrap__product-info__points{font-size:4.0625rem}.header__site-search .boxes-wrap__boxes-inner-wrap__product-info__bu-ac,.site-search-container .boxes-wrap__boxes-inner-wrap__product-info__bu-ac{font-size:1.25rem}.header__site-search .boxes-wrap__boxes-inner-wrap__documents-labels-box,.site-search-container .boxes-wrap__boxes-inner-wrap__documents-labels-box{min-height:200px}.header__site-search .play-btn1,.site-search-container .play-btn1{top:40%}.header__site-search .mrtp-20,.site-search-container .mrtp-20{margin-bottom:0}.header__site-search .select-menu,.site-search-container .select-menu{margin:0}.header__site-search .mrtp-15,.site-search-container .mrtp-15{margin-top:15px}}.header__site-search .column-wrap,.site-search-container .column-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;margin:20px 0}.header__site-search .column-wrap .column,.site-search-container .column-wrap .column{width:49%}.header__site-search .column-wrap .column:last-child,.site-search-container .column-wrap .column:last-child{float:right}.header__site-search #ajax-filter-search-results,.site-search-container #ajax-filter-search-results{display:flex;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin-top:30px}.header__site-search #ajax-filter-search-results li,.site-search-container #ajax-filter-search-results li{float:left;margin-bottom:20px;margin-right:2%;overflow:hidden;position:relative;width:23.5%}.header__site-search #ajax-filter-search-results li.no-result,.site-search-container #ajax-filter-search-results li.no-result{text-align:center;width:100%}.header__site-search #ajax-filter-search-results li:nth-child(4n+4),.site-search-container #ajax-filter-search-results li:nth-child(4n+4){margin-right:0}.header__site-search #ss-modal-search-container .filter>label,.header__site-search #ss-search-container .filter>label,.site-search-container #ss-modal-search-container .filter>label,.site-search-container #ss-search-container .filter>label{background-color:#fff;border:1px solid;border-radius:5px;padding:10px}.header__site-search #ss-modal-search-container .filter h3,.header__site-search #ss-search-container .filter h3,.site-search-container #ss-modal-search-container .filter h3,.site-search-container #ss-search-container .filter h3{font-size:1rem}.header__site-search #ss-modal-search-container .filter:after,.header__site-search #ss-search-container .filter:after,.site-search-container #ss-modal-search-container .filter:after,.site-search-container #ss-search-container .filter:after{border:solid grey;border-width:0 4px 4px 0;display:inline-block;padding:5px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.header__site-search #ss-modal-search-container .dropdown-wrapper,.header__site-search #ss-search-container .dropdown-wrapper,.site-search-container #ss-modal-search-container .dropdown-wrapper,.site-search-container #ss-search-container .dropdown-wrapper{display:block}.header__site-search #ss-modal-search-container .dropdown-wrapper.hidden,.header__site-search #ss-search-container .dropdown-wrapper.hidden,.site-search-container #ss-modal-search-container .dropdown-wrapper.hidden,.site-search-container #ss-search-container .dropdown-wrapper.hidden{display:none}.header__site-search #ss-modal-search-container .dropdown-wrapper .select-option-wrapper,.header__site-search #ss-search-container .dropdown-wrapper .select-option-wrapper,.site-search-container #ss-modal-search-container .dropdown-wrapper .select-option-wrapper,.site-search-container #ss-search-container .dropdown-wrapper .select-option-wrapper{align-items:center;display:flex;flex-direction:row-reverse;justify-content:space-between;line-height:1;margin-bottom:10px}.header__site-search #ss-modal-search-container .dropdown-wrapper .select-option-wrapper label,.header__site-search #ss-search-container .dropdown-wrapper .select-option-wrapper label,.site-search-container #ss-modal-search-container .dropdown-wrapper .select-option-wrapper label,.site-search-container #ss-search-container .dropdown-wrapper .select-option-wrapper label{align-items:center;display:flex;line-height:1.1875rem;min-height:45px;width:100%}.header__site-search #ss-modal-search-container .dropdown-wrapper .select-option-wrapper input[type=checkbox],.header__site-search #ss-search-container .dropdown-wrapper .select-option-wrapper input[type=checkbox],.site-search-container #ss-modal-search-container .dropdown-wrapper .select-option-wrapper input[type=checkbox],.site-search-container #ss-search-container .dropdown-wrapper .select-option-wrapper input[type=checkbox]{accent-color:#b5c927;cursor:pointer}.header__site-search .prevent-select,.site-search-container .prevent-select{-webkit-user-select:none;user-select:none}.header__site-search .prevent-select>*,.site-search-container .prevent-select>*{-webkit-user-select:none;user-select:none}.header__site-search .ss-cards-wrapper,.site-search-container .ss-cards-wrapper{display:grid;gap:1.5rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:640px){.header__site-search .ss-cards-wrapper,.site-search-container .ss-cards-wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:960px){.header__site-search .ss-cards-wrapper,.site-search-container .ss-cards-wrapper{grid-template-columns:repeat(3,1fr)}}.header__site-search .product-info__up-arrow__icon,.site-search-container .product-info__up-arrow__icon{height:30px;width:40px}.header__site-search .search-input .show,.site-search-container .search-input .show{display:block}.header__site-search .search-input .hide,.site-search-container .search-input .hide{display:none}.header__site-search .search-input .close-icon,.site-search-container .search-input .close-icon{background:transparent;height:1.5625rem;top:0;width:1.5625rem}.header__site-search .ss-results-info-wrapper,.site-search-container .ss-results-info-wrapper{margin:0 0 75px}.header__site-search .ss-results-info-wrapper .results-count,.site-search-container .ss-results-info-wrapper .results-count{margin-top:0}.header__site-search .load-more-wrapper,.site-search-container .load-more-wrapper{display:inline-block;grid-column:1/-1;margin-top:1.25rem;text-align:center;width:100%}.header__site-search .load-more-wrapper a,.site-search-container .load-more-wrapper a{background:#202124;border-radius:102px;color:#fff;font-size:1rem;padding:8px 16px}.header__site-search .crop-icon-holder,.site-search-container .crop-icon-holder{border:2px solid #000;height:2.8125rem;padding:10px;width:2.8125rem}.header__site-search .crop-icon-holder .icon,.site-search-container .crop-icon-holder .icon{width:100%}.header__site-search .icon-arrow-right,.site-search-container .icon-arrow-right{height:1.25rem;width:1.25rem}.header__site-search .arrow-right-wrapper,.site-search-container .arrow-right-wrapper{align-items:center;display:flex;gap:5px;padding:0}.header__site-search .icon-filter-select-dropdown,.site-search-container .icon-filter-select-dropdown{height:1.5625rem;position:absolute;right:10px;width:1.125rem}.header__site-search .boxes-wrap__boxes-inner-wrap__go-btn a,.site-search-container .boxes-wrap__boxes-inner-wrap__go-btn a{display:flex;gap:5px}.header__site-search .boxes-wrap__boxes-inner-wrap__go-btn a .icon-arrow-go-hearty-green,.site-search-container .boxes-wrap__boxes-inner-wrap__go-btn a .icon-arrow-go-hearty-green{height:1.1875rem;margin-top:3px;width:1.1875rem}.header__site-search .boxes-wrap__boxes-inner-wrap__go-btn-white a,.site-search-container .boxes-wrap__boxes-inner-wrap__go-btn-white a{display:flex;gap:5px}.header__site-search .boxes-wrap__boxes-inner-wrap__go-btn-white a .icon-arrow-go-white,.site-search-container .boxes-wrap__boxes-inner-wrap__go-btn-white a .icon-arrow-go-white{height:1.1875rem;margin-top:3px;width:1.1875rem}.header__site-search .video-btn a,.site-search-container .video-btn a{display:inline-block}.header__site-search .video-btn a .icon-video,.site-search-container .video-btn a .icon-video{height:3.75rem;width:3.75rem}.header__site-search .audio-btn a,.site-search-container .audio-btn a{display:inline-block}.header__site-search .icon-audio,.site-search-container .icon-audio{fill:#fff;height:3.75rem;width:3.75rem}.header__site-search .boxes-wrap__video-box-wrap.featured-section .boxes-wrap__video-box-wrap__video-box2,.site-search-container .boxes-wrap__video-box-wrap.featured-section .boxes-wrap__video-box-wrap__video-box2{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.header__site-search .boxes-wrap__video-box-wrap.featured-section .boxes-wrap__video-box-wrap__video-box2 .video-btn,.site-search-container .boxes-wrap__video-box-wrap.featured-section .boxes-wrap__video-box-wrap__video-box2 .video-btn{position:absolute}.header__site-search .boxes-wrap__video-box-wrap.featured-section .boxes-wrap__video-box-wrap__video-box2 .video-btn a,.site-search-container .boxes-wrap__video-box-wrap.featured-section .boxes-wrap__video-box-wrap__video-box2 .video-btn a{display:inline-block}.frontier-field-trial-block .main-wrapper__heading{margin-bottom:22px}@media screen and (min-width:640px){.frontier-field-trial-block .main-wrapper__heading{margin-bottom:44px}}.frontier-field-trial-block .main-wrapper__heading h3{font-size:2rem;font-weight:400;line-height:2.25rem}@media screen and (min-width:640px){.frontier-field-trial-block .main-wrapper__heading h3{font-size:2.5rem;line-height:3rem}}.frontier-field-trial-block .main-wrapper__heading b{font-weight:700}.frontier-field-trial-block .main-wrapper__body{display:flex;flex-direction:column}@media screen and (min-width:640px){.frontier-field-trial-block .main-wrapper__body{flex-direction:row}}.frontier-field-trial-block .main-wrapper__body .image-holder{height:513px;min-width:257px}@media screen and (min-width:640px){.frontier-field-trial-block .main-wrapper__body .image-holder{height:100%}}.frontier-field-trial-block .main-wrapper__body .image-holder img{height:inherit}.frontier-field-trial-block .main-wrapper__body .image-holder__image{display:none}@media screen and (min-width:640px){.frontier-field-trial-block .main-wrapper__body .image-holder__image{display:block}}.frontier-field-trial-block .main-wrapper__body .image-holder__mobile-image{display:block;-o-object-fit:cover;object-fit:cover}@media screen and (min-width:640px){.frontier-field-trial-block .main-wrapper__body .image-holder__mobile-image{display:none}}.frontier-field-trial-block .main-wrapper__body .data-wrapper{background-color:var(--color-quill-gray);border-radius:0 8px 8px 0;display:flex;flex-direction:column;flex-grow:1;padding:40px 20px 0}@media screen and (min-width:640px){.frontier-field-trial-block .main-wrapper__body .data-wrapper{flex-direction:row}}.frontier-field-trial-block .main-wrapper__body .data-wrapper .inner-content__item{color:var(--color-pine-tree);padding-bottom:40px}.frontier-field-trial-block .main-wrapper__body .data-wrapper .inner-content__item .item_heading{font-size:1.5rem;font-weight:400;line-height:1.65rem;padding-bottom:4px}.frontier-field-trial-block .main-wrapper__body .data-wrapper .inner-content__item .item-label{font-weight:400}.frontier-field-trial-block .main-wrapper__body .data-wrapper .inner-content__item .item-bu-ac-label{font-size:.75rem;font-weight:400;line-height:.8125rem;margin-bottom:2px}.frontier-field-trial-block .main-wrapper__body .data-wrapper .inner-content__item .item-description{font-size:1.25rem;font-weight:700;line-height:1.375rem}.frontier-field-trial-block .main-wrapper__body .data-wrapper .inner-content__item .yield-wrapper{align-items:flex-end;display:flex;gap:5px}.frontier-field-trial-block .main-wrapper__body .data-wrapper .left-block,.frontier-field-trial-block .main-wrapper__body .data-wrapper .right-block{flex:1}@media screen and (min-width:960px){.frontier-field-trial-block .main-wrapper__body .data-wrapper .right-block{flex:2}}.farmer-slider-block__slider .main-holder{display:flex;flex-direction:column;gap:10px}@media screen and (min-width:960px){.farmer-slider-block__slider .main-holder{flex-direction:row;gap:25px;height:640px;justify-content:center}}.farmer-slider-block__slider .main-holder .left,.farmer-slider-block__slider .main-holder .right{flex:1;width:100%}@media screen and (min-width:960px){.farmer-slider-block__slider .main-holder .left,.farmer-slider-block__slider .main-holder .right{width:50%}}.farmer-slider-block__slider .main-holder .left .img-holder{height:513px;position:relative}@media screen and (min-width:960px){.farmer-slider-block__slider .main-holder .left .img-holder{height:100%}}.farmer-slider-block__slider .main-holder .left .img-holder .slider-img{border-radius:20px 0 0 20px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.farmer-slider-block__slider .main-holder .left .img-holder .content-holder{bottom:38px;left:41px;position:absolute}.farmer-slider-block__slider .main-holder .right{background:var(--color-pine-tree);color:var(--color-white);min-height:662px;padding:35px 12px}@media screen and (min-width:640px){.farmer-slider-block__slider .main-holder .right{min-height:600px}}@media screen and (min-width:960px){.farmer-slider-block__slider .main-holder .right{border-radius:0 20px 20px 0;height:100%;padding:82px 45px 45px}}.farmer-slider-block__slider .main-holder .right .mt-wrapper{display:flex;flex-direction:column;height:100%;justify-content:space-between}.farmer-slider-block__slider .main-holder .right .mt-wrapper .content,.farmer-slider-block__slider .main-holder .right .mt-wrapper .sub-title,.farmer-slider-block__slider .main-holder .right .mt-wrapper .title{color:var(--color-white);font-weight:400}.farmer-slider-block__slider .main-holder .right .mt-wrapper .title{font-family:var(--articulat-font);font-size:2.5rem;line-height:3rem;margin-bottom:12px}.farmer-slider-block__slider .main-holder .right .mt-wrapper .title h3{color:var(--color-white)}.farmer-slider-block__slider .main-holder .right .mt-wrapper .sub-title{font-size:1.25rem;line-height:1.5rem;margin-bottom:30px}.farmer-slider-block__slider .main-holder .right .mt-wrapper .content{font-family:var(--inter-font);font-size:1.25rem;line-height:1.625rem;margin-bottom:42px}.farmer-slider-block__slider .main-holder .right .mt-wrapper .content p{color:var(--color-white)}.farmer-slider-block__slider .main-holder .right .mt-wrapper .content b,.farmer-slider-block__slider .main-holder .right .mt-wrapper .content strong{font-weight:700}.farmer-slider-block__slider .main-holder .right .mt-wrapper .content ul{list-style:disc;padding-left:26px}.farmer-slider-block__slider .main-holder .right .mt-wrapper .content ul li{font-size:1.125rem;margin-bottom:5px}.farmer-slider-block__slider .main-holder .right .mt-wrapper .content blockquote{font-weight:700}.farmer-slider-block__slider .main-holder .right .mt-wrapper .social-media-wrapper{display:flex;gap:5px;margin-bottom:40px}.farmer-slider-block__slider .main-holder .right .mt-wrapper .social-media-wrapper .icon-wrapper{align-items:center;border:1px solid var(--color-white);display:flex;height:37px;justify-content:center;width:37px}.farmer-slider-block__slider .main-holder .right .mt-wrapper .social-media-wrapper .icon-wrapper a{display:flex}.farmer-slider-block__slider .main-holder .right .mt-wrapper .social-media-wrapper .icon-wrapper a .icon{color:var(--color-white);height:24px;width:24px}.farmer-slider-block__slider .main-holder .right .mt-wrapper .next-move{cursor:pointer;display:flex;font-size:1rem;font-weight:400;gap:5px;justify-content:center;line-height:1.25rem;margin-bottom:40px}@media screen and (min-width:960px){.farmer-slider-block__slider .main-holder .right .mt-wrapper .next-move{justify-content:unset;margin-bottom:unset}}.farmer-slider-block__slider .main-holder .right .mt-wrapper .next-move button{align-items:center;color:var(--color-white);display:flex;gap:10px;padding:0}.farmer-slider-block__slider .main-holder .right .mt-wrapper .next-move button:hover{text-decoration:underline}.farmer-slider-block__slider .main-holder .right .mt-wrapper .next-move button svg{height:20px;width:20px}.farmer-slider-block__slider .main-holder .right .mt-wrapper .next-move button svg:not(.icon){display:none}.farmer-slider-block__slider .main-holder .right .mt-wrapper .next-move .arrow{background-position:50%;background-position-y:center}.farmer-slider-block__slider .main-holder .right .mt-wrapper .operation-overview{height:240px}@media screen and (min-width:960px){.farmer-slider-block__slider .main-holder .right .mt-wrapper .operation-overview{height:auto}}.farmer-slider-block__slider .main-holder .right .mt-wrapper .operation-overview .sub-holder .top-label{display:none;font-size:.875rem;font-weight:400;line-height:.9375rem}@media screen and (min-width:960px){.farmer-slider-block__slider .main-holder .right .mt-wrapper .operation-overview .sub-holder .top-label{display:block;margin-bottom:12px}}.farmer-slider-block__slider .main-holder .right .mt-wrapper .operation-overview .sub-holder .group-wrapper{display:flex;flex-wrap:wrap;gap:17px;height:113px;justify-content:center}@media screen and (min-width:960px){.farmer-slider-block__slider .main-holder .right .mt-wrapper .operation-overview .sub-holder .group-wrapper{flex-wrap:nowrap;justify-content:unset}}.farmer-slider-block__slider .main-holder .right .mt-wrapper .operation-overview .sub-holder .group-wrapper .land-wrapper{background-color:var(--color-seed);border-radius:5px;display:flex;flex-direction:column;gap:17px;height:inherit;padding:14px;width:113px}.farmer-slider-block__slider .main-holder .right .mt-wrapper .operation-overview .sub-holder .group-wrapper .land-wrapper .label{color:var(--color-bountiful);font-family:var(--articulat-font);font-size:.875rem;font-weight:400;line-height:.9375rem}.farmer-slider-block__slider .main-holder .right .mt-wrapper .operation-overview .sub-holder .group-wrapper .land-wrapper .data{color:var(--color-bountiful);font-family:var(--articulat-font);font-size:1.875rem;font-weight:700;line-height:2.0625rem}.farmer-slider-block__slider .main-holder .right .mt-wrapper .operation-overview .sub-holder .group-wrapper .crops-wrapper{background-size:cover;height:inherit;min-width:113px;padding:14px}.farmer-slider-block__slider .main-holder .right .mt-wrapper .operation-overview .sub-holder .group-wrapper .crops-wrapper .title{font-size:.875rem;font-weight:400;line-height:.9375rem}.farmer-slider-block__slider .main-holder .right .mt-wrapper .operation-overview .sub-holder .group-wrapper .crops-wrapper .crops-list{display:flex;gap:11px}.farmer-slider-block__slider .main-holder .right .mt-wrapper .operation-overview .sub-holder .group-wrapper .crops-wrapper .crops-list .crop{display:flex;flex-direction:column;gap:5px}.farmer-slider-block__slider .main-holder .right .mt-wrapper .operation-overview .sub-holder .group-wrapper .crops-wrapper .crops-list .crop .crop-ico-holder{align-items:center;border:1px solid var(--color-white);display:flex;height:38px;justify-content:center;width:38px}.farmer-slider-block__slider .main-holder .right .mt-wrapper .operation-overview .sub-holder .group-wrapper .crops-wrapper .crops-list .crop .crop-ico-holder .icon{height:20px;width:20px}.farmer-slider-block__slider .main-holder .right .mt-wrapper .operation-overview .sub-holder .group-wrapper .crops-wrapper .crops-list .crop .crop-name{font-size:.5625rem;font-weight:600;line-height:.8125rem;overflow:hidden;text-align:center;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap;width:40px}.farmer-slider-block__slider .main-holder .right .mt-wrapper .operation-overview .sub-holder .group-wrapper .tillage-wrapper{border:3px solid var(--color-white);border-radius:8px;display:flex;flex-direction:column;height:inherit;padding:18px;width:162px}.farmer-slider-block__slider .main-holder .right .mt-wrapper .operation-overview .sub-holder .group-wrapper .tillage-wrapper .title{color:var(--color-white);font-size:.875rem;font-weight:400;line-height:.9375rem}.farmer-slider-block__slider .main-holder .right .mt-wrapper .operation-overview .sub-holder .group-wrapper .tillage-wrapper .content{color:var(--color-white);font-size:.875rem;font-weight:700;line-height:.9375rem}.slider__container{padding:0 20px}.slider .slider__item-image{height:100%}.slider .slider__item-image-container{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:0 0 40px 0;height:100%;min-height:324px}.slider .slider__item-description{display:block;font-size:1rem;line-height:1.5rem;margin-top:10px;width:100%}@media screen and (min-width:960px){.slider .slider__item-description{font-size:1.25rem}}.slider .slider__item-video{height:100%}.slider .slider__item-video--image-holder{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:0 0 40px 0;height:100%;min-height:324px}.slider .slider__item-video--button-wrapper{align-items:center;display:flex;height:324px;justify-content:center;position:absolute;top:0;width:93%}.slider .slider__item-video--play-btn{align-items:center;background:var(--color-white);border-radius:50%;color:var(--color-black);display:flex;height:80px;justify-content:center;width:80px}.slider .slider__item-video--play-btn svg{height:30px;margin-left:4px;width:24px}.slider .uk-dotnav{justify-content:center;margin-top:20px}.slider .mc-modal__content{height:470px;position:relative}.slider .mc-modal__close-button{background-color:var(--color-white);border-radius:50%;color:var(--color-black);font-size:1.6875rem;height:40px;text-align:center;width:40px;z-index:1}.slider .slider-button-navigation-mobile button{margin:0;top:calc(44% - var(--uk-position-margin-offset))}.kmag-page{margin:80px 0}.kmag-page .left-col{background:var(--color-white);box-sizing:border-box;color:var(--color-black);height:40rem;min-height:100%;overflow:hidden;overflow-y:scroll;position:relative;width:100%;z-index:10}.kmag-page h2{font-family:var(--articulat-font);font-size:2.25rem;font-style:italic;font-weight:500!important;letter-spacing:-.02em;line-height:1.06;margin-bottom:30px}.kmag-page .input-wrap{border-bottom:1px solid var(--color-black);margin-bottom:20px;padding-bottom:10px;width:100%}.kmag-page .top-col .input-wrap p{font-family:var(--articulat-font);font-size:.75rem;line-height:1.45em;margin-bottom:20px}.kmag-page #form-input,.kmag-page .form-input{width:85%}.kmag-page .top-col input{background:0 0;border:none;color:var(--color-black);font-family:var(--articulat-font);font-size:1.125rem;font-weight:400;height:30px;padding-left:0;text-transform:uppercase;width:100%}.kmag-page #submit,.kmag-page .submit{background-color:var(--color-kmag-red);border-color:var(--color-kmag-red);color:var(--color-white);float:right;font-family:var(--articulat-font);position:relative;top:-52px}.kmag-page .sprite{background-image:url(../img/mos_sprites.png);background-position:0 0;background-repeat:no-repeat;display:inline-block;height:53px;position:relative;width:53px}.kmag-page #loc-list li{border-bottom:1px solid var(--color-quill-gray);float:left;margin-bottom:16px;padding-bottom:16px;width:100%}.kmag-page .list-label{color:var(--color-kmag-red);float:left;font-family:var(--inter-font);font-size:2rem;font-weight:800;left:0;line-height:2.625rem;min-width:42px;position:relative;text-align:center;top:-2px}.kmag-page .list-details{color:var(--color-text-primary);float:right;width:82%}.kmag-page .list-details .list-content,.kmag-page .list-details .loc-directions a,.kmag-page .list-details .loc-phone a{color:var(--color-text-primary);font-family:var(--articulat-font);font-size:.75rem}.kmag-page .list-details .loc-name,.kmag-page .modal input{color:var(--color-black);font-family:var(--articulat-font);font-weight:400;text-transform:uppercase}.kmag-page .list-details .loc-name{font-size:1rem}.kmag-page .list-details .loc-web{display:none}.kmag-page .list-details .loc-directions a{color:var(--color-kmag-red);font-size:.8125rem;text-transform:uppercase}.kmag-page .list-details .loc-dist{float:right;margin-top:-22px}.kmag-page #map-container{display:block!important;height:40rem;position:relative;right:0;width:100%;z-index:1}.kmag-page #map-container #map{height:100%;width:100%}.kmag-page #contentContainer{box-sizing:border-box;color:var(--color-white);height:100%;margin:0 auto;padding:0;position:relative;width:100%}.card{position:relative}.card sub,.card sup{font-size:75%;position:relative;vertical-align:middle}.card__figure,.card__figure-mobile{background-position:50%;background-repeat:no-repeat;background-size:cover;height:324px;margin:0 0 48px;width:100%}.card__figure{display:none}@media screen and (min-width:960px){.card__figure{display:block}}.card__figure--rounded-top-left{border-top-left-radius:40px}.card__figure--rounded-top-right{border-top-right-radius:40px}.card__figure--rounded-bottom-left{border-bottom-left-radius:40px}.card__figure--rounded-bottom-right{border-bottom-right-radius:40px}.card__figure-mobile{display:block}@media screen and (min-width:960px){.card__figure-mobile{display:none}}.card__figure-mobile--rounded-top-left{border-top-left-radius:40px}.card__figure-mobile--rounded-top-right{border-top-right-radius:40px}.card__figure-mobile--rounded-bottom-left{border-bottom-left-radius:40px}.card__figure-mobile--rounded-bottom-right{border-bottom-right-radius:40px}.card__heading{color:var(--color-text);font-family:var(--articulat-font);font-size:2rem;font-weight:700;line-height:2.1875rem;margin:0 0 14px}.card__subheading{margin:0 0 18px}.card__text{color:var(--text-primary);font-family:var(--inter-font);font-size:1.25rem;font-weight:400;line-height:1.625rem;margin:0 0 48px}.card__text b,.card__text strong{font-weight:700}.card__text em,.card__text i{color:var(--text-primary);font-size:1.125rem!important;font-style:italic;font-weight:400;line-height:1.5rem}.card__text a{text-decoration:underline}.card__button,.card__button .btn{font-size:1rem;line-height:1.1875rem;margin:0}.card__button .btn{display:inline-block;padding:8px 20px}@media screen and (min-width:960px){.card__button .btn{font-size:1rem;line-height:1.1875rem;margin:0;padding:8px 20px}}.card--small .card__figure,.card--small .card__figure-mobile{height:196px;margin:0 0 32px}.card--small .card__heading{font-family:var(--inter-font);font-size:1.5rem;line-height:2rem;margin:0 0 14px}.card--small .card__subheading{margin:0 0 18px}.card--small .card__text{font-size:1.25rem;line-height:1.5rem;margin:0 0 24px}.card--small .card__button{margin:0}.card--agrifact{border:2px solid;color:var(--color-black);display:flex;flex-direction:column;height:100%;min-height:265px;padding:16px 16px 12px}.card--agrifact h5{font-family:var(--articulat-font);font-size:1.5rem;font-weight:400;line-height:1.625rem;margin-bottom:8px}.card--agrifact .content{color:var(--color-text);font-family:var(--inter-font);font-size:.75rem;font-weight:400;line-height:1rem}.card--agrifact .icon-wrap{align-items:center;border:2px solid;display:flex;height:40px;justify-content:center;width:40px}.card--agrifact .icon-wrap .icon{fill:currentColor;height:16px;width:16px}.card--agrifact .metric{align-items:flex-end;display:flex;gap:4px;justify-content:center;margin:16px 0}.card--agrifact .metric>div{align-items:flex-end;display:flex;height:100%}.card--agrifact .metric .icon{height:2.25rem;width:2.25rem}@media screen and (min-width:640px){.card--agrifact .metric .icon{height:1.5rem;width:1.5rem}}.card--agrifact .metric .metric__value{font-family:var(--articulat-font);font-size:4.375rem;font-weight:700;letter-spacing:0;line-height:.75em}@media screen and (min-width:640px){.card--agrifact .metric .metric__value{font-size:2.5rem}}.card--agrifact .metric .metric__unit{font-family:var(--articulat-font);font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:1.8125rem}.card--agrifact .years{font-family:var(--articulat-font);font-size:1rem;font-weight:500;line-height:1.8125rem}.card--agrifact .product-icon .icon{fill:currentColor;height:27px;width:55px}.card--agrifact .product-icon .icon.icon-microessentials{width:100px}.column-content__image-fifty-fifty{align-items:center;display:flex;height:100%;justify-content:center}.column-content__image-fifty-fifty.image-fifty-fifty--rectangle.theme-dark{background:var(--color-bountiful)}.column-content__image-fifty-fifty.image-fifty-fifty--rectangle .image-fifty-fifty__inside-wrap{width:100%}.column-content__image-fifty-fifty.image-fifty-fifty--rectangle .image-fifty-fifty__image-holder{height:234px;width:100%}@media screen and (min-width:400px){.column-content__image-fifty-fifty.image-fifty-fifty--rectangle .image-fifty-fifty__image-holder{height:300px}}@media screen and (min-width:640px){.column-content__image-fifty-fifty.image-fifty-fifty--rectangle .image-fifty-fifty__image-holder{height:400px}}@media screen and (min-width:960px){.column-content__image-fifty-fifty.image-fifty-fifty--rectangle .image-fifty-fifty__image-holder{height:496px}.column-content__image-fifty-fifty.image-fifty-fifty--round{padding-bottom:0}}.column-content__image-fifty-fifty.image-fifty-fifty--round.theme-dark{background:var(--color-bountiful)}.column-content__image-fifty-fifty.image-fifty-fifty--round .image-fifty-fifty__image-holder{border-radius:50%;height:190px;width:190px}@media screen and (min-width:960px){.column-content__image-fifty-fifty.image-fifty-fifty--round .image-fifty-fifty__image-holder{height:496px;width:496px}}.column-content__image-fifty-fifty.cell-1-child{background-position:50%}@media screen and (min-width:960px){.column-content__image-fifty-fifty.cell-1-child{padding-right:30px}.column-content__image-fifty-fifty.cell-1-child.image-fifty-fifty--rectangle .image-fifty-fifty__image-holder{background-position:50%;background-size:cover}.column-content__image-fifty-fifty.cell-1-child.image-fifty-fifty--round{justify-content:flex-end}}@media screen and (min-width:980px){.column-content__image-fifty-fifty.cell-1-child{padding-right:40px}}.column-content__image-fifty-fifty.cell-2-child{background-position:50%}.column-content__image-fifty-fifty.cell-2-child.image-fifty-fifty--round{padding-bottom:24px}@media screen and (min-width:960px){.column-content__image-fifty-fifty.cell-2-child{padding-left:30px}.column-content__image-fifty-fifty.cell-2-child.image-fifty-fifty--rectangle .image-fifty-fifty__image-holder{background-position:50%;background-size:cover}.column-content__image-fifty-fifty.cell-2-child.image-fifty-fifty--round{justify-content:flex-start;max-width:450px;padding-bottom:0}}@media screen and (min-width:980px){.column-content__image-fifty-fifty.cell-2-child{padding-left:40px}}.column-content__image-fifty-fifty .image-fifty-fifty__image-holder{background-repeat:no-repeat;background-size:cover}.column-content__image-fifty-fifty .image-fifty-fifty__image-holder--rounded-top-left{border-top-left-radius:40px}.column-content__image-fifty-fifty .image-fifty-fifty__image-holder--rounded-top-right{border-top-right-radius:40px}.column-content__image-fifty-fifty .image-fifty-fifty__image-holder--rounded-bottom-left{border-bottom-left-radius:40px}.column-content__image-fifty-fifty .image-fifty-fifty__image-holder--rounded-bottom-right{border-bottom-right-radius:40px}@media screen and (min-width:960px){.column-content__image-fifty-fifty .image-fifty-fifty__image-holder.mobile{display:none}}.column-content__image-fifty-fifty .image-fifty-fifty__image-holder.desktop{display:none}@media screen and (min-width:960px){.column-content__image-fifty-fifty .image-fifty-fifty__image-holder.desktop{display:block}}.column-content__text-fifty-fifty{align-items:center;display:flex;height:100%}.column-content__text-fifty-fifty .text-fifty-fifty__positioner{height:100%;padding:28px 0 24px;text-align:center;width:100%}@media screen and (min-width:960px){.column-content__text-fifty-fifty .text-fifty-fifty__positioner{align-items:center;display:flex;padding:0;text-align:left}}.column-content__text-fifty-fifty h2,.column-content__text-fifty-fifty h3{margin-bottom:32px}.column-content__text-fifty-fifty h2 b,.column-content__text-fifty-fifty h2 strong,.column-content__text-fifty-fifty h3 b,.column-content__text-fifty-fifty h3 strong{font-weight:800}.column-content__text-fifty-fifty h2 sup,.column-content__text-fifty-fifty h3 sup{font-size:62%;position:relative}.column-content__text-fifty-fifty h2{font-size:24px;line-height:32px}.column-content__text-fifty-fifty h2 sup{top:-8px}@media screen and (min-width:960px){.column-content__text-fifty-fifty h2{font-size:56px;line-height:65px}.column-content__text-fifty-fifty h2 sup{top:-20px}}.column-content__text-fifty-fifty h3{font-size:24px;line-height:32px}.column-content__text-fifty-fifty h3 sup{top:-8px}@media screen and (min-width:960px){.column-content__text-fifty-fifty h3{font-size:40px;line-height:48px}.column-content__text-fifty-fifty h3 sup{top:-13px}}.column-content__text-fifty-fifty .text-fifty-fifty__text-content{font-size:16px;line-height:24px}@media screen and (min-width:960px){.column-content__text-fifty-fifty .text-fifty-fifty__text-content{font-size:20px;line-height:24px}}.column-content__text-fifty-fifty .text-fifty-fifty__text-content b,.column-content__text-fifty-fifty .text-fifty-fifty__text-content strong{font-weight:800}.column-content__text-fifty-fifty .text-fifty-fifty__text-content em,.column-content__text-fifty-fifty .text-fifty-fifty__text-content i{font-style:italic}.column-content__text-fifty-fifty .text-fifty-fifty__text-content sub,.column-content__text-fifty-fifty .text-fifty-fifty__text-content sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.column-content__text-fifty-fifty .text-fifty-fifty__link-wrap{display:flex;justify-content:center;margin-top:32px}@media screen and (min-width:960px){.column-content__text-fifty-fifty .text-fifty-fifty__link-wrap{justify-content:flex-start}}.column-content__text-fifty-fifty .text-fifty-fifty__button{font-size:16px;line-height:19px;padding:8px 20px}.column-content__text-fifty-fifty .text-fifty-fifty__inside-wrap{margin:0 auto;max-width:640px;padding:0 16px}@media screen and (min-width:640px){.column-content__text-fifty-fifty .text-fifty-fifty__inside-wrap{padding:0 24px}}@media screen and (min-width:960px){.column-content__text-fifty-fifty.cell-1-child{justify-content:right}.column-content__text-fifty-fifty.cell-1-child .text-fifty-fifty__inside-wrap{padding:0 0 0 28px}.column-content__text-fifty-fifty.cell-2-child{justify-content:left}.column-content__text-fifty-fifty.cell-2-child .text-fifty-fifty__inside-wrap{padding:0 28px 0 0}}.column-content__text-fifty-fifty.theme-dark .text-fifty-fifty__positioner{background:var(--color-bountiful)}.column-content__text-fifty-fifty.theme-dark h2,.column-content__text-fifty-fifty.theme-dark h3,.column-content__text-fifty-fifty.theme-dark p{color:var(--color-white)}.column-content__video-fifty-fifty{display:flex;height:100%;justify-content:center;margin:0}.column-content__video-fifty-fifty .video-fifty-fifty__inside-wrap{position:relative}.column-content__video-fifty-fifty.video-fifty-fifty--rectangle.theme-dark{background:var(--color-bountiful)}.column-content__video-fifty-fifty.video-fifty-fifty--rectangle .video-fifty-fifty__inside-wrap{width:100%}.column-content__video-fifty-fifty.video-fifty-fifty--rectangle .video-fifty-fifty__image-holder{height:234px;width:100%}.column-content__video-fifty-fifty.video-fifty-fifty--rectangle .video-fifty-fifty__image-holder--rounded-top-left{border-top-left-radius:40px}.column-content__video-fifty-fifty.video-fifty-fifty--rectangle .video-fifty-fifty__image-holder--rounded-top-right{border-top-right-radius:40px}.column-content__video-fifty-fifty.video-fifty-fifty--rectangle .video-fifty-fifty__image-holder--rounded-bottom-left{border-bottom-left-radius:40px}.column-content__video-fifty-fifty.video-fifty-fifty--rectangle .video-fifty-fifty__image-holder--rounded-bottom-right{border-bottom-right-radius:40px}@media screen and (min-width:400px){.column-content__video-fifty-fifty.video-fifty-fifty--rectangle .video-fifty-fifty__image-holder{height:300px}}@media screen and (min-width:640px){.column-content__video-fifty-fifty.video-fifty-fifty--rectangle .video-fifty-fifty__image-holder{height:410px}}.column-content__video-fifty-fifty.video-fifty-fifty--rectangle .video-fifty-fifty__button-wrapper{height:234px}@media screen and (min-width:400px){.column-content__video-fifty-fifty.video-fifty-fifty--rectangle .video-fifty-fifty__button-wrapper{height:300px}}@media screen and (min-width:640px){.column-content__video-fifty-fifty.video-fifty-fifty--rectangle .video-fifty-fifty__button-wrapper{height:410px}}@media screen and (min-width:960px){.column-content__video-fifty-fifty.video-fifty-fifty--round{padding-bottom:0}}.column-content__video-fifty-fifty.video-fifty-fifty--round.theme-dark{background:var(--color-bountiful)}.column-content__video-fifty-fifty.video-fifty-fifty--round .video-fifty-fifty__image-holder{border-radius:50%;height:190px;width:190px}@media screen and (min-width:960px){.column-content__video-fifty-fifty.video-fifty-fifty--round .video-fifty-fifty__image-holder{height:370px;width:370px}}.column-content__video-fifty-fifty.video-fifty-fifty--round .video-fifty-fifty__button-wrapper{height:190px;width:190px}@media screen and (min-width:960px){.column-content__video-fifty-fifty.video-fifty-fifty--round .video-fifty-fifty__button-wrapper{height:370px;width:370px}}.column-content__video-fifty-fifty.cell-1-child{background-position:50%}.column-content__video-fifty-fifty.cell-1-child.video-fifty-fifty--round{padding-top:24px}@media screen and (min-width:960px){.column-content__video-fifty-fifty.cell-1-child{margin:0 0 0 auto;padding-right:0}.column-content__video-fifty-fifty.cell-1-child.video-fifty-fifty--rectangle .video-fifty-fifty__image-holder{background-position:50%;background-size:cover}.column-content__video-fifty-fifty.cell-1-child.video-fifty-fifty--round{justify-content:flex-end;padding-top:0}}.column-content__video-fifty-fifty.cell-2-child{background-position:50%}.column-content__video-fifty-fifty.cell-2-child.video-fifty-fifty--round{padding-bottom:24px}@media screen and (min-width:960px){.column-content__video-fifty-fifty.cell-2-child{margin:0 auto 0 0;padding-left:0}.column-content__video-fifty-fifty.cell-2-child.video-fifty-fifty--rectangle .video-fifty-fifty__image-holder{background-position:50%;background-size:cover}.column-content__video-fifty-fifty.cell-2-child.video-fifty-fifty--round{justify-content:flex-start;padding-bottom:0}}.column-content__video-fifty-fifty .video-fifty-fifty__image-holder{background-repeat:no-repeat;background-size:cover}@media screen and (min-width:960px){.column-content__video-fifty-fifty .video-fifty-fifty__image-holder.mobile{display:none}}.column-content__video-fifty-fifty .video-fifty-fifty__image-holder.desktop{display:none}@media screen and (min-width:960px){.column-content__video-fifty-fifty .video-fifty-fifty__image-holder.desktop{display:block}}.column-content__video-fifty-fifty .video-fifty-fifty__button-wrapper{align-items:center;display:flex;justify-content:center;position:absolute;top:0;width:100%}.column-content__video-fifty-fifty .video-fifty-fifty__button-wrapper .video-fifty-fifty__play-btn{align-items:center;background:var(--color-white);border-radius:50%;color:var(--color-black);display:flex;height:60px;justify-content:center;width:60px}@media screen and (min-width:640px){.column-content__video-fifty-fifty .video-fifty-fifty__button-wrapper .video-fifty-fifty__play-btn{height:80px;width:80px}}.column-content__video-fifty-fifty .video-fifty-fifty__button-wrapper .video-fifty-fifty__play-btn svg{height:20px;margin-left:4px;width:18px}@media screen and (min-width:640px){.column-content__video-fifty-fifty .video-fifty-fifty__button-wrapper .video-fifty-fifty__play-btn svg{height:30px;margin-left:4px;width:24px}}.column-content__video-fifty-fifty .video-fifty-fifty__headline{display:block;margin-top:48px;width:100%}.column-content__video-fifty-fifty .video-fifty-fifty__headline p{color:var(--color-text);font-family:var(--articulat-font);font-size:2rem;font-weight:700;line-height:2.1875rem;margin:0 0 14px}.footer{display:block;font-family:var(--inter-font);margin:0 auto;max-width:1200px;padding:30px 0 10px;width:100%}@media screen and (min-width:960px){.footer{padding:60px 0 30px}}.footer__logo{display:block;margin:0 auto;width:130px}@media screen and (min-width:960px){.footer__logo{margin:0;width:160px}}.footer__logo img,.footer__text{display:block;width:100%}.footer__text{color:var(--color-text);font-size:.875rem;line-height:1.5rem;margin-bottom:18px}@media screen and (min-width:960px){.footer__text{font-size:1rem;line-height:1.75rem}}.footer__menu-links{display:block;text-align:left;width:100%}@media screen and (min-width:640px){.footer__menu-links{text-align:center}}@media screen and (min-width:960px){.footer__menu-links{text-align:right}}.footer__menu-links a{color:var(--color-text);display:inline-block;font-size:.875rem;font-weight:500;line-height:1.75rem;margin:0 0 20px;text-decoration:none;vertical-align:top;width:45%}@media screen and (min-width:960px){.footer__menu-links a{font-size:1rem;margin:0 0 0 50px;width:auto}}.footer__menu-links a:focus,.footer__menu-links a:hover{text-decoration:underline}.footer__external-link{background-color:transparent;border-bottom:1px solid var(--color-text);color:var(--color-text);font-size:16px;line-height:1.75rem;text-decoration:none}@media screen and (min-width:960px){.footer__external-link{font-size:20px;margin-top:30px}}@media screen and (min-width:1440px){.footer__external-link{margin-top:0}}.footer__second-column{display:block}.footer__menu-link{color:var(--color-text);font-size:14px;line-height:1.0625rem;text-align:center;text-decoration:none}.footer__newsletter{text-align:center}@media screen and (min-width:960px){.footer__newsletter{max-width:100%;text-align:right}.footer__newsletter.uk-grid-margin{margin-top:60px}}.footer__legal-menu{margin-top:0;order:2}@media screen and (min-width:960px){.footer__legal-menu{margin-top:40px;order:1}}.footer__legal-menu .legal-links{display:block;line-height:.875rem;text-align:center;width:100%}@media screen and (min-width:960px){.footer__legal-menu .legal-links{display:inline-block;text-align:left;width:auto}}.footer__legal-menu .legal-links a{margin:0 8px}@media screen and (min-width:960px){.footer__legal-menu .legal-links a{margin:0 16px 0 0}}.footer__copyright{color:var(--color-text);font-size:14px;line-height:1.0625rem;margin-top:30px;text-align:center;text-decoration:none;width:100%}@media screen and (min-width:960px){.footer__copyright{display:inline-block;margin-top:0;text-align:left;width:auto}}.footer__social-icons{margin-top:0;order:1;text-align:center}@media screen and (min-width:960px){.footer__social-icons{margin-top:40px;text-align:right}}.footer__social-icons a{display:inline-block;height:18px;margin:0 30px 0 0;width:18px}@media screen and (min-width:960px){.footer__social-icons a{margin:0 0 0 30px}}.footer__social-icons a svg{display:block;height:1.125rem;width:1.125rem}.header{background-color:var(--color-white);border-bottom:.5px solid rgba(0,0,0,.5);display:block;height:73px;left:0;margin:auto;max-width:1200px;padding:16px 0;position:fixed;right:0;top:0;width:100%;z-index:100}.header .header__main-container.uk-container{padding-left:0;padding-right:0}@media screen and (min-width:960px){.header .navbar{padding:0 30px}}.header__header-wrapper{display:flex;justify-content:space-between;margin-left:0}@media screen and (min-width:960px){.header{height:auto;padding:0}}.header.gradient-active,.header.gradient-active #mega-menu-wrap-primary{background-color:transparent}.header.nav-up{background-color:hsla(0,0%,100%,.8)}.header.nav-up #mega-menu-wrap-primary{background-color:transparent}.header.nav-up .crop-region-filter{display:none}.header .uk-container{padding-left:24px;padding-right:24px}.header .uk-grid{flex-wrap:nowrap}@media screen and (min-width:640px){.header__logo-container{padding-left:0}}.header__logo{align-items:center;display:flex;height:100%;width:100%}.header__logo a{display:block;padding:0;width:100%}.header__logo img{display:block;max-width:130px;width:100%}.header__menu-container{align-items:center;display:flex;padding-right:24px;position:relative;text-align:right}@media screen and (min-width:960px){.header__menu-container{display:block;padding-left:15px;padding-right:0}}@media screen and (min-width:1600px){.header__menu-container{padding-left:30px}}.header__menu-container .mobile-crop-icon{position:absolute;right:40px;top:3px}.header__menu-container .mobile-crop-icon .header__crop-region-button{background-color:transparent;border:1px solid var(--color-leaf);border-radius:0;color:var(--color-black);display:block;padding:10px;position:relative}.header__menu-container .mobile-crop-icon .header__crop-region-button.open{color:var(--color-black)}.header__menu{display:inline-block;width:100%}@media screen and (min-width:960px){.header__menu{width:auto}}@media screen and (min-width:960px){.header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu{margin:0 0 0 24px}}.header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu.mega-toggle-on .mega-indicator{transform:rotate(180deg)}.header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu{padding:35px 15px}.header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu:before{background-color:var(--color-growth);content:"";display:block;height:100%;left:-80%;position:absolute;top:0;width:100%;z-index:-1}.header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu:after{background-color:var(--color-growth);content:"";display:block;height:100%;position:absolute;right:-80%;top:0;width:100%;z-index:-1}.header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.menu-title>a.mega-menu-link{font-size:.6875rem}.header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.bold-menu>a.mega-menu-link{font-size:20px;font-weight:700;line-height:1.5rem}.header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item a{display:block;margin-bottom:7px}.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu_icon .mega-menu-link svg{display:inline-block;height:1.0625rem;margin-right:8px;vertical-align:middle;width:1.0625rem}@media screen and (max-width:1170px){.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item{margin:0 5px}.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a{font-size:.8125rem;padding:0 16px}}@media screen and (max-width:1110px){.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a{font-size:.8125rem;padding:0 13px}}@media screen and (max-width:1070px){.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a{font-size:.8125rem;padding:0 8px}}@media screen and (max-width:1025px){.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a{padding:0 3px}}.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a sup{position:relative;right:-1px;top:-4px}.header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block{margin:0;position:relative;top:0}.header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block .mega-toggle-animated-box{width:30px}.header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block .mega-toggle-animated-box .mega-toggle-animated-inner{height:3px;width:30px}.header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block .mega-toggle-animated-box .mega-toggle-animated-inner:before{display:none}.header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block .mega-toggle-animated-box .mega-toggle-animated-inner:after{height:3px;top:12px;width:30px}.header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner:after{transform:translate3d(0,-13px,0) rotate(-90deg)}.header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary{height:95vh;margin-top:16px;overflow:hidden;overflow-y:scroll;padding:20px 16px 160px}.header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary li.mega-menu-item a{font-size:16px}.header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary li.mega-menu-item a>.mega-indicator{float:none;margin-left:10px;transform:rotate(-90deg)}.header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary li.mega-menu-item .mega-sub-menu{background-color:var(--color-white);padding:0}.header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary li.mega-menu-item .mega-sub-menu:after,.header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary li.mega-menu-item .mega-sub-menu:before{display:none}.header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary li.mega-menu-item>ul.mega-sub-menu.mobile-active-submenu{background-color:var(--color-white);height:100%;overflow:hidden;overflow-y:scroll;padding:38px 18px 200px;position:fixed;top:65px;z-index:1}.header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-blocks-right .mega-toggle-block .mega-toggle-animated-box{border:3px solid;border-radius:50%;height:30px;width:30px}.header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-blocks-right .mega-toggle-block .mega-toggle-animated-box .mega-toggle-animated-inner{height:3px;left:3px;top:3px;width:17px}.header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-blocks-right .mega-toggle-block .mega-toggle-animated-box .mega-toggle-animated-inner:after{top:20px;width:17px}.header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open.toggle-inactive,.header__search{display:none}@media screen and (min-width:960px){.header__search{display:inline-block}}.header__search .search-button{background-color:transparent;border:0;display:inline-block;font-family:var(--inter-font);font-size:.875rem;line-height:1rem}@media screen and (max-width:1170px){.header__search .search-button{font-size:.8125rem}}.header__search .search-button svg{display:inline-block;height:1.0625rem;margin-right:8px;vertical-align:middle;width:1.0625rem}.header__crop-region-button{align-items:center;background-color:var(--color-seed);border:0;border-radius:0 0 5px 5px;bottom:0;color:var(--color-text);cursor:pointer;display:none;font-size:1rem;font-weight:300;justify-content:center;line-height:1.0625rem;min-height:31px;min-width:180px;padding:14px 55px;position:fixed;right:0;transition:background-color .25s ease-in-out,color .25s ease-in-out,min-width .25s ease-in-out,min-height .25s ease-in-out;width:100%;z-index:10000000}@media screen and (min-width:960px){.header__crop-region-button{bottom:-31px;display:flex;font-size:.875rem;padding:7px 16px;position:absolute;right:0;width:auto}}.header__crop-region-button.mobile-active{display:block}.header__crop-region-button:hover{background-color:var(--color-black);color:var(--color-white)}.header__crop-region-button.open{background-color:var(--color-black);color:var(--color-white)}.header__crop-region-button .ready{opacity:1}.header__crop-region-button .header__crop-region-button-wrap{display:flex;justify-content:center}.header__crop-region-button .header__icon-wrapper{transition:width .25s ease-in-out}.header__crop-region-button .header__icon-wrapper.maximize{width:22px}.header__crop-region-button .header__crop-region-mobile-edit{display:block;text-align:center}@media screen and (min-width:960px){.header__crop-region-button .header__crop-region-mobile-edit{display:none}}.header__crop-region-button .header__crop-region-mobile-edit span{background-color:var(--color-black);border-radius:40px;color:var(--color-white);display:block;font-size:1rem;line-height:1.1875rem;margin:10px auto 0;padding:8px 16px;width:220px}.header__crop-region-button .header__crop-region-mobile-edit p{font-size:_cal-rem(16px);font-weight:700;line-height:1.1875rem}.header__crop-region-button .header__crop-region-mobile-edit .mobile-active-crop{display:none}.header__crop-region-button .header__crop-region-mobile-edit.mobile-active .mobile-active-crop{display:block}.header__crop-region-button .header__crop-region-mobile-edit.mobile-active .mobile-inactive-crop{display:none}.header__crop-region-button svg{display:none;height:13px;position:relative;top:1px;width:13px}.header__crop-region-button .header__crop-region-button-deselector{display:none;font-size:22px;position:relative;top:-1px}.header__crop-region-button .header__crop-region-button-crop.small-margin{margin-right:4px}.header__crop-region-button .header__crop-region-button-region.bold{font-weight:700}.header__crop-region{margin:72px auto 0;max-width:1200px;position:relative;width:100%}@media screen and (min-width:960px){.header__crop-region{margin-top:0}}.header__crop-region .header__crop-region-content{background:var(--color-growth);display:none;max-height:0;overflow:hidden;position:relative;transition:opacity .5s ease-in-out,max-height .3s ease-in-out;width:100%}.header__crop-region .header__crop-region-content.enabled{display:block}.header__crop-region .header__crop-region-content.open{height:auto;max-height:850px;opacity:1}@media screen and (min-width:960px){.header__crop-region .header__crop-region-content.open{height:654px;max-height:654px;overflow:auto}.header__crop-region .header__crop-region-content{max-width:1200px;position:fixed;z-index:10}}.header__crop-region .header__crop-region-content .header__scroll-select-indicators{bottom:10px;color:var(--color-white);font-size:10px;position:absolute;text-align:center;width:100%}@media screen and (min-width:640px){.header__crop-region .header__crop-region-content .header__scroll-select-indicators{bottom:16px;right:32px;width:auto}}@media screen and (min-width:960px){.header__crop-region .header__crop-region-content .header__scroll-select-indicators{bottom:16px;right:47%}}.header__crop-region .header__crop-region-content .header__scroll-select-indicators .icon{fill:var(--color-white);height:10px;margin-right:2px;position:relative;top:1px;width:10px}.header__crop-region .header__crop-region-content .header__scroll-select-indicators .icon.icon-map-select{margin-left:10px}.header__crop-region .header__region-choice{background:var(--color-bountiful);height:312px;order:2;overflow:auto;position:relative}@media screen and (min-width:640px){.header__crop-region .header__region-choice{height:550px}}@media screen and (min-width:960px){.header__crop-region .header__region-choice{min-height:654px;order:1;width:56.5%}}.header__crop-region .header__region-choice .header__region-map-expander{height:530px;margin:0 auto;max-height:530px;max-width:530px;transition:max-height .35s ease-in-out,max-width .35s ease-in-out;width:530px}.header__crop-region .header__region-choice .header__region-map-expander.expanding{height:850px;max-height:850px;max-width:850px;width:850px}@media screen and (min-width:640px){.header__crop-region .header__region-choice .header__region-map-expander.expanding{height:1550px;max-height:1550px;max-width:1550px;width:1550px}}@media screen and (min-width:1150px){.header__crop-region .header__region-choice .header__region-map-expander{height:600px;max-height:600px;max-width:600px;width:600px}}.header__crop-region .header__region-choice .header__region-map-wrapper{align-items:center;display:flex;height:100%;justify-content:center;margin:0 auto;max-height:530px;max-width:530px;position:relative;transition:max-height .35s ease-in-out,max-width .35s ease-in-out}.header__crop-region .header__region-choice .header__region-map-wrapper.growing{max-height:850px;max-width:850px}@media screen and (min-width:640px){.header__crop-region .header__region-choice .header__region-map-wrapper.growing{max-height:1550px;max-width:1550px}}@media screen and (min-width:960px){.header__crop-region .header__region-choice .header__region-map-wrapper{max-height:654px;max-width:100%;top:0}}.header__crop-region .header__region-choice .header__region-map-wrapper .header__region-map{fill:var(--color-growth);height:100%;position:relative;transition:top .2s ease-in-out}@media screen and (min-width:960px){.header__crop-region .header__region-choice .header__region-map-wrapper .header__region-map{top:70px}}@media screen and (min-width:1200px){.header__crop-region .header__region-choice .header__region-map-wrapper .header__region-map{top:0}}.header__crop-region .header__region-choice .header__region-map-wrapper .header__region-map g{pointer-events:fill}.header__crop-region .header__region-choice .header__region-map-wrapper .header__region-map path.name-line{stroke:var(--color-growth);pointer-events:none}.header__crop-region .header__region-choice .header__region-map-wrapper .header__region-map path.name-line.interior-line{stroke:var(--color-text)}.header__crop-region .header__region-choice .header__region-map-wrapper .header__region-map .region-group{transition:fill .25s ease-in-out}.header__crop-region .header__region-choice .header__region-map-wrapper .header__region-map .region-group:hover path{fill:var(--color-seed)}.header__crop-region .header__region-choice .header__region-map-wrapper .header__region-map .region-group.selected{fill:var(--color-seed)}.header__crop-region .header__region-choice .header__region-map-wrapper .header__region-map text{fill:var(--color-text);pointer-events:none}.header__crop-region .header__region-choice .header__region-map-wrapper .header__region-map text.invert-name{fill:var(--color-growth)}.header__crop-region .header__crop-choice{background:var(--color-growth);order:1;padding:42px 12px}@media screen and (min-width:640px){.header__crop-region .header__crop-choice{padding:42px 24px}}@media screen and (min-width:960px){.header__crop-region .header__crop-choice{order:2;padding:90px 24px;width:43.5%}}.header__crop-region .header__crop-choice h2{font-size:32px;font-weight:500;line-height:38px}@media screen and (min-width:960px){.header__crop-region .header__crop-choice h2{font-size:40px;line-height:48px}}.header__crop-region .header__crop-choice p{font-size:20px;line-height:24px}@media screen and (min-width:960px){.header__crop-region .header__crop-choice p{font-size:24px;line-height:32px}}.header__crop-region .header__crop-choice h3{font-size:24px;font-weight:700;line-height:32px}@media screen and (min-width:960px){.header__crop-region .header__crop-choice h3{font-size:32px;line-height:40px}}.header__crop-region .header__crop-choice .header__crop-choice-welcome h2{margin-bottom:24px}@media screen and (min-width:960px){.header__crop-region .header__crop-choice .header__crop-choice-welcome h2{margin-bottom:24px}}.header__crop-region .header__crop-choice .header__crop-choice-welcome p{margin-bottom:42px}@media screen and (min-width:960px){.header__crop-region .header__crop-choice .header__crop-choice-welcome p{margin-bottom:63px}}.header__crop-region .header__crop-choice .header__crop-choice-selector{display:none}.header__crop-region .header__crop-choice .header__crop-choice-selector h2{font-weight:400;margin-bottom:42px}@media screen and (min-width:960px){.header__crop-region .header__crop-choice .header__crop-choice-selector h2{font-size:32px;line-height:40px;margin-bottom:82px}}.header__crop-region .header__crop-choice .header__crop-choice-selector h2 span:nth-of-type(2){font-weight:700}.header__crop-region .header__crop-choice .header__crop-choice-selector h3{font-weight:400;margin-bottom:16px}@media screen and (min-width:960px){.header__crop-region .header__crop-choice .header__crop-choice-selector h3{font-size:34px;line-height:48px}}@media screen and (min-width:1092px){.header__crop-region .header__crop-choice .header__crop-choice-selector h3{font-size:40px}}.header__crop-region .header__crop-choice .header__crop-choice-selector .btn.btn--tertiary{background:transparent;border-color:var(--color-nutrient-text-gray);border-width:2px;cursor:auto;display:block;font-size:16px;margin:0 auto;padding:3px 20px;transition:background .25s ease-in-out,border-color .25s ease-in-out}.header__crop-region .header__crop-choice .header__crop-choice-selector .btn.btn--tertiary.activated{background:var(--color-seed);border-color:var(--color-seed);cursor:pointer}@media screen and (min-width:960px){.header__crop-region .header__crop-choice .header__crop-choice-selector .btn.btn--tertiary{margin:0}}.header__crop-region .header__crop-choice .header__crop-choice-selector .header__crop-dropdown{margin-bottom:32px}@media screen and (min-width:960px){.header__crop-region .header__crop-choice .header__crop-choice-selector .header__crop-dropdown{margin-bottom:48px}}.header__crop-region .header__crop-choice .header__crop-choice-selector .header__crop-dropdown button{background-color:var(--color-white);border:1px solid var(--color-black);border-radius:4px;display:block;font-size:20px;height:40px;max-width:100%;padding:0 0 0 12px;position:relative;text-align:left;text-transform:none;width:100%}@media screen and (min-width:960px){.header__crop-region .header__crop-choice .header__crop-choice-selector .header__crop-dropdown button{max-width:444px!important}}.header__crop-region .header__crop-choice .header__crop-choice-selector .header__crop-dropdown button .header__dropdown-button-placeholder{align-items:center;color:var(--color-inactive-gray);display:flex;font-size:12px;height:40px;left:0;opacity:1;padding-left:16px;position:absolute;top:0;transition:opacity .2s ease-in-out}.header__crop-region .header__crop-choice .header__crop-choice-selector .header__crop-dropdown button svg{height:14px;position:absolute;right:24px;top:13px;transform:scaleY(1);transition:transform .3s ease;width:20px}.header__crop-region .header__crop-choice .header__crop-choice-selector .header__crop-dropdown button[aria-expanded=true] svg{transform:scaleY(-1)}.header__crop-region .header__crop-choice .header__crop-choice-selector .header__crop-dropdown .header__crop-dropdown-wrapper{border:1px solid var(--color-nutrient-text-border);border-radius:5px;height:267px;max-width:100%;overflow:auto;padding:12px 0;width:100%}@media screen and (min-width:960px){.header__crop-region .header__crop-choice .header__crop-choice-selector .header__crop-dropdown .header__crop-dropdown-wrapper{max-width:400px!important}}@media screen and (min-width:1092px){.header__crop-region .header__crop-choice .header__crop-choice-selector .header__crop-dropdown .header__crop-dropdown-wrapper{max-width:444px!important}}.header__crop-region .header__crop-choice .header__crop-choice-selector .header__crop-dropdown .header__crop-dropdown-wrapper li{align-items:center;color:var(--color-black);cursor:pointer;display:flex;font-family:Inter;font-size:20px;font-weight:300;height:45px;margin:0;padding:0 0 0 13px;transition:background .25s ease-in-out}.header__crop-region .header__crop-choice .header__crop-choice-selector .header__crop-dropdown .header__crop-dropdown-wrapper li.selected,.header__crop-region .header__crop-choice .header__crop-choice-selector .header__crop-dropdown .header__crop-dropdown-wrapper li:hover{background:var(--color-growth)}.header__crop-region .header__crop-choice .header__crop-choice-selector .header__crop-dropdown .header__crop-dropdown-wrapper li svg{height:20px;margin-right:13px;width:20px}.header__crop-region .header__final-choice{background:var(--color-growth);display:none;height:420px;padding:42px 12px;width:100%}@media screen and (min-width:640px){.header__crop-region .header__final-choice{height:550px;padding:80px 24px}}@media screen and (min-width:960px){.header__crop-region .header__final-choice{min-height:654px;padding:80px 56px}}.header__crop-region .header__final-choice h2{font-size:32px;line-height:38px;margin-bottom:42px}@media screen and (min-width:960px){.header__crop-region .header__final-choice h2{font-size:40px;font-weight:500;line-height:48px;margin-bottom:0;padding:172px 0 56px}}.header__crop-region .header__final-choice h2 span:first-of-type,.header__crop-region .header__final-choice h2 span:nth-of-type(3){font-weight:700}.header__crop-region .header__final-choice .header__final-choice-buttons{margin:0 auto;max-width:228px;text-align:center;width:100%}@media screen and (min-width:820px){.header__crop-region .header__final-choice .header__final-choice-buttons{max-width:none;text-align:left}}.header__crop-region .header__final-choice .btn{border:2px solid var(--btn-border);font-size:16px;line-height:19px;padding:6px 20px}.header__crop-region .header__final-choice .header__enjoy-website{margin-bottom:32px}@media screen and (min-width:820px){.header__crop-region .header__final-choice .header__enjoy-website{margin-bottom:0;margin-right:48px}}.header__go-back-mobile{background-color:var(--color-seed);border-radius:40px;display:none;font-size:1rem;left:13px;line-height:1.1875rem;padding:8px 20px;position:fixed;text-align:right;top:13px;z-index:10000000}.header__go-back-mobile svg{display:inline-block;height:1.1875rem;margin-right:8px;vertical-align:middle;width:1.1875rem}.header.mobile-open{background-color:var(--color-white)}.agrisight{display:block;margin-top:30px;width:100%}.agrisight__header{border-bottom:1px solid var(--color-border-gray);display:block;margin-bottom:24px;padding-bottom:33px;position:relative;width:100%}@media screen and (min-width:960px){.agrisight__header{margin-bottom:42px;padding-bottom:58px}}.agrisight__header .logo-container{display:block;position:relative;width:100%}.agrisight__header .logo-container:after{background-color:var(--color-agrisights-yellow);content:"";display:block;height:6px;margin-top:24px;max-width:715px;width:100%}.agrisight__header .logo-container svg{display:block;height:64px;max-width:200px;width:100%}@media screen and (min-width:960px){.agrisight__header .logo-container svg{height:73px;max-width:226px}.agrisight__header .entry-container{padding-left:10px}}.agrisight__header h1{display:block;font-size:1.5rem;line-height:1.75rem;margin-bottom:24px;margin-top:24px;max-width:655px;width:100%}@media screen and (min-width:960px){.agrisight__header h1{font-size:3.5rem;line-height:4rem;margin-top:48px}}.agrisight__header .issue-number{color:var(--color-border-gray);display:block;font-size:1.25rem;line-height:1.25rem;width:100%}.agrisight__header .btn{display:block;font-size:1rem;line-height:1.1875rem;margin:20px auto 0;padding:8px 20px;width:-moz-fit-content;width:fit-content}@media screen and (min-width:960px){.agrisight__header .btn{margin:32px 0 0}}.agrisight__header .btn svg{height:1.1875rem;margin-left:8px}.agrisight__body .fact-list{border-bottom:1px solid var(--color-border-gray);list-style:disc;margin-bottom:24px;padding-bottom:24px;padding-left:30px}@media screen and (min-width:960px){.agrisight__body .fact-list{margin-bottom:48px;padding-bottom:48px}}.agrisight__body .fact-list li{color:var(--color-border-gray);font-size:1.25rem;line-height:1.5rem;padding-bottom:0;padding-left:0;padding-right:0}@media screen and (min-width:960px){.agrisight__body .fact-list li{padding-bottom:24px;padding-right:20px}}.agrisight__body .entry-introduction{border-bottom:1px solid var(--color-border-gray);display:block;margin-bottom:24px;padding-bottom:24px;width:100%}@media screen and (min-width:960px){.agrisight__body .entry-introduction{margin-bottom:48px;padding-bottom:48px}.agrisight__body .entry-container{padding-left:10px}}.agrisight__body h2{color:var(--color-black);display:block;font-size:1.5rem;line-height:1.8125rem;margin-bottom:24px;width:100%}@media screen and (min-width:960px){.agrisight__body h2{font-size:2.5rem;line-height:2.5625rem}}.agrisight__body h3{display:block;font-size:1.25rem;line-height:1.5rem;margin-bottom:24px;width:100%}@media screen and (min-width:960px){.agrisight__body h3{font-size:1.5rem;line-height:1.5rem;margin-bottom:16px}}.agrisight__body p{color:var(--color-border-gray);display:block;font-size:1.25rem;line-height:1.5rem;margin-bottom:24px;width:100%}.agrisight__body b,.agrisight__body strong{color:var(--color-black);font-weight:700}.agrisight__body em,.agrisight__body i{font-style:italic}.agrisight__body a{color:var(--color-border-gray);font-size:1.25rem;line-height:1.5rem;text-decoration:underline}.agrisight__body ul{list-style:disc;padding-left:19px}.agrisight__body ul li{color:var(--color-border-gray);font-size:1.25rem;line-height:1.5rem;margin-bottom:24px}.agrisight__body ol{list-style:decimal;padding-left:19px}.agrisight__body ol li{color:var(--color-border-gray);font-size:1.25rem;line-height:1.5rem;margin-bottom:24px}.agrisight__body figure{display:block;max-width:475px;width:100%!important}.agrisight__body figure figcaption{color:var(--color-border-gray);display:block;font-size:1.25rem;line-height:1.5rem;margin-bottom:24px;width:100%}.agrisight__body img{display:block;margin:24px 0 16px;max-width:475px;width:100%}.agrisight__related-content{display:block;margin-top:48px;width:100%}@media screen and (min-width:960px){.agrisight__related-content{border-top:1px solid var(--color-border-gray);padding-top:48px}}.agrisight__related-content .related-title{color:var(--color-border-gray);font-size:1rem;font-weight:800;letter-spacing:3px;line-height:1.5rem;margin-bottom:24px}@media screen and (min-width:960px){.agrisight__related-content .related-title{font-size:1.25rem;line-height:1.5rem;margin-bottom:16px}}.agrisight__related-content .post-link{color:var(--color-link-gray);display:block;font-size:1.25rem;font-weight:500;line-height:1.5rem;margin-bottom:24px;width:100%}.agrisight__related-content .post-link:hover{text-decoration:underline}.agrisight__related-content .related-tags-list li{margin-bottom:24px;margin-top:0}.agrisight__related-content .related-tags-list li .tag-link{color:var(--color-link-gray);font-size:1.25rem;font-weight:500;line-height:1.5rem;margin-bottom:24px;margin-top:0;max-width:50%}.agrisight__related-content .related-tags-list li .tag-link:hover{text-decoration:underline}.agrisight__share-container.share-desktop{display:none}@media screen and (min-width:960px){.agrisight__share-container.share-desktop{display:block}}.agrisight__share-container.share-mobile{display:block;margin-bottom:75px;margin-top:24px}@media screen and (min-width:960px){.agrisight__share-container.share-mobile{display:none}}.agrisight__share-container p{color:var(--color-border-gray);font-size:1rem;font-weight:800;letter-spacing:3px;line-height:1.5rem;margin-bottom:12px}@media screen and (min-width:960px){.agrisight__share-container p{font-size:1.25rem;line-height:1.5rem}}.agrisight .sharethis-inline-share-buttons .st-btn{border:1px solid var(--color-black)!important;margin-right:3px!important}.agrisight .sharethis-inline-share-buttons .st-btn img{margin:0}.video-articles__header{border-bottom:6px solid var(--color-green-leaf);padding-bottom:30px}@media screen and (min-width:960px){.video-articles__header{border:0;padding-bottom:unset}}.video-articles__header h1{display:block;font-size:2rem;line-height:2.25rem;margin-bottom:24px;margin-top:45px;width:100%}@media screen and (min-width:960px){.video-articles__header h1{font-size:4rem;line-height:4.5rem;margin-top:75px}}.video-articles__body{margin-bottom:60px;margin-top:32px}@media screen and (min-width:960px){.video-articles__body{margin-top:75px}}.video-articles__body .entry-container .video-holder{margin-bottom:3%;padding:56.25% 0 0;position:relative}.video-articles__body .entry-container .video-holder iframe{height:100%;left:0;position:absolute;top:0;width:100%}.video-articles__body .entry-container .entry-content p{color:var(--color-dove-gray);display:block;font-size:1.25rem;line-height:1.625rem;margin-bottom:24px;width:100%}.video-articles__body .entry-container .entry-content p strong{font-weight:700}.video-articles__related-content{display:block;margin-top:48px;width:100%}@media screen and (min-width:960px){.video-articles__related-content{border-top:1px solid var(--color-dove-gray);padding-top:48px}}.video-articles__share-container.share-desktop{display:none}@media screen and (min-width:960px){.video-articles__share-container.share-desktop{display:block}}.video-articles__share-container.share-mobile{display:block;margin-bottom:75px;margin-top:24px}@media screen and (min-width:960px){.video-articles__share-container.share-mobile{display:none}}.video-articles__share-container p{color:var(--color-dove-gray);font-size:1rem;font-weight:800;letter-spacing:3px;line-height:1.5rem;margin-bottom:12px}@media screen and (min-width:960px){.video-articles__share-container p{font-size:1.25rem;line-height:1.5rem}}.video-articles .sharethis-inline-share-buttons .st-btn{border:1px solid var(--color-black)!important;margin-right:3px!important}.video-articles .sharethis-inline-share-buttons .st-btn img{margin:0}.success-story__header{border-bottom:2px solid var(--color-silver-chalis);margin-top:48px;padding-bottom:64px}.success-story__header .title h1:after{background-color:var(--color-buddha-gold);content:"";display:block;height:6px;margin-top:24px;max-width:715px;width:100%}.success-story__header .entry-container h2{margin-bottom:24px;margin-top:48px}@media screen and (min-width:640px){.success-story__header .entry-container h2{margin-bottom:24px}}.success-story__header .entry-container p{color:var(--color-dove-gray);display:block;font-size:1.25rem;line-height:1.5rem;margin-bottom:24px;width:100%}.success-story__header .entry-container b,.success-story__header .entry-container strong{color:var(--color-black);font-weight:700}.success-story__body{margin-bottom:48px;margin-top:48px}@media screen and (min-width:960px){.success-story__body{margin-top:75px}}.success-story__body .entry-content p{color:var(--color-dove-gray);display:block;font-size:1.25rem;line-height:1.625rem;margin-bottom:24px;width:100%}.success-story__body .entry-content p strong{font-weight:700}.success-story__related-content{display:block;margin-top:48px;width:100%}@media screen and (min-width:960px){.success-story__related-content{border-top:1px solid var(--color-dove-gray);padding-top:48px}}.success-story__share-container .share-mobile,.success-story__share-container.share-desktop{display:none}@media screen and (min-width:960px){.success-story__share-container.share-desktop{display:block}}.success-story__share-container.share-mobile{display:block;margin-bottom:75px;margin-top:24px}@media screen and (min-width:960px){.success-story__share-container.share-mobile{display:none}}.success-story__share-container p{color:var(--color-dove-gray);font-size:1rem;font-weight:800;letter-spacing:3px;line-height:1.5rem;margin-bottom:12px}@media screen and (min-width:960px){.success-story__share-container p{font-size:1.25rem;line-height:1.5rem}}.success-story .sharethis-inline-share-buttons .st-btn{border:1px solid var(--color-black)!important;margin-right:3px!important}.success-story .sharethis-inline-share-buttons .st-btn img{margin:0}.robust-article{display:block;margin-top:30px;width:100%}.robust-article .remove-padding-mobile{padding-left:0}@media screen and (min-width:960px){.robust-article .remove-padding-mobile{padding-left:25px}}.robust-article .uk-grid{margin-left:0}.robust-article__hero{background-position:50%;background-size:cover;display:none;height:567px;margin-bottom:25px;width:100%}@media screen and (min-width:960px){.robust-article__hero{display:block}}.robust-article__mobile-hero{background-position:50%;background-size:cover;display:block;height:362px;margin-bottom:35px;width:100%}@media screen and (min-width:960px){.robust-article__mobile-hero{display:none}}.robust-article__heading-container{border-bottom:6px solid var(--color-leaf);margin-bottom:24px;padding-bottom:24px}@media screen and (min-width:960px){.robust-article__heading-container{margin-bottom:48px;padding-bottom:48px}}.robust-article__body-container{display:flex;flex-direction:column-reverse}@media screen and (min-width:960px){.robust-article__body-container{flex-direction:row}}.robust-article__related-content{display:block;margin-top:48px;width:100%}@media screen and (min-width:960px){.robust-article__related-content{border-top:1px solid var(--color-border-gray);padding-top:48px}}.robust-article-heading__title{color:var(--color-text);font-size:2rem;line-height:2.25rem;margin-bottom:24px}@media screen and (min-width:960px){.robust-article-heading__title{font-size:4rem;line-height:4.375rem}}.robust-article-heading__intro{color:#666;font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:960px){.robust-article-heading__intro{font-size:1rem;line-height:1.375rem}}.bio__expand-button{background-color:transparent;border:0;color:var(--color-text);cursor:pointer;display:block;font-family:var(--inter-font);font-size:.9375rem;line-height:1.375rem;margin-bottom:24px;text-align:center;width:auto}@media screen and (min-width:640px){.bio__expand-button{text-align:left}}.bio__expand-button span{font-style:italic}.bio__expand-button svg{fill:var(--color-seed);color:var(--color-seed);display:inline-block;height:1rem;margin-right:17px;vertical-align:middle;width:1rem}.bio__author-title.modal-title{padding-left:0!important}.robust-article-details{border-top:1px solid #666;margin-top:48px;padding-top:13px}@media screen and (min-width:960px){.robust-article-details{border-top:0;margin-top:0;padding-top:0}}.robust-article-details__author-name{color:#666;display:block;font-size:1rem;font-weight:800;line-height:1rem;margin-bottom:8px;width:100%}@media screen and (min-width:640px){.robust-article-details__author-name{margin-bottom:14px;text-align:left}}.robust-article-details__author-title{color:#999;display:block;font-size:1rem;font-style:italic;line-height:1rem;margin-bottom:16px;width:100%}@media screen and (min-width:640px){.robust-article-details__author-title{text-align:left}}.robust-article-details__author-image{border-radius:100%;display:block;height:150px;margin-bottom:16px;width:150px}@media screen and (min-width:640px){.robust-article-details__author-image{margin:auto auto 16px}}.robust-article-details__share p{color:#666;font-size:1rem;font-weight:800;letter-spacing:3px;line-height:1.5rem;margin-bottom:12px}@media screen and (min-width:960px){.robust-article-details__share p{font-size:1.25rem;line-height:1.5rem}}.robust-article-details .sharethis-inline-share-buttons .st-btn{border:1px solid var(--color-black)!important;margin-right:3px!important}.robust-article-details .sharethis-inline-share-buttons .st-btn img{margin:0}.robust-article-entry-container h3{margin:24px 0}.robust-article-entry-container p{margin:8px 0}.robust-article-entry-container b,.robust-article-entry-container strong{font-weight:700}.robust-article-entry-container ul li{margin:16px 0}.robust-article-entry-container .ra-video-slider-holder__desktop{display:none}.robust-article-entry-container .ra-video-slider-holder__mobile{display:block}.robust-article-entry-container .ra-video-slider-holder__mobile ul li{padding:0!important;width:100%}@media screen and (min-width:960px){.robust-article-entry-container .ra-video-slider-holder__mobile{display:none}.robust-article-entry-container .ra-video-slider-holder__desktop{display:block}.robust-article-entry-container .ra-video-slider-holder__desktop ul li{padding:0!important;width:60%}}.robust-article-entry-container .img-slider-shtcode li{padding-left:5px!important}@media screen and (min-width:640px){.robust-article-entry-container .img-slider-shtcode img{height:500px;width:100%}}.robust-article-entry-container .img-slider-shtcode .cust-nav svg polyline{stroke-width:3}.standard-article__header{border-bottom:6px solid var(--color-green-leaf);margin-bottom:24px;padding-bottom:24px}@media screen and (min-width:960px){.standard-article__header{margin-bottom:48px;padding-bottom:48px}}.standard-article__header h1{display:block;font-size:2rem;line-height:2.25rem;margin-bottom:24px;margin-top:45px;width:100%}@media screen and (min-width:960px){.standard-article__header h1{font-size:4rem;line-height:4.5rem;margin-top:75px}}.standard-article__body p{color:var(--color-dove-gray);display:block;font-size:1.25rem;line-height:1.5rem;margin-bottom:24px;width:100%}.standard-article__body p strong{font-weight:700}.standard-article__body .author_holder .author_name,.standard-article__body .author_holder .author_title{font-size:1rem;font-style:italic;font-weight:500;line-height:1.25rem}@media screen and (min-width:960px){.standard-article__body .author_holder .author_name,.standard-article__body .author_holder .author_title{font-size:1.25rem;line-height:3.5rem}}.standard-article__body .img_captions_holder{display:flex;flex-direction:column;font-weight:700}.standard-article__body .img_captions_holder img{max-height:11.0625rem;max-width:12.5rem}@media screen and (min-width:960px){.standard-article__body .img_captions_holder{flex-direction:row}.standard-article__body .img_captions_holder img{max-height:24.375rem;max-width:27.5625rem}}.standard-article__body .img_captions_holder .caption_holder{display:flex;flex-direction:column}@media screen and (min-width:960px){.standard-article__body .img_captions_holder .caption_holder{padding-left:48px}}.standard-article__body .img_captions_holder .caption_holder h2{display:inline-flex;font-size:1.5rem;font-weight:700;line-height:2rem;margin-bottom:24px;margin-top:24px}@media screen and (min-width:960px){.standard-article__body .img_captions_holder .caption_holder h2{font-size:3rem;line-height:3.125rem}}.standard-article__related-content{border-top:1px solid var(--color-dove-gray);display:block;margin-top:24px;padding-top:48px;width:100%}@media screen and (min-width:960px){.standard-article__related-content{margin-top:48px}}.standard-article__share-container .share-mobile,.standard-article__share-container.share-desktop{display:none}@media screen and (min-width:960px){.standard-article__share-container.share-desktop{display:block}}.standard-article__share-container.share-mobile{display:block;margin-bottom:75px;margin-top:24px}@media screen and (min-width:960px){.standard-article__share-container.share-mobile{display:none}}.standard-article__share-container p{color:var(--color-dove-gray);font-size:1rem;font-weight:800;letter-spacing:3px;line-height:1.5rem;margin-bottom:12px}@media screen and (min-width:960px){.standard-article__share-container p{font-size:1.25rem;line-height:1.5rem}}.standard-article .sharethis-inline-share-buttons .st-btn{border:1px solid var(--color-black)!important;margin-right:3px!important}.standard-article .sharethis-inline-share-buttons .st-btn img{margin:0}@media screen and (min-width:960px){.directions-for-use__header{padding-bottom:51px}}.directions-for-use__header h1{font-size:2.5rem;font-weight:500;line-height:2.5rem;margin-top:48px}@media screen and (min-width:960px){.directions-for-use__header h1{font-size:4rem;line-height:4.5rem}}.directions-for-use__header h1:after{background-color:var(--color-corn);content:"";display:block;height:.375rem;margin-top:24px;max-width:715px;width:100%}.directions-for-use__header .product-name{font-size:1.5rem;font-weight:800;line-height:1.75rem;margin-bottom:24px;margin-top:48px}@media screen and (min-width:960px){.directions-for-use__header .product-name{font-size:2rem;font-weight:700;line-height:2rem}}.directions-for-use__header .issue-rev-holder{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}@media screen and (min-width:960px){.directions-for-use__header .issue-rev-holder{flex-direction:row}}.directions-for-use__header .entry-content .btn-download-directions-for-use{margin-top:24px}.directions-for-use__header .entry-content .btn{display:block;font-size:1rem;line-height:1.1875rem;margin:20px auto 0;padding:8px 20px;width:-moz-fit-content;width:fit-content}@media screen and (min-width:960px){.directions-for-use__header .entry-content .btn{margin:0}}@media screen and (max-width:960px){.directions-for-use__header .entry-content .btn-download-directions-for-use{margin:32px 0 0}}.directions-for-use__header .entry-content .btn svg{height:1.1875rem;margin-left:8px}.directions-for-use__body .dt-main-holder{border-bottom:1px solid var(--color-dove-gray);margin-bottom:24px}@media screen and (min-width:960px){.directions-for-use__body .dt-main-holder{margin-bottom:48px}}.directions-for-use__body .warning p{color:var(--color-dove-gray);display:block;font-size:1rem;font-weight:400;line-height:1.375rem;margin-bottom:24px}.directions-for-use__body .warning p b,.directions-for-use__body .warning p strong{font-weight:500}@media screen and (min-width:960px){.directions-for-use__body .warning p{font-size:1.25rem;line-height:1.625rem}}@media screen and (min-width:960px){.directions-for-use__body .detail-table-holder{margin-bottom:48px}}.directions-for-use__body .detail-table-holder .dfu-table{border-bottom:1px solid var(--color-mercury);border-top:1px solid var(--color-mercury)}.directions-for-use__body .detail-table-holder .dfu-table th{border-left:1px solid var(--color-mercury);border-right:1px solid var(--color-mercury);font-weight:700;padding:10px}.directions-for-use__body .detail-table-holder .dfu-table td{border-left:1px solid var(--color-mercury);border-right:1px solid var(--color-mercury);padding:.625rem}@media screen and (min-width:960px){.directions-for-use__body .detail-table-holder .dfu-table tr:first-child>th{text-align:left}}@media screen and (min-width:960px) and (min-width:960px){.directions-for-use__body .detail-table-holder .dfu-table tr:first-child>th{font-size:1.25rem;font-weight:700;line-height:1.5rem}}@media screen and (max-width:960px){.directions-for-use__body .detail-table-holder .dfu-table{border:none;border-collapse:separate;border-spacing:0 1.5rem;width:100%}.directions-for-use__body .detail-table-holder .dfu-table tr{border-bottom:1px solid var(--color-mercury)}.directions-for-use__body .detail-table-holder .dfu-table tr:first-of-type{display:none}.directions-for-use__body .detail-table-holder .dfu-table td{box-sizing:border-box;clear:both;display:block;height:auto;overflow:auto;padding:.3125rem .625rem;text-align:right;width:auto}.directions-for-use__body .detail-table-holder .dfu-table td[data-my-column]:before{content:attr(data-my-column);display:inline-block;float:left;font-size:1rem;font-weight:700;line-height:1.25rem;max-width:49%;text-align:left;white-space:pre-line}.directions-for-use__body .detail-table-holder .dfu-table td:first-child{border-top:1px solid var(--color-mercury)}.directions-for-use__body .detail-table-holder .dfu-table td:first-child .cmp-td-data{color:var(--color-black);font-size:1.25rem;font-weight:400;line-height:1.625rem}.directions-for-use__body .detail-table-holder .dfu-table td:last-child{border-bottom:1px solid var(--color-mercury)}.directions-for-use__body .detail-table-holder .dfu-table .cmp-td-data{display:inline-block;max-width:49%}}.agrifact,.agrifact__header{display:block;width:100%}.agrifact__header{border-bottom:1px solid var(--color-dove-gray);margin-bottom:24px;padding-bottom:33px;position:relative}@media screen and (min-width:960px){.agrifact__header{margin-bottom:42px;padding-bottom:58px}}.agrifact__header .logo-container{display:block;padding-top:45px;position:relative;width:100%}@media screen and (min-width:960px){.agrifact__header .logo-container{padding-top:24px}}.agrifact__header .logo-container:after{background-color:var(--color-corn);content:"";display:block;height:6px;margin-top:24px;max-width:715px;width:100%}.agrifact__header .logo-container svg{display:block;height:64px;max-width:200px;width:100%}@media screen and (min-width:960px){.agrifact__header .logo-container svg{height:73px;max-width:226px}}.agrifact__header .studied-product-holder-main{display:flex;gap:2%}.agrifact__header .studied-product-holder-main .studied-product-holder{border:1px solid var(--color-black);display:flex;height:64px;margin-top:48px;padding:8px;width:64px}@media screen and (min-width:960px){.agrifact__header .entry-container{padding-left:10px}}.agrifact__header .entry-container h1{font-size:1.75rem;line-height:2rem;margin-bottom:20px;margin-top:16px;max-width:655px}@media screen and (min-width:960px){.agrifact__header .entry-container h1{font-size:4rem;line-height:4.25rem}}.agrifact__header .entry-container .study-date{font-size:1.25rem;font-weight:400;line-height:1.5rem;margin-bottom:20px}.agrifact__header .entry-container .study-code{color:var(--color-corn);font-size:1.5rem;font-weight:700;line-height:1.8125rem}.agrifact__header .entry-container .study-sub-topic{font-size:1.25rem;font-weight:400;line-height:1.5rem;margin-bottom:20px;width:20rem}.agrifact__header .entry-container .btn{display:block;font-size:1rem;line-height:1.1875rem;padding:8px 20px;width:-moz-fit-content;width:fit-content}@media screen and (min-width:960px){.agrifact__header .entry-container .btn{margin:32px 0 0}}.agrifact__header .entry-container .btn svg{height:1.1875rem;margin-left:8px}.agrifact__header .entry-container .btn-agrifact-download{text-align:center;width:100%}@media screen and (min-width:640px){.agrifact__header .entry-container .btn-agrifact-download{text-align:unset;width:max-content}}.agrifact__body{border-bottom:1px solid var(--color-silver-chalis)}@media screen and (min-width:960px){.agrifact__body{border:0}}.agrifact__body .entry-introduction{border-bottom:1px solid var(--color-dove-gray);display:block;margin-bottom:24px;padding-bottom:24px;width:100%}@media screen and (min-width:960px){.agrifact__body .entry-introduction{margin-bottom:unset;padding-bottom:48px}.agrifact__body .entry-container{padding-left:10px}.agrifact__body .entry-container .entry-content h3{margin-top:48px}}.agrifact__body .entry-container .entry-content h2{color:var(--color-black);font-size:1.5rem;font-weight:400;line-height:1.8125rem;margin-bottom:24px}@media screen and (min-width:960px){.agrifact__body .entry-container .entry-content h2{font-size:2.5rem;line-height:2.5625rem}}.agrifact__body .entry-container .entry-content h3{font-size:1.5rem;line-height:1.8125rem;margin-bottom:24px;margin-top:24px}@media screen and (min-width:960px){.agrifact__body .entry-container .entry-content h3{font-size:2.5rem;line-height:2.5625rem;margin-top:48px}}.agrifact__body .entry-container .entry-content p{color:var(--color-dove-gray);display:block;font-size:1.25rem;line-height:1.5rem;margin-bottom:24px;width:100%}.agrifact__body .entry-container .entry-content b,.agrifact__body .entry-container .entry-content strong{font-weight:600}.agrifact__body .entry-container .entry-content em,.agrifact__body .entry-container .entry-content i{font-style:italic}.agrifact__body .entry-container .entry-content a{color:var(--color-dove-gray);font-size:1.25rem;line-height:1.5rem;text-decoration:underline}.agrifact__body .entry-container .entry-content ul{list-style:disc;padding-left:19px}.agrifact__body .entry-container .entry-content ul li{color:var(--color-dove-gray);font-size:1.25rem;line-height:1.5rem;margin-bottom:24px}.agrifact__body .entry-container .entry-content ol{list-style:decimal;padding-left:19px}.agrifact__body .entry-container .entry-content ol li{color:var(--color-dove-gray);font-size:1.25rem;line-height:1.5rem;margin-bottom:24px}.agrifact__body .entry-container .entry-content img{display:block;height:auto;margin:24px 0 16px;width:17.125rem}@media screen and (min-width:960px){.agrifact__body .entry-container .entry-content img{width:41.25rem}}.agrifact__related-content{display:block;margin-top:48px;width:100%}@media screen and (min-width:960px){.agrifact__related-content{border-top:1px solid var(--color-dove-gray);padding-top:48px}}.agrifact__share-container.share-desktop{display:none}@media screen and (min-width:960px){.agrifact__share-container.share-desktop{display:block}}.agrifact__share-container.share-mobile{display:block;margin-bottom:75px;margin-top:24px}@media screen and (min-width:960px){.agrifact__share-container.share-mobile{display:none}}.agrifact__share-container p{color:var(--color-dove-gray);font-size:1rem;font-weight:800;letter-spacing:3px;line-height:1.5rem;margin-bottom:12px}@media screen and (min-width:960px){.agrifact__share-container p{font-size:1.25rem;line-height:1.5rem}}.agrifact .sharethis-inline-share-buttons .st-btn{border:1px solid var(--color-black)!important;margin-right:3px!important}.agrifact .sharethis-inline-share-buttons .st-btn img{margin:0}.spec-sheets__header{border-bottom:1px solid var(--color-dove-gray);margin-bottom:16px}@media screen and (min-width:960px){.spec-sheets__header{margin-bottom:77px}}.spec-sheets__header .jump-holder{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-top:24px;width:100%}@media screen and (min-width:960px){.spec-sheets__header .jump-holder{display:none}}.spec-sheets__header .jump-holder .uk-inline{flex-grow:1}.spec-sheets__header .jump-holder .uk-inline button{padding:11px 16px;width:100%}.spec-sheets__header .jump-holder .uk-inline button .inner-mng{display:flex;flex-direction:row;justify-content:space-between}.spec-sheets__header .jump-holder .uk-inline button .inner-mng .sel-txt{font-size:1rem;font-weight:400;line-height:1rem;text-transform:capitalize}.spec-sheets__header .jump-holder .uk-inline button .inner-mng svg{fill:var(--text-primary);height:.9375rem;width:.9375rem}.spec-sheets__header .jump-holder .uk-inline .uk-open{padding:0}.spec-sheets__header .jump-holder .uk-inline .uk-open li{border-bottom:1px solid #d3d3d3;padding:10px}.spec-sheets__header .jump-holder .uk-inline .uk-open li:last-child{border-bottom:none}.spec-sheets__header .jump-holder .jump-txt{font-size:.875rem;font-weight:800;letter-spacing:.1875rem;line-height:.875rem}.spec-sheets__header .logo-container{border-bottom:6px solid var(--color-buddha-gold);display:block;max-width:100%;padding-bottom:24px;position:relative;width:100%}@media screen and (min-width:960px){.spec-sheets__header .logo-container{max-width:40.875rem}}.spec-sheets__header .logo-container h1{font-size:2.5rem;font-weight:400;line-height:2.5rem;margin-top:35px;width:12.5rem}@media screen and (min-width:960px){.spec-sheets__header .logo-container h1{font-size:4rem;line-height:4.5rem;margin-top:48px;width:100%}}.spec-sheets__header .topic-holder{margin-bottom:24px;margin-top:33px}@media screen and (min-width:960px){.spec-sheets__header .topic-holder{margin-bottom:37px;margin-top:80px}}.spec-sheets__header .topic-holder .brand-logo{font-size:1.5rem;height:4.0625rem;line-height:1.75rem;margin-bottom:24px;width:12.5rem}@media screen and (min-width:960px){.spec-sheets__header .topic-holder .brand-logo{font-size:2rem;height:4.6875rem;line-height:2rem;margin-bottom:48px;max-width:227px;width:13.75rem}}.spec-sheets__header .topic-holder .product-name{color:var(--color-black);font-size:1.5rem;font-weight:800;line-height:1.75rem;margin-bottom:24px}@media screen and (min-width:960px){.spec-sheets__header .topic-holder .product-name{font-size:2rem;font-weight:700;line-height:2rem;margin-bottom:20px}}.spec-sheets__header .topic-holder .citied-holder{color:var(--color-dove-gray);display:flex;flex-direction:column;font-size:1.25rem;font-weight:400;gap:24px;line-height:1.25rem;margin-bottom:24px}@media screen and (min-width:960px){.spec-sheets__header .topic-holder .citied-holder{flex-direction:row;gap:48px}}.spec-sheets__header .topic-holder .btn{display:block;font-size:1rem;line-height:1.1875rem;margin:20px auto 0;padding:8px 20px;width:-moz-fit-content;width:fit-content}@media screen and (min-width:960px){.spec-sheets__header .topic-holder .btn{margin:0}}@media screen and (max-width:960px){.spec-sheets__header .topic-holder .btn{margin:32px 0 0}}.spec-sheets__header .topic-holder .btn svg{height:1.1875rem;margin-left:8px}.spec-sheets__header .topic-holder .download-btn-holder{margin-bottom:24px;margin-top:24px}@media screen and (min-width:960px){.spec-sheets__header .topic-holder .download-btn-holder{margin-bottom:37px}}.spec-sheets__body .chemical-comp-tbl-holder .chemical-compo-table,.spec-sheets__body .particle-tbl-holder .particle-table,.spec-sheets__body .rp-table,.spec-sheets__body .sizing-lg-tbl-holder .sizing-table{border-bottom:1px solid var(--color-mercury);border-top:1px solid var(--color-mercury);width:100%}@media screen and (min-width:960px){.spec-sheets__body .chemical-comp-tbl-holder .chemical-compo-table tr:not(:first-child) td:not(:first-child)>.cmp-td-data,.spec-sheets__body .particle-tbl-holder .particle-table tr:not(:first-child) td:not(:first-child)>.cmp-td-data,.spec-sheets__body .rp-table tr:not(:first-child) td:not(:first-child)>.cmp-td-data,.spec-sheets__body .sizing-lg-tbl-holder .sizing-table tr:not(:first-child) td:not(:first-child)>.cmp-td-data{color:var(--color-dove-gray)}}@media screen and (min-width:960px) and (min-width:960px){.spec-sheets__body .chemical-comp-tbl-holder .chemical-compo-table tr:not(:first-child) td:not(:first-child)>.cmp-td-data,.spec-sheets__body .particle-tbl-holder .particle-table tr:not(:first-child) td:not(:first-child)>.cmp-td-data,.spec-sheets__body .rp-table tr:not(:first-child) td:not(:first-child)>.cmp-td-data,.spec-sheets__body .sizing-lg-tbl-holder .sizing-table tr:not(:first-child) td:not(:first-child)>.cmp-td-data{font-size:1rem;font-weight:400;line-height:1rem}}@media screen and (min-width:960px){.spec-sheets__body .chemical-comp-tbl-holder .chemical-compo-table tr:first-child>th,.spec-sheets__body .particle-tbl-holder .particle-table tr:first-child>th,.spec-sheets__body .rp-table tr:first-child>th,.spec-sheets__body .sizing-lg-tbl-holder .sizing-table tr:first-child>th{text-align:left}}@media screen and (min-width:960px) and (min-width:960px){.spec-sheets__body .chemical-comp-tbl-holder .chemical-compo-table tr:first-child>th,.spec-sheets__body .particle-tbl-holder .particle-table tr:first-child>th,.spec-sheets__body .rp-table tr:first-child>th,.spec-sheets__body .sizing-lg-tbl-holder .sizing-table tr:first-child>th{font-size:1.5rem;font-weight:700;line-height:1.5rem}}@media screen and (min-width:960px){.spec-sheets__body .chemical-comp-tbl-holder .chemical-compo-table tr:not(:first-child) td:first-child>.cmp-td-data,.spec-sheets__body .particle-tbl-holder .particle-table tr:not(:first-child) td:first-child>.cmp-td-data,.spec-sheets__body .rp-table tr:not(:first-child) td:first-child>.cmp-td-data,.spec-sheets__body .sizing-lg-tbl-holder .sizing-table tr:not(:first-child) td:first-child>.cmp-td-data{color:var(--color-black)}}@media screen and (min-width:960px) and (min-width:960px){.spec-sheets__body .chemical-comp-tbl-holder .chemical-compo-table tr:not(:first-child) td:first-child>.cmp-td-data,.spec-sheets__body .particle-tbl-holder .particle-table tr:not(:first-child) td:first-child>.cmp-td-data,.spec-sheets__body .rp-table tr:not(:first-child) td:first-child>.cmp-td-data,.spec-sheets__body .sizing-lg-tbl-holder .sizing-table tr:not(:first-child) td:first-child>.cmp-td-data{font-size:1.25rem;font-weight:400;line-height:1.25rem}}.spec-sheets__body .chemical-comp-tbl-holder .chemical-compo-table th,.spec-sheets__body .particle-tbl-holder .particle-table th,.spec-sheets__body .rp-table th,.spec-sheets__body .sizing-lg-tbl-holder .sizing-table th{border-left:1px solid var(--color-mercury);border-right:1px solid var(--color-mercury);font-weight:700;padding:10px}.spec-sheets__body .chemical-comp-tbl-holder .chemical-compo-table td,.spec-sheets__body .particle-tbl-holder .particle-table td,.spec-sheets__body .rp-table td,.spec-sheets__body .sizing-lg-tbl-holder .sizing-table td{border-left:1px solid var(--color-mercury);border-right:1px solid var(--color-mercury);font-size:1.5rem;line-height:1.5rem;padding:10px}@media screen and (max-width:960px){.spec-sheets__body .chemical-comp-tbl-holder .chemical-compo-table,.spec-sheets__body .particle-tbl-holder .particle-table,.spec-sheets__body .rp-table,.spec-sheets__body .sizing-lg-tbl-holder .sizing-table{border:none;border-collapse:separate;border-spacing:0 15px}.spec-sheets__body .chemical-comp-tbl-holder .chemical-compo-table tr,.spec-sheets__body .particle-tbl-holder .particle-table tr,.spec-sheets__body .rp-table tr,.spec-sheets__body .sizing-lg-tbl-holder .sizing-table tr{border-bottom:1px solid var(--color-mercury)}.spec-sheets__body .chemical-comp-tbl-holder .chemical-compo-table tr:first-of-type,.spec-sheets__body .particle-tbl-holder .particle-table tr:first-of-type,.spec-sheets__body .rp-table tr:first-of-type,.spec-sheets__body .sizing-lg-tbl-holder .sizing-table tr:first-of-type{display:none}.spec-sheets__body .chemical-comp-tbl-holder .chemical-compo-table td,.spec-sheets__body .particle-tbl-holder .particle-table td,.spec-sheets__body .rp-table td,.spec-sheets__body .sizing-lg-tbl-holder .sizing-table td{box-sizing:border-box;clear:both;display:block;height:auto;overflow:auto;padding:5px 10px;text-align:right;width:auto}.spec-sheets__body .chemical-comp-tbl-holder .chemical-compo-table td:first-child,.spec-sheets__body .particle-tbl-holder .particle-table td:first-child,.spec-sheets__body .rp-table td:first-child,.spec-sheets__body .sizing-lg-tbl-holder .sizing-table td:first-child{border-top:1px solid var(--color-mercury)}.spec-sheets__body .chemical-comp-tbl-holder .chemical-compo-table td:last-child,.spec-sheets__body .particle-tbl-holder .particle-table td:last-child,.spec-sheets__body .rp-table td:last-child,.spec-sheets__body .sizing-lg-tbl-holder .sizing-table td:last-child{border-bottom:1px solid var(--color-mercury)}.spec-sheets__body .chemical-comp-tbl-holder .chemical-compo-table td[data-my-column]:before,.spec-sheets__body .particle-tbl-holder .particle-table td[data-my-column]:before,.spec-sheets__body .rp-table td[data-my-column]:before,.spec-sheets__body .sizing-lg-tbl-holder .sizing-table td[data-my-column]:before{content:attr(data-my-column);display:inline-block;float:left;font-size:1rem;font-weight:700;line-height:1rem;max-width:49%;text-align:left;white-space:pre-line}.spec-sheets__body .chemical-comp-tbl-holder .chemical-compo-table .cmp-td-data,.spec-sheets__body .particle-tbl-holder .particle-table .cmp-td-data,.spec-sheets__body .rp-table .cmp-td-data,.spec-sheets__body .sizing-lg-tbl-holder .sizing-table .cmp-td-data{color:var(--color-dove-gray);display:inline-block;font-size:1rem;line-height:1rem;max-width:49%}}.spec-sheets__body .chemical-comp-tbl-holder .chemical-compo-heading,.spec-sheets__body .cmp-tbl-top-head,.spec-sheets__body .particle-tbl-holder .particle-heading,.spec-sheets__body .sizing-lg-tbl-holder .sizing-heading{display:flex;font-size:1.5rem;font-weight:400;line-height:1.5rem;margin-bottom:16px}@media screen and (min-width:960px){.spec-sheets__body .chemical-comp-tbl-holder .chemical-compo-heading,.spec-sheets__body .cmp-tbl-top-head,.spec-sheets__body .particle-tbl-holder .particle-heading,.spec-sheets__body .sizing-lg-tbl-holder .sizing-heading{font-size:2.5rem;line-height:2.5rem;margin-bottom:24px}}.spec-sheets__body .chemical-comp-tbl-holder{border-bottom:1px solid var(--color-dove-gray);margin-bottom:16px;padding-bottom:24px}@media screen and (min-width:960px){.spec-sheets__body .chemical-comp-tbl-holder{margin-bottom:48px;padding-bottom:48px}}.spec-sheets__body .particle-tbl-holder{border-bottom:1px solid var(--color-dove-gray);margin-bottom:16px;margin-top:24px;padding-bottom:24px}@media screen and (min-width:960px){.spec-sheets__body .particle-tbl-holder{margin-bottom:48px;padding-bottom:48px}}.spec-sheets__body .sizing-lg-tbl-holder{border-bottom:1px solid var(--color-dove-gray);margin-bottom:16px;margin-top:24px;padding-bottom:24px}@media screen and (min-width:960px){.spec-sheets__body .sizing-lg-tbl-holder{margin-bottom:48px;padding-bottom:48px}}.spec-sheets__body .psi-holder{margin-bottom:48px}@media screen and (min-width:960px){.spec-sheets__body .psi-holder{margin-bottom:151px!important}}.spec-sheets__body .psi-holder .physical-property,.spec-sheets__body .psi-holder .sizing-character{font-size:1.5rem;font-weight:400;line-height:1.5rem;margin-bottom:24px}@media screen and (min-width:960px){.spec-sheets__body .psi-holder .physical-property,.spec-sheets__body .psi-holder .sizing-character{font-size:2.5rem;line-height:2.5rem}}.spec-sheets__body .psi-holder .physical-property-subheading,.spec-sheets__body .psi-holder .sizing-character-subheading{font-size:1rem;font-weight:700;line-height:1rem}@media screen and (min-width:960px){.spec-sheets__body .psi-holder .physical-property-subheading,.spec-sheets__body .psi-holder .sizing-character-subheading{font-size:1.5rem;line-height:1.5rem}}.spec-sheets__body .psi-holder .physical-property-details,.spec-sheets__body .psi-holder .sizing-character-details{color:var(--color-dove-gray);font-size:1rem;font-weight:400;line-height:1rem;padding-top:24px}.spec-sheets__body .psi-holder .col-wrapper{width:50%}.spec-sheets__foot .notice-holder{border-bottom:1px solid var(--color-alto);border-top:1px solid var(--color-alto);color:var(--color-alto);font-size:1.25rem;font-weight:400;line-height:1.25rem;padding-bottom:20px;padding-top:20px;text-align:center}.spec-sheets__foot .disclaimer-holder{color:var(--color-alto);font-size:1rem;font-weight:400;line-height:1rem;padding-top:10px;text-align:center}@media screen and (min-width:960px){.spec-sheets__foot .disclaimer-holder{font-size:.875rem;line-height:1.0625rem}}.ghs-label{display:block;width:100%}.ghs-label__header{border-bottom:1px solid var(--color-alto);margin-bottom:48px;margin-top:48px;padding-bottom:24px}@media screen and (min-width:960px){.ghs-label__header{padding-bottom:48px}}.ghs-label__header .logo-container{border-bottom:6px solid var(--color-buddha-gold);display:block;max-width:100%;padding-bottom:24px;position:relative;width:100%}@media screen and (min-width:960px){.ghs-label__header .logo-container{max-width:879px}}.ghs-label__header .logo-container h1{font-size:2rem;font-weight:400;line-height:4.5rem}@media screen and (min-width:960px){.ghs-label__header .logo-container h1{font-size:4rem;font-weight:500}}.ghs-label__header .entry-container .btn{display:block;font-size:1rem;line-height:1.1875rem;padding:8px 20px;width:-moz-fit-content;width:fit-content}.ghs-label__header .entry-container .btn svg{height:1.1875rem;margin-left:8px}.ghs-label__header .entry-container .btn-download{margin:20px 0 0}@media screen and (min-width:960px){.ghs-label__header .entry-container .btn-download{margin:unset;margin-top:24px}}.ghs-label__header .entry-container h2{font-size:1.25rem;font-weight:400;line-height:1.875rem;margin-top:48px}@media screen and (min-width:960px){.ghs-label__header .entry-container h2{font-size:3rem;line-height:3.5625rem}}.ghs-label__header .entry-container h4{font-size:1.25rem;font-weight:700;line-height:1.875rem;margin-bottom:24px}@media screen and (min-width:960px){.ghs-label__header .entry-container h4{font-size:3rem;line-height:3.5625rem}}.ghs-label__header .entry-container .ghs-label-dates{margin-bottom:24px}@media screen and (min-width:960px){.ghs-label__header .entry-container{padding-left:10px}}.ghs-label__body h4{font-size:1.5rem;font-weight:700;line-height:2rem;margin-bottom:10px}@media screen and (min-width:960px){.ghs-label__body h4{font-size:2.5rem;line-height:3rem;margin-bottom:24px}}.ghs-label__body .warning-logo-holder{display:flex;flex-direction:column;gap:24px}@media screen and (min-width:960px){.ghs-label__body .warning-logo-holder{flex-direction:row}}.ghs-label__body .warning-logo-holder .warning-logo{-o-object-fit:contain;object-fit:contain}.ghs-label__body .statements-inner{margin-bottom:24px}@media screen and (min-width:960px){.ghs-label__body .statements-inner{margin-bottom:60px}}.ghs-label__body .statements-inner.last-statement-body{padding-bottom:0!important}.ghs-label__body .statements-inner .warning-bd-holder{display:flex;flex-direction:column}@media screen and (min-width:960px){.ghs-label__body .statements-inner .warning-bd-holder{flex-direction:row;gap:24px}}.ghs-label__body .statements-inner .statement-body p{color:var(--color-dove-gray);display:block;font-size:1rem;font-weight:400;line-height:1.25rem;margin-bottom:24px;width:100%}.ghs-label__body .statements-inner .statement-body p :first-child{margin-bottom:24px}@media screen and (min-width:960px){.ghs-label__body .statements-inner .statement-body p :first-child{margin-bottom:48px}}.ghs-label__body .statements-inner .statement-body p b,.ghs-label__body .statements-inner .statement-body p strong{font-weight:700}@media screen and (min-width:960px){.ghs-label__body .statements-inner .statement-body p{font-size:1.25rem;line-height:1.625rem}.ghs-label__body .company-address{margin:70px 0 40px;max-width:600px}}.ghs-label__body .company-address .address-inner{align-items:flex-start;display:flex;flex-flow:column}@media screen and (min-width:960px){.ghs-label__body .company-address .address-inner{align-items:center;flex-flow:row}}.ghs-label__body .company-address .address-inner .address-inner1{width:30%}.ghs-label__body .company-address .address-inner .address-inner1 .mosaic-black-logo{height:11.3125rem;width:11.3125rem}.ghs-label__body .company-address .address-inner .address-inner2{font-weight:400;width:70%}.ghs-label__body .company-address .address-inner .address-inner2 h4{font-size:1rem;font-weight:700;line-height:1.25rem;margin-bottom:0}@media screen and (min-width:960px){.ghs-label__body .company-address .address-inner .address-inner2 h4{font-size:1.5rem;line-height:2rem}}.column-content-asst__header{border-bottom:6px solid var(--color-green-leaf)}@media screen and (min-width:960px){.column-content-asst__header{border:0;padding-bottom:unset}}.column-content-asst__header h1{display:block;font-size:2.5rem;font-weight:400;line-height:2.5rem;margin-bottom:32px;margin-top:45px;width:100%}@media screen and (min-width:960px){.column-content-asst__header h1{font-size:3.5rem;line-height:4rem;margin-bottom:24px}}.column-content-asst__header h1:after{background-color:#496c09;content:"";display:block;height:.375rem;margin-top:1.5rem;max-width:44.6875rem;width:100%}.column-content-asst__body{margin-bottom:60px;margin-top:32px}@media screen and (min-width:960px){.column-content-asst__body{margin-top:60px}}.column-content-asst__body .image-holder img{width:100%}@media screen and (min-width:960px){.column-content-asst__body .image-holder img{height:auto;max-width:26.875rem}}.column-content-asst__body .entry-container .section{margin-bottom:20px;margin-top:20px}.column-content-asst__body .entry-container .section h4{font-size:32px;font-weight:400;line-height:36px;margin-bottom:24px}@media screen and (min-width:960px){.column-content-asst__body .entry-container .section h4{line-height:38px;margin-bottom:39px}}.column-content-asst__body .entry-container .section p{color:#666;font-size:20px;font-weight:400;line-height:24px}.column-content-asst__body .entry-container .contents{margin-bottom:39px}.column-content-asst__body .entry-container .contents h4{font-size:16px;font-weight:800;letter-spacing:3px;line-height:27px;margin-bottom:23px}.column-content-asst__body .entry-container .contents .content-list{display:flex}.column-content-asst__body .entry-container .contents .content-list .btn-download-column-content-asst{display:flex;font-size:16px;font-weight:400;gap:8px;margin-bottom:18px;padding:3px 14px 5px 10px}.sds-page__header{margin-bottom:16px;margin-top:24px;padding-left:24px;padding-right:24px}@media screen and (min-width:960px){.sds-page__header{margin-bottom:60px;margin-top:40px;padding-left:54px;padding-right:54px}}.sds-page__header .topic-holder{border-bottom:1px solid var(--color-border-gray);padding-bottom:24px}@media screen and (min-width:960px){.sds-page__header .topic-holder{padding-bottom:40px}}.sds-page__header .topic-holder .product-logo-img img{max-width:12.375rem;width:100%}@media screen and (min-width:960px){.sds-page__header .topic-holder .product-logo-img img{max-width:15.625rem}}.sds-page__header .jump-holder{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:30px;margin-top:24px;width:100%}@media screen and (min-width:960px){.sds-page__header .jump-holder{display:none}}.sds-page__header .jump-holder .icon-arrow-down use{stroke:var(--color-seed)}.sds-page__header .jump-holder .uk-inline{flex-grow:1}.sds-page__header .jump-holder .uk-inline button{padding:11px 16px;width:100%}.sds-page__header .jump-holder .uk-inline button .inner-mng{display:flex;flex-direction:row;justify-content:space-between}.sds-page__header .jump-holder .uk-inline button .inner-mng .sel-txt{color:var(--color-link-gray);font-size:1rem;font-weight:400;line-height:1rem;text-transform:capitalize}.sds-page__header .jump-holder .uk-inline button .inner-mng li a{color:var(--color-link-gray)}.sds-page__header .jump-holder .uk-inline button .inner-mng svg{fill:var(--text-primary);height:.9375rem;width:.9375rem}.sds-page__header .jump-holder .uk-inline .uk-open{padding:0}.sds-page__header .jump-holder .uk-inline .uk-open li{border-bottom:1px solid #d3d3d3;padding:10px}.sds-page__header .jump-holder .uk-inline .uk-open li:last-child{border-bottom:none}.sds-page__header .jump-holder .jump-txt{color:var(--color-dove-gray);font-size:.875rem;font-weight:800;letter-spacing:.1875rem;line-height:.875rem}.sds-page__header .main-title:after{background-color:var(--color-buddha-gold);content:"";display:block;height:6px;margin-top:24px;max-width:715px;width:100%}.sds-page__header .logo-holder{margin-bottom:30px}.sds-page__header .product-name{font-size:1.5rem;font-weight:800;line-height:1.75rem;margin-top:16px}@media screen and (min-width:960px){.sds-page__header .product-name{font-size:2rem;font-weight:400;line-height:2.04rem;margin-top:50px}}.sds-page__header .btn{display:block;font-size:1rem;line-height:1.1875rem;margin:20px auto 0;padding:8px 20px;width:-moz-fit-content;width:fit-content}@media screen and (min-width:960px){.sds-page__header .btn{margin:0}}@media screen and (min-width:640px){.sds-page__header .btn{margin:32px 0 0}}.sds-page__header .btn svg{height:1.1875rem;margin-left:8px}.sds-page__body{padding-left:24px;padding-right:24px}@media screen and (min-width:960px){.sds-page__body{padding-left:54px;padding-right:54px}}.sds-page__body .section-common-left{display:none}@media screen and (min-width:960px){.sds-page__body .section-common-left{display:block}}.sds-page__body .section-common-left h4{color:var(--color-dove-gray);font-size:1rem;line-height:1.02rem;margin-bottom:7px}.sds-page__body .section-common-left li{display:block;line-height:1rem}.sds-page__body .section-common-left li a{color:var(--color-link-gray);font-size:.9375rem;line-height:1rem}.sds-page__body .section-common-left .scroll-tag{color:var(--color-link-gray);font-size:.875rem!important;font-weight:500;line-height:1rem}.sds-page__body .section-common-left .jumptoul li{padding-bottom:10px}@media screen and (min-width:960px){.sds-page__body .section-common-left .jump-to-desktop-wrapper{height:85vh;overflow-y:auto;position:sticky;top:115px;z-index:1}.sds-page__body .section-common-left .jump-to-desktop-wrapper::-webkit-scrollbar{background-color:var(--color-alto);display:none;width:5px}.sds-page__body .section-common-left .jump-to-desktop-wrapper::-webkit-scrollbar-thumb{background-color:var(--color-alto);border-radius:5px;display:none;float:left}.sds-page__body .section-common-left .jump-to-desktop-wrapper::-webkit-scrollbar-track{background-color:var(--color-alto);border-radius:5px;display:none}.sds-page__body .section-common-left .jump-to-desktop-wrapper:hover::-webkit-scrollbar{display:block}.sds-page__body .section-common-left .jump-to-desktop-wrapper:hover::-webkit-scrollbar-thumb{display:block}.sds-page__body .section-common-left .jump-to-desktop-wrapper:hover::-webkit-scrollbar-track{display:block}}.sds-page__body .sds-page-section__body{border-bottom:1px solid var(--color-border-gray);margin-bottom:40px;padding-bottom:40px}.sds-page__body .sds-page-section__body .super-top-subheading{display:flex;font-size:1rem;font-weight:700;line-height:1.0625rem;margin-bottom:16px}@media screen and (min-width:960px){.sds-page__body .sds-page-section__body .super-top-subheading{font-size:1.5rem;line-height:1.53rem}}.sds-page__body .sds-page-section__body .sub-top-subheading{font-size:1.25rem;font-weight:400;line-height:1.275rem;margin-bottom:16px}@media screen and (min-width:960px){.sds-page__body .sds-page-section__body .sub-top-subheading{font-size:1.5rem;line-height:1.53rem}}.sds-page__body .sds-page-section__body .table-margin-bottom{margin-bottom:24px}.sds-page__body .sds-page-section__body .sds-sec-heading{display:flex;font-size:1.5rem;font-weight:400;line-height:1.5625rem;margin-bottom:30px}@media screen and (min-width:640px){.sds-page__body .sds-page-section__body .sds-sec-heading{font-size:2.5rem;line-height:2.55rem}}.sds-page__body .sds-page-section__body .box-heading{font-size:1.25rem;font-weight:700;line-height:1.275rem;margin-bottom:16px}@media screen and (min-width:960px){.sds-page__body .sds-page-section__body .box-heading{font-size:1.5rem;line-height:1.53rem}}.sds-page__body .sds-page-section__body .box-heading-sub{font-size:1.25rem;font-weight:400;line-height:1.275rem}@media screen and (min-width:960px){.sds-page__body .sds-page-section__body .box-heading-sub{font-size:1.5rem;line-height:1.28rem}}.sds-page__body .sds-page-section__body .table-heading{font-size:1.25rem;font-weight:400;line-height:1.275rem}@media screen and (min-width:960px){.sds-page__body .sds-page-section__body .table-heading{font-size:1.5rem;line-height:1.53rem}}.sds-page__body .sds-page-section__body .table-sub-heading{font-size:1rem;font-weight:600;line-height:1.02rem}.sds-page__body .sds-page-section__body .box-body{color:var(--color-dove-gray);font-size:1rem;font-weight:400;line-height:1.25rem}.sds-page__body .sds-page-section__body .box-body b,.sds-page__body .sds-page-section__body .box-body strong{font-weight:700}.sds-page__body .sds-page-section__body .box-body p{color:var(--color-dove-gray);font-size:1rem;font-weight:400;line-height:1.25rem}.sds-page__body .sds-page-section__body.sds-sec-1-body .emergency-dt-holder p:first-child{color:var(--color-black)}.sds-page__body .sds-page-section__body.sds-sec-1-body .emergency-dt-holder p{color:var(--color-dove-gray);font-size:1rem;font-weight:400;line-height:1.25rem}.sds-page__body .sds-page-section__body.sds-sec-1-body .emergency-dt-holder p b,.sds-page__body .sds-page-section__body.sds-sec-1-body .emergency-dt-holder p strong{font-weight:700}.sds-page__body .sds-page-section__body.sds-sec-2-body .warning-holder{display:flex;flex-direction:column}.sds-page__body .sds-page-section__body.sds-sec-2-body .warning-holder div:first-child{margin-right:33px}@media screen and (min-width:960px){.sds-page__body .sds-page-section__body.sds-sec-2-body .warning-holder{flex-direction:row}}.sds-page__body .sds-page-section__body.sds-sec-2-body .ghs-grid-container-desktop{display:none}@media screen and (min-width:960px){.sds-page__body .sds-page-section__body.sds-sec-2-body .ghs-container-mobile{display:none}.sds-page__body .sds-page-section__body.sds-sec-2-body .ghs-grid-container-desktop{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:80px}.sds-page__body .sds-page-section__body.sds-sec-2-body .ghs-grid-container-desktop .ghs-grid-header-1{align-self:end;grid-column:1/span 2;margin:0;padding:10px 10px 24px 0;width:31.875rem}.sds-page__body .sds-page-section__body.sds-sec-2-body .ghs-grid-container-desktop .ghs-grid-header-2{grid-column:3/span 2;margin:0;padding:10px 10px 24px 0}.sds-page__body .sds-page-section__body.sds-sec-2-body .ghs-grid-container-desktop .ghs-grid-item{color:var(--color-dove-gray);font-size:1rem;line-height:1.25rem}.sds-page__body .sds-page-section__body.sds-sec-2-body .ghs-grid-container-desktop .ghs-grid-item p{color:var(--color-dove-gray);font-size:1rem;font-weight:400;line-height:1.25rem}.sds-page__body .sds-page-section__body.sds-sec-2-body .ghs-grid-container-desktop .ghs-grid-item p b,.sds-page__body .sds-page-section__body.sds-sec-2-body .ghs-grid-container-desktop .ghs-grid-item p strong{font-weight:700}.sds-page__body .sds-page-section__body.sds-sec-2-body .ghs-grid-container-desktop .ghs-hazd-col{width:12.5rem}}.sds-page__body .sds-page-section__body.sds-sec-2-body .ghs-container-mobile .ghs-sub1-container{display:flex;flex-direction:column;gap:25px;margin-bottom:24px}.sds-page__body .sds-page-section__body.sds-sec-2-body .ghs-container-mobile .ghs-sub1-container .ghs-grp{display:flex}.sds-page__body .sds-page-section__body.sds-sec-2-body .ghs-container-mobile .ghs-sub1-container .ghs-grp .ghs-cnt-item{flex-basis:50%;gap:24px}.sds-page__body .sds-page-section__body.sds-sec-2-body .ghs-container-mobile .ghs-sub1-container .ghs-grp .ghs-cnt-item p{color:var(--color-dove-gray);font-size:1rem;font-weight:400;line-height:1.25rem}.sds-page__body .sds-page-section__body.sds-sec-2-body .ghs-container-mobile .ghs-sub1-container .ghs-grp .ghs-cnt-item p b,.sds-page__body .sds-page-section__body.sds-sec-2-body .ghs-container-mobile .ghs-sub1-container .ghs-grp .ghs-cnt-item p strong{font-weight:700}.sds-page__body .sds-page-section__body.sds-sec-2-body .ghs-container-mobile .ghs-sub2-container{margin-bottom:24px}.sds-page__body .sds-page-section__body.sds-sec-2-body .ghs-container-mobile .ghs-sub2-container .ghs-cnt-item p{color:var(--color-dove-gray);font-size:1rem;font-weight:400;line-height:1.25rem}.sds-page__body .sds-page-section__body.sds-sec-2-body .ghs-container-mobile .ghs-sub2-container .ghs-cnt-item p b,.sds-page__body .sds-page-section__body.sds-sec-2-body .ghs-container-mobile .ghs-sub2-container .ghs-cnt-item p strong{font-weight:700}.sds-page__body .sds-page-section__body .prevention-heading{color:var(--color-dove-gray);font-size:1rem;font-weight:700;line-height:1.02rem}.sds-page__body .sds-page-section__body .composition-table td{padding:15px 30px 15px 0}@media screen and (max-width:960px){.sds-page__body .sds-page-section__body .composition-table td,.sds-page__body .sds-page-section__body .composition-table tr{clear:both;display:block;height:auto}.sds-page__body .sds-page-section__body .composition-table td{box-sizing:border-box;overflow:auto;padding:5px 10px;text-align:left;width:auto}}@media screen and (max-width:960px) and (min-width:640px){.sds-page__body .sds-page-section__body .composition-table td{font-size:35px;line-height:40px;text-align:right}}@media screen and (max-width:960px){.sds-page__body .sds-page-section__body .composition-table td [data-my-column]:before{content:attr(data-my-column);display:inline-block;float:left;font-weight:700;max-width:49%;text-align:left;white-space:pre-line}.sds-page__body .sds-page-section__body .composition-table tr :first-of-type{display:none}.sds-page__body .sds-page-section__body .composition-table .my-div{display:inline-block;max-width:49%}}.sds-page__body .sds-page-section__body.sds-sec-15-body .warning-sec{font-size:1.4375rem;font-weight:400;line-height:1.53rem;margin-bottom:15px;margin-top:15px}.sds-page__body .sds-page-section__body.sds-sec-13-body .box-body,.sds-page__body .sds-page-section__body.sds-sec-14-body .box-body{color:var(--color-dove-gray);font-size:1rem;font-weight:400;line-height:1.02rem}.trures-insights{display:block;margin-top:30px;width:100%}.trures-insights__header{border-bottom:1px solid var(--color-border-gray);display:block;margin-bottom:24px;padding-bottom:33px;position:relative;width:100%}@media screen and (min-width:960px){.trures-insights__header{margin-bottom:42px;padding-bottom:58px}}.trures-insights__header .logo-container{display:block;position:relative;width:100%}.trures-insights__header .logo-container:after{background-color:var(--color-bioscience-green);content:"";display:block;height:6px;margin-top:24px;max-width:715px;width:100%}.trures-insights__header .logo-container svg{display:block;height:64px;max-width:200px;width:100%}@media screen and (min-width:960px){.trures-insights__header .logo-container svg{height:73px;max-width:226px}.trures-insights__header .entry-container{padding-left:10px}}.trures-insights__header h1{display:block;font-size:1.5rem;line-height:1.75rem;margin-bottom:24px;margin-top:24px;max-width:655px;width:100%}@media screen and (min-width:960px){.trures-insights__header h1{font-size:3.5rem;line-height:4rem;margin-top:48px}}.trures-insights__header .issue-number{color:var(--color-border-gray);display:block;font-size:1.25rem;line-height:1.25rem;width:100%}.trures-insights__header .btn{display:block;font-size:1rem;line-height:1.1875rem;margin:20px auto 0;padding:8px 20px;width:-moz-fit-content;width:fit-content}@media screen and (min-width:960px){.trures-insights__header .btn{margin:32px 0 0}}.trures-insights__header .btn svg{height:1.1875rem;margin-left:8px}.trures-insights__body .bullet-list{border-bottom:1px solid var(--color-border-gray);list-style:disc;margin-bottom:24px;padding-bottom:24px;padding-left:30px}@media screen and (min-width:960px){.trures-insights__body .bullet-list{margin-bottom:48px;padding-bottom:48px}}.trures-insights__body .bullet-list li{color:var(--color-border-gray);font-size:1.25rem;line-height:1.5rem;padding-bottom:0;padding-left:0;padding-right:0}@media screen and (min-width:960px){.trures-insights__body .bullet-list li{padding-bottom:24px;padding-right:20px}}.trures-insights__body .entry-introduction{border-bottom:1px solid var(--color-border-gray);display:block;margin-bottom:24px;padding-bottom:24px;width:100%}@media screen and (min-width:960px){.trures-insights__body .entry-introduction{margin-bottom:48px;padding-bottom:48px}.trures-insights__body .entry-container{padding-left:10px}}.trures-insights__body h2{color:var(--color-black);display:block;font-size:1.5rem;line-height:1.8125rem;margin-bottom:24px;width:100%}@media screen and (min-width:960px){.trures-insights__body h2{font-size:2rem;line-height:2.375rem}}.trures-insights__body h3{color:var(--color-black);display:block;font-size:1.25rem;line-height:1.5rem;margin-bottom:24px;width:100%}@media screen and (min-width:960px){.trures-insights__body h3{font-size:1.5rem;line-height:1.5rem;margin-bottom:16px}}.trures-insights__body h3 strong{color:var(--color-black)}.trures-insights__body p{color:var(--color-border-gray);display:block;font-size:1.25rem;line-height:1.5rem;margin-bottom:24px;width:100%}.trures-insights__body b,.trures-insights__body strong{color:var(--color-black);font-weight:700}.trures-insights__body em,.trures-insights__body i{font-style:italic}.trures-insights__body a{color:var(--color-border-gray);font-size:1.25rem;line-height:1.5rem;text-decoration:underline}.trures-insights__body ul{list-style:disc;padding-left:19px}.trures-insights__body ul li{color:var(--color-border-gray);font-size:1.25rem;line-height:1.5rem;margin-bottom:24px}.trures-insights__body ol{list-style:decimal;padding-left:19px}.trures-insights__body ol li{color:var(--color-border-gray);font-size:1.25rem;line-height:1.5rem;margin-bottom:24px}.trures-insights__body figure{display:block;max-width:475px;width:100%!important}.trures-insights__body figure figcaption{color:var(--color-border-gray);display:block;font-size:1.25rem;line-height:1.5rem;margin-bottom:24px;width:100%}.trures-insights__body img{display:block;margin:24px 0 16px;max-width:475px;width:100%}.trures-insights__related-content{display:block;margin-top:48px;width:100%}@media screen and (min-width:960px){.trures-insights__related-content{border-top:1px solid var(--color-border-gray);padding-top:48px}}.trures-insights__related-content .related-title{color:var(--color-border-gray);font-size:1rem;font-weight:800;letter-spacing:3px;line-height:1.5rem;margin-bottom:24px}@media screen and (min-width:960px){.trures-insights__related-content .related-title{font-size:1.25rem;line-height:1.5rem;margin-bottom:16px}}.trures-insights__related-content .post-link{color:var(--color-link-gray);display:block;font-size:1.25rem;font-weight:500;line-height:1.5rem;margin-bottom:24px;width:100%}.trures-insights__related-content .post-link:hover{text-decoration:underline}.trures-insights__related-content .related-tags-list li{margin-bottom:24px;margin-top:0}.trures-insights__related-content .related-tags-list li .tag-link{color:var(--color-link-gray);font-size:1.25rem;font-weight:500;line-height:1.5rem;margin-bottom:24px;margin-top:0;max-width:50%}.trures-insights__related-content .related-tags-list li .tag-link:hover{text-decoration:underline}.trures-insights__share-container.share-desktop{display:none}@media screen and (min-width:960px){.trures-insights__share-container.share-desktop{display:block}}.trures-insights__share-container.share-mobile{display:block;margin-bottom:75px;margin-top:24px}@media screen and (min-width:960px){.trures-insights__share-container.share-mobile{display:none}}.trures-insights__share-container p{color:var(--color-border-gray);font-size:1rem;font-weight:800;letter-spacing:3px;line-height:1.5rem;margin-bottom:12px}@media screen and (min-width:960px){.trures-insights__share-container p{font-size:1.25rem;line-height:1.5rem}}.trures-insights .sharethis-inline-share-buttons .st-btn{border:1px solid var(--color-black)!important;margin-right:3px!important}.trures-insights .sharethis-inline-share-buttons .st-btn img{margin:0}.trures-insights__trial-data{display:block;margin:40px 0;width:100%}@media screen and (min-width:960px){.trures-insights__trial-data{margin:60px 0}}.trures-insights__trial-data .trial-data-content{background-color:var(--color-bioscience-green);padding:20px}@media screen and (min-width:960px){.trures-insights__trial-data .trial-data-content{padding:47px 32px}}.trures-insights__trial-data .trial-data-content h2{color:var(--color-white);display:block;font-size:1.5rem;font-weight:700;line-height:2rem;margin-bottom:14px;width:100%}@media screen and (min-width:960px){.trures-insights__trial-data .trial-data-content h2{font-size:2rem;line-height:2.5rem}}.trures-insights__trial-data .trial-data-content p{color:var(--color-white);display:block;font-size:1.25rem;line-height:1.5rem;margin-bottom:20px;width:100%}@media screen and (min-width:960px){.trures-insights__trial-data .trial-data-content p{font-size:1.5rem;line-height:2rem}}.trures-insights__trial-data .trial-data-image .trial-data-image--desktop,.trures-insights__trial-data .trial-data-image .trial-data-image--mobile{background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;height:100%;width:100%}.trures-insights__trial-data .trial-data-image .trial-data-image--mobile{height:240px}.trures-trial-data{display:block;margin-top:30px;width:100%}.trures-trial-data__header{border-bottom:1px solid var(--color-border-gray);display:block;margin-bottom:24px;padding-bottom:33px;position:relative;width:100%}@media screen and (min-width:960px){.trures-trial-data__header{margin-bottom:42px;padding-bottom:58px}}.trures-trial-data__header .logo-container{display:block;position:relative;width:100%}.trures-trial-data__header .logo-container:after{background-color:var(--color-bioscience-green);content:"";display:block;height:6px;margin-top:24px;max-width:715px;width:100%}.trures-trial-data__header .logo-container svg{display:block;height:64px;max-width:200px;width:100%}@media screen and (min-width:960px){.trures-trial-data__header .logo-container svg{height:73px;max-width:226px}.trures-trial-data__header .entry-container{padding-left:10px}}.trures-trial-data__header .entry-container .studied-product-holder-main{display:flex;gap:2%}.trures-trial-data__header .entry-container .studied-product-holder-main .studied-product-holder{border:1px solid var(--color-black);display:flex;height:64px;margin-top:48px;padding:8px;width:64px}.trures-trial-data__header .entry-container .trial-data-year{color:var(--color-article-intro);font-size:1.25rem;font-weight:400;line-height:1.5rem;margin-bottom:20px}.trures-trial-data__header .entry-container .additional-statistics{display:block;margin-top:20px;max-width:180px;width:100%}.trures-trial-data__header .entry-container .additional-statistics .trial-data-code{color:var(--color-bioscience-green);font-size:1.5rem;font-weight:700;line-height:1.8125rem}.trures-trial-data__header .entry-container .additional-statistics .trial-data-topic{color:var(--color-article-intro);font-size:1.25rem;font-weight:400;line-height:1.5rem;margin-bottom:20px;width:20rem}.trures-trial-data__header h1{display:block;font-size:1.5rem;line-height:1.75rem;margin-bottom:24px;margin-top:24px;max-width:655px;width:100%}@media screen and (min-width:960px){.trures-trial-data__header h1{font-size:3.5rem;line-height:4rem;margin-top:48px}}.trures-trial-data__header .btn{display:block;font-size:1rem;line-height:1.1875rem;margin:20px auto 0;padding:8px 20px;width:-moz-fit-content;width:fit-content}@media screen and (min-width:960px){.trures-trial-data__header .btn{margin:32px 0 0}}.trures-trial-data__header .btn svg{height:1.1875rem;margin-left:8px}.trures-trial-data__body .bullet-list,.trures-trial-data__body .summary-list{border-bottom:1px solid var(--color-border-gray);list-style:disc;margin-bottom:24px;padding-bottom:24px;padding-left:30px}@media screen and (min-width:960px){.trures-trial-data__body .bullet-list,.trures-trial-data__body .summary-list{margin-bottom:48px;padding-bottom:48px}}.trures-trial-data__body .bullet-list li,.trures-trial-data__body .summary-list li{color:var(--color-border-gray);font-size:1.25rem;line-height:1.5rem;margin-bottom:10px;padding-bottom:0;padding-left:0;padding-right:0}.trures-trial-data__body .summary-list-title{border-top:1px solid var(--color-border-gray);display:block;margin-top:24px;padding-top:24px}.trures-trial-data__body .entry-objective{border-bottom:1px solid var(--color-border-gray);display:block;margin-bottom:24px;padding-bottom:24px;width:100%}@media screen and (min-width:960px){.trures-trial-data__body .entry-objective{margin-bottom:48px;padding-bottom:48px}.trures-trial-data__body .entry-container{padding-left:10px}}.trures-trial-data__body h2{color:var(--color-black);display:block;font-size:1.5rem;line-height:1.8125rem;margin-bottom:24px;width:100%}@media screen and (min-width:960px){.trures-trial-data__body h2{font-size:2rem;line-height:2.375rem}}.trures-trial-data__body h3{color:var(--color-black);display:block;font-size:1.25rem;line-height:1.5rem;margin-bottom:24px;width:100%}@media screen and (min-width:960px){.trures-trial-data__body h3{font-size:1.5rem;line-height:1.5rem;margin-bottom:16px}}.trures-trial-data__body h3 strong{color:var(--color-black)}.trures-trial-data__body p{color:var(--color-border-gray);display:block;font-size:1.25rem;line-height:1.5rem;margin-bottom:24px;width:100%}.trures-trial-data__body b,.trures-trial-data__body strong{color:var(--color-border-gray);font-weight:700}.trures-trial-data__body em,.trures-trial-data__body i{font-style:italic}.trures-trial-data__body a{color:var(--color-border-gray);font-size:1.25rem;line-height:1.5rem;text-decoration:underline}.trures-trial-data__body ul{list-style:disc;padding-left:19px}.trures-trial-data__body ul li{color:var(--color-border-gray);font-size:1.25rem;line-height:1.5rem;margin-bottom:24px}.trures-trial-data__body ol{list-style:decimal;padding-left:19px}.trures-trial-data__body ol li{color:var(--color-border-gray);font-size:1.25rem;line-height:1.5rem;margin-bottom:24px}.trures-trial-data__body figure{display:block;max-width:475px;width:100%!important}.trures-trial-data__body figure figcaption{color:var(--color-border-gray);display:block;font-size:1.25rem;line-height:1.5rem;margin-bottom:24px;width:100%}.trures-trial-data__body img{display:block;margin:24px 0 16px;max-width:475px;width:100%}.trures-trial-data__related-content{display:block;margin-top:48px;width:100%}@media screen and (min-width:960px){.trures-trial-data__related-content{border-top:1px solid var(--color-border-gray);padding-top:48px}}.trures-trial-data__related-content .related-title{color:var(--color-border-gray);font-size:1rem;font-weight:800;letter-spacing:3px;line-height:1.5rem;margin-bottom:24px}@media screen and (min-width:960px){.trures-trial-data__related-content .related-title{font-size:1.25rem;line-height:1.5rem;margin-bottom:16px}}.trures-trial-data__related-content .post-link{color:var(--color-link-gray);display:block;font-size:1.25rem;font-weight:500;line-height:1.5rem;margin-bottom:24px;width:100%}.trures-trial-data__related-content .post-link:hover{text-decoration:underline}.trures-trial-data__related-content .related-tags-list li{margin-bottom:24px;margin-top:0}.trures-trial-data__related-content .related-tags-list li .tag-link{color:var(--color-link-gray);font-size:1.25rem;font-weight:500;line-height:1.5rem;margin-bottom:24px;margin-top:0;max-width:50%}.trures-trial-data__related-content .related-tags-list li .tag-link:hover{text-decoration:underline}.trures-trial-data__share-container.share-desktop{display:none}@media screen and (min-width:960px){.trures-trial-data__share-container.share-desktop{display:block}}.trures-trial-data__share-container.share-mobile{display:block;margin-bottom:75px;margin-top:24px}@media screen and (min-width:960px){.trures-trial-data__share-container.share-mobile{display:none}}.trures-trial-data__share-container p{color:var(--color-border-gray);font-size:1rem;font-weight:800;letter-spacing:3px;line-height:1.5rem;margin-bottom:12px}@media screen and (min-width:960px){.trures-trial-data__share-container p{font-size:1.25rem;line-height:1.5rem}}.trures-trial-data .sharethis-inline-share-buttons .st-btn{border:1px solid var(--color-black)!important;margin-right:3px!important}.trures-trial-data .sharethis-inline-share-buttons .st-btn img{margin:0}.trures-trial-data__trial-data{display:block;margin:40px 0;width:100%}@media screen and (min-width:960px){.trures-trial-data__trial-data{margin:60px 0}}.trures-trial-data__trial-data .trial-data-content{background-color:var(--color-bioscience-green);padding:20px}@media screen and (min-width:960px){.trures-trial-data__trial-data .trial-data-content{padding:47px 32px}}.trures-trial-data__trial-data .trial-data-content h2{color:var(--color-white);display:block;font-size:1.5rem;font-weight:700;line-height:2rem;margin-bottom:14px;width:100%}@media screen and (min-width:960px){.trures-trial-data__trial-data .trial-data-content h2{font-size:2rem;line-height:2.5rem}}.trures-trial-data__trial-data .trial-data-content p{color:var(--color-white);display:block;font-size:1.25rem;line-height:1.5rem;margin-bottom:20px;width:100%}@media screen and (min-width:960px){.trures-trial-data__trial-data .trial-data-content p{font-size:1.5rem;line-height:2rem}}.trures-trial-data__trial-data .trial-data-image .trial-data-image--desktop,.trures-trial-data__trial-data .trial-data-image .trial-data-image--mobile{background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;height:100%;width:100%}.trures-trial-data__trial-data .trial-data-image .trial-data-image--mobile{height:240px}.related-content-partial{margin-bottom:48px;margin-left:0}.related-content-partial .related-topics-container,.related-content-partial__related-content{padding-left:0}@media screen and (min-width:960px){.related-content-partial .related-topics-container{padding-left:40px}}.related-content-partial .related-content-list__title{color:var(--color-border-gray);font-size:1rem;font-weight:800;letter-spacing:3px;line-height:1.5rem;margin-bottom:16px}@media screen and (min-width:960px){.related-content-partial .related-content-list__title{font-size:1.25rem;margin-bottom:24px}}.related-content-partial .related-content-list__post-link{color:var(--color-link-gray);display:block;font-size:1.25rem;font-weight:500;line-height:1.5rem;margin-bottom:24px;width:100%}.related-content-partial .related-content-list__post-link:hover{text-decoration:underline}.related-content-partial .related-content-list__title-container{align-items:center;display:flex;justify-content:space-between}.related-content-partial .related-content-list__controls button+button{margin-left:8px}.related-content-partial .related-content-list__controls svg{max-height:23px;max-width:23px}.related-content-partial .related-content-list__previous-button svg{transform:rotate(180deg)}.related-content-partial .related-content-list__previous-button:disabled svg{color:var(--color-inactive-gray)}.related-content-partial .related-content-list__next-button:disabled svg{color:var(--color-inactive-gray)}.related-content-partial .related-content-list__related-tags-list li{margin-bottom:24px;margin-top:0}.related-content-partial .related-content-list__related-tags-list li .tag-link{color:var(--color-link-gray);font-size:1.25rem;font-weight:500;line-height:1.5rem;margin-bottom:24px;margin-top:0;max-width:50%}.related-content-partial .related-content-list__related-tags-list li .tag-link:hover{text-decoration:underline}.related-content-partial .related-performance-products{display:flex;flex-direction:column;gap:24px}@media screen and (min-width:640px){.related-content-partial .related-performance-products{flex-direction:row}}.related-content-partial .related-performance-product{display:none;flex-basis:348px;flex-direction:column;flex-grow:1;flex-shrink:0;min-height:480px;padding:48px 24px}.related-content-partial .related-performance-product[data-pp-visible]{display:flex}.related-content-partial .related-performance-product--k-mag{background-color:#ad5330;color:#fff}.related-content-partial .related-performance-product--k-mag .related-performance-product__link{border-color:#fff}.related-content-partial .related-performance-product--aspire{background-color:#84b854;color:#202124}.related-content-partial .related-performance-product--aspire .related-performance-product__link{border-color:#202124}.related-content-partial .related-performance-product--microessentials{background-color:#f5a92b;color:#202124}.related-content-partial .related-performance-product--microessentials .related-performance-product__link{border-color:#202124}.related-content-partial .related-performance-product--pegasus{background-color:#17598c;color:#fff}.related-content-partial .related-performance-product--pegasus .related-performance-product__link{border-color:#fff}.related-content-partial .related-performance-product--biopath{background-color:#20504c;color:#fff}.related-content-partial .related-performance-product--biopath .related-performance-product__link{border-color:#fff}.related-content-partial .related-performance-product--powercoat{background-color:#20504c;color:#fff}.related-content-partial .related-performance-product--powercoat .related-performance-product__link{border-color:#fff}.related-content-partial .related-performance-product__logo{align-self:flex-start;max-height:40px}.related-content-partial .related-performance-product__tagline{color:inherit;font-family:var(--inter-font);font-size:2.5rem;font-weight:500;line-height:3.25rem;margin-bottom:24px;margin-top:42px}.related-content-partial .related-performance-product__link{align-self:flex-start;border:1px solid;border-radius:40px;color:inherit;margin-top:auto;padding:12px 24px}.super-back-button{align-items:flex-start;background-color:var(--color-bountiful);border-radius:8px 8px 0 0;display:flex;flex-direction:column-reverse;margin-bottom:8px;padding:16px 24px;width:100%}@media screen and (min-width:960px){.super-back-button{align-items:center;flex-direction:row}}.super-back-button__description{color:var(--color-white);font-family:var(--articulat-font);font-size:1.25rem;line-height:2.5rem;margin-bottom:24px;margin-left:0}@media screen and (min-width:960px){.super-back-button__description{margin-bottom:0;margin-left:24px}}.super-back-button__button{flex-shrink:0}.super-back-button__button span{vertical-align:text-bottom}.super-back-button__button svg{margin-right:8px}.super-back-button-container{display:none;margin:auto;max-width:75em;padding-top:40px;padding-inline:.875rem}@media screen and (min-width:960px){.super-back-button-container{max-width:none;padding-inline:0}}.back-to-resources-button{align-items:center;background-color:var(--color-white);border-bottom:1px solid var(--color-inactive-gray);border-top:1px solid var(--color-inactive-gray);display:flex;margin-bottom:8px;padding:24px 0;width:100%}.back-to-resources-button__description{color:var(--text-primary);font-family:var(--articulat-font);font-size:1.25rem;line-height:2.5rem;margin-left:24px}.back-to-resources-button__button{flex-shrink:0}.back-to-resources-button__button span{vertical-align:text-bottom}.back-to-resources-button__button svg{display:none;margin-right:8px}@media screen and (min-width:640px){.back-to-resources-button__button svg{display:inline}}.back-to-resources-button-container{display:none;padding-bottom:40px}.retail-value-calculator-form{max-width:715px}.retail-value-calculator-form__form fieldset label{display:flex;flex-direction:column;margin-top:16px}.retail-value-calculator-form__form fieldset label input:not([type=checkbox]),.retail-value-calculator-form__form fieldset label select{border:1px solid #000;border-radius:5px;color:var(--color-text);font-family:var(--inter-font);font-size:1.25rem;font-weight:300;line-height:1.125rem;margin-top:16px}.retail-value-calculator-form__form fieldset label input:not([type=checkbox]){padding:7px 10px}.retail-value-calculator-form__form fieldset label select{-webkit-appearance:none;appearance:none;padding:10px}.retail-value-calculator-form__form fieldset label span{color:var(--color-inactive-gray);font-size:.875rem;line-height:1.25rem}.retail-value-calculator-form__form fieldset label sup{color:var(--color-inactive-gray);top:-.1em}.retail-value-calculator-form__form .side-by-side{display:flex;flex-direction:column;gap:0}.retail-value-calculator-form__form .side-by-side label{flex-grow:1;flex-shrink:0}@media screen and (min-width:640px){.retail-value-calculator-form__form .side-by-side{flex-direction:row;gap:26px}}.retail-value-calculator-form__form .rvc-select-container{display:block;position:relative;width:100%}.retail-value-calculator-form__form .rvc-select-container .rvc-select-wrapper{position:relative}.retail-value-calculator-form__form .rvc-select-container .rvc-select-wrapper:after{background-color:var(--color-white);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.retail-value-calculator-form__form .rvc-select-container .rvc-select-wrapper select{-webkit-appearance:none;appearance:none;background-color:transparent;display:block;width:100%}.retail-value-calculator-form__form .rvc-select-container svg.icon-select-dropdown{stroke:#000;height:.875rem;position:absolute;right:10px;top:27px;width:.875rem;z-index:-1}.retail-value-calculator-form__form .retail-value-calculator-form__agree-checkbox{display:flex;gap:16px}.retail-value-calculator-form__form .retail-value-calculator-form__agree-checkbox input[type=checkbox]{-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #000;border-radius:5px;cursor:pointer;flex-shrink:0;height:40px;position:relative;width:40px}.retail-value-calculator-form__form .retail-value-calculator-form__agree-checkbox input[type=checkbox]:checked:after{color:#000;content:"✔";font-size:1.5rem;left:8px;position:absolute;top:6px}.retail-value-calculator-form__form .retail-value-calculator-form__agree-checkbox .checkbox-label-container *{font-family:var(--inter-font);font-size:.875rem;line-height:1.25rem}.retail-value-calculator-form__form .retail-value-calculator-form__agree-checkbox .checkbox-label-container a{color:var(--color-leaf)}.retail-value-calculator-form__footer{border-top:1px solid var(--color-inactive-gray);margin-top:24px;padding-top:24px}.retail-value-calculator-form__footer .btn{margin-top:35px}@media print{.footer,.header{display:none;position:relative}}.power-cal-sections{background:var(--color-white);position:relative;width:100%}.power-cal-sections .calcontainer{margin:auto;max-width:1200px;padding:0 15px;position:relative}@media (max-width:1200px){.power-cal-sections .calcontainer{padding:0 15px;width:100%}}.power-cal-sections .calcontainer .page_heading{border-bottom:2px solid var(--color-calc-heading);padding:80px 0 50px}@media (max-width:960px){.power-cal-sections .calcontainer .page_heading{padding:20px 0}}.power-cal-sections .calcontainer .page_heading h1{font-size:2.5rem;line-height:3rem;margin:0}@media (max-width:960px){.power-cal-sections .calcontainer .page_heading h1{font-size:2rem;line-height:2rem;margin:0}}.power-cal-sections .calcontainer .page_heading h1 span{font-weight:400}.power-cal-sections .calcontainer .cal_select_country_tap{padding:40px 0;position:relative}.power-cal-sections .calcontainer .cal_select_country_tap ul{margin:0;padding:0;text-align:center}.power-cal-sections .calcontainer .cal_select_country_tap ul li{background:var(--color-white);border:1px solid var(--color-black);border-radius:20px;cursor:pointer;display:inline-block;font-size:1.0625rem;font-weight:700;margin:0 20px;padding:5px 20px;text-align:center;vertical-align:text-top;width:200px}@media (max-width:960px){.power-cal-sections .calcontainer .cal_select_country_tap ul li{margin:10px}}.power-cal-sections .calcontainer .cal_select_country_tap ul li.active{background:var(--color-calc-grey);border:1px solid var(--color-black)}.power-cal-sections .calcontainer .cal_select_country_tap ul li img{padding:0 2px;vertical-align:middle;width:27px}.power-cal-sections .power_calulator_formula_section{padding:20px 0;position:relative;width:100%}@media (max-width:960px){.power-cal-sections .power_calulator_formula_section{padding:0}}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width{display:inline-block;vertical-align:text-top;width:65%}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width.padrt15{padding-right:15px}@media (max-width:960px){.power-cal-sections .power_calulator_formula_section .power_Cal_left_width.padrt15{padding:0}}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width.padlt15{padding-left:15px}@media (max-width:960px){.power-cal-sections .power_calulator_formula_section .power_Cal_left_width.padlt15{padding:0}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width{display:block;margin:15px 0;width:100%}}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg{background:var(--color-white);border:1px solid var(--color-black);border-radius:10px;display:block;padding:30px}@media (max-width:960px){.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg{padding:15px}}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_app_section{border:1px solid var(--color-black);border-radius:10px;padding:20px;text-align:center}@media (max-width:960px){.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_app_section{padding:10px}}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_app_section .fertilizer_list_sec{padding:20px 0}@media (max-width:960px){.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_app_section .fertilizer_list_sec{padding:20px 0;position:relative;width:100%}}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_app_section .fertilizer_list_sec ul{list-style:none;margin:0;padding:0}@media (max-width:960px){.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_app_section .fertilizer_list_sec ul{margin:auto;text-align:center}}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_app_section .fertilizer_list_sec ul li{background:var(--color-white);border:1px solid var(--color-black);cursor:pointer;display:inline-block;font-size:1rem;margin:0 20px;padding:6px 20px}@media (max-width:960px){.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_app_section .fertilizer_list_sec ul li{display:inline-block;margin:10px;padding:6px 10px;text-align:center;width:41%}}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_app_section .fertilizer_list_sec ul li.active{background:var(--color-calc-green);border:1px solid var(--color-calc-green);color:var(--color-white)}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_app_section .clearboth{clear:both}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_slider_sec{padding:20px 0}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_slider_sec p{font-size:1.125rem;margin:0;padding:0 0 15px}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_slider_sec .fertilizer_slider_box{position:relative;width:100%}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_slider_sec .fertilizer_slider_box .fertilizer_slider_left{float:left;width:80%}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_slider_sec .fertilizer_slider_box .fertilizer_slider_left .slier_box_sec{position:relative;width:100%}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_slider_sec .fertilizer_slider_box .fertilizer_slider_left .slier_box_sec .slider-horizontal{width:100%}@media (max-width:960px){.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_slider_sec .fertilizer_slider_box .fertilizer_slider_left .slier_box_sec .slider-horizontal{width:96%}}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_slider_sec .fertilizer_slider_box .fertilizer_slider_left .slier_box_sec .slider-horizontal .slider-handle{background-color:var(--color-calc-green)}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_slider_sec .fertilizer_slider_box .fertilizer_slider_right{float:left;width:20%}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_slider_sec .fertilizer_slider_box .fertilizer_slider_right.padrt15{padding-right:15px}@media (max-width:960px){.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_slider_sec .fertilizer_slider_box .fertilizer_slider_right.padrt15{padding:0}}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_slider_sec .fertilizer_slider_box .fertilizer_slider_right.padlt15{padding-left:15px}@media (max-width:960px){.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_slider_sec .fertilizer_slider_box .fertilizer_slider_right.padlt15{padding:0}}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_slider_sec .fertilizer_slider_box .fertilizer_slider_right .input_box{width:100%}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_slider_sec .fertilizer_slider_box .fertilizer_slider_right .input_box label{display:block;font-size:1.125rem;padding:0 0 15px}@media (max-width:960px){.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_slider_sec .fertilizer_slider_box .fertilizer_slider_right .input_box label{display:block;font-size:1.125rem;padding:0 0 5px}}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_slider_sec .fertilizer_slider_box .fertilizer_slider_right .input_box input{width:100%}@media (max-width:960px){.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_slider_sec .fertilizer_slider_box .fertilizer_slider_right .input_box input{margin-bottom:20px;width:100%}}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_slider_sec .clearboth{clear:both}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_batch_sec{padding:20px 0}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_batch_sec .fertilizer_full_width{position:relative;width:100%}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_batch_sec .fertilizer_full_width .fertilizer_half_width{float:left;width:50%}@media (max-width:960px){.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_batch_sec .fertilizer_full_width .fertilizer_half_width{float:none;width:100%}}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_batch_sec .fertilizer_full_width .fertilizer_half_width.padrt15{padding-right:15px}@media (max-width:960px){.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_batch_sec .fertilizer_full_width .fertilizer_half_width.padrt15{padding:0}}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_batch_sec .fertilizer_full_width .fertilizer_half_width.padlt15{padding-left:15px}@media (max-width:960px){.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_batch_sec .fertilizer_full_width .fertilizer_half_width.padlt15{padding:0}}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_batch_sec .fertilizer_full_width .fertilizer_half_width .input_box{width:100%}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_batch_sec .fertilizer_full_width .fertilizer_half_width .input_box label{display:block;font-size:1.125rem;padding:0 0 15px}@media (max-width:960px){.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_batch_sec .fertilizer_full_width .fertilizer_half_width .input_box label{display:block;font-size:1.125rem;padding:0 0 5px}}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_batch_sec .fertilizer_full_width .fertilizer_half_width .input_box input{width:100%}@media (max-width:960px){.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_batch_sec .fertilizer_full_width .fertilizer_half_width .input_box input{margin-bottom:20px;width:100%}}.power-cal-sections .power_calulator_formula_section .power_Cal_left_width .power_cal_white_bg .fertilizer_batch_sec .clearboth{clear:both}.power-cal-sections .power_calulator_formula_section .power_Cal_right_width{display:inline-block;vertical-align:text-top;width:33%}.power-cal-sections .power_calulator_formula_section .power_Cal_right_width.padrt15{padding-right:15px}@media (max-width:960px){.power-cal-sections .power_calulator_formula_section .power_Cal_right_width.padrt15{padding:0}}.power-cal-sections .power_calulator_formula_section .power_Cal_right_width.padlt15{padding-left:15px}@media (max-width:960px){.power-cal-sections .power_calulator_formula_section .power_Cal_right_width.padlt15{padding:0}.power-cal-sections .power_calulator_formula_section .power_Cal_right_width{display:block;margin:15px 0;width:100%}}.power-cal-sections .power_calulator_formula_section .power_Cal_right_width .power_cal_grey_bg{background:var(--color-calc-grey);border-radius:20px;padding:20px;text-align:center;width:100%}.power-cal-sections .power_calulator_formula_section .power_Cal_right_width .power_cal_grey_bg .cal_select_country_tap{padding:0}@media print{.power-cal-sections .power_calulator_formula_section .power_Cal_right_width .power_cal_grey_bg .cal_select_country_tap.print_results_holder{display:none}}.power-cal-sections .power_calulator_formula_section .power_Cal_right_width .power_cal_grey_bg .power_head h3{font-size:1.875rem;font-weight:700}.power-cal-sections .power_calulator_formula_section .power_Cal_right_width .power_cal_grey_bg .total_display_box{border:1px solid var(--color-black);margin:20px 0;padding:10px;text-align:center}.power-cal-sections .power_calulator_formula_section .power_Cal_right_width .power_cal_grey_bg .total_display_box.greenbox{background:var(--color-calc-green);color:var(--color-white)}.power-cal-sections .power_calulator_formula_section .power_Cal_right_width .power_cal_grey_bg .total_display_box.greenbox *{color:var(--color-white)}.power-cal-sections .power_calulator_formula_section .power_Cal_right_width .power_cal_grey_bg .total_display_box strong{font-weight:700}.power-cal-sections .clearboth{clear:both}.powercost_metric_content_sec{padding:30px 0}.powercost_metric_content_sec .calcontainer{margin:auto;max-width:1200px;padding:0 15px;position:relative}.powercost_metric_content_sec .calcontainer .powercost_content_terms{display:none}.powercost_metric_content_sec .calcontainer .powercost_content_terms.usa_terms{display:block}.powercost_metric_content_sec .calcontainer .powercost_content_terms p{font-size:1rem}@media (max-width:1200px){.powercost_metric_content_sec .calcontainer{padding:0 15px;width:100%}}.page-template-resource-library{color:var(--color-text);font-family:inter,helvetica,arial,sans-serif;font-size:1rem;margin:0}.page-template-resource-library *{box-sizing:border-box;text-decoration:none}.page-template-resource-library img{display:block;max-width:100%}.page-template-resource-library .page-bg{position:relative}.page-template-resource-library .gradiant-green{background:linear-gradient(180deg,#b5c927,rgba(181,201,39,.2))}.page-template-resource-library .rl-top-section__heading-wrapper{max-width:100%;padding-top:30px}@media screen and (min-width:640px){.page-template-resource-library .rl-top-section__heading-wrapper{max-width:70%}}.page-template-resource-library .rl-top-section .rl-page-desc{border-bottom:1px solid #737373;padding-bottom:24px}.page-template-resource-library .rl-top-section #filter-search-container .search-close-icon-wrapper{display:none;position:absolute;right:5px;top:15px}.page-template-resource-library .rl-top-section #filter-search-container .search-close-icon-wrapper.show{display:inline-block}.page-template-resource-library .rl-top-section #filter-search-container .search-close-icon-wrapper svg{height:1.25rem;width:1.25rem}.page-template-resource-library .rl-top-section #filter-search-container .search-icon-wrapper{position:absolute;right:5px;top:15px}.page-template-resource-library .rl-top-section #filter-search-container .search-icon-wrapper svg{height:1.25rem;width:1.25rem}.page-template-resource-library .rl-top-section #filter-search-container label{display:block}.page-template-resource-library .rl-top-section #filter-search-container select{background-color:#f7f7f7;border:1px solid #d1d1d1;padding:.625em .4375em;width:100%}.page-template-resource-library .rl-top-section #filter-search-container .apply-wrapper{background:#b5c927;display:inline-block!important;margin:0;padding:5px 10px;width:100%}.page-template-resource-library .rl-top-section #filter-search-container .apply-wrapper input{background:#202124;border:none;border-radius:102px;color:#fff;cursor:pointer;float:right;font-size:1rem;font-weight:400;line-height:1;padding:5px 15px 8px}.page-template-resource-library .rl-top-section #filter-search-container .apply-wrapper input:hover{text-decoration:none}.page-template-resource-library .rl-top-section #filter-search-container .apply-selection .ajax-link{display:none}.page-template-resource-library .rl-top-section #filter-search-container .dropdown-wrapper{border-radius:5px;border-top:0;box-shadow:0 3px 6px rgba(0,0,0,.161);margin:0;overflow:hidden;position:absolute;width:100%;z-index:9}.page-template-resource-library .rl-top-section #filter-search-container .dropdown-wrapper .options-wrapper{background:#fff;margin-top:-7px;max-height:400px;overflow:auto;padding:15px 10px}.page-template-resource-library .rl-top-section #filter-search-container .select-menu-container{display:flex;justify-content:space-between;padding-right:75px}.page-template-resource-library .rl-top-section #filter-search-container .select-col{position:relative}.page-template-resource-library .rl-top-section #filter-search-container .form-control:focus{border-color:#000;box-shadow:none}.page-template-resource-library .rl-top-section #filter-search-container .form-control{color:#000;height:auto;padding:10px 15px}.page-template-resource-library .rl-top-section #filter-search-container .dropdown-label .icon{transform:scaleY(1)}.page-template-resource-library .rl-top-section #filter-search-container .dropdown-label.open .icon{transform:scaleY(-1)}.page-template-resource-library .rl-top-section #filter-search-container .inner-wrap label{color:#202124;font-size:1rem;font-weight:400;margin-bottom:10px;margin-top:10px;width:100%}.page-template-resource-library .rl-top-section #filter-search-container .inner-wrap label input{float:right}.page-template-resource-library .rl-top-section #filter-search-container .search-box{max-width:100%}@media screen and (min-width:640px){.page-template-resource-library .rl-top-section #filter-search-container .search-box{max-width:70%}}.page-template-resource-library .rl-top-section #filter-search-container .search-box .search-input{margin-bottom:80px;margin-top:80px;position:relative}.page-template-resource-library .rl-top-section #filter-search-container .search-box .search-input input[type=submit]{background:transparent;border:none;cursor:pointer;height:25px;position:absolute;right:0;top:10px;top:0;width:25px;z-index:99}.page-template-resource-library .rl-top-section #filter-search-container .search-box .search-input .close-icon{border:none;cursor:pointer;height:1.5625rem;position:absolute;right:0;width:1.5625rem}.page-template-resource-library .rl-top-section #filter-search-container .search-box .search-input .val-error{color:#ad5330}.page-template-resource-library .rl-top-section #filter-search-container .search-box .search-bar{background:transparent;border:0;border-bottom:1px solid #737373;color:#000;font-size:1.25rem;font-weight:400;padding:10px 0;width:100%}.page-template-resource-library .rl-top-section #filter-search-container .filters-wrapper .select-menu{float:left;margin:25px 0;width:100%}.page-template-resource-library .boxes-wrap__agrifacts-box-wrap,.page-template-resource-library .boxes-wrap__agrisight-box-wrap,.page-template-resource-library .boxes-wrap__articles-box-wrap,.page-template-resource-library .boxes-wrap__calculator-box-wrap,.page-template-resource-library .boxes-wrap__documents-labels-box-wrap,.page-template-resource-library .boxes-wrap__listen-now-box-wrap,.page-template-resource-library .boxes-wrap__success-story-box-wrap,.page-template-resource-library .boxes-wrap__trending-topic-box-wrap,.page-template-resource-library .boxes-wrap__trures-insights-box-wrap,.page-template-resource-library .boxes-wrap__trures-trial-data-box-wrap,.page-template-resource-library .boxes-wrap__video-box-wrap{grid-template-columns:repeat(1,1fr)}@media screen and (min-width:640px){.page-template-resource-library .boxes-wrap__agrifacts-box-wrap,.page-template-resource-library .boxes-wrap__agrisight-box-wrap,.page-template-resource-library .boxes-wrap__articles-box-wrap,.page-template-resource-library .boxes-wrap__calculator-box-wrap,.page-template-resource-library .boxes-wrap__documents-labels-box-wrap,.page-template-resource-library .boxes-wrap__listen-now-box-wrap,.page-template-resource-library .boxes-wrap__success-story-box-wrap,.page-template-resource-library .boxes-wrap__trending-topic-box-wrap,.page-template-resource-library .boxes-wrap__trures-insights-box-wrap,.page-template-resource-library .boxes-wrap__trures-trial-data-box-wrap,.page-template-resource-library .boxes-wrap__video-box-wrap{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:960px){.page-template-resource-library .boxes-wrap__agrifacts-box-wrap,.page-template-resource-library .boxes-wrap__agrisight-box-wrap,.page-template-resource-library .boxes-wrap__articles-box-wrap,.page-template-resource-library .boxes-wrap__calculator-box-wrap,.page-template-resource-library .boxes-wrap__documents-labels-box-wrap,.page-template-resource-library .boxes-wrap__listen-now-box-wrap,.page-template-resource-library .boxes-wrap__success-story-box-wrap,.page-template-resource-library .boxes-wrap__trending-topic-box-wrap,.page-template-resource-library .boxes-wrap__trures-insights-box-wrap,.page-template-resource-library .boxes-wrap__trures-trial-data-box-wrap,.page-template-resource-library .boxes-wrap__video-box-wrap{grid-template-columns:repeat(3,1fr)}}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__box2{margin-bottom:25px;padding:55px}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__topic{color:#000;font-size:.875rem;font-weight:400;margin:0 0 7px;width:100%}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__topic-hd{color:#000;font-size:1.5rem;font-weight:400;line-height:2rem;margin:0 0 24px;width:100%}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__topic-desc{color:#000;font-size:1rem;font-weight:400;line-height:1.25rem;margin:0 0 28px;width:100%}.page-template-resource-library .boxes-wrap__boxes-inner-wrap{display:grid;flex-wrap:wrap;gap:1.5rem;margin:0}.page-template-resource-library .boxes-wrap__boxes-inner-wrap.featured-section{grid-template-columns:repeat(1,1fr)}@media screen and (min-width:640px){.page-template-resource-library .boxes-wrap__boxes-inner-wrap.featured-section{grid-template-columns:repeat(2,1fr)}}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__box1{align-content:center;align-items:center;border:2px solid var(--color-black);border-radius:0 0 25px 0;display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;min-height:245px;padding:15px;text-align:left}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__boxes-inner-wrap__go-btn a{align-items:center;color:#202124;display:flex;font-size:1rem;font-weight:500;padding-right:22px;text-decoration:none}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__boxes-inner-wrap__go-btn a .icon-arrow-right{height:1.25rem;width:1.25rem}.page-template-resource-library .agrisight-box{background:#f6f6f6;flex-direction:column}.page-template-resource-library .agrisight-box .boxes-wrap__boxes-inner-wrap__topic{margin-bottom:15px}.page-template-resource-library .agrisight-box .boxes-wrap__boxes-inner-wrap__topic-hd{font-size:1.5rem;line-height:1.75rem}.page-template-resource-library .trures-insights-box{background:#f6f6f6;flex-direction:column}.page-template-resource-library .trures-insights-box .boxes-wrap__boxes-inner-wrap__topic.icon-wrapper{display:block;margin-bottom:0}@media screen and (min-width:1200px){.page-template-resource-library .trures-insights-box .boxes-wrap__boxes-inner-wrap__topic.icon-wrapper{margin-bottom:28px}}.page-template-resource-library .trures-insights-box .boxes-wrap__boxes-inner-wrap__topic.icon-wrapper svg{height:1.75rem;width:6.25rem}.page-template-resource-library .trures-insights-box .boxes-wrap__boxes-inner-wrap__topic{margin-bottom:15px}.page-template-resource-library .trures-insights-box .boxes-wrap__boxes-inner-wrap__topic-hd{font-size:1.5rem;line-height:1.75rem}.page-template-resource-library .agrifacts-box,.page-template-resource-library .trures-trial-data-box{border-radius:0;flex-direction:column;height:100%;justify-content:space-between;min-height:265px;padding:30px;position:relative}.page-template-resource-library .agrifacts-box a.fill-div,.page-template-resource-library .trures-trial-data-box a.fill-div{display:block;height:100%;left:0;position:absolute;text-decoration:none;top:0;width:100%}.page-template-resource-library .agrifacts-box .af-info-wrapper,.page-template-resource-library .trures-trial-data-box .af-info-wrapper{width:100%}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__data-info__logo,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__data-info__logo{display:flex}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__data-info__logo .icon,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__data-info__logo .icon{height:1.625rem;width:5.3125rem}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__data-info__logo .icon.icon-k-mag,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__data-info__logo .icon.icon-k-mag{height:1.375rem}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__data-info__logo .icon.icon-microessentials,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__data-info__logo .icon.icon-microessentials{height:1.875rem;width:6.25rem}@media screen and (max-width:640px){.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__data-info__logo .icon,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__data-info__logo .icon{width:1.5625rem}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__data-info__logo .boxes-wrap__boxes-inner-wrap__data-info__logo .icon,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__data-info__logo .boxes-wrap__boxes-inner-wrap__data-info__logo .icon{width:5.3125rem}}.page-template-resource-library .agrifacts-box .icon,.page-template-resource-library .trures-trial-data-box .icon{height:1.625rem;width:5.3125rem}.page-template-resource-library .agrifacts-box .icon.icon-k-mag,.page-template-resource-library .trures-trial-data-box .icon.icon-k-mag{height:1.375rem}.page-template-resource-library .agrifacts-box .icon.icon-microessentials,.page-template-resource-library .trures-trial-data-box .icon.icon-microessentials{height:1.875rem;width:6.25rem}@media screen and (max-width:640px){.page-template-resource-library .agrifacts-box .icon,.page-template-resource-library .trures-trial-data-box .icon{width:1.5625rem}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__data-info__logo .icon,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__data-info__logo .icon{width:5.3125rem}}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__box2 .boxes-wrap__boxes-inner-wrap__topic-hd,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__box2 .boxes-wrap__boxes-inner-wrap__topic-hd{font-size:1.5rem;font-weight:400;line-height:1.625rem;margin:0 0 25px;min-height:unset}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__box2 .boxes-wrap__boxes-inner-wrap__topic-desc,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__box2 .boxes-wrap__boxes-inner-wrap__topic-desc{font-size:.75rem;font-weight:400;line-height:1rem;margin:0 0 50px}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap1,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap1{display:flex;gap:10px;width:100%}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap1 .boxes-wrap__boxes-inner-wrap__topic-hd,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap1 .boxes-wrap__boxes-inner-wrap__topic-hd{margin-bottom:15px;min-height:unset}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap3,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap3{display:flex;gap:10px;width:100%}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap3 .boxes-wrap__boxes-inner-wrap__topic-hd,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap3 .boxes-wrap__boxes-inner-wrap__topic-hd{margin-bottom:15px;min-height:unset}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap3 .trures-space,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap3 .trures-space{height:2.8125rem;width:2.8125rem}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap3 .boxes-wrap__boxes-inner-wrap__topic-code,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap3 .boxes-wrap__boxes-inner-wrap__topic-code{display:block;margin-bottom:14px}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap3 .boxes-wrap__boxes-inner-wrap__topic-code .unit,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap3 .boxes-wrap__boxes-inner-wrap__topic-code .unit{color:var(--color-bioscience-green);display:inline-block;font-family:var(--articulat-font);font-size:3.75rem;font-weight:700;line-height:3.3125rem;vertical-align:bottom}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap3 .boxes-wrap__boxes-inner-wrap__topic-code .text,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap3 .boxes-wrap__boxes-inner-wrap__topic-code .text{color:var(--color-bioscience-green);display:inline-block;font-family:var(--articulat-font);font-size:1.5rem;font-weight:700;line-height:1.8125rem;vertical-align:bottom}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__topic-l,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__topic-l{width:87%}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__topic-r,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__topic-r{text-align:right;width:13%}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__topic-r img,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__topic-r img{display:inline-block}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__product-info,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__product-info{align-items:baseline;display:flex;gap:10px;justify-content:center;margin:10px 0 30px;width:100%}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__product-info .icon,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__product-info .icon{height:1.875rem;width:2.5rem}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__product-info__points,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__product-info__points{font-family:var(--articulat-font);font-size:4.375rem;font-weight:700;letter-spacing:0;line-height:.75em}@media screen and (min-width:640px){.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__product-info__points,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__product-info__points{font-size:2.5rem}}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__product-info__bu-ac,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__product-info__bu-ac{font-size:1.5rem;font-weight:700;line-height:1.8375rem}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__data-info,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__data-info{align-items:flex-start;display:flex;gap:4px;justify-content:space-between;margin:16px 0 0;width:100%}.page-template-resource-library .agrifacts-box .boxes-wrap__boxes-inner-wrap__data-info__data-yrs,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__data-info__data-yrs{font-size:.875rem;font-weight:500;line-height:1.8125rem}.page-template-resource-library .trures-trial-data-box{border:3px solid var(--color-bioscience-green);padding:16px 18px}.page-template-resource-library .trures-trial-data-box.box-prb9{border:3px solid var(--color-biostimulant)}.page-template-resource-library .trures-trial-data-box.box-prb9 .boxes-wrap__boxes-inner-wrap__topic-hd-wrap3 .boxes-wrap__boxes-inner-wrap__topic-code .unit{color:var(--color-biostimulant)}.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap2{display:block;margin-bottom:20px}.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap2 .icon-align-right{text-align:right}.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap2 .icon-align-right svg,.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap2 .icon-trial-data-small{height:30px;width:90px}.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap1 .boxes-wrap__boxes-inner-wrap__topic-l .boxes-wrap__boxes-inner-wrap__topic-desc{margin:13px 0 0}.page-template-resource-library .trures-trial-data-box .boxes-wrap__boxes-inner-wrap__topic-hd-wrap3 .boxes-wrap__boxes-inner-wrap__topic-l .boxes-wrap__boxes-inner-wrap__topic-desc{margin:0}.page-template-resource-library .boxes-wrap__video-box-wrap .boxes-wrap__video-box-wrap__video-hd,.page-template-resource-library .video-box .boxes-wrap__video-box-wrap__video-hd{align-items:center;display:flex;gap:15px;margin-bottom:40px;margin-top:40px;padding:0;position:relative;z-index:1}.page-template-resource-library .boxes-wrap__video-box-wrap .boxes-wrap__video-box-wrap__video-box .boxes-wrap__boxes-inner-wrap__topic-hd,.page-template-resource-library .video-box .boxes-wrap__video-box-wrap__video-box .boxes-wrap__boxes-inner-wrap__topic-hd{margin:0;min-height:unset}.page-template-resource-library .boxes-wrap__video-box-wrap .boxes-wrap__video-box-wrap__video-box2,.page-template-resource-library .video-box .boxes-wrap__video-box-wrap__video-box2{position:relative}.page-template-resource-library .boxes-wrap__video-box-wrap .boxes-wrap__video-box-wrap__play-btn1,.page-template-resource-library .video-box .boxes-wrap__video-box-wrap__play-btn1{left:0;margin:0 auto;position:absolute;right:0;top:50%;width:62px!important}.page-template-resource-library .boxes-wrap__listen-now-box-wrap.featured-section .audio-btn{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.page-template-resource-library .boxes-wrap__listen-now-box-wrap.featured-section .featured-image{position:relative}.page-template-resource-library .listen-now-box .boxes-wrap__boxes-inner-wrap__topic{color:#000}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__documents-labels-box{background:#f6f6f6}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__documents-labels-box,.page-template-resource-library .boxes-wrap__documents-labels-box-wrap{flex-direction:column;padding:0}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__documents-labels-box .boxes-wrap__boxes-inner-wrap__topic,.page-template-resource-library .boxes-wrap__documents-labels-box-wrap .boxes-wrap__boxes-inner-wrap__topic{background:#fff;color:#000;font-size:1rem;max-height:55px;padding:16px}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__documents-labels-box .boxes-wrap__boxes-inner-wrap__documents-logo,.page-template-resource-library .boxes-wrap__documents-labels-box-wrap .boxes-wrap__boxes-inner-wrap__documents-logo{margin-bottom:15px;width:100%}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__documents-labels-box .boxes-wrap__boxes-inner-wrap__documents-logo .icon,.page-template-resource-library .boxes-wrap__documents-labels-box-wrap .boxes-wrap__boxes-inner-wrap__documents-logo .icon{height:1.9375rem;width:5.3125rem}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__documents-labels-box .padding-wrap,.page-template-resource-library .boxes-wrap__documents-labels-box-wrap .padding-wrap{padding:15px;width:100%}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__documents-labels-box .boxes-wrap__boxes-inner-wrap__topic,.page-template-resource-library .boxes-wrap__documents-labels-box-wrap .boxes-wrap__boxes-inner-wrap__topic{text-transform:uppercase}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__documents-labels-box .boxes-wrap__boxes-inner-wrap__topic-hd,.page-template-resource-library .boxes-wrap__documents-labels-box-wrap .boxes-wrap__boxes-inner-wrap__topic-hd{min-height:75px}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__documents-labels-box .boxes-wrap__boxes-inner-wrap__topic-desc,.page-template-resource-library .boxes-wrap__documents-labels-box-wrap .boxes-wrap__boxes-inner-wrap__topic-desc{min-height:100px}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__success-story-box{background:linear-gradient(157deg,#496c09 50.76%,#b5c927 99.99%,#b5c927);border-radius:0 0 25px 0}.page-template-resource-library .boxes-wrap__trending-topic-box-wrap .trending-topic-box1 img{border-radius:25px 0 0 25px}.page-template-resource-library .calculator-box{border-color:transparent;border-radius:0 0 25px 0;color:var(--color-text);margin-bottom:14px;padding:20px 19px;text-align:center}@media screen and (min-width:960px){.page-template-resource-library .calculator-box{text-align:left}}.page-template-resource-library .calculator-box.bio-calculator,.page-template-resource-library .calculator-box.nutrient{background:var(--color-seed)}.page-template-resource-library .calculator-box.microessentials{background:var(--color-microessentials-yellow)}.page-template-resource-library .calculator-box.aspire{background:var(--color-aspire-green)}.page-template-resource-library .calculator-box.retail-value{background:var(--color-microessentials-yellow)}.page-template-resource-library .calculator-box h2{font-family:var(--inter-font);line-height:30px;margin-bottom:5px;text-align:left}@media screen and (min-width:960px){.page-template-resource-library .calculator-box h2{font-size:24px;font-weight:600;line-height:32px}}.page-template-resource-library .calculator-box .column-wrapper{margin-left:0}.page-template-resource-library .calculator-box .calculator-btn{font-size:16px;font-weight:500}.page-template-resource-library .calculator-box .calculator-btn svg{height:20px;margin-left:5px;position:relative;top:5px;width:20px}.page-template-resource-library .calculator-box .left-side{margin-bottom:26px;position:relative}.page-template-resource-library .calculator-box .left-side p{font-size:16px}@media screen and (min-width:960px){.page-template-resource-library .calculator-box .left-side{margin-bottom:0}.page-template-resource-library .calculator-box .left-side.nutrient-calculator{width:54%}.page-template-resource-library .calculator-box .left-side.nutrient-calculator .bento-btn{margin-top:63px}}.page-template-resource-library .calculator-box .left-side .paragraph{line-height:22px;max-width:254px;text-align:left}.page-template-resource-library .calculator-box .left-side .calculator-btn{display:none}@media screen and (min-width:960px){.page-template-resource-library .calculator-box .left-side .calculator-btn{bottom:0;display:inline-block;position:absolute}}.page-template-resource-library .calculator-box .right-side.nutrient-calculator{text-align:center}@media screen and (min-width:960px){.page-template-resource-library .calculator-box .right-side.nutrient-calculator{width:46%}}.page-template-resource-library .calculator-box .right-side.nutrient-calculator .big-number{font-size:54px;font-weight:900;left:-12px;letter-spacing:-4px;line-height:60px;position:relative}@media screen and (min-width:960px){.page-template-resource-library .calculator-box .right-side.nutrient-calculator .big-number{left:0}}.page-template-resource-library .calculator-box .right-side.nutrient-calculator .units{font-size:8px;left:53px;line-height:8px;margin-bottom:4px;margin-top:-4px;position:relative}@media screen and (min-width:960px){.page-template-resource-library .calculator-box .right-side.nutrient-calculator .units{left:-20px;text-align:right}}.page-template-resource-library .calculator-box .right-side.nutrient-calculator svg{display:block;height:40px;margin:0 auto 25px;width:118px}@media screen and (min-width:960px){.page-template-resource-library .calculator-box .right-side.nutrient-calculator svg{margin:0 0 44px auto}}.page-template-resource-library .calculator-box .right-side.aspire-calculator,.page-template-resource-library .calculator-box .right-side.microessentials-calculator,.page-template-resource-library .calculator-box .right-side.retail-value-calculator{padding-top:15px}.page-template-resource-library .calculator-box .right-side.aspire-calculator .inner-wrapper,.page-template-resource-library .calculator-box .right-side.microessentials-calculator .inner-wrapper,.page-template-resource-library .calculator-box .right-side.retail-value-calculator .inner-wrapper{text-align:center}.page-template-resource-library .calculator-box .right-side.aspire-calculator .icon-wrapper,.page-template-resource-library .calculator-box .right-side.microessentials-calculator .icon-wrapper,.page-template-resource-library .calculator-box .right-side.retail-value-calculator .icon-wrapper{align-items:center;border:4px solid var(--color-text);border-radius:50%;display:flex;flex-wrap:wrap;height:113px;justify-content:center;margin:0 auto 25px;width:113px}.page-template-resource-library .calculator-box .right-side.aspire-calculator svg,.page-template-resource-library .calculator-box .right-side.microessentials-calculator svg,.page-template-resource-library .calculator-box .right-side.retail-value-calculator svg{fill:var(--color-text);height:34px;width:64px}.page-template-resource-library .calculator-box .right-side.aspire-calculator p,.page-template-resource-library .calculator-box .right-side.microessentials-calculator p,.page-template-resource-library .calculator-box .right-side.retail-value-calculator p{color:var(--color-text);font-size:12px;font-weight:700;position:relative;top:-4px}.page-template-resource-library .calculator-box .right-side.retail-value-calculator svg{height:36px;width:80px}.page-template-resource-library .calculator-box .right-side.retail-value-calculator p{line-height:1rem}.page-template-resource-library .calculator-box .right-side.microessentials-calculator svg{height:36px;width:80px}.page-template-resource-library .calculator-box .right-side.microessentials-calculator p{margin-top:-9px}@media screen and (min-width:960px){.page-template-resource-library .calculator-box .right-side .calculator-btn{display:none}}.page-template-resource-library .calculator-box .right-side .calculator-btn .icon-arrow-right{display:inline-block;height:20px;margin:0 0 0 5px;position:relative;top:5px;width:20px}.page-template-resource-library #rl-ajax-filter-search-results,.page-template-resource-library .rl-default-content__rl-section{padding-bottom:5rem}.page-template-resource-library #rl-ajax-filter-search-results .icon-agrifact-trimmed,.page-template-resource-library .rl-default-content__rl-section .icon-agrifact-trimmed{height:3rem;width:9.1875rem}.page-template-resource-library #rl-ajax-filter-search-results .icon-agrisight-trimmed,.page-template-resource-library .rl-default-content__rl-section .icon-agrisight-trimmed{height:2.25rem;width:10.3125rem}.page-template-resource-library #rl-ajax-filter-search-results .icon-wrapper .icon-agrisight-trimmed,.page-template-resource-library .rl-default-content__rl-section .icon-wrapper .icon-agrisight-trimmed{height:1.75rem;width:7.8125rem}.page-template-resource-library #rl-ajax-filter-search-results .heading2,.page-template-resource-library .rl-default-content__rl-section .heading2{align-content:center;align-items:center;border-bottom:1px solid #737373;color:#000;display:flex;display:-webkit-flex;font-family:inter,helvetica,arial,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.5rem;margin-bottom:25px;padding:0 0 18px;position:relative;text-align:left}.page-template-resource-library #rl-ajax-filter-search-results .heading2 .icon-trures-insights,.page-template-resource-library #rl-ajax-filter-search-results .heading2 .icon-trures-trial-data,.page-template-resource-library .rl-default-content__rl-section .heading2 .icon-trures-insights,.page-template-resource-library .rl-default-content__rl-section .heading2 .icon-trures-trial-data{height:100px;width:210px}.page-template-resource-library #rl-ajax-filter-search-results .heading2 .heading-description,.page-template-resource-library .rl-default-content__rl-section .heading2 .heading-description{display:inline-block;font-size:1rem;font-weight:400;margin-left:10px;margin-top:10px}.page-template-resource-library #rl-ajax-filter-search-results .view-btn,.page-template-resource-library .rl-default-content__rl-section .view-btn{display:flex;font-size:1rem;font-weight:500;gap:5px;justify-content:space-between;line-height:1.1875rem;position:absolute;right:0}.page-template-resource-library #rl-ajax-filter-search-results .view-btn a,.page-template-resource-library .rl-default-content__rl-section .view-btn a{align-items:center;color:#202124;display:flex;gap:5px;text-decoration:none}.page-template-resource-library__trending-topic-sec .trending--topic--bg1,.page-template-resource-library__trending-topic-sec .trending--topic--bg2,.page-template-resource-library__trending-topic-sec .trending--topic--bg3{background-size:cover}.page-template-resource-library p{color:#000;font-size:1.25rem;font-weight:400}.page-template-resource-library .container{margin:0 auto;width:100%}.page-template-resource-library :focus{border:0;outline:none}.page-template-resource-library .dark-bg{background:#161e10;color:#fff}.page-template-resource-library .border_rd_2{border-radius:0 25px 25px 0}.page-template-resource-library .border_rd_3{border-radius:25px 0 0 25px}.page-template-resource-library .w-100{width:100%}.page-template-resource-library .p-0{padding:0}.page-template-resource-library .white--txt{color:#fff}.page-template-resource-library .white--txt a{color:#fff;text-decoration:none}.page-template-resource-library .flex-box{align-content:center;align-items:center;display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;text-align:left}.page-template-resource-library .m-h1{min-height:135px}.page-template-resource-library .overlay{overflow:hidden;position:relative}.page-template-resource-library .overlay:after{background:rgba(22,30,16,.7);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.page-template-resource-library .overlay .white--txt{position:relative;z-index:1}.page-template-resource-library .position-top{top:-100px}.page-template-resource-library .background-gradient.position-bottom{z-index:-35}.page-template-resource-library .green-bg{background:#496c09}.page-template-resource-library .border-0{border:0}.page-template-resource-library .audio-btn{margin-bottom:20px;width:100%}.page-template-resource-library .listen-now-box .m-h1{min-height:70px}.page-template-resource-library label{cursor:pointer}.page-template-resource-library .ellipsis{overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.page-template-resource-library .mrtp-20{margin-bottom:15px;margin-top:20px}.page-template-resource-library .product-cards__card .product-cards__inner-wrap .pro-card-hd{font-size:2rem;font-weight:700;line-height:2.6rem;margin-top:10px}.page-template-resource-library .pro-card-desc{font-size:1.25rem;font-weight:400;line-height:1.5rem}.page-template-resource-library .mrgn-lr{margin-left:-12px;margin-right:-12px}.page-template-resource-library .btm-bor{border-bottom:1px solid #737373}.page-template-resource-library .bor-tp{border-top:1px solid #737373}.page-template-resource-library .bor-rds-8{border-radius:8px}.page-template-resource-library .pd-25{padding:25px}.page-template-resource-library .pd-16{padding:0 16px}.page-template-resource-library .green-bg-light{background:#f3fcec}.page-template-resource-library .mrb-50{margin-bottom:50px}@media screen and (min-width:768px) and (max-width:991px){.page-template-resource-library .agrifacts-box,.page-template-resource-library .boxes-wrap__boxes-inner-wrap__box2,.page-template-resource-library .trures-trial-data-box{padding:20px}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__product-info__points{font-size:3.4375rem}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__product-info__bu-ac{font-size:1rem}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__product-info__up-arrow img{max-width:18px}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__data-info{flex-wrap:wrap}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__data-info__data-yrs,.page-template-resource-library .microessentials-logo{width:100%}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__box2 .boxes-wrap__boxes-inner-wrap__topic-hd{font-size:1.875rem;line-height:2.1875rem}.page-template-resource-library .w-100{height:100%;-o-object-fit:cover;object-fit:cover}.page-template-resource-library .boxes-wrap__video-box-wrap__video-hd{background-size:40px;padding-left:50px}.page-template-resource-library .boxes-wrap__video-box-wrap__video-box .boxes-wrap__boxes-inner-wrap__topic-hd{font-size:1.25rem;line-height:1.4375rem}.page-template-resource-library .documents-labels-box .boxes-wrap__boxes-inner-wrap__topic-hd{font-size:1.4375rem;line-height:1.8125rem}}@media screen and (max-width:767px){.page-template-resource-library .search-box{max-width:100%}.page-template-resource-library .search-box br{display:none}.page-template-resource-library .boxes-wrap .featured-image{margin:0;padding:0}.page-template-resource-library .boxes-wrap .featured-content{margin:0}.page-template-resource-library .boxes-wrap .featured-section{margin-bottom:1.5rem}.page-template-resource-library .heading{font-size:2.1875rem}.page-template-resource-library p{font-size:1rem}.page-template-resource-library .boxes-wrap__boxes-inner-wrap{flex-wrap:wrap}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__box1{width:100%}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__topic-hd{font-size:1.5rem;line-height:1.6875rem;margin-bottom:15px;min-height:unset}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__topic-desc{margin-bottom:15px;min-height:unset}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__box2{margin:0;padding:20px;width:100%}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__box2 .boxes-wrap__boxes-inner-wrap__topic-hd{font-size:1.5rem;line-height:1.6875rem}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__box2 .boxes-wrap__boxes-inner-wrap__topic-desc{font-size:1rem;margin-bottom:15px}.page-template-resource-library .boxes-wrap__video-box-wrap__video-box2 img{border-radius:25px}.page-template-resource-library .select-menu-container{flex-wrap:wrap;padding-right:0}.page-template-resource-library .select-col{margin:3px 0;width:100%}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__product-info__points{font-size:4.0625rem}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__product-info__bu-ac{font-size:1.25rem}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__documents-labels-box{min-height:200px}.page-template-resource-library .play-btn1{top:40%}.page-template-resource-library .mrtp-20{margin-bottom:0}.page-template-resource-library .select-menu{margin:0}.page-template-resource-library .mrtp-15{margin-top:15px}}.page-template-resource-library .column-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;margin:20px 0}.page-template-resource-library .column-wrap .column{width:49%}.page-template-resource-library .column-wrap .column:last-child{float:right}.page-template-resource-library #ajax-filter-search-results{display:flex;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin-top:30px}.page-template-resource-library #ajax-filter-search-results li{float:left;margin-bottom:20px;margin-right:2%;overflow:hidden;position:relative;width:23.5%}.page-template-resource-library #ajax-filter-search-results li.no-result{text-align:center;width:100%}.page-template-resource-library #ajax-filter-search-results li:nth-child(4n+4){margin-right:0}.page-template-resource-library #filter-search-container .filter>label{background-color:#fff;border:1px solid;border-radius:5px;padding:10px}.page-template-resource-library #filter-search-container .filter h3{font-size:1rem}.page-template-resource-library #filter-search-container .filter:after{border:solid grey;border-width:0 4px 4px 0;display:inline-block;padding:5px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.page-template-resource-library #filter-search-container .dropdown-wrapper{display:block}.page-template-resource-library #filter-search-container .dropdown-wrapper.hidden{display:none}.page-template-resource-library #filter-search-container .dropdown-wrapper .select-option-wrapper{align-items:center;display:flex;flex-direction:row-reverse;justify-content:space-between;line-height:1;margin-bottom:10px}.page-template-resource-library #filter-search-container .dropdown-wrapper .select-option-wrapper label{align-items:center;display:flex;line-height:1.1875rem;min-height:45px;width:100%}.page-template-resource-library #filter-search-container .dropdown-wrapper .select-option-wrapper input[type=checkbox]{accent-color:#b5c927;cursor:pointer}.page-template-resource-library #filter-search-container .dropdown-wrapper .select-option-wrapper input[type=checkbox].ghs-label,.page-template-resource-library #filter-search-container .dropdown-wrapper .select-option-wrapper input[type=checkbox].trures-insights,.page-template-resource-library #filter-search-container .dropdown-wrapper .select-option-wrapper input[type=checkbox].trures-trial-data{width:auto}.page-template-resource-library .filters-wrapper{display:grid;gap:1em;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:640px){.page-template-resource-library .filters-wrapper{gap:1.5em;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:960px){.page-template-resource-library .filters-wrapper{gap:2em;grid-template-columns:repeat(5,1fr)}}.page-template-resource-library .filters-wrapper .filter{position:relative}.page-template-resource-library .prevent-select{-webkit-user-select:none;user-select:none}.page-template-resource-library .prevent-select>*{-webkit-user-select:none;user-select:none}.page-template-resource-library #rl-ajax-filter-search-results{display:grid;gap:1.5rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:640px){.page-template-resource-library #rl-ajax-filter-search-results{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:960px){.page-template-resource-library #rl-ajax-filter-search-results{grid-template-columns:repeat(3,1fr)}}.page-template-resource-library .product-info__up-arrow__icon{height:30px;width:40px}.page-template-resource-library .search-input .show{display:block}.page-template-resource-library .search-input .hide{display:none}.page-template-resource-library .search-input .close-icon{background:transparent;height:1.5625rem;top:0;width:1.5625rem}.page-template-resource-library .results-info-wrapper{margin:25px 0 50px}.page-template-resource-library .results-info-wrapper .results-count{margin-top:35px}.page-template-resource-library .allselected-filter{display:flex;justify-content:space-between}.page-template-resource-library .allselected-filter .icon-remove-filter{fill:#fff;height:.625rem;position:absolute;right:10px;top:9px;width:.625rem}.page-template-resource-library .allselected-filter .indi-filter .selected-filter{border:1px solid #b5c927;border-radius:5px;cursor:pointer;font-size:.875rem;margin-right:10px;padding:5px 25px 5px 10px;position:relative}.page-template-resource-library #clear-all{cursor:pointer;font-size:.875rem}.page-template-resource-library .show-clear-option{display:block}.page-template-resource-library .load-more-wrapper{display:inline-block;grid-column:1/-1;margin-top:1.25rem;text-align:center;width:100%}.page-template-resource-library .load-more-wrapper a{background:#202124;border-radius:102px;color:#fff;font-size:1rem;padding:8px 16px}.page-template-resource-library .crop-icon-holder{border:2px solid #000;height:2.8125rem;padding:10px;width:2.8125rem}.page-template-resource-library .crop-icon-holder .icon{width:100%}.page-template-resource-library .icon-arrow-right{height:1.25rem;width:1.25rem}.page-template-resource-library .arrow-right-wrapper{align-items:center;display:flex;gap:5px;padding:0}.page-template-resource-library .icon-filter-select-dropdown{height:1.5625rem;position:absolute;right:10px;width:1.125rem}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__go-btn a{display:flex;gap:5px}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__go-btn a .icon-arrow-go-hearty-green{height:1.1875rem;margin-top:3px;width:1.1875rem}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__go-btn-white a{display:flex;gap:5px}.page-template-resource-library .boxes-wrap__boxes-inner-wrap__go-btn-white a .icon-arrow-go-white{height:1.1875rem;margin-top:3px;width:1.1875rem}.page-template-resource-library .video-btn a{display:inline-block}.page-template-resource-library .video-btn a .icon-video{height:3.75rem;width:3.75rem}.page-template-resource-library .audio-btn a{display:inline-block}.page-template-resource-library .icon-audio{fill:#fff;height:3.75rem;width:3.75rem}.page-template-resource-library .boxes-wrap__video-box-wrap.featured-section .boxes-wrap__video-box-wrap__video-box2{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.page-template-resource-library .boxes-wrap__video-box-wrap.featured-section .boxes-wrap__video-box-wrap__video-box2 .video-btn{position:absolute}.page-template-resource-library .boxes-wrap__video-box-wrap.featured-section .boxes-wrap__video-box-wrap__video-box2 .video-btn a{display:inline-block}
/*# sourceMappingURL=theme.min.css.map */
