main{display:block;position:relative;padding-top:1px;padding-bottom:1px}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-size:1em}a{background-color:transparent;color:inherit;text-decoration:inherit}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}html{-webkit-text-size-adjust:100%;box-sizing:border-box;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}h1,h2,h3,h4,h5,h6{margin-top:0}button{background:0 0}button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px}fieldset{margin:0;padding:0}ol,ul{list-style:none;margin:0;padding:0}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:inherit;opacity:.5}input::-moz-placeholder,textarea::-moz-placeholder{color:inherit;opacity:.5}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:inherit;opacity:.5}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:inherit;opacity:.5}input::placeholder,textarea::placeholder{color:inherit;opacity:.5}[role=button],button{cursor:pointer}table{border-collapse:collapse}dole-image-wave-hero a{color:#1d7729;font-weight:700}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,liberation mono,courier new,monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}body,html{box-sizing:border-box;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-family:Lato,helvetica neue,Arial,sans-serif;line-height:1.6;font-size:16px;font-weight:400;color:#000}body{overflow-x:hidden;overflow-y:scroll}*,::after,::before{box-sizing:inherit}:not(:defined){display:none}.dole-navigation__main-content{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;text-align:center}.dole-navigation__main-content:focus{clip:auto;-webkit-clip-path:none;clip-path:none;height:auto;overflow:visible;position:relative;white-space:auto;width:auto}.dialog-overlay{z-index:2;position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(43,46,56,.9)}.dialog-content{position:fixed;display:grid;grid-template:minmax(-webkit-min-content,-webkit-max-content) 1fr/1fr;grid-template:minmax(min-content,max-content) 1fr/1fr;background-color:#fff;z-index:3;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin:0;max-width:90%;max-height:85vh;width:720px;border-radius:8px}.dialog-body,.dialog-toolbar{position:relative;display:block;box-sizing:border-box;padding:20px}.dialog-toolbar{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:5px 10px 5px 20px;background-color:#faf8f5;border-bottom:1px solid #f1ede4;border-top-left-radius:8px;border-top-right-radius:8px}.dialog-body{grid-column:1;grid-row:2;overflow-x:hidden;overflow-y:auto;max-height:85vh}.dialog:not([aria-hidden=true])>.dialog-overlay{-webkit-animation:.2s both dialog-fade-in;animation:.2s both dialog-fade-in}.dialog:not([aria-hidden=true])>.dialog-content{-webkit-animation:.4s 150ms both dialog-appear;animation:.4s 150ms both dialog-appear}.dialog h1{font-size:calc(1.3125rem + .375 * (100vw - 20rem)/60);line-height:1.2;font-weight:700;margin:0}@media(min-width:1200px){.dialog h1{font-size:1.6875rem}}.dialog-title{padding-right:10px}.dialog-close{display:block;-webkit-box-flex:0;flex:none;align-self:flex-start;margin-left:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:100%;border:2px solid transparent;padding:0;background-color:transparent;font-weight:700;font-size:24px;width:40px;height:40px;line-height:.6;text-align:center;cursor:pointer;-webkit-transition:.15s;transition:.15s;box-sizing:border-box}.dialog-close:focus{border:2px solid #96d600;outline:0}.dialog[aria-hidden=true]{display:none}@-webkit-keyframes dialog-fade-in{from{opacity:0}to{opacity:1}}@keyframes dialog-fade-in{from{opacity:0}to{opacity:1}}@-webkit-keyframes dialog-appear{from{-webkit-transform:translate(-50%,-40%);transform:translate(-50%,-40%);opacity:0}to{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:1}}@keyframes dialog-appear{from{-webkit-transform:translate(-50%,-40%);transform:translate(-50%,-40%);opacity:0}to{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:1}}.dialog-youtube-player-content dole-youtube-player{max-width:100%}@media(orientation:landscape){.dialog-youtube-player-content{width:100vh}.dialog-youtube-player-content dole-youtube-player{height:calc(900vh/16 - 100px);width:100%}}@media(orientation:portrait){.dialog-youtube-player-content{width:100%}.dialog-youtube-player-content dole-youtube-player{width:calc(90vw - 40px)}}main,main>:not(dole-breadcrumb):not(dole-droplink):not(dole-notice):not(:last-child){margin-bottom:calc(32px + 32 * (100vw - 320px)/960)}dole-breadcrumb{position:absolute;z-index:1;top:0;left:0;width:100%}dole-breadcrumb+dole-styled-text-block{margin-top:60px}dole-droplink{margin-bottom:20px}dole-styled-text-block{line-height:1.6;box-sizing:border-box}dole-styled-text-block .heading-1,dole-styled-text-block h1{font-size:calc(1.875rem + 1.0625 * (100vw - 20rem)/60);line-height:1.2;font-weight:700}@media(min-width:1200px){dole-styled-text-block .heading-1,dole-styled-text-block h1{font-size:2.9375rem}}dole-styled-text-block .heading-2,dole-styled-text-block h2{font-size:calc(1.5rem + .5625 * (100vw - 20rem)/60);line-height:1.2;font-weight:700}@media(min-width:1200px){dole-styled-text-block .heading-2,dole-styled-text-block h2{font-size:2.0625rem}}dole-styled-text-block .heading-3,dole-styled-text-block h3{font-size:calc(1.3125rem + .375 * (100vw - 20rem)/60);line-height:1.2;font-weight:700}@media(min-width:1200px){dole-styled-text-block .heading-3,dole-styled-text-block h3{font-size:1.6875rem}}dole-styled-text-block .heading-4,dole-styled-text-block h4{font-size:calc(1.1875rem + .25 * (100vw - 20rem)/60);line-height:1.4;font-weight:700}@media(min-width:1200px){dole-styled-text-block .heading-4,dole-styled-text-block h4{font-size:1.4375rem}}dole-styled-text-block .heading-5,dole-styled-text-block h5{font-size:calc(1rem + .1875 * (100vw - 20rem)/60);line-height:1.4;font-weight:700}@media(min-width:1200px){dole-styled-text-block .heading-5,dole-styled-text-block h5{font-size:1.1875rem}}dole-styled-text-block .heading-6,dole-styled-text-block h6{font-size:calc(1rem + .1875 * (100vw - 20rem)/60);line-height:1.6;font-weight:700}@media(min-width:1200px){dole-styled-text-block .heading-6,dole-styled-text-block h6{font-size:1.1875rem}}dole-styled-text-block .heading-1,dole-styled-text-block .heading-2,dole-styled-text-block .heading-3,dole-styled-text-block .heading-4,dole-styled-text-block .heading-5,dole-styled-text-block .heading-6,dole-styled-text-block h1,dole-styled-text-block h2,dole-styled-text-block h3,dole-styled-text-block h4,dole-styled-text-block h5,dole-styled-text-block h6{margin-top:1.25em;margin-bottom:.5em}dole-styled-text-block dole-column-layout-2-1{margin-top:32px;margin-bottom:32px}dole-styled-text-block dole-grid-item>:first-child,dole-styled-text-block p{margin-top:0}dole-styled-text-block blockquote p:last-child,dole-styled-text-block dole-grid-item>:last-child,dole-styled-text-block table caption :last-child{margin-bottom:0}dole-styled-text-block blockquote{font-size:calc(1.3125rem + .375 * (100vw - 20rem)/60);font-weight:700;position:relative;line-height:1.6;padding:24px 32px;border:2px solid #b7dd78;border-radius:10px;margin:32px 16px;box-sizing:border-box}dole-styled-text-block blockquote::before{content:'';position:absolute;top:-3px;left:-3px;color:#96d600;font-weight:400;font-size:1rem;height:70px;width:70px;padding-right:20px;padding-bottom:20px;vertical-align:middle;background-color:#fff;background-repeat:no-repeat;background-position:top left;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1Mi4yOCIgaGVpZ2h0PSI1MCI+PHBhdGggZmlsbD0iI0RCRUVCQyIgZD0iTTUuMzggNTBhMzQuOTMgMzQuOTMgMCAwIDEtMS4xMS0zNS4zNUE1MS44NSA1MS44NSAwIDAgMSAxNi4zMSAwbDUuMzIgMy4yOWMuNTIuMzIuODUuNjggMS4wMiAxLjA2LjUgMS4yLjE5IDIuNTctLjczIDMuNDhhNjcuNyA2Ny43IDAgMCAwLTMgNC4wNiAzNS42NiAzNS42NiAwIDAgMC0yLjYxIDQuNSAyMi45OCAyMi45OCAwIDAgMC0xLjYgMTYuODggMjguMzYgMjguMzYgMCAwIDAgMy4xNCA2Ljk2YzEuNDIgMi4yMy40NiA0LjYzLTEuOTMgNS41MUw1LjM4IDUwem0yOS40IDBhMzQuOTMgMzQuOTMgMCAwIDEtMS4xMS0zNS4zNUE1MS44NSA1MS44NSAwIDAgMSA0NS43MSAwbDUuMzIgMy4yOWMuNTIuMzIuODUuNjggMS4wMiAxLjA2LjUgMS4yLjE5IDIuNTctLjczIDMuNDhhNjcuNyA2Ny43IDAgMCAwLTMgNC4wNiAzNS42NiAzNS42NiAwIDAgMC0yLjYxIDQuNSAyMi45OCAyMi45OCAwIDAgMC0xLjYgMTYuODggMjguMzYgMjguMzYgMCAwIDAgMy4xNCA2Ljk2YzEuNDIgMi4yMy40NiA0LjYzLTEuOTMgNS41MUwzNC43OCA1MHoiLz48L3N2Zz4=)}dole-styled-text-block blockquote p{position:relative;margin-top:0}dole-styled-text-block aside{padding:24px 0;margin:32px 0;border-top:1px solid #a9a698;border-bottom:1px solid #a9a698}dole-styled-text-block a{color:#1d7729;font-weight:700;text-decoration:none}dole-styled-text-block a:hover{color:#004d00}dole-styled-text-block ol,dole-styled-text-block ul{-webkit-margin-before:1.5em;margin-block-start:1.5em;-webkit-margin-after:1.5em;margin-block-end:1.5em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:2em;margin-inline-end:2em;padding-left:1.5em;-webkit-padding-start:1.5em;padding-inline-start:1.5em}dole-styled-text-block ul{list-style:disc}dole-styled-text-block ol{list-style:decimal}dole-styled-text-block ol li,dole-styled-text-block ul li{margin-top:16px;margin-bottom:16px;padding-left:.25em}dole-styled-text-block table{position:relative;min-width:85%;margin:32px auto;overflow-x:auto;border-collapse:collapse}dole-styled-text-block table caption{font-size:14px;text-align:left;caption-side:bottom;margin-top:16px}dole-styled-text-block table caption p{margin-bottom:.5em}dole-styled-text-block table td,dole-styled-text-block table th{text-align:center;padding:8px}dole-styled-text-block tbody th{text-align:left}dole-styled-text-block thead tr{border-top:1px solid #a9a698;border-bottom:1px solid #a9a698}dole-styled-text-block tbody tr{border-bottom:1px solid #d9d6c9}dole-styled-text-block table td:first-child,dole-styled-text-block table th:first-child{padding-left:0}dole-styled-text-block table td:last-child,dole-styled-text-block table th:last-child{padding-right:0}dole-inset-block [slot=above][align=center],dole-styled-text-block img{margin:0 auto}@media(max-width:767px){dole-breadcrumb{position:relative}dole-styled-text-block img[style*='float: left'],dole-styled-text-block img[style*='float: right'],dole-styled-text-block img[style*='float:left'],dole-styled-text-block img[style*='float:right']{float:none!important}}@media(min-width:768px){dole-styled-text-block blockquote{margin:32px;float:right;max-width:375px}dole-styled-text-block img[style*='float: left'],dole-styled-text-block img[style*='float:left']{margin:0 2em 1em 0}dole-styled-text-block img[style*='float: right'],dole-styled-text-block img[style*='float:right']{margin:0 0 1em 2em}}dole-inset-block [slot=above] h2,dole-inset-block h2[slot=above]{font-size:calc(1.5rem + .5625 * (100vw - 20rem)/60);line-height:1.2;font-weight:700;max-width:720px;margin-bottom:0}@media(min-width:1200px){dole-styled-text-block blockquote{font-size:1.6875rem}dole-inset-block [slot=above] h2,dole-inset-block h2[slot=above]{font-size:2.0625rem}}dole-inset-block [slot=above] h3,dole-inset-block h3[slot=above]{font-size:calc(1.3125rem + .375 * (100vw - 20rem)/60);line-height:1.2;font-weight:700;max-width:720px;margin-bottom:0}dole-inset-block [slot=above] p,dole-inset-block p[slot=above]{max-width:720px}dole-notice h2{font-size:calc(1rem + .1875 * (100vw - 20rem)/60);line-height:1.4;font-weight:700;margin-top:0;margin-bottom:.25em}@media(min-width:1200px){dole-inset-block [slot=above] h3,dole-inset-block h3[slot=above]{font-size:1.6875rem}dole-notice h2{font-size:1.1875rem}}dole-notice p{line-height:1.4;margin:.25em 0}dole-notice p:last-child{margin-bottom:0}.dole-youtube-ratio{position:relative;display:block;box-sizing:border-box;width:100%;padding-top:56.25%}.dole-youtube-ratio>*,.dole-youtube-ratio>.cmplazypreviewiframe{position:absolute;top:0;left:0;width:100%;height:100%;max-width:100%;max-height:100%}