:root {
	--lcx-ink: #102033;
	--lcx-navy: #06163a;
	--lcx-blue: #155b8d;
	--lcx-green: #25ad0d;
	--lcx-lime: #d8ff66;
	--lcx-orange: #ff7a1a;
	--lcx-paper: #f5f7f1;
	--lcx-soft: #eef4f6;
	--lcx-line: rgba(16, 32, 51, .14);
	--lcx-shadow: 0 24px 70px rgba(6, 22, 58, .16);
	--lcx-radius: 8px;
}

body.lcx-active .header-middle.type-slider,
body.lcx-active .page-header-wrapper,
body.lcx-active #sub-header,
body.lcx-active .meta-header,
body.page.lcx-active #main header.single {
	display: none !important;
}

body.lcx-active #main-content,
body.lcx-active #main,
body.lcx-active .vamtam-main {
	background: var(--lcx-paper);
}

body.lcx-active {
	overflow-x: hidden !important;
}

body.lcx-active .trp-floating-switcher {
	right: auto !important;
	left: 16px !important;
	top: 148px !important;
	bottom: auto !important;
	transform: none !important;
	width: auto !important;
	min-width: 0 !important;
	z-index: 60 !important;
}

body.lcx-active .trp-floating-switcher .trp-language-item-name {
	display: none !important;
}

body.lcx-active #ht-ctc-chat {
	z-index: 70 !important;
}

body.page.lcx-active .main-container,
body.page.lcx-active #main-content,
body.page.lcx-active #main,
body.page.lcx-active .vamtam-main,
body.page.lcx-active .limit-wrapper.vamtam-box-outer-padding,
body.page.lcx-active .page-wrapper,
body.page.lcx-active article.left-only,
body.page.lcx-active .page-content {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.page.lcx-active .page-wrapper > aside.vamtam-body-sidebar {
	display: none !important;
}

body.page.lcx-active .page-wrapper > article.left-only {
	flex: 1 1 100% !important;
	order: 1 !important;
}

.lcx-shell,
.lcx-shell * {
	box-sizing: border-box;
}

.lcx-shell {
	width: 100vw;
	max-width: 100vw;
	margin-left: 0;
	overflow-x: hidden;
	color: var(--lcx-ink);
	background: var(--lcx-paper);
	font-family: "Open Sans", Arial, sans-serif;
	line-height: 1.55;
}

.lcx-shell a {
	color: inherit;
	text-decoration: none;
}

.lcx-wrap {
	width: min(1160px, calc(100% - 40px));
	margin: 0 auto;
}

.lcx-hero {
	position: relative;
	min-height: 590px;
	display: flex;
	align-items: stretch;
	color: #fff;
	background:
		linear-gradient(100deg, rgba(5, 16, 28, .96) 0%, rgba(5, 16, 28, .88) 42%, rgba(5, 16, 28, .38) 100%),
		url("https://limacargolog.com.br/wp-content/uploads/revslider/home-modern/Slider-11.jpg") center / cover no-repeat;
	overflow: hidden;
}

.lcx-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 9px;
	background: linear-gradient(90deg, var(--lcx-green), var(--lcx-lime), var(--lcx-orange));
}

.lcx-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
	gap: 42px;
	align-items: center;
	padding: 56px 0 62px;
}

.lcx-hero-grid-guide {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
}

.lcx-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 16px;
	color: var(--lcx-green);
	font: 800 12px/1.2 Cabin, Arial, sans-serif;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.lcx-kicker::before {
	content: "";
	width: 28px;
	height: 2px;
	background: currentColor;
}

.lcx-hero h1,
.lcx-section h2,
.lcx-final-cta h2,
.lcx-post-cta h2 {
	margin: 0;
	color: inherit;
	font-family: Cabin, Arial, sans-serif;
	font-weight: 800;
	line-height: 1.06;
	letter-spacing: 0;
}

.lcx-hero h1 {
	max-width: 790px;
	font-size: 52px;
	color: #fff;
	overflow-wrap: break-word;
}

.lcx-lead {
	max-width: 710px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, .87);
	font-size: 18px;
}

.lcx-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 30px;
}

.lcx-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 18px;
	border-radius: 6px;
	border: 1px solid transparent;
	font: 800 14px/1.2 Cabin, Arial, sans-serif;
	text-align: center;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
	cursor: pointer;
}

.lcx-btn::after {
	content: ">";
	margin-left: 10px;
	font-weight: 900;
}

.lcx-btn:hover,
.lcx-btn:focus {
	transform: translateY(-1px);
	text-decoration: none;
}

.lcx-btn-primary {
	background: linear-gradient(135deg, var(--lcx-lime), var(--lcx-green));
	color: #0e1b2a !important;
	box-shadow: 0 14px 40px rgba(37, 173, 13, .26);
}

.lcx-btn-secondary {
	background: rgba(255, 255, 255, .10);
	border-color: rgba(255, 255, 255, .28);
	color: #fff !important;
}

.lcx-urgency {
	display: inline-flex;
	margin-top: 22px;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 6px;
	background: rgba(255, 255, 255, .10);
	color: rgba(255, 255, 255, .88);
	font-weight: 700;
}

.lcx-lead-form {
	min-width: 0;
	background: rgba(255, 255, 255, .97);
	color: var(--lcx-ink);
	border-radius: var(--lcx-radius);
	padding: 24px;
	box-shadow: var(--lcx-shadow);
}

.lcx-blog-panel {
	min-width: 0;
	background: rgba(255, 255, 255, .97);
	color: var(--lcx-ink);
	border-radius: var(--lcx-radius);
	padding: 24px;
	box-shadow: var(--lcx-shadow);
}

.lcx-guide-panel {
	min-width: 0;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: var(--lcx-radius);
	background: rgba(255, 255, 255, .95);
	color: var(--lcx-ink);
	box-shadow: 0 24px 60px rgba(6, 22, 58, .18);
}

.lcx-guide-panel-head {
	display: grid;
	gap: 7px;
	margin-bottom: 16px;
}

.lcx-guide-panel-head span {
	color: var(--lcx-green);
	font: 800 12px/1 Cabin, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.lcx-guide-panel-head strong {
	color: var(--lcx-navy);
	font: 800 23px/1.12 Cabin, Arial, sans-serif;
}

.lcx-guide-panel nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin: 0 0 16px;
}

.lcx-guide-panel nav a {
	padding: 10px 11px;
	border: 1px solid var(--lcx-line);
	border-radius: 6px;
	background: #fff;
	color: var(--lcx-navy);
	font: 800 13px/1.2 Cabin, Arial, sans-serif;
}

.lcx-guide-panel nav a:hover,
.lcx-guide-panel nav a:focus {
	border-color: rgba(37, 173, 13, .38);
	color: var(--lcx-green);
	text-decoration: none;
}

.lcx-guide-panel p {
	margin: 0 0 16px;
	color: #5c687a;
	font-size: 14px;
}

.lcx-guide-panel .lcx-btn {
	width: 100%;
}

.lcx-blog-panel ul {
	display: grid;
	gap: 11px;
	margin: 16px 0 20px;
	padding: 0;
	list-style: none;
}

.lcx-blog-panel li {
	position: relative;
	padding-left: 22px;
	color: #536175;
	font-size: 14px;
}

.lcx-blog-panel li::before {
	content: "";
	position: absolute;
	top: .66em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--lcx-green);
}

.lcx-form-head {
	display: grid;
	gap: 5px;
	margin-bottom: 16px;
}

.lcx-form-head span {
	color: var(--lcx-green);
	font: 800 12px/1 Cabin, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.lcx-form-head strong {
	color: var(--lcx-navy);
	font: 800 24px/1.1 Cabin, Arial, sans-serif;
}

.lcx-lead-form label {
	display: grid;
	gap: 6px;
	margin: 0 0 12px;
	color: #425066;
	font: 800 12px/1.2 Cabin, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.lcx-lead-form input,
.lcx-lead-form select,
.lcx-lead-form textarea {
	width: 100%;
	border: 1px solid var(--lcx-line);
	border-radius: 6px;
	background: #fff;
	color: var(--lcx-ink);
	padding: 12px 12px;
	font: 600 14px/1.35 "Open Sans", Arial, sans-serif;
	text-transform: none;
	letter-spacing: 0;
	outline: none;
}

.lcx-lead-form input:focus,
.lcx-lead-form select:focus,
.lcx-lead-form textarea:focus {
	border-color: var(--lcx-green);
	box-shadow: 0 0 0 3px rgba(37, 173, 13, .13);
}

.lcx-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.lcx-lead-form button {
	width: 100%;
	border: 0;
	margin-top: 2px;
}

.lcx-lead-form p {
	margin: 10px 0 0;
	color: #687385;
	font-size: 12px;
}

.lcx-band {
	background: #fff;
	border-bottom: 1px solid var(--lcx-line);
}

.lcx-exchange {
	background: #fdfdf9;
	border-bottom: 1px solid var(--lcx-line);
}

.lcx-exchange-grid {
	display: grid;
	grid-template-columns: minmax(260px, .8fr) minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	padding: 24px 0;
}

.lcx-exchange .lcx-kicker {
	margin-bottom: 8px;
}

.lcx-exchange strong {
	display: block;
	color: var(--lcx-navy);
	font: 800 22px/1.18 Cabin, Arial, sans-serif;
}

.lcx-exchange-rates {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.lcx-exchange-rates .ptax-ultimo {
	display: block;
	border: 1px solid var(--lcx-line);
	border-radius: var(--lcx-radius);
	background: #fff;
	box-shadow: 0 10px 30px rgba(16, 32, 51, .05);
	color: var(--lcx-navy);
	font: 800 17px/1.25 Cabin, Arial, sans-serif;
}

.lcx-exchange-rates .ptax-ultimo a {
	display: block;
	padding: 17px 18px;
}

.lcx-exchange-rates .ptax-ultimo small {
	display: block;
	margin-top: 6px;
	color: #687385;
	font: 600 12px/1.3 "Open Sans", Arial, sans-serif;
}

.lcx-proof-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	padding: 0;
	background: var(--lcx-line);
	border-left: 1px solid var(--lcx-line);
	border-right: 1px solid var(--lcx-line);
}

.lcx-proof-grid div {
	min-height: 96px;
	padding: 20px;
	background: #fff;
}

.lcx-proof-grid strong {
	display: block;
	color: var(--lcx-navy);
	font: 800 19px/1.12 Cabin, Arial, sans-serif;
}

.lcx-proof-grid span {
	display: block;
	margin-top: 8px;
	color: #5b6678;
	font-size: 14px;
}

.lcx-section {
	padding: 58px 0;
	background: var(--lcx-paper);
}

.lcx-section h2,
.lcx-final-cta h2,
.lcx-post-cta h2 {
	color: var(--lcx-navy);
	font-size: 38px;
}

.lcx-section p {
	margin: 18px 0 0;
	color: #4e5b70;
	font-size: 16px;
}

.lcx-two-col {
	display: grid;
	grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
	gap: 44px;
	align-items: start;
}

.lcx-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.lcx-card {
	display: block;
	min-height: 150px;
	padding: 20px;
	border: 1px solid var(--lcx-line);
	border-radius: var(--lcx-radius);
	background: #fff;
	box-shadow: 0 8px 22px rgba(16, 32, 51, .045);
}

.lcx-card h3 {
	margin: 0;
	color: var(--lcx-navy);
	font: 800 22px/1.15 Cabin, Arial, sans-serif;
}

.lcx-card p {
	margin-top: 12px;
	color: #536175;
	font-size: 14px;
}

.lcx-post-card:hover {
	border-color: rgba(37, 173, 13, .42);
	box-shadow: 0 18px 45px rgba(16, 32, 51, .10);
}

.lcx-contrast {
	background: var(--lcx-navy);
	color: #fff;
}

.lcx-contrast .lcx-kicker,
.lcx-contrast h2 {
	color: #fff;
}

.lcx-process {
	display: grid;
	grid-template-columns: .72fr 1fr;
	gap: 44px;
	align-items: start;
}

.lcx-process ol {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: lcx-step;
}

.lcx-process li {
	position: relative;
	padding: 22px 22px 22px 72px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: var(--lcx-radius);
	background: rgba(255, 255, 255, .06);
	counter-increment: lcx-step;
}

.lcx-process li::before {
	content: counter(lcx-step);
	position: absolute;
	top: 18px;
	left: 20px;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--lcx-lime);
	color: var(--lcx-navy);
	font: 900 16px/1 Cabin, Arial, sans-serif;
}

.lcx-process strong {
	display: block;
	color: #fff;
	font: 800 20px/1.2 Cabin, Arial, sans-serif;
}

.lcx-process span {
	display: block;
	margin-top: 8px;
	color: rgba(255, 255, 255, .72);
}

.lcx-final-cta {
	display: flex;
	gap: 28px;
	align-items: center;
	justify-content: space-between;
	padding: 34px;
	border-radius: var(--lcx-radius);
	background: #fff;
	box-shadow: var(--lcx-shadow);
}

.lcx-final-cta > div {
	max-width: 760px;
}

.lcx-guide-cta-section {
	padding-top: 0;
}

.lcx-guide-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	padding: 28px;
	border-radius: var(--lcx-radius);
	background: var(--lcx-navy);
	color: #fff;
}

.lcx-guide-cta h2 {
	margin: 0;
	color: #fff;
	font: 800 32px/1.08 Cabin, Arial, sans-serif;
	letter-spacing: 0;
}

.lcx-guide-cta .lcx-kicker {
	color: var(--lcx-lime);
}

.lcx-guide-cta p:not(.lcx-kicker) {
	max-width: 760px;
	margin-top: 10px;
	color: rgba(255, 255, 255, .76);
	font-size: 15px;
}

.lcx-editorial-copy {
	max-width: 780px;
}

.lcx-editorial-copy p:first-child {
	margin-top: 0;
}

.lcx-section-head {
	max-width: 760px;
	margin-bottom: 22px;
}

.lcx-section-head-inline {
	margin-top: 0;
}

.lcx-guide-section {
	background: linear-gradient(180deg, #f8faf5 0%, var(--lcx-paper) 100%);
}

.lcx-guide-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(290px, 360px);
	gap: 42px;
	align-items: start;
}

.lcx-guide-main h2,
.lcx-guide-aside h2,
.lcx-faq-compact h2,
.lcx-related-compact h2 {
	margin: 0;
	color: var(--lcx-navy);
	font-family: Cabin, Arial, sans-serif;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: 0;
}

.lcx-guide-main h2 {
	max-width: 720px;
	font-size: 40px;
}

.lcx-guide-main .lcx-editorial-copy {
	margin-top: 22px;
}

.lcx-guide-main .lcx-editorial-copy p {
	margin-top: 14px;
	font-size: 17px;
	line-height: 1.68;
}

.lcx-guide-divider {
	width: 100%;
	height: 1px;
	margin: 34px 0 28px;
	background: var(--lcx-line);
}

.lcx-seo-steps {
	display: grid;
	gap: 10px;
}

.lcx-seo-steps article {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	column-gap: 16px;
	align-items: start;
	padding: 15px 0 15px 18px;
	border-left: 3px solid rgba(37, 173, 13, .24);
	background: transparent;
}

.lcx-seo-steps span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff;
	color: var(--lcx-green);
	box-shadow: 0 8px 22px rgba(16, 32, 51, .08);
	font: 900 13px/1 Cabin, Arial, sans-serif;
}

.lcx-seo-steps h3,
.lcx-guide-links strong {
	margin: 0;
	color: var(--lcx-navy);
	font: 800 20px/1.15 Cabin, Arial, sans-serif;
}

.lcx-seo-steps p {
	grid-column: 2;
	margin-top: 6px;
	font-size: 14px;
	line-height: 1.55;
}

.lcx-guide-aside {
	position: sticky;
	top: 24px;
	padding: 24px;
	border: 1px solid var(--lcx-line);
	border-radius: var(--lcx-radius);
	background: #fff;
	box-shadow: 0 18px 44px rgba(16, 32, 51, .08);
}

.lcx-guide-aside h2 {
	font-size: 28px;
}

.lcx-checklist {
	display: grid;
	gap: 8px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.lcx-checklist li {
	position: relative;
	padding: 10px 10px 10px 28px;
	border: 1px solid rgba(16, 32, 51, .10);
	border-radius: 6px;
	background: #fbfcf8;
	color: var(--lcx-navy);
	font: 800 13px/1.25 Cabin, Arial, sans-serif;
}

.lcx-checklist li::before {
	content: "";
	position: absolute;
	top: 14px;
	left: 12px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--lcx-green);
}

.lcx-guide-lower {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
	gap: 28px;
	align-items: start;
	margin-top: 42px;
}

.lcx-faq-compact,
.lcx-related-compact {
	padding-top: 28px;
	border-top: 1px solid var(--lcx-line);
}

.lcx-faq-compact h2,
.lcx-related-compact h2 {
	font-size: 30px;
}

.lcx-faq-list {
	display: grid;
	gap: 9px;
	margin-top: 18px;
}

.lcx-faq-list details {
	border: 1px solid var(--lcx-line);
	border-radius: var(--lcx-radius);
	background: #fff;
	box-shadow: 0 8px 24px rgba(16, 32, 51, .04);
}

.lcx-faq-list summary {
	cursor: pointer;
	padding: 15px 18px;
	color: var(--lcx-navy);
	font: 800 16px/1.25 Cabin, Arial, sans-serif;
}

.lcx-faq-list p {
	margin: 0;
	padding: 0 18px 18px;
	font-size: 14px;
	line-height: 1.58;
}

.lcx-guide-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 18px;
}

.lcx-guide-links a {
	display: grid;
	gap: 6px;
	min-height: 112px;
	padding: 16px;
	border: 1px solid var(--lcx-line);
	border-radius: var(--lcx-radius);
	background: #fff;
	box-shadow: 0 8px 24px rgba(16, 32, 51, .04);
}

.lcx-guide-links span {
	color: #536175;
	font-size: 13px;
	line-height: 1.45;
}

.lcx-guide-links a:hover {
	border-color: rgba(37, 173, 13, .42);
	box-shadow: 0 14px 35px rgba(16, 32, 51, .08);
}

.lcx-post-cta {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: center;
	margin: 40px 0;
	padding: 28px;
	border-radius: var(--lcx-radius);
	background: var(--lcx-navy);
	color: #fff;
}

.lcx-post-cta h2,
.lcx-post-cta .lcx-kicker {
	color: #fff;
}

.lcx-post-cta p {
	margin-top: 10px;
	color: rgba(255, 255, 255, .76);
}

.lcx-footer {
	background: #071227;
	color: rgba(255, 255, 255, .78);
}

.lcx-footer-grid {
	display: grid;
	grid-template-columns: minmax(230px, 1.15fr) repeat(4, minmax(130px, .66fr));
	gap: 24px;
	padding: 48px 0 34px;
}

.lcx-footer img {
	display: block;
	width: 188px;
	max-width: 100%;
	height: auto;
	margin-bottom: 16px;
	padding: 10px;
	border-radius: 6px;
	background: #fff;
}

.lcx-footer p {
	max-width: 330px;
	margin: 0;
	color: rgba(255, 255, 255, .72);
	font-size: 14px;
}

.lcx-footer nav,
.lcx-footer-contact {
	display: grid;
	align-content: start;
	gap: 10px;
}

.lcx-footer strong {
	color: #fff;
	font: 800 15px/1.2 Cabin, Arial, sans-serif;
}

.lcx-footer a {
	color: rgba(255, 255, 255, .76);
	font-size: 14px;
}

.lcx-footer a:hover,
.lcx-footer a:focus {
	color: var(--lcx-lime);
	text-decoration: none;
}

.lcx-footer-contact span {
	color: rgba(255, 255, 255, .62);
	font-size: 13px;
}

.lcx-footer-bottom {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, .12);
	color: rgba(255, 255, 255, .58);
	font-size: 12px;
}

@media (max-width: 980px) {
	.lcx-hero {
		min-height: 0;
	}

	.lcx-hero-grid,
	.lcx-two-col,
	.lcx-guide-layout,
	.lcx-guide-lower,
	.lcx-process,
	.lcx-post-cta,
	.lcx-guide-cta {
		grid-template-columns: 1fr;
	}

	.lcx-exchange-grid,
	.lcx-footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.lcx-guide-links {
		grid-template-columns: repeat(2, 1fr);
	}

	.lcx-guide-aside {
		position: static;
	}

	.lcx-card-grid,
	.lcx-proof-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.lcx-hero h1 {
		font-size: 44px;
	}

	.lcx-section h2,
	.lcx-final-cta h2,
	.lcx-post-cta h2 {
		font-size: 34px;
	}

	.lcx-guide-main h2 {
		font-size: 36px;
	}
}

@media (max-width: 640px) {
	.lcx-wrap {
		width: calc(100vw - 24px) !important;
		max-width: calc(100vw - 24px) !important;
		margin-left: auto;
		margin-right: auto;
	}

	.lcx-shell,
	.lcx-hero,
	.lcx-section,
	.lcx-band,
	.lcx-exchange,
	.lcx-footer {
		width: 100vw !important;
		max-width: 100vw !important;
	}

	.lcx-hero-grid {
		padding: 46px 0 52px;
		gap: 28px;
	}

	.lcx-hero h1 {
		font-size: 36px;
	}

	.lcx-lead {
		font-size: 16px;
		width: 100%;
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.lcx-lead-form {
		width: 100% !important;
		max-width: 100% !important;
	}

	.lcx-blog-panel {
		width: 100% !important;
		max-width: 100% !important;
	}

	.lcx-form-head strong {
		overflow-wrap: anywhere;
	}

	.lcx-actions,
	.lcx-final-cta,
	.lcx-guide-cta {
		align-items: stretch;
		flex-direction: column;
	}

	.lcx-btn {
		width: 100%;
	}

	.lcx-form-row,
	.lcx-guide-panel nav,
	.lcx-card-grid,
	.lcx-proof-grid,
	.lcx-exchange-grid,
	.lcx-exchange-rates,
	.lcx-guide-links,
	.lcx-footer-grid {
		grid-template-columns: 1fr;
	}

	.lcx-section {
		padding: 42px 0;
	}

	.lcx-section h2,
	.lcx-final-cta h2,
	.lcx-post-cta h2 {
		font-size: 30px;
	}

	.lcx-guide-main h2,
	.lcx-guide-aside h2,
	.lcx-faq-compact h2,
	.lcx-related-compact h2,
	.lcx-guide-cta h2 {
		font-size: 28px;
	}

	.lcx-seo-steps article {
		grid-template-columns: 38px minmax(0, 1fr);
		column-gap: 12px;
		padding-left: 12px;
	}

	.lcx-guide-lower {
		margin-top: 30px;
	}

	.lcx-proof-grid div {
		min-height: 0;
	}

	.lcx-exchange-grid {
		padding: 22px 0;
	}

	.lcx-footer-grid {
		padding: 36px 0 28px;
	}

	.lcx-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	body.lcx-active #ht-ctc-chat,
	body.lcx-active .trp-floating-switcher {
		display: none !important;
	}
}
