:root {
            --asset-leather-black: url("/pages/wbs3/background-black2.png");
            --asset-leather-red: url("/pages/wbs3/background-red.png");
            --asset-corner: url("/pages/wbs3/corner_icon.png");
            --asset-rivet: url("/pages/wbs3/beveled-tack.png");
            --asset-flourish-icon: url("/pages/wbs3/flourish_icon.png");

            --gold-bright: #f8dd82;
            --gold: #c99828;
            --gold-dark: #6f4612;
            --red-deep: #280000;
            --red: #630400;
            --cream: #fff2c9;
            --muted: #d6c7a1;
        }

        * {
            box-sizing: border-box;
        }

        html,
        body {
            min-height: 100%;
        }

        body {
            margin: 0;
            color: var(--cream);
            font-family: Arial, Helvetica, sans-serif;
            background:
                linear-gradient(90deg, rgba(0, 0, 0, .96), rgba(0, 0, 0, .35) 15%, rgba(0, 0, 0, .35) 85%, rgba(0, 0, 0, .96)),
                var(--asset-leather-black) center top repeat,
                #020202;
        }

        a {
            color: #fff0af;
            font-weight: bold;
            text-decoration: underline;
        }

        a:hover,
        a:focus-visible {
            color: #ffffff;
            outline: none;
        }

        .warning {
            width: 100%;
            min-height: 100vh;
            position: fixed;
            inset: 0;
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 24px;
            color: #ff0000;
            background: #d3d3d3;
            font-size: 30px;
            font-weight: bold;
            text-align: center;
        }

        .privacy-stage {
            position: relative;
            width: 1040px;
            max-width: calc(100vw - 24px);
            margin: 10px auto 18px;
            padding: 34px 42px 30px;
            overflow: hidden;
            border-radius: 18px;
            background: transparent;
        }

        .privacy-stage::before {
            content: "";
            position: absolute;
            inset: 18px;
            z-index: 0;
            pointer-events: none;
            border-radius: 12px;
            background:
		        linear-gradient(180deg, rgba(255, 222, 119, .08), transparent 95px),
                var(--asset-leather-red) center top repeat,
                radial-gradient(circle at 50% 20%, #80100b, #260000 72%);
        }

        .privacy-stage::after {
            content: "";
            position: absolute;
            inset: 14px;
            z-index: 1;
            pointer-events: none;
            border: 1px solid rgba(255, 207, 94, .72);
            border-radius: 12px;
            box-shadow:
                0 0 0 1px rgba(0, 0, 0, .75),
                0 0 26px rgba(0, 0, 0, .75) inset;
        }

        .stage-corner,
        .stage-rivet,
        .panel-rivet {
            position: absolute;
            z-index: 3;
            pointer-events: none;
        }

        .stage-corner {
            width: 90px;
            height: 90px;
            background: var(--asset-corner) no-repeat center center;
            background-size: contain;
            opacity: .92;
        }

        .stage-corner-tl { top: 0; left: 0; }
        .stage-corner-tr { top: 0; right: 0; transform: scaleX(-1); }
        .stage-corner-bl { bottom: 0; left: 0; transform: scaleY(-1); }
        .stage-corner-br { bottom: 0; right: 0; transform: scale(-1); }

        .stage-rivet,
        .panel-rivet {
            background: var(--asset-rivet) no-repeat center center;
            background-size: contain;
        }

        .stage-rivet {
            width: 18px;
            height: 18px;
        }

        .stage-rivet-tl { top: 8px; left: 8px; }
        .stage-rivet-tr { top: 8px; right: 8px; }
        .stage-rivet-bl { bottom: 8px; left: 8px; }
        .stage-rivet-br { bottom: 8px; right: 8px; }

        .privacy-header,
        .privacy-panel {
            position: relative;
            z-index: 2;
        }

        .privacy-header {
            padding: 18px 28px 24px;
            text-align: center;
        }

        .privacy-header h1 {
            margin: 0;
            color: var(--gold-bright);
            font-family: Georgia, "Times New Roman", serif;
            font-size: 43px;
            line-height: .95;
            letter-spacing: 2px;
            text-transform: uppercase;
            font-variant: small-caps;
            text-shadow:
                0 1px 0 #fff7cf,
                0 2px 0 #d9a73d,
                0 3px 0 #7a4b10,
                0 4px 0 #2b1603,
                0 0 8px rgba(0,0,0,.9),
                0 0 14px rgba(255,206,74,.24);
        }

        .privacy-header p {
            margin: 10px 0 0;
            color: #f3ead2;
            font-size: 17px;
            letter-spacing: .3px;
            text-shadow: 0 2px 2px #000;
        }

        .privacy-panel {
            padding: 32px 38px 36px;
            border: 2px solid #181005;
            border-radius: 7px;
            background:
				linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
                linear-gradient(180deg, rgba(255, 219, 104, .08), transparent 34px),
                var(--asset-leather-black) center top repeat,
                linear-gradient(180deg, #10100d, #050504);
            box-shadow:
                0 0 0 1px #b48625 inset,
                0 0 0 4px rgba(0, 0, 0, .62) inset,
                0 0 0 5px rgba(217, 154, 41, .22) inset,
                0 0 18px rgba(0, 0, 0, .9);
        }

        .panel-rivet {
            width: 13px;
            height: 13px;
        }

        .panel-rivet-tl { top: 11px; left: 11px; }
        .panel-rivet-tr { top: 11px; right: 11px; }
        .panel-rivet-bl { bottom: 11px; left: 11px; }
        .panel-rivet-br { bottom: 11px; right: 11px; }

        .privacy-intro {
            margin: 0 0 22px;
            padding: 16px 18px;
            color: #fff2cf;
            line-height: 1.55;
            border: 1px solid rgba(212, 152, 38, .72);
            border-radius: 5px;
            background:
                linear-gradient(180deg, rgba(148, 9, 2, .64), rgba(40, 0, 0, .88)),
                var(--asset-leather-red) center center repeat;
            box-shadow:
                0 0 0 3px rgba(0, 0, 0, .45) inset,
                0 1px 0 rgba(255, 219, 102, .13) inset;
        }

        .policy-section {
            margin: 22px 0 0;
            padding-top: 18px;
            border-top: 1px solid rgba(171, 111, 29, .44);
        }

        .policy-section:first-of-type {
            margin-top: 0;
            padding-top: 0;
            border-top: 0;
        }

        .policy-section h2 {
            margin: 0 0 10px;
            color: var(--gold-bright);
            font-family: Georgia, "Times New Roman", serif;
            font-size: 24px;
            line-height: 1.1;
            letter-spacing: .8px;
            text-transform: uppercase;
            font-variant: small-caps;
            text-shadow: 0 2px 2px #000, 0 0 8px rgba(255, 211, 86, .25);
        }

        .policy-section h2::before {
            content: "";
            display: inline-block;
            width: 20px;
            height: 13px;
            margin: 0 10px 0 0;
            transform: translateY(-1px) scaleX(-1);
            background: var(--asset-flourish-icon) no-repeat center center;
            background-size: contain;
        }

        .policy-section p,
        .policy-section li {
            color: #f0e4c8;
            font-size: 16px;
            line-height: 1.62;
            text-shadow: 0 1px 1px #000;
        }

        .policy-section p {
            margin: 0 0 10px;
        }

        .policy-section ul {
            margin: 8px 0 0 24px;
            padding: 0;
        }

        .policy-section li {
            margin-bottom: 7px;
        }

        .policy-section strong {
            color: #fff0af;
        }
		
		.privacy-footer {
            position: relative;
            z-index: 2;
            min-height: 80px;
            margin: 12px 0 0;
            padding: 18px 40px 14px;
            text-align: center;
            color: #f8ecd0;
            border: 2px solid #100a04;
            border-radius: 6px 6px 12px 12px;
            background:
                linear-gradient(180deg, rgba(148, 9, 2, .6), rgba(40, 0, 0, .95)),
                var(--asset-leather-red) center center repeat;
            box-shadow:
                0 0 0 1px #a97a22 inset,
                0 0 0 4px rgba(0, 0, 0, .52) inset;
        }

        .privacy-footer p {
            margin: 0;
            color: #fff0d6;
            font-size: 12px;
            line-height: 1.45;
        }
		
		.wbs-logo-link {
			display: inline-block;
			margin-bottom: 12px;
			line-height: 0;
			text-decoration: none;
			filter: drop-shadow(0 4px 5px rgba(0,0,0,.72));
		}

		.wbs-logo-link img {
			max-width: min(321px, 88vw);
			height: auto;
			border: 0;
			margin-bottom: 25px;
		}

        @media (max-width: 720px) {
            .privacy-stage {
                max-width: calc(100vw - 10px);
                margin: 5px auto;
                padding: 18px 12px 14px;
            }

            .stage-corner,
            .stage-rivet {
                display: none;
            }

            .privacy-header {
                padding: 16px 14px 20px;
            }

            .privacy-header h1 {
                font-size: 34px;
            }

            .privacy-header p {
                font-size: 14px;
            }

            .privacy-panel {
                padding: 24px 18px 28px;
            }

            .policy-section h2 {
                font-size: 21px;
            }

            .policy-section h2::before {
                display: none;
            }
        }