.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;
}.egoi-bar{
display: flex;
justify-content: center;
justify-items: center;
align-items: center;
height: 50px;
bottom: 0;
position: fixed;
padding: 10px;
box-shadow: 1px 1px 1px #666;
width: 100%;
line-height: 25px;
z-index: 999999;
}
.egoi-bar form, .egoi-bar input{
padding: 0;
}
@media screen and (max-width: 768px) and (min-width: 446px) { }
@media screen and (max-width: 446px) {
.egoi-label{
display: none !important;
}
}
.egoi-bar-error, .egoi-bar-success{
color: #fff;
font-size: 16px;
height: 30px;
}
.close-bar {
display: inline-block;
float: right;
margin-right: 12px;
cursor: pointer;
z-index: 200;
clear: both;
}
.egoi-close{
position: relative;
z-index: 500;
width: 100%;
height: 10px;
}
#span-bar{
opacity: 0 !important;
display: block;
width: 100%;
height: 100%;
cursor: pointer;
}
.egoi-email{
max-width: 250px !important;
box-sizing: border-box !important;
line-height: initial !important;
display: inline-block !important;
width: 100% !important;
height: 30px !important;
padding: 5px !important;
margin: 6px !important;
float: none !important;
}
.egoi-email::placeholder{
max-width: 250px;
}
.egoi-label{
font-size: 18px;
padding: 5px;
}
.loader{
text-align:center;
margin-top: 10px;
}
.widget-text{
padding-bottom: 10px;
}
.egoi-action, .egoi-close-action{
position:fixed;
right:10px;
top:0;
text-align:center;
height:30px;
width:30px;
border-radius:0 0 2px 2px;
z-index:999999;
cursor:pointer;
color:#fff;
transition:.5s;
}
.egoi-action-error, .egoi-action-success{
display: flex;
justify-content: center;
align-items: center;
position: absolute;
right: 10px;
color: #fff;
cursor: pointer;
transition: .5s;
}
.egoi-widget-error{
background: #d9534f;
color: #fff;
text-align: -webkit-center;
text-align: -moz-center;
font-size: 16px;
border-radius: 3px;
height: auto;
line-height: 26px;
border: #900 solid 1px;
margin-top: 10px;
}
.egoi-widget-success{
background: #5cb85c;
color: #fff;
text-align: -webkit-center;
text-align: -moz-center;
font-size: 16px;
border-radius: 3px;
height: auto;
line-height: 26px;
border: #066 solid 1px;
margin-top: 10px;
}
.egoi-action-error:before{
font-size:26px;
line-height:20px;
font-family:"dashicons";
content:"\f153";
}
.egoi-action-success:before{
font-size:26px;
line-height:20px;
font-family:"dashicons";
content:"\f147";
}
.egoi-bottom-action,.egoi-close-bottom-action{
position:fixed;
right:10px;
bottom:0;
text-align:center;
height:30px;
width:30px;
border-radius:0 0 2px 2px;
z-index:9999999;
cursor:pointer;
color:#fff;
transition:.5s;
}
.egoi-open-action:before, .egoi-bottom-open-action:before{
font-size:18px;
line-height:30px;
font-family:"dashicons";
content:"\f347";
}
.egoi-close-action:before, .egoi-bottom-close-action:before{
font-size:18px;
line-height:30px;
font-family:"dashicons";
content:"\f347";
}
.egoi-open-action .egoi-action, .egoi-open-action .egoi-close-action{
top:5px;
border-radius:50%;
background:transparent !important;
}
.egoi-bottom-open-action .egoi-bottom-action, .egoi-bottom-open-action .egoi-bottom-close-action{
bottom:5px;
border-radius:50%;
background:transparent !important;
}
.egoi-open-action .egoi-action:before, .egoi-bottom-action:before, .egoi-bottom-open-action, .egoi-open-action .egoi-close-action:before{
font-size:18px;
line-height:30px;
font-family:"dashicons";
content:'\f347';
}
.egoi-close-action:before, .egoi-bottom-close-action:before{
font-size:18px;
line-height:30px;
font-family:"dashicons";
content:"\f343" !important;
}
.loader_btn_egoi{
}
.external_content_egoi{
border: 1px solid #ddd;
margin-top: 20px;
}
.egoi_elementor_form_row{
display: flex;
flex-direction: row;
align-items: flex-end;
}
.egoi_elementor_form_column{
display: flex;
flex-direction: column;
}
.egoi_elementor_form_field_row{
display: flex;
flex-direction: row;
align-items: center;
}
.egoi_elementor_form_field_row > label{
margin-right: 0.7em;
}
.egoi_elementor_form_field_column{
display: flex;
flex-direction: column;
}
.egoi_elementor_button_start{
display: flex;
justify-content: flex-start;
}
.egoi_elementor_button_full_width > button{
width: 100%;
}
.egoi_elementor_button_center{
display: flex;
justify-content: center;
}
.egoi_elementor_button_end{
display: flex;
justify-content: flex-end;
}
.egoi_elementor_form_field{
flex-grow: 4;
}
.egoi_elementor_entry_wrapper, .egoi_simple_form_tof_wrapper{
margin: 0.7em;
}
.egoi_simple_form_tof_wrapper{
display: flex;
align-items: center;
}
.egoi_simple_form_tof_wrapper > input{
margin-right: 0.3em;
}.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0!important}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:2147483646}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;margin-bottom:.4em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap;text-decoration:none}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-first-highlight .cc-btn:last-child{background-color:transparent;border-color:transparent}.cc-first-highlight .cc-btn:last-child:focus,.cc-first-highlight .cc-btn:last-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.2em;right:.4em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close.cc-closeXcustomText{text-decoration:underline;font-size:1.1em;top:.5em;right:.6em}.cc-window.cc-banner.cc-addedcloseX{padding:2em 1.8em}.cc-close:focus,.cc-close:hover{opacity:1}div.cc-blockingScreen{opacity:.5;background:#000;width:100%;height:100%;z-index:2147483630;top:0;left:0;position:fixed}span.cc-visually-hidden{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-allswitches.cc-floating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}.cc-switch-element{margin-bottom:.3em}.cc-switch{position:relative;display:inline-block;width:2.3em;height:1.4em;margin:0 .3em 0 0;vertical-align:middle}.cc-switch-label{margin-right:.6em}.cc-switch input{opacity:0;width:0;height:0;display:none}.cc-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.cc-slider:before{position:absolute;content:"";height:1em;width:1em;left:.2em;bottom:.2em;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:checked+.cc-slider{background-color:#a0db8e}input:focus+.cc-slider{-webkit-box-shadow:0 0 1px #a0db8e;box-shadow:0 0 1px #a0db8e}input:checked+.cc-slider:before{-webkit-transform:translateX(.9em);transform:translateX(.9em)}.cc-slider.disabled:before{opacity:45%}.cc-slider.classic{border-radius:.6em}.cc-slider.classic:before{border-radius:50%}.cc-popovercenter{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);min-width:380px;z-index:2147483645}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-popovercenter{top:50%!important;left:50%!important;min-width:calc(100%)!important}}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-highlight .cc-btn:last-child{min-width:140px}.cc-theme-classic .cc-highlight .cc-btn:first-child{min-width:0}.cc-theme-classic .cc-first-highlight .cc-btn:last-child{min-width:0}.cc-theme-classic .cc-first-highlight .cc-btn:first-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");       *,
::before,
::after {
box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; }
::before,
::after {
--tw-content: '';
} html,
:host {
line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; -o-tab-size: 4;
tab-size: 4; font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-feature-settings: normal; font-variation-settings: normal; -webkit-tap-highlight-color: transparent; } body {
margin: 0; line-height: inherit; } hr {
height: 0; color: inherit; border-top-width: 1px; } abbr:where([title]) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
} h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
} a {
color: inherit;
text-decoration: inherit;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-feature-settings: normal; font-variation-settings: normal; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
} table {
text-indent: 0; border-color: inherit; border-collapse: collapse; } button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; } button,
select {
text-transform: none;
} button,
[type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button; background-color: transparent; background-image: none; } :-moz-focusring {
outline: auto;
} :-moz-ui-invalid {
box-shadow: none;
} progress {
vertical-align: baseline;
} ::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
} [type='search'] {
-webkit-appearance: textfield; outline-offset: -2px; } ::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; } summary {
display: list-item;
} blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
margin: 0;
}
fieldset {
margin: 0;
padding: 0;
}
legend {
padding: 0;
}
ol,
ul,
menu {
list-style: none;
margin: 0;
padding: 0;
} dialog {
padding: 0;
} textarea {
resize: vertical;
} input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1; color: #9ca3af; }
input::placeholder,
textarea::placeholder {
opacity: 1; color: #9ca3af; } button,
[role="button"] {
cursor: pointer;
} :disabled {
cursor: default;
} img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block; vertical-align: middle; } img,
video {
max-width: 100%;
height: auto;
} [hidden] {
display: none;
}
*, ::before, ::after{
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x:  ;
--tw-pan-y:  ;
--tw-pinch-zoom:  ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position:  ;
--tw-gradient-via-position:  ;
--tw-gradient-to-position:  ;
--tw-ordinal:  ;
--tw-slashed-zero:  ;
--tw-numeric-figure:  ;
--tw-numeric-spacing:  ;
--tw-numeric-fraction:  ;
--tw-ring-inset:  ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur:  ;
--tw-brightness:  ;
--tw-contrast:  ;
--tw-grayscale:  ;
--tw-hue-rotate:  ;
--tw-invert:  ;
--tw-saturate:  ;
--tw-sepia:  ;
--tw-drop-shadow:  ;
--tw-backdrop-blur:  ;
--tw-backdrop-brightness:  ;
--tw-backdrop-contrast:  ;
--tw-backdrop-grayscale:  ;
--tw-backdrop-hue-rotate:  ;
--tw-backdrop-invert:  ;
--tw-backdrop-opacity:  ;
--tw-backdrop-saturate:  ;
--tw-backdrop-sepia:  ;
}
::backdrop{
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x:  ;
--tw-pan-y:  ;
--tw-pinch-zoom:  ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position:  ;
--tw-gradient-via-position:  ;
--tw-gradient-to-position:  ;
--tw-ordinal:  ;
--tw-slashed-zero:  ;
--tw-numeric-figure:  ;
--tw-numeric-spacing:  ;
--tw-numeric-fraction:  ;
--tw-ring-inset:  ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur:  ;
--tw-brightness:  ;
--tw-contrast:  ;
--tw-grayscale:  ;
--tw-hue-rotate:  ;
--tw-invert:  ;
--tw-saturate:  ;
--tw-sepia:  ;
--tw-drop-shadow:  ;
--tw-backdrop-blur:  ;
--tw-backdrop-brightness:  ;
--tw-backdrop-contrast:  ;
--tw-backdrop-grayscale:  ;
--tw-backdrop-hue-rotate:  ;
--tw-backdrop-invert:  ;
--tw-backdrop-opacity:  ;
--tw-backdrop-saturate:  ;
--tw-backdrop-sepia:  ;
}  body{
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
font-family: Roboto, sans-serif;
color: rgb(64 64 64 / var(--tw-text-opacity));
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
} .container{
width: 100%;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 600px){
.container{
max-width: 600px;
}
}
@media (min-width: 728px){
.container{
max-width: 728px;
}
}
@media (min-width: 984px){
.container{
max-width: 984px;
}
}
@media (min-width: 1150px){
.container{
max-width: 1150px;
}
}
@media (min-width: 1300px){
.container{
max-width: 1300px;
}
}
.prose{
color: var(--tw-prose-body);
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 1.25em;
margin-bottom: 1.25em;
}
.prose :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-lead);
font-size: 1.25em;
line-height: 1.6;
margin-top: 1.2em;
margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-links);
text-decoration: underline;
font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-bold);
font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
list-style-type: decimal;
margin-top: 1.25em;
margin-bottom: 1.25em;
padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
list-style-type: disc;
margin-top: 1.25em;
margin-bottom: 1.25em;
padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
font-weight: 400;
color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-headings);
font-weight: 600;
margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
border-color: var(--tw-prose-hr);
border-top-width: 1px;
margin-top: 3em;
margin-bottom: 3em;
border-bottom: none;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
font-weight: 500;
font-style: italic;
color: var(--tw-prose-quotes);
border-left-width: 0.25rem;
border-left-color: var(--tw-prose-quote-borders);
quotes: "\201C""\201D""\2018""\2019";
margin-top: 1.6em;
margin-bottom: 1.6em;
padding-left: 1em;
border-left-style: solid;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-headings);
font-weight: 800;
font-size: 2.25em;
margin-top: 0;
margin-bottom: 0.8888889em;
line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
font-weight: 900;
color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-headings);
font-weight: 700;
font-size: 1.5em;
margin-top: 2em;
margin-bottom: 1em;
line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
font-weight: 800;
color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-headings);
font-weight: 600;
font-size: 1.25em;
margin-top: 1.6em;
margin-bottom: 0.6em;
line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
font-weight: 700;
color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-headings);
font-weight: 600;
margin-top: 1.5em;
margin-bottom: 0.5em;
line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
font-weight: 700;
color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 2em;
margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
display: block;
margin-top: 2em;
margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
font-weight: 500;
font-family: inherit;
color: var(--tw-prose-kbd);
box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
font-size: 0.875em;
border-radius: 0.3125rem;
padding-top: 0.1875em;
padding-right: 0.375em;
padding-bottom: 0.1875em;
padding-left: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-code);
font-weight: 600;
font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: inherit;
font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: inherit;
font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-pre-code);
background-color: var(--tw-prose-pre-bg);
overflow-x: auto;
font-weight: 400;
font-size: 0.875em;
line-height: 1.7142857;
margin-top: 1.7142857em;
margin-bottom: 1.7142857em;
border-radius: 0.375rem;
padding-top: 0.8571429em;
padding-right: 1.1428571em;
padding-bottom: 0.8571429em;
padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
background-color: transparent;
border-width: 0;
border-radius: 0;
padding: 0;
font-weight: inherit;
color: inherit;
font-size: inherit;
font-family: inherit;
line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
width: 100%;
table-layout: auto;
text-align: left;
margin-top: 2em;
margin-bottom: 2em;
font-size: 0.875em;
line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
border-bottom-width: 1px;
border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-headings);
font-weight: 600;
vertical-align: bottom;
padding-right: 0.5714286em;
padding-bottom: 0.5714286em;
padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
border-bottom-width: 1px;
border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
border-top-width: 1px;
border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0;
margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-captions);
font-size: 0.875em;
line-height: 1.4285714;
margin-top: 0.8571429em;
}
.prose{
--tw-prose-body: #374151;
--tw-prose-headings: #111827;
--tw-prose-lead: #4b5563;
--tw-prose-links: #111827;
--tw-prose-bold: #111827;
--tw-prose-counters: #6b7280;
--tw-prose-bullets: #d1d5db;
--tw-prose-hr: #e5e7eb;
--tw-prose-quotes: #111827;
--tw-prose-quote-borders: #e5e7eb;
--tw-prose-captions: #6b7280;
--tw-prose-kbd: #111827;
--tw-prose-kbd-shadows: 17 24 39;
--tw-prose-code: #111827;
--tw-prose-pre-code: #e5e7eb;
--tw-prose-pre-bg: #1f2937;
--tw-prose-th-borders: #d1d5db;
--tw-prose-td-borders: #e5e7eb;
--tw-prose-invert-body: #d1d5db;
--tw-prose-invert-headings: #fff;
--tw-prose-invert-lead: #9ca3af;
--tw-prose-invert-links: #fff;
--tw-prose-invert-bold: #fff;
--tw-prose-invert-counters: #9ca3af;
--tw-prose-invert-bullets: #4b5563;
--tw-prose-invert-hr: #374151;
--tw-prose-invert-quotes: #f3f4f6;
--tw-prose-invert-quote-borders: #374151;
--tw-prose-invert-captions: #9ca3af;
--tw-prose-invert-kbd: #fff;
--tw-prose-invert-kbd-shadows: 255 255 255;
--tw-prose-invert-code: #fff;
--tw-prose-invert-pre-code: #d1d5db;
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
--tw-prose-invert-th-borders: #4b5563;
--tw-prose-invert-td-borders: #374151;
font-size: 1rem;
line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0;
margin-bottom: 0;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 2em;
margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0.75em;
margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0.75em;
margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 1.25em;
margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0.5em;
padding-left: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
padding-top: 0.5714286em;
padding-right: 0.5714286em;
padding-bottom: 0.5714286em;
padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
padding-right: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 2em;
margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-bottom: 0;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-body);
font-style: normal;
font-weight: 400;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
content: "\2014";
}
.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)){
table-layout: fixed;
width: 100%;
}
.prose-neutral{
--tw-prose-body: #404040;
--tw-prose-headings: #171717;
--tw-prose-lead: #525252;
--tw-prose-links: #171717;
--tw-prose-bold: #171717;
--tw-prose-counters: #737373;
--tw-prose-bullets: #d4d4d4;
--tw-prose-hr: #e5e5e5;
--tw-prose-quotes: #171717;
--tw-prose-quote-borders: #e5e5e5;
--tw-prose-captions: #737373;
--tw-prose-kbd: #171717;
--tw-prose-kbd-shadows: 23 23 23;
--tw-prose-code: #171717;
--tw-prose-pre-code: #e5e5e5;
--tw-prose-pre-bg: #262626;
--tw-prose-th-borders: #d4d4d4;
--tw-prose-td-borders: #e5e5e5;
--tw-prose-invert-body: #d4d4d4;
--tw-prose-invert-headings: #fff;
--tw-prose-invert-lead: #a3a3a3;
--tw-prose-invert-links: #fff;
--tw-prose-invert-bold: #fff;
--tw-prose-invert-counters: #a3a3a3;
--tw-prose-invert-bullets: #525252;
--tw-prose-invert-hr: #404040;
--tw-prose-invert-quotes: #f5f5f5;
--tw-prose-invert-quote-borders: #404040;
--tw-prose-invert-captions: #a3a3a3;
--tw-prose-invert-kbd: #fff;
--tw-prose-invert-kbd-shadows: 255 255 255;
--tw-prose-invert-code: #fff;
--tw-prose-invert-pre-code: #d4d4d4;
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
--tw-prose-invert-th-borders: #525252;
--tw-prose-invert-td-borders: #404040;
}  .page-title,
.entry-title{
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5rem;
max-width: 40rem;
font-size: 1.875rem;
line-height: 2.25rem;
font-weight: 800;
--tw-text-opacity: 1;
color: rgb(23 23 23 / var(--tw-text-opacity));
} .menu li {
display: block;
}
.menu li:not(.menu-item-has-children) a {
display: block;
}
.menu .menu-item-has-children {
position: relative;
}
@media (min-width: 1025px) {
.menu .menu-item-has-children ul.sub-menu{
pointer-events: none;
position: absolute;
left: 0px;
z-index: 50;
min-width: 250px;
--tw-translate-y: 1.25rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
border-bottom-width: 1px;
--tw-border-opacity: 1;
border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
padding-left: 1rem;
padding-right: 1rem;
padding-top: 1.5rem;
padding-bottom: 1rem;
opacity: 0;
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
transition-property: all;
transition-duration: 200ms;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.menu .menu-item-has-children ul.sub-menu li{
width: 100%;
padding-left: 1rem;
padding-right: 1rem;
}
.menu .menu-item-has-children ul.sub-menu li:not(:last-child){
border-bottom-width: 1px;
--tw-border-opacity: 1;
border-color: rgb(233 76 38 / var(--tw-border-opacity));
padding-bottom: 0.75rem;
}
.menu .menu-item-has-children ul.sub-menu li:not(:first-child){
padding-top: 0.75rem;
}
.menu .menu-item-has-children:hover>ul.sub-menu{
pointer-events: auto;
display: flex;
--tw-translate-y: 0px;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
flex-direction: column;
flex-wrap: wrap;
opacity: 1;
}
.current-menu-item > a, .current-menu-parent > a{
position: relative;
display: flex;
align-items: center;
}
.current-menu-item > a > :not([hidden]) ~ :not([hidden]), .current-menu-parent > a > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.current-menu-item > a, .current-menu-parent > a{
--tw-text-opacity: 1;
color: rgb(233 76 38 / var(--tw-text-opacity));
}
.current-menu-item > a::after, .current-menu-parent > a::after {
width: 2px;
height: 23px;
background-color: #e94c26;
content: '';
margin-left: 7px;
transform: rotate(-15deg);
}
.menu-item:hover > a{
--tw-text-opacity: 1;
color: rgb(233 76 38 / var(--tw-text-opacity));
}
}
@media (max-width: 1024px) {
.menu > li:not(:last-child){
margin-bottom: 0.75rem;
}
.menu .menu-item-has-children ul.sub-menu{
padding-top: 0.25rem;
padding-left: 1rem;
font-size: 0.875rem;
line-height: 1.25rem;
}
.menu .menu-item-has-children ul.sub-menu li:not(:last-child){
margin-bottom: 0.25rem;
}
}
.swiperTimeline .swiper-button-next.swiper-button-disabled, .swiperTimeline .swiper-button-prev.swiper-button-disabled{
opacity: 0;
}
.swiper-button-next, .swiper-button-prev{
top: 5.5rem;
--tw-text-opacity: 1;
color: rgb(233 76 38 / var(--tw-text-opacity));
}
@media (min-width: 768px){
.swiper-button-next, .swiper-rtl .swiper-button-prev{
right: -2.5rem;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
left: -2.5rem;
}
} .sr-only{
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.pointer-events-none{
pointer-events: none;
}
.visible{
visibility: visible;
}
.fixed{
position: fixed;
}
.absolute{
position: absolute;
}
.relative{
position: relative;
}
.-left-10{
left: -2.5rem;
}
.bottom-0{
bottom: 0px;
}
.bottom-6{
bottom: 1.5rem;
}
.left-0{
left: 0px;
}
.left-1\/2{
left: 50%;
}
.left-20{
left: 5rem;
}
.left-40{
left: 10rem;
}
.right-3{
right: 0.75rem;
}
.right-6{
right: 1.5rem;
}
.top-0{
top: 0px;
}
.top-10{
top: 2.5rem;
}
.top-\[5\.5rem\]{
top: 5.5rem;
}
.z-0{
z-index: 0;
}
.z-10{
z-index: 10;
}
.z-20{
z-index: 20;
}
.z-30{
z-index: 30;
}
.z-40{
z-index: 40;
}
.z-50{
z-index: 50;
}
.order-1{
order: 1;
}
.order-2{
order: 2;
}
.mx-auto{
margin-left: auto;
margin-right: auto;
}
.-mt-10{
margin-top: -2.5rem;
}
.mb-10{
margin-bottom: 2.5rem;
}
.mt-10{
margin-top: 2.5rem;
}
.mt-2{
margin-top: 0.5rem;
}
.mt-3{
margin-top: 0.75rem;
}
.mt-4{
margin-top: 1rem;
}
.mt-5{
margin-top: 1.25rem;
}
.mt-6{
margin-top: 1.5rem;
}
.mt-8{
margin-top: 2rem;
}
.block{
display: block;
}
.inline-block{
display: inline-block;
}
.inline{
display: inline;
}
.flex{
display: flex;
}
.inline-flex{
display: inline-flex;
}
.table{
display: table;
}
.grid{
display: grid;
}
.hidden{
display: none;
}
.aspect-video{
aspect-ratio: 16 / 9;
}
.h-0{
height: 0px;
}
.h-0\.5{
height: 0.125rem;
}
.h-12{
height: 3rem;
}
.h-16{
height: 4rem;
}
.h-20{
height: 5rem;
}
.h-28{
height: 7rem;
}
.h-48{
height: 12rem;
}
.h-5{
height: 1.25rem;
}
.h-6{
height: 1.5rem;
}
.h-60{
height: 15rem;
}
.h-7{
height: 1.75rem;
}
.h-72{
height: 18rem;
}
.h-80{
height: 20rem;
}
.h-96{
height: 24rem;
}
.h-\[30vh\]{
height: 30vh;
}
.h-\[35vh\]{
height: 35vh;
}
.h-\[40vh\]{
height: 40vh;
}
.h-\[45vh\]{
height: 45vh;
}
.h-\[50vh\]{
height: 50vh;
}
.h-\[81vh\]{
height: 81vh;
}
.h-full{
height: 100%;
}
.h-screen{
height: 100vh;
}
.max-h-20{
max-height: 5rem;
}
.max-h-\[45vh\]{
max-height: 45vh;
}
.max-h-screen{
max-height: 100vh;
}
.min-h-\[3\.5rem\]{
min-height: 3.5rem;
}
.min-h-screen{
min-height: 100vh;
}
.w-12{
width: 3rem;
}
.w-16{
width: 4rem;
}
.w-20{
width: 5rem;
}
.w-32{
width: 8rem;
}
.w-40{
width: 10rem;
}
.w-5{
width: 1.25rem;
}
.w-56{
width: 14rem;
}
.w-6{
width: 1.5rem;
}
.w-6\/12{
width: 50%;
}
.w-7{
width: 1.75rem;
}
.w-full{
width: 100%;
}
.w-px{
width: 1px;
}
.min-w-60{
min-width: 15rem;
}
.max-w-full{
max-width: 100%;
}
.max-w-none{
max-width: none;
}
.max-w-screen-md{
max-width: 768px;
}
.flex-1{
flex: 1 1 0%;
}
.table-auto{
table-layout: auto;
}
.-translate-x-1\/2{
--tw-translate-x: -50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full{
--tw-translate-x: -100%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90{
--tw-rotate: -90deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
cursor: pointer;
}
.list-none{
list-style-type: none;
}
.grid-cols-1{
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
flex-direction: column;
}
.flex-wrap{
flex-wrap: wrap;
}
.items-start{
align-items: flex-start;
}
.items-end{
align-items: flex-end;
}
.items-center{
align-items: center;
}
.justify-end{
justify-content: flex-end;
}
.justify-center{
justify-content: center;
}
.justify-between{
justify-content: space-between;
}
.gap-4{
gap: 1rem;
}
.gap-6{
gap: 1.5rem;
}
.gap-8{
gap: 2rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(0.75rem * var(--tw-space-x-reverse));
margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(1rem * var(--tw-space-x-reverse));
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(1.25rem * var(--tw-space-x-reverse));
margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
overflow: hidden;
}
.overflow-x-auto{
overflow-x: auto;
}
.overflow-y-auto{
overflow-y: auto;
}
.rounded-full{
border-radius: 9999px;
}
.border{
border-width: 1px;
}
.border-2{
border-width: 2px;
}
.border-b{
border-bottom-width: 1px;
}
.border-b-2{
border-bottom-width: 2px;
}
.border-l-\[48px\]{
border-left-width: 48px;
}
.border-t-\[48px\]{
border-top-width: 48px;
}
.border-solid{
border-style: solid;
}
.border-black{
--tw-border-opacity: 1;
border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-primary{
--tw-border-opacity: 1;
border-color: rgb(233 76 38 / var(--tw-border-opacity));
}
.border-secondary\/35{
border-color: rgb(128 128 128 / 0.35);
}
.border-white{
--tw-border-opacity: 1;
border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-l-transparent{
border-left-color: transparent;
}
.border-t-primary{
--tw-border-opacity: 1;
border-top-color: rgb(233 76 38 / var(--tw-border-opacity));
}
.bg-black{
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-dark\/50{
background-color: rgb(29 29 27 / 0.5);
}
.bg-eight{
--tw-bg-opacity: 1;
background-color: rgb(238 235 233 / var(--tw-bg-opacity));
}
.bg-fifth{
--tw-bg-opacity: 1;
background-color: rgb(235 235 236 / var(--tw-bg-opacity));
}
.bg-fourth\/55{
background-color: rgb(77 77 77 / 0.55);
}
.bg-primary{
--tw-bg-opacity: 1;
background-color: rgb(233 76 38 / var(--tw-bg-opacity));
}
.bg-primary\/30{
background-color: rgb(233 76 38 / 0.3);
}
.bg-seventh{
--tw-bg-opacity: 1;
background-color: rgb(216 216 216 / var(--tw-bg-opacity));
}
.bg-third\/20{
background-color: rgb(13 14 39 / 0.2);
}
.bg-third\/60{
background-color: rgb(13 14 39 / 0.6);
}
.bg-transparent{
background-color: transparent;
}
.bg-white{
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.stroke-primary{
stroke: #e94c26;
}
.object-contain{
-o-object-fit: contain;
object-fit: contain;
}
.object-cover{
-o-object-fit: cover;
object-fit: cover;
}
.object-center{
-o-object-position: center;
object-position: center;
}
.object-top{
-o-object-position: top;
object-position: top;
}
.p-3{
padding: 0.75rem;
}
.p-4{
padding: 1rem;
}
.px-3{
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.px-4{
padding-left: 1rem;
padding-right: 1rem;
}
.px-6{
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-1{
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.py-1\.5{
padding-top: 0.375rem;
padding-bottom: 0.375rem;
}
.py-10{
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.py-12{
padding-top: 3rem;
padding-bottom: 3rem;
}
.py-3{
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.py-4{
padding-top: 1rem;
padding-bottom: 1rem;
}
.py-8{
padding-top: 2rem;
padding-bottom: 2rem;
}
.pb-1{
padding-bottom: 0.25rem;
}
.pb-1\.5{
padding-bottom: 0.375rem;
}
.pb-12{
padding-bottom: 3rem;
}
.pl-3{
padding-left: 0.75rem;
}
.pr-5{
padding-right: 1.25rem;
}
.pt-1{
padding-top: 0.25rem;
}
.pt-16{
padding-top: 4rem;
}
.text-left{
text-align: left;
}
.text-center{
text-align: center;
}
.text-right{
text-align: right;
}
.text-2xl{
font-size: 1.5rem;
line-height: 2rem;
}
.text-3xl{
font-size: 1.875rem;
line-height: 2.25rem;
}
.text-5xl{
font-size: 3rem;
line-height: 1;
}
.text-lg{
font-size: 1.125rem;
line-height: 1.75rem;
}
.text-sm{
font-size: 0.875rem;
line-height: 1.25rem;
}
.text-xl{
font-size: 1.25rem;
line-height: 1.75rem;
}
.text-xs{
font-size: 0.75rem;
line-height: 1rem;
}
.font-bold{
font-weight: 700;
}
.font-light{
font-weight: 300;
}
.font-medium{
font-weight: 500;
}
.uppercase{
text-transform: uppercase;
}
.leading-relaxed{
line-height: 1.625;
}
.text-black{
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-fourth{
--tw-text-opacity: 1;
color: rgb(77 77 77 / var(--tw-text-opacity));
}
.text-primary{
--tw-text-opacity: 1;
color: rgb(233 76 38 / var(--tw-text-opacity));
}
.text-secondary{
--tw-text-opacity: 1;
color: rgb(128 128 128 / var(--tw-text-opacity));
}
.text-sixth{
--tw-text-opacity: 1;
color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-white{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0{
opacity: 0;
}
.opacity-30{
opacity: 0.3;
}
.grayscale{
--tw-grayscale: grayscale(100%);
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-colors{
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-opacity{
transition-property: opacity;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-transform{
transition-property: transform;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.duration-100{
transition-duration: 100ms;
}
.duration-150{
transition-duration: 150ms;
}
.duration-200{
transition-duration: 200ms;
}
.duration-300{
transition-duration: 300ms;
}
.duration-75{
transition-duration: 75ms;
}
.ease-in-out{
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear{
transition-timing-function: linear;
}
.content-none{
--tw-content: none;
content: var(--tw-content);
} .tab-btn{
--tw-text-opacity: 1;
color: rgb(128 128 128 / var(--tw-text-opacity));
}
.tab-btn.active{
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}
.tab-content > button, .tab-content > a{
cursor: pointer;
}
.tab-content > button .borderItem, .tab-content > a .borderItem{
border-bottom-width: 2px;
--tw-border-opacity: 1;
border-color: rgb(0 0 0 / var(--tw-border-opacity));
padding-left: 0.75rem;
padding-right: 0.75rem;
padding-bottom: 0.25rem;
}
.tab-content > button.active .borderItem, .tab-content > button:hover .borderItem, .tab-content > a.active .borderItem, .tab-content > a:hover .borderItem{
--tw-border-opacity: 1;
border-color: rgb(233 76 38 / var(--tw-border-opacity));
--tw-text-opacity: 1;
color: rgb(233 76 38 / var(--tw-text-opacity));
}
.tab-content > button .borderItem svg, .tab-content > a .borderItem svg{
--tw-rotate: 45deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tab-content > button .borderItem .iconItem, .tab-content > a .borderItem .iconItem{
--tw-brightness: brightness(0);
--tw-saturate: saturate(0);
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.tab-content > button.active .borderItem svg, .tab-content > button:hover .borderItem svg, .tab-content > a.active .borderItem svg, .tab-content > a:hover .borderItem svg{
--tw-rotate: 0deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tab-content > button.active .borderItem .iconItem, .tab-content > button:hover .borderItem .iconItem, .tab-content > a.active .borderItem .iconItem, .tab-content > a:hover .borderItem .iconItem{
--tw-brightness: brightness(1);
--tw-saturate: saturate(1);
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.custom-text {
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: white;
-webkit-text-fill-color: transparent;
}
.custom-content ul{
list-style-type: none;
}
.custom-content ul > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.custom-content ul{
padding-left: 0.75rem;
}
.single-post .menu-item-52{
--tw-text-opacity: 1;
color: rgb(233 76 38 / var(--tw-text-opacity));
}
.custom-content ul li::before, .custom-list li::before {
content: "\25A0";
color: #e94c26;
display: inline-block;
width: 1.5em;
margin-left: -1em;
}
@media (min-width: 991px) {
#map {
position: absolute!important;
}
}
.mainContent h2{
font-size: 1.25rem;
line-height: 1.75rem;
font-weight: 700;
}
.mainContent h3{
font-size: 1.125rem;
line-height: 1.75rem;
font-weight: 700;
}
.mainContent a, .mainContent2 a{
font-weight: 700;
--tw-text-opacity: 1;
color: rgb(233 76 38 / var(--tw-text-opacity));
text-decoration-line: underline;
}
.mainContent2 h2{
font-size: 1.125rem;
line-height: 1.75rem;
font-weight: 700;
--tw-text-opacity: 1;
color: rgb(233 76 38 / var(--tw-text-opacity));
}
@media (min-width: 768px){
.mainContent2 h2{
font-size: 1.25rem;
line-height: 1.75rem;
}
}
.singleContent h1, .singleContent h2, .singleContent h3, .singleContent h4, .singleContent h5, .singleContent h6{
font-weight: 500;
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}
.singleContent h1{
font-size: 1.5rem;
line-height: 2rem;
}
@media (min-width: 768px){
.singleContent h1{
font-size: 1.875rem;
line-height: 2.25rem;
}
}
.singleContent h2{
font-size: 1.25rem;
line-height: 1.75rem;
}
@media (min-width: 768px){
.singleContent h2{
font-size: 1.5rem;
line-height: 2rem;
}
}
.singleContent h3{
font-size: 1.125rem;
line-height: 1.75rem;
}
@media (min-width: 768px){
.singleContent h3{
font-size: 1.25rem;
line-height: 1.75rem;
}
}
.singleContent h4{
font-size: 1rem;
line-height: 1.5rem;
}
@media (min-width: 768px){
.singleContent h4{
font-size: 1.125rem;
line-height: 1.75rem;
}
}
input.wpcf7-form-control:not(.wpcf7-submit){
width: 100%;
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
padding-left: 0.75rem;
padding-right: 0.75rem;
padding-top: 1rem;
padding-bottom: 1rem;
font-size: 0.875rem;
line-height: 1.25rem;
--tw-text-opacity: 1;
color: rgb(128 128 128 / var(--tw-text-opacity));
}
input.wpcf7-form-control:not(.wpcf7-submit):focus{
outline-offset: 1px;
outline-color: #e94c26;
}
.wpcf7-submit{
cursor: pointer;
--tw-bg-opacity: 1;
background-color: rgb(233 76 38 / var(--tw-bg-opacity));
padding-left: 1rem;
padding-right: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wpcf7-submit:hover{
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.wpcf7-submit:focus{
outline: 2px solid transparent;
outline-offset: 2px;
}
.wpcf7-submit:active{
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.wpcf7-textarea{
width: 100%;
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
padding-left: 0.75rem;
padding-right: 0.75rem;
padding-top: 1rem;
padding-bottom: 1rem;
font-size: 0.875rem;
line-height: 1.25rem;
--tw-text-opacity: 1;
color: rgb(128 128 128 / var(--tw-text-opacity));
}
.wpcf7-textarea:focus{
outline-offset: 1px;
outline-color: #e94c26;
}
.wpcf7-form > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.contactForm .wpcf7-spinner{
display: block;
}
.newsletterForm p, .newsletterForm .wpcf7-submit{
height: 100%;
}
.wpcf7 form .wpcf7-response-output{
margin: 0px;
margin-top: 1rem;
border-style: none;
padding: 0px;
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 700;
--tw-text-opacity: 1;
color: rgb(233 76 38 / var(--tw-text-opacity));
}
.newsletterForm .wpcf7-not-valid-tip{
display: none;
}
.productThumbs .swiper-slide-thumb-active{
border-width: 1px;
--tw-border-opacity: 1;
border-color: rgb(233 76 38 / var(--tw-border-opacity));
}
.productThumbs .swiper-slide, .hero-swiperThumbs .swiper-slide {
width: 4rem!important;
height: 4rem!important;
}
@media only screen and (min-width: 992px) {
.productThumbs .swiper-slide, .hero-swiperThumbs .swiper-slide {
width: 6rem!important;
height: 6rem!important;
cursor: pointer;
opacity: 1;
transition: opacity 0.3s ease;
}
.productThumbs .swiper-slide:hover, .hero-swiperThumbs .swiper-slide:hover {
opacity: 0.9;
}
}
.hover\:-translate-y-2:hover{
--tw-translate-y: -0.5rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:-translate-y-3:hover{
--tw-translate-y: -0.75rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:-translate-y-6:hover{
--tw-translate-y: -1.5rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-black:hover{
--tw-border-opacity: 1;
border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.hover\:bg-black:hover{
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:text-black:hover{
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-primary:hover{
--tw-text-opacity: 1;
color: rgb(233 76 38 / var(--tw-text-opacity));
}
.hover\:opacity-60:hover{
opacity: 0.6;
}
.focus\:bg-black:focus{
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.focus\:text-black:focus{
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}
.group:hover .group-hover\:block{
display: block;
}
.group:hover .group-hover\:hidden{
display: none;
}
.group:hover .group-hover\:-rotate-45{
--tw-rotate: -45deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:rotate-0{
--tw-rotate: 0deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:rotate-45{
--tw-rotate: 45deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:border-primary{
--tw-border-opacity: 1;
border-color: rgb(233 76 38 / var(--tw-border-opacity));
}
.group:hover .group-hover\:bg-primary{
--tw-bg-opacity: 1;
background-color: rgb(233 76 38 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-white{
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:text-primary{
--tw-text-opacity: 1;
color: rgb(233 76 38 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-white{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-100{
opacity: 1;
}
.group:hover .group-hover\:grayscale-0{
--tw-grayscale: grayscale(0);
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.group:focus .group-focus\:block{
display: block;
}
.group:focus .group-focus\:hidden{
display: none;
}
.group:focus .group-focus\:-rotate-45{
--tw-rotate: -45deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:focus .group-focus\:rotate-0{
--tw-rotate: 0deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:focus .group-focus\:rotate-45{
--tw-rotate: 45deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:focus .group-focus\:border-primary{
--tw-border-opacity: 1;
border-color: rgb(233 76 38 / var(--tw-border-opacity));
}
.group:focus .group-focus\:bg-primary{
--tw-bg-opacity: 1;
background-color: rgb(233 76 38 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:bg-white{
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:text-primary{
--tw-text-opacity: 1;
color: rgb(233 76 38 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-white{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:focus .group-focus\:opacity-100{
opacity: 1;
}
.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
--tw-text-opacity: 1;
color: rgb(233 76 38 / var(--tw-text-opacity));
}
@media (min-width: 768px){
.md\:left-0{
left: 0px;
}
.md\:top-0{
top: 0px;
}
.md\:-mt-20{
margin-top: -5rem;
}
.md\:-mt-32{
margin-top: -8rem;
}
.md\:mt-0{
margin-top: 0px;
}
.md\:mt-10{
margin-top: 2.5rem;
}
.md\:mt-12{
margin-top: 3rem;
}
.md\:mt-20{
margin-top: 5rem;
}
.md\:mt-5{
margin-top: 1.25rem;
}
.md\:mt-6{
margin-top: 1.5rem;
}
.md\:mt-8{
margin-top: 2rem;
}
.md\:block{
display: block;
}
.md\:flex{
display: flex;
}
.md\:h-4\/5{
height: 80%;
}
.md\:h-64{
height: 16rem;
}
.md\:h-\[25vh\]{
height: 25vh;
}
.md\:h-\[45vh\]{
height: 45vh;
}
.md\:h-\[55vh\]{
height: 55vh;
}
.md\:h-\[65vh\]{
height: 65vh;
}
.md\:h-\[75vh\]{
height: 75vh;
}
.md\:h-full{
height: 100%;
}
.md\:max-h-\[75vh\]{
max-height: 75vh;
}
.md\:w-1\/4{
width: 25%;
}
.md\:w-1\/5{
width: 20%;
}
.md\:w-10\/12{
width: 83.333333%;
}
.md\:w-3\/4{
width: 75%;
}
.md\:w-4\/12{
width: 33.333333%;
}
.md\:w-40{
width: 10rem;
}
.md\:w-56{
width: 14rem;
}
.md\:w-8\/12{
width: 66.666667%;
}
.md\:min-w-72{
min-width: 18rem;
}
.md\:max-w-6xl{
max-width: 72rem;
}
.md\:max-w-7xl{
max-width: 80rem;
}
.md\:grid-cols-2{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.md\:grid-cols-3{
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.md\:grid-cols-4{
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.md\:flex-nowrap{
flex-wrap: nowrap;
}
.md\:items-start{
align-items: flex-start;
}
.md\:items-center{
align-items: center;
}
.md\:justify-start{
justify-content: flex-start;
}
.md\:gap-10{
gap: 2.5rem;
}
.md\:gap-6{
gap: 1.5rem;
}
.md\:gap-8{
gap: 2rem;
}
.md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(2.5rem * var(--tw-space-x-reverse));
margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.md\:space-x-6 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(1.5rem * var(--tw-space-x-reverse));
margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(2rem * var(--tw-space-x-reverse));
margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.md\:space-y-4 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.md\:space-y-6 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.md\:space-y-8 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.md\:bg-black\/30{
background-color: rgb(0 0 0 / 0.3);
}
.md\:bg-transparent{
background-color: transparent;
}
.md\:p-10{
padding: 2.5rem;
}
.md\:p-6{
padding: 1.5rem;
}
.md\:p-8{
padding: 2rem;
}
.md\:px-0{
padding-left: 0px;
padding-right: 0px;
}
.md\:px-5{
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.md\:px-6{
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.md\:py-16{
padding-top: 4rem;
padding-bottom: 4rem;
}
.md\:py-20{
padding-top: 5rem;
padding-bottom: 5rem;
}
.md\:py-4{
padding-top: 1rem;
padding-bottom: 1rem;
}
.md\:pb-28{
padding-bottom: 7rem;
}
.md\:pb-32{
padding-bottom: 8rem;
}
.md\:pt-16{
padding-top: 4rem;
}
.md\:pt-20{
padding-top: 5rem;
}
.md\:text-left{
text-align: left;
}
.md\:text-2xl{
font-size: 1.5rem;
line-height: 2rem;
}
.md\:text-3xl{
font-size: 1.875rem;
line-height: 2.25rem;
}
.md\:text-6xl{
font-size: 3.75rem;
line-height: 1;
}
.md\:text-base{
font-size: 1rem;
line-height: 1.5rem;
}
.md\:text-sm{
font-size: 0.875rem;
line-height: 1.25rem;
}
.md\:text-xl{
font-size: 1.25rem;
line-height: 1.75rem;
}
.md\:grayscale{
--tw-grayscale: grayscale(100%);
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.group:hover .md\:group-hover\:bg-primary\/30{
background-color: rgb(233 76 38 / 0.3);
}
.group:hover .group-hover\:md\:p-6{
padding: 1.5rem;
}
.group:hover .md\:group-hover\:grayscale-0{
--tw-grayscale: grayscale(0);
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.group:focus .group-focus\:md\:p-6{
padding: 1.5rem;
}
}
@media (min-width: 1024px){
.lg\:order-1{
order: 1;
}
.lg\:order-2{
order: 2;
}
.lg\:order-3{
order: 3;
}
.lg\:order-4{
order: 4;
}
.lg\:mt-10{
margin-top: 2.5rem;
}
.lg\:mt-12{
margin-top: 3rem;
}
.lg\:mt-16{
margin-top: 4rem;
}
.lg\:block{
display: block;
}
.lg\:hidden{
display: none;
}
.lg\:w-56{
width: 14rem;
}
.lg\:w-\[52\%\]{
width: 52%;
}
.lg\:min-w-96{
min-width: 24rem;
}
.lg\:max-w-4xl{
max-width: 56rem;
}
.lg\:max-w-5xl{
max-width: 64rem;
}
.lg\:max-w-6xl{
max-width: 72rem;
}
.lg\:flex-1{
flex: 1 1 0%;
}
.lg\:justify-start{
justify-content: flex-start;
}
.lg\:gap-10{
gap: 2.5rem;
}
.lg\:gap-12{
gap: 3rem;
}
.lg\:gap-8{
gap: 2rem;
}
.lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(2.5rem * var(--tw-space-x-reverse));
margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(4rem * var(--tw-space-x-reverse));
margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}
.lg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.lg\:space-y-12 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.lg\:space-y-16 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.lg\:p-10{
padding: 2.5rem;
}
.lg\:p-8{
padding: 2rem;
}
.lg\:px-8{
padding-left: 2rem;
padding-right: 2rem;
}
.lg\:text-2xl{
font-size: 1.5rem;
line-height: 2rem;
}
.lg\:text-3xl{
font-size: 1.875rem;
line-height: 2.25rem;
}
.lg\:text-4xl{
font-size: 2.25rem;
line-height: 2.5rem;
}
.group:hover .group-hover\:lg\:p-8{
padding: 2rem;
}
.group:focus .group-focus\:lg\:p-8{
padding: 2rem;
}
}
@media (min-width: 1280px){
.xl\:mt-8{
margin-top: 2rem;
}
.xl\:h-96{
height: 24rem;
}
.xl\:w-64{
width: 16rem;
}
.xl\:max-w-3xl{
max-width: 48rem;
}
.xl\:max-w-4xl{
max-width: 56rem;
}
.xl\:max-w-5xl{
max-width: 64rem;
}
.xl\:gap-10{
gap: 2.5rem;
}
.xl\:gap-12{
gap: 3rem;
}
.xl\:gap-16{
gap: 4rem;
}
.xl\:space-x-14 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(3.5rem * var(--tw-space-x-reverse));
margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(2rem * var(--tw-space-x-reverse));
margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.xl\:space-y-12 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.xl\:space-y-14 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
.xl\:space-y-16 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.xl\:p-10{
padding: 2.5rem;
}
.xl\:p-12{
padding: 3rem;
}
.xl\:p-16{
padding: 4rem;
}
.xl\:p-20{
padding: 5rem;
}
.xl\:px-10{
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.xl\:py-24{
padding-top: 6rem;
padding-bottom: 6rem;
}
.xl\:text-3xl{
font-size: 1.875rem;
line-height: 2.25rem;
}
.xl\:text-5xl{
font-size: 3rem;
line-height: 1;
}
.group:hover .group-hover\:xl\:p-10{
padding: 2.5rem;
}
.group:focus .group-focus\:xl\:p-10{
padding: 2.5rem;
}
}
@media (min-width: 1536px){
.\32xl\:max-w-4xl{
max-width: 56rem;
}
.\32xl\:gap-16{
gap: 4rem;
}
.\32xl\:gap-20{
gap: 5rem;
}
.\32xl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(4rem * var(--tw-space-x-reverse));
margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}
.\32xl\:p-20{
padding: 5rem;
}
.\32xl\:text-base{
font-size: 1rem;
line-height: 1.5rem;
}
}