@charset "UTF-8";


.c-header {
display: flex;
flex-flow: row nowrap;
align-items: center;
}
.c-header > div {
padding-right: 3px;
} .f12-captcha .captcha-audio-tooltip {
display: none;
position: absolute;
z-index: 10;
background: #1a1a1a;
color: #fff;
font-size: 0.75rem;
padding: 4px 8px;
border-radius: 4px;
white-space: nowrap;
pointer-events: none;
margin-top: 4px;
}
.f12-captcha .c-audio {
position: relative;
}
.f12-captcha .c-audio:hover .captcha-audio-tooltip {
display: block;
}
.f12-captcha {
display: block;
width: 100%;
}
.f12-captcha.template-1 {
background-color: #fff;
border: 1px solid #ccc;
padding: 10px 15px 15px 15px;
position: relative;
border-radius: 3px;
}
.f12-captcha.template-1 .c-label {
left: 10px;
font-size: 12px;
color: #777;
}
.f12-captcha.template-1 .c-data {
font-size: 1.05rem;
}
.f12-captcha.template-1 .c-input {
display: flex;
flex-flow: row nowrap;
flex: 1;
min-width: 0;
}
.f12-captcha.template-1 .c-header {
border: 1px solid #ccc;
padding: 5px 5px 5px 10px;
display: flex;
flex-flow: row nowrap;
align-items: center;
gap: 6px;
width: 100%;
background-color: #fff;
border-radius: 3px;
}
.f12-captcha.template-1 .c-hint {
font-size: 12px;
margin-left: -10px;
color: #777;
line-height: 100%;
}
.f12-captcha.template-1 .c-reload {
padding: 0;
}
.f12-captcha.template-1 .c-reload a img {
border: 0;
}
.f12-captcha.template-1 input.f12c {
display: block;
border: 0px solid #ccc;
margin-left: -10px;
background-color: #fff;
font-size: 1.05rem;
padding: 3px;
max-width: 100px;
height: 24px;
}
.f12-captcha.template-1 input.f12c:focus {
border: 0;
outline: 0;
}
.f12-captcha-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.7);
display: flex;
justify-content: center;
align-items: center;
z-index: 10;
}
.f12-captcha-overlay::after {
content: "";
width: 24px;
height: 24px;
border: 3px solid #ccc;
border-top: 3px solid #333;
border-radius: 50%;
animation: f12-spin 0.8s linear infinite;
}
@keyframes f12-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .f12-captcha.template-3 .f12-captcha-overlay,
.f12-captcha.template-4 .f12-captcha-overlay,
.f12-captcha.template-8 .f12-captcha-overlay,
.f12-captcha.template-9 .f12-captcha-overlay {
background: rgba(0, 0, 0, 0.5);
}
.f12-captcha.template-3 .f12-captcha-overlay::after,
.f12-captcha.template-4 .f12-captcha-overlay::after,
.f12-captcha.template-8 .f12-captcha-overlay::after,
.f12-captcha.template-9 .f12-captcha-overlay::after {
border-color: rgba(255, 255, 255, 0.2);
border-top-color: #fff;
} .f12-captcha.template-3 {
background-color: #2b3a42;
border-radius: 12px;
padding: 20px;
position: relative;
}
.f12-captcha.template-3 .c-header {
display: flex;
flex-flow: row nowrap;
align-items: center;
gap: 10px;
margin-bottom: 12px;
}
.f12-captcha.template-3 .c-data {
background-color: #f0f0f0;
border-radius: 8px;
padding: 8px 14px;
display: inline-flex;
align-items: center;
min-height: 40px;
}
.f12-captcha.template-3 .c-data .captcha-calculation {
font-family: "Courier New", monospace;
font-size: 1.15rem;
font-weight: 600;
color: #1a1a1a;
letter-spacing: 2px;
}
.f12-captcha.template-3 .c-label label {
color: #c8d6de;
font-size: 0.9rem;
font-weight: 400;
}
.f12-captcha.template-3 .c-reload {
padding: 0;
}
.f12-captcha.template-3 .c-reload a, .f12-captcha.template-3 .c-reload button {
color: #c8d6de;
opacity: 0.7;
transition: opacity 0.2s;
}
.f12-captcha.template-3 .c-reload a:hover, .f12-captcha.template-3 .c-reload button:hover {
opacity: 1;
}
.f12-captcha.template-3 .c-audio .captcha-audio-btn {
color: #c8d6de;
opacity: 0.7;
background: transparent;
}
.f12-captcha.template-3 .c-audio .captcha-audio-btn:hover {
opacity: 1;
}
.f12-captcha.template-3 input.f12c {
display: block;
width: 100%;
background-color: #fff;
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 8px;
padding: 10px 14px;
font-size: 0.95rem;
color: #333;
box-sizing: border-box;
letter-spacing: 3px;
text-transform: uppercase;
}
.f12-captcha.template-3 input.f12c::placeholder {
color: #999;
text-transform: none;
letter-spacing: normal;
}
.f12-captcha.template-3 input.f12c:focus {
outline: 2px solid rgba(100, 180, 220, 0.6);
outline-offset: 1px;
border-color: transparent;
} .f12-captcha.template-4 {
background: linear-gradient(145deg, #1e2d3a, #16232e);
border-radius: 12px;
padding: 20px;
position: relative;
}
.f12-captcha.template-4 .c-header {
display: flex;
flex-flow: row nowrap;
align-items: center;
gap: 10px;
margin-bottom: 12px;
}
.f12-captcha.template-4 .c-data {
border: 1px solid rgba(255, 255, 255, 0.15);
border-radius: 8px;
padding: 8px 14px;
display: inline-flex;
align-items: center;
background: rgba(255, 255, 255, 0.04);
min-height: 40px;
}
.f12-captcha.template-4 .c-data .captcha-calculation {
font-family: "Courier New", monospace;
font-size: 1.15rem;
font-weight: 600;
color: #e0e8ef;
letter-spacing: 2px;
}
.f12-captcha.template-4 .c-data .captcha-image img {
border-radius: 4px;
}
.f12-captcha.template-4 .c-label label {
color: #8a9baa;
font-size: 0.9rem;
font-weight: 400;
}
.f12-captcha.template-4 .c-reload {
padding: 0;
}
.f12-captcha.template-4 .c-reload a, .f12-captcha.template-4 .c-reload button {
color: #8a9baa;
opacity: 0.7;
transition: opacity 0.2s;
}
.f12-captcha.template-4 .c-reload a:hover, .f12-captcha.template-4 .c-reload button:hover {
opacity: 1;
}
.f12-captcha.template-4 .c-audio .captcha-audio-btn {
color: #8a9baa;
background: transparent;
opacity: 0.7;
}
.f12-captcha.template-4 .c-audio .captcha-audio-btn:hover {
opacity: 1;
}
.f12-captcha.template-4 input.f12c {
display: block;
width: 100%;
background-color: rgba(255, 255, 255, 0.06);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 8px;
padding: 10px 14px;
font-size: 0.95rem;
color: #d0dbe4;
box-sizing: border-box;
}
.f12-captcha.template-4 input.f12c::placeholder {
color: rgba(255, 255, 255, 0.3);
}
.f12-captcha.template-4 input.f12c:focus {
outline: 2px solid rgba(100, 180, 220, 0.5);
outline-offset: 1px;
border-color: rgba(100, 180, 220, 0.3);
}    .f12-captcha.template-5 .c-header,
.f12-captcha.template-6 .c-header,
.f12-captcha.template-7 .c-header {
gap: 6px;
}
.f12-captcha.template-5 .c-reload,
.f12-captcha.template-6 .c-reload,
.f12-captcha.template-7 .c-reload {
padding: 0;
}
.f12-captcha.template-5 .c-reload a,
.f12-captcha.template-6 .c-reload a,
.f12-captcha.template-7 .c-reload a {
color: #9ca3af;
text-decoration: none;
transition: color 0.2s;
}
.f12-captcha.template-5 .c-reload a:hover,
.f12-captcha.template-6 .c-reload a:hover,
.f12-captcha.template-7 .c-reload a:hover {
color: #6b7280;
}
.f12-captcha.template-5 .c-reload a svg,
.f12-captcha.template-6 .c-reload a svg,
.f12-captcha.template-7 .c-reload a svg {
display: block;
}
.f12-captcha.template-5 .c-audio .captcha-audio-btn,
.f12-captcha.template-6 .c-audio .captcha-audio-btn,
.f12-captcha.template-7 .c-audio .captcha-audio-btn {
color: #9ca3af;
background: transparent;
border: none;
cursor: pointer;
padding: 0;
line-height: 0;
display: inline-flex;
align-items: center;
transition: color 0.2s;
}
.f12-captcha.template-5 .c-audio .captcha-audio-btn:hover,
.f12-captcha.template-6 .c-audio .captcha-audio-btn:hover,
.f12-captcha.template-7 .c-audio .captcha-audio-btn:hover {
color: #6b7280;
}   .f12-captcha.template-5 .c-header {
margin-bottom: 6px;
}
.f12-captcha.template-5 .c-data {
background-color: #f3f4f6;
border-radius: 4px;
padding: 4px 8px;
}
.f12-captcha.template-5 .c-label {
font-size: 0.75rem;
color: #6b7280;
}   .f12-captcha.template-6 {
background-color: #fff;
border: 1px solid #e5e7eb;
padding: 10px 15px 15px 15px;
position: relative;
border-radius: 6px;
}
.f12-captcha.template-6 .c-label {
font-size: 12px;
color: #9ca3af;
}
.f12-captcha.template-6 .c-data {
font-size: 1.05rem;
flex-shrink: 0;
display: inline-flex;
align-items: center;
}
.f12-captcha.template-6 .c-data img {
display: block;
width: auto;
height: auto;
max-width: 125px;
}
.f12-captcha.template-6 .c-input {
display: flex;
flex-flow: row nowrap;
align-items: center;
gap: 6px;
flex: 1;
min-width: 0;
}
.f12-captcha.template-6 .c-input > div:not(.c-data) {
display: flex;
flex-flow: row nowrap;
align-items: center;
gap: 6px;
flex: 1;
min-width: 0;
}
.f12-captcha.template-6 .c-header {
border: 1px solid #e5e7eb;
padding: 5px 10px;
display: flex;
flex-flow: row nowrap;
align-items: center;
gap: 6px;
width: 100%;
background-color: #fff;
border-radius: 6px;
}
.f12-captcha.template-6 .c-hint {
font-size: 11px;
color: #9ca3af;
line-height: 1;
white-space: nowrap;
flex-shrink: 0;
}
.f12-captcha.template-6 .c-reload {
padding: 0;
line-height: 0;
display: flex;
align-items: center;
}
.f12-captcha.template-6 .c-reload a {
line-height: 0;
display: inline-flex;
align-items: center;
}
.f12-captcha.template-6 .c-audio {
line-height: 0;
display: flex;
align-items: center;
}
.f12-captcha.template-6 input.f12c {
flex: 1;
min-width: 0;
border: 1px solid #e5e7eb;
border-radius: 4px;
background-color: #fff;
font-size: 1rem;
padding: 4px 8px;
height: 28px;
}
.f12-captcha.template-6 input.f12c:focus {
border-color: #9ca3af;
outline: 0;
}   .f12-captcha.template-7 .c-header {
margin-bottom: 6px;
}
.f12-captcha.template-7 .c-data {
background-color: #f9fafb;
border-radius: 4px;
padding: 4px 8px;
}
.f12-captcha.template-7 .c-label {
font-size: 0.75rem;
color: #6b7280;
}
.f12-captcha.template-7 .c-label label {
font-size: 0.75rem;
color: #6b7280;
}   .f12-captcha.template-8 {
background-color: #2b3a42;
border-radius: 12px;
padding: 20px;
position: relative;
}
.f12-captcha.template-8 .c-header {
display: flex;
flex-flow: row nowrap;
align-items: center;
gap: 10px;
margin-bottom: 12px;
}
.f12-captcha.template-8 .c-data {
background-color: #f0f0f0;
border-radius: 8px;
padding: 8px 14px;
display: inline-flex;
align-items: center;
min-height: 40px;
}
.f12-captcha.template-8 .c-data .captcha-calculation {
font-family: "Courier New", monospace;
font-size: 1.15rem;
font-weight: 600;
color: #1a1a1a;
letter-spacing: 2px;
}
.f12-captcha.template-8 .c-label label {
color: #c8d6de;
font-size: 0.9rem;
font-weight: 400;
}
.f12-captcha.template-8 .c-reload {
padding: 0;
}
.f12-captcha.template-8 .c-reload a {
color: #c8d6de;
opacity: 0.7;
text-decoration: none;
transition: opacity 0.2s;
}
.f12-captcha.template-8 .c-reload a:hover {
opacity: 1;
}
.f12-captcha.template-8 .c-reload a svg {
display: block;
}
.f12-captcha.template-8 .c-audio .captcha-audio-btn {
color: #c8d6de;
opacity: 0.7;
background: transparent;
border: none;
cursor: pointer;
padding: 0;
line-height: 0;
display: inline-flex;
align-items: center;
}
.f12-captcha.template-8 .c-audio .captcha-audio-btn:hover {
opacity: 1;
}
.f12-captcha.template-8 input.f12c {
display: block;
width: 100%;
background-color: #fff;
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 8px;
padding: 10px 14px;
font-size: 0.95rem;
color: #333;
box-sizing: border-box;
letter-spacing: 3px;
text-transform: uppercase;
}
.f12-captcha.template-8 input.f12c::placeholder {
color: #999;
text-transform: none;
letter-spacing: normal;
}
.f12-captcha.template-8 input.f12c:focus {
outline: 2px solid rgba(100, 180, 220, 0.6);
outline-offset: 1px;
border-color: transparent;
}   .f12-captcha.template-9 {
background: linear-gradient(145deg, #1e2d3a, #16232e);
border-radius: 12px;
padding: 20px;
position: relative;
}
.f12-captcha.template-9 .c-header {
display: flex;
flex-flow: row nowrap;
align-items: center;
gap: 10px;
margin-bottom: 12px;
}
.f12-captcha.template-9 .c-data {
border: 1px solid rgba(255, 255, 255, 0.15);
border-radius: 8px;
padding: 8px 14px;
display: inline-flex;
align-items: center;
background: rgba(255, 255, 255, 0.04);
min-height: 40px;
}
.f12-captcha.template-9 .c-data .captcha-calculation {
font-family: "Courier New", monospace;
font-size: 1.15rem;
font-weight: 600;
color: #e0e8ef;
letter-spacing: 2px;
}
.f12-captcha.template-9 .c-data .captcha-image img {
border-radius: 4px;
}
.f12-captcha.template-9 .c-label label {
color: #8a9baa;
font-size: 0.9rem;
font-weight: 400;
}
.f12-captcha.template-9 .c-reload {
padding: 0;
}
.f12-captcha.template-9 .c-reload a {
color: #8a9baa;
opacity: 0.7;
text-decoration: none;
transition: opacity 0.2s;
}
.f12-captcha.template-9 .c-reload a:hover {
opacity: 1;
}
.f12-captcha.template-9 .c-reload a svg {
display: block;
}
.f12-captcha.template-9 .c-audio .captcha-audio-btn {
color: #8a9baa;
background: transparent;
border: none;
opacity: 0.7;
cursor: pointer;
padding: 0;
line-height: 0;
display: inline-flex;
align-items: center;
}
.f12-captcha.template-9 .c-audio .captcha-audio-btn:hover {
opacity: 1;
}
.f12-captcha.template-9 input.f12c {
display: block;
width: 100%;
background-color: rgba(255, 255, 255, 0.06);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 8px;
padding: 10px 14px;
font-size: 0.95rem;
color: #d0dbe4;
box-sizing: border-box;
}
.f12-captcha.template-9 input.f12c::placeholder {
color: rgba(255, 255, 255, 0.3);
}
.f12-captcha.template-9 input.f12c:focus {
outline: 2px solid rgba(100, 180, 220, 0.5);
outline-offset: 1px;
border-color: rgba(100, 180, 220, 0.3);
}#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;font-size:13px;letter-spacing:0;line-height:20px;left:0;text-align:center;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice.cn-animated.cn-effect-none{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}#cookie-notice .cookie-notice-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container{display:none}#cookie-notice .cookie-revoke-container{display:block}#cookie-notice.cookie-revoke-hidden .cookie-revoke-container{display:none}.cn-position-top{top:0}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cookie-revoke-container{padding:15px 30px;width:100%;z-index:1}.cn-close-icon{position:absolute;right:15px;top:50%;margin:-10px 0 0 0;width:15px;height:15px;opacity:.5;padding:10px;border:none;outline:0;background:0 0;box-shadow:none;cursor:pointer}.cn-close-icon:focus,.cn-close-icon:focus-visible{outline:2px solid currentColor;outline-offset:3px}.cn-close-icon:hover{opacity:1}.cn-close-icon:after,.cn-close-icon:before{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:grey}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;display:inline-block}#cookie-notice .cn-button:not(.cn-button-custom){font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:400;font-size:13px;letter-spacing:.25px;line-height:20px;margin:0 0 0 10px;text-align:center;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:0;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:2rem;-moz-border-radius:2rem;border-radius:2rem;text-decoration:none;padding:8.5px 10px;line-height:1;color:inherit}.cn-text-container{margin:0 0 6px 0}.cn-buttons-container,.cn-text-container{display:inline-block}.cn-compliance-warning{display:block;color:#f5a623!important;font-size:12px;line-height:18px;margin:4px 0 8px 0}.cn-compliance-warning .cn-warning-icon{color:#f5a623!important;margin-right:4px}.cn-compliance-warning strong{color:#f5a623!important}.cn-compliance-warning a{color:#f5a623!important;text-decoration:underline}.cn-compliance-warning a:hover{color:#ffb84d!important}#cookie-notice.cookie-notice-visible.cn-effect-none,#cookie-notice.cookie-revoke-visible.cn-effect-none{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-none{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-fade{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-effect-slide{-webkit-animation-name:slideInUp;animation-name:slideInUp}#cookie-notice.cn-effect-slide{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide{-webkit-animation-name:slideInDown;animation-name:slideInDown}#cookie-notice.cn-position-top.cn-effect-slide{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-text{display:block}.cookie-notice-container #cn-notice-buttons{display:block}#cookie-notice .cn-button{margin:0 5px 5px 5px}}@media all and (max-width:480px){.cookie-notice-container,.cookie-revoke-container{padding:15px 25px}}.wp-caption-text,
.gallery-caption,
.bypostauthor {
}