/*

Theme Name: Halloween 2026

Theme URI: http://thetrafficexchangescript.com/

Description: The default theme for LFMTE traffic exchanges.

Version: 3.0

Author: Josh Abbott

*/


@charset "utf-8";


/* Main font settings */

body {
	font-size: 16px;
	font-weight: 400;
	color: #212529;
	background-color: #f5f8fa;
}


/* Optional brand region. Compact logo dimensions below are defaults, not limits for mastheads. */
.lfm_brand_scene:empty { display: none; }
.lfm_brand_scene { position: relative; isolation: isolate; }
.lfm_brand_scene img { max-width: 100%; height: auto; }
.lfm_brand_scene .lfm_brand_decoration { pointer-events: none; }

/* Navigation surfaces: the active category shares a border with its submenu. */
.lfm_menu_bar { background: #007bff; margin-bottom: 20px; }
.lfm_menu_bar .navbar { align-items: start; }
.lfm_brand { padding: 6px 0; }
.lfm_menu_logo { max-height: 35px; max-width: 160px; object-fit: contain; }
.lfm_menu_bar .navbar-nav > .nav-item > .nav-link {
    color: #fff; font-size: 15px; padding: 10px 15px; position: relative;
    border: 1px solid transparent; border-radius: 5px 5px 0 0;
}
.lfm_menu_bar .navbar-nav > .lfm_tab_opened > .nav-link {
    color: #001330; background: #fff; border-color: #ddd; border-bottom-color: #fff;
}
.lfm_menu_bar .nav-link:hover { background: #0065d1; }
.lfm_menu_bar .lfm_tab_opened > .nav-link:hover { background: #fff; }
.lfm_menu_tab {
    display: none; position: static; flex-wrap: wrap; min-width: 0;
    background: #fff; border: 1px solid #ddd; width: 100%; margin: 0;
}
li.lfm_tab_opened > .lfm_menu_tab { display: flex; }
.lfm_menu_tab > li > a, .lfm_public_link > a {
    display: block; padding: 12px 18px; color: #343a40; font-size: 15px;
    text-decoration: none; overflow-wrap: anywhere;
}
.lfm_public_link > a { color: #fff; }
.lfm_menu_tab a:hover { color: #001330; background: #eef3f8; }
.lfm_menu_tab .dropdown-menu { max-width: calc(100vw - 32px); }
.lfm_menu_tab .dropdown-menu a {
    display: block; padding: 8px 20px; color: #343a40;
    white-space: normal; overflow-wrap: anywhere; text-decoration: none;
}
.lfm_menu_bar a:focus-visible, .lfm_menu_bar button:focus-visible, .lfm_nav_search input:focus-visible {
    outline: 3px solid #ffcc33; outline-offset: 2px;
}
.lfm_nav_search { position: relative; min-width: 0; margin: 0 0 8px; }
.lfm_nav_search[hidden], #lfm-nav-results[hidden] { display: none !important; }
.lfm_nav_search input {
    width: 100%; min-width: 0; border: 1px solid #9ca9b8; border-radius: 4px;
    background: #fff; color: #212529; padding: 9px 12px; font: inherit;
}
#lfm-nav-results {
    position: absolute; top: 100%; right: 0; width: max(100%, 320px); max-width: calc(100vw - 32px);
    z-index: 1100; max-height: min(360px, 50vh); overflow-y: auto;
    background: #fff; color: #212529; border: 1px solid #9ca9b8;
    border-radius: 4px; box-shadow: 0 6px 18px #00133033; padding: 4px; margin: 4px 0 0; list-style: none;
}
#lfm-nav-results > li { padding: 10px 12px; overflow-wrap: anywhere; }
#lfm-nav-results > [role=option] { cursor: pointer; }
#lfm-nav-results > [aria-selected=true], #lfm-nav-results > [role=option]:hover { background: #e6f0ff; color: #001330; }
#lfm-nav-results small { display: block; color: #526176; }
@media (min-width: 992px) {
    .lfm_menu_bar .navbar { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 16px; }
    /* navigation.js derives these tracks from rendered categories, including client-added tabs. */
    .lfm_menu_bar .navbar-collapse { --lfm-search-space: 196px; display: grid !important; grid-template-columns: repeat(var(--lfm-category-count, 3), max-content) minmax(var(--lfm-search-space), 1fr); align-items: end; min-width: 0; }
    .lfm_menu_bar .navbar-nav, .lfm_menu_bar .navbar-nav > .nav-item { display: contents; }
    .lfm_menu_bar .navbar-nav > .nav-item > .nav-link { grid-row: 1; margin-bottom: -1px; z-index: 1; }
    .lfm_menu_tab { grid-column: 1 / -1; grid-row: 2; }
    .lfm_nav_search { grid-column: var(--lfm-search-column, 4); grid-row: 1; margin-left: 16px; justify-self: end; width: min(100% - 16px, 320px); }
    /* Keep search above the tabs when crowded, preserving the tab/submenu connection.
       Equal bounded tracks let even long category labels wrap without overflowing. */
    .lfm_menu_bar .navbar-collapse.lfm_search_stacked { grid-template-columns: repeat(var(--lfm-category-count, 3), minmax(0, 1fr)); }
    .lfm_search_stacked .lfm_nav_search { grid-column: 1 / -1; grid-row: 1; margin-left: 0; width: min(100%, 320px); }
    .lfm_menu_bar .lfm_search_stacked .navbar-nav > .nav-item > .nav-link { grid-row: 2; min-width: 0; overflow-wrap: anywhere; }
    .lfm_search_stacked .lfm_menu_tab { grid-row: 3; }
    .lfm_public_link { grid-row: 1; }
}
@media (max-width: 991.98px) {
    .lfm_menu_bar .navbar { align-items: center; }
    .lfm_menu_bar .navbar-collapse.show, .lfm_menu_bar .navbar-collapse.collapsing { display: flex; flex-direction: column; align-items: stretch; }
    .lfm_nav_search { order: -1; margin-top: 12px; }
    #lfm-nav-results { position: static; width: 100%; max-width: none; box-shadow: none; }
    .lfm_menu_bar .navbar-nav > .nav-item > .nav-link { border-radius: 0; padding-right: 36px; }
    .lfm_menu_bar .navbar-nav > .nav-item > .nav-link::after { content: '▸'; position: absolute; right: 12px; }
    .lfm_menu_bar .navbar-nav > .lfm_tab_opened:not(.lfm_tab_closed) > .nav-link::after { content: '▾'; }
    .lfm_menu_bar .navbar-nav > .lfm_tab_closed > .nav-link { color: #fff; background: transparent; border-color: transparent; }
    .lfm_menu_tab { flex-direction: column; background: #f5f8fa; }
    li.lfm_tab_closed > .lfm_menu_tab { display: none; }
    .lfm_menu_tab > li > a { padding-left: 28px; }
    .lfm_menu_tab .dropdown-menu { position: static !important; transform: none !important; float: none; max-width: 100%; }
    .lfm_menu_tab .dropdown-menu a { padding-left: 40px; }
}


/* Styles for the footer */

.lfm_footer {
	background-color: #001330;
}


/* Icon settings */

.far, .fas {
	margin-right:3px;
}

.feedicon {
	color:#3097D1;
	font-size:20px;
	margin-right:5px;
}


/* Profile picture sizes */

.profilepic_small {
	width:40px;
	height:40px;
}

.profilepic_med {
	width:75px;
	height:75px;
}

.profilepic_large {
	width:200px;
	height:200px;
}


/* Various styles */

.buttonlink {
	/* This class defines <a> tag links that look like buttons */
	cursor: pointer;
	background-color:#1468e5;
	border-radius:2px;
	border:1px solid #002175;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:arial;
	font-size:18px;
	font-weight:500;
	padding:4px 7px;
	margin:2px 1px 2px 1px;
	text-decoration:none;
}
.buttonlink:hover {
	/* This controls the button links when you hover over them */
	color:#FFFFFF;
	background-color:#3385FF;
	text-decoration:none;
}


.infobar {
	/* This class defines sections that span the entire page width */
	width:100%;
	padding-top: 15px;
	padding-bottom: 15px;
	color:#FFFFFF;
	background-color:#555555;
}
.infobar h2 {
	color:#FFFFFF;
}


.vcenter {
	/* This is a class that can be used in Bootstrap rows to vertically center the content */
	display: flex;
	align-items: center;
}


/* The next 3 sections control various text styles used throughout the LFM Members Area */
.lfm_title {
	font-family: "Arial"; color:#333333; font-size:32px;
}

.lfm_descr {
	font-family: "Arial"; color:#111111; font-size:16px;
}

.lfm_descr_bold {
	font-family: "Arial"; color:#000000; font-size:16px;
	font-weight:700;
}

/* Farm Traffic | twilight in the pumpkin patch */
body {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  color: #32283a;
  background: #eee7d9;
  line-height: 1.55;
}
a { color: #804011; }
a:hover { color: #a44612; }
.lfm_title { color: #34243c; font-family: "Trebuchet MS", "Segoe UI", sans-serif; font-weight: 700; }
.lfm_descr, .lfm_descr_bold { color: #30293a; font-family: "Trebuchet MS", "Segoe UI", sans-serif; }
.buttonlink, .btn-primary {
  background: #aa4b15; border-color: #773111; color: #fff;
}
.buttonlink:hover, .btn-primary:hover {
  background: #81390f; border-color: #5d2b10; color: #fff;
}

/* The wordmark is supplied artwork. The field stays behind the branding, never the menu. */
.lfm_brand_scene {
  height: 365px;
  overflow: hidden;
  background: #202039 url("images/generated/edit_1f3320eb4cb58122090f540b8bb7dca933a6713d0d541f27b97ce0a3de5f48cb.png") center 53% / cover no-repeat;
  border-bottom: 5px solid #bb6324;
}
.lfm_scene_identity {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: block;
  width: max-content;
  max-width: none;
  line-height: 0;
  border-radius: 4px;
}
.lfm_brand_scene .lfm_scene_logo {
  display: block;
  width: min(980px, 100vw);
  max-width: none;
  height: auto;
  filter: drop-shadow(0 5px 1px #22122d) drop-shadow(0 12px 17px #100c19b8);
}
.lfm_scene_identity:focus-visible { outline: 4px solid #f6b64d; outline-offset: -6px; }

/* A grounded navigation bar. Category and submenu share the same paper surface. */
.lfm_menu_bar {
  background: #302137;
  border-bottom: 4px solid #9b551f;
  box-shadow: 0 7px 18px #241b2c24;
  margin-bottom: 0;
}
.lfm_menu_bar .navbar { max-width: 1320px; margin: auto; padding: 9px 18px 0; }
.lfm_menu_bar .lfm_brand { display: none; }
.lfm_menu_bar .navbar-nav > .nav-item > .nav-link {
  font-weight: 700; color: #fff3d7; border-radius: 6px 6px 0 0;
  padding: 11px 18px; letter-spacing: .02em;
}
.lfm_menu_bar .navbar-nav > .nav-item > .nav-link:hover,
.lfm_menu_bar .lfm_public_link > a:hover { background: #4a3157; color: #fff; }
.lfm_menu_bar .navbar-nav > .lfm_tab_opened > .nav-link,
.lfm_menu_bar .navbar-nav > .lfm_tab_opened > .nav-link:hover {
  background: #fff5df; color: #422638;
  border-color: #bb9156; border-bottom-color: #fff5df;
}
.lfm_menu_bar .lfm_menu_tab {
  background: #fff5df; border-color: #bb9156;
  border-top: 1px solid #bb9156; padding: 2px 7px;
  box-shadow: 0 8px 12px #1b121526;
}
.lfm_menu_bar .lfm_menu_tab > li > a { color: #432b3b; font-weight: 700; }
.lfm_menu_bar .lfm_menu_tab a:hover,
.lfm_menu_bar .lfm_menu_tab a:focus-visible { background: #f3dfb7; color: #38203c; }
.lfm_menu_bar .lfm_menu_tab .dropdown-menu {
  background: #fff9eb; border: 1px solid #b79265;
  box-shadow: 0 12px 25px #22152440;
  z-index: 1050;
}
.lfm_menu_bar .lfm_menu_tab .dropdown-menu a { color: #422b36; }
.lfm_menu_bar .lfm_public_link > a {
  display: block; color: #fff1d5; font-weight: 700;
  padding: 12px 19px; border-radius: 4px 4px 0 0;
}
.lfm_menu_bar a:focus-visible, .lfm_menu_bar button:focus-visible,
.lfm_nav_search input:focus-visible { outline-color: #f6b64d; }
.lfm_nav_search input { border-color: #a78979; background: #fff9eb; }
#lfm-nav-results { background: #fff9eb; border-color: #b79265; }
#lfm-nav-results > [aria-selected=true], #lfm-nav-results > [role=option]:hover {
  background: #f6e4ba; color: #302137;
}
@media (min-width: 992px) {
  .lfm_menu_bar .navbar { display: block; }
  .lfm_menu_bar .navbar-collapse { width: 100%; }
  .lfm_menu_bar .navbar-nav > .nav-item > .nav-link { margin-bottom: -1px; }
  .lfm_menu_bar .lfm_tab_opened > .lfm_menu_tab { border-top-color: #fff5df; }
}
@media (max-width: 991.98px) {
  .lfm_menu_bar .navbar { padding: 7px 15px; }
  .lfm_menu_bar .navbar-toggler { color: #fff5df !important; border: 1px solid #ac8d72; font-weight: 700; padding: 7px 12px; margin: 0; }
  .lfm_menu_bar .navbar-collapse { width: 100%; }
  .lfm_menu_bar .navbar-nav { width: 100%; padding-top: 7px; }
  .lfm_menu_bar .lfm_menu_tab { box-shadow: none; padding: 0; }
  .lfm_menu_bar .navbar-nav > .lfm_tab_closed > .nav-link { color: #fff5df; background: transparent; border-color: transparent; }
  .lfm_menu_bar .lfm_menu_tab .dropdown-menu { box-shadow: none; border-left: 3px solid #d69540; }
  .lfm_menu_bar .lfm_public_link > a { border-radius: 3px; padding: 12px 16px; }
}
@media (max-width: 600px) {
  .lfm_brand_scene { height: 235px; background-position: center 56%; }
  .lfm_scene_identity { top: -1px; }
  .lfm_brand_scene .lfm_scene_logo { width: 155vw; }
}

/* Shared footer, not a substitute for page content. */
.lfm_footer {
  background: #241c2d;
  border-top: 7px solid #a45021;
  color: #fff5df;
}
.lfm_footer h4, .lfm_footer h5 { font-family: "Trebuchet MS", "Segoe UI", sans-serif; letter-spacing: .02em; }
.lfm_footer a { color: #f6c479 !important; text-decoration: underline; text-underline-offset: 3px; }
.lfm_footer_note { color: #f6c479; font-style: italic; }

/* The public sales fragment: parchment, field lines, and an ember-lit ending. */
@scope (.lfm-salespage) {
.lfm-salespage { max-width: 1140px; margin: 4px auto 30px; color: #382c33; }
.lfm-salespage h1, .lfm-salespage h2, .lfm-salespage h3 {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-weight: 700; line-height: 1.17;
}
.lfm-salespage p { margin: 0; }
.lfm-salespage a:focus-visible { outline: 3px solid #e87726; outline-offset: 3px; }
.lfm-salespage .lfm-salespage-eyebrow {
  color: #9a461c; text-transform: uppercase; font-size: .8rem;
  font-weight: 800; letter-spacing: .18em; margin-bottom: 14px;
}
.lfm-salespage-intro {
  display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(280px, .78fr);
  background: #fff8e9; border: 1px solid #dec49d; border-top: 5px solid #d27926;
  border-radius: 10px; box-shadow: 0 16px 40px #3123341b;
  overflow: hidden;
}
.lfm-salespage-intro-copy { padding: clamp(32px, 5vw, 66px) clamp(24px, 4.4vw, 60px); }
.lfm-salespage-intro h1 {
  font-size: clamp(2.1rem, 4.2vw, 3.5rem); color: #302238;
  letter-spacing: -.035em; max-width: 660px; margin: 0 0 21px;
}
.lfm-salespage-intro h1 em { color: #a44719; font-style: normal; }
.lfm-salespage-lead { max-width: 640px; font-size: 1.12rem; line-height: 1.68; color: #4f4241; }
.lfm-salespage-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; margin-top: 29px; }
.lfm-salespage .lfm-salespage-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 18px;
  text-align: center; text-decoration: none; color: #fff;
  font-weight: 800; background: #a74816; border: 2px solid #86360f;
  border-radius: 5px; padding: 13px 19px;
  box-shadow: 0 4px 0 #5e301c; transition: background-color .2s ease, transform .2s ease;
}
.lfm-salespage .lfm-salespage-button:hover { color: #fff; background: #843713; transform: translateY(-2px); }
.lfm-salespage .lfm-salespage-login { color: #523327; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
.lfm-salespage-patch-notes {
  background: #32263c;
  background-image: radial-gradient(ellipse at 100% 0%, #724039 0%, transparent 55%);
  padding: clamp(29px, 4vw, 53px) clamp(23px, 3vw, 40px);
  color: #fff2d9;
  border-left: 5px solid #e49b3e;
}
.lfm-salespage .lfm-salespage-patch-label {
  font-weight: 800; color: #ffc876; font-size: 1.14rem; margin-bottom: 11px;
}
.lfm-salespage-patch-notes ul { list-style: none; padding: 0; margin: 0; }
.lfm-salespage-patch-notes li { border-top: 1px solid #ffffff34; padding: 14px 0 13px; }
.lfm-salespage-patch-notes strong { display: block; color: #fff8e5; font-size: 1.02rem; }
.lfm-salespage-patch-notes li p { color: #e4d5d0; font-size: .92rem; margin-top: 2px; }
.lfm-salespage-benefits { padding: 78px clamp(10px, 3vw, 36px) 73px; }
.lfm-salespage-section-heading { max-width: 680px; margin-bottom: 36px; }
.lfm-salespage-section-heading h2 { color: #352639; font-size: clamp(1.85rem, 3vw, 2.65rem); margin: 0 0 13px; }
.lfm-salespage-section-heading > p:last-child { color: #605353; font-size: 1.04rem; }
.lfm-salespage-feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 52px; }
.lfm-salespage-feature {
  display: flex; gap: 20px; padding: 23px 0 27px; border-top: 1px solid #c8ad87;
}
.lfm-salespage-feature-number { color: #a64b1a; font-weight: 800; font-size: .93rem; padding-top: 4px; flex: 0 0 28px; }
.lfm-salespage-feature h3 { color: #352738; font-size: 1.18rem; margin: 0 0 7px; }
.lfm-salespage-feature p { color: #564b48; font-size: .99rem; line-height: 1.58; }
.lfm-salespage-steps {
  background: #fff7e6; border: 1px solid #e1cda9; border-radius: 8px;
  padding: clamp(28px, 5vw, 58px); margin-bottom: 24px;
}
.lfm-salespage-steps-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.lfm-salespage-steps-grid article { border-top: 4px solid #df8b34; padding: 18px 9px 8px 0; }
.lfm-salespage-steps-grid article > strong {
  display: inline-block; font-size: .8rem; letter-spacing: .08em;
  font-weight: 800; color: #835114; background: #f9e5ad;
  border-radius: 30px; padding: 5px 9px; margin-bottom: 16px;
}
.lfm-salespage-steps-grid h3 { font-size: 1.1rem; color: #34283a; margin-bottom: 8px; }
.lfm-salespage-steps-grid p { font-size: .94rem; color: #594d4b; }
.lfm-salespage-lastcall {
  text-align: center; padding: clamp(37px, 6vw, 70px) 24px;
  color: #fff4de; border-radius: 8px;
  background: radial-gradient(circle at 85% 20%, #7c4b37 0, transparent 38%),
              radial-gradient(circle at 10% 95%, #653c40 0, transparent 37%), #302339;
  border-bottom: 6px solid #bf6220;
}
.lfm-salespage-lastcall .lfm-salespage-eyebrow { color: #ffc77e; }
.lfm-salespage-lastcall h2 { color: #fff8e9; font-size: clamp(1.85rem, 3.5vw, 2.8rem); margin: 0 auto 14px; }
.lfm-salespage-lastcall > p:not(.lfm-salespage-eyebrow) { max-width: 650px; margin: 0 auto 22px; }
.lfm-salespage-lastcall .lfm-salespage-button { background: #e49230; border-color: #f7b85b; color: #302139; box-shadow: 0 4px 0 #7c451b; }
.lfm-salespage-lastcall .lfm-salespage-button:hover { background: #ffc064; color: #302139; }
.lfm-salespage-lastcall .lfm-salespage-fineprint { font-size: .82rem; color: #e9d9cd; margin: 20px auto 9px !important; }
.lfm-salespage .lfm-salespage-help { color: #ffd593; text-underline-offset: 4px; font-size: .92rem; }
@media (max-width: 800px) {
  .lfm-salespage-intro { grid-template-columns: minmax(0, 1fr); }
  .lfm-salespage-patch-notes { border-left: 0; border-top: 5px solid #e49b3e; }
  .lfm-salespage-steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .lfm-salespage { margin-top: 0; }
  .lfm-salespage-intro-copy { padding: 29px 23px 34px; }
  .lfm-salespage-intro h1 { font-size: clamp(1.95rem, 8vw, 2.5rem); }
  .lfm-salespage-lead { font-size: 1rem; }
  .lfm-salespage .lfm-salespage-button { width: 100%; }
  .lfm-salespage-patch-notes { padding: 28px 24px; }
  .lfm-salespage-benefits { padding: 55px 7px 42px; }
  .lfm-salespage-feature-list { grid-template-columns: minmax(0, 1fr); }
  .lfm-salespage-feature { padding: 18px 0 19px; }
  .lfm-salespage-steps { padding: 32px 24px; }
  .lfm-salespage-steps-grid { grid-template-columns: minmax(0, 1fr); gap: 13px; }
  .lfm-salespage-steps-grid article { padding-top: 13px; }
  .lfm-salespage-lastcall { padding: 46px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .lfm-salespage .lfm-salespage-button { transition: none; }
  .lfm-salespage .lfm-salespage-button:hover { transform: none; }
}
} /* end public sales scope */

/* Sales controls sit outside @scope because the scoped root cannot match its
   own descendant selector. Keep all overrides specific to the sales fragment. */
.lfm-salespage .lfm-salespage-button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 49px; padding: 12px 22px;
  background: #a74816; color: #fff; border: 2px solid #80320e;
  border-radius: 5px; box-shadow: 0 4px 0 #5e301c;
  font-weight: 800; line-height: 1.3; text-align: center; text-decoration: none;
  transition: background-color .2s ease, transform .2s ease;
}
.lfm-salespage .lfm-salespage-button:hover { background: #81350f; color: #fff; transform: translateY(-2px); }
.lfm-salespage .lfm-salespage-login {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 49px; padding: 11px 20px; border: 2px solid #674458;
  border-radius: 5px; background: #fff8e9; color: #43283e;
  font-weight: 800; text-decoration: none;
}
.lfm-salespage .lfm-salespage-login:hover { background: #f4debb; color: #302137; }
.lfm-salespage .lfm-salespage-lastcall .lfm-salespage-button {
  background: #e49230; color: #302139; border-color: #f7b85b;
  box-shadow: 0 4px 0 #7c451b;
}
.lfm-salespage .lfm-salespage-lastcall .lfm-salespage-button:hover { background: #ffc064; color: #302139; }
.lfm-salespage .lfm-salespage-help { color: #ffe3ae; text-decoration: underline; text-underline-offset: 4px; font-weight: 700; }
.lfm-salespage .lfm-salespage-help:hover { color: #fff; }
.lfm-salespage a:focus-visible { outline: 3px solid #f6b64d; outline-offset: 4px; }
@media (max-width: 600px) {
  .lfm_brand_scene { background-size: auto 315px; background-position: 32% bottom; }
  .lfm-salespage .lfm-salespage-button, .lfm-salespage .lfm-salespage-login { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .lfm-salespage .lfm-salespage-button { transition: none; }
  .lfm-salespage .lfm-salespage-button:hover { transform: none; }
}
