@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400&display=swap);:root{--fs-h1:4.375rem;--lh-h1:1.3;--fw-h1:700;--fs-h2:3rem;--lh-h2:1.3;--fw-h2:700;--fs-h3:1.875rem;--lh-h3:1.3;--fw-h3:700;--fs-h4:22px;--lh-h4:1.3;--fw-h4:700}@media (max-width:600px){:root{--fs-h1:4rem;--fs-h2:calc(var(--fs-h1) * 0.75);--fs-h3:calc(var(--fs-h1) * 0.43);--fs-h4:calc(var(--fs-h1) * 0.3)}}@media (max-width:500px){:root{--fs-h1:3rem;--fs-h2:calc(var(--fs-h1) * 0.75);--fs-h3:calc(var(--fs-h1) * 0.43);--fs-h4:calc(var(--fs-h1) * 0.3)}}html{scroll-behavior:smooth}body,html{max-width:100%;overflow-x:hidden;font-family:Roboto,sans-serif;font-weight:400}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;font-size:16px;min-height:100vh;display:grid;grid-template-rows:1fr auto;color:#0e1534;padding-top:80px;position:relative}a,a:active,a:focus,a:hover,a:visited{text-decoration:none;transition:.4s ease-in-out;transition-property:background-color,color,border}a,a:active,a:focus,a:visited{color:#347512}a:hover{color:#285b0e}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 15px}a.button{background-color:#347512;color:#fff;padding:15px;display:inline-block;font-weight:700;border:1px solid transparent;border-radius:8px;-ms-user-select:none;-webkit-user-select:none;user-select:none}a.button:hover{background-color:#285b0e}a.button.button--light{background-color:transparent;color:#347512;border:1px solid #347512;border-radius:8px;-ms-user-select:none;-webkit-user-select:none;user-select:none}a.button.button--light:hover{background-color:#285b0e;color:#fff}.block{padding-top:80px;padding-bottom:80px}.gray{background-color:rgba(52,117,18,.08)}.blue{background-color:#347512;background:linear-gradient(90deg,#347512 0,#285b0e 100%)}.blue .description,.blue .title,.blue a,.blue h1,.blue h2,.blue h3,.blue h4,.blue h5,.blue h6,.blue li,.blue p,.blue ul{color:#fff}.blue a{text-decoration:underline}.blue a:hover{text-decoration:none}.blue a.button{background-color:#fff;color:#347512;padding:15px;display:inline-block;font-weight:700;border:1px solid transparent;border-radius:8px;-ms-user-select:none;-webkit-user-select:none;user-select:none;text-decoration:none}.blue a.button:hover{background-color:rgba(255,255,255,.86)}.pb-40{padding-bottom:40px}.h1{font-size:var(--fs-h1);line-height:var(--lh-h1);font-weight:var(--fw-h1);margin-bottom:30px;word-break:break-word}.h2{font-size:var(--fs-h2);line-height:var(--lh-h2);font-weight:var(--fw-h2);margin-bottom:30px}.h3{font-size:var(--fs-h3);line-height:var(--lh-h3);font-weight:var(--fw-h3);margin-bottom:30px}.h4{font-size:var(--fs-h4);line-height:var(--lh-h4);font-weight:var(--fw-h4);margin-bottom:30px}p.text{font-size:20px;line-height:1.5;margin-bottom:30px}p.text a{font-weight:500}ul.list{padding-left:40px;margin-bottom:30px}ul.list li{font-size:20px;margin-bottom:10px}ul.list li:last-child{margin-bottom:0}.pt-0{padding-top:0!important}.center{text-align:center!important}header.header{position:fixed;top:0;width:100vw;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.2);z-index:99}header.header .container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#0e1534;height:80px;padding:1em}header.header .container .header-logo{height:40;widows:auto;object-fit:cover}header.header .container .menu{display:flex;flex-direction:row;list-style-type:none;align-items:center;margin:0;padding:0}header.header .container .menu>li{margin:0 1rem;overflow:hidden}header.header .container .menu>li a{font-weight:700;color:#0e1534}header.header .container .menu>li a:hover{color:#347512}header.header .container .menu>li a.button{color:#fff}header.header .container .menu>li a.button:hover{color:#fff}header.header .container .menu>li:last-child{margin-right:0}header.header .container .menu-button-container{display:none;height:100%;width:30px;cursor:pointer;flex-direction:column;justify-content:center;align-items:center}header.header .container #menu-toggle{display:none}header.header .container .menu-button,header.header .container .menu-button::after,header.header .container .menu-button::before{display:block;background-color:#347512;position:absolute;height:4px;width:30px;transition:transform .4s cubic-bezier(.23,1,.32,1);border-radius:2px}header.header .container .menu-button::before{content:"";margin-top:-8px}header.header .container .menu-button::after{content:"";margin-top:8px}header.header .container #menu-toggle:checked+.menu-button-container .menu-button::before{margin-top:0;transform:rotate(405deg)}header.header .container #menu-toggle:checked+.menu-button-container .menu-button{background:rgba(255,255,255,0)}header.header .container #menu-toggle:checked+.menu-button-container .menu-button::after{margin-top:0;transform:rotate(-405deg)}header.header .container .menu .header-navigation__item.active a{color:#0e1534;cursor:default}@media (max-width:920px){header.header .container .menu-button-container{display:flex}header.header .container .menu{position:absolute;top:0;margin-top:80px;left:0;flex-direction:column;width:100%;justify-content:center;align-items:center}header.header .container #menu-toggle~.menu li{height:0;margin:0;padding:0;border:0;transition:height .4s cubic-bezier(.23,1,.32,1)}header.header .container #menu-toggle:checked~.menu li{height:2.5em;padding:.5em;transition:height .4s cubic-bezier(.23,1,.32,1)}header.header .container .menu>li{display:flex;justify-content:center;margin:0;padding:.5em 0;width:100%;background-color:#fff}header.header .container .menu>li:last-child{border-bottom:none}header.header .container .menu>li a{color:#0e1534}header.header .container .menu>li a.button{color:#fff;border:none!important}header.header .container .menu>li.active a{color:#0e1534}header.header .container #menu-toggle:checked~.menu li{border-bottom:1px solid rgba(14,21,52,.15)!important}header.header .container #menu-toggle:checked~.menu li:first-child{border-top:1px solid rgba(14,21,52,.5)!important}header.header .container .menu>li:not(:last-child){border-bottom:1px solid #fff}header.header .container a.header-navigation__link{color:#fff}header.header .container a.button{padding:0;background-color:#347512}header.header .container .menu>li:has(a.button){background-color:#347512}}footer.footer{box-shadow:0 0 3px rgba(0,0,0,.2)}footer.footer .footer__header{padding:30px 0}footer.footer .footer__header .container{display:grid;grid-template-columns:repeat(4,auto);gap:30px}@media (max-width:830px){footer.footer .footer__header .container{grid-template-columns:repeat(2,auto)}}@media (max-width:480px){footer.footer .footer__header .container{grid-template-columns:repeat(1,1fr)}}footer.footer .footer__header .container .footer__column .footer__logo__link .footer_logo__image{max-width:100%;height:auto}footer.footer .footer__header .container .footer__column p{margin:30px 0;font-size:20px}footer.footer .footer__header .container .footer__column .footer_link{margin-right:15px}footer.footer .footer__header .container .footer__column .footer_link .footer_logo__icon{height:30px;width:auto}footer.footer .footer__header .container .footer__column .footer_link:last-child{margin-left:0}footer.footer .footer__header .container .footer__column .footer__site-link{color:#0e1534;font-weight:500}footer.footer .footer__header .container .footer__column .footer__site-link:hover{color:#347512}footer.footer .footer__header .container .footer__column .footer__title{margin:0 0 30px 0;font-weight:700;font-size:20px}footer.footer .footer__header .container .footer__column .footer__nav{list-style:none}footer.footer .footer__header .container .footer__column .footer__nav .footer__item{margin-bottom:15px}footer.footer .footer__header .container .footer__column .footer__nav .footer__item .footer__link{font-weight:500;color:#0e1534}footer.footer .footer__header .container .footer__column .footer__nav .footer__item .footer__link:hover{color:#347512}footer.footer .footer__header .container .footer__column .footer__nav .footer__item .footer__link.active{color:#347512;cursor:default}footer.footer .footer__header .container .footer__column .footer__nav .footer__item:last-child{margin-bottom:0}footer.footer .footer__bottom .container{display:flex;justify-content:center;align-items:center;border-top:1px solid rgba(14,21,52,.1);padding:10px 0}footer.footer .footer__bottom .container p{font-size:14px;font-weight:300}footer.footer .footer__bottom .container p a{color:#0e1534;font-weight:500}footer.footer .footer__bottom .container p a:hover{color:#347512}#privacy p{font-size:20px;line-height:1.5;margin-bottom:30px}#privacy p a{font-weight:500}#privacy dl,#privacy ol,#privacy ul{padding-left:40px;margin-bottom:30px}#privacy dl li,#privacy ol li,#privacy ul li{font-size:20px;margin-bottom:10px}#privacy dl li:last-child,#privacy ol li:last-child,#privacy ul li:last-child{margin-bottom:0}