@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap";:root{--color-black:#000;--color-white:#fff;--color-dark-blue:#052f7a;--color-scientific-blue:#184fd9;--color-creative-cyan:#25b2da;--color-light-green:#20a996;--color-vitality-yellow:#c0c900;--color-active-gold:#e2872e;--color-hot-honey:#d46517;--color-loud-red:#79202d;--color-bg:var(--color-white);--color-icy-gray:#e8f7fb;--color-barely-gray:#f6f6f6;--color-rigorous-gray:#e2e2e2;--color-its-gray:#848689;--color-matte-gray:#606060;--color-text:#3f3f40;--color-overlay:#000000b3;--color-error:#e60000;--scale:min(16px,3vw)}@media (min-width:768px){:root{--scale:min(16px,1.4vw)}}:root{--page-max-width:1536px;--page-width-wide:min(95%,calc(var(--page-max-width)*0.95));--page-width-snug:min(90%,calc(var(--page-max-width)*0.9));--page-width-narrow:min(85%,calc(var(--page-max-width)*0.85));--page-width-tight:min(80%,calc(var(--page-max-width)*0.8))}@media (min-width:768px){:root{--page-width-wide:min(90%,calc(var(--page-max-width)*0.9));--page-width-snug:min(80%,calc(var(--page-max-width)*0.8));--page-width-narrow:min(70%,calc(var(--page-max-width)*0.7));--page-width-tight:min(60%,calc(var(--page-max-width)*0.6))}}:root{--space-0:0;--space-2xs:.4rem;--space-xs:.6rem;--space-sm:.8rem;--space:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:3rem;--space-2xl:4rem;--space-3xl:6rem;--space-4xl:12rem}@media (min-width:768px){:root{--space-0:0;--space-2xs:.25rem;--space-xs:.5rem;--space-sm:.75rem;--space:1rem;--space-md:2rem;--space-lg:3rem;--space-xl:4rem;--space-2xl:6rem;--space-3xl:8rem;--space-4xl:16rem}}:root{--font-family:"Montserrat",sans-serif;--font-heading:"Montserrat",sans-serif;--font-size-xs:.7rem;--font-size-sm:.9rem;--font-size-base:var(--scale);--font-size-md:1.125rem;--font-size-lg:1.25rem;--font-size-xl:1.5rem;--font-size-2xl:2rem;--font-size-3xl:2.5rem;--font-size-4xl:3.125rem;--font-size-5xl:3.5rem;--font-size-6xl:4rem;--font-size-7xl:5rem;--font-size-8xl:6rem;--font-weight-lightest:100;--font-weight-lighter:200;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-bolder:800;--font-weight-black:900;--leading-normal:1.5;--ease-time:.2s;--ease-type:cubic-bezier(.55,.15,.5,.9);--slide-in:cubic-bezier(.215,.61,.355,1) .325s;--slide-in-slow:cubic-bezier(.215,.61,.355,1) .525s;--slide-in-slower:cubic-bezier(.215,.61,.355,1) .825s;--shadow:0 0 .5rem 0 rgba(0,0,0,.1)}@keyframes spinning{to{transform:rotate(1turn)}}.spin{animation:spinning .75s linear infinite;transform-origin:center}*,:after,:before{box-sizing:border-box}*{margin:0;padding:0}main{padding-top:5rem}@media (min-width:768px){main{padding-top:6.875rem}}svg .fill-current{fill:currentColor}hr{border:none;border-bottom:1px solid var(--color-rigorous-gray);margin-block:var(--space)}amador-container .headline{display:flex;flex-direction:column;gap:var(--space-md);margin-bottom:var(--space-lg);margin-inline:auto}amador-container .headline.narrow{width:75%}amador-container .headline.centered{align-items:center;text-align:center}amador-container .headline>h1,amador-container .headline>h2,amador-container .headline>h3,amador-container .headline>h4,amador-container .headline>h5,amador-container .headline>h6{color:var(--color-dark-blue)}amador-container .headline>hr{border:none;border-bottom:1px solid var(--color-dark-blue)}html{color:var(--color-text);font-family:var(--font-family);font-size:var(--font-size-base);text-underline-offset:2px}h1{font-size:var(--font-size-5xl)}h1,h2{font-weight:var(--font-weight-semibold)}h2{font-size:var(--font-size-4xl)}h3{font-size:var(--font-size-3xl)}h3,h4{font-weight:var(--font-weight-semibold)}h4{font-size:var(--font-size-2xl)}h5{font-size:var(--font-size-xl)}h5,h6{font-weight:var(--font-weight-semibold)}h6{font-size:var(--font-size-lg)}p{font-weight:var(--font-weight-normal);line-height:var(--leading-normal)}a.link,a[href]{color:var(--color-active-gold);cursor:pointer;font-weight:var(--font-weight-medium);text-decoration-color:transparent;transition:color var(--slide-in),text-decoration-color var(--slide-in);width:-moz-fit-content;width:fit-content}a.link:hover,a[href]:hover{text-decoration-color:var(--color-active-gold)}a.link h2,a.link h3,a.link h4,a.link h5,a.link h6,a.link>h1,a[href] h2,a[href] h3,a[href] h4,a[href] h5,a[href] h6,a[href]>h1{color:var(--color-dark-blue);transition:inherit}a.link h2:hover,a.link h3:hover,a.link h4:hover,a.link h5:hover,a.link h6:hover,a.link>h1:hover,a[href] h2:hover,a[href] h3:hover,a[href] h4:hover,a[href] h5:hover,a[href] h6:hover,a[href]>h1:hover{color:var(--color-active-gold)}a.link.download,a[href].download{text-transform:uppercase}a.link.download:hover,a[href].download:hover{color:var(--color-dark-blue)}a.link.back,a[href].back{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);padding-left:1.25rem;position:relative;text-transform:uppercase}a.link.back:before,a[href].back:before{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi45MjIiIGhlaWdodD0iMTAuNTYyIj48cGF0aCBmaWxsPSIjZDQ2NTE3IiBkPSJtNS45MTYgOS43OTMtLjc3Ljc2OS01LjA1LTUuMDVhLjMyNi4zMjYgMCAwIDEgMC0uNDYyTDUuMTQ2IDBsLjc2OS43NjktMy45NjcgMy45NjhoMTAuOTc0djEuMDg4SDEuOTQ4WiIvPjwvc3ZnPg==);left:0;position:absolute;top:50%;transform:translateY(-50%);transition:left var(--slide-in)}a.link.back:hover:before,a[href].back:hover:before{left:-.25rem}ul{margin-left:var(--space)}ul>li{margin-bottom:var(--space-xs)}ul>li::marker{color:var(--color-active-gold)}a.button,a.cta_button,button:not(.flickity-button):not(.flickity-page-dot):not(.leadinModal-close),input[type=submit]{background:var(--color-active-gold);border:2px solid var(--color-active-gold);border-radius:9999px;color:var(--color-white);cursor:pointer;display:block;font-family:var(--font-family);font-weight:var(--font-weight-semibold);height:-moz-fit-content;height:fit-content;max-width:16rem;min-width:12rem;padding:.5rem 1.5rem;text-align:center;text-decoration-color:transparent!important;text-transform:uppercase;transition:background var(--slide-in),color var(--slide-in),border-color var(--slide-in);width:-moz-fit-content;width:fit-content}a.button.active,a.button:hover,a.cta_button.active,a.cta_button:hover,button:not(.flickity-button):not(.flickity-page-dot):not(.leadinModal-close).active,button:not(.flickity-button):not(.flickity-page-dot):not(.leadinModal-close):hover,input[type=submit].active,input[type=submit]:hover{background:var(--color-white);color:var(--color-active-gold)}a.button.secondary,a.cta_button.secondary,button:not(.flickity-button):not(.flickity-page-dot):not(.leadinModal-close).secondary,input[type=submit].secondary{background:var(--color-white);border:none;color:var(--color-dark-blue);font-weight:var(--font-weight-medium)}a.button.secondary.outlined,a.cta_button.secondary.outlined,button:not(.flickity-button):not(.flickity-page-dot):not(.leadinModal-close).secondary.outlined,input[type=submit].secondary.outlined{border:2px solid var(--color-rigorous-gray)}a.button.secondary.active,a.button.secondary:hover,a.cta_button.secondary.active,a.cta_button.secondary:hover,button:not(.flickity-button):not(.flickity-page-dot):not(.leadinModal-close).secondary.active,button:not(.flickity-button):not(.flickity-page-dot):not(.leadinModal-close).secondary:hover,input[type=submit].secondary.active,input[type=submit].secondary:hover{background:var(--color-dark-blue);border-color:var(--color-dark-blue);color:var(--color-white)}a.button.underlined,a.cta_button.underlined,button:not(.flickity-button):not(.flickity-page-dot):not(.leadinModal-close).underlined,input[type=submit].underlined{background:none;border:none;border-bottom:2px solid transparent;border-radius:0;color:var(--color-its-gray);min-width:-moz-fit-content;min-width:fit-content;padding-inline:0;text-transform:none}a.button.underlined.active,a.button.underlined:hover,a.cta_button.underlined.active,a.cta_button.underlined:hover,button:not(.flickity-button):not(.flickity-page-dot):not(.leadinModal-close).underlined.active,button:not(.flickity-button):not(.flickity-page-dot):not(.leadinModal-close).underlined:hover,input[type=submit].underlined.active,input[type=submit].underlined:hover{border-bottom-color:var(--color-dark-blue);color:var(--color-dark-blue)}a.button.underlined.small,a.cta_button.underlined.small,button:not(.flickity-button):not(.flickity-page-dot):not(.leadinModal-close).underlined.small,input[type=submit].underlined.small{padding-inline:0}a.button.icon,a.cta_button.icon,button:not(.flickity-button):not(.flickity-page-dot):not(.leadinModal-close).icon,input[type=submit].icon{align-items:center;display:flex;height:2.8rem;justify-content:center;min-width:-moz-fit-content;min-width:fit-content;padding:0;width:2.8rem}a.button.icon>amador-icon,a.cta_button.icon>amador-icon,button:not(.flickity-button):not(.flickity-page-dot):not(.leadinModal-close).icon>amador-icon,input[type=submit].icon>amador-icon{color:inherit}a.button.small,a.cta_button.small,button:not(.flickity-button):not(.flickity-page-dot):not(.leadinModal-close).small,input[type=submit].small{font-size:var(--font-size-sm);max-width:12rem;min-width:6rem;padding:.4rem 1.2rem}img.hs-cta-img{display:none}.hs_cos_wrapper_type_cta{display:inline-block;min-height:2.4rem}amador-header{background:var(--color-white)}amador-header img[slot=logo]{max-height:4rem;max-width:10rem}@media screen and (min-width:768px){amador-header img[slot=logo]{max-height:4rem;max-width:16rem}}amador-header div[slot=top-menu] .hs-menu-wrapper>ul{border-top:1px solid var(--color-its-gray);display:flex;flex-direction:column;gap:1rem;list-style:none;margin-top:1rem;padding-top:1.5rem}@media screen and (min-width:768px){amador-header div[slot=top-menu] .hs-menu-wrapper>ul{border:none;flex-direction:row;gap:0;margin:0;padding:0}}amador-header div[slot=top-menu] .hs-menu-wrapper>ul>li{margin-right:1rem}amador-header div[slot=top-menu] .hs-menu-wrapper>ul>li>a{color:var(--color-its-gray);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);text-decoration:none;text-transform:uppercase}amador-header div[slot=top-menu] .hs-menu-wrapper>ul>li>a:hover{color:var(--color-scientific-blue)}amador-header div[slot=top-menu] .hs-menu-wrapper>ul>li>ul{display:none}amador-header div[slot=main-menu] .hs-menu-wrapper a{color:var(--color-dark-blue);font-weight:var(--font-weight-semibold);text-decoration:underline;text-decoration-color:transparent;text-transform:uppercase;transition:color var(--slide-in),font-weight var(--slide-in),text-decoration-color var(--slide-in)}amador-header div[slot=main-menu] .hs-menu-wrapper a[href="javascript:;"],amador-header div[slot=main-menu] .hs-menu-wrapper a[href="javascript:void(0);"]{cursor:default}amador-header div[slot=main-menu] .hs-menu-wrapper>ul{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}@media screen and (min-width:768px){amador-header div[slot=main-menu] .hs-menu-wrapper>ul{align-items:center;flex-direction:row}}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1{align-items:center;display:flex;justify-content:space-between;margin-top:-1px;-webkit-user-select:none;-moz-user-select:none;user-select:none}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1>a,amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1>span{align-items:center;display:flex;font-size:var(--font-size-sm);justify-content:space-between;padding:var(--space) 0;position:relative;text-align:center;width:100%}@media screen and (min-width:768px){amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1{position:relative}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1 a{padding:0 var(--space)}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1 a:after{background:var(--color-scientific-blue);bottom:-.7rem;content:"";height:3px;left:calc(50% - 3rem);opacity:0;position:absolute;transform:translate(-50%);transition:left var(--slide-in),width var(--slide-in),opacity .1s ease-in-out;width:0}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1:hover>a,amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1:hover>span{color:var(--color-scientific-blue)}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1:hover a:after{left:50%;opacity:1;width:3rem}}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children a:hover{color:var(--color-scientific-blue)}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper{background:var(--color-white);box-sizing:border-box;display:flex!important;flex-direction:column;gap:2rem;height:calc(100vh - 5rem);left:100%;list-style:none;margin:0 auto;overflow-y:scroll;padding:var(--space) var(--space-md);position:absolute;top:0;transition:opacity var(--slide-in),left var(--slide-in);width:100vw;z-index:10}@media screen and (min-width:768px){amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper{border:none;border-radius:0;box-shadow:0 2rem 2rem -2rem var(--color-rigorous-gray);flex-direction:row;height:-moz-fit-content;height:fit-content;justify-content:center;left:50%;opacity:0;overflow-y:hidden;padding:var(--space-md);pointer-events:none;position:fixed;top:calc(6.875rem + 1px);transform:translate(-50%);width:100vw}}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2{width:100%}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2>a{border-bottom:1px solid var(--color-rigorous-gray);display:block;margin-bottom:1rem;padding-bottom:1rem;width:100%}@media screen and (min-width:768px){amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2>a{border:none;font-weight:var(--font-weight-medium);padding:0 var(--space)}}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:last-child{border-right:none}@media screen and (min-width:768px){amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2{border-right:1px solid var(--color-rigorous-gray);height:-moz-fit-content;height:fit-content;max-width:20rem;width:auto}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:first-child:last-child{width:100%}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:first-child:nth-last-child(2),amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:first-child:nth-last-child(2)~li{width:50%}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:first-child:nth-last-child(3),amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:first-child:nth-last-child(3)~li{width:33%}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:first-child:nth-last-child(4),amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:first-child:nth-last-child(4)~li{width:25%}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:first-child:nth-last-child(5),amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:first-child:nth-last-child(5)~li{width:20%}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:last-child{border-right:none}}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2.hs-item-has-children>ul.hs-menu-children-wrapper{list-style:none;margin:0;padding:0}@media screen and (min-width:768px){amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2.hs-item-has-children>ul.hs-menu-children-wrapper{display:flex;flex-direction:column;list-style:none;padding:0}}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-3{margin-bottom:1.5rem}@media screen and (min-width:768px){amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-3{margin-bottom:.8rem}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-3 a{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium)}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-3 a:hover{text-decoration-color:var(--color-scientific-blue)}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-3.hs-item-has-children>ul.hs-menu-children-wrapper{list-style:none;padding:0}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-3.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-4{margin-left:1rem}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-3.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-4>a{font-weight:var(--font-weight-normal);text-transform:none}}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-3>a,amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-3>span{font-weight:var(--font-weight-normal);text-transform:none}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-2.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-depth-3.hs-item-has-children>ul.hs-menu-children-wrapper{list-style:none;padding:0}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children.hs-item-open ul.hs-menu-children-wrapper{left:0}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.673' height='13.488' stroke='%23000'%3E%3Cpath stroke-miterlimit='10' d='m.998 1.358.558-.614 5.442 6-5.442 6-.558-.614 4.884-5.386L.998 1.359Z'/%3E%3C/svg%3E");margin-right:.75rem;transition:margin-right var(--ease-time) var(--ease-type)}@media screen and (min-width:768px){amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children:after{content:"";margin:0;transition:none}}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children:hover:after{margin-right:.5rem}@media screen and (min-width:768px){amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children:hover>ul{opacity:1;pointer-events:auto}amador-header div[slot=main-menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children:hover:after{height:calc(3.4375rem - 50% + 1px);position:absolute;top:100%;width:100%}}input,select,textarea{border:none;border-bottom:2px solid var(--color-dark-blue);font-family:var(--font-family);transition:border-color var(--slide-in);width:100%}select:focus,textarea:focus{outline:1px solid var(--color-dark-blue)}input{outline:none;padding-inline:var(--space);width:100%}input:not([type=radio]):not([type=checkbox]){min-height:2.5rem}input[type=checkbox],input[type=radio]{accent-color:var(--color-dark-blue);transform:scale(1.25)}input.error,input.invalid{border-color:var(--color-error)}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.488' height='7.673' style='fill:currentColor;stroke:currentColor'%3E%3Cpath stroke-miterlimit='10' d='m1.358.998-.614.558 6 5.442 6-5.442-.614-.558-5.386 4.884L1.359.998Z'/%3E%3C/svg%3E") no-repeat;background-position:calc(100% - 1rem);cursor:pointer;height:3rem;padding-inline:var(--space)}select,textarea{border:1px solid var(--color-dark-blue)}textarea{min-height:10rem;padding:var(--space)}form{display:flex;flex-direction:column;gap:var(--space-lg);margin-inline:auto;max-width:48rem;width:100%}form ul{list-style:none;margin-left:0}form fieldset{display:flex;flex-direction:column;gap:var(--space);max-width:100%!important}@media (min-width:768px){form fieldset{flex-direction:row}}form div.hs-form-field{float:none!important;width:100%!important}form div.hs-form-field label{font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);letter-spacing:.5px;text-transform:uppercase}form div.hs-form-field label.hs-error-msg{color:var(--color-error);font-style:italic;margin-left:var(--space-xs);text-transform:none}form div.hs-form-field legend.hs-field-desc{font-size:var(--font-size-xs);font-style:italic}form div.hs-form-field div.input{margin:var(--space-xs) 0 auto auto!important}form div.hs-form-field ul.inputs-list{display:flex;flex-direction:column;gap:var(--space);list-style:none;padding:0}form div.hs-form-field ul.inputs-list li.hs-form-booleancheckbox,form div.hs-form-field ul.inputs-list li.hs-form-checkbox,form div.hs-form-field ul.inputs-list li.hs-form-radio{display:inline-flex;flex-direction:row}form div.hs-form-field ul.inputs-list li.hs-form-booleancheckbox>label,form div.hs-form-field ul.inputs-list li.hs-form-checkbox>label,form div.hs-form-field ul.inputs-list li.hs-form-radio>label{align-items:center;cursor:pointer;display:flex;font-weight:var(--font-weight-medium);gap:var(--space-sm);text-transform:none}form div.hs-form-field ul.inputs-list li.hs-form-booleancheckbox>label>input.hs-input,form div.hs-form-field ul.inputs-list li.hs-form-checkbox>label>input.hs-input,form div.hs-form-field ul.inputs-list li.hs-form-radio>label>input.hs-input{cursor:pointer;width:-moz-fit-content;width:fit-content}form div.legal-consent-container .hs-richtext{font-size:var(--font-size-xs)}form div.hs-submit>.actions{display:flex;justify-content:center}amador-subscribe-banner form{gap:var(--space)}amador-subscribe-banner form div.hs-form-field div.input input.hs-input{border:1px solid var(--color-dark-blue)}amador-resource-view form div.hs-submit>.actions,amador-subscribe-banner form div.hs-submit>.actions{justify-content:flex-start}amador-footer img[slot=logo]{max-height:4rem;max-width:10rem}@media screen and (min-width:768px){amador-footer img[slot=logo]{max-height:5rem;max-width:20rem}}amador-footer div[slot=menu] .hs-menu-wrapper a{color:var(--color-white);text-decoration-color:transparent;transition:text-decoration-color var(--slide-in)}amador-footer div[slot=menu] .hs-menu-wrapper a[href="javascript:;"],amador-footer div[slot=menu] .hs-menu-wrapper a[href="javascript:void(0);"]{cursor:default;text-decoration:none}amador-footer div[slot=menu] .hs-menu-wrapper a:hover{text-decoration-color:var(--color-white)}amador-footer div[slot=menu] .hs-menu-wrapper ul{list-style:none}amador-footer div[slot=menu] .hs-menu-wrapper>ul{display:grid;gap:var(--space-lg)}@media screen and (min-width:768px){amador-footer div[slot=menu] .hs-menu-wrapper>ul{grid-template-columns:repeat(3,minmax(0,1fr))}}amador-footer div[slot=menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1>a,amador-footer div[slot=menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1>span{font-size:var(--font-size-sm);font-weight:var(--font-weight-bold);text-transform:uppercase}amador-footer div[slot=menu] .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper{margin-left:0;margin-top:var(--space)}amador-footer div[slot=form]{color:var(--color-white)}amador-footer div[slot=form] h3{font-size:var(--font-size-md)}amador-footer div[slot=form] form{gap:var(--space)}@media (min-width:768px){amador-footer div[slot=form] form{align-items:flex-start;flex-direction:row}}amador-footer div[slot=form] form div.hs-form-field div.input input.hs-input{background:transparent;border-color:var(--color-white);color:var(--color-white)}amador-footer div[slot=form] form div.hs-form-field div.input input.hs-input::-moz-placeholder{color:var(--color-white)}amador-footer div[slot=form] form div.hs-form-field div.input input.hs-input::placeholder{color:var(--color-white)}amador-footer div[slot=form] form div.hs-form-field label.hs-error-msg{color:var(--color-white)}amador-footer div[slot=form] form input[type=submit]{background:var(--color-white);border:none;color:var(--color-scientific-blue);font-weight:var(--font-weight-medium);min-width:8rem}amador-footer div[slot=form] form input[type=submit]:hover{background:var(--color-dark-blue);color:var(--color-white)}amador-footer div[slot=consent]{color:var(--color-white);font-size:var(--font-size-xs);margin-top:var(--space);text-align:center}@media screen and (min-width:768px){amador-footer div[slot=consent]{text-align:left}}amador-footer div[slot=consent] a[href]{color:var(--color-white);font-weight:var(--font-weight-bold);text-decoration-color:transparent}amador-footer div[slot=consent] a[href]:hover{text-decoration-color:var(--color-white)}amador-footer div[slot=policy] .hs-menu-wrapper a{color:var(--color-white);text-decoration-color:transparent;transition:text-decoration-color var(--slide-in)}amador-footer div[slot=policy] .hs-menu-wrapper a:hover{text-decoration-color:var(--color-white)}amador-footer div[slot=policy] .hs-menu-wrapper>ul{display:flex;list-style:none;margin-left:0}amador-footer div[slot=policy] .hs-menu-wrapper>ul>li.hs-menu-depth-1{border-right:1px solid var(--color-white);padding-inline:var(--space)}amador-footer div[slot=policy] .hs-menu-wrapper>ul>li.hs-menu-depth-1:first-child{padding-left:0}amador-footer div[slot=policy] .hs-menu-wrapper>ul>li.hs-menu-depth-1:last-child{border-right:none;padding-right:0}amador-footer div[slot=policy] .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper{display:none}amador-footer div[slot=copyright]{color:var(--color-white);font-size:var(--font-size-xs);margin-top:var(--space)}amador-hero-slide{display:flex;height:36rem;position:relative;img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.content{bottom:0;box-sizing:border-box;left:0;padding:var(--space-2xl);position:absolute;width:100%;@media screen and (min-width:768px){max-width:50%}h1,p{color:var(--color-white);margin:0 0 var(--space)}}.overlay{background:linear-gradient(0deg,#606060,hsla(0,0%,100%,0));bottom:0;height:100%;left:0;mix-blend-mode:multiply;position:absolute;width:100%}}