:root {
    --aspect-r: calc(100vw / 1.77);
}
#faqs-page-hero {display: flex; position: relative; flex-direction: row; justify-content: flex-start; align-items: center; height: 600px;width: 100%;background: url('/project/graphics/photos/web/aquatraction-faqs-hero.webp');background-size: cover;background-position: center;padding-left: 16px;transition: padding .3s;}
.faqs-page-hero-wrapper {display: flex; flex-direction: column; justify-content: center; align-items: flex-start; position: relative;width: 90%; max-width: 380px;transition: max-width .7s;}
#faqs-page-hero h1 {display: block; font-family: var(--font-b2); font-size: 36px; color: #fafafa;transition: font-size .7s;}
#faqs-page-hero p {font-family: var(--font-r); font-size: 16px; color: #fafafa;margin-top: 26px;transition: font-size .7s;max-width: 65%;}
#faqs-page-hero .cta {margin-top: 50px;}
#scroll-down {display: flex; justify-content: center; align-items: center; position: absolute; bottom: 56px; left: 0; right: 0; margin: 0 auto; width: 38px; height: 38px;}
#scroll-down img {width: 85%; height: 85%;transition: width .5s, height .5s;}
#scroll-down.pulse img {width: 100%; height: 100%;}
#faqs-page-product {justify-content: flex-start;position: relative;background: url('/project/graphics/photos/web/topographic-background.webp');background-size: cover;background-position: center;padding: 0 16px;height: 1000px;padding-top: 90px; transition: height .7s;}
#aquatraction-overlap-panels {display: block;height: 735px; width: 735px; position: absolute; top: 370px; right: -360px;max-width: unset;transition: right .7s, top .7s;}
#faqs-page-panel-break {display: flex; flex-direction: row; justify-content: center; align-items: center;width: 100%; min-height: 310px; background-color: #007dba;    padding: 90px 0;}
.faqs-page-panel-break-inner {display: flex; flex-direction: row; justify-content: space-between; align-items: center;flex-wrap: wrap;width: 100%; max-width: 1100px;margin: 0 auto;padding: 0 16px;transition: padding .3s;}
.panel-item {display: flex;flex-direction: column; justify-content: center; align-items: center;width: 50%;}
.panel-item img {width: auto; height: 70px;}
.panel-item .panel-item-text {font-family: var(--font-h); font-size: 14px; color: #002a3a;height: 36px;margin-top: 16px;text-align: center;}
#faqs-page-product .info-panel-body {transition: max-width .3s;}
#faqs-page-video {display: flex; justify-content: center; align-items: center;position: absolute;right: 0; left: 0; bottom: 0;height: var(--aspect-r); width: 100%; background: url('/project/graphics/photos/web/faqs-page-video-thumbnail.webp');background-size: cover;background-position: center;overflow: hidden;transition: height .7s;}
#faqs-page-why {overflow: hidden;height: calc(var(--aspect-r) + 600px);justify-content: flex-start;padding-top: 90px}
#faqs-page-slideshow {display: flex; position: relative; justify-content: flex-start; align-items: center; width: 100%;max-width: 1000px;height: calc(100vw / 2.37); max-height: 465px; min-height: 350px; margin: 105px auto; overflow: hidden;}
.faqs-page-slide {display: flex; flex-direction: column;justify-content: center; align-items: flex-start;position: absolute;top: 0; left: 16px; right: 16px; bottom: 0; background: url('/project/graphics/photos/web/faqs-page-slideshow-1.webp');background-size: cover;background-position: center;overflow: hidden;transition: height .7s;padding-left: 40px;}
#faqs-page-why .info-panel-title h3 {font-size:  36px}
#faqs-page-why .info-panel-body p {font-size:  14px}
#faqs-page-why .info-panel-message.overflow {width: 100%;max-width: 700px;}
.faqs-page-slide-title {font-family: var(--font-h);font-size: 32px;color: #fafafa;max-width: 300px;}
.faqs-page-slide-body {font-family: var(--font-r);font-size: 14px;color: #fafafa;max-width: 300px;margin-top: 24px;}
.faqs-page-slide-cta {margin-top: 56px;}

#faq-wrapper {display:flex;flex-direction:column;justify-content: flex-start;align-items: flex-start;max-width: 1100px; margin: -40px auto 80px auto; padding: 0 16px;z-index: 6}
.faq-item {display: flex; flex-direction: column; justify-content: flex-start; align-items: center; width: 100%; height: 54px;overflow:hidden;transition: height, .5s;box-shadow: 2px 2px 12px #0000001A;margin-top: 16px;background-color: #fff;border-radius: 7px;}
.faq-question {display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 100%; height: 54px; font-family: var(--font-h); font-size: 16px; color: #242424;padding-left: 20px;}
.open-item {display: flex; justify-content: center; align-items: center; width: 54px; height: 54px; background-color: #F7F7F7;font-family: var(--font-b); font-size: 24px; color: #000; min-width: 54px; }
.faq-answer {display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;padding: 32px 40px;font-family: var(--font-r);font-size: 16px;line-height: 1.3em;}

@media only screen and (min-width: 500px) {
    #aquatraction-overlap-panels {top: 370px;right: -35vw;}
}
@media only screen and (min-width: 570px) {
    #faqs-page-hero {padding-left: 32px;}
    #faqs-page-hero h1 {font-size: 42px;}
    #faqs-page-hero p {max-width: unset;}
    .faqs-page-hero-wrapper {max-width: 375px;}
    .faqs-page-panel-break-inner {padding: 0 32px;}
    .panel-item {width: 33%;}
    #faqs-page-product {padding: 90px 32px 0 32px;/*height: 895px*/}
    #aquatraction-overlap-panels {/*top: 230px;right: -35vw;*/}
    #faqs-page-product .info-panel-body {max-width: unset;}
    #faqs-page-why .info-panel-title h3 {font-size:  48px}
    .faqs-page-slide {left: 32px; right: 32px}
    .faqs-page-slide {padding-left: 100px;}
}
@media only screen and (min-width: 700px) {
    #faqs-page-hero {padding-left: 56px;}
    #faqs-page-hero h1 {font-size: 48px;}
    .faqs-page-hero-wrapper {max-width: 400px;}
    .faqs-page-panel-break-inner {padding: 0 56px;}
    #faqs-page-product {padding: 0 56px;}
    #aquatraction-overlap-panels {right: -45vw; top: -46px;}
    #faqs-page-product {justify-content: center;}
    #faqs-page-product {height: 600px;}
    #faqs-page-product .info-panel-body {max-width: 370px;}
    #faqs-page-why .info-panel-title h3 {font-size:  56px}
    .faqs-page-slide {left: 56px; right: 56px}
}
@media only screen and (min-width: 800px) {
    #faqs-page-product .info-panel-body {max-width: unset;}
}
@media only screen and (min-width: 900px) {
    .faqs-page-hero-wrapper {max-width: 450px;}
    #faqs-page-hero h1 {font-size: 52px;}
    .panel-item {width: 12.5%;}
    #aquatraction-overlap-panels {right: -25vw;}
}
@media only screen and (min-width: 1100px) {
    .faqs-page-hero-wrapper {max-width: 600px;}
    #faqs-page-hero p {max-width: 550px;}
    #faqs-page-hero h1 {font-size: 60px;}
    #aquatraction-overlap-panels {right: 0;}
    #faqs-page-slideshow {margin: 105px auto;}
    .faqs-page-slide {left: 0; right: 0}
}
@media only screen and (min-width: 1200px) {
    .faqs-page-hero-wrapper {max-width: 600px;}
    #faqs-page-hero p {max-width: 575px;}
    #faqs-page-hero h1 {font-size: 68px;}
    #faqs-page-why {height: 600px;justify-content: center;padding-top: 0;}
    #faqs-page-video {top: 0; right: 0; bottom: 0; left: unset;width: 600px;height: 100%;}
    #faqs-page-why .info-panel-message.overflow {max-width: 520px;}
}
