@charset "UTF-8";
.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;
}
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,700&display=swap");     *,
::before,
::after {
box-sizing: border-box;
} html {
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
} html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} body {
font-family:
system-ui,
-apple-system, 'Segoe UI',
Roboto,
Helvetica,
Arial,
sans-serif,
'Apple Color Emoji',
'Segoe UI Emoji';
}  hr {
height: 0; color: inherit; }  abbr[title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp,
pre {
font-family:
ui-monospace,
SFMono-Regular,
Consolas,
'Liberation Mono',
Menlo,
monospace; 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; }  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
select { text-transform: none;
} button,
[type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button;
} ::-moz-focus-inner {
border-style: none;
padding: 0;
} :-moz-focusring {
outline: 1px dotted ButtonText;
} :-moz-ui-invalid {
box-shadow: none;
} legend {
padding: 0;
} 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;
}
button {
background-color: transparent;
background-image: none;
} button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
margin: 0;
padding: 0;
}
ol,
ul {
list-style: none;
margin: 0;
padding: 0;
}  html {
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; line-height: 1.5; } body {
font-family: inherit;
line-height: inherit;
} *,
::before,
::after {
box-sizing: border-box; border-width: 0; border-style: solid; border-color: currentColor; } hr {
border-top-width: 1px;
} img {
border-style: solid;
}
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;
}
table {
border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
} a {
color: inherit;
text-decoration: inherit;
} button,
input,
optgroup,
select,
textarea {
padding: 0;
line-height: inherit;
color: inherit;
} pre,
code,
kbd,
samp {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
} img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block; vertical-align: middle; } img,
video {
max-width: 100%;
height: auto;
}
*, ::before, ::after{
--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-transform: translateX(var(--tw-translate-x)) translateY(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));
--tw-border-opacity: 1;
border-color: rgba(229, 231, 235, var(--tw-border-opacity));
--tw-shadow: 0 0 #0000;
--tw-ring-inset: var(--tw-empty,  );
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgba(59, 130, 246, 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-blur: var(--tw-empty,  );
--tw-brightness: var(--tw-empty,  );
--tw-contrast: var(--tw-empty,  );
--tw-grayscale: var(--tw-empty,  );
--tw-hue-rotate: var(--tw-empty,  );
--tw-invert: var(--tw-empty,  );
--tw-saturate: var(--tw-empty,  );
--tw-sepia: var(--tw-empty,  );
--tw-drop-shadow: var(--tw-empty,  );
--tw-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);
--tw-backdrop-blur: var(--tw-empty,  );
--tw-backdrop-brightness: var(--tw-empty,  );
--tw-backdrop-contrast: var(--tw-empty,  );
--tw-backdrop-grayscale: var(--tw-empty,  );
--tw-backdrop-hue-rotate: var(--tw-empty,  );
--tw-backdrop-invert: var(--tw-empty,  );
--tw-backdrop-opacity: var(--tw-empty,  );
--tw-backdrop-saturate: var(--tw-empty,  );
--tw-backdrop-sepia: var(--tw-empty,  );
--tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
html{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
text-rendering: optimizeLegibility;
}
@media (min-width: 768px) {
html {
font-size: 18px;
}
}
body {
font-family: "Inter", sans-serif;
color: #0f0f0f;
background-color: #f9f9f9;
position: relative;
}
body:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="300" height="300"><filter id="noise-filter"><feTurbulence type="fractalNoise" baseFrequency="0.62" numOctaves="1" stitchTiles="stitch"/><feColorMatrix type="saturate" values="0"/><feComponentTransfer><feFuncR type="linear" slope="1.45"/><feFuncG type="linear" slope="1.45"/><feFuncB type="linear" slope="1.45"/><feFuncA type="linear" slope="0.34"/></feComponentTransfer><feComponentTransfer><feFuncR type="linear" slope="1.68" intercept="-0.34"/><feFuncG type="linear" slope="1.68" intercept="-0.34"/><feFuncB type="linear" slope="1.68" intercept="-0.34"/></feComponentTransfer></filter><rect width="100%" height="100%" filter="url(%23noise-filter)"/></svg>');
background-repeat: repeat;
pointer-events: none;
z-index: -1;
}
p {
margin-bottom: 16px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .h-extra {
font-weight: 700;
font-family: "Bricolage Grotesque", sans-serif;
margin-bottom: 16px;
}
h1.pf-title, h2.pf-title, h3.pf-title, h4.pf-title, h5.pf-title, h6.pf-title, .h1.pf-title, .h2.pf-title, .h3.pf-title, .h4.pf-title, .h5.pf-title, .h6.pf-title, .h-extra.pf-title {
font-family: "Inter", sans-serif !important;
font-weight: 400;
color: #0f0f0f;
width: 100%;
}
@media (min-width: 1024px) {
h1.pf-title, h2.pf-title, h3.pf-title, h4.pf-title, h5.pf-title, h6.pf-title, .h1.pf-title, .h2.pf-title, .h3.pf-title, .h4.pf-title, .h5.pf-title, .h6.pf-title, .h-extra.pf-title {
width: auto !important;
padding-right: 24px;
}
}
h1, .h1 {
font-weight: 700;
font-size: 2rem;
line-height: 1.3;
color: #4000f6;
}
@media (min-width: 768px) {
h1, .h1 {
font-size: 3.25rem;
}
}
h2, .h2 {
font-size: 1.75rem;
}
@media (min-width: 768px) {
h2, .h2 {
font-size: 40px;
}
}
h3, .h3 {
font-size: 1.5rem;
line-height: 2rem;
}
@media (min-width: 768px) {
h3, .h3 {
font-size: 32px;
}
}
.h-extra {
color: lightgray;
font-size: 1.5rem;
font-weight: 300;
}
iframe {
margin-top: 24px;
margin-bottom: 24px;
}
.grecaptcha-badge {
display: none !important;
}
.w-fit-content {
width: -moz-fit-content;
width: fit-content;
}
.statement-3 {
border-right: none;
}
.step-3 {
border-right: none;
}
.last {
border-right: none;
border-bottom: none;
}
.formkit-form {
margin: 0 auto;
}
.animation-buzz-out {
animation-name: buzz-out;
animation-duration: 0.75s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
@keyframes buzz-out {
10% {
transform: translateX(3px) rotate(2deg);
}
20% {
transform: translateX(-3px) rotate(-2deg);
}
30% {
transform: translateX(3px) rotate(2deg);
}
40% {
transform: translateX(-3px) rotate(-2deg);
}
50% {
transform: translateX(2px) rotate(1deg);
}
60% {
transform: translateX(-2px) rotate(-1deg);
}
70% {
transform: translateX(2px) rotate(1deg);
}
80% {
transform: translateX(-2px) rotate(-1deg);
}
90% {
transform: translateX(1px) rotate(0);
}
100% {
transform: translateX(-1px) rotate(0);
}
}
.animation-shifting-background {
animation: shifting-background 30s ease infinite;
}
@keyframes shifting-background {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
.container{
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 1.5rem;
padding-left: 1.5rem;
}
@media (min-width: 640px){
.container{
max-width: 640px;
}
}
@media (min-width: 768px){
.container{
max-width: 768px;
}
}
@media (min-width: 1024px){
.container{
max-width: 1024px;
}
}
@media (min-width: 1280px){
.container{
max-width: 1280px;
}
}
@media (min-width: 1536px){
.container{
max-width: 1536px;
}
}
.WysiwygAnchors a, .Wysiwyg a, .WysiwygAnchors a:visited{
--tw-text-opacity: 1;
color: rgba(49, 130, 206, var(--tw-text-opacity));
transition: all 0.24s ease;
}
.WysiwygAnchors a:hover, .Wysiwyg a:hover, .WysiwygAnchors a:focus, .Wysiwyg a:focus, .WysiwygAnchors a:visited:hover, .WysiwygAnchors a:visited:focus{
--tw-text-opacity: 1;
color: rgba(99, 179, 237, var(--tw-text-opacity));
}
h1 .WysiwygAnchors a, h1 .Wysiwyg a, h1 .WysiwygAnchors a:visited, h2 .WysiwygAnchors a, h2 .Wysiwyg a, h2 .WysiwygAnchors a:visited, h3 .WysiwygAnchors a, h3 .Wysiwyg a, h3 .WysiwygAnchors a:visited, h4 .WysiwygAnchors a, h4 .Wysiwyg a, h4 .WysiwygAnchors a:visited, h5 .WysiwygAnchors a, h5 .Wysiwyg a, h5 .WysiwygAnchors a:visited, h6 .WysiwygAnchors a, h6 .Wysiwyg a, h6 .WysiwygAnchors a:visited {
color: inherit;
}
.WysiwygHeadings h1, .Wysiwyg h1, .WysiwygHeadings h2, .Wysiwyg h2, .WysiwygHeadings h3, .Wysiwyg h3, .WysiwygHeadings h4, .Wysiwyg h4, .WysiwygHeadings h5, .Wysiwyg h5, .WysiwygHeadings h6, .Wysiwyg h6{
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-weight: 600;
line-height: 1.25;
--tw-text-opacity: 1;
color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.WysiwygHeadings h1, .Wysiwyg h1{
font-size: 1.5rem;
line-height: 2rem;
}
.WysiwygHeadings h2, .Wysiwyg h2{
font-size: 1.25rem;
line-height: 1.75rem;
}
.WysiwygHeadings h3, .Wysiwyg h3, .WysiwygHeadings h4, .Wysiwyg h4, .WysiwygHeadings h5, .Wysiwyg h5{
font-size: 1.125rem;
line-height: 1.75rem;
}
.WysiwygImages img.aligncenter, .Wysiwyg img.aligncenter{
margin-left: auto;
margin-right: auto;
display: block;
}
.WysiwygImages .gallery .gallery-item, .Wysiwyg .gallery .gallery-item{
border-width: 0px;
text-align: center;
}
.WysiwygImages .gallery .gallery-icon, .Wysiwyg .gallery .gallery-icon{
text-align: center;
}
.WysiwygImages .gallery img, .Wysiwyg .gallery img{
display: inline;
border: none !important;
}
.WysiwygImages .wp-caption-text, .Wysiwyg .wp-caption-text{
margin-top: 0.5rem;
font-size: 0.875rem;
line-height: 1.25rem;
}
.WysiwygCode code, .Wysiwyg code{
display: inline-block;
border-radius: 0.125rem;
--tw-bg-opacity: 1;
background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
padding-left: 0.25rem;
padding-right: 0.25rem;
vertical-align: baseline;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 0.875rem;
line-height: 1.25rem;
--tw-text-opacity: 1;
color: rgba(219, 39, 119, var(--tw-text-opacity));
}
.WysiwygSpacing p, .Wysiwyg p, .WysiwygSpacing ul, .Wysiwyg ul, .WysiwygSpacing ol, .Wysiwyg ol, .WysiwygSpacing hr, .Wysiwyg hr, .WysiwygSpacing .wp-block-embed, .Wysiwyg .wp-block-embed, .WysiwygSpacing .gallery, .Wysiwyg .gallery, .WysiwygSpacing [class*=wp-image-], .Wysiwyg [class*=wp-image-]{
margin-top: 2rem;
margin-bottom: 2rem;
}
.WysiwygLists ul, .Wysiwyg ul, .WysiwygLists ol, .Wysiwyg ol{
margin-left: 1.5rem;
list-style-position: outside;
}
.WysiwygLists ul > :first-child, .Wysiwyg ul > :first-child, .WysiwygLists ol > :first-child, .Wysiwyg ol > :first-child {
margin-top: 0;
}
.WysiwygLists ul > :last-child, .Wysiwyg ul > :last-child, .WysiwygLists ol > :last-child, .Wysiwyg ol > :last-child {
margin-bottom: 0;
}
.WysiwygLists ul, .Wysiwyg ul{
list-style-type: disc;
}
.WysiwygLists ol, .Wysiwyg ol{
list-style-type: decimal;
}
.WysiwygLists li, .Wysiwyg li{
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.static{
position: static;
}
.fixed{
position: fixed;
}
.absolute{
position: absolute;
}
.relative{
position: relative;
}
.inset-0{
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
.-inset-3{
top: -0.75rem;
right: -0.75rem;
bottom: -0.75rem;
left: -0.75rem;
}
.right-0{
right: 0px;
}
.top-0{
top: 0px;
}
.left-1\/2{
left: 50%;
}
.-bottom-6{
bottom: -1.5rem;
}
.z-50{
z-index: 50;
}
.mx-auto{
margin-left: auto;
margin-right: auto;
}
.my-4{
margin-top: 1rem;
margin-bottom: 1rem;
}
.mx-1\.5{
margin-left: 0.375rem;
margin-right: 0.375rem;
}
.mx-1{
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.mx-2{
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.mt-8{
margin-top: 2rem;
}
.mb-20{
margin-bottom: 5rem;
}
.mb-8{
margin-bottom: 2rem;
}
.mb-4{
margin-bottom: 1rem;
}
.mt-40{
margin-top: 10rem;
}
.mb-10{
margin-bottom: 2.5rem;
}
.mb-2{
margin-bottom: 0.5rem;
}
.mr-1{
margin-right: 0.25rem;
}
.mr-2{
margin-right: 0.5rem;
}
.mt-4{
margin-top: 1rem;
}
.mr-6{
margin-right: 1.5rem;
}
.mt-12{
margin-top: 3rem;
}
.mt-14{
margin-top: 3.5rem;
}
.mb-3{
margin-bottom: 0.75rem;
}
.mt-2{
margin-top: 0.5rem;
}
.mt-auto{
margin-top: auto;
}
.mb-1{
margin-bottom: 0.25rem;
}
.mb-40{
margin-bottom: 10rem;
}
.mt-6{
margin-top: 1.5rem;
}
.mb-6{
margin-bottom: 1.5rem;
}
.mr-4{
margin-right: 1rem;
}
.mb-32{
margin-bottom: 8rem;
}
.mr-3{
margin-right: 0.75rem;
}
.mt-5{
margin-top: 1.25rem;
}
.mb-0{
margin-bottom: 0px;
}
.block{
display: block;
}
.inline-block{
display: inline-block;
}
.flex{
display: flex;
}
.inline-flex{
display: inline-flex;
}
.grid{
display: grid;
}
.hidden{
display: none;
}
.h-full{
height: 100%;
}
.h-14{
height: 3.5rem;
}
.h-4{
height: 1rem;
}
.h-px{
height: 1px;
}
.h-9{
height: 2.25rem;
}
.h-8{
height: 2rem;
}
.h-10{
height: 2.5rem;
}
.h-2{
height: 0.5rem;
}
.w-full{
width: 100%;
}
.w-1\/3{
width: 33.333333%;
}
.w-2\/3{
width: 66.666667%;
}
.w-5{
width: 1.25rem;
}
.w-2\/4{
width: 50%;
}
.w-auto{
width: auto;
}
.w-3{
width: 0.75rem;
}
.w-4{
width: 1rem;
}
.w-40{
width: 10rem;
}
.w-\[85\%\]{
width: 85%;
}
.w-9{
width: 2.25rem;
}
.max-w-6xl{
max-width: 72rem;
}
.max-w-sm{
max-width: 24rem;
}
.max-w-xl{
max-width: 36rem;
}
.flex-shrink-0{
flex-shrink: 0;
}
.flex-shrink{
flex-shrink: 1;
}
.flex-grow{
flex-grow: 1;
}
.translate-x-full{
--tw-translate-x: 100%;
transform: var(--tw-transform);
}
.translate-x-0{
--tw-translate-x: 0px;
transform: var(--tw-transform);
}
.-translate-x-1\/2{
--tw-translate-x: -50%;
transform: var(--tw-transform);
}
.grid-cols-2{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1{
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
flex-direction: row;
}
.flex-col{
flex-direction: column;
}
.flex-col-reverse{
flex-direction: column-reverse;
}
.items-start{
align-items: flex-start;
}
.items-center{
align-items: center;
}
.justify-center{
justify-content: center;
}
.justify-between{
justify-content: space-between;
}
.gap-2{
gap: 0.5rem;
}
.gap-3{
gap: 0.75rem;
}
.gap-1{
gap: 0.25rem;
}
.gap-4{
gap: 1rem;
}
.gap-12{
gap: 3rem;
}
.overflow-hidden{
overflow: hidden;
}
.whitespace-nowrap{
white-space: nowrap;
}
.rounded-full{
border-radius: 9999px;
}
.rounded-xl{
border-radius: 0.75rem;
}
.rounded-3xl{
border-radius: 1.5rem;
}
.rounded-2xl{
border-radius: 1rem;
}
.border{
border-width: 1px;
}
.border-b{
border-bottom-width: 1px;
}
.border-t{
border-top-width: 1px;
}
.border-transparent{
border-color: transparent;
}
.bg-black{
--tw-bg-opacity: 1;
background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-\[\#0F0F0F\]{
--tw-bg-opacity: 1;
background-color: rgba(15, 15, 15, var(--tw-bg-opacity));
}
.bg-\[\#4000F6\]{
--tw-bg-opacity: 1;
background-color: rgba(64, 0, 246, var(--tw-bg-opacity));
}
.bg-white{
--tw-bg-opacity: 1;
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-black\/5{
background-color: rgba(0, 0, 0, 0.05);
}
.bg-white\/80{
background-color: rgba(255, 255, 255, 0.8);
}
.bg-white\/95{
background-color: rgba(255, 255, 255, 0.95);
}
.bg-black\/60{
background-color: rgba(0, 0, 0, 0.6);
}
.bg-white\/70{
background-color: rgba(255, 255, 255, 0.7);
}
.bg-white\/60{
background-color: rgba(255, 255, 255, 0.6);
}
.bg-white\/90{
background-color: rgba(255, 255, 255, 0.9);
}
.object-cover{
-o-object-fit: cover;
object-fit: cover;
}
.p-4{
padding: 1rem;
}
.p-8{
padding: 2rem;
}
.p-3{
padding: 0.75rem;
}
.p-5{
padding: 1.25rem;
}
.py-20{
padding-top: 5rem;
padding-bottom: 5rem;
}
.py-1{
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.py-6{
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.py-2{
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.py-3{
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.px-4{
padding-left: 1rem;
padding-right: 1rem;
}
.px-2{
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.py-0\.5{
padding-top: 0.125rem;
padding-bottom: 0.125rem;
}
.py-0{
padding-top: 0px;
padding-bottom: 0px;
}
.px-3{
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.px-6{
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-5{
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.py-8{
padding-top: 2rem;
padding-bottom: 2rem;
}
.py-24{
padding-top: 6rem;
padding-bottom: 6rem;
}
.px-5{
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.px-8{
padding-left: 2rem;
padding-right: 2rem;
}
.pb-8{
padding-bottom: 2rem;
}
.pl-4{
padding-left: 1rem;
}
.pl-1{
padding-left: 0.25rem;
}
.pt-8{
padding-top: 2rem;
}
.text-left{
text-align: left;
}
.text-center{
text-align: center;
}
.text-right{
text-align: right;
}
.text-xs{
font-size: 0.75rem;
line-height: 1rem;
}
.text-sm{
font-size: 0.875rem;
line-height: 1.25rem;
}
.text-2xl{
font-size: 1.5rem;
line-height: 2rem;
}
.text-lg{
font-size: 1.125rem;
line-height: 1.75rem;
}
.text-\[11px\]{
font-size: 11px;
}
.text-4xl{
font-size: 2.25rem;
line-height: 2.5rem;
}
.text-base{
font-size: 1rem;
line-height: 1.5rem;
}
.font-bold{
font-weight: 700;
}
.font-semibold{
font-weight: 600;
}
.font-extrabold{
font-weight: 800;
}
.font-medium{
font-weight: 500;
}
.uppercase{
text-transform: uppercase;
}
.italic{
font-style: italic;
}
.leading-6{
line-height: 1.5rem;
}
.leading-tight{
line-height: 1.25;
}
.leading-relaxed{
line-height: 1.625;
}
.tracking-widest{
letter-spacing: 0.1em;
}
.tracking-tight{
letter-spacing: -0.025em;
}
.tracking-wide{
letter-spacing: 0.025em;
}
.text-green-500{
--tw-text-opacity: 1;
color: rgba(16, 185, 129, var(--tw-text-opacity));
}
.text-white{
--tw-text-opacity: 1;
color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-indigo-200{
--tw-text-opacity: 1;
color: rgba(199, 210, 254, var(--tw-text-opacity));
}
.text-\[\#0F0F0F\]{
--tw-text-opacity: 1;
color: rgba(15, 15, 15, var(--tw-text-opacity));
}
.text-black\/70{
color: rgba(0, 0, 0, 0.7);
}
.text-\[\#FF4D4D\]{
--tw-text-opacity: 1;
color: rgba(255, 77, 77, var(--tw-text-opacity));
}
.underline{
text-decoration: underline;
}
.no-underline{
text-decoration: none;
}
.opacity-0{
opacity: 0;
}
.opacity-100{
opacity: 1;
}
.opacity-40{
opacity: 0.4;
}
.shadow-sm{
--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur-2xl{
--tw-blur: blur(40px);
filter: var(--tw-filter);
}
.backdrop-blur{
--tw-backdrop-blur: blur(8px);
backdrop-filter: var(--tw-backdrop-filter);
}
.transition-all{
transition-property: all;
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;
}
.transition-opacity{
transition-property: opacity;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition{
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.duration-200{
transition-duration: 200ms;
}
.m-between + .m-between{
margin-top: 0.25rem;
}
.m-between-0 + .m-between-0{
margin-top: 0px;
}
.m-between-1 + .m-between-1{
margin-top: 0.25rem;
}
.m-between-2 + .m-between-2{
margin-top: 0.5rem;
}
.m-between-3 + .m-between-3{
margin-top: 0.75rem;
}
.m-between-4 + .m-between-4{
margin-top: 1rem;
}
.m-between-5 + .m-between-5{
margin-top: 1.25rem;
}
.m-between-6 + .m-between-6{
margin-top: 1.5rem;
}
.m-between-8 + .m-between-8{
margin-top: 2rem;
}
.m-between-10 + .m-between-10{
margin-top: 2.5rem;
}
.m-between-12 + .m-between-12{
margin-top: 3rem;
}
.m-between-16 + .m-between-16{
margin-top: 4rem;
}
.m-between-20 + .m-between-20{
margin-top: 5rem;
}
.m-between-24 + .m-between-24{
margin-top: 6rem;
}
.m-between-32 + .m-between-32{
margin-top: 8rem;
}
.m-between-40 + .m-between-40{
margin-top: 10rem;
}
.m-between-48 + .m-between-48{
margin-top: 12rem;
}
.m-between-56 + .m-between-56{
margin-top: 14rem;
}
.m-between-64 + .m-between-64{
margin-top: 16rem;
}
.m-between-px + .m-between-px{
margin-top: 1px;
}
.hm-between + .hm-between{
margin-left: 0.25rem;
}
.hm-between-0 + .hm-between-0{
margin-left: 0px;
}
.hm-between-1 + .hm-between-1{
margin-left: 0.25rem;
}
.hm-between-2 + .hm-between-2{
margin-left: 0.5rem;
}
.hm-between-3 + .hm-between-3{
margin-left: 0.75rem;
}
.hm-between-4 + .hm-between-4{
margin-left: 1rem;
}
.hm-between-5 + .hm-between-5{
margin-left: 1.25rem;
}
.hm-between-6 + .hm-between-6{
margin-left: 1.5rem;
}
.hm-between-8 + .hm-between-8{
margin-left: 2rem;
}
.hm-between-10 + .hm-between-10{
margin-left: 2.5rem;
}
.hm-between-12 + .hm-between-12{
margin-left: 3rem;
}
.hm-between-16 + .hm-between-16{
margin-left: 4rem;
}
.hm-between-20 + .hm-between-20{
margin-left: 5rem;
}
.hm-between-24 + .hm-between-24{
margin-left: 6rem;
}
.hm-between-32 + .hm-between-32{
margin-left: 8rem;
}
.hm-between-40 + .hm-between-40{
margin-left: 10rem;
}
.hm-between-48 + .hm-between-48{
margin-left: 12rem;
}
.hm-between-56 + .hm-between-56{
margin-left: 14rem;
}
.hm-between-64 + .hm-between-64{
margin-left: 16rem;
}
.hm-between-px + .hm-between-px{
margin-left: 1px;
}
@responsive {
.m-between-children > :not(:first-child){
margin-top: 0.25rem;
}
.m-between-children-0 > :not(:first-child){
margin-top: 0px;
}
.m-between-children-1 > :not(:first-child){
margin-top: 0.25rem;
}
.m-between-children-2 > :not(:first-child){
margin-top: 0.5rem;
}
.m-between-children-3 > :not(:first-child){
margin-top: 0.75rem;
}
.m-between-children-4 > :not(:first-child){
margin-top: 1rem;
}
.m-between-children-5 > :not(:first-child){
margin-top: 1.25rem;
}
.m-between-children-6 > :not(:first-child){
margin-top: 1.5rem;
}
.m-between-children-8 > :not(:first-child){
margin-top: 2rem;
}
.m-between-children-10 > :not(:first-child){
margin-top: 2.5rem;
}
.m-between-children-12 > :not(:first-child){
margin-top: 3rem;
}
.m-between-children-16 > :not(:first-child){
margin-top: 4rem;
}
.m-between-children-20 > :not(:first-child){
margin-top: 5rem;
}
.m-between-children-24 > :not(:first-child){
margin-top: 6rem;
}
.m-between-children-32 > :not(:first-child){
margin-top: 8rem;
}
.m-between-children-40 > :not(:first-child){
margin-top: 10rem;
}
.m-between-children-48 > :not(:first-child){
margin-top: 12rem;
}
.m-between-children-56 > :not(:first-child){
margin-top: 14rem;
}
.m-between-children-64 > :not(:first-child){
margin-top: 16rem;
}
.m-between-children-px > :not(:first-child){
margin-top: 1px;
}
.hm-between-children > :not(:first-child){
margin-left: 0.25rem;
}
.hm-between-children-0 > :not(:first-child){
margin-left: 0px;
}
.hm-between-children-1 > :not(:first-child){
margin-left: 0.25rem;
}
.hm-between-children-2 > :not(:first-child){
margin-left: 0.5rem;
}
.hm-between-children-3 > :not(:first-child){
margin-left: 0.75rem;
}
.hm-between-children-4 > :not(:first-child){
margin-left: 1rem;
}
.hm-between-children-5 > :not(:first-child){
margin-left: 1.25rem;
}
.hm-between-children-6 > :not(:first-child){
margin-left: 1.5rem;
}
.hm-between-children-8 > :not(:first-child){
margin-left: 2rem;
}
.hm-between-children-10 > :not(:first-child){
margin-left: 2.5rem;
}
.hm-between-children-12 > :not(:first-child){
margin-left: 3rem;
}
.hm-between-children-16 > :not(:first-child){
margin-left: 4rem;
}
.hm-between-children-20 > :not(:first-child){
margin-left: 5rem;
}
.hm-between-children-24 > :not(:first-child){
margin-left: 6rem;
}
.hm-between-children-32 > :not(:first-child){
margin-left: 8rem;
}
.hm-between-children-40 > :not(:first-child){
margin-left: 10rem;
}
.hm-between-children-48 > :not(:first-child){
margin-left: 12rem;
}
.hm-between-children-56 > :not(:first-child){
margin-left: 14rem;
}
.hm-between-children-64 > :not(:first-child){
margin-left: 16rem;
}
.hm-between-children-px > :not(:first-child){
margin-left: 1px;
}
.m-trim > :first-child {
margin-top: 0;
}
.m-trim > :last-child {
margin-bottom: 0;
}
.hm-trim > :first-child {
margin-left: 0;
}
.hm-trim > :last-child {
margin-right: 0;
}
}
.bg-black {
background-color: #0f0f0f;
}
.bg-gray {
background-color: #f0f0f0;
}
.bg-primary {
background-color: #4000f6;
}
.c-white {
color: #f9f9f9;
}
.c-primary {
color: #4000f6;
}
#menu-main-menu ul li a {
text-decoration: none;
}
a {
text-decoration: underline;
transition: all 0.2 ease-in-out;
}
a:hover {
opacity: 0.65;
}
a.btn {
display: inline-flex;
width: -moz-fit-content;
width: fit-content;
flex-direction: row;
padding: 16px 32px;
font-weight: 700;
align-items: center;
justify-content: center;
transition: all 0.2s ease-in-out;
text-decoration: none;
}
a.btn.primary {
color: #f9f9f9;
background-color: #4000f6;
}
a.btn.primary:hover {
opacity: 1;
background-color: #260093;
box-shadow: 0 8px 12px rgba(12, 0, 46, 0.1);
}
a.btn.secondary {
background-color: transparent;
text-decoration: underline;
padding-left: 0px;
}
@media (min-width: 768px) {
a.btn.secondary {
padding-left: 32px;
}
}
a.btn.secondary:hover {
cursor: pointer;
opacity: 0.65;
}
a.btn.secondary.alt {
color: #f9f9f9;
}
a.btn img {
height: 14px;
width: auto;
margin-left: 12px;
}
.page-template-default h1 {
width: 100%;
}
@media screen and (min-width: 700px) {
.page-template-default h1{
width: 50%;
}
}
.page-template-default .core-content {
width: 100%;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.page-template-default .core-content .inner-content{
width: 50%;
}
}
.single-post h1{
width: 100%;
}
.single-post .core-content {
width: 100%;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.single-post .core-content .inner-content{
width: 100%;
}
}
.home .core-content{
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 1.5rem;
padding-left: 1.5rem;
}
@media (min-width: 640px){
.home .core-content{
max-width: 640px;
}
}
@media (min-width: 768px){
.home .core-content{
max-width: 768px;
}
}
@media (min-width: 1024px){
.home .core-content{
max-width: 1024px;
}
}
@media (min-width: 1280px){
.home .core-content{
max-width: 1280px;
}
}
@media (min-width: 1536px){
.home .core-content{
max-width: 1536px;
}
}
@media (min-width: 768px) {
.home .core-content .inner-content{
width: 50%;
}
}
.core-content h1, .core-content h2, .core-content h3, .core-content h4, .core-content h5, .core-content h6 {
margin-top: 32px;
margin-bottom: 24px;
}
.core-content ol {
list-style-type: disc;
}
.core-content ul {
list-style-type: decimal;
}
.core-content ol, .core-content ul {
padding-left: 24px;
margin-bottom: 24px;
}
.core-content ol li, .core-content ul li {
padding-bottom: 16px;
}
.core-content ol {
list-style-type: disc;
}
.core-content ul {
list-style-type: decimal;
}
.core-content p {
margin-bottom: 12px;
}
.polylang_langswitcher .lang-item {
opacity: 0.5;
transition: all 0.3s ease-in-out;
}
.polylang_langswitcher .lang-item:hover {
opacity: 1;
box-shadow: 0 8px 12px rgba(12, 0, 46, 0.15);
}
.polylang_langswitcher .lang-item.current-lang {
opacity: 1;
}
.polylang_langswitcher .lang-item.lang-item-first {
margin-right: 8px;
}
.polylang_langswitcher .lang-item a img {
width: 19px !important;
height: 14px !important;
}
pre.wp-block-code {
margin-bottom: 32px;
}
.wp-block-image {
margin: 16px 0;
}
.wp-block-separator {
margin: 32px 0;
}
.wp-block-quote {
border-left: 3px solid #0f0f0f;
font-size: 24px;
font-weight: bold;
padding: 8px 0 8px 16px;
margin: 16px 0;
}
form.wpcf7-form {
font-size: 0.875rem;
}
form.wpcf7-form input[type=text], form.wpcf7-form input[type=email], form.wpcf7-form textarea {
background: white;
min-height: 48px;
padding: 8px 12px;
border: 1px solid #e5e7eb;
}
form.wpcf7-form input[type=submit] {
background: #4000f6;
color: white;
padding: 16px 32px;
font-weight: 700;
letter-spacing: 1px;
align-items: center;
justify-content: center;
margin-top: 32px;
transition: all 0.2s ease-in-out;
text-decoration: none;
font-size: 18px;
}
form.wpcf7-form input[type=submit]:hover {
cursor: pointer;
}
form.wpcf7-form input[type=submit]:focus {
border-color: #4000f6 !important;
}
form.wpcf7-form .wpcf7-not-valid-tip {
margin-top: 4px;
font-size: 12px;
}
form.wpcf7-form .wpcf7-response-output {
background-color: #f8d7da;
border-color: #ff4d4d !important;
color: #721c24;
margin-left: 0 !important;
padding: 12px 16px;
}
#easy-voice-mail .easy-voice-mail-controls {
margin-bottom: 12px;
}
#easy-voice-mail .easy-voice-mail-controls button {
font-weight: 600;
padding: 16px 32px;
}
#easy-voice-mail .easy-voice-mail-controls button#easy_voice_mail_record {
background-color: #4000f6;
color: #f9f9f9;
}
#easy-voice-mail .easy-voice-mail-controls button#easy_voice_mail_record:after {
font-family: "Font Awesome 5 Free";
font-weight: 600;
content: "\F130";
padding-left: 8px;
}
#easy-voice-mail .easy-voice-mail-controls button#easy_voice_mail_stop {
background-color: #ff4d4d;
color: #f9f9f9;
}
#easy-voice-mail .easy-voice-mail-controls button#easy_voice_mail_stop:after {
font-family: "Font Awesome 5 Free";
font-weight: 600;
content: "\F131";
padding-left: 8px;
}
#easy-voice-mail .easy-voice-mail-controls button#easy_voice_mail_cancel {
border: 1px solid lightgray;
}
#easy-voice-mail .easy-voice-mail-controls button#easy_voice_mail_play {
border: 1px solid lightgray;
}
#easy-voice-mail .easy-voice-mail-controls button#easy_voice_mail_save {
background-color: #4000f6;
color: #f9f9f9;
}
#easy-voice-mail .easy-voice-mail-controls button#easy_voice_mail_save:after {
font-family: "Font Awesome 5 Free";
font-weight: 600;
content: "\F1D8";
padding-left: 8px;
}
#easy-voice-mail #easy_voice_mail_countdown:before {
content: "Time left:";
padding-right: 8px;
font-weight: bold;
}
.newsletter-w-f input[type=email] {
background: white;
min-height: 53px;
padding: 8px 12px;
border: 1px solid #e5e7eb;
margin-right: 12px;
width: 100%;
}
.newsletter-w-f input[type=submit] {
background: #4000f6;
color: white;
padding: 16px 32px;
font-weight: 700;
letter-spacing: 1px;
align-items: center;
justify-content: center;
transition: all 0.2s ease-in-out;
text-decoration: none;
font-size: 18px;
margin-top: 16px;
margin-left: 12px;
}
.newsletter-w-f input[type=submit]:hover {
cursor: pointer;
}
.newsletter-w-f input[type=submit]:focus {
border-color: #4000f6 !important;
}
.newsletter-w-f #mc_embed_signup {
background: transparent;
}
.newsletter-w-f #mc_embed_signup form {
padding: 0;
}
.newsletter-w-f #mc_embed_signup .indicates-required {
display: none;
}
.newsletter-w-f #mc_embed_signup h2 {
display: none;
}
.newsletter-w-f #mc_embed_signup .brandingLogo {
display: none !important;
}
.newsletter-w-f #mc_embed_signup_scroll {
display: flex;
flex-direction: row;
align-items: center;
}
.hover\:bg-white\/95:hover{
background-color: rgba(255, 255, 255, 0.95);
}
.hover\:bg-white:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.hover\:underline:hover{
text-decoration: underline;
}
.hover\:opacity-90:hover{
opacity: 0.9;
}
.focus\:outline-none:focus{
outline: 2px solid transparent;
outline-offset: 2px;
}
.focus\:ring-2:focus{
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-offset-2:focus{
--tw-ring-offset-width: 2px;
}
.group:hover .group-hover\:translate-x-1{
--tw-translate-x: 0.25rem;
transform: var(--tw-transform);
}
@media (min-width: 640px){
.sm\:inline-block{
display: inline-block;
}
.sm\:inline{
display: inline;
}
.sm\:w-4{
width: 1rem;
}
.sm\:flex-row{
flex-direction: row;
}
.sm\:items-center{
align-items: center;
}
.sm\:px-5{
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.sm\:text-3xl{
font-size: 1.875rem;
line-height: 2.25rem;
}
.sm\:text-\[15px\]{
font-size: 15px;
}
.sm\:text-5xl{
font-size: 3rem;
line-height: 1;
}
.sm\:leading-tight{
line-height: 1.25;
}
}
@media (min-width: 768px){
.md\:mx-1{
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.md\:mb-0{
margin-bottom: 0px;
}
.md\:mb-40{
margin-bottom: 10rem;
}
.md\:inline-block{
display: inline-block;
}
.md\:flex{
display: flex;
}
.md\:w-1\/2{
width: 50%;
}
.md\:w-2\/4{
width: 50%;
}
.md\:w-3\/4{
width: 75%;
}
.md\:w-1\/4{
width: 25%;
}
.md\:w-1\/3{
width: 33.333333%;
}
.md\:w-2\/3{
width: 66.666667%;
}
.md\:w-3\/5{
width: 60%;
}
.md\:w-2\/5{
width: 40%;
}
.md\:grid-cols-4{
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.md\:flex-row{
flex-direction: row;
}
.md\:flex-wrap{
flex-wrap: wrap;
}
.md\:items-center{
align-items: center;
}
.md\:border-r{
border-right-width: 1px;
}
.md\:px-1{
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.md\:py-0{
padding-top: 0px;
padding-bottom: 0px;
}
.md\:px-8{
padding-left: 2rem;
padding-right: 2rem;
}
.md\:py-8{
padding-top: 2rem;
padding-bottom: 2rem;
}
.md\:py-48{
padding-top: 12rem;
padding-bottom: 12rem;
}
.md\:pr-20{
padding-right: 5rem;
}
}
@media (min-width: 1024px){
.lg\:-bottom-3{
bottom: -0.75rem;
}
.lg\:col-span-7{
grid-column: span 7 / span 7;
}
.lg\:col-span-5{
grid-column: span 5 / span 5;
}
.lg\:mr-0{
margin-right: 0px;
}
.lg\:mb-0{
margin-bottom: 0px;
}
.lg\:mt-2{
margin-top: 0.5rem;
}
.lg\:block{
display: block;
}
.lg\:w-1\/3{
width: 33.333333%;
}
.lg\:w-auto{
width: auto;
}
.lg\:flex-1{
flex: 1 1 0%;
}
.lg\:grid-cols-6{
grid-template-columns: repeat(6, minmax(0, 1fr));
}
.lg\:grid-cols-12{
grid-template-columns: repeat(12, minmax(0, 1fr));
}
.lg\:flex-row{
flex-direction: row;
}
.lg\:items-center{
align-items: center;
}
.lg\:px-8{
padding-left: 2rem;
padding-right: 2rem;
}
}
@media (min-width: 1280px){
.xl\:block{
display: block;
}
.xl\:flex{
display: flex;
}
.xl\:hidden{
display: none;
}
.xl\:text-center{
text-align: center;
}
}[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
display:none;
}
.wpcf7cf_repeater_sub {
margin-bottom: 20px;
}
.wpcf7cf_repeater_controls, .wpcf7cf_step_controls {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 20px;
}
.wpcf7cf_multistep .wpcf7cf_step { width: 100%;
}
.wpcf7cf_multistep .wpcf7cf_step .step-title {
display: none;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots {
display: flex;
width: 100%;
margin-bottom: 20px;
flex-wrap: wrap;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
display: inline-block;
border-radius: 50%;
background: #dfdfdf;
color: #000000;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
border-bottom: 5px solid #dfdfdf;
text-align: center;
flex: 1;
padding: 15px;
min-width: 120px;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
border-bottom: 5px solid #333;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
border-bottom: 5px solid #333;
font-weight: bold;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index {
background-color: #333;
color: #ffffff;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index {
background-color: #333;
color: #ffffff;
}
.wpcf7cf_step_controls .disabled {
pointer-events: none;
cursor: default;
opacity: .5;
}