:root{
--tm-bg:#ffffff;
--tm-surface:#f6f6f6;
--tm-surface2:#eeeeee;
--tm-text:#111111;
--tm-muted:#555555;
--tm-accent:#ff5e00;
--tm-accent2:#e31b23;
--tm-radius:16px;
--tm-panel-bg:#0b0b0b;
--tm-panel-surface:#111111;
--tm-panel-text:#f2f2f2;
--tm-panel-muted:#b3b3b3;
--tm-panel-radius:22px;
--tm-panel-border: rgba(255,255,255,0.10);
--tm-panel-shadow: 0 18px 56px rgba(0,0,0,0.18);
}
.tm-panel{
background: linear-gradient(180deg, rgba(17,17,17,0.96), rgba(11,11,11,0.96));
border: 1px solid var(--tm-panel-border);
border-radius: var(--tm-panel-radius);
color: var(--tm-panel-text);
box-shadow: var(--tm-panel-shadow);
padding: 22px;
position: relative;
overflow: hidden;
}
.tm-panel::before{
content:"";
position:absolute;
inset:-2px;
background:
radial-gradient(900px 420px at 10% 0%, rgba(255,94,0,0.18), rgba(0,0,0,0) 60%),
radial-gradient(780px 420px at 90% 20%, rgba(227,27,35,0.12), rgba(0,0,0,0) 62%);
pointer-events:none;
opacity:.9;
}
.tm-panel > *{ position: relative; }
.tm-panel--soft{
background: linear-gradient(180deg, rgba(17,17,17,0.92), rgba(11,11,11,0.92));
}
.tm-panel--tight{ padding: 16px; }
.tm-panel__title{
margin: 0 0 8px 0;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .06em;
font-style: italic;
}
.tm-panel__muted{ color: rgba(242,242,242,0.72); }
body{
background:var(--tm-bg) !important;
color:var(--tm-text) !important;
font-family:"Exo 2", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
html{
background:var(--tm-bg) !important;
color:var(--tm-text) !important;
}
h1,h2,h3,h4,.entry-title{
font-family:"Exo 2", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
text-transform:uppercase;
letter-spacing:.04em;
}
a{color:var(--tm-accent);} 
a:hover{color:var(--tm-accent2);} body .ct-container,
body .ct-container-fluid,
body .content-area,
body .site-content{
max-width: 1400px;
} body .site,
body .ct-site,
body .ct-page-wrapper,
body .ct-container,
body .ct-container-fluid,
body .site-content,
body .content-area,
body .entry-content,
body .ct-content{
background: transparent;
}
body .ct-page-wrapper{
background: var(--tm-bg) !important;
}
body .ct-container,
body .ct-container-fluid{
color: var(--tm-text);
}
@media (min-width: 1200px){
body .ct-container{max-width: 1400px;}
} .woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.ct-button,
.wp-block-button__link{
background: linear-gradient(135deg, var(--tm-accent), var(--tm-accent2));
color:#0b0b0b;
border:0;
border-radius: 14px;
padding: 12px 18px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: .05em;
transform: skewX(-10deg);
transition: transform .12s ease, filter .12s ease, box-shadow .12s ease;
}
.woocommerce a.button > span,
.ct-button > span,
.wp-block-button__link > span{
display:inline-block;
transform: skewX(10deg);
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.ct-button:hover,
.wp-block-button__link:hover{
filter: brightness(1.06);
box-shadow: 0 0 0 2px rgba(255,94,0,0.25), 0 20px 50px rgba(0,0,0,0.55);
} .woocommerce div.product,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.entry-content .wp-block-group{
border-radius: var(--tm-radius);
} .woocommerce ul.products{
display:grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 18px;
}
@media (max-width: 1024px){
.woocommerce ul.products{grid-template-columns: repeat(2, minmax(0, 1fr));}
}
@media (max-width: 600px){
.woocommerce ul.products{grid-template-columns: 1fr;}
}
.woocommerce ul.products li.product{
background: linear-gradient(180deg, rgba(17,17,17,0.96), rgba(11,11,11,0.96));
border: 1px solid var(--tm-panel-border);
border-radius: var(--tm-panel-radius);
padding: 16px;
overflow:hidden;
transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.woocommerce ul.products li.product:hover{
transform: translateY(-2px);
box-shadow: 0 0 0 2px rgba(255,94,0,0.18), 0 20px 60px rgba(0,0,0,0.35);
border-color: rgba(255,94,0,0.28);
}
.woocommerce ul.products li.product .price{
color: rgba(242,242,242,0.94);
font-weight: 800;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
font-family:"Exo 2", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
text-transform: uppercase;
letter-spacing: .04em;
font-size: 14px;
color: rgba(242,242,242,0.96);
}
.woocommerce ul.products li.product a,
.woocommerce ul.products li.product a:hover{
color: inherit;
} .woocommerce.single-product .site-content{
width: 100%;
}
.woocommerce.single-product div.product{
background: transparent;
} :root{
--tm-home-bg: var(--tm-bg);
--tm-home-surface: var(--tm-panel-surface);
--tm-home-surface2: var(--tm-panel-bg);
--tm-home-text: var(--tm-panel-text);
--tm-home-muted: var(--tm-panel-muted);
--tm-home-accent:#ff5e00;
--tm-home-accent2:#e31b23;
--tm-home-radius:18px;
} .tm-reveal{
opacity:0;
transform: translateY(14px);
transition: opacity .45s ease, transform .45s ease;
will-change: opacity, transform;
}
.tm-reveal.is-inview{
opacity:1;
transform: translateY(0);
}
@media (prefers-reduced-motion: reduce){
.tm-reveal{opacity:1; transform:none; transition:none;}
} .tm-home.tm-hero,
.tm-hero{
position:relative;
width:100%;
background: var(--tm-bg);
color: var(--tm-text);
border-bottom: 1px solid rgba(0,0,0,0.06);
overflow:hidden;
padding: 64px 0 44px 0;
}
.tm-home.tm-hero .tm-hero__bg,
.tm-hero .tm-hero__bg{
position:absolute;
inset:0;
background:
radial-gradient(900px 520px at 10% 10%, rgba(255,94,0,0.18), rgba(0,0,0,0) 60%),
radial-gradient(800px 520px at 90% 30%, rgba(227,27,35,0.12), rgba(0,0,0,0) 62%),
linear-gradient(90deg, rgba(11,11,11,0.92), rgba(11,11,11,0.35) 55%, rgba(11,11,11,0.95)),
var(--tm-hero-img);
background-size: cover;
background-position: right center;
filter: saturate(1.05) contrast(1.05);
mask-image: radial-gradient(circle at 78% 40%, rgba(0,0,0,1) 0 42%, rgba(0,0,0,0) 70%);
opacity:.95;
}
.tm-home.tm-hero .tm-hero__grid,
.tm-hero .tm-hero__grid{
position:relative;
width: min(1400px, calc(100% - 32px));
margin: 0 auto;
display:grid;
grid-template-columns: 1.15fr 0.85fr;
gap: 22px;
align-items:start;
background: linear-gradient(180deg, rgba(17,17,17,0.92), rgba(11,11,11,0.92));
border: 1px solid rgba(0,0,0,0.10);
border-radius: var(--tm-home-radius);
padding: 22px;
}
@media (max-width: 980px){
.tm-home.tm-hero .tm-hero__grid,
.tm-hero .tm-hero__grid{ grid-template-columns:1fr; }
}
.tm-home.tm-hero .tm-hero__kicker,
.tm-hero .tm-hero__kicker{
display:inline-block;
padding: 8px 12px;
border-radius: 999px;
background: rgba(0,0,0,0.35);
border: 1px solid rgba(255,255,255,0.10);
color: var(--tm-home-muted);
letter-spacing: .08em;
text-transform: uppercase;
font-style: italic;
font-weight: 800;
font-size: 12px;
}
.tm-home.tm-hero .tm-hero__title,
.tm-hero .tm-hero__title{
margin: 14px 0 10px 0;
font-style: italic;
font-weight: 900;
letter-spacing: .06em;
text-transform: uppercase;
line-height: 0.96;
font-size: clamp(36px, 4.4vw, 66px);
}
.tm-home.tm-hero .tm-hero__lead,
.tm-hero .tm-hero__lead{
margin: 0 0 18px 0;
color: rgba(242,242,242,0.86);
font-style: italic;
font-size: 18px;
max-width: 62ch;
}
.tm-home.tm-hero .tm-hero__ctaRow,
.tm-hero .tm-hero__ctaRow{
display:flex;
gap:12px;
flex-wrap:wrap;
margin: 18px 0 14px 0;
}
.tm-home.tm-hero .tm-btn,
.tm-hero .tm-btn{
display:inline-flex;
align-items:center;
justify-content:center;
height: 46px;
padding: 0 18px;
border-radius: 14px;
border: 1px solid rgba(255,255,255,0.12);
text-transform: uppercase;
letter-spacing: .06em;
font-weight: 900;
font-style: italic;
transform: skewX(-10deg);
transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}
.tm-home.tm-hero .tm-btn--primary,
.tm-hero .tm-btn--primary{
background: linear-gradient(135deg, var(--tm-home-accent), var(--tm-home-accent2));
color: #050505;
border-color: transparent;
}
.tm-home.tm-hero .tm-btn--ghost,
.tm-hero .tm-btn--ghost{
background: rgba(17,17,17,0.55);
color: var(--tm-home-text);
}
.tm-home.tm-hero .tm-btn:hover,
.tm-hero .tm-btn:hover{
filter: brightness(1.06);
box-shadow: 0 0 0 2px rgba(255,94,0,0.22), 0 18px 44px rgba(0,0,0,0.65);
}
.tm-home.tm-hero .tm-float,
.tm-hero .tm-float{
animation: tmFloat 2.6s ease-in-out infinite;
}
@keyframes tmFloat{
0%,100%{ transform: translateY(0) skewX(-10deg); }
50%{ transform: translateY(-4px) skewX(-10deg); }
}
@media (prefers-reduced-motion: reduce){
.tm-home.tm-hero .tm-float,
.tm-hero .tm-float{ animation:none; }
}
.tm-home.tm-hero .tm-hero__chips,
.tm-hero .tm-hero__chips{
display:flex;
flex-wrap:wrap;
gap:10px;
margin-top: 10px;
}
.tm-home.tm-hero .tm-chip,
.tm-hero .tm-chip{
display:inline-block;
padding: 8px 12px;
border-radius: 999px;
background: rgba(12,12,12,0.75);
border: 1px solid rgba(255,255,255,0.08);
color: rgba(242,242,242,0.88);
font-style: italic;
font-weight: 700;
letter-spacing: .04em;
}
.tm-home.tm-hero .tm-heroCard,
.tm-hero .tm-heroCard{
background: rgba(17,17,17,0.72);
border: 1px solid rgba(255,255,255,0.10);
border-radius: var(--tm-home-radius);
padding: 14px;
}
.tm-home.tm-hero .tm-heroCard__title,
.tm-hero .tm-heroCard__title{
color: var(--tm-home-muted);
font-style: italic;
font-weight: 800;
letter-spacing: .06em;
text-transform: uppercase;
margin-bottom: 10px;
}
.tm-home.tm-hero .tm-heroCard__grid,
.tm-hero .tm-heroCard__grid{
display:grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
}
@media (max-width: 520px){
.tm-home.tm-hero .tm-heroCard__grid,
.tm-hero .tm-heroCard__grid{ grid-template-columns:1fr; }
}
.tm-home.tm-hero .tm-heroCard__item,
.tm-hero .tm-heroCard__item{
display:block;
padding: 12px;
border-radius: 16px;
background: rgba(5,5,5,0.55);
border: 1px solid rgba(255,255,255,0.10);
transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
font-weight: 800;
font-style: italic;
letter-spacing: .04em;
text-transform: uppercase;
}
.tm-home.tm-hero .tm-heroCard__item:hover,
.tm-hero .tm-heroCard__item:hover{
transform: translateY(-2px);
box-shadow: 0 0 0 2px rgba(255,94,0,0.16), 0 18px 48px rgba(0,0,0,0.55);
border-color: rgba(255,94,0,0.20);
}
.tm-home.tm-hero .tm-hero__speed,
.tm-hero .tm-hero__speed{
position:absolute;
left:0; right:0; bottom:0;
height: 120px;
pointer-events:none;
overflow:hidden;
opacity:.9;
mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
}
.tm-home.tm-hero .tm-speedLine,
.tm-hero .tm-speedLine{
position:absolute;
left:-30%;
width:60%;
height:2px;
background: linear-gradient(90deg, rgba(255,94,0,0), rgba(255,94,0,.85), rgba(227,27,35,0));
transform: rotate(-8deg);
animation: tmDrive 1.7s linear infinite;
}
.tm-home.tm-hero .tm-speedLine--1,
.tm-hero .tm-speedLine--1{ bottom:20px; animation-duration:1.6s; opacity:.85; }
.tm-home.tm-hero .tm-speedLine--2,
.tm-hero .tm-speedLine--2{ bottom:48px; animation-duration:1.95s; opacity:.55; }
.tm-home.tm-hero .tm-speedLine--3,
.tm-hero .tm-speedLine--3{ bottom:78px; animation-duration:2.2s; opacity:.38; }
@keyframes tmDrive{
from { transform: translateX(-10%) rotate(-8deg); }
to   { transform: translateX(160%) rotate(-8deg); }
} .tm-trust{
width:100%;
background: var(--tm-bg);
border-bottom: 0;
padding: 22px 0;
}
.tm-trust__grid{
width: min(1400px, calc(100% - 32px));
margin: 0 auto;
display:grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 14px;
background: linear-gradient(180deg, rgba(17,17,17,0.92), rgba(11,11,11,0.92));
border: 1px solid rgba(0,0,0,0.10);
border-radius: var(--tm-home-radius);
padding: 16px;
position: relative;
}
.tm-trust__grid::after{
content:"";
position:absolute;
left:12px; right:12px; bottom:10px;
height:2px;
border-radius:999px;
background: linear-gradient(90deg, rgba(255,94,0,0), rgba(255,94,0,0.9), rgba(227,27,35,0));
opacity:.85;
}
@media (max-width: 980px){
.tm-trust__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px){
.tm-trust__grid{ grid-template-columns: 1fr; }
}
.tm-trustItem{
background: rgba(5,5,5,0.55);
border: 1px solid rgba(255,255,255,0.08);
border-radius: 16px;
padding: 12px 12px;
display:grid;
grid-template-columns: 40px 1fr;
grid-template-rows: auto auto;
column-gap: 10px;
align-items:center;
}
.tm-trustItem__icon{
width:40px;height:40px;
border-radius: 14px;
display:flex;align-items:center;justify-content:center;
background: linear-gradient(135deg, rgba(255,94,0,0.22), rgba(227,27,35,0.14));
border: 1px solid rgba(255,94,0,0.20);
grid-row: 1 / span 2;
font-size: 18px;
}
.tm-trustItem__title{
font-weight: 900;
letter-spacing: .06em;
text-transform: uppercase;
font-style: italic;
color: rgba(242,242,242,0.92);
font-size: 12px;
}
.tm-trustItem__text{
color: rgba(242,242,242,0.72);
font-style: italic;
font-size: 13px;
} .tm-cats{
width:100%;
background: var(--tm-bg);
color: var(--tm-text);
padding: 54px 0;
}
.tm-cats__inner{
width: min(1400px, calc(100% - 32px));
margin: 0 auto;
}
.tm-cats__head{
margin-bottom: 16px;
}
.tm-cats__title{
margin: 0 0 6px 0;
font-style: italic;
font-weight: 900;
letter-spacing: .06em;
text-transform: uppercase;
font-size: clamp(18px, 2.2vw, 28px);
}
.tm-cats__sub{
margin: 0;
color: rgba(17,17,17,0.72);
font-style: italic;
}
.tm-cats__inner.tm-panel{
width: min(1400px, calc(100% - 32px));
margin: 0 auto;
}
.tm-cats__inner.tm-panel .tm-cats__title{
color: rgba(242,242,242,0.96);
}
.tm-cats__inner.tm-panel .tm-cats__sub{
color: rgba(242,242,242,0.72);
}
.tm-cats__grid{
display:grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}
@media (max-width: 1024px){
.tm-cats__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px){
.tm-cats__grid{ grid-template-columns: 1fr; }
}
.tm-catCard{
display:block;
position:relative;
padding: 18px;
border-radius: var(--tm-home-radius);
background:
radial-gradient(520px 220px at 10% 10%, rgba(255,94,0,0.16), rgba(0,0,0,0) 58%),
linear-gradient(180deg, rgba(17,17,17,0.92), rgba(12,12,12,0.92));
border: 1px solid rgba(255,255,255,0.10);
transform: skewX(-5deg);
transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, filter .12s ease;
overflow:hidden;
}
.tm-catCard::after{
content:"";
position:absolute;
inset:-2px;
border-radius: inherit;
pointer-events:none;
opacity:0;
transition: opacity .12s ease;
background: linear-gradient(135deg, rgba(255,94,0,0.55), rgba(227,27,35,0.35));
filter: blur(10px);
}
.tm-catCard__inner{
transform: skewX(5deg);
}
.tm-catCard__kicker{
color: rgba(242,242,242,0.70);
letter-spacing: .08em;
text-transform: uppercase;
font-weight: 800;
font-size: 12px;
font-style: italic;
}
.tm-catCard__title{
margin-top: 10px;
font-size: 18px;
font-weight: 900;
letter-spacing: .06em;
text-transform: uppercase;
font-style: italic;
color: rgba(242,242,242,0.95);
}
.tm-catCard__text{
margin-top: 8px;
color: rgba(242,242,242,0.76);
font-style: italic;
}
.tm-catCard__cta{
display:inline-flex;
margin-top: 12px;
padding: 10px 12px;
border-radius: 14px;
border: 1px solid rgba(255,255,255,0.10);
background: rgba(5,5,5,0.55);
font-weight: 900;
letter-spacing: .06em;
text-transform: uppercase;
font-style: italic;
}
.tm-catCard:hover{
transform: translateY(-2px) skewX(-5deg) scale(1.02);
border-color: rgba(255,94,0,0.28);
box-shadow: 0 0 0 2px rgba(255,94,0,0.16), 0 22px 64px rgba(0,0,0,0.62);
filter: brightness(1.04);
}
.tm-catCard:hover::after{
opacity: .45;
} .tm-highlight{
width:100%;
background: var(--tm-bg);
color: var(--tm-text);
padding: 54px 0;
}
.tm-highlight__inner{
width: min(1400px, calc(100% - 32px));
margin: 0 auto;
}
.tm-highlight__head{
display:flex;
align-items:flex-end;
justify-content:space-between;
gap: 14px;
margin-bottom: 16px;
}
.tm-highlight__title{
margin:0;
font-style: italic;
font-weight: 900;
letter-spacing: .06em;
text-transform: uppercase;
font-size: clamp(18px, 2.2vw, 28px);
}
.tm-highlight__note{
color: rgba(17,17,17,0.72);
font-style: italic;
margin:0;
}
.tm-highlight__track{
display:flex;
gap: 14px;
overflow:auto;
padding: 6px 2px 14px 2px;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
}
.tm-highlight__track::-webkit-scrollbar{ height: 10px; }
.tm-highlight__track::-webkit-scrollbar-thumb{ background: rgba(255,94,0,0.25); border-radius: 999px; }
.tm-highlight__track::-webkit-scrollbar-track{ background: rgba(255,255,255,0.06); }
.tm-productCard{
flex: 0 0 320px;
scroll-snap-align: start;
background: linear-gradient(180deg, rgba(17,17,17,0.92), rgba(12,12,12,0.92));
border: 1px solid rgba(255,255,255,0.10);
border-radius: var(--tm-home-radius);
padding: 14px;
transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
@media (max-width: 520px){
.tm-productCard{ flex-basis: 84vw; }
}
.tm-productCard:hover{
transform: translateY(-2px);
border-color: rgba(255,94,0,0.24);
box-shadow: 0 0 0 2px rgba(255,94,0,0.12), 0 22px 64px rgba(0,0,0,0.62);
}
.tm-productCard__thumb{
width:100%;
aspect-ratio: 16/10;
border-radius: 16px;
background:
radial-gradient(420px 160px at 10% 15%, rgba(255,94,0,0.16), rgba(0,0,0,0) 60%),
rgba(5,5,5,0.55);
border: 1px solid rgba(255,255,255,0.08);
}
.tm-productCard__title{
margin-top: 12px;
font-weight: 900;
letter-spacing: .06em;
text-transform: uppercase;
font-style: italic;
color: rgba(242,242,242,0.95);
}
.tm-productCard__meta{
display:flex;
align-items:center;
justify-content:space-between;
gap: 10px;
margin-top: 10px;
}
.tm-productCard__price{
color: rgba(242,242,242,0.95);
font-weight: 900;
letter-spacing: .04em;
}
.tm-productCard__btn{
display:inline-flex;
align-items:center;
justify-content:center;
height: 40px;
padding: 0 14px;
border-radius: 14px;
border: 1px solid rgba(255,255,255,0.12);
background: linear-gradient(135deg, var(--tm-home-accent), var(--tm-home-accent2));
color: #050505;
font-weight: 900;
letter-spacing: .06em;
text-transform: uppercase;
font-style: italic;
transform: skewX(-10deg);
} .tm-steps{
width:100%;
background: var(--tm-bg);
color: var(--tm-text);
padding: 54px 0 64px 0;
}
.tm-steps__inner{
width: min(1400px, calc(100% - 32px));
margin: 0 auto;
}
.tm-steps__head{
margin-bottom: 16px;
}
.tm-steps__title{
margin:0 0 6px 0;
font-style: italic;
font-weight: 900;
letter-spacing: .06em;
text-transform: uppercase;
font-size: clamp(18px, 2.2vw, 28px);
}
.tm-steps__sub{
margin:0;
color: rgba(17,17,17,0.72);
font-style: italic;
}
.tm-steps__grid{
display:grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}
@media (max-width: 980px){
.tm-steps__grid{ grid-template-columns: 1fr; }
}
.tm-step{
position:relative;
background: linear-gradient(180deg, rgba(17,17,17,0.92), rgba(12,12,12,0.92));
border: 1px solid rgba(255,255,255,0.10);
border-radius: var(--tm-home-radius);
padding: 16px;
overflow:hidden;
}
.tm-step__num{
display:inline-flex;
align-items:center;
justify-content:center;
width: 44px;
height: 44px;
border-radius: 16px;
background: linear-gradient(135deg, rgba(255,94,0,0.20), rgba(227,27,35,0.12));
border: 1px solid rgba(255,94,0,0.20);
font-weight: 900;
letter-spacing: .06em;
}
.tm-step__title{
margin-top: 12px;
font-weight: 900;
letter-spacing: .06em;
text-transform: uppercase;
font-style: italic;
color: rgba(242,242,242,0.95);
}
.tm-step__text{
margin-top: 8px;
color: rgba(242,242,242,0.76);
font-style: italic;
} @media (min-width: 981px){
.tm-step:not(:last-child)::after{
content:"";
position:absolute;
top: 50%;
right: -18px;
width: 36px;
height: 2px;
background: linear-gradient(90deg, rgba(255,94,0,0), rgba(255,94,0,0.9), rgba(227,27,35,0));
transform: translateY(-50%) rotate(-4deg);
filter: blur(0.2px);
opacity: .85;
}
.tm-step:not(:last-child)::before{
content:"";
position:absolute;
top: calc(50% + 10px);
right: -26px;
width: 52px;
height: 2px;
background: linear-gradient(90deg, rgba(255,94,0,0), rgba(255,94,0,0.55), rgba(227,27,35,0));
transform: translateY(-50%) rotate(-8deg);
opacity: .55;
}
} .tm-cta{
width:100%;
background: var(--tm-bg);
color: var(--tm-text);
padding: 54px 0;
}
.tm-cta__inner{
width: min(1400px, calc(100% - 32px));
margin: 0 auto;
}
.tm-ctaBox{
display:flex;
align-items:center;
justify-content:space-between;
gap: 16px;
padding: 18px;
border-radius: var(--tm-home-radius);
border: 1px solid rgba(255,255,255,0.10);
background:
radial-gradient(900px 260px at 15% 10%, rgba(255,94,0,0.18), rgba(0,0,0,0) 60%),
radial-gradient(820px 260px at 85% 60%, rgba(227,27,35,0.12), rgba(0,0,0,0) 60%),
linear-gradient(180deg, rgba(17,17,17,0.92), rgba(12,12,12,0.92));
}
@media (max-width: 900px){
.tm-ctaBox{ flex-direction:column; align-items:flex-start; }
}
.tm-ctaBox__title{
margin:0;
font-style: italic;
font-weight: 900;
letter-spacing: .06em;
text-transform: uppercase;
font-size: clamp(18px, 2.2vw, 28px);
color: rgba(242,242,242,0.96);
}
.tm-ctaBox__text{
margin-top: 8px;
color: rgba(242,242,242,0.78);
font-style: italic;
}
.tm-ctaBox__actions{
display:flex;
gap: 12px;
flex-wrap:wrap;
} .tm-newsletter{
width:100%;
background: var(--tm-bg);
color: var(--tm-text);
border-top: 1px solid rgba(0,0,0,0.06);
border-bottom: 0;
padding: 46px 0;
}
.tm-newsletter__inner{
width: min(1400px, calc(100% - 32px));
margin: 0 auto;
display:grid;
grid-template-columns: 1.1fr 0.9fr;
gap: 16px;
align-items:center;
background: linear-gradient(180deg, rgba(17,17,17,0.92), rgba(11,11,11,0.92));
border: 1px solid rgba(0,0,0,0.10);
border-radius: var(--tm-home-radius);
padding: 18px;
}
@media (max-width: 980px){
.tm-newsletter__inner{ grid-template-columns: 1fr; }
}
.tm-newsletter__title{
margin:0;
font-style: italic;
font-weight: 900;
letter-spacing: .06em;
text-transform: uppercase;
font-size: clamp(18px, 2.0vw, 26px);
color: #fff;
}
.tm-newsletter__text{
margin-top: 8px;
color: rgba(242,242,242,0.72);
font-style: italic;
}
.tm-newsletterForm{
display:flex;
gap: 10px;
flex-wrap:wrap;
justify-content:flex-end;
}
@media (max-width: 980px){
.tm-newsletterForm{ justify-content:flex-start; }
}
.tm-newsletterForm__input{
flex: 1 1 280px;
height: 46px;
padding: 0 14px;
border-radius: 14px;
border: 1px solid rgba(255,255,255,0.12);
background: rgba(5,5,5,0.55);
color: var(--tm-home-text);
outline: none;
}
.tm-newsletterForm__input::placeholder{
color: rgba(242,242,242,0.45);
}
.tm-newsletterForm__hint{
width: 100%;
color: rgba(242,242,242,0.60);
font-style: italic;
font-size: 12px;
}.ct-header-account .ct-account-item .ct-media-container{flex:0 0 var(--avatar-size, 18px);width:var(--avatar-size, 18px);height:var(--avatar-size, 18px);border-radius:100%}.ct-header-account .ct-account-item:not([href]){cursor:pointer;color:var(--theme-link-initial-color);transition:var(--theme-transition)}.ct-header-account .ct-account-item:not([href]):hover{color:var(--theme-link-hover-color)}input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 620px; --cmplz_banner_background_color: #ffffff; --cmplz_banner_border_color: #f2f2f2; --cmplz_banner_border_width: 0px 0px 0px 0px ; --cmplz_banner_border_radius: 12px 12px 12px 12px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 216px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #222222; --cmplz_hyperlink_color: #1E73BE; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #1E73BE; --cmplz_button_accept_border_color: #1E73BE; --cmplz_button_accept_text_color: #ffffff; --cmplz_button_deny_background_color: #f9f9f9; --cmplz_button_deny_border_color: #f2f2f2; --cmplz_button_deny_text_color: #222222; --cmplz_button_settings_background_color: #f9f9f9; --cmplz_button_settings_border_color: #f2f2f2; --cmplz_button_settings_text_color: #333333; --cmplz_button_border_radius: 6px 6px 6px 6px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #1e73be; --cmplz_slider_inactive_color: #F56E28; --cmplz_slider_bullet_color: #ffffff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}.cmplz-cookiebanner { top: initial; left: initial; right: 10px; bottom: 10px; transform: initial;}@media (min-width: 768px) { .cmplz-cookiebanner { min-width: var(--cmplz_banner_width); max-width: 100%; display: grid; grid-row-gap: 10px; }}@media (max-width: 768px) { .cmplz-cookiebanner { left: initial; right: initial; bottom: 0; width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (min-width: 768px) { .cmplz-message, .cmplz-categories { width: calc(var(--cmplz_banner_width) - 42px); }}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}#cmplz-cookiebanner-container .cmplz-cookiebanner { bottom: -50vh; -webkit-animation: slideIn 1s forwards; -webkit-animation-delay: 0s; animation: slideIn 1s forwards; animation-delay: 0s;}@-webkit-keyframes slideIn { 100% { bottom: 0; }}@keyframes slideIn { 100% { bottom: 0; }}#cmplz-manage-consent .cmplz-manage-consent { animation: mc_slideIn 0s forwards;}.cmplz-logo { display: none !important;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox { position: relative;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox { opacity: 0; margin: 0; margin-top: -10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; position: absolute; z-index: 1; top: 0px; left: 0px; width: 40px; height: 20px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before { box-shadow: 0 0 0 2px #245fcc;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before { display: block; background-color: var(--cmplz_slider_active_color); content: ""; padding-left: 6px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after { left: 14px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label { position: relative; padding-left: 30px; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { box-sizing: border-box; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: background-color 0.3s, left 0.3s;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before { display: block; content: ""; color: #fff; box-sizing: border-box; font-family: 'FontAwesome', sans-serif; padding-left: 23px; font-size: 12px; line-height: 20px; background-color: var(--cmplz_slider_inactive_color); left: 0px; top: -7px; height: 15px; width: 28px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { display: block; content: ""; letter-spacing: 20px; background: var(--cmplz_slider_bullet_color); left: 4px; top: -5px; height: 11px; width: 11px;}.cmplz-cookiebanner { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}#cmplz-manage-consent .cmplz-manage-consent { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show:hover { transition-duration: 1s; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: block;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: none;} #cmplz-manage-consent .cmplz-blocked-content-container .cmplz-blocked-content-notice,button#cmplz-consent-ui, #cmplz-post-consent-ui {}#cmplz-consent-ui #cmplz-consent-ui button, #cmplz-post-consent-ui button {} .cmplz-blocked-content-container.forminator-g-recaptcha { max-width: initial !important; height: 90px !important } @media only screen and (max-width: 400px) { .cmplz-blocked-content-container.forminator-g-recaptcha { height: 100px !important } } .cmplz-blocked-content-container.forminator-g-recaptcha .cmplz-blocked-content-notice { top: unset; left: unset; transform: unset; } .cmplz-placeholder-element > blockquote.fb-xfbml-parse-ignore { margin: 0 20px; }