.health-main {
    display: block;
    width: 100%;
    text-align: center;
}
.health-main h1, .health-tsa h1, .health-anxiety h1 {
    font-family: 'VSPencil', system-ui !important;
    font-size: 3em;
    position: relative;
    color: #916E53;
}
.health-anxiety h1, .health-phobias h1 {
    max-width: 65%;
}
.health-main .our-mission {
    text-align: left;
}
.health-main p, .health-tsa p, .health-tsa p, .health-anxiety p, .health-phobias p {
    font-family: 'montserrat', system-ui;
    color: #916E53;
    padding: 0.5em;
    padding-left: 0;
}
.health-tsa h1 {
    max-width: 60%;
    position: relative;
}
@media (max-width: 600px) {
    .health-tsa h1 {
        max-width: 70%;
    }
}
.health-tsa h1:after {
    content: ' ';
    display: inline-block;
    height: 2em;
    aspect-ratio: 20/24;
    background: url("/paper/stickers/health-cat.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: -2.5em;
    top: 0;
}
.health-phobias h1, .health-anxiety h1 {
    position: relative;
}
.health-phobias h1:before {
    content: ' ';
    display: inline-block;
    height: 2em;
    aspect-ratio: 20/24;
    background: url("/paper/stickers/health-cat-2.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: -2em;
    top: -0.5em;
}
.health-anxiety h1 {
    margin-top: 1.5em;
}
.health-anxiety h1:after {
    content: ' ';
    display: inline-block;
    height: 2em;
    aspect-ratio: 24/23;
    background: url("/paper/stickers/health-cat-3.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: -3em;
    top: -0.5em;
}
.health-menu {
    display: block;
    width: 100%;
    background-image: url("/paper/elements/health-menu-bg.svg");
    background-repeat: repeat-x;
    background-size: contain;
    background-position: 50% 50%;
    text-align: center;
    padding: 0.5em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.health-menu .bullet {
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em;
    width: 1em;
    height: 1em;
    background-image: url("/paper/elements/white-bullets.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.health-menu .bullet:last-of-type {
    background-position: 100% 0;
}
.health-menu a {
    text-decoration: none;
    color: white;
    font-size: 1.5em;
    font-family: 'VSPencil', system-ui;
}

.value-container, .value-container-even {
    position: relative;
    border: 30px solid;
    border-image: url('/paper/elements/patch-values-odd-2.svg');
    border-image-repeat: stretch stretch;
    border-image-slice: 45 45 fill;
    padding: 0;
    padding-top: 3em;
    padding-bottom: 0.5em;
    text-align: center;
    margin-bottom: 2em;
    filter: drop-shadow(0 0 2px rgba(0,0,0,0.2));
}
.value-container h3, .value-container-even h3 {
    position: relative;
    padding-bottom: 0.1em;
    color: #876852;
}
.value-container p, .value-container-even p {
    font-family: 'montserrat', Arial, sans-serif;
    color: #876852;
}
.value-container h3::before,
.value-container-even h3::before {
    content: ' ';
    display: inline-block;
    background: url("/paper/elements/values-line-blue.svg") no-repeat;
    background-size: contain;
    aspect-ratio: 128/6;
    width: 4em;
    position: absolute;
    bottom: 0;
    left: calc(50% - 2em);
}
.value-container-even {
    border-image-source: url('/paper/elements/patch-values-even-2.svg');
}
.value-container img, .value-container-even img {
    position: absolute;
    width: 6em;
    left: calc(50% - 3em);
    top: -4em;
}
.value-container p, .value-container-even p {
    font-family: 'montserrat', Arial, sans-serif;
}
.advantages {
    padding: 0.25em 0.75em 0.25em 0.5em;
    margin-bottom: 1em;
    background-image: url("/paper/elements/advantages-bg-green.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
    color: white;
}
.health-phobias .advantages {
    background-image: url("/paper/elements/advantages-bg-white.svg");
    color: #7296C1;
}
.advantages-container {
    padding-top: 5em;
}
.health-phobias .value-container, .health-phobias .value-container-even {
    margin-bottom: 5em;
}

.health-phobias {
    width: 100%;
    text-align: center;
    color: white;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding-bottom: 12vw;
}
.health-phobias .masked-image-top,
.health-phobias .masked-image-center,
.health-phobias .masked-image-bottom {
    position: absolute;
    display: inline-block;
    background-image: url("/paper/elements/blue.jpg");
    background-repeat: repeat;
    background-attachment: local;
    background-position-y: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.health-phobias .masked-image-top {
    top: 0;
    left: 0;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-image: url('/paper/mask/phobias-top.svg');
    mask-repeat: no-repeat;
    mask-position: 50% 0;
    -webkit-mask-image: url('/paper/mask/phobias-top.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50% 0;
}
.health-phobias .masked-image-bottom {
    bottom: 0;
    left: 0;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-image: url('/paper/mask/phobias-bottom.svg');
    mask-repeat: no-repeat;
    mask-position: 50% 100%;
    -webkit-mask-image: url('/paper/mask/phobias-bottom.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50% 100%;
}
.health-phobias .masked-image-center {
    top: 17vw;
    left: 0;
    height: calc(100% - 28vw);
    background-position-y: -17vh;
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-image: url('/paper/mask/black.svg');
    -webkit-mask-image: url('/paper/mask/black.svg');
    mask-repeat: repeat;
    -webkit-mask-repeat: repeat;
}
.health-phobias .container {
    z-index: 1;
    position: relative;
    padding-top: 10%;
}
.health-phobias p {
    padding-left: 10%;
    padding-right: 10%;
    color: white;
    font-size: 1em;
    font-family: 'montserrat', Arial, sans-serif;
}
.health-phobias h1 {
    color: white;
    text-shadow: #0E1B31 0 0 10px;
}
.health-phobias .value-container, .health-phobias .value-container-even {
    position: relative;
    display: inline-block;
    border: none;
    width: 90%;
    background: #FFF7F3;
    color: #597298 !important;
    border-radius: 30px;
    box-shadow: #0E1B31 0 2px 20px;
}
.health-phobias .value-container p, .health-phobias .value-container h3,
.health-phobias .value-container-even p, .health-phobias .value-container-even h3 {
    color: #597298 !important;
}
.phobia-container {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
    overflow-x: hidden;
}
.phobia-container::before, .phobia-container::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    height: 80%;
    aspect-ratio: 18/54;
    top: 10%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.phobia-container::before {
    background-image: url("/paper/elements/fear-block-left.svg");
    left: 5%;
}
.phobia-container::after {
    background-image: url("/paper/elements/fear-block-right.svg");
    right: 5%;
}
.phobia-test {
    margin: 2em;
    position: relative;
    display: inline-block;
    border-image: url('/paper/elements/patch-article-blog.svg') 55;
    border-image-width: 70px;
    border-image-slice: 20% fill;
    padding: 2em;
    color: #916E53;
    text-align: center;
    width: 75%;
    max-width: 530px;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.4));
}
#svgContainer {
    width: 100%;
}
.phobia-test h2 {
    display: inline-block;
    font-family: 'VSPencil', system-ui;
    color: #916E53;
}
.slider-container {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
input[type="range"].custom-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 16px;
    background: linear-gradient(to right, #8fa8b2 50%, #eedad5 50%);
    border-radius: 8px;
    outline: none;
    overflow: visible;
    border: 1px solid transparent;
    position: relative;
}
input[type="range"].custom-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background-color: #8fa8b2;
    border: 2px solid #6e4c39;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

input[type="range"].custom-slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background-color: #8fa8b2;
    border: 2px solid #6e4c39;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

input[type="range"].custom-slider::-ms-thumb {
    width: 24px;
    height: 24px;
    background-color: #8fa8b2;
    border: 2px solid #6e4c39;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
input[type="range"].custom-slider::-moz-range-track,
input[type="range"].custom-slider::-ms-track {
    background: transparent;
}