.clean__container{display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:780px;padding:3rem 1rem;width:100%}@media(min-width: 992px){.clean__container{flex-direction:row;max-width:1140px;padding:6rem 1rem}}.clean__container .clean__content{color:#1d3056;flex:3;font-family:"Titillium Web",Sans-serif;font-size:1rem}@media(min-width: 992px){.clean__container .clean__content{order:1}}.clean__container .clean__content a{text-decoration:underline}.clean__container .clean__content img{width:100%}.clean__container .clean__content ul{margin:1rem 0}.subNav__wrap{display:flex;flex:1;flex-direction:column;gap:0;width:100%;white-space:nowrap;z-index:2}@media(min-width: 992px){.subNav__wrap{height:100%;order:2;position:sticky;top:6rem}}.subNav{display:flex;flex-direction:column;gap:.15rem;justify-content:flex-start;max-height:0;overflow:hidden;transition:max-height .35s ease-out}@media(min-width: 992px){.subNav{display:flex;height:100%;max-height:none;overflow:visible}}.subNav.open{display:flex;overflow:visible;max-height:100%}.subNav .subNav__item{background-color:#eee;color:#1d3056;display:flex;font-family:"Bebas Neue",Sans-serif;font-weight:500;flex:none;padding:1rem;position:relative;text-transform:uppercase}.subNav .subNav__item:hover{background-color:rgba(238,238,238,.4)}.subNav .subNav__item.active{background-color:rgba(238,238,238,.25);color:#29aae1}#btn__index{display:inline-flex;background-color:#17253f;border:none;color:#fff;cursor:pointer;padding:1rem 3rem;position:relative}@media(max-width: 991px){#btn__index:after{content:"";margin-left:10px;border-left:7px solid rgba(0,0,0,0);border-right:7px solid rgba(0,0,0,0);border-top:7px solid;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}}#btn__index:hover{background-color:rgba(23,37,63,.9)}@media(min-width: 992px){#btn__index:hover{background-color:#17253f;cursor:auto}}.subNav__btnLink{background-color:#17253f;align-items:center;display:flex;justify-content:space-between;padding:.75rem}.subNav__btnLink .subNav__link{color:#fff;text-transform:uppercase}.subNav__btnLink .subNav__link:hover{text-decoration:underline}