#content{min-width:320px;margin:0 auto;width:100%;padding:16px;display:flex;flex-direction:column;flex:1;gap:24px}@media screen and (min-width:576px){#content{max-width:576px}}@media screen and (min-width:768px){#content{max-width:768px}}@media screen and (min-width:992px){#content{max-width:992px;padding:40px 16px;gap:32px}}footer ul {padding-left: 0;}footer {padding-top: 20px;}footer .about img, footer .about .logo-text {width: 172px;}footer .about .logo-text {display: inline-flex;align-items: center;font-weight: 700;font-size: 32px;letter-spacing: 2px;line-height: 1;color: var(--secondary);}footer .about p {margin-top: 12px;color: var(--dark);font-size: 0.75rem;line-height: 1.2;}footer nav {display: flex;flex-direction: column;}footer nav div > p {font-size: 0.875rem;font-weight: 700;line-height: 1.17;margin-bottom: 8px;}footer .menu {display: flex;flex-direction: column;gap: 8px;list-style: none;padding-left: 0;}footer .menu a {text-decoration:none;display: block;font-size: 0.875rem;line-height: 1.14;}footer .menu a:hover, footer .menu a:focus {text-decoration: underline;color: var(--accent);}footer .wrapper {border-top: 1px solid;border-color: var(--light-grey);background-color: var(--light-grey);}footer .inner {display: flex;flex-direction: column;align-items: center;gap: 20px;padding-top: 20px;padding-bottom: 20px;}footer .elements {display: flex;gap: 12px;list-style: none;}footer .elements li {width: 80px;height: 40px;}footer .inner p {font-size: 0.875rem;line-height: 1.14;color: var(--dark-grey);}@media screen and (max-width: 767px) {footer {border-top: 1px solid;border-color: var(--grey);}footer .about {padding: 0 16px 20px;border-bottom: 1px solid;border-color: var(--light-grey);}footer .about img, footer .about .logo-text {margin-left: auto;margin-right: auto;}footer .about p {text-align: center;}footer nav div > p {text-align: center;}footer .menu li {display: flex;justify-content: center }footer .menu a {padding-top: 6px;padding-bottom: 6px;text-align: center;}footer nav div {border-bottom: 1px solid;border-color: var(--light-grey);padding: 20px;}footer nav div:last-child {border-bottom: none;}footer .inner {padding-right: 16px;padding-left: 16px;}footer .inner p {text-align: center;}footer .elements {flex-wrap: wrap;justify-content: center;max-width: calc(80px * 4 + 36px);}}@media screen and (min-width: 768px) {footer .container {display: flex;padding-right: 16px;padding-left: 16px;}footer .inner {align-items: flex-end;}footer .inner p {width: 280px;}footer .about {border-right: 1px solid;border-color: var(--light-grey);width: 250px;padding: 6px 0 26px 0;min-height: 100%;}footer .about img, footer .about .logo-text {width: 250px;height: 50px;}footer .about p {max-width: 232px;color: var(--medium-grey);}footer nav {width: fit-content;margin-left: auto;flex-direction: row;gap: 40px;padding: 20px 0 20px 20px;}footer nav div {min-width: 140px;padding: 0;}footer nav div > p {margin-bottom: 12px;}footer .menu {padding-top: 4px;padding-bottom: 4px;gap: 16px;}footer .menu li {width: 100%;}footer .menu a {max-width: 200px;word-break: break-word;}footer .inner {flex-direction: row-reverse;justify-content: space-between;padding-top: 16px;padding-bottom: 24px;}footer .elements {display: grid;gap: 29px 40px;grid-template-columns: repeat(4, 80px);padding-right: 20px;}}@media screen and (min-width: 992px) {footer .about {width: 298px;padding: 0 20px 20px 0;}footer .about p {max-width: 278px;}footer nav {gap: 62px;}}.crew ul{padding-left:0}.crew{display:grid;grid-template-columns:1fr;gap:16px}.crew>div{padding:20px;border:1px solid;border-color:var(--grey);border-radius:8px;display:flex;flex-direction:column;gap:8px}.crew img{width:120px;height:120px;border-radius:20px;margin:0 auto}.crew>div>div{display:flex;flex-direction:column;align-items:center;gap:4px}.crew>div>div>p:first-child{font-weight:600;font-size:1.125rem}.crew>div>div>a{cursor:pointer;text-decoration:underline;font-weight:600;font-size:1.125rem;transition:color 0.3s ease-in-out;width:fit-content}.crew>div>div>a:hover{color:var(--accent)}.crew>div>div>p:nth-child(2){text-align:center}.crew>div>ul{display:flex;justify-content:center;gap:16px;list-style:none}.crew>div>ul a{display:block;padding:4px;text-decoration:none}.crew span[class*="icon"]{display:block;font-size:24px;height:24px;transition:color 0.3s ease-in-out}.crew>div>ul li:hover span[class*="icon"]{color:var(--accent)}.crew>div>p{font-size:.875rem}@media screen and (min-width:768px){.crew{grid-template-columns:repeat(2,1fr);gap:24px}.crew img{width:100px;height:100px}.crew>div>ul{gap:12px;margin-top:auto}.crew span[class*="icon"]{font-size:20px;height:20px}}#sidebar ul{list-style-type:none;padding-left:0}#sidebar>ul{display:flex;flex-direction:column;gap:28px;padding:40px 0}#sidebar>ul>li{display:flex;flex-direction:column;gap:20px}#sidebar>ul>li>p{font-size:1.125rem;font-weight:600}#sidebar>ul:not(.no-subheadings)>li>ul:first-child{padding-top:47px}#sidebar>ul>li>ul{display:flex;flex-direction:column;gap:16px}#sidebar>ul>li>ul>li{position:relative;transition:color 0.3s ease-in-out}#sidebar>ul>li>ul>li:before{position:absolute;left:0;top:50%;transform:translateY(-50%);pointer-events:none;font-size:12px;height:12px}#sidebar>ul>li>ul>li:hover,#sidebar>ul>li>ul>li:focus{color:var(--accent)}#sidebar>ul>li>ul>li>a{display:block;padding-left:20px;transition:none;text-decoration:underline;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;max-width:100%;line-height:1.5}#sidebar>ul>li>ul>li>a:hover,#sidebar>ul>li>ul>li>a:focus{color:inherit}@media screen and (min-width:768px){#sidebar>ul{flex-direction:row;flex-wrap:wrap;gap:32px;padding:20px 0}#sidebar>ul>li{max-width:224px}#sidebar>ul>li:first-child:last-child{max-width:100%;width:100%}#sidebar>ul>li>p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.disclosure{padding:20px 40px;border-radius:8px;background-color:var(--light-grey);color:var(--dark-grey)}.disclosure>p{font-weight:600;text-align:center}.disclosure>div{display:flex;flex-direction:column;gap:4px;margin-top:8px}.disclosure>div>p{font-size:.875rem;line-height:1}@media screen and (min-width:992px){.disclosure>p{font-size:1.125rem}.disclosure>div{margin-top:12px}}.subscribe{margin-top:40px;border:1px solid;border-color:var(--dark);border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:20px;width:100%}#subscribe-answer{border:1px solid var(--dark-grey);border-radius:4px;padding:8px}.subscribe span[class*="icon"]{width:32px;height:32px;display:block;margin:0 auto 8px;font-size:32px;color:var(--accent)}.subscribe>div:first-child p{font-size:1.25rem;font-weight:700;line-height:1.2;text-align:center}.subscribe form{display:flex;flex-direction:column;gap:8px;width:100%}.subscribe form label input{width:100%;border:1px solid;border-color:var(--dark-grey);border-radius:4px;padding:10px;font-size:.875rem;line-height:1.15;height:48px}.subscribe form label input::placeholder{color:var(--dark-grey)}.subscribe form label input:focus{outline:1px solid var(--accent);border-color:var(--accent)}.subscribe form>input{width:100%;font-weight:700;background:var(--accent);border-radius:4px;border:none;padding:0 16px;height:48px;cursor:pointer;transition:opacity 0.3s ease-in-out,color 0.3s ease-in-out}.subscribe form>input:hover{opacity:.9;color:#FFF}.subscribe>div:last-child{display:flex;flex-direction:column;gap:8px;font-size:.75rem;line-height:1;color:var(--dark-grey)}@media screen and (min-width:768px){.subscribe{padding:40px}.subscribe div:first-child{display:flex;align-items:center;gap:8px}.subscribe span[class*="icon"]{width:36px;height:36px;margin:0;font-size:36px}.subscribe>div:first-child p{font-size:1.75rem;text-align:start}.subscribe form{flex-direction:row;align-items:center}.subscribe form label input{width:385px}.subscribe form>input{max-width:188px}.subscribe>div:last-child{gap:12px}}