.wpcf7-form-control-wrap {
display: block;
}
#captcha {
user-select: none;
background-color: #c0c0c0;
width: 150px;
height: 60px;
font-size: 30px;
font-weight: bold;
display: inline-block;
padding: 15px 4px;
text-align: center;
-webkit-text-stroke: 1px black;
color: white;
text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000,
-1px 1px 0 #000, 1px 1px 0 #000;
}
#arithmathic_refresh {
background-color: transparent;
padding: 0;
}
#arithmathic_refresh svg {
width: 18px;
height: 18px;
}
#userInput,
#rtn {
margin: 5px 0px;
}
#arithmetic_cal {
width: 100px;
height: 30px;
font-size: 20px;
display: inline-block;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.spin-rotate {
animation: spin 1s linear infinite;
}.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;
}.ehs-marker-wrap {
height: 0 !important;
min-height: 0 !important;
max-height: 0 !important;
padding: 0 !important;
margin: 0 !important;
border: 0 !important;
overflow: hidden !important;
line-height: 0 !important;
font-size: 0 !important;
} .ehs-space-holder {
position: relative;
width: 100%;
overflow: visible;
} .ehs-fixed-container {
overflow: hidden;
pointer-events: none;
padding-bottom: 48px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.ehs-fixed-container {
overflow: visible !important;
}
}
.ehs-inner-constrainer {
padding-bottom: 50px !important;
}
.ehs-fixed-container * {
pointer-events: auto;
} .ehs-horizontal-wrapper {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
height: 100%;
will-change: transform;
} .ehs-scroll-panel {
flex-shrink: 0;
overflow: hidden;
position: relative;
} .ehs-mode-fullscreen .ehs-scroll-panel {
display: flex;
flex-direction: column;
justify-content: center;
}
.ehs-mode-fullscreen .ehs-scroll-panel > .l-section-h {
margin: auto 0;
width: 100%;
} .ehs-mode-natural .ehs-scroll-panel {
height: auto;
min-height: 100%;
}
.ehs-mode-natural {
align-items: stretch;
} .ehs-scroll-panel {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.ehs-scroll-panel .l-section-h {
max-width: 100%;
} .ehs-scroll-panel.g-cols,
.ehs-scroll-panel.vc_inner {
padding-left: 0 !important;
padding-right: 0 !important;
} @media print {
.ehs-space-holder {
height: auto !important;
}
.ehs-fixed-container {
position: static !important;
height: auto !important;
overflow: visible !important;
}
.ehs-horizontal-wrapper {
flex-direction: column !important;
width: 100% !important;
transform: none !important;
will-change: auto;
}
.ehs-scroll-panel {
width: 100% !important;
height: auto !important;
page-break-inside: avoid;
}
} .ehs-progress-bar {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 9999;
background: #1a1a1a;
color: #d37900;
display: flex;
align-items: center;
padding: 10px 20px;
gap: 16px;
font-family: inherit;
font-size: 13px;
font-weight: 600;
opacity: 0;
visibility: hidden;
transform: translateY(100%);
transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
box-sizing: border-box;
pointer-events: none;
}
.ehs-progress-bar.ehs-progress-visible {
opacity: 1;
visibility: visible;
transform: translateY(0);
} .ehs-progress-track {
flex: 1;
height: 4px;
background: rgba(211, 121, 0, 0.25);
border-radius: 2px;
overflow: hidden;
position: relative;
} .ehs-progress-fill {
height: 100%;
background: #d37900;
border-radius: 2px;
width: 0%;
transition: width 0.1s linear;
} .ehs-progress-dots {
display: flex;
gap: 6px;
align-items: center;
}
.ehs-progress-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: rgba(211, 121, 0, 0.35);
transition: background 0.2s ease, transform 0.2s ease;
}
.ehs-progress-dot.ehs-dot-active {
background: #d37900;
transform: scale(1.3);
}
.ehs-progress-dot.ehs-dot-done {
background: rgba(211, 121, 0, 0.7);
} .ehs-progress-label {
white-space: nowrap;
font-variant-numeric: tabular-nums;
} .ehs-progress-bar:focus-visible {
outline: 3px solid #d37900;
outline-offset: -3px;
}
@media (prefers-reduced-motion: reduce) {
.ehs-progress-bar {
transition: none !important;
}
.ehs-progress-fill {
transition: none !important;
}
} .ehs-cta-button {
display: block;
width: 100%;
padding: 16px 24px;
background-color: #d37900;
color: #fff !important;
font-size: 16px;
font-weight: 700;
text-align: center;
text-decoration: none !important;
text-transform: uppercase;
letter-spacing: 0.05em;
border: none;
cursor: pointer;
z-index: 100;
box-sizing: border-box;
transition: background-color 0.2s ease, transform 0.2s ease;
}
.ehs-cta-button:hover,
.ehs-cta-button:focus-visible {
background-color: #b9571e;
transform: translateY(-1px);
}
.ehs-cta-button:focus-visible {
outline: 3px solid #e3a22b;
outline-offset: -3px;
}
.ehs-cta-button:active {
transform: translateY(0);
background-color: #8D420A;
} .ehs-cta-button--sticky {
position: fixed;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.2s ease;
}
.ehs-cta-button--sticky.ehs-cta-visible {
opacity: 1;
visibility: visible;
} @media (max-width: 767px) {
.ehs-scroll-panel,
.ehs-inner-panel {
overflow: visible !important;
height: auto !important;
min-height: 100% !important;
}
.ehs-inner-constrainer {
min-height: auto !important;
}
.ehs-progress-bar {
pointer-events: none;
}
.ehs-progress-bar a,
.ehs-progress-bar button {
pointer-events: auto;
}
.ehs-cta-button--sticky {
position: static !important;
opacity: 1 !important;
visibility: visible !important;
}
} @media (prefers-reduced-motion: reduce) {
.ehs-horizontal-wrapper {
transition: none !important;
}
.ehs-cta-button {
transition: none !important;
}
}.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}body{--sr-7-css-loaded:1}.wp-block-themepunch-revslider{position:relative}.wp-block-themepunch-revslider.revslider{margin:0}canvas.sr7-pbar{z-index:500;position:absolute;pointer-events:none}sr7-module{display:block;position:relative;overflow-x:visible;-webkit-tap-highlight-color:transparent}sr7-adjuster{position:relative;display:block;width:100%}sr7-content{position:absolute;top:0;height:100%;contain:size layout style;z-index:1;overflow-x:visible}sr7-carousel{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}sr7-slide{position:absolute;width:100%;height:100%;contain:strict;top:0;left:0;z-index:1;visibility:hidden;pointer-events:none}.sr7-overflow-force sr7-slide,sr7-carousel sr7-slide{contain:layout style}sr7-module-bg{top:0;z-index:0;position:absolute}sr7-3dwrap{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}sr7-overlay{display:block;width:100%;height:100%;top:0;left:0;position:absolute;z-index:3;background-repeat:repeat}sr7-btn,sr7-col,sr7-content .sr7-layer,sr7-grp,sr7-img,sr7-layer,sr7-linebrk,sr7-row,sr7-shp,sr7-svg,sr7-txt,sr7-zone{user-select:none;visibility:hidden;display:none;box-sizing:border-box;backface-visibility:hidden}sr7-col-bg.sr7-img-col-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.sr7-layer[data-subtype=slidebg],sr7bg{pointer-events:none}sr7-content .sr7-layer.sr7-withclip,sr7-content .sr7-layer.sr7-withclip .sr7-layer{backface-visibility:visible}sr7-grp.sr7-clear:after{content:"";clear:both;display:block;height:0}sr7-zone{pointer-events:none}sr7-row.sr7-layer.sr7-galign{box-sizing:border-box}.sr7-layer[data-type=svg]>svg,sr7-layer[data-type=svg]>svg{width:100%;height:100%}sr7-row-con{table-layout:fixed;font-size:0;display:block}sr7-module .sr7-layer,sr7-module sr7-layer{-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;font-display:swap}sr7-slide.sr7-staticslide-low{z-index:0!important}sr7-slide.sr7-staticslide-high{z-index:105!important}@-moz-document url-prefix(){sr7-slide.sr7-staticslide{transform:scale(1)}}sr7-slide a{transition:none}sr7-module.sr7-top-fixed{width:100%;height:auto!important;backface-visibility:hidden}sr7-module.sr7-top-fixed sr7-adjuster{height:auto!important}sr7-module.sr7-top-fixed sr7-content,sr7-module.sr7-top-fixed sr7-content .sr7-layer:not(.sr7-ignore-pe) *{pointer-events:none}sr7-prl{top:50%;left:50%;z-index:10000;position:absolute}sr7-prl.off{display:none!important}sr7-prl.sr7-fade-in{animation:tp-fade-in 1s linear}.sr-force-hidden{display:none!important}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes tp-fade-in{0%{opacity:0}20%{opacity:0}100%{opacity:100}}@keyframes tp-rotate{100%{transform:rotate(360deg)}}sr7-fonttest{width:auto;display:inline-block;white-space:nowrap;font-size:12px;color:#000}sr7-fonttest-wrap{position:absolute;contain:strict;top:-1500px;left:-1500px;width:1500px;height:1000px;pointer-events:none;opacity:0}.fn-wrap{display:flex;position:fixed;width:100px;height:50px;z-index:100;background-color:rgba(66,66,66,.2);justify-content:space-around;align-items:center;bottom:0;left:50%;transform:translateX(-50%)}.fn-left,.fn-right{display:flex;width:40px;height:40px;justify-content:center;align-items:center;background-color:gray;color:#fff;font-weight:700;font-size:20px;cursor:pointer}.sr7-layer .materical-icons,sr7-module .material-icons,sr7-txt .material-icons{font-size:inherit;vertical-align:top;line-height:inherit}#sr-announcer{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root {
--sb-transition: all 0.3s ease;
} @media (min-width: 768px) {
.side-buttons-wrapper {
background: none !important;
}
.side-buttons-container {
position: fixed;
right: 0;
top: 50%;
transform: translateY(-50%);
z-index: 9999;
display: flex;
flex-direction: column;
gap: 0;
}
.side-button {
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
padding: 0;
width: var(--sb-button-size, 60px);
height: var(--sb-button-size, 60px);
min-width: var(--sb-button-size, 60px);
overflow: visible;
transition: var(--sb-transition);
border: none;
border-radius: 0;
cursor: pointer;
white-space: nowrap;
box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
position: relative;
}
.side-buttons-container:hover .side-button {
width: 350px;
justify-content: flex-start;
overflow: hidden;
}
.side-button-icon {
display: flex;
align-items: center;
justify-content: center;
width: var(--sb-button-size, 60px);
height: 30px;
flex-shrink: 0;
transition: all 0.3s ease;
position: absolute;
left: 0;
}
.side-buttons-container:hover .side-button-icon {
width: 30px;
position: relative;
margin-left: 15px;
margin-right: 15px;
}
.side-button-icon svg,
.side-button-icon img {
width: 24px;
height: 24px;
color: inherit;
}
.side-button-icon i {
font-size: 22px;
color: inherit;
}
.side-button-label {
font-size: 16px;
font-weight: 400;
text-transform: none;
letter-spacing: 0.3px;
opacity: 0;
transform: translateX(-20px);
transition: var(--sb-transition);
white-space: nowrap;
}
.side-buttons-container:hover .side-button-label {
opacity: 1;
transform: translateX(0);
}
.side-buttons-container.rounded-corners .side-button:first-child {
border-top-left-radius: 8px;
}
.side-buttons-container.rounded-corners .side-button:last-child {
border-bottom-left-radius: 8px;
}
} @media (max-width: 767px) {
.side-buttons-wrapper {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 9999;
box-sizing: border-box;
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
padding-bottom: env(safe-area-inset-bottom, 0px);
}
.side-buttons-container {
position: relative;
display: flex;
flex-direction: row;
gap: 0;
box-sizing: border-box;
}
.side-button {
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
padding: 0;
flex: 1;
height: var(--sb-mobile-bar-height, 50px);
min-height: var(--sb-mobile-bar-height, 50px);
transition: var(--sb-transition);
border: none;
cursor: pointer;
}
.side-button:active {
transform: scale(0.95);
}
.side-button-icon {
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
margin-right: 0;
}
.side-button-icon svg,
.side-button-icon img {
width: 26px;
height: 26px;
min-width: 26px;
min-height: 26px;
color: inherit;
}
.side-button-icon i {
font-size: 22px;
color: inherit;
}
.side-button-label {
display: none;
}
.side-button:not(:last-child) {
border-right: 1px solid rgba(255, 255, 255, 0.3);
}
} @media (min-width: 768px) {
.side-buttons-container:hover .side-button {
box-shadow: -4px 0 20px rgba(0, 0, 0, 0.2);
}
.side-button:hover {
box-shadow: -6px 0 25px rgba(0, 0, 0, 0.3);
}
}
.side-button:focus {
outline: none;
}
html {
scroll-behavior: smooth;
}
@media print {
.side-buttons-container {
display: none !important;
}
}
@media (prefers-reduced-motion: reduce) {
.side-button,
.side-button-label {
transition: none !important;
}
}