/* ===== normalize.css ===== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/* ===== webflow.css ===== */
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
.w-optimization {
  display: contents;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation='over-left'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation='over-right'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}
.w-code-component > * {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ===== break-down-man.webflow.css ===== */
:root {
  --background-color--background-primary: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-brand--rig-black);
  --link-color--link-primary: var(--base-color-brand--rig-black);
  --border-color--border-primary: var(--base-color-brand--rig-black);
  --base-color-neutral--black: black;
  --base-color-brand--rig-red: var(--base-color-system--error-red);
  --base-color-neutral--white: white;
  --base-color-brand--white: white;
  --base-color-brand--black: black;
  --base-color-brand--rig-black: #252323;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --white-archive\<deleted\|variable-1766b841\>: white;
  --base-color-brand--rig-blue: #006fb6;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --base-color-brand--rig-platinum: #e8aa14;
  --background-color--background-alternate: var(--base-color-brand--rig-black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-brand--rig-black);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-system--success-green: #027a48;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #ce1f26;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.hide {
  display: none;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top {
  margin: 2rem 0 0;
}

.margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  font-family: Varela, sans-serif;
  font-weight: 500;
}

.text-size-medium {
  font-family: Varela, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium.text-color-white {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: var(--text-color--text-primary);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.heading-style-h5 {
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  font-family: Roboto, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-family: Varela, sans-serif;
  font-size: .75rem;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border: 1px none var(--base-color-neutral--black);
  background-color: var(--base-color-brand--rig-red);
  color: var(--base-color-neutral--white);
  text-align: center;
  border-radius: 6px;
  padding: .75rem 1.5rem;
  text-decoration: none;
  white-space: nowrap;
}

.button.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: auto;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
  white-space: nowrap;
}

.button.is-icon.black {
  border-style: solid;
  border-color: var(--base-color-brand--white);
  background-color: var(--base-color-brand--black);
}

.button.is-icon.small {
  width: 50%;
}

.button.is-secondary {
  background-color: var(--base-color-brand--rig-black);
  color: var(--base-color-brand--white);
}

.button.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-secondary.is-alternate.border-white {
  background-color: #000;
  border-style: solid;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.button.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-navbar3-button {
  margin-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.text-weight-normal {
  font-family: Varela, sans-serif;
  font-weight: 400;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-style-italic {
  font-style: italic;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.text-size-regular {
  font-family: Varela, sans-serif;
  font-size: 1rem;
}

.text-weight-xbold {
  font-family: Varela, sans-serif;
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-family: Varela, sans-serif;
  font-weight: 700;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form_input {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  color: var(--text-color--text-primary);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: none;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
  align-items: center;
  display: block;
}

.text-color-white {
  color: var(--base-color-neutral--white);
  font-family: Lato, sans-serif;
}

.background-color-white {
  background-color: var(--base-color-neutral--white);
}

.text-weight-semibold {
  font-family: Varela, sans-serif;
  font-weight: 600;
}

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--base-color-brand--rig-black);
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  display: flex;
}

.button.is-icon > div:first-child {
  white-space: nowrap;
}

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  background-color: var(--base-color-brand--rig-black);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--base-color-brand--rig-blue);
  color: var(--text-color--text-primary);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.text-align-center {
  text-align: center;
}

.text-size-small {
  text-align: left;
  font-family: Varela, sans-serif;
  font-size: 1rem;
}

.text-size-small.text-weight-semibold {
  text-align: left;
}

.text-size-small.text-weight-semibold.padding-top-14 {
  margin-top: 10px;
}

.text-size-small.mt {
  margin-top: 20px;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text {
  text-align: left;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-top: 20px;
  margin-bottom: 1rem;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--text-color--text-primary);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-height-medium {
  height: 3rem;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-size-large {
  font-family: Varela, sans-serif;
  font-size: 1.25rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.rl-styleguide_spacing-all {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary);
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.background-platinum {
  background-color: var(--base-color-brand--rig-platinum);
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-large {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: var(--background-color--background-alternate);
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--background-color--background-primary);
  color: var(--link-color--link-primary);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.background-color-secondary {
  background-color: var(--base-color-brand--rig-platinum);
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.background-color-alternative {
  background-color: var(--base-color-brand--rig-black);
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.text-color-primary {
  color: var(--text-color--text-primary);
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  transition: padding 0.3s ease;
}

.navbar1_dropdown-link {
  color: var(--link-color--link-primary);
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--link-color--link-primary);
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar1_component {
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: box-shadow 0.3s ease, min-height 0.3s ease;
}

.navbar1_logo {
  transition: max-height 0.3s ease;
}

.navbar1_component.scrolled {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  min-height: 3rem;
}

.navbar1_component.scrolled .navbar1_logo {
  max-height: 36px;
  transition: max-height 0.3s ease;
}

.navbar1_component.scrolled .navbar1_container {
  padding-top: 4px;
  padding-bottom: 4px;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  padding: .5rem;
}

.navbar1_link {
  color: var(--link-color--link-primary);
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--base-color-neutral--black);
}

.image-overlay-layer {
  z-index: 1;
  background-color: #000000ba;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer.hide {
  display: none;
}

.home_hero-header_component {
  flex-direction: column;
  height: 100svh;
  min-height: 100svh;
  display: flex;
}

.home_hero-header_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home_hero-header_image-wrapper {
  flex: 1;
  position: relative;
}

.home_hero-header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home_hero-header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.home_feature_image {
  width: 100%;
  height: 100%;
}

.home_feature_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.home_services_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.home_services_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.home_services_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home_features-list_image-wrapper {
  width: 100%;
  position: relative;
}

.home_features-list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.home_features-list_image {
  width: 100%;
  height: 100%;
}

.home_features-list_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home_features-list_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.mb {
  margin-bottom: 20px;
}

.home_testimonial_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.home_testimonial_logo {
  max-height: 3.5rem;
}

.home_testimonial_client-image-wrapper {
  margin-bottom: 1rem;
}

.home_cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home_team_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  display: grid;
}

.home_team_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.home_team_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home_team_image {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.home_team_item-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.home_team_item {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer11_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer11_legal-link {
  color: var(--link-color--link-primary);
  font-size: .875rem;
  text-decoration: underline;
}

.footer11_top-wrapper {
  grid-column-gap: 4vw;
  border: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  padding: 3rem;
}

.footer11_credit-text {
  font-size: .875rem;
}

.footer11_link {
  color: var(--link-color--link-primary);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.footer11_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer11_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer11_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer11_social-link {
  color: var(--link-color--link-primary);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer11_logo-link {
  float: none;
  padding-left: 0;
}

.footer11_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.heading, .heading-2 {
  font-family: Roboto, sans-serif;
}

.heading-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.navbar10_dropdown-list.w--open {
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.navbar10_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 15rem;
  padding: 2rem 2rem 2rem 0;
}

.navbar10_link {
  color: var(--link-color--link-primary);
  padding: 1.5rem 1rem;
}

.navbar10_link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar10_dropdown-content-right {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.navbar10_blog-item-content {
  flex-direction: column;
  flex: auto;
  justify-content: center;
  display: flex;
}

.navbar10_component {
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar10_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar10_menu-dropdown {
  position: static;
}

.navbar10_dropdown-content {
  width: 100%;
  display: flex;
}

.navbar10_menu-button {
  padding: 0;
}

.navbar10_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar10_blog-item-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar10_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--link-color--link-primary);
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

.navbar10_blog-list {
  grid-column-gap: 3rem;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: max-content;
  width: 100%;
  display: grid;
}

.navbar10_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content max-content max-content max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar10_blog-item-image-wrapper {
  flex: 1 0 40%;
  width: 100%;
  display: flex;
}

.navbar10_dropdown-link {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.navbar10_logo-link {
  padding-left: 0;
}

.navbar10_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.navbar10_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.home_hero-header_image-list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home_hero-header_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home_hero-header_component-2 {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_hero-header_images-layout {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home_hero-header_image-list-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  margin-left: -8.5%;
  display: grid;
}

.home_hero-header_content-right-2 {
  grid-column-gap: 1rem;
  background-color: var(--base-color-neutral--neutral-lightest);
  align-items: center;
  height: 100vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  overflow: hidden;
}

.home_hero-header_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.home_hero-header_content-left-2 {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.home_hero-header_image-wrapper-2 {
  width: 26rem;
  padding-top: 75%;
  position: relative;
}

.home_cta-1_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_home_cta-1 {
  position: relative;
}

.home_cta-1_background-image {
  object-fit: cover;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home_cta-2_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.home_cta-2_list.gap {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: end start;
  margin-bottom: 40px;
}

.home_cta-2_list.gap.tall {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.home_cta-2_item {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.home_cta-2_component {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home_features-list_item-2 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.home_features-list_slide {
  padding-right: 3rem;
}

.home_features-list_image-wrapper-2 {
  width: 100%;
  overflow: hidden;
}

.home_features-list_image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_home_features-list-2 {
  overflow: hidden;
}

.home_features-list_mask {
  width: 33.33%;
  overflow: visible;
}

.home_features-list_component-2 {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
}

.home_features-list_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.home_features-list_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.home_features-list_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.home_features-list_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.home_features-list_arrow.left {
  right: 4rem;
}

.section_home_team-2 {
  position: relative;
}

.home_team_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.home_team_background-video-wrapper {
  z-index: -1;
  background-color: var(--base-color-brand--rig-black);
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.home_testimonial_rating-wrapper {
  display: flex;
}

.home_testimonial_component-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home_testimonial_client-info {
  margin-bottom: 1rem;
}

.home_testimonial_rating-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.home_testimonial_client-image-wrapper-2 {
  margin-bottom: 1rem;
}

.home_testimonial_client-image-2 {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.home_testimonial_client {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home_testimonial_logo-2 {
  max-height: 3rem;
}

.home_testimonial_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home_blog-list_date-wrapper {
  align-items: center;
  display: flex;
}

.home_blog-list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  display: grid;
}

.home_blog-list_author-wrapper {
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.home_blog-list_author-image-wrapper {
  margin-right: 1rem;
}

.home_blog-list_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_blog-list_item-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.home_blog-list_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.home_blog-list_item {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.home_blog-list_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.home_blog-list_category-link.w--current {
  border-bottom: 2px solid var(--base-color-neutral--black);
}

.home_blog-list_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.home_blog-list_image-link {
  width: 100%;
}

.home_blog-list_component {
  flex-direction: column;
  align-items: center;
}

.home_blog-list_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.home_blog-list_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.footer3_social-link {
  color: var(--link-color--link-primary);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  min-width: 200px;
  display: flex;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer3_legal-link {
  color: var(--link-color--link-primary);
  font-size: .875rem;
  text-decoration: underline;
}

.footer3_credit-text {
  font-size: .875rem;
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  align-items: start;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer3_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.line-divider {
  background-color: var(--border-color--border-primary);
  width: 100%;
  height: 1px;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer3_link {
  color: var(--link-color--link-primary);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer3_details-wrapper {
  text-align: left;
}

.paragraph {
  font-family: Varela, sans-serif;
}

.heading-4, .heading-5 {
  font-family: Lato, sans-serif;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.navbar3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.navbar3_menu-button {
  padding: 0;
}

.navbar3_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--link-color--link-primary);
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.navbar3_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  padding: 8px;
  position: absolute;
}

.navbar3_dropdown-link {
  color: var(--link-color--link-primary);
  padding: .5rem 1rem;
}

.navbar3_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar3_logo-link {
  padding-left: 0;
}

.navbar3_menu-background {
  display: none;
  position: static;
}

.navbar3_link {
  color: var(--link-color--link-primary);
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
}

.navbar3_link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar3_component {
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar3_tablet-menu-button {
  border: 1px solid var(--border-color--border-primary);
  color: var(--base-color-neutral--white);
  background-color: #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.home_hero-header_content-right-3 {
  grid-column-gap: 1rem;
  background-color: var(--base-color-brand--rig-blue);
  background-image: url('../images/a-picturesque-photograph-of-a-busy-uk-motorway-on--E1m6w6z0SDiC5Vt_C0C3Bg-V2lwYFi0TAyTJjwAi45Qng.png');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  height: 100vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  overflow: hidden;
}

.home_hero-header_image-wrapper-3 {
  width: 26rem;
  padding-top: 75%;
  position: relative;
}

.text-color-white-2 {
  color: var(--base-color-neutral--white);
  font-size: 2.2rem;
}

.text-color-white-2.center {
  text-align: center;
}

.text-color-white-2.subtext {
  font-size: 1.1rem;
}

.heading-style-h5-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5-2.text-color-white {
  color: var(--base-color-neutral--white);
  font-family: Varela, sans-serif;
}

.home_features-list_image-wrapper-3 {
  width: 100%;
  overflow: hidden;
}

.home_features-list_image-3 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_home_features-list-3 {
  overflow: hidden;
}

.section_home_team-3 {
  position: relative;
}

.body {
  font-family: Exo, sans-serif;
}

.heading-6, .heading-7, .heading-8 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.link, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12 {
  font-family: Varela, sans-serif;
}

.team10_item {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.team10_slide {
  padding-right: 3rem;
}

.team10_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.team10_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team10_title-wrapper {
  border-radius: 0;
}

.text-size-large-2 {
  font-size: 1.25rem;
}

.section_team10 {
  background-color: var(--base-color-brand--rig-blue);
  overflow: hidden;
}

.section_team10.text-color-white {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.team10_mask {
  width: 33.33%;
  overflow: visible;
}

.team10_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
}

.team10_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.button-2 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  white-space: nowrap;
}

.button-2.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.button-2.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button-2.is-small {
  padding: .5rem 1.25rem;
}

.button-2.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-2.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

.team10_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.team10_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.team10_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.team10_arrow.left {
  color: var(--base-color-brand--rig-black);
  right: 4rem;
}

.cta27_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_cta27 {
  position: relative;
}

.cta27_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-3 {
  border: 1px none var(--base-color-neutral--black);
  background-color: var(--base-color-brand--rig-red);
  color: var(--base-color-neutral--white);
  text-align: center;
  border-radius: 6px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.button-3.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button-3.is-small {
  padding: .5rem 1.25rem;
}

.section_emergency-hour-towing-and-breakdown-services_header {
  position: relative;
}

.emergency-hour-towing-and-breakdown-services_header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.emergency-hour-towing-and-breakdown-services_header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.emergency-hour-towing-and-breakdown-services_content_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.emergency-hour-towing-and-breakdown-services_faq_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_emergency-hour-towing-and-breakdown-services_faq {
  position: relative;
}

.emergency-hour-towing-and-breakdown-services_faq_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.emergency-hour-towing-and-breakdown-services_cta-2_image {
  width: 100%;
}

.emergency-hour-towing-and-breakdown-services_cta-2_image-wrapper {
  flex: 1;
  width: 100%;
  height: 100%;
}

.emergency-hour-towing-and-breakdown-services_cta-2_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.emergency-hour-towing-and-breakdown-services_feature_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.emergency-hour-towing-and-breakdown-services_feature_slide {
  padding-right: 3rem;
}

.emergency-hour-towing-and-breakdown-services_feature_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.emergency-hour-towing-and-breakdown-services_feature_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_emergency-hour-towing-and-breakdown-services_feature {
  overflow: hidden;
}

.emergency-hour-towing-and-breakdown-services_feature_mask {
  width: 33.33%;
  overflow: visible;
}

.emergency-hour-towing-and-breakdown-services_feature_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
}

.emergency-hour-towing-and-breakdown-services_feature_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.emergency-hour-towing-and-breakdown-services_feature_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.emergency-hour-towing-and-breakdown-services_feature_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.emergency-hour-towing-and-breakdown-services_feature_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.emergency-hour-towing-and-breakdown-services_feature_arrow.left {
  right: 4rem;
}

.emergency-hour-towing-and-breakdown-services_team_rating-wrapper {
  display: flex;
}

.emergency-hour-towing-and-breakdown-services_team_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.emergency-hour-towing-and-breakdown-services_team_client-info {
  margin-bottom: 1rem;
}

.emergency-hour-towing-and-breakdown-services_team_rating-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.emergency-hour-towing-and-breakdown-services_team_client-image-wrapper {
  margin-bottom: 1rem;
}

.emergency-hour-towing-and-breakdown-services_team_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.emergency-hour-towing-and-breakdown-services_team_client {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.emergency-hour-towing-and-breakdown-services_team_logo {
  max-height: 3rem;
}

.emergency-hour-towing-and-breakdown-services_team_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.emergency-hour-towing-and-breakdown-services_testimonial_answer {
  overflow: hidden;
}

.emergency-hour-towing-and-breakdown-services_testimonial_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.section_emergency-hour-towing-and-breakdown-services_testimonial {
  background-color: var(--base-color-brand--rig-blue);
}

.emergency-hour-towing-and-breakdown-services_testimonial_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.emergency-hour-towing-and-breakdown-services_testimonial_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.emergency-hour-towing-and-breakdown-services_testimonial_list {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.emergency-hour-towing-and-breakdown-services_testimonial_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.text-size-small-2 {
  font-size: .875rem;
}

.navbar1_container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_car-towing-and-breakdown-service_header {
  position: relative;
}

.car-towing-and-breakdown-service_header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.car-towing-and-breakdown-service_header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.car-towing-and-breakdown-service_content_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.car-towing-and-breakdown-service_faq_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_car-towing-and-breakdown-service_faq {
  position: relative;
}

.car-towing-and-breakdown-service_faq_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.car-towing-and-breakdown-service_cta-2_image {
  border-radius: 15px;
  width: 100%;
}

.section_car-towing-and-breakdown-service_cta-2.blue {
  background-color: var(--base-color-brand--rig-blue);
}

.car-towing-and-breakdown-service_cta-2_image-wrapper {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex: 1;
  width: 100%;
  height: 100%;
}

.car-towing-and-breakdown-service_cta-2_image-wrapper.round-image {
  background-image: none;
  border-radius: 195px;
}

.car-towing-and-breakdown-service_cta-2_component {
  grid-column-gap: 2.9rem;
  grid-row-gap: 4.9rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.car-towing-and-breakdown-service_cta-2_component.single {
  grid-template-columns: 1fr;
}

.car-towing-and-breakdown-service_cta-2_component._2 {
  grid-template-columns: 2fr;
}

.car-towing-and-breakdown-service_cta-2_component._3 {
  grid-template-columns: .5fr 1fr;
}

.car-towing-and-breakdown-service_feature_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.car-towing-and-breakdown-service_feature_slide {
  padding-right: 3rem;
}

.car-towing-and-breakdown-service_feature_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.car-towing-and-breakdown-service_feature_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_car-towing-and-breakdown-service_feature {
  overflow: hidden;
}

.car-towing-and-breakdown-service_feature_mask {
  width: 33.33%;
  overflow: visible;
}

.car-towing-and-breakdown-service_feature_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
}

.car-towing-and-breakdown-service_feature_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.car-towing-and-breakdown-service_feature_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.car-towing-and-breakdown-service_feature_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.car-towing-and-breakdown-service_feature_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.car-towing-and-breakdown-service_feature_arrow.left {
  right: 4rem;
}

.car-towing-and-breakdown-service_team_rating-wrapper {
  display: flex;
}

.car-towing-and-breakdown-service_team_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.car-towing-and-breakdown-service_team_client-info {
  margin-bottom: 1rem;
}

.car-towing-and-breakdown-service_team_rating-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.car-towing-and-breakdown-service_team_client-image-wrapper {
  margin-bottom: 1rem;
}

.car-towing-and-breakdown-service_team_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.car-towing-and-breakdown-service_team_client {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.car-towing-and-breakdown-service_team_logo {
  max-height: 3rem;
}

.car-towing-and-breakdown-service_team_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.car-towing-and-breakdown-service_testimonial_answer {
  overflow: hidden;
}

.car-towing-and-breakdown-service_testimonial_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.car-towing-and-breakdown-service_testimonial_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.car-towing-and-breakdown-service_testimonial_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.car-towing-and-breakdown-service_testimonial_list {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.car-towing-and-breakdown-service_testimonial_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.navbar1_container-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_lorry-and-hgv-towing-and-breakdown-service_header {
  position: relative;
}

.lorry-and-hgv-towing-and-breakdown-service_header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.lorry-and-hgv-towing-and-breakdown-service_header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lorry-and-hgv-towing-and-breakdown-service_content_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lorry-and-hgv-towing-and-breakdown-service_faq_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_lorry-and-hgv-towing-and-breakdown-service_faq {
  position: relative;
}

.lorry-and-hgv-towing-and-breakdown-service_faq_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lorry-and-hgv-towing-and-breakdown-service_cta-2_image {
  width: 100%;
}

.lorry-and-hgv-towing-and-breakdown-service_cta-2_image-wrapper {
  flex: 1;
  width: 100%;
  height: 100%;
}

.lorry-and-hgv-towing-and-breakdown-service_cta-2_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.lorry-and-hgv-towing-and-breakdown-service_feature_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.lorry-and-hgv-towing-and-breakdown-service_feature_slide {
  padding-right: 3rem;
}

.lorry-and-hgv-towing-and-breakdown-service_feature_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.lorry-and-hgv-towing-and-breakdown-service_feature_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_lorry-and-hgv-towing-and-breakdown-service_feature {
  overflow: hidden;
}

.lorry-and-hgv-towing-and-breakdown-service_feature_mask {
  width: 33.33%;
  overflow: visible;
}

.lorry-and-hgv-towing-and-breakdown-service_feature_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
}

.lorry-and-hgv-towing-and-breakdown-service_feature_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.lorry-and-hgv-towing-and-breakdown-service_feature_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.lorry-and-hgv-towing-and-breakdown-service_feature_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.lorry-and-hgv-towing-and-breakdown-service_feature_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.lorry-and-hgv-towing-and-breakdown-service_feature_arrow.left {
  right: 4rem;
}

.lorry-and-hgv-towing-and-breakdown-service_team_rating-wrapper {
  display: flex;
}

.lorry-and-hgv-towing-and-breakdown-service_team_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lorry-and-hgv-towing-and-breakdown-service_team_client-info {
  margin-bottom: 1rem;
}

.lorry-and-hgv-towing-and-breakdown-service_team_rating-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.lorry-and-hgv-towing-and-breakdown-service_team_client-image-wrapper {
  margin-bottom: 1rem;
}

.lorry-and-hgv-towing-and-breakdown-service_team_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.lorry-and-hgv-towing-and-breakdown-service_team_client {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.lorry-and-hgv-towing-and-breakdown-service_team_logo {
  max-height: 3rem;
}

.lorry-and-hgv-towing-and-breakdown-service_team_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.lorry-and-hgv-towing-and-breakdown-service_testimonial_answer {
  overflow: hidden;
}

.lorry-and-hgv-towing-and-breakdown-service_testimonial_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.lorry-and-hgv-towing-and-breakdown-service_testimonial_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.lorry-and-hgv-towing-and-breakdown-service_testimonial_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.lorry-and-hgv-towing-and-breakdown-service_testimonial_list {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.lorry-and-hgv-towing-and-breakdown-service_testimonial_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.navbar1_container-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_aggricultural-vehicles-towing-and-breakdown-service_header {
  position: relative;
}

.aggricultural-vehicles-towing-and-breakdown-service_header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.aggricultural-vehicles-towing-and-breakdown-service_header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.aggricultural-vehicles-towing-and-breakdown-service_content_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.aggricultural-vehicles-towing-and-breakdown-service_faq_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_aggricultural-vehicles-towing-and-breakdown-service_faq {
  position: relative;
}

.aggricultural-vehicles-towing-and-breakdown-service_faq_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.aggricultural-vehicles-towing-and-breakdown-service_cta-2_image {
  width: 100%;
}

.aggricultural-vehicles-towing-and-breakdown-service_cta-2_image-wrapper {
  flex: 1;
  width: 100%;
  height: 100%;
}

.aggricultural-vehicles-towing-and-breakdown-service_cta-2_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.aggricultural-vehicles-towing-and-breakdown-service_feature_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.aggricultural-vehicles-towing-and-breakdown-service_feature_slide {
  padding-right: 3rem;
}

.aggricultural-vehicles-towing-and-breakdown-service_feature_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.aggricultural-vehicles-towing-and-breakdown-service_feature_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_aggricultural-vehicles-towing-and-breakdown-service_feature {
  overflow: hidden;
}

.aggricultural-vehicles-towing-and-breakdown-service_feature_mask {
  width: 33.33%;
  overflow: visible;
}

.aggricultural-vehicles-towing-and-breakdown-service_feature_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
}

.aggricultural-vehicles-towing-and-breakdown-service_feature_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.aggricultural-vehicles-towing-and-breakdown-service_feature_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.aggricultural-vehicles-towing-and-breakdown-service_feature_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.aggricultural-vehicles-towing-and-breakdown-service_feature_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.aggricultural-vehicles-towing-and-breakdown-service_feature_arrow.left {
  right: 4rem;
}

.aggricultural-vehicles-towing-and-breakdown-service_team_rating-wrapper {
  display: flex;
}

.aggricultural-vehicles-towing-and-breakdown-service_team_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.aggricultural-vehicles-towing-and-breakdown-service_team_client-info {
  margin-bottom: 1rem;
}

.aggricultural-vehicles-towing-and-breakdown-service_team_rating-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.aggricultural-vehicles-towing-and-breakdown-service_team_client-image-wrapper {
  margin-bottom: 1rem;
}

.aggricultural-vehicles-towing-and-breakdown-service_team_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.aggricultural-vehicles-towing-and-breakdown-service_team_client {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.aggricultural-vehicles-towing-and-breakdown-service_team_logo {
  max-height: 3rem;
}

.aggricultural-vehicles-towing-and-breakdown-service_team_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.aggricultural-vehicles-towing-and-breakdown-service_testimonial_answer {
  overflow: hidden;
}

.aggricultural-vehicles-towing-and-breakdown-service_testimonial_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.aggricultural-vehicles-towing-and-breakdown-service_testimonial_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.aggricultural-vehicles-towing-and-breakdown-service_testimonial_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.aggricultural-vehicles-towing-and-breakdown-service_testimonial_list {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.aggricultural-vehicles-towing-and-breakdown-service_testimonial_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.navbar1_container-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accident-recovery-services_cta-1_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_accident-recovery-services_cta-1 {
  position: relative;
}

.accident-recovery-services_cta-1_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.accident-recovery-services_cta-2_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.accident-recovery-services_cta-2_image {
  width: 100%;
  height: 100%;
}

.accident-recovery-services_cta-2_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.accident-recovery-services_feature-1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.accident-recovery-services_feature-1_image {
  width: 100%;
  height: 100%;
}

.accident-recovery-services_feature-2_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.accident-recovery-services_feature-2_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.accident-recovery-services_feature-2_image {
  width: 100%;
  height: 100%;
}

.accident-recovery-services_feature-3_answer {
  overflow: hidden;
}

.accident-recovery-services_feature-3_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.accident-recovery-services_feature-3_component {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.accident-recovery-services_feature-3_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.accident-recovery-services_feature-3_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.accident-recovery-services_faq_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.accident-recovery-services_faq_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.accident-recovery-services_faq_card {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
  display: grid;
}

.accident-recovery-services_faq_content {
  flex: 1;
}

.navbar1_container-6, .navbar1_container-7 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_accident-recovery-services_header {
  position: relative;
}

.accident-recovery-services_header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.accident-recovery-services_header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.accident-recovery-services_content_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accident-recovery-services_faq_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_accident-recovery-services_faq-2 {
  position: relative;
}

.accident-recovery-services_faq_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.accident-recovery-services_feature_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.accident-recovery-services_feature_slide {
  padding-right: 3rem;
}

.accident-recovery-services_feature_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.accident-recovery-services_feature_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_accident-recovery-services_feature {
  overflow: hidden;
}

.accident-recovery-services_feature_mask {
  width: 33.33%;
  overflow: visible;
}

.accident-recovery-services_feature_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
}

.accident-recovery-services_feature_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.accident-recovery-services_feature_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.accident-recovery-services_feature_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.accident-recovery-services_feature_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.accident-recovery-services_feature_arrow.left {
  right: 4rem;
}

.accident-recovery-services_team_rating-wrapper {
  display: flex;
}

.accident-recovery-services_team_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accident-recovery-services_team_client-info {
  margin-bottom: 1rem;
}

.accident-recovery-services_team_rating-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.accident-recovery-services_team_client-image-wrapper {
  margin-bottom: 1rem;
}

.accident-recovery-services_team_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.accident-recovery-services_team_client {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.accident-recovery-services_team_logo {
  max-height: 3rem;
}

.accident-recovery-services_team_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.accident-recovery-services_testimonial_answer {
  overflow: hidden;
}

.accident-recovery-services_testimonial_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.accident-recovery-services_testimonial_component {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.accident-recovery-services_testimonial_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.accident-recovery-services_testimonial_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.navbar1_container-8 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_breakdown-recovery-and-towing-leeds_header {
  background-color: var(--base-color-brand--rig-blue);
}

.breakdown-recovery-and-towing-leeds_header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.breakdown-recovery-and-towing-leeds_features-list-1_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.breakdown-recovery-and-towing-leeds_features-list-1_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.breakdown-recovery-and-towing-leeds_features-list-1_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.breakdown-recovery-and-towing-leeds_features-list-1_background-image-wrapper {
  display: none;
}

.section_breakdown-recovery-and-towing-leeds_features-list-1 {
  position: relative;
  background-color: var(--base-color-brand--rig-black);
}

.breakdown-recovery-and-towing-leeds_features-list-1_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.breakdown-recovery-and-towing-leeds_features-list-2_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.breakdown-recovery-and-towing-leeds_content_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_breakdown-recovery-and-towing-leeds_content {
  position: relative;
}

.breakdown-recovery-and-towing-leeds_content_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.breakdown-recovery-and-towing-leeds_cta_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.breakdown-recovery-and-towing-leeds_cta_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.breakdown-recovery-and-towing-leeds_cta_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.breakdown-recovery-and-towing-leeds_testimonial_rating-wrapper {
  display: flex;
}

.breakdown-recovery-and-towing-leeds_testimonial_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.breakdown-recovery-and-towing-leeds_testimonial_client-info {
  margin-bottom: 1rem;
}

.breakdown-recovery-and-towing-leeds_testimonial_rating-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.breakdown-recovery-and-towing-leeds_testimonial_client-image-wrapper {
  margin-bottom: 1rem;
}

.breakdown-recovery-and-towing-leeds_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.breakdown-recovery-and-towing-leeds_testimonial_client {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.breakdown-recovery-and-towing-leeds_testimonial_logo {
  max-height: 3rem;
}

.breakdown-recovery-and-towing-leeds_testimonial_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.breakdown-recovery-and-towing-leeds_faq_answer {
  overflow: hidden;
}

.breakdown-recovery-and-towing-leeds_faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.breakdown-recovery-and-towing-leeds_faq_component {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.section_breakdown-recovery-and-towing-leeds_faq {
  background-color: var(--base-color-brand--rig-platinum);
}

.breakdown-recovery-and-towing-leeds_faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.breakdown-recovery-and-towing-leeds_faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.navbar1_container-9 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_contact-us_header {
  position: relative;
}

.image-overlay-layer-2 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.contact-us_header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.contact-us_header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-us_contact_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.contact-us_contact_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-us_contact_map {
  width: 100%;
  height: 100%;
}

.form_checkbox-icon-2 {
  border: 1px solid var(--base-color-neutral--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon-2.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon-2.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.section_contact-us_contact-form {
  background-color: var(--base-color-brand--rig-platinum);
}

.form_field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_radio-icon-2 {
  border: 1px solid var(--base-color-neutral--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon-2.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon-2.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.contact-us_contact-form_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.form_radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-us_contact-form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error-text {
  color: #e23939;
}

.success-message {
  background-color: var(--base-color-neutral--neutral-lightest);
  padding: 1.5rem;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text {
  font-weight: 600;
}

.contact-us_cta_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.contact-us_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_contact-us_cta {
  position: relative;
}

.navbar1_container-10 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.towing-and-breakdown-recovery-pricing_header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.image-overlay-layer-3 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.towing-and-breakdown-recovery-pricing_cta-1_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_towing-and-breakdown-recovery-pricing_cta-1 {
  position: relative;
}

.towing-and-breakdown-recovery-pricing_cta-1_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.towing-and-breakdown-recovery-pricing_cta-2_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.towing-and-breakdown-recovery-pricing_cta-2_feature {
  display: flex;
}

.towing-and-breakdown-recovery-pricing_cta-2_components {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.towing-and-breakdown-recovery-pricing_cta-2_content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.towing-and-breakdown-recovery-pricing_cta-2_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.towing-and-breakdown-recovery-pricing_cta-2_plan {
  border: 1px solid var(--border-color--border-primary);
  padding: 2rem;
}

.towing-and-breakdown-recovery-pricing_pricing_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.towing-and-breakdown-recovery-pricing_pricing_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.towing-and-breakdown-recovery-pricing_pricing_logo {
  max-height: 3.5rem;
}

.towing-and-breakdown-recovery-pricing_pricing_client-image-wrapper {
  margin-bottom: 1rem;
}

.towing-and-breakdown-recovery-pricing_testimonial_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.towing-and-breakdown-recovery-pricing_faq_answer {
  overflow: hidden;
}

.towing-and-breakdown-recovery-pricing_faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.towing-and-breakdown-recovery-pricing_faq_component {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.towing-and-breakdown-recovery-pricing_faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.towing-and-breakdown-recovery-pricing_faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.navbar1_container-11 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_longform-content_header {
  position: relative;
}

.image-overlay-layer-4 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.longform-content_header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.longform-content_header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.longform-content_blog-post-body_link-wrapper {
  overflow: hidden;
}

.longform-content_blog-post-body_link-wrapper.is-h3, .longform-content_blog-post-body_link-wrapper.is-h4, .longform-content_blog-post-body_link-wrapper.is-h5, .longform-content_blog-post-body_link-wrapper.is-h6 {
  padding-left: 1rem;
}

.content-27-instructions-delete {
  background-color: var(--base-color-neutral--neutral-lightest);
  text-align: left;
  padding: 2rem;
  display: block;
}

.longform-content_blog-post-body_h-trigger {
  display: none;
}

.longform-content_blog-post-body_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.rl-styleguide_label-2 {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #dee3f4;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.longform-content_blog-post-body_link {
  width: 100%;
  padding: .75rem 1rem;
  text-decoration: none;
}

.longform-content_blog-post-body_link.w--current {
  background-color: var(--base-color-neutral--neutral-lightest);
  font-weight: 600;
}

.longform-content_blog-post-body_link.is-h3.w--current, .longform-content_blog-post-body_link.is-h4.w--current, .longform-content_blog-post-body_link.is-h5, .longform-content_blog-post-body_link.is-h6.w--current {
  background-color: #0000;
}

.longform-content_blog-post-body_link.current, .longform-content_blog-post-body_link.current.w--current {
  background-color: var(--base-color-neutral--neutral-lightest);
  border-style: none;
  font-weight: 600;
}

.longform-content_blog-post-body_sidebar-heading {
  font-size: 1.5rem;
}

.longform-content_blog-post-body_accordion-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: none;
}

.longform-content_blog-post-body_sidebar-heading-text {
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.5;
}

.longform-content_blog-post-body_link-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.longform-content_blog-post-body_sidebar {
  flex-direction: column;
  width: 100%;
  margin-right: 12rem;
  display: flex;
  position: sticky;
  top: 6rem;
}

.longform-content_blog-post-body_instructions-list {
  padding-left: 1.25rem;
}

.longform-content_blog-post-body_instructions-list-item {
  padding-left: .5rem;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.stylesystem-class-label.is-animation {
  background-image: url('../images/interaction-icon.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
}

.rl-styleguide_label_green {
  color: var(--base-color-neutral--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #038547;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.longform-content_cta_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_longform-content_cta {
  position: relative;
}

.longform-content_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content29_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.content29_author-wrapper {
  align-items: center;
  display: flex;
}

.content29_content {
  margin-bottom: 4rem;
}

.content29_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.content29_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.content29_divider {
  background-color: var(--base-color-neutral--black);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.content29_tag-item {
  background-color: var(--base-color-neutral--neutral-lightest);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.content29_tag-item.w--current {
  border-bottom: 2px solid var(--base-color-neutral--black);
}

.content29_author-image-wrapper {
  margin-right: 1rem;
}

.content29_social-link {
  background-color: var(--base-color-neutral--neutral-lightest);
  border-radius: 20px;
  padding: .25rem;
}

.content29_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.content29_tag-list-wrapper {
  width: 50%;
}

.content29_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.layout219_image {
  width: 100%;
  height: 100%;
}

.layout219_lightbox-image {
  object-fit: cover;
}

.layout219_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0 0 0 2rem;
  display: block;
}

.layout219_tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

.layout219_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.layout219_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  display: grid;
}

.heading-9 {
  text-align: center;
}

.navbar1_container-12 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-overlay-layer-5 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.section_towing-services-in-multiple-locations_header {
  position: relative;
}

.towing-services-in-multiple-locations_header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.towing-services-in-multiple-locations_header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.towing-services-in-multiple-locations_content_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.towing-services-in-multiple-locations_locations_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_towing-services-in-multiple-locations_locations {
  position: relative;
}

.towing-services-in-multiple-locations_locations_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.towing-services-in-multiple-locations_cta-2_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.towing-services-in-multiple-locations_cta-2_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.towing-services-in-multiple-locations_cta-2_image {
  width: 100%;
  height: 100%;
}

.towing-services-in-multiple-locations_cta-2_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  padding-top: 20px;
  display: grid;
}

.towing-services-in-multiple-locations_cta-2_image-wrapper {
  width: 100%;
  position: relative;
}

.towing-services-in-multiple-locations_features-list_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.towing-services-in-multiple-locations_features-list_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.towing-services-in-multiple-locations_features-list_map {
  width: 100%;
  height: 100%;
}

.towing-services-in-multiple-locations_faq_answer {
  overflow: hidden;
}

.towing-services-in-multiple-locations_faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.towing-services-in-multiple-locations_faq_component {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.towing-services-in-multiple-locations_faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.towing-services-in-multiple-locations_faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.contact14_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.section_contact14 {
  background-color: var(--base-color-brand--rig-blue);
}

.contact14_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact14_map {
  width: 100%;
  height: 100%;
}

.paragraph-13 {
  text-align: center;
}

.text-span {
  color: var(--base-color-system--success-green);
  font-weight: 700;
}

.section_content17.bg-blue {
  background-color: var(--base-color-brand--rig-blue);
}

.content17_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar1_dropdown-link-copy {
  color: var(--link-color--link-primary);
  padding: .5rem 1rem;
}

.navbar1_dropdown-link-copy.w--current {
  color: var(--base-color-neutral--black);
}

.image {
  margin-top: 20px;
  margin-bottom: 20px;
}

.columns, .columns-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header76_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.header76_image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -120%;
  display: grid;
}

.header76_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.header76_content-right {
  grid-column-gap: 1rem;
  align-items: center;
  height: 100vh;
  padding-right: 5vw;
  overflow: hidden;
}

.header76_content-left {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.header76_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header76_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header76_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.header76_image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.content1_image {
  width: 100%;
}

.content1_image-wrapper {
  flex: 1;
  width: 100%;
  height: 100%;
}

.content1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.signature {
  text-align: left;
  font-family: Great Vibes, cursive;
  font-size: 3.2rem;
}

.heading-10 {
  text-align: center;
  padding-bottom: 60px;
}

.cta10_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.text-size-tiny-2 {
  font-size: .75rem;
}

.cta10_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.section_cta10 {
  position: relative;
}

.cta10_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta10_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.cta10_content {
  flex: 1;
}

.image-2 {
  margin-bottom: 40px;
}

.social-icons1_list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.social-icons1_link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.icon-embed-xsmall-2, .icon-embed-xsmall-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.image-3 {
  margin-bottom: 20px;
}

.image-3.roundimage {
  border-radius: 105px;
}

.flex-block {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: flex-start;
  align-items: center;
}

.paragraph-14 {
  margin-top: 20px;
}

.heading-11 {
  font-size: 2.3rem;
}

.heading-11.bottom {
  margin-bottom: 2rem;
}

.heading-12, .heading-13 {
  font-size: 2.3rem;
}

.dropdown1_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  margin-top: .5rem;
  padding: .5rem;
}

.dropdown1_dropdown-list.is-right {
  right: 0;
}

.icon-embed-xsmall-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.stacked-list2_list {
  border-top: 1px solid var(--border-color--border-primary);
}

.dropdown1_component {
  margin-left: 0;
  margin-right: 0;
}

.dropdown1_toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding: 0;
  display: flex;
}

.section-header1_content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.section-header1_component {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.section-header1_content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.stacked-list2_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  display: grid;
}

.stacked-list2_status-wrapper {
  background-color: var(--base-color-neutral--neutral-lightest);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .125rem .75rem;
  display: flex;
}

.dropdown1_dropdown-link {
  padding: .5rem 1rem;
}

.dropdown1_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.stacked-list2_content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.round-image {
  border-radius: 20px;
}

.heading-14 {
  text-align: center;
}

.paragraph-15 {
  margin-top: 20px;
}

.div-block, .div-block-2, .div-block-3, .div-block-4 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .menu-icon1_line-middle {
    background-color: var(--base-color-neutral--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .menu-icon1_line-top {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--background-color--background-primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .home_hero-header_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .home_feature_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home_services_list, .home_features-list_list {
    grid-column-gap: 2rem;
  }

  .home_cta_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .home_team_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .home_team_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .footer11_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .navbar10_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar10_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar10_dropdown-content-left {
    align-content: start;
    align-items: start;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar10_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar10_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
    padding-top: 0;
  }

  .navbar10_blog-item-content {
    width: 100%;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar10_menu-dropdown {
    width: 100%;
  }

  .navbar10_dropdown-content {
    flex-direction: column;
  }

  .navbar10_menu-button.w--open {
    background-color: #0000;
  }

  .navbar10_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--background-color--background-primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .navbar10_blog-item-image {
    width: 100%;
  }

  .navbar10_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar10_blog-list {
    grid-row-gap: 2rem;
    width: 100%;
  }

  .navbar10_blog-item-image-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .menu-icon_line-middle {
    background-color: var(--base-color-neutral--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-bottom, .menu-icon_line-top {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar10_blog-item {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .navbar10_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .home_hero-header_component-2 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .home_hero-header_content-right-2 {
    height: auto;
  }

  .home_hero-header_content-left-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .home_cta-2_list, .home_cta-2_list.gap {
    grid-template-columns: 1fr 1fr;
  }

  .home_features-list_slide {
    padding-right: 2rem;
  }

  .home_features-list_mask {
    width: 50%;
  }

  .home_features-list_component-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .home_testimonial_component-2 {
    grid-column-gap: 2rem;
  }

  .home_blog-list_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .navbar3_container {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar3_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon3_line-middle {
    background-color: var(--base-color-neutral--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .menu-icon3_line-bottom {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar3_menu {
    z-index: 1;
    background-color: var(--background-color--background-primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100dvh;
    margin-left: 0;
    padding-bottom: 6.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    transition: height .5s;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .menu-icon3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar3_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar3_dropdown-link {
    padding: .75rem 0 .75rem 5%;
  }

  .navbar3_menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .menu-icon3_line-top {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .home_hero-header_content-right-3 {
    height: auto;
  }

  .team10_slide {
    padding-right: 2rem;
  }

  .team10_mask {
    width: 50%;
  }

  .team10_component {
    padding-left: 0;
    padding-right: 0;
  }

  .emergency-hour-towing-and-breakdown-services_content_component, .emergency-hour-towing-and-breakdown-services_cta-2_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .emergency-hour-towing-and-breakdown-services_feature_slide {
    padding-right: 2rem;
  }

  .emergency-hour-towing-and-breakdown-services_feature_mask {
    width: 50%;
  }

  .emergency-hour-towing-and-breakdown-services_feature_component {
    padding-left: 0;
    padding-right: 0;
  }

  .emergency-hour-towing-and-breakdown-services_team_component {
    grid-column-gap: 2rem;
  }

  .emergency-hour-towing-and-breakdown-services_testimonial_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .car-towing-and-breakdown-service_content_component, .car-towing-and-breakdown-service_cta-2_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .car-towing-and-breakdown-service_feature_slide {
    padding-right: 2rem;
  }

  .car-towing-and-breakdown-service_feature_mask {
    width: 50%;
  }

  .car-towing-and-breakdown-service_feature_component {
    padding-left: 0;
    padding-right: 0;
  }

  .car-towing-and-breakdown-service_team_component {
    grid-column-gap: 2rem;
  }

  .car-towing-and-breakdown-service_testimonial_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .lorry-and-hgv-towing-and-breakdown-service_content_component, .lorry-and-hgv-towing-and-breakdown-service_cta-2_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .lorry-and-hgv-towing-and-breakdown-service_feature_slide {
    padding-right: 2rem;
  }

  .lorry-and-hgv-towing-and-breakdown-service_feature_mask {
    width: 50%;
  }

  .lorry-and-hgv-towing-and-breakdown-service_feature_component {
    padding-left: 0;
    padding-right: 0;
  }

  .lorry-and-hgv-towing-and-breakdown-service_team_component {
    grid-column-gap: 2rem;
  }

  .lorry-and-hgv-towing-and-breakdown-service_testimonial_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .aggricultural-vehicles-towing-and-breakdown-service_content_component, .aggricultural-vehicles-towing-and-breakdown-service_cta-2_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .aggricultural-vehicles-towing-and-breakdown-service_feature_slide {
    padding-right: 2rem;
  }

  .aggricultural-vehicles-towing-and-breakdown-service_feature_mask {
    width: 50%;
  }

  .aggricultural-vehicles-towing-and-breakdown-service_feature_component {
    padding-left: 0;
    padding-right: 0;
  }

  .aggricultural-vehicles-towing-and-breakdown-service_team_component {
    grid-column-gap: 2rem;
  }

  .aggricultural-vehicles-towing-and-breakdown-service_testimonial_component, .accident-recovery-services_cta-2_component, .accident-recovery-services_feature-1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .accident-recovery-services_feature-2_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .accident-recovery-services_faq_button-row {
    flex: none;
  }

  .accident-recovery-services_faq_card {
    grid-column-gap: 3rem;
    padding: 2rem;
  }

  .accident-recovery-services_faq_content {
    margin-right: 3rem;
  }

  .accident-recovery-services_content_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .accident-recovery-services_feature_slide {
    padding-right: 2rem;
  }

  .accident-recovery-services_feature_mask {
    width: 50%;
  }

  .accident-recovery-services_feature_component {
    padding-left: 0;
    padding-right: 0;
  }

  .accident-recovery-services_team_component {
    grid-column-gap: 2rem;
  }

  .breakdown-recovery-and-towing-leeds_header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .breakdown-recovery-and-towing-leeds_features-list-1_list {
    grid-template-columns: 1fr 1fr;
  }

  .breakdown-recovery-and-towing-leeds_features-list-2_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .breakdown-recovery-and-towing-leeds_cta_list {
    grid-template-columns: 1fr 1fr;
  }

  .breakdown-recovery-and-towing-leeds_testimonial_component {
    grid-column-gap: 2rem;
  }

  .contact-us_contact_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .towing-and-breakdown-recovery-pricing_header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .towing-and-breakdown-recovery-pricing_cta-2_components {
    grid-template-columns: 1fr;
  }

  .towing-and-breakdown-recovery-pricing_testimonial_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .longform-content_blog-post-body_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .longform-content_blog-post-body_sidebar-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid var(--border-color--border-primary);
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    display: flex;
  }

  .longform-content_blog-post-body_accordion-icon {
    display: flex;
  }

  .longform-content_blog-post-body_sidebar-heading-text {
    font-size: 1.125rem;
    font-weight: 400;
  }

  .longform-content_blog-post-body_sidebar {
    width: 100%;
    margin-right: 0;
    position: relative;
    top: 0;
  }

  .content29_content {
    margin-bottom: 3rem;
  }

  .layout219_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .layout219_component {
    grid-column-gap: 3rem;
  }

  .towing-services-in-multiple-locations_content_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .towing-services-in-multiple-locations_cta-2_list {
    grid-column-gap: 2rem;
  }

  .towing-services-in-multiple-locations_features-list_component, .contact14_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .content17_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .navbar1_dropdown-link-copy {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .header76_content-right {
    height: 40rem;
    padding-left: 5vw;
  }

  .header76_content-left {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header76_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .content1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .cta10_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .cta10_content {
    margin-right: 0;
  }

  .dropdown1_dropdown-list {
    overflow: hidden;
  }

  .dropdown1_toggle {
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .button.is-navbar3-button {
    padding: .25rem 1rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .home_hero-header_component {
    height: auto;
    max-height: none;
  }

  .home_hero-header_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .home_feature_component, .home_services_list, .home_features-list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_cta_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .home_team_list, .home_team_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_team_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: max-content 1fr;
  }

  .footer11_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer11_top-wrapper {
    grid-row-gap: 3rem;
    padding: 2rem;
  }

  .footer11_credit-text {
    margin-top: 2rem;
  }

  .footer11_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer11_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .navbar10_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar10_dropdown-content-right {
    padding-bottom: 1.5rem;
  }

  .navbar10_component {
    min-height: 4rem;
  }

  .navbar10_menu {
    padding-bottom: 6rem;
  }

  .navbar10_blog-item-image {
    margin-bottom: 0;
  }

  .navbar10_dropdown-link-list {
    max-width: none;
  }

  .navbar10_blog-item-image-wrapper {
    max-width: 100%;
  }

  .navbar10_blog-item {
    grid-row-gap: 1rem;
  }

  .home_hero-header_component-2 {
    padding-top: 4rem;
  }

  .home_hero-header_content-right-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home_hero-header_image-wrapper-2 {
    width: 18rem;
  }

  .home_cta-2_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_cta-2_list.gap {
    grid-template-columns: 1fr;
  }

  .home_features-list_slide {
    padding-right: 1.5rem;
  }

  .home_features-list_image-wrapper-2 {
    height: 100%;
  }

  .home_features-list_mask {
    width: 80%;
  }

  .home_features-list_arrow.left {
    right: 3.5rem;
  }

  .home_testimonial_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_testimonial_client-image-wrapper-2 {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .home_testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .home_blog-list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_blog-list_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .home_blog-list_image-wrapper {
    height: 100%;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .navbar3_menu {
    width: 90vw;
    padding-bottom: 5rem;
  }

  .navbar3_component {
    min-height: 4rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .home_hero-header_content-right-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home_hero-header_image-wrapper-3 {
    width: 18rem;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .home_features-list_image-wrapper-3 {
    height: 100%;
  }

  .team10_slide {
    padding-right: 1.5rem;
  }

  .team10_image-wrapper {
    height: 100%;
  }

  .text-size-large-2 {
    font-size: 1.125rem;
  }

  .team10_mask {
    width: 80%;
  }

  .team10_arrow.left {
    right: 3.5rem;
  }

  .emergency-hour-towing-and-breakdown-services_content_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .emergency-hour-towing-and-breakdown-services_cta-2_component {
    grid-template-columns: 1fr;
  }

  .emergency-hour-towing-and-breakdown-services_feature_slide {
    padding-right: 1.5rem;
  }

  .emergency-hour-towing-and-breakdown-services_feature_image-wrapper {
    height: 100%;
  }

  .emergency-hour-towing-and-breakdown-services_feature_mask {
    width: 80%;
  }

  .emergency-hour-towing-and-breakdown-services_feature_arrow.left {
    right: 3.5rem;
  }

  .emergency-hour-towing-and-breakdown-services_team_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .emergency-hour-towing-and-breakdown-services_team_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .emergency-hour-towing-and-breakdown-services_team_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .emergency-hour-towing-and-breakdown-services_testimonial_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .emergency-hour-towing-and-breakdown-services_testimonial_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .emergency-hour-towing-and-breakdown-services_testimonial_icon-wrapper {
    width: 1.75rem;
  }

  .car-towing-and-breakdown-service_content_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .car-towing-and-breakdown-service_cta-2_component {
    grid-template-columns: 1fr;
  }

  .car-towing-and-breakdown-service_feature_slide {
    padding-right: 1.5rem;
  }

  .car-towing-and-breakdown-service_feature_image-wrapper {
    height: 100%;
  }

  .car-towing-and-breakdown-service_feature_mask {
    width: 80%;
  }

  .car-towing-and-breakdown-service_feature_arrow.left {
    right: 3.5rem;
  }

  .car-towing-and-breakdown-service_team_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .car-towing-and-breakdown-service_team_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .car-towing-and-breakdown-service_team_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .car-towing-and-breakdown-service_testimonial_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .car-towing-and-breakdown-service_testimonial_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .car-towing-and-breakdown-service_testimonial_icon-wrapper {
    width: 1.75rem;
  }

  .lorry-and-hgv-towing-and-breakdown-service_content_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .lorry-and-hgv-towing-and-breakdown-service_cta-2_component {
    grid-template-columns: 1fr;
  }

  .lorry-and-hgv-towing-and-breakdown-service_feature_slide {
    padding-right: 1.5rem;
  }

  .lorry-and-hgv-towing-and-breakdown-service_feature_image-wrapper {
    height: 100%;
  }

  .lorry-and-hgv-towing-and-breakdown-service_feature_mask {
    width: 80%;
  }

  .lorry-and-hgv-towing-and-breakdown-service_feature_arrow.left {
    right: 3.5rem;
  }

  .lorry-and-hgv-towing-and-breakdown-service_team_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .lorry-and-hgv-towing-and-breakdown-service_team_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .lorry-and-hgv-towing-and-breakdown-service_team_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .lorry-and-hgv-towing-and-breakdown-service_testimonial_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lorry-and-hgv-towing-and-breakdown-service_testimonial_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .lorry-and-hgv-towing-and-breakdown-service_testimonial_icon-wrapper {
    width: 1.75rem;
  }

  .aggricultural-vehicles-towing-and-breakdown-service_content_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .aggricultural-vehicles-towing-and-breakdown-service_cta-2_component {
    grid-template-columns: 1fr;
  }

  .aggricultural-vehicles-towing-and-breakdown-service_feature_slide {
    padding-right: 1.5rem;
  }

  .aggricultural-vehicles-towing-and-breakdown-service_feature_image-wrapper {
    height: 100%;
  }

  .aggricultural-vehicles-towing-and-breakdown-service_feature_mask {
    width: 80%;
  }

  .aggricultural-vehicles-towing-and-breakdown-service_feature_arrow.left {
    right: 3.5rem;
  }

  .aggricultural-vehicles-towing-and-breakdown-service_team_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .aggricultural-vehicles-towing-and-breakdown-service_team_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .aggricultural-vehicles-towing-and-breakdown-service_team_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .aggricultural-vehicles-towing-and-breakdown-service_testimonial_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .aggricultural-vehicles-towing-and-breakdown-service_testimonial_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .aggricultural-vehicles-towing-and-breakdown-service_testimonial_icon-wrapper {
    width: 1.75rem;
  }

  .accident-recovery-services_cta-2_component, .accident-recovery-services_feature-1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .accident-recovery-services_feature-2_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .accident-recovery-services_feature-3_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .accident-recovery-services_feature-3_icon-wrapper {
    width: 1.75rem;
  }

  .accident-recovery-services_faq_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .accident-recovery-services_faq_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .accident-recovery-services_faq_card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .accident-recovery-services_faq_content {
    margin-right: 0;
  }

  .accident-recovery-services_content_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .accident-recovery-services_feature_slide {
    padding-right: 1.5rem;
  }

  .accident-recovery-services_feature_image-wrapper {
    height: 100%;
  }

  .accident-recovery-services_feature_mask {
    width: 80%;
  }

  .accident-recovery-services_feature_arrow.left {
    right: 3.5rem;
  }

  .accident-recovery-services_team_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .accident-recovery-services_team_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .accident-recovery-services_team_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .accident-recovery-services_testimonial_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .accident-recovery-services_testimonial_icon-wrapper {
    width: 1.75rem;
  }

  .breakdown-recovery-and-towing-leeds_header_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .breakdown-recovery-and-towing-leeds_features-list-1_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .breakdown-recovery-and-towing-leeds_features-list-2_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .breakdown-recovery-and-towing-leeds_cta_list, .breakdown-recovery-and-towing-leeds_testimonial_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .breakdown-recovery-and-towing-leeds_testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .breakdown-recovery-and-towing-leeds_testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .breakdown-recovery-and-towing-leeds_faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .breakdown-recovery-and-towing-leeds_faq_icon-wrapper {
    width: 1.75rem;
  }

  .contact-us_contact_map-wrapper {
    height: 25rem;
  }

  .contact-us_contact_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .towing-and-breakdown-recovery-pricing_header_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .towing-and-breakdown-recovery-pricing_cta-2_components {
    grid-template-columns: 1fr;
  }

  .towing-and-breakdown-recovery-pricing_cta-2_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .towing-and-breakdown-recovery-pricing_testimonial_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .towing-and-breakdown-recovery-pricing_faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .towing-and-breakdown-recovery-pricing_faq_icon-wrapper {
    width: 1.75rem;
  }

  .longform-content_blog-post-body_sidebar-heading-text {
    font-size: 1rem;
  }

  .content29_content {
    margin-bottom: 2rem;
  }

  .content29_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .layout219_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .towing-services-in-multiple-locations_content_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .towing-services-in-multiple-locations_cta-2_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .towing-services-in-multiple-locations_features-list_map-wrapper {
    height: 25rem;
  }

  .towing-services-in-multiple-locations_features-list_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .towing-services-in-multiple-locations_faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .towing-services-in-multiple-locations_faq_icon-wrapper {
    width: 1.75rem;
  }

  .contact14_map-wrapper {
    height: 25rem;
  }

  .contact14_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .content17_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .header76_content-right {
    height: 30rem;
  }

  .header76_component {
    padding-top: 4rem;
  }

  .content1_component {
    grid-template-columns: 1fr;
  }

  .cta10_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta10_content {
    margin-right: 0;
  }

  .section-header1_content-right {
    justify-content: space-between;
  }

  .section-header1_component, .section-header1_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .stacked-list2_item {
    grid-template-columns: 1fr;
  }

  .stacked-list2_content-right {
    justify-content: space-between;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .button, .button-2 {
    font-size: 0.85rem !important;
  }

  .button.is-icon {
    min-width: 100%;
    font-size: clamp(0.65rem, 3.8vw, 0.85rem) !important;
    letter-spacing: 0.3px;
  }

  .rl-styleguide_component, .home_hero-header_content-wrapper, .home_feature_component, .home_feature_item-list, .home_services_list, .home_features-list_list, .home_cta_component, .home_team_component {
    grid-template-columns: 1fr;
  }

  .home_team_item {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer11_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .navbar10_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar10_blog-list {
    grid-template-columns: 1fr;
  }

  .navbar10_dropdown-link {
    padding-left: 0;
  }

  .navbar10_blog-item {
    flex-direction: column;
  }

  .home_hero-header_component-2 {
    grid-template-columns: 1fr;
  }

  .home_hero-header_image-wrapper-2 {
    width: 60vw;
  }

  .home_cta-2_list, .home_cta-2_list.gap.tall {
    grid-template-columns: 1fr;
  }

  .home_features-list_image-wrapper-2 {
    padding-top: 66%;
  }

  .home_features-list_mask {
    width: 95%;
  }

  .home_blog-list_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home_blog-list_image-wrapper {
    padding-top: 66%;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .home_hero-header_image-wrapper-3 {
    width: 60vw;
  }

  .text-color-white-2 {
    font-size: 1.9rem;
  }

  .home_features-list_image-wrapper-3, .team10_image-wrapper {
    padding-top: 66%;
  }

  .team10_mask {
    width: 95%;
  }

  .emergency-hour-towing-and-breakdown-services_feature_image-wrapper {
    padding-top: 66%;
  }

  .emergency-hour-towing-and-breakdown-services_feature_mask {
    width: 95%;
  }

  .emergency-hour-towing-and-breakdown-services_testimonial_component {
    grid-template-columns: 1fr;
  }

  .car-towing-and-breakdown-service_cta-2_component {
    grid-auto-flow: row;
  }

  .car-towing-and-breakdown-service_feature_image-wrapper {
    padding-top: 66%;
  }

  .car-towing-and-breakdown-service_feature_mask {
    width: 95%;
  }

  .car-towing-and-breakdown-service_testimonial_component {
    grid-template-columns: 1fr;
  }

  .lorry-and-hgv-towing-and-breakdown-service_feature_image-wrapper {
    padding-top: 66%;
  }

  .lorry-and-hgv-towing-and-breakdown-service_feature_mask {
    width: 95%;
  }

  .lorry-and-hgv-towing-and-breakdown-service_testimonial_component {
    grid-template-columns: 1fr;
  }

  .aggricultural-vehicles-towing-and-breakdown-service_feature_image-wrapper {
    padding-top: 66%;
  }

  .aggricultural-vehicles-towing-and-breakdown-service_feature_mask {
    width: 95%;
  }

  .aggricultural-vehicles-towing-and-breakdown-service_testimonial_component, .accident-recovery-services_cta-2_item-list, .accident-recovery-services_cta-2_component, .accident-recovery-services_feature-1_component, .accident-recovery-services_feature-2_component, .accident-recovery-services_feature-2_item-list {
    grid-template-columns: 1fr;
  }

  .accident-recovery-services_feature_image-wrapper {
    padding-top: 66%;
  }

  .accident-recovery-services_feature_mask {
    width: 95%;
  }

  .breakdown-recovery-and-towing-leeds_header_component, .breakdown-recovery-and-towing-leeds_features-list-1_list, .breakdown-recovery-and-towing-leeds_cta_list, .contact-us_contact_component, .towing-and-breakdown-recovery-pricing_header_component, .towing-and-breakdown-recovery-pricing_testimonial_component {
    grid-template-columns: 1fr;
  }

  .longform-content_blog-post-body_sidebar-heading, .longform-content_blog-post-body_sidebar-heading-text {
    align-self: auto;
  }

  .content29_tag-list {
    justify-content: flex-start;
  }

  .content29_author-wrapper {
    margin-bottom: 1rem;
  }

  .content29_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .content29_tag-list-wrapper {
    width: 100%;
  }

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

  .layout219_component {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .towing-services-in-multiple-locations_cta-2_list, .towing-services-in-multiple-locations_features-list_component, .contact14_component {
    grid-template-columns: 1fr;
  }

  .columns, .columns-2 {
    flex-flow: column;
  }

  .header76_component {
    grid-template-columns: 1fr;
  }

  .signature {
    font-size: 1.9rem;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
}

#w-node-c8f52e27-cad5-ae1b-915a-2e1830604e41-bb5e23d1 {
  justify-self: end;
}

#w-node-c8f52e27-cad5-ae1b-915a-2e1830604e50-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e51-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e52-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e53-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e55-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e56-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e57-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e58-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e59-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e5a-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e5b-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e5c-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e5d-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e5f-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e60-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e62-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e63-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e64-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e65-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e66-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e67-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e68-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e69-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e6a-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e6b-bb5e23d1, #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e6c-bb5e23d1, #w-node-d0fcec8d-b4b7-08f5-1fe3-f99f821ab776-bb5e23d1, #w-node-d0fcec8d-b4b7-08f5-1fe3-f99f821ab778-bb5e23d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0fcec8d-b4b7-08f5-1fe3-f99f821ab781-bb5e23d1 {
  place-self: auto;
}

#w-node-_86f0b31d-73aa-bc2b-a5b2-e8ff98e984ee-98e984cb {
  justify-self: end;
}

#w-node-c7758b17-1cc7-9a61-a206-a4f512574564-1257455a {
  place-self: auto;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-bb5e23ee {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-bb5e23ee {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-bb5e23ee, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-bb5e23ee, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-bb5e23ee, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-bb5e23ee, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-bb5e23ee, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-bb5e23ee, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-bb5e23ee, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-bb5e23ee, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-bb5e23ee, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-bb5e23ee, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-bb5e23ee {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-bb5e23ee {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-bb5e23ee {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-bb5e23ee, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-bb5e23ee, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-bb5e23ee {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-bb5e23ee, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-bb5e23ee, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-bb5e23ee {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-bb5e23ee, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-bb5e23ee, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-bb5e23ee {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-bb5e23ee, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-bb5e23ee, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-bb5e23ee {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-bb5e23ee, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-bb5e23ee, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-bb5e23ee {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-bb5e23ee, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-bb5e23ee, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-bb5e23ee {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-bb5e23ee, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-bb5e23ee, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-bb5e23ee {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-bb5e23ee, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-bb5e23ee, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-bb5e23ee {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-bb5e23ee, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-bb5e23ee {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-bb5e23ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-bb5e23ee {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-bb5e23ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-bb5e23ee, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-bb5e23ee, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-bb5e23ee, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-bb5e23ee, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-bb5e23ee, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-bb5e23ee {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-bb5e23ee, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-bb5e23ee, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-bb5e23ee {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-bb5e23ee, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-bb5e23ee, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-bb5e23ee {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-bb5e23ee, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-bb5e23ee, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-bb5e23ee {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-bb5e23ee, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-bb5e23ee, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-bb5e23ee {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-bb5e23ee, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-bb5e23ee, #w-node-ee961e8d-845a-edc3-3307-509470022457-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-bb5e23ee {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-bb5e23ee, #w-node-ee961e8d-845a-edc3-3307-50947002245b-bb5e23ee, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-bb5e23ee {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-bb5e23ee, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-bb5e23ee, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-bb5e23ee {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-bb5e23ee, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-bb5e23ee, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-bb5e23ee {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-bb5e23ee, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-bb5e23ee, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-bb5e23ee {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-bb5e23ee, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-bb5e23ee, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-bb5e23ee {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-bb5e23ee, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-bb5e23ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-bb5e23ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-bb5e23ee {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-bb5e23ee {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-bb5e23ee {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-bb5e23ee {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-bb5e23ee {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-bb5e23ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-bb5e23ee {
  justify-self: start;
}

#w-node-_5cb576e3-7100-41ce-63e1-d54ded3ff87f-067d3c48, #w-node-_5cb576e3-7100-41ce-63e1-d54ded3ff881-067d3c48, #w-node-_820d17b5-4cb5-2848-6431-3081c301c1df-067d3c48, #w-node-_820d17b5-4cb5-2848-6431-3081c301c1e1-067d3c48, #w-node-_550ee1d7-c786-434f-638b-309e2d277cea-067d3c48, #w-node-_550ee1d7-c786-434f-638b-309e2d277cec-067d3c48, #w-node-_406a6169-1184-5984-4b82-87971709c369-412161fe, #w-node-_406a6169-1184-5984-4b82-87971709c36b-412161fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2699731a-41f5-034e-9412-4b6bcc4df5b8-412161fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_532c2c72-2a05-e32a-50ed-8d43f8150f1e-412161fe {
  justify-self: center;
}

#w-node-_368a392d-ac11-bf7e-fc05-f3d2d60ce264-d1f60ff9 {
  place-self: auto;
}

#w-node-df2f778e-ba6c-f558-a451-a27aa31e60c2-a31e60bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-df2f778e-ba6c-f558-a451-a27aa31e60c4-a31e60bc, #w-node-ae969eb6-548a-403f-9e17-f350e291a6aa-c70028b7, #w-node-ae969eb6-548a-403f-9e17-f350e291a6ac-c70028b7, #w-node-_6c81f125-9c91-da89-8a44-c5ad836973de-c70028b7, #w-node-_6c81f125-9c91-da89-8a44-c5ad836973e0-c70028b7, #w-node-_702e75ef-f139-4d93-9c5c-3a1a4b002331-c70028b7, #w-node-_702e75ef-f139-4d93-9c5c-3a1a4b002333-c70028b7, #w-node-_7e094475-6745-4e1a-8a74-b1725ffbb6fa-c70028b7, #w-node-_7e094475-6745-4e1a-8a74-b1725ffbb6fc-c70028b7, #w-node-_9dcaaaa0-eb9c-a9af-815c-ed189ac65ddc-c70028b7, #w-node-_9dcaaaa0-eb9c-a9af-815c-ed189ac65dde-c70028b7, #w-node-_44ebc397-c45d-ce34-df01-a199c1db55fc-c70028b7, #w-node-_44ebc397-c45d-ce34-df01-a199c1db55fe-c70028b7, #w-node-ce096d74-3095-3e61-0f84-57696ae9889c-6ae98895, #w-node-ce096d74-3095-3e61-0f84-57696ae9889e-6ae98895, #w-node-df799f47-b89f-de6a-f805-7058ba27f2a1-ba27f29c, #w-node-df799f47-b89f-de6a-f805-7058ba27f2a3-ba27f29c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_667d3daa-f115-9c58-2c71-48e810544d05-e6faa100 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_667d3daa-f115-9c58-2c71-48e810544d07-e6faa100 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_368a392d-ac11-bf7e-fc05-f3d2d60ce264-e6faa100 {
  place-self: auto;
}

#w-node-d1902baa-4ee5-1bbc-7a41-9703e1df4ca9-e50d59e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-d1902baa-4ee5-1bbc-7a41-9703e1df4cab-e50d59e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_368a392d-ac11-bf7e-fc05-f3d2d60ce264-e50d59e3 {
  place-self: auto;
}

#w-node-b96a9fd6-a833-3295-a809-5cfc03409a84-23d267e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-b96a9fd6-a833-3295-a809-5cfc03409a86-23d267e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_368a392d-ac11-bf7e-fc05-f3d2d60ce264-23d267e0 {
  place-self: auto;
}

#w-node-f7639279-bf9a-7e45-af1f-3a257a2884f6-cdfed68a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-f7639279-bf9a-7e45-af1f-3a257a2884f8-cdfed68a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_368a392d-ac11-bf7e-fc05-f3d2d60ce264-cdfed68a {
  place-self: auto;
}

#w-node-ce60813a-3fad-9384-fc7e-02eb5bca6c8c-c2e23777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-ce60813a-3fad-9384-fc7e-02eb5bca6c8e-c2e23777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_368a392d-ac11-bf7e-fc05-f3d2d60ce264-c2e23777 {
  place-self: auto;
}

#w-node-_73b4c41e-7bc6-39d6-b8cd-a093bbcd47df-3fc10ac9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_73b4c41e-7bc6-39d6-b8cd-a093bbcd47e1-3fc10ac9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_368a392d-ac11-bf7e-fc05-f3d2d60ce264-3fc10ac9, #w-node-f052610d-6b32-2710-b2e4-609c7446ad46-e3228595 {
  place-self: auto;
}

#w-node-baa8f920-ac98-24c3-ee9e-ac6c155838f0-e3228595, #w-node-_17a4febc-6ce0-3363-a17f-68cbd73d3de3-e3228595, #w-node-_7bd73b2c-2369-2da5-ef93-554086b243ef-e3228595, #w-node-_7905c7a1-8d1b-0469-5c83-359b68018438-e3228595, #w-node-af348ac1-8778-d5a5-c029-84d6dd3e156d-e3228595, #w-node-_81a9509f-c209-ff29-3660-f5bb6a2ca8ff-e3228595, #w-node-fcd3ac36-80ba-7545-d42e-21154aa54a17-e3228595, #w-node-de268675-9f4a-33d8-8045-b80b640792a9-e3228595, #w-node-_33b68f76-a84d-5bd0-b60f-f5908f56a1b1-e3228595, #w-node-_461f21b1-623e-cc59-d8a9-bad710fa53fe-e3228595, #w-node-dd712efa-ea8f-8e4e-55ce-70c666db3661-e3228595, #w-node-_2bec5354-f309-ccd5-497e-9baa21098be0-e3228595, #w-node-_54effe17-9586-256f-378d-7069bc7f5c59-e3228595, #w-node-_1800e6f4-7189-59c3-f513-0b0faf16f482-e3228595, #w-node-da710eb4-221f-49a1-dff2-a1f261b95535-e3228595, #w-node-a3ec6732-41d6-73f8-d52a-bdc7efb7fb32-e3228595, #w-node-ebb9b707-793e-074e-5984-40bc0c5e7c5b-e3228595, #w-node-_90e5db8a-9e25-37ce-bfa5-a335140bd510-e3228595, #w-node-_634f62f3-f088-645a-60dd-edf4e4b2d1a5-e3228595, #w-node-_3cdd2e11-9e5a-8bdd-35fa-919677db8676-e3228595 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c8f52e27-cad5-ae1b-915a-2e1830604e41-bb5e23d1, #w-node-_2699731a-41f5-034e-9412-4b6bcc4df5b8-412161fe {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_86f0b31d-73aa-bc2b-a5b2-e8ff98e984ee-98e984cb {
    justify-self: start;
  }

  #w-node-_532c2c72-2a05-e32a-50ed-8d43f8150f1e-412161fe {
    justify-self: center;
  }
}



/* ===== bm-custom.css ===== */
/* ============================================================
   BM Brand Yellow — matches the "MAN" wordmark in the logo.
   #f1d108 sampled from /images/Logo.png (most common pixel in MAN
   text, ~3.3k px). Use these tokens for any new accent — do not
   reintroduce the old amber #f1d108 / gradient variants.
   #8306 — unified all amber accents to MAN-yellow for visual
   consistency with the logo.
   ============================================================ */
:root {
  --bm-yellow: #f1d108;          /* primary accent (badges, links, borders, CTA bg) */
  --bm-yellow-light: #f9d930;    /* gradient top / lighter sheen */
  --bm-yellow-pale: #ffe96b;     /* hover, soft glow, light text on dark CTAs */
  --bm-yellow-dark: #c4a800;     /* gradient bottom for depth */
  --bm-yellow-deep: #b07f00;     /* link colour on cream/light backgrounds (contrast) */
  --bm-gold-star: #FFD700;       /* canonical 5-star fill (don't unify) */
}

/* ============================================================
   BM Custom — Global Font Override: Barlow
   ============================================================ */
/* CLS — metric-adjusted Arial fallback so the swap from system sans
   to Barlow doesn't reflow. Values target Barlow's ascent/descent
   ratios so line-box height stays stable. (#8321) */
@font-face {
  font-family: 'Barlow Fallback';
  src: local('Arial');
  size-adjust: 96.85%;
  ascent-override: 89.4%;
  descent-override: 25.1%;
  line-gap-override: 0%;
}
body,
h1, h2, h3, h4, h5, h6,
p, a, span, li, td, th, label, input, textarea, select, button,
.navbar1_link,
.navbar1_dropdown-toggle,
.text-size-medium,
.text-size-large,
.text-size-small,
.heading-style-h1,
.heading-style-h2,
.heading-style-h3,
.heading-style-h4,
.heading-style-h5,
.heading-style-h6,
.text-rich-text,
.text-rich-text p,
.text-rich-text h2,
.text-rich-text h3,
.text-rich-text h4,
.text-rich-text li,
.button,
.w-nav-link,
.w-dropdown-toggle,
[class*="text-"],
[class*="heading-"] {
  font-family: 'Barlow', 'Barlow Fallback', sans-serif !important;
}

/* Keep Great Vibes for any decorative/script elements */
.text-style-script,
[style*="Great Vibes"] {
  font-family: 'Great Vibes', cursive !important;
}

/* ============================================================
   Body type scale — comfortable reading on mobile + desktop
   Bumps prose-only sizes; leaves headings/buttons/labels alone.
   ============================================================ */
body {
  font-size: 1.0625rem;       /* 17px */
  line-height: 1.6;
}
.text-size-regular,
.paragraph,
.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
  font-size: 1.0625rem;       /* 17px */
  line-height: 1.6;
}
.text-size-medium,
.text-size-medium-2 {
  font-size: 1.1875rem;       /* 19px (was 18px) */
  line-height: 1.6;
}
@media (max-width: 767px) {
  .text-size-medium-2 { font-size: 1.0625rem; line-height: 1.6; }   /* 17px (was 16px) */
}
.text-rich-text,
.text-rich-text p,
.text-rich-text li {
  font-size: 1.0625rem;       /* 17px */
  line-height: 1.65;
}

/* Barlow weight mapping for better typography */
h1, .heading-style-h1 { font-weight: 700 !important; }
h2, .heading-style-h2 { font-weight: 600 !important; }
h3, .heading-style-h3,
h4, .heading-style-h4 { font-weight: 600 !important; }
.navbar1_link, .w-nav-link, .button { font-weight: 500 !important; }
p, li, span, a { font-weight: 400; }

/* Barlow semi-condensed for headings — punchier look */
h1, h2, h3,
.heading-style-h1,
.heading-style-h2,
.heading-style-h3 {
  letter-spacing: -0.01em;
}

/* ============================================================
   BM Custom — Wider Hero Headers
   ============================================================ */
.max-width-large {
  max-width: 64rem !important;
}

/* ============================================================
   BM Custom — Alternating Content Sections
   ============================================================ */

/* --- Split Section: text + image side-by-side --- */
.bm-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

/* Flip image to left on dark/reverse rows */
.bm-split-section.bm-reverse .bm-split-grid {
  direction: rtl;
}
.bm-split-section.bm-reverse .bm-split-grid > * {
  direction: ltr;
}

/* Content column */
.bm-split-content .heading-style-h3 {
  margin-bottom: 1.25rem;
}

/* Image column */
.bm-split-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}
.bm-split-image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 520px;
  object-fit: cover;
  display: block;
}

/* --- Dark section variant --- */
.bm-split-section.bm-dark {
  background-color: #252323;
  color: #ffffff;
}
.bm-split-section.bm-dark .heading-style-h3 {
  color: #ffffff;
}
.bm-split-section.bm-dark .text-rich-text {
  color: #e0e0e0;
}
.bm-split-section.bm-dark .text-rich-text a {
  color: #f1d108;
  text-decoration: underline;
}
.bm-split-section.bm-dark .text-rich-text strong {
  color: #ffffff;
}
.bm-split-section.bm-dark .text-rich-text h3 {
  color: #f1d108;
}

/* --- Blue section variant --- */
.bm-split-section.bm-blue {
  background-color: #006fb6;
  color: #ffffff;
}
.bm-split-section.bm-blue .heading-style-h3 {
  color: #ffffff;
}
.bm-split-section.bm-blue .text-rich-text {
  color: #e0f0ff;
}
.bm-split-section.bm-blue .text-rich-text a {
  color: #f1d108;
  text-decoration: underline;
}
.bm-split-section.bm-blue .text-rich-text strong {
  color: #ffffff;
}
.bm-split-section.bm-blue .text-rich-text h3 {
  color: #f1d108;
}

/* --- Light alternate (subtle off-white) --- */
.bm-split-section.bm-light-alt {
  background-color: #f5f5f5;
}

/* --- Location-page section colour fixes ---
   Several Webflow-export sections render transparent → body white.
   On location pages this stacks 5+ whites and reads as dead-air.
   Recolour to a warm cream tied to the brand gold (#f1d108).
   The "Need Immediate Help?" CTA (.section_home_team-3) carries
   white text classes from Webflow, so it gets brand BLUE instead
   of cream to keep contrast — also breaks up the cream rhythm.
   Scoped to .location-page so services/motorways/home are untouched.
*/
body.location-page .section_car-towing-and-breakdown-service_cta-2,
body.location-page .section_home_cta-1,
body.location-page .section_home_cta-2,
body.location-page .section_lorry-and-hgv-towing-and-breakdown-service_content {
  background-color: #faf6ec;
}
body.location-page .section_home_team-3 {
  background-color: #006fb6;
}

/* --- Gold accent bar on image --- */
.bm-split-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #f1d108, #c4a800);
}

/* --- Tablet (991px) --- */
@media screen and (max-width: 991px) {
  .bm-split-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .bm-split-image img {
    min-height: 260px;
    max-height: 400px;
  }
}

/* --- Mobile (767px) --- */
@media screen and (max-width: 767px) {
  .bm-split-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  /* Always show image below text on mobile */
  .bm-split-section.bm-reverse .bm-split-grid {
    direction: ltr;
  }
  .bm-split-content {
    order: 1;
  }
  .bm-split-image {
    order: 2;
  }
  .bm-split-image img {
    min-height: 220px;
    max-height: 300px;
  }
}

/* ============================================================
   CTA Buttons — consistent "CALL SIMON DIRECT" styling
   ============================================================ */
.button.is-icon {
  font-size: 1.05rem;
  letter-spacing: 0.5px;
}

/* ============================================================
   Fix warped images sitewide
   ============================================================ */

/* Round thumbnail images (location/service cards) */
.image-3.roundimage {
  width: 128px;
  height: 128px;
  object-fit: cover;
}

/* Feature list images */
.home_features-list_image {
  object-fit: cover;
}

/* Constrain split-section hero images (e.g. About page Simon photo) */
.car-towing-and-breakdown-service_cta-2_image {
  max-height: 420px;
  object-fit: cover;
}

/* Global safety net — prevent any img with explicit dimensions from warping */
img[width][height] {
  object-fit: cover;
}

/* ============================================================
   Timeline — About page history (full-width alternating)
   ============================================================ */
/* Timeline animation keyframes */
@keyframes bm-tl-fade-scale {
  from { opacity: 0; transform: translateY(40px) scale(0.92); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes bm-tl-fade-left {
  from { opacity: 0; transform: translateX(60px) scale(0.92); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}
@keyframes bm-tl-fade-right {
  from { opacity: 0; transform: translateX(-60px) scale(0.92); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}
@keyframes bm-tl-year-pop {
  0% { opacity: 0; transform: scale(0.3); }
  60% { transform: scale(1.15); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes bm-tl-dot-pulse {
  0%, 100% { box-shadow: 0 0 0 4px #f1d108; }
  50% { box-shadow: 0 0 0 12px rgba(232,170,20,0.25); }
}
@keyframes bm-tl-line-grow {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

.bm-timeline {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
/* Central vertical line */
.bm-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: linear-gradient(180deg, #f1d108, #006fb6, #f1d108);
  border-radius: 2px;
  transform-origin: top;
  animation: bm-tl-line-grow 1.8s ease-out forwards;
}

/* Each timeline row — two-column grid */
.bm-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: start;
  margin-bottom: 3.5rem;
}
.bm-timeline-item:last-child { margin-bottom: 0; }

/* Center marker column */
.bm-timeline-marker {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
  z-index: 2;
  padding-top: 0.5rem;
}
.bm-timeline-year {
  font-family: 'Barlow', sans-serif;
  font-weight: 900;
  font-size: 1.1rem;
  color: #f1d108;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  white-space: nowrap;
  opacity: 0;
  transform: scale(0.3);
}
.bm-timeline-item.bm-timeline-visible .bm-timeline-year {
  animation: bm-tl-year-pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.bm-timeline-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f1d108;
  border: 4px solid #ffffff;
  box-shadow: 0 0 0 4px #f1d108;
  z-index: 2;
}
.bm-timeline-item.bm-timeline-visible .bm-timeline-dot {
  animation: bm-tl-dot-pulse 2.5s ease-in-out 0.4s infinite;
}

/* Card — defaults to right side */
.bm-timeline-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 2.25rem 2.75rem;
  box-shadow: 0 6px 28px rgba(0,0,0,0.08);
  border-left: 5px solid #f1d108;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  opacity: 0;
}
.bm-timeline-card:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 16px 48px rgba(0,0,0,0.14);
}

/* Odd items: card on LEFT, empty on RIGHT */
.bm-timeline-item:nth-child(odd) .bm-timeline-card {
  grid-column: 1;
  grid-row: 1;
  text-align: right;
  border-left: none;
  border-right: 5px solid #f1d108;
}
.bm-timeline-item:nth-child(odd) .bm-timeline-marker {
  grid-column: 2;
  grid-row: 1;
}
.bm-timeline-item:nth-child(odd)::after {
  content: '';
  grid-column: 3;
  grid-row: 1;
}

/* Even items: empty on LEFT, card on RIGHT */
.bm-timeline-item:nth-child(even) .bm-timeline-card {
  grid-column: 3;
  grid-row: 1;
  border-left: 5px solid #f1d108;
  border-right: none;
}
.bm-timeline-item:nth-child(even) .bm-timeline-marker {
  grid-column: 2;
  grid-row: 1;
}
.bm-timeline-item:nth-child(even)::after {
  content: '';
  grid-column: 1;
  grid-row: 1;
}

/* Entrance animations per side */
.bm-timeline-item:nth-child(odd).bm-timeline-visible .bm-timeline-card {
  animation: bm-tl-fade-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.bm-timeline-item:nth-child(even).bm-timeline-visible .bm-timeline-card {
  animation: bm-tl-fade-right 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
/* Staggered delays */
.bm-timeline-item:nth-child(1).bm-timeline-visible .bm-timeline-card { animation-delay: 0.1s; }
.bm-timeline-item:nth-child(1).bm-timeline-visible .bm-timeline-year { animation-delay: 0s; }
.bm-timeline-item:nth-child(2).bm-timeline-visible .bm-timeline-card { animation-delay: 0.15s; }
.bm-timeline-item:nth-child(2).bm-timeline-visible .bm-timeline-year { animation-delay: 0.05s; }
.bm-timeline-item:nth-child(3).bm-timeline-visible .bm-timeline-card { animation-delay: 0.2s; }
.bm-timeline-item:nth-child(3).bm-timeline-visible .bm-timeline-year { animation-delay: 0.1s; }
.bm-timeline-item:nth-child(4).bm-timeline-visible .bm-timeline-card { animation-delay: 0.25s; }
.bm-timeline-item:nth-child(4).bm-timeline-visible .bm-timeline-year { animation-delay: 0.15s; }

/* Highlight card variant */
.bm-timeline-card--highlight {
  background: linear-gradient(135deg, #006fb6, #005a94);
  color: #ffffff;
}
.bm-timeline-card.bm-timeline-card--highlight p { color: #ffffff; }
.bm-timeline-card--highlight a { color: #f1d108; }
.bm-timeline-card--highlight .bm-timeline-title { color: #ffffff; }

/* Card typography */
.bm-timeline-title {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 0.85rem;
  color: #252323;
}
.bm-timeline-card p {
  margin: 0;
  line-height: 1.75;
  color: #444;
  font-size: 1.05rem;
}
.bm-timeline-card a {
  color: #006fb6;
  text-decoration: underline;
}

/* Tablet — narrower but still alternating */
@media screen and (max-width: 991px) {
  .bm-timeline-marker { width: 60px; }
  .bm-timeline-year { font-size: 0.95rem; }
  .bm-timeline-card { padding: 1.75rem 2rem; }
  .bm-timeline-title { font-size: 1.2rem; }
  .bm-timeline-card p { font-size: 0.95rem; }
}

/* Mobile — single column, line on left */
@media screen and (max-width: 767px) {
  .bm-timeline::before {
    left: 22px;
    margin-left: 0;
  }
  .bm-timeline-item {
    display: block;
    padding-left: 60px;
    margin-bottom: 2.5rem;
  }
  .bm-timeline-marker {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
  }
  .bm-timeline-year { font-size: 0.75rem; }
  .bm-timeline-dot { width: 16px; height: 16px; border-width: 3px; }
  .bm-timeline-item:nth-child(odd) .bm-timeline-card,
  .bm-timeline-item:nth-child(even) .bm-timeline-card {
    text-align: left;
    border-left: 4px solid #f1d108;
    border-right: none;
  }
  .bm-timeline-card { padding: 1.5rem 1.25rem; }
  .bm-timeline-title { font-size: 1.1rem; }
  .bm-timeline-card p { font-size: 0.95rem; }
  /* Mobile: all cards animate from bottom */
  .bm-timeline-item:nth-child(odd).bm-timeline-visible .bm-timeline-card,
  .bm-timeline-item:nth-child(even).bm-timeline-visible .bm-timeline-card {
    animation-name: bm-tl-fade-scale;
  }
}

/* ============================================================
   Promise Cards — About page local promise section
   ============================================================ */
.bm-promise-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  max-width: 960px;
  margin: 0 auto;
}
.bm-promise-card {
  text-align: center;
  padding: 2rem 1.5rem;
  background: rgba(255,255,255,0.06);
  border-radius: 12px;
  border: 1px solid rgba(232,170,20,0.25);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.bm-promise-card:hover {
  transform: translateY(-4px);
  border-color: #f1d108;
}
.bm-promise-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.bm-promise-heading {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #f1d108;
  margin: 0 0 0.75rem;
}
.bm-promise-card p {
  margin: 0;
  color: #e0e0e0;
  font-size: 0.95rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .bm-promise-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

/* ============================================================
   Location Content — Structured towing/recovery sections
   ============================================================ */

/* --- Main location content section (Wigan-style structured) --- */
.bm-location-content {
  background: #1a1a1a;
  color: #ffffff;
  padding: 0;
}
.bm-location-content__inner {
  padding: 4rem 0;
}
.bm-location-content__header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3rem;
}
.bm-location-content__header h2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1.25rem;
}
.bm-location-content__intro {
  color: #ccc;
  font-size: 1.05rem;
  line-height: 1.7;
}
.bm-location-content__intro strong {
  color: #f1d108;
}

/* Service cards (2-col grid) */
.bm-location-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}
.bm-location-card {
  background: #252323;
  border-radius: 12px;
  padding: 2rem;
  border-left: 4px solid #f1d108;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.bm-location-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}
.bm-location-card__icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1;
}
.bm-location-card h3 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #f1d108;
  margin: 0 0 0.75rem;
}
.bm-location-card p {
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
}
.bm-location-card a {
  color: #f1d108;
  text-decoration: underline;
}

/* Reasons grid */
.bm-location-reasons {
  background: linear-gradient(135deg, #006fb6, #005a94);
  border-radius: 16px;
  padding: 2.5rem;
  margin-bottom: 3rem;
}
.bm-location-reasons > h3 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  margin: 0 0 2rem;
}
.bm-location-reasons__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.bm-location-reason {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 1.25rem;
  transition: background 0.2s ease;
}
.bm-location-reason:hover {
  background: rgba(255,255,255,0.14);
}
.bm-location-reason__icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  width: 2rem;
  text-align: center;
  line-height: 1.4;
}
.bm-location-reason strong {
  display: block;
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  color: #f1d108;
  margin-bottom: 0.35rem;
}
.bm-location-reason p {
  color: #e0f0ff;
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0;
}
.bm-location-reason a {
  color: #f1d108;
  text-decoration: underline;
}

/* CTA footer */
.bm-location-content__cta {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.bm-location-content__cta p {
  color: #ccc;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.bm-location-content__cta strong {
  color: #ffffff;
}

/* Mobile location content */
@media screen and (max-width: 767px) {
  .bm-location-cards {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .bm-location-reasons__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .bm-location-reasons {
    padding: 1.75rem 1.25rem;
  }
  .bm-location-content__header h2 {
    font-size: 1.5rem;
  }
}

/* ============================================================
   Geo Landmarks — Location coverage sections (all location pages)
   ============================================================ */
.section_geo-landmarks {
  background: #f7f7f7;
  border-top: 3px solid #f1d108;
}
.section_geo-landmarks .heading-style-h3 {
  font-family: 'Barlow', sans-serif;
  color: #252323;
  margin-bottom: 1.25rem;
}
.section_geo-landmarks .text-rich-text {
  max-width: 820px;
}
.section_geo-landmarks .text-rich-text p {
  color: #444;
  line-height: 1.75;
  margin-bottom: 1rem;
}
.section_geo-landmarks .text-rich-text a {
  color: #006fb6;
  text-decoration: underline;
}
.section_geo-landmarks .text-rich-text strong {
  color: #252323;
}

/* ============================================================
   Features List 2 — "Why People Call Me First" (location pages)
   ============================================================ */
.section_breakdown-recovery-and-towing-leeds_features-list-2 {
  background: #252323;
  color: #ffffff;
}
.section_breakdown-recovery-and-towing-leeds_features-list-2 .heading-style-h3 {
  font-family: 'Barlow', sans-serif;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.section_breakdown-recovery-and-towing-leeds_features-list-2 .heading-style-h3 strong {
  color: #f1d108;
}
.section_breakdown-recovery-and-towing-leeds_features-list-2 .text-rich-text {
  max-width: 820px;
}
.section_breakdown-recovery-and-towing-leeds_features-list-2 .text-rich-text p {
  color: #ddd;
  line-height: 1.75;
  margin-bottom: 1rem;
}
.section_breakdown-recovery-and-towing-leeds_features-list-2 .text-rich-text a {
  color: #f1d108;
  text-decoration: underline;
}
.section_breakdown-recovery-and-towing-leeds_features-list-2 .text-rich-text strong {
  color: #ffffff;
}

/* ============================================================
   Review Carousel — Animated Google review slider
   ============================================================ */
.bm-review-section {
  background: #1a1a1a;
  overflow-x: hidden;
}
.bm-review-section .padding-section-large {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.bm-review-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.bm-review-header h2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 0.5rem;
}
.bm-review-header .bm-review-subtitle {
  color: #999;
  font-size: 1rem;
}
.bm-review-stars-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.bm-review-stars-summary .bm-star {
  color: #FFD700;
  font-size: 1.25rem;
}
.bm-review-stars-summary span {
  color: #ccc;
  font-size: 0.95rem;
}
.bm-review-source-line {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2rem;
  color: #d8d8d8;
  font-size: 0.95rem;
  line-height: 1.55;
}
.bm-review-source-line a {
  color: #f1d108;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bm-review-source-line a:hover {
  color: #fde047;
}

/* Carousel container */
.bm-review-carousel {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.bm-review-viewport {
  overflow: hidden;
  border-radius: 12px;
}
.bm-review-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --visible: 3;
  --total: 6;
}
.bm-review-card {
  flex: 0 0 calc(100% / var(--visible));
  padding: 0 0.75rem;
  box-sizing: border-box;
}
.bm-review-card-inner {
  background: #252323;
  border-radius: 12px;
  padding: 2rem 1.75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(232, 170, 20, 0.15);
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.bm-review-card-inner:hover {
  border-color: rgba(232, 170, 20, 0.4);
  transform: translateY(-2px);
}

/* Stars row */
.bm-review-card-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 0.75rem;
}
.bm-review-card-stars svg {
  width: 18px;
  height: 17px;
}

/* Google logo */
.bm-review-card-google {
  height: 20px;
  width: auto;
  margin-bottom: 1rem;
  opacity: 0.7;
}

/* Review text */
.bm-review-card-text {
  color: #e0e0e0;
  font-size: 0.95rem;
  line-height: 1.65;
  flex: 1;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Reviewer name */
.bm-review-card-author {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #f1d108;
  font-size: 0.95rem;
}
.bm-review-card-date {
  color: #777;
  font-size: 0.8rem;
  margin-top: 0.25rem;
}

/* Navigation arrows */
.bm-review-prev,
.bm-review-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(232, 170, 20, 0.9);
  border: none;
  color: #1a1a1a;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}
.bm-review-prev:hover,
.bm-review-next:hover {
  background: #f1d108;
  transform: translateY(-50%) scale(1.1);
}
.bm-review-prev { left: -12px; }
.bm-review-next { right: -12px; }

/* Dots */
.bm-review-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 2rem;
}
.bm-review-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #444;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s ease, transform 0.3s ease;
}
.bm-review-dot.active {
  background: #f1d108;
  transform: scale(1.3);
}

/* Tablet */
@media screen and (max-width: 991px) {
  .bm-review-track { --visible: 2; }
  .bm-review-carousel { max-width: 100%; padding: 0 2.5rem; }
  .bm-review-prev { left: 4px; }
  .bm-review-next { right: 4px; }
  .bm-review-header h2 { font-size: 1.6rem; }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .bm-review-track { --visible: 1; }
  .bm-review-carousel { max-width: 100%; padding: 0 2.75rem; }
  .bm-review-section .padding-section-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .bm-review-prev,
  .bm-review-next {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
  .bm-review-prev { left: 2px; }
  .bm-review-next { right: 2px; }
  .bm-review-card-inner {
    padding: 1.5rem 1.25rem;
  }
  .bm-review-header h2 { font-size: 1.35rem; }
}

/* ============================================================
   Locations / "Across My Patch" Section — Full-width Override
   ============================================================ */
.section_team10 .container-large {
  max-width: 100%;
}
.section_team10 .max-width-large {
  max-width: 64rem;
}

/* ============================================================
   Mobile Call Button — Tablet-only nav CTA (#8248 redesign)
   • Hidden on desktop (full nav + CALL pill take care of it)
   • Hidden on phones (sticky bottom bar `.bm-call-bar` covers it,
     and a third floating phone CTA = redundant + visually noisy)
   • Visible 768–991px (tablet) where neither bottom bar nor desktop
     pill is shown. Pushed to the right with `margin-left:auto` so
     it groups tight against the hamburger instead of stranding in
     the middle of `space-between`.
   ============================================================ */
.bm-mobile-call-btn {
  display: none;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.95rem;
  background: linear-gradient(180deg, #f9d930 0%, #f1d108 60%, #c4a800 100%);
  color: #1a1a2e;
  border-radius: 999px;
  text-decoration: none;
  font-family: 'Barlow', sans-serif;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(232, 170, 20, 0.32),
              inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.bm-mobile-call-btn:hover,
.bm-mobile-call-btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(232, 170, 20, 0.45),
              inset 0 1px 0 rgba(255, 255, 255, 0.55);
}
.bm-mobile-call-btn svg {
  flex-shrink: 0;
  fill: #1a1a2e;
  width: 18px;
  height: 18px;
}

/* Tablet only: 768–991px. */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bm-mobile-call-btn {
    display: inline-flex;
    margin-left: auto;     /* push self + hamburger to the right edge */
    margin-right: 0.75rem; /* tight gap before the hamburger */
  }
}

/* ============================================================
   Mobile burger button — frame + breathing room (#8301, #8302, #8314)
   Stock Webflow burger sits flush against the logo with no visible
   button affordance. Add a brand-red outline (#ce1f26 "rig-red", same
   as the CTA buttons + sticky call bar — #8311/#8314) so it reads as
   a tap target. Parent .navbar1_component has padding-right:5% — to
   balance that visible right whitespace, margin-left mirrors `5% +
   0.5rem` so the burger has matching breathing room on each side.
   ============================================================ */
@media screen and (max-width: 991px) {
  .navbar1_menu-button {
    border: 1.5px solid #ce1f26;
    border-radius: 8px;
    padding: 9px 11px;
    margin-left: calc(5vw + 0.5rem);
    margin-right: 0.5rem;
    transition: border-color 0.2s ease, background-color 0.2s ease;
  }
  .navbar1_menu-button:hover {
    border-color: #a21319;
    background-color: rgba(206, 31, 38, 0.08);
  }
  .navbar1_menu-button.w--open {
    border-color: #a21319;
    background-color: rgba(206, 31, 38, 0.12);
  }
  /* Webflow's stock -.5rem right margin pulled the icon out of the
     button — kill it so the icon centres inside our new frame. */
  .menu-icon1 {
    margin-right: 0 !important;
    width: 26px !important;
    height: 20px !important;
  }
}

/* ============================================================
   Locations grid — service-locations page card layout
   Unified clickable card: image + dark navy/gold gradient + label.
   Flex layout (not grid) so the orphan card on the final row
   centres instead of dangling left-aligned.
   Scoped via .bm-locations-grid.
   ============================================================ */
.bm-locations-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 1.25rem !important;
  /* override webflow grid template props */
  grid-template-columns: none !important;
  grid-template-rows: none !important;
}

.bm-loc-card {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  isolation: isolate;
  background: #003d63;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  aspect-ratio: 4 / 5;
  flex: 0 0 calc((100% - 4 * 1.25rem) / 5);
  max-width: 280px;
}

.bm-loc-card:hover,
.bm-loc-card:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
  outline: none;
}
.bm-loc-card:focus-visible {
  box-shadow: 0 0 0 3px #f1d108, 0 18px 36px rgba(0, 0, 0, 0.35);
}

.bm-loc-card__media {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
}

.bm-loc-card__img {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center;
  display: block;
  transition: transform 0.55s ease, filter 0.4s ease;
  filter: saturate(0.88) brightness(0.92);
}

.bm-loc-card:hover .bm-loc-card__img {
  transform: scale(1.07);
  filter: saturate(1) brightness(1);
}

/* Navy → transparent gradient that ties the card together and makes the
   bottom label readable regardless of underlying photo. */
.bm-loc-card__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 28, 51, 0.0) 35%, rgba(0, 28, 51, 0.55) 62%, rgba(0, 28, 51, 0.92) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 40%);
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Top-right map-pin badge — gold ring, navy fill, white pin */
.bm-loc-card__badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 28, 51, 0.92);
  border: 2px solid #f1d108;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.bm-loc-card__badge svg {
  width: 18px;
  height: 18px;
}

/* Bottom label band — centred, single-line name with full width */
.bm-loc-card__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  padding: 1rem 0.9rem 1.15rem;
  color: #ffffff;
  text-align: center;
  border-top: 3px solid #f1d108;
  background: linear-gradient(180deg, rgba(0, 28, 51, 0) 0%, rgba(0, 28, 51, 0.35) 100%);
}

.bm-loc-card__text {
  display: block;
  min-width: 0;
}

.bm-loc-card__name {
  display: block;
  font-family: 'Barlow', 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 1.05vw + 0.55rem, 1.2rem);
  line-height: 1.15;
  color: #ffffff;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bm-loc-card__sub {
  display: block;
  font-family: 'Barlow', 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f1d108;
  margin-top: 6px;
}

/* Arrow lives independently of the label flex flow so the name has the
   full label width to itself — kept as a corner CTA pip. */
.bm-loc-card__arrow {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f1d108;
  color: #003d63;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.bm-loc-card:hover .bm-loc-card__arrow {
  transform: translateX(3px) scale(1.05);
  background: #ffffff;
}

/* Wide tablet / small desktop — 4 columns */
@media screen and (max-width: 1199px) {
  .bm-loc-card {
    flex: 0 0 calc((100% - 3 * 1.25rem) / 4);
    max-width: 260px;
  }
}

/* Tablet — 3 columns */
@media screen and (max-width: 991px) {
  .bm-locations-grid { gap: 1rem !important; }
  .bm-loc-card {
    flex: 0 0 calc((100% - 2 * 1rem) / 3);
    max-width: 240px;
  }
}

/* Mobile — 2 columns */
@media screen and (max-width: 767px) {
  .bm-locations-grid { gap: 0.75rem !important; }
  .bm-loc-card {
    flex: 0 0 calc((100% - 0.75rem) / 2);
    max-width: none;
    border-radius: 12px;
    aspect-ratio: 3 / 4;
  }
  .bm-loc-card__label { padding: 0.75rem 0.6rem 0.85rem; }
  .bm-loc-card__sub { font-size: 0.62rem; letter-spacing: 0.12em; margin-top: 3px; }
  .bm-loc-card__arrow { width: 26px; height: 26px; font-size: 0.85rem; top: 0.55rem; left: 0.55rem; }
  .bm-loc-card__badge { width: 30px; height: 30px; top: 0.55rem; right: 0.55rem; }
  .bm-loc-card__badge svg { width: 15px; height: 15px; }
}

/* Very small phones */
@media screen and (max-width: 380px) {
  .bm-locations-grid { gap: 0.55rem !important; }
  .bm-loc-card { flex-basis: calc((100% - 0.55rem) / 2); }
  .bm-loc-card__sub { display: none; }
  .bm-loc-card__label { padding: 0.6rem 0.5rem 0.7rem; }
}

/* Section padding + dark continuous background */
.section_car-towing-and-breakdown-service_cta-2:has(.bm-locations-grid) .padding-section-large {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}
.section_car-towing-and-breakdown-service_cta-2:has(.bm-locations-grid) {
  background-color: #252323;
}

/* ============================================================
   Compact location-card variant — used on the home page where
   we want a short, dense locations strip (4x2) instead of the
   tall portrait cards on the hub page. Reuses bm-loc-card so
   hover/focus/overlay/badge/arrow behaviour is identical.
   #8268: replaces the original team10 slider.
   ============================================================ */
.section_home-locations {
  background-color: #252323;
}
.section_home-locations .padding-section-medium {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}
.bm-home-locations__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 1.75rem;
  color: #ffffff;
}
.bm-home-locations__eyebrow {
  display: inline-block;
  background-color: #f1d108;
  color: #252323;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: 2px;
  margin-bottom: 0.85rem;
}
.bm-home-locations__title {
  color: #ffffff;
  font-size: clamp(1.6rem, 1.5vw + 1rem, 2.25rem);
  line-height: 1.2;
  margin: 0 0 0.6rem;
}
.bm-home-locations__lede {
  color: #d4d4d4;
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0;
}
.bm-home-locations__cta {
  text-align: center;
  margin-top: 1.5rem;
}
.bm-home-locations__cta-link {
  display: inline-block;
  color: #f1d108;
  font-family: 'Barlow', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.6rem 1.1rem;
  border: 2px solid #f1d108;
  border-radius: 999px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.bm-home-locations__cta-link:hover,
.bm-home-locations__cta-link:focus-visible {
  background-color: #f1d108;
  color: #252323;
  outline: none;
}

/* Compact card — landscape, much shorter than the hub-page 4/5 portrait. */
.bm-loc-card--compact {
  aspect-ratio: 16 / 10;
  max-width: 240px;
}
.bm-loc-card--compact .bm-loc-card__label {
  padding: 0.55rem 0.75rem 0.7rem;
}
.bm-loc-card--compact .bm-loc-card__name {
  font-size: clamp(0.92rem, 0.6vw + 0.72rem, 1.05rem);
}
.bm-loc-card--compact .bm-loc-card__sub {
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  margin-top: 2px;
}
.bm-loc-card--compact .bm-loc-card__badge {
  width: 28px; height: 28px;
  top: 0.5rem; right: 0.5rem;
}
.bm-loc-card--compact .bm-loc-card__badge svg {
  width: 14px; height: 14px;
}
.bm-loc-card--compact .bm-loc-card__arrow {
  width: 26px; height: 26px;
  font-size: 0.85rem;
  top: 0.5rem; left: 0.5rem;
}

/* Compact-grid layout — 4 cols desktop. (Hub page grid is 5 cols.) */
.bm-locations-grid--compact .bm-loc-card--compact {
  flex: 0 0 calc((100% - 3 * 1.25rem) / 4);
}
@media screen and (max-width: 991px) {
  .bm-locations-grid--compact .bm-loc-card--compact {
    flex: 0 0 calc((100% - 2 * 1rem) / 3);
    max-width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .bm-loc-card--compact { aspect-ratio: 4 / 3; }
  .bm-locations-grid--compact .bm-loc-card--compact {
    flex: 0 0 calc((100% - 0.75rem) / 2);
    max-width: none;
  }
  .section_home-locations .padding-section-medium {
    padding-top: 2.25rem;
    padding-bottom: 2.5rem;
  }
}

/* ============================================================
   Motorway Dots — visual footer component, site-wide.
   Replaces a plain-text motorway list with a compact, branded
   row of motorway-shield-style badges.
   ============================================================ */
.bm-motorway-dots {
  margin-top: 2.5rem;
  padding: 1.75rem 1rem 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
}
.bm-motorway-dots__title {
  font-family: 'Barlow', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1a1a2e;
  opacity: 0.65;
  margin: 0 0 1.1rem;
}
.bm-motorway-dots__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}
.bm-motorway-dots__list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 56px;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #003580 0%, #001f4d 100%);
  color: #fff !important;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  border: 2px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18), inset 0 0 0 2px rgba(255, 255, 255, 0.12);
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.bm-motorway-dots__list a:hover {
  background: linear-gradient(180deg, #f1d108 0%, #c4a800 100%);
  border-color: #fff;
  color: #1a1a2e !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(196, 144, 0, 0.35), inset 0 0 0 2px rgba(255, 255, 255, 0.25);
}
.bm-motorway-dots__list a.is-current {
  background: linear-gradient(180deg, #f1d108 0%, #c4a800 100%);
  color: #1a1a2e !important;
  border-color: #fff;
  cursor: default;
  box-shadow: 0 2px 6px rgba(196, 144, 0, 0.35), inset 0 0 0 2px rgba(255, 255, 255, 0.25);
}
.bm-motorway-dots__list a.is-current:hover {
  transform: none;
}

/* Mobile: slightly smaller dots so 11 fit in 2-3 rows */
@media screen and (max-width: 480px) {
  .bm-motorway-dots__list a {
    min-width: 48px;
    height: 48px;
    font-size: 0.85rem;
    padding: 0 0.7rem;
  }
  .bm-motorway-dots__list { gap: 0.4rem; }
  .bm-motorway-dots__title { font-size: 0.72rem; letter-spacing: 0.1em; }
}

/* ============================================================
   Motorway Recovery Services — clickable H2 + Read-more CTA pill
   Used on /services/motorway-recovery-services.html where each
   motorway gets a short blurb that links to its dedicated page.
   ============================================================ */
.bm-mw-h2-link {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.25s ease, color 0.2s ease;
}
.bm-mw-h2-link:hover,
.bm-mw-h2-link:focus {
  background-size: 100% 2px;
  color: #f1d108;
}
.bg-blue .bm-mw-h2-link:hover,
.bg-blue .bm-mw-h2-link:focus {
  color: #ffe96b;
}

/* Read-more CTA pill — sits after each motorway paragraph */
.bm-mw-readmore-wrap {
  margin-top: 1.1rem !important;
  margin-bottom: 0 !important;
}
.bm-mw-readmore {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.1rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #f1d108 0%, #c4a800 100%);
  color: #1a1a2e !important;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 2px solid transparent;
  box-shadow: 0 2px 6px rgba(196, 144, 0, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.bm-mw-readmore::after {
  content: "→";
  font-weight: 700;
  transition: transform 0.18s ease;
}
.bm-mw-readmore:hover,
.bm-mw-readmore:focus {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(196, 144, 0, 0.38);
  background: linear-gradient(180deg, #f1d108 0%, #d0b500 100%);
}
.bm-mw-readmore:hover::after,
.bm-mw-readmore:focus::after {
  transform: translateX(3px);
}

/* On dark blue motorway sections, give the pill a navy outline so
   it reads cleanly against the blue background */
.bg-blue .bm-mw-readmore {
  border-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.28), inset 0 0 0 2px rgba(255, 255, 255, 0.12);
}
.bg-blue .bm-mw-readmore:hover,
.bg-blue .bm-mw-readmore:focus {
  border-color: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.32), inset 0 0 0 2px rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 480px) {
  .bm-mw-readmore {
    font-size: 0.78rem;
    padding: 0.5rem 0.95rem;
  }
}

/* ============================================================
   EEAT Byline — visible authorship, dates, and Person schema
   Default = dark glass card: works on dark photo heroes, blue
   heroes, and dark solid sections. Add .bm-byline--light when
   the byline sits on a light/cream section (off-hero placement).
   ============================================================ */
.bm-byline {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.2rem 0.85rem;
  padding: 0.95rem 1.15rem;
  background: rgba(20, 22, 30, 0.55);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid #c4a800;
  border-radius: 8px;
  margin: 1.25rem 0 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.96);
  max-width: 100%;
}
.bm-byline img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.bm-byline .bm-byline__meta { min-width: 0; }
.bm-byline .bm-byline__meta strong { color: #fff; }
.bm-byline .bm-byline__meta a {
  color: #f1d108;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.bm-byline .bm-byline__meta a:hover { color: #fff; }
.bm-byline .bm-byline__dates {
  font-size: 0.8rem;
  opacity: 0.88;
  display: block;
  margin-top: 0.2rem;
}

/* Light variant — for placements on white/cream sections */
.bm-byline.bm-byline--light {
  background: rgba(26, 26, 46, 0.06);
  color: #1a1a2e;
  border-color: rgba(0, 0, 0, 0.08);
  border-left-color: #c4a800;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.bm-byline.bm-byline--light img {
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.bm-byline.bm-byline--light .bm-byline__meta strong { color: #1a1a2e; }
.bm-byline.bm-byline--light .bm-byline__meta a { color: #b07f00; }
.bm-byline.bm-byline--light .bm-byline__meta a:hover { color: #1a1a2e; }
.bm-byline.bm-byline--light .bm-byline__dates { opacity: 0.78; }

@media screen and (max-width: 480px) {
  .bm-byline { font-size: 0.85rem; padding: 0.8rem 1rem; gap: 0.7rem; }
  .bm-byline img { width: 40px; height: 40px; }
}

/* ----- Responsive grid collapse for 2-card vehicle-type sections (#8186) ----- */
/* When HGV/Agricultural cards were stripped, some location pages now have only
   2 cards (Cars / Vans) inside a 4-column grid. Switch to 2-column at all sizes
   so they remain centred and visually balanced. */
.breakdown-recovery-and-towing-leeds_features-list-1_list:has(> .breakdown-recovery-and-towing-leeds_features-list-1_item:nth-child(2):last-child) {
  grid-template-columns: 1fr 1fr;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* 2-card variant (location pages: "Car / Van Breakdown Recovery in <town>")
   has body copy inside each card, not just labels. On mobile, 2-col leaves
   each column ~145px wide and the paragraph wraps 3-4 words per line — too
   tight to read. Stack to single column instead so paragraphs flow naturally.
   Overrides the unconditional 2-col mobile rule from the 4-tile redesign
   below. (#8262, supersedes #8258 font-shrink fix) */
@media (max-width: 767px) {
  .breakdown-recovery-and-towing-leeds_features-list-1_list:has(> .breakdown-recovery-and-towing-leeds_features-list-1_item:nth-child(2):last-child) {
    grid-template-columns: 1fr;
    max-width: 520px;
  }
  .breakdown-recovery-and-towing-leeds_features-list-1_list:has(> .breakdown-recovery-and-towing-leeds_features-list-1_item:nth-child(2):last-child) > .breakdown-recovery-and-towing-leeds_features-list-1_item {
    padding: 1.25rem 1.1rem;
    min-height: 0;
    align-items: flex-start;
  }
  .breakdown-recovery-and-towing-leeds_features-list-1_list:has(> .breakdown-recovery-and-towing-leeds_features-list-1_item:nth-child(2):last-child) > .breakdown-recovery-and-towing-leeds_features-list-1_item .heading-style-h5-2 {
    font-size: 1.05rem;
    line-height: 1.25;
    text-align: left;
  }
  .breakdown-recovery-and-towing-leeds_features-list-1_list:has(> .breakdown-recovery-and-towing-leeds_features-list-1_item:nth-child(2):last-child) > .breakdown-recovery-and-towing-leeds_features-list-1_item p {
    font-size: 1rem;
    line-height: 1.55;
    text-align: left;
  }
  .breakdown-recovery-and-towing-leeds_features-list-1_list:has(> .breakdown-recovery-and-towing-leeds_features-list-1_item:nth-child(2):last-child) > .breakdown-recovery-and-towing-leeds_features-list-1_item::before {
    align-self: flex-start;
  }
}

/* ===== "I Recover All Vehicle Types" card grid redesign (#8261) =====
   The Webflow source ships these as 4 centred text labels in a 1-col mobile
   stack with `grid-row-gap: 4rem`, which leaves vast empty bands between
   tiny labels. Redesign: 2x2 icon-card grid on mobile (4-col on desktop),
   each tile gets a vehicle SVG icon (keyed by :nth-child since the source
   markup has no per-vehicle hooks), subtle dark card with gold accent on
   hover, tighter section padding. */
.breakdown-recovery-and-towing-leeds_features-list-1_list {
  grid-row-gap: 0.875rem;
  grid-column-gap: 0.875rem;
  place-items: stretch;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.breakdown-recovery-and-towing-leeds_features-list-1_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  min-height: 7.5rem;
  padding: 1.1rem 0.75rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  text-align: center;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.breakdown-recovery-and-towing-leeds_features-list-1_item:hover,
.breakdown-recovery-and-towing-leeds_features-list-1_item:focus-within {
  background: linear-gradient(180deg, rgba(232, 170, 20, 0.12) 0%, rgba(0, 111, 182, 0.12) 100%);
  border-color: rgba(232, 170, 20, 0.55);
  transform: translateY(-2px);
}
.breakdown-recovery-and-towing-leeds_features-list-1_item::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.95;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.breakdown-recovery-and-towing-leeds_features-list-1_item:hover::before {
  opacity: 1;
  transform: scale(1.05);
}
.breakdown-recovery-and-towing-leeds_features-list-1_item .margin-bottom.margin-xsmall {
  margin-bottom: 0;
}
.breakdown-recovery-and-towing-leeds_features-list-1_item .heading-style-h5-2 {
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin: 0;
}
/* The paragraph inside each card carries `.text-color-white-2`, which Webflow
   secretly ships with `font-size: 2.2rem`. That blows body copy up to ~35px on
   desktop — bigger than the (deliberately label-sized) h3 above it — and the
   default body line-height makes it sit unbalanced inside the card. Reset to
   normal body proportions, scoped to features-list-1 paragraphs so other
   `.text-color-white-2` headings around the site keep their hero size. */
.breakdown-recovery-and-towing-leeds_features-list-1_item p {
  font-size: 1rem;
  line-height: 1.55;
  margin: 0;
  max-width: 32ch;
}
/* Per-vehicle SVG icons (white outline, 1.6 stroke). Order in source is
   fixed: 1=CARS, 2=VANS, 3=MOTORHOMES, 4=CAMPER VANS. */
.breakdown-recovery-and-towing-leeds_features-list-1_item:nth-child(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2'/%3E%3Ccircle cx='7' cy='17' r='2'/%3E%3Cpath d='M9 17h6'/%3E%3Ccircle cx='17' cy='17' r='2'/%3E%3C/svg%3E");
}
.breakdown-recovery-and-towing-leeds_features-list-1_item:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2'/%3E%3Cpath d='M15 18H9'/%3E%3Cpath d='M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14'/%3E%3Ccircle cx='17' cy='18' r='2'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3C/svg%3E");
}
.breakdown-recovery-and-towing-leeds_features-list-1_item:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 6v6'/%3E%3Cpath d='M15 6v6'/%3E%3Cpath d='M2 12h19.6'/%3E%3Cpath d='M18 18h3s.5-1.7.8-2.8c.1-.4.2-.8.2-1.2 0-.4-.1-.8-.2-1.2l-1.4-5C20.1 6.8 19.1 6 18 6H4a2 2 0 0 0-2 2v10h3'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Cpath d='M9 18h5'/%3E%3Ccircle cx='16' cy='18' r='2'/%3E%3C/svg%3E");
}
.breakdown-recovery-and-towing-leeds_features-list-1_item:nth-child(4)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 9a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8H2z'/%3E%3Cpath d='M9 17V7'/%3E%3Cpath d='M9 13H2'/%3E%3Cpath d='M14 17v-3a2 2 0 0 1 2-2h6'/%3E%3Ccircle cx='8' cy='17' r='2'/%3E%3C/svg%3E");
}
/* 2x2 grid on mobile (Webflow default is 1-col which wastes the whole right
   side of the viewport). Matches the existing 2-card override above for the
   stripped-list case but unconditionally for 4 items. */
@media (max-width: 767px) {
  .breakdown-recovery-and-towing-leeds_features-list-1_list {
    grid-template-columns: 1fr 1fr;
  }
  .breakdown-recovery-and-towing-leeds_features-list-1_item {
    min-height: 6.75rem;
    padding: 1rem 0.5rem;
  }
  .breakdown-recovery-and-towing-leeds_features-list-1_item::before {
    width: 38px;
    height: 38px;
  }
  /* Pull the section padding in — the original `padding-section-large`
     leaves 4rem top/bottom which compounded with the wasted in-grid space. */
  .section_breakdown-recovery-and-towing-leeds_features-list-1 .padding-section-large {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .section_breakdown-recovery-and-towing-leeds_features-list-1 .margin-bottom.margin-xxlarge {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 479px) {
  .breakdown-recovery-and-towing-leeds_features-list-1_list {
    grid-row-gap: 0.625rem;
    grid-column-gap: 0.625rem;
  }
  .breakdown-recovery-and-towing-leeds_features-list-1_item .heading-style-h5-2 {
    font-size: 0.9rem;
  }
}

/* When a Rescue HGVs card was stripped from the 4-column "what I do" grid,
   some location pages now have 3 items in a 4-column layout. Switch to 3-col
   so the row stays evenly distributed. */
.home_cta-2_list.gap:not(.tall):has(> .home_cta-2_item:nth-child(3):last-child) {
  grid-template-columns: 1fr 1fr 1fr;
}
/* :has() specificity beats the webflow tablet/mobile media queries, so we
   need to restate the responsive collapse here or it stays 3-col on phones. */
@media (max-width: 991px) {
  .home_cta-2_list.gap:not(.tall):has(> .home_cta-2_item:nth-child(3):last-child) {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .home_cta-2_list.gap:not(.tall):has(> .home_cta-2_item:nth-child(3):last-child) {
    grid-template-columns: 1fr;
  }
}

/* 2-col tall grid with 3 items (Rescue HGVs stripped) → 3-col on desktop. */
.home_cta-2_list.gap.tall:has(> .home_cta-2_item:nth-child(3):last-child) {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991px) {
  .home_cta-2_list.gap.tall:has(> .home_cta-2_item:nth-child(3):last-child) {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .home_cta-2_list.gap.tall:has(> .home_cta-2_item:nth-child(3):last-child) {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   #8340 — Lift the location/motorway "What I Can Help You With" service
   tiles off their flat section background. Pre-#8340 each tile was just
   icon + h3 + paragraph stacked directly on the cream/yellow section, with
   nothing separating one tile from the next — they read as one wall of
   text. Now they're proper white cards with a brand-red top accent
   (matches the #8315 fair-prices cards), a layered shadow, and a hover
   lift. Used on every location AND every motorway page (any descendant of
   .home_cta-2_list). Don't move this rule above the :has() responsive
   blocks — they need to stay grouped with the layout overrides above.
   ========================================================================== */
.home_cta-2_item {
  background: #ffffff;
  border-top: 4px solid #ce1f26;
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
  align-self: stretch;
  align-items: stretch;
  height: 100%;
}
.home_cta-2_item:hover {
  transform: translateY(-4px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 14px 28px rgba(0, 0, 0, 0.14);
}

/* Webflow stock sets place-items:end-start / center-start on the parent grid,
   which leaves cards different heights in the same row. Force stretch so a
   row of cards visually rails together. */
.home_cta-2_list,
.home_cta-2_list.gap,
.home_cta-2_list.gap.tall {
  place-items: stretch;
  grid-row-gap: 1.75rem;
}

/* Internal layout — keep icon + heading on one row, tighten the paragraph */
.home_cta-2_item .flex-block {
  gap: 1rem;
  align-items: center;
}
.home_cta-2_item .w-embed svg {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
}
.home_cta-2_item .heading-style-h5-2 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.3;
}
.home_cta-2_item .margin-bottom.margin-xsmall {
  margin-bottom: 0.85rem;
}
.home_cta-2_item p {
  margin: 0;
  color: #4a4a4a;
  font-size: 0.95rem;
  line-height: 1.55;
}

@media (max-width: 767px) {
  .home_cta-2_item {
    padding: 1.5rem 1.25rem;
  }
  .home_cta-2_item .heading-style-h5-2 {
    font-size: 1.05rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home_cta-2_item {
    transition: none !important;
    transform: none !important;
  }
}

/* ============================================================
   Footer Social Icons — N-icon grid + glyph normalisation (#8174)
   Webflow base sets `grid-template-columns: max-content 1fr` (2-icon
   layout). Adding Trustpilot+Yelp left a 326px gap between Maps and
   the rest because slot 2 is `1fr`. Override to a uniform repeat.
   Also normalise SVG sizing so Maps (48vb stroke-art) and Yelp
   (384x512 portrait viewBox) don't render undersized vs FB.
   ============================================================ */
.social-icons1_list {
  grid-template-columns: repeat(auto-fit, 32px) !important;
  grid-auto-columns: 32px !important;
  grid-auto-flow: column !important;
  grid-column-gap: 12px !important;
  place-items: center !important;
}
.social-icons1_link {
  width: 32px;
  height: 32px;
  justify-content: center;
}
.social-icons1_link .icon-embed-small {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icons1_link .icon-embed-small svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* GMB photo carousel (homepage "Simon on the Road") */
.gmb-carousel { position: relative; overflow: hidden; }
.gmb-carousel-track { display: flex; transition: transform 0.5s ease; }
.gmb-carousel-slide { min-width: 33.333%; box-sizing: border-box; padding: 0 0.5rem; }
.gmb-carousel-slide img { width: 100%; height: 280px; object-fit: cover; border-radius: 10px; display: block; }
.gmb-carousel-caption { position: absolute; bottom: 0; left: 0.5rem; right: 0.5rem; padding: 0.75rem 1rem; background: linear-gradient(transparent, rgba(0,0,0,0.7)); border-radius: 0 0 10px 10px; color: #fff; font-size: 0.85rem; font-weight: 500; }
.gmb-carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(232,170,20,0.9); color: #252323; border: none; width: 44px; height: 44px; border-radius: 50%; font-size: 1.3rem; cursor: pointer; z-index: 2; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.gmb-carousel-btn:hover { background: #f1d108; }
.gmb-carousel-btn.prev { left: 0.75rem; }
.gmb-carousel-btn.next { right: 0.75rem; }
.gmb-carousel-dots { display: flex; justify-content: center; gap: 0.5rem; margin-top: 1.25rem; }
.gmb-carousel-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.3); border: none; cursor: pointer; transition: background 0.2s; padding: 0; }
.gmb-carousel-dot.active { background: #f1d108; }
@media (max-width: 991px) { .gmb-carousel-slide { min-width: 50%; } }
@media (max-width: 767px) { .gmb-carousel-slide { min-width: 100%; } .gmb-carousel-slide img { height: 240px; } }

/* Service + location pages: collapse 3-col grids to 1-col on mobile.
   Lifted from per-page <style> blocks during 11ty port (#8226 locations, #8227 services). */
@media (max-width: 767px) {
  .section_lorry-and-hgv-towing-and-breakdown-service_content [style*="grid-template-columns:repeat(3"],
  .section_car-towing-and-breakdown-service_content [style*="grid-template-columns:repeat(3"],
  .section_real_jobs_gallery [style*="grid-template-columns:repeat(3"],
  section[style*="0a1628"] > .padding-global > .container-large > div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
  }
}

/* ============================================================
   Motorway landing pages — junction grid, safety callout,
   sister-route nav, coverage note. Lifted sitewide during 11ty
   port (#8228) so all 11 motorway pages share one source.
   ============================================================ */
.bm-junctions { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; margin-top: 2rem; }
.bm-junction { position: relative; background: #fff; border: 1px solid #eee; border-left: 4px solid #006fb6; border-radius: 8px; padding: 1.25rem 4.75rem 1.25rem 1.5rem; box-shadow: 0 2px 6px rgba(0,0,0,0.04); }
.bm-junction::after { content: ""; position: absolute; top: 1rem; right: 1rem; width: 56px; height: 75px; background: url('/images/motorway-sos-phone-sign-p-500.jpg') no-repeat center / contain; border-radius: 3px; box-shadow: 0 1px 3px rgba(0,0,0,0.12); }
.bm-junction h3 { margin: 0 0 0.4rem; font-size: 1.1rem; font-weight: 700; color: #1a1a2e; }
.bm-junction p { margin: 0; font-size: 0.95rem; line-height: 1.55; color: #333; }
.bm-junction .bm-junction__tag { display: inline-block; background: #006fb6; color: #fff; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; padding: 0.15rem 0.5rem; border-radius: 4px; margin-bottom: 0.5rem; }

/* Safety callout — paired scenario cards (drive vs can't drive). */
.bm-safety-callout { margin: 2rem 0 1.5rem; padding: 0; background: transparent; border: 0; border-radius: 0; color: #1a1a2e; }
.bm-safety-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1.25rem; }
@media (min-width: 900px) { .bm-safety-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 1.5rem; } }

.bm-safety-card { position: relative; background: #fffaf0; border-radius: 14px; padding: 1.75rem 1.75rem 1.5rem; box-shadow: 0 18px 42px rgba(10, 22, 50, 0.18); border: 1px solid rgba(0, 0, 0, 0.05); border-left: 6px solid #f1d108; counter-reset: bm-step; min-width: 0; }
.bm-safety-card--alert { background: #fdf3f2; border-left-color: #c0392b; }

.bm-safety-card__head { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 0.9rem; align-items: center; margin-bottom: 1rem; }
.bm-safety-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: #f1d108; color: #1a1a2e; flex-shrink: 0; }
.bm-safety-card--alert .bm-safety-card__icon { background: #c0392b; color: #fff; }
.bm-safety-card__icon svg { width: 22px; height: 22px; }
.bm-safety-card__kicker { display: block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #8a6300; margin-bottom: 0.15rem; }
.bm-safety-card--alert .bm-safety-card__kicker { color: #c0392b; }
.bm-safety-card__title { margin: 0; font-size: 1.1rem; line-height: 1.3; font-weight: 700; color: #1a1a2e; }

.bm-safety-card ol { list-style: none; counter-reset: bm-step; margin: 0; padding: 0; }
.bm-safety-card li { position: relative; counter-increment: bm-step; padding: 0.55rem 0 0.55rem 2.5rem; margin: 0; font-size: 0.97rem; line-height: 1.55; color: #1a1a2e; border-top: 1px solid rgba(26, 26, 46, 0.08); }
.bm-safety-card li:first-child { border-top: 0; padding-top: 0.25rem; }
.bm-safety-card li:last-child { padding-bottom: 0; }
.bm-safety-card li::before { content: counter(bm-step); position: absolute; left: 0; top: 0.55rem; width: 1.75rem; height: 1.75rem; border-radius: 50%; background: #f1d108; color: #1a1a2e; font-size: 0.85rem; font-weight: 800; line-height: 1.75rem; text-align: center; box-shadow: 0 2px 6px rgba(232, 170, 20, 0.35); }
.bm-safety-card li:first-child::before { top: 0.25rem; }
.bm-safety-card--alert li::before { background: #c0392b; color: #fff; box-shadow: 0 2px 6px rgba(192, 57, 43, 0.35); }
.bm-safety-card a { color: #8a6300; text-decoration: underline; font-weight: 600; }
.bm-safety-card--alert a { color: #c0392b; }
.bm-safety-card strong { color: #1a1a2e; }

.bm-safety-callout > cite { display: block; margin-top: 1.25rem; padding: 0.85rem 1.1rem; background: rgba(255, 255, 255, 0.08); border-left: 3px solid rgba(255, 255, 255, 0.45); border-radius: 0 6px 6px 0; font-size: 0.82rem; line-height: 1.55; font-style: normal; color: rgba(255, 255, 255, 0.85); }
.bm-safety-callout > cite a { color: #fdedb0; text-decoration: underline; }
.bm-safety-callout > cite time { color: inherit; font-weight: 600; }

@media (max-width: 599px) {
  .bm-safety-card { padding: 1.4rem 1.25rem 1.2rem; border-radius: 12px; }
  .bm-safety-card__head { gap: 0.7rem; margin-bottom: 0.85rem; }
  .bm-safety-card__icon { width: 38px; height: 38px; }
  .bm-safety-card__icon svg { width: 19px; height: 19px; }
  .bm-safety-card__title { font-size: 1rem; }
  .bm-safety-card li { font-size: 0.94rem; padding-left: 2.25rem; }
  .bm-safety-card li::before { width: 1.55rem; height: 1.55rem; line-height: 1.55rem; font-size: 0.8rem; }
}

/* SOS-sign banner — inset above the safety-card grid. Sits on the dark blue safety section. */
.bm-sos-banner { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 1.1rem; align-items: center; margin: 0 0 1.5rem; padding: 0.9rem 1.1rem; background: rgba(255, 255, 255, 0.08); border-left: 4px solid #f1d108; border-radius: 0 10px 10px 0; }
.bm-sos-banner img { width: 88px; height: auto; border-radius: 6px; background: #fff; padding: 4px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25); display: block; }
.bm-sos-banner > div { display: flex; flex-direction: column; gap: 0.2rem; }
.bm-sos-banner strong { color: #fdedb0; font-size: 1.02rem; line-height: 1.3; letter-spacing: 0.01em; }
.bm-sos-banner span { color: rgba(255, 255, 255, 0.92); font-size: 0.93rem; line-height: 1.5; }
@media (max-width: 599px) {
  .bm-sos-banner { gap: 0.9rem; padding: 0.75rem 0.9rem; }
  .bm-sos-banner img { width: 64px; padding: 3px; }
  .bm-sos-banner strong { font-size: 0.95rem; }
  .bm-sos-banner span { font-size: 0.86rem; }
}

.bm-sister-routes { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 0.75rem; margin-top: 1.5rem; }
.bm-sister-routes a { display: block; text-align: center; background: #1a1a2e; color: #fff; padding: 1rem 0.5rem; border-radius: 8px; text-decoration: none; font-weight: 700; transition: all 0.2s; }
.bm-sister-routes a:hover { background: #c4a800; transform: translateY(-2px); }
.bm-sister-routes a.is-current { background: #c4a800; cursor: default; }
.bm-sister-routes a span { display: block; font-size: 0.7rem; font-weight: 400; opacity: 0.85; margin-top: 0.15rem; }

/* A55-only at source — kept sitewide so any motorway can opt in. */
.bm-coverage-note { background: #f3f6fb; border-left: 4px solid #1a4a8a; border-radius: 6px; padding: 1rem 1.25rem; margin: 1.5rem 0; font-size: 0.95rem; line-height: 1.55; color: #1a1a2e; }
.bm-coverage-note strong { color: #1a4a8a; }

/* ============================================================
   TIER 1 — Scroll-reveal animations (#8243)
   JS adds .bm-reveal to every <section> in <main>, then swaps to
   .bm-revealed when it intersects the viewport. The .bm-reveal-ready
   class on <html> gates the hidden state so non-JS / no-IO falls
   back to fully-visible content. Reduced-motion users skip the
   class entirely.
   ============================================================ */
.bm-reveal-ready .bm-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
              transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}
.bm-reveal-ready .bm-reveal.bm-revealed {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .bm-reveal-ready .bm-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ============================================================
   TIER 1 — Pulsing emergency CTA buttons (#8243)
   The "CALL SIMON DIRECT" button (.button.is-icon) gets a soft
   amber halo pulse to sell urgency. Pause on hover so the user
   can read steady-state. Reduced-motion = no animation.
   ============================================================ */
@keyframes bm-cta-pulse {
  0% { box-shadow: 0 0 0 0 rgba(232, 170, 20, 0.55), 0 4px 12px rgba(0, 0, 0, 0.18); }
  70% { box-shadow: 0 0 0 14px rgba(232, 170, 20, 0), 0 4px 12px rgba(0, 0, 0, 0.18); }
  100% { box-shadow: 0 0 0 0 rgba(232, 170, 20, 0), 0 4px 12px rgba(0, 0, 0, 0.18); }
}
.button.is-icon {
  position: relative;
  animation: bm-cta-pulse 2.4s ease-out infinite;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.button.is-icon:hover {
  animation-play-state: paused;
  transform: translateY(-2px) scale(1.02);
}
@media (prefers-reduced-motion: reduce) {
  .button.is-icon { animation: none; }
}

/* ============================================================
   #8303/#8305 — Beefed-up bottom emergency CTA
   The "CALL SIMON DIRECT" button inside the bottom Need-Immediate-
   Help band (.section_home_team-3) gets extra height + brand-red
   (#ce1f26 "rig-red", sampled from the MAN block in the logo —
   #8311) fill matching the in-page CTA section buttons + a
   double-ring red→gold pulse so it reads as the clear primary
   action. Scoped to that section only — in-page hero buttons
   keep the existing soft pulse.
   ============================================================ */
@keyframes bm-cta-pulse-strong {
  0% {
    box-shadow:
      0 0 0 0 rgba(255, 180, 180, 0.7),
      0 0 0 0 rgba(232, 170, 20, 0.55),
      0 6px 18px rgba(0, 0, 0, 0.28);
  }
  60% {
    box-shadow:
      0 0 0 14px rgba(255, 180, 180, 0),
      0 0 0 22px rgba(232, 170, 20, 0),
      0 6px 18px rgba(0, 0, 0, 0.28);
  }
  100% {
    box-shadow:
      0 0 0 0 rgba(255, 180, 180, 0),
      0 0 0 0 rgba(232, 170, 20, 0),
      0 6px 18px rgba(0, 0, 0, 0.28);
  }
}
.section_home_team-3 .button.is-icon {
  background: linear-gradient(180deg, #e22a30 0%, #ce1f26 55%, #a21319 100%) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 1.4rem 1.75rem;
  font-size: 1.15rem;
  letter-spacing: 0.4px;
  border-radius: 10px;
  margin-top: 1.5rem;
  animation: bm-cta-pulse-strong 1.8s ease-out infinite;
  /* #8313 — allow wrap on narrow columns so long "CALL SIMON DIRECT: 07549 676 220"
     never overflows the .w-col-6 cell (was nowrap, overflowing 19-38px at desktop+tablet) */
  white-space: normal;
  line-height: 1.25;
  text-align: center;
  max-width: 100%;
}
.section_home_team-3 .button.is-icon > div:first-child {
  flex: 1 1 auto;
  min-width: 0;
}
.section_home_team-3 .button.is-icon:hover {
  transform: translateY(-2px) scale(1.03);
  background: linear-gradient(180deg, #ed343a 0%, #d92128 55%, #b3151b 100%) !important;
}
.section_home_team-3 .button.is-icon svg,
.section_home_team-3 .button.is-icon .icon-embed-xsmall svg {
  color: #ffffff !important;
  width: 1.4rem;
  height: 1.4rem;
}
@media (max-width: 991px) {
  .section_home_team-3 .button.is-icon {
    padding: 1.15rem 1.1rem;
    font-size: clamp(0.9rem, 2.8vw, 1.05rem) !important;
    letter-spacing: 0.3px;
  }
}
@media (max-width: 767px) {
  .section_home_team-3 .button.is-icon {
    font-size: clamp(0.9rem, 3.8vw, 1.1rem) !important;
    text-align: left;
  }
}
@media (prefers-reduced-motion: reduce) {
  .section_home_team-3 .button.is-icon { animation: none; }
}

/* ============================================================
   TIER 1 — Sticky mobile call bar (#8243)
   Always-visible click-to-call ribbon at the bottom of mobile
   viewports. Hidden on desktop (≥768px) — desktop has the WA
   FAB and big in-page buttons already. Sits above the WA FAB,
   never overlaps it. Repositions WA FAB on small screens.
   ============================================================ */
.bm-call-bar {
  display: none; /* show on mobile only */
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 1.15rem 1rem calc(1.15rem + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, #e22a30 0%, #ce1f26 55%, #a21319 100%);
  color: #ffffff;
  text-decoration: none;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.28);
  border-top: 2px solid rgba(255, 255, 255, 0.35);
  transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.25s ease;
  will-change: transform;
}
/* Floating-CTA coordinator (#8283): hide the call bar pre-scroll, and
   when an in-page CTA / footer is on screen so it doesn't stack with
   the big red "CALL SIMON DIRECT" button or the footer call links. */
body.bm-cta-prelude .bm-call-bar,
body.bm-cta-suppress .bm-call-bar {
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
}
.bm-call-bar svg {
  flex-shrink: 0;
  color: #ffffff;
}
.bm-call-bar__text {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  line-height: 1.1;
}
.bm-call-bar__text strong {
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.88);
}
.bm-call-bar__num {
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.bm-call-bar__pulse {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  animation: bm-call-bar-shimmer 3.6s ease-in-out infinite;
}
@keyframes bm-call-bar-shimmer {
  0%, 100% { opacity: 0; }
  50% { opacity: 0.55; }
}

/* #8304/#8305 — Eye-catching urgency pulse on the sticky call bar.
   Bar is now brand-red #ce1f26 (logo-sampled, #8311), so the inner
   ring is a soft pale-pink/coral so it actually contrasts the bar
   bg + the gold outer ring. Rings expand UPWARD (negative y-offset,
   zero spread) since the bar hugs the viewport edge. Combined with
   a subtle breathing lift and a phone-icon wiggle so it actually
   demands attention. */
@keyframes bm-call-bar-pulse-strong {
  0% {
    box-shadow:
      0 -4px 18px rgba(0, 0, 0, 0.28),
      0 -2px 0 0 rgba(255, 200, 200, 0.7),
      0 -2px 0 0 rgba(232, 170, 20, 0.55);
  }
  60% {
    box-shadow:
      0 -4px 18px rgba(0, 0, 0, 0.28),
      0 -14px 18px 0 rgba(255, 200, 200, 0),
      0 -22px 28px 0 rgba(232, 170, 20, 0);
  }
  100% {
    box-shadow:
      0 -4px 18px rgba(0, 0, 0, 0.28),
      0 -2px 0 0 rgba(255, 200, 200, 0),
      0 -2px 0 0 rgba(232, 170, 20, 0);
  }
}
@keyframes bm-call-bar-ring {
  0%, 60%, 100% { transform: rotate(0deg); }
  10% { transform: rotate(-14deg); }
  20% { transform: rotate(12deg); }
  30% { transform: rotate(-10deg); }
  40% { transform: rotate(8deg); }
  50% { transform: rotate(-4deg); }
}
.bm-call-bar {
  animation: bm-call-bar-pulse-strong 1.8s ease-out infinite;
  font-size: 1rem;
}
.bm-call-bar > svg {
  transform-origin: 50% 60%;
  animation: bm-call-bar-ring 1.8s ease-in-out infinite;
}
.bm-call-bar:hover,
.bm-call-bar:active {
  animation-play-state: paused;
}
.bm-call-bar:hover > svg,
.bm-call-bar:active > svg {
  animation-play-state: paused;
}
@media screen and (max-width: 767px) {
  .bm-call-bar { display: inline-flex; }
  /* Lift the WA FAB above the call bar so it's still tappable */
  .bm-whatsapp-fab { bottom: calc(72px + env(safe-area-inset-bottom, 0px)) !important; }
  /* Avoid the call bar covering the page footer / final content */
  .page-wrapper { padding-bottom: 64px; }
}
@media (prefers-reduced-motion: reduce) {
  .bm-call-bar__pulse,
  .bm-call-bar,
  .bm-call-bar > svg { animation: none; }
}

/* WhatsApp FAB — moved from inline styles into a class so the
   sticky call bar can reposition it on mobile. */
.bm-whatsapp-fab {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.2s ease, opacity 0.25s ease;
  text-decoration: none;
  will-change: transform;
}
.bm-whatsapp-fab:hover {
  transform: scale(1.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
/* Floating-CTA coordinator (#8283): slide the WA bubble off-screen
   pre-scroll and when an in-page CTA / footer is visible. */
body.bm-cta-prelude .bm-whatsapp-fab,
body.bm-cta-suppress .bm-whatsapp-fab {
  transform: translateX(140%);
  opacity: 0;
  pointer-events: none;
}

/* ============================================================
   TIER 1 — Card hover lifts + image zoom (#8243)
   Targets shared card patterns sitewide so we don't have to
   touch 40+ pages. Each rule scopes to a known container so
   we don't accidentally lift unrelated divs.
   ============================================================ */

/* Real-jobs gallery — service-page photo cards (inline-styled in source) */
.section_real_jobs_gallery > .padding-global > .container-large > .padding-section-large > div[style*="grid-template-columns:repeat(3"] > div {
  cursor: default;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  will-change: transform;
}
.section_real_jobs_gallery > .padding-global > .container-large > .padding-section-large > div[style*="grid-template-columns:repeat(3"] > div:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22) !important;
}
.section_real_jobs_gallery > .padding-global > .container-large > .padding-section-large > div[style*="grid-template-columns:repeat(3"] > div img {
  transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.section_real_jobs_gallery > .padding-global > .container-large > .padding-section-large > div[style*="grid-template-columns:repeat(3"] > div:hover img {
  transform: scale(1.06);
}

/* Home — "Fair Prices" trust cards */
.fair-prices-cards > div {
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  will-change: transform;
}
.fair-prices-cards > div:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.1) !important;
}

/* Home — top-of-page trust strip ("Local Knowledge", "No Middlemen", "Neighbours") */
.section_wigan-first [style*="background: rgba(255,255,255,0.05)"] {
  transition: transform 0.3s ease, background-color 0.3s ease;
  will-change: transform;
}
.section_wigan-first [style*="background: rgba(255,255,255,0.05)"]:hover {
  transform: translateX(4px);
  background: rgba(255, 255, 255, 0.09) !important;
}

/* Home — "Areas I Cover Regularly" pill list */
.towing-areas-grid > div {
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  cursor: default;
}
.towing-areas-grid > div:hover {
  transform: translateY(-2px);
  background: #e6eef6 !important;
  box-shadow: 0 4px 10px rgba(26, 82, 118, 0.18);
}

/* Reviews carousel — promote existing 2px lift to a slightly fuller move */
.bm-review-card-inner {
  cursor: default;
}
.bm-review-card-inner:hover {
  transform: translateY(-5px);
  border-color: rgba(232, 170, 20, 0.55);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.32);
}

/* Reduced-motion: kill all card transforms */
@media (prefers-reduced-motion: reduce) {
  .section_real_jobs_gallery > .padding-global > .container-large > .padding-section-large > div > div,
  .section_real_jobs_gallery > .padding-global > .container-large > .padding-section-large > div > div img,
  .fair-prices-cards > div,
  .section_wigan-first [style*="background: rgba(255,255,255,0.05)"],
  .towing-areas-grid > div,
  .bm-review-card-inner {
    transition: none !important;
    transform: none !important;
  }
}

/* ==========================================================================
   MOBILE GRID COLLAPSE — homepage 2-col grids carry inline `1fr 1fr` styles
   that overflow narrow viewports. Force single column ≤767px. Override
   inline styles with !important. (#8245)
   ========================================================================== */
@media (max-width: 767px) {
  .wigan-first-grid,
  .fair-prices-grid,
  .towing-landmarks-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 2rem !important;
  }
  .wigan-first-grid > *,
  .fair-prices-grid > *,
  .towing-landmarks-grid > * {
    min-width: 0;
  }
  .fair-prices-cards {
    gap: 0.75rem !important;
  }
  /* Hero h1 was 2.25rem — pull down a notch so it doesn't crowd a portrait viewport. */
  .section_wigan-first h1 {
    font-size: 1.85rem !important;
    line-height: 1.15 !important;
  }
  .section_fair-prices h2,
  .section_local-towing h2 {
    font-size: 1.85rem !important;
    line-height: 1.15 !important;
  }
}

/* Tighter narrow-mobile (iPhone SE / Galaxy S small): collapse the inner
   2x2 fair-prices card grid to a single stack so each card has breathing room. */
@media (max-width: 479px) {
  .fair-prices-cards {
    grid-template-columns: 1fr !important;
  }
}

/* ==========================================================================
   STICKY NAV REINFORCEMENT (#8247)
   Webflow already sets position:sticky on .navbar1_component but ensure it
   stays solid + casts a clean shadow on scroll, sitewide. Solid background
   prevents the nav looking ghost-y over hero imagery.
   ========================================================================== */
.navbar1_component {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  background-color: #ffffff !important;
  backdrop-filter: saturate(140%);
  -webkit-backdrop-filter: saturate(140%);
}
.navbar1_component.scrolled {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18) !important;
}

/* ==========================================================================
   NAVBAR LOGO SIZE CAP (#8309)
   Webflow ships .navbar1_logo with a transition but no max-height, so the
   600x177 PNG renders at ~165px tall on wide viewports and balloons the
   navbar to ~190px. Mobile naturally constrains it via parent width so it
   reads fine (~75px). Cap globally so tablet (~768px, was 133px tall) and
   desktop both shrink to match the visual weight Mike approved on mobile.
   .scrolled 36px shrink stays untouched.
   ========================================================================== */
.navbar1_logo {
  max-height: 56px;
  width: auto;
}
@media (max-width: 479px) {
  /* Phones — let natural width-constraint render slightly larger (~75px),
     it's the size Mike already approved on mobile. */
  .navbar1_logo {
    max-height: 72px;
  }
}

/* ==========================================================================
   NAV CALL CTA (#8270)
   Desktop nav phone button must read as a real button, not link text.
   Brand-yellow pill with phone icon, two-line label (kicker + number).
   Mobile (<992px) hides .navbar1_menu-buttons entirely — see #8247 block.
   ========================================================================== */
.navbar1_menu-buttons .button-2.bm-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 1.1rem 0.55rem 0.85rem;
  background: linear-gradient(180deg, #f9d930 0%, #f1d108 100%);
  color: #111;
  border: 1px solid #c9911c;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.1;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.55) inset,
    0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}
.navbar1_menu-buttons .button-2.bm-nav-cta:hover {
  background: linear-gradient(180deg, #ffe14a 0%, #f1d108 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.65) inset,
    0 5px 14px rgba(0, 0, 0, 0.22);
  transform: translateY(-1px);
  color: #111;
}
.navbar1_menu-buttons .button-2.bm-nav-cta:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
.navbar1_menu-buttons .button-2.bm-nav-cta:focus-visible {
  outline: 2px solid #006fb6;
  outline-offset: 2px;
}
.bm-nav-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 999px;
  background: #111;
  color: #f9d930;
}
.bm-nav-cta__icon svg {
  width: 16px;
  height: 16px;
}
.bm-nav-cta__text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.bm-nav-cta__text small {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  opacity: 0.78;
  line-height: 1;
  margin-bottom: 2px;
}
.bm-nav-cta__text strong {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.2px;
  line-height: 1;
}

/* ==========================================================================
   MOBILE MENU GLOW-UP (#8247)
   When the hamburger menu opens, replace the previous mostly-blank Webflow
   default with a hero block: trust strip + big phone CTA + WhatsApp button,
   plus a footer with email + address. Visible only at mobile breakpoint
   (≤991px, which matches data-collapse="medium").
   ========================================================================== */
.bm-mobile-menu-hero,
.bm-mobile-menu-footer { display: none; }

@media screen and (max-width: 991px) {
  /* Mobile menu drawer: deeper background + breathing room */
  .navbar1_menu,
  .navbar1_menu.is-page-height-tablet {
    background: linear-gradient(180deg, #0d1b2a 0%, #1a3047 60%, #0d1b2a 100%) !important;
    color: #ffffff !important;
    padding: 1.25rem 1.25rem 6.5rem !important;
  }

  /* Show the new hero & footer blocks */
  .bm-mobile-menu-hero,
  .bm-mobile-menu-footer { display: block; }

  /* Hide the legacy "CALL SIMON DIRECT" pill at the bottom — replaced by the hero CTA */
  .navbar1_menu-buttons { display: none !important; }

  /* Trust strip — three pills, equal width, tactile */
  .bm-mobile-menu-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  .bm-mobile-menu-trust > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 0.6rem 0.4rem;
    text-align: center;
  }
  .bm-mobile-menu-trust strong {
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    font-size: 1.05rem;
    color: #ffe96b;
    letter-spacing: 0.01em;
  }
  .bm-mobile-menu-trust em {
    font-style: normal;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.78);
  }

  /* Big phone CTA — gold gradient, full-width, soft pulse */
  .bm-mobile-menu-call {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.95rem 1.1rem;
    border-radius: 14px;
    background: linear-gradient(180deg, #f9d930 0%, #f1d108 55%, #c4a800 100%);
    color: #1a1a2e !important;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(232, 170, 20, 0.32),
                inset 0 1px 0 rgba(255, 255, 255, 0.45);
    position: relative;
    overflow: hidden;
    margin-bottom: 0.6rem;
    animation: bm-menu-call-pulse 2.4s ease-in-out infinite;
  }
  .bm-mobile-menu-call__icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(26, 26, 46, 0.92);
    color: #ffe96b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .bm-mobile-menu-call__text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
  }
  .bm-mobile-menu-call__text small {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: rgba(26, 26, 46, 0.72);
  }
  .bm-mobile-menu-call__text strong {
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    color: #1a1a2e;
  }
  @keyframes bm-menu-call-pulse {
    0%, 100% { box-shadow: 0 12px 26px rgba(232, 170, 20, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.45); }
    50%      { box-shadow: 0 14px 36px rgba(232, 170, 20, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.55); }
  }

  /* WhatsApp secondary CTA */
  .bm-mobile-menu-whatsapp {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    background: linear-gradient(180deg, #25d366 0%, #1ba94f 100%);
    color: #ffffff !important;
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: 0 8px 18px rgba(37, 211, 102, 0.32);
    margin-bottom: 1.4rem;
  }
  .bm-mobile-menu-whatsapp__icon {
    flex-shrink: 0;
    color: #ffffff;
    display: inline-flex;
  }

  /* Nav links — bigger touch targets, light dividers, white text on dark bg */
  .navbar1_menu .navbar1_link,
  .navbar1_menu .w-nav-link {
    color: #ffffff !important;
    font-size: 1.08rem !important;
    font-weight: 600 !important;
    padding: 0.95rem 0.25rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .navbar1_menu .navbar1_link:last-of-type {
    border-bottom: 0;
  }
  .navbar1_menu .navbar1_dropdown-toggle {
    color: #ffffff !important;
    font-size: 1.08rem !important;
    font-weight: 600 !important;
    padding: 0.95rem 0.25rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .navbar1_menu .navbar1_dropdown-toggle .dropdown-chevron {
    color: rgba(255, 255, 255, 0.6);
  }
  .navbar1_menu .navbar1_dropdown-list .navbar1_dropdown-link {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.98rem !important;
    padding: 0.55rem 0 0.55rem 1.5rem !important;
  }
  .navbar1_menu .navbar1_dropdown-list.w--open {
    background: rgba(0, 0, 0, 0.18) !important;
    border-radius: 8px;
    padding: 0.4rem 0 !important;
    margin: 0.2rem 0 0.4rem;
  }

  /* Footer block — email + address pills */
  .bm-mobile-menu-footer {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
  }
  .bm-mobile-menu-footer__row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.9rem;
    text-decoration: none;
    padding: 0.55rem 0.7rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
  }
  .bm-mobile-menu-footer__row svg {
    flex-shrink: 0;
    color: #ffe96b;
  }
  .bm-mobile-menu-footer__row--address {
    color: rgba(255, 255, 255, 0.7) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bm-mobile-menu-call { animation: none; }
}

/* === Motorway badge nav (footer) — task #8250 === */
.bm-motorway-nav {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  padding: 1.75rem;
  background: linear-gradient(135deg, rgba(0, 111, 182, 0.06), rgba(0, 111, 182, 0.02));
  border: 1px solid rgba(0, 111, 182, 0.12);
  border-radius: 14px;
}
.bm-motorway-nav__heading {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0a2540;
  margin-bottom: 1rem;
  text-align: center;
}
.bm-motorway-nav__grid {
  display: grid;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  gap: 0.6rem;
  justify-items: center;
}
.bm-motorway-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 56px;
  height: 56px;
  padding: 0 0.5rem;
  background: linear-gradient(135deg, #006fb6, #005a94);
  color: #fff !important;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 111, 182, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.bm-motorway-badge:hover,
.bm-motorway-badge:focus-visible {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #0a83cc, #006fb6);
  box-shadow: 0 6px 16px rgba(0, 111, 182, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  outline: none;
}
.bm-motorway-badge:active {
  transform: translateY(0);
}

/* A-road variant — UK Primary Route sign green (Pantone 356), matches .bm-road-sign--a. */
.bm-motorway-badge--a-road {
  background: linear-gradient(135deg, #006837, #00532c);
  box-shadow: 0 2px 6px rgba(0, 104, 55, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.bm-motorway-badge--a-road:hover,
.bm-motorway-badge--a-road:focus-visible {
  background: linear-gradient(135deg, #007a40, #006837);
  box-shadow: 0 6px 16px rgba(0, 104, 55, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

@media (max-width: 991px) {
  .bm-motorway-nav__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .bm-motorway-nav {
    padding: 1.25rem 1rem;
  }
  .bm-motorway-nav__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
  }
  .bm-motorway-badge {
    height: 50px;
    font-size: 0.95rem;
    border-radius: 10px;
  }
}
@media (max-width: 360px) {
  .bm-motorway-nav__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* === Footer link columns — task #8251 === */
.bm-footer-menu {
  row-gap: 1.5rem;
}
.bm-footer-col {
  position: relative;
  padding-left: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.bm-footer-col__heading {
  position: relative;
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0a2540;
  margin-bottom: 0.85rem;
  padding-bottom: 0.55rem;
}
.bm-footer-col__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 3px;
  background: linear-gradient(90deg, #f1d108 0%, #c4a800 100%);
  border-radius: 2px;
}

.bm-footer-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0.55rem 0.85rem !important;
  font-size: 0.95rem !important;
  font-weight: 600;
  color: #334e68 !important;
  background: rgba(10, 37, 64, 0.025);
  border: 1px solid rgba(10, 37, 64, 0.09);
  border-radius: 6px;
  box-shadow: inset 2px 0 0 transparent;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
/* Footer-link bullet = small recovery truck icon (#8361, was ›). */
.bm-footer-link::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1rem;
  flex-shrink: 0;
  color: #006fb6;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 16h13V8h4l3 4v4h-2'/><circle cx='7' cy='17' r='2'/><circle cx='18' cy='17' r='2'/><path d='M5 16V9a1 1 0 0 1 1-1h6'/><path d='M16 12h4'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 16h13V8h4l3 4v4h-2'/><circle cx='7' cy='17' r='2'/><circle cx='18' cy='17' r='2'/><path d='M5 16V9a1 1 0 0 1 1-1h6'/><path d='M16 12h4'/></svg>");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: translateX(-2px);
  opacity: 0.6;
  transition: transform 0.18s ease, opacity 0.18s ease, color 0.18s ease;
}
.bm-footer-link:hover,
.bm-footer-link:focus-visible {
  color: #006fb6 !important;
  background: linear-gradient(90deg, rgba(232, 170, 20, 0.12), rgba(0, 111, 182, 0.04));
  border-color: rgba(0, 111, 182, 0.22);
  box-shadow: inset 2px 0 0 #f1d108;
  outline: none;
  text-decoration: none;
}
.bm-footer-link:hover::before,
.bm-footer-link:focus-visible::before {
  transform: translateX(2px);
  opacity: 1;
  color: #f1d108;
}

@media (max-width: 767px) {
  .bm-footer-col__heading {
    font-size: 0.95rem;
    letter-spacing: 0.1em;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
  }
  .bm-footer-link {
    font-size: 1.0625rem !important;
    padding-top: 0.55rem !important;
    padding-bottom: 0.55rem !important;
  }
  .bm-footer-link::before {
    width: 1.5rem;
    height: 1.2rem;
  }
}

/* === Footer column truncate (5 visible + show more) — task #8287 === */
.bm-footer-col[data-truncated="true"] > .bm-footer-link[data-bm-overflow] {
  display: none;
}
.bm-footer-col[data-truncated="true"][data-expanded="true"] > .bm-footer-link[data-bm-overflow] {
  display: flex;
  animation: bmFooterReveal 0.22s ease-out both;
}
@keyframes bmFooterReveal {
  from { opacity: 0; transform: translateY(-3px); }
  to   { opacity: 1; transform: translateY(0); }
}
.bm-footer-col__more {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 1px dashed rgba(0, 111, 182, 0.35);
  color: #006fb6;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.55rem 0.85rem;
  margin-top: 0.35rem;
  border-radius: 6px;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}
.bm-footer-col__more:hover,
.bm-footer-col__more:focus-visible {
  color: #0a2540;
  border-color: #f1d108;
  background: rgba(232, 170, 20, 0.08);
  outline: none;
}
.bm-footer-col__more-icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  line-height: 0.9rem;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 50%;
  background: rgba(0, 111, 182, 0.1);
  color: #006fb6;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.bm-footer-col__more:hover .bm-footer-col__more-icon,
.bm-footer-col__more:focus-visible .bm-footer-col__more-icon {
  background: #f1d108;
  color: #0a2540;
}
.bm-footer-col[data-expanded="true"] .bm-footer-col__more-icon {
  background: rgba(232, 170, 20, 0.18);
  color: #0a2540;
}
@media (max-width: 767px) {
  .bm-footer-col__more {
    font-size: 0.92rem;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }
}

/* === Footer text bump on mobile — task #8252 === */
@media (max-width: 767px) {
  .footer3_component .text-size-small,
  .footer3_component .text-size-small a {
    font-size: 1.0625rem !important;
    line-height: 1.5;
  }
  .footer3_component .footer3_link {
    font-size: 1.0625rem !important;
  }
  .footer3_component .footer3_credit-text {
    font-size: 1rem;
    line-height: 1.5;
  }
  .footer3_component .footer3_legal-link {
    font-size: 1rem;
  }
}

/* ============================================================
   Footer address card — task #8310
   Kill the <address> user-agent italic and lift the layout into
   a labelled card with brand-yellow accents and clean contact rows.
   Footer sits on a cream/light bg so we use dark text + yellow-deep
   labels for AA contrast.
   ============================================================ */
.bm-footer-address {
  font-style: normal;                 /* kill UA <address> italic */
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 0.1rem 0 0 0.95rem;
  border-left: 3px solid var(--bm-yellow);
  max-width: 23rem;
}
.bm-footer-address__group {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.bm-footer-address__label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bm-yellow-deep);       /* AA contrast on cream */
  line-height: 1.2;
}
.bm-footer-address__value {
  font-size: 0.975rem;
  font-weight: 500;
  line-height: 1.5;
  color: #252323;
}
.bm-footer-address__value strong {
  font-weight: 700;
  color: #1a1a1a;
}
.bm-footer-address__contact {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 0.15rem;
}
.bm-footer-address__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.15s ease;
  word-break: break-word;
}
.bm-footer-address__contact-link svg {
  flex-shrink: 0;
  color: var(--bm-yellow-deep);
  transition: color 0.15s ease, transform 0.15s ease;
}
.bm-footer-address__contact-link:hover,
.bm-footer-address__contact-link:focus-visible {
  color: var(--bm-yellow-deep);
}
.bm-footer-address__contact-link:hover svg,
.bm-footer-address__contact-link:focus-visible svg {
  transform: scale(1.1);
}
.bm-footer-address__sitemap {
  align-self: flex-start;
  margin-top: 0.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.95rem;
  border: 1.5px solid var(--bm-yellow-deep);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--bm-yellow-deep);
  text-decoration: none;
  background-color: transparent;
  transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.bm-footer-address__sitemap:hover,
.bm-footer-address__sitemap:focus-visible {
  background-color: var(--bm-yellow);
  border-color: var(--bm-yellow-deep);
  color: #1a1a1a;
}
.bm-footer-address__sitemap span {
  transition: transform 0.15s ease;
}
.bm-footer-address__sitemap:hover span,
.bm-footer-address__sitemap:focus-visible span {
  transform: translateX(3px);
}
@media (max-width: 767px) {
  .bm-footer-address {
    max-width: 100%;
  }
  .bm-footer-address__value {
    font-size: 1.0625rem;
  }
  .bm-footer-address__label {
    font-size: 0.75rem;
  }
}

/* ============================================================
   BM Mega Dropdown — mobile drawer (#8291)
   Below 992px the .bm-mega panels render INSIDE the dark off-canvas
   drawer. Without these rules the SVG icons fill their container
   (giant truck), the grid stacks unstyled, and the eyebrow looks
   like loose body copy.
   ============================================================ */
@media (max-width: 991px) {
  /* Strip desktop sizing — let panel flow inside drawer.
     Parent .navbar1_link has padding-left:4px inside .w-nav-menu (pad-left:20px),
     so dropdown items flush-left at padding-left:4px to match. */
  .bm-mega__inner,
  .bm-mega__inner--services,
  .bm-mega__inner--locations {
    display: block;
    width: auto;
    max-width: none;
    border-radius: 0;
    overflow: visible;
    padding: 0.25rem 0 0.5rem;
  }
  .bm-mega__col {
    padding: 0;
  }
  .bm-mega__eyebrow {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffe96b;
    padding: 0.5rem 0 0.4rem 4px;
    margin: 0;
  }

  /* Services list — single column stack inside drawer */
  .bm-mega__grid--services {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .bm-mega__item {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 0.75rem;
    align-items: center;
    padding: 0.55rem 0 0.55rem 4px;
    margin: 0 !important; /* override Webflow .w-dropdown-link margin:auto centring */
    border-radius: 0;
    color: rgba(255, 255, 255, 0.92) !important;
    text-decoration: none !important;
  }
  .bm-mega__icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffe96b;
    border: 1px solid rgba(255, 255, 255, 0.12);
  }
  .bm-mega__icon svg {
    width: 18px;
    height: 18px;
  }
  .bm-mega__text {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.2;
  }
  .bm-mega__text strong {
    font-family: 'Barlow', sans-serif;
    font-size: 0.98rem;
    font-weight: 600;
    color: #ffffff;
  }
  .bm-mega__text em {
    font-style: normal;
    font-size: 0.78rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.1rem;
  }

  /* Locations regions — flat stacked sections, flush-left like parent links.
     No card background or extra horizontal padding — items align with About Us above. */
  .bm-mega__regions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0;
  }
  .bm-mega__region {
    padding: 0.4rem 0 0.2rem;
    border-radius: 0;
    background: transparent;
  }
  .bm-mega__region-name {
    display: block;
    font-family: 'Barlow', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffe96b;
    padding-left: 4px;
    margin-bottom: 0.1rem;
  }
  .bm-mega__region-blurb {
    display: block;
    font-size: 0.74rem;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 4px;
    margin-bottom: 0.25rem;
  }
  .bm-mega__region-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .bm-mega__region-list li {
    margin: 0;
    padding: 0;
  }
  .bm-mega__region-link {
    display: block;
    padding: 0.4rem 0 0.4rem 4px !important;
    margin: 0 !important; /* override Webflow .w-dropdown-link margin:auto centring */
    font-family: 'Barlow', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.88) !important;
    text-decoration: none !important;
  }

  /* Hide the desktop CTA aside — drawer already has the gold Call Simon
     hero CTA up top, stacking another inside the dropdown is redundant
     and steals vertical space in the drawer. */
  .bm-mega .bm-mega__cta { display: none; }
}

/* ============================================================
   BM Mega Dropdown — desktop nav (#8272)
   Stylish wide dropdown for Services Offered + Locations.
   Desktop only (≥992px) — mobile keeps the off-canvas drawer.
   ============================================================ */
@media (min-width: 992px) {
  /* #8274: anchor panel to the navbar (page-width), not the toggle.
     .navbar1_component is position:sticky so it acts as the positioning
     context once .bm-mega itself is static. */
  .bm-mega {
    position: static;
  }
  /* Reset Webflow narrow dropdown panel into a wide mega panel */
  .bm-mega .bm-mega__panel.w-dropdown-list {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    width: max-content;
    /* Webflow's stock .w-dropdown-list ships min-width: 100% which now
       resolves against the full-width navbar — kill it so max-content wins. */
    min-width: 0;
    max-width: calc(100vw - 4rem);
    padding: 0;
    border: 0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow:
      0 20px 50px -12px rgba(20, 22, 28, 0.28),
      0 8px 18px -8px rgba(20, 22, 28, 0.14),
      0 0 0 1px rgba(20, 22, 28, 0.04);
    /* No overflow:hidden here — would clip the hover bridge below.
       Inner card content gets its own clipping via .bm-mega__inner. */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
  }
  .bm-mega .bm-mega__panel.w-dropdown-list.w--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0s;
  }
  /* Page-centred panel can't truthfully point at the toggle, so drop the
     pointer arrow — keep a clean rounded card. */
  .bm-mega .bm-mega__panel.w-dropdown-list::before {
    content: none;
  }
  /* Hover bridge — #8285. Must span full navbar width, not just the panel.
     Panel is centred on viewport while toggles sit offset, so a narrow
     bridge leaves the cursor's diagonal path in dead space and Webflow's
     mouseleave fires before the user reaches a link. Negative left/right
     extends the bridge beyond panel edges. Bridge sits in panel-DOM so
     Webflow's hover detector counts it as "still inside the dropdown" →
     keeps the panel open while the cursor travels. */
  .bm-mega .bm-mega__panel.w-dropdown-list::after {
    content: '';
    position: absolute;
    top: -20px;
    left: -50vw;
    right: -50vw;
    height: 24px;
  }

  /* Inner layout grid — services panel.
     Border-radius + overflow:hidden moved here from the panel so the
     hover bridge (::after on .w-dropdown-list) isn't clipped — see #8285. */
  .bm-mega__inner {
    display: grid;
    gap: 0;
    border-radius: 18px;
    overflow: hidden;
  }
  .bm-mega__inner--services {
    grid-template-columns: minmax(0, 1fr) 280px;
    width: 940px;
    max-width: calc(100vw - 4rem);
  }
  .bm-mega__inner--locations {
    grid-template-columns: minmax(0, 1fr) 280px;
    width: 1080px;
    max-width: calc(100vw - 4rem);
  }

  .bm-mega__col {
    padding: 1.6rem 1.8rem 1.8rem;
  }
  .bm-mega__eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8b8b8b;
    margin-bottom: 1rem;
  }

  /* Services grid — 3 columns × 3 rows */
  .bm-mega__grid--services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.4rem 0.5rem;
  }
  .bm-mega__item {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
    padding: 0.7rem 0.75rem;
    border-radius: 12px;
    color: #252323 !important;
    text-decoration: none !important;
    transition: background-color 0.15s ease, transform 0.15s ease;
  }
  .bm-mega__item:hover {
    background: linear-gradient(180deg, rgba(232, 170, 20, 0.08) 0%, rgba(232, 170, 20, 0.02) 100%);
  }
  .bm-mega__item:hover .bm-mega__icon {
    background: #f1d108;
    color: #252323;
    border-color: #f1d108;
    transform: scale(1.05);
  }
  .bm-mega__icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f6f6f4;
    color: #252323;
    border: 1px solid rgba(20, 22, 28, 0.06);
    transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
    flex-shrink: 0;
  }
  .bm-mega__icon svg {
    width: 22px;
    height: 22px;
  }
  .bm-mega__text {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  .bm-mega__text strong {
    font-family: 'Barlow', sans-serif !important;
    font-size: 0.95rem;
    font-weight: 600;
    color: #252323;
    line-height: 1.2;
  }
  .bm-mega__text em {
    font-style: normal;
    font-size: 0.78rem;
    font-weight: 400;
    color: #6a6a6a;
    line-height: 1.3;
    margin-top: 0.15rem;
  }

  /* Locations — region columns */
  .bm-mega__regions {
    padding: 1.6rem 1.8rem 1.8rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 1.8rem;
  }
  .bm-mega__region-name {
    display: block;
    font-family: 'Barlow', sans-serif !important;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #252323;
    margin-bottom: 0.1rem;
  }
  .bm-mega__region-blurb {
    display: block;
    font-size: 0.74rem;
    color: #8b8b8b;
    margin-bottom: 0.55rem;
  }
  .bm-mega__region-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(20, 22, 28, 0.06);
  }
  .bm-mega__region-list li {
    margin: 0;
    padding: 0;
  }
  .bm-mega__region-link {
    display: block;
    padding: 0.4rem 0;
    font-family: 'Barlow', sans-serif !important;
    font-size: 0.95rem;
    font-weight: 500;
    color: #252323 !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(20, 22, 28, 0.05);
    transition: color 0.15s ease, padding-left 0.15s ease;
  }
  .bm-mega__region-link:hover {
    color: #c89010 !important;
    padding-left: 0.35rem;
  }
  .bm-mega__region-list li:last-child .bm-mega__region-link {
    border-bottom: 0;
  }

  /* Right CTA panel (shared across both megas) */
  .bm-mega__cta {
    background:
      radial-gradient(120% 80% at 100% 0%, rgba(232, 170, 20, 0.18) 0%, transparent 60%),
      linear-gradient(180deg, #1a1818 0%, #252323 100%);
    color: #ffffff;
    padding: 1.8rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    position: relative;
    overflow: hidden;
  }
  .bm-mega__cta::after {
    content: '';
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 170, 20, 0.18) 0%, transparent 70%);
    pointer-events: none;
  }
  .bm-mega__cta-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #f1d108;
  }
  .bm-mega__cta-title {
    font-family: 'Barlow', sans-serif !important;
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
  .bm-mega__cta-copy {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.5;
    margin: 0 0 0.5rem 0;
  }
  .bm-mega__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffe96b 0%, #f1d108 100%);
    color: #252323 !important;
    font-family: 'Barlow', sans-serif !important;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none !important;
    letter-spacing: 0.01em;
    box-shadow: 0 6px 14px rgba(232, 170, 20, 0.32);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  .bm-mega__cta-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(232, 170, 20, 0.4);
  }
  .bm-mega__cta-link {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.88rem;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    align-self: flex-start;
    padding-bottom: 1px;
    transition: color 0.15s ease, border-color 0.15s ease;
  }
  .bm-mega__cta-link:hover {
    color: #ffe96b !important;
    border-color: #ffe96b;
  }
  .bm-mega__cta-meta {
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
  }

  /* Hide Webflow's stock dropdown chevron rotation animation glitch — keep it simple */
  .bm-mega .navbar1_dropdown-toggle .dropdown-chevron {
    transition: transform 0.2s ease;
  }
  .bm-mega .navbar1_dropdown-toggle.w--open .dropdown-chevron {
    transform: rotate(180deg);
  }
}

/* Narrower-desktop fallback (992–1199px): shrink locations panel */
@media (min-width: 992px) and (max-width: 1199px) {
  .bm-mega__inner--locations {
    width: 960px;
  }
  .bm-mega__regions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bm-mega__inner--services {
    width: 800px;
  }
  .bm-mega__grid--services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* CTA emergency: logo PNG has rough transparency edges, so sit it
   on a white pad across all dark CTA sections. Keeps soft rounded
   badge + drop shadow. inline-block so it doesn't stretch the full
   column — pad sits tight to the artwork. (#8308) */
.section_home_team-3 .columns-2 img,
.section_home_team-3 .columns img,
.section_home_cta-1 .columns-2 img,
.section_home_cta-1 .columns img,
.section_home_cta-2 .columns-2 img,
.section_home_cta-2 .columns img {
  background: #ffffff;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

/* Section texture (chevron pattern + grain noise) removed #8362 — Mike said chevrons didn't look great */

/* ============================================================
   Inline road-name "motorway sign" badge (#8379).
   Wraps M-/A-/B-road tokens in body copy with a subtle blue
   pill that mimics UK motorway signage. Inline-block, baseline-
   aligned, slightly tighter than running text so it reads as a
   styled mention rather than a button.
   ============================================================ */
.bm-road-sign {
  display: inline-block;
  background: #006fb6;
  color: #fff;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 0.82em;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 0.05em 0.45em;
  margin: 0 0.08em;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: inset 0 0 0 1px #006fb6, 0 1px 1px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  vertical-align: baseline;
  white-space: nowrap;
}
a .bm-road-sign,
.bm-road-sign a { text-decoration: none; }
strong .bm-road-sign,
.bm-road-sign strong { font-weight: 700; }

/* A-road variant — UK Primary Route sign green (Pantone 356). */
.bm-road-sign--a {
  background: #006837;
  box-shadow: inset 0 0 0 1px #006837, 0 1px 1px rgba(0, 0, 0, 0.08);
}

/* ===========================================================
   Hero background image (homepage)
   - <picture> sits behind content, overlay gradient + text on top
   =========================================================== */
.bm-hero-video__media,
.bm-hero-video__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .bm-hero-video__media,
  .bm-hero-video__media img {
    object-position: center 40%;
  }
}
.bm-hero-video__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(rgba(37, 35, 35, 0.50), rgba(37, 35, 35, 0.70));
}
