@charset "UTF-8";
.acoda-counter,.acoda-counter-inner,.acoda-counter-wrap.left .acoda-counter,.acoda-counter-wrap.right .acoda-counter{display:inline-block}.acoda-counter{line-height:1}.acoda-counter-wrap{position:relative;text-align:center}.acoda-counter-wrap.left{text-align:left}.acoda-counter-wrap.right{text-align:right}.acoda-counter-wrap .format{margin-bottom:0;word-wrap:break-word}.acoda-counter-inner{text-align:left}.acoda-counter-wrap.center .acoda-counter-inner{text-align:center}@media only screen and (min-width:64.063em){.acoda-counter-wrap.medium .format>span{font-size:120%}.acoda-counter-wrap.large .format>span{font-size:140%}.acoda-counter-wrap.larger .format>span{font-size:180%}.acoda-counter-wrap.xlarge .format>span{font-size:220%}.acoda-counter-wrap.supersize .format>span{font-size:280%}}.acoda-gigatools-wrap {
position:relative;
text-align:center;	 
}
.acoda-gigatools-wrap .acoda-gigatools-item {
margin-bottom:1.875rem;
}
.acoda-gigatools-wrap.left {
text-align:left;
}
.acoda-gigatools-wrap.right {
text-align:right;
}
.acoda-gigatools-wrap .date,
.acoda-gigatools-wrap .format {
margin-bottom:0.9375rem;
word-wrap:break-word;
}
.acoda-gigatools-wrap .date {
display:inline-block;
}
.acoda-gigatools-inner {
display:inline-block;
text-align:left;
}
.acoda-gigatools-wrap.center .acoda-gigatools-inner {text-align:center;}
.acoda-gigatools-wrap .highlight {
display: inline;
padding: .15em;
padding-left: 0;
padding-right: 0;
margin:0;
line-height:1.6;
}.acoda-writer .element .word span.show {
-webkit-animation: animate3dIn ease-out 0.35s;	
-moz-animation: animate3dIn ease-out 0.35s;	
animation: animate3dIn ease-out 0.35s;	
-webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards;   
}
.acoda-writer .element .word span.hide {
-webkit-animation: animate3dOut ease-out 0.35s;
-moz-animation: animate3dOut ease-out 0.35s;
animation: animate3dOut ease-out 0.35s;
}
.acoda-writer.typing .element .word span.show {
-webkit-animation: animateTypeIn ease-in 0.02s;	
-moz-animation: animateTypeIn ease-in 0.02s;	
animation: animateTypeIn ease-in 0.02s;
-webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards;   
-webkit-animation-delay: 0.2s; animation-delay: 0.2s;  
}
.non_CSS3 .acoda-writer .element .word span.show { opacity:1; }
.acoda-writer.typing .element .word span.hide {
-webkit-animation: animateTypeOut ease-in 0.1s;
-moz-animation: animateTypeOut ease-in 0.1s;
animation: animateTypeOut ease-in 0.1s;
}
.acoda-writer .element .word {
position:relative;
display:inline-block;	
white-space:nowrap;
}
.acoda-writer .element {
opacity:0;
left:0;
position:absolute; 
text-align:center;
transform: translateZ(0px);
-webkit-transition: opacity 300ms ease-out;  
-moz-transition: opacity 300ms ease-out;  
-ms-transition: opacity 300ms ease-out;  
transition: opacity 300ms ease-out;   
-webkit-backface-visibility:hidden;
backface-visibility: hidden; 
}
.compose-mode .acoda-writer-wrap.center .acoda-writer-inner,
.compose-mode .acoda-writer-wrap.center .acoda-writer {text-align:center;width:100% !important;}
.acoda-writer-wrap.lead-text .acoda-writer .element {
text-align:left;
}
.acoda-writer .element.visible {
opacity:1; 
}
.acoda-writer .element.block {
width: 100%;
}
.acoda-writer .element .word span {
opacity:0;
animation-iteration-count: 1;
transform-origin: 90% 50%; 
-webkit-animation-iteration-count:1;
-webkit-transform-origin: 90% 50%;
display:inline-block;
position:relative; 
}
.acoda-writer {   
-webkit-perspective: 500px; perspective: 500px;
display: inline-block;
position:relative;
width:100%;
}
.acoda-writer-wrap .lead-text {  
margin-right:0.25em;
display: inline-block;
}
.acoda-writer-wrap {
position:relative;
text-align:center;	 
}
.acoda-writer-wrap.left,
.acoda-writer-wrap.left .acoda-writer .element {
text-align:left;
}
.acoda-writer-wrap.right,
.acoda-writer-wrap.right .acoda-writer .element {
text-align:right;
}
.acoda-writer-wrap .format {margin-bottom:0;word-wrap:break-word;}
.acoda-writer-wrap .format.normal-weight {font-weight:normal;}
.acoda-writer-wrap .format.bold-weight {font-weight:bold;}
.acoda-writer-wrap .format.lighter-weight {font-weight:lighter;}
.acoda-writer-inner {
text-align:left;
}
.acoda-writer-wrap.lead-text.center .acoda-writer .element,
.acoda-writer-wrap.center .acoda-writer-inner {text-align:center;}
.acoda-writer-wrap.center .acoda-writer {display:block;width:100% !important;}
.acoda-writer,
.acoda-writer-wrap .acoda-writer-inner {max-width:100%;}
@-webkit-keyframes animate3dIn {
0% {
opacity:0;
-webkit-transform:  rotateX(90deg) translateZ( 20px );
}
100% {
opacity:1;
-webkit-transform:  rotateX(0deg) translateZ( 20px );
}
}
@-webkit-keyframes animate3dOut {
0% {
opacity:1;
-webkit-transform:  rotateX(0deg) translateZ( 20px );
}
100% {
opacity:0;
-webkit-transform:  rotateX(-90deg) translateZ( 20px );
}
}
@-webkit-keyframes animateTypeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-webkit-keyframes animateTypeOut {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
@-moz-keyframes animate3dIn {
0% {
opacity:0;
-moz-transform:  rotateX(90deg) translateZ( 20px );
}
100% {
opacity:1;
-moz-transform:  rotateX(0deg) translateZ( 20px );
}
}
@-moz-keyframes animate3dOut {
0% {
opacity:1;
-moz-transform:  rotateX(0deg) translateZ( 20px );
}
100% {
opacity:0;
-moz-transform:  rotateX(-90deg) translateZ( 20px );
}
}
@-moz-keyframes animateTypeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-moz-keyframes animateTypeOut {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
@keyframes animate3dIn {
0% {
opacity:0;
transform:  rotateX(90deg) translateZ( 20px );
}
100% {
opacity:1;
transform:  rotateX(0deg) translateZ( 20px );
}
}
@keyframes animate3dOut {
0% {
opacity:1;
transform:  rotateX(0deg) translateZ( 20px );
}
100% {
opacity:0;
transform:  rotateX(-90deg) translateZ( 20px );
}
}
@keyframes animateTypeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@keyframes animateTypeOut {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
@media only screen and (min-width: 64.063em) {
.acoda-writer-wrap.medium .format > span {
font-size:120%;
}
.acoda-writer-wrap.large .format > span {
font-size:140%;
}
.acoda-writer-wrap.larger .format > span {
font-size:180%;
}
.acoda-writer-wrap.xlarge .format > span {
font-size:220%;
}
.acoda-writer-wrap.supersize .format > span {
font-size:280%;
}	
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.h5ap_search_template {
width: 800px;
max-width: 100%;
margin: 0 auto;
}
.h5ap_search_template h1 {
margin: 30px auto;
}
.h5ap_search_template .plyr {
height: auto;
margin-bottom: 50px;
} #h5ap_search_form {
position: relative;
max-width: 100%;
margin: 0;
padding: 0;
}
#h5ap_search_form input {
width: 100%;
padding: 5px 15px;
border: 1px solid #ddd;
border-radius: 5px;
}
#h5ap_search_form button {
position: absolute;
right: 0;
top: 50%;
border: 0;
transform: translate(0%, -50%);
padding: 0;
height: 100%;
width: 50px;
background: transparent;
line-height: 0;
}
#h5ap_search_form button svg {
fill: #333;
height: 25px;
width: 25px;
}