@charset "UTF-8";
/**
 * @file
 * sass/base.scss
 *
 * CSS rules that style HTML elements ("base" styles).
 */
/* to replace $colour-mine-shaft on fonts */
/* to replace $colour-mine-shaft on fonts */
/* to replace $colour-mine-shaft on fonts */
/* New EV colours */
/* New EV colours */
/* New EV colours */
/* New EV colours */
/* Special Offer Label */
/* Bootstrap override of body color */
@-webkit-keyframes zoom-in {
  0% {
    transform: scale(1, 1); }
  100% {
    transform: scale(1.15, 1.15); } }
@keyframes zoom-in {
  0% {
    transform: scale(1, 1); }
  100% {
    transform: scale(1.15, 1.15); } }
/* Make a custom fallback font based on the local Arial */
@font-face {
  font-family: "Montserrat-fallback";
  size-adjust: 113.4%;
  src: local("Arial"); }
/* line 40, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ac8c2e;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1500px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/* line 72, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* line 78, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* line 85, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

/* line 89, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #002b49;
  text-align: left;
  background-color: #fff; }

/* line 100, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

/* line 104, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/* line 110, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

/* line 115, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 120, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

/* line 129, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

/* line 135, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 142, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

/* line 149, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
dt {
  font-weight: 700; }

/* line 153, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

/* line 158, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
blockquote {
  margin: 0 0 1rem; }

/* line 162, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
b,
strong {
  font-weight: bolder; }

/* line 167, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
small {
  font-size: 80%; }

/* line 171, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

/* line 179, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
sub {
  bottom: -0.25em; }

/* line 183, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
sup {
  top: -0.5em; }

/* line 187, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a {
  color: #ac8c2e;
  text-decoration: none;
  background-color: transparent; }

/* line 192, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a:hover {
  color: #ad913f;
  text-decoration: underline; }

/* line 197, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }

/* line 201, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

/* line 206, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

/* line 214, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

/* line 221, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
figure {
  margin: 0 0 1rem; }

/* line 225, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
img {
  vertical-align: middle;
  border-style: none; }

/* line 230, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
svg {
  overflow: hidden;
  vertical-align: middle; }

/* line 235, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
table {
  border-collapse: collapse; }

/* line 239, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

/* line 247, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

/* line 252, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem; }

/* line 257, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
button {
  border-radius: 0; }

/* line 261, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
button:focus:not(:focus-visible) {
  outline: 0; }

/* line 265, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 276, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
button,
input {
  overflow: visible; }

/* line 281, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
button,
select {
  text-transform: none; }

/* line 286, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
[role=button] {
  cursor: pointer; }

/* line 290, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
select {
  word-wrap: normal; }

/* line 294, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; }

/* line 301, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer; }

/* line 308, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/* line 316, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0; }

/* line 322, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
textarea {
  overflow: auto;
  resize: vertical; }

/* line 327, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* line 334, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

/* line 346, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
progress {
  vertical-align: baseline; }

/* line 350, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; }

/* line 355, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none; }

/* line 360, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 364, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

/* line 369, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
output {
  display: inline-block; }

/* line 373, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
summary {
  display: list-item;
  cursor: pointer; }

/* line 378, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
template {
  display: none; }

/* line 382, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
[hidden] {
  display: none !important; }

/* line 386, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

/* line 393, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
h1, .h1 {
  font-size: 2.5rem; }

/* line 397, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
h2, .h2 {
  font-size: 2rem; }

/* line 401, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
h3, .h3 {
  font-size: 1.75rem; }

/* line 405, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
h4, .h4 {
  font-size: 1.5rem; }

/* line 409, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
h5, .h5 {
  font-size: 1.25rem; }

/* line 413, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
h6, .h6 {
  font-size: 1rem; }

/* line 417, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300; }

/* line 422, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 428, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 434, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 440, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 446, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

/* line 453, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
small,
.small {
  font-size: 0.875em;
  font-weight: 400; }

/* line 459, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

/* line 465, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.list-unstyled, .g-drawer__list {
  padding-left: 0;
  list-style: none; }

/* line 470, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.list-inline, .c-menu__list {
  padding-left: 0;
  list-style: none; }

/* line 475, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.list-inline-item {
  display: inline-block; }

/* line 478, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem; }

/* line 482, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/* line 487, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

/* line 492, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d; }

/* line 497, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.blockquote-footer::before {
  content: "— "; }

/* line 501, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.img-fluid {
  max-width: 100%;
  height: auto; }

/* line 506, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

/* line 515, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.figure {
  display: inline-block; }

/* line 519, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

/* line 524, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d; }

/* line 529, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  /* line 544, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .container-sm, .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  /* line 549, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .container-md, .container-sm, .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  /* line 554, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  /* line 559, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px; } }
@media (min-width: 1500px) {
  /* line 564, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px; } }
/* line 568, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.row, .g-guide-index-list .c-list-index, .g-order__row, .c-ev-fuel-tax-calculator, .c-list-ticks, .c-tabs__content-wrap, .c-modal-enquire__header, .c-filters__triggers-content, .c-card__sections, .c-secondary-cta #c-search__model-results-hero,
.c-secondary-cta #c-search__model-results {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

/* line 576, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0; }

/* line 580, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

/* line 586, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .p-review-article .g-news-main,
.p-review-articles .g-news-main, .p-newsarticle .g-news-main, .col-xxl-8, .c-content-block--reading .c-content-block__text, .g-content--centred .g-content__primary--wide,
.g-content--centred .g-content__secondary--wide,
.g-content--centred .g-content__header--wide, .g-team--lead .g-team__intro, .g-hero--page .g-hero__actions, .col-xxl-7, .p-loyalty .g-hero__actions, .g-content--single-block .g-content__primary, .g-content--single-block .g-total-care-list-single__primary, .g-hero__actions--affinity, .g-hero__actions--partnership, .c-filters__secondary-primary, .col-xxl-6, .g-content__primary--text,
.g-content__secondary--text, .g-content--bg-image .g-content__secondary, .g-content--bg-image .g-content__primary, .g-content--bg-image .g-total-care-list-single__primary, .g-content--centred .g-content__primary, .g-content--centred .g-total-care-list-single__primary,
.g-content--centred .g-content__secondary,
.g-content--centred .g-content__header, .g-content--contain .g-content__primary--text,
.g-content--contain .g-content__secondary--text, .g-hero--guide .g-hero__actions, .g-hero--generic .g-hero__actions, .c-filters__secondary, .c-hero-aside__content, .g-contact-form__container, .col-xxl-5, .g-content--offset .g-content__secondary, .g-content--content-featured-bg .g-content__primary, .g-content--content-featured-bg .g-total-care-list-single__primary, .g-hero__actions, .c-filters__secondary-secondary, .col-xxl-4, .g-content__primary--aside,
.g-content__secondary--aside, .col-xxl-3, .p-review-article .g-news-sidebar,
.p-review-articles .g-news-sidebar, .p-newsarticle .g-news-sidebar, .g-guide-index-list .c-list-index__item, .g-car-cards .c-card-car, .c-filters__tertiary, .c-filters__primary, .col-xxl-2, .g-team .c-team-card, .col-xxl-1, .g-badges--stacked .c-badge, .col-xl,
.col-xl-auto, .col-xl-12, .g-trustpilot--sidebar .c-trustpilot-review, .g-hero--van .g-hero__actions, .g-footer-contact .c-footer-address-group--with-additionals, .col-xl-11, .col-xl-10, .g-hero--page .g-hero__actions, .c-quick-model-lookup__options, .col-xl-9, .p-news .g-news-main, .c-content-block__text, .c-content-block--reading .c-content-block__text, .g-quote-overview__secondary, .g-quote-summary__secondary, .col-xl-8, .p-review-article .g-news-main,
.p-review-articles .g-news-main, .p-newsarticle .g-news-main, .c-content-block--team .c-content-block__text, .p-loyalty .g-hero__actions, .g-content--single-block .g-content__primary, .g-content--single-block .g-total-care-list-single__primary, .g-content--centred .g-content__primary--wide,
.g-content--centred .g-content__secondary--wide,
.g-content--centred .g-content__header--wide, .g-ar-contact__form, .g-quote__item--agreement,
.g-quote__item--terms-conditions, .g-hero__actions--partnership, .col-xl-7, .g-content--content-featured-bg .g-content__primary, .g-content--content-featured-bg .g-total-care-list-single__primary, .g-content--centred .g-content__primary, .g-content--centred .g-total-care-list-single__primary,
.g-content--centred .g-content__secondary,
.g-content--centred .g-content__header, .g-advert__primary, .g-hero__actions--affinity, .g-hero--guide .g-hero__actions, .g-hero--generic .g-hero__actions, .col-xl-6, .p-specialist-leasing .g-car-cards .c-card-car, .c-content-block--charities .c-content-block__text, .c-content-block--charities .c-content-block__media, .c-content-block--satisfaction .c-content-block__text, .c-content-block--satisfaction .c-content-block__media, .c-content-block--select .c-content-block__text, .c-content-block--select .c-content-block__media, .g-contact-us__form, .g-contact-us__addresses, .g-news-articles__main .c-news-card, .g-ar-contact--mega .g-ar-contact__form, .g-hero__actions, .g-footer-contact .c-form-contact-footer, .c-tabs__search, .c-tabs__secondary, .c-tabs__primary, .col-xl-5, .g-content__primary--aside,
.g-content__secondary--aside, .g-footer-contact .c-footer-address-group, .c-ev-fuel-tax-calculator__primary, .c-filters__secondary, .col-xl-4, .p-review-article .g-news-sidebar,
.p-review-articles .g-news-sidebar, .p-newsarticle .g-news-sidebar, .c-content-block__media-item, .g-contact-us__ar, .p-loyalty .g-signposts, .g-advert__secondary, .g-features--medium .c-feature, .c-filters__primary, .c-review-card--latest, .col-xl-3, .p-news .g-news-sidebar, .c-content-block__media, .g-ar-contact--mega .g-ar-contact__img, .g-quote-overview__primary, .g-quote-summary__primary, .g-advert__counter, .g-latest-news .c-news-card, .g-tiled-banners--4 .c-tiled-banner, .g-features--small .c-feature, .c-filters__tertiary, .c-review-card, .col-xl-2, .g-features--extra-small .c-feature, .c-quick-model-lookup__title-block, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .g-trustpilot--sidebar .c-trustpilot-review, .g-hero--page .g-hero__actions, .g-hero--van .g-hero__actions, .c-tabs__search, .c-tabs__secondary, .c-tabs__primary, .col-lg-11, .col-lg-10, .c-content-block--reading .c-content-block__text, .g-content--centred .g-content__primary--wide,
.g-content--centred .g-content__secondary--wide,
.g-content--centred .g-content__header--wide, .c-list-featured, .col-lg-9, .g-content--single-block .g-content__primary, .g-content--single-block .g-total-care-list-single__primary, .g-hero__actions--partnership, .g-hero--guide .g-hero__actions, .g-hero--generic .g-hero__actions, .col-lg-8, .p-review-article .g-news-main,
.p-review-articles .g-news-main, .p-news .g-news-main, .p-newsarticle .g-news-main, .g-content--content-featured-bg .g-content__primary, .g-content--content-featured-bg .g-total-care-list-single__primary, .g-content--centred .g-content__primary, .g-content--centred .g-total-care-list-single__primary,
.g-content--centred .g-content__secondary,
.g-content--centred .g-content__header, .g-quote-overview__secondary, .g-quote-summary__secondary, .g-footer .g-footer-links, .c-modal-enquire__intro, .c-cookies__text, .col-lg-7, .p-loyalty .g-hero__actions, .g-hero__actions--affinity, .g-hero__actions, .col-lg-6, .p-specialist-leasing .g-car-cards .c-card-car, .p-leasing-broker-federation .g-content__primary, .p-leasing-broker-federation .g-total-care-list-single__primary,
.p-leasing-broker-federation .g-content__secondary, .g-content__primary, .g-total-care-list-single__primary,
.g-content__secondary, .g-content--bleed .g-content__primary, .g-content--bleed .g-total-care-list-single__primary,
.g-content--bleed .g-content__secondary, .g-ar-contact__form, .g-advert__primary, .g-list-ticks-featured__group, .g-team--lead .g-team__intro, .g-footer-contact .c-form-contact-footer, .col-lg-5, .p-loyalty .g-signposts, .g-ar-contact--mega .g-ar-contact__form, .g-advert__secondary, .g-hero__aside--affinity, .c-filters__secondary, .col-lg-4, .p-review-article .g-news-sidebar,
.p-review-articles .g-news-sidebar, .p-news .g-news-sidebar, .p-newsarticle .g-news-sidebar, .g-guide-index-list .c-list-index__item, .g-content--three-up .g-content__item, .g-ar-contact--mega .g-ar-contact__img, .g-quote-overview__primary, .g-quote-summary__primary, .g-guide-cards__items .c-guide-card, .g-generic-cards__items .c-generic-card, .g-car-cards .c-card-car, .g-footer .c-footer-contact, .c-modal-enquire__image, .c-cookies__actions, .c-filters__primary, .c-review-card, .col-lg-3, .g-ar-contact--mega .g-ar-contact__address, .g-total-care-signposts .c-total-care-signpost, .g-signposts--4 .c-signpost, .g-team .c-team-card, .g-team--lead .c-team-card, .c-badge, .c-filters__tertiary, .c-card__section, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .p-review-article .g-news-sidebar,
.p-review-articles .g-news-sidebar, .p-review-article .g-news-main,
.p-review-articles .g-news-main, .p-newsarticle .g-news-sidebar, .p-newsarticle .g-news-main, .g-content--centred .g-content__primary--wide,
.g-content--centred .g-content__secondary--wide,
.g-content--centred .g-content__header--wide, .g-ar-contact--mega .g-ar-contact__img, .g-trustpilot--sidebar .c-trustpilot-review, .g-hero__aside--affinity, .g-hero__actions--affinity, .g-hero--guide .g-hero__actions, .g-hero--generic .g-hero__actions, .g-hero--page .g-hero__actions, .g-hero--van .g-hero__actions, .g-footer-contact .c-footer-address-group--with-additionals, .col-md-11, .c-content-block--reading .c-content-block__text, .col-md-10, .c-content-block--team .c-content-block__text, .g-content--content-featured-bg .g-content__primary, .g-content--content-featured-bg .g-total-care-list-single__primary, .g-content--centred .g-content__primary, .g-content--centred .g-total-care-list-single__primary,
.g-content--centred .g-content__secondary,
.g-content--centred .g-content__header, .g-quote__item--agreement,
.g-quote__item--terms-conditions, .col-md-9, .g-hero__actions, .c-quick-model-lookup__options, .col-md-8, .g-faqs__content, .g-ar-contact__form, .g-quote__main, .g-cta__primary, .col-md-7, .p-news .g-news-main, .g-ar-contact--mega .g-ar-contact__form, .g-footer-contact .c-form-contact-footer, .c-cookies__text, .col-md-6, .c-content-block__text, .c-content-block__media-item, .c-content-block__media, .g-inspection__secondary, .g-inspection__primary, .g-guide-index-list .c-list-index__item, .g-total-care-list-mixed__secondary, .g-total-care-list-mixed__primary, .g-total-care-content__secondary, .g-total-care-content__primary, .g-advert__counter, .g-tiled-banners--4 .c-tiled-banner, .g-tiled-banners--2 .c-tiled-banner, .g-total-care-signposts .c-total-care-signpost, .g-signposts--4 .c-signpost, .g-signposts--2 .c-signpost, .g-team--lead .c-team-card, .g-guide-cards__items .c-guide-card, .g-generic-cards__items .c-generic-card, .modal .c-list-table--primary, .modal .c-list-table--secondary, .c-tabs__search, .c-tabs__secondary, .c-tabs__primary, .col-md-5, .p-news .g-news-sidebar, .g-ar-contact--mega .g-ar-contact__address, .c-cookies__actions, .c-filters__secondary, .col-md-4, .g-faqs__menu, .g-quote__sidebar, .g-tiled-banners--3 .c-tiled-banner, .g-signposts--3 .c-signpost, .g-cta__secondary, .g-team .c-team-card, .g-footer-contact .c-footer-address-group, .c-badge, .c-filters__primary, .c-primary-cta__alternative, .col-md-3, .g-badges--jumbo .c-badge, .c-filters__tertiary, .c-quick-model-lookup__title-block, .col-md-2, .g-badges--stacked .c-badge, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .g-hero__actions--affinity, .g-hero--guide .g-hero__actions, .g-hero--generic .g-hero__actions, .g-hero--page .g-hero__actions, .g-hero--van .g-hero__actions, .col-sm-11, .col-sm-10, .g-hero__actions, .col-sm-9, .col-sm-8, .col-sm-7, .g-ar-contact--mega .g-ar-contact__img, .col-sm-6, .g-deal-options__form .b-form-group, .g-deal-options__form .c-form-contact-footer__form-group, .g-deal-options__form .c-search__form-group, .g-deal-options__form .c-ar-contact-form__form-group, .g-deal-options__form .c-tabs__search, .g-features .c-feature, .g-team .c-team-card, .g-car-cards .c-card-car, .col-sm-5, .g-ar-contact--mega .g-ar-contact__address, .col-sm-4, .p-a-plan .g-features .c-feature, .g-badges--stacked .c-badge, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .p-review-article .g-news-sidebar,
.p-review-articles .g-news-sidebar, .p-review-article .g-news-main,
.p-review-articles .g-news-main, .p-a-plan .g-features .c-feature, .p-news .g-news-sidebar, .p-news .g-news-main, .p-newsarticle .g-news-sidebar, .p-newsarticle .g-news-main, .p-customer-reviews .g-advert__primary, .p-specialist-leasing .c-secondary-cta .c-search__form-group, .c-content-block__text, .c-content-block__media, .g-contact-us__ar, .g-contact-us__form, .g-contact-us__addresses, .p-leasing-broker-federation .g-content__primary, .p-leasing-broker-federation .g-total-care-list-single__primary,
.p-leasing-broker-federation .g-content__secondary, .p-leasing-broker-federation .g-content__header, .p-leasing-broker-federation .g-hero__actions, .p-affinity .g-signposts--panels .c-signpost, .g-inspection__secondary, .g-inspection__primary, .g-faqs__content, .g-faqs__menu, .g-guide-index-list .c-list-index__item, .g-total-care-list-mixed__primary,
.g-total-care-list-mixed__secondary, .g-total-care-content__primary,
.g-total-care-content__secondary, .g-content__vehicle-stack, .g-content__primary, .g-total-care-list-single__primary,
.g-content__secondary, .g-content__header, .g-content--single-block .g-content__primary, .g-content--single-block .g-total-care-list-single__primary, .g-content--three-up .g-content__item, .g-content--footnotes .g-content__primary, .g-content--footnotes .g-total-care-list-single__primary, .g-content--content-featured-bg .g-content__primary, .g-content--content-featured-bg .g-total-care-list-single__primary, .g-content--centred .g-content__primary, .g-content--centred .g-total-care-list-single__primary,
.g-content--centred .g-content__secondary,
.g-content--centred .g-content__header, .g-content--bleed .g-content__primary, .g-content--bleed .g-total-care-list-single__primary,
.g-content--bleed .g-content__secondary, .g-news-articles__main .c-news-card, .g-order__secondary, .g-order__primary, .g-ar-contact--mega .g-ar-contact__img, .g-ar-contact--mega .g-ar-contact__form, .g-ar-contact__form, .g-ar-contact--mega .g-ar-contact__address, .g-form__footer, .g-quote-overview__secondary, .g-quote-overview__primary, .g-quote-summary__secondary, .g-quote-summary__primary, .g-quote__main, .g-quote__sidebar, .g-deal-options__form .b-form-group, .g-deal-options__form .c-form-contact-footer__form-group, .g-deal-options__form .c-search__form-group, .g-deal-options__form .c-ar-contact-form__form-group, .g-deal-options__form .c-tabs__search, .g-deal-options__form .g-deal-options__enquire, .g-advert__counter, .g-advert__secondary, .g-advert__primary, .g-latest-news .c-news-card, .g-trustpilot--sidebar .c-trustpilot-review, .g-tiled-banners .c-tiled-banner, .g-important-info__wrap, .g-total-care-signposts__heading,
.g-total-care-signposts__subheading, .g-total-care-signposts .c-total-care-signpost, .g-features .c-feature, .g-search__budget .g-search__link, .g-signposts .c-signpost, .g-signposts .g-signposts__heading, .g-derivatives__table, .g-cta__lead, .g-cta__heading, .g-cta__secondary, .g-cta__primary, .g-team .c-team-card, .g-team .g-team__intro, .g-team--lead .g-team__intro, .g-guide-cards__items .c-guide-card, .g-guide-cards__intro, .g-generic-cards__items .c-generic-card, .g-generic-cards__intro, .g-car-cards__heading,
.g-car-cards__subheading, .g-car-cards .alert, .g-car-cards .g-deal-equipment__alert, .g-car-cards .c-card-car, .g-hero__actions, .g-hero--page .g-hero__actions, .g-hero--content .g-hero__actions, .g-hero--van .g-hero__actions, .g-footer-contact .c-footer-address-group, .g-footer-contact .c-form-contact-footer, .g-footer .c-footer-contact,
.g-footer .c-footer-logos,
.g-footer .c-footer-social,
.g-footer .c-footer-phone,
.g-footer .c-footer-copyright, .c-ev-fuel-tax-calculator__primary, .c-ev-fuel-tax-calculator__information, .c-ev-fuel-tax-calculator, .c-vehicle-thumb, .c-list-featured-fancy, .modal .c-list-table--primary, .modal .c-list-table--secondary, .c-tabs__search, .c-tabs__secondary, .c-tabs__primary, .c-tabs__full, .c-opening-hours__content, .c-modal-enquire__image, .c-modal-enquire__intro, .c-survey-question, .c-cookies__text, .c-filters__tertiary, .c-filters__secondary-secondary, .c-filters__secondary-primary, .c-quick-model-lookup__options, .c-quick-model-lookup__title-block, .c-review-card, .c-team-card__wrap, .c-secondary-cta .c-search__form-group--submit, .c-primary-cta__action, .c-primary-cta__description, .c-primary-cta__heading, .c-form-simple, .c-footer-select-logos, .c-footer-horizontal-links__list, .c-footer-horizontal-links, .c-footer-links__heading, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .p-bodytypes .c-filter-triggers__primary,
.p-bodytypes .c-filter-triggers__secondary, .g-search__bodytype .c-badge, .g-badges--jumbo .c-badge, .c-badge, .c-filters__secondary, .c-filters__primary, .c-filters__trigger, .c-card__section, .c-secondary-cta .c-search__form-group, .col-5, .col-4, .c-content-block__media-item, .col-3, .g-search__reveal .g-search__link, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

/* line 648, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

/* line 654, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

/* line 659, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

/* line 664, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

/* line 669, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

/* line 674, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

/* line 679, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

/* line 684, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

/* line 690, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%; }

/* line 695, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%; }

/* line 700, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.col-3, .g-search__reveal .g-search__link {
  flex: 0 0 25%;
  max-width: 25%; }

/* line 705, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.col-4, .c-content-block__media-item {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%; }

/* line 710, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%; }

/* line 715, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.col-6, .p-bodytypes .c-filter-triggers__primary,
.p-bodytypes .c-filter-triggers__secondary, .g-search__bodytype .c-badge, .g-badges--jumbo .c-badge, .c-badge, .c-filters__secondary, .c-filters__primary, .c-filters__trigger, .c-card__section, .c-secondary-cta .c-search__form-group {
  flex: 0 0 50%;
  max-width: 50%; }

/* line 721, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%; }

/* line 726, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%; }

/* line 731, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

/* line 736, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%; }

/* line 741, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%; }

/* line 746, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.col-12, .p-review-article .g-news-sidebar,
.p-review-articles .g-news-sidebar, .p-review-article .g-news-main,
.p-review-articles .g-news-main, .p-a-plan .g-features .c-feature, .p-news .g-news-sidebar, .p-news .g-news-main, .p-newsarticle .g-news-sidebar, .p-newsarticle .g-news-main, .p-customer-reviews .g-advert__primary, .p-specialist-leasing .c-secondary-cta .c-search__form-group, .c-content-block__text, .c-content-block__media, .g-contact-us__ar, .g-contact-us__form, .g-contact-us__addresses, .p-leasing-broker-federation .g-content__primary, .p-leasing-broker-federation .g-total-care-list-single__primary,
.p-leasing-broker-federation .g-content__secondary, .p-leasing-broker-federation .g-content__header, .p-leasing-broker-federation .g-hero__actions, .p-affinity .g-signposts--panels .c-signpost, .g-inspection__secondary, .g-inspection__primary, .g-faqs__content, .g-faqs__menu, .g-guide-index-list .c-list-index__item, .g-total-care-list-mixed__primary,
.g-total-care-list-mixed__secondary, .g-total-care-content__primary,
.g-total-care-content__secondary, .g-content__vehicle-stack, .g-content__primary, .g-total-care-list-single__primary,
.g-content__secondary, .g-content__header, .g-content--single-block .g-content__primary, .g-content--single-block .g-total-care-list-single__primary, .g-content--three-up .g-content__item, .g-content--footnotes .g-content__primary, .g-content--footnotes .g-total-care-list-single__primary, .g-content--content-featured-bg .g-content__primary, .g-content--content-featured-bg .g-total-care-list-single__primary, .g-content--centred .g-content__primary, .g-content--centred .g-total-care-list-single__primary,
.g-content--centred .g-content__secondary,
.g-content--centred .g-content__header, .g-content--bleed .g-content__primary, .g-content--bleed .g-total-care-list-single__primary,
.g-content--bleed .g-content__secondary, .g-news-articles__main .c-news-card, .g-order__secondary, .g-order__primary, .g-ar-contact--mega .g-ar-contact__img, .g-ar-contact--mega .g-ar-contact__form, .g-ar-contact__form, .g-ar-contact--mega .g-ar-contact__address, .g-form__footer, .g-quote-overview__secondary, .g-quote-overview__primary, .g-quote-summary__secondary, .g-quote-summary__primary, .g-quote__main, .g-quote__sidebar, .g-deal-options__form .b-form-group, .g-deal-options__form .c-form-contact-footer__form-group, .g-deal-options__form .c-search__form-group, .g-deal-options__form .c-ar-contact-form__form-group, .g-deal-options__form .g-deal-options__enquire, .g-advert__counter, .g-advert__secondary, .g-advert__primary, .g-latest-news .c-news-card, .g-trustpilot--sidebar .c-trustpilot-review, .g-tiled-banners .c-tiled-banner, .g-important-info__wrap, .g-total-care-signposts__heading,
.g-total-care-signposts__subheading, .g-total-care-signposts .c-total-care-signpost, .g-features .c-feature, .g-search__budget .g-search__link, .g-signposts .c-signpost, .g-signposts .g-signposts__heading, .g-derivatives__table, .g-cta__lead, .g-cta__heading, .g-cta__secondary, .g-cta__primary, .g-team .c-team-card, .g-team .g-team__intro, .g-team--lead .g-team__intro, .g-guide-cards__items .c-guide-card, .g-guide-cards__intro, .g-generic-cards__items .c-generic-card, .g-generic-cards__intro, .g-car-cards__heading,
.g-car-cards__subheading, .g-car-cards .alert, .g-car-cards .g-deal-equipment__alert, .g-car-cards .c-card-car, .g-hero__actions, .g-hero--page .g-hero__actions, .g-hero--content .g-hero__actions, .g-hero--van .g-hero__actions, .g-footer-contact .c-footer-address-group, .g-footer-contact .c-form-contact-footer, .g-footer .c-footer-contact,
.g-footer .c-footer-logos,
.g-footer .c-footer-social,
.g-footer .c-footer-phone,
.g-footer .c-footer-copyright, .c-ev-fuel-tax-calculator__primary, .c-ev-fuel-tax-calculator__information, .c-ev-fuel-tax-calculator, .c-vehicle-thumb, .c-list-featured-fancy, .modal .c-list-table--primary, .modal .c-list-table--secondary, .c-tabs__search, .c-tabs__secondary, .c-tabs__primary, .c-tabs__full, .c-opening-hours__content, .c-modal-enquire__image, .c-modal-enquire__intro, .c-survey-question, .c-cookies__text, .c-filters__tertiary, .c-filters__secondary-secondary, .c-filters__secondary-primary, .c-quick-model-lookup__options, .c-quick-model-lookup__title-block, .c-review-card, .c-team-card__wrap, .c-secondary-cta .c-search__form-group--submit, .c-primary-cta__alternative, .c-primary-cta__action, .c-primary-cta__description, .c-primary-cta__heading, .c-form-simple, .c-footer-select-logos, .c-footer-horizontal-links__list, .c-footer-horizontal-links, .c-footer-links__heading {
  flex: 0 0 100%;
  max-width: 100%; }

/* line 766, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.order-first {
  order: -1; }

/* line 770, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.order-last {
  order: 13; }

/* line 774, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.order-0 {
  order: 0; }

/* line 778, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.order-1, .g-footer .c-footer-contact {
  order: 1; }

/* line 782, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.order-2, .g-footer .g-footer-links {
  order: 2; }

/* line 786, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.order-3, .g-footer .c-footer-horizontal-links {
  order: 3; }

/* line 790, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.order-4, .g-footer .c-footer-select-logos {
  order: 4; }

/* line 794, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.order-5 {
  order: 5; }

/* line 798, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.order-6, .g-footer .c-footer-copyright {
  order: 6; }

/* line 802, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.order-7 {
  order: 7; }

/* line 806, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.order-8 {
  order: 8; }

/* line 810, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.order-9 {
  order: 9; }

/* line 814, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.order-10 {
  order: 10; }

/* line 818, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.order-11 {
  order: 11; }

/* line 822, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.order-12 {
  order: 12; }

/* line 826, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.offset-1 {
  margin-left: 8.33333333%; }

/* line 830, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.offset-2 {
  margin-left: 16.66666667%; }

/* line 834, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.offset-3 {
  margin-left: 25%; }

/* line 838, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.offset-4 {
  margin-left: 33.33333333%; }

/* line 842, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.offset-5 {
  margin-left: 41.66666667%; }

/* line 846, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.offset-6 {
  margin-left: 50%; }

/* line 850, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.offset-7 {
  margin-left: 58.33333333%; }

/* line 854, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.offset-8 {
  margin-left: 66.66666667%; }

/* line 858, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.offset-9 {
  margin-left: 75%; }

/* line 862, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.offset-10 {
  margin-left: 83.33333333%; }

/* line 866, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.offset-11 {
  margin-left: 91.66666667%; }

@media (min-width: 576px) {
  /* line 871, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  /* line 876, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 880, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 884, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  /* line 888, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 892, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  /* line 896, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  /* line 900, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 905, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }

  /* line 909, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }

  /* line 913, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 917, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-sm-4, .p-a-plan .g-features .c-feature, .g-badges--stacked .c-badge {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }

  /* line 921, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-sm-5, .g-ar-contact--mega .g-ar-contact__address {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }

  /* line 925, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-sm-6, .g-deal-options__form .b-form-group, .g-deal-options__form .c-form-contact-footer__form-group, .g-deal-options__form .c-search__form-group, .g-deal-options__form .c-ar-contact-form__form-group, .g-deal-options__form .c-tabs__search, .g-features .c-feature, .g-team .c-team-card, .g-car-cards .c-card-car {
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 929, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-sm-7, .g-ar-contact--mega .g-ar-contact__img {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }

  /* line 933, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }

  /* line 937, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 941, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-sm-10, .g-hero__actions {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }

  /* line 945, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }

  /* line 949, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-sm-12, .g-hero__actions--affinity, .g-hero--guide .g-hero__actions, .g-hero--generic .g-hero__actions, .g-hero--page .g-hero__actions, .g-hero--van .g-hero__actions, .c-hero-aside__content, .g-contact-form__container {
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 953, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-sm-first {
    order: -1; }

  /* line 956, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-sm-last {
    order: 13; }

  /* line 959, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-sm-0 {
    order: 0; }

  /* line 962, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-sm-1 {
    order: 1; }

  /* line 965, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-sm-2 {
    order: 2; }

  /* line 968, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-sm-3 {
    order: 3; }

  /* line 971, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-sm-4 {
    order: 4; }

  /* line 974, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-sm-5 {
    order: 5; }

  /* line 977, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-sm-6 {
    order: 6; }

  /* line 980, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-sm-7 {
    order: 7; }

  /* line 983, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-sm-8 {
    order: 8; }

  /* line 986, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-sm-9 {
    order: 9; }

  /* line 989, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-sm-10 {
    order: 10; }

  /* line 992, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-sm-11 {
    order: 11; }

  /* line 995, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-sm-12 {
    order: 12; }

  /* line 998, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-sm-0 {
    margin-left: 0; }

  /* line 1001, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%; }

  /* line 1004, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%; }

  /* line 1007, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-sm-3 {
    margin-left: 25%; }

  /* line 1010, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%; }

  /* line 1013, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%; }

  /* line 1016, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-sm-6 {
    margin-left: 50%; }

  /* line 1019, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%; }

  /* line 1022, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%; }

  /* line 1025, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-sm-9 {
    margin-left: 75%; }

  /* line 1028, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%; }

  /* line 1031, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 768px) {
  /* line 1036, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  /* line 1041, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1045, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 1049, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  /* line 1053, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 1057, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  /* line 1061, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  /* line 1065, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 1070, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }

  /* line 1074, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-md-2, .g-badges--stacked .c-badge {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }

  /* line 1078, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-md-3, .g-badges--jumbo .c-badge, .c-filters__tertiary, .c-quick-model-lookup__title-block {
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 1082, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-md-4, .g-faqs__menu, .g-quote__sidebar, .g-tiled-banners--3 .c-tiled-banner, .g-signposts--3 .c-signpost, .g-cta__secondary, .g-team .c-team-card, .g-footer-contact .c-footer-address-group, .c-badge, .c-filters__primary, .c-primary-cta__alternative {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }

  /* line 1086, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-md-5, .p-news .g-news-sidebar, .g-ar-contact--mega .g-ar-contact__address, .c-cookies__actions, .c-filters__secondary {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }

  /* line 1090, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-md-6, .c-content-block__text, .c-content-block__media-item, .c-content-block__media, .g-inspection__secondary, .g-inspection__primary, .g-guide-index-list .c-list-index__item, .g-total-care-list-mixed__secondary, .g-total-care-list-mixed__primary, .g-total-care-content__secondary, .g-total-care-content__primary, .g-advert__counter, .g-tiled-banners--4 .c-tiled-banner, .g-tiled-banners--2 .c-tiled-banner, .g-total-care-signposts .c-total-care-signpost, .g-signposts--4 .c-signpost, .g-signposts--2 .c-signpost, .g-team--lead .c-team-card, .g-guide-cards__items .c-guide-card, .g-generic-cards__items .c-generic-card, .modal .c-list-table--primary, .modal .c-list-table--secondary, .c-tabs__search, .c-tabs__secondary, .c-tabs__primary {
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 1094, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-md-7, .p-news .g-news-main, .g-ar-contact--mega .g-ar-contact__form, .g-footer-contact .c-form-contact-footer, .c-cookies__text {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }

  /* line 1098, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-md-8, .g-faqs__content, .g-ar-contact__form, .g-quote__main, .g-cta__primary {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }

  /* line 1102, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-md-9, .g-hero__actions, .c-quick-model-lookup__options {
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 1106, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-md-10, .c-content-block--team .c-content-block__text, .g-content--content-featured-bg .g-content__primary, .g-content--content-featured-bg .g-total-care-list-single__primary, .g-content--centred .g-content__primary, .g-content--centred .g-total-care-list-single__primary,
  .g-content--centred .g-content__secondary,
  .g-content--centred .g-content__header, .g-quote__item--agreement,
  .g-quote__item--terms-conditions {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }

  /* line 1113, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-md-11, .c-content-block--reading .c-content-block__text {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }

  /* line 1117, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-md-12, .p-review-article .g-news-sidebar,
  .p-review-articles .g-news-sidebar, .p-review-article .g-news-main,
  .p-review-articles .g-news-main, .p-newsarticle .g-news-sidebar, .p-newsarticle .g-news-main, .g-content--centred .g-content__primary--wide,
  .g-content--centred .g-content__secondary--wide,
  .g-content--centred .g-content__header--wide, .g-ar-contact--mega .g-ar-contact__img, .g-trustpilot--sidebar .c-trustpilot-review, .g-hero__aside--affinity, .g-hero__actions--affinity, .g-hero--guide .g-hero__actions, .g-hero--generic .g-hero__actions, .g-hero--page .g-hero__actions, .g-hero--van .g-hero__actions, .g-footer-contact .c-footer-address-group--with-additionals, .c-hero-aside__content, .g-contact-form__container {
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1125, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-md-first {
    order: -1; }

  /* line 1128, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-md-last {
    order: 13; }

  /* line 1131, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-md-0 {
    order: 0; }

  /* line 1134, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-md-1 {
    order: 1; }

  /* line 1137, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-md-2 {
    order: 2; }

  /* line 1140, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-md-3 {
    order: 3; }

  /* line 1143, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-md-4 {
    order: 4; }

  /* line 1146, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-md-5 {
    order: 5; }

  /* line 1149, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-md-6 {
    order: 6; }

  /* line 1152, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-md-7 {
    order: 7; }

  /* line 1155, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-md-8 {
    order: 8; }

  /* line 1158, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-md-9 {
    order: 9; }

  /* line 1161, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-md-10 {
    order: 10; }

  /* line 1164, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-md-11 {
    order: 11; }

  /* line 1167, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-md-12 {
    order: 12; }

  /* line 1170, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-md-0, .g-ar-contact--mega .g-ar-contact__form {
    margin-left: 0; }

  /* line 1173, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-md-1, .c-content-block--reading .c-content-block__text, .g-quote__item--agreement,
  .g-quote__item--terms-conditions, .g-footer-contact .c-footer-address-group {
    margin-left: 8.33333333%; }

  /* line 1177, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-md-2, .g-ar-contact__form {
    margin-left: 16.66666667%; }

  /* line 1180, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-md-3 {
    margin-left: 25%; }

  /* line 1183, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-md-4 {
    margin-left: 33.33333333%; }

  /* line 1186, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-md-5 {
    margin-left: 41.66666667%; }

  /* line 1189, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-md-6 {
    margin-left: 50%; }

  /* line 1192, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-md-7 {
    margin-left: 58.33333333%; }

  /* line 1195, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-md-8 {
    margin-left: 66.66666667%; }

  /* line 1198, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-md-9 {
    margin-left: 75%; }

  /* line 1201, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-md-10 {
    margin-left: 83.33333333%; }

  /* line 1204, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-md-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 992px) {
  /* line 1209, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  /* line 1214, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1218, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 1222, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  /* line 1226, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 1230, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  /* line 1234, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  /* line 1238, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 1243, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }

  /* line 1247, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }

  /* line 1251, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-lg-3, .g-ar-contact--mega .g-ar-contact__address, .g-total-care-signposts .c-total-care-signpost, .g-signposts--4 .c-signpost, .g-team .c-team-card, .g-team--lead .c-team-card, .c-badge, .c-filters__tertiary, .c-card__section {
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 1255, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-lg-4, .p-review-article .g-news-sidebar,
  .p-review-articles .g-news-sidebar, .p-news .g-news-sidebar, .p-newsarticle .g-news-sidebar, .g-guide-index-list .c-list-index__item, .g-content--three-up .g-content__item, .g-ar-contact--mega .g-ar-contact__img, .g-quote-overview__primary, .g-quote-summary__primary, .g-guide-cards__items .c-guide-card, .g-generic-cards__items .c-generic-card, .g-car-cards .c-card-car, .g-footer .c-footer-contact, .c-modal-enquire__image, .c-cookies__actions, .c-filters__primary, .c-review-card {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }

  /* line 1260, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-lg-5, .p-loyalty .g-signposts, .g-ar-contact--mega .g-ar-contact__form, .g-advert__secondary, .g-hero__aside--affinity, .c-filters__secondary {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }

  /* line 1264, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-lg-6, .p-specialist-leasing .g-car-cards .c-card-car, .p-leasing-broker-federation .g-content__primary, .p-leasing-broker-federation .g-total-care-list-single__primary,
  .p-leasing-broker-federation .g-content__secondary, .g-content__primary, .g-total-care-list-single__primary,
  .g-content__secondary, .g-content--bleed .g-content__primary, .g-content--bleed .g-total-care-list-single__primary,
  .g-content--bleed .g-content__secondary, .g-ar-contact__form, .g-advert__primary, .g-list-ticks-featured__group, .g-team--lead .g-team__intro, .g-footer-contact .c-form-contact-footer {
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 1271, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-lg-7, .p-loyalty .g-hero__actions, .g-hero__actions--affinity, .g-hero__actions {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }

  /* line 1275, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-lg-8, .p-review-article .g-news-main,
  .p-review-articles .g-news-main, .p-news .g-news-main, .p-newsarticle .g-news-main, .g-content--content-featured-bg .g-content__primary, .g-content--content-featured-bg .g-total-care-list-single__primary, .g-content--centred .g-content__primary, .g-content--centred .g-total-care-list-single__primary,
  .g-content--centred .g-content__secondary,
  .g-content--centred .g-content__header, .g-quote-overview__secondary, .g-quote-summary__secondary, .g-footer .g-footer-links, .c-modal-enquire__intro, .c-cookies__text {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }

  /* line 1282, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-lg-9, .g-content--single-block .g-content__primary, .g-content--single-block .g-total-care-list-single__primary, .g-hero__actions--partnership, .g-hero--guide .g-hero__actions, .g-hero--generic .g-hero__actions, .c-hero-aside__content, .g-contact-form__container {
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 1286, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-lg-10, .c-content-block--reading .c-content-block__text, .g-content--centred .g-content__primary--wide,
  .g-content--centred .g-content__secondary--wide,
  .g-content--centred .g-content__header--wide, .c-list-featured {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }

  /* line 1292, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }

  /* line 1296, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-lg-12, .g-trustpilot--sidebar .c-trustpilot-review, .g-hero--page .g-hero__actions, .g-hero--van .g-hero__actions, .c-tabs__search, .c-tabs__secondary, .c-tabs__primary {
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1300, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-lg-first {
    order: -1; }

  /* line 1303, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-lg-last {
    order: 13; }

  /* line 1306, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-lg-0 {
    order: 0; }

  /* line 1309, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-lg-1, .g-footer .g-footer-links {
    order: 1; }

  /* line 1312, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-lg-2, .g-footer .c-footer-contact {
    order: 2; }

  /* line 1315, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-lg-3 {
    order: 3; }

  /* line 1318, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-lg-4 {
    order: 4; }

  /* line 1321, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-lg-5 {
    order: 5; }

  /* line 1324, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-lg-6 {
    order: 6; }

  /* line 1327, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-lg-7 {
    order: 7; }

  /* line 1330, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-lg-8 {
    order: 8; }

  /* line 1333, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-lg-9 {
    order: 9; }

  /* line 1336, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-lg-10 {
    order: 10; }

  /* line 1339, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-lg-11 {
    order: 11; }

  /* line 1342, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-lg-12 {
    order: 12; }

  /* line 1345, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-lg-0 {
    margin-left: 0; }

  /* line 1348, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-lg-1, .g-advert__secondary, .g-footer-contact .c-form-contact-footer {
    margin-left: 8.33333333%; }

  /* line 1351, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-lg-2, .c-content-block--reading .c-content-block__text {
    margin-left: 16.66666667%; }

  /* line 1354, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-lg-3, .g-ar-contact__form {
    margin-left: 25%; }

  /* line 1357, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%; }

  /* line 1360, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%; }

  /* line 1363, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-lg-6 {
    margin-left: 50%; }

  /* line 1366, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%; }

  /* line 1369, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%; }

  /* line 1372, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-lg-9 {
    margin-left: 75%; }

  /* line 1375, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%; }

  /* line 1378, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 1200px) {
  /* line 1383, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  /* line 1388, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1392, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 1396, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  /* line 1400, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 1404, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  /* line 1408, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  /* line 1412, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 1417, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }

  /* line 1421, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xl-2, .g-features--extra-small .c-feature, .c-quick-model-lookup__title-block {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }

  /* line 1425, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xl-3, .p-news .g-news-sidebar, .c-content-block__media, .g-ar-contact--mega .g-ar-contact__img, .g-quote-overview__primary, .g-quote-summary__primary, .g-advert__counter, .g-latest-news .c-news-card, .g-tiled-banners--4 .c-tiled-banner, .g-features--small .c-feature, .c-filters__tertiary, .c-review-card {
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 1429, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xl-4, .p-review-article .g-news-sidebar,
  .p-review-articles .g-news-sidebar, .p-newsarticle .g-news-sidebar, .c-content-block__media-item, .g-contact-us__ar, .p-loyalty .g-signposts, .g-advert__secondary, .g-features--medium .c-feature, .c-filters__primary, .c-review-card--latest {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }

  /* line 1434, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xl-5, .g-content__primary--aside,
  .g-content__secondary--aside, .g-footer-contact .c-footer-address-group, .c-ev-fuel-tax-calculator__primary, .c-filters__secondary {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }

  /* line 1439, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xl-6, .p-specialist-leasing .g-car-cards .c-card-car, .c-content-block--charities .c-content-block__text, .c-content-block--charities .c-content-block__media, .c-content-block--satisfaction .c-content-block__text, .c-content-block--satisfaction .c-content-block__media, .c-content-block--select .c-content-block__text, .c-content-block--select .c-content-block__media, .g-contact-us__form, .g-contact-us__addresses, .g-news-articles__main .c-news-card, .g-ar-contact--mega .g-ar-contact__form, .g-hero__actions, .g-footer-contact .c-form-contact-footer, .c-tabs__search, .c-tabs__secondary, .c-tabs__primary {
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 1443, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xl-7, .g-content--content-featured-bg .g-content__primary, .g-content--content-featured-bg .g-total-care-list-single__primary, .g-content--centred .g-content__primary, .g-content--centred .g-total-care-list-single__primary,
  .g-content--centred .g-content__secondary,
  .g-content--centred .g-content__header, .g-advert__primary, .g-hero__actions--affinity, .g-hero--guide .g-hero__actions, .g-hero--generic .g-hero__actions, .c-hero-aside__content, .g-contact-form__container {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }

  /* line 1449, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xl-8, .p-review-article .g-news-main,
  .p-review-articles .g-news-main, .p-newsarticle .g-news-main, .c-content-block--team .c-content-block__text, .p-loyalty .g-hero__actions, .g-content--single-block .g-content__primary, .g-content--single-block .g-total-care-list-single__primary, .g-content--centred .g-content__primary--wide,
  .g-content--centred .g-content__secondary--wide,
  .g-content--centred .g-content__header--wide, .g-ar-contact__form, .g-quote__item--agreement,
  .g-quote__item--terms-conditions, .g-hero__actions--partnership {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }

  /* line 1457, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xl-9, .p-news .g-news-main, .c-content-block__text, .c-content-block--reading .c-content-block__text, .g-quote-overview__secondary, .g-quote-summary__secondary {
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 1461, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xl-10, .g-hero--page .g-hero__actions, .c-quick-model-lookup__options {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }

  /* line 1465, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }

  /* line 1469, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xl-12, .g-trustpilot--sidebar .c-trustpilot-review, .g-hero--van .g-hero__actions, .g-footer-contact .c-footer-address-group--with-additionals {
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1473, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xl-first {
    order: -1; }

  /* line 1476, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xl-last {
    order: 13; }

  /* line 1479, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xl-0 {
    order: 0; }

  /* line 1482, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xl-1 {
    order: 1; }

  /* line 1485, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xl-2 {
    order: 2; }

  /* line 1488, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xl-3 {
    order: 3; }

  /* line 1491, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xl-4 {
    order: 4; }

  /* line 1494, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xl-5 {
    order: 5; }

  /* line 1497, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xl-6 {
    order: 6; }

  /* line 1500, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xl-7 {
    order: 7; }

  /* line 1503, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xl-8 {
    order: 8; }

  /* line 1506, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xl-9 {
    order: 9; }

  /* line 1509, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xl-10 {
    order: 10; }

  /* line 1512, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xl-11 {
    order: 11; }

  /* line 1515, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xl-12 {
    order: 12; }

  /* line 1518, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-xl-0, .g-footer-contact .c-form-contact-footer {
    margin-left: 0; }

  /* line 1521, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-xl-1, .g-hero--page .g-hero__actions, .g-footer-contact .c-footer-address-group {
    margin-left: 8.33333333%; }

  /* line 1524, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-xl-2, .g-ar-contact__form, .g-quote__item--agreement,
  .g-quote__item--terms-conditions {
    margin-left: 16.66666667%; }

  /* line 1528, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-xl-3, .c-content-block--reading .c-content-block__text {
    margin-left: 25%; }

  /* line 1531, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%; }

  /* line 1534, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%; }

  /* line 1537, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-xl-6 {
    margin-left: 50%; }

  /* line 1540, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%; }

  /* line 1543, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%; }

  /* line 1546, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-xl-9 {
    margin-left: 75%; }

  /* line 1549, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%; }

  /* line 1552, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 1500px) {
  /* line 1557, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  /* line 1562, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1566, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 1570, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  /* line 1574, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 1578, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  /* line 1582, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  /* line 1586, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 1591, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xxl-1, .g-badges--stacked .c-badge {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }

  /* line 1595, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xxl-2, .g-team .c-team-card {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }

  /* line 1599, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xxl-3, .p-review-article .g-news-sidebar,
  .p-review-articles .g-news-sidebar, .p-newsarticle .g-news-sidebar, .g-guide-index-list .c-list-index__item, .g-car-cards .c-card-car, .c-filters__tertiary, .c-filters__primary {
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 1604, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xxl-4, .g-content__primary--aside,
  .g-content__secondary--aside {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }

  /* line 1609, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xxl-5, .g-content--offset .g-content__secondary, .g-content--content-featured-bg .g-content__primary, .g-content--content-featured-bg .g-total-care-list-single__primary, .g-hero__actions, .c-filters__secondary-secondary {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }

  /* line 1613, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xxl-6, .g-content__primary--text,
  .g-content__secondary--text, .g-content--bg-image .g-content__secondary, .g-content--bg-image .g-content__primary, .g-content--bg-image .g-total-care-list-single__primary, .g-content--centred .g-content__primary, .g-content--centred .g-total-care-list-single__primary,
  .g-content--centred .g-content__secondary,
  .g-content--centred .g-content__header, .g-content--contain .g-content__primary--text,
  .g-content--contain .g-content__secondary--text, .g-hero--guide .g-hero__actions, .g-hero--generic .g-hero__actions, .c-filters__secondary, .c-hero-aside__content, .g-contact-form__container {
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 1621, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xxl-7, .p-loyalty .g-hero__actions, .g-content--single-block .g-content__primary, .g-content--single-block .g-total-care-list-single__primary, .g-hero__actions--affinity, .g-hero__actions--partnership, .c-filters__secondary-primary {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }

  /* line 1625, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xxl-8, .c-content-block--reading .c-content-block__text, .g-content--centred .g-content__primary--wide,
  .g-content--centred .g-content__secondary--wide,
  .g-content--centred .g-content__header--wide, .g-team--lead .g-team__intro, .g-hero--page .g-hero__actions {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }

  /* line 1631, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xxl-9, .p-review-article .g-news-main,
  .p-review-articles .g-news-main, .p-newsarticle .g-news-main {
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 1636, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }

  /* line 1640, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }

  /* line 1644, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1648, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xxl-first {
    order: -1; }

  /* line 1651, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xxl-last {
    order: 13; }

  /* line 1654, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xxl-0 {
    order: 0; }

  /* line 1657, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xxl-1 {
    order: 1; }

  /* line 1660, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xxl-2 {
    order: 2; }

  /* line 1663, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xxl-3 {
    order: 3; }

  /* line 1666, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xxl-4 {
    order: 4; }

  /* line 1669, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xxl-5 {
    order: 5; }

  /* line 1672, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xxl-6 {
    order: 6; }

  /* line 1675, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xxl-7 {
    order: 7; }

  /* line 1678, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xxl-8 {
    order: 8; }

  /* line 1681, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xxl-9 {
    order: 9; }

  /* line 1684, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xxl-10 {
    order: 10; }

  /* line 1687, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xxl-11 {
    order: 11; }

  /* line 1690, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .order-xxl-12 {
    order: 12; }

  /* line 1693, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-xxl-0 {
    margin-left: 0; }

  /* line 1696, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-xxl-1, .p-loyalty .g-signposts, .g-content--offset .g-content__primary, .g-content--offset .g-total-care-list-single__primary,
  .g-content--offset .g-content__header {
    margin-left: 8.33333333%; }

  /* line 1700, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-xxl-2, .g-hero--page .g-hero__actions {
    margin-left: 16.66666667%; }

  /* line 1703, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-xxl-3 {
    margin-left: 25%; }

  /* line 1706, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-xxl-4, .c-content-block--reading .c-content-block__text {
    margin-left: 33.33333333%; }

  /* line 1709, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%; }

  /* line 1712, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-xxl-6 {
    margin-left: 50%; }

  /* line 1715, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%; }

  /* line 1718, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%; }

  /* line 1721, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-xxl-9 {
    margin-left: 75%; }

  /* line 1724, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%; }

  /* line 1727, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%; } }
/* line 1731, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table, .c-table-data__table, .c-card__table table {
  width: 100%;
  margin-bottom: 1rem;
  color: #002b49; }

/* line 1736, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table th, .c-table-data__table th, .c-card__table table th,
.table td,
.c-table-data__table td,
.c-card__table table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

/* line 1744, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table thead th, .c-table-data__table thead th, .c-card__table table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

/* line 1748, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table tbody + tbody, .c-table-data__table tbody + tbody, .c-card__table table tbody + tbody {
  border-top: 2px solid #dee2e6; }

/* line 1752, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem; }

/* line 1757, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-bordered {
  border: 1px solid #dee2e6; }

/* line 1760, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6; }

/* line 1764, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px; }

/* line 1769, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

/* line 1776, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

/* line 1780, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-hover tbody tr:hover {
  color: #002b49;
  background-color: rgba(0, 0, 0, 0.075); }

/* line 1785, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #e8dfc4; }

/* line 1790, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #d4c392; }

/* line 1797, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-hover .table-primary:hover {
  background-color: #e1d5b2; }

/* line 1800, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #e1d5b2; }

/* line 1805, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

/* line 1810, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

/* line 1817, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

/* line 1820, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

/* line 1825, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

/* line 1830, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

/* line 1837, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb; }

/* line 1840, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

/* line 1845, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

/* line 1850, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

/* line 1857, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-hover .table-info:hover {
  background-color: #abdde5; }

/* line 1860, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5; }

/* line 1865, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

/* line 1870, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

/* line 1877, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

/* line 1880, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

/* line 1885, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

/* line 1890, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

/* line 1897, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

/* line 1900, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

/* line 1905, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

/* line 1910, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

/* line 1917, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-hover .table-light:hover {
  background-color: #ececf6; }

/* line 1920, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6; }

/* line 1925, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

/* line 1930, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

/* line 1937, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

/* line 1940, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

/* line 1945, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 1951, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 1954, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 1959, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table .thead-dark th, .c-table-data__table .thead-dark th, .c-card__table table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

/* line 1964, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table .thead-light th, .c-table-data__table .thead-light th, .c-card__table table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

/* line 1970, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-dark {
  color: #fff;
  background-color: #343a40; }

/* line 1974, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55; }

/* line 1979, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-dark.table-bordered {
  border: 0; }

/* line 1982, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

/* line 1985, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  /* line 1991, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  /* line 1997, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .table-responsive-sm > .table-bordered {
    border: 0; } }
@media (max-width: 767.98px) {
  /* line 2002, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  /* line 2008, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .table-responsive-md > .table-bordered {
    border: 0; } }
@media (max-width: 991.98px) {
  /* line 2013, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  /* line 2019, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .table-responsive-lg > .table-bordered {
    border: 0; } }
@media (max-width: 1199.98px) {
  /* line 2024, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  /* line 2030, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .table-responsive-xl > .table-bordered {
    border: 0; } }
@media (max-width: 1499.98px) {
  /* line 2035, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  /* line 2041, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .table-responsive-xxl > .table-bordered {
    border: 0; } }
/* line 2045, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-responsive, .c-table-data, .c-card__table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

/* line 2051, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.table-responsive > .table-bordered, .c-table-data > .table-bordered, .c-card__table > .table-bordered {
  border: 0; }

/* line 2055, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.form-control, .p-order-online .b-form-select, .p-order-online .c-search__form-select, .p-order-online .c-options__select, .p-order-online .c-derivatives-filters__select, .p-order-online .g-deal-options__select, .p-order-online .g-deal-features__select,
.p-personal-credit-application .b-form-select,
.p-personal-credit-application .c-search__form-select,
.p-personal-credit-application .c-options__select,
.p-personal-credit-application .c-derivatives-filters__select,
.p-personal-credit-application .g-deal-options__select,
.p-personal-credit-application .g-deal-features__select,
.p-business-credit-application .b-form-select,
.p-business-credit-application .c-search__form-select,
.p-business-credit-application .c-options__select,
.p-business-credit-application .c-derivatives-filters__select,
.p-business-credit-application .g-deal-options__select,
.p-business-credit-application .g-deal-features__select, .b-form-select, .p-author-profile .p-author-profile__sort-select, .g-review-articles__main .g-review-articles__select, .g-deal-features__select, .g-deal-options__select, .c-derivatives-filters__select, .c-options__select, .c-search__form-select, .b-form-control-large, .b-form-control, .c-tabs__input, .c-ar-contact-form__input, .c-form-contact-footer__control, .b-form-search__input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 2083, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .form-control, .p-order-online .b-form-select, .p-order-online .c-search__form-select, .p-order-online .c-options__select, .p-order-online .c-derivatives-filters__select, .p-order-online .g-deal-options__select, .p-order-online .g-deal-features__select,
  .p-personal-credit-application .b-form-select,
  .p-personal-credit-application .c-search__form-select,
  .p-personal-credit-application .c-options__select,
  .p-personal-credit-application .c-derivatives-filters__select,
  .p-personal-credit-application .g-deal-options__select,
  .p-personal-credit-application .g-deal-features__select,
  .p-business-credit-application .b-form-select,
  .p-business-credit-application .c-search__form-select,
  .p-business-credit-application .c-options__select,
  .p-business-credit-application .c-derivatives-filters__select,
  .p-business-credit-application .g-deal-options__select,
  .p-business-credit-application .g-deal-features__select, .b-form-select, .p-author-profile .p-author-profile__sort-select, .g-review-articles__main .g-review-articles__select, .g-deal-features__select, .g-deal-options__select, .c-derivatives-filters__select, .c-options__select, .c-search__form-select, .b-form-control-large, .b-form-control, .c-tabs__input, .c-ar-contact-form__input, .c-form-contact-footer__control, .b-form-search__input {
    transition: none; } }
/* line 2099, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.form-control::-ms-expand, .p-order-online .b-form-select::-ms-expand, .p-order-online .c-search__form-select::-ms-expand, .p-order-online .c-options__select::-ms-expand, .p-order-online .c-derivatives-filters__select::-ms-expand, .p-order-online .g-deal-options__select::-ms-expand, .p-order-online .g-deal-features__select::-ms-expand,
.p-personal-credit-application .b-form-select::-ms-expand,
.p-personal-credit-application .c-search__form-select::-ms-expand,
.p-personal-credit-application .c-options__select::-ms-expand,
.p-personal-credit-application .c-derivatives-filters__select::-ms-expand,
.p-personal-credit-application .g-deal-options__select::-ms-expand,
.p-personal-credit-application .g-deal-features__select::-ms-expand,
.p-business-credit-application .b-form-select::-ms-expand,
.p-business-credit-application .c-search__form-select::-ms-expand,
.p-business-credit-application .c-options__select::-ms-expand,
.p-business-credit-application .c-derivatives-filters__select::-ms-expand,
.p-business-credit-application .g-deal-options__select::-ms-expand,
.p-business-credit-application .g-deal-features__select::-ms-expand, .b-form-select::-ms-expand, .p-author-profile .p-author-profile__sort-select::-ms-expand, .g-review-articles__main .g-review-articles__select::-ms-expand, .g-deal-features__select::-ms-expand, .g-deal-options__select::-ms-expand, .c-derivatives-filters__select::-ms-expand, .c-options__select::-ms-expand, .c-search__form-select::-ms-expand, .b-form-control-large::-ms-expand, .b-form-control::-ms-expand, .c-tabs__input::-ms-expand, .c-ar-contact-form__input::-ms-expand, .c-form-contact-footer__control::-ms-expand, .b-form-search__input::-ms-expand {
  background-color: transparent;
  border: 0; }

/* line 2115, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.form-control:focus, .b-form-select:focus, .p-author-profile .p-author-profile__sort-select:focus, .g-review-articles__main .g-review-articles__select:focus, .g-deal-features__select:focus, .g-deal-options__select:focus, .c-derivatives-filters__select:focus, .c-options__select:focus, .c-search__form-select:focus, .b-form-control-large:focus, .b-form-control:focus, .c-tabs__input:focus, .c-ar-contact-form__input:focus, .c-form-contact-footer__control:focus, .b-form-search__input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #dcc47d;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(172, 140, 46, 0.25); }

/* line 2122, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.form-control::placeholder, .p-order-online .b-form-select::placeholder, .p-order-online .c-search__form-select::placeholder, .p-order-online .c-options__select::placeholder, .p-order-online .c-derivatives-filters__select::placeholder, .p-order-online .g-deal-options__select::placeholder, .p-order-online .g-deal-features__select::placeholder,
.p-personal-credit-application .b-form-select::placeholder,
.p-personal-credit-application .c-search__form-select::placeholder,
.p-personal-credit-application .c-options__select::placeholder,
.p-personal-credit-application .c-derivatives-filters__select::placeholder,
.p-personal-credit-application .g-deal-options__select::placeholder,
.p-personal-credit-application .g-deal-features__select::placeholder,
.p-business-credit-application .b-form-select::placeholder,
.p-business-credit-application .c-search__form-select::placeholder,
.p-business-credit-application .c-options__select::placeholder,
.p-business-credit-application .c-derivatives-filters__select::placeholder,
.p-business-credit-application .g-deal-options__select::placeholder,
.p-business-credit-application .g-deal-features__select::placeholder, .b-form-select::placeholder, .p-author-profile .p-author-profile__sort-select::placeholder, .g-review-articles__main .g-review-articles__select::placeholder, .g-deal-features__select::placeholder, .g-deal-options__select::placeholder, .c-derivatives-filters__select::placeholder, .c-options__select::placeholder, .c-search__form-select::placeholder, .b-form-control-large::placeholder, .b-form-control::placeholder, .c-tabs__input::placeholder, .c-ar-contact-form__input::placeholder, .c-form-contact-footer__control::placeholder, .b-form-search__input::placeholder {
  color: #6c757d;
  opacity: 1; }

/* line 2138, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.form-control:disabled, .b-form-select:disabled, .p-author-profile .p-author-profile__sort-select:disabled, .g-review-articles__main .g-review-articles__select:disabled, .g-deal-features__select:disabled, .g-deal-options__select:disabled, .c-derivatives-filters__select:disabled, .c-options__select:disabled, .c-search__form-select:disabled, .b-form-control-large:disabled, .b-form-control:disabled, .c-tabs__input:disabled, .c-ar-contact-form__input:disabled, .c-form-contact-footer__control:disabled, .b-form-search__input:disabled, .form-control[readonly], [readonly].b-form-select, .p-author-profile [readonly].p-author-profile__sort-select, .g-review-articles__main [readonly].g-review-articles__select, [readonly].g-deal-features__select, [readonly].g-deal-options__select, [readonly].c-derivatives-filters__select, [readonly].c-options__select, [readonly].c-search__form-select, [readonly].b-form-control-large, [readonly].b-form-control, [readonly].c-tabs__input, [readonly].c-ar-contact-form__input, [readonly].c-form-contact-footer__control, [readonly].b-form-search__input {
  background-color: #e9ecef;
  opacity: 1; }

/* line 2143, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
input[type=date].form-control, .p-order-online input[type=date].b-form-select, .p-order-online .p-author-profile input[type=date].p-author-profile__sort-select, .p-author-profile .p-order-online input[type=date].p-author-profile__sort-select, .p-order-online input[type=date].c-search__form-select, .p-order-online input[type=date].c-options__select, .p-order-online input[type=date].c-derivatives-filters__select, .p-order-online input[type=date].g-deal-options__select, .p-order-online input[type=date].g-deal-features__select, .p-order-online .g-review-articles__main input[type=date].g-review-articles__select, .g-review-articles__main .p-order-online input[type=date].g-review-articles__select,
.p-personal-credit-application input[type=date].b-form-select,
.p-personal-credit-application .p-author-profile input[type=date].p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application input[type=date].p-author-profile__sort-select,
.p-personal-credit-application input[type=date].c-search__form-select,
.p-personal-credit-application input[type=date].c-options__select,
.p-personal-credit-application input[type=date].c-derivatives-filters__select,
.p-personal-credit-application input[type=date].g-deal-options__select,
.p-personal-credit-application input[type=date].g-deal-features__select,
.p-personal-credit-application .g-review-articles__main input[type=date].g-review-articles__select,
.g-review-articles__main .p-personal-credit-application input[type=date].g-review-articles__select,
.p-business-credit-application input[type=date].b-form-select,
.p-business-credit-application .p-author-profile input[type=date].p-author-profile__sort-select,
.p-author-profile .p-business-credit-application input[type=date].p-author-profile__sort-select,
.p-business-credit-application input[type=date].c-search__form-select,
.p-business-credit-application input[type=date].c-options__select,
.p-business-credit-application input[type=date].c-derivatives-filters__select,
.p-business-credit-application input[type=date].g-deal-options__select,
.p-business-credit-application input[type=date].g-deal-features__select,
.p-business-credit-application .g-review-articles__main input[type=date].g-review-articles__select,
.g-review-articles__main .p-business-credit-application input[type=date].g-review-articles__select, input[type=date].b-form-select, .p-author-profile input[type=date].p-author-profile__sort-select, .g-review-articles__main input[type=date].g-review-articles__select, input[type=date].g-deal-features__select, input[type=date].g-deal-options__select, input[type=date].c-derivatives-filters__select, input[type=date].c-options__select, input[type=date].c-search__form-select, input[type=date].b-form-control-large, input[type=date].b-form-control, input[type=date].c-tabs__input, input[type=date].c-ar-contact-form__input, input[type=date].c-form-contact-footer__control, input[type=date].b-form-search__input,
input[type=time].form-control,
.p-order-online input[type=time].b-form-select,
.p-order-online .p-author-profile input[type=time].p-author-profile__sort-select,
.p-author-profile .p-order-online input[type=time].p-author-profile__sort-select,
.p-order-online input[type=time].c-search__form-select,
.p-order-online input[type=time].c-options__select,
.p-order-online input[type=time].c-derivatives-filters__select,
.p-order-online input[type=time].g-deal-options__select,
.p-order-online input[type=time].g-deal-features__select,
.p-order-online .g-review-articles__main input[type=time].g-review-articles__select,
.g-review-articles__main .p-order-online input[type=time].g-review-articles__select,
.p-personal-credit-application input[type=time].b-form-select,
.p-personal-credit-application .p-author-profile input[type=time].p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application input[type=time].p-author-profile__sort-select,
.p-personal-credit-application input[type=time].c-search__form-select,
.p-personal-credit-application input[type=time].c-options__select,
.p-personal-credit-application input[type=time].c-derivatives-filters__select,
.p-personal-credit-application input[type=time].g-deal-options__select,
.p-personal-credit-application input[type=time].g-deal-features__select,
.p-personal-credit-application .g-review-articles__main input[type=time].g-review-articles__select,
.g-review-articles__main .p-personal-credit-application input[type=time].g-review-articles__select,
.p-business-credit-application input[type=time].b-form-select,
.p-business-credit-application .p-author-profile input[type=time].p-author-profile__sort-select,
.p-author-profile .p-business-credit-application input[type=time].p-author-profile__sort-select,
.p-business-credit-application input[type=time].c-search__form-select,
.p-business-credit-application input[type=time].c-options__select,
.p-business-credit-application input[type=time].c-derivatives-filters__select,
.p-business-credit-application input[type=time].g-deal-options__select,
.p-business-credit-application input[type=time].g-deal-features__select,
.p-business-credit-application .g-review-articles__main input[type=time].g-review-articles__select,
.g-review-articles__main .p-business-credit-application input[type=time].g-review-articles__select,
input[type=time].b-form-select,
.p-author-profile input[type=time].p-author-profile__sort-select,
.g-review-articles__main input[type=time].g-review-articles__select,
input[type=time].g-deal-features__select,
input[type=time].g-deal-options__select,
input[type=time].c-derivatives-filters__select,
input[type=time].c-options__select,
input[type=time].c-search__form-select,
input[type=time].b-form-control-large,
input[type=time].b-form-control,
input[type=time].c-tabs__input,
input[type=time].c-ar-contact-form__input,
input[type=time].c-form-contact-footer__control,
input[type=time].b-form-search__input,
input[type=datetime-local].form-control,
.p-order-online input[type=datetime-local].b-form-select,
.p-order-online .p-author-profile input[type=datetime-local].p-author-profile__sort-select,
.p-author-profile .p-order-online input[type=datetime-local].p-author-profile__sort-select,
.p-order-online input[type=datetime-local].c-search__form-select,
.p-order-online input[type=datetime-local].c-options__select,
.p-order-online input[type=datetime-local].c-derivatives-filters__select,
.p-order-online input[type=datetime-local].g-deal-options__select,
.p-order-online input[type=datetime-local].g-deal-features__select,
.p-order-online .g-review-articles__main input[type=datetime-local].g-review-articles__select,
.g-review-articles__main .p-order-online input[type=datetime-local].g-review-articles__select,
.p-personal-credit-application input[type=datetime-local].b-form-select,
.p-personal-credit-application .p-author-profile input[type=datetime-local].p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application input[type=datetime-local].p-author-profile__sort-select,
.p-personal-credit-application input[type=datetime-local].c-search__form-select,
.p-personal-credit-application input[type=datetime-local].c-options__select,
.p-personal-credit-application input[type=datetime-local].c-derivatives-filters__select,
.p-personal-credit-application input[type=datetime-local].g-deal-options__select,
.p-personal-credit-application input[type=datetime-local].g-deal-features__select,
.p-personal-credit-application .g-review-articles__main input[type=datetime-local].g-review-articles__select,
.g-review-articles__main .p-personal-credit-application input[type=datetime-local].g-review-articles__select,
.p-business-credit-application input[type=datetime-local].b-form-select,
.p-business-credit-application .p-author-profile input[type=datetime-local].p-author-profile__sort-select,
.p-author-profile .p-business-credit-application input[type=datetime-local].p-author-profile__sort-select,
.p-business-credit-application input[type=datetime-local].c-search__form-select,
.p-business-credit-application input[type=datetime-local].c-options__select,
.p-business-credit-application input[type=datetime-local].c-derivatives-filters__select,
.p-business-credit-application input[type=datetime-local].g-deal-options__select,
.p-business-credit-application input[type=datetime-local].g-deal-features__select,
.p-business-credit-application .g-review-articles__main input[type=datetime-local].g-review-articles__select,
.g-review-articles__main .p-business-credit-application input[type=datetime-local].g-review-articles__select,
input[type=datetime-local].b-form-select,
.p-author-profile input[type=datetime-local].p-author-profile__sort-select,
.g-review-articles__main input[type=datetime-local].g-review-articles__select,
input[type=datetime-local].g-deal-features__select,
input[type=datetime-local].g-deal-options__select,
input[type=datetime-local].c-derivatives-filters__select,
input[type=datetime-local].c-options__select,
input[type=datetime-local].c-search__form-select,
input[type=datetime-local].b-form-control-large,
input[type=datetime-local].b-form-control,
input[type=datetime-local].c-tabs__input,
input[type=datetime-local].c-ar-contact-form__input,
input[type=datetime-local].c-form-contact-footer__control,
input[type=datetime-local].b-form-search__input,
input[type=month].form-control,
.p-order-online input[type=month].b-form-select,
.p-order-online .p-author-profile input[type=month].p-author-profile__sort-select,
.p-author-profile .p-order-online input[type=month].p-author-profile__sort-select,
.p-order-online input[type=month].c-search__form-select,
.p-order-online input[type=month].c-options__select,
.p-order-online input[type=month].c-derivatives-filters__select,
.p-order-online input[type=month].g-deal-options__select,
.p-order-online input[type=month].g-deal-features__select,
.p-order-online .g-review-articles__main input[type=month].g-review-articles__select,
.g-review-articles__main .p-order-online input[type=month].g-review-articles__select,
.p-personal-credit-application input[type=month].b-form-select,
.p-personal-credit-application .p-author-profile input[type=month].p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application input[type=month].p-author-profile__sort-select,
.p-personal-credit-application input[type=month].c-search__form-select,
.p-personal-credit-application input[type=month].c-options__select,
.p-personal-credit-application input[type=month].c-derivatives-filters__select,
.p-personal-credit-application input[type=month].g-deal-options__select,
.p-personal-credit-application input[type=month].g-deal-features__select,
.p-personal-credit-application .g-review-articles__main input[type=month].g-review-articles__select,
.g-review-articles__main .p-personal-credit-application input[type=month].g-review-articles__select,
.p-business-credit-application input[type=month].b-form-select,
.p-business-credit-application .p-author-profile input[type=month].p-author-profile__sort-select,
.p-author-profile .p-business-credit-application input[type=month].p-author-profile__sort-select,
.p-business-credit-application input[type=month].c-search__form-select,
.p-business-credit-application input[type=month].c-options__select,
.p-business-credit-application input[type=month].c-derivatives-filters__select,
.p-business-credit-application input[type=month].g-deal-options__select,
.p-business-credit-application input[type=month].g-deal-features__select,
.p-business-credit-application .g-review-articles__main input[type=month].g-review-articles__select,
.g-review-articles__main .p-business-credit-application input[type=month].g-review-articles__select,
input[type=month].b-form-select,
.p-author-profile input[type=month].p-author-profile__sort-select,
.g-review-articles__main input[type=month].g-review-articles__select,
input[type=month].g-deal-features__select,
input[type=month].g-deal-options__select,
input[type=month].c-derivatives-filters__select,
input[type=month].c-options__select,
input[type=month].c-search__form-select,
input[type=month].b-form-control-large,
input[type=month].b-form-control,
input[type=month].c-tabs__input,
input[type=month].c-ar-contact-form__input,
input[type=month].c-form-contact-footer__control,
input[type=month].b-form-search__input {
  appearance: none; }

/* line 2302, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
select.form-control:-moz-focusring, select.b-form-select:-moz-focusring, .p-author-profile select.p-author-profile__sort-select:-moz-focusring, .g-review-articles__main select.g-review-articles__select:-moz-focusring, select.g-deal-features__select:-moz-focusring, select.g-deal-options__select:-moz-focusring, select.c-derivatives-filters__select:-moz-focusring, select.c-options__select:-moz-focusring, select.c-search__form-select:-moz-focusring, select.b-form-control-large:-moz-focusring, select.b-form-control:-moz-focusring, select.c-tabs__input:-moz-focusring, select.c-ar-contact-form__input:-moz-focusring, select.c-form-contact-footer__control:-moz-focusring, select.b-form-search__input:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

/* line 2306, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
select.form-control:focus::-ms-value, select.b-form-select:focus::-ms-value, .p-author-profile select.p-author-profile__sort-select:focus::-ms-value, .g-review-articles__main select.g-review-articles__select:focus::-ms-value, select.g-deal-features__select:focus::-ms-value, select.g-deal-options__select:focus::-ms-value, select.c-derivatives-filters__select:focus::-ms-value, select.c-options__select:focus::-ms-value, select.c-search__form-select:focus::-ms-value, select.b-form-control-large:focus::-ms-value, select.b-form-control:focus::-ms-value, select.c-tabs__input:focus::-ms-value, select.c-ar-contact-form__input:focus::-ms-value, select.c-form-contact-footer__control:focus::-ms-value, select.b-form-search__input:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

/* line 2311, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.form-control-file, .b-form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

/* line 2317, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

/* line 2325, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

/* line 2332, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

/* line 2339, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #002b49;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

/* line 2351, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0; }

/* line 2356, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

/* line 2364, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

/* line 2372, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
select.form-control[size], select[size].b-form-select, .p-author-profile select[size].p-author-profile__sort-select, .g-review-articles__main select[size].g-review-articles__select, select[size].g-deal-features__select, select[size].g-deal-options__select, select[size].c-derivatives-filters__select, select[size].c-options__select, select[size].c-search__form-select, select[size].b-form-control-large, select[size].b-form-control, select[size].c-tabs__input, select[size].c-ar-contact-form__input, select[size].c-form-contact-footer__control, select[size].b-form-search__input, select.form-control[multiple], select[multiple].b-form-select, .p-author-profile select[multiple].p-author-profile__sort-select, .g-review-articles__main select[multiple].g-review-articles__select, select[multiple].g-deal-features__select, select[multiple].g-deal-options__select, select[multiple].c-derivatives-filters__select, select[multiple].c-options__select, select[multiple].c-search__form-select, select[multiple].b-form-control-large, select[multiple].b-form-control, select[multiple].c-tabs__input, select[multiple].c-ar-contact-form__input, select[multiple].c-form-contact-footer__control, select[multiple].b-form-search__input {
  height: auto; }

/* line 2376, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
textarea.form-control, .p-order-online textarea.b-form-select, .p-order-online textarea.c-search__form-select, .p-order-online textarea.c-options__select, .p-order-online textarea.c-derivatives-filters__select, .p-order-online textarea.g-deal-options__select, .p-order-online textarea.g-deal-features__select,
.p-personal-credit-application textarea.b-form-select,
.p-personal-credit-application textarea.c-search__form-select,
.p-personal-credit-application textarea.c-options__select,
.p-personal-credit-application textarea.c-derivatives-filters__select,
.p-personal-credit-application textarea.g-deal-options__select,
.p-personal-credit-application textarea.g-deal-features__select,
.p-business-credit-application textarea.b-form-select,
.p-business-credit-application textarea.c-search__form-select,
.p-business-credit-application textarea.c-options__select,
.p-business-credit-application textarea.c-derivatives-filters__select,
.p-business-credit-application textarea.g-deal-options__select,
.p-business-credit-application textarea.g-deal-features__select, textarea.b-form-select, .p-author-profile textarea.p-author-profile__sort-select, .g-review-articles__main textarea.g-review-articles__select, textarea.g-deal-features__select, textarea.g-deal-options__select, textarea.c-derivatives-filters__select, textarea.c-options__select, textarea.c-search__form-select, textarea.b-form-control-large, textarea.b-form-control, textarea.c-tabs__input, textarea.c-ar-contact-form__input, textarea.c-form-contact-footer__control, textarea.b-form-search__input {
  height: auto; }

/* line 2392, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.form-group, .b-form-check {
  margin-bottom: 1rem; }

/* line 2396, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.form-text, .b-form-text {
  display: block;
  margin-top: 0.25rem; }

/* line 2401, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

/* line 2407, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px; }

/* line 2413, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.form-check, .b-form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

/* line 2419, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.form-check-input, .b-form-check__input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }

/* line 2424, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input[disabled] ~ .b-form-check__label, [disabled].b-form-check__input ~ .form-check-label, [disabled].b-form-check__input ~ .b-form-check__label, .form-check-input:disabled ~ .form-check-label, .form-check-input:disabled ~ .b-form-check__label, .b-form-check__input:disabled ~ .form-check-label, .b-form-check__input:disabled ~ .b-form-check__label {
  color: #6c757d; }

/* line 2428, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.form-check-label, .b-form-check__label {
  margin-bottom: 0; }

/* line 2432, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }

/* line 2438, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.form-check-inline .form-check-input, .form-check-inline .b-form-check__input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0; }

/* line 2445, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745; }

/* line 2453, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

/* line 2468, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px; }

/* line 2472, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

/* line 2479, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .form-control:valid, .was-validated .p-order-online .b-form-select:valid, .was-validated .p-order-online .p-author-profile .p-author-profile__sort-select:valid, .p-author-profile .was-validated .p-order-online .p-author-profile__sort-select:valid, .p-order-online .was-validated .b-form-select:valid, .p-order-online .was-validated .p-author-profile .p-author-profile__sort-select:valid, .p-author-profile .p-order-online .was-validated .p-author-profile__sort-select:valid, .was-validated .p-order-online .c-search__form-select:valid, .p-order-online .was-validated .c-search__form-select:valid, .was-validated .p-order-online .c-options__select:valid, .p-order-online .was-validated .c-options__select:valid, .was-validated .p-order-online .c-derivatives-filters__select:valid, .p-order-online .was-validated .c-derivatives-filters__select:valid, .was-validated .p-order-online .g-deal-options__select:valid, .p-order-online .was-validated .g-deal-options__select:valid, .was-validated .p-order-online .g-deal-features__select:valid, .p-order-online .was-validated .g-deal-features__select:valid, .was-validated .p-order-online .g-review-articles__main .g-review-articles__select:valid, .p-order-online .g-review-articles__main .was-validated .g-review-articles__select:valid, .was-validated .g-review-articles__main .p-order-online .g-review-articles__select:valid, .g-review-articles__main .p-order-online .was-validated .g-review-articles__select:valid,
.was-validated .p-personal-credit-application .b-form-select:valid,
.was-validated .p-personal-credit-application .p-author-profile .p-author-profile__sort-select:valid,
.p-author-profile .was-validated .p-personal-credit-application .p-author-profile__sort-select:valid,
.p-personal-credit-application .was-validated .b-form-select:valid,
.p-personal-credit-application .was-validated .p-author-profile .p-author-profile__sort-select:valid,
.p-author-profile .p-personal-credit-application .was-validated .p-author-profile__sort-select:valid,
.was-validated .p-personal-credit-application .c-search__form-select:valid,
.p-personal-credit-application .was-validated .c-search__form-select:valid,
.was-validated .p-personal-credit-application .c-options__select:valid,
.p-personal-credit-application .was-validated .c-options__select:valid,
.was-validated .p-personal-credit-application .c-derivatives-filters__select:valid,
.p-personal-credit-application .was-validated .c-derivatives-filters__select:valid,
.was-validated .p-personal-credit-application .g-deal-options__select:valid,
.p-personal-credit-application .was-validated .g-deal-options__select:valid,
.was-validated .p-personal-credit-application .g-deal-features__select:valid,
.p-personal-credit-application .was-validated .g-deal-features__select:valid,
.was-validated .p-personal-credit-application .g-review-articles__main .g-review-articles__select:valid,
.p-personal-credit-application .g-review-articles__main .was-validated .g-review-articles__select:valid,
.was-validated .g-review-articles__main .p-personal-credit-application .g-review-articles__select:valid,
.g-review-articles__main .p-personal-credit-application .was-validated .g-review-articles__select:valid,
.was-validated .p-business-credit-application .b-form-select:valid,
.was-validated .p-business-credit-application .p-author-profile .p-author-profile__sort-select:valid,
.p-author-profile .was-validated .p-business-credit-application .p-author-profile__sort-select:valid,
.p-business-credit-application .was-validated .b-form-select:valid,
.p-business-credit-application .was-validated .p-author-profile .p-author-profile__sort-select:valid,
.p-author-profile .p-business-credit-application .was-validated .p-author-profile__sort-select:valid,
.was-validated .p-business-credit-application .c-search__form-select:valid,
.p-business-credit-application .was-validated .c-search__form-select:valid,
.was-validated .p-business-credit-application .c-options__select:valid,
.p-business-credit-application .was-validated .c-options__select:valid,
.was-validated .p-business-credit-application .c-derivatives-filters__select:valid,
.p-business-credit-application .was-validated .c-derivatives-filters__select:valid,
.was-validated .p-business-credit-application .g-deal-options__select:valid,
.p-business-credit-application .was-validated .g-deal-options__select:valid,
.was-validated .p-business-credit-application .g-deal-features__select:valid,
.p-business-credit-application .was-validated .g-deal-features__select:valid,
.was-validated .p-business-credit-application .g-review-articles__main .g-review-articles__select:valid,
.p-business-credit-application .g-review-articles__main .was-validated .g-review-articles__select:valid,
.was-validated .g-review-articles__main .p-business-credit-application .g-review-articles__select:valid,
.g-review-articles__main .p-business-credit-application .was-validated .g-review-articles__select:valid, .was-validated .b-form-select:valid, .was-validated .p-author-profile .p-author-profile__sort-select:valid, .p-author-profile .was-validated .p-author-profile__sort-select:valid, .was-validated .g-review-articles__main .g-review-articles__select:valid, .g-review-articles__main .was-validated .g-review-articles__select:valid, .was-validated .g-deal-features__select:valid, .was-validated .g-deal-options__select:valid, .was-validated .c-derivatives-filters__select:valid, .was-validated .c-options__select:valid, .was-validated .c-search__form-select:valid, .was-validated .b-form-control-large:valid, .was-validated .b-form-control:valid, .was-validated .c-tabs__input:valid, .was-validated .c-ar-contact-form__input:valid, .was-validated .c-form-contact-footer__control:valid, .was-validated .b-form-search__input:valid, .form-control.is-valid, .p-order-online .is-valid.b-form-select, .p-order-online .p-author-profile .is-valid.p-author-profile__sort-select, .p-author-profile .p-order-online .is-valid.p-author-profile__sort-select, .p-order-online .is-valid.c-search__form-select, .p-order-online .is-valid.c-options__select, .p-order-online .is-valid.c-derivatives-filters__select, .p-order-online .is-valid.g-deal-options__select, .p-order-online .is-valid.g-deal-features__select, .p-order-online .g-review-articles__main .is-valid.g-review-articles__select, .g-review-articles__main .p-order-online .is-valid.g-review-articles__select,
.p-personal-credit-application .is-valid.b-form-select,
.p-personal-credit-application .p-author-profile .is-valid.p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .is-valid.p-author-profile__sort-select,
.p-personal-credit-application .is-valid.c-search__form-select,
.p-personal-credit-application .is-valid.c-options__select,
.p-personal-credit-application .is-valid.c-derivatives-filters__select,
.p-personal-credit-application .is-valid.g-deal-options__select,
.p-personal-credit-application .is-valid.g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .is-valid.g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .is-valid.g-review-articles__select,
.p-business-credit-application .is-valid.b-form-select,
.p-business-credit-application .p-author-profile .is-valid.p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .is-valid.p-author-profile__sort-select,
.p-business-credit-application .is-valid.c-search__form-select,
.p-business-credit-application .is-valid.c-options__select,
.p-business-credit-application .is-valid.c-derivatives-filters__select,
.p-business-credit-application .is-valid.g-deal-options__select,
.p-business-credit-application .is-valid.g-deal-features__select,
.p-business-credit-application .g-review-articles__main .is-valid.g-review-articles__select,
.g-review-articles__main .p-business-credit-application .is-valid.g-review-articles__select, .is-valid.b-form-select, .p-author-profile .is-valid.p-author-profile__sort-select, .g-review-articles__main .is-valid.g-review-articles__select, .is-valid.g-deal-features__select, .is-valid.g-deal-options__select, .is-valid.c-derivatives-filters__select, .is-valid.c-options__select, .is-valid.c-search__form-select, .is-valid.b-form-control-large, .is-valid.b-form-control, .is-valid.c-tabs__input, .is-valid.c-ar-contact-form__input, .is-valid.c-form-contact-footer__control, .is-valid.b-form-search__input {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

/* line 2547, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .form-control:valid:focus, .was-validated .p-order-online .b-form-select:valid:focus, .was-validated .p-order-online .p-author-profile .p-author-profile__sort-select:valid:focus, .p-author-profile .was-validated .p-order-online .p-author-profile__sort-select:valid:focus, .p-order-online .was-validated .b-form-select:valid:focus, .p-order-online .was-validated .p-author-profile .p-author-profile__sort-select:valid:focus, .p-author-profile .p-order-online .was-validated .p-author-profile__sort-select:valid:focus, .was-validated .p-order-online .c-search__form-select:valid:focus, .p-order-online .was-validated .c-search__form-select:valid:focus, .was-validated .p-order-online .c-options__select:valid:focus, .p-order-online .was-validated .c-options__select:valid:focus, .was-validated .p-order-online .c-derivatives-filters__select:valid:focus, .p-order-online .was-validated .c-derivatives-filters__select:valid:focus, .was-validated .p-order-online .g-deal-options__select:valid:focus, .p-order-online .was-validated .g-deal-options__select:valid:focus, .was-validated .p-order-online .g-deal-features__select:valid:focus, .p-order-online .was-validated .g-deal-features__select:valid:focus, .was-validated .p-order-online .g-review-articles__main .g-review-articles__select:valid:focus, .p-order-online .g-review-articles__main .was-validated .g-review-articles__select:valid:focus, .was-validated .g-review-articles__main .p-order-online .g-review-articles__select:valid:focus, .g-review-articles__main .p-order-online .was-validated .g-review-articles__select:valid:focus,
.was-validated .p-personal-credit-application .b-form-select:valid:focus,
.was-validated .p-personal-credit-application .p-author-profile .p-author-profile__sort-select:valid:focus,
.p-author-profile .was-validated .p-personal-credit-application .p-author-profile__sort-select:valid:focus,
.p-personal-credit-application .was-validated .b-form-select:valid:focus,
.p-personal-credit-application .was-validated .p-author-profile .p-author-profile__sort-select:valid:focus,
.p-author-profile .p-personal-credit-application .was-validated .p-author-profile__sort-select:valid:focus,
.was-validated .p-personal-credit-application .c-search__form-select:valid:focus,
.p-personal-credit-application .was-validated .c-search__form-select:valid:focus,
.was-validated .p-personal-credit-application .c-options__select:valid:focus,
.p-personal-credit-application .was-validated .c-options__select:valid:focus,
.was-validated .p-personal-credit-application .c-derivatives-filters__select:valid:focus,
.p-personal-credit-application .was-validated .c-derivatives-filters__select:valid:focus,
.was-validated .p-personal-credit-application .g-deal-options__select:valid:focus,
.p-personal-credit-application .was-validated .g-deal-options__select:valid:focus,
.was-validated .p-personal-credit-application .g-deal-features__select:valid:focus,
.p-personal-credit-application .was-validated .g-deal-features__select:valid:focus,
.was-validated .p-personal-credit-application .g-review-articles__main .g-review-articles__select:valid:focus,
.p-personal-credit-application .g-review-articles__main .was-validated .g-review-articles__select:valid:focus,
.was-validated .g-review-articles__main .p-personal-credit-application .g-review-articles__select:valid:focus,
.g-review-articles__main .p-personal-credit-application .was-validated .g-review-articles__select:valid:focus,
.was-validated .p-business-credit-application .b-form-select:valid:focus,
.was-validated .p-business-credit-application .p-author-profile .p-author-profile__sort-select:valid:focus,
.p-author-profile .was-validated .p-business-credit-application .p-author-profile__sort-select:valid:focus,
.p-business-credit-application .was-validated .b-form-select:valid:focus,
.p-business-credit-application .was-validated .p-author-profile .p-author-profile__sort-select:valid:focus,
.p-author-profile .p-business-credit-application .was-validated .p-author-profile__sort-select:valid:focus,
.was-validated .p-business-credit-application .c-search__form-select:valid:focus,
.p-business-credit-application .was-validated .c-search__form-select:valid:focus,
.was-validated .p-business-credit-application .c-options__select:valid:focus,
.p-business-credit-application .was-validated .c-options__select:valid:focus,
.was-validated .p-business-credit-application .c-derivatives-filters__select:valid:focus,
.p-business-credit-application .was-validated .c-derivatives-filters__select:valid:focus,
.was-validated .p-business-credit-application .g-deal-options__select:valid:focus,
.p-business-credit-application .was-validated .g-deal-options__select:valid:focus,
.was-validated .p-business-credit-application .g-deal-features__select:valid:focus,
.p-business-credit-application .was-validated .g-deal-features__select:valid:focus,
.was-validated .p-business-credit-application .g-review-articles__main .g-review-articles__select:valid:focus,
.p-business-credit-application .g-review-articles__main .was-validated .g-review-articles__select:valid:focus,
.was-validated .g-review-articles__main .p-business-credit-application .g-review-articles__select:valid:focus,
.g-review-articles__main .p-business-credit-application .was-validated .g-review-articles__select:valid:focus, .was-validated .b-form-select:valid:focus, .was-validated .p-author-profile .p-author-profile__sort-select:valid:focus, .p-author-profile .was-validated .p-author-profile__sort-select:valid:focus, .was-validated .g-review-articles__main .g-review-articles__select:valid:focus, .g-review-articles__main .was-validated .g-review-articles__select:valid:focus, .was-validated .g-deal-features__select:valid:focus, .was-validated .g-deal-options__select:valid:focus, .was-validated .c-derivatives-filters__select:valid:focus, .was-validated .c-options__select:valid:focus, .was-validated .c-search__form-select:valid:focus, .was-validated .b-form-control-large:valid:focus, .was-validated .b-form-control:valid:focus, .was-validated .c-tabs__input:valid:focus, .was-validated .c-ar-contact-form__input:valid:focus, .was-validated .c-form-contact-footer__control:valid:focus, .was-validated .b-form-search__input:valid:focus, .form-control.is-valid:focus, .p-order-online .is-valid.b-form-select:focus, .p-order-online .p-author-profile .is-valid.p-author-profile__sort-select:focus, .p-author-profile .p-order-online .is-valid.p-author-profile__sort-select:focus, .p-order-online .is-valid.c-search__form-select:focus, .p-order-online .is-valid.c-options__select:focus, .p-order-online .is-valid.c-derivatives-filters__select:focus, .p-order-online .is-valid.g-deal-options__select:focus, .p-order-online .is-valid.g-deal-features__select:focus, .p-order-online .g-review-articles__main .is-valid.g-review-articles__select:focus, .g-review-articles__main .p-order-online .is-valid.g-review-articles__select:focus,
.p-personal-credit-application .is-valid.b-form-select:focus,
.p-personal-credit-application .p-author-profile .is-valid.p-author-profile__sort-select:focus,
.p-author-profile .p-personal-credit-application .is-valid.p-author-profile__sort-select:focus,
.p-personal-credit-application .is-valid.c-search__form-select:focus,
.p-personal-credit-application .is-valid.c-options__select:focus,
.p-personal-credit-application .is-valid.c-derivatives-filters__select:focus,
.p-personal-credit-application .is-valid.g-deal-options__select:focus,
.p-personal-credit-application .is-valid.g-deal-features__select:focus,
.p-personal-credit-application .g-review-articles__main .is-valid.g-review-articles__select:focus,
.g-review-articles__main .p-personal-credit-application .is-valid.g-review-articles__select:focus,
.p-business-credit-application .is-valid.b-form-select:focus,
.p-business-credit-application .p-author-profile .is-valid.p-author-profile__sort-select:focus,
.p-author-profile .p-business-credit-application .is-valid.p-author-profile__sort-select:focus,
.p-business-credit-application .is-valid.c-search__form-select:focus,
.p-business-credit-application .is-valid.c-options__select:focus,
.p-business-credit-application .is-valid.c-derivatives-filters__select:focus,
.p-business-credit-application .is-valid.g-deal-options__select:focus,
.p-business-credit-application .is-valid.g-deal-features__select:focus,
.p-business-credit-application .g-review-articles__main .is-valid.g-review-articles__select:focus,
.g-review-articles__main .p-business-credit-application .is-valid.g-review-articles__select:focus, .is-valid.b-form-select:focus, .p-author-profile .is-valid.p-author-profile__sort-select:focus, .g-review-articles__main .is-valid.g-review-articles__select:focus, .is-valid.g-deal-features__select:focus, .is-valid.g-deal-options__select:focus, .is-valid.c-derivatives-filters__select:focus, .is-valid.c-options__select:focus, .is-valid.c-search__form-select:focus, .is-valid.b-form-control-large:focus, .is-valid.b-form-control:focus, .is-valid.c-tabs__input:focus, .is-valid.c-ar-contact-form__input:focus, .is-valid.c-form-contact-footer__control:focus, .is-valid.b-form-search__input:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

/* line 2612, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated select.form-control:valid, .was-validated .p-order-online select.b-form-select:valid, .was-validated .p-order-online .p-author-profile select.p-author-profile__sort-select:valid, .p-author-profile .was-validated .p-order-online select.p-author-profile__sort-select:valid, .p-order-online .was-validated select.b-form-select:valid, .p-order-online .was-validated .p-author-profile select.p-author-profile__sort-select:valid, .p-author-profile .p-order-online .was-validated select.p-author-profile__sort-select:valid, .was-validated .p-order-online select.c-search__form-select:valid, .p-order-online .was-validated select.c-search__form-select:valid, .was-validated .p-order-online select.c-options__select:valid, .p-order-online .was-validated select.c-options__select:valid, .was-validated .p-order-online select.c-derivatives-filters__select:valid, .p-order-online .was-validated select.c-derivatives-filters__select:valid, .was-validated .p-order-online select.g-deal-options__select:valid, .p-order-online .was-validated select.g-deal-options__select:valid, .was-validated .p-order-online select.g-deal-features__select:valid, .p-order-online .was-validated select.g-deal-features__select:valid, .was-validated .p-order-online .g-review-articles__main select.g-review-articles__select:valid, .p-order-online .g-review-articles__main .was-validated select.g-review-articles__select:valid, .was-validated .g-review-articles__main .p-order-online select.g-review-articles__select:valid, .g-review-articles__main .p-order-online .was-validated select.g-review-articles__select:valid,
.was-validated .p-personal-credit-application select.b-form-select:valid,
.was-validated .p-personal-credit-application .p-author-profile select.p-author-profile__sort-select:valid,
.p-author-profile .was-validated .p-personal-credit-application select.p-author-profile__sort-select:valid,
.p-personal-credit-application .was-validated select.b-form-select:valid,
.p-personal-credit-application .was-validated .p-author-profile select.p-author-profile__sort-select:valid,
.p-author-profile .p-personal-credit-application .was-validated select.p-author-profile__sort-select:valid,
.was-validated .p-personal-credit-application select.c-search__form-select:valid,
.p-personal-credit-application .was-validated select.c-search__form-select:valid,
.was-validated .p-personal-credit-application select.c-options__select:valid,
.p-personal-credit-application .was-validated select.c-options__select:valid,
.was-validated .p-personal-credit-application select.c-derivatives-filters__select:valid,
.p-personal-credit-application .was-validated select.c-derivatives-filters__select:valid,
.was-validated .p-personal-credit-application select.g-deal-options__select:valid,
.p-personal-credit-application .was-validated select.g-deal-options__select:valid,
.was-validated .p-personal-credit-application select.g-deal-features__select:valid,
.p-personal-credit-application .was-validated select.g-deal-features__select:valid,
.was-validated .p-personal-credit-application .g-review-articles__main select.g-review-articles__select:valid,
.p-personal-credit-application .g-review-articles__main .was-validated select.g-review-articles__select:valid,
.was-validated .g-review-articles__main .p-personal-credit-application select.g-review-articles__select:valid,
.g-review-articles__main .p-personal-credit-application .was-validated select.g-review-articles__select:valid,
.was-validated .p-business-credit-application select.b-form-select:valid,
.was-validated .p-business-credit-application .p-author-profile select.p-author-profile__sort-select:valid,
.p-author-profile .was-validated .p-business-credit-application select.p-author-profile__sort-select:valid,
.p-business-credit-application .was-validated select.b-form-select:valid,
.p-business-credit-application .was-validated .p-author-profile select.p-author-profile__sort-select:valid,
.p-author-profile .p-business-credit-application .was-validated select.p-author-profile__sort-select:valid,
.was-validated .p-business-credit-application select.c-search__form-select:valid,
.p-business-credit-application .was-validated select.c-search__form-select:valid,
.was-validated .p-business-credit-application select.c-options__select:valid,
.p-business-credit-application .was-validated select.c-options__select:valid,
.was-validated .p-business-credit-application select.c-derivatives-filters__select:valid,
.p-business-credit-application .was-validated select.c-derivatives-filters__select:valid,
.was-validated .p-business-credit-application select.g-deal-options__select:valid,
.p-business-credit-application .was-validated select.g-deal-options__select:valid,
.was-validated .p-business-credit-application select.g-deal-features__select:valid,
.p-business-credit-application .was-validated select.g-deal-features__select:valid,
.was-validated .p-business-credit-application .g-review-articles__main select.g-review-articles__select:valid,
.p-business-credit-application .g-review-articles__main .was-validated select.g-review-articles__select:valid,
.was-validated .g-review-articles__main .p-business-credit-application select.g-review-articles__select:valid,
.g-review-articles__main .p-business-credit-application .was-validated select.g-review-articles__select:valid, .was-validated select.b-form-select:valid, .was-validated .p-author-profile select.p-author-profile__sort-select:valid, .p-author-profile .was-validated select.p-author-profile__sort-select:valid, .was-validated .g-review-articles__main select.g-review-articles__select:valid, .g-review-articles__main .was-validated select.g-review-articles__select:valid, .was-validated select.g-deal-features__select:valid, .was-validated select.g-deal-options__select:valid, .was-validated select.c-derivatives-filters__select:valid, .was-validated select.c-options__select:valid, .was-validated select.c-search__form-select:valid, .was-validated select.b-form-control-large:valid, .was-validated select.b-form-control:valid, .was-validated select.c-tabs__input:valid, .was-validated select.c-ar-contact-form__input:valid, .was-validated select.c-form-contact-footer__control:valid, .was-validated select.b-form-search__input:valid, select.form-control.is-valid, .p-order-online select.is-valid.b-form-select, .p-order-online .p-author-profile select.is-valid.p-author-profile__sort-select, .p-author-profile .p-order-online select.is-valid.p-author-profile__sort-select, .p-order-online select.is-valid.c-search__form-select, .p-order-online select.is-valid.c-options__select, .p-order-online select.is-valid.c-derivatives-filters__select, .p-order-online select.is-valid.g-deal-options__select, .p-order-online select.is-valid.g-deal-features__select, .p-order-online .g-review-articles__main select.is-valid.g-review-articles__select, .g-review-articles__main .p-order-online select.is-valid.g-review-articles__select,
.p-personal-credit-application select.is-valid.b-form-select,
.p-personal-credit-application .p-author-profile select.is-valid.p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application select.is-valid.p-author-profile__sort-select,
.p-personal-credit-application select.is-valid.c-search__form-select,
.p-personal-credit-application select.is-valid.c-options__select,
.p-personal-credit-application select.is-valid.c-derivatives-filters__select,
.p-personal-credit-application select.is-valid.g-deal-options__select,
.p-personal-credit-application select.is-valid.g-deal-features__select,
.p-personal-credit-application .g-review-articles__main select.is-valid.g-review-articles__select,
.g-review-articles__main .p-personal-credit-application select.is-valid.g-review-articles__select,
.p-business-credit-application select.is-valid.b-form-select,
.p-business-credit-application .p-author-profile select.is-valid.p-author-profile__sort-select,
.p-author-profile .p-business-credit-application select.is-valid.p-author-profile__sort-select,
.p-business-credit-application select.is-valid.c-search__form-select,
.p-business-credit-application select.is-valid.c-options__select,
.p-business-credit-application select.is-valid.c-derivatives-filters__select,
.p-business-credit-application select.is-valid.g-deal-options__select,
.p-business-credit-application select.is-valid.g-deal-features__select,
.p-business-credit-application .g-review-articles__main select.is-valid.g-review-articles__select,
.g-review-articles__main .p-business-credit-application select.is-valid.g-review-articles__select, select.is-valid.b-form-select, .p-author-profile select.is-valid.p-author-profile__sort-select, .g-review-articles__main select.is-valid.g-review-articles__select, select.is-valid.g-deal-features__select, select.is-valid.g-deal-options__select, select.is-valid.c-derivatives-filters__select, select.is-valid.c-options__select, select.is-valid.c-search__form-select, select.is-valid.b-form-control-large, select.is-valid.b-form-control, select.is-valid.c-tabs__input, select.is-valid.c-ar-contact-form__input, select.is-valid.c-form-contact-footer__control, select.is-valid.b-form-search__input {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

/* line 2677, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated textarea.form-control:valid, .was-validated .p-order-online textarea.b-form-select:valid, .was-validated .p-order-online .p-author-profile textarea.p-author-profile__sort-select:valid, .p-author-profile .was-validated .p-order-online textarea.p-author-profile__sort-select:valid, .p-order-online .was-validated textarea.b-form-select:valid, .p-order-online .was-validated .p-author-profile textarea.p-author-profile__sort-select:valid, .p-author-profile .p-order-online .was-validated textarea.p-author-profile__sort-select:valid, .was-validated .p-order-online textarea.c-search__form-select:valid, .p-order-online .was-validated textarea.c-search__form-select:valid, .was-validated .p-order-online textarea.c-options__select:valid, .p-order-online .was-validated textarea.c-options__select:valid, .was-validated .p-order-online textarea.c-derivatives-filters__select:valid, .p-order-online .was-validated textarea.c-derivatives-filters__select:valid, .was-validated .p-order-online textarea.g-deal-options__select:valid, .p-order-online .was-validated textarea.g-deal-options__select:valid, .was-validated .p-order-online textarea.g-deal-features__select:valid, .p-order-online .was-validated textarea.g-deal-features__select:valid, .was-validated .p-order-online .g-review-articles__main textarea.g-review-articles__select:valid, .p-order-online .g-review-articles__main .was-validated textarea.g-review-articles__select:valid, .was-validated .g-review-articles__main .p-order-online textarea.g-review-articles__select:valid, .g-review-articles__main .p-order-online .was-validated textarea.g-review-articles__select:valid,
.was-validated .p-personal-credit-application textarea.b-form-select:valid,
.was-validated .p-personal-credit-application .p-author-profile textarea.p-author-profile__sort-select:valid,
.p-author-profile .was-validated .p-personal-credit-application textarea.p-author-profile__sort-select:valid,
.p-personal-credit-application .was-validated textarea.b-form-select:valid,
.p-personal-credit-application .was-validated .p-author-profile textarea.p-author-profile__sort-select:valid,
.p-author-profile .p-personal-credit-application .was-validated textarea.p-author-profile__sort-select:valid,
.was-validated .p-personal-credit-application textarea.c-search__form-select:valid,
.p-personal-credit-application .was-validated textarea.c-search__form-select:valid,
.was-validated .p-personal-credit-application textarea.c-options__select:valid,
.p-personal-credit-application .was-validated textarea.c-options__select:valid,
.was-validated .p-personal-credit-application textarea.c-derivatives-filters__select:valid,
.p-personal-credit-application .was-validated textarea.c-derivatives-filters__select:valid,
.was-validated .p-personal-credit-application textarea.g-deal-options__select:valid,
.p-personal-credit-application .was-validated textarea.g-deal-options__select:valid,
.was-validated .p-personal-credit-application textarea.g-deal-features__select:valid,
.p-personal-credit-application .was-validated textarea.g-deal-features__select:valid,
.was-validated .p-personal-credit-application .g-review-articles__main textarea.g-review-articles__select:valid,
.p-personal-credit-application .g-review-articles__main .was-validated textarea.g-review-articles__select:valid,
.was-validated .g-review-articles__main .p-personal-credit-application textarea.g-review-articles__select:valid,
.g-review-articles__main .p-personal-credit-application .was-validated textarea.g-review-articles__select:valid,
.was-validated .p-business-credit-application textarea.b-form-select:valid,
.was-validated .p-business-credit-application .p-author-profile textarea.p-author-profile__sort-select:valid,
.p-author-profile .was-validated .p-business-credit-application textarea.p-author-profile__sort-select:valid,
.p-business-credit-application .was-validated textarea.b-form-select:valid,
.p-business-credit-application .was-validated .p-author-profile textarea.p-author-profile__sort-select:valid,
.p-author-profile .p-business-credit-application .was-validated textarea.p-author-profile__sort-select:valid,
.was-validated .p-business-credit-application textarea.c-search__form-select:valid,
.p-business-credit-application .was-validated textarea.c-search__form-select:valid,
.was-validated .p-business-credit-application textarea.c-options__select:valid,
.p-business-credit-application .was-validated textarea.c-options__select:valid,
.was-validated .p-business-credit-application textarea.c-derivatives-filters__select:valid,
.p-business-credit-application .was-validated textarea.c-derivatives-filters__select:valid,
.was-validated .p-business-credit-application textarea.g-deal-options__select:valid,
.p-business-credit-application .was-validated textarea.g-deal-options__select:valid,
.was-validated .p-business-credit-application textarea.g-deal-features__select:valid,
.p-business-credit-application .was-validated textarea.g-deal-features__select:valid,
.was-validated .p-business-credit-application .g-review-articles__main textarea.g-review-articles__select:valid,
.p-business-credit-application .g-review-articles__main .was-validated textarea.g-review-articles__select:valid,
.was-validated .g-review-articles__main .p-business-credit-application textarea.g-review-articles__select:valid,
.g-review-articles__main .p-business-credit-application .was-validated textarea.g-review-articles__select:valid, .was-validated textarea.b-form-select:valid, .was-validated .p-author-profile textarea.p-author-profile__sort-select:valid, .p-author-profile .was-validated textarea.p-author-profile__sort-select:valid, .was-validated .g-review-articles__main textarea.g-review-articles__select:valid, .g-review-articles__main .was-validated textarea.g-review-articles__select:valid, .was-validated textarea.g-deal-features__select:valid, .was-validated textarea.g-deal-options__select:valid, .was-validated textarea.c-derivatives-filters__select:valid, .was-validated textarea.c-options__select:valid, .was-validated textarea.c-search__form-select:valid, .was-validated textarea.b-form-control-large:valid, .was-validated textarea.b-form-control:valid, .was-validated textarea.c-tabs__input:valid, .was-validated textarea.c-ar-contact-form__input:valid, .was-validated textarea.c-form-contact-footer__control:valid, .was-validated textarea.b-form-search__input:valid, textarea.form-control.is-valid, .p-order-online textarea.is-valid.b-form-select, .p-order-online .p-author-profile textarea.is-valid.p-author-profile__sort-select, .p-author-profile .p-order-online textarea.is-valid.p-author-profile__sort-select, .p-order-online textarea.is-valid.c-search__form-select, .p-order-online textarea.is-valid.c-options__select, .p-order-online textarea.is-valid.c-derivatives-filters__select, .p-order-online textarea.is-valid.g-deal-options__select, .p-order-online textarea.is-valid.g-deal-features__select, .p-order-online .g-review-articles__main textarea.is-valid.g-review-articles__select, .g-review-articles__main .p-order-online textarea.is-valid.g-review-articles__select,
.p-personal-credit-application textarea.is-valid.b-form-select,
.p-personal-credit-application .p-author-profile textarea.is-valid.p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application textarea.is-valid.p-author-profile__sort-select,
.p-personal-credit-application textarea.is-valid.c-search__form-select,
.p-personal-credit-application textarea.is-valid.c-options__select,
.p-personal-credit-application textarea.is-valid.c-derivatives-filters__select,
.p-personal-credit-application textarea.is-valid.g-deal-options__select,
.p-personal-credit-application textarea.is-valid.g-deal-features__select,
.p-personal-credit-application .g-review-articles__main textarea.is-valid.g-review-articles__select,
.g-review-articles__main .p-personal-credit-application textarea.is-valid.g-review-articles__select,
.p-business-credit-application textarea.is-valid.b-form-select,
.p-business-credit-application .p-author-profile textarea.is-valid.p-author-profile__sort-select,
.p-author-profile .p-business-credit-application textarea.is-valid.p-author-profile__sort-select,
.p-business-credit-application textarea.is-valid.c-search__form-select,
.p-business-credit-application textarea.is-valid.c-options__select,
.p-business-credit-application textarea.is-valid.c-derivatives-filters__select,
.p-business-credit-application textarea.is-valid.g-deal-options__select,
.p-business-credit-application textarea.is-valid.g-deal-features__select,
.p-business-credit-application .g-review-articles__main textarea.is-valid.g-review-articles__select,
.g-review-articles__main .p-business-credit-application textarea.is-valid.g-review-articles__select, textarea.is-valid.b-form-select, .p-author-profile textarea.is-valid.p-author-profile__sort-select, .g-review-articles__main textarea.is-valid.g-review-articles__select, textarea.is-valid.g-deal-features__select, textarea.is-valid.g-deal-options__select, textarea.is-valid.c-derivatives-filters__select, textarea.is-valid.c-options__select, textarea.is-valid.c-search__form-select, textarea.is-valid.b-form-control-large, textarea.is-valid.b-form-control, textarea.is-valid.c-tabs__input, textarea.is-valid.c-ar-contact-form__input, textarea.is-valid.c-form-contact-footer__control, textarea.is-valid.b-form-search__input {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

/* line 2742, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }

/* line 2747, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

/* line 2752, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .b-form-check__label, .was-validated .b-form-check__input:valid ~ .form-check-label, .was-validated .b-form-check__input:valid ~ .b-form-check__label, .form-check-input.is-valid ~ .form-check-label, .form-check-input.is-valid ~ .b-form-check__label, .is-valid.b-form-check__input ~ .form-check-label, .is-valid.b-form-check__input ~ .b-form-check__label {
  color: #28a745; }

/* line 2755, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .b-form-check__input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.was-validated .b-form-check__input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .is-valid.b-form-check__input ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.is-valid.b-form-check__input ~ .valid-tooltip {
  display: block; }

/* line 2763, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .c-list-table__label, .was-validated .c-list-table__input:valid ~ .custom-control-label, .was-validated .c-list-table__input:valid ~ .c-list-table__label, .custom-control-input.is-valid ~ .custom-control-label, .custom-control-input.is-valid ~ .c-list-table__label, .is-valid.c-list-table__input ~ .custom-control-label, .is-valid.c-list-table__input ~ .c-list-table__label {
  color: #28a745; }

/* line 2766, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .c-list-table__label::before, .was-validated .c-list-table__input:valid ~ .custom-control-label::before, .was-validated .c-list-table__input:valid ~ .c-list-table__label::before, .custom-control-input.is-valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .c-list-table__label::before, .is-valid.c-list-table__input ~ .custom-control-label::before, .is-valid.c-list-table__input ~ .c-list-table__label::before {
  border-color: #28a745; }

/* line 2769, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .c-list-table__label::before, .was-validated .c-list-table__input:valid:checked ~ .custom-control-label::before, .was-validated .c-list-table__input:valid:checked ~ .c-list-table__label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .c-list-table__label::before, .is-valid.c-list-table__input:checked ~ .custom-control-label::before, .is-valid.c-list-table__input:checked ~ .c-list-table__label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

/* line 2773, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .c-list-table__label::before, .was-validated .c-list-table__input:valid:focus ~ .custom-control-label::before, .was-validated .c-list-table__input:valid:focus ~ .c-list-table__label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .c-list-table__label::before, .is-valid.c-list-table__input:focus ~ .custom-control-label::before, .is-valid.c-list-table__input:focus ~ .c-list-table__label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

/* line 2776, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .c-list-table__label::before, .was-validated .c-list-table__input:valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .c-list-table__input:valid:focus:not(:checked) ~ .c-list-table__label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .c-list-table__label::before, .is-valid.c-list-table__input:focus:not(:checked) ~ .custom-control-label::before, .is-valid.c-list-table__input:focus:not(:checked) ~ .c-list-table__label::before {
  border-color: #28a745; }

/* line 2780, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

/* line 2783, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

/* line 2788, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545; }

/* line 2796, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

/* line 2811, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px; }

/* line 2815, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 2822, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .form-control:invalid, .was-validated .p-order-online .b-form-select:invalid, .was-validated .p-order-online .p-author-profile .p-author-profile__sort-select:invalid, .p-author-profile .was-validated .p-order-online .p-author-profile__sort-select:invalid, .p-order-online .was-validated .b-form-select:invalid, .p-order-online .was-validated .p-author-profile .p-author-profile__sort-select:invalid, .p-author-profile .p-order-online .was-validated .p-author-profile__sort-select:invalid, .was-validated .p-order-online .c-search__form-select:invalid, .p-order-online .was-validated .c-search__form-select:invalid, .was-validated .p-order-online .c-options__select:invalid, .p-order-online .was-validated .c-options__select:invalid, .was-validated .p-order-online .c-derivatives-filters__select:invalid, .p-order-online .was-validated .c-derivatives-filters__select:invalid, .was-validated .p-order-online .g-deal-options__select:invalid, .p-order-online .was-validated .g-deal-options__select:invalid, .was-validated .p-order-online .g-deal-features__select:invalid, .p-order-online .was-validated .g-deal-features__select:invalid, .was-validated .p-order-online .g-review-articles__main .g-review-articles__select:invalid, .p-order-online .g-review-articles__main .was-validated .g-review-articles__select:invalid, .was-validated .g-review-articles__main .p-order-online .g-review-articles__select:invalid, .g-review-articles__main .p-order-online .was-validated .g-review-articles__select:invalid,
.was-validated .p-personal-credit-application .b-form-select:invalid,
.was-validated .p-personal-credit-application .p-author-profile .p-author-profile__sort-select:invalid,
.p-author-profile .was-validated .p-personal-credit-application .p-author-profile__sort-select:invalid,
.p-personal-credit-application .was-validated .b-form-select:invalid,
.p-personal-credit-application .was-validated .p-author-profile .p-author-profile__sort-select:invalid,
.p-author-profile .p-personal-credit-application .was-validated .p-author-profile__sort-select:invalid,
.was-validated .p-personal-credit-application .c-search__form-select:invalid,
.p-personal-credit-application .was-validated .c-search__form-select:invalid,
.was-validated .p-personal-credit-application .c-options__select:invalid,
.p-personal-credit-application .was-validated .c-options__select:invalid,
.was-validated .p-personal-credit-application .c-derivatives-filters__select:invalid,
.p-personal-credit-application .was-validated .c-derivatives-filters__select:invalid,
.was-validated .p-personal-credit-application .g-deal-options__select:invalid,
.p-personal-credit-application .was-validated .g-deal-options__select:invalid,
.was-validated .p-personal-credit-application .g-deal-features__select:invalid,
.p-personal-credit-application .was-validated .g-deal-features__select:invalid,
.was-validated .p-personal-credit-application .g-review-articles__main .g-review-articles__select:invalid,
.p-personal-credit-application .g-review-articles__main .was-validated .g-review-articles__select:invalid,
.was-validated .g-review-articles__main .p-personal-credit-application .g-review-articles__select:invalid,
.g-review-articles__main .p-personal-credit-application .was-validated .g-review-articles__select:invalid,
.was-validated .p-business-credit-application .b-form-select:invalid,
.was-validated .p-business-credit-application .p-author-profile .p-author-profile__sort-select:invalid,
.p-author-profile .was-validated .p-business-credit-application .p-author-profile__sort-select:invalid,
.p-business-credit-application .was-validated .b-form-select:invalid,
.p-business-credit-application .was-validated .p-author-profile .p-author-profile__sort-select:invalid,
.p-author-profile .p-business-credit-application .was-validated .p-author-profile__sort-select:invalid,
.was-validated .p-business-credit-application .c-search__form-select:invalid,
.p-business-credit-application .was-validated .c-search__form-select:invalid,
.was-validated .p-business-credit-application .c-options__select:invalid,
.p-business-credit-application .was-validated .c-options__select:invalid,
.was-validated .p-business-credit-application .c-derivatives-filters__select:invalid,
.p-business-credit-application .was-validated .c-derivatives-filters__select:invalid,
.was-validated .p-business-credit-application .g-deal-options__select:invalid,
.p-business-credit-application .was-validated .g-deal-options__select:invalid,
.was-validated .p-business-credit-application .g-deal-features__select:invalid,
.p-business-credit-application .was-validated .g-deal-features__select:invalid,
.was-validated .p-business-credit-application .g-review-articles__main .g-review-articles__select:invalid,
.p-business-credit-application .g-review-articles__main .was-validated .g-review-articles__select:invalid,
.was-validated .g-review-articles__main .p-business-credit-application .g-review-articles__select:invalid,
.g-review-articles__main .p-business-credit-application .was-validated .g-review-articles__select:invalid, .was-validated .b-form-select:invalid, .was-validated .p-author-profile .p-author-profile__sort-select:invalid, .p-author-profile .was-validated .p-author-profile__sort-select:invalid, .was-validated .g-review-articles__main .g-review-articles__select:invalid, .g-review-articles__main .was-validated .g-review-articles__select:invalid, .was-validated .g-deal-features__select:invalid, .was-validated .g-deal-options__select:invalid, .was-validated .c-derivatives-filters__select:invalid, .was-validated .c-options__select:invalid, .was-validated .c-search__form-select:invalid, .was-validated .b-form-control-large:invalid, .was-validated .b-form-control:invalid, .was-validated .c-tabs__input:invalid, .was-validated .c-ar-contact-form__input:invalid, .was-validated .c-form-contact-footer__control:invalid, .was-validated .b-form-search__input:invalid, .form-control.is-invalid, .p-order-online .is-invalid.b-form-select, .p-order-online .p-author-profile .is-invalid.p-author-profile__sort-select, .p-author-profile .p-order-online .is-invalid.p-author-profile__sort-select, .p-order-online .is-invalid.c-search__form-select, .p-order-online .is-invalid.c-options__select, .p-order-online .is-invalid.c-derivatives-filters__select, .p-order-online .is-invalid.g-deal-options__select, .p-order-online .is-invalid.g-deal-features__select, .p-order-online .g-review-articles__main .is-invalid.g-review-articles__select, .g-review-articles__main .p-order-online .is-invalid.g-review-articles__select,
.p-personal-credit-application .is-invalid.b-form-select,
.p-personal-credit-application .p-author-profile .is-invalid.p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .is-invalid.p-author-profile__sort-select,
.p-personal-credit-application .is-invalid.c-search__form-select,
.p-personal-credit-application .is-invalid.c-options__select,
.p-personal-credit-application .is-invalid.c-derivatives-filters__select,
.p-personal-credit-application .is-invalid.g-deal-options__select,
.p-personal-credit-application .is-invalid.g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .is-invalid.g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .is-invalid.g-review-articles__select,
.p-business-credit-application .is-invalid.b-form-select,
.p-business-credit-application .p-author-profile .is-invalid.p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .is-invalid.p-author-profile__sort-select,
.p-business-credit-application .is-invalid.c-search__form-select,
.p-business-credit-application .is-invalid.c-options__select,
.p-business-credit-application .is-invalid.c-derivatives-filters__select,
.p-business-credit-application .is-invalid.g-deal-options__select,
.p-business-credit-application .is-invalid.g-deal-features__select,
.p-business-credit-application .g-review-articles__main .is-invalid.g-review-articles__select,
.g-review-articles__main .p-business-credit-application .is-invalid.g-review-articles__select, .is-invalid.b-form-select, .p-author-profile .is-invalid.p-author-profile__sort-select, .g-review-articles__main .is-invalid.g-review-articles__select, .is-invalid.g-deal-features__select, .is-invalid.g-deal-options__select, .is-invalid.c-derivatives-filters__select, .is-invalid.c-options__select, .is-invalid.c-search__form-select, .is-invalid.b-form-control-large, .is-invalid.b-form-control, .is-invalid.c-tabs__input, .is-invalid.c-ar-contact-form__input, .is-invalid.c-form-contact-footer__control, .is-invalid.b-form-search__input {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

/* line 2890, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .form-control:invalid:focus, .was-validated .p-order-online .b-form-select:invalid:focus, .was-validated .p-order-online .p-author-profile .p-author-profile__sort-select:invalid:focus, .p-author-profile .was-validated .p-order-online .p-author-profile__sort-select:invalid:focus, .p-order-online .was-validated .b-form-select:invalid:focus, .p-order-online .was-validated .p-author-profile .p-author-profile__sort-select:invalid:focus, .p-author-profile .p-order-online .was-validated .p-author-profile__sort-select:invalid:focus, .was-validated .p-order-online .c-search__form-select:invalid:focus, .p-order-online .was-validated .c-search__form-select:invalid:focus, .was-validated .p-order-online .c-options__select:invalid:focus, .p-order-online .was-validated .c-options__select:invalid:focus, .was-validated .p-order-online .c-derivatives-filters__select:invalid:focus, .p-order-online .was-validated .c-derivatives-filters__select:invalid:focus, .was-validated .p-order-online .g-deal-options__select:invalid:focus, .p-order-online .was-validated .g-deal-options__select:invalid:focus, .was-validated .p-order-online .g-deal-features__select:invalid:focus, .p-order-online .was-validated .g-deal-features__select:invalid:focus, .was-validated .p-order-online .g-review-articles__main .g-review-articles__select:invalid:focus, .p-order-online .g-review-articles__main .was-validated .g-review-articles__select:invalid:focus, .was-validated .g-review-articles__main .p-order-online .g-review-articles__select:invalid:focus, .g-review-articles__main .p-order-online .was-validated .g-review-articles__select:invalid:focus,
.was-validated .p-personal-credit-application .b-form-select:invalid:focus,
.was-validated .p-personal-credit-application .p-author-profile .p-author-profile__sort-select:invalid:focus,
.p-author-profile .was-validated .p-personal-credit-application .p-author-profile__sort-select:invalid:focus,
.p-personal-credit-application .was-validated .b-form-select:invalid:focus,
.p-personal-credit-application .was-validated .p-author-profile .p-author-profile__sort-select:invalid:focus,
.p-author-profile .p-personal-credit-application .was-validated .p-author-profile__sort-select:invalid:focus,
.was-validated .p-personal-credit-application .c-search__form-select:invalid:focus,
.p-personal-credit-application .was-validated .c-search__form-select:invalid:focus,
.was-validated .p-personal-credit-application .c-options__select:invalid:focus,
.p-personal-credit-application .was-validated .c-options__select:invalid:focus,
.was-validated .p-personal-credit-application .c-derivatives-filters__select:invalid:focus,
.p-personal-credit-application .was-validated .c-derivatives-filters__select:invalid:focus,
.was-validated .p-personal-credit-application .g-deal-options__select:invalid:focus,
.p-personal-credit-application .was-validated .g-deal-options__select:invalid:focus,
.was-validated .p-personal-credit-application .g-deal-features__select:invalid:focus,
.p-personal-credit-application .was-validated .g-deal-features__select:invalid:focus,
.was-validated .p-personal-credit-application .g-review-articles__main .g-review-articles__select:invalid:focus,
.p-personal-credit-application .g-review-articles__main .was-validated .g-review-articles__select:invalid:focus,
.was-validated .g-review-articles__main .p-personal-credit-application .g-review-articles__select:invalid:focus,
.g-review-articles__main .p-personal-credit-application .was-validated .g-review-articles__select:invalid:focus,
.was-validated .p-business-credit-application .b-form-select:invalid:focus,
.was-validated .p-business-credit-application .p-author-profile .p-author-profile__sort-select:invalid:focus,
.p-author-profile .was-validated .p-business-credit-application .p-author-profile__sort-select:invalid:focus,
.p-business-credit-application .was-validated .b-form-select:invalid:focus,
.p-business-credit-application .was-validated .p-author-profile .p-author-profile__sort-select:invalid:focus,
.p-author-profile .p-business-credit-application .was-validated .p-author-profile__sort-select:invalid:focus,
.was-validated .p-business-credit-application .c-search__form-select:invalid:focus,
.p-business-credit-application .was-validated .c-search__form-select:invalid:focus,
.was-validated .p-business-credit-application .c-options__select:invalid:focus,
.p-business-credit-application .was-validated .c-options__select:invalid:focus,
.was-validated .p-business-credit-application .c-derivatives-filters__select:invalid:focus,
.p-business-credit-application .was-validated .c-derivatives-filters__select:invalid:focus,
.was-validated .p-business-credit-application .g-deal-options__select:invalid:focus,
.p-business-credit-application .was-validated .g-deal-options__select:invalid:focus,
.was-validated .p-business-credit-application .g-deal-features__select:invalid:focus,
.p-business-credit-application .was-validated .g-deal-features__select:invalid:focus,
.was-validated .p-business-credit-application .g-review-articles__main .g-review-articles__select:invalid:focus,
.p-business-credit-application .g-review-articles__main .was-validated .g-review-articles__select:invalid:focus,
.was-validated .g-review-articles__main .p-business-credit-application .g-review-articles__select:invalid:focus,
.g-review-articles__main .p-business-credit-application .was-validated .g-review-articles__select:invalid:focus, .was-validated .b-form-select:invalid:focus, .was-validated .p-author-profile .p-author-profile__sort-select:invalid:focus, .p-author-profile .was-validated .p-author-profile__sort-select:invalid:focus, .was-validated .g-review-articles__main .g-review-articles__select:invalid:focus, .g-review-articles__main .was-validated .g-review-articles__select:invalid:focus, .was-validated .g-deal-features__select:invalid:focus, .was-validated .g-deal-options__select:invalid:focus, .was-validated .c-derivatives-filters__select:invalid:focus, .was-validated .c-options__select:invalid:focus, .was-validated .c-search__form-select:invalid:focus, .was-validated .b-form-control-large:invalid:focus, .was-validated .b-form-control:invalid:focus, .was-validated .c-tabs__input:invalid:focus, .was-validated .c-ar-contact-form__input:invalid:focus, .was-validated .c-form-contact-footer__control:invalid:focus, .was-validated .b-form-search__input:invalid:focus, .form-control.is-invalid:focus, .p-order-online .is-invalid.b-form-select:focus, .p-order-online .p-author-profile .is-invalid.p-author-profile__sort-select:focus, .p-author-profile .p-order-online .is-invalid.p-author-profile__sort-select:focus, .p-order-online .is-invalid.c-search__form-select:focus, .p-order-online .is-invalid.c-options__select:focus, .p-order-online .is-invalid.c-derivatives-filters__select:focus, .p-order-online .is-invalid.g-deal-options__select:focus, .p-order-online .is-invalid.g-deal-features__select:focus, .p-order-online .g-review-articles__main .is-invalid.g-review-articles__select:focus, .g-review-articles__main .p-order-online .is-invalid.g-review-articles__select:focus,
.p-personal-credit-application .is-invalid.b-form-select:focus,
.p-personal-credit-application .p-author-profile .is-invalid.p-author-profile__sort-select:focus,
.p-author-profile .p-personal-credit-application .is-invalid.p-author-profile__sort-select:focus,
.p-personal-credit-application .is-invalid.c-search__form-select:focus,
.p-personal-credit-application .is-invalid.c-options__select:focus,
.p-personal-credit-application .is-invalid.c-derivatives-filters__select:focus,
.p-personal-credit-application .is-invalid.g-deal-options__select:focus,
.p-personal-credit-application .is-invalid.g-deal-features__select:focus,
.p-personal-credit-application .g-review-articles__main .is-invalid.g-review-articles__select:focus,
.g-review-articles__main .p-personal-credit-application .is-invalid.g-review-articles__select:focus,
.p-business-credit-application .is-invalid.b-form-select:focus,
.p-business-credit-application .p-author-profile .is-invalid.p-author-profile__sort-select:focus,
.p-author-profile .p-business-credit-application .is-invalid.p-author-profile__sort-select:focus,
.p-business-credit-application .is-invalid.c-search__form-select:focus,
.p-business-credit-application .is-invalid.c-options__select:focus,
.p-business-credit-application .is-invalid.c-derivatives-filters__select:focus,
.p-business-credit-application .is-invalid.g-deal-options__select:focus,
.p-business-credit-application .is-invalid.g-deal-features__select:focus,
.p-business-credit-application .g-review-articles__main .is-invalid.g-review-articles__select:focus,
.g-review-articles__main .p-business-credit-application .is-invalid.g-review-articles__select:focus, .is-invalid.b-form-select:focus, .p-author-profile .is-invalid.p-author-profile__sort-select:focus, .g-review-articles__main .is-invalid.g-review-articles__select:focus, .is-invalid.g-deal-features__select:focus, .is-invalid.g-deal-options__select:focus, .is-invalid.c-derivatives-filters__select:focus, .is-invalid.c-options__select:focus, .is-invalid.c-search__form-select:focus, .is-invalid.b-form-control-large:focus, .is-invalid.b-form-control:focus, .is-invalid.c-tabs__input:focus, .is-invalid.c-ar-contact-form__input:focus, .is-invalid.c-form-contact-footer__control:focus, .is-invalid.b-form-search__input:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

/* line 2955, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated select.form-control:invalid, .was-validated .p-order-online select.b-form-select:invalid, .was-validated .p-order-online .p-author-profile select.p-author-profile__sort-select:invalid, .p-author-profile .was-validated .p-order-online select.p-author-profile__sort-select:invalid, .p-order-online .was-validated select.b-form-select:invalid, .p-order-online .was-validated .p-author-profile select.p-author-profile__sort-select:invalid, .p-author-profile .p-order-online .was-validated select.p-author-profile__sort-select:invalid, .was-validated .p-order-online select.c-search__form-select:invalid, .p-order-online .was-validated select.c-search__form-select:invalid, .was-validated .p-order-online select.c-options__select:invalid, .p-order-online .was-validated select.c-options__select:invalid, .was-validated .p-order-online select.c-derivatives-filters__select:invalid, .p-order-online .was-validated select.c-derivatives-filters__select:invalid, .was-validated .p-order-online select.g-deal-options__select:invalid, .p-order-online .was-validated select.g-deal-options__select:invalid, .was-validated .p-order-online select.g-deal-features__select:invalid, .p-order-online .was-validated select.g-deal-features__select:invalid, .was-validated .p-order-online .g-review-articles__main select.g-review-articles__select:invalid, .p-order-online .g-review-articles__main .was-validated select.g-review-articles__select:invalid, .was-validated .g-review-articles__main .p-order-online select.g-review-articles__select:invalid, .g-review-articles__main .p-order-online .was-validated select.g-review-articles__select:invalid,
.was-validated .p-personal-credit-application select.b-form-select:invalid,
.was-validated .p-personal-credit-application .p-author-profile select.p-author-profile__sort-select:invalid,
.p-author-profile .was-validated .p-personal-credit-application select.p-author-profile__sort-select:invalid,
.p-personal-credit-application .was-validated select.b-form-select:invalid,
.p-personal-credit-application .was-validated .p-author-profile select.p-author-profile__sort-select:invalid,
.p-author-profile .p-personal-credit-application .was-validated select.p-author-profile__sort-select:invalid,
.was-validated .p-personal-credit-application select.c-search__form-select:invalid,
.p-personal-credit-application .was-validated select.c-search__form-select:invalid,
.was-validated .p-personal-credit-application select.c-options__select:invalid,
.p-personal-credit-application .was-validated select.c-options__select:invalid,
.was-validated .p-personal-credit-application select.c-derivatives-filters__select:invalid,
.p-personal-credit-application .was-validated select.c-derivatives-filters__select:invalid,
.was-validated .p-personal-credit-application select.g-deal-options__select:invalid,
.p-personal-credit-application .was-validated select.g-deal-options__select:invalid,
.was-validated .p-personal-credit-application select.g-deal-features__select:invalid,
.p-personal-credit-application .was-validated select.g-deal-features__select:invalid,
.was-validated .p-personal-credit-application .g-review-articles__main select.g-review-articles__select:invalid,
.p-personal-credit-application .g-review-articles__main .was-validated select.g-review-articles__select:invalid,
.was-validated .g-review-articles__main .p-personal-credit-application select.g-review-articles__select:invalid,
.g-review-articles__main .p-personal-credit-application .was-validated select.g-review-articles__select:invalid,
.was-validated .p-business-credit-application select.b-form-select:invalid,
.was-validated .p-business-credit-application .p-author-profile select.p-author-profile__sort-select:invalid,
.p-author-profile .was-validated .p-business-credit-application select.p-author-profile__sort-select:invalid,
.p-business-credit-application .was-validated select.b-form-select:invalid,
.p-business-credit-application .was-validated .p-author-profile select.p-author-profile__sort-select:invalid,
.p-author-profile .p-business-credit-application .was-validated select.p-author-profile__sort-select:invalid,
.was-validated .p-business-credit-application select.c-search__form-select:invalid,
.p-business-credit-application .was-validated select.c-search__form-select:invalid,
.was-validated .p-business-credit-application select.c-options__select:invalid,
.p-business-credit-application .was-validated select.c-options__select:invalid,
.was-validated .p-business-credit-application select.c-derivatives-filters__select:invalid,
.p-business-credit-application .was-validated select.c-derivatives-filters__select:invalid,
.was-validated .p-business-credit-application select.g-deal-options__select:invalid,
.p-business-credit-application .was-validated select.g-deal-options__select:invalid,
.was-validated .p-business-credit-application select.g-deal-features__select:invalid,
.p-business-credit-application .was-validated select.g-deal-features__select:invalid,
.was-validated .p-business-credit-application .g-review-articles__main select.g-review-articles__select:invalid,
.p-business-credit-application .g-review-articles__main .was-validated select.g-review-articles__select:invalid,
.was-validated .g-review-articles__main .p-business-credit-application select.g-review-articles__select:invalid,
.g-review-articles__main .p-business-credit-application .was-validated select.g-review-articles__select:invalid, .was-validated select.b-form-select:invalid, .was-validated .p-author-profile select.p-author-profile__sort-select:invalid, .p-author-profile .was-validated select.p-author-profile__sort-select:invalid, .was-validated .g-review-articles__main select.g-review-articles__select:invalid, .g-review-articles__main .was-validated select.g-review-articles__select:invalid, .was-validated select.g-deal-features__select:invalid, .was-validated select.g-deal-options__select:invalid, .was-validated select.c-derivatives-filters__select:invalid, .was-validated select.c-options__select:invalid, .was-validated select.c-search__form-select:invalid, .was-validated select.b-form-control-large:invalid, .was-validated select.b-form-control:invalid, .was-validated select.c-tabs__input:invalid, .was-validated select.c-ar-contact-form__input:invalid, .was-validated select.c-form-contact-footer__control:invalid, .was-validated select.b-form-search__input:invalid, select.form-control.is-invalid, .p-order-online select.is-invalid.b-form-select, .p-order-online .p-author-profile select.is-invalid.p-author-profile__sort-select, .p-author-profile .p-order-online select.is-invalid.p-author-profile__sort-select, .p-order-online select.is-invalid.c-search__form-select, .p-order-online select.is-invalid.c-options__select, .p-order-online select.is-invalid.c-derivatives-filters__select, .p-order-online select.is-invalid.g-deal-options__select, .p-order-online select.is-invalid.g-deal-features__select, .p-order-online .g-review-articles__main select.is-invalid.g-review-articles__select, .g-review-articles__main .p-order-online select.is-invalid.g-review-articles__select,
.p-personal-credit-application select.is-invalid.b-form-select,
.p-personal-credit-application .p-author-profile select.is-invalid.p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application select.is-invalid.p-author-profile__sort-select,
.p-personal-credit-application select.is-invalid.c-search__form-select,
.p-personal-credit-application select.is-invalid.c-options__select,
.p-personal-credit-application select.is-invalid.c-derivatives-filters__select,
.p-personal-credit-application select.is-invalid.g-deal-options__select,
.p-personal-credit-application select.is-invalid.g-deal-features__select,
.p-personal-credit-application .g-review-articles__main select.is-invalid.g-review-articles__select,
.g-review-articles__main .p-personal-credit-application select.is-invalid.g-review-articles__select,
.p-business-credit-application select.is-invalid.b-form-select,
.p-business-credit-application .p-author-profile select.is-invalid.p-author-profile__sort-select,
.p-author-profile .p-business-credit-application select.is-invalid.p-author-profile__sort-select,
.p-business-credit-application select.is-invalid.c-search__form-select,
.p-business-credit-application select.is-invalid.c-options__select,
.p-business-credit-application select.is-invalid.c-derivatives-filters__select,
.p-business-credit-application select.is-invalid.g-deal-options__select,
.p-business-credit-application select.is-invalid.g-deal-features__select,
.p-business-credit-application .g-review-articles__main select.is-invalid.g-review-articles__select,
.g-review-articles__main .p-business-credit-application select.is-invalid.g-review-articles__select, select.is-invalid.b-form-select, .p-author-profile select.is-invalid.p-author-profile__sort-select, .g-review-articles__main select.is-invalid.g-review-articles__select, select.is-invalid.g-deal-features__select, select.is-invalid.g-deal-options__select, select.is-invalid.c-derivatives-filters__select, select.is-invalid.c-options__select, select.is-invalid.c-search__form-select, select.is-invalid.b-form-control-large, select.is-invalid.b-form-control, select.is-invalid.c-tabs__input, select.is-invalid.c-ar-contact-form__input, select.is-invalid.c-form-contact-footer__control, select.is-invalid.b-form-search__input {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

/* line 3020, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated textarea.form-control:invalid, .was-validated .p-order-online textarea.b-form-select:invalid, .was-validated .p-order-online .p-author-profile textarea.p-author-profile__sort-select:invalid, .p-author-profile .was-validated .p-order-online textarea.p-author-profile__sort-select:invalid, .p-order-online .was-validated textarea.b-form-select:invalid, .p-order-online .was-validated .p-author-profile textarea.p-author-profile__sort-select:invalid, .p-author-profile .p-order-online .was-validated textarea.p-author-profile__sort-select:invalid, .was-validated .p-order-online textarea.c-search__form-select:invalid, .p-order-online .was-validated textarea.c-search__form-select:invalid, .was-validated .p-order-online textarea.c-options__select:invalid, .p-order-online .was-validated textarea.c-options__select:invalid, .was-validated .p-order-online textarea.c-derivatives-filters__select:invalid, .p-order-online .was-validated textarea.c-derivatives-filters__select:invalid, .was-validated .p-order-online textarea.g-deal-options__select:invalid, .p-order-online .was-validated textarea.g-deal-options__select:invalid, .was-validated .p-order-online textarea.g-deal-features__select:invalid, .p-order-online .was-validated textarea.g-deal-features__select:invalid, .was-validated .p-order-online .g-review-articles__main textarea.g-review-articles__select:invalid, .p-order-online .g-review-articles__main .was-validated textarea.g-review-articles__select:invalid, .was-validated .g-review-articles__main .p-order-online textarea.g-review-articles__select:invalid, .g-review-articles__main .p-order-online .was-validated textarea.g-review-articles__select:invalid,
.was-validated .p-personal-credit-application textarea.b-form-select:invalid,
.was-validated .p-personal-credit-application .p-author-profile textarea.p-author-profile__sort-select:invalid,
.p-author-profile .was-validated .p-personal-credit-application textarea.p-author-profile__sort-select:invalid,
.p-personal-credit-application .was-validated textarea.b-form-select:invalid,
.p-personal-credit-application .was-validated .p-author-profile textarea.p-author-profile__sort-select:invalid,
.p-author-profile .p-personal-credit-application .was-validated textarea.p-author-profile__sort-select:invalid,
.was-validated .p-personal-credit-application textarea.c-search__form-select:invalid,
.p-personal-credit-application .was-validated textarea.c-search__form-select:invalid,
.was-validated .p-personal-credit-application textarea.c-options__select:invalid,
.p-personal-credit-application .was-validated textarea.c-options__select:invalid,
.was-validated .p-personal-credit-application textarea.c-derivatives-filters__select:invalid,
.p-personal-credit-application .was-validated textarea.c-derivatives-filters__select:invalid,
.was-validated .p-personal-credit-application textarea.g-deal-options__select:invalid,
.p-personal-credit-application .was-validated textarea.g-deal-options__select:invalid,
.was-validated .p-personal-credit-application textarea.g-deal-features__select:invalid,
.p-personal-credit-application .was-validated textarea.g-deal-features__select:invalid,
.was-validated .p-personal-credit-application .g-review-articles__main textarea.g-review-articles__select:invalid,
.p-personal-credit-application .g-review-articles__main .was-validated textarea.g-review-articles__select:invalid,
.was-validated .g-review-articles__main .p-personal-credit-application textarea.g-review-articles__select:invalid,
.g-review-articles__main .p-personal-credit-application .was-validated textarea.g-review-articles__select:invalid,
.was-validated .p-business-credit-application textarea.b-form-select:invalid,
.was-validated .p-business-credit-application .p-author-profile textarea.p-author-profile__sort-select:invalid,
.p-author-profile .was-validated .p-business-credit-application textarea.p-author-profile__sort-select:invalid,
.p-business-credit-application .was-validated textarea.b-form-select:invalid,
.p-business-credit-application .was-validated .p-author-profile textarea.p-author-profile__sort-select:invalid,
.p-author-profile .p-business-credit-application .was-validated textarea.p-author-profile__sort-select:invalid,
.was-validated .p-business-credit-application textarea.c-search__form-select:invalid,
.p-business-credit-application .was-validated textarea.c-search__form-select:invalid,
.was-validated .p-business-credit-application textarea.c-options__select:invalid,
.p-business-credit-application .was-validated textarea.c-options__select:invalid,
.was-validated .p-business-credit-application textarea.c-derivatives-filters__select:invalid,
.p-business-credit-application .was-validated textarea.c-derivatives-filters__select:invalid,
.was-validated .p-business-credit-application textarea.g-deal-options__select:invalid,
.p-business-credit-application .was-validated textarea.g-deal-options__select:invalid,
.was-validated .p-business-credit-application textarea.g-deal-features__select:invalid,
.p-business-credit-application .was-validated textarea.g-deal-features__select:invalid,
.was-validated .p-business-credit-application .g-review-articles__main textarea.g-review-articles__select:invalid,
.p-business-credit-application .g-review-articles__main .was-validated textarea.g-review-articles__select:invalid,
.was-validated .g-review-articles__main .p-business-credit-application textarea.g-review-articles__select:invalid,
.g-review-articles__main .p-business-credit-application .was-validated textarea.g-review-articles__select:invalid, .was-validated textarea.b-form-select:invalid, .was-validated .p-author-profile textarea.p-author-profile__sort-select:invalid, .p-author-profile .was-validated textarea.p-author-profile__sort-select:invalid, .was-validated .g-review-articles__main textarea.g-review-articles__select:invalid, .g-review-articles__main .was-validated textarea.g-review-articles__select:invalid, .was-validated textarea.g-deal-features__select:invalid, .was-validated textarea.g-deal-options__select:invalid, .was-validated textarea.c-derivatives-filters__select:invalid, .was-validated textarea.c-options__select:invalid, .was-validated textarea.c-search__form-select:invalid, .was-validated textarea.b-form-control-large:invalid, .was-validated textarea.b-form-control:invalid, .was-validated textarea.c-tabs__input:invalid, .was-validated textarea.c-ar-contact-form__input:invalid, .was-validated textarea.c-form-contact-footer__control:invalid, .was-validated textarea.b-form-search__input:invalid, textarea.form-control.is-invalid, .p-order-online textarea.is-invalid.b-form-select, .p-order-online .p-author-profile textarea.is-invalid.p-author-profile__sort-select, .p-author-profile .p-order-online textarea.is-invalid.p-author-profile__sort-select, .p-order-online textarea.is-invalid.c-search__form-select, .p-order-online textarea.is-invalid.c-options__select, .p-order-online textarea.is-invalid.c-derivatives-filters__select, .p-order-online textarea.is-invalid.g-deal-options__select, .p-order-online textarea.is-invalid.g-deal-features__select, .p-order-online .g-review-articles__main textarea.is-invalid.g-review-articles__select, .g-review-articles__main .p-order-online textarea.is-invalid.g-review-articles__select,
.p-personal-credit-application textarea.is-invalid.b-form-select,
.p-personal-credit-application .p-author-profile textarea.is-invalid.p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application textarea.is-invalid.p-author-profile__sort-select,
.p-personal-credit-application textarea.is-invalid.c-search__form-select,
.p-personal-credit-application textarea.is-invalid.c-options__select,
.p-personal-credit-application textarea.is-invalid.c-derivatives-filters__select,
.p-personal-credit-application textarea.is-invalid.g-deal-options__select,
.p-personal-credit-application textarea.is-invalid.g-deal-features__select,
.p-personal-credit-application .g-review-articles__main textarea.is-invalid.g-review-articles__select,
.g-review-articles__main .p-personal-credit-application textarea.is-invalid.g-review-articles__select,
.p-business-credit-application textarea.is-invalid.b-form-select,
.p-business-credit-application .p-author-profile textarea.is-invalid.p-author-profile__sort-select,
.p-author-profile .p-business-credit-application textarea.is-invalid.p-author-profile__sort-select,
.p-business-credit-application textarea.is-invalid.c-search__form-select,
.p-business-credit-application textarea.is-invalid.c-options__select,
.p-business-credit-application textarea.is-invalid.c-derivatives-filters__select,
.p-business-credit-application textarea.is-invalid.g-deal-options__select,
.p-business-credit-application textarea.is-invalid.g-deal-features__select,
.p-business-credit-application .g-review-articles__main textarea.is-invalid.g-review-articles__select,
.g-review-articles__main .p-business-credit-application textarea.is-invalid.g-review-articles__select, textarea.is-invalid.b-form-select, .p-author-profile textarea.is-invalid.p-author-profile__sort-select, .g-review-articles__main textarea.is-invalid.g-review-articles__select, textarea.is-invalid.g-deal-features__select, textarea.is-invalid.g-deal-options__select, textarea.is-invalid.c-derivatives-filters__select, textarea.is-invalid.c-options__select, textarea.is-invalid.c-search__form-select, textarea.is-invalid.b-form-control-large, textarea.is-invalid.b-form-control, textarea.is-invalid.c-tabs__input, textarea.is-invalid.c-ar-contact-form__input, textarea.is-invalid.c-form-contact-footer__control, textarea.is-invalid.b-form-search__input {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

/* line 3085, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }

/* line 3090, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

/* line 3095, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .b-form-check__label, .was-validated .b-form-check__input:invalid ~ .form-check-label, .was-validated .b-form-check__input:invalid ~ .b-form-check__label, .form-check-input.is-invalid ~ .form-check-label, .form-check-input.is-invalid ~ .b-form-check__label, .is-invalid.b-form-check__input ~ .form-check-label, .is-invalid.b-form-check__input ~ .b-form-check__label {
  color: #dc3545; }

/* line 3098, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .b-form-check__input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.was-validated .b-form-check__input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .is-invalid.b-form-check__input ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.is-invalid.b-form-check__input ~ .invalid-tooltip {
  display: block; }

/* line 3106, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .c-list-table__label, .was-validated .c-list-table__input:invalid ~ .custom-control-label, .was-validated .c-list-table__input:invalid ~ .c-list-table__label, .custom-control-input.is-invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .c-list-table__label, .is-invalid.c-list-table__input ~ .custom-control-label, .is-invalid.c-list-table__input ~ .c-list-table__label {
  color: #dc3545; }

/* line 3109, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .c-list-table__label::before, .was-validated .c-list-table__input:invalid ~ .custom-control-label::before, .was-validated .c-list-table__input:invalid ~ .c-list-table__label::before, .custom-control-input.is-invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .c-list-table__label::before, .is-invalid.c-list-table__input ~ .custom-control-label::before, .is-invalid.c-list-table__input ~ .c-list-table__label::before {
  border-color: #dc3545; }

/* line 3112, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .c-list-table__label::before, .was-validated .c-list-table__input:invalid:checked ~ .custom-control-label::before, .was-validated .c-list-table__input:invalid:checked ~ .c-list-table__label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .c-list-table__label::before, .is-invalid.c-list-table__input:checked ~ .custom-control-label::before, .is-invalid.c-list-table__input:checked ~ .c-list-table__label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

/* line 3116, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .c-list-table__label::before, .was-validated .c-list-table__input:invalid:focus ~ .custom-control-label::before, .was-validated .c-list-table__input:invalid:focus ~ .c-list-table__label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .c-list-table__label::before, .is-invalid.c-list-table__input:focus ~ .custom-control-label::before, .is-invalid.c-list-table__input:focus ~ .c-list-table__label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

/* line 3119, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .c-list-table__label::before, .was-validated .c-list-table__input:invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .c-list-table__input:invalid:focus:not(:checked) ~ .c-list-table__label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .c-list-table__label::before, .is-invalid.c-list-table__input:focus:not(:checked) ~ .custom-control-label::before, .is-invalid.c-list-table__input:focus:not(:checked) ~ .c-list-table__label::before {
  border-color: #dc3545; }

/* line 3123, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

/* line 3126, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

/* line 3131, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.form-inline, .b-form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

/* line 3136, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.form-inline .form-check, .b-form-inline .form-check, .form-inline .b-form-check, .b-form-inline .b-form-check {
  width: 100%; }

@media (min-width: 576px) {
  /* line 3140, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .form-inline label, .b-form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0; }

  /* line 3146, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .form-inline .form-group, .b-form-inline .form-group, .form-inline .b-form-check, .b-form-inline .b-form-check {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0; }

  /* line 3153, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .form-inline .form-control, .form-inline .p-order-online .b-form-select, .form-inline .p-order-online .p-author-profile .p-author-profile__sort-select, .p-author-profile .form-inline .p-order-online .p-author-profile__sort-select, .p-order-online .form-inline .b-form-select, .p-order-online .form-inline .p-author-profile .p-author-profile__sort-select, .p-author-profile .p-order-online .form-inline .p-author-profile__sort-select, .form-inline .p-order-online .c-search__form-select, .p-order-online .form-inline .c-search__form-select, .form-inline .p-order-online .c-options__select, .p-order-online .form-inline .c-options__select, .form-inline .p-order-online .c-derivatives-filters__select, .p-order-online .form-inline .c-derivatives-filters__select, .form-inline .p-order-online .g-deal-options__select, .p-order-online .form-inline .g-deal-options__select, .form-inline .p-order-online .g-deal-features__select, .p-order-online .form-inline .g-deal-features__select, .form-inline .p-order-online .g-review-articles__main .g-review-articles__select, .p-order-online .g-review-articles__main .form-inline .g-review-articles__select, .form-inline .g-review-articles__main .p-order-online .g-review-articles__select, .g-review-articles__main .p-order-online .form-inline .g-review-articles__select,
  .form-inline .p-personal-credit-application .b-form-select,
  .form-inline .p-personal-credit-application .p-author-profile .p-author-profile__sort-select,
  .p-author-profile .form-inline .p-personal-credit-application .p-author-profile__sort-select,
  .p-personal-credit-application .form-inline .b-form-select,
  .p-personal-credit-application .form-inline .p-author-profile .p-author-profile__sort-select,
  .p-author-profile .p-personal-credit-application .form-inline .p-author-profile__sort-select,
  .form-inline .p-personal-credit-application .c-search__form-select,
  .p-personal-credit-application .form-inline .c-search__form-select,
  .form-inline .p-personal-credit-application .c-options__select,
  .p-personal-credit-application .form-inline .c-options__select,
  .form-inline .p-personal-credit-application .c-derivatives-filters__select,
  .p-personal-credit-application .form-inline .c-derivatives-filters__select,
  .form-inline .p-personal-credit-application .g-deal-options__select,
  .p-personal-credit-application .form-inline .g-deal-options__select,
  .form-inline .p-personal-credit-application .g-deal-features__select,
  .p-personal-credit-application .form-inline .g-deal-features__select,
  .form-inline .p-personal-credit-application .g-review-articles__main .g-review-articles__select,
  .p-personal-credit-application .g-review-articles__main .form-inline .g-review-articles__select,
  .form-inline .g-review-articles__main .p-personal-credit-application .g-review-articles__select,
  .g-review-articles__main .p-personal-credit-application .form-inline .g-review-articles__select,
  .form-inline .p-business-credit-application .b-form-select,
  .form-inline .p-business-credit-application .p-author-profile .p-author-profile__sort-select,
  .p-author-profile .form-inline .p-business-credit-application .p-author-profile__sort-select,
  .p-business-credit-application .form-inline .b-form-select,
  .p-business-credit-application .form-inline .p-author-profile .p-author-profile__sort-select,
  .p-author-profile .p-business-credit-application .form-inline .p-author-profile__sort-select,
  .form-inline .p-business-credit-application .c-search__form-select,
  .p-business-credit-application .form-inline .c-search__form-select,
  .form-inline .p-business-credit-application .c-options__select,
  .p-business-credit-application .form-inline .c-options__select,
  .form-inline .p-business-credit-application .c-derivatives-filters__select,
  .p-business-credit-application .form-inline .c-derivatives-filters__select,
  .form-inline .p-business-credit-application .g-deal-options__select,
  .p-business-credit-application .form-inline .g-deal-options__select,
  .form-inline .p-business-credit-application .g-deal-features__select,
  .p-business-credit-application .form-inline .g-deal-features__select,
  .form-inline .p-business-credit-application .g-review-articles__main .g-review-articles__select,
  .p-business-credit-application .g-review-articles__main .form-inline .g-review-articles__select,
  .form-inline .g-review-articles__main .p-business-credit-application .g-review-articles__select,
  .g-review-articles__main .p-business-credit-application .form-inline .g-review-articles__select, .form-inline .b-form-select, .form-inline .p-author-profile .p-author-profile__sort-select, .p-author-profile .form-inline .p-author-profile__sort-select, .form-inline .g-review-articles__main .g-review-articles__select, .g-review-articles__main .form-inline .g-review-articles__select, .form-inline .g-deal-features__select, .form-inline .g-deal-options__select, .form-inline .c-derivatives-filters__select, .form-inline .c-options__select, .form-inline .c-search__form-select, .b-form-inline .form-control, .b-form-inline .p-order-online .b-form-select, .b-form-inline .p-order-online .p-author-profile .p-author-profile__sort-select, .p-author-profile .b-form-inline .p-order-online .p-author-profile__sort-select, .p-order-online .b-form-inline .b-form-select, .p-order-online .b-form-inline .p-author-profile .p-author-profile__sort-select, .p-author-profile .p-order-online .b-form-inline .p-author-profile__sort-select, .b-form-inline .p-order-online .c-search__form-select, .p-order-online .b-form-inline .c-search__form-select, .b-form-inline .p-order-online .c-options__select, .p-order-online .b-form-inline .c-options__select, .b-form-inline .p-order-online .c-derivatives-filters__select, .p-order-online .b-form-inline .c-derivatives-filters__select, .b-form-inline .p-order-online .g-deal-options__select, .p-order-online .b-form-inline .g-deal-options__select, .b-form-inline .p-order-online .g-deal-features__select, .p-order-online .b-form-inline .g-deal-features__select, .b-form-inline .p-order-online .g-review-articles__main .g-review-articles__select, .p-order-online .g-review-articles__main .b-form-inline .g-review-articles__select, .b-form-inline .g-review-articles__main .p-order-online .g-review-articles__select, .g-review-articles__main .p-order-online .b-form-inline .g-review-articles__select,
  .b-form-inline .p-personal-credit-application .b-form-select,
  .b-form-inline .p-personal-credit-application .p-author-profile .p-author-profile__sort-select,
  .p-author-profile .b-form-inline .p-personal-credit-application .p-author-profile__sort-select,
  .p-personal-credit-application .b-form-inline .b-form-select,
  .p-personal-credit-application .b-form-inline .p-author-profile .p-author-profile__sort-select,
  .p-author-profile .p-personal-credit-application .b-form-inline .p-author-profile__sort-select,
  .b-form-inline .p-personal-credit-application .c-search__form-select,
  .p-personal-credit-application .b-form-inline .c-search__form-select,
  .b-form-inline .p-personal-credit-application .c-options__select,
  .p-personal-credit-application .b-form-inline .c-options__select,
  .b-form-inline .p-personal-credit-application .c-derivatives-filters__select,
  .p-personal-credit-application .b-form-inline .c-derivatives-filters__select,
  .b-form-inline .p-personal-credit-application .g-deal-options__select,
  .p-personal-credit-application .b-form-inline .g-deal-options__select,
  .b-form-inline .p-personal-credit-application .g-deal-features__select,
  .p-personal-credit-application .b-form-inline .g-deal-features__select,
  .b-form-inline .p-personal-credit-application .g-review-articles__main .g-review-articles__select,
  .p-personal-credit-application .g-review-articles__main .b-form-inline .g-review-articles__select,
  .b-form-inline .g-review-articles__main .p-personal-credit-application .g-review-articles__select,
  .g-review-articles__main .p-personal-credit-application .b-form-inline .g-review-articles__select,
  .b-form-inline .p-business-credit-application .b-form-select,
  .b-form-inline .p-business-credit-application .p-author-profile .p-author-profile__sort-select,
  .p-author-profile .b-form-inline .p-business-credit-application .p-author-profile__sort-select,
  .p-business-credit-application .b-form-inline .b-form-select,
  .p-business-credit-application .b-form-inline .p-author-profile .p-author-profile__sort-select,
  .p-author-profile .p-business-credit-application .b-form-inline .p-author-profile__sort-select,
  .b-form-inline .p-business-credit-application .c-search__form-select,
  .p-business-credit-application .b-form-inline .c-search__form-select,
  .b-form-inline .p-business-credit-application .c-options__select,
  .p-business-credit-application .b-form-inline .c-options__select,
  .b-form-inline .p-business-credit-application .c-derivatives-filters__select,
  .p-business-credit-application .b-form-inline .c-derivatives-filters__select,
  .b-form-inline .p-business-credit-application .g-deal-options__select,
  .p-business-credit-application .b-form-inline .g-deal-options__select,
  .b-form-inline .p-business-credit-application .g-deal-features__select,
  .p-business-credit-application .b-form-inline .g-deal-features__select,
  .b-form-inline .p-business-credit-application .g-review-articles__main .g-review-articles__select,
  .p-business-credit-application .g-review-articles__main .b-form-inline .g-review-articles__select,
  .b-form-inline .g-review-articles__main .p-business-credit-application .g-review-articles__select,
  .g-review-articles__main .p-business-credit-application .b-form-inline .g-review-articles__select, .b-form-inline .b-form-select, .b-form-inline .p-author-profile .p-author-profile__sort-select, .p-author-profile .b-form-inline .p-author-profile__sort-select, .b-form-inline .g-review-articles__main .g-review-articles__select, .g-review-articles__main .b-form-inline .g-review-articles__select, .b-form-inline .g-deal-features__select, .b-form-inline .g-deal-options__select, .b-form-inline .c-derivatives-filters__select, .b-form-inline .c-options__select, .b-form-inline .c-search__form-select, .form-inline .b-form-control-large, .b-form-inline .b-form-control-large, .form-inline .b-form-control, .form-inline .c-tabs__input, .form-inline .c-ar-contact-form__input, .form-inline .c-form-contact-footer__control, .form-inline .b-form-search__input, .b-form-inline .b-form-control, .b-form-inline .c-tabs__input, .b-form-inline .c-ar-contact-form__input, .b-form-inline .c-form-contact-footer__control, .b-form-inline .b-form-search__input {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  /* line 3238, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .form-inline .form-control-plaintext, .b-form-inline .form-control-plaintext {
    display: inline-block; }

  /* line 3241, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .form-inline .input-group, .b-form-inline .input-group,
  .form-inline .custom-select,
  .b-form-inline .custom-select {
    width: auto; }

  /* line 3246, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .form-inline .form-check, .b-form-inline .form-check, .form-inline .b-form-check, .b-form-inline .b-form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }

  /* line 3253, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .form-inline .form-check-input, .b-form-inline .form-check-input, .form-inline .b-form-check__input, .b-form-inline .b-form-check__input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }

  /* line 3260, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .form-inline .custom-control, .b-form-inline .custom-control {
    align-items: center;
    justify-content: center; }

  /* line 3264, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .form-inline .custom-control-label, .form-inline .c-list-table__label, .b-form-inline .custom-control-label, .b-form-inline .c-list-table__label {
    margin-bottom: 0; } }
/* line 3269, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #002b49;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 3285, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .btn {
    transition: none; } }
/* line 3289, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn:hover {
  color: #002b49;
  text-decoration: none; }

/* line 3293, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(172, 140, 46, 0.25); }

/* line 3297, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.45; }

/* line 3300, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

/* line 3303, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

/* line 3308, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-primary {
  color: #fff;
  background-color: #ac8c2e;
  border-color: #ac8c2e; }

/* line 3313, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #8e7326;
  border-color: #846b23; }

/* line 3318, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #8e7326;
  border-color: #846b23;
  box-shadow: 0 0 0 0.2rem rgba(184, 157, 77, 0.5); }

/* line 3324, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #ac8c2e;
  border-color: #ac8c2e; }

/* line 3329, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #846b23;
  border-color: #7a6321; }

/* line 3334, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 157, 77, 0.5); }

/* line 3338, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* line 3343, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

/* line 3348, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

/* line 3354, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* line 3359, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

/* line 3364, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

/* line 3368, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

/* line 3373, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

/* line 3378, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

/* line 3384, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

/* line 3389, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

/* line 3394, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

/* line 3398, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 3403, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

/* line 3408, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

/* line 3414, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 3419, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

/* line 3424, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

/* line 3428, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

/* line 3433, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

/* line 3438, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

/* line 3444, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

/* line 3449, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

/* line 3454, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

/* line 3458, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

/* line 3463, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

/* line 3468, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

/* line 3474, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

/* line 3479, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

/* line 3484, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

/* line 3488, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 3493, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

/* line 3498, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

/* line 3504, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 3509, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

/* line 3514, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

/* line 3518, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

/* line 3523, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }

/* line 3528, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

/* line 3534, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

/* line 3539, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

/* line 3544, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

/* line 3548, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-primary {
  color: #ac8c2e;
  border-color: #ac8c2e; }

/* line 3552, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #ac8c2e;
  border-color: #ac8c2e; }

/* line 3557, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 140, 46, 0.5); }

/* line 3560, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ac8c2e;
  background-color: transparent; }

/* line 3564, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #ac8c2e;
  border-color: #ac8c2e; }

/* line 3569, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 140, 46, 0.5); }

/* line 3573, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }

/* line 3577, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* line 3582, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

/* line 3585, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

/* line 3589, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* line 3594, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

/* line 3598, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }

/* line 3602, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

/* line 3607, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

/* line 3610, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

/* line 3614, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

/* line 3619, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

/* line 3623, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }

/* line 3627, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 3632, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 3635, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

/* line 3639, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 3644, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 3648, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }

/* line 3652, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

/* line 3657, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

/* line 3660, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

/* line 3664, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

/* line 3669, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

/* line 3673, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }

/* line 3677, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

/* line 3682, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

/* line 3685, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

/* line 3689, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

/* line 3694, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

/* line 3698, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 3702, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 3707, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

/* line 3710, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

/* line 3714, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 3719, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

/* line 3723, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }

/* line 3727, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

/* line 3732, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

/* line 3735, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

/* line 3739, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

/* line 3744, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

/* line 3748, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-link {
  font-weight: 400;
  color: #ac8c2e;
  text-decoration: none; }

/* line 3753, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-link:hover {
  color: #ad913f;
  text-decoration: underline; }

/* line 3757, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline; }

/* line 3760, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none; }

/* line 3765, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

/* line 3772, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

/* line 3779, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-block {
  display: block;
  width: 100%; }

/* line 3783, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem; }

/* line 3787, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%; }

/* line 3793, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.fade {
  transition: opacity 0.15s linear; }

@media (prefers-reduced-motion: reduce) {
  /* line 3797, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .fade {
    transition: none; } }
/* line 3801, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.fade:not(.show) {
  opacity: 0; }

/* line 3805, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collapse:not(.show) {
  display: none; }

/* line 3809, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

@media (prefers-reduced-motion: reduce) {
  /* line 3816, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collapsing {
    transition: none; } }
/* line 3820, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease; }

@media (prefers-reduced-motion: reduce) {
  /* line 3826, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collapsing.width {
    transition: none; } }
/* line 3831, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

/* line 3838, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropdown-toggle {
  white-space: nowrap; }

/* line 3841, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

/* line 3851, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 3855, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #002b49;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

/* line 3875, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropdown-menu-left {
  right: auto;
  left: 0; }

/* line 3880, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  /* line 3886, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }

  /* line 3890, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }
@media (min-width: 768px) {
  /* line 3896, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }

  /* line 3900, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  /* line 3906, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }

  /* line 3910, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }
@media (min-width: 1200px) {
  /* line 3916, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }

  /* line 3920, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }
@media (min-width: 1500px) {
  /* line 3926, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }

  /* line 3930, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }
/* line 3935, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

/* line 3941, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

/* line 3951, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 3955, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

/* line 3962, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

/* line 3972, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 3975, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

/* line 3979, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

/* line 3986, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

/* line 3992, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropleft .dropdown-toggle::after {
  display: none; }

/* line 3995, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

/* line 4004, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 4007, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

/* line 4011, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto; }

/* line 4016, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

/* line 4023, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

/* line 4035, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef; }

/* line 4040, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ac8c2e; }

/* line 4045, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent; }

/* line 4051, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropdown-menu.show {
  display: block; }

/* line 4055, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

/* line 4064, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

/* line 4070, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }

/* line 4076, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto; }

/* line 4081, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1; }

/* line 4085, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1; }

/* line 4092, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* line 4097, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-toolbar .input-group {
  width: auto; }

/* line 4101, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

/* line 4105, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 4110, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 4116, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }

/* line 4120, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0; }

/* line 4123, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

/* line 4127, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

/* line 4132, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

/* line 4137, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }

/* line 4142, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%; }

/* line 4146, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px; }

/* line 4150, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 4155, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 4161, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

/* line 4165, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

/* line 4174, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }

/* line 4181, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group > .form-control, .input-group > .b-form-select, .p-author-profile .input-group > .p-author-profile__sort-select, .g-review-articles__main .input-group > .g-review-articles__select, .input-group > .g-deal-features__select, .input-group > .g-deal-options__select, .input-group > .c-derivatives-filters__select, .input-group > .c-options__select, .input-group > .c-search__form-select, .input-group > .b-form-control-large, .input-group > .b-form-control, .input-group > .c-tabs__input, .input-group > .c-ar-contact-form__input, .input-group > .c-form-contact-footer__control, .input-group > .b-form-search__input,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0; }

/* line 4191, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group > .form-control + .form-control, .p-order-online .input-group > .b-form-select + .form-control, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .form-control, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .form-control, .p-order-online .input-group > .c-search__form-select + .form-control, .p-order-online .input-group > .c-options__select + .form-control, .p-order-online .input-group > .c-derivatives-filters__select + .form-control, .p-order-online .input-group > .g-deal-options__select + .form-control, .p-order-online .input-group > .g-deal-features__select + .form-control, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .form-control, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .form-control,
.p-personal-credit-application .input-group > .b-form-select + .form-control,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .form-control,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .form-control,
.p-personal-credit-application .input-group > .c-search__form-select + .form-control,
.p-personal-credit-application .input-group > .c-options__select + .form-control,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .form-control,
.p-personal-credit-application .input-group > .g-deal-options__select + .form-control,
.p-personal-credit-application .input-group > .g-deal-features__select + .form-control,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .form-control,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .form-control,
.p-business-credit-application .input-group > .b-form-select + .form-control,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .form-control,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .form-control,
.p-business-credit-application .input-group > .c-search__form-select + .form-control,
.p-business-credit-application .input-group > .c-options__select + .form-control,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .form-control,
.p-business-credit-application .input-group > .g-deal-options__select + .form-control,
.p-business-credit-application .input-group > .g-deal-features__select + .form-control,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .form-control,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .form-control, .p-order-online .input-group > .form-control + .b-form-select, .p-order-online .p-author-profile .input-group > .form-control + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .form-control + .p-author-profile__sort-select, .p-order-online .input-group > .b-form-select + .b-form-select, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-select, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .b-form-select, .p-order-online .p-author-profile .input-group > .b-form-select + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .b-form-select + .p-author-profile__sort-select, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select, .p-order-online .input-group > .c-search__form-select + .b-form-select, .p-order-online .p-author-profile .input-group > .c-search__form-select + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .c-search__form-select + .p-author-profile__sort-select, .p-order-online .input-group > .c-options__select + .b-form-select, .p-order-online .p-author-profile .input-group > .c-options__select + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .c-options__select + .p-author-profile__sort-select, .p-order-online .input-group > .c-derivatives-filters__select + .b-form-select, .p-order-online .p-author-profile .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select, .p-order-online .input-group > .g-deal-options__select + .b-form-select, .p-order-online .p-author-profile .input-group > .g-deal-options__select + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .g-deal-options__select + .p-author-profile__sort-select, .p-order-online .input-group > .g-deal-features__select + .b-form-select, .p-order-online .p-author-profile .input-group > .g-deal-features__select + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .g-deal-features__select + .p-author-profile__sort-select, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .b-form-select, .p-order-online .g-review-articles__main .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select, .p-author-profile .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .p-author-profile__sort-select, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .b-form-select, .g-review-articles__main .p-order-online .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select, .p-author-profile .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-personal-credit-application .p-order-online .input-group > .b-form-select + .b-form-select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .b-form-select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .b-form-select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .b-form-select + .p-author-profile__sort-select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-order-online .p-personal-credit-application .input-group > .b-form-select + .b-form-select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .p-author-profile__sort-select + .b-form-select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .b-form-select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .b-form-select + .p-author-profile__sort-select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-personal-credit-application .p-order-online .input-group > .c-search__form-select + .b-form-select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-order-online .p-personal-credit-application .input-group > .c-search__form-select + .b-form-select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-personal-credit-application .p-order-online .input-group > .c-options__select + .b-form-select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .c-options__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .c-options__select + .p-author-profile__sort-select,
.p-order-online .p-personal-credit-application .input-group > .c-options__select + .b-form-select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .c-options__select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .c-options__select + .p-author-profile__sort-select,
.p-personal-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .b-form-select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-order-online .p-personal-credit-application .input-group > .c-derivatives-filters__select + .b-form-select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-personal-credit-application .p-order-online .input-group > .g-deal-options__select + .b-form-select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-order-online .p-personal-credit-application .input-group > .g-deal-options__select + .b-form-select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-personal-credit-application .p-order-online .input-group > .g-deal-features__select + .b-form-select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-order-online .p-personal-credit-application .input-group > .g-deal-features__select + .b-form-select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .b-form-select,
.p-personal-credit-application .g-review-articles__main .p-order-online .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-order-online .p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .b-form-select,
.p-order-online .p-personal-credit-application .g-review-articles__main .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.g-review-articles__main .p-personal-credit-application .p-order-online .input-group > .g-review-articles__select + .b-form-select,
.g-review-articles__main .p-personal-credit-application .p-order-online .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .g-review-articles__main .p-personal-credit-application .p-order-online .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .b-form-select,
.p-order-online .g-review-articles__main .p-personal-credit-application .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-business-credit-application .p-order-online .input-group > .b-form-select + .b-form-select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .b-form-select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .b-form-select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .b-form-select + .p-author-profile__sort-select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-order-online .p-business-credit-application .input-group > .b-form-select + .b-form-select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .p-author-profile__sort-select + .b-form-select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .b-form-select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .b-form-select + .p-author-profile__sort-select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-business-credit-application .p-order-online .input-group > .c-search__form-select + .b-form-select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-order-online .p-business-credit-application .input-group > .c-search__form-select + .b-form-select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-business-credit-application .p-order-online .input-group > .c-options__select + .b-form-select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .c-options__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .c-options__select + .p-author-profile__sort-select,
.p-order-online .p-business-credit-application .input-group > .c-options__select + .b-form-select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .c-options__select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .c-options__select + .p-author-profile__sort-select,
.p-business-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .b-form-select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-order-online .p-business-credit-application .input-group > .c-derivatives-filters__select + .b-form-select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-business-credit-application .p-order-online .input-group > .g-deal-options__select + .b-form-select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-order-online .p-business-credit-application .input-group > .g-deal-options__select + .b-form-select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-business-credit-application .p-order-online .input-group > .g-deal-features__select + .b-form-select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-order-online .p-business-credit-application .input-group > .g-deal-features__select + .b-form-select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .b-form-select,
.p-business-credit-application .g-review-articles__main .p-order-online .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-order-online .p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .b-form-select,
.p-order-online .p-business-credit-application .g-review-articles__main .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.g-review-articles__main .p-business-credit-application .p-order-online .input-group > .g-review-articles__select + .b-form-select,
.g-review-articles__main .p-business-credit-application .p-order-online .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .g-review-articles__main .p-business-credit-application .p-order-online .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .b-form-select,
.p-order-online .g-review-articles__main .p-business-credit-application .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .p-author-profile__sort-select, .p-order-online .input-group > .form-control + .c-search__form-select, .p-order-online .input-group > .b-form-select + .c-search__form-select, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .c-search__form-select, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .c-search__form-select, .p-order-online .input-group > .c-search__form-select + .c-search__form-select, .p-order-online .input-group > .c-options__select + .c-search__form-select, .p-order-online .input-group > .c-derivatives-filters__select + .c-search__form-select, .p-order-online .input-group > .g-deal-options__select + .c-search__form-select, .p-order-online .input-group > .g-deal-features__select + .c-search__form-select, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .c-search__form-select, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .c-search__form-select,
.p-personal-credit-application .p-order-online .input-group > .b-form-select + .c-search__form-select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-order-online .p-personal-credit-application .input-group > .b-form-select + .c-search__form-select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-personal-credit-application .p-order-online .input-group > .c-search__form-select + .c-search__form-select,
.p-order-online .p-personal-credit-application .input-group > .c-search__form-select + .c-search__form-select,
.p-personal-credit-application .p-order-online .input-group > .c-options__select + .c-search__form-select,
.p-order-online .p-personal-credit-application .input-group > .c-options__select + .c-search__form-select,
.p-personal-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .c-search__form-select,
.p-order-online .p-personal-credit-application .input-group > .c-derivatives-filters__select + .c-search__form-select,
.p-personal-credit-application .p-order-online .input-group > .g-deal-options__select + .c-search__form-select,
.p-order-online .p-personal-credit-application .input-group > .g-deal-options__select + .c-search__form-select,
.p-personal-credit-application .p-order-online .input-group > .g-deal-features__select + .c-search__form-select,
.p-order-online .p-personal-credit-application .input-group > .g-deal-features__select + .c-search__form-select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .c-search__form-select,
.p-order-online .p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-search__form-select,
.g-review-articles__main .p-personal-credit-application .p-order-online .input-group > .g-review-articles__select + .c-search__form-select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .c-search__form-select,
.p-business-credit-application .p-order-online .input-group > .b-form-select + .c-search__form-select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-order-online .p-business-credit-application .input-group > .b-form-select + .c-search__form-select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-business-credit-application .p-order-online .input-group > .c-search__form-select + .c-search__form-select,
.p-order-online .p-business-credit-application .input-group > .c-search__form-select + .c-search__form-select,
.p-business-credit-application .p-order-online .input-group > .c-options__select + .c-search__form-select,
.p-order-online .p-business-credit-application .input-group > .c-options__select + .c-search__form-select,
.p-business-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .c-search__form-select,
.p-order-online .p-business-credit-application .input-group > .c-derivatives-filters__select + .c-search__form-select,
.p-business-credit-application .p-order-online .input-group > .g-deal-options__select + .c-search__form-select,
.p-order-online .p-business-credit-application .input-group > .g-deal-options__select + .c-search__form-select,
.p-business-credit-application .p-order-online .input-group > .g-deal-features__select + .c-search__form-select,
.p-order-online .p-business-credit-application .input-group > .g-deal-features__select + .c-search__form-select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .c-search__form-select,
.p-order-online .p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-search__form-select,
.g-review-articles__main .p-business-credit-application .p-order-online .input-group > .g-review-articles__select + .c-search__form-select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .c-search__form-select, .p-order-online .input-group > .form-control + .c-options__select, .p-order-online .input-group > .b-form-select + .c-options__select, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .c-options__select, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .c-options__select, .p-order-online .input-group > .c-search__form-select + .c-options__select, .p-order-online .input-group > .c-options__select + .c-options__select, .p-order-online .input-group > .c-derivatives-filters__select + .c-options__select, .p-order-online .input-group > .g-deal-options__select + .c-options__select, .p-order-online .input-group > .g-deal-features__select + .c-options__select, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .c-options__select, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .c-options__select,
.p-personal-credit-application .p-order-online .input-group > .b-form-select + .c-options__select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .c-options__select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .c-options__select,
.p-order-online .p-personal-credit-application .input-group > .b-form-select + .c-options__select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-options__select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .p-author-profile__sort-select + .c-options__select,
.p-personal-credit-application .p-order-online .input-group > .c-search__form-select + .c-options__select,
.p-order-online .p-personal-credit-application .input-group > .c-search__form-select + .c-options__select,
.p-personal-credit-application .p-order-online .input-group > .c-options__select + .c-options__select,
.p-order-online .p-personal-credit-application .input-group > .c-options__select + .c-options__select,
.p-personal-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .c-options__select,
.p-order-online .p-personal-credit-application .input-group > .c-derivatives-filters__select + .c-options__select,
.p-personal-credit-application .p-order-online .input-group > .g-deal-options__select + .c-options__select,
.p-order-online .p-personal-credit-application .input-group > .g-deal-options__select + .c-options__select,
.p-personal-credit-application .p-order-online .input-group > .g-deal-features__select + .c-options__select,
.p-order-online .p-personal-credit-application .input-group > .g-deal-features__select + .c-options__select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .c-options__select,
.p-order-online .p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-options__select,
.g-review-articles__main .p-personal-credit-application .p-order-online .input-group > .g-review-articles__select + .c-options__select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .c-options__select,
.p-business-credit-application .p-order-online .input-group > .b-form-select + .c-options__select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .c-options__select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .c-options__select,
.p-order-online .p-business-credit-application .input-group > .b-form-select + .c-options__select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-options__select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .p-author-profile__sort-select + .c-options__select,
.p-business-credit-application .p-order-online .input-group > .c-search__form-select + .c-options__select,
.p-order-online .p-business-credit-application .input-group > .c-search__form-select + .c-options__select,
.p-business-credit-application .p-order-online .input-group > .c-options__select + .c-options__select,
.p-order-online .p-business-credit-application .input-group > .c-options__select + .c-options__select,
.p-business-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .c-options__select,
.p-order-online .p-business-credit-application .input-group > .c-derivatives-filters__select + .c-options__select,
.p-business-credit-application .p-order-online .input-group > .g-deal-options__select + .c-options__select,
.p-order-online .p-business-credit-application .input-group > .g-deal-options__select + .c-options__select,
.p-business-credit-application .p-order-online .input-group > .g-deal-features__select + .c-options__select,
.p-order-online .p-business-credit-application .input-group > .g-deal-features__select + .c-options__select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .c-options__select,
.p-order-online .p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-options__select,
.g-review-articles__main .p-business-credit-application .p-order-online .input-group > .g-review-articles__select + .c-options__select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .c-options__select, .p-order-online .input-group > .form-control + .c-derivatives-filters__select, .p-order-online .input-group > .b-form-select + .c-derivatives-filters__select, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select, .p-order-online .input-group > .c-search__form-select + .c-derivatives-filters__select, .p-order-online .input-group > .c-options__select + .c-derivatives-filters__select, .p-order-online .input-group > .c-derivatives-filters__select + .c-derivatives-filters__select, .p-order-online .input-group > .g-deal-options__select + .c-derivatives-filters__select, .p-order-online .input-group > .g-deal-features__select + .c-derivatives-filters__select, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .c-derivatives-filters__select, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.p-personal-credit-application .p-order-online .input-group > .b-form-select + .c-derivatives-filters__select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-order-online .p-personal-credit-application .input-group > .b-form-select + .c-derivatives-filters__select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-personal-credit-application .p-order-online .input-group > .c-search__form-select + .c-derivatives-filters__select,
.p-order-online .p-personal-credit-application .input-group > .c-search__form-select + .c-derivatives-filters__select,
.p-personal-credit-application .p-order-online .input-group > .c-options__select + .c-derivatives-filters__select,
.p-order-online .p-personal-credit-application .input-group > .c-options__select + .c-derivatives-filters__select,
.p-personal-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .c-derivatives-filters__select,
.p-order-online .p-personal-credit-application .input-group > .c-derivatives-filters__select + .c-derivatives-filters__select,
.p-personal-credit-application .p-order-online .input-group > .g-deal-options__select + .c-derivatives-filters__select,
.p-order-online .p-personal-credit-application .input-group > .g-deal-options__select + .c-derivatives-filters__select,
.p-personal-credit-application .p-order-online .input-group > .g-deal-features__select + .c-derivatives-filters__select,
.p-order-online .p-personal-credit-application .input-group > .g-deal-features__select + .c-derivatives-filters__select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.p-order-online .p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.g-review-articles__main .p-personal-credit-application .p-order-online .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.p-business-credit-application .p-order-online .input-group > .b-form-select + .c-derivatives-filters__select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-order-online .p-business-credit-application .input-group > .b-form-select + .c-derivatives-filters__select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-business-credit-application .p-order-online .input-group > .c-search__form-select + .c-derivatives-filters__select,
.p-order-online .p-business-credit-application .input-group > .c-search__form-select + .c-derivatives-filters__select,
.p-business-credit-application .p-order-online .input-group > .c-options__select + .c-derivatives-filters__select,
.p-order-online .p-business-credit-application .input-group > .c-options__select + .c-derivatives-filters__select,
.p-business-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .c-derivatives-filters__select,
.p-order-online .p-business-credit-application .input-group > .c-derivatives-filters__select + .c-derivatives-filters__select,
.p-business-credit-application .p-order-online .input-group > .g-deal-options__select + .c-derivatives-filters__select,
.p-order-online .p-business-credit-application .input-group > .g-deal-options__select + .c-derivatives-filters__select,
.p-business-credit-application .p-order-online .input-group > .g-deal-features__select + .c-derivatives-filters__select,
.p-order-online .p-business-credit-application .input-group > .g-deal-features__select + .c-derivatives-filters__select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.p-order-online .p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.g-review-articles__main .p-business-credit-application .p-order-online .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .c-derivatives-filters__select, .p-order-online .input-group > .form-control + .g-deal-options__select, .p-order-online .input-group > .b-form-select + .g-deal-options__select, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-options__select, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .g-deal-options__select, .p-order-online .input-group > .c-search__form-select + .g-deal-options__select, .p-order-online .input-group > .c-options__select + .g-deal-options__select, .p-order-online .input-group > .c-derivatives-filters__select + .g-deal-options__select, .p-order-online .input-group > .g-deal-options__select + .g-deal-options__select, .p-order-online .input-group > .g-deal-features__select + .g-deal-options__select, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-options__select, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .g-deal-options__select,
.p-personal-credit-application .p-order-online .input-group > .b-form-select + .g-deal-options__select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-order-online .p-personal-credit-application .input-group > .b-form-select + .g-deal-options__select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-personal-credit-application .p-order-online .input-group > .c-search__form-select + .g-deal-options__select,
.p-order-online .p-personal-credit-application .input-group > .c-search__form-select + .g-deal-options__select,
.p-personal-credit-application .p-order-online .input-group > .c-options__select + .g-deal-options__select,
.p-order-online .p-personal-credit-application .input-group > .c-options__select + .g-deal-options__select,
.p-personal-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .g-deal-options__select,
.p-order-online .p-personal-credit-application .input-group > .c-derivatives-filters__select + .g-deal-options__select,
.p-personal-credit-application .p-order-online .input-group > .g-deal-options__select + .g-deal-options__select,
.p-order-online .p-personal-credit-application .input-group > .g-deal-options__select + .g-deal-options__select,
.p-personal-credit-application .p-order-online .input-group > .g-deal-features__select + .g-deal-options__select,
.p-order-online .p-personal-credit-application .input-group > .g-deal-features__select + .g-deal-options__select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .g-deal-options__select,
.p-order-online .p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-options__select,
.g-review-articles__main .p-personal-credit-application .p-order-online .input-group > .g-review-articles__select + .g-deal-options__select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .g-deal-options__select,
.p-business-credit-application .p-order-online .input-group > .b-form-select + .g-deal-options__select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-order-online .p-business-credit-application .input-group > .b-form-select + .g-deal-options__select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-business-credit-application .p-order-online .input-group > .c-search__form-select + .g-deal-options__select,
.p-order-online .p-business-credit-application .input-group > .c-search__form-select + .g-deal-options__select,
.p-business-credit-application .p-order-online .input-group > .c-options__select + .g-deal-options__select,
.p-order-online .p-business-credit-application .input-group > .c-options__select + .g-deal-options__select,
.p-business-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .g-deal-options__select,
.p-order-online .p-business-credit-application .input-group > .c-derivatives-filters__select + .g-deal-options__select,
.p-business-credit-application .p-order-online .input-group > .g-deal-options__select + .g-deal-options__select,
.p-order-online .p-business-credit-application .input-group > .g-deal-options__select + .g-deal-options__select,
.p-business-credit-application .p-order-online .input-group > .g-deal-features__select + .g-deal-options__select,
.p-order-online .p-business-credit-application .input-group > .g-deal-features__select + .g-deal-options__select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .g-deal-options__select,
.p-order-online .p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-options__select,
.g-review-articles__main .p-business-credit-application .p-order-online .input-group > .g-review-articles__select + .g-deal-options__select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .g-deal-options__select, .p-order-online .input-group > .form-control + .g-deal-features__select, .p-order-online .input-group > .b-form-select + .g-deal-features__select, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-features__select, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .g-deal-features__select, .p-order-online .input-group > .c-search__form-select + .g-deal-features__select, .p-order-online .input-group > .c-options__select + .g-deal-features__select, .p-order-online .input-group > .c-derivatives-filters__select + .g-deal-features__select, .p-order-online .input-group > .g-deal-options__select + .g-deal-features__select, .p-order-online .input-group > .g-deal-features__select + .g-deal-features__select, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-features__select, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .g-deal-features__select,
.p-personal-credit-application .p-order-online .input-group > .b-form-select + .g-deal-features__select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-order-online .p-personal-credit-application .input-group > .b-form-select + .g-deal-features__select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-personal-credit-application .p-order-online .input-group > .c-search__form-select + .g-deal-features__select,
.p-order-online .p-personal-credit-application .input-group > .c-search__form-select + .g-deal-features__select,
.p-personal-credit-application .p-order-online .input-group > .c-options__select + .g-deal-features__select,
.p-order-online .p-personal-credit-application .input-group > .c-options__select + .g-deal-features__select,
.p-personal-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .g-deal-features__select,
.p-order-online .p-personal-credit-application .input-group > .c-derivatives-filters__select + .g-deal-features__select,
.p-personal-credit-application .p-order-online .input-group > .g-deal-options__select + .g-deal-features__select,
.p-order-online .p-personal-credit-application .input-group > .g-deal-options__select + .g-deal-features__select,
.p-personal-credit-application .p-order-online .input-group > .g-deal-features__select + .g-deal-features__select,
.p-order-online .p-personal-credit-application .input-group > .g-deal-features__select + .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .g-deal-features__select,
.p-order-online .p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-features__select,
.g-review-articles__main .p-personal-credit-application .p-order-online .input-group > .g-review-articles__select + .g-deal-features__select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .g-deal-features__select,
.p-business-credit-application .p-order-online .input-group > .b-form-select + .g-deal-features__select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-order-online .p-business-credit-application .input-group > .b-form-select + .g-deal-features__select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-business-credit-application .p-order-online .input-group > .c-search__form-select + .g-deal-features__select,
.p-order-online .p-business-credit-application .input-group > .c-search__form-select + .g-deal-features__select,
.p-business-credit-application .p-order-online .input-group > .c-options__select + .g-deal-features__select,
.p-order-online .p-business-credit-application .input-group > .c-options__select + .g-deal-features__select,
.p-business-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .g-deal-features__select,
.p-order-online .p-business-credit-application .input-group > .c-derivatives-filters__select + .g-deal-features__select,
.p-business-credit-application .p-order-online .input-group > .g-deal-options__select + .g-deal-features__select,
.p-order-online .p-business-credit-application .input-group > .g-deal-options__select + .g-deal-features__select,
.p-business-credit-application .p-order-online .input-group > .g-deal-features__select + .g-deal-features__select,
.p-order-online .p-business-credit-application .input-group > .g-deal-features__select + .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .g-deal-features__select,
.p-order-online .p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-features__select,
.g-review-articles__main .p-business-credit-application .p-order-online .input-group > .g-review-articles__select + .g-deal-features__select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .g-deal-features__select, .p-order-online .g-review-articles__main .input-group > .form-control + .g-review-articles__select, .p-order-online .g-review-articles__main .input-group > .b-form-select + .g-review-articles__select, .p-order-online .g-review-articles__main .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select, .p-author-profile .p-order-online .g-review-articles__main .input-group > .p-author-profile__sort-select + .g-review-articles__select, .p-order-online .g-review-articles__main .input-group > .c-search__form-select + .g-review-articles__select, .p-order-online .g-review-articles__main .input-group > .c-options__select + .g-review-articles__select, .p-order-online .g-review-articles__main .input-group > .c-derivatives-filters__select + .g-review-articles__select, .p-order-online .g-review-articles__main .input-group > .g-deal-options__select + .g-review-articles__select, .p-order-online .g-review-articles__main .input-group > .g-deal-features__select + .g-review-articles__select, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select, .g-review-articles__main .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select,
.p-personal-credit-application .p-order-online .g-review-articles__main .input-group > .b-form-select + .g-review-articles__select,
.p-personal-credit-application .p-order-online .g-review-articles__main .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .p-personal-credit-application .p-order-online .g-review-articles__main .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .b-form-select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-personal-credit-application .p-order-online .g-review-articles__main .input-group > .c-search__form-select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .c-search__form-select + .g-review-articles__select,
.p-personal-credit-application .p-order-online .g-review-articles__main .input-group > .c-options__select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .c-options__select + .g-review-articles__select,
.p-personal-credit-application .p-order-online .g-review-articles__main .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.p-personal-credit-application .p-order-online .g-review-articles__main .input-group > .g-deal-options__select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .g-deal-options__select + .g-review-articles__select,
.p-personal-credit-application .p-order-online .g-review-articles__main .input-group > .g-deal-features__select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .g-deal-features__select + .g-review-articles__select,
.p-personal-credit-application .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select,
.p-order-online .p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .g-review-articles__select,
.p-business-credit-application .p-order-online .g-review-articles__main .input-group > .b-form-select + .g-review-articles__select,
.p-business-credit-application .p-order-online .g-review-articles__main .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .p-business-credit-application .p-order-online .g-review-articles__main .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .b-form-select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .p-order-online .g-review-articles__main .p-business-credit-application .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-business-credit-application .p-order-online .g-review-articles__main .input-group > .c-search__form-select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .c-search__form-select + .g-review-articles__select,
.p-business-credit-application .p-order-online .g-review-articles__main .input-group > .c-options__select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .c-options__select + .g-review-articles__select,
.p-business-credit-application .p-order-online .g-review-articles__main .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.p-business-credit-application .p-order-online .g-review-articles__main .input-group > .g-deal-options__select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .g-deal-options__select + .g-review-articles__select,
.p-business-credit-application .p-order-online .g-review-articles__main .input-group > .g-deal-features__select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .g-deal-features__select + .g-review-articles__select,
.p-business-credit-application .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select,
.p-order-online .p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .form-control + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .b-form-select + .g-review-articles__select, .g-review-articles__main .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select, .p-author-profile .g-review-articles__main .p-order-online .input-group > .p-author-profile__sort-select + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .c-search__form-select + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .c-options__select + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .c-derivatives-filters__select + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .g-deal-options__select + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .g-deal-features__select + .g-review-articles__select, .p-order-online .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .b-form-select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.g-review-articles__main .p-order-online .p-personal-credit-application .input-group > .b-form-select + .g-review-articles__select,
.g-review-articles__main .p-order-online .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .g-review-articles__main .p-order-online .p-personal-credit-application .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .c-search__form-select + .g-review-articles__select,
.g-review-articles__main .p-order-online .p-personal-credit-application .input-group > .c-search__form-select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .c-options__select + .g-review-articles__select,
.g-review-articles__main .p-order-online .p-personal-credit-application .input-group > .c-options__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.g-review-articles__main .p-order-online .p-personal-credit-application .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .g-deal-options__select + .g-review-articles__select,
.g-review-articles__main .p-order-online .p-personal-credit-application .input-group > .g-deal-options__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .g-deal-features__select + .g-review-articles__select,
.g-review-articles__main .p-order-online .p-personal-credit-application .input-group > .g-deal-features__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .p-order-online .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-order-online .p-personal-credit-application .input-group > .g-review-articles__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .b-form-select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .p-business-credit-application .g-review-articles__main .p-order-online .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.g-review-articles__main .p-order-online .p-business-credit-application .input-group > .b-form-select + .g-review-articles__select,
.g-review-articles__main .p-order-online .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .g-review-articles__main .p-order-online .p-business-credit-application .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .c-search__form-select + .g-review-articles__select,
.g-review-articles__main .p-order-online .p-business-credit-application .input-group > .c-search__form-select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .c-options__select + .g-review-articles__select,
.g-review-articles__main .p-order-online .p-business-credit-application .input-group > .c-options__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.g-review-articles__main .p-order-online .p-business-credit-application .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .g-deal-options__select + .g-review-articles__select,
.g-review-articles__main .p-order-online .p-business-credit-application .input-group > .g-deal-options__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .g-deal-features__select + .g-review-articles__select,
.g-review-articles__main .p-order-online .p-business-credit-application .input-group > .g-deal-features__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .p-order-online .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-order-online .p-business-credit-application .input-group > .g-review-articles__select + .g-review-articles__select,
.p-personal-credit-application .input-group > .form-control + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .form-control + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .form-control + .p-author-profile__sort-select,
.p-order-online .p-personal-credit-application .input-group > .b-form-select + .b-form-select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .p-author-profile__sort-select + .b-form-select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .b-form-select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .b-form-select + .p-author-profile__sort-select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-personal-credit-application .p-order-online .input-group > .b-form-select + .b-form-select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .b-form-select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .b-form-select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .b-form-select + .p-author-profile__sort-select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-order-online .p-personal-credit-application .input-group > .c-search__form-select + .b-form-select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-personal-credit-application .p-order-online .input-group > .c-search__form-select + .b-form-select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-order-online .p-personal-credit-application .input-group > .c-options__select + .b-form-select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .c-options__select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .c-options__select + .p-author-profile__sort-select,
.p-personal-credit-application .p-order-online .input-group > .c-options__select + .b-form-select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .c-options__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .c-options__select + .p-author-profile__sort-select,
.p-order-online .p-personal-credit-application .input-group > .c-derivatives-filters__select + .b-form-select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-personal-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .b-form-select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-order-online .p-personal-credit-application .input-group > .g-deal-options__select + .b-form-select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-personal-credit-application .p-order-online .input-group > .g-deal-options__select + .b-form-select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-order-online .p-personal-credit-application .input-group > .g-deal-features__select + .b-form-select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-personal-credit-application .p-order-online .input-group > .g-deal-features__select + .b-form-select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .b-form-select,
.p-order-online .g-review-articles__main .p-personal-credit-application .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-personal-credit-application .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .b-form-select,
.p-personal-credit-application .p-order-online .g-review-articles__main .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.g-review-articles__main .p-order-online .p-personal-credit-application .input-group > .g-review-articles__select + .b-form-select,
.g-review-articles__main .p-order-online .p-personal-credit-application .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .g-review-articles__main .p-order-online .p-personal-credit-application .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .b-form-select,
.p-personal-credit-application .g-review-articles__main .p-order-online .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .b-form-select + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-select,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .b-form-select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .b-form-select + .p-author-profile__sort-select,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .c-search__form-select + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .c-options__select + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .c-options__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .c-options__select + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .g-deal-options__select + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .g-deal-features__select + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .b-form-select,
.p-personal-credit-application .g-review-articles__main .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .b-form-select,
.g-review-articles__main .p-personal-credit-application .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-business-credit-application .p-personal-credit-application .input-group > .b-form-select + .b-form-select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .p-author-profile__sort-select + .b-form-select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .b-form-select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .b-form-select + .p-author-profile__sort-select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-personal-credit-application .p-business-credit-application .input-group > .b-form-select + .b-form-select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .p-author-profile__sort-select + .b-form-select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .b-form-select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .b-form-select + .p-author-profile__sort-select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-search__form-select + .b-form-select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-search__form-select + .b-form-select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-options__select + .b-form-select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .c-options__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .c-options__select + .p-author-profile__sort-select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-options__select + .b-form-select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .c-options__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .c-options__select + .p-author-profile__sort-select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-derivatives-filters__select + .b-form-select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-derivatives-filters__select + .b-form-select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-business-credit-application .p-personal-credit-application .input-group > .g-deal-options__select + .b-form-select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-personal-credit-application .p-business-credit-application .input-group > .g-deal-options__select + .b-form-select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-business-credit-application .p-personal-credit-application .input-group > .g-deal-features__select + .b-form-select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-personal-credit-application .p-business-credit-application .input-group > .g-deal-features__select + .b-form-select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .b-form-select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-personal-credit-application .p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .b-form-select,
.p-personal-credit-application .p-business-credit-application .g-review-articles__main .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.g-review-articles__main .p-business-credit-application .p-personal-credit-application .input-group > .g-review-articles__select + .b-form-select,
.g-review-articles__main .p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .g-review-articles__main .p-business-credit-application .p-personal-credit-application .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .b-form-select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .form-control + .c-search__form-select,
.p-order-online .p-personal-credit-application .input-group > .b-form-select + .c-search__form-select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-personal-credit-application .p-order-online .input-group > .b-form-select + .c-search__form-select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-order-online .p-personal-credit-application .input-group > .c-search__form-select + .c-search__form-select,
.p-personal-credit-application .p-order-online .input-group > .c-search__form-select + .c-search__form-select,
.p-order-online .p-personal-credit-application .input-group > .c-options__select + .c-search__form-select,
.p-personal-credit-application .p-order-online .input-group > .c-options__select + .c-search__form-select,
.p-order-online .p-personal-credit-application .input-group > .c-derivatives-filters__select + .c-search__form-select,
.p-personal-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .c-search__form-select,
.p-order-online .p-personal-credit-application .input-group > .g-deal-options__select + .c-search__form-select,
.p-personal-credit-application .p-order-online .input-group > .g-deal-options__select + .c-search__form-select,
.p-order-online .p-personal-credit-application .input-group > .g-deal-features__select + .c-search__form-select,
.p-personal-credit-application .p-order-online .input-group > .g-deal-features__select + .c-search__form-select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .c-search__form-select,
.p-personal-credit-application .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .c-search__form-select,
.g-review-articles__main .p-order-online .p-personal-credit-application .input-group > .g-review-articles__select + .c-search__form-select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .c-search__form-select,
.p-personal-credit-application .input-group > .b-form-select + .c-search__form-select,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-personal-credit-application .input-group > .c-search__form-select + .c-search__form-select,
.p-personal-credit-application .input-group > .c-options__select + .c-search__form-select,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .c-search__form-select,
.p-personal-credit-application .input-group > .g-deal-options__select + .c-search__form-select,
.p-personal-credit-application .input-group > .g-deal-features__select + .c-search__form-select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-search__form-select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .c-search__form-select,
.p-business-credit-application .p-personal-credit-application .input-group > .b-form-select + .c-search__form-select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-personal-credit-application .p-business-credit-application .input-group > .b-form-select + .c-search__form-select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-search__form-select + .c-search__form-select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-search__form-select + .c-search__form-select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-options__select + .c-search__form-select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-options__select + .c-search__form-select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-derivatives-filters__select + .c-search__form-select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-derivatives-filters__select + .c-search__form-select,
.p-business-credit-application .p-personal-credit-application .input-group > .g-deal-options__select + .c-search__form-select,
.p-personal-credit-application .p-business-credit-application .input-group > .g-deal-options__select + .c-search__form-select,
.p-business-credit-application .p-personal-credit-application .input-group > .g-deal-features__select + .c-search__form-select,
.p-personal-credit-application .p-business-credit-application .input-group > .g-deal-features__select + .c-search__form-select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .c-search__form-select,
.p-personal-credit-application .p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-search__form-select,
.g-review-articles__main .p-business-credit-application .p-personal-credit-application .input-group > .g-review-articles__select + .c-search__form-select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .c-search__form-select,
.p-personal-credit-application .input-group > .form-control + .c-options__select,
.p-order-online .p-personal-credit-application .input-group > .b-form-select + .c-options__select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-options__select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .p-author-profile__sort-select + .c-options__select,
.p-personal-credit-application .p-order-online .input-group > .b-form-select + .c-options__select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .c-options__select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .c-options__select,
.p-order-online .p-personal-credit-application .input-group > .c-search__form-select + .c-options__select,
.p-personal-credit-application .p-order-online .input-group > .c-search__form-select + .c-options__select,
.p-order-online .p-personal-credit-application .input-group > .c-options__select + .c-options__select,
.p-personal-credit-application .p-order-online .input-group > .c-options__select + .c-options__select,
.p-order-online .p-personal-credit-application .input-group > .c-derivatives-filters__select + .c-options__select,
.p-personal-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .c-options__select,
.p-order-online .p-personal-credit-application .input-group > .g-deal-options__select + .c-options__select,
.p-personal-credit-application .p-order-online .input-group > .g-deal-options__select + .c-options__select,
.p-order-online .p-personal-credit-application .input-group > .g-deal-features__select + .c-options__select,
.p-personal-credit-application .p-order-online .input-group > .g-deal-features__select + .c-options__select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .c-options__select,
.p-personal-credit-application .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .c-options__select,
.g-review-articles__main .p-order-online .p-personal-credit-application .input-group > .g-review-articles__select + .c-options__select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .c-options__select,
.p-personal-credit-application .input-group > .b-form-select + .c-options__select,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-options__select,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .c-options__select,
.p-personal-credit-application .input-group > .c-search__form-select + .c-options__select,
.p-personal-credit-application .input-group > .c-options__select + .c-options__select,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .c-options__select,
.p-personal-credit-application .input-group > .g-deal-options__select + .c-options__select,
.p-personal-credit-application .input-group > .g-deal-features__select + .c-options__select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-options__select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .c-options__select,
.p-business-credit-application .p-personal-credit-application .input-group > .b-form-select + .c-options__select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-options__select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .p-author-profile__sort-select + .c-options__select,
.p-personal-credit-application .p-business-credit-application .input-group > .b-form-select + .c-options__select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-options__select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .p-author-profile__sort-select + .c-options__select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-search__form-select + .c-options__select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-search__form-select + .c-options__select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-options__select + .c-options__select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-options__select + .c-options__select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-derivatives-filters__select + .c-options__select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-derivatives-filters__select + .c-options__select,
.p-business-credit-application .p-personal-credit-application .input-group > .g-deal-options__select + .c-options__select,
.p-personal-credit-application .p-business-credit-application .input-group > .g-deal-options__select + .c-options__select,
.p-business-credit-application .p-personal-credit-application .input-group > .g-deal-features__select + .c-options__select,
.p-personal-credit-application .p-business-credit-application .input-group > .g-deal-features__select + .c-options__select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .c-options__select,
.p-personal-credit-application .p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-options__select,
.g-review-articles__main .p-business-credit-application .p-personal-credit-application .input-group > .g-review-articles__select + .c-options__select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .c-options__select,
.p-personal-credit-application .input-group > .form-control + .c-derivatives-filters__select,
.p-order-online .p-personal-credit-application .input-group > .b-form-select + .c-derivatives-filters__select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-personal-credit-application .p-order-online .input-group > .b-form-select + .c-derivatives-filters__select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-order-online .p-personal-credit-application .input-group > .c-search__form-select + .c-derivatives-filters__select,
.p-personal-credit-application .p-order-online .input-group > .c-search__form-select + .c-derivatives-filters__select,
.p-order-online .p-personal-credit-application .input-group > .c-options__select + .c-derivatives-filters__select,
.p-personal-credit-application .p-order-online .input-group > .c-options__select + .c-derivatives-filters__select,
.p-order-online .p-personal-credit-application .input-group > .c-derivatives-filters__select + .c-derivatives-filters__select,
.p-personal-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .c-derivatives-filters__select,
.p-order-online .p-personal-credit-application .input-group > .g-deal-options__select + .c-derivatives-filters__select,
.p-personal-credit-application .p-order-online .input-group > .g-deal-options__select + .c-derivatives-filters__select,
.p-order-online .p-personal-credit-application .input-group > .g-deal-features__select + .c-derivatives-filters__select,
.p-personal-credit-application .p-order-online .input-group > .g-deal-features__select + .c-derivatives-filters__select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.p-personal-credit-application .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.g-review-articles__main .p-order-online .p-personal-credit-application .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .b-form-select + .c-derivatives-filters__select,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .c-search__form-select + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .c-options__select + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .g-deal-options__select + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .g-deal-features__select + .c-derivatives-filters__select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.p-business-credit-application .p-personal-credit-application .input-group > .b-form-select + .c-derivatives-filters__select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-personal-credit-application .p-business-credit-application .input-group > .b-form-select + .c-derivatives-filters__select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-search__form-select + .c-derivatives-filters__select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-search__form-select + .c-derivatives-filters__select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-options__select + .c-derivatives-filters__select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-options__select + .c-derivatives-filters__select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-derivatives-filters__select + .c-derivatives-filters__select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-derivatives-filters__select + .c-derivatives-filters__select,
.p-business-credit-application .p-personal-credit-application .input-group > .g-deal-options__select + .c-derivatives-filters__select,
.p-personal-credit-application .p-business-credit-application .input-group > .g-deal-options__select + .c-derivatives-filters__select,
.p-business-credit-application .p-personal-credit-application .input-group > .g-deal-features__select + .c-derivatives-filters__select,
.p-personal-credit-application .p-business-credit-application .input-group > .g-deal-features__select + .c-derivatives-filters__select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.p-personal-credit-application .p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.g-review-articles__main .p-business-credit-application .p-personal-credit-application .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .form-control + .g-deal-options__select,
.p-order-online .p-personal-credit-application .input-group > .b-form-select + .g-deal-options__select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-personal-credit-application .p-order-online .input-group > .b-form-select + .g-deal-options__select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-order-online .p-personal-credit-application .input-group > .c-search__form-select + .g-deal-options__select,
.p-personal-credit-application .p-order-online .input-group > .c-search__form-select + .g-deal-options__select,
.p-order-online .p-personal-credit-application .input-group > .c-options__select + .g-deal-options__select,
.p-personal-credit-application .p-order-online .input-group > .c-options__select + .g-deal-options__select,
.p-order-online .p-personal-credit-application .input-group > .c-derivatives-filters__select + .g-deal-options__select,
.p-personal-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .g-deal-options__select,
.p-order-online .p-personal-credit-application .input-group > .g-deal-options__select + .g-deal-options__select,
.p-personal-credit-application .p-order-online .input-group > .g-deal-options__select + .g-deal-options__select,
.p-order-online .p-personal-credit-application .input-group > .g-deal-features__select + .g-deal-options__select,
.p-personal-credit-application .p-order-online .input-group > .g-deal-features__select + .g-deal-options__select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .g-deal-options__select,
.p-personal-credit-application .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-options__select,
.g-review-articles__main .p-order-online .p-personal-credit-application .input-group > .g-review-articles__select + .g-deal-options__select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .g-deal-options__select,
.p-personal-credit-application .input-group > .b-form-select + .g-deal-options__select,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-personal-credit-application .input-group > .c-search__form-select + .g-deal-options__select,
.p-personal-credit-application .input-group > .c-options__select + .g-deal-options__select,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .g-deal-options__select,
.p-personal-credit-application .input-group > .g-deal-options__select + .g-deal-options__select,
.p-personal-credit-application .input-group > .g-deal-features__select + .g-deal-options__select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-options__select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .g-deal-options__select,
.p-business-credit-application .p-personal-credit-application .input-group > .b-form-select + .g-deal-options__select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-personal-credit-application .p-business-credit-application .input-group > .b-form-select + .g-deal-options__select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-search__form-select + .g-deal-options__select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-search__form-select + .g-deal-options__select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-options__select + .g-deal-options__select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-options__select + .g-deal-options__select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-derivatives-filters__select + .g-deal-options__select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-derivatives-filters__select + .g-deal-options__select,
.p-business-credit-application .p-personal-credit-application .input-group > .g-deal-options__select + .g-deal-options__select,
.p-personal-credit-application .p-business-credit-application .input-group > .g-deal-options__select + .g-deal-options__select,
.p-business-credit-application .p-personal-credit-application .input-group > .g-deal-features__select + .g-deal-options__select,
.p-personal-credit-application .p-business-credit-application .input-group > .g-deal-features__select + .g-deal-options__select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .g-deal-options__select,
.p-personal-credit-application .p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-options__select,
.g-review-articles__main .p-business-credit-application .p-personal-credit-application .input-group > .g-review-articles__select + .g-deal-options__select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .g-deal-options__select,
.p-personal-credit-application .input-group > .form-control + .g-deal-features__select,
.p-order-online .p-personal-credit-application .input-group > .b-form-select + .g-deal-features__select,
.p-order-online .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-author-profile .p-order-online .p-personal-credit-application .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-personal-credit-application .p-order-online .input-group > .b-form-select + .g-deal-features__select,
.p-personal-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-author-profile .p-personal-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-order-online .p-personal-credit-application .input-group > .c-search__form-select + .g-deal-features__select,
.p-personal-credit-application .p-order-online .input-group > .c-search__form-select + .g-deal-features__select,
.p-order-online .p-personal-credit-application .input-group > .c-options__select + .g-deal-features__select,
.p-personal-credit-application .p-order-online .input-group > .c-options__select + .g-deal-features__select,
.p-order-online .p-personal-credit-application .input-group > .c-derivatives-filters__select + .g-deal-features__select,
.p-personal-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .g-deal-features__select,
.p-order-online .p-personal-credit-application .input-group > .g-deal-options__select + .g-deal-features__select,
.p-personal-credit-application .p-order-online .input-group > .g-deal-options__select + .g-deal-features__select,
.p-order-online .p-personal-credit-application .input-group > .g-deal-features__select + .g-deal-features__select,
.p-personal-credit-application .p-order-online .input-group > .g-deal-features__select + .g-deal-features__select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .g-deal-features__select,
.p-personal-credit-application .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-features__select,
.g-review-articles__main .p-order-online .p-personal-credit-application .input-group > .g-review-articles__select + .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .g-deal-features__select,
.p-personal-credit-application .input-group > .b-form-select + .g-deal-features__select,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-personal-credit-application .input-group > .c-search__form-select + .g-deal-features__select,
.p-personal-credit-application .input-group > .c-options__select + .g-deal-features__select,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .g-deal-features__select,
.p-personal-credit-application .input-group > .g-deal-options__select + .g-deal-features__select,
.p-personal-credit-application .input-group > .g-deal-features__select + .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-features__select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .g-deal-features__select,
.p-business-credit-application .p-personal-credit-application .input-group > .b-form-select + .g-deal-features__select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-personal-credit-application .p-business-credit-application .input-group > .b-form-select + .g-deal-features__select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-search__form-select + .g-deal-features__select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-search__form-select + .g-deal-features__select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-options__select + .g-deal-features__select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-options__select + .g-deal-features__select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-derivatives-filters__select + .g-deal-features__select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-derivatives-filters__select + .g-deal-features__select,
.p-business-credit-application .p-personal-credit-application .input-group > .g-deal-options__select + .g-deal-features__select,
.p-personal-credit-application .p-business-credit-application .input-group > .g-deal-options__select + .g-deal-features__select,
.p-business-credit-application .p-personal-credit-application .input-group > .g-deal-features__select + .g-deal-features__select,
.p-personal-credit-application .p-business-credit-application .input-group > .g-deal-features__select + .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .g-deal-features__select,
.p-personal-credit-application .p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-features__select,
.g-review-articles__main .p-business-credit-application .p-personal-credit-application .input-group > .g-review-articles__select + .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .input-group > .form-control + .g-review-articles__select,
.p-order-online .p-personal-credit-application .g-review-articles__main .input-group > .b-form-select + .g-review-articles__select,
.p-order-online .p-personal-credit-application .g-review-articles__main .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .p-order-online .p-personal-credit-application .g-review-articles__main .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .b-form-select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-order-online .p-personal-credit-application .g-review-articles__main .input-group > .c-search__form-select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .c-search__form-select + .g-review-articles__select,
.p-order-online .p-personal-credit-application .g-review-articles__main .input-group > .c-options__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .c-options__select + .g-review-articles__select,
.p-order-online .p-personal-credit-application .g-review-articles__main .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.p-order-online .p-personal-credit-application .g-review-articles__main .input-group > .g-deal-options__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .g-deal-options__select + .g-review-articles__select,
.p-order-online .p-personal-credit-application .g-review-articles__main .input-group > .g-deal-features__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .g-deal-features__select + .g-review-articles__select,
.p-order-online .p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select,
.p-personal-credit-application .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .input-group > .b-form-select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .p-personal-credit-application .g-review-articles__main .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .input-group > .c-search__form-select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .input-group > .c-options__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-deal-options__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-deal-features__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select,
.p-business-credit-application .p-personal-credit-application .g-review-articles__main .input-group > .b-form-select + .g-review-articles__select,
.p-business-credit-application .p-personal-credit-application .g-review-articles__main .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .g-review-articles__main .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .b-form-select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-business-credit-application .p-personal-credit-application .g-review-articles__main .input-group > .c-search__form-select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .c-search__form-select + .g-review-articles__select,
.p-business-credit-application .p-personal-credit-application .g-review-articles__main .input-group > .c-options__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .c-options__select + .g-review-articles__select,
.p-business-credit-application .p-personal-credit-application .g-review-articles__main .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.p-business-credit-application .p-personal-credit-application .g-review-articles__main .input-group > .g-deal-options__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .g-deal-options__select + .g-review-articles__select,
.p-business-credit-application .p-personal-credit-application .g-review-articles__main .input-group > .g-deal-features__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .g-deal-features__select + .g-review-articles__select,
.p-business-credit-application .p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select,
.p-personal-credit-application .p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .form-control + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .b-form-select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .p-order-online .input-group > .b-form-select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .g-review-articles__main .p-personal-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .c-search__form-select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .p-order-online .input-group > .c-search__form-select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .c-options__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .p-order-online .input-group > .c-options__select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .g-deal-options__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .p-order-online .input-group > .g-deal-options__select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .g-deal-features__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .p-order-online .input-group > .g-deal-features__select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-order-online .p-personal-credit-application .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .p-order-online .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .b-form-select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .g-review-articles__main .p-personal-credit-application .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .c-search__form-select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .c-options__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-deal-options__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-deal-features__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .b-form-select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .p-business-credit-application .input-group > .b-form-select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .g-review-articles__main .p-personal-credit-application .p-business-credit-application .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .c-search__form-select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .p-business-credit-application .input-group > .c-search__form-select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .c-options__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .p-business-credit-application .input-group > .c-options__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .p-business-credit-application .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .g-deal-options__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .p-business-credit-application .input-group > .g-deal-options__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .g-deal-features__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .p-business-credit-application .input-group > .g-deal-features__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .p-personal-credit-application .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .p-business-credit-application .input-group > .g-review-articles__select + .g-review-articles__select,
.p-business-credit-application .input-group > .form-control + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .form-control + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .form-control + .p-author-profile__sort-select,
.p-order-online .p-business-credit-application .input-group > .b-form-select + .b-form-select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .p-author-profile__sort-select + .b-form-select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .b-form-select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .b-form-select + .p-author-profile__sort-select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-business-credit-application .p-order-online .input-group > .b-form-select + .b-form-select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .b-form-select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .b-form-select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .b-form-select + .p-author-profile__sort-select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-order-online .p-business-credit-application .input-group > .c-search__form-select + .b-form-select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-business-credit-application .p-order-online .input-group > .c-search__form-select + .b-form-select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-order-online .p-business-credit-application .input-group > .c-options__select + .b-form-select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .c-options__select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .c-options__select + .p-author-profile__sort-select,
.p-business-credit-application .p-order-online .input-group > .c-options__select + .b-form-select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .c-options__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .c-options__select + .p-author-profile__sort-select,
.p-order-online .p-business-credit-application .input-group > .c-derivatives-filters__select + .b-form-select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-business-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .b-form-select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-order-online .p-business-credit-application .input-group > .g-deal-options__select + .b-form-select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-business-credit-application .p-order-online .input-group > .g-deal-options__select + .b-form-select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-order-online .p-business-credit-application .input-group > .g-deal-features__select + .b-form-select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-business-credit-application .p-order-online .input-group > .g-deal-features__select + .b-form-select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .b-form-select,
.p-order-online .g-review-articles__main .p-business-credit-application .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-business-credit-application .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .b-form-select,
.p-business-credit-application .p-order-online .g-review-articles__main .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.g-review-articles__main .p-order-online .p-business-credit-application .input-group > .g-review-articles__select + .b-form-select,
.g-review-articles__main .p-order-online .p-business-credit-application .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .g-review-articles__main .p-order-online .p-business-credit-application .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .b-form-select,
.p-business-credit-application .g-review-articles__main .p-order-online .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-personal-credit-application .p-business-credit-application .input-group > .b-form-select + .b-form-select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .p-author-profile__sort-select + .b-form-select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .b-form-select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .b-form-select + .p-author-profile__sort-select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-business-credit-application .p-personal-credit-application .input-group > .b-form-select + .b-form-select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .p-author-profile__sort-select + .b-form-select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .b-form-select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .b-form-select + .p-author-profile__sort-select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-search__form-select + .b-form-select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-search__form-select + .b-form-select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-options__select + .b-form-select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .c-options__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .c-options__select + .p-author-profile__sort-select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-options__select + .b-form-select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .c-options__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .c-options__select + .p-author-profile__sort-select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-derivatives-filters__select + .b-form-select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-derivatives-filters__select + .b-form-select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-personal-credit-application .p-business-credit-application .input-group > .g-deal-options__select + .b-form-select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-business-credit-application .p-personal-credit-application .input-group > .g-deal-options__select + .b-form-select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-personal-credit-application .p-business-credit-application .input-group > .g-deal-features__select + .b-form-select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-business-credit-application .p-personal-credit-application .input-group > .g-deal-features__select + .b-form-select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .b-form-select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-business-credit-application .p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .b-form-select,
.p-business-credit-application .p-personal-credit-application .g-review-articles__main .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.g-review-articles__main .p-personal-credit-application .p-business-credit-application .input-group > .g-review-articles__select + .b-form-select,
.g-review-articles__main .p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .g-review-articles__main .p-personal-credit-application .p-business-credit-application .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .b-form-select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .b-form-select + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-select,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .b-form-select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .b-form-select + .p-author-profile__sort-select,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .c-search__form-select + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .c-options__select + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .c-options__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .c-options__select + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .g-deal-options__select + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .g-deal-features__select + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .b-form-select,
.p-business-credit-application .g-review-articles__main .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .b-form-select,
.g-review-articles__main .p-business-credit-application .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .form-control + .c-search__form-select,
.p-order-online .p-business-credit-application .input-group > .b-form-select + .c-search__form-select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-business-credit-application .p-order-online .input-group > .b-form-select + .c-search__form-select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-order-online .p-business-credit-application .input-group > .c-search__form-select + .c-search__form-select,
.p-business-credit-application .p-order-online .input-group > .c-search__form-select + .c-search__form-select,
.p-order-online .p-business-credit-application .input-group > .c-options__select + .c-search__form-select,
.p-business-credit-application .p-order-online .input-group > .c-options__select + .c-search__form-select,
.p-order-online .p-business-credit-application .input-group > .c-derivatives-filters__select + .c-search__form-select,
.p-business-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .c-search__form-select,
.p-order-online .p-business-credit-application .input-group > .g-deal-options__select + .c-search__form-select,
.p-business-credit-application .p-order-online .input-group > .g-deal-options__select + .c-search__form-select,
.p-order-online .p-business-credit-application .input-group > .g-deal-features__select + .c-search__form-select,
.p-business-credit-application .p-order-online .input-group > .g-deal-features__select + .c-search__form-select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .c-search__form-select,
.p-business-credit-application .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .c-search__form-select,
.g-review-articles__main .p-order-online .p-business-credit-application .input-group > .g-review-articles__select + .c-search__form-select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .c-search__form-select,
.p-personal-credit-application .p-business-credit-application .input-group > .b-form-select + .c-search__form-select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-business-credit-application .p-personal-credit-application .input-group > .b-form-select + .c-search__form-select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-search__form-select + .c-search__form-select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-search__form-select + .c-search__form-select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-options__select + .c-search__form-select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-options__select + .c-search__form-select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-derivatives-filters__select + .c-search__form-select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-derivatives-filters__select + .c-search__form-select,
.p-personal-credit-application .p-business-credit-application .input-group > .g-deal-options__select + .c-search__form-select,
.p-business-credit-application .p-personal-credit-application .input-group > .g-deal-options__select + .c-search__form-select,
.p-personal-credit-application .p-business-credit-application .input-group > .g-deal-features__select + .c-search__form-select,
.p-business-credit-application .p-personal-credit-application .input-group > .g-deal-features__select + .c-search__form-select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .c-search__form-select,
.p-business-credit-application .p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-search__form-select,
.g-review-articles__main .p-personal-credit-application .p-business-credit-application .input-group > .g-review-articles__select + .c-search__form-select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .c-search__form-select,
.p-business-credit-application .input-group > .b-form-select + .c-search__form-select,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-business-credit-application .input-group > .c-search__form-select + .c-search__form-select,
.p-business-credit-application .input-group > .c-options__select + .c-search__form-select,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .c-search__form-select,
.p-business-credit-application .input-group > .g-deal-options__select + .c-search__form-select,
.p-business-credit-application .input-group > .g-deal-features__select + .c-search__form-select,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-search__form-select,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .c-search__form-select,
.p-business-credit-application .input-group > .form-control + .c-options__select,
.p-order-online .p-business-credit-application .input-group > .b-form-select + .c-options__select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-options__select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .p-author-profile__sort-select + .c-options__select,
.p-business-credit-application .p-order-online .input-group > .b-form-select + .c-options__select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .c-options__select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .c-options__select,
.p-order-online .p-business-credit-application .input-group > .c-search__form-select + .c-options__select,
.p-business-credit-application .p-order-online .input-group > .c-search__form-select + .c-options__select,
.p-order-online .p-business-credit-application .input-group > .c-options__select + .c-options__select,
.p-business-credit-application .p-order-online .input-group > .c-options__select + .c-options__select,
.p-order-online .p-business-credit-application .input-group > .c-derivatives-filters__select + .c-options__select,
.p-business-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .c-options__select,
.p-order-online .p-business-credit-application .input-group > .g-deal-options__select + .c-options__select,
.p-business-credit-application .p-order-online .input-group > .g-deal-options__select + .c-options__select,
.p-order-online .p-business-credit-application .input-group > .g-deal-features__select + .c-options__select,
.p-business-credit-application .p-order-online .input-group > .g-deal-features__select + .c-options__select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .c-options__select,
.p-business-credit-application .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .c-options__select,
.g-review-articles__main .p-order-online .p-business-credit-application .input-group > .g-review-articles__select + .c-options__select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .c-options__select,
.p-personal-credit-application .p-business-credit-application .input-group > .b-form-select + .c-options__select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-options__select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .p-author-profile__sort-select + .c-options__select,
.p-business-credit-application .p-personal-credit-application .input-group > .b-form-select + .c-options__select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-options__select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .p-author-profile__sort-select + .c-options__select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-search__form-select + .c-options__select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-search__form-select + .c-options__select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-options__select + .c-options__select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-options__select + .c-options__select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-derivatives-filters__select + .c-options__select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-derivatives-filters__select + .c-options__select,
.p-personal-credit-application .p-business-credit-application .input-group > .g-deal-options__select + .c-options__select,
.p-business-credit-application .p-personal-credit-application .input-group > .g-deal-options__select + .c-options__select,
.p-personal-credit-application .p-business-credit-application .input-group > .g-deal-features__select + .c-options__select,
.p-business-credit-application .p-personal-credit-application .input-group > .g-deal-features__select + .c-options__select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .c-options__select,
.p-business-credit-application .p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-options__select,
.g-review-articles__main .p-personal-credit-application .p-business-credit-application .input-group > .g-review-articles__select + .c-options__select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .c-options__select,
.p-business-credit-application .input-group > .b-form-select + .c-options__select,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-options__select,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .c-options__select,
.p-business-credit-application .input-group > .c-search__form-select + .c-options__select,
.p-business-credit-application .input-group > .c-options__select + .c-options__select,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .c-options__select,
.p-business-credit-application .input-group > .g-deal-options__select + .c-options__select,
.p-business-credit-application .input-group > .g-deal-features__select + .c-options__select,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-options__select,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .c-options__select,
.p-business-credit-application .input-group > .form-control + .c-derivatives-filters__select,
.p-order-online .p-business-credit-application .input-group > .b-form-select + .c-derivatives-filters__select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-business-credit-application .p-order-online .input-group > .b-form-select + .c-derivatives-filters__select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-order-online .p-business-credit-application .input-group > .c-search__form-select + .c-derivatives-filters__select,
.p-business-credit-application .p-order-online .input-group > .c-search__form-select + .c-derivatives-filters__select,
.p-order-online .p-business-credit-application .input-group > .c-options__select + .c-derivatives-filters__select,
.p-business-credit-application .p-order-online .input-group > .c-options__select + .c-derivatives-filters__select,
.p-order-online .p-business-credit-application .input-group > .c-derivatives-filters__select + .c-derivatives-filters__select,
.p-business-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .c-derivatives-filters__select,
.p-order-online .p-business-credit-application .input-group > .g-deal-options__select + .c-derivatives-filters__select,
.p-business-credit-application .p-order-online .input-group > .g-deal-options__select + .c-derivatives-filters__select,
.p-order-online .p-business-credit-application .input-group > .g-deal-features__select + .c-derivatives-filters__select,
.p-business-credit-application .p-order-online .input-group > .g-deal-features__select + .c-derivatives-filters__select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.p-business-credit-application .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.g-review-articles__main .p-order-online .p-business-credit-application .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.p-personal-credit-application .p-business-credit-application .input-group > .b-form-select + .c-derivatives-filters__select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-business-credit-application .p-personal-credit-application .input-group > .b-form-select + .c-derivatives-filters__select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-search__form-select + .c-derivatives-filters__select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-search__form-select + .c-derivatives-filters__select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-options__select + .c-derivatives-filters__select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-options__select + .c-derivatives-filters__select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-derivatives-filters__select + .c-derivatives-filters__select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-derivatives-filters__select + .c-derivatives-filters__select,
.p-personal-credit-application .p-business-credit-application .input-group > .g-deal-options__select + .c-derivatives-filters__select,
.p-business-credit-application .p-personal-credit-application .input-group > .g-deal-options__select + .c-derivatives-filters__select,
.p-personal-credit-application .p-business-credit-application .input-group > .g-deal-features__select + .c-derivatives-filters__select,
.p-business-credit-application .p-personal-credit-application .input-group > .g-deal-features__select + .c-derivatives-filters__select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.p-business-credit-application .p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.g-review-articles__main .p-personal-credit-application .p-business-credit-application .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .b-form-select + .c-derivatives-filters__select,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .c-search__form-select + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .c-options__select + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .g-deal-options__select + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .g-deal-features__select + .c-derivatives-filters__select,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .form-control + .g-deal-options__select,
.p-order-online .p-business-credit-application .input-group > .b-form-select + .g-deal-options__select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-business-credit-application .p-order-online .input-group > .b-form-select + .g-deal-options__select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-order-online .p-business-credit-application .input-group > .c-search__form-select + .g-deal-options__select,
.p-business-credit-application .p-order-online .input-group > .c-search__form-select + .g-deal-options__select,
.p-order-online .p-business-credit-application .input-group > .c-options__select + .g-deal-options__select,
.p-business-credit-application .p-order-online .input-group > .c-options__select + .g-deal-options__select,
.p-order-online .p-business-credit-application .input-group > .c-derivatives-filters__select + .g-deal-options__select,
.p-business-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .g-deal-options__select,
.p-order-online .p-business-credit-application .input-group > .g-deal-options__select + .g-deal-options__select,
.p-business-credit-application .p-order-online .input-group > .g-deal-options__select + .g-deal-options__select,
.p-order-online .p-business-credit-application .input-group > .g-deal-features__select + .g-deal-options__select,
.p-business-credit-application .p-order-online .input-group > .g-deal-features__select + .g-deal-options__select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .g-deal-options__select,
.p-business-credit-application .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-options__select,
.g-review-articles__main .p-order-online .p-business-credit-application .input-group > .g-review-articles__select + .g-deal-options__select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .g-deal-options__select,
.p-personal-credit-application .p-business-credit-application .input-group > .b-form-select + .g-deal-options__select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-business-credit-application .p-personal-credit-application .input-group > .b-form-select + .g-deal-options__select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-search__form-select + .g-deal-options__select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-search__form-select + .g-deal-options__select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-options__select + .g-deal-options__select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-options__select + .g-deal-options__select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-derivatives-filters__select + .g-deal-options__select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-derivatives-filters__select + .g-deal-options__select,
.p-personal-credit-application .p-business-credit-application .input-group > .g-deal-options__select + .g-deal-options__select,
.p-business-credit-application .p-personal-credit-application .input-group > .g-deal-options__select + .g-deal-options__select,
.p-personal-credit-application .p-business-credit-application .input-group > .g-deal-features__select + .g-deal-options__select,
.p-business-credit-application .p-personal-credit-application .input-group > .g-deal-features__select + .g-deal-options__select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .g-deal-options__select,
.p-business-credit-application .p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-options__select,
.g-review-articles__main .p-personal-credit-application .p-business-credit-application .input-group > .g-review-articles__select + .g-deal-options__select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .g-deal-options__select,
.p-business-credit-application .input-group > .b-form-select + .g-deal-options__select,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-business-credit-application .input-group > .c-search__form-select + .g-deal-options__select,
.p-business-credit-application .input-group > .c-options__select + .g-deal-options__select,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .g-deal-options__select,
.p-business-credit-application .input-group > .g-deal-options__select + .g-deal-options__select,
.p-business-credit-application .input-group > .g-deal-features__select + .g-deal-options__select,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-options__select,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .g-deal-options__select,
.p-business-credit-application .input-group > .form-control + .g-deal-features__select,
.p-order-online .p-business-credit-application .input-group > .b-form-select + .g-deal-features__select,
.p-order-online .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-author-profile .p-order-online .p-business-credit-application .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-business-credit-application .p-order-online .input-group > .b-form-select + .g-deal-features__select,
.p-business-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-author-profile .p-business-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-order-online .p-business-credit-application .input-group > .c-search__form-select + .g-deal-features__select,
.p-business-credit-application .p-order-online .input-group > .c-search__form-select + .g-deal-features__select,
.p-order-online .p-business-credit-application .input-group > .c-options__select + .g-deal-features__select,
.p-business-credit-application .p-order-online .input-group > .c-options__select + .g-deal-features__select,
.p-order-online .p-business-credit-application .input-group > .c-derivatives-filters__select + .g-deal-features__select,
.p-business-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .g-deal-features__select,
.p-order-online .p-business-credit-application .input-group > .g-deal-options__select + .g-deal-features__select,
.p-business-credit-application .p-order-online .input-group > .g-deal-options__select + .g-deal-features__select,
.p-order-online .p-business-credit-application .input-group > .g-deal-features__select + .g-deal-features__select,
.p-business-credit-application .p-order-online .input-group > .g-deal-features__select + .g-deal-features__select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .g-deal-features__select,
.p-business-credit-application .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-features__select,
.g-review-articles__main .p-order-online .p-business-credit-application .input-group > .g-review-articles__select + .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .g-deal-features__select,
.p-personal-credit-application .p-business-credit-application .input-group > .b-form-select + .g-deal-features__select,
.p-personal-credit-application .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-business-credit-application .p-personal-credit-application .input-group > .b-form-select + .g-deal-features__select,
.p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-author-profile .p-business-credit-application .p-personal-credit-application .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-search__form-select + .g-deal-features__select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-search__form-select + .g-deal-features__select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-options__select + .g-deal-features__select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-options__select + .g-deal-features__select,
.p-personal-credit-application .p-business-credit-application .input-group > .c-derivatives-filters__select + .g-deal-features__select,
.p-business-credit-application .p-personal-credit-application .input-group > .c-derivatives-filters__select + .g-deal-features__select,
.p-personal-credit-application .p-business-credit-application .input-group > .g-deal-options__select + .g-deal-features__select,
.p-business-credit-application .p-personal-credit-application .input-group > .g-deal-options__select + .g-deal-features__select,
.p-personal-credit-application .p-business-credit-application .input-group > .g-deal-features__select + .g-deal-features__select,
.p-business-credit-application .p-personal-credit-application .input-group > .g-deal-features__select + .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .g-deal-features__select,
.p-business-credit-application .p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-features__select,
.g-review-articles__main .p-personal-credit-application .p-business-credit-application .input-group > .g-review-articles__select + .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .g-deal-features__select,
.p-business-credit-application .input-group > .b-form-select + .g-deal-features__select,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-business-credit-application .input-group > .c-search__form-select + .g-deal-features__select,
.p-business-credit-application .input-group > .c-options__select + .g-deal-features__select,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .g-deal-features__select,
.p-business-credit-application .input-group > .g-deal-options__select + .g-deal-features__select,
.p-business-credit-application .input-group > .g-deal-features__select + .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-features__select,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .input-group > .form-control + .g-review-articles__select,
.p-order-online .p-business-credit-application .g-review-articles__main .input-group > .b-form-select + .g-review-articles__select,
.p-order-online .p-business-credit-application .g-review-articles__main .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .p-order-online .p-business-credit-application .g-review-articles__main .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .b-form-select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .p-business-credit-application .g-review-articles__main .p-order-online .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-order-online .p-business-credit-application .g-review-articles__main .input-group > .c-search__form-select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .c-search__form-select + .g-review-articles__select,
.p-order-online .p-business-credit-application .g-review-articles__main .input-group > .c-options__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .c-options__select + .g-review-articles__select,
.p-order-online .p-business-credit-application .g-review-articles__main .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.p-order-online .p-business-credit-application .g-review-articles__main .input-group > .g-deal-options__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .g-deal-options__select + .g-review-articles__select,
.p-order-online .p-business-credit-application .g-review-articles__main .input-group > .g-deal-features__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .g-deal-features__select + .g-review-articles__select,
.p-order-online .p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select,
.p-business-credit-application .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .g-review-articles__select,
.p-personal-credit-application .p-business-credit-application .g-review-articles__main .input-group > .b-form-select + .g-review-articles__select,
.p-personal-credit-application .p-business-credit-application .g-review-articles__main .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .p-personal-credit-application .p-business-credit-application .g-review-articles__main .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .b-form-select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-personal-credit-application .p-business-credit-application .g-review-articles__main .input-group > .c-search__form-select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .c-search__form-select + .g-review-articles__select,
.p-personal-credit-application .p-business-credit-application .g-review-articles__main .input-group > .c-options__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .c-options__select + .g-review-articles__select,
.p-personal-credit-application .p-business-credit-application .g-review-articles__main .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.p-personal-credit-application .p-business-credit-application .g-review-articles__main .input-group > .g-deal-options__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .g-deal-options__select + .g-review-articles__select,
.p-personal-credit-application .p-business-credit-application .g-review-articles__main .input-group > .g-deal-features__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .g-deal-features__select + .g-review-articles__select,
.p-personal-credit-application .p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select,
.p-business-credit-application .p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .input-group > .b-form-select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .p-business-credit-application .g-review-articles__main .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .input-group > .c-search__form-select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .input-group > .c-options__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .input-group > .g-deal-options__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .input-group > .g-deal-features__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .form-control + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .b-form-select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .p-order-online .g-review-articles__main .p-business-credit-application .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .p-order-online .input-group > .b-form-select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .g-review-articles__main .p-business-credit-application .p-order-online .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .c-search__form-select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .p-order-online .input-group > .c-search__form-select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .c-options__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .p-order-online .input-group > .c-options__select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .p-order-online .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .g-deal-options__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .p-order-online .input-group > .g-deal-options__select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .g-deal-features__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .p-order-online .input-group > .g-deal-features__select + .g-review-articles__select,
.p-order-online .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-order-online .p-business-credit-application .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .p-order-online .input-group > .g-review-articles__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .b-form-select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .p-personal-credit-application .input-group > .b-form-select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .g-review-articles__main .p-business-credit-application .p-personal-credit-application .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .c-search__form-select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .p-personal-credit-application .input-group > .c-search__form-select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .c-options__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .p-personal-credit-application .input-group > .c-options__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .p-personal-credit-application .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .g-deal-options__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .p-personal-credit-application .input-group > .g-deal-options__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .g-deal-features__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .p-personal-credit-application .input-group > .g-deal-features__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .p-business-credit-application .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .p-personal-credit-application .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .b-form-select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .g-review-articles__main .p-business-credit-application .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .c-search__form-select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .c-options__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .g-deal-options__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .g-deal-features__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .g-review-articles__select, .input-group > .b-form-select + .form-control, .p-author-profile .input-group > .p-author-profile__sort-select + .form-control, .p-order-online .input-group > .b-form-select + .b-form-select, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-select, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .b-form-select, .p-order-online .p-author-profile .input-group > .b-form-select + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .b-form-select + .p-author-profile__sort-select, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select, .p-order-online .input-group > .b-form-select + .c-search__form-select, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .c-search__form-select, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .c-search__form-select, .p-order-online .input-group > .b-form-select + .c-options__select, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .c-options__select, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .c-options__select, .p-order-online .input-group > .b-form-select + .c-derivatives-filters__select, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select, .p-order-online .input-group > .b-form-select + .g-deal-options__select, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-options__select, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .g-deal-options__select, .p-order-online .input-group > .b-form-select + .g-deal-features__select, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-features__select, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .g-deal-features__select, .p-order-online .g-review-articles__main .input-group > .b-form-select + .g-review-articles__select, .p-order-online .g-review-articles__main .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select, .p-author-profile .p-order-online .g-review-articles__main .input-group > .p-author-profile__sort-select + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .b-form-select + .g-review-articles__select, .g-review-articles__main .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select, .p-author-profile .g-review-articles__main .p-order-online .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-personal-credit-application .input-group > .b-form-select + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-select,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .b-form-select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .b-form-select + .p-author-profile__sort-select,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .b-form-select + .c-search__form-select,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-personal-credit-application .input-group > .b-form-select + .c-options__select,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-options__select,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .c-options__select,
.p-personal-credit-application .input-group > .b-form-select + .c-derivatives-filters__select,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .b-form-select + .g-deal-options__select,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-personal-credit-application .input-group > .b-form-select + .g-deal-features__select,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .input-group > .b-form-select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .p-personal-credit-application .g-review-articles__main .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .b-form-select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .g-review-articles__main .p-personal-credit-application .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-business-credit-application .input-group > .b-form-select + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-select,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .b-form-select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .b-form-select + .p-author-profile__sort-select,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .b-form-select + .c-search__form-select,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-business-credit-application .input-group > .b-form-select + .c-options__select,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-options__select,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .c-options__select,
.p-business-credit-application .input-group > .b-form-select + .c-derivatives-filters__select,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .b-form-select + .g-deal-options__select,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-business-credit-application .input-group > .b-form-select + .g-deal-features__select,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .input-group > .b-form-select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .p-business-credit-application .g-review-articles__main .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .b-form-select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .g-review-articles__main .p-business-credit-application .input-group > .p-author-profile__sort-select + .g-review-articles__select, .g-review-articles__main .input-group > .g-review-articles__select + .form-control, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .b-form-select, .g-review-articles__main .p-order-online .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select, .p-author-profile .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .p-author-profile__sort-select, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .b-form-select, .p-order-online .g-review-articles__main .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select, .p-author-profile .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .p-author-profile__sort-select, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .c-search__form-select, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .c-search__form-select, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .c-options__select, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .c-options__select, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .c-derivatives-filters__select, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .c-derivatives-filters__select, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .g-deal-options__select, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-options__select, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .g-deal-features__select, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-features__select, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .b-form-select,
.g-review-articles__main .p-personal-credit-application .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .b-form-select,
.p-personal-credit-application .g-review-articles__main .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .c-search__form-select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-search__form-select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .c-options__select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-options__select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .g-deal-options__select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-options__select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .b-form-select,
.g-review-articles__main .p-business-credit-application .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .b-form-select,
.p-business-credit-application .g-review-articles__main .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .c-search__form-select,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-search__form-select,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .c-options__select,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-options__select,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .g-deal-options__select,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-options__select,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .g-review-articles__select, .input-group > .g-deal-features__select + .form-control, .p-order-online .input-group > .g-deal-features__select + .b-form-select, .p-order-online .p-author-profile .input-group > .g-deal-features__select + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .g-deal-features__select + .p-author-profile__sort-select, .p-order-online .input-group > .g-deal-features__select + .c-search__form-select, .p-order-online .input-group > .g-deal-features__select + .c-options__select, .p-order-online .input-group > .g-deal-features__select + .c-derivatives-filters__select, .p-order-online .input-group > .g-deal-features__select + .g-deal-options__select, .p-order-online .input-group > .g-deal-features__select + .g-deal-features__select, .p-order-online .g-review-articles__main .input-group > .g-deal-features__select + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .g-deal-features__select + .g-review-articles__select,
.p-personal-credit-application .input-group > .g-deal-features__select + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .g-deal-features__select + .c-search__form-select,
.p-personal-credit-application .input-group > .g-deal-features__select + .c-options__select,
.p-personal-credit-application .input-group > .g-deal-features__select + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .g-deal-features__select + .g-deal-options__select,
.p-personal-credit-application .input-group > .g-deal-features__select + .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-deal-features__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-deal-features__select + .g-review-articles__select,
.p-business-credit-application .input-group > .g-deal-features__select + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .g-deal-features__select + .c-search__form-select,
.p-business-credit-application .input-group > .g-deal-features__select + .c-options__select,
.p-business-credit-application .input-group > .g-deal-features__select + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .g-deal-features__select + .g-deal-options__select,
.p-business-credit-application .input-group > .g-deal-features__select + .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .input-group > .g-deal-features__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .g-deal-features__select + .g-review-articles__select, .input-group > .g-deal-options__select + .form-control, .p-order-online .input-group > .g-deal-options__select + .b-form-select, .p-order-online .p-author-profile .input-group > .g-deal-options__select + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .g-deal-options__select + .p-author-profile__sort-select, .p-order-online .input-group > .g-deal-options__select + .c-search__form-select, .p-order-online .input-group > .g-deal-options__select + .c-options__select, .p-order-online .input-group > .g-deal-options__select + .c-derivatives-filters__select, .p-order-online .input-group > .g-deal-options__select + .g-deal-options__select, .p-order-online .input-group > .g-deal-options__select + .g-deal-features__select, .p-order-online .g-review-articles__main .input-group > .g-deal-options__select + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .g-deal-options__select + .g-review-articles__select,
.p-personal-credit-application .input-group > .g-deal-options__select + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .g-deal-options__select + .c-search__form-select,
.p-personal-credit-application .input-group > .g-deal-options__select + .c-options__select,
.p-personal-credit-application .input-group > .g-deal-options__select + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .g-deal-options__select + .g-deal-options__select,
.p-personal-credit-application .input-group > .g-deal-options__select + .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-deal-options__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-deal-options__select + .g-review-articles__select,
.p-business-credit-application .input-group > .g-deal-options__select + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .g-deal-options__select + .c-search__form-select,
.p-business-credit-application .input-group > .g-deal-options__select + .c-options__select,
.p-business-credit-application .input-group > .g-deal-options__select + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .g-deal-options__select + .g-deal-options__select,
.p-business-credit-application .input-group > .g-deal-options__select + .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .input-group > .g-deal-options__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .g-deal-options__select + .g-review-articles__select, .input-group > .c-derivatives-filters__select + .form-control, .p-order-online .input-group > .c-derivatives-filters__select + .b-form-select, .p-order-online .p-author-profile .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select, .p-order-online .input-group > .c-derivatives-filters__select + .c-search__form-select, .p-order-online .input-group > .c-derivatives-filters__select + .c-options__select, .p-order-online .input-group > .c-derivatives-filters__select + .c-derivatives-filters__select, .p-order-online .input-group > .c-derivatives-filters__select + .g-deal-options__select, .p-order-online .input-group > .c-derivatives-filters__select + .g-deal-features__select, .p-order-online .g-review-articles__main .input-group > .c-derivatives-filters__select + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .c-search__form-select,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .c-options__select,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .g-deal-options__select,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .c-search__form-select,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .c-options__select,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .g-deal-options__select,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .c-derivatives-filters__select + .g-review-articles__select, .input-group > .c-options__select + .form-control, .p-order-online .input-group > .c-options__select + .b-form-select, .p-order-online .p-author-profile .input-group > .c-options__select + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .c-options__select + .p-author-profile__sort-select, .p-order-online .input-group > .c-options__select + .c-search__form-select, .p-order-online .input-group > .c-options__select + .c-options__select, .p-order-online .input-group > .c-options__select + .c-derivatives-filters__select, .p-order-online .input-group > .c-options__select + .g-deal-options__select, .p-order-online .input-group > .c-options__select + .g-deal-features__select, .p-order-online .g-review-articles__main .input-group > .c-options__select + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .c-options__select + .g-review-articles__select,
.p-personal-credit-application .input-group > .c-options__select + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .c-options__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .c-options__select + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .c-options__select + .c-search__form-select,
.p-personal-credit-application .input-group > .c-options__select + .c-options__select,
.p-personal-credit-application .input-group > .c-options__select + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .c-options__select + .g-deal-options__select,
.p-personal-credit-application .input-group > .c-options__select + .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .input-group > .c-options__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .c-options__select + .g-review-articles__select,
.p-business-credit-application .input-group > .c-options__select + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .c-options__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .c-options__select + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .c-options__select + .c-search__form-select,
.p-business-credit-application .input-group > .c-options__select + .c-options__select,
.p-business-credit-application .input-group > .c-options__select + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .c-options__select + .g-deal-options__select,
.p-business-credit-application .input-group > .c-options__select + .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .input-group > .c-options__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .c-options__select + .g-review-articles__select, .input-group > .c-search__form-select + .form-control, .p-order-online .input-group > .c-search__form-select + .b-form-select, .p-order-online .p-author-profile .input-group > .c-search__form-select + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .c-search__form-select + .p-author-profile__sort-select, .p-order-online .input-group > .c-search__form-select + .c-search__form-select, .p-order-online .input-group > .c-search__form-select + .c-options__select, .p-order-online .input-group > .c-search__form-select + .c-derivatives-filters__select, .p-order-online .input-group > .c-search__form-select + .g-deal-options__select, .p-order-online .input-group > .c-search__form-select + .g-deal-features__select, .p-order-online .g-review-articles__main .input-group > .c-search__form-select + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .c-search__form-select + .g-review-articles__select,
.p-personal-credit-application .input-group > .c-search__form-select + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .c-search__form-select + .c-search__form-select,
.p-personal-credit-application .input-group > .c-search__form-select + .c-options__select,
.p-personal-credit-application .input-group > .c-search__form-select + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .c-search__form-select + .g-deal-options__select,
.p-personal-credit-application .input-group > .c-search__form-select + .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .input-group > .c-search__form-select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .c-search__form-select + .g-review-articles__select,
.p-business-credit-application .input-group > .c-search__form-select + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .c-search__form-select + .c-search__form-select,
.p-business-credit-application .input-group > .c-search__form-select + .c-options__select,
.p-business-credit-application .input-group > .c-search__form-select + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .c-search__form-select + .g-deal-options__select,
.p-business-credit-application .input-group > .c-search__form-select + .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .input-group > .c-search__form-select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .c-search__form-select + .g-review-articles__select, .input-group > .form-control + .b-form-select, .p-author-profile .input-group > .form-control + .p-author-profile__sort-select, .p-order-online .input-group > .b-form-select + .b-form-select, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-select, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .b-form-select, .p-order-online .p-author-profile .input-group > .b-form-select + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .b-form-select + .p-author-profile__sort-select, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select, .p-order-online .input-group > .c-search__form-select + .b-form-select, .p-order-online .p-author-profile .input-group > .c-search__form-select + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .c-search__form-select + .p-author-profile__sort-select, .p-order-online .input-group > .c-options__select + .b-form-select, .p-order-online .p-author-profile .input-group > .c-options__select + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .c-options__select + .p-author-profile__sort-select, .p-order-online .input-group > .c-derivatives-filters__select + .b-form-select, .p-order-online .p-author-profile .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select, .p-order-online .input-group > .g-deal-options__select + .b-form-select, .p-order-online .p-author-profile .input-group > .g-deal-options__select + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .g-deal-options__select + .p-author-profile__sort-select, .p-order-online .input-group > .g-deal-features__select + .b-form-select, .p-order-online .p-author-profile .input-group > .g-deal-features__select + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .g-deal-features__select + .p-author-profile__sort-select, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .b-form-select, .p-order-online .g-review-articles__main .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select, .p-author-profile .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .p-author-profile__sort-select, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .b-form-select, .g-review-articles__main .p-order-online .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select, .p-author-profile .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .b-form-select + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-select,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .b-form-select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .b-form-select + .p-author-profile__sort-select,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .c-search__form-select + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .c-options__select + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .c-options__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .c-options__select + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .g-deal-options__select + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .g-deal-features__select + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .b-form-select,
.p-personal-credit-application .g-review-articles__main .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .b-form-select,
.g-review-articles__main .p-personal-credit-application .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .b-form-select + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-select,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .b-form-select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .b-form-select + .p-author-profile__sort-select,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .c-search__form-select + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .c-search__form-select + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .c-options__select + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .c-options__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .c-options__select + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .g-deal-options__select + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .g-deal-options__select + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .g-deal-features__select + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .g-deal-features__select + .p-author-profile__sort-select,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .b-form-select,
.p-business-credit-application .g-review-articles__main .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .b-form-select,
.g-review-articles__main .p-business-credit-application .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select,
.p-author-profile .g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .p-author-profile__sort-select, .g-review-articles__main .input-group > .form-control + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .b-form-select + .g-review-articles__select, .g-review-articles__main .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select, .p-author-profile .g-review-articles__main .p-order-online .input-group > .p-author-profile__sort-select + .g-review-articles__select, .p-order-online .g-review-articles__main .input-group > .b-form-select + .g-review-articles__select, .p-order-online .g-review-articles__main .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select, .p-author-profile .p-order-online .g-review-articles__main .input-group > .p-author-profile__sort-select + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .c-search__form-select + .g-review-articles__select, .p-order-online .g-review-articles__main .input-group > .c-search__form-select + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .c-options__select + .g-review-articles__select, .p-order-online .g-review-articles__main .input-group > .c-options__select + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .c-derivatives-filters__select + .g-review-articles__select, .p-order-online .g-review-articles__main .input-group > .c-derivatives-filters__select + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .g-deal-options__select + .g-review-articles__select, .p-order-online .g-review-articles__main .input-group > .g-deal-options__select + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .g-deal-features__select + .g-review-articles__select, .p-order-online .g-review-articles__main .input-group > .g-deal-features__select + .g-review-articles__select, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .b-form-select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .g-review-articles__main .p-personal-credit-application .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .input-group > .b-form-select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .p-personal-credit-application .g-review-articles__main .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .c-search__form-select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .input-group > .c-search__form-select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .c-options__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .input-group > .c-options__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-deal-options__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-deal-options__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-deal-features__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-deal-features__select + .g-review-articles__select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .b-form-select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .g-review-articles__main .p-business-credit-application .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .input-group > .b-form-select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.p-author-profile .p-business-credit-application .g-review-articles__main .input-group > .p-author-profile__sort-select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .c-search__form-select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .input-group > .c-search__form-select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .c-options__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .input-group > .c-options__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .input-group > .c-derivatives-filters__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .g-deal-options__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .input-group > .g-deal-options__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .g-deal-features__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .input-group > .g-deal-features__select + .g-review-articles__select,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .g-review-articles__select, .input-group > .form-control + .g-deal-features__select, .p-order-online .input-group > .b-form-select + .g-deal-features__select, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-features__select, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .g-deal-features__select, .p-order-online .input-group > .c-search__form-select + .g-deal-features__select, .p-order-online .input-group > .c-options__select + .g-deal-features__select, .p-order-online .input-group > .c-derivatives-filters__select + .g-deal-features__select, .p-order-online .input-group > .g-deal-options__select + .g-deal-features__select, .p-order-online .input-group > .g-deal-features__select + .g-deal-features__select, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-features__select, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .g-deal-features__select,
.p-personal-credit-application .input-group > .b-form-select + .g-deal-features__select,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-personal-credit-application .input-group > .c-search__form-select + .g-deal-features__select,
.p-personal-credit-application .input-group > .c-options__select + .g-deal-features__select,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .g-deal-features__select,
.p-personal-credit-application .input-group > .g-deal-options__select + .g-deal-features__select,
.p-personal-credit-application .input-group > .g-deal-features__select + .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-features__select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .g-deal-features__select,
.p-business-credit-application .input-group > .b-form-select + .g-deal-features__select,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .g-deal-features__select,
.p-business-credit-application .input-group > .c-search__form-select + .g-deal-features__select,
.p-business-credit-application .input-group > .c-options__select + .g-deal-features__select,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .g-deal-features__select,
.p-business-credit-application .input-group > .g-deal-options__select + .g-deal-features__select,
.p-business-credit-application .input-group > .g-deal-features__select + .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-features__select,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .g-deal-features__select, .input-group > .form-control + .g-deal-options__select, .p-order-online .input-group > .b-form-select + .g-deal-options__select, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-options__select, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .g-deal-options__select, .p-order-online .input-group > .c-search__form-select + .g-deal-options__select, .p-order-online .input-group > .c-options__select + .g-deal-options__select, .p-order-online .input-group > .c-derivatives-filters__select + .g-deal-options__select, .p-order-online .input-group > .g-deal-options__select + .g-deal-options__select, .p-order-online .input-group > .g-deal-features__select + .g-deal-options__select, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-options__select, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .g-deal-options__select,
.p-personal-credit-application .input-group > .b-form-select + .g-deal-options__select,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-personal-credit-application .input-group > .c-search__form-select + .g-deal-options__select,
.p-personal-credit-application .input-group > .c-options__select + .g-deal-options__select,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .g-deal-options__select,
.p-personal-credit-application .input-group > .g-deal-options__select + .g-deal-options__select,
.p-personal-credit-application .input-group > .g-deal-features__select + .g-deal-options__select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-options__select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .g-deal-options__select,
.p-business-credit-application .input-group > .b-form-select + .g-deal-options__select,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .g-deal-options__select,
.p-business-credit-application .input-group > .c-search__form-select + .g-deal-options__select,
.p-business-credit-application .input-group > .c-options__select + .g-deal-options__select,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .g-deal-options__select,
.p-business-credit-application .input-group > .g-deal-options__select + .g-deal-options__select,
.p-business-credit-application .input-group > .g-deal-features__select + .g-deal-options__select,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-options__select,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .g-deal-options__select, .input-group > .form-control + .c-derivatives-filters__select, .p-order-online .input-group > .b-form-select + .c-derivatives-filters__select, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select, .p-order-online .input-group > .c-search__form-select + .c-derivatives-filters__select, .p-order-online .input-group > .c-options__select + .c-derivatives-filters__select, .p-order-online .input-group > .c-derivatives-filters__select + .c-derivatives-filters__select, .p-order-online .input-group > .g-deal-options__select + .c-derivatives-filters__select, .p-order-online .input-group > .g-deal-features__select + .c-derivatives-filters__select, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .c-derivatives-filters__select, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .b-form-select + .c-derivatives-filters__select,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .c-search__form-select + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .c-options__select + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .g-deal-options__select + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .g-deal-features__select + .c-derivatives-filters__select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .b-form-select + .c-derivatives-filters__select,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .c-search__form-select + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .c-options__select + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .g-deal-options__select + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .g-deal-features__select + .c-derivatives-filters__select,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-derivatives-filters__select,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .c-derivatives-filters__select, .input-group > .form-control + .c-options__select, .p-order-online .input-group > .b-form-select + .c-options__select, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .c-options__select, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .c-options__select, .p-order-online .input-group > .c-search__form-select + .c-options__select, .p-order-online .input-group > .c-options__select + .c-options__select, .p-order-online .input-group > .c-derivatives-filters__select + .c-options__select, .p-order-online .input-group > .g-deal-options__select + .c-options__select, .p-order-online .input-group > .g-deal-features__select + .c-options__select, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .c-options__select, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .c-options__select,
.p-personal-credit-application .input-group > .b-form-select + .c-options__select,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-options__select,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .c-options__select,
.p-personal-credit-application .input-group > .c-search__form-select + .c-options__select,
.p-personal-credit-application .input-group > .c-options__select + .c-options__select,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .c-options__select,
.p-personal-credit-application .input-group > .g-deal-options__select + .c-options__select,
.p-personal-credit-application .input-group > .g-deal-features__select + .c-options__select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-options__select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .c-options__select,
.p-business-credit-application .input-group > .b-form-select + .c-options__select,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-options__select,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .c-options__select,
.p-business-credit-application .input-group > .c-search__form-select + .c-options__select,
.p-business-credit-application .input-group > .c-options__select + .c-options__select,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .c-options__select,
.p-business-credit-application .input-group > .g-deal-options__select + .c-options__select,
.p-business-credit-application .input-group > .g-deal-features__select + .c-options__select,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-options__select,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .c-options__select, .input-group > .form-control + .c-search__form-select, .p-order-online .input-group > .b-form-select + .c-search__form-select, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .c-search__form-select, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .c-search__form-select, .p-order-online .input-group > .c-search__form-select + .c-search__form-select, .p-order-online .input-group > .c-options__select + .c-search__form-select, .p-order-online .input-group > .c-derivatives-filters__select + .c-search__form-select, .p-order-online .input-group > .g-deal-options__select + .c-search__form-select, .p-order-online .input-group > .g-deal-features__select + .c-search__form-select, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .c-search__form-select, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .c-search__form-select,
.p-personal-credit-application .input-group > .b-form-select + .c-search__form-select,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-personal-credit-application .input-group > .c-search__form-select + .c-search__form-select,
.p-personal-credit-application .input-group > .c-options__select + .c-search__form-select,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .c-search__form-select,
.p-personal-credit-application .input-group > .g-deal-options__select + .c-search__form-select,
.p-personal-credit-application .input-group > .g-deal-features__select + .c-search__form-select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-search__form-select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .c-search__form-select,
.p-business-credit-application .input-group > .b-form-select + .c-search__form-select,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .c-search__form-select,
.p-business-credit-application .input-group > .c-search__form-select + .c-search__form-select,
.p-business-credit-application .input-group > .c-options__select + .c-search__form-select,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .c-search__form-select,
.p-business-credit-application .input-group > .g-deal-options__select + .c-search__form-select,
.p-business-credit-application .input-group > .g-deal-features__select + .c-search__form-select,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-search__form-select,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .c-search__form-select, .input-group > .b-form-select + .b-form-select, .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-select, .p-author-profile .input-group > .b-form-select + .p-author-profile__sort-select, .p-author-profile .input-group > .p-author-profile__sort-select + .p-author-profile__sort-select, .g-review-articles__main .input-group > .g-review-articles__select + .b-form-select, .g-review-articles__main .p-author-profile .input-group > .g-review-articles__select + .p-author-profile__sort-select, .p-author-profile .g-review-articles__main .input-group > .g-review-articles__select + .p-author-profile__sort-select, .g-review-articles__main .input-group > .b-form-select + .g-review-articles__select, .g-review-articles__main .p-author-profile .input-group > .p-author-profile__sort-select + .g-review-articles__select, .p-author-profile .g-review-articles__main .input-group > .p-author-profile__sort-select + .g-review-articles__select, .g-review-articles__main .input-group > .g-review-articles__select + .g-review-articles__select, .input-group > .g-deal-features__select + .b-form-select, .p-author-profile .input-group > .g-deal-features__select + .p-author-profile__sort-select, .g-review-articles__main .input-group > .g-deal-features__select + .g-review-articles__select, .input-group > .b-form-select + .g-deal-features__select, .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-features__select, .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-features__select, .input-group > .g-deal-features__select + .g-deal-features__select, .input-group > .g-deal-options__select + .b-form-select, .p-author-profile .input-group > .g-deal-options__select + .p-author-profile__sort-select, .g-review-articles__main .input-group > .g-deal-options__select + .g-review-articles__select, .input-group > .g-deal-options__select + .g-deal-features__select, .input-group > .b-form-select + .g-deal-options__select, .p-author-profile .input-group > .p-author-profile__sort-select + .g-deal-options__select, .g-review-articles__main .input-group > .g-review-articles__select + .g-deal-options__select, .input-group > .g-deal-features__select + .g-deal-options__select, .input-group > .g-deal-options__select + .g-deal-options__select, .input-group > .c-derivatives-filters__select + .b-form-select, .p-author-profile .input-group > .c-derivatives-filters__select + .p-author-profile__sort-select, .g-review-articles__main .input-group > .c-derivatives-filters__select + .g-review-articles__select, .input-group > .c-derivatives-filters__select + .g-deal-features__select, .input-group > .c-derivatives-filters__select + .g-deal-options__select, .input-group > .b-form-select + .c-derivatives-filters__select, .p-author-profile .input-group > .p-author-profile__sort-select + .c-derivatives-filters__select, .g-review-articles__main .input-group > .g-review-articles__select + .c-derivatives-filters__select, .input-group > .g-deal-features__select + .c-derivatives-filters__select, .input-group > .g-deal-options__select + .c-derivatives-filters__select, .input-group > .c-derivatives-filters__select + .c-derivatives-filters__select, .input-group > .c-options__select + .b-form-select, .p-author-profile .input-group > .c-options__select + .p-author-profile__sort-select, .g-review-articles__main .input-group > .c-options__select + .g-review-articles__select, .input-group > .c-options__select + .g-deal-features__select, .input-group > .c-options__select + .g-deal-options__select, .input-group > .c-options__select + .c-derivatives-filters__select, .input-group > .b-form-select + .c-options__select, .p-author-profile .input-group > .p-author-profile__sort-select + .c-options__select, .g-review-articles__main .input-group > .g-review-articles__select + .c-options__select, .input-group > .g-deal-features__select + .c-options__select, .input-group > .g-deal-options__select + .c-options__select, .input-group > .c-derivatives-filters__select + .c-options__select, .input-group > .c-options__select + .c-options__select, .input-group > .c-search__form-select + .b-form-select, .p-author-profile .input-group > .c-search__form-select + .p-author-profile__sort-select, .g-review-articles__main .input-group > .c-search__form-select + .g-review-articles__select, .input-group > .c-search__form-select + .g-deal-features__select, .input-group > .c-search__form-select + .g-deal-options__select, .input-group > .c-search__form-select + .c-derivatives-filters__select, .input-group > .c-search__form-select + .c-options__select, .input-group > .b-form-select + .c-search__form-select, .p-author-profile .input-group > .p-author-profile__sort-select + .c-search__form-select, .g-review-articles__main .input-group > .g-review-articles__select + .c-search__form-select, .input-group > .g-deal-features__select + .c-search__form-select, .input-group > .g-deal-options__select + .c-search__form-select, .input-group > .c-derivatives-filters__select + .c-search__form-select, .input-group > .c-options__select + .c-search__form-select, .input-group > .c-search__form-select + .c-search__form-select, .input-group > .b-form-control-large + .form-control, .p-order-online .input-group > .b-form-control-large + .b-form-select, .p-order-online .p-author-profile .input-group > .b-form-control-large + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .b-form-control-large + .p-author-profile__sort-select, .p-order-online .input-group > .b-form-control-large + .c-search__form-select, .p-order-online .input-group > .b-form-control-large + .c-options__select, .p-order-online .input-group > .b-form-control-large + .c-derivatives-filters__select, .p-order-online .input-group > .b-form-control-large + .g-deal-options__select, .p-order-online .input-group > .b-form-control-large + .g-deal-features__select, .p-order-online .g-review-articles__main .input-group > .b-form-control-large + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .b-form-control-large + .g-review-articles__select,
.p-personal-credit-application .input-group > .b-form-control-large + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .b-form-control-large + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .b-form-control-large + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .b-form-control-large + .c-search__form-select,
.p-personal-credit-application .input-group > .b-form-control-large + .c-options__select,
.p-personal-credit-application .input-group > .b-form-control-large + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .b-form-control-large + .g-deal-options__select,
.p-personal-credit-application .input-group > .b-form-control-large + .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .input-group > .b-form-control-large + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .b-form-control-large + .g-review-articles__select,
.p-business-credit-application .input-group > .b-form-control-large + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .b-form-control-large + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .b-form-control-large + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .b-form-control-large + .c-search__form-select,
.p-business-credit-application .input-group > .b-form-control-large + .c-options__select,
.p-business-credit-application .input-group > .b-form-control-large + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .b-form-control-large + .g-deal-options__select,
.p-business-credit-application .input-group > .b-form-control-large + .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .input-group > .b-form-control-large + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .b-form-control-large + .g-review-articles__select, .input-group > .b-form-control-large + .b-form-select, .p-author-profile .input-group > .b-form-control-large + .p-author-profile__sort-select, .g-review-articles__main .input-group > .b-form-control-large + .g-review-articles__select, .input-group > .b-form-control-large + .g-deal-features__select, .input-group > .b-form-control-large + .g-deal-options__select, .input-group > .b-form-control-large + .c-derivatives-filters__select, .input-group > .b-form-control-large + .c-options__select, .input-group > .b-form-control-large + .c-search__form-select, .input-group > .form-control + .b-form-control-large, .p-order-online .input-group > .b-form-select + .b-form-control-large, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-control-large, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .b-form-control-large, .p-order-online .input-group > .c-search__form-select + .b-form-control-large, .p-order-online .input-group > .c-options__select + .b-form-control-large, .p-order-online .input-group > .c-derivatives-filters__select + .b-form-control-large, .p-order-online .input-group > .g-deal-options__select + .b-form-control-large, .p-order-online .input-group > .g-deal-features__select + .b-form-control-large, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .b-form-control-large, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .b-form-control-large,
.p-personal-credit-application .input-group > .b-form-select + .b-form-control-large,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-control-large,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .b-form-control-large,
.p-personal-credit-application .input-group > .c-search__form-select + .b-form-control-large,
.p-personal-credit-application .input-group > .c-options__select + .b-form-control-large,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .b-form-control-large,
.p-personal-credit-application .input-group > .g-deal-options__select + .b-form-control-large,
.p-personal-credit-application .input-group > .g-deal-features__select + .b-form-control-large,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .b-form-control-large,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .b-form-control-large,
.p-business-credit-application .input-group > .b-form-select + .b-form-control-large,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-control-large,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .b-form-control-large,
.p-business-credit-application .input-group > .c-search__form-select + .b-form-control-large,
.p-business-credit-application .input-group > .c-options__select + .b-form-control-large,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .b-form-control-large,
.p-business-credit-application .input-group > .g-deal-options__select + .b-form-control-large,
.p-business-credit-application .input-group > .g-deal-features__select + .b-form-control-large,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .b-form-control-large,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .b-form-control-large, .input-group > .b-form-select + .b-form-control-large, .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-control-large, .g-review-articles__main .input-group > .g-review-articles__select + .b-form-control-large, .input-group > .g-deal-features__select + .b-form-control-large, .input-group > .g-deal-options__select + .b-form-control-large, .input-group > .c-derivatives-filters__select + .b-form-control-large, .input-group > .c-options__select + .b-form-control-large, .input-group > .c-search__form-select + .b-form-control-large, .input-group > .b-form-control-large + .b-form-control-large, .input-group > .b-form-control + .form-control, .p-order-online .input-group > .b-form-control + .b-form-select, .p-order-online .p-author-profile .input-group > .b-form-control + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .b-form-control + .p-author-profile__sort-select, .p-order-online .input-group > .b-form-control + .c-search__form-select, .p-order-online .input-group > .b-form-control + .c-options__select, .p-order-online .input-group > .b-form-control + .c-derivatives-filters__select, .p-order-online .input-group > .b-form-control + .g-deal-options__select, .p-order-online .input-group > .b-form-control + .g-deal-features__select, .p-order-online .g-review-articles__main .input-group > .b-form-control + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .b-form-control + .g-review-articles__select,
.p-personal-credit-application .input-group > .b-form-control + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .b-form-control + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .b-form-control + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .b-form-control + .c-search__form-select,
.p-personal-credit-application .input-group > .b-form-control + .c-options__select,
.p-personal-credit-application .input-group > .b-form-control + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .b-form-control + .g-deal-options__select,
.p-personal-credit-application .input-group > .b-form-control + .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .input-group > .b-form-control + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .b-form-control + .g-review-articles__select,
.p-business-credit-application .input-group > .b-form-control + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .b-form-control + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .b-form-control + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .b-form-control + .c-search__form-select,
.p-business-credit-application .input-group > .b-form-control + .c-options__select,
.p-business-credit-application .input-group > .b-form-control + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .b-form-control + .g-deal-options__select,
.p-business-credit-application .input-group > .b-form-control + .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .input-group > .b-form-control + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .b-form-control + .g-review-articles__select, .input-group > .c-tabs__input + .form-control, .p-order-online .input-group > .c-tabs__input + .b-form-select, .p-order-online .p-author-profile .input-group > .c-tabs__input + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .c-tabs__input + .p-author-profile__sort-select, .p-order-online .input-group > .c-tabs__input + .c-search__form-select, .p-order-online .input-group > .c-tabs__input + .c-options__select, .p-order-online .input-group > .c-tabs__input + .c-derivatives-filters__select, .p-order-online .input-group > .c-tabs__input + .g-deal-options__select, .p-order-online .input-group > .c-tabs__input + .g-deal-features__select, .p-order-online .g-review-articles__main .input-group > .c-tabs__input + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .c-tabs__input + .g-review-articles__select,
.p-personal-credit-application .input-group > .c-tabs__input + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .c-tabs__input + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .c-tabs__input + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .c-tabs__input + .c-search__form-select,
.p-personal-credit-application .input-group > .c-tabs__input + .c-options__select,
.p-personal-credit-application .input-group > .c-tabs__input + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .c-tabs__input + .g-deal-options__select,
.p-personal-credit-application .input-group > .c-tabs__input + .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .input-group > .c-tabs__input + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .c-tabs__input + .g-review-articles__select,
.p-business-credit-application .input-group > .c-tabs__input + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .c-tabs__input + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .c-tabs__input + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .c-tabs__input + .c-search__form-select,
.p-business-credit-application .input-group > .c-tabs__input + .c-options__select,
.p-business-credit-application .input-group > .c-tabs__input + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .c-tabs__input + .g-deal-options__select,
.p-business-credit-application .input-group > .c-tabs__input + .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .input-group > .c-tabs__input + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .c-tabs__input + .g-review-articles__select, .input-group > .c-ar-contact-form__input + .form-control, .p-order-online .input-group > .c-ar-contact-form__input + .b-form-select, .p-order-online .p-author-profile .input-group > .c-ar-contact-form__input + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .c-ar-contact-form__input + .p-author-profile__sort-select, .p-order-online .input-group > .c-ar-contact-form__input + .c-search__form-select, .p-order-online .input-group > .c-ar-contact-form__input + .c-options__select, .p-order-online .input-group > .c-ar-contact-form__input + .c-derivatives-filters__select, .p-order-online .input-group > .c-ar-contact-form__input + .g-deal-options__select, .p-order-online .input-group > .c-ar-contact-form__input + .g-deal-features__select, .p-order-online .g-review-articles__main .input-group > .c-ar-contact-form__input + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .c-ar-contact-form__input + .g-review-articles__select,
.p-personal-credit-application .input-group > .c-ar-contact-form__input + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .c-ar-contact-form__input + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .c-ar-contact-form__input + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .c-ar-contact-form__input + .c-search__form-select,
.p-personal-credit-application .input-group > .c-ar-contact-form__input + .c-options__select,
.p-personal-credit-application .input-group > .c-ar-contact-form__input + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .c-ar-contact-form__input + .g-deal-options__select,
.p-personal-credit-application .input-group > .c-ar-contact-form__input + .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .input-group > .c-ar-contact-form__input + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .c-ar-contact-form__input + .g-review-articles__select,
.p-business-credit-application .input-group > .c-ar-contact-form__input + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .c-ar-contact-form__input + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .c-ar-contact-form__input + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .c-ar-contact-form__input + .c-search__form-select,
.p-business-credit-application .input-group > .c-ar-contact-form__input + .c-options__select,
.p-business-credit-application .input-group > .c-ar-contact-form__input + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .c-ar-contact-form__input + .g-deal-options__select,
.p-business-credit-application .input-group > .c-ar-contact-form__input + .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .input-group > .c-ar-contact-form__input + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .c-ar-contact-form__input + .g-review-articles__select, .input-group > .c-form-contact-footer__control + .form-control, .p-order-online .input-group > .c-form-contact-footer__control + .b-form-select, .p-order-online .p-author-profile .input-group > .c-form-contact-footer__control + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .c-form-contact-footer__control + .p-author-profile__sort-select, .p-order-online .input-group > .c-form-contact-footer__control + .c-search__form-select, .p-order-online .input-group > .c-form-contact-footer__control + .c-options__select, .p-order-online .input-group > .c-form-contact-footer__control + .c-derivatives-filters__select, .p-order-online .input-group > .c-form-contact-footer__control + .g-deal-options__select, .p-order-online .input-group > .c-form-contact-footer__control + .g-deal-features__select, .p-order-online .g-review-articles__main .input-group > .c-form-contact-footer__control + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .c-form-contact-footer__control + .g-review-articles__select,
.p-personal-credit-application .input-group > .c-form-contact-footer__control + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .c-form-contact-footer__control + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .c-form-contact-footer__control + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .c-form-contact-footer__control + .c-search__form-select,
.p-personal-credit-application .input-group > .c-form-contact-footer__control + .c-options__select,
.p-personal-credit-application .input-group > .c-form-contact-footer__control + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .c-form-contact-footer__control + .g-deal-options__select,
.p-personal-credit-application .input-group > .c-form-contact-footer__control + .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .input-group > .c-form-contact-footer__control + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .c-form-contact-footer__control + .g-review-articles__select,
.p-business-credit-application .input-group > .c-form-contact-footer__control + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .c-form-contact-footer__control + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .c-form-contact-footer__control + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .c-form-contact-footer__control + .c-search__form-select,
.p-business-credit-application .input-group > .c-form-contact-footer__control + .c-options__select,
.p-business-credit-application .input-group > .c-form-contact-footer__control + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .c-form-contact-footer__control + .g-deal-options__select,
.p-business-credit-application .input-group > .c-form-contact-footer__control + .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .input-group > .c-form-contact-footer__control + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .c-form-contact-footer__control + .g-review-articles__select, .input-group > .b-form-search__input + .form-control, .p-order-online .input-group > .b-form-search__input + .b-form-select, .p-order-online .p-author-profile .input-group > .b-form-search__input + .p-author-profile__sort-select, .p-author-profile .p-order-online .input-group > .b-form-search__input + .p-author-profile__sort-select, .p-order-online .input-group > .b-form-search__input + .c-search__form-select, .p-order-online .input-group > .b-form-search__input + .c-options__select, .p-order-online .input-group > .b-form-search__input + .c-derivatives-filters__select, .p-order-online .input-group > .b-form-search__input + .g-deal-options__select, .p-order-online .input-group > .b-form-search__input + .g-deal-features__select, .p-order-online .g-review-articles__main .input-group > .b-form-search__input + .g-review-articles__select, .g-review-articles__main .p-order-online .input-group > .b-form-search__input + .g-review-articles__select,
.p-personal-credit-application .input-group > .b-form-search__input + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .b-form-search__input + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .b-form-search__input + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .b-form-search__input + .c-search__form-select,
.p-personal-credit-application .input-group > .b-form-search__input + .c-options__select,
.p-personal-credit-application .input-group > .b-form-search__input + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .b-form-search__input + .g-deal-options__select,
.p-personal-credit-application .input-group > .b-form-search__input + .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .input-group > .b-form-search__input + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .b-form-search__input + .g-review-articles__select,
.p-business-credit-application .input-group > .b-form-search__input + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .b-form-search__input + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .b-form-search__input + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .b-form-search__input + .c-search__form-select,
.p-business-credit-application .input-group > .b-form-search__input + .c-options__select,
.p-business-credit-application .input-group > .b-form-search__input + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .b-form-search__input + .g-deal-options__select,
.p-business-credit-application .input-group > .b-form-search__input + .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .input-group > .b-form-search__input + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .b-form-search__input + .g-review-articles__select, .input-group > .b-form-control + .b-form-select, .p-author-profile .input-group > .b-form-control + .p-author-profile__sort-select, .g-review-articles__main .input-group > .b-form-control + .g-review-articles__select, .input-group > .b-form-control + .g-deal-features__select, .input-group > .b-form-control + .g-deal-options__select, .input-group > .c-tabs__input + .b-form-select, .p-author-profile .input-group > .c-tabs__input + .p-author-profile__sort-select, .g-review-articles__main .input-group > .c-tabs__input + .g-review-articles__select, .input-group > .c-tabs__input + .g-deal-features__select, .input-group > .c-tabs__input + .g-deal-options__select, .input-group > .b-form-control + .c-derivatives-filters__select, .input-group > .c-tabs__input + .c-derivatives-filters__select, .input-group > .b-form-control + .c-options__select, .input-group > .c-tabs__input + .c-options__select, .input-group > .c-ar-contact-form__input + .b-form-select, .p-author-profile .input-group > .c-ar-contact-form__input + .p-author-profile__sort-select, .g-review-articles__main .input-group > .c-ar-contact-form__input + .g-review-articles__select, .input-group > .c-ar-contact-form__input + .g-deal-features__select, .input-group > .c-ar-contact-form__input + .g-deal-options__select, .input-group > .c-ar-contact-form__input + .c-derivatives-filters__select, .input-group > .c-ar-contact-form__input + .c-options__select, .input-group > .b-form-control + .c-search__form-select, .input-group > .c-tabs__input + .c-search__form-select, .input-group > .c-ar-contact-form__input + .c-search__form-select, .input-group > .c-form-contact-footer__control + .b-form-select, .p-author-profile .input-group > .c-form-contact-footer__control + .p-author-profile__sort-select, .g-review-articles__main .input-group > .c-form-contact-footer__control + .g-review-articles__select, .input-group > .c-form-contact-footer__control + .g-deal-features__select, .input-group > .c-form-contact-footer__control + .g-deal-options__select, .input-group > .c-form-contact-footer__control + .c-derivatives-filters__select, .input-group > .c-form-contact-footer__control + .c-options__select, .input-group > .c-form-contact-footer__control + .c-search__form-select, .input-group > .b-form-search__input + .b-form-select, .p-author-profile .input-group > .b-form-search__input + .p-author-profile__sort-select, .g-review-articles__main .input-group > .b-form-search__input + .g-review-articles__select, .input-group > .b-form-search__input + .g-deal-features__select, .input-group > .b-form-search__input + .g-deal-options__select, .input-group > .b-form-search__input + .c-derivatives-filters__select, .input-group > .b-form-search__input + .c-options__select, .input-group > .b-form-search__input + .c-search__form-select, .input-group > .b-form-control + .b-form-control-large, .input-group > .c-tabs__input + .b-form-control-large, .input-group > .c-ar-contact-form__input + .b-form-control-large, .input-group > .c-form-contact-footer__control + .b-form-control-large, .input-group > .b-form-search__input + .b-form-control-large, .input-group > .form-control + .b-form-control, .p-order-online .input-group > .b-form-select + .b-form-control, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-control, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .b-form-control, .p-order-online .input-group > .c-search__form-select + .b-form-control, .p-order-online .input-group > .c-options__select + .b-form-control, .p-order-online .input-group > .c-derivatives-filters__select + .b-form-control, .p-order-online .input-group > .g-deal-options__select + .b-form-control, .p-order-online .input-group > .g-deal-features__select + .b-form-control, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .b-form-control, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .b-form-control,
.p-personal-credit-application .input-group > .b-form-select + .b-form-control,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-control,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .b-form-control,
.p-personal-credit-application .input-group > .c-search__form-select + .b-form-control,
.p-personal-credit-application .input-group > .c-options__select + .b-form-control,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .b-form-control,
.p-personal-credit-application .input-group > .g-deal-options__select + .b-form-control,
.p-personal-credit-application .input-group > .g-deal-features__select + .b-form-control,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .b-form-control,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .b-form-control,
.p-business-credit-application .input-group > .b-form-select + .b-form-control,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-control,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .b-form-control,
.p-business-credit-application .input-group > .c-search__form-select + .b-form-control,
.p-business-credit-application .input-group > .c-options__select + .b-form-control,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .b-form-control,
.p-business-credit-application .input-group > .g-deal-options__select + .b-form-control,
.p-business-credit-application .input-group > .g-deal-features__select + .b-form-control,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .b-form-control,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .b-form-control, .input-group > .form-control + .c-tabs__input, .p-order-online .input-group > .b-form-select + .c-tabs__input, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .c-tabs__input, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .c-tabs__input, .p-order-online .input-group > .c-search__form-select + .c-tabs__input, .p-order-online .input-group > .c-options__select + .c-tabs__input, .p-order-online .input-group > .c-derivatives-filters__select + .c-tabs__input, .p-order-online .input-group > .g-deal-options__select + .c-tabs__input, .p-order-online .input-group > .g-deal-features__select + .c-tabs__input, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .c-tabs__input, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .c-tabs__input,
.p-personal-credit-application .input-group > .b-form-select + .c-tabs__input,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-tabs__input,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .c-tabs__input,
.p-personal-credit-application .input-group > .c-search__form-select + .c-tabs__input,
.p-personal-credit-application .input-group > .c-options__select + .c-tabs__input,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .c-tabs__input,
.p-personal-credit-application .input-group > .g-deal-options__select + .c-tabs__input,
.p-personal-credit-application .input-group > .g-deal-features__select + .c-tabs__input,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-tabs__input,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .c-tabs__input,
.p-business-credit-application .input-group > .b-form-select + .c-tabs__input,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-tabs__input,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .c-tabs__input,
.p-business-credit-application .input-group > .c-search__form-select + .c-tabs__input,
.p-business-credit-application .input-group > .c-options__select + .c-tabs__input,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .c-tabs__input,
.p-business-credit-application .input-group > .g-deal-options__select + .c-tabs__input,
.p-business-credit-application .input-group > .g-deal-features__select + .c-tabs__input,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-tabs__input,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .c-tabs__input, .input-group > .form-control + .c-ar-contact-form__input, .p-order-online .input-group > .b-form-select + .c-ar-contact-form__input, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .c-ar-contact-form__input, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .c-ar-contact-form__input, .p-order-online .input-group > .c-search__form-select + .c-ar-contact-form__input, .p-order-online .input-group > .c-options__select + .c-ar-contact-form__input, .p-order-online .input-group > .c-derivatives-filters__select + .c-ar-contact-form__input, .p-order-online .input-group > .g-deal-options__select + .c-ar-contact-form__input, .p-order-online .input-group > .g-deal-features__select + .c-ar-contact-form__input, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .c-ar-contact-form__input, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .c-ar-contact-form__input,
.p-personal-credit-application .input-group > .b-form-select + .c-ar-contact-form__input,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-ar-contact-form__input,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .c-ar-contact-form__input,
.p-personal-credit-application .input-group > .c-search__form-select + .c-ar-contact-form__input,
.p-personal-credit-application .input-group > .c-options__select + .c-ar-contact-form__input,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .c-ar-contact-form__input,
.p-personal-credit-application .input-group > .g-deal-options__select + .c-ar-contact-form__input,
.p-personal-credit-application .input-group > .g-deal-features__select + .c-ar-contact-form__input,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-ar-contact-form__input,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .c-ar-contact-form__input,
.p-business-credit-application .input-group > .b-form-select + .c-ar-contact-form__input,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-ar-contact-form__input,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .c-ar-contact-form__input,
.p-business-credit-application .input-group > .c-search__form-select + .c-ar-contact-form__input,
.p-business-credit-application .input-group > .c-options__select + .c-ar-contact-form__input,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .c-ar-contact-form__input,
.p-business-credit-application .input-group > .g-deal-options__select + .c-ar-contact-form__input,
.p-business-credit-application .input-group > .g-deal-features__select + .c-ar-contact-form__input,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-ar-contact-form__input,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .c-ar-contact-form__input, .input-group > .form-control + .c-form-contact-footer__control, .p-order-online .input-group > .b-form-select + .c-form-contact-footer__control, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .c-form-contact-footer__control, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .c-form-contact-footer__control, .p-order-online .input-group > .c-search__form-select + .c-form-contact-footer__control, .p-order-online .input-group > .c-options__select + .c-form-contact-footer__control, .p-order-online .input-group > .c-derivatives-filters__select + .c-form-contact-footer__control, .p-order-online .input-group > .g-deal-options__select + .c-form-contact-footer__control, .p-order-online .input-group > .g-deal-features__select + .c-form-contact-footer__control, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .c-form-contact-footer__control, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .c-form-contact-footer__control,
.p-personal-credit-application .input-group > .b-form-select + .c-form-contact-footer__control,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-form-contact-footer__control,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .c-form-contact-footer__control,
.p-personal-credit-application .input-group > .c-search__form-select + .c-form-contact-footer__control,
.p-personal-credit-application .input-group > .c-options__select + .c-form-contact-footer__control,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .c-form-contact-footer__control,
.p-personal-credit-application .input-group > .g-deal-options__select + .c-form-contact-footer__control,
.p-personal-credit-application .input-group > .g-deal-features__select + .c-form-contact-footer__control,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-form-contact-footer__control,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .c-form-contact-footer__control,
.p-business-credit-application .input-group > .b-form-select + .c-form-contact-footer__control,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .c-form-contact-footer__control,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .c-form-contact-footer__control,
.p-business-credit-application .input-group > .c-search__form-select + .c-form-contact-footer__control,
.p-business-credit-application .input-group > .c-options__select + .c-form-contact-footer__control,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .c-form-contact-footer__control,
.p-business-credit-application .input-group > .g-deal-options__select + .c-form-contact-footer__control,
.p-business-credit-application .input-group > .g-deal-features__select + .c-form-contact-footer__control,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .c-form-contact-footer__control,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .c-form-contact-footer__control, .input-group > .form-control + .b-form-search__input, .p-order-online .input-group > .b-form-select + .b-form-search__input, .p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-search__input, .p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .b-form-search__input, .p-order-online .input-group > .c-search__form-select + .b-form-search__input, .p-order-online .input-group > .c-options__select + .b-form-search__input, .p-order-online .input-group > .c-derivatives-filters__select + .b-form-search__input, .p-order-online .input-group > .g-deal-options__select + .b-form-search__input, .p-order-online .input-group > .g-deal-features__select + .b-form-search__input, .p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .b-form-search__input, .g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .b-form-search__input,
.p-personal-credit-application .input-group > .b-form-select + .b-form-search__input,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-search__input,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .b-form-search__input,
.p-personal-credit-application .input-group > .c-search__form-select + .b-form-search__input,
.p-personal-credit-application .input-group > .c-options__select + .b-form-search__input,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .b-form-search__input,
.p-personal-credit-application .input-group > .g-deal-options__select + .b-form-search__input,
.p-personal-credit-application .input-group > .g-deal-features__select + .b-form-search__input,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .b-form-search__input,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .b-form-search__input,
.p-business-credit-application .input-group > .b-form-select + .b-form-search__input,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-search__input,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .b-form-search__input,
.p-business-credit-application .input-group > .c-search__form-select + .b-form-search__input,
.p-business-credit-application .input-group > .c-options__select + .b-form-search__input,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .b-form-search__input,
.p-business-credit-application .input-group > .g-deal-options__select + .b-form-search__input,
.p-business-credit-application .input-group > .g-deal-features__select + .b-form-search__input,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .b-form-search__input,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .b-form-search__input, .input-group > .b-form-select + .b-form-control, .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-control, .g-review-articles__main .input-group > .g-review-articles__select + .b-form-control, .input-group > .g-deal-features__select + .b-form-control, .input-group > .g-deal-options__select + .b-form-control, .input-group > .b-form-select + .c-tabs__input, .p-author-profile .input-group > .p-author-profile__sort-select + .c-tabs__input, .g-review-articles__main .input-group > .g-review-articles__select + .c-tabs__input, .input-group > .g-deal-features__select + .c-tabs__input, .input-group > .g-deal-options__select + .c-tabs__input, .input-group > .c-derivatives-filters__select + .b-form-control, .input-group > .c-derivatives-filters__select + .c-tabs__input, .input-group > .c-options__select + .b-form-control, .input-group > .c-options__select + .c-tabs__input, .input-group > .b-form-select + .c-ar-contact-form__input, .p-author-profile .input-group > .p-author-profile__sort-select + .c-ar-contact-form__input, .g-review-articles__main .input-group > .g-review-articles__select + .c-ar-contact-form__input, .input-group > .g-deal-features__select + .c-ar-contact-form__input, .input-group > .g-deal-options__select + .c-ar-contact-form__input, .input-group > .c-derivatives-filters__select + .c-ar-contact-form__input, .input-group > .c-options__select + .c-ar-contact-form__input, .input-group > .c-search__form-select + .b-form-control, .input-group > .c-search__form-select + .c-tabs__input, .input-group > .c-search__form-select + .c-ar-contact-form__input, .input-group > .b-form-select + .c-form-contact-footer__control, .p-author-profile .input-group > .p-author-profile__sort-select + .c-form-contact-footer__control, .g-review-articles__main .input-group > .g-review-articles__select + .c-form-contact-footer__control, .input-group > .g-deal-features__select + .c-form-contact-footer__control, .input-group > .g-deal-options__select + .c-form-contact-footer__control, .input-group > .c-derivatives-filters__select + .c-form-contact-footer__control, .input-group > .c-options__select + .c-form-contact-footer__control, .input-group > .c-search__form-select + .c-form-contact-footer__control, .input-group > .b-form-select + .b-form-search__input, .p-author-profile .input-group > .p-author-profile__sort-select + .b-form-search__input, .g-review-articles__main .input-group > .g-review-articles__select + .b-form-search__input, .input-group > .g-deal-features__select + .b-form-search__input, .input-group > .g-deal-options__select + .b-form-search__input, .input-group > .c-derivatives-filters__select + .b-form-search__input, .input-group > .c-options__select + .b-form-search__input, .input-group > .c-search__form-select + .b-form-search__input, .input-group > .b-form-control-large + .b-form-control, .input-group > .b-form-control-large + .c-tabs__input, .input-group > .b-form-control-large + .c-ar-contact-form__input, .input-group > .b-form-control-large + .c-form-contact-footer__control, .input-group > .b-form-control-large + .b-form-search__input, .input-group > .b-form-control + .b-form-control, .input-group > .c-tabs__input + .b-form-control, .input-group > .b-form-control + .c-tabs__input, .input-group > .c-tabs__input + .c-tabs__input, .input-group > .c-ar-contact-form__input + .b-form-control, .input-group > .c-ar-contact-form__input + .c-tabs__input, .input-group > .b-form-control + .c-ar-contact-form__input, .input-group > .c-tabs__input + .c-ar-contact-form__input, .input-group > .c-ar-contact-form__input + .c-ar-contact-form__input, .input-group > .c-form-contact-footer__control + .b-form-control, .input-group > .c-form-contact-footer__control + .c-tabs__input, .input-group > .c-form-contact-footer__control + .c-ar-contact-form__input, .input-group > .b-form-control + .c-form-contact-footer__control, .input-group > .c-tabs__input + .c-form-contact-footer__control, .input-group > .c-ar-contact-form__input + .c-form-contact-footer__control, .input-group > .c-form-contact-footer__control + .c-form-contact-footer__control, .input-group > .b-form-search__input + .b-form-control, .input-group > .b-form-search__input + .c-tabs__input, .input-group > .b-form-search__input + .c-ar-contact-form__input, .input-group > .b-form-search__input + .c-form-contact-footer__control, .input-group > .b-form-control + .b-form-search__input, .input-group > .c-tabs__input + .b-form-search__input, .input-group > .c-ar-contact-form__input + .b-form-search__input, .input-group > .c-form-contact-footer__control + .b-form-search__input, .input-group > .b-form-search__input + .b-form-search__input,
.input-group > .form-control + .custom-select,
.p-order-online .input-group > .b-form-select + .custom-select,
.p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .custom-select,
.p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .custom-select,
.p-order-online .input-group > .c-search__form-select + .custom-select,
.p-order-online .input-group > .c-options__select + .custom-select,
.p-order-online .input-group > .c-derivatives-filters__select + .custom-select,
.p-order-online .input-group > .g-deal-options__select + .custom-select,
.p-order-online .input-group > .g-deal-features__select + .custom-select,
.p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .custom-select,
.g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .custom-select,
.p-personal-credit-application .input-group > .b-form-select + .custom-select,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .custom-select,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .custom-select,
.p-personal-credit-application .input-group > .c-search__form-select + .custom-select,
.p-personal-credit-application .input-group > .c-options__select + .custom-select,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .custom-select,
.p-personal-credit-application .input-group > .g-deal-options__select + .custom-select,
.p-personal-credit-application .input-group > .g-deal-features__select + .custom-select,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .custom-select,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .custom-select,
.p-business-credit-application .input-group > .b-form-select + .custom-select,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .custom-select,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .custom-select,
.p-business-credit-application .input-group > .c-search__form-select + .custom-select,
.p-business-credit-application .input-group > .c-options__select + .custom-select,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .custom-select,
.p-business-credit-application .input-group > .g-deal-options__select + .custom-select,
.p-business-credit-application .input-group > .g-deal-features__select + .custom-select,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .custom-select,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .custom-select,
.input-group > .b-form-select + .custom-select,
.p-author-profile .input-group > .p-author-profile__sort-select + .custom-select,
.g-review-articles__main .input-group > .g-review-articles__select + .custom-select,
.input-group > .g-deal-features__select + .custom-select,
.input-group > .g-deal-options__select + .custom-select,
.input-group > .c-derivatives-filters__select + .custom-select,
.input-group > .c-options__select + .custom-select,
.input-group > .c-search__form-select + .custom-select,
.input-group > .b-form-control-large + .custom-select,
.input-group > .b-form-control + .custom-select,
.input-group > .c-tabs__input + .custom-select,
.input-group > .c-ar-contact-form__input + .custom-select,
.input-group > .c-form-contact-footer__control + .custom-select,
.input-group > .b-form-search__input + .custom-select,
.input-group > .form-control + .custom-file,
.p-order-online .input-group > .b-form-select + .custom-file,
.p-order-online .p-author-profile .input-group > .p-author-profile__sort-select + .custom-file,
.p-author-profile .p-order-online .input-group > .p-author-profile__sort-select + .custom-file,
.p-order-online .input-group > .c-search__form-select + .custom-file,
.p-order-online .input-group > .c-options__select + .custom-file,
.p-order-online .input-group > .c-derivatives-filters__select + .custom-file,
.p-order-online .input-group > .g-deal-options__select + .custom-file,
.p-order-online .input-group > .g-deal-features__select + .custom-file,
.p-order-online .g-review-articles__main .input-group > .g-review-articles__select + .custom-file,
.g-review-articles__main .p-order-online .input-group > .g-review-articles__select + .custom-file,
.p-personal-credit-application .input-group > .b-form-select + .custom-file,
.p-personal-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .custom-file,
.p-author-profile .p-personal-credit-application .input-group > .p-author-profile__sort-select + .custom-file,
.p-personal-credit-application .input-group > .c-search__form-select + .custom-file,
.p-personal-credit-application .input-group > .c-options__select + .custom-file,
.p-personal-credit-application .input-group > .c-derivatives-filters__select + .custom-file,
.p-personal-credit-application .input-group > .g-deal-options__select + .custom-file,
.p-personal-credit-application .input-group > .g-deal-features__select + .custom-file,
.p-personal-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .custom-file,
.g-review-articles__main .p-personal-credit-application .input-group > .g-review-articles__select + .custom-file,
.p-business-credit-application .input-group > .b-form-select + .custom-file,
.p-business-credit-application .p-author-profile .input-group > .p-author-profile__sort-select + .custom-file,
.p-author-profile .p-business-credit-application .input-group > .p-author-profile__sort-select + .custom-file,
.p-business-credit-application .input-group > .c-search__form-select + .custom-file,
.p-business-credit-application .input-group > .c-options__select + .custom-file,
.p-business-credit-application .input-group > .c-derivatives-filters__select + .custom-file,
.p-business-credit-application .input-group > .g-deal-options__select + .custom-file,
.p-business-credit-application .input-group > .g-deal-features__select + .custom-file,
.p-business-credit-application .g-review-articles__main .input-group > .g-review-articles__select + .custom-file,
.g-review-articles__main .p-business-credit-application .input-group > .g-review-articles__select + .custom-file,
.input-group > .b-form-select + .custom-file,
.p-author-profile .input-group > .p-author-profile__sort-select + .custom-file,
.g-review-articles__main .input-group > .g-review-articles__select + .custom-file,
.input-group > .g-deal-features__select + .custom-file,
.input-group > .g-deal-options__select + .custom-file,
.input-group > .c-derivatives-filters__select + .custom-file,
.input-group > .c-options__select + .custom-file,
.input-group > .c-search__form-select + .custom-file,
.input-group > .b-form-control-large + .custom-file,
.input-group > .b-form-control + .custom-file,
.input-group > .c-tabs__input + .custom-file,
.input-group > .c-ar-contact-form__input + .custom-file,
.input-group > .c-form-contact-footer__control + .custom-file,
.input-group > .b-form-search__input + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.p-order-online .input-group > .form-control-plaintext + .b-form-select,
.p-order-online .p-author-profile .input-group > .form-control-plaintext + .p-author-profile__sort-select,
.p-author-profile .p-order-online .input-group > .form-control-plaintext + .p-author-profile__sort-select,
.p-order-online .input-group > .form-control-plaintext + .c-search__form-select,
.p-order-online .input-group > .form-control-plaintext + .c-options__select,
.p-order-online .input-group > .form-control-plaintext + .c-derivatives-filters__select,
.p-order-online .input-group > .form-control-plaintext + .g-deal-options__select,
.p-order-online .input-group > .form-control-plaintext + .g-deal-features__select,
.p-order-online .g-review-articles__main .input-group > .form-control-plaintext + .g-review-articles__select,
.g-review-articles__main .p-order-online .input-group > .form-control-plaintext + .g-review-articles__select,
.p-personal-credit-application .input-group > .form-control-plaintext + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .form-control-plaintext + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .form-control-plaintext + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .form-control-plaintext + .c-search__form-select,
.p-personal-credit-application .input-group > .form-control-plaintext + .c-options__select,
.p-personal-credit-application .input-group > .form-control-plaintext + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .form-control-plaintext + .g-deal-options__select,
.p-personal-credit-application .input-group > .form-control-plaintext + .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .input-group > .form-control-plaintext + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .form-control-plaintext + .g-review-articles__select,
.p-business-credit-application .input-group > .form-control-plaintext + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .form-control-plaintext + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .form-control-plaintext + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .form-control-plaintext + .c-search__form-select,
.p-business-credit-application .input-group > .form-control-plaintext + .c-options__select,
.p-business-credit-application .input-group > .form-control-plaintext + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .form-control-plaintext + .g-deal-options__select,
.p-business-credit-application .input-group > .form-control-plaintext + .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .input-group > .form-control-plaintext + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .form-control-plaintext + .g-review-articles__select,
.input-group > .form-control-plaintext + .b-form-select,
.p-author-profile .input-group > .form-control-plaintext + .p-author-profile__sort-select,
.g-review-articles__main .input-group > .form-control-plaintext + .g-review-articles__select,
.input-group > .form-control-plaintext + .g-deal-features__select,
.input-group > .form-control-plaintext + .g-deal-options__select,
.input-group > .form-control-plaintext + .c-derivatives-filters__select,
.input-group > .form-control-plaintext + .c-options__select,
.input-group > .form-control-plaintext + .c-search__form-select,
.input-group > .form-control-plaintext + .b-form-control-large,
.input-group > .form-control-plaintext + .b-form-control,
.input-group > .form-control-plaintext + .c-tabs__input,
.input-group > .form-control-plaintext + .c-ar-contact-form__input,
.input-group > .form-control-plaintext + .c-form-contact-footer__control,
.input-group > .form-control-plaintext + .b-form-search__input,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.p-order-online .input-group > .custom-select + .b-form-select,
.p-order-online .p-author-profile .input-group > .custom-select + .p-author-profile__sort-select,
.p-author-profile .p-order-online .input-group > .custom-select + .p-author-profile__sort-select,
.p-order-online .input-group > .custom-select + .c-search__form-select,
.p-order-online .input-group > .custom-select + .c-options__select,
.p-order-online .input-group > .custom-select + .c-derivatives-filters__select,
.p-order-online .input-group > .custom-select + .g-deal-options__select,
.p-order-online .input-group > .custom-select + .g-deal-features__select,
.p-order-online .g-review-articles__main .input-group > .custom-select + .g-review-articles__select,
.g-review-articles__main .p-order-online .input-group > .custom-select + .g-review-articles__select,
.p-personal-credit-application .input-group > .custom-select + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .custom-select + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .custom-select + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .custom-select + .c-search__form-select,
.p-personal-credit-application .input-group > .custom-select + .c-options__select,
.p-personal-credit-application .input-group > .custom-select + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .custom-select + .g-deal-options__select,
.p-personal-credit-application .input-group > .custom-select + .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .input-group > .custom-select + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .custom-select + .g-review-articles__select,
.p-business-credit-application .input-group > .custom-select + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .custom-select + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .custom-select + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .custom-select + .c-search__form-select,
.p-business-credit-application .input-group > .custom-select + .c-options__select,
.p-business-credit-application .input-group > .custom-select + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .custom-select + .g-deal-options__select,
.p-business-credit-application .input-group > .custom-select + .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .input-group > .custom-select + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .custom-select + .g-review-articles__select,
.input-group > .custom-select + .b-form-select,
.p-author-profile .input-group > .custom-select + .p-author-profile__sort-select,
.g-review-articles__main .input-group > .custom-select + .g-review-articles__select,
.input-group > .custom-select + .g-deal-features__select,
.input-group > .custom-select + .g-deal-options__select,
.input-group > .custom-select + .c-derivatives-filters__select,
.input-group > .custom-select + .c-options__select,
.input-group > .custom-select + .c-search__form-select,
.input-group > .custom-select + .b-form-control-large,
.input-group > .custom-select + .b-form-control,
.input-group > .custom-select + .c-tabs__input,
.input-group > .custom-select + .c-ar-contact-form__input,
.input-group > .custom-select + .c-form-contact-footer__control,
.input-group > .custom-select + .b-form-search__input,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.p-order-online .input-group > .custom-file + .b-form-select,
.p-order-online .p-author-profile .input-group > .custom-file + .p-author-profile__sort-select,
.p-author-profile .p-order-online .input-group > .custom-file + .p-author-profile__sort-select,
.p-order-online .input-group > .custom-file + .c-search__form-select,
.p-order-online .input-group > .custom-file + .c-options__select,
.p-order-online .input-group > .custom-file + .c-derivatives-filters__select,
.p-order-online .input-group > .custom-file + .g-deal-options__select,
.p-order-online .input-group > .custom-file + .g-deal-features__select,
.p-order-online .g-review-articles__main .input-group > .custom-file + .g-review-articles__select,
.g-review-articles__main .p-order-online .input-group > .custom-file + .g-review-articles__select,
.p-personal-credit-application .input-group > .custom-file + .b-form-select,
.p-personal-credit-application .p-author-profile .input-group > .custom-file + .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .input-group > .custom-file + .p-author-profile__sort-select,
.p-personal-credit-application .input-group > .custom-file + .c-search__form-select,
.p-personal-credit-application .input-group > .custom-file + .c-options__select,
.p-personal-credit-application .input-group > .custom-file + .c-derivatives-filters__select,
.p-personal-credit-application .input-group > .custom-file + .g-deal-options__select,
.p-personal-credit-application .input-group > .custom-file + .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .input-group > .custom-file + .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .input-group > .custom-file + .g-review-articles__select,
.p-business-credit-application .input-group > .custom-file + .b-form-select,
.p-business-credit-application .p-author-profile .input-group > .custom-file + .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .input-group > .custom-file + .p-author-profile__sort-select,
.p-business-credit-application .input-group > .custom-file + .c-search__form-select,
.p-business-credit-application .input-group > .custom-file + .c-options__select,
.p-business-credit-application .input-group > .custom-file + .c-derivatives-filters__select,
.p-business-credit-application .input-group > .custom-file + .g-deal-options__select,
.p-business-credit-application .input-group > .custom-file + .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .input-group > .custom-file + .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .input-group > .custom-file + .g-review-articles__select,
.input-group > .custom-file + .b-form-select,
.p-author-profile .input-group > .custom-file + .p-author-profile__sort-select,
.g-review-articles__main .input-group > .custom-file + .g-review-articles__select,
.input-group > .custom-file + .g-deal-features__select,
.input-group > .custom-file + .g-deal-options__select,
.input-group > .custom-file + .c-derivatives-filters__select,
.input-group > .custom-file + .c-options__select,
.input-group > .custom-file + .c-search__form-select,
.input-group > .custom-file + .b-form-control-large,
.input-group > .custom-file + .b-form-control,
.input-group > .custom-file + .c-tabs__input,
.input-group > .custom-file + .c-ar-contact-form__input,
.input-group > .custom-file + .c-form-contact-footer__control,
.input-group > .custom-file + .b-form-search__input,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px; }

/* line 6449, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group > .form-control:focus, .input-group > .b-form-select:focus, .p-author-profile .input-group > .p-author-profile__sort-select:focus, .g-review-articles__main .input-group > .g-review-articles__select:focus, .input-group > .g-deal-features__select:focus, .input-group > .g-deal-options__select:focus, .input-group > .c-derivatives-filters__select:focus, .input-group > .c-options__select:focus, .input-group > .c-search__form-select:focus, .input-group > .b-form-control-large:focus, .input-group > .b-form-control:focus, .input-group > .c-tabs__input:focus, .input-group > .c-ar-contact-form__input:focus, .input-group > .c-form-contact-footer__control:focus, .input-group > .b-form-search__input:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3; }

/* line 6454, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4; }

/* line 6457, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group > .form-control:not(:first-child), .input-group > .b-form-select:not(:first-child), .p-author-profile .input-group > .p-author-profile__sort-select:not(:first-child), .g-review-articles__main .input-group > .g-review-articles__select:not(:first-child), .input-group > .g-deal-features__select:not(:first-child), .input-group > .g-deal-options__select:not(:first-child), .input-group > .c-derivatives-filters__select:not(:first-child), .input-group > .c-options__select:not(:first-child), .input-group > .c-search__form-select:not(:first-child), .input-group > .b-form-control-large:not(:first-child), .input-group > .b-form-control:not(:first-child), .input-group > .c-tabs__input:not(:first-child), .input-group > .c-ar-contact-form__input:not(:first-child), .input-group > .c-form-contact-footer__control:not(:first-child), .input-group > .b-form-search__input:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 6462, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center; }

/* line 6466, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 6470, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 6474, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .b-form-select:not(:last-child), .p-author-profile .input-group:not(.has-validation) > .p-author-profile__sort-select:not(:last-child), .g-review-articles__main .input-group:not(.has-validation) > .g-review-articles__select:not(:last-child), .input-group:not(.has-validation) > .g-deal-features__select:not(:last-child), .input-group:not(.has-validation) > .g-deal-options__select:not(:last-child), .input-group:not(.has-validation) > .c-derivatives-filters__select:not(:last-child), .input-group:not(.has-validation) > .c-options__select:not(:last-child), .input-group:not(.has-validation) > .c-search__form-select:not(:last-child), .input-group:not(.has-validation) > .b-form-control-large:not(:last-child), .input-group:not(.has-validation) > .b-form-control:not(:last-child), .input-group:not(.has-validation) > .c-tabs__input:not(:last-child), .input-group:not(.has-validation) > .c-ar-contact-form__input:not(:last-child), .input-group:not(.has-validation) > .c-form-contact-footer__control:not(:last-child), .input-group:not(.has-validation) > .b-form-search__input:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 6481, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group.has-validation > .form-control:nth-last-child(n+3), .input-group.has-validation > .b-form-select:nth-last-child(n+3), .p-author-profile .input-group.has-validation > .p-author-profile__sort-select:nth-last-child(n+3), .g-review-articles__main .input-group.has-validation > .g-review-articles__select:nth-last-child(n+3), .input-group.has-validation > .g-deal-features__select:nth-last-child(n+3), .input-group.has-validation > .g-deal-options__select:nth-last-child(n+3), .input-group.has-validation > .c-derivatives-filters__select:nth-last-child(n+3), .input-group.has-validation > .c-options__select:nth-last-child(n+3), .input-group.has-validation > .c-search__form-select:nth-last-child(n+3), .input-group.has-validation > .b-form-control-large:nth-last-child(n+3), .input-group.has-validation > .b-form-control:nth-last-child(n+3), .input-group.has-validation > .c-tabs__input:nth-last-child(n+3), .input-group.has-validation > .c-ar-contact-form__input:nth-last-child(n+3), .input-group.has-validation > .c-form-contact-footer__control:nth-last-child(n+3), .input-group.has-validation > .b-form-search__input:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 6489, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group-prepend,
.input-group-append,
.p-order-online .b-form-append,
.p-personal-credit-application .b-form-append,
.p-business-credit-application .b-form-append {
  display: flex; }

/* line 6496, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group-prepend .btn,
.input-group-append .btn,
.p-order-online .b-form-append .btn,
.p-personal-credit-application .b-form-append .btn,
.p-business-credit-application .b-form-append .btn {
  position: relative;
  z-index: 2; }

/* line 6504, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus,
.p-order-online .b-form-append .btn:focus,
.p-personal-credit-application .b-form-append .btn:focus,
.p-business-credit-application .b-form-append .btn:focus {
  z-index: 3; }

/* line 6511, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.p-order-online .b-form-append .btn + .btn,
.p-personal-credit-application .b-form-append .btn + .btn,
.p-business-credit-application .b-form-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.p-order-online .b-form-append .btn + .input-group-text,
.p-personal-credit-application .b-form-append .btn + .input-group-text,
.p-business-credit-application .b-form-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.p-order-online .b-form-append .input-group-text + .input-group-text,
.p-personal-credit-application .b-form-append .input-group-text + .input-group-text,
.p-business-credit-application .b-form-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.p-order-online .b-form-append .input-group-text + .btn,
.p-personal-credit-application .b-form-append .input-group-text + .btn,
.p-business-credit-application .b-form-append .input-group-text + .btn {
  margin-left: -1px; }

/* line 6534, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group-prepend {
  margin-right: -1px; }

/* line 6538, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group-append, .p-order-online .b-form-append,
.p-personal-credit-application .b-form-append,
.p-business-credit-application .b-form-append {
  margin-left: -1px; }

/* line 6544, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

/* line 6559, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0; }

/* line 6564, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group-lg > .form-control:not(textarea), .input-group-lg > .b-form-select:not(textarea), .p-author-profile .input-group-lg > .p-author-profile__sort-select:not(textarea), .g-review-articles__main .input-group-lg > .g-review-articles__select:not(textarea), .input-group-lg > .g-deal-features__select:not(textarea), .input-group-lg > .g-deal-options__select:not(textarea), .input-group-lg > .c-derivatives-filters__select:not(textarea), .input-group-lg > .c-options__select:not(textarea), .input-group-lg > .c-search__form-select:not(textarea), .input-group-lg > .b-form-control-large:not(textarea), .input-group-lg > .b-form-control:not(textarea), .input-group-lg > .c-tabs__input:not(textarea), .input-group-lg > .c-ar-contact-form__input:not(textarea), .input-group-lg > .c-form-contact-footer__control:not(textarea), .input-group-lg > .b-form-search__input:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

/* line 6569, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group-lg > .form-control, .input-group-lg > .b-form-select, .p-author-profile .input-group-lg > .p-author-profile__sort-select, .g-review-articles__main .input-group-lg > .g-review-articles__select, .input-group-lg > .g-deal-features__select, .input-group-lg > .g-deal-options__select, .input-group-lg > .c-derivatives-filters__select, .input-group-lg > .c-options__select, .input-group-lg > .c-search__form-select, .input-group-lg > .b-form-control-large, .input-group-lg > .b-form-control, .input-group-lg > .c-tabs__input, .input-group-lg > .c-ar-contact-form__input, .input-group-lg > .c-form-contact-footer__control, .input-group-lg > .b-form-search__input,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.p-order-online .input-group-lg > .b-form-append > .input-group-text,
.p-personal-credit-application .input-group-lg > .b-form-append > .input-group-text,
.p-business-credit-application .input-group-lg > .b-form-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn,
.p-order-online .input-group-lg > .b-form-append > .btn,
.p-personal-credit-application .input-group-lg > .b-form-append > .btn,
.p-business-credit-application .input-group-lg > .b-form-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

/* line 6587, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group-sm > .form-control:not(textarea), .input-group-sm > .b-form-select:not(textarea), .p-author-profile .input-group-sm > .p-author-profile__sort-select:not(textarea), .g-review-articles__main .input-group-sm > .g-review-articles__select:not(textarea), .input-group-sm > .g-deal-features__select:not(textarea), .input-group-sm > .g-deal-options__select:not(textarea), .input-group-sm > .c-derivatives-filters__select:not(textarea), .input-group-sm > .c-options__select:not(textarea), .input-group-sm > .c-search__form-select:not(textarea), .input-group-sm > .b-form-control-large:not(textarea), .input-group-sm > .b-form-control:not(textarea), .input-group-sm > .c-tabs__input:not(textarea), .input-group-sm > .c-ar-contact-form__input:not(textarea), .input-group-sm > .c-form-contact-footer__control:not(textarea), .input-group-sm > .b-form-search__input:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

/* line 6592, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group-sm > .form-control, .input-group-sm > .b-form-select, .p-author-profile .input-group-sm > .p-author-profile__sort-select, .g-review-articles__main .input-group-sm > .g-review-articles__select, .input-group-sm > .g-deal-features__select, .input-group-sm > .g-deal-options__select, .input-group-sm > .c-derivatives-filters__select, .input-group-sm > .c-options__select, .input-group-sm > .c-search__form-select, .input-group-sm > .b-form-control-large, .input-group-sm > .b-form-control, .input-group-sm > .c-tabs__input, .input-group-sm > .c-ar-contact-form__input, .input-group-sm > .c-form-contact-footer__control, .input-group-sm > .b-form-search__input,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.p-order-online .input-group-sm > .b-form-append > .input-group-text,
.p-personal-credit-application .input-group-sm > .b-form-append > .input-group-text,
.p-business-credit-application .input-group-sm > .b-form-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn,
.p-order-online .input-group-sm > .b-form-append > .btn,
.p-personal-credit-application .input-group-sm > .b-form-append > .btn,
.p-business-credit-application .input-group-sm > .b-form-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

/* line 6610, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

/* line 6615, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.p-order-online .input-group:not(.has-validation) > .b-form-append:not(:last-child) > .btn,
.p-personal-credit-application .input-group:not(.has-validation) > .b-form-append:not(:last-child) > .btn,
.p-business-credit-application .input-group:not(.has-validation) > .b-form-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.p-order-online .input-group:not(.has-validation) > .b-form-append:not(:last-child) > .input-group-text,
.p-personal-credit-application .input-group:not(.has-validation) > .b-form-append:not(:last-child) > .input-group-text,
.p-business-credit-application .input-group:not(.has-validation) > .b-form-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.p-order-online .input-group.has-validation > .b-form-append:nth-last-child(n+3) > .btn,
.p-personal-credit-application .input-group.has-validation > .b-form-append:nth-last-child(n+3) > .btn,
.p-business-credit-application .input-group.has-validation > .b-form-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.p-order-online .input-group.has-validation > .b-form-append:nth-last-child(n+3) > .input-group-text,
.p-personal-credit-application .input-group.has-validation > .b-form-append:nth-last-child(n+3) > .input-group-text,
.p-business-credit-application .input-group.has-validation > .b-form-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.p-order-online .input-group > .b-form-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.p-personal-credit-application .input-group > .b-form-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.p-business-credit-application .input-group > .b-form-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.p-order-online .input-group > .b-form-append:last-child > .input-group-text:not(:last-child),
.p-personal-credit-application .input-group > .b-form-append:last-child > .input-group-text:not(:last-child),
.p-business-credit-application .input-group > .b-form-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 6645, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.input-group > .input-group-append > .btn, .p-order-online .input-group > .b-form-append > .btn,
.p-personal-credit-application .input-group > .b-form-append > .btn,
.p-business-credit-application .input-group > .b-form-append > .btn,
.input-group > .input-group-append > .input-group-text,
.p-order-online .input-group > .b-form-append > .input-group-text,
.p-personal-credit-application .input-group > .b-form-append > .input-group-text,
.p-business-credit-application .input-group > .b-form-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 6660, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

/* line 6669, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

/* line 6674, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-control-input, .c-list-table__input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }

/* line 6682, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-control-input:checked ~ .custom-control-label::before, .custom-control-input:checked ~ .c-list-table__label::before, .c-list-table__input:checked ~ .custom-control-label::before, .c-list-table__input:checked ~ .c-list-table__label::before {
  color: #fff;
  border-color: #ac8c2e;
  background-color: #ac8c2e; }

/* line 6687, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-control-input:focus ~ .custom-control-label::before, .custom-control-input:focus ~ .c-list-table__label::before, .c-list-table__input:focus ~ .custom-control-label::before, .c-list-table__input:focus ~ .c-list-table__label::before {
  box-shadow: 0 0 0 0.2rem rgba(172, 140, 46, 0.25); }

/* line 6690, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input:focus:not(:checked) ~ .c-list-table__label::before, .c-list-table__input:focus:not(:checked) ~ .custom-control-label::before, .c-list-table__input:focus:not(:checked) ~ .c-list-table__label::before {
  border-color: #dcc47d; }

/* line 6693, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before, .custom-control-input:not(:disabled):active ~ .c-list-table__label::before, .c-list-table__input:not(:disabled):active ~ .custom-control-label::before, .c-list-table__input:not(:disabled):active ~ .c-list-table__label::before {
  color: #fff;
  background-color: #e7d6a5;
  border-color: #e7d6a5; }

/* line 6698, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input[disabled] ~ .c-list-table__label, [disabled].c-list-table__input ~ .custom-control-label, [disabled].c-list-table__input ~ .c-list-table__label, .custom-control-input:disabled ~ .custom-control-label, .custom-control-input:disabled ~ .c-list-table__label, .c-list-table__input:disabled ~ .custom-control-label, .c-list-table__input:disabled ~ .c-list-table__label {
  color: #6c757d; }

/* line 6701, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input[disabled] ~ .c-list-table__label::before, [disabled].c-list-table__input ~ .custom-control-label::before, [disabled].c-list-table__input ~ .c-list-table__label::before, .custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input:disabled ~ .c-list-table__label::before, .c-list-table__input:disabled ~ .custom-control-label::before, .c-list-table__input:disabled ~ .c-list-table__label::before {
  background-color: #e9ecef; }

/* line 6705, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-control-label, .c-list-table__label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

/* line 6710, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-control-label::before, .c-list-table__label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd; }

/* line 6722, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-control-label::after, .c-list-table__label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat; }

/* line 6733, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox .custom-control-label::before, .custom-checkbox .c-list-table__label::before, .c-list-table__custom-check .custom-control-label::before, .c-list-table__custom-check .c-list-table__label::before {
  border-radius: 0.25rem; }

/* line 6736, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .custom-checkbox .custom-control-input:checked ~ .c-list-table__label::after, .custom-checkbox .c-list-table__input:checked ~ .custom-control-label::after, .custom-checkbox .c-list-table__input:checked ~ .c-list-table__label::after, .c-list-table__custom-check .custom-control-input:checked ~ .custom-control-label::after, .c-list-table__custom-check .custom-control-input:checked ~ .c-list-table__label::after, .c-list-table__custom-check .c-list-table__input:checked ~ .custom-control-label::after, .c-list-table__custom-check .c-list-table__input:checked ~ .c-list-table__label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

/* line 6739, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, .custom-checkbox .custom-control-input:indeterminate ~ .c-list-table__label::before, .custom-checkbox .c-list-table__input:indeterminate ~ .custom-control-label::before, .custom-checkbox .c-list-table__input:indeterminate ~ .c-list-table__label::before, .c-list-table__custom-check .custom-control-input:indeterminate ~ .custom-control-label::before, .c-list-table__custom-check .custom-control-input:indeterminate ~ .c-list-table__label::before, .c-list-table__custom-check .c-list-table__input:indeterminate ~ .custom-control-label::before, .c-list-table__custom-check .c-list-table__input:indeterminate ~ .c-list-table__label::before {
  border-color: #ac8c2e;
  background-color: #ac8c2e; }

/* line 6743, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, .custom-checkbox .custom-control-input:indeterminate ~ .c-list-table__label::after, .custom-checkbox .c-list-table__input:indeterminate ~ .custom-control-label::after, .custom-checkbox .c-list-table__input:indeterminate ~ .c-list-table__label::after, .c-list-table__custom-check .custom-control-input:indeterminate ~ .custom-control-label::after, .c-list-table__custom-check .custom-control-input:indeterminate ~ .c-list-table__label::after, .c-list-table__custom-check .c-list-table__input:indeterminate ~ .custom-control-label::after, .c-list-table__custom-check .c-list-table__input:indeterminate ~ .c-list-table__label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

/* line 6746, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:disabled:checked ~ .c-list-table__label::before, .custom-checkbox .c-list-table__input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .c-list-table__input:disabled:checked ~ .c-list-table__label::before, .c-list-table__custom-check .custom-control-input:disabled:checked ~ .custom-control-label::before, .c-list-table__custom-check .custom-control-input:disabled:checked ~ .c-list-table__label::before, .c-list-table__custom-check .c-list-table__input:disabled:checked ~ .custom-control-label::before, .c-list-table__custom-check .c-list-table__input:disabled:checked ~ .c-list-table__label::before {
  background-color: rgba(172, 140, 46, 0.5); }

/* line 6749, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .custom-checkbox .custom-control-input:disabled:indeterminate ~ .c-list-table__label::before, .custom-checkbox .c-list-table__input:disabled:indeterminate ~ .custom-control-label::before, .custom-checkbox .c-list-table__input:disabled:indeterminate ~ .c-list-table__label::before, .c-list-table__custom-check .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .c-list-table__custom-check .custom-control-input:disabled:indeterminate ~ .c-list-table__label::before, .c-list-table__custom-check .c-list-table__input:disabled:indeterminate ~ .custom-control-label::before, .c-list-table__custom-check .c-list-table__input:disabled:indeterminate ~ .c-list-table__label::before {
  background-color: rgba(172, 140, 46, 0.5); }

/* line 6753, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-radio .custom-control-label::before, .custom-radio .c-list-table__label::before, .c-list-table__custom-radio .custom-control-label::before, .c-list-table__custom-radio .c-list-table__label::before {
  border-radius: 50%; }

/* line 6756, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after, .custom-radio .custom-control-input:checked ~ .c-list-table__label::after, .custom-radio .c-list-table__input:checked ~ .custom-control-label::after, .custom-radio .c-list-table__input:checked ~ .c-list-table__label::after, .c-list-table__custom-radio .custom-control-input:checked ~ .custom-control-label::after, .c-list-table__custom-radio .custom-control-input:checked ~ .c-list-table__label::after, .c-list-table__custom-radio .c-list-table__input:checked ~ .custom-control-label::after, .c-list-table__custom-radio .c-list-table__input:checked ~ .c-list-table__label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

/* line 6759, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-radio .custom-control-input:disabled:checked ~ .c-list-table__label::before, .custom-radio .c-list-table__input:disabled:checked ~ .custom-control-label::before, .custom-radio .c-list-table__input:disabled:checked ~ .c-list-table__label::before, .c-list-table__custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .c-list-table__custom-radio .custom-control-input:disabled:checked ~ .c-list-table__label::before, .c-list-table__custom-radio .c-list-table__input:disabled:checked ~ .custom-control-label::before, .c-list-table__custom-radio .c-list-table__input:disabled:checked ~ .c-list-table__label::before {
  background-color: rgba(172, 140, 46, 0.5); }

/* line 6763, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-switch {
  padding-left: 2.25rem; }

/* line 6766, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-switch .custom-control-label::before, .custom-switch .c-list-table__label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem; }

/* line 6772, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-switch .custom-control-label::after, .custom-switch .c-list-table__label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 6782, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .custom-switch .custom-control-label::after, .custom-switch .c-list-table__label::after {
    transition: none; } }
/* line 6786, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after, .custom-switch .custom-control-input:checked ~ .c-list-table__label::after, .custom-switch .c-list-table__input:checked ~ .custom-control-label::after, .custom-switch .c-list-table__input:checked ~ .c-list-table__label::after {
  background-color: #fff;
  transform: translateX(0.75rem); }

/* line 6790, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-switch .custom-control-input:disabled:checked ~ .c-list-table__label::before, .custom-switch .c-list-table__input:disabled:checked ~ .custom-control-label::before, .custom-switch .c-list-table__input:disabled:checked ~ .c-list-table__label::before {
  background-color: rgba(172, 140, 46, 0.5); }

/* line 6794, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }

/* line 6809, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-select:focus {
  border-color: #dcc47d;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(172, 140, 46, 0.25); }

/* line 6814, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

/* line 6818, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none; }

/* line 6823, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

/* line 6827, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-select::-ms-expand {
  display: none; }

/* line 6830, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

/* line 6835, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

/* line 6843, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

/* line 6851, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

/* line 6859, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }

/* line 6868, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #dcc47d;
  box-shadow: 0 0 0 0.2rem rgba(172, 140, 46, 0.25); }

/* line 6872, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef; }

/* line 6875, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

/* line 6878, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse); }

/* line 6882, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

/* line 6898, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0; }

/* line 6915, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }

/* line 6922, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-range:focus {
  outline: 0; }

/* line 6925, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(172, 140, 46, 0.25); }

/* line 6928, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(172, 140, 46, 0.25); }

/* line 6931, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(172, 140, 46, 0.25); }

/* line 6934, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-range::-moz-focus-outer {
  border: 0; }

/* line 6937, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ac8c2e;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  /* line 6948, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .custom-range::-webkit-slider-thumb {
    transition: none; } }
/* line 6952, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #e7d6a5; }

/* line 6955, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

/* line 6964, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ac8c2e;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  /* line 6974, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .custom-range::-moz-range-thumb {
    transition: none; } }
/* line 6978, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #e7d6a5; }

/* line 6981, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

/* line 6990, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #ac8c2e;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  /* line 7003, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .custom-range::-ms-thumb {
    transition: none; } }
/* line 7007, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-range::-ms-thumb:active {
  background-color: #e7d6a5; }

/* line 7010, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem; }

/* line 7019, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

/* line 7023, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

/* line 7028, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd; }

/* line 7031, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default; }

/* line 7034, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd; }

/* line 7037, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default; }

/* line 7040, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd; }

/* line 7044, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-control-label::before, .c-list-table__label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 7050, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .custom-control-label::before, .c-list-table__label::before,
  .custom-file-label,
  .custom-select {
    transition: none; } }
/* line 7057, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/* line 7065, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem; }

/* line 7069, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none; }

/* line 7072, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default; }

/* line 7078, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

/* line 7081, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

/* line 7088, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6; }

/* line 7092, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

/* line 7097, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

/* line 7103, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 7109, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem; }

/* line 7114, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ac8c2e; }

/* line 7120, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

/* line 7126, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

/* line 7133, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.tab-content > .tab-pane {
  display: none; }

/* line 7136, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.tab-content > .active {
  display: block; }

/* line 7140, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }

/* line 7148, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

/* line 7160, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

/* line 7169, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

/* line 7173, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/* line 7180, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

/* line 7184, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

/* line 7189, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

/* line 7195, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

/* line 7201, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

/* line 7209, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none; }

/* line 7213, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat; }

/* line 7222, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  /* line 7228, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  /* line 7240, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }

  /* line 7244, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row; }

  /* line 7247, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 7250, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  /* line 7254, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap; }

  /* line 7263, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible; }

  /* line 7266, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }

  /* line 7270, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none; } }
@media (max-width: 767.98px) {
  /* line 7275, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  /* line 7287, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }

  /* line 7291, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row; }

  /* line 7294, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 7297, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  /* line 7301, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    flex-wrap: nowrap; }

  /* line 7310, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible; }

  /* line 7313, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }

  /* line 7317, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-md .navbar-toggler {
    display: none; } }
@media (max-width: 991.98px) {
  /* line 7322, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  /* line 7334, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }

  /* line 7338, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row; }

  /* line 7341, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 7344, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  /* line 7348, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap; }

  /* line 7357, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible; }

  /* line 7360, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }

  /* line 7364, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none; } }
@media (max-width: 1199.98px) {
  /* line 7369, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  /* line 7381, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }

  /* line 7385, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row; }

  /* line 7388, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 7391, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  /* line 7395, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap; }

  /* line 7404, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible; }

  /* line 7407, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }

  /* line 7411, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none; } }
@media (max-width: 1499.98px) {
  /* line 7416, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1500px) {
  /* line 7428, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }

  /* line 7432, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row; }

  /* line 7435, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 7438, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  /* line 7442, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap; }

  /* line 7451, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible; }

  /* line 7454, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }

  /* line 7458, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none; } }
/* line 7462, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }

/* line 7466, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0; }

/* line 7476, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-expand .navbar-nav {
  flex-direction: row; }

/* line 7479, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

/* line 7482, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

/* line 7486, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  flex-wrap: nowrap; }

/* line 7495, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible; }

/* line 7498, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto; }

/* line 7502, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-expand .navbar-toggler {
  display: none; }

/* line 7506, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

/* line 7509, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9); }

/* line 7512, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

/* line 7515, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7); }

/* line 7518, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

/* line 7521, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

/* line 7527, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

/* line 7531, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

/* line 7534, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

/* line 7537, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

/* line 7540, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9); }

/* line 7544, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-dark .navbar-brand {
  color: #fff; }

/* line 7547, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff; }

/* line 7550, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

/* line 7553, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75); }

/* line 7556, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

/* line 7559, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

/* line 7565, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

/* line 7569, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

/* line 7572, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

/* line 7575, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-dark .navbar-text a {
  color: #fff; }

/* line 7578, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff; }

/* line 7582, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card, .g-news-article, .g-review-article, .c-accordian__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

/* line 7593, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card > hr, .g-news-article > hr, .g-review-article > hr, .c-accordian__card > hr {
  margin-right: 0;
  margin-left: 0; }

/* line 7597, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card > .list-group, .g-news-article > .list-group, .g-review-article > .list-group, .c-accordian__card > .list-group {
  border-top: inherit;
  border-bottom: inherit; }

/* line 7601, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card > .list-group:first-child, .g-news-article > .list-group:first-child, .g-review-article > .list-group:first-child, .c-accordian__card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

/* line 7606, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card > .list-group:last-child, .g-news-article > .list-group:last-child, .g-review-article > .list-group:last-child, .c-accordian__card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

/* line 7611, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card > .card-header + .list-group, .g-news-article > .card-header + .list-group, .g-review-article > .card-header + .list-group, .card > .c-accordian__card-header + .list-group, .g-news-article > .c-accordian__card-header + .list-group, .g-review-article > .c-accordian__card-header + .list-group, .c-accordian__card > .card-header + .list-group, .c-accordian__card > .c-accordian__card-header + .list-group,
.card > .list-group + .card-footer,
.g-news-article > .list-group + .card-footer,
.g-review-article > .list-group + .card-footer,
.c-accordian__card > .list-group + .card-footer {
  border-top: 0; }

/* line 7619, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card-body, .c-accordian__card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

/* line 7625, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card-title {
  margin-bottom: 0.75rem; }

/* line 7629, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

/* line 7634, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card-text:last-child {
  margin-bottom: 0; }

/* line 7638, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card-link:hover {
  text-decoration: none; }

/* line 7641, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card-link + .card-link {
  margin-left: 1.25rem; }

/* line 7645, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card-header, .c-accordian__card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

/* line 7651, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card-header:first-child, .c-accordian__card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

/* line 7655, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

/* line 7660, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

/* line 7664, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

/* line 7671, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

/* line 7676, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

/* line 7686, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

/* line 7693, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

/* line 7699, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

/* line 7705, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card-deck .card, .card-deck .g-news-article, .card-deck .g-review-article, .card-deck .c-accordian__card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  /* line 7709, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }

  /* line 7715, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .card-deck .card, .card-deck .g-news-article, .card-deck .g-review-article, .card-deck .c-accordian__card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }
/* line 7723, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card-group > .card, .card-group > .g-news-article, .card-group > .g-review-article, .card-group > .c-accordian__card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  /* line 7727, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap; }

  /* line 7731, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .card-group > .card, .card-group > .g-news-article, .card-group > .g-review-article, .card-group > .c-accordian__card {
    flex: 1 0 0%;
    margin-bottom: 0; }

  /* line 7735, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .card-group > .card + .card, .card-group > .g-news-article + .card, .card-group > .card + .g-news-article, .card-group > .g-news-article + .g-news-article, .card-group > .g-review-article + .card, .card-group > .g-review-article + .g-news-article, .card-group > .card + .g-review-article, .card-group > .g-news-article + .g-review-article, .card-group > .g-review-article + .g-review-article, .card-group > .c-accordian__card + .card, .card-group > .c-accordian__card + .g-news-article, .card-group > .c-accordian__card + .g-review-article, .card-group > .card + .c-accordian__card, .card-group > .g-news-article + .c-accordian__card, .card-group > .g-review-article + .c-accordian__card, .card-group > .c-accordian__card + .c-accordian__card {
    margin-left: 0;
    border-left: 0; }

  /* line 7739, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .card-group > .card:not(:last-child), .card-group > .g-news-article:not(:last-child), .card-group > .g-review-article:not(:last-child), .card-group > .c-accordian__card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

  /* line 7743, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .g-news-article:not(:last-child) .card-img-top, .card-group > .g-review-article:not(:last-child) .card-img-top, .card-group > .c-accordian__card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .g-news-article:not(:last-child) .card-header,
  .card-group > .g-review-article:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .c-accordian__card-header,
  .card-group > .g-news-article:not(:last-child) .c-accordian__card-header,
  .card-group > .g-review-article:not(:last-child) .c-accordian__card-header,
  .card-group > .c-accordian__card:not(:last-child) .card-header,
  .card-group > .c-accordian__card:not(:last-child) .c-accordian__card-header {
    border-top-right-radius: 0; }

  /* line 7754, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .g-news-article:not(:last-child) .card-img-bottom, .card-group > .g-review-article:not(:last-child) .card-img-bottom, .card-group > .c-accordian__card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .g-news-article:not(:last-child) .card-footer,
  .card-group > .g-review-article:not(:last-child) .card-footer,
  .card-group > .c-accordian__card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0; }

  /* line 7761, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .card-group > .card:not(:first-child), .card-group > .g-news-article:not(:first-child), .card-group > .g-review-article:not(:first-child), .card-group > .c-accordian__card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

  /* line 7765, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .g-news-article:not(:first-child) .card-img-top, .card-group > .g-review-article:not(:first-child) .card-img-top, .card-group > .c-accordian__card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .g-news-article:not(:first-child) .card-header,
  .card-group > .g-review-article:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .c-accordian__card-header,
  .card-group > .g-news-article:not(:first-child) .c-accordian__card-header,
  .card-group > .g-review-article:not(:first-child) .c-accordian__card-header,
  .card-group > .c-accordian__card:not(:first-child) .card-header,
  .card-group > .c-accordian__card:not(:first-child) .c-accordian__card-header {
    border-top-left-radius: 0; }

  /* line 7776, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .g-news-article:not(:first-child) .card-img-bottom, .card-group > .g-review-article:not(:first-child) .card-img-bottom, .card-group > .c-accordian__card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .g-news-article:not(:first-child) .card-footer,
  .card-group > .g-review-article:not(:first-child) .card-footer,
  .card-group > .c-accordian__card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0; } }
/* line 7785, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.card-columns .card, .card-columns .g-news-article, .card-columns .g-review-article, .card-columns .c-accordian__card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  /* line 7789, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }

  /* line 7795, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .card-columns .card, .card-columns .g-news-article, .card-columns .g-review-article, .card-columns .c-accordian__card {
    display: inline-block;
    width: 100%; } }
/* line 7801, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.accordion, .c-accordion {
  overflow-anchor: none; }

/* line 7804, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.accordion > .card, .accordion > .g-news-article, .accordion > .g-review-article, .accordion > .c-accordian__card, .c-accordion > .card, .c-accordion > .g-news-article, .c-accordion > .g-review-article, .c-accordion > .c-accordian__card {
  overflow: hidden; }

/* line 7807, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.accordion > .card:not(:last-of-type), .accordion > .g-news-article:not(:last-of-type), .accordion > .g-review-article:not(:last-of-type), .accordion > .c-accordian__card:not(:last-of-type), .c-accordion > .card:not(:last-of-type), .c-accordion > .g-news-article:not(:last-of-type), .c-accordion > .g-review-article:not(:last-of-type), .c-accordion > .c-accordian__card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 7812, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.accordion > .card:not(:first-of-type), .accordion > .g-news-article:not(:first-of-type), .accordion > .g-review-article:not(:first-of-type), .accordion > .c-accordian__card:not(:first-of-type), .c-accordion > .card:not(:first-of-type), .c-accordion > .g-news-article:not(:first-of-type), .c-accordion > .g-review-article:not(:first-of-type), .c-accordion > .c-accordian__card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 7816, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.accordion > .card > .card-header, .accordion > .g-news-article > .card-header, .accordion > .g-review-article > .card-header, .accordion > .card > .c-accordian__card-header, .accordion > .g-news-article > .c-accordian__card-header, .accordion > .g-review-article > .c-accordian__card-header, .accordion > .c-accordian__card > .card-header, .accordion > .c-accordian__card > .c-accordian__card-header, .c-accordion > .card > .card-header, .c-accordion > .g-news-article > .card-header, .c-accordion > .g-review-article > .card-header, .c-accordion > .card > .c-accordian__card-header, .c-accordion > .g-news-article > .c-accordian__card-header, .c-accordion > .g-review-article > .c-accordian__card-header, .c-accordion > .c-accordian__card > .card-header, .c-accordion > .c-accordian__card > .c-accordian__card-header {
  border-radius: 0;
  margin-bottom: -1px; }

/* line 7821, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 7834, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .badge {
    transition: none; } }
/* line 7838, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none; }

/* line 7842, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.badge:empty {
  display: none; }

/* line 7846, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.btn .badge {
  position: relative;
  top: -1px; }

/* line 7851, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

/* line 7857, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.badge-primary {
  color: #fff;
  background-color: #ac8c2e; }

/* line 7861, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #846b23; }

/* line 7865, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(172, 140, 46, 0.5); }

/* line 7870, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d; }

/* line 7874, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62; }

/* line 7878, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

/* line 7883, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.badge-success {
  color: #fff;
  background-color: #28a745; }

/* line 7887, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34; }

/* line 7891, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

/* line 7896, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8; }

/* line 7900, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b; }

/* line 7904, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 7909, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107; }

/* line 7913, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00; }

/* line 7917, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

/* line 7922, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545; }

/* line 7926, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130; }

/* line 7930, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

/* line 7935, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa; }

/* line 7939, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5; }

/* line 7943, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

/* line 7948, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40; }

/* line 7952, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124; }

/* line 7956, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

/* line 7961, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert, .g-deal-equipment__alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

/* line 7969, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-heading {
  color: inherit; }

/* line 7973, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-link {
  font-weight: 700; }

/* line 7977, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-dismissible {
  padding-right: 4rem; }

/* line 7980, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit; }

/* line 7989, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-primary {
  color: #594918;
  background-color: #eee8d5;
  border-color: #e8dfc4; }

/* line 7994, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-primary hr {
  border-top-color: #e1d5b2; }

/* line 7997, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-primary .alert-link {
  color: #31280d; }

/* line 8001, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

/* line 8006, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf; }

/* line 8009, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-secondary .alert-link {
  color: #202326; }

/* line 8013, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

/* line 8018, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-success hr {
  border-top-color: #b1dfbb; }

/* line 8021, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-success .alert-link {
  color: #0b2e13; }

/* line 8025, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

/* line 8030, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-info hr {
  border-top-color: #abdde5; }

/* line 8033, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-info .alert-link {
  color: #062c33; }

/* line 8037, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-warning, .g-deal-equipment__alert {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

/* line 8042, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-warning hr, .g-deal-equipment__alert hr {
  border-top-color: #ffe8a1; }

/* line 8045, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-warning .alert-link, .g-deal-equipment__alert .alert-link {
  color: #533f03; }

/* line 8049, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

/* line 8054, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-danger hr {
  border-top-color: #f1b0b7; }

/* line 8057, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-danger .alert-link {
  color: #491217; }

/* line 8061, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

/* line 8066, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-light hr {
  border-top-color: #ececf6; }

/* line 8069, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-light .alert-link {
  color: #686868; }

/* line 8073, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

/* line 8078, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-dark hr {
  border-top-color: #b9bbbe; }

/* line 8081, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.alert-dark .alert-link {
  color: #040505; }

/* line 8085, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5; }

/* line 8094, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.close:hover {
  color: #000;
  text-decoration: none; }

/* line 8098, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75; }

/* line 8102, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

/* line 8108, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.close.disabled {
  pointer-events: none; }

/* line 8112, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-open {
  overflow: hidden; }

/* line 8115, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

/* line 8120, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

/* line 8132, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

/* line 8138, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  /* line 8143, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .modal.fade .modal-dialog {
    transition: none; } }
/* line 8147, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal.show .modal-dialog {
  transform: none; }

/* line 8150, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02); }

/* line 8154, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }

/* line 8158, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

/* line 8162, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0; }

/* line 8166, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

/* line 8170, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }

/* line 8175, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: ""; }

/* line 8181, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%; }

/* line 8186, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

/* line 8189, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

/* line 8193, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

/* line 8206, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

/* line 8215, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-backdrop.fade {
  opacity: 0; }

/* line 8218, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-backdrop.show {
  opacity: 0.5; }

/* line 8222, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }

/* line 8231, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }

/* line 8236, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

/* line 8241, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

/* line 8247, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }

/* line 8257, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-footer > * {
  margin: 0.25rem; }

/* line 8261, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  /* line 8270, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  /* line 8274, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }

  /* line 8277, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }

  /* line 8280, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }

  /* line 8283, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content; }

  /* line 8287, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  /* line 8292, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .modal-lg, .c-modal--callback .modal-dialog,
  .modal-xl,
  .c-modal--video .modal-dialog {
    max-width: 800px; } }
@media (min-width: 1200px) {
  /* line 8299, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .modal-xl, .c-modal--video .modal-dialog {
    max-width: 1140px; } }
/* line 8303, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }

/* line 8326, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.tooltip.show {
  opacity: 0.9; }

/* line 8329, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem; }

/* line 8335, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

/* line 8342, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0; }

/* line 8345, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0; }

/* line 8348, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000; }

/* line 8354, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem; }

/* line 8357, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem; }

/* line 8362, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000; }

/* line 8368, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0; }

/* line 8371, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0; }

/* line 8374, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000; }

/* line 8380, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem; }

/* line 8383, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem; }

/* line 8388, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000; }

/* line 8394, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

/* line 8403, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.align-baseline {
  vertical-align: baseline !important; }

/* line 8407, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.align-top {
  vertical-align: top !important; }

/* line 8411, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.align-middle {
  vertical-align: middle !important; }

/* line 8415, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.align-bottom {
  vertical-align: bottom !important; }

/* line 8419, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.align-text-bottom {
  vertical-align: text-bottom !important; }

/* line 8423, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.align-text-top {
  vertical-align: text-top !important; }

/* line 8427, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bg-primary {
  background-color: #ac8c2e !important; }

/* line 8431, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #846b23 !important; }

/* line 8437, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bg-secondary {
  background-color: #6c757d !important; }

/* line 8441, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

/* line 8447, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bg-success {
  background-color: #28a745 !important; }

/* line 8451, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

/* line 8457, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bg-info {
  background-color: #17a2b8 !important; }

/* line 8461, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

/* line 8467, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bg-warning {
  background-color: #ffc107 !important; }

/* line 8471, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

/* line 8477, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bg-danger {
  background-color: #dc3545 !important; }

/* line 8481, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

/* line 8487, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bg-light {
  background-color: #f8f9fa !important; }

/* line 8491, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

/* line 8497, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bg-dark {
  background-color: #343a40 !important; }

/* line 8501, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

/* line 8507, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bg-white {
  background-color: #fff !important; }

/* line 8511, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bg-transparent {
  background-color: transparent !important; }

/* line 8515, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.border {
  border: 1px solid #dee2e6 !important; }

/* line 8519, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important; }

/* line 8523, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important; }

/* line 8527, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

/* line 8531, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important; }

/* line 8535, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.border-0 {
  border: 0 !important; }

/* line 8539, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.border-top-0 {
  border-top: 0 !important; }

/* line 8543, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.border-right-0 {
  border-right: 0 !important; }

/* line 8547, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.border-bottom-0 {
  border-bottom: 0 !important; }

/* line 8551, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.border-left-0 {
  border-left: 0 !important; }

/* line 8555, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.border-primary {
  border-color: #ac8c2e !important; }

/* line 8559, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.border-secondary {
  border-color: #6c757d !important; }

/* line 8563, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.border-success {
  border-color: #28a745 !important; }

/* line 8567, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.border-info {
  border-color: #17a2b8 !important; }

/* line 8571, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.border-warning {
  border-color: #ffc107 !important; }

/* line 8575, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.border-danger {
  border-color: #dc3545 !important; }

/* line 8579, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.border-light {
  border-color: #f8f9fa !important; }

/* line 8583, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.border-dark {
  border-color: #343a40 !important; }

/* line 8587, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.border-white {
  border-color: #fff !important; }

/* line 8591, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.rounded-sm {
  border-radius: 0.2rem !important; }

/* line 8595, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.rounded {
  border-radius: 0.25rem !important; }

/* line 8599, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

/* line 8604, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

/* line 8609, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

/* line 8614, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

/* line 8619, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.rounded-lg {
  border-radius: 0.3rem !important; }

/* line 8623, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.rounded-circle {
  border-radius: 50% !important; }

/* line 8627, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.rounded-pill {
  border-radius: 50rem !important; }

/* line 8631, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.rounded-0 {
  border-radius: 0 !important; }

/* line 8635, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.clearfix::after, .p-vehicle-options .g-deal__wrapper::after,
.p-van-options .g-deal__wrapper::after, .g-deal-benefits--van .g-deal-benefits__list::after, .g-deal-benefits__list::after {
  display: block;
  clear: both;
  content: ""; }

/* line 8642, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.d-none, .p-vehicle-options .g-deal__item--signpost,
.p-van-options .g-deal__item--signpost, .p-vehicle-options .g-deal__item--review,
.p-van-options .g-deal__item--review, .g-deal-enquire__upfront p .g-deal-enquire__desktop, .g-deal-enquire__monthly h4 .g-deal-enquire__desktop, .g-deal-options__upfront p .g-deal-enquire__desktop, .g-deal-options__monthly h2 .g-deal-options__desktop, .g-main .g-search, .g-header__secondary .c-price-switch, .g-header__secondary, .g-toolbar .c-site-info, .g-toolbar .c-trustpilot__reviews, .g-toolbar .c-trustpilot__score, .c-modal-enquire-now__image, .c-modal-enquire__image, .c-filters__tertiary .c-price-switch__additional, .c-menu__item--more, .c-menu__item--superfluous, .c-menu__list, .c-site-tabs__link:after {
  display: none !important; }

/* line 8648, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.d-inline, .g-deal-enquire__upfront p .g-deal-enquire__mobile, .g-deal-enquire__monthly p .g-deal-enquire__mobile, .g-deal-options__upfront p .g-deal-enquire__mobile, .c-modal-enquire__form .b-btn span, .c-modal-enquire__form .p-telegraph .g-telegraph__offers span, .p-telegraph .c-modal-enquire__form .g-telegraph__offers span, .c-modal-enquire__form .p-newsarticle .g-news__next span, .p-newsarticle .c-modal-enquire__form .g-news__next span, .c-modal-enquire__form .p-newsarticle .g-news__previous span, .p-newsarticle .c-modal-enquire__form .g-news__previous span, .c-modal-enquire__form .p-customer-reviews .g-trustpilot__footer .c-reviews-button span, .p-customer-reviews .g-trustpilot__footer .c-modal-enquire__form .c-reviews-button span, .c-modal-enquire__form .p-key-contacts .c-intro__details a span, .p-key-contacts .c-intro__details .c-modal-enquire__form a span, .c-modal-enquire__form .c-content-block__action span, .c-modal-enquire__form .p-grosvenor .c-intro__alternative a span, .p-grosvenor .c-intro__alternative .c-modal-enquire__form a span, .c-modal-enquire__form .p-total-care-offers .c-intro__alternative a span, .p-total-care-offers .c-intro__alternative .c-modal-enquire__form a span, .c-modal-enquire__form .g-total-care-content__button span, .c-modal-enquire__form .g-content__cta span, .c-modal-enquire__form .g-order__back-button span, .c-modal-enquire__form .g-order__next-button span, .c-modal-enquire__form .g-deal-ev-charger-banner__button span, .c-modal-enquire__form .g-deal-enquire__action a span, .g-deal-enquire__action .c-modal-enquire__form a span,
.c-modal-enquire__form .g-deal-enquire__action button span,
.g-deal-enquire__action .c-modal-enquire__form button span, .c-modal-enquire__form .g-deal-summary__order span, .c-modal-enquire__form .g-deal-features__btn span, .c-modal-enquire__form .g-deal-photos__btn span, .c-modal-enquire__form .g-deal-options__enquire button span, .g-deal-options__enquire .c-modal-enquire__form button span, .c-modal-enquire__form .g-deal-options__button span, .c-modal-enquire__form .g-deal-options__option span, .c-modal-enquire__form .g-advert__link span, .c-modal-enquire__form .g-latest-news__cta span, .c-modal-enquire__form .g-trustpilot__action span, .c-modal-enquire__form .g-sign-up-bar__forward span, .c-modal-enquire__form .g-sign-up-bar__trigger span, .c-modal-enquire__form .g-sign-up-bar__form button span, .g-sign-up-bar__form .c-modal-enquire__form button span, .c-modal-enquire__form .g-features__cta span, .c-modal-enquire__form .g-features__truncate-button span, .c-modal-enquire__form .g-cta__button span, .c-modal-enquire__form .g-car-cards__cta span, .c-modal-enquire__form .g-hero__text a span, .g-hero__text .c-modal-enquire__form a span, .c-modal-enquire__form .c-list-index__btn span, .c-modal-enquire__form .c-survey-modern__prev-button span, .c-modal-enquire__form .c-survey-modern__next-button span, .c-modal-enquire__form .c-survey-modern__deals-link span, .c-modal-enquire__form .c-tiled-banner__button span, .c-modal-enquire__form .c-total-care-signpost__button span, .c-modal-enquire__form .c-progress__button span, .c-modal-enquire__form .c-form-contact-footer__btn span, .c-modal-enquire__form .c-search__button span, .c-modal-enquire__form .c-ar-contact-form__submit span, .c-modal-enquire__form .g-contact-form__submit span, .c-modal-enquire__form .c-intro__btn span, .c-modal-enquire__form .c-primary-cta__button span, .c-modal-enquire__form .c-options__button span, .c-modal-enquire__form .c-button-pair__btn span, .c-modal-enquire__form .c-motorway-search__button span, .c-modal-enquire__form .c-hero-icon-collection__button span, .c-modal-enquire__form .c-hero-icon-collection__perks--alternative-btn span, .c-modal-enquire__form .c-hero-aside__button span, .c-modal-enquire__form .c-news-card__read-more span, .c-modal-enquire__form .c-guide-card__read-more span, .c-modal-enquire__form .c-card__button span, .c-modal-enquire__form .c-signpost__button span, .c-modal-enquire__form .c-signpost__button--secondary span, .c-modal-enquire__form .c-filters__trigger-button span, .c-modal-enquire__form .c-filters__button span, .c-modal-enquire__form .c-accordian__card-button span, .c-modal-enquire__form .c-cookies__accept span, .c-modal-enquire__form .c-survey-question__button span, .c-modal-enquire__form .modal-footer .btn-primary span, .modal-footer .c-modal-enquire__form .btn-primary span, .c-modal-enquire__form .c-filter-triggers__trigger span, .c-price-switch__additional,
.c-suv-switch__additional, .c-menu__trigger {
  display: inline !important; }

/* line 8655, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.d-inline-block {
  display: inline-block !important; }

/* line 8659, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.d-block, .c-menu__dropdown .c-menu__item--superfluous {
  display: block !important; }

/* line 8663, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.d-table {
  display: table !important; }

/* line 8667, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.d-table-row {
  display: table-row !important; }

/* line 8671, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.d-table-cell {
  display: table-cell !important; }

/* line 8675, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.d-flex, .p-vehicle-options .g-deal__wrapper,
.p-van-options .g-deal__wrapper, .c-footer-address-group {
  display: flex !important; }

/* line 8680, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  /* line 8685, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-sm-none, .g-deal-enquire__upfront p .g-deal-enquire__mobile, .g-deal-enquire__monthly p .g-deal-enquire__mobile, .g-deal-options__upfront p .g-deal-enquire__mobile {
    display: none !important; }

  /* line 8688, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-sm-inline, .g-deal-enquire__upfront p .g-deal-enquire__desktop, .g-deal-options__upfront p .g-deal-enquire__desktop {
    display: inline !important; }

  /* line 8691, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-sm-inline-block {
    display: inline-block !important; }

  /* line 8694, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-sm-block, .g-deal-enquire__monthly h4 .g-deal-enquire__desktop, .g-deal-options__monthly h2 .g-deal-options__desktop {
    display: block !important; }

  /* line 8697, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-sm-table {
    display: table !important; }

  /* line 8700, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-sm-table-row {
    display: table-row !important; }

  /* line 8703, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-sm-table-cell {
    display: table-cell !important; }

  /* line 8706, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-sm-flex {
    display: flex !important; }

  /* line 8709, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  /* line 8714, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-md-none, .c-price-switch__additional,
  .c-suv-switch__additional, .c-menu__link--call {
    display: none !important; }

  /* line 8718, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-md-inline, .g-toolbar .c-trustpilot__score, .c-menu__list, .c-site-tabs__link {
    display: inline !important; }

  /* line 8721, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-md-inline-block {
    display: inline-block !important; }

  /* line 8724, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-md-block {
    display: block !important; }

  /* line 8727, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-md-table {
    display: table !important; }

  /* line 8730, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-md-table-row {
    display: table-row !important; }

  /* line 8733, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-md-table-cell {
    display: table-cell !important; }

  /* line 8736, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-md-flex {
    display: flex !important; }

  /* line 8739, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-md-inline-flex, .g-header__secondary .c-price-switch, .g-header__secondary, .c-site-tabs__link:after {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  /* line 8744, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-lg-none, .c-modal-enquire__form .b-btn span, .c-modal-enquire__form .p-telegraph .g-telegraph__offers span, .p-telegraph .c-modal-enquire__form .g-telegraph__offers span, .c-modal-enquire__form .p-newsarticle .g-news__next span, .p-newsarticle .c-modal-enquire__form .g-news__next span, .c-modal-enquire__form .p-newsarticle .g-news__previous span, .p-newsarticle .c-modal-enquire__form .g-news__previous span, .c-modal-enquire__form .p-customer-reviews .g-trustpilot__footer .c-reviews-button span, .p-customer-reviews .g-trustpilot__footer .c-modal-enquire__form .c-reviews-button span, .c-modal-enquire__form .p-key-contacts .c-intro__details a span, .p-key-contacts .c-intro__details .c-modal-enquire__form a span, .c-modal-enquire__form .c-content-block__action span, .c-modal-enquire__form .p-grosvenor .c-intro__alternative a span, .p-grosvenor .c-intro__alternative .c-modal-enquire__form a span, .c-modal-enquire__form .p-total-care-offers .c-intro__alternative a span, .p-total-care-offers .c-intro__alternative .c-modal-enquire__form a span, .c-modal-enquire__form .g-total-care-content__button span, .c-modal-enquire__form .g-content__cta span, .c-modal-enquire__form .g-order__back-button span, .c-modal-enquire__form .g-order__next-button span, .c-modal-enquire__form .g-deal-ev-charger-banner__button span, .c-modal-enquire__form .g-deal-enquire__action a span, .g-deal-enquire__action .c-modal-enquire__form a span,
  .c-modal-enquire__form .g-deal-enquire__action button span,
  .g-deal-enquire__action .c-modal-enquire__form button span, .c-modal-enquire__form .g-deal-summary__order span, .c-modal-enquire__form .g-deal-features__btn span, .c-modal-enquire__form .g-deal-photos__btn span, .c-modal-enquire__form .g-deal-options__enquire button span, .g-deal-options__enquire .c-modal-enquire__form button span, .c-modal-enquire__form .g-deal-options__button span, .c-modal-enquire__form .g-deal-options__option span, .c-modal-enquire__form .g-advert__link span, .c-modal-enquire__form .g-latest-news__cta span, .c-modal-enquire__form .g-trustpilot__action span, .c-modal-enquire__form .g-sign-up-bar__forward span, .c-modal-enquire__form .g-sign-up-bar__trigger span, .c-modal-enquire__form .g-sign-up-bar__form button span, .g-sign-up-bar__form .c-modal-enquire__form button span, .c-modal-enquire__form .g-features__cta span, .c-modal-enquire__form .g-features__truncate-button span, .c-modal-enquire__form .g-cta__button span, .c-modal-enquire__form .g-car-cards__cta span, .c-modal-enquire__form .g-hero__text a span, .g-hero__text .c-modal-enquire__form a span, .c-modal-enquire__form .c-list-index__btn span, .c-modal-enquire__form .c-survey-modern__prev-button span, .c-modal-enquire__form .c-survey-modern__next-button span, .c-modal-enquire__form .c-survey-modern__deals-link span, .c-modal-enquire__form .c-tiled-banner__button span, .c-modal-enquire__form .c-total-care-signpost__button span, .c-modal-enquire__form .c-progress__button span, .c-modal-enquire__form .c-form-contact-footer__btn span, .c-modal-enquire__form .c-search__button span, .c-modal-enquire__form .c-ar-contact-form__submit span, .c-modal-enquire__form .g-contact-form__submit span, .c-modal-enquire__form .c-intro__btn span, .c-modal-enquire__form .c-primary-cta__button span, .c-modal-enquire__form .c-options__button span, .c-modal-enquire__form .c-button-pair__btn span, .c-modal-enquire__form .c-motorway-search__button span, .c-modal-enquire__form .c-hero-icon-collection__button span, .c-modal-enquire__form .c-hero-icon-collection__perks--alternative-btn span, .c-modal-enquire__form .c-hero-aside__button span, .c-modal-enquire__form .c-news-card__read-more span, .c-modal-enquire__form .c-guide-card__read-more span, .c-modal-enquire__form .c-card__button span, .c-modal-enquire__form .c-signpost__button span, .c-modal-enquire__form .c-signpost__button--secondary span, .c-modal-enquire__form .c-filters__trigger-button span, .c-modal-enquire__form .c-filters__button span, .c-modal-enquire__form .c-accordian__card-button span, .c-modal-enquire__form .c-cookies__accept span, .c-modal-enquire__form .c-survey-question__button span, .c-modal-enquire__form .modal-footer .btn-primary span, .modal-footer .c-modal-enquire__form .btn-primary span, .c-modal-enquire__form .c-filter-triggers__trigger span, .c-menu__link--search {
    display: none !important; }

  /* line 8749, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-lg-inline, .g-toolbar .c-trustpilot__reviews, .c-menu__list .c-menu__link--highlighted {
    display: inline !important; }

  /* line 8752, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-lg-inline-block {
    display: inline-block !important; }

  /* line 8755, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-lg-block, .p-vehicle-options .g-deal__item--signpost,
  .p-van-options .g-deal__item--signpost, .p-vehicle-options .g-deal__item--review,
  .p-van-options .g-deal__item--review, .p-vehicle-options .g-deal__wrapper,
  .p-van-options .g-deal__wrapper, .g-main .g-search, .c-modal-enquire-now__image, .c-modal-enquire__image {
    display: block !important; }

  /* line 8761, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-lg-table {
    display: table !important; }

  /* line 8764, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-lg-table-row {
    display: table-row !important; }

  /* line 8767, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-lg-table-cell {
    display: table-cell !important; }

  /* line 8770, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-lg-flex {
    display: flex !important; }

  /* line 8773, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  /* line 8778, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-xl-none, .c-menu__trigger {
    display: none !important; }

  /* line 8781, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-xl-inline, .c-modal-enquire__form .b-btn span, .c-modal-enquire__form .p-telegraph .g-telegraph__offers span, .p-telegraph .c-modal-enquire__form .g-telegraph__offers span, .c-modal-enquire__form .p-newsarticle .g-news__next span, .p-newsarticle .c-modal-enquire__form .g-news__next span, .c-modal-enquire__form .p-newsarticle .g-news__previous span, .p-newsarticle .c-modal-enquire__form .g-news__previous span, .c-modal-enquire__form .p-customer-reviews .g-trustpilot__footer .c-reviews-button span, .p-customer-reviews .g-trustpilot__footer .c-modal-enquire__form .c-reviews-button span, .c-modal-enquire__form .p-key-contacts .c-intro__details a span, .p-key-contacts .c-intro__details .c-modal-enquire__form a span, .c-modal-enquire__form .c-content-block__action span, .c-modal-enquire__form .p-grosvenor .c-intro__alternative a span, .p-grosvenor .c-intro__alternative .c-modal-enquire__form a span, .c-modal-enquire__form .p-total-care-offers .c-intro__alternative a span, .p-total-care-offers .c-intro__alternative .c-modal-enquire__form a span, .c-modal-enquire__form .g-total-care-content__button span, .c-modal-enquire__form .g-content__cta span, .c-modal-enquire__form .g-order__back-button span, .c-modal-enquire__form .g-order__next-button span, .c-modal-enquire__form .g-deal-ev-charger-banner__button span, .c-modal-enquire__form .g-deal-enquire__action a span, .g-deal-enquire__action .c-modal-enquire__form a span,
  .c-modal-enquire__form .g-deal-enquire__action button span,
  .g-deal-enquire__action .c-modal-enquire__form button span, .c-modal-enquire__form .g-deal-summary__order span, .c-modal-enquire__form .g-deal-features__btn span, .c-modal-enquire__form .g-deal-photos__btn span, .c-modal-enquire__form .g-deal-options__enquire button span, .g-deal-options__enquire .c-modal-enquire__form button span, .c-modal-enquire__form .g-deal-options__button span, .c-modal-enquire__form .g-deal-options__option span, .c-modal-enquire__form .g-advert__link span, .c-modal-enquire__form .g-latest-news__cta span, .c-modal-enquire__form .g-trustpilot__action span, .c-modal-enquire__form .g-sign-up-bar__forward span, .c-modal-enquire__form .g-sign-up-bar__trigger span, .c-modal-enquire__form .g-sign-up-bar__form button span, .g-sign-up-bar__form .c-modal-enquire__form button span, .c-modal-enquire__form .g-features__cta span, .c-modal-enquire__form .g-features__truncate-button span, .c-modal-enquire__form .g-cta__button span, .c-modal-enquire__form .g-car-cards__cta span, .c-modal-enquire__form .g-hero__text a span, .g-hero__text .c-modal-enquire__form a span, .c-modal-enquire__form .c-list-index__btn span, .c-modal-enquire__form .c-survey-modern__prev-button span, .c-modal-enquire__form .c-survey-modern__next-button span, .c-modal-enquire__form .c-survey-modern__deals-link span, .c-modal-enquire__form .c-tiled-banner__button span, .c-modal-enquire__form .c-total-care-signpost__button span, .c-modal-enquire__form .c-progress__button span, .c-modal-enquire__form .c-form-contact-footer__btn span, .c-modal-enquire__form .c-search__button span, .c-modal-enquire__form .c-ar-contact-form__submit span, .c-modal-enquire__form .g-contact-form__submit span, .c-modal-enquire__form .c-intro__btn span, .c-modal-enquire__form .c-primary-cta__button span, .c-modal-enquire__form .c-options__button span, .c-modal-enquire__form .c-button-pair__btn span, .c-modal-enquire__form .c-motorway-search__button span, .c-modal-enquire__form .c-hero-icon-collection__button span, .c-modal-enquire__form .c-hero-icon-collection__perks--alternative-btn span, .c-modal-enquire__form .c-hero-aside__button span, .c-modal-enquire__form .c-news-card__read-more span, .c-modal-enquire__form .c-guide-card__read-more span, .c-modal-enquire__form .c-card__button span, .c-modal-enquire__form .c-signpost__button span, .c-modal-enquire__form .c-signpost__button--secondary span, .c-modal-enquire__form .c-filters__trigger-button span, .c-modal-enquire__form .c-filters__button span, .c-modal-enquire__form .c-accordian__card-button span, .c-modal-enquire__form .c-cookies__accept span, .c-modal-enquire__form .c-survey-question__button span, .c-modal-enquire__form .modal-footer .btn-primary span, .modal-footer .c-modal-enquire__form .btn-primary span, .c-modal-enquire__form .c-filter-triggers__trigger span {
    display: inline !important; }

  /* line 8786, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-xl-inline-block, .c-menu__item--more {
    display: inline-block !important; }

  /* line 8789, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-xl-block {
    display: block !important; }

  /* line 8792, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-xl-table {
    display: table !important; }

  /* line 8795, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-xl-table-row {
    display: table-row !important; }

  /* line 8798, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-xl-table-cell {
    display: table-cell !important; }

  /* line 8801, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-xl-flex {
    display: flex !important; }

  /* line 8804, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-xl-inline-flex, .g-toolbar .c-site-info {
    display: inline-flex !important; } }
@media (min-width: 1500px) {
  /* line 8809, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-xxl-none, .c-menu__dropdown .c-menu__item--superfluous {
    display: none !important; }

  /* line 8812, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-xxl-inline, .c-filters__tertiary .c-price-switch__additional, .c-price-switch__additional,
  .c-suv-switch__additional {
    display: inline !important; }

  /* line 8816, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-xxl-inline-block, .c-menu__item--superfluous {
    display: inline-block !important; }

  /* line 8819, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-xxl-block {
    display: block !important; }

  /* line 8822, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-xxl-table {
    display: table !important; }

  /* line 8825, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-xxl-table-row {
    display: table-row !important; }

  /* line 8828, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-xxl-table-cell {
    display: table-cell !important; }

  /* line 8831, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-xxl-flex {
    display: flex !important; }

  /* line 8834, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important; } }
@media print {
  /* line 8839, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-print-none {
    display: none !important; }

  /* line 8842, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-print-inline {
    display: inline !important; }

  /* line 8845, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-print-inline-block {
    display: inline-block !important; }

  /* line 8848, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-print-block {
    display: block !important; }

  /* line 8851, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-print-table {
    display: table !important; }

  /* line 8854, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-print-table-row {
    display: table-row !important; }

  /* line 8857, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-print-table-cell {
    display: table-cell !important; }

  /* line 8860, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-print-flex {
    display: flex !important; }

  /* line 8863, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .d-print-inline-flex {
    display: inline-flex !important; } }
/* line 8867, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

/* line 8874, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.embed-responsive::before {
  display: block;
  content: ""; }

/* line 8878, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/* line 8892, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714286%; }

/* line 8896, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%; }

/* line 8900, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.embed-responsive-4by3::before {
  padding-top: 75%; }

/* line 8904, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.embed-responsive-1by1::before {
  padding-top: 100%; }

/* line 8908, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.flex-row {
  flex-direction: row !important; }

/* line 8912, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.flex-column {
  flex-direction: column !important; }

/* line 8916, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important; }

/* line 8920, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important; }

/* line 8924, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.flex-wrap {
  flex-wrap: wrap !important; }

/* line 8928, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.flex-nowrap {
  flex-wrap: nowrap !important; }

/* line 8932, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

/* line 8936, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.flex-fill {
  flex: 1 1 auto !important; }

/* line 8940, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.flex-grow-0 {
  flex-grow: 0 !important; }

/* line 8944, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.flex-grow-1 {
  flex-grow: 1 !important; }

/* line 8948, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important; }

/* line 8952, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important; }

/* line 8956, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.justify-content-start {
  justify-content: flex-start !important; }

/* line 8960, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.justify-content-end {
  justify-content: flex-end !important; }

/* line 8964, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.justify-content-center {
  justify-content: center !important; }

/* line 8968, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.justify-content-between {
  justify-content: space-between !important; }

/* line 8972, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.justify-content-around {
  justify-content: space-around !important; }

/* line 8976, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.align-items-start {
  align-items: flex-start !important; }

/* line 8980, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.align-items-end {
  align-items: flex-end !important; }

/* line 8984, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.align-items-center {
  align-items: center !important; }

/* line 8988, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.align-items-baseline {
  align-items: baseline !important; }

/* line 8992, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.align-items-stretch {
  align-items: stretch !important; }

/* line 8996, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.align-content-start {
  align-content: flex-start !important; }

/* line 9000, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.align-content-end {
  align-content: flex-end !important; }

/* line 9004, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.align-content-center {
  align-content: center !important; }

/* line 9008, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.align-content-between {
  align-content: space-between !important; }

/* line 9012, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.align-content-around {
  align-content: space-around !important; }

/* line 9016, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.align-content-stretch {
  align-content: stretch !important; }

/* line 9020, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.align-self-auto {
  align-self: auto !important; }

/* line 9024, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.align-self-start {
  align-self: flex-start !important; }

/* line 9028, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.align-self-end {
  align-self: flex-end !important; }

/* line 9032, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.align-self-center {
  align-self: center !important; }

/* line 9036, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.align-self-baseline {
  align-self: baseline !important; }

/* line 9040, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  /* line 9045, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-sm-row {
    flex-direction: row !important; }

  /* line 9048, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-sm-column {
    flex-direction: column !important; }

  /* line 9051, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  /* line 9054, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  /* line 9057, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  /* line 9060, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  /* line 9063, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  /* line 9066, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important; }

  /* line 9069, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  /* line 9072, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  /* line 9075, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  /* line 9078, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  /* line 9081, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important; }

  /* line 9084, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important; }

  /* line 9087, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-sm-center {
    justify-content: center !important; }

  /* line 9090, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-sm-between {
    justify-content: space-between !important; }

  /* line 9093, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-sm-around {
    justify-content: space-around !important; }

  /* line 9096, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-sm-start {
    align-items: flex-start !important; }

  /* line 9099, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-sm-end {
    align-items: flex-end !important; }

  /* line 9102, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-sm-center {
    align-items: center !important; }

  /* line 9105, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-sm-baseline {
    align-items: baseline !important; }

  /* line 9108, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-sm-stretch {
    align-items: stretch !important; }

  /* line 9111, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-sm-start {
    align-content: flex-start !important; }

  /* line 9114, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-sm-end {
    align-content: flex-end !important; }

  /* line 9117, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-sm-center {
    align-content: center !important; }

  /* line 9120, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-sm-between {
    align-content: space-between !important; }

  /* line 9123, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-sm-around {
    align-content: space-around !important; }

  /* line 9126, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-sm-stretch {
    align-content: stretch !important; }

  /* line 9129, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-sm-auto {
    align-self: auto !important; }

  /* line 9132, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-sm-start {
    align-self: flex-start !important; }

  /* line 9135, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-sm-end {
    align-self: flex-end !important; }

  /* line 9138, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-sm-center {
    align-self: center !important; }

  /* line 9141, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-sm-baseline {
    align-self: baseline !important; }

  /* line 9144, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  /* line 9149, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-md-row {
    flex-direction: row !important; }

  /* line 9152, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-md-column {
    flex-direction: column !important; }

  /* line 9155, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  /* line 9158, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  /* line 9161, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important; }

  /* line 9164, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  /* line 9167, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  /* line 9170, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-md-fill {
    flex: 1 1 auto !important; }

  /* line 9173, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  /* line 9176, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  /* line 9179, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  /* line 9182, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  /* line 9185, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-md-start {
    justify-content: flex-start !important; }

  /* line 9188, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-md-end {
    justify-content: flex-end !important; }

  /* line 9191, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-md-center {
    justify-content: center !important; }

  /* line 9194, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-md-between {
    justify-content: space-between !important; }

  /* line 9197, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-md-around {
    justify-content: space-around !important; }

  /* line 9200, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-md-start {
    align-items: flex-start !important; }

  /* line 9203, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-md-end {
    align-items: flex-end !important; }

  /* line 9206, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-md-center {
    align-items: center !important; }

  /* line 9209, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-md-baseline {
    align-items: baseline !important; }

  /* line 9212, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-md-stretch {
    align-items: stretch !important; }

  /* line 9215, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-md-start {
    align-content: flex-start !important; }

  /* line 9218, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-md-end {
    align-content: flex-end !important; }

  /* line 9221, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-md-center {
    align-content: center !important; }

  /* line 9224, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-md-between {
    align-content: space-between !important; }

  /* line 9227, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-md-around {
    align-content: space-around !important; }

  /* line 9230, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-md-stretch {
    align-content: stretch !important; }

  /* line 9233, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-md-auto {
    align-self: auto !important; }

  /* line 9236, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-md-start {
    align-self: flex-start !important; }

  /* line 9239, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-md-end {
    align-self: flex-end !important; }

  /* line 9242, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-md-center {
    align-self: center !important; }

  /* line 9245, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-md-baseline {
    align-self: baseline !important; }

  /* line 9248, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  /* line 9253, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-lg-row {
    flex-direction: row !important; }

  /* line 9256, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-lg-column {
    flex-direction: column !important; }

  /* line 9259, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  /* line 9262, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  /* line 9265, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  /* line 9268, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  /* line 9271, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  /* line 9274, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important; }

  /* line 9277, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  /* line 9280, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  /* line 9283, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  /* line 9286, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  /* line 9289, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important; }

  /* line 9292, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important; }

  /* line 9295, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-lg-center {
    justify-content: center !important; }

  /* line 9298, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-lg-between {
    justify-content: space-between !important; }

  /* line 9301, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-lg-around {
    justify-content: space-around !important; }

  /* line 9304, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-lg-start {
    align-items: flex-start !important; }

  /* line 9307, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-lg-end {
    align-items: flex-end !important; }

  /* line 9310, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-lg-center {
    align-items: center !important; }

  /* line 9313, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-lg-baseline {
    align-items: baseline !important; }

  /* line 9316, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-lg-stretch {
    align-items: stretch !important; }

  /* line 9319, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-lg-start {
    align-content: flex-start !important; }

  /* line 9322, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-lg-end {
    align-content: flex-end !important; }

  /* line 9325, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-lg-center {
    align-content: center !important; }

  /* line 9328, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-lg-between {
    align-content: space-between !important; }

  /* line 9331, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-lg-around {
    align-content: space-around !important; }

  /* line 9334, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-lg-stretch {
    align-content: stretch !important; }

  /* line 9337, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-lg-auto {
    align-self: auto !important; }

  /* line 9340, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-lg-start {
    align-self: flex-start !important; }

  /* line 9343, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-lg-end {
    align-self: flex-end !important; }

  /* line 9346, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-lg-center {
    align-self: center !important; }

  /* line 9349, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-lg-baseline {
    align-self: baseline !important; }

  /* line 9352, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  /* line 9357, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-xl-row {
    flex-direction: row !important; }

  /* line 9360, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-xl-column {
    flex-direction: column !important; }

  /* line 9363, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  /* line 9366, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  /* line 9369, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  /* line 9372, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  /* line 9375, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  /* line 9378, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important; }

  /* line 9381, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  /* line 9384, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  /* line 9387, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  /* line 9390, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  /* line 9393, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important; }

  /* line 9396, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important; }

  /* line 9399, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-xl-center {
    justify-content: center !important; }

  /* line 9402, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-xl-between {
    justify-content: space-between !important; }

  /* line 9405, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-xl-around {
    justify-content: space-around !important; }

  /* line 9408, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-xl-start {
    align-items: flex-start !important; }

  /* line 9411, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-xl-end {
    align-items: flex-end !important; }

  /* line 9414, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-xl-center {
    align-items: center !important; }

  /* line 9417, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-xl-baseline {
    align-items: baseline !important; }

  /* line 9420, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-xl-stretch {
    align-items: stretch !important; }

  /* line 9423, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-xl-start {
    align-content: flex-start !important; }

  /* line 9426, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-xl-end {
    align-content: flex-end !important; }

  /* line 9429, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-xl-center {
    align-content: center !important; }

  /* line 9432, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-xl-between {
    align-content: space-between !important; }

  /* line 9435, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-xl-around {
    align-content: space-around !important; }

  /* line 9438, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-xl-stretch {
    align-content: stretch !important; }

  /* line 9441, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-xl-auto {
    align-self: auto !important; }

  /* line 9444, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-xl-start {
    align-self: flex-start !important; }

  /* line 9447, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-xl-end {
    align-self: flex-end !important; }

  /* line 9450, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-xl-center {
    align-self: center !important; }

  /* line 9453, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-xl-baseline {
    align-self: baseline !important; }

  /* line 9456, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-xl-stretch {
    align-self: stretch !important; } }
@media (min-width: 1500px) {
  /* line 9461, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-xxl-row {
    flex-direction: row !important; }

  /* line 9464, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-xxl-column {
    flex-direction: column !important; }

  /* line 9467, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }

  /* line 9470, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }

  /* line 9473, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }

  /* line 9476, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }

  /* line 9479, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  /* line 9482, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important; }

  /* line 9485, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }

  /* line 9488, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }

  /* line 9491, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }

  /* line 9494, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }

  /* line 9497, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important; }

  /* line 9500, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important; }

  /* line 9503, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-xxl-center {
    justify-content: center !important; }

  /* line 9506, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important; }

  /* line 9509, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important; }

  /* line 9512, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-xxl-start {
    align-items: flex-start !important; }

  /* line 9515, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-xxl-end {
    align-items: flex-end !important; }

  /* line 9518, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-xxl-center {
    align-items: center !important; }

  /* line 9521, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important; }

  /* line 9524, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important; }

  /* line 9527, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-xxl-start {
    align-content: flex-start !important; }

  /* line 9530, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-xxl-end {
    align-content: flex-end !important; }

  /* line 9533, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-xxl-center {
    align-content: center !important; }

  /* line 9536, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-xxl-between {
    align-content: space-between !important; }

  /* line 9539, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-xxl-around {
    align-content: space-around !important; }

  /* line 9542, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important; }

  /* line 9545, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-xxl-auto {
    align-self: auto !important; }

  /* line 9548, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-xxl-start {
    align-self: flex-start !important; }

  /* line 9551, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-xxl-end {
    align-self: flex-end !important; }

  /* line 9554, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-xxl-center {
    align-self: center !important; }

  /* line 9557, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important; }

  /* line 9560, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important; } }
/* line 9564, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.float-left {
  float: left !important; }

/* line 9568, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.float-right {
  float: right !important; }

/* line 9572, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.float-none {
  float: none !important; }

@media (min-width: 576px) {
  /* line 9577, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .float-sm-left {
    float: left !important; }

  /* line 9580, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .float-sm-right {
    float: right !important; }

  /* line 9583, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  /* line 9588, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .float-md-left {
    float: left !important; }

  /* line 9591, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .float-md-right {
    float: right !important; }

  /* line 9594, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  /* line 9599, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .float-lg-left {
    float: left !important; }

  /* line 9602, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .float-lg-right {
    float: right !important; }

  /* line 9605, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  /* line 9610, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .float-xl-left {
    float: left !important; }

  /* line 9613, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .float-xl-right {
    float: right !important; }

  /* line 9616, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .float-xl-none {
    float: none !important; } }
@media (min-width: 1500px) {
  /* line 9621, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .float-xxl-left {
    float: left !important; }

  /* line 9624, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .float-xxl-right {
    float: right !important; }

  /* line 9627, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .float-xxl-none {
    float: none !important; } }
/* line 9631, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.user-select-all {
  user-select: all !important; }

/* line 9635, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.user-select-auto {
  user-select: auto !important; }

/* line 9639, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.user-select-none {
  user-select: none !important; }

/* line 9643, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.overflow-auto {
  overflow: auto !important; }

/* line 9647, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.overflow-hidden {
  overflow: hidden !important; }

/* line 9651, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.position-static {
  position: static !important; }

/* line 9655, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.position-relative {
  position: relative !important; }

/* line 9659, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.position-absolute {
  position: absolute !important; }

/* line 9663, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.position-fixed {
  position: fixed !important; }

/* line 9667, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.position-sticky {
  position: sticky !important; }

/* line 9671, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

/* line 9679, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  /* line 9688, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }
/* line 9695, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.sr-only, .c-secondary-cta .c-search__form-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* line 9707, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

/* line 9716, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

/* line 9720, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

/* line 9724, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

/* line 9728, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.shadow-none {
  box-shadow: none !important; }

/* line 9732, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.w-25 {
  width: 25% !important; }

/* line 9736, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.w-50 {
  width: 50% !important; }

/* line 9740, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.w-75 {
  width: 75% !important; }

/* line 9744, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.w-100 {
  width: 100% !important; }

/* line 9748, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.w-auto {
  width: auto !important; }

/* line 9752, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.h-25 {
  height: 25% !important; }

/* line 9756, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.h-50 {
  height: 50% !important; }

/* line 9760, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.h-75 {
  height: 75% !important; }

/* line 9764, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.h-100 {
  height: 100% !important; }

/* line 9768, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.h-auto {
  height: auto !important; }

/* line 9772, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mw-100 {
  max-width: 100% !important; }

/* line 9776, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mh-100 {
  max-height: 100% !important; }

/* line 9780, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.min-vw-100 {
  min-width: 100vw !important; }

/* line 9784, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.min-vh-100 {
  min-height: 100vh !important; }

/* line 9788, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.vw-100 {
  width: 100vw !important; }

/* line 9792, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.vh-100 {
  height: 100vh !important; }

/* line 9796, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.m-0 {
  margin: 0 !important; }

/* line 9800, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important; }

/* line 9805, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important; }

/* line 9810, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

/* line 9815, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important; }

/* line 9820, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.m-1 {
  margin: 0.25rem !important; }

/* line 9824, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

/* line 9829, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

/* line 9834, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

/* line 9839, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

/* line 9844, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.m-2 {
  margin: 0.5rem !important; }

/* line 9848, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

/* line 9853, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

/* line 9858, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

/* line 9863, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

/* line 9868, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.m-3 {
  margin: 1rem !important; }

/* line 9872, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important; }

/* line 9877, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

/* line 9882, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

/* line 9887, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

/* line 9892, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.m-4 {
  margin: 1.5rem !important; }

/* line 9896, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

/* line 9901, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

/* line 9906, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

/* line 9911, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

/* line 9916, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.m-5 {
  margin: 3rem !important; }

/* line 9920, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important; }

/* line 9925, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

/* line 9930, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

/* line 9935, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

/* line 9940, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-0 {
  padding: 0 !important; }

/* line 9944, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important; }

/* line 9949, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important; }

/* line 9954, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

/* line 9959, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important; }

/* line 9964, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-1 {
  padding: 0.25rem !important; }

/* line 9968, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

/* line 9973, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

/* line 9978, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

/* line 9983, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

/* line 9988, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-2 {
  padding: 0.5rem !important; }

/* line 9992, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

/* line 9997, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

/* line 10002, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

/* line 10007, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

/* line 10012, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-3 {
  padding: 1rem !important; }

/* line 10016, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important; }

/* line 10021, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important; }

/* line 10026, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

/* line 10031, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important; }

/* line 10036, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-4 {
  padding: 1.5rem !important; }

/* line 10040, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

/* line 10045, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

/* line 10050, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

/* line 10055, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

/* line 10060, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-5 {
  padding: 3rem !important; }

/* line 10064, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important; }

/* line 10069, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important; }

/* line 10074, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

/* line 10079, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important; }

/* line 10084, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.m-n1 {
  margin: -0.25rem !important; }

/* line 10088, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

/* line 10093, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

/* line 10098, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

/* line 10103, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

/* line 10108, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.m-n2 {
  margin: -0.5rem !important; }

/* line 10112, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

/* line 10117, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

/* line 10122, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

/* line 10127, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

/* line 10132, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.m-n3 {
  margin: -1rem !important; }

/* line 10136, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

/* line 10141, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

/* line 10146, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

/* line 10151, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

/* line 10156, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.m-n4 {
  margin: -1.5rem !important; }

/* line 10160, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

/* line 10165, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

/* line 10170, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

/* line 10175, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

/* line 10180, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.m-n5 {
  margin: -3rem !important; }

/* line 10184, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

/* line 10189, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

/* line 10194, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

/* line 10199, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

/* line 10204, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.m-auto {
  margin: auto !important; }

/* line 10208, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important; }

/* line 10213, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important; }

/* line 10218, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

/* line 10223, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  /* line 10229, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-sm-0 {
    margin: 0 !important; }

  /* line 10232, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  /* line 10236, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  /* line 10240, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  /* line 10244, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  /* line 10248, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-sm-1 {
    margin: 0.25rem !important; }

  /* line 10251, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  /* line 10255, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  /* line 10259, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  /* line 10263, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  /* line 10267, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-sm-2 {
    margin: 0.5rem !important; }

  /* line 10270, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  /* line 10274, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  /* line 10278, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  /* line 10282, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  /* line 10286, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-sm-3 {
    margin: 1rem !important; }

  /* line 10289, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  /* line 10293, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  /* line 10297, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  /* line 10301, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  /* line 10305, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-sm-4 {
    margin: 1.5rem !important; }

  /* line 10308, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  /* line 10312, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  /* line 10316, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  /* line 10320, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  /* line 10324, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-sm-5 {
    margin: 3rem !important; }

  /* line 10327, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  /* line 10331, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  /* line 10335, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  /* line 10339, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  /* line 10343, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-sm-0 {
    padding: 0 !important; }

  /* line 10346, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  /* line 10350, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  /* line 10354, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  /* line 10358, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  /* line 10362, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-sm-1 {
    padding: 0.25rem !important; }

  /* line 10365, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  /* line 10369, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  /* line 10373, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  /* line 10377, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  /* line 10381, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-sm-2 {
    padding: 0.5rem !important; }

  /* line 10384, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  /* line 10388, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  /* line 10392, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  /* line 10396, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  /* line 10400, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-sm-3 {
    padding: 1rem !important; }

  /* line 10403, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  /* line 10407, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  /* line 10411, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  /* line 10415, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  /* line 10419, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-sm-4 {
    padding: 1.5rem !important; }

  /* line 10422, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  /* line 10426, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  /* line 10430, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  /* line 10434, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  /* line 10438, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-sm-5 {
    padding: 3rem !important; }

  /* line 10441, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  /* line 10445, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  /* line 10449, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  /* line 10453, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  /* line 10457, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-sm-n1 {
    margin: -0.25rem !important; }

  /* line 10460, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }

  /* line 10464, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  /* line 10468, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 10472, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  /* line 10476, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-sm-n2 {
    margin: -0.5rem !important; }

  /* line 10479, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }

  /* line 10483, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  /* line 10487, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 10491, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }

  /* line 10495, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-sm-n3 {
    margin: -1rem !important; }

  /* line 10498, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }

  /* line 10502, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }

  /* line 10506, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }

  /* line 10510, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }

  /* line 10514, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-sm-n4 {
    margin: -1.5rem !important; }

  /* line 10517, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }

  /* line 10521, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  /* line 10525, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 10529, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }

  /* line 10533, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-sm-n5 {
    margin: -3rem !important; }

  /* line 10536, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }

  /* line 10540, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }

  /* line 10544, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }

  /* line 10548, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }

  /* line 10552, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-sm-auto {
    margin: auto !important; }

  /* line 10555, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  /* line 10559, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  /* line 10563, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  /* line 10567, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  /* line 10573, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-md-0 {
    margin: 0 !important; }

  /* line 10576, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  /* line 10580, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  /* line 10584, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  /* line 10588, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  /* line 10592, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-md-1 {
    margin: 0.25rem !important; }

  /* line 10595, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  /* line 10599, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  /* line 10603, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  /* line 10607, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  /* line 10611, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-md-2 {
    margin: 0.5rem !important; }

  /* line 10614, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  /* line 10618, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  /* line 10622, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  /* line 10626, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  /* line 10630, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-md-3 {
    margin: 1rem !important; }

  /* line 10633, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  /* line 10637, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  /* line 10641, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  /* line 10645, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  /* line 10649, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-md-4 {
    margin: 1.5rem !important; }

  /* line 10652, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  /* line 10656, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  /* line 10660, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  /* line 10664, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  /* line 10668, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-md-5 {
    margin: 3rem !important; }

  /* line 10671, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  /* line 10675, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  /* line 10679, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  /* line 10683, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  /* line 10687, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-md-0 {
    padding: 0 !important; }

  /* line 10690, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  /* line 10694, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  /* line 10698, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  /* line 10702, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  /* line 10706, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-md-1 {
    padding: 0.25rem !important; }

  /* line 10709, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  /* line 10713, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  /* line 10717, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  /* line 10721, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  /* line 10725, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-md-2 {
    padding: 0.5rem !important; }

  /* line 10728, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  /* line 10732, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  /* line 10736, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  /* line 10740, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  /* line 10744, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-md-3 {
    padding: 1rem !important; }

  /* line 10747, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  /* line 10751, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  /* line 10755, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  /* line 10759, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  /* line 10763, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-md-4 {
    padding: 1.5rem !important; }

  /* line 10766, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  /* line 10770, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  /* line 10774, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  /* line 10778, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  /* line 10782, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-md-5 {
    padding: 3rem !important; }

  /* line 10785, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  /* line 10789, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  /* line 10793, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  /* line 10797, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  /* line 10801, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-md-n1 {
    margin: -0.25rem !important; }

  /* line 10804, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }

  /* line 10808, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }

  /* line 10812, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 10816, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }

  /* line 10820, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-md-n2 {
    margin: -0.5rem !important; }

  /* line 10823, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }

  /* line 10827, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }

  /* line 10831, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 10835, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }

  /* line 10839, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-md-n3 {
    margin: -1rem !important; }

  /* line 10842, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }

  /* line 10846, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }

  /* line 10850, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }

  /* line 10854, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }

  /* line 10858, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-md-n4 {
    margin: -1.5rem !important; }

  /* line 10861, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }

  /* line 10865, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }

  /* line 10869, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 10873, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }

  /* line 10877, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-md-n5 {
    margin: -3rem !important; }

  /* line 10880, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }

  /* line 10884, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }

  /* line 10888, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }

  /* line 10892, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }

  /* line 10896, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-md-auto {
    margin: auto !important; }

  /* line 10899, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  /* line 10903, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  /* line 10907, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  /* line 10911, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  /* line 10917, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-lg-0 {
    margin: 0 !important; }

  /* line 10920, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  /* line 10924, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  /* line 10928, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  /* line 10932, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  /* line 10936, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-lg-1 {
    margin: 0.25rem !important; }

  /* line 10939, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  /* line 10943, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  /* line 10947, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  /* line 10951, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  /* line 10955, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-lg-2 {
    margin: 0.5rem !important; }

  /* line 10958, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  /* line 10962, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  /* line 10966, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  /* line 10970, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  /* line 10974, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-lg-3 {
    margin: 1rem !important; }

  /* line 10977, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  /* line 10981, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  /* line 10985, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  /* line 10989, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  /* line 10993, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-lg-4 {
    margin: 1.5rem !important; }

  /* line 10996, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  /* line 11000, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  /* line 11004, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  /* line 11008, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  /* line 11012, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-lg-5 {
    margin: 3rem !important; }

  /* line 11015, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  /* line 11019, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  /* line 11023, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  /* line 11027, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  /* line 11031, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-lg-0 {
    padding: 0 !important; }

  /* line 11034, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  /* line 11038, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  /* line 11042, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  /* line 11046, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  /* line 11050, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-lg-1 {
    padding: 0.25rem !important; }

  /* line 11053, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  /* line 11057, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  /* line 11061, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  /* line 11065, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  /* line 11069, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-lg-2 {
    padding: 0.5rem !important; }

  /* line 11072, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  /* line 11076, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  /* line 11080, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  /* line 11084, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  /* line 11088, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-lg-3 {
    padding: 1rem !important; }

  /* line 11091, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  /* line 11095, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  /* line 11099, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  /* line 11103, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  /* line 11107, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-lg-4 {
    padding: 1.5rem !important; }

  /* line 11110, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  /* line 11114, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  /* line 11118, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  /* line 11122, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  /* line 11126, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-lg-5 {
    padding: 3rem !important; }

  /* line 11129, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  /* line 11133, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  /* line 11137, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  /* line 11141, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  /* line 11145, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-lg-n1 {
    margin: -0.25rem !important; }

  /* line 11148, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }

  /* line 11152, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  /* line 11156, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 11160, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  /* line 11164, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-lg-n2 {
    margin: -0.5rem !important; }

  /* line 11167, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }

  /* line 11171, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  /* line 11175, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 11179, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  /* line 11183, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-lg-n3 {
    margin: -1rem !important; }

  /* line 11186, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }

  /* line 11190, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }

  /* line 11194, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }

  /* line 11198, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }

  /* line 11202, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-lg-n4 {
    margin: -1.5rem !important; }

  /* line 11205, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }

  /* line 11209, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  /* line 11213, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 11217, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  /* line 11221, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-lg-n5 {
    margin: -3rem !important; }

  /* line 11224, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }

  /* line 11228, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }

  /* line 11232, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }

  /* line 11236, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }

  /* line 11240, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-lg-auto {
    margin: auto !important; }

  /* line 11243, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  /* line 11247, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  /* line 11251, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  /* line 11255, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  /* line 11261, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-xl-0 {
    margin: 0 !important; }

  /* line 11264, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  /* line 11268, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  /* line 11272, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  /* line 11276, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  /* line 11280, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-xl-1 {
    margin: 0.25rem !important; }

  /* line 11283, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  /* line 11287, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  /* line 11291, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  /* line 11295, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  /* line 11299, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-xl-2 {
    margin: 0.5rem !important; }

  /* line 11302, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  /* line 11306, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  /* line 11310, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  /* line 11314, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  /* line 11318, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-xl-3 {
    margin: 1rem !important; }

  /* line 11321, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  /* line 11325, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  /* line 11329, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  /* line 11333, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  /* line 11337, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-xl-4 {
    margin: 1.5rem !important; }

  /* line 11340, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  /* line 11344, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  /* line 11348, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  /* line 11352, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  /* line 11356, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-xl-5 {
    margin: 3rem !important; }

  /* line 11359, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  /* line 11363, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  /* line 11367, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  /* line 11371, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  /* line 11375, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-xl-0 {
    padding: 0 !important; }

  /* line 11378, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  /* line 11382, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  /* line 11386, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  /* line 11390, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  /* line 11394, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-xl-1 {
    padding: 0.25rem !important; }

  /* line 11397, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  /* line 11401, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  /* line 11405, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  /* line 11409, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  /* line 11413, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-xl-2 {
    padding: 0.5rem !important; }

  /* line 11416, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  /* line 11420, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  /* line 11424, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  /* line 11428, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  /* line 11432, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-xl-3 {
    padding: 1rem !important; }

  /* line 11435, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  /* line 11439, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  /* line 11443, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  /* line 11447, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  /* line 11451, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-xl-4 {
    padding: 1.5rem !important; }

  /* line 11454, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  /* line 11458, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  /* line 11462, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  /* line 11466, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  /* line 11470, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-xl-5 {
    padding: 3rem !important; }

  /* line 11473, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  /* line 11477, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  /* line 11481, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  /* line 11485, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  /* line 11489, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-xl-n1 {
    margin: -0.25rem !important; }

  /* line 11492, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }

  /* line 11496, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  /* line 11500, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 11504, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  /* line 11508, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-xl-n2 {
    margin: -0.5rem !important; }

  /* line 11511, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }

  /* line 11515, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  /* line 11519, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 11523, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }

  /* line 11527, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-xl-n3 {
    margin: -1rem !important; }

  /* line 11530, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }

  /* line 11534, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }

  /* line 11538, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }

  /* line 11542, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }

  /* line 11546, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-xl-n4 {
    margin: -1.5rem !important; }

  /* line 11549, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }

  /* line 11553, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  /* line 11557, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 11561, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }

  /* line 11565, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-xl-n5 {
    margin: -3rem !important; }

  /* line 11568, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }

  /* line 11572, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }

  /* line 11576, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }

  /* line 11580, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }

  /* line 11584, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-xl-auto {
    margin: auto !important; }

  /* line 11587, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  /* line 11591, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  /* line 11595, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  /* line 11599, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
@media (min-width: 1500px) {
  /* line 11605, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-xxl-0 {
    margin: 0 !important; }

  /* line 11608, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }

  /* line 11612, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }

  /* line 11616, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }

  /* line 11620, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }

  /* line 11624, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-xxl-1 {
    margin: 0.25rem !important; }

  /* line 11627, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }

  /* line 11631, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }

  /* line 11635, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }

  /* line 11639, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }

  /* line 11643, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-xxl-2 {
    margin: 0.5rem !important; }

  /* line 11646, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }

  /* line 11650, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }

  /* line 11654, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }

  /* line 11658, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }

  /* line 11662, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-xxl-3 {
    margin: 1rem !important; }

  /* line 11665, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }

  /* line 11669, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }

  /* line 11673, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }

  /* line 11677, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }

  /* line 11681, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-xxl-4 {
    margin: 1.5rem !important; }

  /* line 11684, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }

  /* line 11688, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }

  /* line 11692, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }

  /* line 11696, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }

  /* line 11700, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-xxl-5 {
    margin: 3rem !important; }

  /* line 11703, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }

  /* line 11707, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }

  /* line 11711, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }

  /* line 11715, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }

  /* line 11719, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-xxl-0 {
    padding: 0 !important; }

  /* line 11722, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }

  /* line 11726, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }

  /* line 11730, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }

  /* line 11734, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }

  /* line 11738, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-xxl-1 {
    padding: 0.25rem !important; }

  /* line 11741, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }

  /* line 11745, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }

  /* line 11749, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }

  /* line 11753, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }

  /* line 11757, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-xxl-2 {
    padding: 0.5rem !important; }

  /* line 11760, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }

  /* line 11764, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }

  /* line 11768, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }

  /* line 11772, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }

  /* line 11776, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-xxl-3 {
    padding: 1rem !important; }

  /* line 11779, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }

  /* line 11783, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }

  /* line 11787, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }

  /* line 11791, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }

  /* line 11795, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-xxl-4 {
    padding: 1.5rem !important; }

  /* line 11798, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }

  /* line 11802, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }

  /* line 11806, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }

  /* line 11810, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }

  /* line 11814, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-xxl-5 {
    padding: 3rem !important; }

  /* line 11817, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }

  /* line 11821, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }

  /* line 11825, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }

  /* line 11829, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }

  /* line 11833, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-xxl-n1 {
    margin: -0.25rem !important; }

  /* line 11836, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }

  /* line 11840, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }

  /* line 11844, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 11848, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }

  /* line 11852, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-xxl-n2 {
    margin: -0.5rem !important; }

  /* line 11855, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }

  /* line 11859, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }

  /* line 11863, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 11867, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }

  /* line 11871, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-xxl-n3 {
    margin: -1rem !important; }

  /* line 11874, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }

  /* line 11878, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }

  /* line 11882, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }

  /* line 11886, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }

  /* line 11890, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-xxl-n4 {
    margin: -1.5rem !important; }

  /* line 11893, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }

  /* line 11897, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }

  /* line 11901, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 11905, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }

  /* line 11909, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-xxl-n5 {
    margin: -3rem !important; }

  /* line 11912, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }

  /* line 11916, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }

  /* line 11920, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }

  /* line 11924, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }

  /* line 11928, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .m-xxl-auto {
    margin: auto !important; }

  /* line 11931, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }

  /* line 11935, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }

  /* line 11939, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }

  /* line 11943, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }
/* line 11948, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

/* line 11960, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

/* line 11964, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-justify {
  text-align: justify !important; }

/* line 11968, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-wrap {
  white-space: normal !important; }

/* line 11972, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-nowrap {
  white-space: nowrap !important; }

/* line 11976, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 11982, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-left {
  text-align: left !important; }

/* line 11986, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-right {
  text-align: right !important; }

/* line 11990, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  /* line 11995, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .text-sm-left {
    text-align: left !important; }

  /* line 11998, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .text-sm-right {
    text-align: right !important; }

  /* line 12001, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  /* line 12006, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .text-md-left {
    text-align: left !important; }

  /* line 12009, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .text-md-right {
    text-align: right !important; }

  /* line 12012, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  /* line 12017, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .text-lg-left {
    text-align: left !important; }

  /* line 12020, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .text-lg-right {
    text-align: right !important; }

  /* line 12023, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  /* line 12028, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .text-xl-left {
    text-align: left !important; }

  /* line 12031, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .text-xl-right {
    text-align: right !important; }

  /* line 12034, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .text-xl-center {
    text-align: center !important; } }
@media (min-width: 1500px) {
  /* line 12039, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .text-xxl-left {
    text-align: left !important; }

  /* line 12042, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .text-xxl-right {
    text-align: right !important; }

  /* line 12045, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .text-xxl-center {
    text-align: center !important; } }
/* line 12049, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-lowercase {
  text-transform: lowercase !important; }

/* line 12053, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-uppercase {
  text-transform: uppercase !important; }

/* line 12057, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-capitalize {
  text-transform: capitalize !important; }

/* line 12061, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.font-weight-light {
  font-weight: 300 !important; }

/* line 12065, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.font-weight-lighter {
  font-weight: lighter !important; }

/* line 12069, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.font-weight-normal {
  font-weight: 400 !important; }

/* line 12073, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.font-weight-bold {
  font-weight: 700 !important; }

/* line 12077, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.font-weight-bolder {
  font-weight: bolder !important; }

/* line 12081, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.font-italic {
  font-style: italic !important; }

/* line 12085, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-white {
  color: #fff !important; }

/* line 12089, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-primary {
  color: #ac8c2e !important; }

/* line 12093, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #705b1e !important; }

/* line 12097, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-secondary {
  color: #6c757d !important; }

/* line 12101, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

/* line 12105, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-success {
  color: #28a745 !important; }

/* line 12109, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

/* line 12113, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-info {
  color: #17a2b8 !important; }

/* line 12117, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

/* line 12121, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-warning {
  color: #ffc107 !important; }

/* line 12125, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

/* line 12129, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-danger {
  color: #dc3545 !important; }

/* line 12133, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

/* line 12137, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-light {
  color: #f8f9fa !important; }

/* line 12141, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

/* line 12145, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-dark {
  color: #343a40 !important; }

/* line 12149, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

/* line 12153, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-body {
  color: #002b49 !important; }

/* line 12157, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-muted {
  color: #6c757d !important; }

/* line 12161, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

/* line 12165, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

/* line 12169, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 12177, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-decoration-none {
  text-decoration: none !important; }

/* line 12181, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

/* line 12186, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.text-reset {
  color: inherit !important; }

/* line 12190, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.visible {
  visibility: visible !important; }

/* line 12194, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.invisible {
  visibility: hidden !important; }

/* line 12198, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
body {
  font-family: "Montserrat", "Montserrat-fallback", Arial, sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch; }

/* line 12206, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-text-xs, .g-form__asterix, .g-deal-enquire__upfront h3, .g-deal-enquire__monthly p .g-deal-enquire__mobile, .g-deal-summary__description, .g-deal-photos__overlay-text, .g-deal-options__check .custom-control-label em, .g-deal-options__check .c-list-table__label em, .g-deal-options__maintenance, .g-deal-options__selection--total-care, .g-deal-options__subtext, .g-deal-options__upfront p, .g-deal-options__upfront h3, .c-derivatives-row__price .c-derivatives-row__price-details, .c-derivatives-row__column--rate .c-derivatives-row__mobile, .c-survey-question__subtitle, .c-breadcrumb, .c-review__date, .c-filters__label--small, .c-card-car__text-price-vat, .c-footer-copyright {
  font-size: 0.7901234568rem; }

/* line 12210, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-text-sm, .g-contact-us__form .b-form-label, .g-contact-us__form .c-form-contact-footer__label, .g-contact-us__form .c-ar-contact-form__label, .g-total-care-content .c-list-featured__detail, .g-deal-benefits--van .g-deal-benefits__item, .g-deal-trustpilot .c-trustpilot-header__description, .g-deal-benefits__item, .g-deal-options__label--highlight, .g-advert__counter-description, .g-advert__description, .g-search__link, .g-hero-home__description, .c-list-ticks__item, .c-derivatives-row__column, .c-total-care-signpost__subtitle, .c-review__reply, .c-review__text, .c-filters__label, .c-quick-model-lookup__item, .c-review-card__content, .c-generic-card__excerpt, .c-team-card__role, .c-guide-card__excerpt, .c-news-card__content, .c-card-car__text-description, .c-footer-horizontal-links__item, .c-footer-links__item, .c-callback__link, .c-price-switch__option,
.c-suv-switch__option, .c-menu__link, .c-internal__link, .c-site-info__text, .c-trustpilot, .c-site-tabs__link {
  font-size: 0.7901234568rem; }

@media (min-width: 768px) {
  /* line 12215, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-sm, .g-contact-us__form .b-form-label, .g-contact-us__form .c-form-contact-footer__label, .g-contact-us__form .c-ar-contact-form__label, .g-total-care-content .c-list-featured__detail, .g-deal-benefits--van .g-deal-benefits__item, .g-deal-trustpilot .c-trustpilot-header__description, .g-deal-benefits__item, .g-deal-options__label--highlight, .g-advert__counter-description, .g-advert__description, .g-search__link, .g-hero-home__description, .c-list-ticks__item, .c-derivatives-row__column, .c-total-care-signpost__subtitle, .c-review__reply, .c-review__text, .c-filters__label, .c-quick-model-lookup__item, .c-review-card__content, .c-generic-card__excerpt, .c-team-card__role, .c-guide-card__excerpt, .c-news-card__content, .c-card-car__text-description, .c-footer-horizontal-links__item, .c-footer-links__item, .c-callback__link, .c-price-switch__option,
  .c-suv-switch__option, .c-menu__link, .c-internal__link, .c-site-info__text, .c-trustpilot, .c-site-tabs__link {
    font-size: 0.8888888889rem; } }
/* line 12221, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-text-default, .c-content-block__text, .g-ancillary-content__tertiary-heading, .g-news-article__content p, .g-news-article__content ul, .g-news-article__content ol, .g-news-article__content blockquote, .g-review-article__score h2, .g-quote-overview__header .c-title-block__subheading, .g-deal-equipment .c-list-table__section-heading, .g-total-care-signposts__subheading, .g-derivatives__column, .g-car-cards__subheading, .c-vehicle-thumb__label, .c-list-featured-fancy__circle-text, .c-list-table__subheading, .c-tabs__accordion, .c-derivatives-row__column--spec a, .c-trust-cues__heading, .c-tiled-banner__description, .c-trustpilot-review__reply, .c-trustpilot-review__date, .c-trustpilot-review__text, .c-modal-enquire-now .modal-header p, .c-modal-enquire__intro p, .c-quick-model-lookup__title, .c-signpost__description, .c-review-card__heading, .c-news-card--recent .c-news-card__title, .c-card-car__subtitle, .c-trust-cue__heading {
  font-size: 1rem; }

/* line 12225, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-text-1, .c-trustpilot-review__from {
  font-size: 1.125rem; }

/* line 12229, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-text-subtitle, .g-content .g-ancillary-content h2,
.g-content .g-ancillary-content h3, .g-ancillary-content__secondary-heading, .c-list-ordered__item:before, .c-title-block__subheading, .c-primary-cta__description, .c-intro__sub-heading {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem; }

@media (min-width: 768px) {
  /* line 12236, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-subtitle, .g-content .g-ancillary-content h2,
  .g-content .g-ancillary-content h3, .g-ancillary-content__secondary-heading, .c-list-ordered__item:before, .c-title-block__subheading, .c-primary-cta__description, .c-intro__sub-heading {
    font-size: 1.125rem; } }
@media (min-width: 992px) {
  /* line 12242, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-subtitle, .g-content .g-ancillary-content h2,
  .g-content .g-ancillary-content h3, .g-ancillary-content__secondary-heading, .c-list-ordered__item:before, .c-title-block__subheading, .c-primary-cta__description, .c-intro__sub-heading {
    font-size: 1.423828125rem; } }
/* line 12248, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-text-heading, .p-customer-reviews .g-trustpilot__heading, .p-leasing-broker-federation .g-contact__text, .p-leasing-broker-federation .c-list__heading, .g-total-care-list-mixed__subheading, .g-total-care-content__subheading, .g-total-care-content .c-list-featured__heading, .g-review-article__content h2,
.g-review-article__content h3,
.g-review-article__content h4,
.g-review-article__content h5, .g-quote-summary__heading,
.g-quote-vehicle__heading,
.g-quote-alert__heading,
.g-quote-confirm__heading,
.g-quote-agreement__heading,
.g-quote-terms-conditions__heading, .g-quote-overview__header .c-title-block__heading, .g-deal-tax__heading, .g-deal-benefits--van .g-deal-benefits__title, .g-deal-signpost__heading, .g-deal-benefits__title, .g-deal-summary__subtitle, .g-deal-summary__title, .g-deal-features__heading, .g-deal-options__title, .g-signposts--cards .c-signpost__title, .g-signposts--panels .c-signpost__title, .g-signposts .g-signposts__heading, .g-cta__lead, .g-cta__heading, .g-hero--guide .c-intro__details, .g-hero--generic .c-intro__details, .g-hero--content .c-intro__details, .c-list-featured-fancy__heading, .c-list-featured-fancy__circle-text-large, .c-list-featured__heading, .c-tabs__triggers h3, .c-trustpilot-header__heading, .c-survey-question__title, .c-survey-question__heading, .c-accordian__card-button, .c-primary-cta--short-term .c-primary-cta__heading {
  font-size: 1.125rem;
  margin: 0 0 1rem; }

@media (min-width: 768px) {
  /* line 12261, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-heading, .p-customer-reviews .g-trustpilot__heading, .p-leasing-broker-federation .g-contact__text, .p-leasing-broker-federation .c-list__heading, .g-total-care-list-mixed__subheading, .g-total-care-content__subheading, .g-total-care-content .c-list-featured__heading, .g-review-article__content h2,
  .g-review-article__content h3,
  .g-review-article__content h4,
  .g-review-article__content h5, .g-quote-summary__heading,
  .g-quote-vehicle__heading,
  .g-quote-alert__heading,
  .g-quote-confirm__heading,
  .g-quote-agreement__heading,
  .g-quote-terms-conditions__heading, .g-quote-overview__header .c-title-block__heading, .g-deal-tax__heading, .g-deal-benefits--van .g-deal-benefits__title, .g-deal-signpost__heading, .g-deal-benefits__title, .g-deal-summary__subtitle, .g-deal-summary__title, .g-deal-features__heading, .g-deal-options__title, .g-signposts--cards .c-signpost__title, .g-signposts--panels .c-signpost__title, .g-signposts .g-signposts__heading, .g-cta__lead, .g-cta__heading, .g-hero--guide .c-intro__details, .g-hero--generic .c-intro__details, .g-hero--content .c-intro__details, .c-list-featured-fancy__heading, .c-list-featured-fancy__circle-text-large, .c-list-featured__heading, .c-tabs__triggers h3, .c-trustpilot-header__heading, .c-survey-question__title, .c-survey-question__heading, .c-accordian__card-button, .c-primary-cta--short-term .c-primary-cta__heading {
    font-size: 1.423828125rem; } }
/* line 12274, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-text-section-heading, .p-ev-home .g-latest-news__heading, .c-content-block__heading, .p- .g-latest-news__heading, .g-inspection__heading, .g-total-care-list-single__heading, .g-total-care-list-mixed__heading, .g-ancillary-content__primary-heading, .g-review-article__heading, .g-ar-contact__heading, .g-total-care-signposts__heading, .g-features__heading, .g-signposts .g-signposts__section-heading, .g-team .g-team__heading, .g-guide-cards__heading, .g-generic-cards__heading, .g-hero__text h2, .g-footer-contact .c-footer-contact__heading, .c-total-care-signpost__description, .c-total-care-signpost__title, .c-signpost__title, .c-card__heading, .c-partner-search-module__heading, .c-search-module__heading, .c-ar-contact-form__heading {
  font-size: 1.423828125rem;
  margin-bottom: 1rem;
  width: 100%;
  font-weight: 700; }

@media (min-width: 768px) {
  /* line 12281, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-section-heading, .p-ev-home .g-latest-news__heading, .c-content-block__heading, .p- .g-latest-news__heading, .g-inspection__heading, .g-total-care-list-single__heading, .g-total-care-list-mixed__heading, .g-ancillary-content__primary-heading, .g-review-article__heading, .g-ar-contact__heading, .g-total-care-signposts__heading, .g-features__heading, .g-signposts .g-signposts__section-heading, .g-team .g-team__heading, .g-guide-cards__heading, .g-generic-cards__heading, .g-hero__text h2, .g-footer-contact .c-footer-contact__heading, .c-total-care-signpost__description, .c-total-care-signpost__title, .c-signpost__title, .c-card__heading, .c-partner-search-module__heading, .c-search-module__heading, .c-ar-contact-form__heading {
    font-size: 1.6018066406rem; } }
@media (min-width: 992px) {
  /* line 12286, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-section-heading, .p-ev-home .g-latest-news__heading, .c-content-block__heading, .p- .g-latest-news__heading, .g-inspection__heading, .g-total-care-list-single__heading, .g-total-care-list-mixed__heading, .g-ancillary-content__primary-heading, .g-review-article__heading, .g-ar-contact__heading, .g-total-care-signposts__heading, .g-features__heading, .g-signposts .g-signposts__section-heading, .g-team .g-team__heading, .g-guide-cards__heading, .g-generic-cards__heading, .g-hero__text h2, .g-footer-contact .c-footer-contact__heading, .c-total-care-signpost__description, .c-total-care-signpost__title, .c-signpost__title, .c-card__heading, .c-partner-search-module__heading, .c-search-module__heading, .c-ar-contact-form__heading {
    font-size: 1.8020324707rem; } }
@media (min-width: 768px) {
  /* line 12291, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-section-heading, .p-ev-home .g-latest-news__heading, .c-content-block__heading, .p- .g-latest-news__heading, .g-inspection__heading, .g-total-care-list-single__heading, .g-total-care-list-mixed__heading, .g-ancillary-content__primary-heading, .g-review-article__heading, .g-ar-contact__heading, .g-total-care-signposts__heading, .g-features__heading, .g-signposts .g-signposts__section-heading, .g-team .g-team__heading, .g-guide-cards__heading, .g-generic-cards__heading, .g-hero__text h2, .g-footer-contact .c-footer-contact__heading, .c-total-care-signpost__description, .c-total-care-signpost__title, .c-signpost__title, .c-card__heading, .c-partner-search-module__heading, .c-search-module__heading, .c-ar-contact-form__heading {
    margin-bottom: 1.6018066406rem; } }
@media (min-width: 992px) {
  /* line 12296, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-section-heading, .p-ev-home .g-latest-news__heading, .c-content-block__heading, .p- .g-latest-news__heading, .g-inspection__heading, .g-total-care-list-single__heading, .g-total-care-list-mixed__heading, .g-ancillary-content__primary-heading, .g-review-article__heading, .g-ar-contact__heading, .g-total-care-signposts__heading, .g-features__heading, .g-signposts .g-signposts__section-heading, .g-team .g-team__heading, .g-guide-cards__heading, .g-generic-cards__heading, .g-hero__text h2, .g-footer-contact .c-footer-contact__heading, .c-total-care-signpost__description, .c-total-care-signpost__title, .c-signpost__title, .c-card__heading, .c-partner-search-module__heading, .c-search-module__heading, .c-ar-contact-form__heading {
    margin-bottom: 1.8020324707rem; } }
/* line 12301, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-text-section-heading-large, .g-badges__heading, .g-car-cards__heading, .c-hero-aside__heading h1,
.c-hero-aside__heading h2, .c-hero-aside__content h1,
.c-hero-aside__content h2, .c-hero-icon-collection__heading {
  font-size: 1.8020324707rem;
  font-weight: 700; }

@media (min-width: 768px) {
  /* line 12308, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-section-heading-large, .g-badges__heading, .g-car-cards__heading, .c-hero-aside__heading h1,
  .c-hero-aside__heading h2, .c-hero-aside__content h1,
  .c-hero-aside__content h2, .c-hero-icon-collection__heading {
    font-size: 2.0272865295rem; } }
@media (min-width: 1200px) {
  /* line 12315, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-section-heading-large, .g-badges__heading, .g-car-cards__heading, .c-hero-aside__heading h1,
  .c-hero-aside__heading h2, .c-hero-aside__content h1,
  .c-hero-aside__content h2, .c-hero-icon-collection__heading {
    font-size: 2.565784514rem; } }
/* line 12322, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-text-title, .p-leasing-broker-federation .c-intro__heading, .g-news-article__heading, .g-review-articles__heading, .c-intro-motorway__heading, .c-title-block__heading, .c-secondary-cta .c-search__heading, .c-primary-cta__heading, .c-intro__heading {
  font-size: 1.423828125rem;
  font-weight: 600;
  margin: 0; }

@media (min-width: 768px) {
  /* line 12328, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-title, .p-leasing-broker-federation .c-intro__heading, .g-news-article__heading, .g-review-articles__heading, .c-intro-motorway__heading, .c-title-block__heading, .c-secondary-cta .c-search__heading, .c-primary-cta__heading, .c-intro__heading {
    font-size: 1.8020324707rem; } }
@media (min-width: 992px) {
  /* line 12333, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-title, .p-leasing-broker-federation .c-intro__heading, .g-news-article__heading, .g-review-articles__heading, .c-intro-motorway__heading, .c-title-block__heading, .c-secondary-cta .c-search__heading, .c-primary-cta__heading, .c-intro__heading {
    font-size: 2.2806973457rem; } }
/* line 12338, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-text-uppercase, .c-card-car__link a {
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.2; }

/* line 12344, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-text-default-upper, .g-content__primary--aside .g-content__aside-wrap .g-content__subheading,
.g-content__secondary--aside .g-content__aside-wrap .g-content__subheading, .g-news-article__content h5, .g-news-sidebar__heading, .g-news-articles__heading, .g-review-articles__subheading, .g-latest-news__heading, .c-list-index__title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.2; }

/* line 12352, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-text-x-upper, .g-news-article__content h6, .g-quote-overview__subheading, .g-deal-signpost__content h3, .g-deal-signpost__content h4, .g-deal-signpost__content h5, .g-deal-signpost__content h6, .g-deal-photos__tag, .g-hero__sub-nav-label, .g-hero__sub-nav .b-form-select .dropdown-toggle, .g-hero__sub-nav .p-author-profile .p-author-profile__sort-select .dropdown-toggle, .p-author-profile .g-hero__sub-nav .p-author-profile__sort-select .dropdown-toggle, .g-hero__sub-nav .g-review-articles__main .g-review-articles__select .dropdown-toggle, .g-review-articles__main .g-hero__sub-nav .g-review-articles__select .dropdown-toggle, .g-hero__sub-nav .g-deal-features__select .dropdown-toggle, .g-hero__sub-nav .g-deal-options__select .dropdown-toggle, .g-hero__sub-nav .c-search__form-select .dropdown-toggle, .g-hero__sub-nav .c-options__select .dropdown-toggle, .g-hero__sub-nav .c-derivatives-filters__select .dropdown-toggle, .c-list-table__heading, .c-team-card__name, .c-guide-card__label, .c-address__heading, .c-footer-links__heading {
  font-size: 0.7901234568rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.2; }

@media (min-width: 768px) {
  /* line 12359, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-x-upper, .g-news-article__content h6, .g-quote-overview__subheading, .g-deal-signpost__content h3, .g-deal-signpost__content h4, .g-deal-signpost__content h5, .g-deal-signpost__content h6, .g-deal-photos__tag, .g-hero__sub-nav-label, .g-hero__sub-nav .b-form-select .dropdown-toggle, .g-hero__sub-nav .p-author-profile .p-author-profile__sort-select .dropdown-toggle, .p-author-profile .g-hero__sub-nav .p-author-profile__sort-select .dropdown-toggle, .g-hero__sub-nav .g-review-articles__main .g-review-articles__select .dropdown-toggle, .g-review-articles__main .g-hero__sub-nav .g-review-articles__select .dropdown-toggle, .g-hero__sub-nav .g-deal-features__select .dropdown-toggle, .g-hero__sub-nav .g-deal-options__select .dropdown-toggle, .g-hero__sub-nav .c-search__form-select .dropdown-toggle, .g-hero__sub-nav .c-options__select .dropdown-toggle, .g-hero__sub-nav .c-derivatives-filters__select .dropdown-toggle, .c-list-table__heading, .c-team-card__name, .c-guide-card__label, .c-address__heading, .c-footer-links__heading {
    font-size: 0.8888888889rem; } }
/* line 12364, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-text-number-sm, .c-derivatives-row__price {
  font-size: 1.265625rem;
  font-weight: 600;
  margin: 0; }

@media (min-width: 768px) {
  /* line 12370, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-number-sm, .c-derivatives-row__price {
    font-size: 1.423828125rem; } }
/* line 12375, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-text-number, .c-intro__phone, .c-callback__telephone {
  font-size: 1.423828125rem;
  font-weight: 700;
  margin: 0; }

@media (min-width: 768px) {
  /* line 12381, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-number, .c-intro__phone, .c-callback__telephone {
    font-size: 1.6018066406rem; } }
@media (min-width: 1200px) {
  /* line 12386, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-number, .c-intro__phone, .c-callback__telephone {
    font-size: 1.8020324707rem; } }
/* line 12391, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-text-number-lg, .g-deal-enquire__monthly p, .g-deal-options__monthly p, .g-advert__counter-number, .g-advert__heading {
  font-size: 1.6018066406rem;
  font-weight: 600;
  margin: 0; }

@media (min-width: 768px) {
  /* line 12397, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-number-lg, .g-deal-enquire__monthly p, .g-deal-options__monthly p, .g-advert__counter-number, .g-advert__heading {
    font-size: 1.8020324707rem; } }
@media (min-width: 992px) {
  /* line 12402, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-number-lg, .g-deal-enquire__monthly p, .g-deal-options__monthly p, .g-advert__counter-number, .g-advert__heading {
    font-size: 2.0272865295rem; } }
@media (min-width: 1500px) {
  /* line 12407, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-number-lg, .g-deal-enquire__monthly p, .g-deal-options__monthly p, .g-advert__counter-number, .g-advert__heading {
    font-size: 2.2806973457rem; } }
/* line 12412, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-text-number-xl {
  font-size: 2.2806973457rem;
  font-weight: 400;
  margin: 0; }

@media (min-width: 768px) {
  /* line 12418, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-number-xl {
    font-size: 2.565784514rem; } }
@media (min-width: 1200px) {
  /* line 12423, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-number-xl {
    font-size: 2.8865075782rem; } }
@media (min-width: 1500px) {
  /* line 12428, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-number-xl {
    font-size: 3.2473210255rem; } }
/* line 12433, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-text-number-sm, .c-derivatives-row__price {
  font-size: 1.265625rem;
  font-weight: 600;
  margin: 0; }

@media (min-width: 768px) {
  /* line 12439, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-number-sm, .c-derivatives-row__price {
    font-size: 1.423828125rem; } }
/* line 12444, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-text-lead {
  font-size: 1.125rem;
  margin-bottom: 1.125rem; }

@media (min-width: 576px) {
  /* line 12449, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-lead {
    font-size: 1.265625rem;
    margin-bottom: 1.6018066406rem; } }
@media (min-width: 992px) {
  /* line 12455, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-text-lead {
    font-size: 1.423828125rem; } }
/* Mobile styles */
/* line 12461, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.break-mobile {
  display: inline; }

/* line 12464, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.break-mobile::after {
  content: "\a";
  white-space: pre-line; }

/* line 12469, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.break-desktop {
  display: none; }

/* line 12472, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.break-desktop::after {
  content: ""; }

/* Desktop styles */
@media (min-width: 576px) {
  /* Adjust the pixel value based on your design */
  /* line 12479, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .break-desktop {
    display: inline; }

  /* line 12482, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .break-desktop::after {
    content: "\a";
    white-space: pre-line; }

  /* line 12486, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .break-mobile {
    display: none; }

  /* line 12489, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .break-mobile::after {
    content: ""; } }
/* line 12493, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a {
  color: #ac8c2e;
  transition: color 0.5s ease;
  text-decoration: underline; }

/* line 12498, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a:visited {
  color: #ac8c2e; }

/* line 12501, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a:active, a:hover, a:focus {
  color: #ad913f; }

/* line 12504, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded a {
  color: #ac8c2e;
  transition: none !important; }

/* line 12508, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded a:visited {
  color: #ac8c2e; }

/* line 12512, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-link-styled, .g-trustpilot__link, .g-badges__all .c-search__link, .c-tabs__nav-title--link {
  color: #ac8c2e;
  transition: color 0.5s ease;
  text-decoration: underline; }

/* line 12517, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-link-styled:visited, .g-trustpilot__link:visited, .g-badges__all .c-search__link:visited, .c-tabs__nav-title--link:visited {
  color: #ac8c2e; }

/* line 12520, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-link-styled:active, .g-trustpilot__link:active, .g-badges__all .c-search__link:active, .c-tabs__nav-title--link:active, .b-link-styled:hover, .g-trustpilot__link:hover, .g-badges__all .c-search__link:hover, .c-tabs__nav-title--link:hover, .b-link-styled:focus, .g-trustpilot__link:focus, .g-badges__all .c-search__link:focus, .c-tabs__nav-title--link:focus {
  color: #ad913f; }

/* line 12523, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-link-styled, .is-not-loaded .g-trustpilot__link, .is-not-loaded .g-badges__all .c-search__link, .g-badges__all .is-not-loaded .c-search__link, .is-not-loaded .c-tabs__nav-title--link {
  color: #ac8c2e;
  transition: none !important; }

/* line 12527, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-link-styled:visited, .is-not-loaded .g-trustpilot__link:visited, .is-not-loaded .g-badges__all .c-search__link:visited, .g-badges__all .is-not-loaded .c-search__link:visited, .is-not-loaded .c-tabs__nav-title--link:visited {
  color: #ac8c2e; }

/* line 12531, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-link-unstyled, .g-search__link, .g-drawer__clear, .c-tabs__nav a, .c-derivatives-row__column--spec a, .c-modal-saturday-banner__telephone a, .c-feature__text a, .c-breadcrumb__link, .c-badge__link, .c-quick-model-lookup__item a, .c-card__telephone, .c-guide-card__link, .c-news-card__link, .c-intro__phone, .c-address__phone,
.c-address__fax, .c-callback__telephone, .c-menu__link:not(.c-menu__link--highlighted) {
  color: inherit;
  transition: none;
  text-decoration: none; }

/* line 12537, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-link-unstyled:visited, .g-search__link:visited, .g-drawer__clear:visited, .c-tabs__nav a:visited, .c-derivatives-row__column--spec a:visited, .c-modal-saturday-banner__telephone a:visited, .c-feature__text a:visited, .c-breadcrumb__link:visited, .c-badge__link:visited, .c-quick-model-lookup__item a:visited, .c-card__telephone:visited, .c-guide-card__link:visited, .c-news-card__link:visited, .c-intro__phone:visited, .c-address__phone:visited,
.c-address__fax:visited, .c-callback__telephone:visited, .c-menu__link:visited:not(.c-menu__link--highlighted) {
  color: inherit; }

/* line 12541, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-link-unstyled:active, .g-search__link:active, .g-drawer__clear:active, .c-tabs__nav a:active, .c-derivatives-row__column--spec a:active, .c-modal-saturday-banner__telephone a:active, .c-feature__text a:active, .c-breadcrumb__link:active, .c-badge__link:active, .c-quick-model-lookup__item a:active, .c-card__telephone:active, .c-guide-card__link:active, .c-news-card__link:active, .c-intro__phone:active, .c-address__phone:active,
.c-address__fax:active, .c-callback__telephone:active, .c-menu__link:active:not(.c-menu__link--highlighted), .b-link-unstyled:hover, .g-search__link:hover, .g-drawer__clear:hover, .c-tabs__nav a:hover, .c-derivatives-row__column--spec a:hover, .c-modal-saturday-banner__telephone a:hover, .c-feature__text a:hover, .c-breadcrumb__link:hover, .c-badge__link:hover, .c-quick-model-lookup__item a:hover, .c-card__telephone:hover, .c-guide-card__link:hover, .c-news-card__link:hover, .c-intro__phone:hover, .c-address__phone:hover,
.c-address__fax:hover, .c-callback__telephone:hover, .c-menu__link:hover:not(.c-menu__link--highlighted), .b-link-unstyled:focus, .g-search__link:focus, .g-drawer__clear:focus, .c-tabs__nav a:focus, .c-derivatives-row__column--spec a:focus, .c-modal-saturday-banner__telephone a:focus, .c-feature__text a:focus, .c-breadcrumb__link:focus, .c-badge__link:focus, .c-quick-model-lookup__item a:focus, .c-card__telephone:focus, .c-guide-card__link:focus, .c-news-card__link:focus, .c-intro__phone:focus, .c-address__phone:focus,
.c-address__fax:focus, .c-callback__telephone:focus, .c-menu__link:focus:not(.c-menu__link--highlighted) {
  color: inherit;
  text-decoration: underline; }

/* line 12548, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-link-unstyled, .is-not-loaded .g-search__link, .is-not-loaded .g-drawer__clear, .is-not-loaded .c-tabs__nav a, .c-tabs__nav .is-not-loaded a, .is-not-loaded .c-derivatives-row__column--spec a, .c-derivatives-row__column--spec .is-not-loaded a, .is-not-loaded .c-modal-saturday-banner__telephone a, .c-modal-saturday-banner__telephone .is-not-loaded a, .is-not-loaded .c-feature__text a, .c-feature__text .is-not-loaded a, .is-not-loaded .c-breadcrumb__link, .is-not-loaded .c-badge__link, .is-not-loaded .c-quick-model-lookup__item a, .c-quick-model-lookup__item .is-not-loaded a, .is-not-loaded .c-card__telephone, .is-not-loaded .c-guide-card__link, .is-not-loaded .c-news-card__link, .is-not-loaded .c-intro__phone, .is-not-loaded .c-address__phone,
.is-not-loaded .c-address__fax, .is-not-loaded .c-callback__telephone, .is-not-loaded .c-menu__link:not(.c-menu__link--highlighted) {
  color: inherit;
  transition: none !important; }

/* line 12553, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-link-unstyled:visited, .is-not-loaded .g-search__link:visited, .is-not-loaded .g-drawer__clear:visited, .is-not-loaded .c-tabs__nav a:visited, .c-tabs__nav .is-not-loaded a:visited, .is-not-loaded .c-derivatives-row__column--spec a:visited, .c-derivatives-row__column--spec .is-not-loaded a:visited, .is-not-loaded .c-modal-saturday-banner__telephone a:visited, .c-modal-saturday-banner__telephone .is-not-loaded a:visited, .is-not-loaded .c-feature__text a:visited, .c-feature__text .is-not-loaded a:visited, .is-not-loaded .c-breadcrumb__link:visited, .is-not-loaded .c-badge__link:visited, .is-not-loaded .c-quick-model-lookup__item a:visited, .c-quick-model-lookup__item .is-not-loaded a:visited, .is-not-loaded .c-card__telephone:visited, .is-not-loaded .c-guide-card__link:visited, .is-not-loaded .c-news-card__link:visited, .is-not-loaded .c-intro__phone:visited, .is-not-loaded .c-address__phone:visited,
.is-not-loaded .c-address__fax:visited, .is-not-loaded .c-callback__telephone:visited, .is-not-loaded .c-menu__link:visited:not(.c-menu__link--highlighted) {
  color: inherit; }

/* line 12558, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-link-unstyled-invert, .c-card-car__link a, .c-footer-horizontal-links__link, .c-footer-phone__number a, .c-footer-links__link {
  color: #ffffff;
  transition: color 0.5s ease;
  text-decoration: none; }

/* line 12563, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-link-unstyled-invert:visited, .c-card-car__link a:visited, .c-footer-horizontal-links__link:visited, .c-footer-phone__number a:visited, .c-footer-links__link:visited {
  color: #ffffff; }

/* line 12566, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-link-unstyled-invert:active, .c-card-car__link a:active, .c-footer-horizontal-links__link:active, .c-footer-phone__number a:active, .c-footer-links__link:active, .b-link-unstyled-invert:hover, .c-card-car__link a:hover, .c-footer-horizontal-links__link:hover, .c-footer-phone__number a:hover, .c-footer-links__link:hover, .b-link-unstyled-invert:focus, .c-card-car__link a:focus, .c-footer-horizontal-links__link:focus, .c-footer-phone__number a:focus, .c-footer-links__link:focus {
  color: #ffffff;
  text-decoration: underline; }

/* line 12570, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-link-unstyled-invert, .is-not-loaded .c-card-car__link a, .c-card-car__link .is-not-loaded a, .is-not-loaded .c-footer-horizontal-links__link, .is-not-loaded .c-footer-phone__number a, .c-footer-phone__number .is-not-loaded a, .is-not-loaded .c-footer-links__link {
  color: #ffffff;
  transition: none !important; }

/* line 12574, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-link-unstyled-invert:visited, .is-not-loaded .c-card-car__link a:visited, .c-card-car__link .is-not-loaded a:visited, .is-not-loaded .c-footer-horizontal-links__link:visited, .is-not-loaded .c-footer-phone__number a:visited, .c-footer-phone__number .is-not-loaded a:visited, .is-not-loaded .c-footer-links__link:visited {
  color: #ffffff; }

/* line 12578, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-link-with-icon {
  position: relative;
  padding-right: 2em; }

/* line 12582, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-link-with-icon:before {
  height: 18px;
  width: 18px;
  content: "";
  background-size: 18px;
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618233307/icons/star_hvzeby.svg") no-repeat center;
  display: inline-block;
  margin-right: 8px;
  vertical-align: text-bottom;
  transition: background-image ease 0.5s; }

/* line 12593, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-link-with-icon:active:before, .b-link-with-icon:focus:before, .b-link-with-icon:hover:before {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618233307/icons/star-active_ngi3qd.svg"); }

/* line 12597, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-link-null, .c-sidenav__link, .c-vehicle-thumb a, .c-list-index__image, .c-card-car__content a {
  text-decoration: none;
  color: inherit; }

/* line 12601, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-link-null:active, .c-sidenav__link:active, .c-vehicle-thumb a:active, .c-list-index__image:active, .c-card-car__content a:active, .b-link-null:hover, .c-sidenav__link:hover, .c-vehicle-thumb a:hover, .c-list-index__image:hover, .c-card-car__content a:hover, .b-link-null:focus, .c-sidenav__link:focus, .c-vehicle-thumb a:focus, .c-list-index__image:focus, .c-card-car__content a:focus {
  text-decoration: none; }

/* line 12605, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-link-offset {
  display: block;
  position: relative;
  top: -95px;
  visibility: hidden; }

/* line 12612, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a[data-target=image-modal] {
  position: relative; }

/* line 12615, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a[data-target=image-modal]:before {
  position: absolute;
  right: 0;
  height: 18px;
  width: 18px;
  content: "";
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1666100385/icons/icon-expand_mulz6n.png") no-repeat center;
  background-size: 18px;
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  opacity: 0.3;
  transition: opacity ease 0.2s; }

/* line 12629, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
a[data-target=image-modal]:hover:before {
  opacity: 1; }

/* line 12633, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn, .p-telegraph .g-telegraph__offers, .p-newsarticle .g-news__next, .p-newsarticle .g-news__previous, .p-customer-reviews .g-trustpilot__footer .c-reviews-button, .p-key-contacts .c-intro__details a, .p-hybrid-electric-cars .c-button-pair__btn,
.p-hybrid-electric-cars .c-signpost__button, .c-content-block__action, .p-grosvenor .c-intro__alternative a, .p-total-care-offers .c-intro__alternative a, .g-total-care-content__button, .g-content__cta, .g-order__back-button, .g-order__next-button, .g-deal-ev-charger-banner__button, .g-deal-enquire__action a,
.g-deal-enquire__action button, .g-deal-summary__order, .g-deal-features__btn, .g-deal-photos__btn, .g-deal-options__enquire button, .g-deal-options__button, .g-deal-options__option, .g-advert__link, .g-latest-news__cta, .g-trustpilot__action, .g-sign-up-bar__forward, .g-sign-up-bar__trigger, .g-sign-up-bar__form button, .g-features__cta, .g-features__truncate-button, .g-cta__button, .g-car-cards__cta, .g-hero__text a, .c-list-index__btn, .c-survey-modern__prev-button, .c-survey-modern__next-button, .c-survey-modern__deals-link, .c-tiled-banner__button, .c-total-care-signpost__button, .c-progress__button, .c-filter-triggers__trigger, .modal-footer .btn-primary, .c-survey-question__button, .c-cookies__accept, .c-accordian__card-button, .c-filters__button, .c-filters__trigger-button, .c-signpost__button--secondary, .c-signpost__button, .c-card__button, .c-guide-card__read-more, .c-news-card__read-more, .c-hero-aside__button, .c-hero-icon-collection__perks--alternative-btn, .c-hero-icon-collection__button, .c-motorway-search__button, .c-button-pair__btn, .c-options__button, .c-primary-cta__button, .c-primary-cta--short-term .c-primary-cta__button, .c-intro__btn, .g-contact-form__submit, .c-ar-contact-form__submit, .c-search__button, .c-form-contact-footer__btn {
  /* Start: Copy from bootstrap */
  display: inline-block;
  font-weight: 400;
  color: #002b49;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  /* End: Copy from bootstrap */
  font-size: 1rem;
  padding: 0.5549289573rem 1.423828125rem 0.7023319616rem;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.3s ease 0s;
  cursor: pointer; }

@media (prefers-reduced-motion: reduce) {
  /* line 12659, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-btn, .p-telegraph .g-telegraph__offers, .p-newsarticle .g-news__next, .p-newsarticle .g-news__previous, .p-customer-reviews .g-trustpilot__footer .c-reviews-button, .p-key-contacts .c-intro__details a, .p-hybrid-electric-cars .c-button-pair__btn,
  .p-hybrid-electric-cars .c-signpost__button, .c-content-block__action, .p-grosvenor .c-intro__alternative a, .p-total-care-offers .c-intro__alternative a, .g-total-care-content__button, .g-content__cta, .g-order__back-button, .g-order__next-button, .g-deal-ev-charger-banner__button, .g-deal-enquire__action a,
  .g-deal-enquire__action button, .g-deal-summary__order, .g-deal-features__btn, .g-deal-photos__btn, .g-deal-options__enquire button, .g-deal-options__button, .g-deal-options__option, .g-advert__link, .g-latest-news__cta, .g-trustpilot__action, .g-sign-up-bar__forward, .g-sign-up-bar__trigger, .g-sign-up-bar__form button, .g-features__cta, .g-features__truncate-button, .g-cta__button, .g-car-cards__cta, .g-hero__text a, .c-list-index__btn, .c-survey-modern__prev-button, .c-survey-modern__next-button, .c-survey-modern__deals-link, .c-tiled-banner__button, .c-total-care-signpost__button, .c-progress__button, .c-filter-triggers__trigger, .modal-footer .btn-primary, .c-survey-question__button, .c-cookies__accept, .c-accordian__card-button, .c-filters__button, .c-filters__trigger-button, .c-signpost__button--secondary, .c-signpost__button, .c-card__button, .c-guide-card__read-more, .c-news-card__read-more, .c-hero-aside__button, .c-hero-icon-collection__perks--alternative-btn, .c-hero-icon-collection__button, .c-motorway-search__button, .c-button-pair__btn, .c-options__button, .c-primary-cta__button, .c-primary-cta--short-term .c-primary-cta__button, .c-intro__btn, .g-contact-form__submit, .c-ar-contact-form__submit, .c-search__button, .c-form-contact-footer__btn {
    transition: none; } }
/* line 12665, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn:hover, .p-telegraph .g-telegraph__offers:hover, .p-newsarticle .g-news__next:hover, .p-newsarticle .g-news__previous:hover, .p-customer-reviews .g-trustpilot__footer .c-reviews-button:hover, .p-key-contacts .c-intro__details a:hover, .c-content-block__action:hover, .p-grosvenor .c-intro__alternative a:hover, .p-total-care-offers .c-intro__alternative a:hover, .g-total-care-content__button:hover, .g-content__cta:hover, .g-order__back-button:hover, .g-order__next-button:hover, .g-deal-ev-charger-banner__button:hover, .g-deal-enquire__action a:hover,
.g-deal-enquire__action button:hover, .g-deal-summary__order:hover, .g-deal-features__btn:hover, .g-deal-photos__btn:hover, .g-deal-options__enquire button:hover, .g-deal-options__button:hover, .g-deal-options__option:hover, .g-advert__link:hover, .g-latest-news__cta:hover, .g-trustpilot__action:hover, .g-sign-up-bar__forward:hover, .g-sign-up-bar__trigger:hover, .g-sign-up-bar__form button:hover, .g-features__cta:hover, .g-features__truncate-button:hover, .g-cta__button:hover, .g-car-cards__cta:hover, .g-hero__text a:hover, .c-list-index__btn:hover, .c-survey-modern__prev-button:hover, .c-survey-modern__next-button:hover, .c-survey-modern__deals-link:hover, .c-tiled-banner__button:hover, .c-total-care-signpost__button:hover, .c-progress__button:hover, .c-filter-triggers__trigger:hover, .modal-footer .btn-primary:hover, .c-survey-question__button:hover, .c-cookies__accept:hover, .c-accordian__card-button:hover, .c-filters__button:hover, .c-filters__trigger-button:hover, .c-signpost__button--secondary:hover, .c-signpost__button:hover, .c-card__button:hover, .c-guide-card__read-more:hover, .c-news-card__read-more:hover, .c-hero-aside__button:hover, .c-hero-icon-collection__perks--alternative-btn:hover, .c-hero-icon-collection__button:hover, .c-motorway-search__button:hover, .c-button-pair__btn:hover, .c-options__button:hover, .c-primary-cta__button:hover, .c-intro__btn:hover, .g-contact-form__submit:hover, .c-ar-contact-form__submit:hover, .c-search__button:hover, .c-form-contact-footer__btn:hover {
  color: #002b49;
  text-decoration: none; }

/* line 12670, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn:focus, .p-telegraph .g-telegraph__offers:focus, .p-newsarticle .g-news__next:focus, .p-newsarticle .g-news__previous:focus, .p-customer-reviews .g-trustpilot__footer .c-reviews-button:focus, .p-key-contacts .c-intro__details a:focus, .p-hybrid-electric-cars .c-button-pair__btn:focus,
.p-hybrid-electric-cars .c-signpost__button:focus, .c-content-block__action:focus, .p-grosvenor .c-intro__alternative a:focus, .p-total-care-offers .c-intro__alternative a:focus, .g-total-care-content__button:focus, .g-content__cta:focus, .g-order__back-button:focus, .g-order__next-button:focus, .g-deal-ev-charger-banner__button:focus, .g-deal-enquire__action a:focus,
.g-deal-enquire__action button:focus, .g-deal-summary__order:focus, .g-deal-features__btn:focus, .g-deal-photos__btn:focus, .g-deal-options__enquire button:focus, .g-deal-options__button:focus, .g-deal-options__option:focus, .g-advert__link:focus, .g-latest-news__cta:focus, .g-trustpilot__action:focus, .g-sign-up-bar__forward:focus, .g-sign-up-bar__trigger:focus, .g-sign-up-bar__form button:focus, .g-features__cta:focus, .g-features__truncate-button:focus, .g-cta__button:focus, .g-car-cards__cta:focus, .g-hero__text a:focus, .c-list-index__btn:focus, .c-survey-modern__prev-button:focus, .c-survey-modern__next-button:focus, .c-survey-modern__deals-link:focus, .c-tiled-banner__button:focus, .c-total-care-signpost__button:focus, .c-progress__button:focus, .c-filter-triggers__trigger:focus, .modal-footer .btn-primary:focus, .c-survey-question__button:focus, .c-cookies__accept:focus, .c-accordian__card-button:focus, .c-filters__button:focus, .c-filters__trigger-button:focus, .c-signpost__button--secondary:focus, .c-signpost__button:focus, .c-card__button:focus, .c-guide-card__read-more:focus, .c-news-card__read-more:focus, .c-hero-aside__button:focus, .c-hero-icon-collection__perks--alternative-btn:focus, .c-hero-icon-collection__button:focus, .c-motorway-search__button:focus, .c-button-pair__btn:focus, .c-options__button:focus, .c-primary-cta__button:focus, .c-intro__btn:focus, .g-contact-form__submit:focus, .c-ar-contact-form__submit:focus, .c-search__button:focus, .c-form-contact-footer__btn:focus, .b-btn.focus, .p-telegraph .focus.g-telegraph__offers, .p-newsarticle .focus.g-news__next, .p-newsarticle .focus.g-news__previous, .p-customer-reviews .g-trustpilot__footer .focus.c-reviews-button, .p-key-contacts .c-intro__details a.focus, .p-hybrid-electric-cars .focus.c-button-pair__btn,
.p-hybrid-electric-cars .focus.c-signpost__button, .focus.c-content-block__action, .p-grosvenor .c-intro__alternative a.focus, .p-total-care-offers .c-intro__alternative a.focus, .focus.g-total-care-content__button, .focus.g-content__cta, .focus.g-order__back-button, .focus.g-order__next-button, .focus.g-deal-ev-charger-banner__button, .g-deal-enquire__action a.focus,
.g-deal-enquire__action button.focus, .focus.g-deal-summary__order, .focus.g-deal-features__btn, .focus.g-deal-photos__btn, .g-deal-options__enquire button.focus, .focus.g-deal-options__button, .focus.g-deal-options__option, .focus.g-advert__link, .focus.g-latest-news__cta, .focus.g-trustpilot__action, .focus.g-sign-up-bar__forward, .focus.g-sign-up-bar__trigger, .g-sign-up-bar__form button.focus, .focus.g-features__cta, .focus.g-features__truncate-button, .focus.g-cta__button, .focus.g-car-cards__cta, .g-hero__text a.focus, .focus.c-list-index__btn, .focus.c-survey-modern__prev-button, .focus.c-survey-modern__next-button, .focus.c-survey-modern__deals-link, .focus.c-tiled-banner__button, .focus.c-total-care-signpost__button, .focus.c-progress__button, .focus.c-filter-triggers__trigger, .modal-footer .focus.btn-primary, .focus.c-survey-question__button, .focus.c-cookies__accept, .focus.c-accordian__card-button, .focus.c-filters__button, .focus.c-filters__trigger-button, .focus.c-signpost__button--secondary, .focus.c-signpost__button, .focus.c-card__button, .focus.c-guide-card__read-more, .focus.c-news-card__read-more, .focus.c-hero-aside__button, .focus.c-hero-icon-collection__perks--alternative-btn, .focus.c-hero-icon-collection__button, .focus.c-motorway-search__button, .focus.c-button-pair__btn, .focus.c-options__button, .focus.c-primary-cta__button, .focus.c-intro__btn, .focus.g-contact-form__submit, .focus.c-ar-contact-form__submit, .focus.c-search__button, .focus.c-form-contact-footer__btn {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(172, 140, 46, 0.25); }

/* line 12678, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn.disabled, .p-telegraph .disabled.g-telegraph__offers, .p-newsarticle .disabled.g-news__next, .p-newsarticle .disabled.g-news__previous, .p-customer-reviews .g-trustpilot__footer .disabled.c-reviews-button, .p-key-contacts .c-intro__details a.disabled, .p-hybrid-electric-cars .disabled.c-button-pair__btn,
.p-hybrid-electric-cars .disabled.c-signpost__button, .disabled.c-content-block__action, .p-grosvenor .c-intro__alternative a.disabled, .p-total-care-offers .c-intro__alternative a.disabled, .disabled.g-total-care-content__button, .disabled.g-content__cta, .disabled.g-order__back-button, .disabled.g-order__next-button, .disabled.g-deal-ev-charger-banner__button, .g-deal-enquire__action a.disabled,
.g-deal-enquire__action button.disabled, .disabled.g-deal-summary__order, .disabled.g-deal-features__btn, .disabled.g-deal-photos__btn, .g-deal-options__enquire button.disabled, .disabled.g-deal-options__button, .disabled.g-deal-options__option, .disabled.g-advert__link, .disabled.g-latest-news__cta, .disabled.g-trustpilot__action, .disabled.g-sign-up-bar__forward, .disabled.g-sign-up-bar__trigger, .g-sign-up-bar__form button.disabled, .disabled.g-features__cta, .disabled.g-features__truncate-button, .disabled.g-cta__button, .disabled.g-car-cards__cta, .g-hero__text a.disabled, .disabled.c-list-index__btn, .disabled.c-survey-modern__prev-button, .disabled.c-survey-modern__next-button, .disabled.c-survey-modern__deals-link, .disabled.c-tiled-banner__button, .disabled.c-total-care-signpost__button, .disabled.c-progress__button, .disabled.c-filter-triggers__trigger, .modal-footer .disabled.btn-primary, .disabled.c-survey-question__button, .disabled.c-cookies__accept, .disabled.c-accordian__card-button, .disabled.c-filters__button, .disabled.c-filters__trigger-button, .disabled.c-signpost__button--secondary, .disabled.c-signpost__button, .disabled.c-card__button, .disabled.c-guide-card__read-more, .disabled.c-news-card__read-more, .disabled.c-hero-aside__button, .disabled.c-hero-icon-collection__perks--alternative-btn, .disabled.c-hero-icon-collection__button, .disabled.c-motorway-search__button, .disabled.c-button-pair__btn, .disabled.c-options__button, .disabled.c-primary-cta__button, .disabled.c-intro__btn, .disabled.g-contact-form__submit, .disabled.c-ar-contact-form__submit, .disabled.c-search__button, .disabled.c-form-contact-footer__btn, .b-btn:disabled, .p-telegraph .g-telegraph__offers:disabled, .p-newsarticle .g-news__next:disabled, .p-newsarticle .g-news__previous:disabled, .p-customer-reviews .g-trustpilot__footer .c-reviews-button:disabled, .p-key-contacts .c-intro__details a:disabled, .p-hybrid-electric-cars .c-button-pair__btn:disabled,
.p-hybrid-electric-cars .c-signpost__button:disabled, .c-content-block__action:disabled, .p-grosvenor .c-intro__alternative a:disabled, .p-total-care-offers .c-intro__alternative a:disabled, .g-total-care-content__button:disabled, .g-content__cta:disabled, .g-order__back-button:disabled, .g-order__next-button:disabled, .g-deal-ev-charger-banner__button:disabled, .g-deal-enquire__action a:disabled,
.g-deal-enquire__action button:disabled, .g-deal-summary__order:disabled, .g-deal-features__btn:disabled, .g-deal-photos__btn:disabled, .g-deal-options__enquire button:disabled, .g-deal-options__button:disabled, .g-deal-options__option:disabled, .g-advert__link:disabled, .g-latest-news__cta:disabled, .g-trustpilot__action:disabled, .g-sign-up-bar__forward:disabled, .g-sign-up-bar__trigger:disabled, .g-sign-up-bar__form button:disabled, .g-features__cta:disabled, .g-features__truncate-button:disabled, .g-cta__button:disabled, .g-car-cards__cta:disabled, .g-hero__text a:disabled, .c-list-index__btn:disabled, .c-survey-modern__prev-button:disabled, .c-survey-modern__next-button:disabled, .c-survey-modern__deals-link:disabled, .c-tiled-banner__button:disabled, .c-total-care-signpost__button:disabled, .c-progress__button:disabled, .c-filter-triggers__trigger:disabled, .modal-footer .btn-primary:disabled, .c-survey-question__button:disabled, .c-cookies__accept:disabled, .c-accordian__card-button:disabled, .c-filters__button:disabled, .c-filters__trigger-button:disabled, .c-signpost__button--secondary:disabled, .c-signpost__button:disabled, .c-card__button:disabled, .c-guide-card__read-more:disabled, .c-news-card__read-more:disabled, .c-hero-aside__button:disabled, .c-hero-icon-collection__perks--alternative-btn:disabled, .c-hero-icon-collection__button:disabled, .c-motorway-search__button:disabled, .c-button-pair__btn:disabled, .c-options__button:disabled, .c-primary-cta__button:disabled, .c-intro__btn:disabled, .g-contact-form__submit:disabled, .c-ar-contact-form__submit:disabled, .c-search__button:disabled, .c-form-contact-footer__btn:disabled {
  opacity: 0.45; }

/* line 12685, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn:disabled, .p-telegraph .g-telegraph__offers:disabled, .p-newsarticle .g-news__next:disabled, .p-newsarticle .g-news__previous:disabled, .p-customer-reviews .g-trustpilot__footer .c-reviews-button:disabled, .p-key-contacts .c-intro__details a:disabled, .p-hybrid-electric-cars .c-button-pair__btn:disabled,
.p-hybrid-electric-cars .c-signpost__button:disabled, .c-content-block__action:disabled, .p-grosvenor .c-intro__alternative a:disabled, .p-total-care-offers .c-intro__alternative a:disabled, .g-total-care-content__button:disabled, .g-content__cta:disabled, .g-order__back-button:disabled, .g-order__next-button:disabled, .g-deal-ev-charger-banner__button:disabled, .g-deal-enquire__action a:disabled,
.g-deal-enquire__action button:disabled, .g-deal-summary__order:disabled, .g-deal-features__btn:disabled, .g-deal-photos__btn:disabled, .g-deal-options__enquire button:disabled, .g-deal-options__button:disabled, .g-deal-options__option:disabled, .g-advert__link:disabled, .g-latest-news__cta:disabled, .g-trustpilot__action:disabled, .g-sign-up-bar__forward:disabled, .g-sign-up-bar__trigger:disabled, .g-sign-up-bar__form button:disabled, .g-features__cta:disabled, .g-features__truncate-button:disabled, .g-cta__button:disabled, .g-car-cards__cta:disabled, .g-hero__text a:disabled, .c-list-index__btn:disabled, .c-survey-modern__prev-button:disabled, .c-survey-modern__next-button:disabled, .c-survey-modern__deals-link:disabled, .c-tiled-banner__button:disabled, .c-total-care-signpost__button:disabled, .c-progress__button:disabled, .c-filter-triggers__trigger:disabled, .modal-footer .btn-primary:disabled, .c-survey-question__button:disabled, .c-cookies__accept:disabled, .c-accordian__card-button:disabled, .c-filters__button:disabled, .c-filters__trigger-button:disabled, .c-signpost__button--secondary:disabled, .c-signpost__button:disabled, .c-card__button:disabled, .c-guide-card__read-more:disabled, .c-news-card__read-more:disabled, .c-hero-aside__button:disabled, .c-hero-icon-collection__perks--alternative-btn:disabled, .c-hero-icon-collection__button:disabled, .c-motorway-search__button:disabled, .c-button-pair__btn:disabled, .c-options__button:disabled, .c-primary-cta__button:disabled, .c-intro__btn:disabled, .g-contact-form__submit:disabled, .c-ar-contact-form__submit:disabled, .c-search__button:disabled, .c-form-contact-footer__btn:disabled, .b-btn.disabled, .p-telegraph .disabled.g-telegraph__offers, .p-newsarticle .disabled.g-news__next, .p-newsarticle .disabled.g-news__previous, .p-customer-reviews .g-trustpilot__footer .disabled.c-reviews-button, .p-key-contacts .c-intro__details a.disabled, .p-hybrid-electric-cars .disabled.c-button-pair__btn,
.p-hybrid-electric-cars .disabled.c-signpost__button, .disabled.c-content-block__action, .p-grosvenor .c-intro__alternative a.disabled, .p-total-care-offers .c-intro__alternative a.disabled, .disabled.g-total-care-content__button, .disabled.g-content__cta, .disabled.g-order__back-button, .disabled.g-order__next-button, .disabled.g-deal-ev-charger-banner__button, .g-deal-enquire__action a.disabled,
.g-deal-enquire__action button.disabled, .disabled.g-deal-summary__order, .disabled.g-deal-features__btn, .disabled.g-deal-photos__btn, .g-deal-options__enquire button.disabled, .disabled.g-deal-options__button, .disabled.g-deal-options__option, .disabled.g-advert__link, .disabled.g-latest-news__cta, .disabled.g-trustpilot__action, .disabled.g-sign-up-bar__forward, .disabled.g-sign-up-bar__trigger, .g-sign-up-bar__form button.disabled, .disabled.g-features__cta, .disabled.g-features__truncate-button, .disabled.g-cta__button, .disabled.g-car-cards__cta, .g-hero__text a.disabled, .disabled.c-list-index__btn, .disabled.c-survey-modern__prev-button, .disabled.c-survey-modern__next-button, .disabled.c-survey-modern__deals-link, .disabled.c-tiled-banner__button, .disabled.c-total-care-signpost__button, .disabled.c-progress__button, .disabled.c-filter-triggers__trigger, .modal-footer .disabled.btn-primary, .disabled.c-survey-question__button, .disabled.c-cookies__accept, .disabled.c-accordian__card-button, .disabled.c-filters__button, .disabled.c-filters__trigger-button, .disabled.c-signpost__button--secondary, .disabled.c-signpost__button, .disabled.c-card__button, .disabled.c-guide-card__read-more, .disabled.c-news-card__read-more, .disabled.c-hero-aside__button, .disabled.c-hero-icon-collection__perks--alternative-btn, .disabled.c-hero-icon-collection__button, .disabled.c-motorway-search__button, .disabled.c-button-pair__btn, .disabled.c-options__button, .disabled.c-primary-cta__button, .disabled.c-intro__btn, .disabled.g-contact-form__submit, .disabled.c-ar-contact-form__submit, .disabled.c-search__button, .disabled.c-form-contact-footer__btn {
  cursor: not-allowed; }

/* line 12692, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn, .is-not-loaded .p-telegraph .g-telegraph__offers, .p-telegraph .is-not-loaded .g-telegraph__offers, .is-not-loaded .p-newsarticle .g-news__next, .p-newsarticle .is-not-loaded .g-news__next, .is-not-loaded .p-newsarticle .g-news__previous, .p-newsarticle .is-not-loaded .g-news__previous, .is-not-loaded .p-customer-reviews .g-trustpilot__footer .c-reviews-button, .p-customer-reviews .g-trustpilot__footer .is-not-loaded .c-reviews-button, .is-not-loaded .p-key-contacts .c-intro__details a, .p-key-contacts .c-intro__details .is-not-loaded a, .is-not-loaded .c-content-block__action, .is-not-loaded .p-grosvenor .c-intro__alternative a, .p-grosvenor .c-intro__alternative .is-not-loaded a, .is-not-loaded .p-total-care-offers .c-intro__alternative a, .p-total-care-offers .c-intro__alternative .is-not-loaded a, .is-not-loaded .g-total-care-content__button, .is-not-loaded .g-content__cta, .is-not-loaded .g-order__back-button, .is-not-loaded .g-order__next-button, .is-not-loaded .g-deal-ev-charger-banner__button, .is-not-loaded .g-deal-enquire__action a, .g-deal-enquire__action .is-not-loaded a,
.is-not-loaded .g-deal-enquire__action button,
.g-deal-enquire__action .is-not-loaded button, .is-not-loaded .g-deal-summary__order, .is-not-loaded .g-deal-features__btn, .is-not-loaded .g-deal-photos__btn, .is-not-loaded .g-deal-options__enquire button, .g-deal-options__enquire .is-not-loaded button, .is-not-loaded .g-deal-options__button, .is-not-loaded .g-deal-options__option, .is-not-loaded .g-advert__link, .is-not-loaded .g-latest-news__cta, .is-not-loaded .g-trustpilot__action, .is-not-loaded .g-sign-up-bar__forward, .is-not-loaded .g-sign-up-bar__trigger, .is-not-loaded .g-sign-up-bar__form button, .g-sign-up-bar__form .is-not-loaded button, .is-not-loaded .g-features__cta, .is-not-loaded .g-features__truncate-button, .is-not-loaded .g-cta__button, .is-not-loaded .g-car-cards__cta, .is-not-loaded .g-hero__text a, .g-hero__text .is-not-loaded a, .is-not-loaded .c-list-index__btn, .is-not-loaded .c-survey-modern__prev-button, .is-not-loaded .c-survey-modern__next-button, .is-not-loaded .c-survey-modern__deals-link, .is-not-loaded .c-tiled-banner__button, .is-not-loaded .c-total-care-signpost__button, .is-not-loaded .c-progress__button, .is-not-loaded .c-filter-triggers__trigger, .is-not-loaded .modal-footer .btn-primary, .modal-footer .is-not-loaded .btn-primary, .is-not-loaded .c-survey-question__button, .is-not-loaded .c-cookies__accept, .is-not-loaded .c-accordian__card-button, .is-not-loaded .c-filters__button, .is-not-loaded .c-filters__trigger-button, .is-not-loaded .c-signpost__button--secondary, .is-not-loaded .c-signpost__button, .is-not-loaded .c-card__button, .is-not-loaded .c-guide-card__read-more, .is-not-loaded .c-news-card__read-more, .is-not-loaded .c-hero-aside__button, .is-not-loaded .c-hero-icon-collection__perks--alternative-btn, .is-not-loaded .c-hero-icon-collection__button, .is-not-loaded .c-motorway-search__button, .is-not-loaded .c-button-pair__btn, .is-not-loaded .c-options__button, .is-not-loaded .c-primary-cta__button, .is-not-loaded .c-intro__btn, .is-not-loaded .g-contact-form__submit, .is-not-loaded .c-ar-contact-form__submit, .is-not-loaded .c-search__button, .is-not-loaded .c-form-contact-footer__btn {
  color: #002b49; }

/* line 12697, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn:visited, .is-not-loaded .p-telegraph .g-telegraph__offers:visited, .p-telegraph .is-not-loaded .g-telegraph__offers:visited, .is-not-loaded .p-newsarticle .g-news__next:visited, .p-newsarticle .is-not-loaded .g-news__next:visited, .is-not-loaded .p-newsarticle .g-news__previous:visited, .p-newsarticle .is-not-loaded .g-news__previous:visited, .is-not-loaded .p-customer-reviews .g-trustpilot__footer .c-reviews-button:visited, .p-customer-reviews .g-trustpilot__footer .is-not-loaded .c-reviews-button:visited, .is-not-loaded .p-key-contacts .c-intro__details a:visited, .p-key-contacts .c-intro__details .is-not-loaded a:visited, .is-not-loaded .c-content-block__action:visited, .is-not-loaded .p-grosvenor .c-intro__alternative a:visited, .p-grosvenor .c-intro__alternative .is-not-loaded a:visited, .is-not-loaded .p-total-care-offers .c-intro__alternative a:visited, .p-total-care-offers .c-intro__alternative .is-not-loaded a:visited, .is-not-loaded .g-total-care-content__button:visited, .is-not-loaded .g-content__cta:visited, .is-not-loaded .g-order__back-button:visited, .is-not-loaded .g-order__next-button:visited, .is-not-loaded .g-deal-ev-charger-banner__button:visited, .is-not-loaded .g-deal-enquire__action a:visited, .g-deal-enquire__action .is-not-loaded a:visited,
.is-not-loaded .g-deal-enquire__action button:visited,
.g-deal-enquire__action .is-not-loaded button:visited, .is-not-loaded .g-deal-summary__order:visited, .is-not-loaded .g-deal-features__btn:visited, .is-not-loaded .g-deal-photos__btn:visited, .is-not-loaded .g-deal-options__enquire button:visited, .g-deal-options__enquire .is-not-loaded button:visited, .is-not-loaded .g-deal-options__button:visited, .is-not-loaded .g-deal-options__option:visited, .is-not-loaded .g-advert__link:visited, .is-not-loaded .g-latest-news__cta:visited, .is-not-loaded .g-trustpilot__action:visited, .is-not-loaded .g-sign-up-bar__forward:visited, .is-not-loaded .g-sign-up-bar__trigger:visited, .is-not-loaded .g-sign-up-bar__form button:visited, .g-sign-up-bar__form .is-not-loaded button:visited, .is-not-loaded .g-features__cta:visited, .is-not-loaded .g-features__truncate-button:visited, .is-not-loaded .g-cta__button:visited, .is-not-loaded .g-car-cards__cta:visited, .is-not-loaded .g-hero__text a:visited, .g-hero__text .is-not-loaded a:visited, .is-not-loaded .c-list-index__btn:visited, .is-not-loaded .c-survey-modern__prev-button:visited, .is-not-loaded .c-survey-modern__next-button:visited, .is-not-loaded .c-survey-modern__deals-link:visited, .is-not-loaded .c-tiled-banner__button:visited, .is-not-loaded .c-total-care-signpost__button:visited, .is-not-loaded .c-progress__button:visited, .is-not-loaded .c-filter-triggers__trigger:visited, .is-not-loaded .modal-footer .btn-primary:visited, .modal-footer .is-not-loaded .btn-primary:visited, .is-not-loaded .c-survey-question__button:visited, .is-not-loaded .c-cookies__accept:visited, .is-not-loaded .c-accordian__card-button:visited, .is-not-loaded .c-filters__button:visited, .is-not-loaded .c-filters__trigger-button:visited, .is-not-loaded .c-signpost__button--secondary:visited, .is-not-loaded .c-signpost__button:visited, .is-not-loaded .c-card__button:visited, .is-not-loaded .c-guide-card__read-more:visited, .is-not-loaded .c-news-card__read-more:visited, .is-not-loaded .c-hero-aside__button:visited, .is-not-loaded .c-hero-icon-collection__perks--alternative-btn:visited, .is-not-loaded .c-hero-icon-collection__button:visited, .is-not-loaded .c-motorway-search__button:visited, .is-not-loaded .c-button-pair__btn:visited, .is-not-loaded .c-options__button:visited, .is-not-loaded .c-primary-cta__button:visited, .is-not-loaded .c-intro__btn:visited, .is-not-loaded .g-contact-form__submit:visited, .is-not-loaded .c-ar-contact-form__submit:visited, .is-not-loaded .c-search__button:visited, .is-not-loaded .c-form-contact-footer__btn:visited {
  color: #002b49; }

/* line 12703, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-arrow {
  position: relative;
  border: none; }

/* line 12707, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-arrow::after, .b-btn-arrow::before {
  content: "";
  position: absolute;
  top: 45%;
  right: 1rem;
  width: 11px;
  height: 3px;
  background-color: currentColor;
  transform-origin: center right;
  border-radius: 1px; }

@media (min-width: 768px) {
  /* line 12719, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-btn-arrow::after, .b-btn-arrow::before {
    right: 1.125rem;
    width: 14px; } }
/* line 12724, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-arrow::after {
  transform: translateY(30%) rotate(45deg); }

/* line 12727, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-arrow::before {
  transform: translateY(-30%) rotate(-45deg); }

/* line 12731, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-cta-large, .g-content__cta, .g-latest-news__cta, .g-trustpilot__action, .g-features__cta, .g-car-cards__cta, .c-survey-modern__next-button, .c-survey-modern__deals-link, .c-hero-aside__button, .c-hero-icon-collection__button, .g-contact-form__submit {
  position: relative;
  border: none;
  width: auto;
  min-width: 319px;
  max-width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 9px;
  min-height: 51px;
  padding: 0.8888888889rem 3.2473210255rem 0.8888888889rem 2.8865075782rem !important;
  font-size: 1rem;
  flex: 0 1 auto; }

/* line 12745, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-cta-large::after, .g-content__cta::after, .g-latest-news__cta::after, .g-trustpilot__action::after, .g-features__cta::after, .g-car-cards__cta::after, .c-survey-modern__next-button::after, .c-survey-modern__deals-link::after, .c-hero-aside__button::after, .c-hero-icon-collection__button::after, .g-contact-form__submit::after, .b-btn-cta-large::before, .g-content__cta::before, .g-latest-news__cta::before, .g-trustpilot__action::before, .g-features__cta::before, .g-car-cards__cta::before, .c-survey-modern__next-button::before, .c-survey-modern__deals-link::before, .c-hero-aside__button::before, .c-hero-icon-collection__button::before, .g-contact-form__submit::before {
  content: "";
  position: absolute;
  top: 45%;
  right: 1rem;
  width: 11px;
  height: 3px;
  background-color: currentColor;
  transform-origin: center right;
  border-radius: 1px;
  right: 1.423828125rem;
  width: 13px; }

@media (min-width: 768px) {
  /* line 12759, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-btn-cta-large::after, .g-content__cta::after, .g-latest-news__cta::after, .g-trustpilot__action::after, .g-features__cta::after, .g-car-cards__cta::after, .c-survey-modern__next-button::after, .c-survey-modern__deals-link::after, .c-hero-aside__button::after, .c-hero-icon-collection__button::after, .g-contact-form__submit::after, .b-btn-cta-large::before, .g-content__cta::before, .g-latest-news__cta::before, .g-trustpilot__action::before, .g-features__cta::before, .g-car-cards__cta::before, .c-survey-modern__next-button::before, .c-survey-modern__deals-link::before, .c-hero-aside__button::before, .c-hero-icon-collection__button::before, .g-contact-form__submit::before {
    right: 1.125rem;
    width: 14px;
    right: 1.6018066406rem;
    width: 17px;
    height: 4px; } }
/* line 12767, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-cta-large::after, .g-content__cta::after, .g-latest-news__cta::after, .g-trustpilot__action::after, .g-features__cta::after, .g-car-cards__cta::after, .c-survey-modern__next-button::after, .c-survey-modern__deals-link::after, .c-hero-aside__button::after, .c-hero-icon-collection__button::after, .g-contact-form__submit::after {
  transform: translateY(30%) rotate(45deg); }

/* line 12770, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-cta-large::before, .g-content__cta::before, .g-latest-news__cta::before, .g-trustpilot__action::before, .g-features__cta::before, .g-car-cards__cta::before, .c-survey-modern__next-button::before, .c-survey-modern__deals-link::before, .c-hero-aside__button::before, .c-hero-icon-collection__button::before, .g-contact-form__submit::before {
  transform: translateY(-30%) rotate(-45deg); }

@media (min-width: 768px) {
  /* line 12774, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-btn-cta-large, .g-content__cta, .g-latest-news__cta, .g-trustpilot__action, .g-features__cta, .g-car-cards__cta, .c-survey-modern__next-button, .c-survey-modern__deals-link, .c-hero-aside__button, .c-hero-icon-collection__button, .g-contact-form__submit {
    font-size: 1.125rem; } }
@media (min-width: 768px) {
  /* line 12779, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-btn-cta-large, .g-content__cta, .g-latest-news__cta, .g-trustpilot__action, .g-features__cta, .g-car-cards__cta, .c-survey-modern__next-button, .c-survey-modern__deals-link, .c-hero-aside__button, .c-hero-icon-collection__button, .g-contact-form__submit {
    padding: 0.8888888889rem 3.6532361537rem !important;
    width: auto;
    min-width: 338px;
    max-width: 100%;
    min-height: 52px; } }
/* line 12788, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-cta, .g-order__next-button, .c-tiled-banner__button {
  position: relative;
  border: none;
  width: auto;
  min-width: 220px;
  max-width: 100%;
  padding: 0.5549289573rem 2.0272865295rem 0.5549289573rem 1rem !important;
  text-align: start;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 7px;
  min-height: 40px;
  font-size: 0.8888888889rem;
  line-height: 1.5;
  flex: 0 1 auto; }

/* line 12804, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-cta::after, .g-order__next-button::after, .c-tiled-banner__button::after, .b-btn-cta::before, .g-order__next-button::before, .c-tiled-banner__button::before {
  content: "";
  position: absolute;
  top: 45%;
  right: 1rem;
  width: 11px;
  height: 3px;
  background-color: currentColor;
  transform-origin: center right;
  border-radius: 1px; }

@media (min-width: 768px) {
  /* line 12816, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-btn-cta::after, .g-order__next-button::after, .c-tiled-banner__button::after, .b-btn-cta::before, .g-order__next-button::before, .c-tiled-banner__button::before {
    right: 1.125rem;
    width: 14px; } }
/* line 12821, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-cta::after, .g-order__next-button::after, .c-tiled-banner__button::after {
  transform: translateY(30%) rotate(45deg); }

/* line 12824, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-cta::before, .g-order__next-button::before, .c-tiled-banner__button::before {
  transform: translateY(-30%) rotate(-45deg); }

@media (min-width: 768px) {
  /* line 12828, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-btn-cta, .g-order__next-button, .c-tiled-banner__button {
    font-size: 1.125rem; } }
@media (min-width: 768px) {
  /* line 12833, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-btn-cta, .g-order__next-button, .c-tiled-banner__button {
    padding: 0.5549289573rem 2.565784514rem 0.5549289573rem 1.265625rem !important;
    width: auto;
    min-width: 290px;
    max-width: 100%;
    min-height: 52px;
    line-height: 1.8; } }
/* line 12843, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-green, .g-deal-enquire__action a,
.g-deal-enquire__action button, .g-deal-options__enquire button, .g-advert__link, .g-features__cta--green, .c-survey-modern__next-button, .c-survey-modern__deals-link, .c-tiled-banner__button--green, .c-progress__next .c-progress__button, .modal-footer .btn-primary, .c-hero-aside__button--green, .c-hero-icon-collection__perks--alternative-btn, .c-hero-icon-collection__button--green, .c-motorway-search__button, .c-button-pair__btn, .c-intro__btn, .c-ar-contact-form__submit, .c-search__button, .c-form-contact-footer__btn {
  color: #ffffff;
  background: #00a651;
  box-shadow: inset 0 -3px 0px 0px #00803e; }

/* line 12849, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-green:hover, .g-deal-enquire__action a:hover,
.g-deal-enquire__action button:hover, .g-deal-options__enquire button:hover, .g-advert__link:hover, .g-features__cta--green:hover, .c-survey-modern__next-button:hover, .c-survey-modern__deals-link:hover, .c-tiled-banner__button--green:hover, .c-progress__next .c-progress__button:hover, .modal-footer .btn-primary:hover, .c-hero-aside__button--green:hover, .c-hero-icon-collection__perks--alternative-btn:hover, .c-hero-icon-collection__button--green:hover, .c-motorway-search__button:hover, .c-button-pair__btn:hover, .c-intro__btn:hover, .c-ar-contact-form__submit:hover, .c-search__button:hover, .c-form-contact-footer__btn:hover, .b-btn-green:active, .g-deal-enquire__action a:active,
.g-deal-enquire__action button:active, .g-deal-options__enquire button:active, .g-advert__link:active, .g-features__cta--green:active, .c-survey-modern__next-button:active, .c-survey-modern__deals-link:active, .c-tiled-banner__button--green:active, .c-progress__next .c-progress__button:active, .modal-footer .btn-primary:active, .c-hero-aside__button--green:active, .c-hero-icon-collection__perks--alternative-btn:active, .c-hero-icon-collection__button--green:active, .c-motorway-search__button:active, .c-button-pair__btn:active, .c-intro__btn:active, .c-ar-contact-form__submit:active, .c-search__button:active, .c-form-contact-footer__btn:active, .b-btn-green:focus, .g-deal-enquire__action a:focus,
.g-deal-enquire__action button:focus, .g-deal-options__enquire button:focus, .g-advert__link:focus, .g-features__cta--green:focus, .c-survey-modern__next-button:focus, .c-survey-modern__deals-link:focus, .c-tiled-banner__button--green:focus, .c-progress__next .c-progress__button:focus, .modal-footer .btn-primary:focus, .c-hero-aside__button--green:focus, .c-hero-icon-collection__perks--alternative-btn:focus, .c-hero-icon-collection__button--green:focus, .c-motorway-search__button:focus, .c-button-pair__btn:focus, .c-intro__btn:focus, .c-ar-contact-form__submit:focus, .c-search__button:focus, .c-form-contact-footer__btn:focus {
  color: #ffffff;
  background: #32ba6b;
  box-shadow: inset 0 -3px 0px 0px #00a651; }

/* line 12857, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-green:visited, .g-deal-enquire__action a:visited,
.g-deal-enquire__action button:visited, .g-deal-options__enquire button:visited, .g-advert__link:visited, .g-features__cta--green:visited, .c-survey-modern__next-button:visited, .c-survey-modern__deals-link:visited, .c-tiled-banner__button--green:visited, .c-progress__next .c-progress__button:visited, .modal-footer .btn-primary:visited, .c-hero-aside__button--green:visited, .c-hero-icon-collection__perks--alternative-btn:visited, .c-hero-icon-collection__button--green:visited, .c-motorway-search__button:visited, .c-button-pair__btn:visited, .c-intro__btn:visited, .c-ar-contact-form__submit:visited, .c-search__button:visited, .c-form-contact-footer__btn:visited {
  color: #ffffff; }

/* line 12861, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn-green, .is-not-loaded .g-deal-enquire__action a, .g-deal-enquire__action .is-not-loaded a,
.is-not-loaded .g-deal-enquire__action button,
.g-deal-enquire__action .is-not-loaded button, .is-not-loaded .g-deal-options__enquire button, .g-deal-options__enquire .is-not-loaded button, .is-not-loaded .g-advert__link, .is-not-loaded .g-features__cta--green, .is-not-loaded .c-survey-modern__next-button, .is-not-loaded .c-survey-modern__deals-link, .is-not-loaded .c-tiled-banner__button--green, .is-not-loaded .c-progress__next .c-progress__button, .c-progress__next .is-not-loaded .c-progress__button, .is-not-loaded .modal-footer .btn-primary, .modal-footer .is-not-loaded .btn-primary, .is-not-loaded .c-hero-aside__button--green, .is-not-loaded .c-hero-icon-collection__perks--alternative-btn, .is-not-loaded .c-hero-icon-collection__button--green, .is-not-loaded .c-motorway-search__button, .is-not-loaded .c-button-pair__btn, .is-not-loaded .c-intro__btn, .is-not-loaded .c-ar-contact-form__submit, .is-not-loaded .c-search__button, .is-not-loaded .c-form-contact-footer__btn {
  color: #ffffff; }

/* line 12866, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn-green:visited, .is-not-loaded .g-deal-enquire__action a:visited, .g-deal-enquire__action .is-not-loaded a:visited,
.is-not-loaded .g-deal-enquire__action button:visited,
.g-deal-enquire__action .is-not-loaded button:visited, .is-not-loaded .g-deal-options__enquire button:visited, .g-deal-options__enquire .is-not-loaded button:visited, .is-not-loaded .g-advert__link:visited, .is-not-loaded .g-features__cta--green:visited, .is-not-loaded .c-survey-modern__next-button:visited, .is-not-loaded .c-survey-modern__deals-link:visited, .is-not-loaded .c-tiled-banner__button--green:visited, .is-not-loaded .c-progress__next .c-progress__button:visited, .c-progress__next .is-not-loaded .c-progress__button:visited, .is-not-loaded .modal-footer .btn-primary:visited, .modal-footer .is-not-loaded .btn-primary:visited, .is-not-loaded .c-hero-aside__button--green:visited, .is-not-loaded .c-hero-icon-collection__perks--alternative-btn:visited, .is-not-loaded .c-hero-icon-collection__button--green:visited, .is-not-loaded .c-motorway-search__button:visited, .is-not-loaded .c-button-pair__btn:visited, .is-not-loaded .c-intro__btn:visited, .is-not-loaded .c-ar-contact-form__submit:visited, .is-not-loaded .c-search__button:visited, .is-not-loaded .c-form-contact-footer__btn:visited {
  color: #ffffff; }

/* line 12871, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-green.b-btn-translucent, .g-deal-enquire__action a.b-btn-translucent,
.g-deal-enquire__action button.b-btn-translucent, .g-deal-options__enquire button.b-btn-translucent, .b-btn-translucent.g-advert__link, .b-btn-translucent.g-features__cta--green, .b-btn-translucent.c-survey-modern__next-button, .b-btn-translucent.c-survey-modern__deals-link, .b-btn-translucent.c-tiled-banner__button--green, .c-progress__next .b-btn-translucent.c-progress__button, .modal-footer .b-btn-translucent.btn-primary, .b-btn-translucent.c-hero-aside__button--green, .b-btn-translucent.c-hero-icon-collection__perks--alternative-btn, .b-btn-translucent.c-hero-icon-collection__button--green, .b-btn-translucent.c-motorway-search__button, .b-btn-translucent.c-button-pair__btn, .b-btn-translucent.c-intro__btn, .b-btn-translucent.c-ar-contact-form__submit, .b-btn-translucent.c-search__button, .b-btn-translucent.c-form-contact-footer__btn {
  background: rgba(0, 166, 81, 0.8); }

/* line 12876, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-grey, .p-newsarticle .g-news__next, .p-newsarticle .g-news__previous, .g-content__cta--secondary, .g-content--highlight .g-content__cta--primary, .g-deal-features__btn, .g-deal-photos__btn, .g-deal-options__button, .g-deal-options__option, .g-advert__link--secondary, .c-signpost__button--secondary {
  color: #002b49;
  background: #eaeaea;
  box-shadow: inset 0 -3px 0px 0px #d1d1d1;
  border: 1px solid #bebebe; }

/* line 12882, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-grey:hover, .p-newsarticle .g-news__next:hover, .p-newsarticle .g-news__previous:hover, .g-content__cta--secondary:hover, .g-content--highlight .g-content__cta--primary:hover, .g-deal-features__btn:hover, .g-deal-photos__btn:hover, .g-deal-options__button:hover, .g-deal-options__option:hover, .g-advert__link--secondary:hover, .c-signpost__button--secondary:hover, .b-btn-grey:active, .p-newsarticle .g-news__next:active, .p-newsarticle .g-news__previous:active, .g-content__cta--secondary:active, .g-content--highlight .g-content__cta--primary:active, .g-deal-features__btn:active, .g-deal-photos__btn:active, .g-deal-options__button:active, .g-deal-options__option:active, .g-advert__link--secondary:active, .c-signpost__button--secondary:active, .b-btn-grey:focus, .p-newsarticle .g-news__next:focus, .p-newsarticle .g-news__previous:focus, .g-content__cta--secondary:focus, .g-content--highlight .g-content__cta--primary:focus, .g-deal-features__btn:focus, .g-deal-photos__btn:focus, .g-deal-options__button:focus, .g-deal-options__option:focus, .g-advert__link--secondary:focus, .c-signpost__button--secondary:focus {
  color: #002b49;
  background: #d1d1d1;
  box-shadow: inset 0 -3px 0px 0px #bebebe; }

/* line 12887, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-grey:visited, .p-newsarticle .g-news__next:visited, .p-newsarticle .g-news__previous:visited, .g-content__cta--secondary:visited, .g-content--highlight .g-content__cta--primary:visited, .g-deal-features__btn:visited, .g-deal-photos__btn:visited, .g-deal-options__button:visited, .g-deal-options__option:visited, .g-advert__link--secondary:visited, .c-signpost__button--secondary:visited {
  color: #282828; }

/* line 12890, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn-grey, .is-not-loaded .p-newsarticle .g-news__next, .p-newsarticle .is-not-loaded .g-news__next, .is-not-loaded .p-newsarticle .g-news__previous, .p-newsarticle .is-not-loaded .g-news__previous, .is-not-loaded .g-content__cta--secondary, .is-not-loaded .g-content--highlight .g-content__cta--primary, .g-content--highlight .is-not-loaded .g-content__cta--primary, .is-not-loaded .g-deal-features__btn, .is-not-loaded .g-deal-photos__btn, .is-not-loaded .g-deal-options__button, .is-not-loaded .g-deal-options__option, .is-not-loaded .g-advert__link--secondary, .is-not-loaded .c-signpost__button--secondary {
  color: #002b49; }

/* line 12893, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn-grey:visited, .is-not-loaded .p-newsarticle .g-news__next:visited, .p-newsarticle .is-not-loaded .g-news__next:visited, .is-not-loaded .p-newsarticle .g-news__previous:visited, .p-newsarticle .is-not-loaded .g-news__previous:visited, .is-not-loaded .g-content__cta--secondary:visited, .is-not-loaded .g-content--highlight .g-content__cta--primary:visited, .g-content--highlight .is-not-loaded .g-content__cta--primary:visited, .is-not-loaded .g-deal-features__btn:visited, .is-not-loaded .g-deal-photos__btn:visited, .is-not-loaded .g-deal-options__button:visited, .is-not-loaded .g-deal-options__option:visited, .is-not-loaded .g-advert__link--secondary:visited, .is-not-loaded .c-signpost__button--secondary:visited {
  color: #002b49; }

/* line 12896, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-grey.b-btn-translucent, .p-newsarticle .b-btn-translucent.g-news__next, .p-newsarticle .b-btn-translucent.g-news__previous, .b-btn-translucent.g-content__cta--secondary, .g-content--highlight .b-btn-translucent.g-content__cta--primary, .b-btn-translucent.g-deal-features__btn, .b-btn-translucent.g-deal-photos__btn, .b-btn-translucent.g-deal-options__button, .b-btn-translucent.g-deal-options__option, .b-btn-translucent.g-advert__link--secondary, .b-btn-translucent.c-signpost__button--secondary {
  background: rgba(234, 234, 234, 0.8); }

/* line 12899, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-grey:hover, .p-newsarticle .g-news__next:hover, .p-newsarticle .g-news__previous:hover, .g-content__cta--secondary:hover, .g-content--highlight .g-content__cta--primary:hover, .g-deal-features__btn:hover, .g-deal-photos__btn:hover, .g-deal-options__button:hover, .g-deal-options__option:hover, .g-advert__link--secondary:hover, .c-signpost__button--secondary:hover, .b-btn-grey:active, .p-newsarticle .g-news__next:active, .p-newsarticle .g-news__previous:active, .g-content__cta--secondary:active, .g-content--highlight .g-content__cta--primary:active, .g-deal-features__btn:active, .g-deal-photos__btn:active, .g-deal-options__button:active, .g-deal-options__option:active, .g-advert__link--secondary:active, .c-signpost__button--secondary:active, .b-btn-grey:focus, .p-newsarticle .g-news__next:focus, .p-newsarticle .g-news__previous:focus, .g-content__cta--secondary:focus, .g-content--highlight .g-content__cta--primary:focus, .g-deal-features__btn:focus, .g-deal-photos__btn:focus, .g-deal-options__button:focus, .g-deal-options__option:focus, .g-advert__link--secondary:focus, .c-signpost__button--secondary:focus {
  border: 1px solid #bebebe; }

/* line 12902, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-grey:not([href]):not([tabindex]), .p-newsarticle .g-news__next:not([href]):not([tabindex]), .p-newsarticle .g-news__previous:not([href]):not([tabindex]), .g-content__cta--secondary:not([href]):not([tabindex]), .g-content--highlight .g-content__cta--primary:not([href]):not([tabindex]), .g-deal-features__btn:not([href]):not([tabindex]), .g-deal-photos__btn:not([href]):not([tabindex]), .g-deal-options__button:not([href]):not([tabindex]), .g-deal-options__option:not([href]):not([tabindex]), .g-advert__link--secondary:not([href]):not([tabindex]), .c-signpost__button--secondary:not([href]):not([tabindex]) {
  color: #002b49; }

/* line 12905, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-grey:not([href]):not([tabindex]):hover, .p-newsarticle .g-news__next:not([href]):not([tabindex]):hover, .p-newsarticle .g-news__previous:not([href]):not([tabindex]):hover, .g-content__cta--secondary:not([href]):not([tabindex]):hover, .g-content--highlight .g-content__cta--primary:not([href]):not([tabindex]):hover, .g-deal-features__btn:not([href]):not([tabindex]):hover, .g-deal-photos__btn:not([href]):not([tabindex]):hover, .g-deal-options__button:not([href]):not([tabindex]):hover, .g-deal-options__option:not([href]):not([tabindex]):hover, .g-advert__link--secondary:not([href]):not([tabindex]):hover, .c-signpost__button--secondary:not([href]):not([tabindex]):hover {
  color: #002b49; }

/* line 12909, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-grey-dark, .c-progress__previous .c-progress__button, .c-filters__select .btn, .c-filters__button {
  color: #ffffff;
  background: #494949;
  box-shadow: inset 0 -3px 0px 0px #000000; }

/* line 12914, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-grey-dark:hover, .c-progress__previous .c-progress__button:hover, .c-filters__select .btn:hover, .c-filters__button:hover, .b-btn-grey-dark:active, .c-progress__previous .c-progress__button:active, .c-filters__select .btn:active, .c-filters__button:active, .b-btn-grey-dark:focus, .c-progress__previous .c-progress__button:focus, .c-filters__select .btn:focus, .c-filters__button:focus {
  color: #ffffff;
  background: #8c8c8c;
  box-shadow: inset 0 -3px 0px 0px #494949; }

/* line 12919, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-grey-dark:visited, .c-progress__previous .c-progress__button:visited, .c-filters__select .btn:visited, .c-filters__button:visited {
  color: #ffffff; }

/* line 12922, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn-grey-dark, .is-not-loaded .c-progress__previous .c-progress__button, .c-progress__previous .is-not-loaded .c-progress__button, .is-not-loaded .c-filters__select .btn, .c-filters__select .is-not-loaded .btn, .is-not-loaded .c-filters__button {
  color: #ffffff; }

/* line 12925, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn-grey-dark:visited, .is-not-loaded .c-progress__previous .c-progress__button:visited, .c-progress__previous .is-not-loaded .c-progress__button:visited, .is-not-loaded .c-filters__select .btn:visited, .c-filters__select .is-not-loaded .btn:visited, .is-not-loaded .c-filters__button:visited {
  color: #ffffff; }

/* line 12928, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-grey-dark.b-btn-translucent, .c-progress__previous .b-btn-translucent.c-progress__button, .c-filters__select .b-btn-translucent.btn, .b-btn-translucent.c-filters__button {
  background: rgba(73, 73, 73, 0.8); }

/* line 12931, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-grey-dark:not([href]):not([tabindex]), .c-progress__previous .c-progress__button:not([href]):not([tabindex]), .c-filters__select .btn:not([href]):not([tabindex]), .c-filters__button:not([href]):not([tabindex]) {
  color: #ffffff; }

/* line 12934, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-grey-dark:not([href]):not([tabindex]):hover, .c-progress__previous .c-progress__button:not([href]):not([tabindex]):hover, .c-filters__select .btn:not([href]):not([tabindex]):hover, .c-filters__button:not([href]):not([tabindex]):hover {
  color: #ffffff; }

/* line 12938, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-gold, .p-telegraph .g-telegraph__offers, .p-key-contacts .c-intro__details a, .c-content-block__action, .g-content__cta--primary, .g-order__next-button, .g-deal-summary__order, .g-deal-options__option--is-active, .g-latest-news__cta, .g-trustpilot__action, .g-sign-up-bar__trigger, .g-sign-up-bar__form button, .g-features__cta--gold, .g-cta__button, .g-car-cards__cta, .g-hero__text a, .c-tiled-banner__button--gold, .c-cookies__accept, .c-filters__button--is-active, .c-signpost__button, .c-card__button, .c-hero-aside__button--gold, .c-hero-icon-collection__button--gold, .c-options__button, .c-primary-cta__button, .g-contact-form__submit--gold {
  color: #ffffff;
  background: #ac8c2e;
  box-shadow: inset 0 -3px 0px 0px #7f4c0f; }

/* line 12943, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-gold:hover, .p-telegraph .g-telegraph__offers:hover, .p-key-contacts .c-intro__details a:hover, .c-content-block__action:hover, .g-content__cta--primary:hover, .g-order__next-button:hover, .g-deal-summary__order:hover, .g-deal-options__option--is-active:hover, .g-latest-news__cta:hover, .g-trustpilot__action:hover, .g-sign-up-bar__trigger:hover, .g-sign-up-bar__form button:hover, .g-features__cta--gold:hover, .g-cta__button:hover, .g-car-cards__cta:hover, .g-hero__text a:hover, .c-tiled-banner__button--gold:hover, .c-cookies__accept:hover, .c-filters__button--is-active:hover, .c-signpost__button:hover, .c-card__button:hover, .c-hero-aside__button--gold:hover, .c-hero-icon-collection__button--gold:hover, .c-options__button:hover, .c-primary-cta__button:hover, .g-contact-form__submit--gold:hover, .b-btn-gold:active, .p-telegraph .g-telegraph__offers:active, .p-key-contacts .c-intro__details a:active, .c-content-block__action:active, .g-content__cta--primary:active, .g-order__next-button:active, .g-deal-summary__order:active, .g-deal-options__option--is-active:active, .g-latest-news__cta:active, .g-trustpilot__action:active, .g-sign-up-bar__trigger:active, .g-sign-up-bar__form button:active, .g-features__cta--gold:active, .g-cta__button:active, .g-car-cards__cta:active, .g-hero__text a:active, .c-tiled-banner__button--gold:active, .c-cookies__accept:active, .c-filters__button--is-active:active, .c-signpost__button:active, .c-card__button:active, .c-hero-aside__button--gold:active, .c-hero-icon-collection__button--gold:active, .c-options__button:active, .c-primary-cta__button:active, .g-contact-form__submit--gold:active, .b-btn-gold:focus, .p-telegraph .g-telegraph__offers:focus, .p-key-contacts .c-intro__details a:focus, .c-content-block__action:focus, .g-content__cta--primary:focus, .g-order__next-button:focus, .g-deal-summary__order:focus, .g-deal-options__option--is-active:focus, .g-latest-news__cta:focus, .g-trustpilot__action:focus, .g-sign-up-bar__trigger:focus, .g-sign-up-bar__form button:focus, .g-features__cta--gold:focus, .g-cta__button:focus, .g-car-cards__cta:focus, .g-hero__text a:focus, .c-tiled-banner__button--gold:focus, .c-cookies__accept:focus, .c-filters__button--is-active:focus, .c-signpost__button:focus, .c-card__button:focus, .c-hero-aside__button--gold:focus, .c-hero-icon-collection__button--gold:focus, .c-options__button:focus, .c-primary-cta__button:focus, .g-contact-form__submit--gold:focus {
  color: #ffffff;
  background: #ad913f;
  box-shadow: inset 0 -3px 0px 0px #9a8340; }

/* line 12948, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-gold:visited, .p-telegraph .g-telegraph__offers:visited, .p-key-contacts .c-intro__details a:visited, .c-content-block__action:visited, .g-content__cta--primary:visited, .g-order__next-button:visited, .g-deal-summary__order:visited, .g-deal-options__option--is-active:visited, .g-latest-news__cta:visited, .g-trustpilot__action:visited, .g-sign-up-bar__trigger:visited, .g-sign-up-bar__form button:visited, .g-features__cta--gold:visited, .g-cta__button:visited, .g-car-cards__cta:visited, .g-hero__text a:visited, .c-tiled-banner__button--gold:visited, .c-cookies__accept:visited, .c-filters__button--is-active:visited, .c-signpost__button:visited, .c-card__button:visited, .c-hero-aside__button--gold:visited, .c-hero-icon-collection__button--gold:visited, .c-options__button:visited, .c-primary-cta__button:visited, .g-contact-form__submit--gold:visited {
  color: #ffffff; }

/* line 12951, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn-gold, .is-not-loaded .p-telegraph .g-telegraph__offers, .p-telegraph .is-not-loaded .g-telegraph__offers, .is-not-loaded .p-key-contacts .c-intro__details a, .p-key-contacts .c-intro__details .is-not-loaded a, .is-not-loaded .c-content-block__action, .is-not-loaded .g-content__cta--primary, .is-not-loaded .g-order__next-button, .is-not-loaded .g-deal-summary__order, .is-not-loaded .g-deal-options__option--is-active, .is-not-loaded .g-latest-news__cta, .is-not-loaded .g-trustpilot__action, .is-not-loaded .g-sign-up-bar__trigger, .is-not-loaded .g-sign-up-bar__form button, .g-sign-up-bar__form .is-not-loaded button, .is-not-loaded .g-features__cta--gold, .is-not-loaded .g-cta__button, .is-not-loaded .g-car-cards__cta, .is-not-loaded .g-hero__text a, .g-hero__text .is-not-loaded a, .is-not-loaded .c-tiled-banner__button--gold, .is-not-loaded .c-cookies__accept, .is-not-loaded .c-filters__button--is-active, .is-not-loaded .c-signpost__button, .is-not-loaded .c-card__button, .is-not-loaded .c-hero-aside__button--gold, .is-not-loaded .c-hero-icon-collection__button--gold, .is-not-loaded .c-options__button, .is-not-loaded .c-primary-cta__button, .is-not-loaded .g-contact-form__submit--gold {
  color: #ffffff; }

/* line 12954, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn-gold:visited, .is-not-loaded .p-telegraph .g-telegraph__offers:visited, .p-telegraph .is-not-loaded .g-telegraph__offers:visited, .is-not-loaded .p-key-contacts .c-intro__details a:visited, .p-key-contacts .c-intro__details .is-not-loaded a:visited, .is-not-loaded .c-content-block__action:visited, .is-not-loaded .g-content__cta--primary:visited, .is-not-loaded .g-order__next-button:visited, .is-not-loaded .g-deal-summary__order:visited, .is-not-loaded .g-deal-options__option--is-active:visited, .is-not-loaded .g-latest-news__cta:visited, .is-not-loaded .g-trustpilot__action:visited, .is-not-loaded .g-sign-up-bar__trigger:visited, .is-not-loaded .g-sign-up-bar__form button:visited, .g-sign-up-bar__form .is-not-loaded button:visited, .is-not-loaded .g-features__cta--gold:visited, .is-not-loaded .g-cta__button:visited, .is-not-loaded .g-car-cards__cta:visited, .is-not-loaded .g-hero__text a:visited, .g-hero__text .is-not-loaded a:visited, .is-not-loaded .c-tiled-banner__button--gold:visited, .is-not-loaded .c-cookies__accept:visited, .is-not-loaded .c-filters__button--is-active:visited, .is-not-loaded .c-signpost__button:visited, .is-not-loaded .c-card__button:visited, .is-not-loaded .c-hero-aside__button--gold:visited, .is-not-loaded .c-hero-icon-collection__button--gold:visited, .is-not-loaded .c-options__button:visited, .is-not-loaded .c-primary-cta__button:visited, .is-not-loaded .g-contact-form__submit--gold:visited {
  color: #ffffff; }

/* line 12957, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-gold.b-btn-translucent, .p-telegraph .b-btn-translucent.g-telegraph__offers, .p-key-contacts .c-intro__details a.b-btn-translucent, .b-btn-translucent.c-content-block__action, .b-btn-translucent.g-content__cta--primary, .b-btn-translucent.g-order__next-button, .b-btn-translucent.g-deal-summary__order, .b-btn-translucent.g-deal-options__option--is-active, .b-btn-translucent.g-latest-news__cta, .b-btn-translucent.g-trustpilot__action, .b-btn-translucent.g-sign-up-bar__trigger, .g-sign-up-bar__form button.b-btn-translucent, .b-btn-translucent.g-features__cta--gold, .b-btn-translucent.g-cta__button, .b-btn-translucent.g-car-cards__cta, .g-hero__text a.b-btn-translucent, .b-btn-translucent.c-tiled-banner__button--gold, .b-btn-translucent.c-cookies__accept, .b-btn-translucent.c-filters__button--is-active, .b-btn-translucent.c-signpost__button, .b-btn-translucent.c-card__button, .b-btn-translucent.c-hero-aside__button--gold, .b-btn-translucent.c-hero-icon-collection__button--gold, .b-btn-translucent.c-options__button, .b-btn-translucent.c-primary-cta__button, .b-btn-translucent.g-contact-form__submit--gold {
  background: rgba(172, 140, 46, 0.8); }

/* line 12960, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-gold:not([href]):not([tabindex]), .p-telegraph .g-telegraph__offers:not([href]):not([tabindex]), .p-key-contacts .c-intro__details a:not([href]):not([tabindex]), .c-content-block__action:not([href]):not([tabindex]), .g-content__cta--primary:not([href]):not([tabindex]), .g-order__next-button:not([href]):not([tabindex]), .g-deal-summary__order:not([href]):not([tabindex]), .g-deal-options__option--is-active:not([href]):not([tabindex]), .g-latest-news__cta:not([href]):not([tabindex]), .g-trustpilot__action:not([href]):not([tabindex]), .g-sign-up-bar__trigger:not([href]):not([tabindex]), .g-sign-up-bar__form button:not([href]):not([tabindex]), .g-features__cta--gold:not([href]):not([tabindex]), .g-cta__button:not([href]):not([tabindex]), .g-car-cards__cta:not([href]):not([tabindex]), .g-hero__text a:not([href]):not([tabindex]), .c-tiled-banner__button--gold:not([href]):not([tabindex]), .c-cookies__accept:not([href]):not([tabindex]), .c-filters__button--is-active:not([href]):not([tabindex]), .c-signpost__button:not([href]):not([tabindex]), .c-card__button:not([href]):not([tabindex]), .c-hero-aside__button--gold:not([href]):not([tabindex]), .c-hero-icon-collection__button--gold:not([href]):not([tabindex]), .c-options__button:not([href]):not([tabindex]), .c-primary-cta__button:not([href]):not([tabindex]), .g-contact-form__submit--gold:not([href]):not([tabindex]) {
  color: #ffffff; }

/* line 12963, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-gold:not([href]):not([tabindex]):hover, .p-telegraph .g-telegraph__offers:not([href]):not([tabindex]):hover, .p-key-contacts .c-intro__details a:not([href]):not([tabindex]):hover, .c-content-block__action:not([href]):not([tabindex]):hover, .g-content__cta--primary:not([href]):not([tabindex]):hover, .g-order__next-button:not([href]):not([tabindex]):hover, .g-deal-summary__order:not([href]):not([tabindex]):hover, .g-deal-options__option--is-active:not([href]):not([tabindex]):hover, .g-latest-news__cta:not([href]):not([tabindex]):hover, .g-trustpilot__action:not([href]):not([tabindex]):hover, .g-sign-up-bar__trigger:not([href]):not([tabindex]):hover, .g-sign-up-bar__form button:not([href]):not([tabindex]):hover, .g-features__cta--gold:not([href]):not([tabindex]):hover, .g-cta__button:not([href]):not([tabindex]):hover, .g-car-cards__cta:not([href]):not([tabindex]):hover, .g-hero__text a:not([href]):not([tabindex]):hover, .c-tiled-banner__button--gold:not([href]):not([tabindex]):hover, .c-cookies__accept:not([href]):not([tabindex]):hover, .c-filters__button--is-active:not([href]):not([tabindex]):hover, .c-signpost__button:not([href]):not([tabindex]):hover, .c-card__button:not([href]):not([tabindex]):hover, .c-hero-aside__button--gold:not([href]):not([tabindex]):hover, .c-hero-icon-collection__button--gold:not([href]):not([tabindex]):hover, .c-options__button:not([href]):not([tabindex]):hover, .c-primary-cta__button:not([href]):not([tabindex]):hover, .g-contact-form__submit--gold:not([href]):not([tabindex]):hover {
  color: #ffffff; }

/* line 12967, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-black, .g-content--highlight .g-content__cta--secondary {
  color: #ffffff;
  background: #494949;
  box-shadow: inset 0 -3px 0px 0px #282828; }

/* line 12972, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-black:hover, .g-content--highlight .g-content__cta--secondary:hover, .b-btn-black:active, .g-content--highlight .g-content__cta--secondary:active, .b-btn-black:focus, .g-content--highlight .g-content__cta--secondary:focus {
  color: #ffffff;
  background: #8c8c8c;
  box-shadow: inset 0 -3px 0px 0px #494949; }

/* line 12977, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-black:visited, .g-content--highlight .g-content__cta--secondary:visited {
  color: #ffffff; }

/* line 12980, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn-black, .is-not-loaded .g-content--highlight .g-content__cta--secondary, .g-content--highlight .is-not-loaded .g-content__cta--secondary {
  color: #ffffff; }

/* line 12983, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn-black:visited, .is-not-loaded .g-content--highlight .g-content__cta--secondary:visited, .g-content--highlight .is-not-loaded .g-content__cta--secondary:visited {
  color: #ffffff; }

/* line 12986, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-black.b-btn-translucent, .g-content--highlight .b-btn-translucent.g-content__cta--secondary {
  background: rgba(73, 73, 73, 0.8); }

/* line 12989, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-black:not([href]):not([tabindex]), .g-content--highlight .g-content__cta--secondary:not([href]):not([tabindex]) {
  color: #ffffff; }

/* line 12992, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-black:not([href]):not([tabindex]):hover, .g-content--highlight .g-content__cta--secondary:not([href]):not([tabindex]):hover {
  color: #ffffff; }

/* line 12996, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-white, .p-customer-reviews .g-trustpilot__footer .c-reviews-button, .g-sign-up-bar__forward, .g-features__truncate-button, .c-list-index__btn, .c-filter-triggers__trigger, .c-filters__trigger-button, .c-options__button--active, .c-primary-cta--short-term .c-primary-cta__button {
  color: #002b49;
  background: #ffffff;
  box-shadow: inset 0 -3px 0px 0px #d1d1d1;
  border: 1px solid #d1d1d1; }

/* line 13002, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-white:hover, .p-customer-reviews .g-trustpilot__footer .c-reviews-button:hover, .g-sign-up-bar__forward:hover, .g-features__truncate-button:hover, .c-list-index__btn:hover, .c-filter-triggers__trigger:hover, .c-filters__trigger-button:hover, .c-options__button--active:hover, .c-primary-cta--short-term .c-primary-cta__button:hover, .b-btn-white:active, .p-customer-reviews .g-trustpilot__footer .c-reviews-button:active, .g-sign-up-bar__forward:active, .g-features__truncate-button:active, .c-list-index__btn:active, .c-filter-triggers__trigger:active, .c-filters__trigger-button:active, .c-options__button--active:active, .c-primary-cta--short-term .c-primary-cta__button:active, .b-btn-white:focus, .p-customer-reviews .g-trustpilot__footer .c-reviews-button:focus, .g-sign-up-bar__forward:focus, .g-features__truncate-button:focus, .c-list-index__btn:focus, .c-filter-triggers__trigger:focus, .c-filters__trigger-button:focus, .c-options__button--active:focus, .c-primary-cta--short-term .c-primary-cta__button:focus {
  color: #ffffff;
  background: #ac8c2e;
  box-shadow: inset 0 -3px 0px 0px #9a8340; }

/* line 13007, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-white:visited, .p-customer-reviews .g-trustpilot__footer .c-reviews-button:visited, .g-sign-up-bar__forward:visited, .g-features__truncate-button:visited, .c-list-index__btn:visited, .c-filter-triggers__trigger:visited, .c-filters__trigger-button:visited, .c-options__button--active:visited, .c-primary-cta--short-term .c-primary-cta__button:visited {
  color: #282828; }

/* line 13010, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn-white, .is-not-loaded .p-customer-reviews .g-trustpilot__footer .c-reviews-button, .p-customer-reviews .g-trustpilot__footer .is-not-loaded .c-reviews-button, .is-not-loaded .g-sign-up-bar__forward, .is-not-loaded .g-features__truncate-button, .is-not-loaded .c-list-index__btn, .is-not-loaded .c-filter-triggers__trigger, .is-not-loaded .c-filters__trigger-button, .is-not-loaded .c-options__button--active, .is-not-loaded .c-primary-cta--short-term .c-primary-cta__button, .c-primary-cta--short-term .is-not-loaded .c-primary-cta__button {
  color: #002b49; }

/* line 13013, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn-white:visited, .is-not-loaded .p-customer-reviews .g-trustpilot__footer .c-reviews-button:visited, .p-customer-reviews .g-trustpilot__footer .is-not-loaded .c-reviews-button:visited, .is-not-loaded .g-sign-up-bar__forward:visited, .is-not-loaded .g-features__truncate-button:visited, .is-not-loaded .c-list-index__btn:visited, .is-not-loaded .c-filter-triggers__trigger:visited, .is-not-loaded .c-filters__trigger-button:visited, .is-not-loaded .c-options__button--active:visited, .is-not-loaded .c-primary-cta--short-term .c-primary-cta__button:visited, .c-primary-cta--short-term .is-not-loaded .c-primary-cta__button:visited {
  color: #002b49; }

/* line 13016, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-white.b-btn-translucent, .p-customer-reviews .g-trustpilot__footer .b-btn-translucent.c-reviews-button, .b-btn-translucent.g-sign-up-bar__forward, .b-btn-translucent.g-features__truncate-button, .b-btn-translucent.c-list-index__btn, .b-btn-translucent.c-filter-triggers__trigger, .b-btn-translucent.c-filters__trigger-button, .b-btn-translucent.c-options__button--active, .c-primary-cta--short-term .b-btn-translucent.c-primary-cta__button {
  background: rgba(255, 255, 255, 0.8); }

/* line 13019, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-white:hover, .p-customer-reviews .g-trustpilot__footer .c-reviews-button:hover, .g-sign-up-bar__forward:hover, .g-features__truncate-button:hover, .c-list-index__btn:hover, .c-filter-triggers__trigger:hover, .c-filters__trigger-button:hover, .c-options__button--active:hover, .c-primary-cta--short-term .c-primary-cta__button:hover, .b-btn-white:active, .p-customer-reviews .g-trustpilot__footer .c-reviews-button:active, .g-sign-up-bar__forward:active, .g-features__truncate-button:active, .c-list-index__btn:active, .c-filter-triggers__trigger:active, .c-filters__trigger-button:active, .c-options__button--active:active, .c-primary-cta--short-term .c-primary-cta__button:active, .b-btn-white:focus, .p-customer-reviews .g-trustpilot__footer .c-reviews-button:focus, .g-sign-up-bar__forward:focus, .g-features__truncate-button:focus, .c-list-index__btn:focus, .c-filter-triggers__trigger:focus, .c-filters__trigger-button:focus, .c-options__button--active:focus, .c-primary-cta--short-term .c-primary-cta__button:focus {
  border: 1px solid #ac8c2e; }

/* line 13023, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-blue, .g-contact-form__submit--dark-blue {
  color: #ffffff;
  background: #003765;
  box-shadow: inset 0 -3px 0px 0px #002b49;
  border: 1px solid #003765; }

/* line 13029, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-blue:hover, .g-contact-form__submit--dark-blue:hover, .b-btn-blue:active, .g-contact-form__submit--dark-blue:active, .b-btn-blue:focus, .g-contact-form__submit--dark-blue:focus {
  color: #ffffff;
  background: #002b49;
  box-shadow: inset 0 -3px 0px 0px #002b49; }

/* line 13034, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-blue:visited, .g-contact-form__submit--dark-blue:visited {
  color: #ffffff; }

/* line 13037, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn-blue, .is-not-loaded .g-contact-form__submit--dark-blue {
  color: #ffffff; }

/* line 13040, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn-blue:visited, .is-not-loaded .g-contact-form__submit--dark-blue:visited {
  color: #ffffff; }

/* line 13043, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-blue.b-btn-translucent, .b-btn-translucent.g-contact-form__submit--dark-blue {
  background: rgba(0, 55, 101, 0.8); }

/* line 13046, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-blue:hover, .g-contact-form__submit--dark-blue:hover, .b-btn-blue:active, .g-contact-form__submit--dark-blue:active, .b-btn-blue:focus, .g-contact-form__submit--dark-blue:focus {
  border: 1px solid #002b49; }

/* line 13050, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-eco, .p-ev-guide .c-vehicle-cta__btn, .p-ev-guide .c-signpost__button, .p-hybrid-electric-cars .c-button-pair__btn,
.p-hybrid-electric-cars .c-signpost__button, .g-content--ev .c-vehicle-cta__btn, .g-deal-ev-charger-banner__button {
  color: #ffffff;
  background: #007ddd;
  box-shadow: inset 0 -3px 0px 0px #005ca3; }

/* line 13056, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-eco:hover, .p-ev-guide .c-vehicle-cta__btn:hover, .p-ev-guide .c-signpost__button:hover, .p-hybrid-electric-cars .c-button-pair__btn:hover,
.p-hybrid-electric-cars .c-signpost__button:hover, .g-content--ev .c-vehicle-cta__btn:hover, .g-deal-ev-charger-banner__button:hover, .b-btn-eco:active, .p-ev-guide .c-vehicle-cta__btn:active, .p-ev-guide .c-signpost__button:active, .p-hybrid-electric-cars .c-button-pair__btn:active,
.p-hybrid-electric-cars .c-signpost__button:active, .g-content--ev .c-vehicle-cta__btn:active, .g-deal-ev-charger-banner__button:active, .b-btn-eco:focus, .p-ev-guide .c-vehicle-cta__btn:focus, .p-ev-guide .c-signpost__button:focus, .p-hybrid-electric-cars .c-button-pair__btn:focus,
.p-hybrid-electric-cars .c-signpost__button:focus, .g-content--ev .c-vehicle-cta__btn:focus, .g-deal-ev-charger-banner__button:focus {
  color: #ffffff;
  background: #46a0e5;
  box-shadow: inset 0 -3px 0px 0px #007ddd; }

/* line 13064, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-eco:visited, .p-ev-guide .c-vehicle-cta__btn:visited, .p-ev-guide .c-signpost__button:visited, .p-hybrid-electric-cars .c-button-pair__btn:visited,
.p-hybrid-electric-cars .c-signpost__button:visited, .g-content--ev .c-vehicle-cta__btn:visited, .g-deal-ev-charger-banner__button:visited {
  color: #ffffff; }

/* line 13068, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn-eco, .is-not-loaded .p-ev-guide .c-vehicle-cta__btn, .p-ev-guide .is-not-loaded .c-vehicle-cta__btn, .is-not-loaded .p-ev-guide .c-signpost__button, .p-ev-guide .is-not-loaded .c-signpost__button, .is-not-loaded .p-hybrid-electric-cars .c-button-pair__btn, .p-hybrid-electric-cars .is-not-loaded .c-button-pair__btn,
.is-not-loaded .p-hybrid-electric-cars .c-signpost__button,
.p-hybrid-electric-cars .is-not-loaded .c-signpost__button, .is-not-loaded .g-content--ev .c-vehicle-cta__btn, .g-content--ev .is-not-loaded .c-vehicle-cta__btn, .is-not-loaded .g-deal-ev-charger-banner__button {
  color: #ffffff; }

/* line 13073, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn-eco:visited, .is-not-loaded .p-ev-guide .c-vehicle-cta__btn:visited, .p-ev-guide .is-not-loaded .c-vehicle-cta__btn:visited, .is-not-loaded .p-ev-guide .c-signpost__button:visited, .p-ev-guide .is-not-loaded .c-signpost__button:visited, .is-not-loaded .p-hybrid-electric-cars .c-button-pair__btn:visited, .p-hybrid-electric-cars .is-not-loaded .c-button-pair__btn:visited,
.is-not-loaded .p-hybrid-electric-cars .c-signpost__button:visited,
.p-hybrid-electric-cars .is-not-loaded .c-signpost__button:visited, .is-not-loaded .g-content--ev .c-vehicle-cta__btn:visited, .g-content--ev .is-not-loaded .c-vehicle-cta__btn:visited, .is-not-loaded .g-deal-ev-charger-banner__button:visited {
  color: #ffffff; }

/* line 13078, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-eco.b-btn-translucent, .p-ev-guide .b-btn-translucent.c-vehicle-cta__btn, .p-ev-guide .b-btn-translucent.c-signpost__button, .p-hybrid-electric-cars .b-btn-translucent.c-button-pair__btn,
.p-hybrid-electric-cars .b-btn-translucent.c-signpost__button, .g-content--ev .b-btn-translucent.c-vehicle-cta__btn, .b-btn-translucent.g-deal-ev-charger-banner__button {
  background: rgba(0, 125, 221, 0.8); }

/* line 13082, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-eco:not([href]):not([tabindex]), .p-ev-guide .c-vehicle-cta__btn:not([href]):not([tabindex]), .p-ev-guide .c-signpost__button:not([href]):not([tabindex]), .p-hybrid-electric-cars .c-button-pair__btn:not([href]):not([tabindex]),
.p-hybrid-electric-cars .c-signpost__button:not([href]):not([tabindex]), .g-content--ev .c-vehicle-cta__btn:not([href]):not([tabindex]), .g-deal-ev-charger-banner__button:not([href]):not([tabindex]) {
  color: #ffffff; }

/* line 13086, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-eco:not([href]):not([tabindex]):hover, .p-ev-guide .c-vehicle-cta__btn:not([href]):not([tabindex]):hover, .p-ev-guide .c-signpost__button:not([href]):not([tabindex]):hover, .p-hybrid-electric-cars .c-button-pair__btn:not([href]):not([tabindex]):hover,
.p-hybrid-electric-cars .c-signpost__button:not([href]):not([tabindex]):hover, .g-content--ev .c-vehicle-cta__btn:not([href]):not([tabindex]):hover, .g-deal-ev-charger-banner__button:not([href]):not([tabindex]):hover {
  color: #ffffff; }

/* line 13091, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-ev, .p-ev-home .c-signpost__button, .g-ar-contact--ev .c-form-contact-footer__btn, .g-latest-news.g-content--ev .g-latest-news__cta, .g-features__cta--ev, .g-signposts--ev .c-signpost__button, .c-tiled-banner__button--ev, .c-hero-aside__button--ev, .c-hero-icon-collection__button--ev, .g-contact-form__submit--ev {
  color: #ffffff;
  background: #00a3e0;
  box-shadow: inset 0 -3px 0px 0px #0481b7; }

/* line 13096, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-ev:hover, .p-ev-home .c-signpost__button:hover, .g-ar-contact--ev .c-form-contact-footer__btn:hover, .g-latest-news.g-content--ev .g-latest-news__cta:hover, .g-features__cta--ev:hover, .g-signposts--ev .c-signpost__button:hover, .c-tiled-banner__button--ev:hover, .c-hero-aside__button--ev:hover, .c-hero-icon-collection__button--ev:hover, .g-contact-form__submit--ev:hover, .b-btn-ev:active, .p-ev-home .c-signpost__button:active, .g-ar-contact--ev .c-form-contact-footer__btn:active, .g-latest-news.g-content--ev .g-latest-news__cta:active, .g-features__cta--ev:active, .g-signposts--ev .c-signpost__button:active, .c-tiled-banner__button--ev:active, .c-hero-aside__button--ev:active, .c-hero-icon-collection__button--ev:active, .g-contact-form__submit--ev:active, .b-btn-ev:focus, .p-ev-home .c-signpost__button:focus, .g-ar-contact--ev .c-form-contact-footer__btn:focus, .g-latest-news.g-content--ev .g-latest-news__cta:focus, .g-features__cta--ev:focus, .g-signposts--ev .c-signpost__button:focus, .c-tiled-banner__button--ev:focus, .c-hero-aside__button--ev:focus, .c-hero-icon-collection__button--ev:focus, .g-contact-form__submit--ev:focus {
  color: #ffffff;
  background: #0481b7;
  box-shadow: inset 0 -3px 0px 0px #0674a3; }

/* line 13101, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-ev:visited, .p-ev-home .c-signpost__button:visited, .g-ar-contact--ev .c-form-contact-footer__btn:visited, .g-latest-news.g-content--ev .g-latest-news__cta:visited, .g-features__cta--ev:visited, .g-signposts--ev .c-signpost__button:visited, .c-tiled-banner__button--ev:visited, .c-hero-aside__button--ev:visited, .c-hero-icon-collection__button--ev:visited, .g-contact-form__submit--ev:visited {
  color: #ffffff; }

/* line 13104, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn-ev, .is-not-loaded .p-ev-home .c-signpost__button, .p-ev-home .is-not-loaded .c-signpost__button, .is-not-loaded .g-ar-contact--ev .c-form-contact-footer__btn, .g-ar-contact--ev .is-not-loaded .c-form-contact-footer__btn, .is-not-loaded .g-latest-news.g-content--ev .g-latest-news__cta, .g-latest-news.g-content--ev .is-not-loaded .g-latest-news__cta, .is-not-loaded .g-features__cta--ev, .is-not-loaded .g-signposts--ev .c-signpost__button, .g-signposts--ev .is-not-loaded .c-signpost__button, .is-not-loaded .c-tiled-banner__button--ev, .is-not-loaded .c-hero-aside__button--ev, .is-not-loaded .c-hero-icon-collection__button--ev, .is-not-loaded .g-contact-form__submit--ev {
  color: #ffffff; }

/* line 13107, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn-ev:visited, .is-not-loaded .p-ev-home .c-signpost__button:visited, .p-ev-home .is-not-loaded .c-signpost__button:visited, .is-not-loaded .g-ar-contact--ev .c-form-contact-footer__btn:visited, .g-ar-contact--ev .is-not-loaded .c-form-contact-footer__btn:visited, .is-not-loaded .g-latest-news.g-content--ev .g-latest-news__cta:visited, .g-latest-news.g-content--ev .is-not-loaded .g-latest-news__cta:visited, .is-not-loaded .g-features__cta--ev:visited, .is-not-loaded .g-signposts--ev .c-signpost__button:visited, .g-signposts--ev .is-not-loaded .c-signpost__button:visited, .is-not-loaded .c-tiled-banner__button--ev:visited, .is-not-loaded .c-hero-aside__button--ev:visited, .is-not-loaded .c-hero-icon-collection__button--ev:visited, .is-not-loaded .g-contact-form__submit--ev:visited {
  color: #ffffff; }

/* line 13110, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-ev.b-btn-translucent, .p-ev-home .b-btn-translucent.c-signpost__button, .g-ar-contact--ev .b-btn-translucent.c-form-contact-footer__btn, .g-latest-news.g-content--ev .b-btn-translucent.g-latest-news__cta, .b-btn-translucent.g-features__cta--ev, .g-signposts--ev .b-btn-translucent.c-signpost__button, .b-btn-translucent.c-tiled-banner__button--ev, .b-btn-translucent.c-hero-aside__button--ev, .b-btn-translucent.c-hero-icon-collection__button--ev, .b-btn-translucent.g-contact-form__submit--ev {
  background: rgba(0, 163, 224, 0.8); }

/* line 13113, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-ev:not([href]):not([tabindex]), .p-ev-home .c-signpost__button:not([href]):not([tabindex]), .g-ar-contact--ev .c-form-contact-footer__btn:not([href]):not([tabindex]), .g-latest-news.g-content--ev .g-latest-news__cta:not([href]):not([tabindex]), .g-features__cta--ev:not([href]):not([tabindex]), .g-signposts--ev .c-signpost__button:not([href]):not([tabindex]), .c-tiled-banner__button--ev:not([href]):not([tabindex]), .c-hero-aside__button--ev:not([href]):not([tabindex]), .c-hero-icon-collection__button--ev:not([href]):not([tabindex]), .g-contact-form__submit--ev:not([href]):not([tabindex]) {
  color: #ffffff; }

/* line 13116, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-ev:not([href]):not([tabindex]):hover, .p-ev-home .c-signpost__button:not([href]):not([tabindex]):hover, .g-ar-contact--ev .c-form-contact-footer__btn:not([href]):not([tabindex]):hover, .g-latest-news.g-content--ev .g-latest-news__cta:not([href]):not([tabindex]):hover, .g-features__cta--ev:not([href]):not([tabindex]):hover, .g-signposts--ev .c-signpost__button:not([href]):not([tabindex]):hover, .c-tiled-banner__button--ev:not([href]):not([tabindex]):hover, .c-hero-aside__button--ev:not([href]):not([tabindex]):hover, .c-hero-icon-collection__button--ev:not([href]):not([tabindex]):hover, .g-contact-form__submit--ev:not([href]):not([tabindex]):hover {
  color: #ffffff; }

/* line 13120, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-teal, .p-total-care-offers .g-car-cards__cta, .p-total-care-offers .c-intro__alternative a, .g-total-care-content__button, .g-ar-contact--total-care .c-form-contact-footer__btn, .g-latest-news.g-content--total-care .g-latest-news__cta, .c-tiled-banner__button--teal, .c-total-care-signpost__button {
  color: #ffffff;
  background: #40c1ac;
  box-shadow: inset 0 -3px 0px 0px #386256; }

/* line 13125, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-teal:hover, .p-total-care-offers .g-car-cards__cta:hover, .p-total-care-offers .c-intro__alternative a:hover, .g-total-care-content__button:hover, .g-ar-contact--total-care .c-form-contact-footer__btn:hover, .g-latest-news.g-content--total-care .g-latest-news__cta:hover, .c-tiled-banner__button--teal:hover, .c-total-care-signpost__button:hover, .b-btn-teal:active, .p-total-care-offers .g-car-cards__cta:active, .p-total-care-offers .c-intro__alternative a:active, .g-total-care-content__button:active, .g-ar-contact--total-care .c-form-contact-footer__btn:active, .g-latest-news.g-content--total-care .g-latest-news__cta:active, .c-tiled-banner__button--teal:active, .c-total-care-signpost__button:active, .b-btn-teal:focus, .p-total-care-offers .g-car-cards__cta:focus, .p-total-care-offers .c-intro__alternative a:focus, .g-total-care-content__button:focus, .g-ar-contact--total-care .c-form-contact-footer__btn:focus, .g-latest-news.g-content--total-care .g-latest-news__cta:focus, .c-tiled-banner__button--teal:focus, .c-total-care-signpost__button:focus {
  color: #ffffff;
  background: #44c2a0;
  box-shadow: inset 0 -3px 0px 0px #40c1ac; }

/* line 13130, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-teal:visited, .p-total-care-offers .g-car-cards__cta:visited, .p-total-care-offers .c-intro__alternative a:visited, .g-total-care-content__button:visited, .g-ar-contact--total-care .c-form-contact-footer__btn:visited, .g-latest-news.g-content--total-care .g-latest-news__cta:visited, .c-tiled-banner__button--teal:visited, .c-total-care-signpost__button:visited {
  color: #ffffff; }

/* line 13133, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn-teal, .is-not-loaded .p-total-care-offers .g-car-cards__cta, .p-total-care-offers .is-not-loaded .g-car-cards__cta, .is-not-loaded .p-total-care-offers .c-intro__alternative a, .p-total-care-offers .c-intro__alternative .is-not-loaded a, .is-not-loaded .g-total-care-content__button, .is-not-loaded .g-ar-contact--total-care .c-form-contact-footer__btn, .g-ar-contact--total-care .is-not-loaded .c-form-contact-footer__btn, .is-not-loaded .g-latest-news.g-content--total-care .g-latest-news__cta, .g-latest-news.g-content--total-care .is-not-loaded .g-latest-news__cta, .is-not-loaded .c-tiled-banner__button--teal, .is-not-loaded .c-total-care-signpost__button {
  color: #ffffff; }

/* line 13136, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn-teal:visited, .is-not-loaded .p-total-care-offers .g-car-cards__cta:visited, .p-total-care-offers .is-not-loaded .g-car-cards__cta:visited, .is-not-loaded .p-total-care-offers .c-intro__alternative a:visited, .p-total-care-offers .c-intro__alternative .is-not-loaded a:visited, .is-not-loaded .g-total-care-content__button:visited, .is-not-loaded .g-ar-contact--total-care .c-form-contact-footer__btn:visited, .g-ar-contact--total-care .is-not-loaded .c-form-contact-footer__btn:visited, .is-not-loaded .g-latest-news.g-content--total-care .g-latest-news__cta:visited, .g-latest-news.g-content--total-care .is-not-loaded .g-latest-news__cta:visited, .is-not-loaded .c-tiled-banner__button--teal:visited, .is-not-loaded .c-total-care-signpost__button:visited {
  color: #ffffff; }

/* line 13139, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-teal.b-btn-translucent, .p-total-care-offers .b-btn-translucent.g-car-cards__cta, .p-total-care-offers .c-intro__alternative a.b-btn-translucent, .b-btn-translucent.g-total-care-content__button, .g-ar-contact--total-care .b-btn-translucent.c-form-contact-footer__btn, .g-latest-news.g-content--total-care .b-btn-translucent.g-latest-news__cta, .b-btn-translucent.c-tiled-banner__button--teal, .b-btn-translucent.c-total-care-signpost__button {
  background: rgba(64, 193, 172, 0.8); }

/* line 13142, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-teal:not([href]):not([tabindex]), .p-total-care-offers .g-car-cards__cta:not([href]):not([tabindex]), .p-total-care-offers .c-intro__alternative a:not([href]):not([tabindex]), .g-total-care-content__button:not([href]):not([tabindex]), .g-ar-contact--total-care .c-form-contact-footer__btn:not([href]):not([tabindex]), .g-latest-news.g-content--total-care .g-latest-news__cta:not([href]):not([tabindex]), .c-tiled-banner__button--teal:not([href]):not([tabindex]), .c-total-care-signpost__button:not([href]):not([tabindex]) {
  color: #ffffff; }

/* line 13145, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-teal:not([href]):not([tabindex]):hover, .p-total-care-offers .g-car-cards__cta:not([href]):not([tabindex]):hover, .p-total-care-offers .c-intro__alternative a:not([href]):not([tabindex]):hover, .g-total-care-content__button:not([href]):not([tabindex]):hover, .g-ar-contact--total-care .c-form-contact-footer__btn:not([href]):not([tabindex]):hover, .g-latest-news.g-content--total-care .g-latest-news__cta:not([href]):not([tabindex]):hover, .c-tiled-banner__button--teal:not([href]):not([tabindex]):hover, .c-total-care-signpost__button:not([href]):not([tabindex]):hover {
  color: #ffffff; }

/* line 13149, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-grosvenor, .p-grosvenor .c-signpost__button, .g-signposts--grosvenor .c-signpost__button {
  color: #ffffff;
  background: #1ea49c;
  box-shadow: inset 0 -3px 0px 0px #029289; }

/* line 13154, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-grosvenor:hover, .p-grosvenor .c-signpost__button:hover, .g-signposts--grosvenor .c-signpost__button:hover, .b-btn-grosvenor:active, .p-grosvenor .c-signpost__button:active, .g-signposts--grosvenor .c-signpost__button:active, .b-btn-grosvenor:focus, .p-grosvenor .c-signpost__button:focus, .g-signposts--grosvenor .c-signpost__button:focus {
  color: #ffffff;
  background: #35c0b9;
  box-shadow: inset 0 -3px 0px 0px #1ea49c; }

/* line 13159, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-grosvenor:visited, .p-grosvenor .c-signpost__button:visited, .g-signposts--grosvenor .c-signpost__button:visited {
  color: #ffffff; }

/* line 13162, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn-grosvenor, .is-not-loaded .p-grosvenor .c-signpost__button, .p-grosvenor .is-not-loaded .c-signpost__button, .is-not-loaded .g-signposts--grosvenor .c-signpost__button, .g-signposts--grosvenor .is-not-loaded .c-signpost__button {
  color: #ffffff; }

/* line 13165, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn-grosvenor:visited, .is-not-loaded .p-grosvenor .c-signpost__button:visited, .p-grosvenor .is-not-loaded .c-signpost__button:visited, .is-not-loaded .g-signposts--grosvenor .c-signpost__button:visited, .g-signposts--grosvenor .is-not-loaded .c-signpost__button:visited {
  color: #ffffff; }

/* line 13168, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-grosvenor.b-btn-translucent, .p-grosvenor .b-btn-translucent.c-signpost__button, .g-signposts--grosvenor .b-btn-translucent.c-signpost__button {
  background: rgba(30, 164, 156, 0.8); }

/* line 13171, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-grosvenor:not([href]):not([tabindex]), .p-grosvenor .c-signpost__button:not([href]):not([tabindex]), .g-signposts--grosvenor .c-signpost__button:not([href]):not([tabindex]) {
  color: #ffffff; }

/* line 13174, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-grosvenor:not([href]):not([tabindex]):hover, .p-grosvenor .c-signpost__button:not([href]):not([tabindex]):hover, .g-signposts--grosvenor .c-signpost__button:not([href]):not([tabindex]):hover {
  color: #ffffff; }

/* line 13178, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-xs {
  font-size: 0.7901234568rem;
  padding: 0.3897443431rem 0.8888888889rem 0.4932701843rem; }

/* line 13183, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-sm, .p-key-contacts .c-intro__details a, .p-hybrid-electric-cars .c-signpost__button, .g-total-care-content__button, .g-deal-ev-charger-banner__button, .g-deal-features__btn, .g-deal-photos__btn, .g-sign-up-bar__forward, .g-sign-up-bar__trigger, .g-sign-up-bar__form button, .g-hero__text a, .c-list-index__btn, .c-total-care-signpost__button, .c-cookies__accept, .c-filters__select .btn, .c-filters__button, .c-signpost__button--secondary, .c-signpost__button, .c-card__button, .c-options__button, .c-primary-cta__button {
  font-size: 0.8888888889rem;
  padding: 0.3897443431rem 1.125rem 0.5549289573rem; }

@media (min-width: 1200px) {
  /* line 13188, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-btn-sm, .p-key-contacts .c-intro__details a, .p-hybrid-electric-cars .c-signpost__button, .g-total-care-content__button, .g-deal-ev-charger-banner__button, .g-deal-features__btn, .g-deal-photos__btn, .g-sign-up-bar__forward, .g-sign-up-bar__trigger, .g-sign-up-bar__form button, .g-hero__text a, .c-list-index__btn, .c-total-care-signpost__button, .c-cookies__accept, .c-filters__select .btn, .c-filters__button, .c-signpost__button--secondary, .c-signpost__button, .c-card__button, .c-options__button, .c-primary-cta__button {
    font-size: 1rem; } }
/* line 13193, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-lg, .p-telegraph .g-telegraph__offers, .g-deal-summary__order, .g-advert__link, .c-filters__trigger-button, .c-search__button {
  font-size: 1.125rem;
  margin: 0 0 1rem;
  margin-bottom: 0;
  padding: 0.7023319616rem 2.2806973457rem 0.8888888889rem; }

@media (min-width: 768px) {
  /* line 13200, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-btn-lg, .p-telegraph .g-telegraph__offers, .g-deal-summary__order, .g-advert__link, .c-filters__trigger-button, .c-search__button {
    font-size: 1.423828125rem; } }
/* line 13205, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-block, .g-deal-ev-charger-banner__button, .g-deal-enquire__action a,
.g-deal-enquire__action button, .g-deal-summary__order, .g-deal-options__enquire button, .g-deal-options__button, .c-modal-enquire-now__form .b-form-select .btn, .c-modal-enquire-now__form .p-author-profile .p-author-profile__sort-select .btn, .p-author-profile .c-modal-enquire-now__form .p-author-profile__sort-select .btn, .c-modal-enquire-now__form .g-review-articles__main .g-review-articles__select .btn, .g-review-articles__main .c-modal-enquire-now__form .g-review-articles__select .btn, .c-modal-enquire-now__form .g-deal-features__select .btn, .c-modal-enquire-now__form .g-deal-options__select .btn, .c-modal-enquire-now__form .c-derivatives-filters__select .btn, .c-modal-enquire-now__form .c-search__form-select .btn, .c-modal-enquire-now__form .c-options__select .btn, .c-filters__trigger-button, .c-search__button {
  display: block;
  width: 100%; }

/* line 13210, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-block + .btn-block, .g-deal-ev-charger-banner__button + .btn-block, .g-deal-enquire__action a + .btn-block,
.g-deal-enquire__action button + .btn-block, .g-deal-summary__order + .btn-block, .g-deal-options__enquire button + .btn-block, .g-deal-options__button + .btn-block, .c-modal-enquire-now__form .b-form-select .btn + .btn-block, .c-modal-enquire-now__form .p-author-profile .p-author-profile__sort-select .btn + .btn-block, .p-author-profile .c-modal-enquire-now__form .p-author-profile__sort-select .btn + .btn-block, .c-modal-enquire-now__form .g-review-articles__main .g-review-articles__select .btn + .btn-block, .g-review-articles__main .c-modal-enquire-now__form .g-review-articles__select .btn + .btn-block, .c-modal-enquire-now__form .g-deal-features__select .btn + .btn-block, .c-modal-enquire-now__form .g-deal-options__select .btn + .btn-block, .c-modal-enquire-now__form .c-derivatives-filters__select .btn + .btn-block, .c-modal-enquire-now__form .c-search__form-select .btn + .btn-block, .c-modal-enquire-now__form .c-options__select .btn + .btn-block, .c-filters__trigger-button + .btn-block, .c-search__button + .btn-block {
  margin-top: 0.5rem; }

@media (max-width: 767.98px) {
  /* line 13216, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-btn-block-sm {
    display: block;
    width: 100%; } }
/* line 13222, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-outline, .c-guide-card__read-more, .c-news-card__read-more {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  box-shadow: none;
  padding: 0.5549289573rem 1.423828125rem; }

/* line 13229, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-outline:hover, .c-guide-card__read-more:hover, .c-news-card__read-more:hover, .b-btn-outline:active, .c-guide-card__read-more:active, .c-news-card__read-more:active, .b-btn-outline:focus, .c-guide-card__read-more:focus, .c-news-card__read-more:focus {
  background: #ffffff;
  box-shadow: none;
  color: #ac8c2e; }

/* line 13234, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-outline:not([href]):not([tabindex]), .c-guide-card__read-more:not([href]):not([tabindex]), .c-news-card__read-more:not([href]):not([tabindex]) {
  color: #ac8c2e; }

/* line 13237, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-outline:not([href]):not([tabindex]):hover, .c-guide-card__read-more:not([href]):not([tabindex]):hover, .c-news-card__read-more:not([href]):not([tabindex]):hover {
  color: #ac8c2e; }

/* line 13240, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-outline--active {
  background: #ffffff;
  border: 1px solid #ac8c2e; }

/* line 13244, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-outline--active:not([href]):not([tabindex]) {
  color: #ac8c2e; }

/* line 13247, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-outline--active:not([href]):not([tabindex]):hover {
  color: #ac8c2e; }

/* line 13251, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-grosvenor-outline, .p-grosvenor .c-intro__alternative a {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #1ea49c;
  box-shadow: none;
  padding: 0.5549289573rem 1.423828125rem; }

/* line 13258, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-grosvenor-outline:hover, .p-grosvenor .c-intro__alternative a:hover, .b-btn-grosvenor-outline:active, .p-grosvenor .c-intro__alternative a:active, .b-btn-grosvenor-outline:focus, .p-grosvenor .c-intro__alternative a:focus {
  background: #ffffff;
  border: 1px solid #1ea49c;
  box-shadow: none;
  color: #1ea49c; }

/* line 13265, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-modal-outline {
  background: #000000;
  border: 1px solid #ffffff;
  color: #ffffff;
  box-shadow: none;
  padding: 0.5549289573rem 0.8888888889rem;
  min-width: 11.8632305728rem;
  text-align: left; }

/* line 13274, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-modal-outline--icon {
  float: right;
  position: relative;
  bottom: 2px; }

/* line 13279, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-modal-outline--icon:after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 14px;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618487029/icons/sort-down-white_yesptu.svg");
  margin-left: 8px;
  vertical-align: 0; }

/* line 13291, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-modal-outline:hover, .b-btn-modal-outline:active, .b-btn-modal-outline:focus {
  background-color: #ffffff;
  border: 1px solid #000000;
  box-shadow: none;
  color: #000000; }

/* line 13297, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-modal-outline:hover .b-btn-modal-outline--icon:after, .b-btn-modal-outline:active .b-btn-modal-outline--icon:after, .b-btn-modal-outline:focus .b-btn-modal-outline--icon:after {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618487029/icons/sort-down_kwwnm4.svg"); }

/* line 13301, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-link, .g-order__back-button {
  font-weight: 400;
  color: #ac8c2e;
  text-decoration: none;
  color: #ac8c2e;
  transition: color 0.5s ease;
  text-decoration: underline;
  transition: color 0.5s ease; }

/* line 13310, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-link:hover, .g-order__back-button:hover {
  color: #ad913f;
  text-decoration: underline; }

/* line 13314, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-link:focus, .g-order__back-button:focus, .b-btn-link.focus, .focus.g-order__back-button {
  text-decoration: underline;
  box-shadow: none; }

/* line 13318, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-link:disabled, .g-order__back-button:disabled, .b-btn-link.disabled, .disabled.g-order__back-button {
  color: #6c757d;
  pointer-events: none; }

/* line 13322, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-link:visited, .g-order__back-button:visited {
  color: #ac8c2e; }

/* line 13325, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-link:active, .g-order__back-button:active, .b-btn-link:hover, .g-order__back-button:hover, .b-btn-link:focus, .g-order__back-button:focus {
  color: #ad913f; }

/* line 13328, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn-link, .is-not-loaded .g-order__back-button {
  color: #ac8c2e;
  transition: none !important; }

/* line 13332, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .b-btn-link:visited, .is-not-loaded .g-order__back-button:visited {
  color: #ac8c2e; }

/* line 13335, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-link--danger {
  color: #ca2323;
  text-decoration: underline; }

/* line 13339, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-link--danger:hover {
  color: #920707; }

/* line 13343, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-unstyled, .c-survey-modern__prev-button {
  background: transparent;
  border: 0px;
  padding: 0; }

/* line 13349, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-shadowless, .p-ev-home .c-signpost__button--secondary, .p-ev-home .c-signpost__button, .g-ar-contact--total-care .c-form-contact-footer__btn, .g-ar-contact--ev .c-form-contact-footer__btn, .g-signposts--cards .c-signpost__button, .c-total-care-signpost__button, .c-options__button, .c-primary-cta__button {
  box-shadow: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.5rem;
  font-weight: 600; }

/* line 13356, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-shadowless:hover, .p-ev-home .c-signpost__button--secondary:hover, .p-ev-home .c-signpost__button:hover, .g-ar-contact--total-care .c-form-contact-footer__btn:hover, .g-ar-contact--ev .c-form-contact-footer__btn:hover, .g-signposts--cards .c-signpost__button:hover, .c-total-care-signpost__button:hover, .c-options__button:hover, .c-primary-cta__button:hover, .b-btn-shadowless:active, .p-ev-home .c-signpost__button--secondary:active, .p-ev-home .c-signpost__button:active, .g-ar-contact--total-care .c-form-contact-footer__btn:active, .g-ar-contact--ev .c-form-contact-footer__btn:active, .g-signposts--cards .c-signpost__button:active, .c-total-care-signpost__button:active, .c-options__button:active, .c-primary-cta__button:active, .b-btn-shadowless:focus, .p-ev-home .c-signpost__button--secondary:focus, .p-ev-home .c-signpost__button:focus, .g-ar-contact--total-care .c-form-contact-footer__btn:focus, .g-ar-contact--ev .c-form-contact-footer__btn:focus, .g-signposts--cards .c-signpost__button:focus, .c-total-care-signpost__button:focus, .c-options__button:focus, .c-primary-cta__button:focus {
  box-shadow: none; }

/* line 13360, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-cta-back {
  position: relative;
  border: none;
  width: auto;
  min-width: 229px;
  max-width: 100%;
  padding: 0.5549289573rem 1rem 0.5549289573rem 2.0272865295rem !important;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 7px;
  min-height: 38px;
  font-size: 0.8888888889rem;
  line-height: 1.5;
  flex: 0 1 auto; }

/* line 13376, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-cta-back::after, .b-btn-cta-back::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 1rem;
  width: 11px;
  height: 3px;
  background-color: currentColor;
  transform-origin: center left;
  border-radius: 1px; }

@media (min-width: 768px) {
  /* line 13388, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-btn-cta-back::after, .b-btn-cta-back::before {
    left: 1.125rem;
    width: 14px; } }
/* line 13393, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-cta-back::after {
  transform: translateY(30%) rotate(-45deg); }

/* line 13396, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-btn-cta-back::before {
  transform: translateY(-30%) rotate(45deg); }

@media (min-width: 768px) {
  /* line 13400, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-btn-cta-back {
    padding: 0.5549289573rem 1.265625rem 0.5549289573rem 2.565784514rem !important;
    width: auto;
    min-width: 229px;
    max-width: 100%;
    min-height: 38px; } }
/* line 13409, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.svg-inline--fa {
  display: inline;
  fill: #002b49; }

/* line 13414, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-info, .g-deal-options__info, .c-list-table__info, .c-message__info {
  font-size: 0.7901234568rem;
  align-items: center;
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1627990726/icons/info-ev_dark_vdvb4z.svg") no-repeat center;
  background-size: 18px;
  border-radius: 50%;
  display: inline-flex;
  height: 18px;
  justify-content: center;
  margin-right: 0.5549289573rem;
  vertical-align: text-bottom;
  width: 18px; }

/* line 13427, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-info--gold {
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618497284/icons/info-gold_rrnyaf.svg") no-repeat center; }

/* line 13431, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-icon {
  display: flex;
  width: 70px;
  height: 70px;
  background: #ac8c2e;
  border-radius: 100%;
  color: #fff;
  font-size: 2.2806973457rem;
  align-items: center;
  justify-content: center; }

/* line 13442, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-icon__hashtag:before {
  height: 35px;
  width: 35px;
  content: "";
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618499044/icons/hashtag-white_fktnng.svg");
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center;
  display: inline-block;
  vertical-align: -2px; }

/* line 13453, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-icon--grip-lines {
  height: 16px;
  width: 16px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618562496/icons/grip-lines-grey_uivkba.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px; }

/* line 13463, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

/* line 13469, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-row > .col,
.b-form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px; }

/* line 13475, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-group, .c-tabs__search, .c-ar-contact-form__form-group, .c-search__form-group, .c-form-contact-footer__form-group {
  margin-bottom: 1rem; }

/* line 13479, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-group-modern {
  position: relative;
  margin-top: 12px;
  margin-bottom: 12px; }

@media (min-width: 768px) {
  /* line 13485, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-form-group-modern {
    margin-top: 16px;
    margin-bottom: 16px; } }
@media (min-width: 992px) {
  /* line 13491, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-form-group-modern {
    margin-top: 20px;
    margin-bottom: 20px; } }
/* line 13496, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-group-modern .b-form-label, .b-form-group-modern .c-ar-contact-form__label, .b-form-group-modern .c-form-contact-footer__label {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 0.8888888889rem; }

@media (min-width: 576px) {
  /* line 13503, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-form-group-modern .b-form-label, .b-form-group-modern .c-ar-contact-form__label, .b-form-group-modern .c-form-contact-footer__label {
    font-size: 0.8888888889rem; } }
@media (min-width: 768px) {
  /* line 13508, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-form-group-modern .b-form-label, .b-form-group-modern .c-ar-contact-form__label, .b-form-group-modern .c-form-contact-footer__label {
    font-size: 1rem; } }
/* line 13512, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-group-modern .field_with_errors .b-form-label, .b-form-group-modern .field_with_errors .c-ar-contact-form__label, .b-form-group-modern .field_with_errors .c-form-contact-footer__label {
  transform-origin: top left;
  transform: translateY(-24px) scale(0.65); }

/* line 13517, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-control, .c-tabs__input, .c-ar-contact-form__input, .c-form-contact-footer__control, .b-form-search__input {
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #bebebe;
  color: #002b49; }

/* line 13523, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-control::placeholder, .c-tabs__input::placeholder, .c-ar-contact-form__input::placeholder, .c-form-contact-footer__control::placeholder, .b-form-search__input::placeholder {
  color: #bebebe; }

/* line 13526, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.has-error .b-form-control, .has-error .c-tabs__input, .has-error .c-ar-contact-form__input, .has-error .c-form-contact-footer__control, .has-error .b-form-search__input, .has-danger .b-form-control, .has-danger .c-tabs__input, .has-danger .c-ar-contact-form__input, .has-danger .c-form-contact-footer__control, .has-danger .b-form-search__input {
  border-color: #ca2323; }

/* line 13529, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.has-error .b-form-control::placeholder, .has-error .c-tabs__input::placeholder, .has-error .c-ar-contact-form__input::placeholder, .has-error .c-form-contact-footer__control::placeholder, .has-error .b-form-search__input::placeholder, .has-danger .b-form-control::placeholder, .has-danger .c-tabs__input::placeholder, .has-danger .c-ar-contact-form__input::placeholder, .has-danger .c-form-contact-footer__control::placeholder, .has-danger .b-form-search__input::placeholder {
  color: #ca2323; }

/* line 13533, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-control-modern {
  border-radius: 0;
  border-bottom: 1px solid #002b49;
  color: #002b49;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  width: 100%;
  padding: 6px 0;
  font-size: 0.8888888889rem; }

@media (min-width: 576px) {
  /* line 13546, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-form-control-modern {
    font-size: 0.8888888889rem; } }
@media (min-width: 768px) {
  /* line 13551, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-form-control-modern {
    font-size: 1rem; } }
/* line 13555, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-control-modern:focus, .b-form-control-modern:not(:placeholder-shown) {
  border-bottom: 2px solid #ac8c2e; }

/* line 13558, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-control-modern:focus + .b-form-label, .b-form-control-modern:focus + .c-ar-contact-form__label, .b-form-control-modern:focus + .c-form-contact-footer__label, .b-form-control-modern:not(:placeholder-shown) + .b-form-label, .b-form-control-modern:not(:placeholder-shown) + .c-ar-contact-form__label, .b-form-control-modern:not(:placeholder-shown) + .c-form-contact-footer__label {
  transform-origin: top left;
  transform: translateY(-24px) scale(0.75); }

/* line 13562, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-control-modern--ev:focus, .b-form-control-modern--ev:not(:placeholder-shown) {
  border-bottom: 2px solid #9a8340; }

/* line 13566, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-select-modern {
  border-radius: 0;
  border-bottom: 1px solid #002b49;
  color: #002b49;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  width: 100%;
  padding: 6px 0 8px;
  font-size: 0.8888888889rem; }

@media (min-width: 768px) {
  /* line 13579, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-form-select-modern {
    padding: 6px 0 10px; } }
@media (min-width: 992px) {
  /* line 13584, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-form-select-modern {
    padding: 6px 0 11px; } }
@media (min-width: 576px) {
  /* line 13589, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-form-select-modern {
    font-size: 0.8888888889rem; } }
@media (min-width: 768px) {
  /* line 13594, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-form-select-modern {
    font-size: 1rem; } }
/* line 13598, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-select-modern--has-value {
  border-bottom: 2px solid #ac8c2e; }

/* line 13601, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-select-modern--ev--has-value {
  border-bottom: 2px solid #9a8340; }

/* line 13605, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-control-large {
  height: 3em;
  font-weight: 600; }

/* line 13610, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-text {
  color: #8c8c8c; }

/* line 13614, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-label, .c-ar-contact-form__label, .c-form-contact-footer__label {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 0.3079461477rem;
  padding-right: 1rem; }

/* line 13620, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.has-error .b-form-label, .has-error .c-ar-contact-form__label, .has-error .c-form-contact-footer__label, .has-danger .b-form-label, .has-danger .c-ar-contact-form__label, .has-danger .c-form-contact-footer__label {
  color: #ca2323; }

/* line 13624, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-check__label {
  font-weight: 600; }

/* line 13628, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-inline .b-form-group, .b-form-inline .c-tabs__search, .b-form-inline .c-ar-contact-form__form-group, .b-form-inline .c-search__form-group, .b-form-inline .c-form-contact-footer__form-group {
  width: 100%; }

/* line 13632, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-spinners {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  border-radius: 7px;
  border: none;
  background-color: #ffffff;
  padding-right: 2.5rem; }

/* line 13641, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-spinners::-webkit-outer-spin-button, .b-form-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZXZyb25zLXVwLWRvd24iPjxwYXRoIGQ9Im03IDE1IDUgNSA1LTUiLz48cGF0aCBkPSJtNyA5IDUtNSA1IDUiLz48L3N2Zz4=") no-repeat center center/21px;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2rem;
  border: none;
  cursor: pointer; }

/* line 13653, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-spinners::-webkit-inner-spin-button {
  transform: scale(1.5);
  transform-origin: center right;
  margin-right: 7px; }

/* line 13658, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-spinners:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 140, 46, 0.25);
  outline: none; }

/* line 13663, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-error {
  width: 100%;
  margin-top: 0.624295077rem;
  color: #ca2323;
  font-size: 0.7901234568rem; }

@media (min-width: 576px) {
  /* line 13670, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-form-error {
    font-size: 0.8888888889rem; } }
/* line 13675, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-select, .p-author-profile .p-author-profile__sort-select, .g-review-articles__main .g-review-articles__select, .g-deal-features__select, .g-deal-options__select, .c-derivatives-filters__select, .c-options__select, .c-search__form-select {
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
  padding-right: calc(1.5em + 0.5rem);
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 1px solid #bebebe;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/assets/arrow-down-769a8b93f502ea00d2f2392168b2137b67013a0f32a468829574406a9690a171.svg);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: auto 6px;
  background-position: top 50% right 0.8em;
  color: #002b49;
  cursor: pointer; }

/* line 13696, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-select::-ms-expand, .p-author-profile .p-author-profile__sort-select::-ms-expand, .g-review-articles__main .g-review-articles__select::-ms-expand, .g-deal-features__select::-ms-expand, .g-deal-options__select::-ms-expand, .c-derivatives-filters__select::-ms-expand, .c-options__select::-ms-expand, .c-search__form-select::-ms-expand {
  display: none; }

/* line 13699, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-select:hover, .p-author-profile .p-author-profile__sort-select:hover, .g-review-articles__main .g-review-articles__select:hover, .g-deal-features__select:hover, .g-deal-options__select:hover, .c-derivatives-filters__select:hover, .c-options__select:hover, .c-search__form-select:hover {
  border-color: #8c8c8c; }

/* line 13702, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-select:focus, .p-author-profile .p-author-profile__sort-select:focus, .g-review-articles__main .g-review-articles__select:focus, .g-deal-features__select:focus, .g-deal-options__select:focus, .c-derivatives-filters__select:focus, .c-options__select:focus, .c-search__form-select:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 140, 46, 0.25);
  outline: none; }

/* line 13706, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-select option, .p-author-profile .p-author-profile__sort-select option, .g-review-articles__main .g-review-articles__select option, .g-deal-features__select option, .g-deal-options__select option, .c-derivatives-filters__select option, .c-options__select option, .c-search__form-select option {
  font-weight: 500; }

/* line 13709, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-select option:disabled, .p-author-profile .p-author-profile__sort-select option:disabled, .g-review-articles__main .g-review-articles__select option:disabled, .g-deal-features__select option:disabled, .g-deal-options__select option:disabled, .c-derivatives-filters__select option:disabled, .c-options__select option:disabled, .c-search__form-select option:disabled {
  color: #bebebe; }

/* line 13712, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-select:disabled, .p-author-profile .p-author-profile__sort-select:disabled, .g-review-articles__main .g-review-articles__select:disabled, .g-deal-features__select:disabled, .g-deal-options__select:disabled, .c-derivatives-filters__select:disabled, .c-options__select:disabled, .c-search__form-select:disabled, .b-form-select[aria-disabled=true], .p-author-profile [aria-disabled=true].p-author-profile__sort-select, .g-review-articles__main [aria-disabled=true].g-review-articles__select, [aria-disabled=true].g-deal-features__select, [aria-disabled=true].g-deal-options__select, [aria-disabled=true].c-derivatives-filters__select, [aria-disabled=true].c-options__select, [aria-disabled=true].c-search__form-select {
  color: #8c8c8c; }

/* line 13715, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-select::disabled:hover, .p-author-profile .p-author-profile__sort-select::disabled:hover, .g-review-articles__main .g-review-articles__select::disabled:hover, .g-deal-features__select::disabled:hover, .g-deal-options__select::disabled:hover, .c-derivatives-filters__select::disabled:hover, .c-options__select::disabled:hover, .c-search__form-select::disabled:hover, .b-form-select[aria-disabled=true], .p-author-profile [aria-disabled=true].p-author-profile__sort-select, .g-review-articles__main [aria-disabled=true].g-review-articles__select, [aria-disabled=true].g-deal-features__select, [aria-disabled=true].g-deal-options__select, [aria-disabled=true].c-derivatives-filters__select, [aria-disabled=true].c-options__select, [aria-disabled=true].c-search__form-select {
  border-color: #bebebe; }

/* line 13718, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-select--dark {
  background-image: url(/assets/arrow-down-gold-d22ac3deae075e10b11e3895dadf516aae777905490ab8c27db5aac4519c0a7b.svg);
  background-color: #002b49;
  color: #ac8c2e;
  border-color: rgba(255, 255, 255, 0.5); }

/* line 13724, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-select--dark-alternative, .g-review-articles__main .g-review-articles__select {
  background-image: url(/assets/arrow-down-white-b3ad525e4211b78da59626ba9156c0290e2b67881bd952dcec3346c17f8c9f22.svg);
  background-color: #002b49;
  color: #ffffff; }

/* line 13729, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-select--dark-alternative:focus, .g-review-articles__main .g-review-articles__select:focus {
  background-color: #002b49;
  color: #ffffff; }

/* line 13733, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-select.is-valid, .p-author-profile .is-valid.p-author-profile__sort-select, .g-review-articles__main .is-valid.g-review-articles__select, .is-valid.g-deal-features__select, .is-valid.g-deal-options__select, .is-valid.c-derivatives-filters__select, .is-valid.c-options__select, .is-valid.c-search__form-select {
  border-color: #00a651;
  padding-right: calc(1.5em + 0.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

/* line 13741, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-select.is-invalid, .p-author-profile .is-invalid.p-author-profile__sort-select, .g-review-articles__main .is-invalid.g-review-articles__select, .is-invalid.g-deal-features__select, .is-invalid.g-deal-options__select, .is-invalid.c-derivatives-filters__select, .is-invalid.c-options__select, .is-invalid.c-search__form-select {
  border-color: #ca2323;
  padding-right: calc(1.5em + 0.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

/* line 13750, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-other-options__option {
  display: flex;
  align-items: center; }

/* line 13754, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-other-options__remove {
  margin-left: 1em; }

/* line 13757, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-other-options__option:first-of-type .b-other-options__remove {
  display: none; }

/* line 13761, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox, .c-list-table__custom-check,
.c-checkbox__slider {
  margin-bottom: 1rem;
  padding-left: 2rem; }

/* line 13766, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox.is-invalid .custom-control-label::before, .custom-checkbox.is-invalid .c-list-table__label::before, .is-invalid.c-list-table__custom-check .custom-control-label::before, .is-invalid.c-list-table__custom-check .c-list-table__label::before,
.c-checkbox__slider.is-invalid .custom-control-label::before,
.c-checkbox__slider.is-invalid .c-list-table__label::before {
  border: 2px solid #ca2323; }

/* line 13771, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, .custom-checkbox .custom-control-input:checked ~ .c-list-table__label:before, .custom-checkbox .c-list-table__input:checked ~ .custom-control-label:before, .custom-checkbox .c-list-table__input:checked ~ .c-list-table__label:before, .c-list-table__custom-check .custom-control-input:checked ~ .custom-control-label:before, .c-list-table__custom-check .custom-control-input:checked ~ .c-list-table__label:before, .c-list-table__custom-check .c-list-table__input:checked ~ .custom-control-label:before, .c-list-table__custom-check .c-list-table__input:checked ~ .c-list-table__label:before,
.c-checkbox__slider .custom-control-input:checked ~ .custom-control-label:before,
.c-checkbox__slider .custom-control-input:checked ~ .c-list-table__label:before,
.c-checkbox__slider .c-list-table__input:checked ~ .custom-control-label:before,
.c-checkbox__slider .c-list-table__input:checked ~ .c-list-table__label:before {
  background-color: #ffffff;
  border-color: #00a651; }

/* line 13779, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after, .custom-checkbox .custom-control-input:checked ~ .c-list-table__label:after, .custom-checkbox .c-list-table__input:checked ~ .custom-control-label:after, .custom-checkbox .c-list-table__input:checked ~ .c-list-table__label:after, .c-list-table__custom-check .custom-control-input:checked ~ .custom-control-label:after, .c-list-table__custom-check .custom-control-input:checked ~ .c-list-table__label:after, .c-list-table__custom-check .c-list-table__input:checked ~ .custom-control-label:after, .c-list-table__custom-check .c-list-table__input:checked ~ .c-list-table__label:after,
.c-checkbox__slider .custom-control-input:checked ~ .custom-control-label:after,
.c-checkbox__slider .custom-control-input:checked ~ .c-list-table__label:after,
.c-checkbox__slider .c-list-table__input:checked ~ .custom-control-label:after,
.c-checkbox__slider .c-list-table__input:checked ~ .c-list-table__label:after {
  content: "";
  height: 18px;
  width: 18px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618394429/icons/tick-green_qqaqd5.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center center;
  top: 2px;
  left: -29px;
  padding: 0; }

/* line 13796, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before, .custom-checkbox .custom-control-input:disabled:checked ~ .c-list-table__label:before, .custom-checkbox .c-list-table__input:disabled:checked ~ .custom-control-label:before, .custom-checkbox .c-list-table__input:disabled:checked ~ .c-list-table__label:before, .c-list-table__custom-check .custom-control-input:disabled:checked ~ .custom-control-label:before, .c-list-table__custom-check .custom-control-input:disabled:checked ~ .c-list-table__label:before, .c-list-table__custom-check .c-list-table__input:disabled:checked ~ .custom-control-label:before, .c-list-table__custom-check .c-list-table__input:disabled:checked ~ .c-list-table__label:before,
.c-checkbox__slider .custom-control-input:disabled:checked ~ .custom-control-label:before,
.c-checkbox__slider .custom-control-input:disabled:checked ~ .c-list-table__label:before,
.c-checkbox__slider .c-list-table__input:disabled:checked ~ .custom-control-label:before,
.c-checkbox__slider .c-list-table__input:disabled:checked ~ .c-list-table__label:before {
  background-color: #e9ecef;
  border-color: #bebebe; }

/* line 13804, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:after, .custom-checkbox .custom-control-input:disabled:checked ~ .c-list-table__label:after, .custom-checkbox .c-list-table__input:disabled:checked ~ .custom-control-label:after, .custom-checkbox .c-list-table__input:disabled:checked ~ .c-list-table__label:after, .c-list-table__custom-check .custom-control-input:disabled:checked ~ .custom-control-label:after, .c-list-table__custom-check .custom-control-input:disabled:checked ~ .c-list-table__label:after, .c-list-table__custom-check .c-list-table__input:disabled:checked ~ .custom-control-label:after, .c-list-table__custom-check .c-list-table__input:disabled:checked ~ .c-list-table__label:after,
.c-checkbox__slider .custom-control-input:disabled:checked ~ .custom-control-label:after,
.c-checkbox__slider .custom-control-input:disabled:checked ~ .c-list-table__label:after,
.c-checkbox__slider .c-list-table__input:disabled:checked ~ .custom-control-label:after,
.c-checkbox__slider .c-list-table__input:disabled:checked ~ .c-list-table__label:after {
  display: none; }

/* line 13811, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox .custom-control-label, .custom-checkbox .c-list-table__label, .c-list-table__custom-check .custom-control-label, .c-list-table__custom-check .c-list-table__label,
.c-checkbox__slider .custom-control-label,
.c-checkbox__slider .c-list-table__label {
  font-weight: 600; }

/* line 13816, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox .custom-control-label:before, .custom-checkbox .c-list-table__label:before, .c-list-table__custom-check .custom-control-label:before, .c-list-table__custom-check .c-list-table__label:before,
.c-checkbox__slider .custom-control-label:before,
.c-checkbox__slider .c-list-table__label:before {
  background-color: #ffffff;
  color: #00a651;
  border: 1px solid #bebebe;
  width: 1.5rem;
  height: 1.5rem;
  top: 0rem;
  left: -2rem; }

/* line 13827, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox .custom-control-label__small, .c-list-table__custom-check .custom-control-label__small,
.c-checkbox__slider .custom-control-label__small {
  color: #8c8c8c;
  font-size: 14px;
  margin-right: 3px;
  text-transform: uppercase; }

/* line 13834, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox .c-checkbox__slider--switch, .c-list-table__custom-check .c-checkbox__slider--switch,
.c-checkbox__slider .c-checkbox__slider--switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 0; }

/* line 13842, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox .c-checkbox__slider--switch input, .c-list-table__custom-check .c-checkbox__slider--switch input,
.c-checkbox__slider .c-checkbox__slider--switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* line 13848, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox .c-checkbox__slider--slide, .c-list-table__custom-check .c-checkbox__slider--slide,
.c-checkbox__slider .c-checkbox__slider--slide {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bebebe;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px; }

/* line 13861, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox .c-checkbox__slider--slide:before, .c-list-table__custom-check .c-checkbox__slider--slide:before,
.c-checkbox__slider .c-checkbox__slider--slide:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%; }

/* line 13874, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox input:checked + .c-checkbox__slider--slide, .c-list-table__custom-check input:checked + .c-checkbox__slider--slide,
.c-checkbox__slider input:checked + .c-checkbox__slider--slide {
  background-color: #002b49; }

/* line 13878, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox input:focus + .c-checkbox__slider--slide, .c-list-table__custom-check input:focus + .c-checkbox__slider--slide,
.c-checkbox__slider input:focus + .c-checkbox__slider--slide {
  box-shadow: 0 0 1px #002b49; }

/* line 13882, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox input:checked + .c-checkbox__slider--slide:before, .c-list-table__custom-check input:checked + .c-checkbox__slider--slide:before,
.c-checkbox__slider input:checked + .c-checkbox__slider--slide:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* line 13888, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox .c-checkbox__slider--label, .c-list-table__custom-check .c-checkbox__slider--label,
.c-checkbox__slider .c-checkbox__slider--label {
  font-weight: 600;
  margin: 0; }

/* line 13894, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-checkbox__slider {
  padding-left: 0;
  display: inline-block;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  font-weight: 400; }

/* line 13904, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox-lg .custom-control-input:checked ~ .custom-control-label:after, .custom-checkbox-lg .custom-control-input:checked ~ .c-list-table__label:after, .custom-checkbox-lg .c-list-table__input:checked ~ .custom-control-label:after, .custom-checkbox-lg .c-list-table__input:checked ~ .c-list-table__label:after {
  width: 2rem;
  height: 2rem;
  background-size: 1.75rem;
  top: -0.25rem;
  left: -2.5rem; }

/* line 13911, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox-lg .custom-control-label:before, .custom-checkbox-lg .c-list-table__label:before {
  width: 2rem;
  height: 2rem;
  top: -0.25rem;
  left: -2.5rem; }

/* line 13918, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox-xl {
  padding-left: 3.5rem; }

/* line 13921, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox-xl .custom-control-input:checked ~ .custom-control-label:after, .custom-checkbox-xl .custom-control-input:checked ~ .c-list-table__label:after, .custom-checkbox-xl .c-list-table__input:checked ~ .custom-control-label:after, .custom-checkbox-xl .c-list-table__input:checked ~ .c-list-table__label:after {
  width: 1.8rem;
  height: 1.5rem;
  background-size: 1.8rem;
  top: 0.15rem;
  left: -3.4rem; }

/* line 13928, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox-xl .custom-control-label:before, .custom-checkbox-xl .c-list-table__label:before {
  width: 2rem;
  height: 2rem;
  top: 0;
  left: -3.5rem; }

/* line 13934, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-checkbox-xl .custom-control-label:after, .custom-checkbox-xl .c-list-table__label:after {
  width: 1.8rem;
  height: 1.5rem;
  top: 0;
  left: -3.4rem; }

/* line 13941, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-radio, .c-list-table__custom-radio {
  margin-bottom: 1rem;
  padding-left: 2rem; }

/* line 13945, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label:before, .custom-radio .custom-control-input:checked ~ .c-list-table__label:before, .custom-radio .c-list-table__input:checked ~ .custom-control-label:before, .custom-radio .c-list-table__input:checked ~ .c-list-table__label:before, .c-list-table__custom-radio .custom-control-input:checked ~ .custom-control-label:before, .c-list-table__custom-radio .custom-control-input:checked ~ .c-list-table__label:before, .c-list-table__custom-radio .c-list-table__input:checked ~ .custom-control-label:before, .c-list-table__custom-radio .c-list-table__input:checked ~ .c-list-table__label:before {
  background-color: #ffffff;
  border-color: #00a651; }

/* line 13949, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label:after, .custom-radio .custom-control-input:checked ~ .c-list-table__label:after, .custom-radio .c-list-table__input:checked ~ .custom-control-label:after, .custom-radio .c-list-table__input:checked ~ .c-list-table__label:after, .c-list-table__custom-radio .custom-control-input:checked ~ .custom-control-label:after, .c-list-table__custom-radio .custom-control-input:checked ~ .c-list-table__label:after, .c-list-table__custom-radio .c-list-table__input:checked ~ .custom-control-label:after, .c-list-table__custom-radio .c-list-table__input:checked ~ .c-list-table__label:after {
  content: "";
  height: 18px;
  width: 18px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618394429/icons/tick-green_qqaqd5.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  top: 3px;
  left: -29px;
  padding: 0; }

/* line 13962, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-radio .custom-control-label, .custom-radio .c-list-table__label, .c-list-table__custom-radio .custom-control-label, .c-list-table__custom-radio .c-list-table__label {
  font-weight: 600; }

/* line 13965, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-radio .custom-control-label:before, .custom-radio .c-list-table__label:before, .c-list-table__custom-radio .custom-control-label:before, .c-list-table__custom-radio .c-list-table__label:before {
  background-color: #ffffff;
  color: #00a651;
  border: 1px solid #bebebe;
  width: 1.5rem;
  height: 1.5rem;
  top: 0rem;
  left: -2rem; }

/* line 13974, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.custom-radio .custom-control-label__small, .c-list-table__custom-radio .custom-control-label__small {
  color: #8c8c8c;
  font-size: 14px;
  margin-right: 3px;
  text-transform: uppercase; }

/* line 13981, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-radio-as-button {
  width: auto; }

/* line 13984, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-radio-as-button--center {
  text-align: center; }

/* line 13987, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-radio-as-button--center__label {
  align-items: center; }

/* line 13990, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-radio-as-button__input {
  position: absolute;
  opacity: 0;
  z-index: -1; }

/* line 13995, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-radio-as-button__label {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 12px 40px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #99aab6;
  border-radius: 7px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  font-weight: 600;
  font-size: 1.125rem; }

@media (min-width: 576px) {
  /* line 14010, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-radio-as-button__label {
    font-size: 1.125rem; } }
@media (min-width: 768px) {
  /* line 14015, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-radio-as-button__label {
    font-size: 1.265625rem; } }
/* line 14019, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-radio-as-button__label--disabled {
  background-color: #ccd5db;
  border: 1px solid #99aab6;
  color: #99aab6;
  cursor: not-allowed; }

/* line 14025, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-radio-as-button__label--disabled:hover {
  background-color: #ccd5db; }

/* line 14028, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-radio-as-button__label small {
  font-size: -0.0625rem !important;
  font-weight: 400; }

/* line 14032, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-radio-as-button__label:hover {
  background-color: #e6e6e6; }

/* line 14035, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-radio-as-button__input:checked + .c-radio-as-button__label {
  background-color: #002b49;
  color: #fff;
  border-color: #002b49; }

/* line 14041, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-checkbox-as-button {
  width: auto;
  position: relative; }

/* line 14045, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-checkbox-as-button__input {
  position: absolute;
  opacity: 0;
  z-index: -1; }

/* line 14050, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-checkbox-as-button__input:checked ~ .c-checkbox-as-button__label .custom-control-input ~ .custom-control-label:before, .c-checkbox-as-button__input:checked ~ .c-checkbox-as-button__label .custom-control-input ~ .c-list-table__label:before, .c-checkbox-as-button__input:checked ~ .c-checkbox-as-button__label .c-list-table__input ~ .custom-control-label:before, .c-checkbox-as-button__input:checked ~ .c-checkbox-as-button__label .c-list-table__input ~ .c-list-table__label:before {
  background-color: #ffffff;
  border-color: #00a651;
  top: 0;
  left: -2rem; }

/* line 14056, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-checkbox-as-button__input:checked ~ .c-checkbox-as-button__label .custom-control-input ~ .custom-control-label:after, .c-checkbox-as-button__input:checked ~ .c-checkbox-as-button__label .custom-control-input ~ .c-list-table__label:after, .c-checkbox-as-button__input:checked ~ .c-checkbox-as-button__label .c-list-table__input ~ .custom-control-label:after, .c-checkbox-as-button__input:checked ~ .c-checkbox-as-button__label .c-list-table__input ~ .c-list-table__label:after {
  content: "";
  height: 2rem;
  width: 2rem;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618394429/icons/tick-green_qqaqd5.svg");
  background-repeat: no-repeat;
  background-size: 1.75rem;
  background-position: center;
  top: 0;
  left: -2rem;
  padding: 0; }

/* line 14069, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-checkbox-as-button__input:not(:checked) ~ .c-checkbox-as-button__label .custom-control-input ~ .custom-control-label:before, .c-checkbox-as-button__input:not(:checked) ~ .c-checkbox-as-button__label .custom-control-input ~ .c-list-table__label:before, .c-checkbox-as-button__input:not(:checked) ~ .c-checkbox-as-button__label .c-list-table__input ~ .custom-control-label:before, .c-checkbox-as-button__input:not(:checked) ~ .c-checkbox-as-button__label .c-list-table__input ~ .c-list-table__label:before {
  background-color: #ffffff;
  border-color: #bebebe;
  top: 0;
  left: -2rem; }

/* line 14075, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-checkbox-as-button__input:not(:checked) ~ .c-checkbox-as-button__label .custom-control-input ~ .custom-control-label:after, .c-checkbox-as-button__input:not(:checked) ~ .c-checkbox-as-button__label .custom-control-input ~ .c-list-table__label:after, .c-checkbox-as-button__input:not(:checked) ~ .c-checkbox-as-button__label .c-list-table__input ~ .custom-control-label:after, .c-checkbox-as-button__input:not(:checked) ~ .c-checkbox-as-button__label .c-list-table__input ~ .c-list-table__label:after {
  display: none; }

/* line 14078, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-checkbox-as-button__label {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 40px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #99aab6;
  border-radius: 7px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.125rem; }

@media (min-width: 576px) {
  /* line 14092, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-checkbox-as-button__label {
    font-size: 1.125rem; } }
@media (min-width: 768px) {
  /* line 14097, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-checkbox-as-button__label {
    font-size: 1.265625rem; } }
/* line 14101, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-checkbox-as-button__label--disabled {
  background-color: #ccd5db;
  border: 1px solid #99aab6;
  color: #99aab6;
  cursor: not-allowed; }

/* line 14107, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-checkbox-as-button__label .custom-checkbox, .c-checkbox-as-button__label .c-list-table__custom-check {
  margin: 0;
  margin-right: 12px;
  padding-left: 2rem; }

/* line 14112, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-checkbox-as-button__label .custom-checkbox .custom-control-input, .c-checkbox-as-button__label .custom-checkbox .c-list-table__input, .c-checkbox-as-button__label .c-list-table__custom-check .custom-control-input, .c-checkbox-as-button__label .c-list-table__custom-check .c-list-table__input {
  pointer-events: none; }

/* line 14115, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-checkbox-as-button__label .custom-checkbox .custom-control-label, .c-checkbox-as-button__label .custom-checkbox .c-list-table__label, .c-checkbox-as-button__label .c-list-table__custom-check .custom-control-label, .c-checkbox-as-button__label .c-list-table__custom-check .c-list-table__label {
  pointer-events: none; }

/* line 14118, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-checkbox-as-button__label .custom-checkbox .custom-control-label:before, .c-checkbox-as-button__label .custom-checkbox .c-list-table__label:before, .c-checkbox-as-button__label .c-list-table__custom-check .custom-control-label:before, .c-checkbox-as-button__label .c-list-table__custom-check .c-list-table__label:before {
  width: 2rem;
  height: 2rem;
  top: -0.25rem;
  left: -2.5rem; }

/* line 14124, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-checkbox-as-button__label small {
  font-size: -0.0625rem !important;
  font-weight: 400; }

/* line 14129, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-search {
  position: relative;
  width: 100%; }

/* line 14133, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-search__input {
  width: 100%;
  height: 56px;
  padding-right: 56px;
  padding-left: 16px;
  border-radius: 7px;
  font-size: 1rem; }

@media (min-width: 576px) {
  /* line 14142, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-form-search__input {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 14147, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-form-search__input {
    font-size: 1.125rem; } }
/* line 14151, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-search__input::placeholder {
  color: #bebebe; }

/* line 14154, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-search__input:focus {
  border-color: #002b49;
  box-shadow: none;
  outline: none; }

/* line 14159, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-form-search__icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  pointer-events: none;
  background-image: url(/assets/magnifying-glass-7f29d87abd6b60972d7b07f99b787ca46ce519c0d2afb7e75625baaf3c8069fb.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

/* line 14173, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-container, .g-content--footnotes .g-content__wrap,
.l-container,
.p-specialist-leasing .g-car-cards .l-container-mark,
.p-specialist-leasing .g-car-cards .p-business-leasing .g-features__wrap,
.p-business-leasing .p-specialist-leasing .g-car-cards .g-features__wrap,
.p-specialist-leasing .g-car-cards .c-trust-cues--perfect-car,
.p-specialist-leasing .g-car-cards .g-badges--jumbo,
.p-specialist-leasing .g-car-cards .g-trust-cue-main,
.p-specialist-leasing .g-car-cards .g-quote__terms,
.p-specialist-leasing .g-car-cards .g-content--full .g-content__wrap,
.g-content--full .p-specialist-leasing .g-car-cards .g-content__wrap,
.p-contact-us .g-content__wrap,
.p-partnership .g-signposts--panels .row,
.p-partnership .g-signposts--panels .c-secondary-cta #c-search__model-results-hero,
.c-secondary-cta .p-partnership .g-signposts--panels #c-search__model-results-hero,
.p-partnership .g-signposts--panels .c-secondary-cta #c-search__model-results,
.c-secondary-cta .p-partnership .g-signposts--panels #c-search__model-results,
.p-partnership .g-signposts--panels .c-card__sections,
.p-partnership .g-signposts--panels .c-filters__triggers-content,
.p-partnership .g-signposts--panels .c-modal-enquire__header,
.p-partnership .g-signposts--panels .c-tabs__content-wrap,
.p-partnership .g-signposts--panels .c-list-ticks,
.p-partnership .g-signposts--panels .c-ev-fuel-tax-calculator,
.p-partnership .g-signposts--panels .g-order__row,
.p-partnership .g-signposts--panels .g-guide-index-list .c-list-index,
.g-guide-index-list .p-partnership .g-signposts--panels .c-list-index,
.p-motorway .g-signposts .row,
.p-motorway .g-signposts .c-secondary-cta #c-search__model-results-hero,
.c-secondary-cta .p-motorway .g-signposts #c-search__model-results-hero,
.p-motorway .g-signposts .c-secondary-cta #c-search__model-results,
.c-secondary-cta .p-motorway .g-signposts #c-search__model-results,
.p-motorway .g-signposts .c-card__sections,
.p-motorway .g-signposts .c-filters__triggers-content,
.p-motorway .g-signposts .c-modal-enquire__header,
.p-motorway .g-signposts .c-tabs__content-wrap,
.p-motorway .g-signposts .c-list-ticks,
.p-motorway .g-signposts .c-ev-fuel-tax-calculator,
.p-motorway .g-signposts .g-order__row,
.p-motorway .g-signposts .g-guide-index-list .c-list-index,
.g-guide-index-list .p-motorway .g-signposts .c-list-index,
.g-quote__details {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  /* line 14221, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-container, .g-content--footnotes .g-content__wrap,
  .l-container,
  .p-specialist-leasing .g-car-cards .l-container-mark,
  .p-specialist-leasing .g-car-cards .p-business-leasing .g-features__wrap,
  .p-business-leasing .p-specialist-leasing .g-car-cards .g-features__wrap,
  .p-specialist-leasing .g-car-cards .c-trust-cues--perfect-car,
  .p-specialist-leasing .g-car-cards .g-badges--jumbo,
  .p-specialist-leasing .g-car-cards .g-trust-cue-main,
  .p-specialist-leasing .g-car-cards .g-quote__terms,
  .p-specialist-leasing .g-car-cards .g-content--full .g-content__wrap,
  .g-content--full .p-specialist-leasing .g-car-cards .g-content__wrap,
  .p-contact-us .g-content__wrap,
  .p-partnership .g-signposts--panels .row,
  .p-partnership .g-signposts--panels .c-secondary-cta #c-search__model-results-hero,
  .c-secondary-cta .p-partnership .g-signposts--panels #c-search__model-results-hero,
  .p-partnership .g-signposts--panels .c-secondary-cta #c-search__model-results,
  .c-secondary-cta .p-partnership .g-signposts--panels #c-search__model-results,
  .p-partnership .g-signposts--panels .c-card__sections,
  .p-partnership .g-signposts--panels .c-filters__triggers-content,
  .p-partnership .g-signposts--panels .c-modal-enquire__header,
  .p-partnership .g-signposts--panels .c-tabs__content-wrap,
  .p-partnership .g-signposts--panels .c-list-ticks,
  .p-partnership .g-signposts--panels .c-ev-fuel-tax-calculator,
  .p-partnership .g-signposts--panels .g-order__row,
  .p-partnership .g-signposts--panels .g-guide-index-list .c-list-index,
  .g-guide-index-list .p-partnership .g-signposts--panels .c-list-index,
  .p-motorway .g-signposts .row,
  .p-motorway .g-signposts .c-secondary-cta #c-search__model-results-hero,
  .c-secondary-cta .p-motorway .g-signposts #c-search__model-results-hero,
  .p-motorway .g-signposts .c-secondary-cta #c-search__model-results,
  .c-secondary-cta .p-motorway .g-signposts #c-search__model-results,
  .p-motorway .g-signposts .c-card__sections,
  .p-motorway .g-signposts .c-filters__triggers-content,
  .p-motorway .g-signposts .c-modal-enquire__header,
  .p-motorway .g-signposts .c-tabs__content-wrap,
  .p-motorway .g-signposts .c-list-ticks,
  .p-motorway .g-signposts .c-ev-fuel-tax-calculator,
  .p-motorway .g-signposts .g-order__row,
  .p-motorway .g-signposts .g-guide-index-list .c-list-index,
  .g-guide-index-list .p-motorway .g-signposts .c-list-index,
  .g-quote__details {
    max-width: 540px; } }
@media (min-width: 768px) {
  /* line 14266, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-container, .g-content--footnotes .g-content__wrap,
  .l-container,
  .p-specialist-leasing .g-car-cards .l-container-mark,
  .p-specialist-leasing .g-car-cards .p-business-leasing .g-features__wrap,
  .p-business-leasing .p-specialist-leasing .g-car-cards .g-features__wrap,
  .p-specialist-leasing .g-car-cards .c-trust-cues--perfect-car,
  .p-specialist-leasing .g-car-cards .g-badges--jumbo,
  .p-specialist-leasing .g-car-cards .g-trust-cue-main,
  .p-specialist-leasing .g-car-cards .g-quote__terms,
  .p-specialist-leasing .g-car-cards .g-content--full .g-content__wrap,
  .g-content--full .p-specialist-leasing .g-car-cards .g-content__wrap,
  .p-contact-us .g-content__wrap,
  .p-partnership .g-signposts--panels .row,
  .p-partnership .g-signposts--panels .c-secondary-cta #c-search__model-results-hero,
  .c-secondary-cta .p-partnership .g-signposts--panels #c-search__model-results-hero,
  .p-partnership .g-signposts--panels .c-secondary-cta #c-search__model-results,
  .c-secondary-cta .p-partnership .g-signposts--panels #c-search__model-results,
  .p-partnership .g-signposts--panels .c-card__sections,
  .p-partnership .g-signposts--panels .c-filters__triggers-content,
  .p-partnership .g-signposts--panels .c-modal-enquire__header,
  .p-partnership .g-signposts--panels .c-tabs__content-wrap,
  .p-partnership .g-signposts--panels .c-list-ticks,
  .p-partnership .g-signposts--panels .c-ev-fuel-tax-calculator,
  .p-partnership .g-signposts--panels .g-order__row,
  .p-partnership .g-signposts--panels .g-guide-index-list .c-list-index,
  .g-guide-index-list .p-partnership .g-signposts--panels .c-list-index,
  .p-motorway .g-signposts .row,
  .p-motorway .g-signposts .c-secondary-cta #c-search__model-results-hero,
  .c-secondary-cta .p-motorway .g-signposts #c-search__model-results-hero,
  .p-motorway .g-signposts .c-secondary-cta #c-search__model-results,
  .c-secondary-cta .p-motorway .g-signposts #c-search__model-results,
  .p-motorway .g-signposts .c-card__sections,
  .p-motorway .g-signposts .c-filters__triggers-content,
  .p-motorway .g-signposts .c-modal-enquire__header,
  .p-motorway .g-signposts .c-tabs__content-wrap,
  .p-motorway .g-signposts .c-list-ticks,
  .p-motorway .g-signposts .c-ev-fuel-tax-calculator,
  .p-motorway .g-signposts .g-order__row,
  .p-motorway .g-signposts .g-guide-index-list .c-list-index,
  .g-guide-index-list .p-motorway .g-signposts .c-list-index,
  .g-quote__details {
    max-width: 720px; } }
@media (min-width: 992px) {
  /* line 14311, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-container, .g-content--footnotes .g-content__wrap,
  .l-container,
  .p-specialist-leasing .g-car-cards .l-container-mark,
  .p-specialist-leasing .g-car-cards .p-business-leasing .g-features__wrap,
  .p-business-leasing .p-specialist-leasing .g-car-cards .g-features__wrap,
  .p-specialist-leasing .g-car-cards .c-trust-cues--perfect-car,
  .p-specialist-leasing .g-car-cards .g-badges--jumbo,
  .p-specialist-leasing .g-car-cards .g-trust-cue-main,
  .p-specialist-leasing .g-car-cards .g-quote__terms,
  .p-specialist-leasing .g-car-cards .g-content--full .g-content__wrap,
  .g-content--full .p-specialist-leasing .g-car-cards .g-content__wrap,
  .p-contact-us .g-content__wrap,
  .p-partnership .g-signposts--panels .row,
  .p-partnership .g-signposts--panels .c-secondary-cta #c-search__model-results-hero,
  .c-secondary-cta .p-partnership .g-signposts--panels #c-search__model-results-hero,
  .p-partnership .g-signposts--panels .c-secondary-cta #c-search__model-results,
  .c-secondary-cta .p-partnership .g-signposts--panels #c-search__model-results,
  .p-partnership .g-signposts--panels .c-card__sections,
  .p-partnership .g-signposts--panels .c-filters__triggers-content,
  .p-partnership .g-signposts--panels .c-modal-enquire__header,
  .p-partnership .g-signposts--panels .c-tabs__content-wrap,
  .p-partnership .g-signposts--panels .c-list-ticks,
  .p-partnership .g-signposts--panels .c-ev-fuel-tax-calculator,
  .p-partnership .g-signposts--panels .g-order__row,
  .p-partnership .g-signposts--panels .g-guide-index-list .c-list-index,
  .g-guide-index-list .p-partnership .g-signposts--panels .c-list-index,
  .p-motorway .g-signposts .row,
  .p-motorway .g-signposts .c-secondary-cta #c-search__model-results-hero,
  .c-secondary-cta .p-motorway .g-signposts #c-search__model-results-hero,
  .p-motorway .g-signposts .c-secondary-cta #c-search__model-results,
  .c-secondary-cta .p-motorway .g-signposts #c-search__model-results,
  .p-motorway .g-signposts .c-card__sections,
  .p-motorway .g-signposts .c-filters__triggers-content,
  .p-motorway .g-signposts .c-modal-enquire__header,
  .p-motorway .g-signposts .c-tabs__content-wrap,
  .p-motorway .g-signposts .c-list-ticks,
  .p-motorway .g-signposts .c-ev-fuel-tax-calculator,
  .p-motorway .g-signposts .g-order__row,
  .p-motorway .g-signposts .g-guide-index-list .c-list-index,
  .g-guide-index-list .p-motorway .g-signposts .c-list-index,
  .g-quote__details {
    max-width: 960px; } }
@media (min-width: 1200px) {
  /* line 14356, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-container, .g-content--footnotes .g-content__wrap,
  .l-container,
  .p-specialist-leasing .g-car-cards .l-container-mark,
  .p-specialist-leasing .g-car-cards .p-business-leasing .g-features__wrap,
  .p-business-leasing .p-specialist-leasing .g-car-cards .g-features__wrap,
  .p-specialist-leasing .g-car-cards .c-trust-cues--perfect-car,
  .p-specialist-leasing .g-car-cards .g-badges--jumbo,
  .p-specialist-leasing .g-car-cards .g-trust-cue-main,
  .p-specialist-leasing .g-car-cards .g-quote__terms,
  .p-specialist-leasing .g-car-cards .g-content--full .g-content__wrap,
  .g-content--full .p-specialist-leasing .g-car-cards .g-content__wrap,
  .p-contact-us .g-content__wrap,
  .p-partnership .g-signposts--panels .row,
  .p-partnership .g-signposts--panels .c-secondary-cta #c-search__model-results-hero,
  .c-secondary-cta .p-partnership .g-signposts--panels #c-search__model-results-hero,
  .p-partnership .g-signposts--panels .c-secondary-cta #c-search__model-results,
  .c-secondary-cta .p-partnership .g-signposts--panels #c-search__model-results,
  .p-partnership .g-signposts--panels .c-card__sections,
  .p-partnership .g-signposts--panels .c-filters__triggers-content,
  .p-partnership .g-signposts--panels .c-modal-enquire__header,
  .p-partnership .g-signposts--panels .c-tabs__content-wrap,
  .p-partnership .g-signposts--panels .c-list-ticks,
  .p-partnership .g-signposts--panels .c-ev-fuel-tax-calculator,
  .p-partnership .g-signposts--panels .g-order__row,
  .p-partnership .g-signposts--panels .g-guide-index-list .c-list-index,
  .g-guide-index-list .p-partnership .g-signposts--panels .c-list-index,
  .p-motorway .g-signposts .row,
  .p-motorway .g-signposts .c-secondary-cta #c-search__model-results-hero,
  .c-secondary-cta .p-motorway .g-signposts #c-search__model-results-hero,
  .p-motorway .g-signposts .c-secondary-cta #c-search__model-results,
  .c-secondary-cta .p-motorway .g-signposts #c-search__model-results,
  .p-motorway .g-signposts .c-card__sections,
  .p-motorway .g-signposts .c-filters__triggers-content,
  .p-motorway .g-signposts .c-modal-enquire__header,
  .p-motorway .g-signposts .c-tabs__content-wrap,
  .p-motorway .g-signposts .c-list-ticks,
  .p-motorway .g-signposts .c-ev-fuel-tax-calculator,
  .p-motorway .g-signposts .g-order__row,
  .p-motorway .g-signposts .g-guide-index-list .c-list-index,
  .g-guide-index-list .p-motorway .g-signposts .c-list-index,
  .g-quote__details {
    max-width: 1140px; } }
@media (min-width: 1500px) {
  /* line 14401, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-container, .g-content--footnotes .g-content__wrap,
  .l-container,
  .p-specialist-leasing .g-car-cards .l-container-mark,
  .p-specialist-leasing .g-car-cards .p-business-leasing .g-features__wrap,
  .p-business-leasing .p-specialist-leasing .g-car-cards .g-features__wrap,
  .p-specialist-leasing .g-car-cards .c-trust-cues--perfect-car,
  .p-specialist-leasing .g-car-cards .g-badges--jumbo,
  .p-specialist-leasing .g-car-cards .g-trust-cue-main,
  .p-specialist-leasing .g-car-cards .g-quote__terms,
  .p-specialist-leasing .g-car-cards .g-content--full .g-content__wrap,
  .g-content--full .p-specialist-leasing .g-car-cards .g-content__wrap,
  .p-contact-us .g-content__wrap,
  .p-partnership .g-signposts--panels .row,
  .p-partnership .g-signposts--panels .c-secondary-cta #c-search__model-results-hero,
  .c-secondary-cta .p-partnership .g-signposts--panels #c-search__model-results-hero,
  .p-partnership .g-signposts--panels .c-secondary-cta #c-search__model-results,
  .c-secondary-cta .p-partnership .g-signposts--panels #c-search__model-results,
  .p-partnership .g-signposts--panels .c-card__sections,
  .p-partnership .g-signposts--panels .c-filters__triggers-content,
  .p-partnership .g-signposts--panels .c-modal-enquire__header,
  .p-partnership .g-signposts--panels .c-tabs__content-wrap,
  .p-partnership .g-signposts--panels .c-list-ticks,
  .p-partnership .g-signposts--panels .c-ev-fuel-tax-calculator,
  .p-partnership .g-signposts--panels .g-order__row,
  .p-partnership .g-signposts--panels .g-guide-index-list .c-list-index,
  .g-guide-index-list .p-partnership .g-signposts--panels .c-list-index,
  .p-motorway .g-signposts .row,
  .p-motorway .g-signposts .c-secondary-cta #c-search__model-results-hero,
  .c-secondary-cta .p-motorway .g-signposts #c-search__model-results-hero,
  .p-motorway .g-signposts .c-secondary-cta #c-search__model-results,
  .c-secondary-cta .p-motorway .g-signposts #c-search__model-results,
  .p-motorway .g-signposts .c-card__sections,
  .p-motorway .g-signposts .c-filters__triggers-content,
  .p-motorway .g-signposts .c-modal-enquire__header,
  .p-motorway .g-signposts .c-tabs__content-wrap,
  .p-motorway .g-signposts .c-list-ticks,
  .p-motorway .g-signposts .c-ev-fuel-tax-calculator,
  .p-motorway .g-signposts .g-order__row,
  .p-motorway .g-signposts .g-guide-index-list .c-list-index,
  .g-guide-index-list .p-motorway .g-signposts .c-list-index,
  .g-quote__details {
    max-width: 1440px; } }
@media (min-width: 576px) {
  /* line 14446, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-container, .g-content--footnotes .g-content__wrap,
  .l-container,
  .p-specialist-leasing .g-car-cards .l-container-mark,
  .p-specialist-leasing .g-car-cards .p-business-leasing .g-features__wrap,
  .p-business-leasing .p-specialist-leasing .g-car-cards .g-features__wrap,
  .p-specialist-leasing .g-car-cards .c-trust-cues--perfect-car,
  .p-specialist-leasing .g-car-cards .g-badges--jumbo,
  .p-specialist-leasing .g-car-cards .g-trust-cue-main,
  .p-specialist-leasing .g-car-cards .g-quote__terms,
  .p-specialist-leasing .g-car-cards .g-content--full .g-content__wrap,
  .g-content--full .p-specialist-leasing .g-car-cards .g-content__wrap,
  .p-contact-us .g-content__wrap,
  .p-partnership .g-signposts--panels .row,
  .p-partnership .g-signposts--panels .c-secondary-cta #c-search__model-results-hero,
  .c-secondary-cta .p-partnership .g-signposts--panels #c-search__model-results-hero,
  .p-partnership .g-signposts--panels .c-secondary-cta #c-search__model-results,
  .c-secondary-cta .p-partnership .g-signposts--panels #c-search__model-results,
  .p-partnership .g-signposts--panels .c-card__sections,
  .p-partnership .g-signposts--panels .c-filters__triggers-content,
  .p-partnership .g-signposts--panels .c-modal-enquire__header,
  .p-partnership .g-signposts--panels .c-tabs__content-wrap,
  .p-partnership .g-signposts--panels .c-list-ticks,
  .p-partnership .g-signposts--panels .c-ev-fuel-tax-calculator,
  .p-partnership .g-signposts--panels .g-order__row,
  .p-partnership .g-signposts--panels .g-guide-index-list .c-list-index,
  .g-guide-index-list .p-partnership .g-signposts--panels .c-list-index,
  .p-motorway .g-signposts .row,
  .p-motorway .g-signposts .c-secondary-cta #c-search__model-results-hero,
  .c-secondary-cta .p-motorway .g-signposts #c-search__model-results-hero,
  .p-motorway .g-signposts .c-secondary-cta #c-search__model-results,
  .c-secondary-cta .p-motorway .g-signposts #c-search__model-results,
  .p-motorway .g-signposts .c-card__sections,
  .p-motorway .g-signposts .c-filters__triggers-content,
  .p-motorway .g-signposts .c-modal-enquire__header,
  .p-motorway .g-signposts .c-tabs__content-wrap,
  .p-motorway .g-signposts .c-list-ticks,
  .p-motorway .g-signposts .c-ev-fuel-tax-calculator,
  .p-motorway .g-signposts .g-order__row,
  .p-motorway .g-signposts .g-guide-index-list .c-list-index,
  .g-guide-index-list .p-motorway .g-signposts .c-list-index,
  .g-quote__details {
    padding-right: 30px;
    padding-left: 30px; } }
@media (min-width: 1500px) {
  /* line 14492, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-container, .g-content--footnotes .g-content__wrap,
  .l-container,
  .p-specialist-leasing .g-car-cards .l-container-mark,
  .p-specialist-leasing .g-car-cards .p-business-leasing .g-features__wrap,
  .p-business-leasing .p-specialist-leasing .g-car-cards .g-features__wrap,
  .p-specialist-leasing .g-car-cards .c-trust-cues--perfect-car,
  .p-specialist-leasing .g-car-cards .g-badges--jumbo,
  .p-specialist-leasing .g-car-cards .g-trust-cue-main,
  .p-specialist-leasing .g-car-cards .g-quote__terms,
  .p-specialist-leasing .g-car-cards .g-content--full .g-content__wrap,
  .g-content--full .p-specialist-leasing .g-car-cards .g-content__wrap,
  .p-contact-us .g-content__wrap,
  .p-partnership .g-signposts--panels .row,
  .p-partnership .g-signposts--panels .c-secondary-cta #c-search__model-results-hero,
  .c-secondary-cta .p-partnership .g-signposts--panels #c-search__model-results-hero,
  .p-partnership .g-signposts--panels .c-secondary-cta #c-search__model-results,
  .c-secondary-cta .p-partnership .g-signposts--panels #c-search__model-results,
  .p-partnership .g-signposts--panels .c-card__sections,
  .p-partnership .g-signposts--panels .c-filters__triggers-content,
  .p-partnership .g-signposts--panels .c-modal-enquire__header,
  .p-partnership .g-signposts--panels .c-tabs__content-wrap,
  .p-partnership .g-signposts--panels .c-list-ticks,
  .p-partnership .g-signposts--panels .c-ev-fuel-tax-calculator,
  .p-partnership .g-signposts--panels .g-order__row,
  .p-partnership .g-signposts--panels .g-guide-index-list .c-list-index,
  .g-guide-index-list .p-partnership .g-signposts--panels .c-list-index,
  .p-motorway .g-signposts .row,
  .p-motorway .g-signposts .c-secondary-cta #c-search__model-results-hero,
  .c-secondary-cta .p-motorway .g-signposts #c-search__model-results-hero,
  .p-motorway .g-signposts .c-secondary-cta #c-search__model-results,
  .c-secondary-cta .p-motorway .g-signposts #c-search__model-results,
  .p-motorway .g-signposts .c-card__sections,
  .p-motorway .g-signposts .c-filters__triggers-content,
  .p-motorway .g-signposts .c-modal-enquire__header,
  .p-motorway .g-signposts .c-tabs__content-wrap,
  .p-motorway .g-signposts .c-list-ticks,
  .p-motorway .g-signposts .c-ev-fuel-tax-calculator,
  .p-motorway .g-signposts .g-order__row,
  .p-motorway .g-signposts .g-guide-index-list .c-list-index,
  .g-guide-index-list .p-motorway .g-signposts .c-list-index,
  .g-quote__details {
    padding-right: 90px;
    padding-left: 90px; } }
/* line 14538, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-container-narrow,
.l-container-narrow {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  /* line 14547, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-container-narrow,
  .l-container-narrow {
    max-width: 540px; } }
@media (min-width: 768px) {
  /* line 14553, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-container-narrow,
  .l-container-narrow {
    max-width: 720px; } }
@media (min-width: 992px) {
  /* line 14559, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-container-narrow,
  .l-container-narrow {
    max-width: 960px; } }
@media (min-width: 1200px) {
  /* line 14565, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-container-narrow,
  .l-container-narrow {
    max-width: 1140px; } }
@media (min-width: 1500px) {
  /* line 14571, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-container-narrow,
  .l-container-narrow {
    max-width: 1440px; } }
@media (min-width: 576px) {
  /* line 14577, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-container-narrow,
  .l-container-narrow {
    padding-right: 30px;
    padding-left: 30px; } }
@media (min-width: 1500px) {
  /* line 14584, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-container-narrow,
  .l-container-narrow {
    padding-right: 90px;
    padding-left: 90px; } }
@media (min-width: 768px) {
  /* line 14591, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-container-narrow,
  .l-container-narrow {
    padding-right: 40px;
    padding-left: 40px; } }
@media (min-width: 992px) {
  /* line 14598, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-container-narrow,
  .l-container-narrow {
    padding-right: 170px;
    padding-left: 170px; } }
@media (min-width: 1500px) {
  /* line 14605, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-container-narrow,
  .l-container-narrow {
    padding-right: 335px;
    padding-left: 335px; } }
/* line 14612, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-container-fluid,
.l-container-fluid,
.g-badges,
.g-header,
.g-toolbar {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

/* line 14624, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-container-mark,
.l-container-mark,
.p-business-leasing .g-features__wrap,
.g-content--full .g-content__wrap,
.g-quote__terms,
.g-trust-cue-main,
.g-badges--jumbo,
.c-trust-cues--perfect-car {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  /* line 14639, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-container-mark,
  .l-container-mark,
  .p-business-leasing .g-features__wrap,
  .g-content--full .g-content__wrap,
  .g-quote__terms,
  .g-trust-cue-main,
  .g-badges--jumbo,
  .c-trust-cues--perfect-car {
    padding-right: 30px;
    padding-left: 30px; } }
@media (min-width: 1500px) {
  /* line 14652, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-container-mark,
  .l-container-mark,
  .p-business-leasing .g-features__wrap,
  .g-content--full .g-content__wrap,
  .g-quote__terms,
  .g-trust-cue-main,
  .g-badges--jumbo,
  .c-trust-cues--perfect-car {
    padding-right: 90px;
    padding-left: 90px; } }
/* line 14665, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-row, .g-deal-options__form,
.l-row,
.p-business-leasing .g-features__row,
.g-content__row,
.g-quote-overview__details,
.g-quote-summary__details,
.g-quote__wrap,
.c-cookies__content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

/* line 14679, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-container-mid,
.l-container-mid,
.l-deal__contents,
.g-content--contain .g-content__wrap,
.g-features__wrap,
.g-hero--make .c-modal-make,
.g-hero--perfect-car .c-modal-make,
.g-hero--model .c-modal-make,
.c-company-facts__slider,
.c-trust-cues__slider,
.c-trust-cues--make,
.c-trust-cues--make-light,
.c-trust-cues--model,
.c-hero-icon-collection__content {
  width: 100%;
  padding: 0 30px;
  max-width: 1733px;
  margin: 0 auto; }

@media (min-width: 768px) {
  /* line 14699, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .b-container-mid,
  .l-container-mid,
  .l-deal__contents,
  .g-content--contain .g-content__wrap,
  .g-features__wrap,
  .g-hero--make .c-modal-make,
  .g-hero--perfect-car .c-modal-make,
  .g-hero--model .c-modal-make,
  .c-company-facts__slider,
  .c-trust-cues__slider,
  .c-trust-cues--make,
  .c-trust-cues--make-light,
  .c-trust-cues--model,
  .c-hero-icon-collection__content {
    padding: 0 90px; } }
@media (min-width: 768px) {
  /* line 14718, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-container-mid--tight {
    padding: 0 70px; } }
@media (max-width: 360px) {
  /* line 14723, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-container-mid--tight {
    padding: 0 20px; } }
@media (max-width: 340px) {
  /* line 14728, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-container-mid--tight {
    padding: 0 12px; } }
@media (max-width: 320px) {
  /* line 14733, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-container-mid--tight {
    padding: 0 9px; } }
/* line 14738, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.tooltip .tooltip-inner {
  max-width: 320px;
  background-color: #002b49; }

/* line 14742, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.tooltip.show {
  opacity: 1; }

/* line 14746, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.tooltip--white .tooltip-inner {
  background-color: #ffffff;
  color: #002b49; }

/* line 14751, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bs-tooltip-left .arrow:before, .bs-tooltip-auto[x-placement^=left] .arrow:before {
  border-left-color: #002b49; }

/* line 14755, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.tooltip--white.bs-tooltip-left .arrow:before, .tooltip--white.bs-tooltip-auto[x-placement^=left] .arrow:before {
  border-left-color: #ffffff; }

/* line 14759, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bs-tooltip-right .arrow:before, .bs-tooltip-auto[x-placement^=right] .arrow:before {
  border-right-color: #002b49; }

/* line 14763, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.tooltip--white.bs-tooltip-right .arrow:before, .tooltip--white.bs-tooltip-auto[x-placement^=right] .arrow:before {
  border-right-color: #ffffff; }

/* line 14767, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bs-tooltip-top .arrow:before, .bs-tooltip-auto[x-placement^=top] .arrow:before {
  border-top-color: #002b49; }

/* line 14771, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.tooltip--white.bs-tooltip-top .arrow:before, .tooltip--white.bs-tooltip-auto[x-placement^=top] .arrow:before {
  border-top-color: #ffffff; }

/* line 14775, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.bs-tooltip-bottom .arrow:before, .bs-tooltip-auto[x-placement^=bottom] .arrow:before {
  border-bottom-color: #002b49; }

/* line 14779, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.tooltip--white.bs-tooltip-bottom .arrow:before, .tooltip--white.bs-tooltip-auto[x-placement^=bottom] .arrow:before {
  border-bottom-color: #ffffff; }

/* line 14783, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.sticky-wrapper--search {
  height: 0px !important; }

@media (max-width: 767.98px) {
  /* line 14787, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .sticky-wrapper--header {
    height: 62px; } }
/* line 14792, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.grecaptcha-badge {
  visibility: hidden; }

/* line 14796, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-loading {
  filter: brightness(25%); }

/* line 14800, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.u-full-width {
  left: 0;
  right: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%); }

/* line 14807, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero [data-toggle]:not(.show) {
  display: none; }

/* line 14811, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
[data-toggle-target] {
  max-height: 0;
  -webkit-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  overflow: hidden; }

/* line 14818, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
[data-toggle-target].show {
  max-height: 2000px; }

/* line 14822, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-switch--business {
  display: none !important; }

/* line 14826, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-business .is-switch--business {
  display: inline !important; }

/* line 14830, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-switch--personal {
  display: inline !important; }

/* line 14834, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-business .is-switch--personal {
  display: none !important; }

/* line 14838, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.scroll-snap-slider {
  gap: 10px !important; }

/* line 14842, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.scroll-snap-slide {
  flex-basis: 100% !important;
  scroll-snap-stop: always; }

@media (min-width: 768px) {
  /* line 14847, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .scroll-snap-slide {
    flex-basis: calc(50% - 5px) !important; } }
@media (min-width: 992px) {
  /* line 14852, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .scroll-snap-slide {
    flex-basis: calc(33.3% - 6.6px) !important; } }
@media (min-width: 1500px) {
  /* line 14857, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .scroll-snap-slide {
    flex-basis: calc(25% - 7.5px) !important; } }
/* line 14862, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.indicators {
  display: flex;
  justify-content: center;
  margin-top: -15px;
  margin-bottom: 10px; }

/* line 14868, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.indicators .arrow {
  background: transparent;
  border: 0;
  cursor: pointer;
  margin: 0 0.5rem; }

/* line 14874, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.indicators .arrow:focus {
  outline: none; }

/* line 14877, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.indicators .arrow svg {
  height: 100%;
  width: auto; }

/* line 14881, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.indicators .arrow.prev svg {
  transform: rotate(180deg); }

/* line 14884, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.indicators .arrow.disabled {
  cursor: not-allowed;
  opacity: 0.3; }

/* line 14888, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.indicators .arrow img {
  width: 40px; }

@media (min-width: 1500px) {
  /* line 14892, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .indicators {
    display: none; } }
/* line 14897, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-site-tabs {
  background: #002b49;
  display: inline-flex; }

/* line 14902, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-site-tabs__tab {
  padding: 0 0.624295077rem; }

/* line 14905, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-site-tabs__tab--active {
  background: #ffffff; }

@media (min-width: 768px) {
  /* line 14909, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-site-tabs__tab {
    padding: 0 1.125rem; } }
/* line 14914, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-site-tabs__link {
  line-height: 2;
  text-decoration: none;
  align-items: center;
  color: #ffffff;
  font-weight: 500; }

/* line 14921, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-site-tabs__link:visited {
  color: #ffffff; }

/* line 14924, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-site-tabs__link:hover, .c-site-tabs__link:active {
  color: #ffffff; }

/* line 14927, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-site-tabs__link:after {
  content: "";
  height: 18px;
  margin-left: 8px;
  vertical-align: text-bottom;
  width: 18px; }

/* line 14934, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .c-site-tabs__link {
  color: #ffffff; }

/* line 14937, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .c-site-tabs__link:visited {
  color: #ffffff; }

/* line 14940, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-site-tabs__tab--active .c-site-tabs__link {
  color: #ac8c2e; }

/* line 14943, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-site-tabs__tab--active .c-site-tabs__link:visited {
  color: #ac8c2e; }

/* line 14946, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-site-tabs__link--car-leasing:after {
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618302932/icons/car-white_ftosiq.svg") no-repeat center;
  background-size: 18px 15px; }

/* line 14950, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-site-tabs__tab--active .c-site-tabs__link--car-leasing:after {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1621856694/icons/car-blue_vkn27f.svg"); }

/* line 14953, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-site-tabs__link--van-leasing:after {
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618301913/icons/van-white_pcigew.svg") no-repeat center;
  background-size: 16px 20px; }

/* line 14957, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-site-tabs__tab--active .c-site-tabs__link--van-leasing:after {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1621856838/icons/van-blue_g0tn3j.svg"); }

/* line 14961, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trustpilot {
  background: #002b49;
  display: inline-flex;
  font-weight: 700;
  align-items: center;
  zoom: 0.9;
  padding-bottom: 1px; }

@media (min-width: 768px) {
  /* line 14970, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trustpilot {
    zoom: 1; } }
/* line 14974, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trustpilot a {
  display: flex;
  align-items: center; }

/* line 14978, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trustpilot--invert {
  background: none; }

/* line 14982, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trustpilot__logo {
  margin-right: 0.3897443431rem;
  height: 1.2em;
  width: auto; }

/* line 14987, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trustpilot--invert .c-trustpilot__logo {
  height: 1.8em;
  margin-top: -3px; }

/* line 14992, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trustpilot__stars {
  margin-right: 0.3897443431rem;
  height: 1.2em;
  display: inline-block;
  width: auto; }

/* line 14999, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trustpilot__score {
  color: #ffffff; }

/* line 15002, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trustpilot--invert .c-trustpilot__score {
  color: #002b49; }

/* line 15005, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trustpilot__score:after {
  content: "–";
  margin: 0 0.3897443431rem; }

/* line 15009, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trustpilot__reviews {
  color: #ac8c2e; }

/* line 15012, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .c-trustpilot__reviews {
  color: #ac8c2e; }

/* line 15016, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-site-info {
  background: #002b49;
  color: #ffffff;
  display: inline-flex;
  align-items: center; }

/* line 15023, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-site-info__text {
  margin: 0;
  padding-bottom: 1px; }

/* line 15027, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-site-info__text time {
  font-weight: 700; }

/* line 15031, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-site-info__link {
  padding: 0;
  margin: 0; }

/* line 15036, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-site-info__social {
  display: inline-flex;
  align-items: center;
  margin-left: 0.3897443431rem; }

/* line 15042, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-site-info__icon {
  width: 1.125rem;
  height: 1.125rem;
  display: block;
  margin-left: 3px; }

/* line 15049, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-internal {
  background: #000000;
  padding: 0.438462386rem 0;
  border-bottom: 1px solid #494949; }

/* line 15055, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-internal__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

/* line 15061, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-internal__item {
  display: inline;
  margin-right: 1.8020324707rem; }

/* line 15066, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-internal__primary {
  margin-left: 0.273729909rem; }

/* line 15070, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-internal__link {
  color: #ffffff;
  text-decoration: none; }

/* line 15075, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-internal__menu {
  width: 300px;
  background-color: #002b49;
  padding: 1rem; }

@media (min-width: 768px) {
  /* line 15081, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-internal__menu {
    width: 650px;
    left: -10px; } }
/* line 15086, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-internal__menu .c-list-table {
  margin-bottom: 0; }

/* line 15089, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-internal__menu .c-list-table__item {
  border-bottom: 1px solid #494949;
  padding: 0.1066846836rem 0; }

/* line 15093, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-internal__menu .c-list-table__title {
  width: 50%;
  padding-right: 1rem;
  color: #ffffff; }

/* line 15098, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-internal__menu .c-list-table__data {
  width: 50%;
  text-align: left;
  color: #ffffff; }

/* line 15104, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-notification {
  background-color: #00a651;
  color: #ffffff;
  font-size: 0.8888888889rem;
  font-weight: 700;
  padding: 0.3079461477rem 0.3079461477rem; }

@media (min-width: 1200px) {
  /* line 15112, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-notification {
    font-size: 1.125rem; } }
/* line 15116, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-notification--dark {
  background-color: #000000;
  color: #ffffff;
  font-size: 1.125rem; }

@media (min-width: 1200px) {
  /* line 15122, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-notification--dark {
    font-size: 1.423828125rem; } }
/* line 15127, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-notification__text {
  margin-bottom: 0;
  text-align: center;
  font-weight: 400; }

/* line 15132, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-notification__text a,
.c-notification__text a:visited {
  color: #ffffff; }

/* line 15136, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-notification__text p:last-of-type {
  margin-bottom: 0; }

/* line 15140, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-notification--with-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

/* line 15146, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-brand {
  display: inline-flex;
  align-items: center; }

@media (max-width: 991.98px) {
  /* line 15151, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-brand {
    margin-right: 1.8020324707rem; } }
/* line 15156, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-brand__image {
  display: inline-block;
  width: 100%;
  height: 30px;
  object-fit: contain; }

@media (max-width: 991.98px) {
  /* line 15163, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-brand__image {
    height: 36px; } }
@media (min-width: 768px) {
  /* line 15168, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-brand__image {
    height: 62px;
    width: 100%; } }
/* line 15174, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-brand__link-grovenor,
.c-brand__p-grovenor {
  display: none; }

/* line 15179, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu {
  display: inline-flex; }

/* line 15183, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__navbar {
  padding: 0;
  align-self: center;
  display: flex;
  align-items: center;
  position: relative; }

/* line 15191, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__trigger {
  margin: 0;
  padding: 0; }

/* line 15195, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__trigger .c-menu__item {
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block; }

/* line 15201, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__trigger .c-menu__link {
  padding-left: 0.438462386rem;
  display: block; }

/* line 15206, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__list {
  margin: 0; }

/* line 15209, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__list .c-menu__link--highlighted {
  display: none; }

/* line 15213, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__item {
  display: inline;
  padding: 0.438462386rem 0;
  margin-right: 0.438462386rem; }

/* line 15218, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__item:last-child {
  margin-right: 0; }

/* line 15221, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__item--more:hover .c-menu__link--toggle:after {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1621856211/icons/angle-up-blue_jzo6ix.svg"); }

/* line 15224, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__item--more:hover .c-menu__dropdown {
  display: flex; }

/* line 15227, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-header.is-fixed .c-menu__item--scroll .c-menu__dropdown {
  max-height: calc(100vh - 100px);
  overflow-y: scroll; }

/* line 15231, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__item--submenu:hover .c-menu__submenu {
  display: block; }

/* line 15234, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__item--submenu:hover > .c-menu__link:after {
  opacity: 1; }

/* line 15237, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__item--submenu > .c-menu__link:after {
  content: "";
  height: 14px;
  width: 14px;
  background-position: center;
  background-size: 14px;
  background-repeat: no-repeat;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1621856211/icons/angle-down-blue_mouciv.svg");
  margin-top: 5px;
  transform: rotate(-90deg);
  float: right;
  opacity: 0.5; }

/* line 15250, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__dropdown .c-menu__item {
  display: block;
  margin: 0;
  padding: 0; }

/* line 15256, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__description {
  color: #002b49;
  display: block;
  text-decoration: none;
  font-size: 0.8888888889rem; }

@media only screen and (max-width: 374px) {
  /* line 15263, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-menu__description {
    display: none; } }
/* line 15268, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__link {
  font-weight: 600;
  padding: 0.438462386rem 0.5549289573rem; }

@media (max-width: 991.98px) {
  /* line 15273, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-menu__link {
    padding-bottom: 0;
    padding-top: 0; } }
/* line 15278, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__link--highlighted:before {
  height: 18px;
  width: 18px;
  content: "";
  background-size: 18px;
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618233307/icons/star_hvzeby.svg") no-repeat center;
  display: inline-block;
  margin-right: 8px;
  vertical-align: text-bottom;
  transition: background-image ease 0.5s; }

/* line 15289, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__link--highlighted:active:before, .c-menu__link--highlighted:focus:before, .c-menu__link--highlighted:hover:before {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618233307/icons/star-active_ngi3qd.svg"); }

/* line 15292, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__link--search {
  padding-right: 0 !important;
  text-decoration: none; }

/* line 15296, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__link--search:active:before, .c-menu__link--search:focus:before, .c-menu__link--search:hover:before {
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618329415/icons/search-white_f2ne9o.svg") no-repeat center;
  background-size: 16px 17px; }

@media (min-width: 768px) {
  /* line 15301, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-menu__link--search:active:before, .c-menu__link--search:focus:before, .c-menu__link--search:hover:before {
    background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1621856211/icons/search-blue_cc2rql.svg"); } }
/* line 15305, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__link--search:before {
  height: 17px;
  width: 18px;
  content: "";
  margin: 0;
  background-size: 16px 17px;
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618329415/icons/search-white_f2ne9o.svg") no-repeat center;
  display: inline-block;
  vertical-align: text-bottom;
  transition: background-image ease 0.5s; }

@media (min-width: 768px) {
  /* line 15317, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-menu__link--search:before {
    background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1621856211/icons/search-blue_cc2rql.svg"); } }
/* line 15321, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__link--call {
  padding-right: 0 !important;
  text-decoration: none; }

/* line 15325, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__link--call:active:before, .c-menu__link--call:focus:before, .c-menu__link--call:hover:before {
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618329415/icons/white_phone_euzqhz_snjegy.svg") no-repeat center; }

/* line 15328, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__link--call:before {
  height: 17px;
  width: 18px;
  content: "";
  margin: 0;
  background-size: 16px 17px;
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618329415/icons/white_phone_euzqhz_snjegy.svg") no-repeat center;
  display: inline-block;
  vertical-align: text-bottom; }

/* line 15338, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__link--menu {
  padding-right: 0 !important;
  text-decoration: none; }

/* line 15342, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__link--menu:active:before, .c-menu__link--menu:focus:before, .c-menu__link--menu:hover:before {
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618328003/icons/hamburger-white_ummcks.svg") no-repeat center;
  background-size: 18px 17px; }

@media (min-width: 768px) {
  /* line 15347, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-menu__link--menu:active:before, .c-menu__link--menu:focus:before, .c-menu__link--menu:hover:before {
    background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1621856211/icons/hamburger-blue_gv4has.svg"); } }
/* line 15351, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__link--menu:before {
  height: 17px;
  width: 18px;
  content: "";
  margin: 0;
  background-size: 18px 17px;
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618328003/icons/hamburger-white_ummcks.svg") no-repeat center;
  display: inline-block;
  vertical-align: text-bottom;
  transition: background-image ease 0.5s; }

@media (min-width: 768px) {
  /* line 15363, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-menu__link--menu:before {
    background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1621856211/icons/hamburger-blue_gv4has.svg"); } }
/* line 15367, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__link--toggle {
  cursor: pointer; }

/* line 15370, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__link--toggle:after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1621856211/icons/angle-down-blue_mouciv.svg");
  margin-left: 8px; }

/* line 15381, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__dropdown .c-menu__link {
  display: block;
  padding: 0.438462386rem 2.0272865295rem; }

/* line 15386, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__dropdown-wrapper {
  padding-top: 28px;
  position: absolute;
  top: 100%;
  left: 0; }

/* line 15392, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-header.is-fixed .c-menu__dropdown-wrapper {
  padding-top: 5px; }

/* line 15396, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__dropdown {
  position: relative;
  background-color: #ffffff;
  width: auto;
  padding: 0;
  list-style-type: none;
  border-radius: 0px 0px 8px 8px;
  padding: 0;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 10px 20px 20px 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start; }

/* line 15411, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__dropdown-wrapper--wide .c-menu__dropdown::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 350px;
  bottom: 20px;
  background-color: #707070;
  width: 1px; }

/* line 15420, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__dropdown::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 350px;
  bottom: 20px;
  background-color: #707070;
  width: 1px; }

/* line 15429, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__dropdown .c-menu__item {
  width: 330px;
  align-self: flex-start; }

/* line 15433, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__dropdown .c-menu__link {
  font-weight: 500;
  position: relative; }

/* line 15437, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__dropdown .c-menu__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2.0272865295rem;
  width: calc(100% - 2 * 2.0272865295rem);
  height: 1px;
  background-color: #e0e0e0; }

/* line 15446, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__dropdown .c-menu__link:hover {
  font-weight: 600;
  text-decoration: none; }

/* line 15451, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__column {
  width: 330px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0; }

/* line 15458, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__column--submenu {
  width: 660px; }

/* line 15461, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__column--high {
  min-height: 230px; }

/* line 15465, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__item--more > .c-menu__dropdown-wrapper {
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s ease;
  transform-origin: top center;
  transform: translateX(0%) scale(0, 0);
  display: block; }

/* line 15474, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__item--more:hover > .c-menu__dropdown-wrapper,
.c-menu__item--more > .c-menu__dropdown-wrapper:hover {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%) scale(1, 1); }

/* line 15481, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__submenu {
  position: absolute;
  right: 0;
  top: 0;
  width: 330px;
  height: 100%;
  padding: 0; }

/* line 15490, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__item--submenu > .c-menu__submenu {
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s ease; }

/* line 15496, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-menu__item--submenu:hover > .c-menu__submenu,
.c-menu__item--submenu > .c-menu__submenu:hover {
  display: block;
  visibility: visible;
  opacity: 1; }

/* line 15503, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-burger {
  display: inline-block;
  width: 21px;
  height: 21px;
  position: relative; }

/* line 15510, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-burger__item {
  background-color: #002b49;
  width: 100%;
  height: 5px;
  border-radius: 10px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
  position: absolute; }

/* line 15519, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-burger__item:first-child {
  top: 0; }

/* line 15522, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-burger__item:nth-child(2) {
  top: 50%;
  margin-top: -3px; }

/* line 15526, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-burger__item:last-child {
  bottom: 0; }

/* line 15529, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-active .c-burger__item {
  width: 100%; }

/* line 15532, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-active .c-burger__item:first-child {
  top: 8px;
  transform: rotate(-45deg); }

/* line 15536, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-active .c-burger__item:nth-child(2) {
  opacity: 0; }

/* line 15539, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-active .c-burger__item:last-child {
  bottom: 8px;
  transform: rotate(45deg); }

/* line 15544, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-price-switch,
.c-suv-switch {
  display: inline-flex;
  align-items: center; }

/* line 15549, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-price-switch--slim .c-price-switch__option,
.c-suv-switch--slim .c-price-switch__option {
  max-width: 25px;
  font-size: 0.624295077rem;
  font-weight: 600;
  line-height: 1.4; }

/* line 15556, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-price-switch--slim .c-price-switch__option:first-child,
.c-suv-switch--slim .c-price-switch__option:first-child {
  text-align: right; }

/* line 15561, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-price-switch__label,
.c-suv-switch__label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: 600; }

/* line 15569, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-price-switch__option:first-child,
.c-suv-switch__option:first-child {
  text-align: right; }

/* line 15574, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-price-switch__input,
.c-suv-switch__input {
  display: none; }

/* line 15579, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-price-switch__toggler,
.c-suv-switch__toggler {
  display: inline-flex;
  position: relative;
  margin: 0 0.5549289573rem; }

@media only screen and (max-width: 374px) {
  /* line 15586, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-price-switch__toggler,
  .c-suv-switch__toggler {
    margin: 0 0.438462386rem; } }
/* line 15592, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-price-switch__slider,
.c-suv-switch__slider {
  background-color: #ac8c2e;
  border-radius: 30px;
  cursor: pointer;
  left: 1px;
  position: relative;
  width: 36px;
  height: 24px;
  display: inline-block;
  border: 2px solid #ac8c2e;
  transition: all 0.5s ease; }

/* line 15605, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-price-switch__slider:before,
.c-suv-switch__slider:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  border-radius: 50%;
  background-color: #ffffff;
  height: 20px;
  width: 20px; }

/* line 15617, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-business .c-price-switch__slider, .c-price-switch__slider--active,
.is-business .c-suv-switch__slider,
.c-suv-switch__slider--active {
  background-color: #002b49;
  border-color: #002b49; }

/* line 15623, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-business .c-price-switch__slider:before, .c-price-switch__slider--active:before,
.is-business .c-suv-switch__slider:before,
.c-suv-switch__slider--active:before {
  left: auto;
  right: 0; }

/* line 15630, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-callback {
  display: flex;
  flex-direction: column;
  text-align: right;
  align-items: flex-end; }

/* line 15637, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-callback__telephone {
  font-weight: 600; }

/* line 15641, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-callback__link {
  margin-top: -0.3897443431rem; }

/* line 15644, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-callback__link:before {
  content: "";
  height: 18px;
  width: 18px;
  display: inline-block;
  background-size: 18px;
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618234234/icons/phone_euzqhz.svg") no-repeat center;
  margin-right: 8px;
  vertical-align: text-bottom;
  transition: background-image ease 0.5s; }

/* line 15655, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-callback__link:active:before, .c-callback__link:focus:before, .c-callback__link:hover:before {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618234234/icons/phone-active_dtqqas.svg"); }

/* line 15659, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-toggle-switch {
  display: inline-flex;
  user-select: none; }

/* line 15664, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-toggle-switch__label {
  display: inline-flex;
  border-radius: 1.265625rem;
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  margin-bottom: 0; }

/* line 15672, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-toggle-switch__option {
  display: inline-flex;
  cursor: pointer;
  border-radius: 1.265625rem;
  padding: 0.3079461477rem 0.7901234568rem;
  font-size: 0.7023319616rem;
  font-weight: 500; }

@media (min-width: 576px) {
  /* line 15681, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-toggle-switch__option {
    padding: 0.4932701843rem 1.125rem;
    font-size: 0.7901234568rem; } }
@media (min-width: 1500px) {
  /* line 15687, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-toggle-switch__option {
    font-size: 1rem; }

  /* line 15690, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-toggle-switch--small .c-toggle-switch__option {
    font-size: 0.8888888889rem; } }
/* line 15695, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-toggle-switch__input {
  display: none; }

/* line 15698, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-toggle-switch__input + .c-toggle-switch__label .c-toggle-switch__option:last-of-type {
  background: #002b49;
  color: #fff;
  margin-left: -4px; }

/* line 15703, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-toggle-switch--secondary .c-toggle-switch__input + .c-toggle-switch__label .c-toggle-switch__option:last-of-type {
  background: #002b49; }

@media (min-width: 1200px) {
  /* line 15707, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-toggle-switch__input + .c-toggle-switch__label .c-toggle-switch__option:last-of-type {
    margin-left: -8px; } }
/* line 15711, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-toggle-switch__input:checked + .c-toggle-switch__label .c-toggle-switch__option:last-of-type {
  background: none;
  color: #002b49; }

/* line 15715, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-toggle-switch__input:checked + .c-toggle-switch__label .c-toggle-switch__option:first-of-type {
  background: #ac8c2e;
  color: #fff; }

/* line 15719, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-toggle-switch--secondary .c-toggle-switch__input:checked + .c-toggle-switch__label .c-toggle-switch__option:first-of-type {
  background: #002b49; }

/* line 15723, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-links {
  display: flex;
  flex-direction: column;
  background: #002b49;
  margin-top: 0;
  margin-bottom: 1.265625rem;
  padding: 0;
  width: 50%; }

@media (min-width: 768px) {
  /* line 15733, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-footer-links {
    margin-top: 0.438462386rem;
    margin-bottom: 1rem; } }
/* line 15739, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-links__heading {
  color: #ad913f;
  margin-bottom: 1.265625rem;
  padding: 0;
  flex: 0; }

@media (min-width: 768px) {
  /* line 15746, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-footer-links__heading {
    margin-bottom: 2.0272865295rem; } }
/* line 15751, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-links__lists {
  display: block; }

@media (min-width: 992px) {
  /* line 15755, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-footer-links__lists {
    display: flex;
    gap: 0 2.0272865295rem; } }
/* line 15761, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-links__list {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0; }

@media (min-width: 992px) {
  /* line 15767, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-footer-links__list {
    margin-bottom: 1.265625rem; } }
/* line 15772, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-links__item {
  margin: 0 0 0.3079461477rem; }

/* line 15776, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-logos {
  margin-bottom: 1.423828125rem; }

/* line 15780, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-logos__list {
  list-style-type: none;
  padding: 0;
  padding-bottom: 1.125rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  border-bottom: 2px solid #7f95a4;
  gap: 1.125rem; }

@media (min-width: 768px) {
  /* line 15793, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-footer-logos__list {
    justify-content: start;
    gap: 1.423828125rem; } }
@media (min-width: 992px) {
  /* line 15799, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-footer-logos__list {
    justify-content: space-between;
    flex-wrap: nowrap; } }
/* line 15805, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-logos__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  width: 100px; }

@media (min-width: 768px) {
  /* line 15813, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-footer-logos__item {
    min-width: 0;
    width: auto; } }
/* line 15818, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-logos__item img {
  max-width: 130px;
  min-width: 0;
  height: auto; }

/* line 15824, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-copyright {
  background: #002b49;
  color: #ffffff; }

/* line 15828, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-copyright--light {
  background: transparent;
  color: initial; }

/* line 15832, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-copyright p {
  margin: 0; }

/* line 15836, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-phone {
  background: #002b49;
  color: #ffffff;
  margin-bottom: 1.265625rem; }

@media (min-width: 992px) {
  /* line 15842, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-footer-phone {
    margin-bottom: 0; } }
/* line 15847, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-phone__number {
  font-size: 1.6018066406rem;
  margin-bottom: 0.438462386rem; }

@media (min-width: 768px) {
  /* line 15852, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-footer-phone__number {
    font-size: 1.6018066406rem; } }
@media (min-width: 1200px) {
  /* line 15857, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-footer-phone__number {
    font-size: 1.6018066406rem; } }
@media (min-width: 1500px) {
  /* line 15862, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-footer-phone__number {
    font-size: 2.0272865295rem; } }
/* line 15866, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-phone__times {
  font-size: 1.125rem;
  margin-bottom: 0; }

@media (min-width: 768px) {
  /* line 15871, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-footer-phone__times {
    font-size: 1.125rem; } }
@media (min-width: 1200px) {
  /* line 15876, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-footer-phone__times {
    font-size: 1.423828125rem; } }
/* line 15880, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-phone__times time {
  font-weight: 700; }

/* line 15884, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-address-group {
  flex-direction: column;
  margin-bottom: 1rem;
  flex-wrap: wrap; }

@media (min-width: 576px) {
  /* line 15890, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-footer-address-group {
    flex-direction: row; } }
/* line 15894, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-address-group--with-additionals {
  justify-content: space-between;
  flex-direction: row; }

/* line 15898, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-address-group--with-additionals .c-address__phone span,
.c-footer-address-group--with-additionals .c-address__fax span {
  display: inline; }

/* line 15903, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-address {
  padding: 0 1.8020324707rem 0 0;
  margin-bottom: 1.8020324707rem; }

@media (min-width: 576px) {
  /* line 15908, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-address {
    padding: 0 4.623627007rem 0 0; } }
/* line 15912, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-address span {
  display: block; }

/* line 15916, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-address__heading {
  color: #ad913f; }

/* line 15920, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-address__phone,
.c-address__fax,
.c-address__email {
  display: block;
  font-weight: 700;
  margin-top: 0.438462386rem; }

/* line 15927, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-address__phone span,
.c-address__fax span,
.c-address__email span {
  display: none; }

/* line 15933, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-address__opening {
  font-style: italic; }

/* line 15936, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-address__opening span {
  display: block;
  margin-top: 0.438462386rem;
  margin-bottom: 0; }

/* line 15942, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-social {
  margin: 0 0 1.265625rem 0; }

@media (min-width: 992px) {
  /* line 15946, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-footer-social {
    margin: 1.265625rem 0; } }
/* line 15951, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-social__list {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center; }

/* line 15958, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-social__item {
  margin-right: 0.7901234568rem;
  color: #ffffff; }

/* line 15963, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-social__heading {
  font-size: 1rem;
  margin: 0;
  font-weight: 600; }

/* line 15969, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-social__icon {
  max-width: 35px; }

/* line 15973, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-horizontal-links {
  margin-bottom: 1.265625rem; }

@media (min-width: 992px) {
  /* line 15977, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-footer-horizontal-links {
    margin: 0; } }
/* line 15982, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-horizontal-links__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 1.265625rem 0;
  margin-bottom: 0;
  border: 2px solid #7f95a4;
  border-left: 0;
  border-right: 0; }

@media (min-width: 992px) {
  /* line 15993, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-footer-horizontal-links__list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0 1.265625rem;
    flex-direction: row; } }
/* line 16003, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-horizontal-links__item {
  margin: 0 0 0.3079461477rem;
  flex: 1 1 50%; }

@media (min-width: 992px) {
  /* line 16008, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-footer-horizontal-links__item {
    flex: 0 1 auto; } }
/* line 16013, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-select-logos {
  background: #002b49; }

@media (min-width: 992px) {
  /* line 16017, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-footer-select-logos {
    display: block; } }
/* line 16022, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-select-logos__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  align-items: center;
  margin: 0;
  column-gap: 2rem; }

@media (min-width: 768px) {
  /* line 16033, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-footer-select-logos__list {
    justify-content: flex-start;
    margin: 0;
    column-gap: 4rem; } }
@media (min-width: 992px) {
  /* line 16040, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-footer-select-logos__list {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 3.2473210255rem;
    margin: 2.2806973457rem 0; } }
/* line 16048, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-select-logos__item {
  flex-shrink: 1;
  flex-basis: calc(50% - 1rem);
  padding: 1rem 0 1.6018066406rem; }

@media (min-width: 768px) {
  /* line 16054, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-footer-select-logos__item {
    flex-basis: calc(33.3% - 2.7rem);
    padding: 1rem 0 1.6018066406rem; } }
@media (min-width: 992px) {
  /* line 16060, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-footer-select-logos__item {
    flex-basis: auto;
    padding: 0;
    max-width: 250px; } }
/* line 16066, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-footer-select-logos__item img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  width: auto; }

/* line 16073, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-form-contact-footer {
  margin-bottom: 1rem; }

/* line 16077, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-form-contact-footer__split {
  width: 100%; }

@media (min-width: 1200px) {
  /* line 16081, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-form-contact-footer__split:first-child {
    padding-right: 1.265625rem; } }
@media (min-width: 1200px) {
  /* line 16086, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-form-contact-footer__split:last-child {
    padding-left: 1.265625rem; } }
/* line 16091, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-form-contact-footer__form-group textarea {
  line-height: 1.425; }

/* line 16095, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-form-contact-footer__btn {
  margin-top: 0.4932701843rem;
  width: 100%; }

/* line 16100, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-search__form-group:last-child {
  margin-bottom: 0; }

/* line 16104, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-search__form-select {
  width: 100%;
  font-weight: 500; }

/* line 16108, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-search__form-select option {
  font-weight: 500; }

/* line 16112, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ar-contact-form {
  background: #ffffff;
  border: 1px solid #bebebe;
  display: flex;
  flex-direction: column;
  padding: 15px;
  width: 100%; }

@media (min-width: 992px) {
  /* line 16121, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-ar-contact-form {
    padding: 30px; } }
/* line 16125, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ar-contact-form__column {
  display: flex;
  flex-direction: column;
  width: 100%; }

@media (min-width: 992px) {
  /* line 16131, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-ar-contact-form__column {
    flex-direction: row; } }
/* line 16135, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ar-contact-form__form-group {
  width: 100%; }

@media (min-width: 992px) {
  /* line 16139, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-ar-contact-form__form-group:first-child {
    margin-right: 15px; } }
@media (min-width: 992px) {
  /* line 16144, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-ar-contact-form__form-group:last-child {
    margin-left: 15px; } }
/* line 16148, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ar-contact-form__submit {
  margin-top: 0.4932701843rem;
  width: 100%; }

@media (min-width: 992px) {
  /* line 16153, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-ar-contact-form__submit {
    align-self: flex-end;
    min-width: 200px;
    width: auto; } }
/* line 16160, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-form {
  color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 1.6018066406rem 0;
  background-color: #f1f1f1;
  padding: 0;
  position: relative; }

@media (min-width: 992px) {
  /* line 16172, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-contact-form {
    padding-top: 5.8517779307rem; } }
@media (min-width: 768px) {
  /* line 16177, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-contact-form {
    padding: 2.565784514rem 0 2.565784514rem;
    background-color: transparent; } }
@media (min-width: 992px) {
  /* line 16183, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-contact-form {
    padding: 8.331925999rem 0 5.8517779307rem; } }
/* line 16187, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-form .accent {
  color: #ac8c2e; }

/* line 16190, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-form--ev .accent {
  color: #0481b7; }

/* line 16193, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-form .row, .g-contact-form .g-guide-index-list .c-list-index, .g-guide-index-list .g-contact-form .c-list-index, .g-contact-form .g-order__row, .g-contact-form .c-ev-fuel-tax-calculator, .g-contact-form .c-list-ticks, .g-contact-form .c-tabs__content-wrap, .g-contact-form .c-modal-enquire__header, .g-contact-form .c-filters__triggers-content, .g-contact-form .c-card__sections, .g-contact-form .c-secondary-cta #c-search__model-results-hero, .c-secondary-cta .g-contact-form #c-search__model-results-hero,
.g-contact-form .c-secondary-cta #c-search__model-results,
.c-secondary-cta .g-contact-form #c-search__model-results {
  margin-left: 0;
  margin-right: 0; }

/* line 16199, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-form__container {
  background-color: #ffffff;
  color: #002b49;
  padding: 1rem 15px;
  transform: translateY(-40px); }

@media (min-width: 576px) {
  /* line 16206, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-contact-form__container {
    padding: 1.125rem 15px 1.125rem; } }
@media (min-width: 768px) {
  /* line 16211, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-contact-form__container {
    padding: 1.265625rem 30px 1.8020324707rem;
    transform: none; } }
@media (min-width: 1200px) {
  /* line 16217, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-contact-form__container {
    padding: 1.423828125rem 45px 1.8020324707rem; } }
/* line 16221, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-form__heading {
  font-size: 1.6018066406rem;
  font-weight: 700;
  max-width: 524px;
  text-align: center;
  margin: 10px auto 38px; }

@media (min-width: 768px) {
  /* line 16229, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-contact-form__heading {
    font-size: 1.8020324707rem; } }
@media (min-width: 1200px) {
  /* line 16234, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-contact-form__heading {
    font-size: 2.2806973457rem; } }
/* line 16238, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-form__description {
  font-size: 0.8888888889rem;
  text-align: center; }

@media (min-width: 576px) {
  /* line 16243, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-contact-form__description {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 16248, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-contact-form__description {
    font-size: 1.125rem; } }
/* line 16252, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-form__content {
  width: 100%;
  display: flex;
  flex-direction: column; }

/* line 16257, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-form__footer {
  display: flex;
  flex-direction: column-reverse; }

@media (min-width: 768px) {
  /* line 16262, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-contact-form__footer {
    flex-direction: column; } }
/* line 16266, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-form__submit {
  width: 100%;
  margin-top: 20px;
  max-width: none; }

/* line 16271, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-form__opt-out {
  margin-top: 1.265625rem; }

@media (min-width: 768px) {
  /* line 16275, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-contact-form__opt-out {
    margin-top: 1rem; } }
/* line 16279, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-form__opt-out a {
  font-weight: 600;
  color: inherit;
  transition: none;
  text-decoration: none;
  text-decoration: underline;
  color: #003765; }

/* line 16287, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-form__opt-out a:visited {
  color: inherit; }

/* line 16290, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-form__opt-out a:active, .g-contact-form__opt-out a:hover, .g-contact-form__opt-out a:focus {
  color: inherit;
  text-decoration: underline; }

/* line 16294, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .g-contact-form__opt-out a {
  color: inherit;
  transition: none !important; }

/* line 16298, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .g-contact-form__opt-out a:visited {
  color: inherit; }

/* line 16301, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-form__opt-out .custom-control-label, .g-contact-form__opt-out .c-list-table__label {
  color: #003765;
  font-size: 0.7901234568rem;
  cursor: pointer;
  font-weight: normal; }

/* line 16307, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-form__opt-out .custom-control-label:before, .g-contact-form__opt-out .c-list-table__label:before {
  border-color: #003765; }

/* line 16310, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-form__background-image {
  position: static !important;
  width: 100%; }

@media (min-width: 768px) {
  /* line 16315, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-contact-form__background-image {
    position: absolute !important; } }
@media (min-width: 992px) {
  /* line 16321, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-intro--partnership .c-intro__heading, .c-intro--loyalty .c-intro__heading {
    margin-bottom: 1.423828125rem;
    font-size: 2.2806973457rem;
    font-weight: 500; } }
@media (min-width: 992px) {
  /* line 16328, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-intro--partnership .c-intro__details, .c-intro--loyalty .c-intro__details {
    font-weight: 600; } }
/* line 16332, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-intro--partnership .c-intro__button {
  margin: 1.6018066406rem 0 1.8020324707rem; }

@media (min-width: 992px) {
  /* line 16336, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-intro--partnership .c-intro__button {
    display: inline-block;
    margin: 1.8020324707rem 1.8020324707rem 2.2806973457rem 0; } }
@media (min-width: 1200px) {
  /* line 16342, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-intro--partnership .c-intro__button {
    margin-right: 2.0272865295rem; } }
@media (min-width: 992px) {
  /* line 16347, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-intro--loyalty {
    margin-top: 1.8020324707rem; } }
@media (min-width: 1200px) {
  /* line 16352, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-intro--loyalty {
    margin-top: 3.2473210255rem; } }
@media (min-width: 1500px) {
  /* line 16357, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-intro--loyalty {
    margin-top: 5.8517779307rem; } }
/* line 16361, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-intro--loyalty .c-intro__image {
  margin-bottom: 0.7901234568rem; }

/* line 16365, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-intro__heading {
  margin-bottom: 0.5549289573rem;
  display: inline-flex;
  align-items: center; }

/* line 16371, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-intro__sub-heading {
  font-weight: 400;
  margin-bottom: 0.5549289573rem; }

/* line 16376, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-intro__badge, .c-intro__badge--make {
  width: 40px;
  height: 40px;
  margin-right: 1rem; }

@media (min-width: 768px) {
  /* line 16382, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-intro__badge, .c-intro__badge--make {
    width: 50px;
    height: 50px; } }
/* line 16387, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-intro__badge--make {
  width: 75px;
  height: 75px; }

@media (max-width: 767.98px) {
  /* line 16392, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-intro__badge--make {
    width: 90px;
    height: 90px; } }
/* line 16398, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-intro__toggle {
  font-weight: 700; }

/* line 16402, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-intro__cta {
  margin: 1.265625rem 0;
  display: inline-flex;
  flex-direction: column; }

@media (min-width: 576px) {
  /* line 16408, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-intro__cta {
    flex-direction: row;
    align-items: center; } }
/* line 16414, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-intro__btn {
  margin: 0 0 1rem 0;
  width: auto; }

@media (min-width: 576px) {
  /* line 16419, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-intro__btn {
    margin: 0 1rem 0 0; } }
/* line 16423, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-intro__btn--search:before {
  height: 17px;
  width: 18px;
  content: "";
  margin: 0 8px 0 0;
  background-size: 16px 17px;
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618329415/icons/search-white_f2ne9o.svg") no-repeat center;
  display: inline-block;
  vertical-align: middle; }

/* line 16434, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-intro__link--special:before {
  height: 18px;
  width: 18px;
  content: "";
  background-size: 18px;
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618233307/icons/star_hvzeby.svg") no-repeat center;
  display: inline-block;
  margin-right: 8px;
  vertical-align: text-bottom;
  transition: background-image ease 0.5s; }

/* line 16445, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-intro__link--special:active:before, .c-intro__link--special:focus:before, .c-intro__link--special:hover:before {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618233307/icons/star-active_ngi3qd.svg"); }

/* line 16449, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-intro__phone {
  font-weight: 600;
  display: block;
  text-align: center;
  margin-bottom: 1.423828125rem; }

@media (min-width: 576px) {
  /* line 16456, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-intro__phone {
    text-align: left; } }
@media (min-width: 768px) {
  /* line 16461, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-intro__phone {
    position: absolute;
    top: 50px;
    right: 32px; } }
/* line 16467, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-intro__phone:before {
  content: "";
  display: inline-block;
  background-image: url(/assets/phoneicon-cclarke.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 1.265625rem;
  height: 1.265625rem;
  margin-right: 0.624295077rem; }

/* line 16478, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-intro__image {
  display: block;
  margin: 0 auto;
  width: 200px; }

@media (min-width: 576px) {
  /* line 16484, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-intro__image {
    margin: 0; } }
@media (min-width: 992px) {
  /* line 16489, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-intro__image {
    display: inline-block;
    width: 245px; } }
/* line 16494, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-intro__image--partnership {
  width: 100%;
  max-width: 350px;
  margin: 0 0 1.423828125rem; }

@media (min-width: 992px) {
  /* line 16500, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-intro__image--partnership {
    display: block;
    margin-bottom: 2.2806973457rem; } }
/* line 16505, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-intro__image--affinity {
  flex: 0 1 50%;
  max-width: 300px;
  margin: 0 0 1.423828125rem;
  object-fit: contain;
  overflow: auto; }

@media (min-width: 992px) {
  /* line 16513, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-intro__image--affinity {
    display: block;
    margin-bottom: 2.2806973457rem; } }
/* line 16519, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-intro__images {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 2.0272865295rem;
  padding-right: 0; }

@media (min-width: 992px) {
  /* line 16527, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-intro__images {
    padding-right: 1.8020324707rem; } }
/* line 16532, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cue {
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 5px;
  color: #ffffff;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden; }

/* line 16541, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cue--invert {
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  color: #002b49; }

/* line 16546, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cue--dark {
  background-color: rgba(0, 0, 0, 0.85); }

/* line 16550, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cue__item {
  min-width: 300px;
  scroll-snap-align: start;
  padding: 0.7901234568rem 0 0.7901234568rem 55px;
  margin-right: 0 !important;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 35px;
  background-image: url(/assets/cta_competitiverates-0a60f324b3119d3339ddacfd53aaa5f6a74334d63ef0507b6dd525fc217592db.png); }

/* line 16560, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cue__item--vehicles {
  background-image: url(/assets/cta_pricematch-8ce816e3a51712d11ae8ba6066d6b67e7b02c8f923bd94652ca91fb36b1e652d.png); }

/* line 16563, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cue__item--experts {
  background-image: url(/assets/cta_expertconsult-a432ee9a9265eceadf1cdf038c93f7c41ab8a3774d5f59bead249343bd20c749.png); }

/* line 16566, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cue__item--competitive {
  background-image: url(/assets/cta_brandnew-04f263e8d925704379761ebdaab2c3c5c85553f94a6f03b4c8415233a4f388e3.png); }

/* line 16569, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cue__item--amazon {
  background-image: url(/assets/cta_amazon-161b707e64b5caf04e25b7d8c4b5ec1c19cec1721c837454d3633724eb6f2bfe.svg); }

/* line 16572, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cue__item--ply {
  background-image: url(/assets/cta_ply-604cf1f8734aa645d956f630ea4022ecf1dbc10f0b9a3f23a0d28143f821b0c7.svg); }

/* line 16575, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cue__item--insurance {
  background-image: url(/images/allinone.png); }

/* line 16578, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cue__item--maintenance {
  background-image: url(/images/maintenance.png); }

/* line 16581, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cue__item--breakdown {
  background-image: url(/images/breakdown.png); }

/* line 16584, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cue__item--accident {
  background-image: url(/images/accident.png); }

@media (min-width: 576px) {
  /* line 16588, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cue__item {
    background-size: 40px;
    padding-left: 60px; } }
/* line 16594, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cue__heading {
  font-weight: 700;
  margin-bottom: 0; }

/* line 16599, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cue__detail {
  font-size: 0.8888888889rem;
  font-weight: 400;
  margin-bottom: 0; }

@media only screen and (max-width: 374px) {
  /* line 16605, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cue__detail {
    font-size: 0.7901234568rem; } }
@media (min-width: 576px) {
  /* line 16610, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cue__detail {
    font-size: 0.8888888889rem; } }
@media (min-width: 768px) {
  /* line 16615, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cue__detail {
    font-size: 0.8888888889rem; } }
@media (min-width: 992px) {
  /* line 16620, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cue__detail {
    font-size: 0.8888888889rem; } }
@media (min-width: 1200px) {
  /* line 16625, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cue__detail {
    font-size: 1rem; } }
@media (min-width: 1500px) {
  /* line 16630, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cue__detail {
    font-size: 1rem; } }
/* line 16634, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cue__detail img {
  display: inline !important;
  height: 1em; }

/* line 16639, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-primary-cta {
  border-radius: 5px;
  color: #ffffff; }

/* line 16643, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-primary-cta--van .c-primary-cta__heading {
  margin-bottom: 1.265625rem;
  font-weight: 700;
  text-align: left; }

/* line 16648, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-primary-cta--short-term .c-primary-cta__heading {
  padding: 0;
  margin-bottom: 1.265625rem;
  font-weight: 700; }

/* line 16653, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-primary-cta--short-term .c-primary-cta__actions {
  width: 100%; }

/* line 16656, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-primary-cta--short-term .c-primary-cta__button {
  display: block;
  width: 100%;
  margin: 0 10px 10px 0; }

@media (min-width: 576px) {
  /* line 16662, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-primary-cta--short-term .c-primary-cta__button {
    display: inline-block;
    width: auto;
    margin: 0; } }
@media (min-width: 768px) {
  /* line 16669, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-primary-cta--short-term .c-primary-cta__button {
    margin: 0 1rem 0 0; } }
/* line 16674, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-primary-cta__heading {
  font-weight: 400;
  margin-bottom: 1rem;
  text-align: center; }

/* line 16679, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-primary-cta__heading strong {
  font-weight: 600; }

/* line 16683, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-primary-cta__description {
  font-weight: 400; }

/* line 16687, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-primary-cta__button {
  display: inline-block;
  width: 45%;
  margin: 0.4932701843rem 0.4932701843rem 0.4932701843rem 0; }

@media only screen and (max-width: 374px) {
  /* line 16693, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-primary-cta__button {
    font-size: 0.7901234568rem; } }
@media (min-width: 768px) {
  /* line 16698, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-primary-cta__button {
    display: inline-block;
    width: auto;
    margin: 1.125rem 0.5549289573rem 0.3079461477rem 0; } }
/* line 16705, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-primary-cta__alternative {
  text-align: center;
  padding-top: 1rem; }

/* line 16710, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-secondary-cta {
  background-color: rgba(0, 43, 73, 0.65);
  border-radius: 5px;
  color: #ffffff;
  padding: 1rem; }

@media (min-width: 768px) {
  /* line 16717, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-secondary-cta {
    padding: 1rem 1.6018066406rem; } }
/* line 16721, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-secondary-cta .c-search__heading {
  font-weight: 400;
  margin-bottom: 1rem;
  text-align: center; }

/* line 16726, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-secondary-cta .c-search__form-group--manufacturer {
  padding-right: 5px; }

/* line 16729, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-secondary-cta .c-search__form-group--model {
  padding-left: 5px; }

/* line 16732, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-secondary-cta__text {
  font-size: 0.8888888889rem;
  font-weight: 400;
  margin-bottom: 0; }

@media (min-width: 768px) {
  /* line 16738, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-secondary-cta__text {
    font-size: 1.265625rem; } }
@media (min-width: 1200px) {
  /* line 16743, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-secondary-cta__text {
    font-size: 1.423828125rem; } }
/* line 16748, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-options {
  margin-bottom: 1rem; }

@media (min-width: 576px) {
  /* line 16752, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-options {
    margin-bottom: 1.125rem; } }
@media (min-width: 768px) {
  /* line 16757, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-options {
    margin-bottom: 1.265625rem; } }
/* line 16762, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-options__list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 16768, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-options__list--1 {
  display: inline; }

@media (min-width: 768px) {
  /* line 16772, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-options__list {
    display: inline; } }
/* line 16777, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-options__item {
  display: inline-block;
  margin-right: 1rem;
  font-weight: 700; }

/* line 16782, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-options__item:not(:last-child) {
  margin-right: 0.5rem; }

@media (min-width: 576px) {
  /* line 16786, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-options__item {
    margin-right: 1.125rem; } }
@media (min-width: 768px) {
  /* line 16791, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-options__item {
    margin-right: 1.265625rem; } }
/* line 16796, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-options__link {
  color: #ac8c2e; }

/* line 16799, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-options__link--active {
  color: #ffffff;
  transition: color 0.5s ease;
  text-decoration: none; }

/* line 16804, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-options__link--active:visited {
  color: #ffffff; }

/* line 16807, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-options__link--active:active, .c-options__link--active:hover, .c-options__link--active:focus {
  color: #ffffff;
  text-decoration: underline; }

/* line 16811, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .c-options__link--active {
  color: #ffffff;
  transition: none !important; }

/* line 16815, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .c-options__link--active:visited {
  color: #ffffff; }

/* line 16819, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-options__button {
  display: inline-block;
  margin-bottom: 1rem; }

/* line 16823, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-options__button--active {
  pointer-events: none; }

/* line 16827, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-options__select {
  border: 2px solid #ac8c2e;
  display: block; }

@media (min-width: 768px) {
  /* line 16832, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-options__select {
    display: none !important; } }
/* line 16837, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-title-block {
  display: flex;
  align-items: center;
  margin-bottom: 1rem; }

/* line 16843, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-title-block__logo {
  display: none; }

@media (min-width: 576px) {
  /* line 16847, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-title-block__logo {
    display: block;
    padding-right: 0.7901234568rem;
    height: 46px;
    max-width: 100px;
    object-fit: contain; } }
@media (min-width: 768px) {
  /* line 16856, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-title-block__logo {
    height: 55px; } }
@media (min-width: 992px) {
  /* line 16861, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-title-block__logo {
    height: 70px; } }
/* line 16866, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-title-block__heading,
.c-title-block__subheading {
  font-weight: 500;
  margin: 0; }

/* line 16872, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-title-block__subheading {
  color: #ac8c2e;
  line-height: 1.4; }

/* line 16877, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-title-block__tooltip {
  display: inline-block;
  font-size: 1rem;
  color: #002b49; }

/* line 16882, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-title-block__tooltip .b-info, .c-title-block__tooltip .g-deal-options__info, .c-title-block__tooltip .c-list-table__info, .c-title-block__tooltip .c-message__info {
  margin-right: 0.3079461477rem; }

/* line 16886, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-title-block__inline {
  display: inline;
  padding-right: 0.5549289573rem;
  padding-bottom: 0.2433154747rem;
  font-weight: 500; }

/* line 16893, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-search-module .c-price-switch,
.c-search-module .c-suv-switch {
  margin-bottom: 1rem;
  align-self: center; }

/* line 16899, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-search-module__wrap {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 1.423828125rem;
  border-radius: 5px;
  color: #ffffff; }

/* line 16906, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-search-module__heading {
  text-align: center;
  margin-bottom: 1.125rem; }

/* line 16911, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-search-module__form {
  display: flex;
  justify-content: center;
  flex-direction: column; }

/* line 16916, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-search-module__form .b-form-label, .c-search-module__form .c-form-contact-footer__label, .c-search-module__form .c-ar-contact-form__label {
  display: none; }

/* line 16919, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-search-module__form .b-form-select, .c-search-module__form .p-author-profile .p-author-profile__sort-select, .p-author-profile .c-search-module__form .p-author-profile__sort-select, .c-search-module__form .g-review-articles__main .g-review-articles__select, .g-review-articles__main .c-search-module__form .g-review-articles__select, .c-search-module__form .g-deal-features__select, .c-search-module__form .g-deal-options__select, .c-search-module__form .c-derivatives-filters__select, .c-search-module__form .c-search__form-select, .c-search-module__form .c-options__select {
  width: 100% !important; }

/* line 16923, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-button-pair__btn {
  margin: 0 0 1rem 0;
  display: block; }

@media (min-width: 576px) {
  /* line 16928, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-button-pair__btn {
    display: inline-block;
    margin: 0 1rem 1rem 0; } }
/* line 16933, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-button-pair__btn--primary:after {
  content: "";
  display: inline-block;
  height: 17px;
  width: 18px;
  vertical-align: -2px;
  margin-left: 8px;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618398120/icons/share-white_jugxjv.svg");
  background-size: 18px 17px;
  background-repeat: no-repeat;
  background-position: center; }

/* line 16945, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-button-pair__btn--secondary:after {
  height: 18px;
  width: 18px;
  content: "";
  background-size: 18px;
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618233892/icons/star-white_tsasda.svg") no-repeat center;
  display: inline-block;
  margin-left: 8px;
  vertical-align: -1px;
  transition: background-image ease 0.5s; }

/* line 16957, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-soundbite {
  background-color: #eaeaea;
  color: #494949; }

/* line 16962, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-soundbite__details {
  font-size: 1.265625rem;
  text-align: center;
  padding: 1.423828125rem;
  margin-bottom: 0; }

@media (min-width: 992px) {
  /* line 16969, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-soundbite__details {
    padding: 2.2806973457rem; } }
/* line 16974, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-partner-search-module {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #002b49;
  color: #ffffff;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem; }

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 16986, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-partner-search-module {
    padding-bottom: 1.423828125rem; } }
/* line 16991, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-partner-search-module__form .row, .c-partner-search-module__form .g-guide-index-list .c-list-index, .g-guide-index-list .c-partner-search-module__form .c-list-index, .c-partner-search-module__form .g-order__row, .c-partner-search-module__form .c-ev-fuel-tax-calculator, .c-partner-search-module__form .c-list-ticks, .c-partner-search-module__form .c-tabs__content-wrap, .c-partner-search-module__form .c-modal-enquire__header, .c-partner-search-module__form .c-filters__triggers-content, .c-partner-search-module__form .c-card__sections, .c-partner-search-module__form .c-secondary-cta #c-search__model-results-hero, .c-secondary-cta .c-partner-search-module__form #c-search__model-results-hero,
.c-partner-search-module__form .c-secondary-cta #c-search__model-results,
.c-secondary-cta .c-partner-search-module__form #c-search__model-results {
  align-items: center; }

/* line 16997, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-partner-search-module__heading {
  font-size: 1.265625rem;
  text-align: center;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 992px) {
  /* line 17008, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-partner-search-module__heading {
    text-align: right;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    margin-bottom: 0; } }
/* line 17016, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-partner-search-module__inputs {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 992px) {
  /* line 17025, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-partner-search-module__inputs {
    flex: 0 0 50%;
    max-width: 50%; } }
/* line 17030, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-partner-search-module__inputs .b-form-group, .c-partner-search-module__inputs .c-tabs__search, .c-partner-search-module__inputs .c-form-contact-footer__form-group, .c-partner-search-module__inputs .c-search__form-group, .c-partner-search-module__inputs .c-ar-contact-form__form-group {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 768px) {
  /* line 17039, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-partner-search-module__inputs .b-form-group, .c-partner-search-module__inputs .c-tabs__search, .c-partner-search-module__inputs .c-form-contact-footer__form-group, .c-partner-search-module__inputs .c-search__form-group, .c-partner-search-module__inputs .c-ar-contact-form__form-group {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    margin-bottom: 0; } }
/* line 17045, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-partner-search-module__inputs .c-partner-search-module__btn {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 768px) {
  /* line 17054, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-partner-search-module__inputs .c-partner-search-module__btn {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    margin-bottom: 0; } }
/* line 17060, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-partner-search-module__inputs .b-form-label, .c-partner-search-module__inputs .c-form-contact-footer__label, .c-partner-search-module__inputs .c-ar-contact-form__label {
  display: none; }

/* line 17063, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-partner-search-module__inputs .b-form-select, .c-partner-search-module__inputs .p-author-profile .p-author-profile__sort-select, .p-author-profile .c-partner-search-module__inputs .p-author-profile__sort-select, .c-partner-search-module__inputs .g-review-articles__main .g-review-articles__select, .g-review-articles__main .c-partner-search-module__inputs .g-review-articles__select, .c-partner-search-module__inputs .g-deal-features__select, .c-partner-search-module__inputs .g-deal-options__select, .c-partner-search-module__inputs .c-derivatives-filters__select, .c-partner-search-module__inputs .c-search__form-select, .c-partner-search-module__inputs .c-options__select {
  width: 100% !important; }

@media (min-width: 992px) {
  /* line 17067, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-partner-search-module__inputs .b-btn, .c-partner-search-module__inputs .p-telegraph .g-telegraph__offers, .p-telegraph .c-partner-search-module__inputs .g-telegraph__offers, .c-partner-search-module__inputs .p-newsarticle .g-news__next, .p-newsarticle .c-partner-search-module__inputs .g-news__next, .c-partner-search-module__inputs .p-newsarticle .g-news__previous, .p-newsarticle .c-partner-search-module__inputs .g-news__previous, .c-partner-search-module__inputs .p-customer-reviews .g-trustpilot__footer .c-reviews-button, .p-customer-reviews .g-trustpilot__footer .c-partner-search-module__inputs .c-reviews-button, .c-partner-search-module__inputs .p-key-contacts .c-intro__details a, .p-key-contacts .c-intro__details .c-partner-search-module__inputs a, .c-partner-search-module__inputs .c-content-block__action, .c-partner-search-module__inputs .p-grosvenor .c-intro__alternative a, .p-grosvenor .c-intro__alternative .c-partner-search-module__inputs a, .c-partner-search-module__inputs .p-total-care-offers .c-intro__alternative a, .p-total-care-offers .c-intro__alternative .c-partner-search-module__inputs a, .c-partner-search-module__inputs .g-total-care-content__button, .c-partner-search-module__inputs .g-content__cta, .c-partner-search-module__inputs .g-order__back-button, .c-partner-search-module__inputs .g-order__next-button, .c-partner-search-module__inputs .g-deal-ev-charger-banner__button, .c-partner-search-module__inputs .g-deal-enquire__action a, .g-deal-enquire__action .c-partner-search-module__inputs a,
  .c-partner-search-module__inputs .g-deal-enquire__action button,
  .g-deal-enquire__action .c-partner-search-module__inputs button, .c-partner-search-module__inputs .g-deal-summary__order, .c-partner-search-module__inputs .g-deal-features__btn, .c-partner-search-module__inputs .g-deal-photos__btn, .c-partner-search-module__inputs .g-deal-options__enquire button, .g-deal-options__enquire .c-partner-search-module__inputs button, .c-partner-search-module__inputs .g-deal-options__button, .c-partner-search-module__inputs .g-deal-options__option, .c-partner-search-module__inputs .g-advert__link, .c-partner-search-module__inputs .g-latest-news__cta, .c-partner-search-module__inputs .g-trustpilot__action, .c-partner-search-module__inputs .g-sign-up-bar__forward, .c-partner-search-module__inputs .g-sign-up-bar__trigger, .c-partner-search-module__inputs .g-sign-up-bar__form button, .g-sign-up-bar__form .c-partner-search-module__inputs button, .c-partner-search-module__inputs .g-features__cta, .c-partner-search-module__inputs .g-features__truncate-button, .c-partner-search-module__inputs .g-cta__button, .c-partner-search-module__inputs .g-car-cards__cta, .c-partner-search-module__inputs .g-hero__text a, .g-hero__text .c-partner-search-module__inputs a, .c-partner-search-module__inputs .c-list-index__btn, .c-partner-search-module__inputs .c-survey-modern__prev-button, .c-partner-search-module__inputs .c-survey-modern__next-button, .c-partner-search-module__inputs .c-survey-modern__deals-link, .c-partner-search-module__inputs .c-tiled-banner__button, .c-partner-search-module__inputs .c-total-care-signpost__button, .c-partner-search-module__inputs .c-progress__button, .c-partner-search-module__inputs .c-filter-triggers__trigger, .c-partner-search-module__inputs .modal-footer .btn-primary, .modal-footer .c-partner-search-module__inputs .btn-primary, .c-partner-search-module__inputs .c-survey-question__button, .c-partner-search-module__inputs .c-cookies__accept, .c-partner-search-module__inputs .c-accordian__card-button, .c-partner-search-module__inputs .c-filters__button, .c-partner-search-module__inputs .c-filters__trigger-button, .c-partner-search-module__inputs .c-signpost__button--secondary, .c-partner-search-module__inputs .c-signpost__button, .c-partner-search-module__inputs .c-card__button, .c-partner-search-module__inputs .c-guide-card__read-more, .c-partner-search-module__inputs .c-news-card__read-more, .c-partner-search-module__inputs .c-hero-aside__button, .c-partner-search-module__inputs .c-hero-icon-collection__perks--alternative-btn, .c-partner-search-module__inputs .c-hero-icon-collection__button, .c-partner-search-module__inputs .c-motorway-search__button, .c-partner-search-module__inputs .c-form-contact-footer__btn, .c-partner-search-module__inputs .c-search__button, .c-partner-search-module__inputs .c-ar-contact-form__submit, .c-partner-search-module__inputs .g-contact-form__submit, .c-partner-search-module__inputs .c-intro__btn, .c-partner-search-module__inputs .c-primary-cta__button, .c-partner-search-module__inputs .c-options__button, .c-partner-search-module__inputs .c-button-pair__btn {
    max-width: 200px; } }
/* line 17074, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-intro-motorway__heading {
  margin-bottom: 1.423828125rem;
  display: inline-flex;
  align-items: center; }

/* line 17080, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-intro-motorway__details {
  margin-bottom: 2.565784514rem; }

/* line 17084, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-motorway-search {
  display: flex;
  flex-direction: column;
  margin-top: 1.423828125rem; }

@media (min-width: 992px) {
  /* line 17090, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-motorway-search {
    flex-direction: row;
    align-items: center; } }
/* line 17095, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-motorway-search__form {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1.265625rem; }

@media (min-width: 992px) {
  /* line 17103, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-motorway-search__form {
    flex-direction: row;
    margin-bottom: 0;
    width: auto; } }
/* line 17109, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-motorway-search__reg {
  margin-bottom: 1.265625rem;
  height: 53px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1.423828125rem;
  font-weight: 700;
  border-radius: 5px;
  border: 2px solid #eaeaea;
  outline: 0;
  width: 100%; }

/* line 17122, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-motorway-search__reg::placeholder {
  color: #d1d1d1; }

@media (min-width: 992px) {
  /* line 17126, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-motorway-search__reg {
    min-width: 250px;
    margin: 0 1.6018066406rem 0 0;
    width: auto; } }
/* line 17132, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-motorway-search__button {
  font-weight: 700;
  margin-bottom: 0;
  height: 55px;
  width: 100%; }

@media (min-width: 992px) {
  /* line 17139, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-motorway-search__button {
    min-width: 250px;
    margin-right: 1.125rem;
    width: auto; } }
/* line 17145, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-motorway-search__link {
  color: #ffffff;
  font-size: 0.8888888889rem;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 250px; }

@media (min-width: 992px) {
  /* line 17155, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-motorway-search__link {
    justify-content: start; } }
/* line 17159, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-motorway-search__logo {
  align-self: center;
  margin-left: 0.3079461477rem;
  margin-top: 0.2433154747rem; }

/* line 17165, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-notice {
  background-color: #f6f6f6;
  padding: 1.8020324707rem 0; }

@media (min-width: 992px) {
  /* line 17170, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-notice {
    padding: 3.2473210255rem 0; } }
/* line 17175, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-notice__alert {
  background-color: #002b49;
  color: #ffffff;
  border-radius: 16px;
  padding: 1.423828125rem 1.8020324707rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137); }

@media (min-width: 992px) {
  /* line 17183, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-notice__alert {
    padding: 1.8020324707rem 4.1098906729rem; } }
/* line 17187, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-notice__alert p:last-child {
  margin-bottom: 0; }

/* line 17190, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-notice__alert a {
  color: #ffffff; }

/* line 17193, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-notice__alert h3 {
  font-size: 1.423828125rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  /* line 17201, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-notice__alert h3 {
    font-size: 1.6018066406rem; } }
@media (min-width: 992px) {
  /* line 17206, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-notice__alert h3 {
    font-size: 1.8020324707rem; } }
/* line 17210, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-notice__alert h3:before {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-right: 1rem;
  flex-shrink: 0;
  background-image: url(/assets/icon-information-c3239efdad5be4436d4db3a5994914c3328a6ad320ead7c1016df3c49379923c.svg);
  background-size: cover;
  background-repeat: no-repeat; }

/* line 17222, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-eon-tag {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 190px;
  height: 110px;
  background-color: #ffffff;
  border-radius: 8px 0 0px 8px;
  display: flex;
  align-items: center;
  padding: 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 100;
  pointer-events: all;
  text-decoration: none;
  color: inherit; }

/* line 17240, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-eon-tag:hover {
  text-decoration: none;
  color: inherit; }

/* line 17244, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-eon-tag__offer {
  height: inherit;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background-color: #ff4823;
  color: white;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
  min-width: 40px; }

/* line 17260, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-eon-tag__content {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 10px 16px 5px 10px;
  gap: 5px; }

/* line 17269, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-eon-tag__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-transform: uppercase; }

/* line 17277, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-eon-tag__logo {
  width: 90px;
  height: auto;
  margin-bottom: 8px; }

/* line 17282, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-eon-tag__headline {
  font-size: 12px;
  font-weight: bold;
  color: #002b49;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  line-height: 15px; }

@media (max-width: 991.98px) {
  /* line 17292, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-eon-tag__headline {
    line-height: 12px; } }
/* line 17296, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-eon-tag__highlight {
  font-size: inherit;
  font-weight: bold;
  color: #ff4823; }

/* line 17301, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-eon-tag__terms {
  color: #494949;
  margin-top: 5px;
  text-transform: none;
  text-decoration: none;
  font-size: 0.6rem; }

/* line 17308, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-eon-tag__icon {
  width: 35px;
  transform: scale(4.5);
  margin-bottom: 10px;
  padding-right: 15px;
  position: absolute;
  right: -10px; }

@media (max-width: 991.98px) {
  /* line 17317, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-eon-tag {
    transition: transform 0.3s ease-out;
    transform-origin: right center;
    width: 136px;
    height: 80px; }

  /* line 17323, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-eon-tag__offer {
    cursor: pointer;
    min-width: 24px;
    font-size: 0.8rem;
    padding: 4px; }

  /* line 17329, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-eon-tag__content {
    padding: 4px 0 0 8px;
    gap: 4px; }

  /* line 17333, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-eon-tag__logo {
    width: 48px;
    margin-bottom: 8px; }

  /* line 17337, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-eon-tag__icon {
    width: 28px;
    transform: scale(2.6);
    margin-bottom: 29px;
    padding-right: 12px;
    right: -8px; }

  /* line 17344, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-eon-tag__headline {
    font-size: 0.6rem; }

  /* line 17347, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-eon-tag__terms {
    margin-top: 1.6px;
    font-size: 0.48rem; }

  /* line 17351, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-eon-tag.c-eon-tag--hidden {
    transform: translateX(calc(100% - 26px)); }

  /* line 17354, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-eon-tag.c-eon-tag--hidden .c-eon-tag__content {
    pointer-events: none; } }
/* line 17359, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-electric .c-eon-tag {
  position: relative;
  margin-left: auto;
  margin-right: -40px;
  border-radius: 8px 0 0px 8px;
  bottom: 0; }

@media (max-width: 767.98px) {
  /* line 17367, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .is-electric .c-eon-tag {
    margin-right: 0px;
    bottom: unset;
    top: 0; } }
/* line 17374, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-home__section--electric .c-eon-tag {
  z-index: 100;
  pointer-events: all; }

/* line 17379, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection {
  position: relative; }

/* line 17383, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__inner-wrapper {
  position: relative; }

@media (min-width: 768px) {
  /* line 17387, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__inner-wrapper {
    padding-bottom: 230px; } }
/* line 17392, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__content {
  padding: 50px 30px;
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%; }

@media (min-width: 768px) {
  /* line 17401, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__content {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 100px;
    padding-bottom: 210px; } }
/* line 17408, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__content h1 {
  font-size: 2.2806973457rem;
  font-weight: 600;
  max-width: 800px;
  margin-bottom: 180px; }

@media (min-width: 576px) {
  /* line 17415, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__content h1 {
    font-size: 2.8865075782rem; } }
@media (min-width: 768px) {
  /* line 17420, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__content h1 {
    font-size: 3.2473210255rem; } }
/* line 17424, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__content p {
  max-width: 800px;
  margin: 20px 0; }

@media (min-width: 768px) {
  /* line 17429, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__content h1 {
    margin-bottom: 38px; } }
/* line 17434, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__heading {
  margin-bottom: 38px; }

/* line 17437, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__heading--accent {
  color: #ac8c2e; }

/* line 17440, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__heading--accent-ev {
  color: #00a3e0; }

/* line 17444, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__button {
  display: block;
  margin: 0 auto 14px;
  font-size: 0.8888888889rem; }

@media (min-width: 576px) {
  /* line 17450, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__button {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 17455, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__button {
    font-size: 1.125rem; } }
@media (min-width: 576px) {
  /* line 17460, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__button {
    margin: 0 0 14px; } }
/* line 17464, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__button--transparent {
  border: 2px solid white;
  box-shadow: unset;
  background-color: rgba(0, 0, 0, 0.22);
  color: #fff; }

/* line 17470, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__button--transparent:hover {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: unset;
  color: #fff; }

/* line 17475, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__button--transparent:visited {
  color: #fff; }

/* line 17478, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks-mobileheader {
  background-color: #002b49;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding-top: 1.125rem;
  font-size: 0.8888888889rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center; }

@media (min-width: 576px) {
  /* line 17492, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__perks-mobileheader {
    font-size: 1rem; } }
/* line 17496, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks-mobileheader:before, .c-hero-icon-collection__perks-mobileheader:after {
  content: "";
  background-color: white;
  height: 1px;
  flex: 1;
  margin: 0 1.8020324707rem; }

/* line 17503, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks-mobileheader:before {
  margin-right: 1.265625rem;
  /* Adjust spacing around the text */ }

/* line 17506, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks-mobileheader:after {
  margin-left: 1.265625rem;
  /* Adjust spacing around the text */ }

@media (min-width: 768px) {
  /* line 17510, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__perks-mobileheader {
    display: none; } }
@media (min-width: 768px) {
  /* line 17516, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__perks-wrapper {
    position: absolute;
    bottom: 230px;
    left: 0;
    right: 0;
    background-color: rgba(0, 43, 73, 0.8);
    height: 160px;
    color: #fff;
    overflow-y: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(100%);
    padding: 0 46px; } }
/* line 17533, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks--chevron {
  display: none; }

/* line 17537, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks--chevron-right, .c-hero-icon-collection__perks--chevron-left {
  display: none;
  border: none;
  background: transparent;
  outline: none;
  position: relative;
  height: 30px;
  width: 70px;
  padding: 0;
  color: currentColor; }

/* line 17548, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks--chevron-right::after, .c-hero-icon-collection__perks--chevron-left::after, .c-hero-icon-collection__perks--chevron-right::before, .c-hero-icon-collection__perks--chevron-left::before {
  content: "";
  position: absolute;
  top: 45%;
  right: 5px;
  width: 20px;
  height: 4px;
  background-color: currentColor;
  transform-origin: center right;
  border-radius: 2px; }

/* line 17559, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks--chevron-right::after, .c-hero-icon-collection__perks--chevron-left::after {
  transform: translateY(30%) rotate(45deg); }

/* line 17562, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks--chevron-right::before, .c-hero-icon-collection__perks--chevron-left::before {
  transform: translateY(-30%) rotate(-45deg); }

/* line 17566, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks--chevron-left {
  transform: rotate(180deg); }

/* line 17570, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks {
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  justify-content: space-around;
  list-style-type: none;
  color: #fff;
  background-color: #002b49;
  flex-wrap: wrap;
  padding: 20px 30px;
  margin-bottom: 0;
  scrollbar-width: none; }

/* line 17584, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks ::-webkit-scrollbar {
  display: none; }

@media (min-width: 768px) {
  /* line 17588, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__perks {
    display: flex;
    align-items: center;
    background-color: transparent;
    height: 160px;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    justify-content: space-between;
    scroll-snap-align: start;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding: 20px 0;
    max-width: 1733px;
    width: 100%;
    margin: 0 auto; } }
/* line 17606, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks .c-hero-icon-collection__perks--perk {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 0.7901234568rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18); }

@media (min-width: 576px) {
  /* line 17621, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__perks .c-hero-icon-collection__perks--perk {
    padding-bottom: 1.125rem; } }
@media (min-width: 768px) {
  /* line 17626, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__perks .c-hero-icon-collection__perks--perk {
    padding-bottom: 1.265625rem; } }
@media (min-width: 576px) {
  /* line 17631, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__perks .c-hero-icon-collection__perks--perk {
    margin-bottom: 1.125rem; } }
@media (min-width: 768px) {
  /* line 17636, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__perks .c-hero-icon-collection__perks--perk {
    margin-bottom: 1.265625rem; } }
@media (min-width: 576px) {
  /* line 17641, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__perks .c-hero-icon-collection__perks--perk {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 17646, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__perks .c-hero-icon-collection__perks--perk {
    font-size: 1.125rem; } }
/* line 17650, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks .c-hero-icon-collection__perks--perk:nth-last-child(-n+2):nth-child(odd), .c-hero-icon-collection__perks .c-hero-icon-collection__perks--perk:nth-last-child(-n+1):nth-child(even) {
  border-bottom: none; }

/* line 17653, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks .c-hero-icon-collection__perks--perk * {
  max-width: 100px; }

/* line 17656, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks .c-hero-icon-collection__perks--perk img {
  max-height: 36px;
  height: 36px;
  max-width: 71px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 20px; }

/* line 17664, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks .c-hero-icon-collection__perks--perk-gold:first-child {
  color: #ac8c2e; }

/* line 17667, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks .c-hero-icon-collection__perks--perk-gold img {
  filter: brightness(0) saturate(100%) invert(62%) sepia(78%) saturate(449%) hue-rotate(358deg) brightness(92%) contrast(87%); }

/* line 17670, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks .c-hero-icon-collection__perks--perk-ev:first-child {
  color: #00a3e0; }

/* line 17673, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks .c-hero-icon-collection__perks--perk-ev img {
  filter: brightness(0) saturate(100%) invert(50%) sepia(98%) saturate(1736%) hue-rotate(169deg) brightness(98%) contrast(101%); }

@media (min-width: 768px) {
  /* line 17677, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__perks .c-hero-icon-collection__perks--perk {
    width: 33.3333333333%;
    min-width: 33.3333333333%;
    scroll-snap-align: start;
    position: relative;
    border: none;
    padding: 0 20px;
    margin: 0; }

  /* line 17686, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__perks .c-hero-icon-collection__perks--perk * {
    max-width: unset; }

  /* line 17689, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__perks .c-hero-icon-collection__perks--perk img {
    max-height: 56px;
    height: 56px;
    object-postition: center;
    max-width: 105px;
    object-fit: contain; } }
@media (min-width: 992px) {
  /* line 17698, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__perks .c-hero-icon-collection__perks--perk {
    width: 25%;
    min-width: 25%; } }
@media (min-width: 1500px) {
  /* line 17704, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__perks .c-hero-icon-collection__perks--perk {
    width: 20%;
    min-width: 20%; } }
@media (min-width: 1500px) {
  /* line 17710, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__perks .c-hero-icon-collection__perks--perk {
    width: 16.6666666667%;
    min-width: 16.6666666667%; } }
/* line 17716, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks-alternative-wrapper {
  background-color: #fff; }

/* line 17720, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks--alternative {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style-type: none;
  gap: 1.6018066406rem;
  flex-direction: column;
  padding: 20px 20px 72px; }

@media (min-width: 768px) {
  /* line 17730, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__perks--alternative {
    flex-direction: row;
    justify-content: space-between;
    align-items: unset;
    max-width: 1733px;
    margin: 0 auto;
    padding: 20px 46px 72px; } }
/* line 17739, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks--alternative-perk {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding-top: 16px;
  width: 100%;
  max-width: 300px; }

@media (min-width: 768px) {
  /* line 17750, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__perks--alternative-perk {
    padding-top: 80px; } }
/* line 17754, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks--alternative-image {
  background-color: #002b49;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  padding: 30px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center; }

@media (min-width: 768px) {
  /* line 17766, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__perks--alternative-image {
    position: absolute;
    top: -90px;
    left: 0;
    right: 0; } }
/* line 17773, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks--alternative-image--electric {
  background-color: #00a3e0; }

/* line 17776, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks--alternative-btn {
  margin-top: auto;
  width: 200px;
  font-weight: 600; }

@media (min-width: 768px) {
  /* line 17782, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-icon-collection__perks--alternative-btn {
    width: 100%;
    max-width: 200px; } }
/* line 17787, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks--alternative-heading {
  font-size: 1.125rem;
  font-weight: 600; }

/* line 17791, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-icon-collection__perks--alternative-description {
  font-size: 1rem;
  padding-top: 1rem;
  padding-bottom: 1.265625rem; }

/* line 17797, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.side-padding, .c-hero-aside__heading, .c-hero-aside__content-inner {
  padding-left: 36px;
  padding-right: 36px; }

@media (min-width: 992px) {
  /* line 17802, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .side-padding, .c-hero-aside__heading, .c-hero-aside__content-inner {
    padding-left: 50px;
    padding-right: 50px; } }
@media (min-width: 1500px) {
  /* line 17808, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .side-padding, .c-hero-aside__heading, .c-hero-aside__content-inner {
    padding-left: 60px;
    padding-right: 60px; } }
@media (min-width: 1500px) {
  /* line 17815, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .flex-row-reverse .c-hero-aside__content {
    padding-left: 45px;
    padding-right: 0; } }
/* line 17821, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside {
  position: relative;
  padding: 0; }

@media (min-width: 768px) {
  /* line 17826, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside {
    padding: 2.565784514rem 0; } }
@media (min-width: 992px) {
  /* line 17831, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside {
    padding: 3.2473210255rem 0; } }
@media (min-width: 1200px) {
  /* line 17836, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside {
    padding: 4.1098906729rem 0; } }
/* line 17840, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside .row, .c-hero-aside .g-guide-index-list .c-list-index, .g-guide-index-list .c-hero-aside .c-list-index, .c-hero-aside .g-order__row, .c-hero-aside .c-ev-fuel-tax-calculator, .c-hero-aside .c-list-ticks, .c-hero-aside .c-tabs__content-wrap, .c-hero-aside .c-modal-enquire__header, .c-hero-aside .c-filters__triggers-content, .c-hero-aside .c-card__sections, .c-hero-aside .c-secondary-cta #c-search__model-results-hero, .c-secondary-cta .c-hero-aside #c-search__model-results-hero,
.c-hero-aside .c-secondary-cta #c-search__model-results,
.c-secondary-cta .c-hero-aside #c-search__model-results {
  margin-left: -30px;
  margin-right: -30px; }

@media (min-width: 768px) {
  /* line 17847, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside .row, .c-hero-aside .g-guide-index-list .c-list-index, .g-guide-index-list .c-hero-aside .c-list-index, .c-hero-aside .g-order__row, .c-hero-aside .c-ev-fuel-tax-calculator, .c-hero-aside .c-list-ticks, .c-hero-aside .c-tabs__content-wrap, .c-hero-aside .c-modal-enquire__header, .c-hero-aside .c-filters__triggers-content, .c-hero-aside .c-card__sections, .c-hero-aside .c-secondary-cta #c-search__model-results-hero, .c-secondary-cta .c-hero-aside #c-search__model-results-hero,
  .c-hero-aside .c-secondary-cta #c-search__model-results,
  .c-secondary-cta .c-hero-aside #c-search__model-results {
    margin-left: 0;
    margin-right: 0; } }
/* line 17855, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  position: static; }

@media (min-width: 1500px) {
  /* line 17863, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside__content {
    padding-right: 45px;
    padding-left: 0; } }
/* line 17868, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__content--center {
  align-items: center; }

/* line 17871, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__content--center .c-hero-aside__heading {
  align-items: center; }

/* line 17874, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__content--center .c-hero-aside__button {
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 991.98px) {
  /* line 17879, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside__content--center-mobile {
    align-items: center;
    text-align: center !important; }

  /* line 17883, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside__content--center-mobile .c-hero-aside__heading {
    align-items: center; }

  /* line 17886, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside__content--center-mobile .c-hero-aside__button {
    margin-left: auto;
    margin-right: auto; } }
/* line 17891, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__content h1,
.c-hero-aside__content h2 {
  margin-bottom: 36px; }

@media (min-width: 992px) {
  /* line 17896, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside__content h1,
  .c-hero-aside__content h2 {
    margin-bottom: 48px; } }
/* line 17902, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__content-inner {
  background-color: #ffffff;
  padding-top: 32px;
  padding-bottom: 32px;
  width: 100%; }

@media (min-width: 768px) {
  /* line 17909, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside__content-inner {
    padding-bottom: 56px; } }
/* line 17914, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__logo {
  width: 220px;
  margin-bottom: 24px; }

@media (min-width: 992px) {
  /* line 17919, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside__logo {
    width: 300px;
    margin-bottom: 32px; } }
/* line 17925, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__heading {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0; }

/* line 17937, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__heading h1,
.c-hero-aside__heading h2 {
  margin: 0;
  padding: 0; }

@media (min-width: 768px) {
  /* line 17943, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside__heading {
    position: static;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 8px;
    padding-top: 56px;
    background-color: #ffffff; } }
/* line 17952, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__heading .accent {
  color: #ac8c2e; }

/* line 17955, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__heading .accent-ev {
  color: #00a3e0; }

/* line 17959, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__text {
  font-size: 1rem;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 32px; }

@media (min-width: 576px) {
  /* line 17966, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside__text {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 17971, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside__text {
    font-size: 1.125rem; } }
/* line 17976, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__button-wrapper {
  display: flex; }

/* line 17979, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__button-wrapper:last-child .c-hero-aside__button {
  margin-bottom: 0; }

/* line 17983, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__button {
  display: block;
  margin: 32px 0; }

/* line 17987, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__button--transparent {
  border: 2px solid white;
  box-shadow: unset;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff; }

/* line 17993, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__button--transparent:hover {
  background-color: rgba(255, 255, 255, 0.5); }

/* line 17996, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__button--transparent:visited {
  color: #fff; }

/* line 17999, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__list-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  position: relative; }

/* line 18006, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__list-item::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: -40px;
  left: 25px;
  width: 5px;
  background-color: #ac8c2e;
  z-index: 1; }

@media (min-width: 992px) {
  /* line 18017, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside__list-item::before {
    left: 35px; } }
/* line 18021, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__list-item:last-child::before {
  display: none; }

/* line 18025, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__list-image {
  width: 55px;
  height: 55px;
  min-width: 55px;
  min-height: 55px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ac8c2e;
  position: relative;
  z-index: 2; }

/* line 18038, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__list-image img {
  max-width: 100%;
  max-height: 100%;
  padding: 16px;
  object-fit: contain; }

@media (min-width: 992px) {
  /* line 18045, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside__list-image {
    width: 75px;
    height: 75px;
    min-width: 75px;
    min-height: 75px; } }
/* line 18053, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__list-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
  font-size: 0.8888888889rem; }

@media (min-width: 576px) {
  /* line 18061, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside__list-text {
    font-size: 1rem; } }
/* line 18065, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__list-text .c-hero-aside__list-heading {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 10px; }

@media (min-width: 576px) {
  /* line 18071, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside__list-text .c-hero-aside__list-heading {
    font-size: 1.125rem; } }
@media (min-width: 768px) {
  /* line 18076, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside__list-text .c-hero-aside__list-heading {
    font-size: 1.265625rem; } }
@media (min-width: 992px) {
  /* line 18081, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside__list-text .c-hero-aside__list-heading {
    font-size: 1.423828125rem; } }
/* line 18086, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 32px; }

@media (min-width: 992px) {
  /* line 18096, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside__list {
    gap: 40px; } }
/* line 18100, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__list--ev .c-hero-aside__list-image {
  background-color: #00a3e0; }

/* line 18103, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__list--ev .c-hero-aside__list-item::before {
  background-color: #00a3e0; }

/* line 18106, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__list--alternative {
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px; }

@media (min-width: 992px) {
  /* line 18113, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside__list--alternative {
    gap: 36px; } }
/* line 18117, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__list--alternative .c-hero-aside__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-color: #f6f6f6;
  width: 100%;
  padding: 16px; }

/* line 18126, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__list--alternative .c-hero-aside__list-item::before {
  display: none; }

@media (min-width: 768px) {
  /* line 18130, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside__list--alternative .c-hero-aside__list-item {
    max-width: calc(50% - 10px); } }
@media (min-width: 992px) {
  /* line 18135, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside__list--alternative .c-hero-aside__list-item {
    max-width: calc(50% - 18px);
    padding: 20px; } }
/* line 18140, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__list--alternative .c-hero-aside__list-image {
  width: 55px;
  height: 55px;
  background-color: transparent;
  position: relative;
  z-index: 2;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0; }

/* line 18150, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__list--alternative .c-hero-aside__list-image img {
  padding: 0; }

@media (min-width: 768px) {
  /* line 18154, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside__list--alternative .c-hero-aside__list-image {
    width: 75px;
    height: 75px; } }
/* line 18159, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__list--alternative .c-hero-aside__list-text {
  align-items: center;
  text-align: center; }

/* line 18164, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-hero-aside__background-image {
  position: static !important;
  width: 100%; }

@media (min-width: 768px) {
  /* line 18169, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-hero-aside__background-image {
    position: absolute !important; } }
/* line 18174, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 90px 113px 90px 140px; }

/* line 18182, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-collection-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 60%;
  max-width: 60%; }

/* line 18190, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-collection-text h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 73px;
  margin-bottom: 10px; }

/* line 18196, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-collection-text p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 26px; }

/* line 18202, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-collection-text--top {
  justify-content: flex-start; }

/* line 18205, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-collection-text--bottom {
  justify-content: flex-end;
  padding-bottom: 26px; }

@media (max-width: 1499.98px) {
  /* line 18210, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-collection-text--bottom {
    padding-bottom: 15px; } }
@media (max-width: 1199.98px) {
  /* line 18215, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-collection-text--bottom {
    padding-bottom: 0px; } }
@media (max-width: 1499.98px) {
  /* line 18220, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-collection-text h1 {
    font-size: 54px;
    font-weight: 700;
    line-height: 66px; }

  /* line 18225, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-collection-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 12px; } }
@media (max-width: 1199.98px) {
  /* line 18233, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-collection-text {
    flex: 0 0 56%;
    max-width: 100%;
    text-align: left;
    margin-bottom: 10px; }

  /* line 18239, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-collection-text h1 {
    font-size: 54px;
    line-height: 66px;
    font-weight: 700;
    margin-bottom: 21px; }

  /* line 18245, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-collection-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px; } }
@media (max-width: 991.98px) {
  /* line 18252, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-collection-text {
    margin-bottom: 10px;
    padding-top: 30px; }

  /* line 18256, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-collection-text h1 {
    font-size: 54px;
    line-height: 66px;
    font-weight: 700;
    margin-bottom: 21px; }

  /* line 18262, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-collection-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 20px; } }
@media (max-width: 767.98px) {
  /* line 18271, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-collection-text {
    margin-bottom: 0px;
    width: 90%;
    padding-top: 30px; }

  /* line 18276, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-collection-text h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 10px; }

  /* line 18282, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-collection-text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 20px; } }
/* line 18289, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-collection-text.light-text h1, .collection-container .hero-collection-text.light-text p {
  color: #ffffff; }

/* line 18292, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .c-hero-icon-collection__button {
  display: inline-flex;
  align-items: center;
  min-width: auto;
  padding: 4px 28px !important;
  box-shadow: none;
  font-size: 20px; }

/* line 18300, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .c-hero-icon-collection__button::before, .collection-container .c-hero-icon-collection__button::after {
  display: none; }

@media (max-width: 767.98px) {
  /* line 18304, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .c-hero-icon-collection__button::before, .collection-container .c-hero-icon-collection__button::after {
    display: inline-block;
    right: 13px;
    width: 11px; } }
/* line 18310, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .c-hero-icon-collection__button .star-icon {
  position: relative;
  right: 17px;
  bottom: 2%;
  width: 40px;
  height: 40px;
  fill: currentColor;
  flex-shrink: 0; }

@media (max-width: 1499.98px) {
  /* line 18320, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .c-hero-icon-collection__button .star-icon {
    right: 19px;
    bottom: 0%;
    width: 36px;
    height: 36px; } }
@media (max-width: 767.98px) {
  /* line 18328, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .c-hero-icon-collection__button .star-icon {
    right: 10px;
    bottom: 0%;
    width: 25px;
    height: 25px; } }
@media (max-width: 1499.98px) {
  /* line 18336, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .c-hero-icon-collection__button {
    font-size: 17px;
    padding: 4px 28px !important;
    margin-top: 10px; } }
@media (max-width: 991.98px) {
  /* line 18343, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .c-hero-icon-collection__button {
    min-height: 40px;
    font-size: 16px;
    margin-top: 15px;
    padding: 4px 33px !important; } }
@media (max-width: 767.98px) {
  /* line 18351, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .c-hero-icon-collection__button {
    font-size: 16px;
    min-height: 40px;
    padding: 4px 40px 4px 28px !important;
    margin: 0px;
    line-height: 15px; } }
/* line 18359, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-responsive-form {
  position: relative;
  background-color: #002b49;
  border-radius: 8px;
  padding: 17px 26px 40px 33px;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.35);
  width: 70%;
  max-width: 437px;
  flex: 1; }

/* line 18369, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-responsive-form__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  gap: 1rem; }

/* line 18376, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-responsive-form__header h2 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  color: #ffffff; }

@media (max-width: 1199.98px) {
  /* line 18383, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form__header h2 {
    font-size: 1rem; } }
@media (max-width: 991.98px) {
  /* line 18388, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form__header h2 {
    font-size: 18px; } }
@media (max-width: 767.98px) {
  /* line 18393, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form__header h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px; } }
@media (max-width: 1199.98px) {
  /* line 18400, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form__header {
    margin-bottom: 1.5rem; } }
@media (max-width: 991.98px) {
  /* line 18405, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form__header {
    gap: 0.5rem;
    margin-bottom: 22px; } }
@media (max-width: 767.98px) {
  /* line 18411, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form__header {
    margin-bottom: 1rem; } }
/* line 18415, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-responsive-form__toggle {
  position: relative;
  display: flex;
  align-items: stretch;
  background: #ffffff;
  border: 2px solid #0d2438;
  border-radius: 50px;
  overflow: hidden;
  flex-shrink: 0;
  min-width: 118px;
  top: 5px;
  left: 8px; }

@media (max-width: 1199.98px) {
  /* line 18429, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form__toggle {
    min-width: 110px; } }
@media (max-width: 991.98px) {
  /* line 18434, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form__toggle {
    min-width: 100px;
    top: 0;
    left: 0; } }
/* line 18440, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-responsive-form__toggle--btn {
  flex: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0; }

/* line 18447, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-responsive-form__toggle--btn input {
  display: none; }

/* line 18450, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-responsive-form__toggle--btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0d2438;
  margin: 1px;
  height: calc(100% - 2px);
  width: 56px;
  border-radius: 25px;
  padding: 0.4rem 1.2rem;
  transition: all 0.3s ease; }

@media (max-width: 1199.98px) {
  /* line 18465, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form__toggle--btn span {
    padding: 0.45rem 1.25rem;
    font-size: 0.9rem; } }
@media (max-width: 991.98px) {
  /* line 18471, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form__toggle--btn span {
    padding: 4px 10px;
    font-size: 16px;
    width: 41px; } }
/* line 18477, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-responsive-form__toggle--btn input:checked + span {
  background: #0d2438;
  color: #ffffff; }

/* line 18481, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-responsive-form .hero-responsive-dropdowns-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px 20px; }

@media (max-width: 991.98px) {
  /* line 18487, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form .hero-responsive-dropdowns-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px 35px; } }
@media (max-width: 767.98px) {
  /* line 18493, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form .hero-responsive-dropdowns-wrapper {
    grid-template-columns: 1fr;
    gap: 16px 35px; } }
/* line 18498, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-responsive-form .hero-responsive-dropdowns-wrapper .hero-responsive-form-group {
  display: flex;
  flex-direction: column; }

/* line 18502, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-responsive-form .hero-responsive-dropdowns-wrapper .hero-responsive-form-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 7px;
  color: #ffffff;
  line-height: 18px; }

@media (max-width: 991.98px) {
  /* line 18511, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form .hero-responsive-dropdowns-wrapper .hero-responsive-form-group label {
    display: none; } }
/* line 18515, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-responsive-form .hero-responsive-dropdowns-wrapper .hero-responsive-form-group select {
  width: 100%;
  border-radius: 6px;
  border: none;
  background-color: #ffffff;
  color: #858585;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 40px 12px 20px;
  margin-bottom: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/assets/chevron-down-1fea1badb188e6ab723b99de5dda0a4ff6f7a84ee3efb7683cb642c977bd2c92.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 36px;
  cursor: pointer;
  user-select: none;
  transition: box-shadow 0.3s ease;
  filter: drop-shadow(0 0 0.8px #000000); }

@media (max-width: 1499.98px) {
  /* line 18538, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form .hero-responsive-dropdowns-wrapper .hero-responsive-form-group select {
    font-size: 14px;
    padding: 12px 40px 12px 20px; } }
@media (max-width: 991.98px) {
  /* line 18544, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form .hero-responsive-dropdowns-wrapper .hero-responsive-form-group select {
    padding: 9px 20px;
    background-size: 25px;
    background-position: right 9px center;
    line-height: 18px; } }
@media (max-width: 767.98px) {
  /* line 18552, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form .hero-responsive-dropdowns-wrapper .hero-responsive-form-group select {
    padding: 14px;
    background-position: right 7px center;
    line-height: 18px; } }
/* line 18558, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-responsive-form .hero-responsive-dropdowns-wrapper .hero-responsive-form-group select.has-value {
  color: #002b49; }

/* line 18561, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-responsive-form .hero-responsive-dropdowns-wrapper .hero-responsive-form-group select:focus {
  outline: none;
  box-shadow: 0 0 6px #000000; }

/* line 18565, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-responsive-form .hero-responsive-dropdowns-wrapper .hero-responsive-form-group select:disabled {
  background-image: url(/assets/chevron-down-grey-7c309dbc312134feeb731a9efc482a464b66a471a4f58eb5240085cf1b2d8dd7.svg);
  cursor: not-allowed;
  opacity: 1;
  -webkit-opacity: 1;
  -webkit-text-fill-color: #858585;
  color: #858585;
  background-color: #E5E5E5; }

/* line 18574, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-responsive-form .hero-responsive-dropdowns-wrapper .hero-responsive-form-group select.selected {
  color: #002b49; }

/* line 18577, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-responsive-form .hero-responsive-dropdowns-wrapper .hero-responsive-form-group select option {
  color: #002b49; }

/* line 18580, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-responsive-form .hero-responsive-center-container {
  display: flex;
  justify-content: center;
  align-items: center; }

/* line 18585, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-responsive-form .hero-responsive-center-container .hero-responsive-btn-find {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  margin-top: 31px;
  padding: 8px 10px 10px 10px !important;
  border: none;
  border-radius: 7px;
  width: 100%;
  cursor: pointer;
  box-shadow: inset 0 -4px 0px 0px #8B6905; }

@media (max-width: 1499.98px) {
  /* line 18602, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form .hero-responsive-center-container .hero-responsive-btn-find {
    margin-top: 27px; } }
@media (max-width: 1199.98px) {
  /* line 18607, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form .hero-responsive-center-container .hero-responsive-btn-find {
    margin-top: 25px; } }
@media (max-width: 991.98px) {
  /* line 18612, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form .hero-responsive-center-container .hero-responsive-btn-find {
    font-size: 16px;
    padding: 12px 0;
    width: 47%;
    min-height: 35px; } }
@media (max-width: 767.98px) {
  /* line 18620, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form .hero-responsive-center-container .hero-responsive-btn-find {
    margin-top: 18px;
    width: 100%; } }
/* line 18625, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-responsive-form .hero-responsive-center-container .c-tiled-banner__button {
  min-height: 49px;
  line-height: 1; }

/* line 18629, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-responsive-form .hero-responsive-center-container .c-tiled-banner__button::before, .collection-container .hero-responsive-form .hero-responsive-center-container .c-tiled-banner__button::after {
  right: 28px;
  width: 15px; }

@media (max-width: 991.98px) {
  /* line 18634, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form .hero-responsive-center-container .c-tiled-banner__button::before, .collection-container .hero-responsive-form .hero-responsive-center-container .c-tiled-banner__button::after {
    right: 16px;
    width: 10px; } }
@media (max-width: 991.98px) {
  /* line 18640, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form .hero-responsive-center-container .c-tiled-banner__button {
    min-height: 46px;
    padding: 7px 10px 10px !important;
    border-radius: 7px; } }
/* line 18646, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.collection-container .hero-responsive-form .hero-responsive-center-container svg {
  align-items: right;
  width: 18px;
  height: 18px;
  stroke: #ffffff;
  stroke-width: 2;
  fill: none; }

@media (max-width: 1499.98px) {
  /* line 18655, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form {
    max-width: 402px;
    padding: 20px 27px 29px 31px; } }
@media (max-width: 1199.98px) {
  /* line 18661, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form {
    width: 100%;
    max-width: 400px; } }
@media (max-width: 991.98px) {
  /* line 18667, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form {
    margin-top: 152px;
    max-width: 100%;
    padding: 18px 30px 26px;
    margin-bottom: 38px; } }
@media (max-width: 767.98px) {
  /* line 18675, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container .hero-responsive-form {
    margin-bottom: 115px;
    margin-top: 0px;
    padding: 12px 10px 16px; } }
@media (max-width: 1499.98px) {
  /* line 18682, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container {
    padding: 68px 50px 40px 50px; } }
@media (max-width: 1199.98px) {
  /* line 18687, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container {
    padding: 75px 30px; } }
@media (max-width: 991.98px) {
  /* line 18692, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container {
    padding: 10px 40px;
    flex-direction: column; } }
@media (max-width: 767.98px) {
  /* line 18698, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .collection-container {
    padding: 0px 36px 10px 36px; } }
/* line 18703, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.hero-responsive-image-collection-main.p-ev-special-offers .hero-responsive-form__toggle span {
  color: #ac8c2e;
  border-color: #ac8c2e; }

/* line 18707, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.hero-responsive-image-collection-main.p-ev-special-offers .hero-responsive-form__toggle input:checked + span {
  background-color: #ac8c2e;
  color: #ffffff; }

/* line 18711, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.hero-responsive-image-collection-main.p-ev-special-offers .hero-responsive-form input:focus,
.hero-responsive-image-collection-main.p-ev-special-offers .hero-responsive-form select:focus {
  border-color: #ac8c2e;
  outline: none; }

/* line 18717, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.hero-responsive-image-collection .c-hero-icon-collection__perks {
  padding: 0; }

@media (max-width: 767.98px) {
  /* line 18721, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .hero-responsive-image-collection .c-hero-icon-collection__perks-mobileheader {
    padding: 12px 20px 0px 20px; }

  /* line 18724, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .hero-responsive-image-collection .c-hero-icon-collection__perks-mobileheader::before, .hero-responsive-image-collection .c-hero-icon-collection__perks-mobileheader::after {
    margin: 0 15px; } }
/* line 18728, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.hero-responsive-image-collection .c-hero-icon-collection__perks span {
  display: inline-block;
  width: 99%; }

@media (max-width: 991.98px) {
  /* line 18733, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .hero-responsive-image-collection .c-hero-icon-collection__perks {
    padding: 23px 0; } }
@media (max-width: 767.98px) {
  /* line 18738, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .hero-responsive-image-collection .c-hero-icon-collection__perks {
    padding: 20px 36px; } }
/* line 18742, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.hero-responsive-image-collection .c-hero-icon-collection__perks--perk {
  padding-bottom: 0; }

@media (max-width: 991.98px) {
  /* line 18746, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .hero-responsive-image-collection .c-hero-icon-collection__perks--perk img {
    margin-bottom: 16px; } }
@media (max-width: 767.98px) {
  /* line 18751, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .hero-responsive-image-collection .c-hero-icon-collection__perks--perk {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 1rem;
    justify-content: flex-start; }

  /* line 18756, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .hero-responsive-image-collection .c-hero-icon-collection__perks--perk:nth-child(odd)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    bottom: 26%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5); } }
/* line 18766, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.hero-responsive-image-collection .c-hero-icon-collection__perks--perk * {
  white-space: nowrap;
  line-height: 22px; }

@media (min-width: 1500px) and (max-width: 1680px) {
  /* line 18771, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .hero-responsive-image-collection .c-hero-icon-collection__perks--perk * {
    white-space: normal; } }
@media (min-width: 992px) and (max-width: 1090px) {
  /* line 18776, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .hero-responsive-image-collection .c-hero-icon-collection__perks--perk * {
    white-space: normal; } }
@media (max-width: 991.98px) {
  /* line 18781, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .hero-responsive-image-collection .c-hero-icon-collection__perks--perk * {
    white-space: normal; } }
@media (max-width: 767.98px) {
  /* line 18786, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .hero-responsive-image-collection .c-hero-icon-collection__perks--perk * {
    line-height: 15px; } }
/* line 18790, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.hero-responsive-image-collection .c-hero-icon-collection__perks-wrapper {
  bottom: 240px;
  height: 176px;
  padding: 0 135px; }

@media (max-width: 1499.98px) {
  /* line 18796, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .hero-responsive-image-collection .c-hero-icon-collection__perks-wrapper {
    bottom: 250px;
    height: 162px;
    padding: 0 50px; } }
@media (max-width: 991.98px) {
  /* line 18803, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .hero-responsive-image-collection .c-hero-icon-collection__perks-wrapper {
    padding: 0 40px;
    bottom: 245px; } }
@media (max-width: 767.98px) {
  /* line 18809, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .hero-responsive-image-collection .c-hero-icon-collection__perks-wrapper {
    bottom: 240px;
    height: auto;
    padding: 0; } }
/* line 18815, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.hero-responsive-image-collection .c-hero-icon-collection__perks--chevron-left, .hero-responsive-image-collection .c-hero-icon-collection__perks--chevron-right {
  width: 40px; }

/* line 18818, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.hero-responsive-image-collection .c-hero-icon-collection__perks--chevron-left::before, .hero-responsive-image-collection .c-hero-icon-collection__perks--chevron-left::after, .hero-responsive-image-collection .c-hero-icon-collection__perks--chevron-right::before, .hero-responsive-image-collection .c-hero-icon-collection__perks--chevron-right::after {
  top: 45%;
  right: 5px;
  width: 30px;
  height: 5px; }

@media (max-width: 1499.98px) {
  /* line 18825, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .hero-responsive-image-collection .c-hero-icon-collection__perks--chevron-left::before, .hero-responsive-image-collection .c-hero-icon-collection__perks--chevron-left::after, .hero-responsive-image-collection .c-hero-icon-collection__perks--chevron-right::before, .hero-responsive-image-collection .c-hero-icon-collection__perks--chevron-right::after {
    width: 22px; } }
@media (max-width: 1499.98px) {
  /* line 18830, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .hero-responsive-image-collection .c-hero-icon-collection__perks--chevron-left, .hero-responsive-image-collection .c-hero-icon-collection__perks--chevron-right {
    width: 25px; } }
/* line 18835, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car {
  margin-bottom: 1.265625rem; }

@media (min-width: 576px) {
  /* line 18839, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car {
    margin-bottom: 1.8020324707rem; } }
/* line 18843, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car--range .c-card-car__image,
.c-card-car--range .c-card-car__header {
  width: 100%; }

/* line 18847, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car--range .c-card-car__labels {
  padding: 0; }

/* line 18850, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car--range .c-card-car__title {
  font-size: 1.265625rem;
  padding: 0 2.0272865295rem;
  margin: 1rem 0 1rem;
  text-align: center; }

/* line 18856, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car--range .c-card-car__subtitle {
  text-align: center; }

/* line 18859, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car--range .c-card-car__subtitle button {
  font-size: 0.8888888889rem; }

@media (min-width: 576px) {
  /* line 18863, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car--range .c-card-car__subtitle button {
    font-size: 0.7901234568rem; } }
@media (min-width: 768px) {
  /* line 18868, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car--range .c-card-car__subtitle button {
    font-size: 1rem; } }
@media (min-width: 992px) {
  /* line 18873, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car--range .c-card-car__subtitle button {
    font-size: 0.8888888889rem; } }
@media (min-width: 1200px) {
  /* line 18878, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car--range .c-card-car__subtitle button {
    font-size: 1rem; } }
@media (min-width: 1500px) {
  /* line 18883, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car--range .c-card-car__subtitle button {
    font-size: 1rem; } }
/* line 18887, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car--range .c-card-car__electric {
  font-size: 0.8888888889rem;
  color: #00a3e0;
  text-align: center;
  height: 20px;
  overflow: hidden;
  margin-top: 0.7901234568rem;
  font-weight: 500; }

@media (min-width: 576px) {
  /* line 18897, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car--range .c-card-car__electric {
    font-size: 0.7901234568rem; } }
@media (min-width: 768px) {
  /* line 18902, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car--range .c-card-car__electric {
    font-size: 1rem; } }
@media (min-width: 992px) {
  /* line 18907, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car--range .c-card-car__electric {
    font-size: 0.8888888889rem; } }
@media (min-width: 1200px) {
  /* line 18912, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car--range .c-card-car__electric {
    font-size: 1rem; } }
@media (min-width: 1500px) {
  /* line 18917, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car--range .c-card-car__electric {
    font-size: 1rem; } }
/* line 18921, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car--range .c-card-car__electric:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 10px 19px;
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1621947261/icons/bolt-ev_dquume.svg") no-repeat center;
  vertical-align: text-top; }

/* line 18930, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car--similar-model .c-card-car__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: transparent;
  box-shadow: none; }

/* line 18937, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car--similar-model .c-card-car__content:hover {
  top: 0; }

/* line 18940, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car--similar-model .c-card-car__header {
  padding: 1.265625rem 0;
  flex-grow: 0; }

/* line 18944, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car--similar-model .c-card-car__text-description {
  margin: 1.265625rem 0;
  flex-grow: 1; }

/* line 18948, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car--ev .c-card-car__subtitle--primary,
.c-card-car--ev .c-card-car__text-price {
  color: #00a3e0; }

/* line 18952, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car--model-page .c-card-car__content:hover {
  top: 0; }

@media (min-width: 1200px) {
  /* line 18956, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car--model-page .c-card-car__content:hover {
    top: 3px; } }
/* line 18960, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car--model-page .c-card-car__panel {
  margin: 0 1rem 0; }

/* line 18963, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car--model-page .c-card-car__text-type {
  font-size: 0.8888888889rem;
  font-weight: 700; }

/* line 18967, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car--model-page .c-card-car__footer {
  margin: 1rem 1rem 0.7023319616rem;
  display: flex;
  flex-direction: row;
  gap: 1rem; }

/* line 18973, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car--model-page .c-card-car__footer .b-btn, .c-card-car--model-page .c-card-car__footer .p-telegraph .g-telegraph__offers, .p-telegraph .c-card-car--model-page .c-card-car__footer .g-telegraph__offers, .c-card-car--model-page .c-card-car__footer .p-newsarticle .g-news__next, .p-newsarticle .c-card-car--model-page .c-card-car__footer .g-news__next, .c-card-car--model-page .c-card-car__footer .p-newsarticle .g-news__previous, .p-newsarticle .c-card-car--model-page .c-card-car__footer .g-news__previous, .c-card-car--model-page .c-card-car__footer .p-customer-reviews .g-trustpilot__footer .c-reviews-button, .p-customer-reviews .g-trustpilot__footer .c-card-car--model-page .c-card-car__footer .c-reviews-button, .c-card-car--model-page .c-card-car__footer .p-key-contacts .c-intro__details a, .p-key-contacts .c-intro__details .c-card-car--model-page .c-card-car__footer a, .c-card-car--model-page .c-card-car__footer .c-content-block__action, .c-card-car--model-page .c-card-car__footer .p-grosvenor .c-intro__alternative a, .p-grosvenor .c-intro__alternative .c-card-car--model-page .c-card-car__footer a, .c-card-car--model-page .c-card-car__footer .p-total-care-offers .c-intro__alternative a, .p-total-care-offers .c-intro__alternative .c-card-car--model-page .c-card-car__footer a, .c-card-car--model-page .c-card-car__footer .g-total-care-content__button, .c-card-car--model-page .c-card-car__footer .g-content__cta, .c-card-car--model-page .c-card-car__footer .g-order__back-button, .c-card-car--model-page .c-card-car__footer .g-order__next-button, .c-card-car--model-page .c-card-car__footer .g-deal-ev-charger-banner__button, .c-card-car--model-page .c-card-car__footer .g-deal-enquire__action a, .g-deal-enquire__action .c-card-car--model-page .c-card-car__footer a,
.c-card-car--model-page .c-card-car__footer .g-deal-enquire__action button,
.g-deal-enquire__action .c-card-car--model-page .c-card-car__footer button, .c-card-car--model-page .c-card-car__footer .g-deal-summary__order, .c-card-car--model-page .c-card-car__footer .g-deal-features__btn, .c-card-car--model-page .c-card-car__footer .g-deal-photos__btn, .c-card-car--model-page .c-card-car__footer .g-deal-options__enquire button, .g-deal-options__enquire .c-card-car--model-page .c-card-car__footer button, .c-card-car--model-page .c-card-car__footer .g-deal-options__button, .c-card-car--model-page .c-card-car__footer .g-deal-options__option, .c-card-car--model-page .c-card-car__footer .g-advert__link, .c-card-car--model-page .c-card-car__footer .g-latest-news__cta, .c-card-car--model-page .c-card-car__footer .g-trustpilot__action, .c-card-car--model-page .c-card-car__footer .g-sign-up-bar__forward, .c-card-car--model-page .c-card-car__footer .g-sign-up-bar__trigger, .c-card-car--model-page .c-card-car__footer .g-sign-up-bar__form button, .g-sign-up-bar__form .c-card-car--model-page .c-card-car__footer button, .c-card-car--model-page .c-card-car__footer .g-features__cta, .c-card-car--model-page .c-card-car__footer .g-features__truncate-button, .c-card-car--model-page .c-card-car__footer .g-cta__button, .c-card-car--model-page .c-card-car__footer .g-car-cards__cta, .c-card-car--model-page .c-card-car__footer .g-hero__text a, .g-hero__text .c-card-car--model-page .c-card-car__footer a, .c-card-car--model-page .c-card-car__footer .c-list-index__btn, .c-card-car--model-page .c-card-car__footer .c-survey-modern__prev-button, .c-card-car--model-page .c-card-car__footer .c-survey-modern__next-button, .c-card-car--model-page .c-card-car__footer .c-survey-modern__deals-link, .c-card-car--model-page .c-card-car__footer .c-tiled-banner__button, .c-card-car--model-page .c-card-car__footer .c-total-care-signpost__button, .c-card-car--model-page .c-card-car__footer .c-progress__button, .c-card-car--model-page .c-card-car__footer .c-filter-triggers__trigger, .c-card-car--model-page .c-card-car__footer .modal-footer .btn-primary, .modal-footer .c-card-car--model-page .c-card-car__footer .btn-primary, .c-card-car--model-page .c-card-car__footer .c-survey-question__button, .c-card-car--model-page .c-card-car__footer .c-cookies__accept, .c-card-car--model-page .c-card-car__footer .c-accordian__card-button, .c-card-car--model-page .c-card-car__footer .c-filters__button, .c-card-car--model-page .c-card-car__footer .c-filters__trigger-button, .c-card-car--model-page .c-card-car__footer .c-signpost__button--secondary, .c-card-car--model-page .c-card-car__footer .c-signpost__button, .c-card-car--model-page .c-card-car__footer .c-card__button, .c-card-car--model-page .c-card-car__footer .c-guide-card__read-more, .c-card-car--model-page .c-card-car__footer .c-news-card__read-more, .c-card-car--model-page .c-card-car__footer .c-form-contact-footer__btn, .c-card-car--model-page .c-card-car__footer .c-search__button, .c-card-car--model-page .c-card-car__footer .c-ar-contact-form__submit, .c-card-car--model-page .c-card-car__footer .g-contact-form__submit, .c-card-car--model-page .c-card-car__footer .c-intro__btn, .c-card-car--model-page .c-card-car__footer .c-primary-cta__button, .c-card-car--model-page .c-card-car__footer .c-options__button, .c-card-car--model-page .c-card-car__footer .c-button-pair__btn, .c-card-car--model-page .c-card-car__footer .c-motorway-search__button, .c-card-car--model-page .c-card-car__footer .c-hero-icon-collection__button, .c-card-car--model-page .c-card-car__footer .c-hero-icon-collection__perks--alternative-btn, .c-card-car--model-page .c-card-car__footer .c-hero-aside__button {
  flex: 1; }

/* line 18978, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car--model-page .c-card-car__labels:before {
  content: none; }

/* line 18982, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__content {
  z-index: 0;
  background: #ffffff;
  position: relative;
  top: 0;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  transition: top 0.2s ease;
  border-bottom: 5px solid transparent;
  height: 100%;
  display: flex;
  flex-direction: column; }

/* line 18996, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__content--featured {
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid #ac8c2e; }

/* line 19000, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__content:hover {
  top: -3px; }

/* line 19004, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__content-inner {
  display: flex;
  flex-direction: column;
  height: 100%; }

/* line 19010, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__views {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 0.7023319616rem;
  border-radius: 5px;
  padding: 5px;
  line-height: 1; }

/* line 19022, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__image,
.c-card-car .b-image {
  display: inline-block;
  width: 100%; }

/* line 19027, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__image img,
.c-card-car .b-image img {
  width: 100%;
  height: auto; }

/* line 19033, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__labels {
  margin: 0.7023319616rem 0 0.5549289573rem;
  padding: 0 1rem; }

@media (min-width: 576px) {
  /* line 19038, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car__labels {
    min-height: 30px; } }
/* line 19043, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__title {
  font-size: 1.265625rem;
  font-weight: 500;
  margin: 0; }

/* line 19048, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .c-card-car__title {
  color: inherit; }

@media (min-width: 576px) {
  /* line 19052, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car__title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; } }
/* line 19059, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__subtitle {
  margin: 0 0 0.4932701843rem;
  flex-grow: 1;
  font-weight: 500; }

/* line 19064, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__subtitle button {
  font-weight: 500; }

/* line 19067, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__subtitle--primary {
  color: #ac8c2e; }

/* line 19070, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__subtitle--secondary {
  color: #494949; }

/* line 19074, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__link {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  transition: background-color linear 0.2s;
  text-align: center;
  height: 28px;
  margin-top: -28px;
  position: relative;
  z-index: 1;
  display: block; }

/* line 19084, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__link a {
  font-size: 0.7023319616rem;
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  display: block;
  line-height: 2; }

/* line 19093, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__features {
  font-size: 0.624295077rem;
  color: #002b49;
  margin-bottom: 0.7023319616rem;
  padding-left: 0; }

/* line 19099, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__features--full {
  display: block; }

/* line 19102, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__features--compact {
  display: none;
  margin: 0;
  text-align: center;
  width: 100%; }

/* line 19109, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__feature {
  display: inline;
  list-style: none;
  font-weight: 600;
  white-space: nowrap; }

/* line 19116, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__text-description {
  margin: 0 1rem 1rem;
  font-weight: 500; }

/* line 19121, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__text-type {
  font-size: 0.7023319616rem;
  color: #002b49;
  font-weight: 600; }

/* line 19127, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: none; }

/* line 19135, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__header {
  padding: 0 1rem;
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column; }

/* line 19143, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__main {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-grow: 1; }

/* line 19150, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__footer {
  margin: 1rem 1rem 0.7023319616rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 57px; }

@media (min-width: 576px) {
  /* line 19158, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car__footer {
    min-height: 133px; } }
@media (min-width: 653px) {
  /* line 19163, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car__footer {
    min-height: 76px; } }
@media (min-width: 825px) {
  /* line 19168, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car__footer {
    min-height: 57px; } }
@media (min-width: 992px) {
  /* line 19173, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car__footer {
    min-height: 76px; } }
@media (min-width: 1210px) {
  /* line 19178, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car__footer {
    min-height: 57px; } }
@media (min-width: 1500px) {
  /* line 19183, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car__footer {
    min-height: 76px; } }
@media (min-width: 1720px) {
  /* line 19188, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car__footer {
    min-height: 57px; } }
/* line 19193, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__split {
  width: 100%;
  flex: 1 0 50%;
  min-width: 1px;
  min-height: 1px;
  display: block; }

/* line 19200, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__split:first-of-type {
  padding-right: 1rem;
  border-right: 1px solid #eaeaea; }

/* line 19204, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__split:last-of-type {
  padding-left: 1rem; }

/* line 19208, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__text-price {
  font-size: 2.0272865295rem;
  color: #ac8c2e;
  font-weight: 600;
  line-height: 1; }

/* line 19214, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__text-price.business,
.c-card-car__text-price .business {
  color: #002b49; }

/* line 19218, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__text-price--mobile {
  display: none; }

/* line 19222, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__text-price-pence {
  font-size: 50%; }

/* line 19226, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__text-vat {
  font-size: 50%;
  color: #002b49; }

/* line 19231, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__text-price-vat {
  color: #494949; }

@media only screen and (max-width: 374px) {
  /* line 19236, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car__text-price-vat {
    line-height: 1; } }
@media (min-width: 576px) {
  /* line 19242, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car__text-price,
  .c-card-car__text-price-vat {
    padding-left: 0; } }
@media (min-width: 992px) {
  /* line 19248, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car__text-price,
  .c-card-car__text-price-vat {
    padding-left: 0; } }
@media (min-width: 1500px) {
  /* line 19254, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car__text-price,
  .c-card-car__text-price-vat {
    padding-left: 0; } }
/* line 19260, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__text-price-terms {
  font-size: 0.7023319616rem;
  font-weight: 600; }

/* line 19264, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__text-price-terms span {
  display: none; }

@media (min-width: 576px) {
  /* line 19268, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card-car__text-price-terms span {
    display: inline; } }
/* line 19273, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__buttons {
  margin: 1rem 1rem 0.7023319616rem;
  display: flex;
  flex-direction: row;
  gap: 1rem; }

/* line 19279, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__buttons .b-btn, .c-card-car__buttons .p-telegraph .g-telegraph__offers, .p-telegraph .c-card-car__buttons .g-telegraph__offers, .c-card-car__buttons .p-newsarticle .g-news__next, .p-newsarticle .c-card-car__buttons .g-news__next, .c-card-car__buttons .p-newsarticle .g-news__previous, .p-newsarticle .c-card-car__buttons .g-news__previous, .c-card-car__buttons .p-customer-reviews .g-trustpilot__footer .c-reviews-button, .p-customer-reviews .g-trustpilot__footer .c-card-car__buttons .c-reviews-button, .c-card-car__buttons .p-key-contacts .c-intro__details a, .p-key-contacts .c-intro__details .c-card-car__buttons a, .c-card-car__buttons .c-content-block__action, .c-card-car__buttons .p-grosvenor .c-intro__alternative a, .p-grosvenor .c-intro__alternative .c-card-car__buttons a, .c-card-car__buttons .p-total-care-offers .c-intro__alternative a, .p-total-care-offers .c-intro__alternative .c-card-car__buttons a, .c-card-car__buttons .g-total-care-content__button, .c-card-car__buttons .g-content__cta, .c-card-car__buttons .g-order__back-button, .c-card-car__buttons .g-order__next-button, .c-card-car__buttons .g-deal-ev-charger-banner__button, .c-card-car__buttons .g-deal-enquire__action a, .g-deal-enquire__action .c-card-car__buttons a,
.c-card-car__buttons .g-deal-enquire__action button,
.g-deal-enquire__action .c-card-car__buttons button, .c-card-car__buttons .g-deal-summary__order, .c-card-car__buttons .g-deal-features__btn, .c-card-car__buttons .g-deal-photos__btn, .c-card-car__buttons .g-deal-options__enquire button, .g-deal-options__enquire .c-card-car__buttons button, .c-card-car__buttons .g-deal-options__button, .c-card-car__buttons .g-deal-options__option, .c-card-car__buttons .g-advert__link, .c-card-car__buttons .g-latest-news__cta, .c-card-car__buttons .g-trustpilot__action, .c-card-car__buttons .g-sign-up-bar__forward, .c-card-car__buttons .g-sign-up-bar__trigger, .c-card-car__buttons .g-sign-up-bar__form button, .g-sign-up-bar__form .c-card-car__buttons button, .c-card-car__buttons .g-features__cta, .c-card-car__buttons .g-features__truncate-button, .c-card-car__buttons .g-cta__button, .c-card-car__buttons .g-car-cards__cta, .c-card-car__buttons .g-hero__text a, .g-hero__text .c-card-car__buttons a, .c-card-car__buttons .c-list-index__btn, .c-card-car__buttons .c-survey-modern__prev-button, .c-card-car__buttons .c-survey-modern__next-button, .c-card-car__buttons .c-survey-modern__deals-link, .c-card-car__buttons .c-tiled-banner__button, .c-card-car__buttons .c-total-care-signpost__button, .c-card-car__buttons .c-progress__button, .c-card-car__buttons .c-filter-triggers__trigger, .c-card-car__buttons .modal-footer .btn-primary, .modal-footer .c-card-car__buttons .btn-primary, .c-card-car__buttons .c-survey-question__button, .c-card-car__buttons .c-cookies__accept, .c-card-car__buttons .c-accordian__card-button, .c-card-car__buttons .c-filters__button, .c-card-car__buttons .c-filters__trigger-button, .c-card-car__buttons .c-signpost__button--secondary, .c-card-car__buttons .c-signpost__button, .c-card-car__buttons .c-card__button, .c-card-car__buttons .c-guide-card__read-more, .c-card-car__buttons .c-news-card__read-more, .c-card-car__buttons .c-form-contact-footer__btn, .c-card-car__buttons .c-search__button, .c-card-car__buttons .c-ar-contact-form__submit, .c-card-car__buttons .g-contact-form__submit, .c-card-car__buttons .c-intro__btn, .c-card-car__buttons .c-primary-cta__button, .c-card-car__buttons .c-options__button, .c-card-car__buttons .c-button-pair__btn, .c-card-car__buttons .c-motorway-search__button, .c-card-car__buttons .c-hero-icon-collection__button, .c-card-car__buttons .c-hero-icon-collection__perks--alternative-btn, .c-card-car__buttons .c-hero-aside__button {
  flex-grow: 1; }

/* line 19284, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__buttons .b-btn-green, .c-card-car__buttons .g-deal-enquire__action a, .g-deal-enquire__action .c-card-car__buttons a,
.c-card-car__buttons .g-deal-enquire__action button,
.g-deal-enquire__action .c-card-car__buttons button, .c-card-car__buttons .g-deal-options__enquire button, .g-deal-options__enquire .c-card-car__buttons button, .c-card-car__buttons .g-advert__link, .c-card-car__buttons .g-features__cta--green, .c-card-car__buttons .c-survey-modern__next-button, .c-card-car__buttons .c-survey-modern__deals-link, .c-card-car__buttons .c-tiled-banner__button--green, .c-card-car__buttons .c-progress__next .c-progress__button, .c-progress__next .c-card-car__buttons .c-progress__button, .c-card-car__buttons .modal-footer .btn-primary, .modal-footer .c-card-car__buttons .btn-primary, .c-card-car__buttons .c-form-contact-footer__btn, .c-card-car__buttons .c-search__button, .c-card-car__buttons .c-ar-contact-form__submit, .c-card-car__buttons .c-intro__btn, .c-card-car__buttons .c-button-pair__btn, .c-card-car__buttons .c-motorway-search__button, .c-card-car__buttons .c-hero-icon-collection__button--green, .c-card-car__buttons .c-hero-icon-collection__perks--alternative-btn, .c-card-car__buttons .c-hero-aside__button--green {
  color: #ffffff !important; }

/* line 19289, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card-car__buttons .b-btn-grey, .c-card-car__buttons .p-newsarticle .g-news__next, .p-newsarticle .c-card-car__buttons .g-news__next, .c-card-car__buttons .p-newsarticle .g-news__previous, .p-newsarticle .c-card-car__buttons .g-news__previous, .c-card-car__buttons .g-content__cta--secondary, .c-card-car__buttons .g-content--highlight .g-content__cta--primary, .g-content--highlight .c-card-car__buttons .g-content__cta--primary, .c-card-car__buttons .g-deal-features__btn, .c-card-car__buttons .g-deal-photos__btn, .c-card-car__buttons .g-deal-options__button, .c-card-car__buttons .g-deal-options__option, .c-card-car__buttons .g-advert__link--secondary, .c-card-car__buttons .c-signpost__button--secondary {
  color: #002b49 !important; }

/* line 19293, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card {
  height: auto; }

/* line 19296, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card--horizontal, .c-news-card--recent {
  margin-bottom: 1rem; }

/* line 19299, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card--horizontal .c-news-card__inner-wrapper, .c-news-card--recent .c-news-card__inner-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
  border-radius: none;
  border-bottom: none; }

@media only screen and (max-width: 374px) {
  /* line 19310, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-news-card--horizontal .c-news-card__inner-wrapper, .c-news-card--recent .c-news-card__inner-wrapper {
    flex-direction: column; } }
/* line 19314, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card--horizontal .c-news-card__inner-wrapper:has(.c-news-card__link:hover,
.c-news-card__link:active,
.c-news-card__link:focus,
.c-news-card__banner:hover,
.c-news-card__banner:active,
.c-news-card__banner:focus) .c-news-card__banner .c-news-card__image, .c-news-card--recent .c-news-card__inner-wrapper:has(.c-news-card__link:hover,
.c-news-card__link:active,
.c-news-card__link:focus,
.c-news-card__banner:hover,
.c-news-card__banner:active,
.c-news-card__banner:focus) .c-news-card__banner .c-news-card__image {
  transform: scale(1.05); }

/* line 19327, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card--horizontal .c-news-card__inner-wrapper:has(.c-news-card__link:hover,
.c-news-card__link:active,
.c-news-card__link:focus,
.c-news-card__banner:hover,
.c-news-card__banner:active,
.c-news-card__banner:focus) .c-news-card__content .c-news-card__title, .c-news-card--recent .c-news-card__inner-wrapper:has(.c-news-card__link:hover,
.c-news-card__link:active,
.c-news-card__link:focus,
.c-news-card__banner:hover,
.c-news-card__banner:active,
.c-news-card__banner:focus) .c-news-card__content .c-news-card__title {
  text-decoration: underline;
  color: #ac8c2e; }

/* line 19341, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card--horizontal .c-news-card__banner, .c-news-card--recent .c-news-card__banner {
  margin-bottom: 1rem;
  width: 25%;
  height: auto;
  padding-bottom: 0;
  background-color: transparent; }

@media only screen and (max-width: 374px) {
  /* line 19349, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-news-card--horizontal .c-news-card__banner, .c-news-card--recent .c-news-card__banner {
    width: 100%; } }
@media (min-width: 576px) {
  /* line 19354, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-news-card--horizontal .c-news-card__banner, .c-news-card--recent .c-news-card__banner {
    width: 33%; } }
/* line 19358, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card--horizontal .c-news-card__content, .c-news-card--recent .c-news-card__content {
  padding-bottom: 1rem;
  padding-top: 0;
  width: 75%; }

@media only screen and (max-width: 374px) {
  /* line 19364, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-news-card--horizontal .c-news-card__content, .c-news-card--recent .c-news-card__content {
    padding-left: 0;
    padding-right: 0;
    width: 100%; } }
@media (min-width: 576px) {
  /* line 19371, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-news-card--horizontal .c-news-card__content, .c-news-card--recent .c-news-card__content {
    width: 67%;
    padding-left: 1rem; } }
/* line 19376, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card--horizontal .c-news-card__read-more, .c-news-card--recent .c-news-card__read-more {
  display: none; }

/* line 19379, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card--horizontal .c-news-card__hover, .c-news-card--recent .c-news-card__hover {
  display: none; }

/* line 19382, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card--horizontal .c-news-card__title, .c-news-card--recent .c-news-card__title {
  font-size: 1rem; }

@media (min-width: 576px) {
  /* line 19386, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-news-card--horizontal .c-news-card__title, .c-news-card--recent .c-news-card__title {
    font-size: 1.125rem; } }
@media (min-width: 768px) {
  /* line 19391, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-news-card--horizontal .c-news-card__title, .c-news-card--recent .c-news-card__title {
    font-size: 1.265625rem; } }
@media (min-width: 992px) {
  /* line 19396, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-news-card--horizontal .c-news-card__title, .c-news-card--recent .c-news-card__title {
    font-size: 1rem; } }
@media (min-width: 1200px) {
  /* line 19401, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-news-card--horizontal .c-news-card__title, .c-news-card--recent .c-news-card__title {
    font-size: 1.125rem; } }
@media (min-width: 1500px) {
  /* line 19406, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-news-card--horizontal .c-news-card__title, .c-news-card--recent .c-news-card__title {
    font-size: 1.125rem; } }
/* line 19410, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card--horizontal .c-news-card__excerpt, .c-news-card--recent .c-news-card__excerpt {
  font-size: 0.7901234568rem; }

@media (min-width: 576px) {
  /* line 19414, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-news-card--horizontal .c-news-card__excerpt, .c-news-card--recent .c-news-card__excerpt {
    font-size: 0.8888888889rem; } }
@media (min-width: 768px) {
  /* line 19419, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-news-card--horizontal .c-news-card__excerpt, .c-news-card--recent .c-news-card__excerpt {
    font-size: 0.8888888889rem; } }
@media (min-width: 992px) {
  /* line 19424, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-news-card--horizontal .c-news-card__excerpt, .c-news-card--recent .c-news-card__excerpt {
    font-size: 0.8888888889rem; } }
@media (min-width: 1200px) {
  /* line 19429, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-news-card--horizontal .c-news-card__excerpt, .c-news-card--recent .c-news-card__excerpt {
    font-size: 0.8888888889rem; } }
@media (min-width: 1500px) {
  /* line 19434, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-news-card--horizontal .c-news-card__excerpt, .c-news-card--recent .c-news-card__excerpt {
    font-size: 0.8888888889rem; } }
/* line 19438, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card--horizontal .c-news-card__date, .c-news-card--recent .c-news-card__date {
  font-size: 0.7901234568rem; }

@media (min-width: 576px) {
  /* line 19442, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-news-card--horizontal .c-news-card__date, .c-news-card--recent .c-news-card__date {
    font-size: 0.8888888889rem; } }
@media (min-width: 768px) {
  /* line 19447, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-news-card--horizontal .c-news-card__date, .c-news-card--recent .c-news-card__date {
    font-size: 0.8888888889rem; } }
@media (min-width: 992px) {
  /* line 19452, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-news-card--horizontal .c-news-card__date, .c-news-card--recent .c-news-card__date {
    font-size: 0.8888888889rem; } }
@media (min-width: 1200px) {
  /* line 19457, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-news-card--horizontal .c-news-card__date, .c-news-card--recent .c-news-card__date {
    font-size: 0.8888888889rem; } }
@media (min-width: 1500px) {
  /* line 19462, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-news-card--horizontal .c-news-card__date, .c-news-card--recent .c-news-card__date {
    font-size: 0.8888888889rem; } }
/* line 19466, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card--featured {
  margin-bottom: 1rem; }

/* line 19469, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card--featured .c-news-card__title:before {
  content: "Featured:";
  color: #ac8c2e;
  margin-right: 0.438462386rem;
  font-weight: 600; }

/* line 19475, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card--recent .c-news-card__excerpt {
  display: none; }

/* line 19478, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card--recent .c-news-card__title {
  margin-bottom: 0; }

/* line 19481, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card--ev .c-news-card__link {
  border-bottom-color: #00a3e0; }

/* line 19485, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card__inner-wrapper {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 6px solid #ac8c2e; }

/* line 19497, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card__banner {
  position: relative;
  height: 0;
  padding: 0;
  padding-bottom: 50%;
  overflow: hidden;
  background-color: #002b49;
  border: none; }

/* line 19507, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card__inner-wrapper:has(.c-news-card__link:hover,
.c-news-card__link:active,
.c-news-card__link:focus,
.c-news-card__banner:hover,
.c-news-card__banner:active,
.c-news-card__banner:focus) .c-news-card__banner .c-news-card__hover {
  opacity: 1; }

/* line 19515, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card__inner-wrapper:has(.c-news-card__link:hover,
.c-news-card__link:active,
.c-news-card__link:focus,
.c-news-card__banner:hover,
.c-news-card__banner:active,
.c-news-card__banner:focus) .c-news-card__content .c-news-card__title {
  text-decoration: underline; }

/* line 19524, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card__image {
  width: 100%;
  height: auto;
  transition: transform 0.2s ease; }

/* line 19530, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card__hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0; }

/* line 19540, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card__read-more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #ffffff;
  font-weight: 500; }

/* line 19549, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card__content {
  padding: 1.6018066406rem 1.423828125rem 2.0272865295rem; }

/* line 19553, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.265625rem; }

@media (min-width: 768px) {
  /* line 19559, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-news-card__title {
    font-size: 1.265625rem; } }
/* line 19564, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card__excerpt {
  margin-bottom: 1.125rem; }

/* line 19568, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card__author {
  margin-bottom: 0;
  margin-top: 1.125rem; }

/* line 19573, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card__author-link {
  color: inherit;
  background: transparent;
  border: none;
  padding: 0;
  text-decoration: underline; }

/* line 19580, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-news-card__author-link:hover, .c-news-card__author-link:visited {
  color: rgba(0, 43, 73, 0.8); }

/* line 19584, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-guide-card__banner {
  position: relative;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  background-color: #002b49; }

/* line 19592, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-guide-card__link {
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 3px solid #d1d1d1; }

/* line 19601, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-guide-card__link:hover, .c-guide-card__link:active, .c-guide-card__link:focus {
  text-decoration: none; }

/* line 19604, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-guide-card__link:hover .c-guide-card__hover, .c-guide-card__link:active .c-guide-card__hover, .c-guide-card__link:focus .c-guide-card__hover {
  opacity: 1; }

/* line 19608, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-guide-card__image {
  width: 100%;
  height: auto; }

/* line 19613, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-guide-card__hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0; }

/* line 19623, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-guide-card__read-more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #ffffff; }

/* line 19631, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-guide-card__content {
  padding: 1rem 1.265625rem; }

/* line 19635, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-guide-card__title {
  font-size: 1.125rem;
  font-weight: 700; }

/* line 19640, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-guide-card__label {
  background-color: #ac8c2e;
  color: #ffffff;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 2px;
  font-size: 0.7023319616rem;
  margin-bottom: 0.5549289573rem; }

/* line 19650, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-guide-card__excerpt {
  margin-bottom: 0; }

/* line 19654, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-team-card {
  margin-bottom: 1.8020324707rem; }

/* line 19658, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-team-card__wrap {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0; }

/* line 19666, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-team-card__image {
  width: 100%;
  max-width: 100%;
  height: auto; }

/* line 19672, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-team-card__content {
  padding: 1rem; }

/* line 19676, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-team-card__name {
  font-weight: 700;
  margin-bottom: 0.1708882346rem; }

/* line 19681, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-team-card__role {
  color: #8c8c8c;
  margin-bottom: 0.438462386rem; }

/* line 19686, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-team-card__email {
  font-size: 0.7901234568rem;
  display: block;
  margin-bottom: 0;
  text-overflow: ellipsis-word;
  white-space: nowrap;
  overflow: hidden; }

/* line 19695, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--total-care .c-generic-card__title {
  color: #40c1ac; }

/* line 19699, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--electric .c-generic-card__title {
  color: #ac8c2e; }

/* line 19703, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-generic-card__banner {
  position: relative;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  background-color: #002b49; }

/* line 19711, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-generic-card__inner {
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 3px solid #d1d1d1; }

/* line 19721, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-generic-card__image {
  width: 100%;
  height: auto; }

/* line 19726, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-generic-card__content {
  padding: 1rem 1.265625rem; }

/* line 19730, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-generic-card__title {
  font-size: 1.423828125rem;
  font-weight: 700; }

/* line 19735, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-generic-card__excerpt {
  margin-bottom: 0; }

/* line 19739, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card, .g-news-sidebar__widget, .g-news-articles__main, .g-quote__item--summary, .g-quote__item--overview, .g-quote__item--finance, .g-quote__item--vehicle, .g-quote__item--confirm, .g-quote__item--alert, .g-deal-promotion, .g-deal-ev-charger-banner, .g-deal-trigger__card, .g-deal-tax__card, .g-deal-benefits--van .g-deal-benefits__card, .g-deal-enquire__card, .g-deal-trustpilot__card, .g-deal-signpost__card, .g-deal-benefits__card, .g-deal-summary__card, .g-deal-equipment .c-tabs__panel, .g-deal-equipment .c-tabs__nav, .g-deal-features__card, .g-deal-options__card {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 1.8020324707rem; }

/* line 19745, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card--deal, .g-news-articles__main, .g-quote__item--summary, .g-quote__item--overview, .g-quote__item--finance, .g-quote__item--vehicle, .g-quote__item--confirm, .g-quote__item--alert, .g-deal-trigger__card, .g-deal-tax__card, .g-deal-benefits--van .g-deal-benefits__card, .g-deal-enquire__card, .g-deal-trustpilot__card, .g-deal-signpost__card, .g-deal-benefits__card, .g-deal-summary__card, .g-deal-equipment .c-tabs__panel, .g-deal-equipment .c-tabs__nav, .g-deal-features__card, .g-deal-options__card, .c-tabs__triggers, .c-tabs__content-wrap {
  padding: 1rem 1.125rem 1rem;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); }

@media (min-width: 992px) {
  /* line 19750, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card--deal, .g-news-articles__main, .g-quote__item--summary, .g-quote__item--overview, .g-quote__item--finance, .g-quote__item--vehicle, .g-quote__item--confirm, .g-quote__item--alert, .g-deal-trigger__card, .g-deal-tax__card, .g-deal-benefits--van .g-deal-benefits__card, .g-deal-enquire__card, .g-deal-trustpilot__card, .g-deal-signpost__card, .g-deal-benefits__card, .g-deal-summary__card, .g-deal-equipment .c-tabs__panel, .g-deal-equipment .c-tabs__nav, .g-deal-features__card, .g-deal-options__card, .c-tabs__triggers, .c-tabs__content-wrap {
    padding: 1rem 1.8020324707rem 1.423828125rem; } }
/* line 19755, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card__heading {
  margin-top: 0.5549289573rem;
  display: flex;
  align-items: center; }

/* line 19761, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card__heading-image {
  margin-left: 1rem; }

@media (min-width: 768px) {
  /* line 19765, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card__heading-image {
    display: inline-flex; } }
/* line 19769, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card__heading-image img {
  max-width: 100%;
  height: auto; }

/* line 19774, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card__table {
  width: 100%; }

/* line 19777, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card__table table td {
  vertical-align: middle; }

/* line 19781, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card__telephone {
  font-weight: 700; }

/* line 19784, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card__telephone:before {
  content: "";
  height: 18px;
  width: 18px;
  display: inline-block;
  background-size: 18px;
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618234234/icons/phone_euzqhz.svg") no-repeat center;
  margin-right: 8px;
  vertical-align: text-bottom;
  transition: background-image ease 0.5s; }

/* line 19795, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card__telephone--iconless:before {
  display: none; }

/* line 19799, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card__section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem; }

/* line 19805, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card__section img {
  max-width: 100%;
  height: auto; }

@media (min-width: 768px) {
  /* line 19811, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card__primary {
    width: 67%;
    display: inline-block; } }
/* line 19817, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-card__secondary {
  display: none; }

@media (min-width: 768px) {
  /* line 19821, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-card__secondary {
    display: inline-block;
    width: 33%;
    float: right;
    text-align: center; } }
/* line 19829, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review-card {
  margin-bottom: 1rem; }

/* line 19832, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review-card__inner-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 5px solid #ac8c2e; }

/* line 19844, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review-card--electric .c-review-card__inner-wrapper {
  border-bottom-color: #00a3e0; }

/* line 19848, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review-card__inner-wrapper:has(.c-review-card__link:hover,
.c-review-card__link:active,
.c-review-card__link:focus,
.c-review-card__image-button:hover,
.c-review-card__image-button:active,
.c-review-card__image-button:focus) {
  border-bottom: 5px solid #ad913f; }

/* line 19856, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review-card--electric .c-review-card__inner-wrapper:has(.c-review-card__link:hover,
.c-review-card__link:active,
.c-review-card__link:focus,
.c-review-card__image-button:hover,
.c-review-card__image-button:active,
.c-review-card__image-button:focus) {
  border-bottom-color: #41cbff; }

/* line 19864, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review-card__inner-wrapper:has(.c-review-card__link:hover,
.c-review-card__link:active,
.c-review-card__link:focus,
.c-review-card__image-button:hover,
.c-review-card__image-button:active,
.c-review-card__image-button:focus) .c-review-card__image img {
  transform: scale(1.05); }

/* line 19872, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review-card__inner-wrapper:has(.c-review-card__link:hover,
.c-review-card__link:active,
.c-review-card__link:focus,
.c-review-card__image-button:hover,
.c-review-card__image-button:active,
.c-review-card__image-button:focus) .c-review-card__link {
  text-decoration: underline; }

/* line 19881, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review-card__link {
  text-decoration: none; }

/* line 19885, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review-card__content {
  padding: 1rem; }

/* line 19889, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review-card__stars {
  margin-bottom: 1.125rem; }

/* line 19893, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review-card__heading {
  font-size: 1.265625rem;
  font-weight: 700;
  margin-bottom: 1.125rem; }

/* line 19899, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review-card__summary {
  margin-bottom: 0; }

/* line 19903, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review-card__image-button {
  padding: 0;
  border: none; }

/* line 19908, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review-card__image img {
  transition: transform 0.2s ease;
  width: 100%;
  height: auto; }

/* line 19914, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review-card__author {
  margin-bottom: 0;
  margin-top: 1.125rem; }

/* line 19919, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review-card__author-link {
  color: inherit;
  background: transparent;
  border: none;
  padding: 0;
  text-decoration: underline; }

/* line 19926, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review-card__author-link:hover, .c-review-card__author-link:visited {
  color: rgba(0, 43, 73, 0.8); }

/* line 19930, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-labels--admin {
  display: block;
  min-height: 30px; }

/* line 19934, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-labels--admin .c-label {
  margin-top: 0; }

/* line 19938, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-label {
  display: inline-flex;
  margin: 3px 0; }

/* line 19942, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-label__inner {
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.2;
  background-color: #9f2a21;
  color: #ffffff;
  font-size: 0.7023319616rem;
  font-weight: 600;
  padding: 2px 4px;
  display: inline-block;
  border-radius: 3px;
  line-height: unset;
  border: 1px solid #9f2a21; }

@media (min-width: 768px) {
  /* line 19957, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-label__inner {
    padding: 3px 6px; } }
@media (max-width: 575.98px) {
  /* line 19962, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-label__inner span {
    display: none; } }
/* line 19966, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-label__inner--electric {
  background-color: #00a3e0;
  border: 1px solid #00a3e0; }

/* line 19970, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-label--electric .c-label__inner {
  background-color: #ffffff;
  border-color: #00a3e0;
  color: #00a3e0; }

/* line 19975, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-label--ald .c-label__inner {
  background-color: #ac8c30;
  border-color: #ac8c30; }

/* line 19979, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-label--alphabet .c-label__inner {
  background-color: #005ca9;
  border-color: #005ca9; }

/* line 19983, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-label--arval .c-label__inner {
  background-color: #009688;
  border-color: #009688; }

/* line 19987, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-label--novuna .c-label__inner {
  background-color: #c9c0e7;
  border-color: #c9c0e7; }

/* line 19991, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-label--kinto .c-label__inner {
  background-color: #8d1d00;
  border-color: #8d1d00; }

/* line 19995, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-label--leaseplan .c-label__inner {
  background-color: #ff5c00;
  border-color: #ff5c00; }

/* line 19999, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-label--leasys .c-label__inner {
  background-color: #de05e1;
  border-color: #de05e1; }

/* line 20003, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-label--lex .c-label__inner {
  background-color: #77b800;
  border-color: #77b800; }

/* line 20007, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-label--santander .c-label__inner {
  background-color: #9c27b0;
  border-color: #9c27b0; }

/* line 20011, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-label--dealer .c-label__inner {
  background-color: #454547;
  border-color: #454547; }

/* line 20015, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-label--navy .c-label__inner {
  background-color: #003765;
  border-color: #003765; }

/* line 20019, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-label--orange .c-label__inner {
  background-color: #ff9900;
  border-color: #ff9900; }

/* line 20023, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-label--purple .c-label__inner {
  background-color: #7541b7;
  border-color: #7541b7; }

/* line 20027, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-label--blue .c-label__inner {
  background-color: #00a3e0;
  border-color: #00a3e0; }

/* line 20031, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-label--gold .c-label__inner {
  background-color: #ac8c2e;
  border-color: #ac8c2e; }

/* line 20035, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-label--green .c-label__inner {
  background-color: #00a651;
  border-color: #00a651; }

/* line 20039, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-label--teal .c-label__inner {
  background-color: #40c1ac;
  border-color: #40c1ac; }

/* line 20043, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-label--red .c-label__inner {
  background-color: #9f2a21;
  border-color: #9f2a21; }

/* line 20047, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-label--black .c-label__inner {
  background-color: #000000;
  border-color: #000000; }

/* line 20052, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review-card-other {
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); }

/* line 20060, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review-card-other__link {
  position: relative;
  display: inline-block;
  width: 100%; }

/* line 20065, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review-card-other__link:hover .c-review-card-other__heading, .c-review-card-other__link:active .c-review-card-other__heading {
  color: #ac8c2e; }

/* line 20069, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review-card-other__heading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  padding: 0.5549289573rem; }

/* line 20082, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review-card-other__image img {
  width: 100%;
  height: auto; }

/* line 20087, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-signpost {
  background-image: url(/assets/cta_allaboutleasing-6f16dca0aaee21cc03b1b344878f073eaeb0cd6702413feec476c08c14a37e94.jpg);
  background-position: center center;
  background-size: cover; }

/* line 20093, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-signpost__content {
  color: #ffffff;
  padding: 1rem 0;
  min-height: 230px; }

@media (min-width: 576px) {
  /* line 20099, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-signpost__content {
    padding: 1rem 1rem;
    min-height: 300px; } }
@media (min-width: 768px) {
  /* line 20105, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-signpost__content {
    padding: 1.6018066406rem 1.423828125rem;
    min-height: 400px; } }
/* line 20111, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-signpost__header {
  display: flex;
  align-items: flex-end; }

/* line 20116, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-signpost__icon {
  margin-right: 0.5549289573rem; }

/* line 20120, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-signpost__title {
  margin-bottom: 0.7023319616rem; }

/* line 20123, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-signpost__title sup,
.c-signpost__title sub {
  color: #8c8c8c;
  font-weight: 400; }

/* line 20128, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-signpost__title img {
  max-width: 100%; }

/* line 20132, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-signpost__description {
  margin-bottom: 1rem; }

/* line 20136, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-signpost__buttons .c-signpost__button,
.c-signpost__buttons .b-btn,
.c-signpost__buttons .p-telegraph .g-telegraph__offers,
.p-telegraph .c-signpost__buttons .g-telegraph__offers,
.c-signpost__buttons .p-newsarticle .g-news__next,
.p-newsarticle .c-signpost__buttons .g-news__next,
.c-signpost__buttons .p-newsarticle .g-news__previous,
.p-newsarticle .c-signpost__buttons .g-news__previous,
.c-signpost__buttons .p-customer-reviews .g-trustpilot__footer .c-reviews-button,
.p-customer-reviews .g-trustpilot__footer .c-signpost__buttons .c-reviews-button,
.c-signpost__buttons .p-key-contacts .c-intro__details a,
.p-key-contacts .c-intro__details .c-signpost__buttons a,
.c-signpost__buttons .c-content-block__action,
.c-signpost__buttons .p-grosvenor .c-intro__alternative a,
.p-grosvenor .c-intro__alternative .c-signpost__buttons a,
.c-signpost__buttons .p-total-care-offers .c-intro__alternative a,
.p-total-care-offers .c-intro__alternative .c-signpost__buttons a,
.c-signpost__buttons .g-total-care-content__button,
.c-signpost__buttons .g-content__cta,
.c-signpost__buttons .g-order__back-button,
.c-signpost__buttons .g-order__next-button,
.c-signpost__buttons .g-deal-ev-charger-banner__button,
.c-signpost__buttons .g-deal-enquire__action a,
.g-deal-enquire__action .c-signpost__buttons a,
.c-signpost__buttons .g-deal-enquire__action button,
.g-deal-enquire__action .c-signpost__buttons button,
.c-signpost__buttons .g-deal-summary__order,
.c-signpost__buttons .g-deal-features__btn,
.c-signpost__buttons .g-deal-photos__btn,
.c-signpost__buttons .g-deal-options__enquire button,
.g-deal-options__enquire .c-signpost__buttons button,
.c-signpost__buttons .g-deal-options__button,
.c-signpost__buttons .g-deal-options__option,
.c-signpost__buttons .g-advert__link,
.c-signpost__buttons .g-latest-news__cta,
.c-signpost__buttons .g-trustpilot__action,
.c-signpost__buttons .g-sign-up-bar__forward,
.c-signpost__buttons .g-sign-up-bar__trigger,
.c-signpost__buttons .g-sign-up-bar__form button,
.g-sign-up-bar__form .c-signpost__buttons button,
.c-signpost__buttons .g-features__cta,
.c-signpost__buttons .g-features__truncate-button,
.c-signpost__buttons .g-cta__button,
.c-signpost__buttons .g-car-cards__cta,
.c-signpost__buttons .g-hero__text a,
.g-hero__text .c-signpost__buttons a,
.c-signpost__buttons .c-list-index__btn,
.c-signpost__buttons .c-survey-modern__prev-button,
.c-signpost__buttons .c-survey-modern__next-button,
.c-signpost__buttons .c-survey-modern__deals-link,
.c-signpost__buttons .c-tiled-banner__button,
.c-signpost__buttons .c-total-care-signpost__button,
.c-signpost__buttons .c-progress__button,
.c-signpost__buttons .c-filter-triggers__trigger,
.c-signpost__buttons .modal-footer .btn-primary,
.modal-footer .c-signpost__buttons .btn-primary,
.c-signpost__buttons .c-survey-question__button,
.c-signpost__buttons .c-cookies__accept,
.c-signpost__buttons .c-accordian__card-button,
.c-signpost__buttons .c-filters__button,
.c-signpost__buttons .c-filters__trigger-button,
.c-signpost__buttons .c-signpost__button--secondary,
.c-signpost__buttons .c-form-contact-footer__btn,
.c-signpost__buttons .c-search__button,
.c-signpost__buttons .c-ar-contact-form__submit,
.c-signpost__buttons .g-contact-form__submit,
.c-signpost__buttons .c-intro__btn,
.c-signpost__buttons .c-primary-cta__button,
.c-signpost__buttons .c-options__button,
.c-signpost__buttons .c-button-pair__btn,
.c-signpost__buttons .c-motorway-search__button,
.c-signpost__buttons .c-hero-icon-collection__button,
.c-signpost__buttons .c-hero-icon-collection__perks--alternative-btn,
.c-signpost__buttons .c-hero-aside__button,
.c-signpost__buttons .c-news-card__read-more,
.c-signpost__buttons .c-guide-card__read-more,
.c-signpost__buttons .c-card__button {
  margin-bottom: 5px;
  margin-right: 5px; }

/* line 20217, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-quick-model-lookup__content {
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #ac8c2e;
  display: none; }

@media (min-width: 768px) {
  /* line 20224, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-quick-model-lookup__content {
    background-color: #ffffff;
    border-radius: 5px;
    border-top: 5px solid #ac8c2e;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.8020324707rem;
    flex-direction: row;
    border-top: 0px solid transparent;
    border-left: 5px solid #ac8c2e; } }
/* line 20240, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-quick-model-lookup__content--mobile {
  display: flex;
  margin-bottom: 1.265625rem; }

@media (min-width: 768px) {
  /* line 20245, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-quick-model-lookup__content--mobile {
    display: none; } }
/* line 20250, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-quick-model-lookup__select {
  flex-grow: 1; }

/* line 20254, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-quick-model-lookup__title-block {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eaeaea; }

@media (min-width: 768px) {
  /* line 20260, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-quick-model-lookup__title-block {
    border-top: 5px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid #eaeaea; } }
/* line 20267, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-quick-model-lookup__title {
  padding: 0.624295077rem 0;
  text-align: center;
  width: 100%; }

@media (min-width: 768px) {
  /* line 20273, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-quick-model-lookup__title {
    padding: 0.7901234568rem 0;
    text-align: left; } }
/* line 20278, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-quick-model-lookup__title:after {
  content: "";
  height: 13px;
  width: 16px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618393888/icons/forward-gold_freh7g.svg");
  background-repeat: no-repeat;
  background-size: 14px 11px;
  background-position: center;
  margin-left: 7px;
  vertical-align: 0; }

/* line 20291, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-quick-model-lookup__options {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap; }

/* line 20299, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-quick-model-lookup__item {
  text-align: center;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  font-size: 1rem;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea; }

@media (min-width: 1200px) {
  /* line 20312, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-quick-model-lookup__item {
    width: 10%; } }
/* line 20316, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-quick-model-lookup__item a {
  padding: 0.624295077rem 0;
  width: 100%;
  font-weight: 500; }

/* line 20322, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-makes-show .c-quick-model-lookup__content {
  display: none; }

@media (min-width: 992px) {
  /* line 20326, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-makes-show .c-quick-model-lookup__content {
    border-left: 5px solid #002b49;
    margin-top: 1.8020324707rem;
    display: flex; } }
/* line 20332, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-makes-show .c-quick-model-lookup__title:after {
  content: none !important; }

/* line 20336, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters {
  background-color: #ffffff;
  color: #ffffff;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2); }

@media (min-width: 768px) {
  /* line 20342, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filters {
    background-color: #002b49; } }
/* line 20347, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__triggers {
  padding-top: 15px;
  padding-bottom: 15px; }

@media (min-width: 768px) {
  /* line 20352, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filters__triggers {
    display: none; } }
/* line 20357, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__trigger .dropdown-menu {
  width: 100%;
  margin-top: 0;
  min-width: auto; }

/* line 20362, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__trigger .dropdown-item {
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none; }

/* line 20367, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__trigger .dropdown.show .c-filters__trigger-button:after {
  content: "";
  height: 12px;
  width: 18px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618496714/icons/chevron-up-white_bqnvgz.svg");
  background-repeat: no-repeat;
  background-size: 18px 12px;
  background-position: center;
  margin-left: 8px;
  transition: background-image ease 0.5s; }

/* line 20379, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__trigger--filter .c-filters__trigger-button:after {
  content: "";
  height: 18px;
  width: 18px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618392072/icons/filter_z8zinf.svg");
  background-repeat: no-repeat;
  background-size: 17px 18px;
  background-position: center;
  margin-left: 5px;
  vertical-align: -4px;
  transition: background-image ease 0.5s; }

/* line 20392, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__trigger--filter .c-filters__trigger-button:active:after, .c-filters__trigger--filter .c-filters__trigger-button:focus:after, .c-filters__trigger--filter .c-filters__trigger-button:hover:after {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618391724/icons/filter-white_xwfuhi.svg"); }

/* line 20396, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__trigger-button {
  border: 1px solid #bebebe; }

/* line 20399, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__trigger-button:after {
  content: "";
  height: 12px;
  width: 18px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618496477/icons/chevron-down_ukcy37.svg");
  background-repeat: no-repeat;
  background-size: 18px 12px;
  background-position: center;
  margin-left: 8px;
  transition: background-image ease 0.5s; }

/* line 20411, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__trigger-button:active:after, .c-filters__trigger-button:focus:after, .c-filters__trigger-button:hover:after {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618496477/icons/chevron-down-white_kvfufz.svg"); }

/* line 20415, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__content {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px; }

@media (min-width: 768px) {
  /* line 20421, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filters__content {
    display: block; } }
/* line 20426, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__primary {
  border-right: 1px solid rgba(190, 190, 190, 0.2); }

@media (min-width: 1200px) {
  /* line 20430, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filters__primary .c-filters__label {
    margin-bottom: 0; } }
/* line 20435, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__secondary-primary .c-filters__row:last-child {
  margin-bottom: 1rem; }

@media (min-width: 1500px) {
  /* line 20439, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filters__secondary-primary .c-filters__row:last-child {
    margin-bottom: 0; } }
@media (min-width: 1500px) {
  /* line 20445, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filters__secondary-secondary {
    padding-left: 0; } }
/* line 20449, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__secondary-secondary .c-filters__row:last-child {
  margin-bottom: 1rem; }

@media (min-width: 768px) {
  /* line 20453, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filters__secondary-secondary .c-filters__row:last-child {
    margin-bottom: 0; } }
/* line 20458, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__tertiary {
  border-left: 1px solid rgba(190, 190, 190, 0.2); }

/* line 20461, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__tertiary .c-filters__label {
  margin-top: 0.438462386rem; }

/* line 20464, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__tertiary .c-filters__group {
  flex-direction: column; }

@media (min-width: 1200px) {
  /* line 20468, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filters__tertiary .c-filters__group {
    flex-direction: row; } }
/* line 20472, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__tertiary .c-filters__select {
  width: 100% !important; }

/* line 20475, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__tertiary .c-price-switch {
  margin: 0 0 1rem 0; }

/* line 20478, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__row {
  margin-bottom: 1rem; }

/* line 20481, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__row:last-child {
  margin-bottom: 0; }

/* line 20485, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__input-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start; }

@media (min-width: 1200px) {
  /* line 20492, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filters__input-group {
    flex-direction: row; } }
/* line 20497, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__label {
  padding-right: 1rem;
  line-height: 1.2; }

/* line 20501, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__label--small {
  margin: 0;
  display: block;
  color: #8c8c8c; }

/* line 20507, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__group {
  display: flex;
  flex-direction: row;
  width: 100%; }

/* line 20512, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__group .c-filters__button,
.c-filters__group .c-filters__select {
  flex-grow: 1;
  margin-right: 0.624295077rem; }

/* line 20517, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__group .c-filters__button:last-child,
.c-filters__group .c-filters__select:last-child {
  margin-right: 0; }

/* line 20522, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__button--is-active {
  box-shadow: inset 0 -3px 0px 0px #ac8c2e;
  color: #ffffff; }

/* line 20527, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__select {
  flex-grow: 1;
  width: 100%; }

/* line 20531, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filters__select .btn {
  box-shadow: none;
  padding: 0.3464394161rem 0.7901234568rem;
  border: 1px solid rgba(255, 255, 255, 0.1); }

/* line 20537, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-accordion {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px; }

/* line 20542, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-accordian__card:first-child .c-accordian__card-button {
  border-radius: 5px 5px 0px 0px; }

/* line 20545, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-accordian__card:last-child .c-accordian__card-button {
  border-radius: 0px 0px 5px 5px; }

/* line 20549, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-accordian__card-header {
  padding: 0; }

/* line 20553, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-accordian__card-heading, .g-content__primary .c-accordian__card-heading, .g-total-care-list-single__primary .c-accordian__card-heading,
.g-content__secondary .c-accordian__card-heading {
  margin-bottom: 0; }

/* line 20557, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary .c-accordian__card-heading, .g-total-care-list-single__primary .c-accordian__card-heading {
  margin-bottom: 0; }

/* line 20561, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-accordian__card-button {
  color: #002b49;
  background-color: #eaeaea;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
  padding: 1rem; }

/* line 20569, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-accordian__card-button:hover {
  color: #002b49;
  background-color: #d1d1d1; }

/* line 20573, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-accordian__card-button:focus {
  box-shadow: none; }

/* line 20577, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-accordian__card-content {
  overflow: hidden;
  transition: height 0.5s ease-out; }

/* line 20582, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-accordian__card-body p:last-child {
  margin-bottom: 0; }

/* line 20586, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-cookies {
  font-size: 0.7023319616rem;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #002b49;
  color: #ffffff;
  z-index: 1000;
  box-shadow: 0 0px 7px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  right: 0;
  left: 0;
  padding-top: 1rem;
  padding-bottom: 1.125rem; }

@media (min-width: 576px) {
  /* line 20602, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-cookies {
    font-size: 0.7901234568rem; } }
@media (min-width: 768px) {
  /* line 20607, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-cookies {
    padding-top: 1.125rem; } }
@media (min-width: 1200px) {
  /* line 20612, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-cookies {
    padding-top: 1.265625rem; } }
/* line 20616, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-cookies.is-accepted {
  display: none; }

/* line 20620, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-cookies__heading {
  font-size: 0.8888888889rem;
  font-weight: 600; }

@media (min-width: 576px) {
  /* line 20625, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-cookies__heading {
    font-size: 0.8888888889rem; } }
@media (min-width: 768px) {
  /* line 20630, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-cookies__heading {
    font-size: 0.8888888889rem; } }
@media (min-width: 992px) {
  /* line 20635, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-cookies__heading {
    font-size: 1rem; } }
@media (min-width: 1200px) {
  /* line 20640, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-cookies__heading {
    font-size: 1rem; } }
@media (min-width: 1500px) {
  /* line 20645, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-cookies__heading {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 20651, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-cookies__text {
    padding-right: 1.265625rem; } }
/* line 20656, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-cookies__actions {
  margin-bottom: 0; }

/* line 20660, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-cookies__accept {
  margin-right: 0.7901234568rem; }

/* line 20664, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-cookies__link {
  color: #ad913f; }

/* line 20668, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review {
  margin-bottom: 1rem; }

/* line 20671, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review--slim .c-review__body {
  border: none;
  padding: 0; }

/* line 20675, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review--slim .c-review__stars {
  text-align: right; }

/* line 20678, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review--slim .c-review__text {
  background-color: #eaeaea;
  padding: 1rem;
  color: #002b49;
  font-style: italic;
  border-right: 5px solid #ac8c2e; }

/* line 20686, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review__body {
  border: 1px solid #d1d1d1;
  padding: 1rem;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  background-color: #ffffff;
  color: #002b49; }

/* line 20696, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review__stars {
  margin-bottom: 1rem; }

/* line 20699, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review__stars img {
  padding-right: 1px;
  height: 28px; }

/* line 20704, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review__text {
  margin-bottom: 0; }

/* line 20708, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review__from {
  margin-top: 1rem;
  font-weight: 700; }

/* line 20713, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review__date {
  margin-bottom: 0;
  font-weight: 400; }

/* line 20718, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-review__reply {
  border-left: 1px solid #d1d1d1;
  padding-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 0; }

/* line 20725, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-badge--dark {
  color: #ffffff; }

/* line 20729, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-badge__link {
  text-align: left;
  line-height: 2; }

/* line 20734, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-badge__logo {
  display: inline-block;
  height: 1.2em;
  width: 1.2em;
  margin-right: 0.1em;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: text-bottom; }

/* line 20744, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-breadcrumb {
  padding: 0.7023319616rem 0; }

@media (min-width: 768px) {
  /* line 20748, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-breadcrumb {
    padding: 1.265625rem 0 1.423828125rem; } }
/* line 20753, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-breadcrumb__list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }

/* line 20759, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-breadcrumb__item {
  display: inline-block;
  color: #ac8c2e;
  font-weight: 600;
  font-size: 1.1rem;
  display: none; }

/* line 20766, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-breadcrumb__item:not(:last-child) {
  margin-right: 0.5rem; }

/* line 20769, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-breadcrumb__item:not(:last-child) {
  margin-right: 0; }

@media (min-width: 768px) {
  /* line 20773, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-breadcrumb__item {
    display: inline; } }
/* line 20778, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-breadcrumb__link {
  color: #002b49; }

/* line 20781, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-breadcrumb__link:visited {
  color: #002b49; }

/* line 20784, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-breadcrumb__link:after {
  content: ">";
  padding-left: 0.273729909rem;
  display: inline-block; }

/* line 20790, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero .c-breadcrumb {
  padding: 0.3464394161rem 0 0;
  margin: 0;
  display: inline; }

@media (max-width: 991.98px) {
  /* line 20796, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero .c-breadcrumb {
    display: none; } }
/* line 20800, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--make .c-breadcrumb, .g-hero--perfect-car .c-breadcrumb, .g-hero--model .c-breadcrumb {
  padding: 0;
  margin-bottom: 0; }

@media (max-width: 991.98px) {
  /* line 20805, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--make .c-breadcrumb, .g-hero--perfect-car .c-breadcrumb, .g-hero--model .c-breadcrumb {
    display: inline; } }
@media (min-width: 992px) {
  /* line 20810, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--make .c-breadcrumb, .g-hero--perfect-car .c-breadcrumb, .g-hero--model .c-breadcrumb {
    margin-bottom: 1rem; } }
/* line 20814, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--make .c-breadcrumb__item, .g-hero--perfect-car .c-breadcrumb__item, .g-hero--model .c-breadcrumb__item {
  display: inline; }

@media (max-width: 767.98px) {
  /* line 20818, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--make .c-breadcrumb__item, .g-hero--perfect-car .c-breadcrumb__item, .g-hero--model .c-breadcrumb__item {
    font-size: 0.8888888889rem; } }
/* line 20822, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--make .c-breadcrumb__link, .g-hero--perfect-car .c-breadcrumb__link, .g-hero--model .c-breadcrumb__link {
  color: #fff; }

/* line 20825, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--make .c-breadcrumb__link:visited, .g-hero--perfect-car .c-breadcrumb__link:visited, .g-hero--model .c-breadcrumb__link:visited {
  color: #fff; }

/* line 20829, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question {
  margin-bottom: 3.2473210255rem;
  display: flex;
  justify-content: center; }

@media (min-width: 768px) {
  /* line 20835, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-question {
    margin-bottom: 5.8517779307rem; } }
/* line 20840, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__card {
  background-color: #f6f6f6;
  border-radius: 5px;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 650px;
  position: relative; }

/* line 20848, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__card--layer-1:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  background-color: #f6f6f6;
  border-radius: 0 0 5px 5px;
  height: 8px;
  left: 5%;
  right: 5%;
  width: 90%;
  box-shadow: inset 0 8px 4px -4px rgba(0, 0, 0, 0.2); }

/* line 20861, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__card--layer-2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  background-color: #f6f6f6;
  border-radius: 0 0 5px 5px;
  height: 8px;
  left: 10%;
  right: 10%;
  width: 80%;
  box-shadow: inset 0 8px 4px -4px rgba(0, 0, 0, 0.2); }

/* line 20875, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__heading {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 20882, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__icon {
  color: #ac8c2e;
  margin-right: 1rem;
  font-size: 2em; }

/* line 20887, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__icon:before {
  position: relative; }

/* line 20891, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__header,
.c-survey-question__body,
.c-survey-question__footer {
  padding: 0 1rem; }

@media (min-width: 576px) {
  /* line 20897, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-question__header,
  .c-survey-question__body,
  .c-survey-question__footer {
    padding: 0 1.423828125rem; } }
@media (min-width: 768px) {
  /* line 20904, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-question__header,
  .c-survey-question__body,
  .c-survey-question__footer {
    padding: 0 1.8020324707rem; } }
@media (min-width: 992px) {
  /* line 20911, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-question__header,
  .c-survey-question__body,
  .c-survey-question__footer {
    padding: 0 2.2806973457rem; } }
@keyframes grow-in {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    opacity: 1;
    transform: scale(1); } }
/* line 20928, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__body {
  min-height: 40vh;
  animation-name: grow-in;
  animation-duration: 0.1s;
  animation-iteration-count: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

@media (min-width: 576px) {
  /* line 20938, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-question__body {
    padding: 0 5.8517779307rem; } }
@media (min-width: 768px) {
  /* line 20943, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-question__body {
    margin: 1rem 0; } }
@media (min-width: 992px) {
  /* line 20948, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-question__body {
    min-height: 30vh;
    margin: 1.265625rem 0; } }
/* line 20953, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__body .c-progress__buttons {
  margin-bottom: 1.8020324707rem; }

@media (min-width: 576px) {
  /* line 20957, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-question__body .c-progress__buttons {
    margin: 2.0272865295rem 1rem; } }
@media (min-width: 992px) {
  /* line 20962, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-question__body .c-progress__buttons {
    margin: 2.565784514rem 1rem; } }
/* line 20967, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__footer {
  padding-top: 1rem;
  padding-bottom: 1rem; }

/* line 20972, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__title {
  font-weight: 600;
  margin-bottom: 1rem; }

/* line 20977, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__subtitle {
  margin-top: -1.423828125rem;
  margin-bottom: 1.8020324707rem; }

/* line 20982, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__buttons {
  display: flex;
  flex-direction: column; }

/* line 20987, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__budget {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 1.265625rem; }

/* line 20994, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__controls {
  display: flex;
  align-items: center; }

/* line 20999, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__input {
  border: none;
  background-color: transparent;
  font-size: 1.265625rem;
  padding: 0;
  font-weight: 700;
  text-align: center;
  width: 75px; }

/* line 21008, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__input:before {
  content: "£";
  display: inline-block; }

/* line 21013, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__button {
  width: 100%;
  text-align: left;
  padding: 0.624295077rem 0.8888888889rem 0.8888888889rem;
  color: #002b49;
  background: #ffffff;
  box-shadow: inset 0 -2px 0px 0px #bebebe;
  border: 1px solid #bebebe;
  transition: none;
  margin-bottom: 0.5549289573rem; }

/* line 21024, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__button:after {
  content: "";
  display: block;
  height: 16px;
  width: 10px;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618481355/icons/chevron-right-grey_tdhphs.svg");
  background-size: 10px 16px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 5px;
  float: right;
  transition: background-image ease 0.3s; }

/* line 21037, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__button:hover, .c-survey-question__button:active, .c-survey-question__button:focus {
  color: #002b49;
  background: #ffffff;
  border-color: #8c8c8c;
  box-shadow: inset 0 -2px 0px 0px #8c8c8c; }

/* line 21043, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__button:visited {
  color: #002b49; }

/* line 21046, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__button.is-active {
  color: #00803e;
  box-shadow: inset 0 -2px 0px 0px #00a651;
  border-color: #00a651; }

/* line 21051, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__button.is-active:after {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618481355/icons/chevron-right-green_mz5smw.svg"); }

/* line 21054, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__button--checkbox.is-active {
  position: relative; }

/* line 21057, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__button--checkbox.is-active:before {
  border-color: #00a651; }

/* line 21060, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__button--checkbox.is-active:after {
  content: "";
  height: 18px;
  width: 18px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618394429/icons/tick-green_qqaqd5.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  position: absolute;
  left: 15px;
  top: 8px; }

@media (min-width: 992px) {
  /* line 21074, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-question__button--checkbox.is-active:after {
    left: 16px;
    top: 9px; } }
/* line 21079, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__button--checkbox:before {
  content: "";
  display: inline-block;
  border: 1px solid #bebebe;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  margin-right: 0.5549289573rem; }

@media (min-width: 992px) {
  /* line 21091, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-question__button--checkbox:before {
    width: 22px;
    height: 22px; } }
/* line 21096, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__button--checkbox:after {
  display: none; }

/* line 21100, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-question__count {
  font-weight: 400;
  opacity: 0.5;
  font-size: 0.7901234568rem; }

@media (min-width: 768px) {
  /* line 21107, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-question__buttons--columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }

  /* line 21113, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-question__buttons--columns .c-survey-question__button {
    flex: 0 1 49%; } }
/* line 21118, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-message {
  padding: 1rem;
  border-radius: 5px;
  background: #eaeaea;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); }

/* line 21125, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-feature {
  margin: 3.2473210255rem 0 1.265625rem;
  display: flex;
  flex-direction: row; }

/* line 21131, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-feature__content {
  position: relative;
  padding: 4.623627007rem 1.423828125rem 1.8020324707rem;
  background-color: #ffffff;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px; }

@media (min-width: 1200px) {
  /* line 21140, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-feature__content {
    border-radius: 20px; } }
/* line 21145, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-feature__content--no-icon {
  padding: 1.265625rem 2.0272865295rem; }

/* line 21149, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-feature__icon {
  width: 70px;
  height: 70px;
  position: absolute;
  top: -35px;
  left: calc(50% - 35px);
  border: 2px solid #ac8c2e;
  border-radius: 50%;
  background-color: #ffffff; }

/* line 21159, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-feature__icon img {
  width: 70%;
  height: 70%;
  margin: 15%;
  object-fit: contain; }

@media (min-width: 1200px) {
  /* line 21166, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-feature__icon {
    width: 100px;
    height: 100px;
    top: -50px;
    left: calc(50% - 50px);
    border-width: 4px; } }
/* line 21175, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-feature__text {
  margin-bottom: 0;
  font-size: 0.8888888889rem; }

@media (min-width: 1200px) {
  /* line 21180, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-feature__text {
    font-size: 1.125rem; } }
/* line 21184, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-feature__text a {
  color: #ac8c2e;
  font-weight: 600; }

/* line 21189, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-feature__heading {
  font-size: 1.125rem;
  color: #ac8c2e;
  font-weight: 600;
  margin-bottom: 0.7023319616rem; }

@media (min-width: 1200px) {
  /* line 21196, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-feature__heading {
    font-size: 1.265625rem; } }
/* line 21201, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal {
  -webkit-overflow-scrolling: touch; }

/* line 21204, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal.show {
  z-index: 2147483644; }

/* line 21207, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal--callback .modal-header {
  padding: 3.2473210255rem 0.7023319616rem 2.565784514rem; }

@media (min-width: 768px) {
  /* line 21211, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal--callback .modal-header {
    padding: 2.0272865295rem 0.7023319616rem 0.7901234568rem; } }
/* line 21215, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal--callback .modal-title {
  font-size: 2.565784514rem;
  font-weight: 700; }

/* line 21219, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal--callback .close {
  top: 6px !important;
  right: 12px !important; }

/* line 21223, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal--image {
  display: flex !important;
  align-items: center;
  justify-content: center; }

/* line 21228, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal--image .modal-dialog {
  top: 0;
  transform: none !important;
  height: auto; }

/* line 21233, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal--image .modal-header {
  position: absolute;
  z-index: 2;
  right: 0;
  border: 0; }

/* line 21239, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal--image .modal-body {
  padding: 0; }

/* line 21242, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal--image img {
  max-width: 90vw;
  max-height: 90vh; }

/* line 21246, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal--video .modal-body {
  padding: 0; }

/* line 21249, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal--model .modal-body {
  padding-left: 0;
  padding-right: 0; }

/* line 21253, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal--fit-height .modal-header {
  max-height: 60px;
  overflow: hidden;
  text-align: left; }

@media (min-width: 576px) {
  /* line 21259, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal--fit-height .modal-header {
    text-align: center; } }
/* line 21263, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal--fit-height .modal-body {
  position: relative;
  max-height: calc(100vh - 180px);
  overflow-x: hidden;
  overflow-y: auto; }

@media (min-width: 576px) {
  /* line 21270, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal--fit-height .modal-body {
    max-height: calc(100vh - 210px); } }
/* line 21274, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal--fit-height .modal-footer {
  max-height: 90px;
  overflow: hidden; }

/* line 21279, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-dialog {
  position: relative;
  margin: 15px;
  height: 100%; }

@media (min-width: 576px) {
  /* line 21285, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .modal-dialog {
    top: 50%;
    transform: translate(0, -50%) !important;
    margin: 0 auto;
    height: auto; } }
/* line 21293, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-content {
  border: 0px;
  overflow: auto; }

/* line 21298, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-header {
  position: relative;
  display: block;
  text-align: center;
  border-bottom: 1px solid #ffffff; }

/* line 21304, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-header .close {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 1px; }

/* line 21314, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-title {
  font-size: 1.265625rem;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 0; }

/* line 21321, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-body {
  padding: 1rem; }

@media (min-width: 576px) {
  /* line 21325, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .modal-body {
    padding: 1rem 2.2806973457rem; } }
/* line 21330, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.modal-footer {
  border-top: 1px solid #ffffff;
  justify-content: center;
  text-align: center; }

/* line 21335, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
#quote_modal .modal-dialog {
  position: initial;
  transform: none !important; }

@media (min-width: 992px) {
  /* line 21340, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  #quote_modal .modal-dialog {
    margin: 2rem auto; } }
/* line 21345, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trustpilot-header {
  text-align: center;
  margin-bottom: 1.6018066406rem;
  color: #002b49; }

@media (min-width: 992px) {
  /* line 21351, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trustpilot-header {
    margin-bottom: 1.8020324707rem; } }
@media (min-width: 1200px) {
  /* line 21356, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trustpilot-header {
    margin-bottom: 2.565784514rem; } }
@media (min-width: 1500px) {
  /* line 21361, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trustpilot-header {
    margin-bottom: 2.8865075782rem; } }
/* line 21366, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trustpilot-header__logo {
  height: 36px;
  object-fit: contain; }

@media (min-width: 768px) {
  /* line 21371, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trustpilot-header__logo {
    height: 61px; } }
/* line 21376, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trustpilot-header__stars {
  height: 18px;
  margin-bottom: 4px; }

@media (min-width: 768px) {
  /* line 21381, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trustpilot-header__stars {
    height: 30px;
    margin-bottom: 8px; } }
/* line 21387, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trustpilot-header__heading {
  margin-bottom: 2.8865075782rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 20px; }

/* line 21396, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trustpilot-header__description {
  font-size: 1rem; }

/* line 21400, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filter-triggers {
  transition: all 0s ease;
  margin-top: 0;
  margin-bottom: 1.423828125rem;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); }

@media (min-width: 768px) {
  /* line 21410, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filter-triggers {
    background-color: #f6f6f6; } }
@media (min-width: 992px) {
  /* line 21415, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filter-triggers {
    margin-bottom: 2.2806973457rem; } }
/* line 21419, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filter-triggers.is-fixed {
  transition: all 0.2s ease;
  position: fixed;
  top: 46px;
  z-index: 1000;
  width: 100%; }

@media (min-width: 768px) {
  /* line 21427, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filter-triggers.is-fixed {
    top: 48px; } }
@media (min-width: 992px) {
  /* line 21432, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filter-triggers.is-fixed {
    top: 60px; } }
@media (min-width: 1200px) {
  /* line 21437, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filter-triggers.is-fixed {
    top: 47px; } }
/* line 21442, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filter-triggers__content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: space-between; }

@media (max-width: 767.98px) and (min-width: 576px) {
  /* line 21450, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filter-triggers__content {
    margin: 0 -30px; } }
@media (min-width: 768px) {
  /* line 21455, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filter-triggers__content {
    padding: 0.7023319616rem 0; } }
/* line 21460, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filter-triggers__primary,
.c-filter-triggers__secondary {
  display: flex;
  align-items: center; }

@media (max-width: 767.98px) {
  /* line 21466, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filter-triggers__primary,
  .c-filter-triggers__secondary {
    padding: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 50%; }

  /* line 21472, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filter-triggers__primary:hover, .c-filter-triggers__primary:active, .c-filter-triggers__primary:focus,
  .c-filter-triggers__secondary:hover,
  .c-filter-triggers__secondary:active,
  .c-filter-triggers__secondary:focus {
    background: #ac8c2e; }

  /* line 21478, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filter-triggers__primary:hover .c-filter-triggers__trigger, .c-filter-triggers__primary:active .c-filter-triggers__trigger, .c-filter-triggers__primary:focus .c-filter-triggers__trigger,
  .c-filter-triggers__secondary:hover .c-filter-triggers__trigger,
  .c-filter-triggers__secondary:active .c-filter-triggers__trigger,
  .c-filter-triggers__secondary:focus .c-filter-triggers__trigger {
    color: #ffffff; }

  /* line 21484, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filter-triggers__primary:hover .c-filter-triggers__trigger:before, .c-filter-triggers__primary:active .c-filter-triggers__trigger:before, .c-filter-triggers__primary:focus .c-filter-triggers__trigger:before,
  .c-filter-triggers__secondary:hover .c-filter-triggers__trigger:before,
  .c-filter-triggers__secondary:active .c-filter-triggers__trigger:before,
  .c-filter-triggers__secondary:focus .c-filter-triggers__trigger:before {
    color: #ffffff; } }
@media (max-width: 767.98px) {
  /* line 21493, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filter-triggers__primary {
    border-right: 1px solid #bebebe; } }
@media (min-width: 768px) {
  /* line 21498, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filter-triggers__primary {
    justify-content: flex-start; } }
@media (min-width: 768px) {
  /* line 21504, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filter-triggers__secondary {
    justify-content: flex-end; } }
/* line 21509, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filter-triggers__info {
  margin: 0 1rem;
  color: #002b49;
  display: none; }

@media (min-width: 1500px) {
  /* line 21515, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filter-triggers__info {
    display: block; } }
/* line 21520, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filter-triggers__trigger {
  width: 100%;
  padding-left: 0.273729909rem;
  padding-right: 0.273729909rem; }

@media (max-width: 767.98px) {
  /* line 21526, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filter-triggers__trigger {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0; } }
@media (min-width: 576px) {
  /* line 21534, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filter-triggers__trigger {
    padding-left: 1.125rem;
    padding-right: 1.125rem; } }
@media (min-width: 768px) {
  /* line 21540, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filter-triggers__trigger {
    width: auto; } }
/* line 21544, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filter-triggers__trigger--filter:before {
  content: "";
  height: 18px;
  width: 18px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618391724/icons/filter-gold_r6maxs.svg");
  background-repeat: no-repeat;
  background-size: 17px 18px;
  background-position: center;
  margin-right: 5px;
  vertical-align: -5px;
  transition: background-image ease 0.5s; }

/* line 21557, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filter-triggers__trigger--filter:active:before, .c-filter-triggers__trigger--filter:focus:before, .c-filter-triggers__trigger--filter:hover:before {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618391724/icons/filter-white_xwfuhi.svg"); }

/* line 21560, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filter-triggers__trigger--sort:before {
  content: "";
  height: 18px;
  width: 18px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618392532/icons/sort-gold_ndwvg3.svg");
  background-repeat: no-repeat;
  background-size: 9px 14px;
  background-position: center;
  margin-right: 5px;
  vertical-align: -4px;
  transition: background-image ease 0.5s; }

/* line 21573, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filter-triggers__trigger--sort:active:before, .c-filter-triggers__trigger--sort:focus:before, .c-filter-triggers__trigger--sort:hover:before {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618392532/icons/sort-white_xqxl0h.svg"); }

/* line 21576, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filter-triggers__trigger--view:before {
  content: "";
  height: 18px;
  width: 18px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618390784/icons/eye-gold_q8n5li.svg");
  background-repeat: no-repeat;
  background-size: 18px 12px;
  background-position: center;
  margin-right: 5px;
  vertical-align: -3px;
  transition: background-image ease 0.5s; }

/* line 21589, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filter-triggers__trigger--view:active:before, .c-filter-triggers__trigger--view:focus:before, .c-filter-triggers__trigger--view:hover:before {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618390784/icons/eye-white_nsd1q4.svg"); }

@media (min-width: 768px) {
  /* line 21593, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filter-triggers__trigger--filter, .c-filter-triggers__trigger--sort, .c-filter-triggers__trigger--view {
    width: 165px; } }
/* line 21597, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-filter-triggers__trigger span {
  display: none; }

@media (min-width: 768px) {
  /* line 21601, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-filter-triggers__trigger span {
    display: inline; } }
/* line 21606, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-callback-form .b-form-control, .c-callback-form .c-tabs__input, .c-callback-form .b-form-search__input, .c-callback-form .c-form-contact-footer__control, .c-callback-form .c-ar-contact-form__input,
.c-callback-form .b-form-select,
.c-callback-form .p-author-profile .p-author-profile__sort-select,
.p-author-profile .c-callback-form .p-author-profile__sort-select,
.c-callback-form .g-review-articles__main .g-review-articles__select,
.g-review-articles__main .c-callback-form .g-review-articles__select,
.c-callback-form .g-deal-features__select,
.c-callback-form .g-deal-options__select,
.c-callback-form .c-derivatives-filters__select,
.c-callback-form .c-search__form-select,
.c-callback-form .c-options__select {
  height: calc(1.5em + 1rem + 10px); }

@media (min-width: 768px) {
  /* line 21620, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-callback-form .b-form-control, .c-callback-form .c-tabs__input, .c-callback-form .b-form-search__input, .c-callback-form .c-form-contact-footer__control, .c-callback-form .c-ar-contact-form__input,
  .c-callback-form .b-form-select,
  .c-callback-form .p-author-profile .p-author-profile__sort-select,
  .p-author-profile .c-callback-form .p-author-profile__sort-select,
  .c-callback-form .g-review-articles__main .g-review-articles__select,
  .g-review-articles__main .c-callback-form .g-review-articles__select,
  .c-callback-form .g-deal-features__select,
  .c-callback-form .g-deal-options__select,
  .c-callback-form .c-derivatives-filters__select,
  .c-callback-form .c-search__form-select,
  .c-callback-form .c-options__select {
    height: calc(1.5em + 1rem + 4px); } }
/* line 21634, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-callback-form__action {
  margin: 1.265625rem 0 2.0272865295rem 0; }

/* line 21637, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-callback-form__action .b-btn, .c-callback-form__action .p-telegraph .g-telegraph__offers, .p-telegraph .c-callback-form__action .g-telegraph__offers, .c-callback-form__action .p-newsarticle .g-news__next, .p-newsarticle .c-callback-form__action .g-news__next, .c-callback-form__action .p-newsarticle .g-news__previous, .p-newsarticle .c-callback-form__action .g-news__previous, .c-callback-form__action .p-customer-reviews .g-trustpilot__footer .c-reviews-button, .p-customer-reviews .g-trustpilot__footer .c-callback-form__action .c-reviews-button, .c-callback-form__action .p-key-contacts .c-intro__details a, .p-key-contacts .c-intro__details .c-callback-form__action a, .c-callback-form__action .c-content-block__action, .c-callback-form__action .p-grosvenor .c-intro__alternative a, .p-grosvenor .c-intro__alternative .c-callback-form__action a, .c-callback-form__action .p-total-care-offers .c-intro__alternative a, .p-total-care-offers .c-intro__alternative .c-callback-form__action a, .c-callback-form__action .g-total-care-content__button, .c-callback-form__action .g-content__cta, .c-callback-form__action .g-order__back-button, .c-callback-form__action .g-order__next-button, .c-callback-form__action .g-deal-ev-charger-banner__button, .c-callback-form__action .g-deal-enquire__action a, .g-deal-enquire__action .c-callback-form__action a,
.c-callback-form__action .g-deal-enquire__action button,
.g-deal-enquire__action .c-callback-form__action button, .c-callback-form__action .g-deal-summary__order, .c-callback-form__action .g-deal-features__btn, .c-callback-form__action .g-deal-photos__btn, .c-callback-form__action .g-deal-options__enquire button, .g-deal-options__enquire .c-callback-form__action button, .c-callback-form__action .g-deal-options__button, .c-callback-form__action .g-deal-options__option, .c-callback-form__action .g-advert__link, .c-callback-form__action .g-latest-news__cta, .c-callback-form__action .g-trustpilot__action, .c-callback-form__action .g-sign-up-bar__forward, .c-callback-form__action .g-sign-up-bar__trigger, .c-callback-form__action .g-sign-up-bar__form button, .g-sign-up-bar__form .c-callback-form__action button, .c-callback-form__action .g-features__cta, .c-callback-form__action .g-features__truncate-button, .c-callback-form__action .g-cta__button, .c-callback-form__action .g-car-cards__cta, .c-callback-form__action .g-hero__text a, .g-hero__text .c-callback-form__action a, .c-callback-form__action .c-list-index__btn, .c-callback-form__action .c-survey-modern__prev-button, .c-callback-form__action .c-survey-modern__next-button, .c-callback-form__action .c-survey-modern__deals-link, .c-callback-form__action .c-tiled-banner__button, .c-callback-form__action .c-total-care-signpost__button, .c-callback-form__action .c-progress__button, .c-callback-form__action .c-form-contact-footer__btn, .c-callback-form__action .c-search__button, .c-callback-form__action .c-ar-contact-form__submit, .c-callback-form__action .g-contact-form__submit, .c-callback-form__action .c-intro__btn, .c-callback-form__action .c-primary-cta__button, .c-callback-form__action .c-options__button, .c-callback-form__action .c-button-pair__btn, .c-callback-form__action .c-motorway-search__button, .c-callback-form__action .c-hero-icon-collection__button, .c-callback-form__action .c-hero-icon-collection__perks--alternative-btn, .c-callback-form__action .c-hero-aside__button, .c-callback-form__action .c-news-card__read-more, .c-callback-form__action .c-guide-card__read-more, .c-callback-form__action .c-card__button, .c-callback-form__action .c-signpost__button, .c-callback-form__action .c-signpost__button--secondary, .c-callback-form__action .c-filters__trigger-button, .c-callback-form__action .c-filters__button, .c-callback-form__action .c-accordian__card-button, .c-callback-form__action .c-cookies__accept, .c-callback-form__action .c-survey-question__button, .c-callback-form__action .modal-footer .btn-primary, .modal-footer .c-callback-form__action .btn-primary, .c-callback-form__action .c-filter-triggers__trigger {
  font-size: 1.265625rem;
  height: calc(1.5em + 1rem + 10px); }

@media (min-width: 768px) {
  /* line 21644, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-callback-form__action .b-btn, .c-callback-form__action .p-telegraph .g-telegraph__offers, .p-telegraph .c-callback-form__action .g-telegraph__offers, .c-callback-form__action .p-newsarticle .g-news__next, .p-newsarticle .c-callback-form__action .g-news__next, .c-callback-form__action .p-newsarticle .g-news__previous, .p-newsarticle .c-callback-form__action .g-news__previous, .c-callback-form__action .p-customer-reviews .g-trustpilot__footer .c-reviews-button, .p-customer-reviews .g-trustpilot__footer .c-callback-form__action .c-reviews-button, .c-callback-form__action .p-key-contacts .c-intro__details a, .p-key-contacts .c-intro__details .c-callback-form__action a, .c-callback-form__action .c-content-block__action, .c-callback-form__action .p-grosvenor .c-intro__alternative a, .p-grosvenor .c-intro__alternative .c-callback-form__action a, .c-callback-form__action .p-total-care-offers .c-intro__alternative a, .p-total-care-offers .c-intro__alternative .c-callback-form__action a, .c-callback-form__action .g-total-care-content__button, .c-callback-form__action .g-content__cta, .c-callback-form__action .g-order__back-button, .c-callback-form__action .g-order__next-button, .c-callback-form__action .g-deal-ev-charger-banner__button, .c-callback-form__action .g-deal-enquire__action a, .g-deal-enquire__action .c-callback-form__action a,
  .c-callback-form__action .g-deal-enquire__action button,
  .g-deal-enquire__action .c-callback-form__action button, .c-callback-form__action .g-deal-summary__order, .c-callback-form__action .g-deal-features__btn, .c-callback-form__action .g-deal-photos__btn, .c-callback-form__action .g-deal-options__enquire button, .g-deal-options__enquire .c-callback-form__action button, .c-callback-form__action .g-deal-options__button, .c-callback-form__action .g-deal-options__option, .c-callback-form__action .g-advert__link, .c-callback-form__action .g-latest-news__cta, .c-callback-form__action .g-trustpilot__action, .c-callback-form__action .g-sign-up-bar__forward, .c-callback-form__action .g-sign-up-bar__trigger, .c-callback-form__action .g-sign-up-bar__form button, .g-sign-up-bar__form .c-callback-form__action button, .c-callback-form__action .g-features__cta, .c-callback-form__action .g-features__truncate-button, .c-callback-form__action .g-cta__button, .c-callback-form__action .g-car-cards__cta, .c-callback-form__action .g-hero__text a, .g-hero__text .c-callback-form__action a, .c-callback-form__action .c-list-index__btn, .c-callback-form__action .c-survey-modern__prev-button, .c-callback-form__action .c-survey-modern__next-button, .c-callback-form__action .c-survey-modern__deals-link, .c-callback-form__action .c-tiled-banner__button, .c-callback-form__action .c-total-care-signpost__button, .c-callback-form__action .c-progress__button, .c-callback-form__action .c-form-contact-footer__btn, .c-callback-form__action .c-search__button, .c-callback-form__action .c-ar-contact-form__submit, .c-callback-form__action .g-contact-form__submit, .c-callback-form__action .c-intro__btn, .c-callback-form__action .c-primary-cta__button, .c-callback-form__action .c-options__button, .c-callback-form__action .c-button-pair__btn, .c-callback-form__action .c-motorway-search__button, .c-callback-form__action .c-hero-icon-collection__button, .c-callback-form__action .c-hero-icon-collection__perks--alternative-btn, .c-callback-form__action .c-hero-aside__button, .c-callback-form__action .c-news-card__read-more, .c-callback-form__action .c-guide-card__read-more, .c-callback-form__action .c-card__button, .c-callback-form__action .c-signpost__button, .c-callback-form__action .c-signpost__button--secondary, .c-callback-form__action .c-filters__trigger-button, .c-callback-form__action .c-filters__button, .c-callback-form__action .c-accordian__card-button, .c-callback-form__action .c-cookies__accept, .c-callback-form__action .c-survey-question__button, .c-callback-form__action .modal-footer .btn-primary, .modal-footer .c-callback-form__action .btn-primary, .c-callback-form__action .c-filter-triggers__trigger {
    height: calc(1.5em + 1rem + 4px); } }
/* line 21651, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-share {
  text-align: right; }

/* line 21655, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-share__text {
  color: #ffffff;
  font-size: 1.265625rem;
  font-weight: 700;
  padding: 1.8020324707rem 0 2.565784514rem;
  margin: 0; }

/* line 21663, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-share__items {
  display: inline;
  margin-top: 0; }

@media (min-width: 1200px) {
  /* line 21668, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-share__items {
    margin-left: 1rem; } }
/* line 21673, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-share__link {
  margin-left: 0.5549289573rem; }

/* line 21677, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-share__image {
  max-width: 30px; }

/* line 21681, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire .modal-header {
  padding: 0.7023319616rem; }

/* line 21684, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire .modal-body {
  max-height: 100vh; }

/* line 21688, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire__intro h2 {
  font-size: 1.423828125rem;
  font-weight: 700; }

@media (min-width: 576px) {
  /* line 21693, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-enquire__intro h2 {
    font-size: 1.423828125rem; } }
@media (min-width: 768px) {
  /* line 21698, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-enquire__intro h2 {
    font-size: 1.423828125rem; } }
@media (min-width: 992px) {
  /* line 21703, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-enquire__intro h2 {
    font-size: 1.6018066406rem; } }
@media (min-width: 1200px) {
  /* line 21708, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-enquire__intro h2 {
    font-size: 1.8020324707rem; } }
@media (min-width: 1500px) {
  /* line 21713, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-enquire__intro h2 {
    font-size: 1.8020324707rem; } }
/* line 21717, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire__image {
  text-align: center; }

/* line 21720, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire__image img {
  width: 80%;
  height: auto;
  margin-bottom: 1rem; }

/* line 21726, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire__form {
  margin-bottom: 1rem; }

/* line 21729, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire__promise {
  margin-bottom: 1.423828125rem; }

/* line 21732, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire__promise h3 {
  font-size: 1.265625rem;
  font-weight: 600; }

@media (min-width: 576px) {
  /* line 21737, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-enquire__promise h3 {
    font-size: 1.265625rem; } }
@media (min-width: 768px) {
  /* line 21742, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-enquire__promise h3 {
    font-size: 1.265625rem; } }
@media (min-width: 992px) {
  /* line 21747, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-enquire__promise h3 {
    font-size: 1.265625rem; } }
@media (min-width: 1200px) {
  /* line 21752, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-enquire__promise h3 {
    font-size: 1.423828125rem; } }
@media (min-width: 1500px) {
  /* line 21757, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-enquire__promise h3 {
    font-size: 1.423828125rem; } }
/* line 21761, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire__promise h3:before {
  content: "";
  display: inline-block;
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618321195/icons/handshake-gold_tkwyuu.svg") no-repeat center;
  vertical-align: -3px;
  background-size: 28px 18px;
  margin-right: 10px;
  height: 18px;
  width: 28px; }

/* line 21771, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire__promise p {
  font-size: 0.8888888889rem; }

/* line 21775, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now .modal-content {
  background-color: #ffffff;
  max-height: calc(100% - 2rem); }

/* line 21779, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now .modal-header {
  padding: 1.125rem 2.2806973457rem 0;
  border-bottom: none; }

@media (min-width: 768px) {
  /* line 21784, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-enquire-now .modal-header {
    padding: 2.0272865295rem 2.2806973457rem 0.7901234568rem; } }
/* line 21788, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now .modal-header p {
  text-align: left; }

@media (max-width: 991.98px) {
  /* line 21792, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-enquire-now .modal-header p {
    text-align: center; } }
/* line 21796, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now .modal-header .close {
  top: 6px;
  right: 12px; }

/* line 21800, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }

@media (max-width: 991.98px) {
  /* line 21807, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-enquire-now__container {
    flex-direction: column; } }
/* line 21811, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now__heading {
  color: #003765;
  font-size: 2.565784514rem;
  font-weight: 700;
  text-align: start;
  margin-bottom: 1rem; }

@media (max-width: 991.98px) {
  /* line 21819, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-enquire-now__heading {
    margin-bottom: 0; } }
@media (max-width: 376px) {
  /* line 21824, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-enquire-now__heading {
    font-size: 2.5rem; } }
/* line 21828, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now__description {
  color: #003765;
  margin-bottom: 0;
  font-size: 1rem !important;
  text-align: start; }

@media (max-width: 991.98px) {
  /* line 21835, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-enquire-now__description {
    text-align: center;
    margin: 0.4932701843rem 0; } }
/* line 21840, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now__image {
  text-align: center; }

/* line 21843, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now__image img {
  height: auto;
  margin-bottom: 1rem;
  width: 100%; }

/* line 21848, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now__form {
  margin-bottom: 0; }

/* line 21851, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now__form .b-form-select, .c-modal-enquire-now__form .p-author-profile .p-author-profile__sort-select, .p-author-profile .c-modal-enquire-now__form .p-author-profile__sort-select, .c-modal-enquire-now__form .g-review-articles__main .g-review-articles__select, .g-review-articles__main .c-modal-enquire-now__form .g-review-articles__select, .c-modal-enquire-now__form .g-deal-features__select, .c-modal-enquire-now__form .g-deal-options__select, .c-modal-enquire-now__form .c-derivatives-filters__select, .c-modal-enquire-now__form .c-search__form-select, .c-modal-enquire-now__form .c-options__select {
  width: 100% !important; }

/* line 21854, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now__action {
  text-align: center;
  margin-bottom: 1.265625rem;
  margin-top: 0; }

@media (min-width: 768px) {
  /* line 21860, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-enquire-now__action {
    margin-top: 1.265625rem; } }
/* line 21864, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now__action .b-btn, .c-modal-enquire-now__action .p-telegraph .g-telegraph__offers, .p-telegraph .c-modal-enquire-now__action .g-telegraph__offers, .c-modal-enquire-now__action .p-newsarticle .g-news__next, .p-newsarticle .c-modal-enquire-now__action .g-news__next, .c-modal-enquire-now__action .p-newsarticle .g-news__previous, .p-newsarticle .c-modal-enquire-now__action .g-news__previous, .c-modal-enquire-now__action .p-customer-reviews .g-trustpilot__footer .c-reviews-button, .p-customer-reviews .g-trustpilot__footer .c-modal-enquire-now__action .c-reviews-button, .c-modal-enquire-now__action .p-key-contacts .c-intro__details a, .p-key-contacts .c-intro__details .c-modal-enquire-now__action a, .c-modal-enquire-now__action .c-content-block__action, .c-modal-enquire-now__action .p-grosvenor .c-intro__alternative a, .p-grosvenor .c-intro__alternative .c-modal-enquire-now__action a, .c-modal-enquire-now__action .p-total-care-offers .c-intro__alternative a, .p-total-care-offers .c-intro__alternative .c-modal-enquire-now__action a, .c-modal-enquire-now__action .g-total-care-content__button, .c-modal-enquire-now__action .g-content__cta, .c-modal-enquire-now__action .g-order__back-button, .c-modal-enquire-now__action .g-order__next-button, .c-modal-enquire-now__action .g-deal-ev-charger-banner__button, .c-modal-enquire-now__action .g-deal-enquire__action a, .g-deal-enquire__action .c-modal-enquire-now__action a,
.c-modal-enquire-now__action .g-deal-enquire__action button,
.g-deal-enquire__action .c-modal-enquire-now__action button, .c-modal-enquire-now__action .g-deal-summary__order, .c-modal-enquire-now__action .g-deal-features__btn, .c-modal-enquire-now__action .g-deal-photos__btn, .c-modal-enquire-now__action .g-deal-options__enquire button, .g-deal-options__enquire .c-modal-enquire-now__action button, .c-modal-enquire-now__action .g-deal-options__button, .c-modal-enquire-now__action .g-deal-options__option, .c-modal-enquire-now__action .g-advert__link, .c-modal-enquire-now__action .g-latest-news__cta, .c-modal-enquire-now__action .g-trustpilot__action, .c-modal-enquire-now__action .g-sign-up-bar__forward, .c-modal-enquire-now__action .g-sign-up-bar__trigger, .c-modal-enquire-now__action .g-sign-up-bar__form button, .g-sign-up-bar__form .c-modal-enquire-now__action button, .c-modal-enquire-now__action .g-features__cta, .c-modal-enquire-now__action .g-features__truncate-button, .c-modal-enquire-now__action .g-cta__button, .c-modal-enquire-now__action .g-car-cards__cta, .c-modal-enquire-now__action .g-hero__text a, .g-hero__text .c-modal-enquire-now__action a, .c-modal-enquire-now__action .c-list-index__btn, .c-modal-enquire-now__action .c-survey-modern__prev-button, .c-modal-enquire-now__action .c-survey-modern__next-button, .c-modal-enquire-now__action .c-survey-modern__deals-link, .c-modal-enquire-now__action .c-tiled-banner__button, .c-modal-enquire-now__action .c-total-care-signpost__button, .c-modal-enquire-now__action .c-progress__button, .c-modal-enquire-now__action .c-form-contact-footer__btn, .c-modal-enquire-now__action .c-search__button, .c-modal-enquire-now__action .c-ar-contact-form__submit, .c-modal-enquire-now__action .g-contact-form__submit, .c-modal-enquire-now__action .c-intro__btn, .c-modal-enquire-now__action .c-primary-cta__button, .c-modal-enquire-now__action .c-options__button, .c-modal-enquire-now__action .c-button-pair__btn, .c-modal-enquire-now__action .c-motorway-search__button, .c-modal-enquire-now__action .c-hero-icon-collection__button, .c-modal-enquire-now__action .c-hero-icon-collection__perks--alternative-btn, .c-modal-enquire-now__action .c-hero-aside__button, .c-modal-enquire-now__action .c-news-card__read-more, .c-modal-enquire-now__action .c-guide-card__read-more, .c-modal-enquire-now__action .c-card__button, .c-modal-enquire-now__action .c-signpost__button, .c-modal-enquire-now__action .c-signpost__button--secondary, .c-modal-enquire-now__action .c-filters__trigger-button, .c-modal-enquire-now__action .c-filters__button, .c-modal-enquire-now__action .c-accordian__card-button, .c-modal-enquire-now__action .c-cookies__accept, .c-modal-enquire-now__action .c-survey-question__button, .c-modal-enquire-now__action .modal-footer .btn-primary, .modal-footer .c-modal-enquire-now__action .btn-primary, .c-modal-enquire-now__action .c-filter-triggers__trigger {
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  font-size: 1.125rem;
  padding: 0.624295077rem 2rem; }

@media (min-width: 768px) {
  /* line 21874, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-enquire-now__action .b-btn, .c-modal-enquire-now__action .p-telegraph .g-telegraph__offers, .p-telegraph .c-modal-enquire-now__action .g-telegraph__offers, .c-modal-enquire-now__action .p-newsarticle .g-news__next, .p-newsarticle .c-modal-enquire-now__action .g-news__next, .c-modal-enquire-now__action .p-newsarticle .g-news__previous, .p-newsarticle .c-modal-enquire-now__action .g-news__previous, .c-modal-enquire-now__action .p-customer-reviews .g-trustpilot__footer .c-reviews-button, .p-customer-reviews .g-trustpilot__footer .c-modal-enquire-now__action .c-reviews-button, .c-modal-enquire-now__action .p-key-contacts .c-intro__details a, .p-key-contacts .c-intro__details .c-modal-enquire-now__action a, .c-modal-enquire-now__action .c-content-block__action, .c-modal-enquire-now__action .p-grosvenor .c-intro__alternative a, .p-grosvenor .c-intro__alternative .c-modal-enquire-now__action a, .c-modal-enquire-now__action .p-total-care-offers .c-intro__alternative a, .p-total-care-offers .c-intro__alternative .c-modal-enquire-now__action a, .c-modal-enquire-now__action .g-total-care-content__button, .c-modal-enquire-now__action .g-content__cta, .c-modal-enquire-now__action .g-order__back-button, .c-modal-enquire-now__action .g-order__next-button, .c-modal-enquire-now__action .g-deal-ev-charger-banner__button, .c-modal-enquire-now__action .g-deal-enquire__action a, .g-deal-enquire__action .c-modal-enquire-now__action a,
  .c-modal-enquire-now__action .g-deal-enquire__action button,
  .g-deal-enquire__action .c-modal-enquire-now__action button, .c-modal-enquire-now__action .g-deal-summary__order, .c-modal-enquire-now__action .g-deal-features__btn, .c-modal-enquire-now__action .g-deal-photos__btn, .c-modal-enquire-now__action .g-deal-options__enquire button, .g-deal-options__enquire .c-modal-enquire-now__action button, .c-modal-enquire-now__action .g-deal-options__button, .c-modal-enquire-now__action .g-deal-options__option, .c-modal-enquire-now__action .g-advert__link, .c-modal-enquire-now__action .g-latest-news__cta, .c-modal-enquire-now__action .g-trustpilot__action, .c-modal-enquire-now__action .g-sign-up-bar__forward, .c-modal-enquire-now__action .g-sign-up-bar__trigger, .c-modal-enquire-now__action .g-sign-up-bar__form button, .g-sign-up-bar__form .c-modal-enquire-now__action button, .c-modal-enquire-now__action .g-features__cta, .c-modal-enquire-now__action .g-features__truncate-button, .c-modal-enquire-now__action .g-cta__button, .c-modal-enquire-now__action .g-car-cards__cta, .c-modal-enquire-now__action .g-hero__text a, .g-hero__text .c-modal-enquire-now__action a, .c-modal-enquire-now__action .c-list-index__btn, .c-modal-enquire-now__action .c-survey-modern__prev-button, .c-modal-enquire-now__action .c-survey-modern__next-button, .c-modal-enquire-now__action .c-survey-modern__deals-link, .c-modal-enquire-now__action .c-tiled-banner__button, .c-modal-enquire-now__action .c-total-care-signpost__button, .c-modal-enquire-now__action .c-progress__button, .c-modal-enquire-now__action .c-form-contact-footer__btn, .c-modal-enquire-now__action .c-search__button, .c-modal-enquire-now__action .c-ar-contact-form__submit, .c-modal-enquire-now__action .g-contact-form__submit, .c-modal-enquire-now__action .c-intro__btn, .c-modal-enquire-now__action .c-primary-cta__button, .c-modal-enquire-now__action .c-options__button, .c-modal-enquire-now__action .c-button-pair__btn, .c-modal-enquire-now__action .c-motorway-search__button, .c-modal-enquire-now__action .c-hero-icon-collection__button, .c-modal-enquire-now__action .c-hero-icon-collection__perks--alternative-btn, .c-modal-enquire-now__action .c-hero-aside__button, .c-modal-enquire-now__action .c-news-card__read-more, .c-modal-enquire-now__action .c-guide-card__read-more, .c-modal-enquire-now__action .c-card__button, .c-modal-enquire-now__action .c-signpost__button, .c-modal-enquire-now__action .c-signpost__button--secondary, .c-modal-enquire-now__action .c-filters__trigger-button, .c-modal-enquire-now__action .c-filters__button, .c-modal-enquire-now__action .c-accordian__card-button, .c-modal-enquire-now__action .c-cookies__accept, .c-modal-enquire-now__action .c-survey-question__button, .c-modal-enquire-now__action .modal-footer .btn-primary, .modal-footer .c-modal-enquire-now__action .btn-primary, .c-modal-enquire-now__action .c-filter-triggers__trigger {
    padding: 0.4932701843rem 4rem;
    width: auto;
    font-size: 1.265625rem; } }
/* line 21882, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now__action .b-btn:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .p-telegraph .g-telegraph__offers:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .p-telegraph .c-modal-enquire-now__action .g-telegraph__offers:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .p-newsarticle .g-news__next:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .p-newsarticle .c-modal-enquire-now__action .g-news__next:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .p-newsarticle .g-news__previous:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .p-newsarticle .c-modal-enquire-now__action .g-news__previous:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .p-customer-reviews .g-trustpilot__footer .c-reviews-button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .p-customer-reviews .g-trustpilot__footer .c-modal-enquire-now__action .c-reviews-button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .p-key-contacts .c-intro__details a:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .p-key-contacts .c-intro__details .c-modal-enquire-now__action a:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-content-block__action:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .p-grosvenor .c-intro__alternative a:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .p-grosvenor .c-intro__alternative .c-modal-enquire-now__action a:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .p-total-care-offers .c-intro__alternative a:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .p-total-care-offers .c-intro__alternative .c-modal-enquire-now__action a:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .g-total-care-content__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .g-content__cta:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .g-order__back-button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .g-order__next-button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .g-deal-ev-charger-banner__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .g-deal-enquire__action a:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .g-deal-enquire__action .c-modal-enquire-now__action a:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green),
.c-modal-enquire-now__action .g-deal-enquire__action button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green),
.g-deal-enquire__action .c-modal-enquire-now__action button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .g-deal-summary__order:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .g-deal-features__btn:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .g-deal-photos__btn:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .g-deal-options__enquire button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .g-deal-options__enquire .c-modal-enquire-now__action button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .g-deal-options__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .g-deal-options__option:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .g-advert__link:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .g-latest-news__cta:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .g-trustpilot__action:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .g-sign-up-bar__forward:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .g-sign-up-bar__trigger:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .g-sign-up-bar__form button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .g-sign-up-bar__form .c-modal-enquire-now__action button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .g-features__cta:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .g-features__truncate-button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .g-cta__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .g-car-cards__cta:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .g-hero__text a:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .g-hero__text .c-modal-enquire-now__action a:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-list-index__btn:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-survey-modern__prev-button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-survey-modern__next-button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-survey-modern__deals-link:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-tiled-banner__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-total-care-signpost__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-progress__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-form-contact-footer__btn:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-search__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-ar-contact-form__submit:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .g-contact-form__submit:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-intro__btn:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-primary-cta__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-options__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-button-pair__btn:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-motorway-search__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-hero-icon-collection__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-hero-icon-collection__perks--alternative-btn:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-hero-aside__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-news-card__read-more:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-guide-card__read-more:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-card__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-signpost__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-signpost__button--secondary:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-filters__trigger-button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-filters__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-accordian__card-button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-cookies__accept:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-survey-question__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .modal-footer .btn-primary:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .modal-footer .c-modal-enquire-now__action .btn-primary:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green), .c-modal-enquire-now__action .c-filter-triggers__trigger:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green) {
  background-color: #003765;
  color: #ffffff; }

/* line 21888, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now__action .b-btn:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .p-telegraph .g-telegraph__offers:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .p-telegraph .c-modal-enquire-now__action .g-telegraph__offers:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .p-newsarticle .g-news__next:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .p-newsarticle .c-modal-enquire-now__action .g-news__next:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .p-newsarticle .g-news__previous:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .p-newsarticle .c-modal-enquire-now__action .g-news__previous:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .p-customer-reviews .g-trustpilot__footer .c-reviews-button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .p-customer-reviews .g-trustpilot__footer .c-modal-enquire-now__action .c-reviews-button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .p-key-contacts .c-intro__details a:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .p-key-contacts .c-intro__details .c-modal-enquire-now__action a:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-content-block__action:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .p-grosvenor .c-intro__alternative a:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .p-grosvenor .c-intro__alternative .c-modal-enquire-now__action a:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .p-total-care-offers .c-intro__alternative a:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .p-total-care-offers .c-intro__alternative .c-modal-enquire-now__action a:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .g-total-care-content__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .g-content__cta:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .g-order__back-button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .g-order__next-button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .g-deal-ev-charger-banner__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .g-deal-enquire__action a:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .g-deal-enquire__action .c-modal-enquire-now__action a:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover,
.c-modal-enquire-now__action .g-deal-enquire__action button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover,
.g-deal-enquire__action .c-modal-enquire-now__action button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .g-deal-summary__order:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .g-deal-features__btn:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .g-deal-photos__btn:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .g-deal-options__enquire button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .g-deal-options__enquire .c-modal-enquire-now__action button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .g-deal-options__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .g-deal-options__option:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .g-advert__link:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .g-latest-news__cta:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .g-trustpilot__action:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .g-sign-up-bar__forward:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .g-sign-up-bar__trigger:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .g-sign-up-bar__form button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .g-sign-up-bar__form .c-modal-enquire-now__action button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .g-features__cta:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .g-features__truncate-button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .g-cta__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .g-car-cards__cta:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .g-hero__text a:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .g-hero__text .c-modal-enquire-now__action a:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-list-index__btn:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-survey-modern__prev-button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-survey-modern__next-button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-survey-modern__deals-link:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-tiled-banner__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-total-care-signpost__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-progress__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-form-contact-footer__btn:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-search__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-ar-contact-form__submit:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .g-contact-form__submit:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-intro__btn:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-primary-cta__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-options__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-button-pair__btn:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-motorway-search__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-hero-icon-collection__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-hero-icon-collection__perks--alternative-btn:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-hero-aside__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-news-card__read-more:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-guide-card__read-more:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-card__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-signpost__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-signpost__button--secondary:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-filters__trigger-button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-filters__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-accordian__card-button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-cookies__accept:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-survey-question__button:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .modal-footer .btn-primary:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .modal-footer .c-modal-enquire-now__action .btn-primary:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover, .c-modal-enquire-now__action .c-filter-triggers__trigger:not(.b-btn-green):not(.g-advert__link):not(.g-features__cta--green):not(.c-survey-modern__next-button):not(.c-survey-modern__deals-link):not(.c-tiled-banner__button--green):not(.c-form-contact-footer__btn):not(.c-search__button):not(.c-ar-contact-form__submit):not(.c-intro__btn):not(.c-button-pair__btn):not(.c-motorway-search__button):not(.c-hero-icon-collection__button--green):not(.c-hero-icon-collection__perks--alternative-btn):not(.c-hero-aside__button--green):hover {
  background-color: #0077c7; }

/* line 21893, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now__info {
  color: #003765;
  font-size: 0.8888888889rem !important;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  margin-top: 1.125rem;
  margin-bottom: 1rem; }

@media (min-width: 768px) {
  /* line 21903, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-enquire-now__info {
    margin-top: 0; } }
/* line 21907, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now .c-trustpilot_content {
  display: flex;
  flex-direction: column; }

/* line 21911, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now .c-trustpilot__top {
  align-self: flex-end;
  display: flex;
  align-items: center; }

/* line 21916, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now .c-trustpilot__top a {
  text-decoration: none; }

/* line 21919, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now .c-trustpilot__rating {
  margin-top: 1rem;
  color: #ffffff; }

/* line 21923, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now .c-trustpilot__rating-text {
  margin-bottom: 0;
  text-align: end !important;
  white-space: nowrap; }

/* line 21928, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now .c-trustpilot__rating-review {
  margin-bottom: 0;
  text-align: end !important;
  font-size: 0.9rem !important;
  white-space: nowrap; }

/* line 21934, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now .c-trustpilot__rating-review a {
  color: #ffffff;
  text-decoration: none; }

@media (max-width: 991.98px) {
  /* line 21939, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-enquire-now .c-trustpilot__rating-review {
    display: none; } }
@media (max-width: 991.98px) {
  /* line 21944, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-enquire-now .c-trustpilot__rating {
    margin-top: 0; } }
/* line 21948, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now .b-form-control, .c-modal-enquire-now .c-tabs__input, .c-modal-enquire-now .b-form-search__input, .c-modal-enquire-now .c-form-contact-footer__control, .c-modal-enquire-now .c-ar-contact-form__input,
.c-modal-enquire-now .b-form-select,
.c-modal-enquire-now .p-author-profile .p-author-profile__sort-select,
.p-author-profile .c-modal-enquire-now .p-author-profile__sort-select,
.c-modal-enquire-now .g-review-articles__main .g-review-articles__select,
.g-review-articles__main .c-modal-enquire-now .g-review-articles__select,
.c-modal-enquire-now .g-deal-features__select,
.c-modal-enquire-now .g-deal-options__select,
.c-modal-enquire-now .c-derivatives-filters__select,
.c-modal-enquire-now .c-search__form-select,
.c-modal-enquire-now .c-options__select {
  height: calc(1.5em + 1rem + 10px); }

@media (min-width: 768px) {
  /* line 21962, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-enquire-now .b-form-control, .c-modal-enquire-now .c-tabs__input, .c-modal-enquire-now .b-form-search__input, .c-modal-enquire-now .c-form-contact-footer__control, .c-modal-enquire-now .c-ar-contact-form__input,
  .c-modal-enquire-now .b-form-select,
  .c-modal-enquire-now .p-author-profile .p-author-profile__sort-select,
  .p-author-profile .c-modal-enquire-now .p-author-profile__sort-select,
  .c-modal-enquire-now .g-review-articles__main .g-review-articles__select,
  .g-review-articles__main .c-modal-enquire-now .g-review-articles__select,
  .c-modal-enquire-now .g-deal-features__select,
  .c-modal-enquire-now .g-deal-options__select,
  .c-modal-enquire-now .c-derivatives-filters__select,
  .c-modal-enquire-now .c-search__form-select,
  .c-modal-enquire-now .c-options__select {
    height: calc(1.5em + 1rem + 4px); } }
/* line 21976, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now .b-form-control::placeholder, .c-modal-enquire-now .c-tabs__input::placeholder, .c-modal-enquire-now .b-form-search__input::placeholder, .c-modal-enquire-now .c-form-contact-footer__control::placeholder, .c-modal-enquire-now .c-ar-contact-form__input::placeholder,
.c-modal-enquire-now .b-form-select::placeholder,
.c-modal-enquire-now .p-author-profile .p-author-profile__sort-select::placeholder,
.p-author-profile .c-modal-enquire-now .p-author-profile__sort-select::placeholder,
.c-modal-enquire-now .g-review-articles__main .g-review-articles__select::placeholder,
.g-review-articles__main .c-modal-enquire-now .g-review-articles__select::placeholder,
.c-modal-enquire-now .g-deal-features__select::placeholder,
.c-modal-enquire-now .g-deal-options__select::placeholder,
.c-modal-enquire-now .c-derivatives-filters__select::placeholder,
.c-modal-enquire-now .c-search__form-select::placeholder,
.c-modal-enquire-now .c-options__select::placeholder {
  color: #8c8c8c; }

/* line 21989, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now .b-form-select, .c-modal-enquire-now .p-author-profile .p-author-profile__sort-select, .p-author-profile .c-modal-enquire-now .p-author-profile__sort-select, .c-modal-enquire-now .g-review-articles__main .g-review-articles__select, .g-review-articles__main .c-modal-enquire-now .g-review-articles__select, .c-modal-enquire-now .g-deal-features__select, .c-modal-enquire-now .g-deal-options__select, .c-modal-enquire-now .c-derivatives-filters__select, .c-modal-enquire-now .c-search__form-select, .c-modal-enquire-now .c-options__select {
  color: #8c8c8c;
  cursor: pointer; }

/* line 21993, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now .c-opt-out {
  margin-top: 4.2rem; }

@media (min-width: 768px) {
  /* line 21997, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-enquire-now .c-opt-out {
    margin-top: 1rem; } }
/* line 22001, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now--dark .modal-content {
  background-color: #003765; }

/* line 22004, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now--dark .close {
  color: #ffffff;
  opacity: 0.6; }

/* line 22008, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now--dark .close:hover {
  color: #ffffff;
  opacity: 1 !important; }

/* line 22012, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now--dark .c-modal-enquire-now__info,
.c-modal-enquire-now--dark .c-modal-enquire-now__heading,
.c-modal-enquire-now--dark .c-modal-enquire-now__description {
  color: #ffffff; }

/* line 22017, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-enquire-now--dark .invalid-feedback {
  color: #f6f6f6; }

/* line 22021, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress__buttons {
  display: flex;
  justify-content: space-between; }

/* line 22026, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress__previous .c-progress__button:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 10px;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618482437/icons/chevron-left-white_buax9e.svg");
  background-size: 10px 16px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: -1px;
  margin-right: 9px; }

/* line 22038, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress__next .c-progress__button:after {
  content: "";
  display: inline-block;
  height: 16px;
  width: 10px;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618481700/icons/chevron-right-white_kajmse.svg");
  background-size: 10px 16px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: -1px;
  margin-left: 9px; }

/* line 22051, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress__steps-wrap {
  padding: 1rem 0 0.8888888889rem; }

/* line 22055, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress__numbering {
  font-style: italic;
  font-size: 0.8888888889rem; }

@media (min-width: 576px) {
  /* line 22060, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-progress__numbering {
    font-size: 0.8888888889rem; } }
@media (min-width: 768px) {
  /* line 22065, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-progress__numbering {
    font-size: 0.8888888889rem; } }
@media (min-width: 992px) {
  /* line 22070, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-progress__numbering {
    font-size: 1rem; } }
@media (min-width: 1200px) {
  /* line 22075, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-progress__numbering {
    font-size: 1rem; } }
@media (min-width: 1500px) {
  /* line 22080, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-progress__numbering {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 22085, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-progress__numbering {
    text-align: center;
    margin-bottom: 1rem; } }
/* line 22090, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress__numbering span {
  font-weight: 700; }

/* line 22094, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress__steps {
  display: flex;
  flex-wrap: nowrap;
  width: auto;
  overflow-x: auto;
  -ms-overflow-style: none;
  list-style-type: none;
  margin: auto;
  padding: 0;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar in Firefox */
  scrollbar-width: none;
  /* Hide scrollbar in IE and Edge */
  -ms-overflow-style: none; }

@media (min-width: 768px) {
  /* line 22110, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-progress__steps {
    justify-content: center; } }
/* line 22114, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress__steps::-webkit-scrollbar {
  display: none; }

/* line 22118, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress__step {
  flex: 0 0 auto;
  margin-right: 2px;
  padding: 0.1708882346rem 0.3079461477rem;
  border-top: 2px solid #d1d1d1;
  color: #d1d1d1;
  font-size: 0.8888888889rem; }

@media (min-width: 992px) {
  /* line 22127, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-progress__step {
    padding: 0.1708882346rem 0.5549289573rem; } }
/* line 22131, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress__step--selected {
  border-top: 2px solid #ac8c2e; }

/* line 22134, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress__step--current {
  border-top: 2px solid #002b49;
  color: #002b49; }

/* line 22139, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress__link {
  text-decoration: none; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* line 22159, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #ad8d2a;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite; }

/* line 22175, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-table-data__table {
  color: #002b49;
  font-size: 0.8888888889rem;
  margin: 0; }

@media (min-width: 576px) {
  /* line 22181, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-table-data__table {
    font-size: 0.8888888889rem; } }
@media (min-width: 768px) {
  /* line 22186, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-table-data__table {
    font-size: 1rem; } }
@media (min-width: 992px) {
  /* line 22191, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-table-data__table {
    font-size: 1rem; } }
@media (min-width: 1200px) {
  /* line 22196, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-table-data__table {
    font-size: 1rem; } }
@media (min-width: 1500px) {
  /* line 22201, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-table-data__table {
    font-size: 1rem; } }
/* line 22205, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-table-data__table thead th {
  border-top: none;
  padding: 0.5549289573rem 1rem 0.5549289573rem 0.5549289573rem;
  font-weight: 700;
  border-bottom: 2px solid #ac8c2e; }

/* line 22211, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-table-data__table tbody tr:nth-child(2n+2) {
  background-color: rgba(234, 234, 234, 0.5); }

/* line 22214, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-table-data__table tbody td {
  border-bottom: 1px solid #eaeaea; }

/* line 22217, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-table-data__table th,
.c-table-data__table td {
  padding: 0.7901234568rem 1rem 0.7901234568rem 0.5549289573rem; }

/* line 22222, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0; }

/* line 22228, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-video .c-video__asset {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 22236, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal--model .modal-content {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 0.3464394161rem; }

/* line 22242, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal--model.c-modal--fit-height .modal-body {
  padding-bottom: 0; }

/* line 22245, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal--model.c-modal--fit-height .modal-body:after {
  height: 35px; }

/* line 22249, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-total-care-signpost {
  background-image: url(/images/cta_allaboutleasing-total.jpg);
  background-position: center center;
  background-size: cover;
  position: relative; }

/* line 22255, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-total-care-signpost:after {
  content: "";
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 60%);
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

@media (min-width: 576px) {
  /* line 22268, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-total-care-signpost:after {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 50%); } }
@media (min-width: 768px) {
  /* line 22273, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-total-care-signpost:after {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 60%); } }
@media (min-width: 992px) {
  /* line 22278, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-total-care-signpost:after {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 70%); } }
@media (min-width: 1200px) {
  /* line 22283, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-total-care-signpost:after {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 60%); } }
/* line 22288, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-total-care-signpost__content {
  color: #ffffff;
  padding: 1rem 0;
  min-height: 230px;
  position: relative;
  z-index: 1; }

@media (min-width: 576px) {
  /* line 22296, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-total-care-signpost__content {
    padding: 1rem 1rem;
    min-height: 300px; } }
@media (min-width: 768px) {
  /* line 22302, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-total-care-signpost__content {
    padding: 1.6018066406rem 1.423828125rem;
    min-height: 300px; } }
/* line 22308, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-total-care-signpost__title {
  margin-bottom: 0; }

/* line 22312, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-total-care-signpost__subtitle {
  margin-bottom: 0.7023319616rem; }

/* line 22316, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-total-care-signpost__description {
  margin-bottom: 1.125rem; }

/* line 22320, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-total-care-signpost__button {
  text-transform: uppercase; }

/* line 22324, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-stars__stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 2.565784514rem;
  font-family: Times;
  line-height: 1; }

/* line 22331, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-stars__stars::before {
  content: "★★★★★";
  letter-spacing: 0;
  background: linear-gradient(90deg, #ac8c2e var(--percent), #002b49 var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 22338, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-stars--small .c-stars__stars {
  font-size: 1.125rem; }

/* line 22341, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-stars--card .c-stars__stars::before {
  background: linear-gradient(90deg, #ac8c2e var(--percent), #d1d1d1 var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 22346, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-stars--card.c-stars--electric .c-stars__stars::before {
  background: linear-gradient(90deg, #00a3e0 var(--percent), #d1d1d1 var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 22352, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-stars__rating {
  color: #ac8c2e; }

/* line 22355, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-stars--electric .c-stars__rating {
  color: #00a3e0; }

/* line 22359, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
[aria-expanded=false] > .expanded,
[aria-expanded=true] > .collapsed {
  display: none; }

/* line 22364, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-opening-hours {
  margin-top: 1.423828125rem; }

@media (min-width: 1200px) {
  /* line 22368, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-opening-hours {
    margin-top: 2.2806973457rem; } }
/* line 22373, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-opening-hours__content {
  color: #005a2c;
  background-color: rgba(0, 166, 81, 0.2);
  border: 1px solid #005a2c;
  border-radius: 5px;
  padding: 1rem;
  text-align: center; }

@media (min-width: 1200px) {
  /* line 22382, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-opening-hours__content {
    display: flex;
    justify-content: center;
    align-items: baseline;
    text-align: left; } }
/* line 22390, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-opening-hours__heading {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0.3079461477rem;
  line-height: 1.5; }

@media (min-width: 1200px) {
  /* line 22397, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-opening-hours__heading {
    margin: 0 1rem 0 0; } }
/* line 22401, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-opening-hours__heading a {
  display: inline-block;
  color: #005a2c; }

/* line 22405, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-opening-hours__heading span {
  text-transform: uppercase;
  letter-spacing: 0.015em;
  color: #005a2c;
  font-weight: 700; }

@media (min-width: 1200px) {
  /* line 22412, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-opening-hours__heading span {
    margin: 0 2px; } }
/* line 22417, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-opening-hours__text {
  color: #005a2c;
  margin: 0; }

/* line 22421, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-opening-hours__text span {
  font-weight: 600; }

@media (min-width: 576px) {
  /* line 22425, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-opening-hours__text span {
    display: inline-block; } }
/* line 22430, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-opt-out a {
  font-weight: bold;
  color: inherit;
  transition: none;
  text-decoration: none;
  text-decoration: underline;
  color: #003765; }

/* line 22438, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-opt-out a:visited {
  color: inherit; }

/* line 22441, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-opt-out a:active, .c-opt-out a:hover, .c-opt-out a:focus {
  color: inherit;
  text-decoration: underline; }

/* line 22445, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .c-opt-out a {
  color: inherit;
  transition: none !important; }

/* line 22449, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .c-opt-out a:visited {
  color: inherit; }

/* line 22452, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-opt-out .custom-checkbox, .c-opt-out .c-list-table__custom-check {
  padding-left: 2.75rem; }

/* line 22455, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-opt-out .custom-control-label, .c-opt-out .c-list-table__label {
  color: #003765;
  font-size: 0.7901234568rem;
  cursor: pointer;
  font-weight: normal;
  line-height: 20px; }

/* line 22462, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-opt-out .custom-control-label:before, .c-opt-out .c-list-table__label:before {
  border-color: #003765;
  left: -2.75rem;
  top: 50%;
  transform: translateY(-50%); }

/* line 22468, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-opt-out .custom-control-label:after, .c-opt-out .c-list-table__label:after {
  height: 2rem;
  left: -2.75rem;
  width: 2rem;
  top: 50%;
  transform: translateY(-50%); }

/* line 22475, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-opt-out .custom-control-input:checked ~ .custom-control-label:after, .c-opt-out .custom-control-input:checked ~ .c-list-table__label:after, .c-opt-out .c-list-table__input:checked ~ .custom-control-label:after, .c-opt-out .c-list-table__input:checked ~ .c-list-table__label:after {
  height: 2rem;
  left: -2.75rem;
  width: 2rem;
  top: 50%;
  transform: translateY(-50%); }

/* line 22482, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-opt-out--inverted .custom-control-label, .c-opt-out--inverted .c-list-table__label {
  color: #ffffff; }

/* line 22485, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-opt-out--inverted a {
  color: #ffffff;
  transition: color 0.5s ease;
  text-decoration: none;
  text-decoration: underline; }

/* line 22491, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-opt-out--inverted a:visited {
  color: #ffffff; }

/* line 22494, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-opt-out--inverted a:active, .c-opt-out--inverted a:hover, .c-opt-out--inverted a:focus {
  color: #ffffff;
  text-decoration: underline; }

/* line 22498, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .c-opt-out--inverted a {
  color: #ffffff;
  transition: none !important; }

/* line 22502, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .c-opt-out--inverted a:visited {
  color: #ffffff; }

/* line 22506, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-saturday-banner .modal-content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 12px; }

@media (min-width: 992px) {
  /* line 22513, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-saturday-banner .modal-content {
    flex-direction: row; } }
/* line 22518, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-saturday-banner__body {
  background-color: #ffffff;
  overflow: hidden;
  z-index: 1;
  border-bottom-right-radius: 0.3rem;
  padding: 0rem 1rem 0 1rem;
  font-size: 0.7901234568rem; }

@media (min-width: 992px) {
  /* line 22527, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-saturday-banner__body {
    width: 50%;
    z-index: 1;
    padding: 1rem 0 1rem 1rem; } }
/* line 22534, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-saturday-banner__heading {
  font-size: 2.0272865295rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  padding-right: 1rem; }

/* line 22541, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-saturday-banner__info {
  font-size: 0.8888888889rem;
  margin-bottom: 1.5rem; }

/* line 22546, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-saturday-banner__telephone {
  font-size: 1.265625rem;
  margin-bottom: 0; }

/* line 22550, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-saturday-banner__telephone a {
  font-size: 2.0272865295rem;
  display: block;
  font-weight: 700; }

/* line 22556, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-saturday-banner__image {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(/images/saturday-banner-background-2.jpeg);
  height: 300px;
  position: relative;
  z-index: 0; }

/* line 22565, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-saturday-banner__image:before {
  content: " ";
  background-color: #ffffff;
  height: 50%;
  width: 200%;
  position: absolute;
  top: -28%;
  left: -25%;
  transform: rotate(10deg); }

@media (min-width: 992px) {
  /* line 22576, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-saturday-banner__image {
    background-position: center center;
    width: 50%;
    height: auto; }

  /* line 22581, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-saturday-banner__image:before {
    height: 200%;
    width: 50%;
    top: -50%;
    left: -35%;
    transform: rotate(15deg); } }
/* line 22590, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-saturday-banner__actions {
  padding: 0.5rem 1rem 1rem; }

@media (min-width: 992px) {
  /* line 22594, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-saturday-banner__actions {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; } }
/* line 22602, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-saturday-banner__close {
  font-size: 1rem;
  font-weight: 400;
  color: inherit;
  transition: none;
  text-decoration: none;
  color: #002b49;
  opacity: 1;
  text-shadow: none; }

/* line 22612, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-saturday-banner__close:visited {
  color: inherit; }

/* line 22615, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal-saturday-banner__close:active, .c-modal-saturday-banner__close:hover, .c-modal-saturday-banner__close:focus {
  color: inherit;
  text-decoration: underline; }

/* line 22619, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .c-modal-saturday-banner__close {
  color: inherit;
  transition: none !important; }

/* line 22623, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .c-modal-saturday-banner__close:visited {
  color: inherit; }

@media (min-width: 992px) {
  /* line 22627, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-modal-saturday-banner__close {
    color: #ffffff; } }
/* line 22632, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-service-update {
  padding: 0 2.565784514rem 1.423828125rem;
  text-align: center; }

/* line 22636, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-service-update--white {
  padding: 1.265625rem 2.565784514rem 1.423828125rem;
  background: #ffffff; }

/* line 22640, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-service-update--white .c-service-update__text {
  color: #002b49; }

/* line 22644, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-service-update__text h2 {
  font-size: 1.265625rem;
  font-weight: 600; }

/* line 22648, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-service-update__text p {
  margin: 0; }

/* line 22652, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-quote .c-quote__mark {
  width: 50px;
  margin: 0 auto;
  display: block;
  margin-bottom: 1rem; }

/* line 22658, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-quote .c-quote__hr {
  display: block;
  margin: 1.6018066406rem auto 1.125rem;
  width: 100px;
  height: 2px;
  background-color: #ac8c2e;
  border: none; }

@media (min-width: 1500px) {
  /* line 22667, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-quote .g-content__primary, .c-quote .g-total-care-list-single__primary,
  .c-quote .g-content__secondary {
    flex: 0 1 100% !important;
    max-width: 100% !important; } }
/* line 22674, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trustpilot-review {
  margin-bottom: 1rem; }

/* line 22678, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trustpilot-review__body {
  border: 1px solid #d1d1d1;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 2.2806973457rem;
  overflow: hidden;
  height: 100%;
  background-color: #ffffff;
  color: #002b49;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 7px; }

@media (min-width: 992px) {
  /* line 22692, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trustpilot-review__body {
    padding: 2.565784514rem; } }
@media (min-width: 1200px) {
  /* line 22697, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trustpilot-review__body {
    padding: 2.8865075782rem; } }
@media (min-width: 1500px) {
  /* line 22702, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trustpilot-review__body {
    padding: 3.2473210255rem; } }
/* line 22707, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trustpilot-review__stars {
  margin-bottom: 1.265625rem; }

@media (min-width: 992px) {
  /* line 22711, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trustpilot-review__stars {
    margin-bottom: 1.8020324707rem; } }
@media (min-width: 1200px) {
  /* line 22716, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trustpilot-review__stars {
    margin-bottom: 2.565784514rem; } }
@media (min-width: 1500px) {
  /* line 22721, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trustpilot-review__stars {
    margin-bottom: 2.8865075782rem; } }
/* line 22726, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trustpilot-review__text {
  margin-bottom: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 168px; }

/* line 22734, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trustpilot-review__ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1; }

/* line 22742, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trustpilot-review__from {
  margin-top: 3.2473210255rem;
  font-weight: 700; }

/* line 22747, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trustpilot-review__date {
  margin-bottom: 0;
  font-weight: 400; }

/* line 22752, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trustpilot-review__reply {
  border-left: 1px solid #d1d1d1;
  padding-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 0; }

/* line 22759, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tiled-banner {
  color: #ffffff; }

/* line 22762, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tiled-banner--dark {
  color: #002b49; }

/* line 22766, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tiled-banner__content {
  padding: 1.8020324707rem 2.0272865295rem;
  background-image: url(/assets/cta_allaboutleasing-6f16dca0aaee21cc03b1b344878f073eaeb0cd6702413feec476c08c14a37e94.jpg);
  background-position: bottom center;
  background-size: cover;
  border-radius: 7px;
  margin: 0 auto 1.423828125rem auto;
  min-height: 480px;
  max-width: 380px; }

@media (min-width: 992px) {
  /* line 22777, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tiled-banner__content {
    padding: 1.6018066406rem 1.265625rem;
    min-height: 500px; } }
@media (min-width: 1200px) {
  /* line 22783, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tiled-banner__content {
    padding: 1.8020324707rem 1.6018066406rem;
    min-height: 577px;
    max-width: 420px; } }
/* line 22790, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tiled-banner__header {
  display: flex;
  align-items: flex-end; }

/* line 22795, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tiled-banner__title {
  font-size: 1.6018066406rem;
  font-weight: 600;
  margin-bottom: 0.7023319616rem; }

@media (min-width: 768px) {
  /* line 22801, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tiled-banner__title {
    font-size: 1.8020324707rem; } }
/* line 22806, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tiled-banner__description {
  font-size: 0.8888888889rem;
  font-weight: 500;
  margin-bottom: 1.8020324707rem; }

@media (min-width: 768px) {
  /* line 22812, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tiled-banner__description {
    font-size: 1rem; } }
@media (min-width: 576px) {
  /* line 22817, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tiled-banner__description {
    margin-bottom: 1.265625rem; } }
/* line 22822, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tiled-banner__button {
  min-width: unset;
  width: 220px; }

@media (min-width: 768px) {
  /* line 22827, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tiled-banner__button {
    width: 290px; } }
/* line 22831, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tiled-banner__text {
  display: flex;
  flex-direction: column; }

@media (min-width: 768px) {
  /* line 22836, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tiled-banner__text {
    min-height: 180px; } }
@media (min-width: 1500px) {
  /* line 22841, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tiled-banner__text {
    min-height: 160px; } }
/* line 22846, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern {
  width: 100%;
  display: flex;
  flex-direction: column; }

@media (min-width: 992px) {
  /* line 22852, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern {
    flex-direction: row-reverse;
    align-items: stretch; } }
/* line 22857, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__content {
  width: 100%;
  background: #f9fafb; }

@media (min-width: 992px) {
  /* line 22862, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__content {
    width: 60%; } }
/* line 22866, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__content--final {
  background: #002b49;
  color: #ffffff; }

/* line 22870, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__content--final .c-survey-modern__heading {
  border-bottom: 1px solid #99aab6; }

/* line 22873, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__content--final .c-survey-modern__inner-wrapper {
  min-height: unset;
  padding-bottom: 30px; }

@media (min-width: 768px) {
  /* line 22878, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__content--final .c-survey-modern__inner-wrapper {
    padding-top: 80px; } }
@media (min-width: 992px) {
  /* line 22883, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__content--final .c-survey-modern__inner-wrapper {
    padding-top: 100px;
    min-height: 800px;
    justify-content: center; } }
@media (min-width: 1200px) {
  /* line 22890, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__content--final .c-survey-modern__inner-wrapper {
    padding-top: 160px; } }
/* line 22894, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__progress-wrapper {
  margin-top: -50px;
  margin-bottom: 20px;
  z-index: 2; }

@media (min-width: 768px) {
  /* line 22900, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__progress-wrapper {
    margin-top: 0;
    margin-bottom: 40px; } }
@media (min-width: 1200px) {
  /* line 22906, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__progress-wrapper {
    margin-top: 0;
    margin-bottom: 80px; } }
/* line 22911, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__inner-wrapper {
  padding: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 500px;
  padding-bottom: 0;
  max-width: 1040px;
  margin-left: auto; }

@media (min-width: 768px) {
  /* line 22922, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__inner-wrapper {
    padding: 46px;
    padding-bottom: 0; } }
@media (min-width: 992px) {
  /* line 22928, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__inner-wrapper {
    min-height: 800px;
    padding-bottom: 46px; } }
@media (min-width: 1200px) {
  /* line 22934, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__inner-wrapper {
    padding-right: 100px;
    padding-top: 79px; } }
@media (min-width: 1500px) {
  /* line 22940, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__inner-wrapper {
    padding-right: 130px; } }
/* line 22944, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__background {
  height: 144px;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-top: 3px solid #ac8c2e; }

/* line 22951, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__background--final {
  height: 260px; }

@media (min-width: 576px) {
  /* line 22955, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__background--final {
    height: 300px; } }
@media (min-width: 576px) {
  /* line 22960, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__background {
    height: 260px; } }
@media (min-width: 992px) {
  /* line 22965, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__background {
    width: 40%;
    height: auto;
    border: none; } }
/* line 22971, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__background .responsive-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 22978, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__background .responsive-background__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; }

/* line 22984, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__step {
  display: block;
  font-size: 0.8888888889rem;
  font-weight: 500;
  margin: 0;
  line-height: 1;
  margin-bottom: 6px; }

@media (min-width: 576px) {
  /* line 22993, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__step {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 22998, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__step {
    font-size: 1.125rem; } }
@media (min-width: 992px) {
  /* line 23003, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__step {
    font-size: 1.265625rem; } }
@media (min-width: 768px) {
  /* line 23008, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__step {
    margin-bottom: 10px; } }
/* line 23012, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__heading {
  font-size: 1.265625rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8px;
  padding-bottom: 8px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #002b49; }

@media (min-width: 576px) {
  /* line 23023, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__heading {
    font-size: 1.423828125rem; } }
@media (min-width: 768px) {
  /* line 23028, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__heading {
    font-size: 1.6018066406rem; } }
@media (min-width: 768px) {
  /* line 23033, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__heading {
    padding-bottom: 16px;
    margin-bottom: 16px; } }
/* line 23038, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__heading--large {
  font-size: 2.0272865295rem;
  margin-bottom: 12px;
  padding-bottom: 20px; }

@media (min-width: 576px) {
  /* line 23044, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__heading--large {
    font-size: 2.565784514rem; } }
@media (min-width: 768px) {
  /* line 23049, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__heading--large {
    font-size: 3.2473210255rem; } }
@media (min-width: 768px) {
  /* line 23054, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__heading--large {
    padding-bottom: 32px;
    margin-bottom: 24px; } }
/* line 23059, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__heading--green {
  color: #19a651; }

/* line 23062, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__question {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 24px; }

@media (min-width: 576px) {
  /* line 23068, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__question {
    font-size: 1.265625rem; } }
@media (min-width: 768px) {
  /* line 23073, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__question {
    font-size: 1.265625rem; } }
@media (min-width: 992px) {
  /* line 23078, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__question {
    font-size: 1.423828125rem; } }
@media (min-width: 768px) {
  /* line 23083, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__question {
    margin-bottom: 8px; } }
/* line 23087, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__final-description {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 24px; }

@media (min-width: 576px) {
  /* line 23093, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__final-description {
    font-size: 1.265625rem; } }
@media (min-width: 768px) {
  /* line 23098, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__final-description {
    font-size: 1.265625rem; } }
@media (min-width: 992px) {
  /* line 23103, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__final-description {
    font-size: 1.423828125rem; } }
@media (min-width: 768px) {
  /* line 23108, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__final-description {
    margin-bottom: 56px; } }
/* line 23112, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__footer-description {
  margin-top: 2.5rem;
  font-size: 1.125rem; }

/* line 23116, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__deals-link {
  margin-bottom: 20px; }

/* line 23119, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__description {
  font-size: 0.8888888889rem;
  font-weight: 400;
  margin-bottom: 24px; }

@media (min-width: 576px) {
  /* line 23125, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__description {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 23130, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__description {
    font-size: 1rem; } }
@media (min-width: 992px) {
  /* line 23135, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__description {
    font-size: 1.125rem; } }
@media (min-width: 768px) {
  /* line 23140, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__description {
    margin-bottom: 44px; } }
/* line 23144, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__options {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
  align-items: stretch; }

/* line 23151, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__options .c-radio-as-button {
  align-self: stretch; }

/* line 23154, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__options .c-radio-as-button__label {
  height: 100%; }

@media (min-width: 768px) {
  /* line 23158, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__options--2-cols {
    grid-template-columns: 1fr 1fr; } }
@media (min-width: 768px) {
  /* line 23163, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__options--3-cols {
    grid-template-columns: 1fr 1fr; } }
@media (min-width: 992px) {
  /* line 23168, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__options--3-cols {
    grid-template-columns: 1fr 1fr 1fr; } }
/* line 23172, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__actions {
  display: flex;
  width: calc(100% + 60px);
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-top: 3px solid #19a651;
  padding: 20px 30px;
  margin: auto -30px 0;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.8888888889rem; }

@media (min-width: 576px) {
  /* line 23186, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__actions {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 23191, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__actions {
    font-size: 1.125rem; } }
@media (min-width: 992px) {
  /* line 23196, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__actions {
    font-size: 1.265625rem; } }
@media (min-width: 768px) {
  /* line 23201, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__actions {
    padding: 30px 46px;
    margin: auto -46px 0;
    width: calc(100% + 92px); } }
@media (min-width: 992px) {
  /* line 23208, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__actions {
    gap: 0;
    width: 100%;
    background: transparent;
    border: none;
    padding: 0;
    margin: auto 0 0 0;
    justify-content: flex-start;
    justify-self: flex-end; } }
/* line 23219, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__actions span {
  display: none; }

@media (min-width: 992px) {
  /* line 23223, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__actions span {
    display: block;
    margin: 0 16px 0 8px; } }
@media (max-width: 490px) {
  /* line 23229, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__next-button {
    min-width: unset; } }
/* line 23233, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__prev-button {
  font-size: 0.8888888889rem;
  text-wrap: nowrap;
  text-decoration: none; }

@media (min-width: 576px) {
  /* line 23239, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__prev-button {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 23244, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__prev-button {
    font-size: 1.265625rem; } }
@media (min-width: 992px) {
  /* line 23249, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__prev-button {
    font-size: 1.265625rem; } }
@media (min-width: 992px) {
  /* line 23254, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__prev-button {
    text-decoration: underline; } }
/* line 23258, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__error {
  color: #ff0000;
  line-height: 24px;
  width: 100%;
  margin-top: 8px;
  font-size: 0.8888888889rem; }

@media (min-width: 576px) {
  /* line 23266, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__error {
    font-size: 1rem; } }
/* line 23270, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__contact-wrapper {
  margin-top: auto; }

/* line 23273, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__contact-phone {
  font-size: 1.125rem;
  font-weight: 600; }

@media (min-width: 576px) {
  /* line 23278, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__contact-phone {
    font-size: 1.265625rem; } }
@media (min-width: 768px) {
  /* line 23283, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__contact-phone {
    font-size: 1.423828125rem; } }
@media (min-width: 992px) {
  /* line 23288, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__contact-phone {
    font-size: 1.6018066406rem; } }
/* line 23292, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__contact-phone img {
  height: 20px;
  object-fit: contain;
  margin-right: 10px; }

/* line 23297, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__contact-hours {
  font-size: 0.8888888889rem;
  font-weight: 500; }

@media (min-width: 576px) {
  /* line 23302, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__contact-hours {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 23307, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__contact-hours {
    font-size: 1.125rem; } }
@media (min-width: 992px) {
  /* line 23312, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__contact-hours {
    font-size: 1.265625rem; } }
/* line 23316, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__contact-hours span {
  white-space: nowrap;
  display: inline-block;
  width: 100%; }

/* line 23321, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__contact-hours span.slash {
  display: none; }

@media (min-width: 768px) {
  /* line 23325, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__contact-hours span {
    width: auto; }

  /* line 23328, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__contact-hours span.slash {
    display: inline; } }
/* line 23332, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__contact-email {
  font-size: 0.8888888889rem;
  font-weight: 600;
  margin-top: 11px; }

@media (min-width: 576px) {
  /* line 23338, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__contact-email {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 23343, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__contact-email {
    font-size: 1.125rem; } }
@media (min-width: 992px) {
  /* line 23348, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-survey-modern__contact-email {
    font-size: 1.265625rem; } }
/* line 23352, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__contact-email a {
  color: #ffffff; }

/* line 23355, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-survey-modern__contact-email img {
  height: 15px;
  object-fit: contain;
  margin-right: 10px; }

/* line 23361, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern__prev-spacer {
  width: 96px;
  display: none; }

@media (max-width: 1199.98px) {
  /* line 23366, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .find-my-perfect-car .c-survey-modern__prev-spacer {
    display: block; } }
@media (max-width: 767.98px) {
  /* line 23371, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .find-my-perfect-car .c-survey-modern__progress-wrapper {
    margin-top: -3.313rem; } }
/* line 23375, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern__progress-wrapper .c-progress-steps-modern__line {
  height: 6px; }

/* line 23378, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern__progress-wrapper .c-progress-steps-modern__step--active ~ .c-progress-steps-modern__line {
  height: 3px; }

/* line 23381, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern__key-features {
  max-width: 649px;
  margin-bottom: 2.375rem; }

/* line 23385, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern__key-features .drv-filter-drawer-list-item--dropdown {
  max-width: 614px; }

/* line 23388, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern__key-features .drv-filter-drawer-list-item--selected {
  border: 1px solid #eaeaea; }

/* line 23391, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern__key-features .drv-filter-drawer-list-options {
  max-height: 306px;
  overflow-y: scroll;
  margin: 0px;
  padding: 0 20px;
  padding-top: 16px; }

/* line 23398, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern__key-features .drv-filter-drawer-list-options--empty {
  margin: 10px 0px 12px; }

/* line 23401, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern__key-features .drv-filter-drawer-list-options-container--open {
  max-height: 272px; }

/* line 23404, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern__key-features .drv-filter-option--large {
  padding: 12px 0px; }

/* line 23407, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern__key-features .drv-filter-option--large :last-child {
  border-bottom: none; }

/* line 23410, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern__key-features .drv-checkbox {
  border: 1.5px solid #CCD5DB; }

/* line 23413, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern .b-form-search {
  max-width: 614px;
  z-index: 2; }

/* line 23417, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern .b-form-search__icon {
  right: 0; }

/* line 23420, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern .b-form-search__input {
  width: 100%;
  max-width: 614px;
  padding: 0 0 0 20px; }

/* line 23425, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern .b-form-search__input:focus {
  border-radius: 6px; }

/* line 23428, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern .b-form-search__input:focus::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none; }

/* line 23433, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern .b-form-search__clear {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding: 0 16px;
  border: 0;
  background: transparent;
  color: #6c757d;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 68px; }

/* line 23448, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern .b-form-search__clear-icon {
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  background-color: #6c757d;
  position: relative;
  display: inline-block; }

/* line 23456, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern .b-form-search__clear-icon::before, .find-my-perfect-car .c-survey-modern .b-form-search__clear-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1.2px;
  background: #fff; }

/* line 23465, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern .b-form-search__clear-icon::before {
  transform: translate(-50%, -50%) rotate(45deg); }

/* line 23468, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern .b-form-search__clear-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg); }

/* line 23471, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern .b-form-search__clear-label {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600; }

/* line 23476, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern .filter-drawer-list-options-container {
  z-index: 1; }

/* line 23479, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern__selected-features {
  margin-top: 15px; }

/* line 23482, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern__selected-features .drv-filter-drawer-list-options {
  --sb-track-color: #d9d9d9;
  --sb-thumb-color: #ffffff;
  --sb-size: 16px;
  padding: 0px;
  max-height: 306px;
  overflow-y: auto; }

/* line 23490, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern__selected-features .drv-filter-drawer-list-options .drv-filter-option--large {
  padding: 15px 20px; }

@media (min-width: 992px) {
  /* line 23494, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .find-my-perfect-car .c-survey-modern__selected-features .drv-filter-drawer-list-options::-webkit-scrollbar {
    width: var(--sb-size);
    margin-left: 20px; }

  /* line 23498, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .find-my-perfect-car .c-survey-modern__selected-features .drv-filter-drawer-list-options::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 20px; }

  /* line 23502, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .find-my-perfect-car .c-survey-modern__selected-features .drv-filter-drawer-list-options::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 20px;
    border: 1px solid #d9d9d9; }

  /* line 23507, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .find-my-perfect-car .c-survey-modern__selected-features .drv-filter-drawer-list-options .drv-filter-option {
    max-width: 614px; } }
/* line 23511, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern .c-radio-as-button__label {
  text-align: center;
  padding: 12px; }

@media (max-width: 767.98px) {
  /* line 23516, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .find-my-perfect-car .c-survey-modern .c-radio-as-button__label {
    background-color: #ffffff; }

  /* line 23519, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .find-my-perfect-car .c-survey-modern .c-radio-as-button__label--disabled {
    background-color: #ccd5db; }

  /* line 23522, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .find-my-perfect-car .c-survey-modern .c-radio-as-button__label:hover {
    background-color: #ffffff; } }
@media (max-width: 767.98px) {
  /* line 23527, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .find-my-perfect-car .c-survey-modern .c-radio-as-button__input:checked + .c-radio-as-button__label {
    background-color: #002b49; } }
/* line 23531, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern .drv-filter-option__label {
  font-weight: 600; }

/* line 23534, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.find-my-perfect-car .c-survey-modern__validation-error {
  margin: 0 0 16px;
  color: #ca2323;
  font-weight: 600;
  font-size: 0.8888888889rem; }

@media (min-width: 576px) {
  /* line 23541, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .find-my-perfect-car .c-survey-modern__validation-error {
    font-size: 1rem; } }
@media (max-width: 575.98px) {
  /* line 23546, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .find-my-perfect-car .c-progress-steps-modern__line {
    min-width: 0; } }
@media (max-width: 541px) {
  /* line 23551, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .find-my-perfect-car .c-progress-steps-modern__line--hidden {
    display: none; } }
@media (max-width: 541px) {
  /* line 23556, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .find-my-perfect-car .c-progress-steps-modern__step--hidden {
    display: none; } }
/* line 23561, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues {
  background-color: #f6f6f6;
  color: #002b49;
  height: 100px;
  padding: 0 90px; }

@media (max-width: 1499.98px) {
  /* line 23568, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues {
    padding: 0 30px; } }
@media (max-width: 991.98px) {
  /* line 23573, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues {
    border-radius: 7px;
    height: 62px;
    margin: 0 30px; } }
@media (max-width: 767.98px) {
  /* line 23580, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues {
    padding: 0 5px;
    margin: 0; } }
/* line 23585, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues--invert {
  background-color: #002b49;
  color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); }

/* line 23590, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues--invert .c-trust-cues__item {
  background-color: transparent; }

/* line 23593, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues--make, .c-trust-cues--make-light, .c-trust-cues--model {
  background-color: rgba(0, 43, 73, 0.9);
  color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  width: calc(100% - 60px);
  margin: 0 30px;
  padding: 0 16px;
  height: auto;
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.0588235294); }

@media (min-width: 992px) {
  /* line 23605, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--make, .c-trust-cues--make-light, .c-trust-cues--model {
    margin: 0 20px;
    width: calc(100% - 40px);
    height: 104px; } }
@media (min-width: 1500px) {
  /* line 23612, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--make, .c-trust-cues--make-light, .c-trust-cues--model {
    margin: 0 auto;
    width: 100%; } }
/* line 23617, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues--make .c-trust-cues__heading, .c-trust-cues--make-light .c-trust-cues__heading, .c-trust-cues--model .c-trust-cues__heading {
  font-size: 0.8888888889rem; }

@media (min-width: 576px) {
  /* line 23621, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--make .c-trust-cues__heading, .c-trust-cues--make-light .c-trust-cues__heading, .c-trust-cues--model .c-trust-cues__heading {
    font-size: 0.8888888889rem; } }
@media (min-width: 768px) {
  /* line 23626, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--make .c-trust-cues__heading, .c-trust-cues--make-light .c-trust-cues__heading, .c-trust-cues--model .c-trust-cues__heading {
    font-size: 0.8888888889rem; } }
@media (min-width: 992px) {
  /* line 23631, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--make .c-trust-cues__heading, .c-trust-cues--make-light .c-trust-cues__heading, .c-trust-cues--model .c-trust-cues__heading {
    font-size: 0.8888888889rem; } }
@media (min-width: 1200px) {
  /* line 23636, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--make .c-trust-cues__heading, .c-trust-cues--make-light .c-trust-cues__heading, .c-trust-cues--model .c-trust-cues__heading {
    font-size: 1rem; } }
@media (min-width: 1500px) {
  /* line 23641, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--make .c-trust-cues__heading, .c-trust-cues--make-light .c-trust-cues__heading, .c-trust-cues--model .c-trust-cues__heading {
    font-size: 1rem; } }
/* line 23645, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues--make .c-trust-cues__item, .c-trust-cues--make-light .c-trust-cues__item, .c-trust-cues--model .c-trust-cues__item {
  background-color: transparent; }

@media (max-width: 991.98px) {
  /* line 23649, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--make .c-trust-cues__item, .c-trust-cues--make-light .c-trust-cues__item, .c-trust-cues--model .c-trust-cues__item {
    align-items: center;
    padding: 20px; }

  /* line 23653, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--make .c-trust-cues__item .c-trust-cues__detail, .c-trust-cues--make-light .c-trust-cues__item .c-trust-cues__detail, .c-trust-cues--model .c-trust-cues__item .c-trust-cues__detail {
    text-align: center; }

  /* line 23656, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--make .c-trust-cues__item .c-trust-cues__heading, .c-trust-cues--make-light .c-trust-cues__item .c-trust-cues__heading, .c-trust-cues--model .c-trust-cues__item .c-trust-cues__heading {
    text-align: center; } }
/* line 23660, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues--make .c-trust-cues__slider, .c-trust-cues--make-light .c-trust-cues__slider, .c-trust-cues--model .c-trust-cues__slider {
  padding: 0;
  max-width: 100%;
  height: auto; }

@media (min-width: 992px) {
  /* line 23666, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--make .c-trust-cues__slider, .c-trust-cues--make-light .c-trust-cues__slider, .c-trust-cues--model .c-trust-cues__slider {
    height: 85px; } }
@media (max-width: 767.98px) {
  /* line 23671, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--make .c-trust-cues__image, .c-trust-cues--make-light .c-trust-cues__image, .c-trust-cues--model .c-trust-cues__image {
    display: none; } }
/* line 23675, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues--perfect-car {
  background-color: rgba(0, 43, 73, 0.9);
  color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  width: calc(100% - 60px);
  margin: 0 30px;
  padding: 0 16px;
  height: auto;
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.0588235294);
  margin: 0 auto;
  width: 100%;
  padding: 0 46px; }

@media (min-width: 992px) {
  /* line 23690, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--perfect-car {
    margin: 0 20px;
    width: calc(100% - 40px);
    padding: 0 26px;
    height: 104px; } }
/* line 23697, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues--perfect-car .c-trust-cues__heading {
  font-size: 0.8888888889rem; }

@media (min-width: 576px) {
  /* line 23701, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--perfect-car .c-trust-cues__heading {
    font-size: 0.8888888889rem; } }
@media (min-width: 768px) {
  /* line 23706, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--perfect-car .c-trust-cues__heading {
    font-size: 0.8888888889rem; } }
@media (min-width: 992px) {
  /* line 23711, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--perfect-car .c-trust-cues__heading {
    font-size: 0.8888888889rem; } }
@media (min-width: 1200px) {
  /* line 23716, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--perfect-car .c-trust-cues__heading {
    font-size: 1rem; } }
@media (min-width: 1500px) {
  /* line 23721, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--perfect-car .c-trust-cues__heading {
    font-size: 1rem; } }
/* line 23725, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues--perfect-car .c-trust-cues__item {
  background-color: transparent; }

@media (max-width: 991.98px) {
  /* line 23729, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--perfect-car .c-trust-cues__item {
    align-items: center;
    padding: 20px; }

  /* line 23733, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--perfect-car .c-trust-cues__item .c-trust-cues__detail {
    text-align: center; }

  /* line 23736, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--perfect-car .c-trust-cues__item .c-trust-cues__heading {
    text-align: center; } }
/* line 23740, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues--perfect-car .c-trust-cues__slider {
  padding: 0;
  height: auto; }

@media (min-width: 992px) {
  /* line 23745, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--perfect-car .c-trust-cues__slider {
    height: 104px; } }
@media (max-width: 767.98px) {
  /* line 23750, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--perfect-car .c-trust-cues__image {
    display: none; } }
/* line 23754, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues--model {
  border-radius: 10px;
  display: flex;
  align-items: center; }

@media (max-width: 1499.98px) {
  /* line 23760, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--model .c-trust-cues__item {
    width: calc((100% - 52px) / 2);
    min-width: calc((100% - 52px) / 2);
    scroll-snap-type: x mandatory;
    scroll-snap-align: start;
    padding: 0 20px;
    justify-content: center; } }
@media (max-width: 991.98px) {
  /* line 23770, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--model .c-trust-cues__item {
    width: 100%;
    min-width: 100%;
    scroll-snap-type: x mandatory;
    scroll-snap-align: start;
    padding: 0 20px;
    justify-content: center; }

  /* line 23778, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--model .c-trust-cues__item .c-trust-cues__heading,
  .c-trust-cues--model .c-trust-cues__item .c-trust-cues__detail {
    text-align: left;
    font-size: 12px; } }
@media (max-width: 767.98px) {
  /* line 23785, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--model .c-trust-cues__item {
    margin: -10px; }

  /* line 23788, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--model .c-trust-cues__item .c-trust-cues__heading,
  .c-trust-cues--model .c-trust-cues__item .c-trust-cues__detail {
    font-size: 10px; } }
/* line 23793, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues--model .c-trust-cues__slider {
  width: 97%;
  padding: 0;
  max-width: 100%; }

@media (min-width: 1200px) {
  /* line 23799, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--model .c-trust-cues__slider {
    padding: 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory; } }
@media (max-width: 1199.98px) {
  /* line 23808, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--model .c-trust-cues__slider {
    padding: 0;
    height: 80px; } }
/* line 23813, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues--model .c-trust-cues__image {
  display: flex;
  align-items: center; }

/* line 23817, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues--model .c-trust-cues__image img {
  height: 45px; }

@media (max-width: 767.98px) {
  /* line 23821, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--model .c-trust-cues__image img {
    height: 35px; } }
@media (max-width: 767.98px) {
  /* line 23826, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues--model .c-trust-cues__text {
    text-align: left; } }
/* line 23831, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues--make-light {
  background-color: rgba(255, 255, 255, 0.9);
  color: #002b49; }

/* line 23836, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues__slider {
  align-items: center;
  justify-content: space-between;
  display: flex;
  height: 100px;
  gap: 20px;
  max-width: 100%;
  padding: 0; }

/* line 23845, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues__slider::-webkit-scrollbar {
  display: none; }

@media (max-width: 1199.98px) {
  /* line 23849, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues__slider {
    padding: 0; } }
@media (max-width: 991.98px) {
  /* line 23854, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues__slider {
    height: 62px;
    padding: 0;
    justify-content: space-around;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    justify-content: initial;
    scroll-snap-align: start;
    scroll-snap-type: x mandatory;
    text-align: center;
    border-radius: 7px; } }
/* line 23869, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues__item {
  display: flex;
  gap: 20px;
  min-width: 300px;
  align-items: center;
  background-color: #f6f6f6; }

@media (max-width: 991.98px) {
  /* line 23877, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues__item {
    scroll-snap-type: x mandatory;
    gap: 0px;
    min-width: 100%;
    margin-bottom: 0px;
    scroll-snap-align: start;
    align-items: center;
    justify-content: center; }

  /* line 23886, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues__item .c-trust-cues__image {
    display: none !important; } }
/* line 23891, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues__heading {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0; }

/* line 23897, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues__heading p,
.c-trust-cues__detail p,
.c-trust-cues__item p {
  margin-bottom: 0 !important; }

@media (max-width: 1499.98px) {
  /* line 23904, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues__text .c-trust-cues__heading p {
    font-size: 16px; } }
@media (max-width: 1199.98px) {
  /* line 23909, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues__text .c-trust-cues__heading p {
    font-size: 13px; } }
@media (max-width: 991.98px) {
  /* line 23914, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues__text .c-trust-cues__heading p {
    font-size: 16px; } }
@media (max-width: 1499.98px) {
  /* line 23920, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues__text p {
    font-size: 14px; } }
@media (max-width: 1199.98px) {
  /* line 23925, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues__text p {
    font-size: 10px; } }
@media (max-width: 991.98px) {
  /* line 23930, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues__text p {
    font-size: 14px; } }
/* line 23935, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues__image {
  height: 60px;
  width: auto; }

/* line 23939, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues__image img {
  height: 60px;
  width: auto;
  max-width: 120px;
  object-fit: contain; }

/* line 23946, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues__detail {
  font-size: 0.8888888889rem;
  font-weight: 400;
  margin-bottom: 0; }

@media (min-width: 576px) {
  /* line 23952, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues__detail {
    font-size: 0.8888888889rem; } }
@media (min-width: 768px) {
  /* line 23957, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues__detail {
    font-size: 0.8888888889rem; } }
@media (min-width: 992px) {
  /* line 23962, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues__detail {
    font-size: 0.8888888889rem; } }
@media (min-width: 1200px) {
  /* line 23967, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues__detail {
    font-size: 1rem; } }
@media (min-width: 1500px) {
  /* line 23972, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues__detail {
    font-size: 1rem; } }
/* line 23976, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues__detail img {
  display: inline !important;
  height: 1em; }

/* line 23981, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-trust-cues__icon-previous-wrapper img,
.c-trust-cues__icon-next-wrapper img {
  margin: 0 -10px;
  height: 30px; }

@media (min-width: 992px) {
  /* line 23987, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-trust-cues__icon-previous-wrapper img,
  .c-trust-cues__icon-next-wrapper img {
    display: none; } }
/* line 23993, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-company-facts {
  background-color: #002b49;
  color: #ffffff;
  position: relative; }

/* line 23998, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-company-facts--invert {
  background-color: #f6f6f6;
  color: #002b49; }

/* line 24003, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-company-facts__slider {
  align-items: center;
  justify-content: space-between;
  display: flex;
  scrollbar-color: #888 transparent;
  scrollbar-width: thin; }

/* line 24010, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-company-facts__slider ::-webkit-scrollbar-track {
  background: transparent;
  height: 10px; }

/* line 24014, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-company-facts__slider ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
  height: 10px; }

/* line 24019, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-company-facts__slider ::-webkit-scrollbar-thumb:hover {
  background: #555; }

@media (max-width: 991.98px) {
  /* line 24023, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-company-facts__slider {
    padding: 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    justify-content: initial;
    scroll-snap-align: start;
    scroll-snap-type: x mandatory; } }
/* line 24034, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-company-facts__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 0; }

@media (max-width: 991.98px) {
  /* line 24041, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-company-facts__item {
    scroll-snap-type: x mandatory;
    min-width: 100%;
    scroll-snap-align: start;
    padding: 32px 20px;
    justify-content: center; } }
/* line 24050, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-company-facts__image {
  height: 65px;
  width: auto;
  margin-bottom: 12px; }

/* line 24055, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-company-facts__image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain; }

/* line 24061, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-company-facts__number {
  font-size: 2.8865075782rem;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center; }

@media (min-width: 1200px) {
  /* line 24068, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-company-facts__number {
    font-size: 3.2473210255rem; } }
/* line 24073, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-company-facts__detail {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center; }

/* line 24079, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-company-facts__detail img {
  display: inline !important;
  height: 1em; }

/* line 24084, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-company-facts__arrow-right, .c-company-facts__arrow-left {
  border: none;
  background: transparent;
  outline: none;
  position: absolute;
  height: 30px;
  width: 30px;
  top: calc(50% - 15px);
  right: 36px;
  padding: 0;
  color: currentColor; }

/* line 24096, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-company-facts__arrow-right::after, .c-company-facts__arrow-left::after, .c-company-facts__arrow-right::before, .c-company-facts__arrow-left::before {
  content: "";
  position: absolute;
  top: 45%;
  right: 5px;
  width: 20px;
  height: 4px;
  background-color: currentColor;
  transform-origin: center right;
  border-radius: 2px; }

/* line 24107, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-company-facts__arrow-right::after, .c-company-facts__arrow-left::after {
  transform: translateY(30%) rotate(45deg); }

/* line 24110, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-company-facts__arrow-right::before, .c-company-facts__arrow-left::before {
  transform: translateY(-30%) rotate(-45deg); }

@media (min-width: 992px) {
  /* line 24114, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-company-facts__arrow-right, .c-company-facts__arrow-left {
    display: none; } }
/* line 24119, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-company-facts__arrow-left {
  left: 36px;
  transform: rotate(180deg); }

/* line 24124, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress-steps-modern {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

@media (min-width: 768px) {
  /* line 24131, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-progress-steps-modern {
    max-width: 523px; } }
@media (max-width: 991.98px) {
  /* line 24136, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-progress-steps-modern {
    max-width: 100%; } }
/* line 24140, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress-steps-modern__step {
  display: flex;
  flex-direction: column;
  align-items: center; }

/* line 24145, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress-steps-modern__circle {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #002b49;
  border: 2px solid #002b49;
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 24155, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress-steps-modern__icon img {
  width: 27px;
  height: 27px;
  object-fit: contain; }

/* line 24160, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress-steps-modern__line {
  flex-grow: 1;
  height: 2px;
  min-width: 20px;
  background-color: #002b49; }

/* line 24166, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress-steps-modern__step--active .c-progress-steps-modern__circle {
  background-color: #002b49;
  border: #002b49; }

/* line 24170, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress-steps-modern__step--active ~ .c-progress-steps-modern__line {
  background-color: #ccd5db; }

/* line 24173, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress-steps-modern__step--active ~ .c-progress-steps-modern__step .c-progress-steps-modern__circle {
  background-color: #ffffff;
  border: 2px solid #ccd5db; }

/* line 24177, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress-steps-modern__step--active ~ .c-progress-steps-modern__step .c-progress-steps-modern__circle .c-progress-steps-modern__icon img {
  filter: brightness(0.8); }

/* line 24180, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress-steps-modern--order {
  min-width: 700px;
  max-width: 1020px;
  padding: 0 1rem;
  margin: 0 auto; }

/* line 24186, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress-steps-modern--order .c-progress-steps-modern__step {
  position: relative;
  z-index: 1; }

/* line 24190, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress-steps-modern--order .c-progress-steps-modern__circle {
  width: 70px;
  height: 70px;
  background: #002b49;
  border: 2px solid #ffffff;
  margin-bottom: 0.5rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137); }

@media (max-width: 991.98px) {
  /* line 24199, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-progress-steps-modern--order .c-progress-steps-modern__circle {
    width: 50px;
    height: 50px; } }
/* line 24204, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress-steps-modern--order .c-progress-steps-modern__icon img {
  width: 40px;
  height: 40px; }

@media (max-width: 991.98px) {
  /* line 24209, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-progress-steps-modern--order .c-progress-steps-modern__icon img {
    width: 30px;
    height: 30px; } }
/* line 24214, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress-steps-modern--order .c-progress-steps-modern__label {
  font-size: 0.7023319616rem;
  font-weight: 600;
  text-align: center;
  color: #002b49;
  position: absolute;
  top: 100%;
  margin-top: 0.5rem;
  width: 120px; }

@media (min-width: 576px) {
  /* line 24225, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-progress-steps-modern--order .c-progress-steps-modern__label {
    font-size: 0.7901234568rem; } }
@media (min-width: 768px) {
  /* line 24230, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-progress-steps-modern--order .c-progress-steps-modern__label {
    font-size: 0.8888888889rem; } }
/* line 24234, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress-steps-modern--order .c-progress-steps-modern__label--gold {
  color: #ac8c2e; }

/* line 24237, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress-steps-modern--order .c-progress-steps-modern__line {
  height: 3px;
  background: #ffffff;
  position: relative;
  top: -3px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137); }

/* line 24244, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress-steps-modern--order .c-progress-steps-modern__step--active .c-progress-steps-modern__circle {
  background: #ffffff;
  border-color: #ac8c2e; }

/* line 24248, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress-steps-modern--order .c-progress-steps-modern__step--active .c-progress-steps-modern__label {
  color: #ac8c2e; }

/* line 24251, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress-steps-modern--order .c-progress-steps-modern__step--active ~ .c-progress-steps-modern__step .c-progress-steps-modern__circle {
  background: #002b49;
  border-color: #ffffff; }

/* line 24255, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress-steps-modern--order .c-progress-steps-modern__step--completed .c-progress-steps-modern__circle {
  background: #ffffff;
  border-color: #ac8c2e; }

/* line 24259, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-progress-steps-modern--order .c-progress-steps-modern__step--completed + .c-progress-steps-modern__line {
  background: #ac8c2e; }

/* line 24263, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-featured-deals {
  position: relative;
  width: 100%; }

/* line 24268, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-featured-deals__slider {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%; }

/* line 24275, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-featured-deals__items {
  display: flex;
  flex-wrap: nowrap;
  scroll-snap-type: x mandatory;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  /* for smoother scrolling on iOS devices */
  padding-top: 3px;
  padding-bottom: 20px;
  /* to account for scrollbar */
  margin: 0 -10px 5vh;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

/* line 24289, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-featured-deals__items::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome, Safari and Opera */ }

@media (max-width: 1199.98px) {
  /* line 24293, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-featured-deals__items {
    margin-bottom: 0vh; } }
/* line 24297, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-featured-deals__items > * {
  width: 100%;
  flex: 0 0 auto;
  scroll-snap-align: start;
  padding: 0 10px;
  box-sizing: border-box; }

@media (min-width: 768px) {
  /* line 24305, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-featured-deals__items > * {
    width: 50%;
    /* 2 items per row on tablet */ } }
@media (min-width: 1200px) {
  /* line 24310, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-featured-deals__items > * {
    width: 33.333%;
    /* 3 items per row on larger screens */ } }
@media (min-width: 1500px) {
  /* line 24315, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-featured-deals__items > * {
    width: 25%;
    /* 4 items per row on extra large screens */ } }
@media (max-width: 991.98px) {
  /* line 24321, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-featured-deals__price-switch {
    display: flex;
    width: 100%;
    justify-content: end;
    margin-top: 5px; } }
/* line 24329, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-featured-deals__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px; }

/* line 24336, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-featured-deals__arrow-left,
.c-featured-deals__arrow-right {
  position: absolute;
  top: 35%;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #002b49;
  width: 38px;
  height: 38px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 24352, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-featured-deals__arrow-left img,
.c-featured-deals__arrow-right img {
  height: 18px; }

@media (max-width: 349.98px) {
  /* line 24357, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-featured-deals__arrow-left,
  .c-featured-deals__arrow-right {
    width: 32px;
    height: 32px; } }
/* line 24364, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-featured-deals__arrow-right {
  right: -15px; }

@media (max-width: 349.98px) {
  /* line 24368, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-featured-deals__arrow-right {
    right: -10px; } }
@media (max-width: 320px) {
  /* line 24373, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-featured-deals__arrow-right {
    right: -5px; } }
/* line 24378, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-featured-deals__arrow-left {
  left: -15px; }

@media (max-width: 349.98px) {
  /* line 24382, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-featured-deals__arrow-left {
    left: -10px; } }
@media (max-width: 320px) {
  /* line 24387, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-featured-deals__arrow-left {
    left: -5px; } }
/* line 24392, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-featured-deals__arrow-left:hover,
.c-featured-deals__arrow-right:hover {
  background-color: #e0e0e0; }

/* line 24397, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-featured-deals__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px; }

/* line 24404, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0 4px;
  transition: background-color 0.3s ease; }

/* line 24413, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.slider-dot.active {
  background-color: #022b49; }

/* line 24417, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-similar-models__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 30px; }

@media (min-width: 992px) {
  /* line 24426, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-similar-models__intro {
    margin-bottom: 40px; } }
@media (min-width: 1200px) {
  /* line 24431, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-similar-models__intro {
    margin-bottom: 50px; } }
/* line 24436, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row {
  padding: 1rem; }

/* line 24439, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row:hover {
  background-color: #eaeaea;
  cursor: pointer; }

/* line 24443, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row:hover .c-derivatives-row__term__icon {
  color: #9a8340; }

/* line 24447, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__column {
  position: relative;
  border: 1px solid #eaeaea;
  padding: 1rem 0.5549289573rem 1rem;
  text-align: left;
  overflow: hidden;
  font-weight: 600; }

@media (min-width: 992px) {
  /* line 24456, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__column {
    padding: 1rem 0.438462386rem;
    padding-right: 3rem;
    border: 0;
    border-bottom: 1px solid #eaeaea; } }
/* line 24463, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__column--spec {
  font-weight: 700;
  text-align: left;
  padding-left: 1rem;
  border-left: 0; }

@media (max-width: 575.98px) {
  /* line 24470, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__column--spec {
    padding-left: 15px; } }
/* line 24474, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__column--spec a:hover {
  text-decoration: none; }

/* line 24477, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__column--funder {
  display: none; }

@media (min-width: 1500px) {
  /* line 24481, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__column--funder {
    display: table-cell;
    border-left: 0px;
    padding-left: 0;
    padding-right: 1rem;
    text-align: left; } }
/* line 24489, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__column--fuel {
  display: none; }

@media (min-width: 992px) {
  /* line 24493, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__column--fuel {
    display: table-cell; } }
/* line 24497, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__column--transmission {
  display: none; }

@media (min-width: 992px) {
  /* line 24501, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__column--transmission {
    display: table-cell; } }
/* line 24505, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__column--emissions {
  display: none; }

@media (min-width: 1500px) {
  /* line 24509, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__column--emissions {
    display: table-cell; } }
/* line 24513, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__column--list-price {
  display: none; }

@media (min-width: 1500px) {
  /* line 24517, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__column--list-price {
    display: table-cell; } }
/* line 24521, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__column--rate {
  text-align: left; }

@media (max-width: 1199.98px) {
  /* line 24525, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__column--rate {
    padding: 0.7023319616rem 0.5549289573rem;
    text-align: left; } }
/* line 24530, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__column--rate .c-derivatives-row__mobile {
  display: grid;
  color: #002b49;
  font-weight: 500;
  text-align: end; }

@media (min-width: 1500px) {
  /* line 24537, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__column--rate .c-derivatives-row__mobile {
    display: none; } }
/* line 24541, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__column--contract-length {
  display: none; }

@media (min-width: 1500px) {
  /* line 24545, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__column--contract-length {
    display: table-cell; } }
/* line 24550, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__features {
  font-size: 0.8888888889rem;
  color: #002b49;
  font-weight: 500;
  display: flex;
  align-items: left;
  gap: 0.7901234568rem;
  margin-top: 0.7901234568rem; }

@media (min-width: 576px) {
  /* line 24560, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__features {
    font-size: 0.8888888889rem; } }
@media (max-width: 991.98px) {
  /* line 24565, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__features {
    gap: 0;
    flex-wrap: wrap;
    margin-top: 5px;
    font-size: 12px; }

  /* line 24571, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__features .c-derivatives-row__feature {
    display: none; }

  /* line 24574, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__features .c-derivatives-row__feature img {
    display: none; }

  /* line 24577, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__features .c-derivatives-row__feature:nth-child(-n+3) {
    display: flex; }

  /* line 24580, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__features .c-derivatives-row__feature:nth-child(-n+3):not(:last-child)::after {
    content: "-";
    margin: 0 5px 0 5px; } }
/* line 24586, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__features-mobile {
  display: none; }

@media (max-width: 991.98px) {
  /* line 24590, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__features-mobile {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    font-weight: 500;
    font-size: 0.9rem; } }
/* line 24600, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__features-mobile .c-derivatives-row__fueltype,
.c-derivatives-row__features-mobile .c-derivatives-row__transmission {
  display: flex;
  align-items: center;
  gap: 5px; }

/* line 24606, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__features-mobile img {
  width: 25px; }

@media (max-width: 767.98px) {
  /* line 24610, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__features-mobile img {
    width: 20px; } }
/* line 24615, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__icon {
  margin-right: 0.624295077rem; }

/* line 24619, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__link .c-label {
  margin: 0;
  vertical-align: 2px; }

/* line 24624, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__link-text {
  display: block;
  margin-right: 5px;
  margin-top: 5px;
  font-weight: 600;
  font-size: 1rem; }

@media (min-width: 576px) {
  /* line 24632, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__link-text {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 24637, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__link-text {
    font-size: 1rem; } }
@media (min-width: 992px) {
  /* line 24642, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__link-text {
    font-size: 1.125rem; } }
@media (max-width: 991.98px) {
  /* line 24647, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__link-text {
    font-size: 1.125rem; } }
@media (max-width: 767.98px) {
  /* line 24652, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__link-text {
    font-size: 1rem; } }
/* line 24657, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__tag {
  font-size: 0.7023319616rem;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  border-radius: 3px;
  padding: 0px 4px 2px;
  color: #494949;
  background: #d1d1d1;
  display: block;
  margin: 2px 0; }

/* line 24669, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__tag--ald, .c-derivatives-row__tag--alphabet, .c-derivatives-row__tag--arval, .c-derivatives-row__tag--novuna, .c-derivatives-row__tag--kinto, .c-derivatives-row__tag--leaseplan, .c-derivatives-row__tag--leasys, .c-derivatives-row__tag--lex, .c-derivatives-row__tag--santander, .c-derivatives-row__tag--stock {
  color: #ffffff; }

/* line 24672, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__tag--ald {
  background: #ac8c30; }

/* line 24675, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__tag--alphabet {
  background: #005ca9; }

/* line 24678, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__tag--arval {
  background: #009688; }

/* line 24681, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__tag--novuna {
  background: #c9c0e7; }

/* line 24684, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__tag--kinto {
  background: #8d1d00; }

/* line 24687, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__tag--leaseplan {
  background: #ff5c00; }

/* line 24690, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__tag--leasys {
  background: #de05e1; }

/* line 24693, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__tag--lex {
  background: #77b800; }

/* line 24696, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__tag--santander {
  background: #9c27b0; }

/* line 24699, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__tag--stock {
  background: #4cb7ef; }

/* line 24703, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__price {
  display: inline-block;
  white-space: nowrap; }

@media (min-width: 1200px) {
  /* line 24708, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__price {
    text-align: left; } }
/* line 24712, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__price .c-derivatives-row__price-amount {
  display: flex;
  align-items: baseline;
  margin-bottom: 0;
  margin-top: -5px; }

@media (max-width: 991.98px) {
  /* line 24719, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__price .c-derivatives-row__price-amount {
    margin-top: 20%;
    font-size: 2rem;
    margin-bottom: -5px;
    justify-content: end; } }
/* line 24726, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__price .c-derivatives-row__price-pounds {
  font-size: 40px;
  color: inherit; }

@media (max-width: 991.98px) {
  /* line 24731, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__price .c-derivatives-row__price-pounds {
    font-size: 0.9em; } }
/* line 24735, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__price .c-derivatives-row__price-pence {
  font-size: 21px;
  color: inherit; }

@media (max-width: 991.98px) {
  /* line 24740, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__price .c-derivatives-row__price-pence {
    font-size: 0.6em; } }
/* line 24744, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__price .c-derivatives-row__price-details {
  display: flex;
  margin-top: 0;
  color: #002b49;
  justify-content: flex-end; }

@media (max-width: 767.98px) {
  /* line 24751, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__price .c-derivatives-row__price-details {
    font-size: 0.8rem; } }
@media (min-width: 1200px) {
  /* line 24756, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__price .c-derivatives-row__price-details {
    margin-top: -5px;
    margin-bottom: 0.273729909rem; } }
/* line 24761, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__price .c-derivatives-row__price-details--desktop {
  display: none; }

@media (min-width: 768px) {
  /* line 24765, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__price .c-derivatives-row__price-details--desktop {
    display: inline;
    margin-right: 4px; } }
/* line 24770, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__price .c-derivatives-row__price-details--mobile {
  display: inline;
  margin-right: 4px; }

@media (min-width: 768px) {
  /* line 24775, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__price .c-derivatives-row__price-details--mobile {
    display: none; } }
/* line 24779, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__price--personal {
  color: #ac8c2e; }

/* line 24782, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__price--business {
  color: #002b49; }

/* line 24786, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__switch {
  display: inline;
  align-items: left; }

@media (min-width: 1200px) {
  /* line 24791, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__switch {
    display: inline-flex; } }
/* line 24796, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__term {
  line-height: 1;
  display: block;
  margin-top: 0.2433154747rem;
  color: #8c8c8c; }

@media (min-width: 1200px) {
  /* line 24803, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-row__term {
    color: #002b49;
    margin-left: 0.5549289573rem;
    margin-top: 0; } }
/* line 24810, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-row__labels {
  display: block;
  width: 100%; }

/* line 24815, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem 0 2rem 0;
  gap: 1rem; }

/* line 24822, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__toggle {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: inherit;
  width: 100%;
  height: 40px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 6px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 1rem; }

/* line 24841, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__toggle img {
  width: 21px;
  margin-right: 12px; }

@media (min-width: 768px) {
  /* line 24846, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-filters__toggle {
    display: none; } }
/* line 24850, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__row {
  width: 100%; }

/* line 24853, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__row > * {
  width: 100%; }

/* line 24856, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__column {
  padding: 1rem;
  text-align: center;
  background-color: #d1d1d1;
  color: #002b49;
  border-left: 1px solid #d1d1d1; }

/* line 24863, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__column:first-child {
  border-top-left-radius: 5px;
  border-left: 0; }

/* line 24867, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__column:last-child {
  border-top-right-radius: 5px; }

/* line 24870, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__column--spec {
  text-align: left;
  width: 99%; }

@media (max-width: 575.98px) {
  /* line 24875, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-filters__column--spec {
    padding-left: 15px; } }
/* line 24879, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__column--spec > span {
  margin-left: 1rem;
  display: none; }

@media (min-width: 1200px) {
  /* line 24884, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-filters__column--spec > span {
    display: inline; } }
/* line 24888, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__column--funder {
  display: none; }

@media (min-width: 1500px) {
  /* line 24892, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-filters__column--funder {
    display: table-cell;
    border-left: 0;
    padding-left: 0; } }
/* line 24898, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__column--fuel, .c-derivatives-filters__column--transmission {
  display: none; }

@media (min-width: 992px) {
  /* line 24902, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-filters__column--fuel, .c-derivatives-filters__column--transmission {
    display: table-cell; } }
/* line 24906, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__column--emissions, .c-derivatives-filters__column--list-price {
  display: none; }

@media (min-width: 1500px) {
  /* line 24910, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-filters__column--emissions, .c-derivatives-filters__column--list-price {
    display: table-cell; } }
/* line 24914, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__column--rate {
  display: flex;
  align-items: center;
  text-align: left; }

@media (max-width: 991.98px) {
  /* line 24920, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-filters__column--rate {
    padding: 1rem 0.5549289573rem; } }
/* line 24924, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__column--rate .c-price-switch {
  display: none;
  margin-left: 1rem; }

@media (min-width: 1620px) {
  /* line 24929, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-filters__column--rate .c-price-switch {
    display: inline; } }
/* line 24933, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__column--rate .c-price-switch__additional {
  display: none !important; }

/* line 24936, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__select {
  width: 100% !important;
  font-weight: 500;
  font-size: 1rem; }

@media (min-width: 992px) {
  /* line 24942, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivatives-filters__select {
    width: 150px !important; } }
/* line 24946, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__select .btn {
  color: #002b49 !important; }

/* line 24949, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__sort {
  text-decoration: none;
  display: inline-block;
  width: 100px;
  white-space: nowrap;
  outline: 0;
  background-color: transparent;
  border: 0;
  margin: 0;
  color: #002b49;
  font-weight: 600; }

/* line 24961, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__sort:after {
  content: "";
  height: 18px;
  width: 18px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618392532/icons/sort-white_xqxl0h.svg");
  background-repeat: no-repeat;
  background-size: 9px 14px;
  background-position: center;
  margin-right: 5px;
  vertical-align: -4px; }

/* line 24973, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__sort.is-asc:after {
  height: 14px;
  width: 9px;
  background-size: 9px 14px;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618486605/icons/sort-up-light-gold_ipztwb.svg");
  margin-left: 8px;
  vertical-align: -6px; }

/* line 24981, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__sort.is-desc:after {
  height: 14px;
  width: 9px;
  background-size: 9px 14px;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618486613/icons/sort-down-light-gold_hgo26x.svg");
  margin-left: 8px;
  vertical-align: 1px; }

/* line 24989, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__drawer-header {
  background-image: linear-gradient(to bottom, #002b49, #2f76a6);
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  padding: 2rem 1rem;
  margin: 0 -1.5rem;
  position: relative;
  z-index: 2;
  text-align: center; }

/* line 25001, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__drawer-header::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  background: #eaeaea;
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
  z-index: 1;
  transform: translateZ(1px); }

/* line 25014, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__drawer-header h4:first-of-type {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold; }

/* line 25019, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__drawer-header .c-derivatives-filters__drawer-image {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 1rem;
  position: relative;
  z-index: 2; }

/* line 25026, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__drawer-header .c-derivatives-filters__drawer-image img {
  width: 100%;
  height: auto;
  object-fit: contain; }

/* line 25031, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__drawer-content * {
  margin-bottom: 1rem; }

/* line 25034, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__drawer-content button {
  border: 1px solid #e9e9e9; }

/* line 25037, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__drawer-close {
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  color: #ffffff;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 3;
  transform: scale(2); }

/* line 25049, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivatives-filters__drawer-close::before {
  content: "×";
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1; }

/* line 25057, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivates-more {
  text-align: center; }

/* line 25060, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivates-more__button {
  background-color: #002b49;
  border: 0;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  cursor: pointer;
  color: #ffffff;
  padding: 1rem 50px; }

@media (min-width: 768px) {
  /* line 25071, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-derivates-more__button {
    padding: 1rem 200px; } }
/* line 25075, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivates-more__button:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: -2px;
  margin-right: 5px;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618408412/icons/plus-circle-white_ycidxy.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center; }

/* line 25087, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-derivates-more__button:hover, .c-derivates-more__button:active, .c-derivates-more__button:focus {
  background-color: #003765; }

/* line 25091, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs {
  margin-bottom: 0; }

@media (max-width: 767.98px) {
  /* line 25095, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tabs--accordion .c-tabs__content {
    transition: 0.325s height linear;
    height: 300px; }

  /* line 25099, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tabs--accordion .c-tabs__content.closed {
    height: 0;
    overflow: hidden; } }
/* line 25104, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs--inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

@media (min-width: 768px) {
  /* line 25110, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tabs--inline {
    justify-content: flex-start; } }
/* line 25114, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs--inline .c-tabs__nav {
  display: flex;
  justify-content: flex-start;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 768px) {
  /* line 25121, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tabs--inline .c-tabs__nav {
    flex: 0 0 auto; } }
/* line 25125, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs--inline .c-tabs__nav-item {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #002b49;
  border-bottom: 3px solid #002b49; }

@media (min-width: 768px) {
  /* line 25135, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tabs--inline .c-tabs__nav-item {
    flex: 0 0 auto;
    max-width: 100%;
    min-width: 200px; } }
/* line 25141, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs--inline .c-tabs__nav-item:hover {
  background-color: #003765; }

/* line 25144, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs--inline .c-tabs__nav-item:after {
  display: none; }

/* line 25147, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs--inline .c-tabs__nav-item:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent; }

/* line 25152, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs--inline .c-tabs__nav-item:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right: 1px solid #002b49;
  border-left-color: transparent; }

/* line 25158, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs--inline .c-tabs__nav-item--is-active {
  background-color: #ffffff;
  color: #002b49;
  border-color: #d1d1d1;
  border-bottom: 3px solid #d1d1d1;
  border-right: 1px solid #d1d1d1 !important; }

/* line 25165, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs--inline .c-tabs__nav-item--is-active:hover {
  background-color: #ffffff; }

/* line 25168, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs--inline .c-tabs__nav-title {
  padding: 1rem; }

/* line 25172, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs__nav {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0; }

@media (min-width: 768px) {
  /* line 25179, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tabs__nav {
    display: flex;
    justify-content: space-around;
    flex-direction: row; } }
/* line 25185, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs__nav a {
  transition: none;
  color: #ffffff; }

/* line 25189, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs__nav a:hover {
  text-decoration: none; }

/* line 25193, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs__nav-item {
  display: flex;
  flex-grow: 1;
  background-color: #002b49;
  color: #ffffff;
  font-weight: 600;
  border-bottom: 2px solid #bebebe;
  text-align: center; }

@media (min-width: 768px) {
  /* line 25203, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tabs__nav-item {
    color: #494949;
    border-bottom: 1px solid #bebebe;
    border-right: 1px solid #bebebe; } }
@media (min-width: 768px) {
  /* line 25210, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tabs__nav-item:first-child {
    border-top-left-radius: 5px; } }
@media (min-width: 768px) {
  /* line 25215, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tabs__nav-item:last-child {
    border-top-right-radius: 5px;
    border-right: none; } }
/* line 25220, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs__nav-item:hover {
  background-color: #003765;
  color: #ffffff; }

@media (min-width: 768px) {
  /* line 25225, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tabs__nav-item--is-active {
    background-color: #ffffff;
    color: #002b49;
    border-bottom: none; } }
/* line 25231, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs__nav-item--is-active:hover {
  background-color: #ffffff; }

/* line 25234, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs__nav-item--is-active:hover a {
  color: #002b49; }

/* line 25237, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs__nav-item--is-active a {
  color: #002b49; }

/* line 25241, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs__nav-title {
  flex-grow: 1;
  padding: 0.438462386rem; }

@media (min-width: 576px) {
  /* line 25246, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tabs__nav-title {
    padding: 0.5549289573rem 1rem; } }
@media (min-width: 768px) {
  /* line 25251, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tabs__nav-title {
    padding: 1rem; } }
/* line 25255, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs__nav-title--link {
  flex-grow: 0; }

@media (min-width: 768px) {
  /* line 25260, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tabs__panel {
    border-radius: 0 0 5px 5px; } }
/* line 25265, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs__main:nth-last-child(2) .c-tabs__accordion {
  border-bottom: 0; }

@media (min-width: 1200px) {
  /* line 25270, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tabs__primary {
    padding-right: 30px; } }
/* line 25275, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs__content-wrap {
  box-shadow: none;
  margin: 0;
  max-height: 340px;
  overflow-y: auto;
  overflow-x: hidden; }

@media (min-width: 768px) {
  /* line 25283, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tabs__content-wrap {
    max-height: 655px; } }
/* line 25288, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs__accordion {
  font-weight: 700;
  flex-grow: 1;
  cursor: pointer;
  background-color: #d1d1d1;
  color: #002b49;
  padding: 1rem;
  font-weight: 600;
  border-bottom: 1px solid #bebebe;
  margin: 0; }

@media (min-width: 768px) {
  /* line 25300, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tabs__accordion {
    display: none; } }
/* line 25304, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs__accordion:after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618412177/icons/plus-gold_i1ygne.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  float: right; }

@media (min-width: 768px) {
  /* line 25316, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tabs__accordion:after {
    display: none; } }
@media (min-width: 768px) {
  /* line 25321, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tabs__accordion:first-child {
    border-top-left-radius: 5px; } }
@media (min-width: 768px) {
  /* line 25326, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tabs__accordion:last-child {
    border-top-right-radius: 5px;
    border-right: none;
    border-bottom: none; } }
/* line 25332, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs__accordion--is-active:after {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618412181/icons/minus-gold_o9wu55.svg");
  background-size: 14px 3px; }

/* line 25337, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs__search {
  padding: 0;
  margin-bottom: 1.265625rem; }

/* line 25342, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs__triggers {
  padding-bottom: 0;
  padding-top: 0;
  box-shadow: none;
  display: none; }

@media (min-width: 992px) {
  /* line 25349, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tabs__triggers {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; } }
@media (min-width: 1200px) {
  /* line 25357, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tabs__triggers {
    flex-direction: row;
    align-items: center; } }
/* line 25362, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote__main .c-tabs__triggers {
  display: none; }

/* line 25365, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs__triggers h3 {
  font-weight: 600;
  display: inline-block; }

@media (min-width: 1200px) {
  /* line 25370, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tabs__triggers h3 {
    margin-bottom: 0 !important; } }
/* line 25374, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-tabs__triggers .g-deal-options__button {
  flex-grow: 0;
  margin-left: 0 !important; }

@media (min-width: 1200px) {
  /* line 25379, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-tabs__triggers .g-deal-options__button {
    width: auto;
    margin-left: 1rem !important;
    margin-bottom: 0 !important; } }
/* line 25386, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-icons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex; }

/* line 25393, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-icons__item {
  font-size: 0.7901234568rem;
  text-align: center;
  line-height: 1.2;
  padding: 5px;
  flex: 0 0 25%;
  max-width: 25%; }

@media (min-width: 576px) {
  /* line 25402, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-list-icons__item {
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 1200px) {
  /* line 25408, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-list-icons__item {
    font-size: 0.8888888889rem; } }
/* line 25413, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-icon__img {
  height: 25px;
  display: flex;
  align-items: center; }

@media (min-width: 576px) {
  /* line 25419, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-list-icon__img {
    height: 30px; } }
@media (min-width: 768px) {
  /* line 25424, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-list-icon__img {
    height: 40px; } }
/* line 25429, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-icons__icon {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto 0.5549289573rem; }

/* line 25436, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-table {
  list-style-type: none;
  margin: 0 0 1.265625rem 0;
  padding: 0;
  width: 100%; }

@media (max-width: 767.98px) {
  /* line 25443, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .modal .c-list-table--primary, .modal .c-list-table--secondary {
    margin-bottom: 0; }

  /* line 25446, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .modal .c-list-table--primary .c-list-table__item:last-child, .modal .c-list-table--secondary .c-list-table__item:last-child {
    border-bottom: 1px solid #eaeaea; } }
/* line 25450, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-table--primary {
  float: left; }

/* line 25453, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-table--secondary {
  float: right; }

/* line 25457, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-table__group {
  margin-bottom: 1rem; }

/* line 25461, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-table__heading {
  color: #ac8c2e; }

/* line 25465, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-table__subheading {
  color: #ac8c2e;
  font-weight: 700; }

/* line 25469, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-modal .c-list-table__subheading {
  margin-top: 0.5em; }

/* line 25473, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-table__item {
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  padding: 0.3079461477rem 0;
  display: flex;
  justify-content: space-between; }

/* line 25480, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-table__item:last-child {
  border-bottom: none; }

/* line 25484, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-table__title {
  width: 60%;
  font-weight: 500; }

/* line 25488, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-table__title--full {
  display: none; }

@media (min-width: 576px) {
  /* line 25492, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-list-table__title--full {
    display: inline; } }
/* line 25496, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-table__title--abbr {
  text-decoration: none !important; }

@media (min-width: 576px) {
  /* line 25500, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-list-table__title--abbr {
    display: none; } }
/* line 25505, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-table__data {
  width: 40%;
  color: #ac8c2e;
  text-align: right;
  font-weight: 600; }

/* line 25511, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-table__data span {
  display: block;
  width: 100%; }

/* line 25515, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-table__data span:not(:last-child) {
  margin-bottom: 5px; }

/* line 25519, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-table__custom-check {
  width: 100%;
  margin: 0; }

/* line 25524, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-table__custom-radio {
  width: 100%;
  margin: 0; }

/* line 25529, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-table__input:checked ~ .c-list-table__label {
  color: #00a651; }

/* line 25532, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-table__input:checked ~ .c-list-table__label .c-list-table__data {
  color: #00a651; }

/* line 25536, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-table__label {
  display: flex;
  justify-content: space-between; }

/* line 25541, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-ticks {
  list-style-type: none;
  margin: 0;
  padding: 0 15px; }

@media (min-width: 768px) {
  /* line 25547, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-list-ticks {
    padding: 0 30px; } }
/* line 25551, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-ticks--block {
  padding-left: 0; }

@media (min-width: 768px) {
  /* line 25555, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-list-ticks--block {
    padding-left: 0; } }
/* line 25560, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-ticks__item {
  position: relative;
  width: 50%;
  padding: 0 0.5549289573rem 0 1rem;
  margin-bottom: 0.7901234568rem; }

/* line 25566, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-ticks__item--block {
  width: 100%; }

@media (min-width: 992px) {
  /* line 25570, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-list-ticks__item {
    padding-left: 1.265625rem; } }
@media (min-width: 992px) {
  /* line 25575, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-list-ticks__item {
    padding-left: 1.423828125rem; } }
/* line 25579, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-ticks__item:before {
  content: "";
  height: 14px;
  width: 14px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618394429/icons/tick-green_qqaqd5.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  position: absolute;
  left: 0;
  top: 3px; }

/* line 25593, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-ordered {
  counter-reset: item;
  padding-left: 0;
  margin-bottom: 0; }

/* line 25598, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-ordered .c-list-ordered {
  padding-left: 15px; }

/* line 25601, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-ordered--roman, .c-list-ordered--alpha {
  counter-reset: item; }

/* line 25604, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-ordered--roman .c-list-ordered__item:before, .c-list-ordered--alpha .c-list-ordered__item:before {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400; }

/* line 25609, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-ordered--roman .c-list-ordered__item:before {
  content: counter(item,lower-roman) ". "; }

/* line 25612, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-ordered--alpha .c-list-ordered__item:before {
  content: counter(item,lower-alpha) ". "; }

/* line 25616, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-ordered .c-list-ordered__item .c-list-ordered--alpha,
.c-list-ordered .c-list-ordered__item .c-list-ordered--roman {
  margin-top: 0.4932701843rem;
  padding-left: 15px; }

/* line 25621, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-ordered .c-list-ordered__item .c-list-ordered--alpha .c-list-ordered__item,
.c-list-ordered .c-list-ordered__item .c-list-ordered--roman .c-list-ordered__item {
  margin-bottom: 0; }

/* line 25626, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-ordered__item {
  list-style-type: none;
  margin-bottom: 0.7901234568rem;
  position: relative;
  padding-left: 40px; }

/* line 25632, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-ordered__item:before {
  content: counters(item,".") " ";
  counter-increment: item;
  position: absolute;
  left: 0px;
  text-align: right;
  width: 30px;
  line-height: 1.2; }

/* line 25641, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-ordered__item .c-list-ordered__item:before {
  font-size: 1rem;
  font-weight: 400;
  color: #002b49;
  line-height: 1.5; }

/* line 25647, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-ordered__item .c-list-ordered__item:last-child {
  margin-bottom: 1.6018066406rem; }

/* line 25651, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-ordered__note {
  font-style: italic; }

/* line 25655, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-unordered {
  padding: 0;
  list-style-position: inside; }

/* line 25659, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-unordered__sublist {
  padding-left: 1.423828125rem; }

/* line 25663, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-definition {
  padding: 0; }

/* line 25667, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-ticks-featured, .c-list-ticks-crosses-featured, .c-list-crosses-featured {
  list-style-type: none;
  padding: 0 15px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column; }

/* line 25675, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-ticks-featured__item, .c-list-ticks-crosses-featured__item, .c-list-crosses-featured__item {
  position: relative;
  padding: 0 0.5549289573rem 0 1.6018066406rem;
  margin-bottom: 1rem; }

@media (min-width: 992px) {
  /* line 25681, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-list-ticks-featured__item, .c-list-ticks-crosses-featured__item, .c-list-crosses-featured__item {
    padding-right: 1.6018066406rem; } }
/* line 25685, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-ticks-featured__item:before, .c-list-ticks-crosses-featured__item:before, .c-list-crosses-featured__item:before {
  content: "";
  height: 14px;
  width: 14px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618394429/icons/tick-green_qqaqd5.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  position: absolute;
  left: 0;
  top: 5px; }

/* line 25698, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__secondary ul .c-list-ticks-featured__item:before, .g-content__secondary ul .c-list-ticks-crosses-featured__item:before, .g-content__secondary ul .c-list-crosses-featured__item:before {
  content: ""; }

/* line 25701, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-ticks-featured__item sup, .c-list-ticks-crosses-featured__item sup, .c-list-crosses-featured__item sup {
  color: #8c8c8c;
  font-weight: 400; }

/* line 25706, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-featured {
  padding: 0; }

/* line 25710, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-featured__item {
  align-items: top;
  position: relative;
  margin-bottom: 1.6018066406rem;
  padding-left: 4.1098906729rem; }

/* line 25717, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-featured__icon {
  width: 55px;
  position: absolute;
  left: 0px;
  margin-top: 0.4932701843rem; }

/* line 25724, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-featured__heading {
  font-weight: normal;
  margin-bottom: 0.3897443431rem; }

/* line 25729, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-crosses-featured__item:before {
  content: "";
  height: 10px;
  width: 10px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618396863/icons/cross-red_awwidc.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  position: absolute;
  left: 0;
  top: 7px; }

/* line 25743, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-index {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex; }

@media (min-width: 1500px) {
  /* line 25750, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-list-index {
    justify-content: center; } }
/* line 25754, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-index--centred {
  justify-content: center; }

/* line 25758, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-index__item {
  margin-bottom: 1rem; }

/* line 25762, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-index__wrap {
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
  background-color: #002b49;
  position: relative;
  border-radius: 5px;
  overflow: hidden; }

/* line 25770, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-index__title {
  font-weight: 600;
  color: #ffffff;
  background-color: rgba(0, 43, 73, 0.8);
  padding: 0.7901234568rem;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  text-transform: none; }

/* line 25783, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-index__image {
  display: block; }

/* line 25786, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-index__image img {
  width: 100%; }

/* line 25790, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-index__btn:after {
  content: "";
  display: inline-block;
  height: 15px;
  width: 16px;
  vertical-align: middle;
  margin-left: 8px;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618398120/icons/share-gold_kgznma.svg");
  background-size: 16px 15px;
  background-repeat: no-repeat;
  background-position: center; }

/* line 25802, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-index__btn:active:after, .c-list-index__btn:focus:after, .c-list-index__btn:hover:after {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618398120/icons/share-white_jugxjv.svg"); }

/* line 25806, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-featured-fancy__list-item {
  display: flex;
  position: relative;
  padding-bottom: 1.8020324707rem; }

/* line 25811, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-featured-fancy__list-item:last-child .c-list-featured-fancy__icon:before {
  display: none; }

/* line 25815, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-featured-fancy__icon:before {
  content: "";
  border-left: 4px solid #ac8c2e;
  height: 100%;
  position: absolute;
  left: 35px;
  top: 0px; }

@media (min-width: 768px) {
  /* line 25824, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-list-featured-fancy__icon:before {
    left: 48px; } }
/* line 25828, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-featured-fancy__icon-ev:before {
  border-left: 4px solid #ac8c2e; }

/* line 25832, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-featured-fancy__circle {
  display: flex;
  align-items: center;
  background: #ac8c2e;
  margin-right: 1rem;
  position: relative;
  width: 74px;
  height: 74px;
  border-radius: 50%; }

@media (min-width: 768px) {
  /* line 25843, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-list-featured-fancy__circle {
    width: 100px;
    height: 100px; } }
/* line 25848, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-featured-fancy__circle-ev {
  background: #ac8c2e; }

/* line 25852, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-featured-fancy__circle-text {
  margin: 0;
  text-align: center;
  color: #ffffff;
  width: 100%;
  line-height: 1.2; }

/* line 25860, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-featured-fancy__circle-text-large {
  font-weight: 600; }

/* line 25864, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-featured-fancy__text {
  padding-left: 0; }

/* line 25868, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-featured-fancy__heading {
  font-weight: 600;
  margin-bottom: 0.3897443431rem; }

/* line 25873, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-aside {
  list-style-type: none;
  margin: 0; }

@media (min-width: 768px) {
  /* line 25878, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-list-aside {
    padding: 0 30px; } }
/* line 25883, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-aside__item {
  position: relative;
  padding: 0 0.5549289573rem 0 1rem;
  margin-bottom: 0.7901234568rem; }

/* line 25888, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-aside__item:before {
  content: "•";
  font-weight: 700;
  color: #ac8c2e;
  position: absolute;
  left: 0; }

@media (min-width: 992px) {
  /* line 25896, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-list-aside__item {
    padding-left: 1.265625rem; } }
/* line 25901, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list__featured-ol {
  list-style: none;
  counter-reset: item; }

/* line 25905, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list__featured-ol .c-list__item {
  counter-increment: item;
  position: relative;
  margin-left: 1.75em;
  display: flex;
  flex-direction: column;
  margin-bottom: 2.565784514rem; }

/* line 25913, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list__featured-ol .c-list__item:before {
  content: counter(item) "";
  color: #ffffff;
  font-size: 1.265625rem;
  font-weight: 700;
  position: absolute;
  left: -3.5em;
  top: 0.5em;
  padding: 1em;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ac8c2e;
  text-align: center;
  line-height: 0.5; }

/* line 25929, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list__featured-ol .c-list__item .b-btn, .c-list__featured-ol .c-list__item .p-telegraph .g-telegraph__offers, .p-telegraph .c-list__featured-ol .c-list__item .g-telegraph__offers, .c-list__featured-ol .c-list__item .p-newsarticle .g-news__next, .p-newsarticle .c-list__featured-ol .c-list__item .g-news__next, .c-list__featured-ol .c-list__item .p-newsarticle .g-news__previous, .p-newsarticle .c-list__featured-ol .c-list__item .g-news__previous, .c-list__featured-ol .c-list__item .p-customer-reviews .g-trustpilot__footer .c-reviews-button, .p-customer-reviews .g-trustpilot__footer .c-list__featured-ol .c-list__item .c-reviews-button, .c-list__featured-ol .c-list__item .p-key-contacts .c-intro__details a, .p-key-contacts .c-intro__details .c-list__featured-ol .c-list__item a, .c-list__featured-ol .c-list__item .c-content-block__action, .c-list__featured-ol .c-list__item .p-grosvenor .c-intro__alternative a, .p-grosvenor .c-intro__alternative .c-list__featured-ol .c-list__item a, .c-list__featured-ol .c-list__item .p-total-care-offers .c-intro__alternative a, .p-total-care-offers .c-intro__alternative .c-list__featured-ol .c-list__item a, .c-list__featured-ol .c-list__item .g-total-care-content__button, .c-list__featured-ol .c-list__item .g-content__cta, .c-list__featured-ol .c-list__item .g-order__back-button, .c-list__featured-ol .c-list__item .g-order__next-button, .c-list__featured-ol .c-list__item .g-deal-ev-charger-banner__button, .c-list__featured-ol .c-list__item .g-deal-enquire__action a, .g-deal-enquire__action .c-list__featured-ol .c-list__item a,
.c-list__featured-ol .c-list__item .g-deal-enquire__action button,
.g-deal-enquire__action .c-list__featured-ol .c-list__item button, .c-list__featured-ol .c-list__item .g-deal-summary__order, .c-list__featured-ol .c-list__item .g-deal-features__btn, .c-list__featured-ol .c-list__item .g-deal-photos__btn, .c-list__featured-ol .c-list__item .g-deal-options__enquire button, .g-deal-options__enquire .c-list__featured-ol .c-list__item button, .c-list__featured-ol .c-list__item .g-deal-options__button, .c-list__featured-ol .c-list__item .g-deal-options__option, .c-list__featured-ol .c-list__item .g-advert__link, .c-list__featured-ol .c-list__item .g-latest-news__cta, .c-list__featured-ol .c-list__item .g-trustpilot__action, .c-list__featured-ol .c-list__item .g-sign-up-bar__forward, .c-list__featured-ol .c-list__item .g-sign-up-bar__trigger, .c-list__featured-ol .c-list__item .g-sign-up-bar__form button, .g-sign-up-bar__form .c-list__featured-ol .c-list__item button, .c-list__featured-ol .c-list__item .g-features__cta, .c-list__featured-ol .c-list__item .g-features__truncate-button, .c-list__featured-ol .c-list__item .g-cta__button, .c-list__featured-ol .c-list__item .g-car-cards__cta, .c-list__featured-ol .c-list__item .g-hero__text a, .g-hero__text .c-list__featured-ol .c-list__item a, .c-list__featured-ol .c-list__item .c-form-contact-footer__btn, .c-list__featured-ol .c-list__item .c-search__button, .c-list__featured-ol .c-list__item .c-ar-contact-form__submit, .c-list__featured-ol .c-list__item .g-contact-form__submit, .c-list__featured-ol .c-list__item .c-intro__btn, .c-list__featured-ol .c-list__item .c-primary-cta__button, .c-list__featured-ol .c-list__item .c-options__button, .c-list__featured-ol .c-list__item .c-button-pair__btn, .c-list__featured-ol .c-list__item .c-motorway-search__button, .c-list__featured-ol .c-list__item .c-hero-icon-collection__button, .c-list__featured-ol .c-list__item .c-hero-icon-collection__perks--alternative-btn, .c-list__featured-ol .c-list__item .c-hero-aside__button, .c-list__featured-ol .c-list__item .c-news-card__read-more, .c-list__featured-ol .c-list__item .c-guide-card__read-more, .c-list__featured-ol .c-list__item .c-card__button, .c-list__featured-ol .c-list__item .c-signpost__button, .c-list__featured-ol .c-list__item .c-signpost__button--secondary, .c-list__featured-ol .c-list__item .c-filters__trigger-button, .c-list__featured-ol .c-list__item .c-filters__button, .c-list__featured-ol .c-list__item .c-accordian__card-button, .c-list__featured-ol .c-list__item .c-cookies__accept, .c-list__featured-ol .c-list__item .c-survey-question__button, .c-list__featured-ol .c-list__item .modal-footer .btn-primary, .modal-footer .c-list__featured-ol .c-list__item .btn-primary, .c-list__featured-ol .c-list__item .c-filter-triggers__trigger, .c-list__featured-ol .c-list__item .c-progress__button, .c-list__featured-ol .c-list__item .c-total-care-signpost__button, .c-list__featured-ol .c-list__item .c-tiled-banner__button, .c-list__featured-ol .c-list__item .c-survey-modern__deals-link, .c-list__featured-ol .c-list__item .c-survey-modern__next-button, .c-list__featured-ol .c-list__item .c-survey-modern__prev-button, .c-list__featured-ol .c-list__item .c-list-index__btn {
  align-self: flex-start; }

/* line 25935, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-vehicle-thumb {
  margin-bottom: 1.265625rem;
  position: relative;
  top: 0;
  transition: all 0.1s ease; }

/* line 25941, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-vehicle-thumb:hover {
  top: -5px; }

/* line 25944, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-vehicle-thumb__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center; }

/* line 25950, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-vehicle-thumb__image,
.c-vehicle-thumb__label {
  text-align: center; }

/* line 25955, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-vehicle-thumb__image {
  margin-bottom: 0.7023319616rem; }

/* line 25958, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-vehicle-thumb__image img {
  width: 100%; }

/* line 25962, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-model-list {
  padding: 0;
  margin-bottom: 0; }

/* line 25966, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-model-list .c-model-list__item {
  display: block;
  padding: 0;
  border-bottom: 1px solid #eaeaea; }

/* line 25971, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-model-list .c-model-list__item:last-child {
  border-bottom: 0px; }

/* line 25975, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-model-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #000000;
  padding: 1rem; }

/* line 25983, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-model-item:hover, .c-model-item:visited, .c-model-item:active {
  color: #000000; }

/* line 25987, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-model-item__label {
  font-weight: 600;
  margin: 0; }

/* line 25992, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-model-item__image:hover {
  color: #000000; }

/* line 25995, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-model-item__image .c-model-item__label {
  font-weight: 600;
  margin: 0; }

/* line 25999, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-model-item__image img {
  width: 85px; }

@media (min-width: 576px) {
  /* line 26003, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-model-item__image img {
    width: 125px; } }
/* line 26008, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-blockquote {
  font-size: 1rem;
  color: #8c8c8c;
  margin-bottom: 1rem; }

/* line 26014, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-blockquote__border {
  border-left: 1px solid #9a8340;
  padding-left: 1.125rem; }

/* line 26019, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-blockquote__description {
  margin-bottom: 0.624295077rem; }

/* line 26022, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-blockquote__description:last-child {
  margin-bottom: 0; }

@media (min-width: 992px) {
  /* line 26027, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-extra-info {
    min-width: 20rem; } }
@media (min-width: 1200px) {
  /* line 26032, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-extra-info {
    min-width: 23rem; } }
/* line 26037, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-extra-info__background {
  font-size: 1.125rem;
  background-color: #f6f6f6;
  padding: 1.6018066406rem 2.0272865295rem; }

/* line 26043, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-extra-info__heading {
  font-size: 1.125rem;
  font-weight: 700; }

/* line 26048, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table {
  display: block;
  overflow-x: auto;
  width: 100%; }

/* line 26053, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table__wrapper {
  padding: 0 8px;
  max-width: 100%; }

@media (min-width: 768px) {
  /* line 26058, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-specification-table__wrapper {
    padding: 0; } }
/* line 26062, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table__body {
  width: 100%; }

/* line 26065, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table__row {
  border-bottom: 1px solid #eaeaea; }

/* line 26068, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table__row--divider {
  border-bottom: 1px solid #ac8c2e; }

/* line 26071, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table__row:last-child {
  border-bottom: 0; }

/* line 26074, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table__make {
  color: #002b49;
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
  text-transform: uppercase; }

/* line 26082, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table__model {
  color: #002b49;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px; }

/* line 26089, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table__description {
  color: #8c8c8c;
  display: block;
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  line-height: 19px;
  margin-top: 10px;
  padding-bottom: 10px;
  width: 100%; }

@media (min-width: 768px) {
  /* line 26101, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-specification-table__description {
    font-size: 14px;
    line-height: 21px; } }
/* line 26106, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table__heading {
  color: #002b49;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: -10px;
  width: 100%; }

@media (min-width: 768px) {
  /* line 26116, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-specification-table__heading {
    font-size: 16px;
    line-height: 24px; } }
/* line 26121, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table__price {
  color: #ac8c2e;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px; }

@media (min-width: 768px) {
  /* line 26128, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-specification-table__price {
    font-size: 18px;
    line-height: 27px; } }
/* line 26133, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table__subheading {
  color: #002b49;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  width: 100%; }

/* line 26141, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table__download {
  color: #ac8c2e;
  font-size: 14px;
  line-height: 21px; }

/* line 26146, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table__image-wrapper {
  display: flex;
  width: 100%; }

/* line 26150, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table__image {
  align-self: baseline;
  height: auto;
  width: 100%; }

/* line 26155, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table__tick:before {
  content: "";
  height: 14px;
  width: 14px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618394429/icons/tick-green_qqaqd5.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  margin-right: 8px;
  vertical-align: text-top; }

/* line 26167, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table__cross:before {
  content: "";
  height: 10px;
  width: 10px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618396863/icons/cross-red_awwidc.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  margin-right: 8px;
  vertical-align: text-top; }

/* line 26179, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table .b-info, .c-specification-table .g-deal-options__info, .c-specification-table .c-message__info, .c-specification-table .c-list-table__info {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618225904/icons/info_rfbh2i.svg");
  margin: 0 0 0 5px;
  padding: 0.7em 0.8em 0.7em 0.6em; }

@media (min-width: 768px) {
  /* line 26185, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-specification-table .b-info, .c-specification-table .g-deal-options__info, .c-specification-table .c-message__info, .c-specification-table .c-list-table__info {
    margin-left: 8px; } }
/* line 26189, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table th,
.c-specification-table td {
  min-width: 132px;
  padding: 10px 7px;
  vertical-align: top;
  width: 132px; }

@media (min-width: 768px) {
  /* line 26197, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-specification-table th,
  .c-specification-table td {
    min-width: 160px;
    padding: 10px 15px;
    width: 160px; } }
/* line 26204, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table th {
  border-collapse: separate; }

/* line 26207, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table th:first-child {
  box-shadow: inset -1px 0 0 0 #d1d1d1;
  left: 0;
  min-width: 147px;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  width: 147px; }

@-moz-document url-prefix() {
  /* line 26217, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-specification-table th:first-child {
    box-shadow: inset -1px 0 0 0 #d1d1d1, inset 0 -1px 0 0 #eaeaea; } }
@media (min-width: 768px) {
  /* line 26222, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-specification-table th:first-child {
    min-width: 250px;
    width: 250px; } }
/* line 26227, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table th:nth-child(odd) {
  background: #ffffff; }

/* line 26230, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table th:nth-child(even) {
  background: #f6f6f6; }

/* line 26233, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table td {
  color: #002b49;
  font-size: 14px;
  line-height: 21px; }

/* line 26238, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-specification-table td:nth-child(even) {
  background: #f6f6f6; }

/* line 26242, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-forward-path {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

/* line 26249, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-forward-path__header {
  order: 0;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 1rem; }

/* line 26259, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-forward-path:first-of-type .c-forward-path__header {
  margin-top: 0; }

/* line 26263, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-forward-path__heading {
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #f6f6f6; }

/* line 26268, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-forward-path:first-of-type .c-forward-path__heading {
  padding-top: 0;
  border-top: 0px; }

/* line 26273, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-forward-path__content {
  order: 2;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 1200px) {
  /* line 26283, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-forward-path--with-image .c-forward-path__content {
    order: 1;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; } }
/* line 26290, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-forward-path__image {
  order: 1;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1rem; }

@media (min-width: 1200px) {
  /* line 26301, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-forward-path__image {
    order: 2;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; } }
/* line 26307, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-forward-path__image img {
  max-width: 160px !important; }

/* line 26311, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-forward-path__more {
  order: 3;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 1rem; }

/* line 26322, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 5px; }

/* line 26328, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 0px; }

/* line 26335, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__item {
  overflow: hidden;
  border-bottom: 1px solid rgba(190, 190, 190, 0.5); }

/* line 26339, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__item:first-child {
  border-radius: 5px 5px 0 0; }

/* line 26342, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__item:last-child {
  border-radius: 0 0 5px 5px;
  border-bottom: none; }

/* line 26347, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--glossary:before, .c-sidenav__link--electric-and-hybrid:before, .c-sidenav__link--end-of-contract:before, .c-sidenav__link--delivery:before, .c-sidenav__link--contract:before, .c-sidenav__link--finance:before, .c-sidenav__link--maintenance:before, .c-sidenav__link--leasing:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  vertical-align: text-top;
  transition: background-image ease 0.3s; }

/* line 26357, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link {
  color: #494949;
  font-weight: 600;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0.7901234568rem 1.125rem; }

@media (min-width: 576px) {
  /* line 26366, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-sidenav__link {
    padding: 0.8888888889rem 1.125rem; } }
/* line 26370, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link:visited {
  color: #494949; }

/* line 26373, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link:active, .c-sidenav__link:focus, .c-sidenav__link:hover {
  background-color: rgba(234, 234, 234, 0.25);
  color: #ac8c2e; }

/* line 26377, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link.active {
  background-color: #eaeaea;
  color: #002b49; }

/* line 26381, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link.active:active, .c-sidenav__link.active:focus, .c-sidenav__link.active:hover {
  color: #ac8c2e; }

/* line 26384, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--leasing:before {
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618313948/icons/car-grey_ljnc60.svg") no-repeat center;
  background-size: 18px 15px; }

/* line 26388, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--leasing.active:before {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618302932/icons/car_ebbyhv.svg"); }

/* line 26391, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--leasing:active:before, .c-sidenav__link--leasing:focus:before, .c-sidenav__link--leasing:hover:before {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618314221/icons/car-gold_kacbed.svg"); }

/* line 26394, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--maintenance:before {
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618319336/icons/spanner-grey_etehiz.svg") no-repeat center;
  background-size: 18px; }

/* line 26398, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--maintenance.active:before {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618319336/icons/spanner_irqrwi.svg"); }

/* line 26401, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--maintenance:active:before, .c-sidenav__link--maintenance:focus:before, .c-sidenav__link--maintenance:hover:before {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618319336/icons/spanner-gold_drwzf7.svg"); }

/* line 26404, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--finance:before {
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618319689/icons/piggy-bank-grey_kh7tkb.svg") no-repeat center;
  background-size: 19px 16px; }

/* line 26408, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--finance.active:before {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618319689/icons/piggy-bank_wkdot1.svg"); }

/* line 26411, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--finance:active:before, .c-sidenav__link--finance:focus:before, .c-sidenav__link--finance:hover:before {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618319689/icons/piggy-bank-gold_vqfe2n.svg"); }

/* line 26414, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--contract:before {
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618322975/icons/document-grey_is4tcy.svg") no-repeat center;
  background-size: 12px 16px; }

/* line 26418, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--contract.active:before {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618322975/icons/document_tam6mx.svg"); }

/* line 26421, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--contract:active:before, .c-sidenav__link--contract:focus:before, .c-sidenav__link--contract:hover:before {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618322975/icons/document-gold_uiksma.svg"); }

/* line 26424, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--delivery:before {
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618320264/icons/map-grey_owyuth.svg") no-repeat center;
  background-size: 18px 17px; }

/* line 26428, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--delivery.active:before {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618320264/icons/map_uku2zq.svg"); }

/* line 26431, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--delivery:active:before, .c-sidenav__link--delivery:focus:before, .c-sidenav__link--delivery:hover:before {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618320264/icons/map-gold_xwsnaj.svg"); }

/* line 26434, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--end-of-contract:before {
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618321195/icons/handshake-grey_qchakg.svg") no-repeat center;
  background-size: 20px 13px; }

/* line 26438, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--end-of-contract.active:before {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618321195/icons/handshake_tjxgi2.svg"); }

/* line 26441, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--end-of-contract:active:before, .c-sidenav__link--end-of-contract:focus:before, .c-sidenav__link--end-of-contract:hover:before {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618321195/icons/handshake-gold_tkwyuu.svg"); }

/* line 26444, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--electric-and-hybrid:before {
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618321713/icons/leaf-grey_ere54y.svg") no-repeat center;
  background-size: 19px 17px; }

/* line 26448, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--electric-and-hybrid.active:before {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618321713/icons/leaf_ldnxbk.svg"); }

/* line 26451, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--electric-and-hybrid:active:before, .c-sidenav__link--electric-and-hybrid:focus:before, .c-sidenav__link--electric-and-hybrid:hover:before {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618321713/icons/leaf-gold_y3iglv.svg"); }

/* line 26454, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--glossary:before {
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618320688/icons/book-grey_tcngwv.svg") no-repeat center;
  background-size: 18px 14px; }

/* line 26458, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--glossary.active:before {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618320688/icons/book_wqtdrr.svg"); }

/* line 26461, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-sidenav__link--glossary:active:before, .c-sidenav__link--glossary:focus:before, .c-sidenav__link--glossary:hover:before {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618320688/icons/book-gold_jezy2y.svg"); }

/* line 26465, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-anchored-nav {
  background-color: #ac8c2e;
  color: #ffffff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 15px;
  z-index: 1000; }

/* line 26474, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-anchored-nav.is-fixed {
  transition: all 0.2s ease;
  position: fixed;
  top: 46px;
  width: 100%;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); }

@media (min-width: 768px) {
  /* line 26482, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-anchored-nav.is-fixed {
    top: 53px; } }
@media (min-width: 992px) {
  /* line 26487, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-anchored-nav.is-fixed {
    top: 68px; } }
@media (min-width: 1200px) {
  /* line 26492, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-anchored-nav.is-fixed {
    top: 47px; } }
/* line 26497, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-anchored-nav__heading {
  font-size: 1rem;
  margin-bottom: 0;
  display: none; }

@media (min-width: 576px) {
  /* line 26503, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-anchored-nav__heading {
    display: inline; } }
/* line 26508, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-anchored-nav__list {
  display: flex;
  flex-grow: 1;
  padding-left: 0;
  list-style: none;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 0; }

/* line 26518, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-anchored-nav__link {
  color: inherit;
  transition: none;
  text-decoration: none;
  padding: 15px 0 10px;
  display: inline-block;
  border-bottom: 5px solid #ac8c2e; }

/* line 26526, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-anchored-nav__link:visited {
  color: inherit; }

/* line 26529, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-anchored-nav__link:active, .c-anchored-nav__link:hover, .c-anchored-nav__link:focus {
  color: inherit;
  text-decoration: underline; }

/* line 26533, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .c-anchored-nav__link {
  color: inherit;
  transition: none !important; }

/* line 26537, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .c-anchored-nav__link:visited {
  color: inherit; }

/* line 26540, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-anchored-nav__link:hover, .c-anchored-nav__link:active {
  text-decoration: none; }

/* line 26543, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-anchored-nav__link--selected {
  border-color: #ad913f; }

/* line 26547, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-site-customer-portal__login-link {
  font-size: 0.8888888889rem;
  color: #002b49;
  font-weight: 700;
  text-decoration: none; }

/* line 26553, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-site-customer-portal__login-link:hover {
  text-decoration: underline; }

/* line 26557, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-alert {
  color: #494949;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 0.25rem;
  font-size: 1rem;
  padding: 0.7023319616rem 1.125rem; }

/* line 26565, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-alert a {
  text-decoration: underline; }

/* line 26568, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-alert a:hover {
  text-decoration: none; }

/* line 26571, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-alert--attention {
  color: #ac8c2e;
  background-color: #fff9e4;
  border: 1px solid rgba(172, 140, 46, 0.3); }

/* line 26576, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-alert--attention a {
  color: #ac8c2e; }

/* line 26579, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-alert--success {
  color: #2a8054;
  background-color: #e5f6ee;
  border: 1px solid rgba(0, 166, 81, 0.3); }

/* line 26584, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-alert--success a {
  color: #2a8054; }

/* line 26587, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-alert--warning {
  color: #ca2323;
  background-color: #fcf4f4;
  border: 1px solid rgba(202, 35, 35, 0.2); }

/* line 26592, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-alert--warning a {
  color: #ca2323; }

/* line 26595, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-alert--dark {
  color: #ffffff;
  background-color: #002b49;
  border: none; }

/* line 26600, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-alert--dark a {
  color: #ffffff; }

/* line 26603, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-alert--with-icon svg {
  width: 18px;
  margin-right: 0.5rem;
  margin-top: -3px; }

/* line 26608, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-alert--hidden {
  display: none; }

/* line 26612, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__intro__header {
  text-align: center; }

/* line 26615, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator {
  justify-content: center;
  background-color: white;
  padding: 2.0272865295rem;
  border-radius: 15px;
  border: 3px solid #00a3e0;
  margin: 0; }

/* line 26623, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__information {
  text-align: center; }

/* line 26626, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__primary {
  text-align: center;
  padding-top: 1.265625rem;
  margin-bottom: 2.565784514rem; }

/* line 26631, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  margin-bottom: 0;
  gap: 12px; }

@media (max-width: 991.98px) {
  /* line 26640, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-ev-fuel-tax-calculator__secondary {
    flex-direction: column;
    gap: 0; } }
/* line 26645, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__first {
  display: flex;
  align-items: center;
  gap: 12px; }

@media (max-width: 991.98px) {
  /* line 26651, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-ev-fuel-tax-calculator__first {
    flex-direction: column;
    gap: 0; } }
/* line 26656, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__heading {
  text-transform: uppercase;
  color: #003765;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  flex-grow: 1; }

/* line 26665, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__heading--small {
  font-size: 0.7901234568rem;
  text-align: initial; }

/* line 26669, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__heading--medium {
  font-size: 1.265625rem; }

/* line 26672, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__heading--large {
  font-size: 3.2473210255rem; }

/* line 26675, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__range {
  background: linear-gradient(to right, #00a3e0 0%, #00a3e0 50%, #eaeaea 50%, #eaeaea 100%);
  border: none;
  border-radius: 5px;
  height: 10px;
  width: 100%;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
  margin-bottom: 1.6018066406rem; }

/* line 26686, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  width: 20px;
  border: 8px solid #003765; }

/* line 26695, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__range::-moz-range-thumb {
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  height: 8px;
  width: 8px;
  border: 8px solid #003765; }

/* line 26703, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__range::-moz-range-track {
  background-color: #eaeaea; }

/* line 26706, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__range::-moz-range-progress {
  background-color: #00a3e0;
  height: 10px; }

/* line 26710, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__range::-ms-fill-upper {
  background-color: #eaeaea; }

/* line 26713, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__range::-ms-fill-lower {
  background-color: #00a3e0; }

/* line 26716, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__value {
  margin-bottom: 1rem; }

/* line 26719, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__number {
  color: #00a3e0;
  font-size: 2.565784514rem;
  font-weight: 700; }

/* line 26724, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__number--eon {
  color: #ff4823; }

/* line 26727, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__number--large {
  font-size: 4.1098906729rem; }

/* line 26730, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__number-sup {
  font-size: 2.0272865295rem;
  vertical-align: super; }

/* line 26734, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__info {
  font-size: 0.8888888889rem; }

/* line 26737, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__info--large {
  font-size: 1.125rem; }

/* line 26740, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__type {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  padding: 1.265625rem 1.6018066406rem;
  border: 3px solid #cecece;
  border-radius: 10px;
  height: 240px;
  flex-basis: 240px;
  max-width: 240px; }

/* line 26753, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__type:before {
  content: "";
  position: absolute;
  top: -78px;
  width: 100%;
  height: 80px; }

/* line 26760, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__type--fuel:before {
  background: url("https://res.cloudinary.com/hzfuu3iuh/image/upload/v1662642859/ev-calculator-fuel.svg") no-repeat center; }

@media (max-width: 991.98px) {
  /* line 26764, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-ev-fuel-tax-calculator__type--electric {
    margin-top: 70px; } }
/* line 26768, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__type--electric:before {
  top: -76px;
  background: url("https://res.cloudinary.com/hzfuu3iuh/image/upload/v1662642859/ev-calculator-electric.svg") no-repeat center; }

/* line 26772, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__type--electric-off-peak {
  border-color: #00a3e0; }

@media (max-width: 991.98px) {
  /* line 26776, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-ev-fuel-tax-calculator__type--electric-off-peak {
    margin-top: 70px; } }
/* line 26780, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__type--electric-off-peak:before {
  top: -76px;
  background: url("https://res.cloudinary.com/hzfuu3iuh/image/upload/v1662642859/ev-calculator-electric.svg") no-repeat center; }

/* line 26784, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__calculation {
  font-size: 1.423828125rem;
  color: #00a3e0;
  margin-top: 1.265625rem; }

/* line 26789, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__calculation--eon {
  color: #ff4823; }

/* line 26792, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-ev-fuel-tax-calculator__information {
  margin: 1.6018066406rem 0 0;
  font-size: 0.7901234568rem; }

/* Select Cars custom styling further down */
/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/* line 26805, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-open {
  overflow: hidden !important; }

/* line 26809, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-nav {
  position: fixed;
  z-index: 2;
  bottom: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff; }

/* line 26821, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  display: block;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  text-decoration: none;
  color: #222; }

/* line 26832, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 26838, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: #222; }

/* line 26846, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent; }

/* line 26852, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

/* line 26863, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-open .drawer-overlay {
  display: block; }

/* line 26867, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

/* line 26877, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer--top.drawer-open .drawer-nav {
  top: 0; }

/* line 26881, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0; }

/* line 26886, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

/* line 26892, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open > .drawer-nav,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0; }

/* line 26898, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem; }

/* line 26902, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

/* line 26908, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0; }

/* line 26914, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem; }

/* line 26918, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-hamburger {
  position: fixed;
  z-index: 4;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 18px 0.75rem 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent; }

/* line 26936, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent; }

/* line 26941, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px; }

/* line 26947, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222; }

/* line 26957, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: " "; }

/* line 26965, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-hamburger-icon:after {
  top: 10px; }

/* line 26969, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-open .drawer-hamburger-icon {
  background-color: transparent; }

/* line 26973, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0; }

/* line 26978, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 26983, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* line 26988, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.sr-only, .c-secondary-cta .c-search__form-label {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

/* line 26999, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

/* line 27009, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer--sidebar,
.drawer--sidebar .drawer-contents {
  background-color: #fff; }

@media (min-width: 64em) {
  /* line 27015, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden; }

  /* line 27019, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%; }

  /* line 27027, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd; }

  /* line 27031, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem; }

  /* line 27034, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd; }

  /* line 27038, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem; }

  /* line 27041, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .drawer--sidebar .drawer-container {
    max-width: 48rem; } }
@media (min-width: 75em) {
  /* line 27046, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .drawer--sidebar .drawer-nav {
    width: 16.25rem; }

  /* line 27049, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem; }

  /* line 27052, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem; }

  /* line 27055, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .drawer--sidebar .drawer-container {
    max-width: 60rem; } }
/* line 27059, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer--navbarTopGutter {
  padding-top: 3.75rem; }

/* line 27063, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff; }

/* line 27068, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-navbar {
  z-index: 3;
  top: 0;
  width: 100%; }

/* line 27074, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-navbar--fixed {
  position: fixed; }

/* line 27078, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-navbar-header {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 0.75rem;
  text-align: center; }

/* line 27088, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none; }

/* line 27096, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-navbar .drawer-brand:hover {
  background-color: transparent; }

/* line 27100, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-navbar .drawer-nav {
  padding-top: 3.75rem; }

/* line 27104, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem; }

@media (min-width: 64em) {
  /* line 27109, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff; }

  /* line 27114, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0; }

  /* line 27122, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .drawer-navbar .drawer-menu--right {
    float: right; }

  /* line 27125, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .drawer-navbar .drawer-menu li {
    float: left; }

  /* line 27128, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0; }

  /* line 27133, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .drawer-navbar .drawer-hamburger {
    display: none; }

  /* line 27136, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  /* line 27146, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .drawer-navbar .drawer-menu {
    padding: 0; }

  /* line 27149, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd; }

  /* line 27154, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem; } }
/* line 27158, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff; }

/* line 27167, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none; }

/* line 27172, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222; }

/* line 27182, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent; }

/* line 27188, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block; }

/* line 27192, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

/* line 27209, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 27214, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-container {
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 64em) {
  /* line 27220, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .drawer-container {
    max-width: 60rem; } }
@media (min-width: 75em) {
  /* line 27225, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .drawer-container {
    max-width: 70rem; } }
/* line 27229, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-overlay {
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.6); }

/* line 27234, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer {
  z-index: 1000000; }

/* line 27237, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer--sub .drawer-overlay {
  background: transparent; }

/* line 27240, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer .custom-checkbox, .g-drawer .c-list-table__custom-check,
.g-drawer .custom-radio,
.g-drawer .c-list-table__custom-radio {
  margin-bottom: 0;
  margin-bottom: 0; }

/* line 27246, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer .custom-control-label, .g-drawer .c-list-table__label {
  font-size: 1rem; }

/* line 27249, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer .c-price-switch__option {
  font-size: 1rem; }

/* line 27252, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer .c-callback {
  align-items: flex-start; }

/* line 27255, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer .c-callback__link {
  margin-top: 0;
  padding-left: 0;
  font-size: 1rem; }

/* line 27260, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer .c-badge {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #eaeaea; }

/* line 27267, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer .c-badge__link {
  display: inline-block;
  width: 100%;
  padding: 1rem; }

/* line 27272, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer .c-badge__logo {
  height: 2em;
  width: 2em;
  margin-right: 1em; }

/* line 27277, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer .c-search__heading {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem;
  color: #ac8c2e; }

@media (min-width: 768px) {
  /* line 27284, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-drawer .c-search__heading {
    font-size: 1.125rem; } }
@media (min-width: 992px) {
  /* line 27289, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-drawer .c-search__heading {
    font-size: 1.423828125rem; } }
/* line 27293, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer .g-drawer__user-actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem; }

/* line 27299, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer .g-drawer__login {
  display: inline-block;
  padding: 0.624295077rem 1rem;
  border: 2px solid #f2f2f2;
  border-radius: 4px;
  background: transparent;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #555555;
  white-space: nowrap;
  margin-top: 0.4932701843rem;
  min-width: 103px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 27320, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer .g-drawer__login:hover, .g-drawer .g-drawer__login:focus {
  text-decoration: none;
  border-color: #d9d9d9; }

/* line 27325, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__count {
  color: #8c8c8c;
  float: right;
  margin-right: 1.8020324707rem; }

/* line 27331, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__toggle {
  display: none; }

/* line 27334, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-open .g-drawer__toggle {
  display: inline-block; }

/* line 27338, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__nav {
  z-index: 1000001;
  display: flex;
  flex-direction: column; }

/* line 27344, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.drawer-open > .g-drawer__nav {
  width: 100%; }

@media (min-width: 576px) {
  /* line 27348, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .drawer-open > .g-drawer__nav {
    width: 400px; } }
/* line 27353, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__main {
  flex-grow: 1;
  overflow-y: scroll;
  padding-bottom: 4.1098906729rem;
  position: relative; }

/* line 27360, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__header {
  padding: 1rem;
  background-color: #ffffff;
  border-bottom: 1px solid #eaeaea;
  position: relative; }

/* line 27367, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__footer {
  padding: 1rem;
  background-color: #ffffff;
  border-top: 1px solid #eaeaea;
  position: relative; }

/* line 27374, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center; }

/* line 27381, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__subtitle {
  font-size: 1rem;
  font-weight: 600;
  color: #ac8c2e;
  padding: 1.423828125rem 1rem 0.7023319616rem;
  margin-bottom: 0; }

/* line 27389, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__close {
  background: transparent;
  border: 0px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer; }

/* line 27401, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__close:before {
  content: "";
  height: 10px;
  width: 10px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618397424/icons/cross_apctzd.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em; }

/* line 27415, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer--sub .g-drawer__close:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 10px;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618482222/icons/chevron-left_pmqonp.svg");
  background-size: 10px 16px;
  background-repeat: no-repeat;
  background-position: center;
  left: 1em;
  right: auto; }

/* line 27428, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__list {
  margin-bottom: 0; }

/* line 27431, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__list--bottom {
  position: absolute;
  bottom: -1px; }

/* line 27436, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__item {
  border-bottom: 1px solid #eaeaea; }

/* line 27439, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__item .custom-checkbox, .g-drawer__item .c-list-table__custom-check,
.g-drawer__item .custom-radio,
.g-drawer__item .c-list-table__custom-radio {
  padding-left: 0; }

/* line 27444, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__item .custom-control-label, .g-drawer__item .c-list-table__label {
  padding: 1rem;
  padding-left: 3.2473210255rem;
  width: 100%;
  cursor: pointer; }

/* line 27450, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__item .custom-control-label:before, .g-drawer__item .c-list-table__label:before {
  left: 1rem;
  top: 1rem; }

/* line 27454, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__item .custom-control-input:checked ~ .custom-control-label:after, .g-drawer__item .c-list-table__input:checked ~ .custom-control-label:after, .g-drawer__item .custom-control-input:checked ~ .c-list-table__label:after, .g-drawer__item .c-list-table__input:checked ~ .c-list-table__label:after {
  top: 19px;
  left: 19px; }

/* line 27459, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__item--indent {
  padding: 1rem; }

/* line 27463, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__link {
  color: inherit;
  transition: none;
  text-decoration: none;
  font-size: 1rem;
  display: block;
  position: relative;
  padding: 1rem;
  width: 100%;
  border: 0;
  outline: 0;
  text-align: left;
  background-color: transparent; }

/* line 27477, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__link:visited {
  color: inherit; }

/* line 27480, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__link:active, .g-drawer__link:hover, .g-drawer__link:focus {
  color: inherit;
  text-decoration: underline; }

/* line 27484, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .g-drawer__link {
  color: inherit;
  transition: none !important; }

/* line 27488, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .g-drawer__link:visited {
  color: inherit; }

/* line 27491, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__link--reveal:after {
  content: "";
  display: inline-block;
  height: 16px;
  width: 10px;
  margin-left: 8px;
  vertical-align: -2px;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618480644/icons/chevron-right_xtqk0t.svg");
  background-size: 10px 16px;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%); }

/* line 27505, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__link:hover, .g-drawer__link:active, .g-drawer__link:focus {
  text-decoration: none;
  background-color: #eaeaea; }

/* line 27509, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__link:after {
  position: absolute;
  right: 1rem; }

/* line 27514, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__icon {
  margin-right: 1rem;
  height: 1.423828125rem;
  width: auto;
  vertical-align: bottom; }

/* line 27521, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__action {
  /* Start: Copy from bootstrap */
  display: inline-block;
  font-weight: 400;
  color: #002b49;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  /* End: Copy from bootstrap */
  font-size: 1rem;
  padding: 0.5549289573rem 1.423828125rem 0.7023319616rem;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  color: #ffffff;
  background: #00a651;
  box-shadow: inset 0 -3px 0px 0px #00803e;
  display: block;
  width: 100%; }

@media (prefers-reduced-motion: reduce) {
  /* line 27550, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-drawer__action {
    transition: none; } }
/* line 27554, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__action:hover {
  color: #002b49;
  text-decoration: none; }

/* line 27558, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__action:focus, .g-drawer__action.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(172, 140, 46, 0.25); }

/* line 27562, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__action.disabled, .g-drawer__action:disabled {
  opacity: 0.45; }

/* line 27565, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__action:disabled, .g-drawer__action.disabled {
  cursor: not-allowed; }

/* line 27568, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .g-drawer__action {
  color: #002b49; }

/* line 27571, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .g-drawer__action:visited {
  color: #002b49; }

/* line 27574, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__action:hover, .g-drawer__action:active, .g-drawer__action:focus {
  color: #ffffff;
  background: #32ba6b;
  box-shadow: inset 0 -3px 0px 0px #00a651; }

/* line 27579, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__action:visited {
  color: #ffffff; }

/* line 27582, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .g-drawer__action {
  color: #ffffff; }

/* line 27585, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .g-drawer__action:visited {
  color: #ffffff; }

/* line 27588, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__action.b-btn-translucent {
  background: rgba(0, 166, 81, 0.8); }

/* line 27591, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__action + .btn-block {
  margin-top: 0.5rem; }

/* line 27595, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__clear {
  color: #494949;
  display: block;
  text-align: center;
  padding: 0 1.423828125rem 1rem; }

/* line 27601, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__clear:after {
  content: "";
  display: inline-block;
  height: 13px;
  width: 13px;
  vertical-align: -1px;
  margin-left: 7px;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618407247/icons/reset_bkrdij.svg");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center; }

/* line 27613, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__clear:active, .g-drawer__clear:focus, .g-drawer__clear:hover {
  color: #ac8c2e; }

/* line 27616, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-drawer__clear:active:after, .g-drawer__clear:focus:after, .g-drawer__clear:hover:after {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618407247/icons/reset-gold_mfaqbj.svg"); }

/* line 27620, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-toolbar {
  background: #002b49;
  display: flex;
  justify-content: space-between;
  padding-right: 0;
  padding-left: 0;
  z-index: 2;
  position: relative; }

@media (max-width: 991.98px) {
  /* line 27630, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-toolbar {
    padding-right: 1.6018066406rem; } }
/* line 27634, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-toolbar .g-toolbar__primary {
  display: inline-flex;
  align-items: center; }

/* line 27638, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-toolbar .g-toolbar__secondary {
  display: inline-flex;
  align-items: center;
  margin-left: auto; }

/* line 27643, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-toolbar .g-toolbar__tertiary {
  display: inline-flex;
  align-items: center;
  background: white;
  padding: 0 1.6018066406rem 0 1.6018066406rem;
  margin-left: 1.6018066406rem;
  position: relative;
  clip-path: polygon(8px 0%, 100% 0%, 100% 100%, 0% 100%); }

@media (max-width: 991.98px) {
  /* line 27653, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-toolbar .g-toolbar__tertiary {
    display: none; } }
/* line 27657, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-toolbar .c-trustpilot__logo {
  margin-right: 0.3897443431rem; }

@media (min-width: 992px) {
  /* line 27661, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-toolbar .c-trustpilot__logo {
    margin-right: 1.125rem; } }
/* line 27665, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-toolbar .c-trustpilot__stars {
  margin-top: 1px;
  margin-right: 0;
  height: 1.2em;
  display: inline-block; }

@media (min-width: 768px) {
  /* line 27672, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-toolbar .c-trustpilot__stars {
    margin-right: 0.3897443431rem; } }
/* line 27676, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-toolbar .c-trustpilot__score:after {
  display: none; }

@media (min-width: 992px) {
  /* line 27680, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-toolbar .c-trustpilot__score:after {
    display: inline-block; } }
/* line 27684, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-toolbar .c-site-info {
  margin-left: 3.2473210255rem; }

/* line 27688, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-header {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.2s ease; }

@media (max-width: 991.98px) {
  /* line 27700, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-header {
    padding: 0.8125rem 1rem; } }
@media (min-width: 576px) and (max-width: 991.98px) {
  /* line 27705, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-header {
    padding: 1rem 1rem; } }
/* line 27709, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-header.is-fixed {
  position: fixed !important;
  top: 0;
  padding: 0.1708882346rem 1rem; }

@media (max-width: 767.98px) {
  /* line 27715, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-header.is-fixed {
    min-height: 0px;
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }
/* line 27722, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-header.is-fixed .c-brand {
  width: 125px !important; }

/* line 27725, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-header.is-fixed .c-brand .c-brand__image {
  height: 30px; }

@media (max-width: 991.98px) {
  /* line 27729, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-header.is-fixed .c-brand .c-brand__image {
    height: 36px; } }
/* line 27733, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-header.is-fixed .c-callback__link {
  display: none; }

/* line 27737, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-header__primary {
  display: flex;
  flex-grow: 1;
  justify-content: space-between; }

@media (max-width: 991.98px) {
  /* line 27743, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-header__primary {
    min-height: 36px; } }
@media (min-width: 768px) {
  /* line 27748, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-header__primary {
    display: inline-flex;
    flex-grow: 0; } }
/* line 27753, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-header__primary .c-brand {
  width: 125px; }

@media (min-width: 992px) {
  /* line 27757, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-header__primary .c-brand {
    width: 225px; } }
@media (min-width: 768px) {
  /* line 27762, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-header__primary .c-price-switch {
    display: none; } }
@media (max-width: 767.98px) {
  /* line 27767, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-header__primary .c-price-switch__option {
    line-height: 1.1; } }
@media (max-width: 767.98px) {
  /* line 27772, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-header__primary .c-menu {
    width: 100vw;
    display: block;
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: #002b49; }

  /* line 27780, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-header__primary .c-menu .c-menu__item {
    width: 33vw;
    float: left;
    border-right: 1px solid #8c8c8c; }

  /* line 27785, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-header__primary .c-menu .c-menu__item:last-child {
    border-right: 0px; }

  /* line 27788, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-header__primary .c-menu .c-menu__link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.7901234568rem 0; }

  /* line 27794, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-header__primary .c-menu .c-menu__link:before {
    color: #ffffff;
    margin-right: 0.5549289573rem;
    line-height: 1.1; }

  /* line 27799, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-header__primary .c-menu .c-menu__description {
    color: #ffffff;
    display: inline; } }
@media (min-width: 768px) {
  /* line 27805, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-header__primary .c-menu {
    margin-left: 1rem; } }
@media (min-width: 992px) {
  /* line 27810, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-header__primary .c-menu {
    margin-left: 1.265625rem; } }
/* line 27815, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-header__secondary {
  justify-content: space-between; }

/* line 27818, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-header__secondary .c-price-switch {
  font-weight: 600; }

/* line 27821, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-header__secondary .c-callback {
  min-width: 216px;
  margin-left: 10px; }

@media (min-width: 1500px) {
  /* line 27826, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-header__secondary .c-callback {
    margin-left: 3.2473210255rem; } }
/* line 27831, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-footer .g-footer-primary {
  padding: 2.0272865295rem 0 1.423828125rem;
  background: #002b49; }

@media (min-width: 992px) {
  /* line 27836, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-footer .g-footer-primary {
    padding: 1.8020324707rem 0 2.565784514rem; } }
@media (min-width: 1200px) {
  /* line 27841, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-footer .g-footer-primary {
    padding: 4.623627007rem 0 1.423828125rem; } }
/* line 27845, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-footer .g-footer-secondary {
  padding: 1.423828125rem 0 2.0272865295rem; }

@media (min-width: 992px) {
  /* line 27849, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-footer .g-footer-secondary {
    padding: 1.8020324707rem 0 2.0272865295rem; } }
@media (min-width: 1200px) {
  /* line 27854, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-footer .g-footer-secondary {
    padding: 1.125rem 0 2.0272865295rem; } }
/* line 27858, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-footer .c-footer-contact {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%; }

/* line 27867, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-footer .g-footer-links {
  display: flex;
  justify-content: flex-start;
  gap: 0; }

@media (min-width: 992px) {
  /* line 27873, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-footer .g-footer-links {
    justify-content: space-between;
    gap: 1.125rem; } }
/* line 27878, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-footer-contact {
  background-image: url(/assets/footer-contact-background-5663526d4f24ecc464aff1c4e361f48daad2001c433d95223b9f1d8941cce908.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #002b49;
  padding: 1rem 0;
  color: #ffffff; }

@media (min-width: 768px) {
  /* line 27888, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-footer-contact {
    padding: 1.423828125rem 0; } }
@media (min-width: 992px) {
  /* line 27893, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-footer-contact {
    padding: 2.2806973457rem 0; } }
@media (min-width: 1200px) {
  /* line 27898, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-footer-contact {
    padding: 3.2473210255rem 0; } }
/* line 27902, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-footer-contact .c-footer-contact__heading {
  text-align: center; }

/* line 27905, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-footer-contact .c-footer-address-group {
  padding-top: 1.6018066406rem; }

/* line 27908, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-footer-contact .c-footer-address-group--with-additionals {
  margin-left: 0; }

/* line 27912, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-main {
  min-height: 500px;
  background: #eaeaea;
  position: relative;
  z-index: 0; }

/* line 27918, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-main .g-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1; }

@media (max-width: 767.98px) {
  /* line 27926, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-main {
    margin-top: 46px; } }
/* line 27931, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero {
  color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 1.6018066406rem 0; }

@media (min-width: 992px) {
  /* line 27940, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero {
    padding-top: 5.8517779307rem; } }
/* line 27944, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-car-comparison-tool .g-hero {
  min-height: 400px; }

@media (min-width: 768px) {
  /* line 27948, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-car-comparison-tool .g-hero {
    min-height: 480px; } }
/* line 27952, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--trust-cue-padding {
  padding-bottom: 0; }

@media (max-width: 991.98px) {
  /* line 27956, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--trust-cue-padding {
    padding-bottom: 1.6018066406rem; } }
/* line 27960, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--inverted {
  color: #002b49; }

/* line 27963, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--inverted .c-options__link--active {
  color: #002b49; }

/* line 27966, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--home {
  padding-bottom: 0 !important;
  position: relative;
  overflow: hidden; }

@media (min-width: 992px) {
  /* line 27972, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--home {
    padding-top: 10.5450938424rem; } }
@media (max-width: 991.98px) {
  /* line 27977, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-.has-no-bar .g-hero--home {
    height: calc(100vh - 132px);
    min-height: 540px; } }
/* line 27982, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p- .g-hero--home {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px; }

/* line 27988, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p- .g-hero--home .l-container-mark, .p- .g-hero--home .p-business-leasing .g-features__wrap, .p-business-leasing .p- .g-hero--home .g-features__wrap, .p- .g-hero--home .g-content--full .g-content__wrap, .g-content--full .p- .g-hero--home .g-content__wrap, .p- .g-hero--home .g-quote__terms, .p- .g-hero--home .g-trust-cue-main, .p- .g-hero--home .g-badges--jumbo, .p- .g-hero--home .c-trust-cues--perfect-car {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center; }

/* line 27994, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p- .g-hero--home .g-trust-cue-main {
  flex-grow: 0;
  padding-bottom: 1rem; }

@media (min-width: 768px) {
  /* line 27999, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p- .g-hero--home .g-trust-cue-main {
    padding-bottom: 2.8865075782rem; } }
/* line 28003, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p- .g-hero--home .c-secondary-cta {
  margin-bottom: 0; }

@media (max-width: 767.98px) {
  /* line 28007, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p- .g-hero--home {
    height: calc(100vh - 132px);
    min-height: 525px; } }
@media (min-width: 768px) {
  /* line 28013, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p- .g-hero--home {
    height: calc(100vh - 112px);
    min-height: 560px; } }
@media (min-width: 992px) {
  /* line 28019, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p- .g-hero--home {
    height: calc(100vh - 122px);
    min-height: 600px;
    padding-top: 70px;
    padding-bottom: 20px; } }
@media (min-width: 1200px) {
  /* line 28027, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p- .g-hero--home {
    height: calc(100vh - 126px);
    min-height: 600px; } }
/* line 28032, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--van {
  background-image: url(/assets/backgrounds/vanhomebanner_mb-567177f831db68423448f3fe7e710accd61634102df675f98c58f159e747400d.jpg); }

@media (min-width: 768px) {
  /* line 28036, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--van {
    background-image: url(/assets/backgrounds/vanhomebanner-2fce1c787fdc5bd29e100a0113c5fcaf53438e7534332924ed0a7de77d81b8cd.jpg); } }
/* line 28040, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--home-0 .g-hero__background {
  background-image: url(/assets/homepage_banner_img_mb_1-a10b302db8c65b430cae0b440701a9bb8368dcae0e96699056273aa5a34540ed.jpg); }

@media (min-width: 768px) {
  /* line 28044, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--home-0 .g-hero__background {
    background-image: url(/assets/homepage_banner_img1-ec48ea62cea0932a4007732382e3093c2038971f6c127edfb1d2bcabcb00d07e.jpg); } }
/* line 28048, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--home-1 .g-hero__background {
  background-image: url(/assets/homepage_banner_img_mb_2-d172ebad1da52d23d235d0f7c6e2ea4efa71bacfad55f703bf9d7e4c281fdda6.jpg); }

@media (min-width: 768px) {
  /* line 28052, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--home-1 .g-hero__background {
    background-image: url(/assets/homepage_banner_img2-e3fb697c4015f834026cb48fae931f8b0a27b2342245d4f046b95f7aff1f897d.jpg); } }
/* line 28056, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--home-2 .g-hero__background {
  background-image: url(/assets/homepage_banner_img_mb_3-bba59a2b73b869806fe28ee5ba8c19c733fd2840cc7de74f81a506cf8d17da6c.jpg); }

@media (min-width: 768px) {
  /* line 28060, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--home-2 .g-hero__background {
    background-image: url(/assets/homepage_banner_img3-bd49dda3411b4996b95f9c357b79b688afa75b988d11263a51828086dd6fdcef.jpg); } }
/* line 28064, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--home-3 .g-hero__background {
  background-image: url(/assets/homepage_banner_img_mb_4-e0c10dd0d05317864df44cc1235b0cd840e2a55ebb6c1e8d3da4d6d57ebef809.jpg); }

@media (min-width: 768px) {
  /* line 28068, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--home-3 .g-hero__background {
    background-image: url(/assets/homepage_banner_img4-bf16ae50c107af106ce763873b0307bee634f2eedcf9fcb18b70cd04b46dc0aa.jpg); } }
/* line 28072, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--home-4 .g-hero__background {
  background-image: url(/assets/homepage_banner_img_mb_5-923035b63a27726ccc0182a8458dceb0b0767cd93168cc2296b53e5512c33941.jpg); }

@media (min-width: 768px) {
  /* line 28076, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--home-4 .g-hero__background {
    background-image: url(/assets/homepage_banner_img5-6b7e0d0c185fbe4afe9d26a7f2bedbbea4c2ecf2aa5a99dec8880c03c8702fd8.jpg); } }
/* line 28080, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--home-5 .g-hero__background {
  background-image: url(/assets/homepage_banner_img_mb_6-ff27a52e3948b3e5447eecf385a977434e62affd8b2f7a60d315ef145ad2493a.jpg); }

@media (min-width: 768px) {
  /* line 28084, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--home-5 .g-hero__background {
    background-image: url(/assets/homepage_banner_img6-42ac4d0e6c3da3ebda3caedfa80aea610f6877b3a80eb05f7f76f890c8c822b7.jpg); } }
/* line 28088, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--home-6 .g-hero__background {
  background-image: url(/assets/homepage_banner_img_mb_7-697a2ee524483b35647bc8a08df15dc5f3ae03ae61303080c9589197d12a2645.jpg); }

@media (min-width: 768px) {
  /* line 28092, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--home-6 .g-hero__background {
    background-image: url(/assets/homepage_banner_img7-8dbdda4db07533e55d5a5f2053061379cf152428c3266e8258ca1329dc671139.jpg); } }
/* line 28096, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--home-7 .g-hero__background {
  background-image: url(/assets/homepage_banner_img_mb_8-41c08e9bebe2f8b0bc82b6138fe40f11e9c5e88f57e1ef288b212200bf603ff8.jpg); }

@media (min-width: 768px) {
  /* line 28100, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--home-7 .g-hero__background {
    background-image: url(/assets/homepage_banner_img8-8dbdda4db07533e55d5a5f2053061379cf152428c3266e8258ca1329dc671139.jpg); } }
/* line 28104, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--home-8 .g-hero__background {
  background-image: url(/assets/homepage_banner_img_mb_9-2ba456f11ebf654e40f94db9d861c24ec3924264c58ecde5dc1cafd0294e3159.jpg); }

@media (min-width: 768px) {
  /* line 28108, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--home-8 .g-hero__background {
    background-image: url(/assets/homepage_banner_img9-3099f5eca22dbcc38004ed29b14b626208c8ce98d4f2a9c55371d7e480ed86ad.jpg); } }
/* line 28112, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--home-9 .g-hero__background {
  background-image: url(/assets/homepage_banner_img_mb_10-76166697ff1e9cd8ca0fc5eb31a2545b22349b12aa38df4b5c9d2042bbe29fab.jpg); }

@media (min-width: 768px) {
  /* line 28116, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--home-9 .g-hero__background {
    background-image: url(/assets/homepage_banner_img10-8124cf1f18602f7d6e13072ca57854a04c05a5a3ebe33fa06d2fc092f9030f1e.jpg); } }
/* line 28120, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--home-10 .g-hero__background {
  background-image: url(/images/homepage_banner_img_mb_11.jpg); }

@media (min-width: 768px) {
  /* line 28124, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--home-10 .g-hero__background {
    background-image: url(/assets/homepage_banner_img11-c7231c6cf7b394e531809f402e9a3c109ede15df1957b4ea944d4c617693619e.jpg); } }
/* line 28128, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--offers {
  background-image: url(/assets/heroimg-4ca45b07e2fb9515a6f2b7d7ba11d94507e6edf23bf6f7d23c9bccfb7c54a439.jpg); }

@media (min-width: 768px) {
  /* line 28132, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--offers {
    background-image: url(/assets/specials-background-1dda248dbe2de6ddaae5b640fcd9919f4fee87dbd34f47a2f36ec3f7a0be5268.jpg); } }
/* line 28136, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--motorway {
  background-image: url(/assets/hero-motorway-sm-6cf0be09effedbc330a51ecd06b77e91ec99f52d730ec89ade6959711a5e5a82.jpg); }

@media (min-width: 768px) {
  /* line 28140, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--motorway {
    background-image: url(/assets/hero-motorway-ccc22858c1c41d01b38b95678679dd4d434afb56aa1a876f6869c7e95fe80380.jpg);
    padding-bottom: 1.8020324707rem; } }
@media (min-width: 992px) {
  /* line 28146, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--motorway {
    padding-bottom: 4.1098906729rem; } }
/* line 28150, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--motorway .g-hero__actions {
  flex: 0 0 100%;
  max-width: 100%; }

/* line 28154, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--partnership {
  position: relative;
  background-image: url(/assets/hero-cclarke-sm-6d274464131343d88991eee6e71db616ffb5e5f8c7e742f8b3f1a16bf74942a0.jpg); }

@media (min-width: 768px) {
  /* line 28159, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--partnership {
    background-image: url(/assets/hero-cclarke-9b97b447ebe6932afb3fdc27bf4342bae53261bc9fc304fb9ba21a38bda0f4ef.jpg); } }
@media (min-width: 992px) {
  /* line 28164, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--partnership {
    padding-bottom: 5.8517779307rem; } }
/* line 28168, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--affinity {
  position: relative;
  background-image: url(/assets/hero-affinity-sm-66ece1208c9175691e9aa03cb784428dbac26d6e17ff6be74070fb946cf57e17.jpg);
  background-position: bottom;
  padding-bottom: 10.5450938424rem; }

@media (min-width: 768px) {
  /* line 28175, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--affinity {
    background-image: url(/assets/hero-affinity-8afa0741728c3c479d3cd67483f0802b464d097ba0d491eb2e14ee7a06f004f1.jpg); } }
@media (min-width: 992px) {
  /* line 28180, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--affinity {
    padding-bottom: 5.8517779307rem; } }
/* line 28184, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--leasing-broker-federation {
  background-image: url(/images/hero-leasing-broker-federation-sm.jpg);
  background-position: bottom;
  padding-bottom: 19.0026015107rem; }

@media (min-width: 768px) {
  /* line 28190, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--leasing-broker-federation {
    background-image: url(/images/hero-leasing-broker-federation.jpg); } }
/* line 28194, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--content {
  background-image: none;
  background-color: transparent;
  color: #002b49; }

/* line 28199, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--content .g-hero__actions .c-intro {
  margin-bottom: 0; }

/* line 28202, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--content .c-intro__details {
  margin-bottom: 0;
  font-weight: 600; }

/* line 28206, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--page {
  text-align: center;
  background-image: url(/assets/backgrounds/survey-981985136d0f1830dbcb9635fe5fe5728255f13bd574c82c930df4c9eff7b555.jpg);
  min-height: 180px; }

@media (min-width: 1200px) {
  /* line 28212, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--page {
    min-height: 230px; } }
/* line 28216, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--page .g-hero__actions .c-intro {
  margin-bottom: 1.265625rem; }

@media (min-width: 992px) {
  /* line 28220, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--page .g-hero__actions .c-intro {
    margin-bottom: 2.2806973457rem; } }
/* line 28224, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--page .c-intro__heading {
  margin-bottom: 1.8020324707rem;
  text-transform: capitalize; }

/* line 28228, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--page .c-intro__heading .b-text-uppercase, .g-hero--page .c-intro__heading .c-card-car__link a, .c-card-car__link .g-hero--page .c-intro__heading a {
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.2; }

/* line 28233, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--page .c-intro__details {
  margin-bottom: 0; }

/* line 28236, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--search {
  background-image: url(/assets/suv_headerpic-119e309484257006fc77e0a745fe150826b182a2711a4497d86abfc4c6792866.jpg); }

@media (min-width: 992px) {
  /* line 28240, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--search .g-hero__actions .c-intro {
    margin-bottom: 2.2806973457rem; } }
@media (min-width: 1200px) {
  /* line 28245, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--search .g-hero__actions .c-intro {
    margin-bottom: 2.8865075782rem; } }
@media (min-width: 1500px) {
  /* line 28250, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--search .g-hero__actions .c-intro {
    margin-bottom: 3.2473210255rem; } }
/* line 28254, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--search .c-search-module {
  max-width: 450px;
  margin-bottom: 1rem; }

@media (min-width: 768px) {
  /* line 28259, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--search .c-search-module {
    margin-bottom: 1.265625rem; } }
@media (min-width: 992px) {
  /* line 28264, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--search .c-search-module {
    margin-bottom: 1.423828125rem; } }
@media (min-width: 1200px) {
  /* line 28269, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--search .c-search-module {
    margin-bottom: 2.8865075782rem; } }
/* line 28273, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--guide, .g-hero--generic {
  padding: 1.265625rem 0 1.265625rem;
  position: relative; }

@media (min-width: 576px) {
  /* line 28278, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--guide, .g-hero--generic {
    padding: 1.8020324707rem 0 1.8020324707rem; } }
@media (min-width: 768px) {
  /* line 28283, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--guide, .g-hero--generic {
    padding: 2.565784514rem 0 2.565784514rem; } }
@media (min-width: 992px) {
  /* line 28288, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--guide, .g-hero--generic {
    padding: 8.331925999rem 0 5.8517779307rem; } }
/* line 28292, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--guide .row, .g-hero--guide .g-guide-index-list .c-list-index, .g-guide-index-list .g-hero--guide .c-list-index, .g-hero--guide .g-order__row, .g-hero--guide .c-secondary-cta #c-search__model-results-hero, .c-secondary-cta .g-hero--guide #c-search__model-results-hero,
.g-hero--guide .c-secondary-cta #c-search__model-results,
.c-secondary-cta .g-hero--guide #c-search__model-results, .g-hero--guide .c-card__sections, .g-hero--guide .c-filters__triggers-content, .g-hero--guide .c-modal-enquire__header, .g-hero--guide .c-tabs__content-wrap, .g-hero--guide .c-list-ticks, .g-hero--guide .c-ev-fuel-tax-calculator, .g-hero--generic .row, .g-hero--generic .g-guide-index-list .c-list-index, .g-guide-index-list .g-hero--generic .c-list-index, .g-hero--generic .g-order__row, .g-hero--generic .c-secondary-cta #c-search__model-results-hero, .c-secondary-cta .g-hero--generic #c-search__model-results-hero,
.g-hero--generic .c-secondary-cta #c-search__model-results,
.c-secondary-cta .g-hero--generic #c-search__model-results, .g-hero--generic .c-card__sections, .g-hero--generic .c-filters__triggers-content, .g-hero--generic .c-modal-enquire__header, .g-hero--generic .c-tabs__content-wrap, .g-hero--generic .c-list-ticks, .g-hero--generic .c-ev-fuel-tax-calculator {
  margin-left: 0;
  margin-right: 0; }

/* line 28300, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--guide .g-hero__actions, .g-hero--generic .g-hero__actions {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  color: #002b49;
  padding: 1rem 15px; }

@media (min-width: 576px) {
  /* line 28309, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--guide .g-hero__actions, .g-hero--generic .g-hero__actions {
    padding: 1rem 15px 1.125rem; } }
@media (min-width: 768px) {
  /* line 28314, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--guide .g-hero__actions, .g-hero--generic .g-hero__actions {
    padding: 1rem 30px 1.8020324707rem; } }
@media (min-width: 1200px) {
  /* line 28319, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--guide .g-hero__actions, .g-hero--generic .g-hero__actions {
    padding: 1rem 45px 1.8020324707rem; } }
/* line 28323, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--guide .g-hero__actions .g-hero__actions-header, .g-hero--generic .g-hero__actions .g-hero__actions-header {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 1rem; }

/* line 28329, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--guide .g-hero__actions .c-intro, .g-hero--generic .g-hero__actions .c-intro {
  margin-bottom: 0; }

/* line 28332, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--guide .g-hero__actions .c-intro__details, .g-hero--generic .g-hero__actions .c-intro__details {
  margin-bottom: 0.7023319616rem; }

/* line 28335, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--guide .g-hero__actions .c-intro__more, .g-hero--generic .g-hero__actions .c-intro__more {
  font-size: 1rem; }

@media (min-width: 768px) {
  /* line 28339, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--jumbo {
    padding: 5.8517779307rem 0 2.565784514rem; } }
@media (min-width: 992px) {
  /* line 28344, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--jumbo {
    padding: 8.331925999rem 0 3.2473210255rem; } }
/* line 28348, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--jumbo .c-secondary-cta {
  margin: 1rem 0 !important; }

@media (min-width: 768px) {
  /* line 28352, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--jumbo .c-secondary-cta {
    margin: 1rem 1.6018066406rem; } }
/* line 28356, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--jumbo .c-secondary-cta__text p {
  margin: 0; }

/* line 28359, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--short-term {
  background-image: url(/images/specials-background-mb.jpg); }

@media (min-width: 768px) {
  /* line 28363, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--short-term {
    background-image: url(/assets/specials-background-1dda248dbe2de6ddaae5b640fcd9919f4fee87dbd34f47a2f36ec3f7a0be5268.jpg); } }
/* line 28367, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--short-term .g-hero__actions .c-primary-cta {
  margin-bottom: 0;
  padding: 1rem; }

/* line 28371, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--plain {
  background-image: url(/images/backgrounds/taycanbanner.jpg);
  min-height: 180px; }

@media (min-width: 768px) {
  /* line 28376, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--plain {
    min-height: 280px; } }
@media (min-width: 1200px) {
  /* line 28381, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--plain {
    min-height: 380px; } }
@media (min-width: 1500px) {
  /* line 28386, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--plain {
    min-height: 420px; } }
/* line 28390, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--overlay {
  position: relative; }

/* line 28393, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); }

@media (min-width: 768px) {
  /* line 28403, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--overlay:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 90%); } }
@media (min-width: 992px) {
  /* line 28408, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--overlay:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 60%); } }
@media (min-width: 1500px) {
  /* line 28413, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--overlay:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 35%, rgba(0, 0, 0, 0) 50%); } }
/* line 28417, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--overlay .l-container-mark, .g-hero--overlay .p-business-leasing .g-features__wrap, .p-business-leasing .g-hero--overlay .g-features__wrap, .g-hero--overlay .g-content--full .g-content__wrap, .g-content--full .g-hero--overlay .g-content__wrap, .g-hero--overlay .g-quote__terms, .g-hero--overlay .g-trust-cue-main, .g-hero--overlay .g-badges--jumbo, .g-hero--overlay .c-trust-cues--perfect-car {
  position: relative; }

/* line 28420, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--white {
  background-color: #ffffff;
  color: #002b49;
  background-image: none; }

/* line 28425, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--grey {
  background-color: transparent;
  color: #002b49;
  background-image: none; }

/* line 28430, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--make, .g-hero--perfect-car, .g-hero--model {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch; }

/* line 28437, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--make .c-intro__heading, .g-hero--perfect-car .c-intro__heading, .g-hero--model .c-intro__heading {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 2.0272865295rem; }

@media (min-width: 576px) {
  /* line 28444, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--make .c-intro__heading, .g-hero--perfect-car .c-intro__heading, .g-hero--model .c-intro__heading {
    font-size: 2.2806973457rem; } }
@media (min-width: 768px) {
  /* line 28449, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--make .c-intro__heading, .g-hero--perfect-car .c-intro__heading, .g-hero--model .c-intro__heading {
    font-size: 2.565784514rem; } }
@media (min-width: 992px) {
  /* line 28454, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--make .c-intro__heading, .g-hero--perfect-car .c-intro__heading, .g-hero--model .c-intro__heading {
    font-size: 3.2473210255rem; } }
@media (min-width: 1200px) {
  /* line 28459, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--make .c-intro__heading, .g-hero--perfect-car .c-intro__heading, .g-hero--model .c-intro__heading {
    font-size: 3.6532361537rem; } }
@media (min-width: 768px) {
  /* line 28464, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--make .c-intro__heading, .g-hero--perfect-car .c-intro__heading, .g-hero--model .c-intro__heading {
    flex-direction: row;
    align-items: center; } }
/* line 28469, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--make .c-intro__badge, .g-hero--perfect-car .c-intro__badge, .g-hero--model .c-intro__badge, .g-hero--make .c-intro__badge--make, .g-hero--perfect-car .c-intro__badge--make, .g-hero--model .c-intro__badge--make {
  width: 75px;
  height: 75px;
  margin-right: 0; }

/* line 28474, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--make .c-trumbowyg, .g-hero--perfect-car .c-trumbowyg, .g-hero--model .c-trumbowyg {
  font-weight: 500;
  font-size: 1rem; }

@media (min-width: 768px) {
  /* line 28479, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero--make .c-trumbowyg, .g-hero--perfect-car .c-trumbowyg, .g-hero--model .c-trumbowyg {
    font-size: 1.125rem;
    margin-top: 1.6018066406rem; } }
/* line 28484, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--make .c-modal-make, .g-hero--perfect-car .c-modal-make, .g-hero--model .c-modal-make {
  text-decoration: none !important;
  color: unset;
  margin-top: auto; }

/* line 28489, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--make .c-modal-make__button, .g-hero--perfect-car .c-modal-make__button, .g-hero--model .c-modal-make__button {
  background: #fff;
  border: 1px solid #002b49;
  border-left: 5px solid #ac8c2e;
  color: #002b49;
  box-shadow: none;
  padding: 0.5rem 0.8rem;
  min-width: 11rem;
  text-align: left;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(/assets/arrow-down-new-black-bc09465c66374448bfcb07e8c1b66f896af16b15eeda3fe6746c74393ce25307.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  margin: 0; }

/* line 28508, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero--perfect-car {
  background-image: url(/assets/backgrounds/perfect-car-results-287f17cd7246293bf7da6a63a4afb9eb4eed866751a52caa914c5cc956a92824.webp);
  color: #002b49;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

/* line 28516, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__actions--partnership {
  position: initial; }

/* line 28519, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__actions--affinity {
  position: initial; }

/* line 28522, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__actions .c-intro {
  margin-bottom: 1.8020324707rem; }

/* line 28525, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__actions .c-intro--partnership {
  margin-bottom: 0.438462386rem; }

/* line 28528, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__actions .c-intro--affinity {
  margin-bottom: 0.438462386rem;
  color: #000000;
  padding-right: 0; }

@media (min-width: 992px) {
  /* line 28534, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero__actions .c-intro--affinity {
    padding-right: 1.8020324707rem; } }
/* line 28538, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__actions .c-secondary-cta {
  margin-bottom: 1.8020324707rem; }

@media (min-width: 992px) {
  /* line 28542, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero__actions .c-secondary-cta {
    margin-bottom: 3.2473210255rem; } }
@media (min-width: 1200px) {
  /* line 28547, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero__actions .c-secondary-cta {
    margin-bottom: 4.1098906729rem; } }
@media (min-width: 1500px) {
  /* line 28552, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero__actions .c-secondary-cta {
    margin-bottom: 5.8517779307rem; } }
/* line 28557, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__aside--affinity {
  position: initial; }

/* line 28561, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__background {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: zoom-in 20s ease-out;
  animation-fill-mode: forwards;
  z-index: -1; }

/* line 28575, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__sub-nav {
  margin-bottom: 0; }

/* line 28578, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__sub-nav .b-form-select .dropdown-toggle, .g-hero__sub-nav .p-author-profile .p-author-profile__sort-select .dropdown-toggle, .p-author-profile .g-hero__sub-nav .p-author-profile__sort-select .dropdown-toggle, .g-hero__sub-nav .g-review-articles__main .g-review-articles__select .dropdown-toggle, .g-review-articles__main .g-hero__sub-nav .g-review-articles__select .dropdown-toggle, .g-hero__sub-nav .g-deal-features__select .dropdown-toggle, .g-hero__sub-nav .g-deal-options__select .dropdown-toggle, .g-hero__sub-nav .c-search__form-select .dropdown-toggle, .g-hero__sub-nav .c-options__select .dropdown-toggle, .g-hero__sub-nav .c-derivatives-filters__select .dropdown-toggle {
  border: 0;
  padding: 0;
  font-weight: 600;
  color: #002b49 !important;
  background-color: transparent; }

/* line 28585, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__sub-nav .b-form-select .dropdown-toggle:after, .g-hero__sub-nav .p-author-profile .p-author-profile__sort-select .dropdown-toggle:after, .p-author-profile .g-hero__sub-nav .p-author-profile__sort-select .dropdown-toggle:after, .g-hero__sub-nav .g-review-articles__main .g-review-articles__select .dropdown-toggle:after, .g-review-articles__main .g-hero__sub-nav .g-review-articles__select .dropdown-toggle:after, .g-hero__sub-nav .g-deal-features__select .dropdown-toggle:after, .g-hero__sub-nav .g-deal-options__select .dropdown-toggle:after, .g-hero__sub-nav .c-search__form-select .dropdown-toggle:after, .g-hero__sub-nav .c-options__select .dropdown-toggle:after, .g-hero__sub-nav .c-derivatives-filters__select .dropdown-toggle:after {
  border: 0; }

/* line 28588, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__sub-nav .b-form-select .filter-option-inner, .g-hero__sub-nav .p-author-profile .p-author-profile__sort-select .filter-option-inner, .p-author-profile .g-hero__sub-nav .p-author-profile__sort-select .filter-option-inner, .g-hero__sub-nav .g-review-articles__main .g-review-articles__select .filter-option-inner, .g-review-articles__main .g-hero__sub-nav .g-review-articles__select .filter-option-inner, .g-hero__sub-nav .g-deal-features__select .filter-option-inner, .g-hero__sub-nav .g-deal-options__select .filter-option-inner, .g-hero__sub-nav .c-search__form-select .filter-option-inner, .g-hero__sub-nav .c-options__select .filter-option-inner, .g-hero__sub-nav .c-derivatives-filters__select .filter-option-inner {
  padding-right: inherit; }

/* line 28592, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__sub-nav-label {
  font-weight: 600;
  color: #ac8c2e;
  margin-bottom: 0.7901234568rem; }

/* line 28598, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__text {
  text-align: left;
  max-width: 700px; }

/* line 28602, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__text h2 {
  font-weight: 600;
  margin-bottom: 0.7023319616rem;
  margin-top: 3.6532361537rem; }

/* line 28607, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__notification {
  background: rgba(255, 255, 255, 0.7);
  color: #002b49;
  border-radius: 5px;
  padding: 0.7023319616rem 0.5549289573rem;
  margin-bottom: 1.8020324707rem;
  font-size: 0.7901234568rem;
  font-weight: 600;
  text-align: center; }

@media (min-width: 768px) {
  /* line 28618, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero__notification {
    font-size: 0.8888888889rem; } }
/* line 28622, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__notification p {
  margin-bottom: 0; }

/* line 28626, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__background-image {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/* line 28634, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__background-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none; }

/* line 28642, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__share-wrapper {
  margin-top: 1.8020324707rem;
  margin-bottom: 1.8020324707rem; }

@media (min-width: 992px) {
  /* line 28647, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero__share-wrapper {
    margin-top: 2.2806973457rem;
    margin-bottom: 2.2806973457rem; } }
/* line 28653, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__share-bar {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  padding: 1.6018066406rem 2.0272865295rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 496px; }

@media (min-width: 768px) {
  /* line 28663, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero__share-bar {
    padding: 1.8020324707rem 2.565784514rem; } }
/* line 28668, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__share-action {
  display: flex;
  align-items: center;
  gap: 1.265625rem;
  cursor: pointer;
  transition: opacity 0.2s ease; }

/* line 28675, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__share-action:hover {
  opacity: 0.8; }

@media (min-width: 768px) {
  /* line 28679, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero__share-action {
    gap: 1.423828125rem; } }
/* line 28684, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__share-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #002b49; }

/* line 28692, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__share-icon svg {
  width: 100%;
  height: 100%; }

@media (min-width: 768px) {
  /* line 28697, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero__share-icon {
    width: 33px;
    height: 33px; } }
/* line 28703, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero__share-text {
  font-size: 1.125rem;
  line-height: 1.56;
  color: #002b49;
  margin: 0; }

@media (min-width: 768px) {
  /* line 28710, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero__share-text {
    font-size: 1.265625rem; } }
/* line 28715, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-home {
  background: #ffffff;
  display: grid;
  grid-gap: 4px;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, minmax(220px, calc((100vh - 134px) / 3)));
  grid-template-areas: "box-1" "box-2" "box-3" "box-4" "box-5"; }

@media (min-width: 768px) {
  /* line 28724, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-home {
    overflow: hidden;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 60% 40%;
    grid-template-areas: "box-1 box-1 box-1 box-2 box-2 box-2" "box-3 box-3 box-4 box-4 box-5 box-5"; } }
@media (min-width: 768px) {
  /* line 28732, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p- .g-hero-home {
    height: calc(100vh - 112px);
    min-height: 560px; } }
@media (min-width: 992px) {
  /* line 28738, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p- .g-hero-home {
    height: calc(100vh - 122px);
    min-height: 600px; } }
@media (min-width: 1200px) {
  /* line 28744, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p- .g-hero-home {
    height: calc(100vh - 126px);
    min-height: 600px; } }
/* line 28750, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-home__section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  display: flex; }

@media (min-width: 768px) {
  /* line 28757, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-home__section:hover .g-hero-home__background {
    transform: scale(1.2); } }
/* line 28761, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-home__section--offers {
  grid-area: box-1; }

/* line 28764, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-home__section--electric {
  grid-area: box-2; }

/* line 28767, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-home__section--electric .g-hero-home__background {
  background-position-x: left; }

@media (min-width: 576px) {
  /* line 28771, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-home__section--electric .g-hero-home__background {
    background-position-x: center; } }
/* line 28775, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-home__section--search {
  grid-area: box-3; }

/* line 28778, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-home__section--why {
  grid-area: box-4; }

/* line 28781, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-home__section--business {
  grid-area: box-5; }

/* line 28784, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-home__section .b-link-styled, .g-hero-home__section .g-trustpilot__link, .g-hero-home__section .g-badges__all .c-search__link, .g-badges__all .g-hero-home__section .c-search__link, .g-hero-home__section .c-tabs__nav-title--link {
  color: #ad913f;
  font-size: 1rem; }

@media (min-width: 576px) {
  /* line 28789, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-home__section .b-link-styled, .g-hero-home__section .g-trustpilot__link, .g-hero-home__section .g-badges__all .c-search__link, .g-badges__all .g-hero-home__section .c-search__link, .g-hero-home__section .c-tabs__nav-title--link {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 28794, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-home__section .b-link-styled, .g-hero-home__section .g-trustpilot__link, .g-hero-home__section .g-badges__all .c-search__link, .g-badges__all .g-hero-home__section .c-search__link, .g-hero-home__section .c-tabs__nav-title--link {
    font-size: 1rem; } }
@media (min-width: 992px) {
  /* line 28799, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-home__section .b-link-styled, .g-hero-home__section .g-trustpilot__link, .g-hero-home__section .g-badges__all .c-search__link, .g-badges__all .g-hero-home__section .c-search__link, .g-hero-home__section .c-tabs__nav-title--link {
    font-size: 1.125rem; } }
@media (min-width: 1200px) {
  /* line 28804, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-home__section .b-link-styled, .g-hero-home__section .g-trustpilot__link, .g-hero-home__section .g-badges__all .c-search__link, .g-badges__all .g-hero-home__section .c-search__link, .g-hero-home__section .c-tabs__nav-title--link {
    font-size: 1.125rem; } }
@media (min-width: 1500px) {
  /* line 28809, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-home__section .b-link-styled, .g-hero-home__section .g-trustpilot__link, .g-hero-home__section .g-badges__all .c-search__link, .g-badges__all .g-hero-home__section .c-search__link, .g-hero-home__section .c-tabs__nav-title--link {
    font-size: 1.125rem; } }
/* line 28814, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-home__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 15px;
  color: #ffffff;
  transition: none;
  text-decoration: none; }

@media (min-width: 768px) {
  /* line 28828, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-home__container {
    padding: 1.6018066406rem; } }
@media (min-width: 992px) {
  /* line 28833, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-home__container {
    padding: 4.1098906729rem 1.6018066406rem; }

  /* line 28836, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-home__container--secondary {
    padding: 1.6018066406rem; } }
@media (min-width: 1500px) {
  /* line 28841, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-home__container {
    padding: 6.583250172rem 2.0272865295rem; }

  /* line 28844, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-home__container--secondary {
    padding: 2.0272865295rem; } }
/* line 28848, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-home__container:visited, .g-hero-home__container:active, .g-hero-home__container:hover {
  color: #ffffff;
  text-decoration: none; }

/* line 28853, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-home__background {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #002b49;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (min-width: 768px) {
  /* line 28865, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-home__background {
    transition: transform 0.5s; } }
/* line 28870, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-home__heading {
  font-size: 1.423828125rem;
  font-weight: 600;
  margin-bottom: 0.438462386rem; }

@media (min-width: 576px) {
  /* line 28876, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-home__heading {
    font-size: 1.423828125rem; } }
@media (min-width: 768px) {
  /* line 28881, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-home__heading {
    font-size: 1.6018066406rem; } }
@media (min-width: 992px) {
  /* line 28886, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-home__heading {
    font-size: 1.6018066406rem; } }
@media (min-width: 1200px) {
  /* line 28891, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-home__heading {
    font-size: 1.6018066406rem; } }
@media (min-width: 1500px) {
  /* line 28896, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-home__heading {
    font-size: 2.0272865295rem; } }
@media (min-width: 768px) {
  /* line 28901, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-home__heading {
    margin-bottom: 1rem; } }
/* line 28905, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-not-loaded .g-hero-home__heading {
  color: #ffffff; }

/* line 28908, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-home__heading img {
  width: 220px;
  height: auto; }

@media (min-width: 992px) {
  /* line 28913, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-home__heading img {
    width: 265px; } }
@media (min-width: 1200px) {
  /* line 28918, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-home__heading img {
    width: 300px; } }
@media (min-width: 1500px) {
  /* line 28923, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-home__heading img {
    width: 380px; } }
/* line 28927, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-home__heading--dark {
  color: #002b49; }

/* line 28931, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-home__description {
  text-decoration: underline; }

/* line 28935, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-home__search {
  max-width: 250px;
  margin-top: 1rem; }

/* line 28939, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-home__search .b-form-select, .g-hero-home__search .p-author-profile .p-author-profile__sort-select, .p-author-profile .g-hero-home__search .p-author-profile__sort-select, .g-hero-home__search .g-review-articles__main .g-review-articles__select, .g-review-articles__main .g-hero-home__search .g-review-articles__select, .g-hero-home__search .g-deal-features__select, .g-hero-home__search .g-deal-options__select, .g-hero-home__search .c-search__form-select, .g-hero-home__search .c-options__select, .g-hero-home__search .c-derivatives-filters__select {
  display: none; }

@media (min-width: 768px) {
  /* line 28943, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-home__search .b-form-select, .g-hero-home__search .p-author-profile .p-author-profile__sort-select, .p-author-profile .g-hero-home__search .p-author-profile__sort-select, .g-hero-home__search .g-review-articles__main .g-review-articles__select, .g-review-articles__main .g-hero-home__search .g-review-articles__select, .g-hero-home__search .g-deal-features__select, .g-hero-home__search .g-deal-options__select, .g-hero-home__search .c-search__form-select, .g-hero-home__search .c-options__select, .g-hero-home__search .c-derivatives-filters__select {
    font-size: 1rem !important;
    display: block;
    width: 100% !important; } }
/* line 28950, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-container-mark .b-btn-modal-outline, .p-business-leasing .g-features__wrap .b-btn-modal-outline, .g-content--full .g-content__wrap .b-btn-modal-outline, .g-quote__terms .b-btn-modal-outline, .g-trust-cue-main .b-btn-modal-outline, .g-badges--jumbo .b-btn-modal-outline, .c-trust-cues--perfect-car .b-btn-modal-outline {
  margin-top: 1.265625rem; }

@media (min-width: 768px) {
  /* line 28954, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-container-mark .b-btn-modal-outline, .p-business-leasing .g-features__wrap .b-btn-modal-outline, .g-content--full .g-content__wrap .b-btn-modal-outline, .g-quote__terms .b-btn-modal-outline, .g-trust-cue-main .b-btn-modal-outline, .g-badges--jumbo .b-btn-modal-outline, .c-trust-cues--perfect-car .b-btn-modal-outline {
    display: none; } }
/* line 28959, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-electric {
  background: #ffffff;
  display: grid;
  grid-gap: 4px;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, minmax(150px, calc((100vh - 134px) / 3)));
  grid-template-areas: "box-1" "box-2" "box-3" "box-4" "box-5"; }

@media (min-width: 768px) {
  /* line 28968, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-electric {
    overflow: hidden;
    height: calc(100vh - 112px);
    min-height: 560px;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 60% 40%;
    grid-template-areas: "box-1 box-1 box-1 box-2 box-2 box-2" "box-3 box-3 box-4 box-4 box-5 box-5"; } }
@media (min-width: 992px) {
  /* line 28978, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-electric {
    height: calc(100vh - 122px);
    min-height: 600px; } }
@media (min-width: 1200px) {
  /* line 28984, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-electric {
    height: calc(100vh - 126px);
    min-height: 600px; } }
/* line 28989, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-electric .btn,
.g-hero-electric .b-btn,
.g-hero-electric .p-telegraph .g-telegraph__offers,
.p-telegraph .g-hero-electric .g-telegraph__offers,
.g-hero-electric .p-newsarticle .g-news__next,
.p-newsarticle .g-hero-electric .g-news__next,
.g-hero-electric .p-newsarticle .g-news__previous,
.p-newsarticle .g-hero-electric .g-news__previous,
.g-hero-electric .p-customer-reviews .g-trustpilot__footer .c-reviews-button,
.p-customer-reviews .g-trustpilot__footer .g-hero-electric .c-reviews-button,
.g-hero-electric .p-key-contacts .c-intro__details a,
.p-key-contacts .c-intro__details .g-hero-electric a,
.g-hero-electric .c-content-block__action,
.g-hero-electric .p-grosvenor .c-intro__alternative a,
.p-grosvenor .c-intro__alternative .g-hero-electric a,
.g-hero-electric .p-total-care-offers .c-intro__alternative a,
.p-total-care-offers .c-intro__alternative .g-hero-electric a,
.g-hero-electric .g-total-care-content__button,
.g-hero-electric .g-content__cta,
.g-hero-electric .g-order__back-button,
.g-hero-electric .g-order__next-button,
.g-hero-electric .g-deal-ev-charger-banner__button,
.g-hero-electric .g-deal-enquire__action a,
.g-deal-enquire__action .g-hero-electric a,
.g-hero-electric .g-deal-enquire__action button,
.g-deal-enquire__action .g-hero-electric button,
.g-hero-electric .g-deal-summary__order,
.g-hero-electric .g-deal-features__btn,
.g-hero-electric .g-deal-photos__btn,
.g-hero-electric .g-deal-options__enquire button,
.g-deal-options__enquire .g-hero-electric button,
.g-hero-electric .g-deal-options__button,
.g-hero-electric .g-deal-options__option,
.g-hero-electric .g-advert__link,
.g-hero-electric .g-latest-news__cta,
.g-hero-electric .g-trustpilot__action,
.g-hero-electric .g-sign-up-bar__forward,
.g-hero-electric .g-sign-up-bar__trigger,
.g-hero-electric .g-sign-up-bar__form button,
.g-sign-up-bar__form .g-hero-electric button,
.g-hero-electric .g-features__cta,
.g-hero-electric .g-features__truncate-button,
.g-hero-electric .g-cta__button,
.g-hero-electric .g-car-cards__cta,
.g-hero-electric .c-form-contact-footer__btn,
.g-hero-electric .c-search__button,
.g-hero-electric .c-ar-contact-form__submit,
.g-hero-electric .g-contact-form__submit,
.g-hero-electric .c-intro__btn,
.g-hero-electric .c-primary-cta__button,
.g-hero-electric .c-options__button,
.g-hero-electric .c-button-pair__btn,
.g-hero-electric .c-motorway-search__button,
.g-hero-electric .c-hero-icon-collection__button,
.g-hero-electric .c-hero-icon-collection__perks--alternative-btn,
.g-hero-electric .c-hero-aside__button,
.g-hero-electric .c-news-card__read-more,
.g-hero-electric .c-guide-card__read-more,
.g-hero-electric .c-card__button,
.g-hero-electric .c-signpost__button,
.g-hero-electric .c-signpost__button--secondary,
.g-hero-electric .c-filters__trigger-button,
.g-hero-electric .c-filters__button,
.g-hero-electric .c-accordian__card-button,
.g-hero-electric .c-cookies__accept,
.g-hero-electric .c-survey-question__button,
.g-hero-electric .modal-footer .btn-primary,
.modal-footer .g-hero-electric .btn-primary,
.g-hero-electric .c-filter-triggers__trigger,
.g-hero-electric .c-progress__button,
.g-hero-electric .c-total-care-signpost__button,
.g-hero-electric .c-tiled-banner__button,
.g-hero-electric .c-survey-modern__deals-link,
.g-hero-electric .c-survey-modern__next-button,
.g-hero-electric .c-survey-modern__prev-button,
.g-hero-electric .c-list-index__btn,
.g-hero-electric .g-hero__text a,
.g-hero__text .g-hero-electric a {
  font-size: 1rem !important; }

/* line 29070, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-electric__section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  display: flex; }

@media (min-width: 768px) {
  /* line 29077, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-electric__section:hover .g-hero-electric__background {
    transform: scale(1.2); } }
/* line 29081, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-electric__section:nth-child(1) {
  grid-area: box-1; }

/* line 29084, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-electric__section:nth-child(1) .g-hero-electric__heading {
  margin-top: 45px; }

@media (min-width: 768px) {
  /* line 29088, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-electric__section:nth-child(1) .g-hero-electric__heading {
    margin-top: 0; } }
/* line 29092, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-electric__section:nth-child(1) .g-hero-electric__background {
  background-image: url(/images/hero_ev_1.jpg); }

/* line 29095, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-electric__section:nth-child(2) {
  grid-area: box-2; }

/* line 29098, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-electric__section:nth-child(2) .g-hero-electric__background {
  background-image: url(/images/hero_ev_2.jpg); }

/* line 29101, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-electric__section:nth-child(3) {
  grid-area: box-3; }

/* line 29104, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-electric__section:nth-child(3) .g-hero-electric__background {
  background-image: url(/images/hero_ev_3.jpg); }

/* line 29107, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-electric__section:nth-child(4) {
  grid-area: box-4; }

/* line 29110, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-electric__section:nth-child(4) .g-hero-electric__background {
  background-image: url(/images/hero_ev_4.jpg); }

/* line 29113, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-electric__section:nth-child(5) {
  grid-area: box-5; }

/* line 29116, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-electric__section:nth-child(5) .g-hero-electric__background {
  background-image: url(/images/hero_ev_4.jpg); }

@media (min-width: 576px) {
  /* line 29120, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-electric__section:nth-child(-n+2) .g-hero-electric__container {
    padding-right: 30px;
    padding-left: 30px; } }
@media (min-width: 1500px) {
  /* line 29126, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-electric__section:nth-child(-n+2) .g-hero-electric__container {
    padding-right: 90px;
    padding-left: 90px; } }
@media (min-width: 768px) {
  /* line 29132, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-electric__section:nth-child(-n+2) .g-hero-electric__container {
    padding-top: 9.3734167488rem; } }
@media (min-width: 768px) {
  /* line 29137, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-electric__section:nth-child(3) .g-hero-electric__container, .g-hero-electric__section:nth-child(4) .g-hero-electric__container, .g-hero-electric__section:nth-child(5) .g-hero-electric__container {
    padding: 1.6018066406rem; } }
/* line 29142, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-electric__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 15px;
  color: #ffffff;
  transition: none;
  text-decoration: none; }

/* line 29155, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-electric__container:visited, .g-hero-electric__container:active, .g-hero-electric__container:hover {
  color: #ffffff;
  text-decoration: none; }

/* line 29160, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-electric__background {
  position: absolute;
  background-size: cover;
  background-position: initial;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (min-width: 768px) {
  /* line 29171, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-electric__background {
    transition: transform 0.5s; } }
/* line 29176, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-electric__heading {
  font-size: 1.423828125rem;
  font-weight: 700;
  margin-bottom: 0.438462386rem;
  color: #002b49; }

@media (min-width: 576px) {
  /* line 29183, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-electric__heading {
    font-size: 1.423828125rem; } }
@media (min-width: 768px) {
  /* line 29188, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-electric__heading {
    font-size: 1.6018066406rem; } }
@media (min-width: 992px) {
  /* line 29193, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-electric__heading {
    font-size: 1.6018066406rem; } }
@media (min-width: 1200px) {
  /* line 29198, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-electric__heading {
    font-size: 1.8020324707rem; } }
@media (min-width: 1500px) {
  /* line 29203, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-electric__heading {
    font-size: 2.2806973457rem; } }
@media (min-width: 768px) {
  /* line 29208, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-electric__heading {
    margin-bottom: 1.265625rem; } }
/* line 29213, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-electric__brand {
  position: absolute;
  margin-top: 0; }

@media (min-width: 768px) {
  /* line 29218, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-hero-electric__brand {
    margin-bottom: 1rem;
    margin-top: -50px; } }
/* line 29223, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-hero-electric__brand img {
  max-width: calc(100% - 30px) !important;
  height: auto; }

/* line 29228, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-car-cards {
  background-color: #eaeaea;
  position: relative;
  z-index: 0;
  padding: 0 0 1.423828125rem 0; }

@media (min-width: 992px) {
  /* line 29235, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-car-cards {
    padding: 0 0 2.2806973457rem 0; } }
/* line 29239, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-car-cards--white {
  background-color: #ffffff; }

/* line 29242, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-car-cards .alert, .g-car-cards .g-deal-equipment__alert {
  text-align: center;
  margin-left: 15px;
  margin-right: 15px; }

/* line 29248, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-car-cards__heading,
.g-car-cards__subheading {
  text-align: center; }

/* line 29253, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-car-cards__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  /* line 29261, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-car-cards__container {
    padding-right: 30px;
    padding-left: 30px; } }
@media (min-width: 1500px) {
  /* line 29267, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-car-cards__container {
    padding-right: 90px;
    padding-left: 90px; } }
@media (min-width: 992px) {
  /* line 29273, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-car-cards__container {
    width: 100%;
    padding: 0 30px;
    max-width: 1733px;
    margin: 0 auto; } }
@media (min-width: 992px) and (min-width: 768px) {
  /* line 29281, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-car-cards__container {
    padding: 0 90px; } }
/* line 29286, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-car-cards__heading {
  margin-bottom: 2.2806973457rem;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 576px) {
  /* line 29293, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-car-cards__heading {
    max-width: none; } }
/* line 29297, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-car-cards--vans .g-car-cards__heading {
  color: #ac8c2e; }

/* line 29301, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-car-cards__subheading {
  margin-bottom: 2.2806973457rem; }

/* line 29304, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-car-cards__subheading a:active, .g-car-cards__subheading a:focus, .g-car-cards__subheading a:hover {
  text-decoration: none; }

/* line 29308, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-car-cards__footer {
  padding-top: 1.8020324707rem;
  padding-bottom: 1.8020324707rem; }

/* line 29312, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-car-cards__footer .c-pagination,
.g-car-cards__footer .pagination {
  justify-content: center; }

/* line 29317, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-car-cards__actions {
  text-align: center;
  margin: 1.125rem auto 0; }

/* line 29322, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-car-cards__important {
  background-color: #ffffff;
  padding: 1rem;
  border: 1px solid #d1d1d1;
  border-radius: 5px; }

@supports (grid-template-areas: none) {
  @media (max-width: 767.98px) {
    /* line 29331, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
    .p-special-offers .c-filter-triggers__primary,
    .p-special-offers .c-filter-triggers__secondary,
    .p-stock-offers .c-filter-triggers__primary,
    .p-stock-offers .c-filter-triggers__secondary,
    .p-ev-special-offers .c-filter-triggers__primary,
    .p-ev-special-offers .c-filter-triggers__secondary {
      padding: 0; } } }
/* line 29341, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-generic-cards {
  padding: 1.8020324707rem 0; }

@media (min-width: 992px) {
  /* line 29345, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-generic-cards {
    padding: 2.565784514rem 0; } }
/* line 29350, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--total-care .g-generic-cards__heading {
  color: #40c1ac; }

/* line 29354, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--electric .g-generic-cards__headingg {
  color: #ac8c2e; }

/* line 29358, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-generic-cards__intro {
  text-align: center;
  margin-bottom: 1rem; }

@media (min-width: 992px) {
  /* line 29363, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-generic-cards__intro {
    margin-bottom: 1.423828125rem; } }
/* line 29368, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-generic-cards__heading {
  margin-bottom: 0.5549289573rem; }

/* line 29372, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-generic-cards__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%; }

/* line 29378, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-generic-cards__items .c-generic-card {
  margin-bottom: 1rem; }

@media (min-width: 768px) {
  /* line 29383, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-generic-cards__text {
    font-size: 1.125rem; } }
/* line 29388, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-guide-cards {
  padding: 1.8020324707rem 0; }

@media (min-width: 992px) {
  /* line 29392, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-guide-cards {
    padding: 2.565784514rem 0; } }
/* line 29397, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-guide-cards__intro {
  text-align: center;
  margin-bottom: 1rem; }

@media (min-width: 992px) {
  /* line 29402, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-guide-cards__intro {
    margin-bottom: 1.423828125rem; } }
/* line 29407, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-guide-cards__heading {
  margin-bottom: 0.5549289573rem; }

/* line 29411, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-guide-cards__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%; }

/* line 29417, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-guide-cards__items .c-guide-card {
  margin-bottom: 1rem; }

/* line 29421, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-team {
  background-color: #eaeaea;
  padding: 1.8020324707rem 0; }

@media (min-width: 992px) {
  /* line 29426, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-team--lead .g-team__intro {
    order: 2; } }
/* line 29430, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-team:nth-child(2n+2) {
  background-color: #ffffff; }

/* line 29433, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-team .g-team__heading {
  margin-bottom: 0.5549289573rem; }

/* line 29436, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-team .g-team__description {
  margin-bottom: 1.265625rem;
  max-width: 750px; }

/* line 29440, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-cta {
  background-color: #002b49;
  color: #ffffff;
  text-align: center;
  padding: 1rem 0; }

@media (min-width: 576px) {
  /* line 29447, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-cta {
    padding: 1.265625rem 0; } }
@media (min-width: 768px) {
  /* line 29452, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-cta {
    text-align: left;
    padding-top: 1.423828125rem; } }
/* line 29457, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-cta--light {
  background-color: #eaeaea;
  color: #002b49; }

/* line 29461, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-cta--lighter {
  background-color: #ffffff;
  color: #002b49; }

/* line 29465, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-cta--ev a {
  color: #ac8c2e; }

/* line 29468, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-cta--total-care a {
  color: #40c1ac; }

/* line 29471, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-cta a {
  text-decoration: none; }

/* line 29475, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-cta__primary {
  display: flex;
  align-items: center; }

@media (min-width: 768px) {
  /* line 29480, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-cta__primary {
    padding-top: 1rem; } }
/* line 29485, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-cta__secondary {
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 29491, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-cta__heading {
  font-weight: 700;
  margin-bottom: 0.5549289573rem; }

/* line 29496, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-cta__lead {
  text-align: center;
  margin-bottom: 0;
  padding: 1rem 0;
  overflow-wrap: break-word; }

/* line 29503, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-derivatives {
  padding-bottom: 2.2806973457rem;
  position: relative; }

/* line 29507, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-derivatives #loader {
  top: 80px; }

/* line 29511, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-derivatives__head {
  height: 56px;
  background-color: #002b49;
  color: #ffffff;
  padding: 1rem;
  font-weight: 400; }

@media (min-width: 768px) {
  /* line 29519, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-derivatives__head {
    height: 72px; } }
/* line 29524, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-derivatives__column {
  position: relative;
  padding: 1rem 0.5549289573rem;
  text-align: left;
  overflow: hidden;
  font-weight: 600; }

/* line 29531, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-derivatives__column:first-child {
  border-top-left-radius: 7px; }

/* line 29534, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-derivatives__column:last-child {
  border-top-right-radius: 7px; }

@media (max-width: 1499.98px) {
  /* line 29538, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-derivatives__column:nth-last-child(2) {
    border-top-right-radius: 7px; } }
@media (min-width: 992px) {
  /* line 29543, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-derivatives__column {
    padding: 1rem 0.438462386rem; } }
/* line 29547, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-derivatives__column--spec {
  text-align: left;
  padding-left: 1rem; }

@media (max-width: 575.98px) {
  /* line 29552, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-derivatives__column--spec {
    padding-left: 15px; } }
/* line 29556, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-derivatives__column--fuel, .g-derivatives__column--transmission {
  display: none; }

@media (min-width: 992px) {
  /* line 29560, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-derivatives__column--fuel, .g-derivatives__column--transmission {
    display: table-cell; } }
/* line 29564, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-derivatives__column--list-price, .g-derivatives__column--contract-length {
  display: none; }

@media (min-width: 1500px) {
  /* line 29568, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-derivatives__column--list-price, .g-derivatives__column--contract-length {
    display: table-cell; } }
/* line 29572, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-derivatives__column--rate {
  text-align: left;
  width: 0; }

@media (max-width: 1199.98px) {
  /* line 29577, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-derivatives__column--rate {
    padding: 0.7023319616rem 0.5549289573rem; } }
/* line 29582, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-derivatives__table {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); }

/* line 29588, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-derivatives__more {
  display: none; }

/* line 29591, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-derivatives__more--show {
  display: block; }

/* line 29595, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts .g-signposts__intro {
  text-align: center;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.265625rem; }

@media (min-width: 768px) {
  /* line 29602, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts .g-signposts__intro {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    margin-left: 8.33333333%;
    margin-bottom: 1.8020324707rem; } }
@media (min-width: 992px) {
  /* line 29610, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts .g-signposts__intro {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    margin-left: 16.66666667%; } }
/* line 29616, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts .g-signposts__section-heading {
  margin-bottom: 1rem; }

/* line 29619, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts .g-signposts__heading {
  font-weight: 700;
  margin-bottom: 1rem; }

@media (min-width: 768px) {
  /* line 29624, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts .g-signposts__heading {
    font-size: 1.125rem; } }
@media (min-width: 992px) {
  /* line 29629, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts .g-signposts__heading {
    text-align: center; } }
/* line 29633, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts--4 .c-signpost {
  border-bottom: 1px solid #ffffff; }

@media (min-width: 768px) {
  /* line 29637, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts--4 .c-signpost {
    border-right: 1px solid #ffffff; }

  /* line 29640, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts--4 .c-signpost:last-child {
    border-right: 0px; } }
/* line 29644, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts--panels {
  padding: 1.265625rem 1.423828125rem; }

@media (min-width: 576px) {
  /* line 29648, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts--panels {
    padding-right: 30px;
    padding-left: 30px; } }
@media (min-width: 1500px) {
  /* line 29654, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts--panels {
    padding-right: 90px;
    padding-left: 90px; } }
@media (min-width: 768px) {
  /* line 29660, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts--panels {
    padding-top: 2.0272865295rem;
    padding-bottom: 2.0272865295rem; } }
@media (min-width: 1200px) {
  /* line 29666, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts--panels {
    padding-top: 3.2473210255rem;
    padding-bottom: 3.2473210255rem; } }
/* line 29671, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts--panels .c-signpost {
  background-image: none;
  margin-bottom: 1rem;
  border: none;
  margin-bottom: 1.265625rem; }

/* line 29677, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts--panels .c-signpost:last-child {
  margin-bottom: 0; }

@media (min-width: 768px) {
  /* line 29681, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts--panels .c-signpost:nth-child(3) {
    margin-bottom: 0; } }
@media (min-width: 992px) {
  /* line 29686, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts--panels .c-signpost {
    margin-bottom: 0; } }
/* line 29690, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts--panels .c-signpost__content {
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 3px solid #ac8c2e;
  min-height: auto;
  height: 100%;
  padding: 1rem;
  padding-top: 0.7023319616rem; }

@media (min-width: 768px) {
  /* line 29700, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts--panels .c-signpost__content {
    padding: 1.6018066406rem 1.423828125rem; } }
/* line 29704, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts--panels .c-signpost__title,
.g-signposts--panels .c-signpost__description {
  color: #002b49; }

/* line 29708, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts--panels .c-signpost__title {
  margin-bottom: 0;
  font-weight: 700; }

@media (min-width: 768px) {
  /* line 29713, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts--panels .c-signpost__title {
    margin-bottom: 0; } }
/* line 29717, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts--panels .c-signpost__header {
  align-items: center;
  margin-bottom: 0.5549289573rem; }

@media (min-width: 768px) {
  /* line 29722, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts--panels .c-signpost__header {
    margin-bottom: 0.7023319616rem; } }
/* line 29726, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts--panels .c-signpost__description {
  margin-bottom: 1.265625rem; }

@media (min-width: 768px) {
  /* line 29730, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts--panels .c-signpost__description {
    margin-bottom: 1.8020324707rem; } }
/* line 29734, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts--cards {
  padding: 1.265625rem 0 !important; }

@media (min-width: 576px) {
  /* line 29738, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts--cards {
    padding-right: 30px;
    padding-left: 30px; } }
@media (min-width: 1500px) {
  /* line 29744, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts--cards {
    padding-right: 90px;
    padding-left: 90px; } }
@media (min-width: 768px) {
  /* line 29750, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts--cards {
    padding-top: 2.0272865295rem;
    padding-bottom: 2.0272865295rem; } }
@media (min-width: 1200px) {
  /* line 29756, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts--cards {
    padding-top: 3.2473210255rem;
    padding-bottom: 3.2473210255rem; } }
/* line 29761, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts--cards .c-signpost {
  display: flex;
  flex-direction: column;
  background-image: none;
  margin-bottom: 1rem;
  border: none;
  margin-bottom: 1.265625rem; }

/* line 29769, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts--cards .c-signpost:last-child {
  margin-bottom: 0; }

@media (min-width: 768px) {
  /* line 29773, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts--cards .c-signpost:nth-child(3) {
    margin-bottom: 0; } }
@media (min-width: 992px) {
  /* line 29778, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts--cards .c-signpost {
    margin-bottom: 0; } }
/* line 29782, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts--cards .c-signpost__image {
  width: 100%; }

/* line 29785, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts--cards .c-signpost__content {
  background-color: #ffffff;
  min-height: auto;
  height: 100%;
  padding: 1rem;
  padding-top: 0.7023319616rem;
  text-align: center; }

@media (min-width: 768px) {
  /* line 29794, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts--cards .c-signpost__content {
    padding: 1.6018066406rem 1.423828125rem; } }
/* line 29798, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts--cards .c-signpost__title,
.g-signposts--cards .c-signpost__description {
  color: #002b49; }

/* line 29802, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts--cards .c-signpost__title {
  margin-bottom: 0;
  font-size: 1.265625rem;
  font-weight: 600; }

@media (min-width: 768px) {
  /* line 29808, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts--cards .c-signpost__title {
    margin-bottom: 0; } }
/* line 29812, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts--cards .c-signpost__header {
  align-items: center;
  margin-bottom: 0.5549289573rem; }

@media (min-width: 768px) {
  /* line 29817, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts--cards .c-signpost__header {
    margin-bottom: 0.7023319616rem; } }
/* line 29821, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts--cards .c-signpost__description {
  font-size: 1rem;
  margin-bottom: 1.265625rem; }

@media (min-width: 768px) {
  /* line 29826, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-signposts--cards .c-signpost__description {
    margin-bottom: 1.8020324707rem; } }
/* line 29830, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts--cards .c-signpost__button {
  width: 80%; }

/* line 29833, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts--dark {
  background-color: #002b49;
  color: #ffffff; }

/* line 29837, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts--ev .g-signposts__section-heading {
  color: #00a3e0; }

/* line 29840, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts--ev .c-signpost__content {
  border-top-color: #00a3e0; }

/* line 29843, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts--grosvenor {
  color: #ffffff;
  background-color: #1ea49c; }

/* line 29847, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-signposts--grosvenor .c-signpost__content {
  border-top: none; }

/* line 29850, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-badges {
  scrollbar-color: #888 transparent;
  scrollbar-width: thin; }

/* line 29854, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-badges ::-webkit-scrollbar-track {
  background: transparent;
  height: 10px; }

/* line 29858, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-badges ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
  height: 10px; }

/* line 29863, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-badges ::-webkit-scrollbar-thumb:hover {
  background: #555; }

/* line 29866, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-badges--stacked {
  background-color: #ffffff;
  padding-top: 1.265625rem;
  padding-bottom: 1.265625rem; }

@media (min-width: 992px) {
  /* line 29872, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-badges--stacked {
    padding-top: 3.2473210255rem;
    padding-bottom: 2.565784514rem; } }
/* line 29877, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-badges--stacked .row, .g-badges--stacked .g-guide-index-list .c-list-index, .g-guide-index-list .g-badges--stacked .c-list-index, .g-badges--stacked .g-order__row, .g-badges--stacked .c-secondary-cta #c-search__model-results-hero, .c-secondary-cta .g-badges--stacked #c-search__model-results-hero,
.g-badges--stacked .c-secondary-cta #c-search__model-results,
.c-secondary-cta .g-badges--stacked #c-search__model-results, .g-badges--stacked .c-card__sections, .g-badges--stacked .c-filters__triggers-content, .g-badges--stacked .c-modal-enquire__header, .g-badges--stacked .c-tabs__content-wrap, .g-badges--stacked .c-list-ticks, .g-badges--stacked .c-ev-fuel-tax-calculator {
  justify-content: center; }

/* line 29882, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-badges--stacked .c-badge__link {
  font-size: 0.7023319616rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.7023319616rem 0 0.8888888889rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }

@media (min-width: 992px) {
  /* line 29893, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-badges--stacked .c-badge__link {
    font-size: 1rem; } }
@media (min-width: 992px) {
  /* line 29898, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-badges--stacked .c-badge__link {
    padding: 0.7023319616rem 0 2.0272865295rem; } }
/* line 29902, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-badges--stacked .c-badge__logo {
  margin: 0 0 0.4932701843rem 0;
  width: 70px;
  height: 70px; }

@media (min-width: 992px) {
  /* line 29908, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-badges--stacked .c-badge__logo {
    width: 80px;
    height: 80px; } }
/* line 29913, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-badges--stacked .g-badges__all {
  display: none; }

/* line 29916, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-badges__heading {
  text-align: center;
  margin-bottom: 1.6018066406rem; }

/* line 29920, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-badges--dark {
  background-color: #002b49;
  color: #ffffff; }

/* line 29924, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-badges--jumbo .row, .g-badges--jumbo .g-guide-index-list .c-list-index, .g-guide-index-list .g-badges--jumbo .c-list-index, .g-badges--jumbo .g-order__row, .g-badges--jumbo .c-secondary-cta #c-search__model-results-hero, .c-secondary-cta .g-badges--jumbo #c-search__model-results-hero,
.g-badges--jumbo .c-secondary-cta #c-search__model-results,
.c-secondary-cta .g-badges--jumbo #c-search__model-results, .g-badges--jumbo .c-card__sections, .g-badges--jumbo .c-filters__triggers-content, .g-badges--jumbo .c-modal-enquire__header, .g-badges--jumbo .c-tabs__content-wrap, .g-badges--jumbo .c-list-ticks, .g-badges--jumbo .c-ev-fuel-tax-calculator {
  justify-content: flex-start; }

@media (min-width: 768px) {
  /* line 29930, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-badges--jumbo .c-badge {
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 992px) {
  /* line 29936, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-badges--jumbo .c-badge {
    flex: 0 0 16.66%;
    max-width: 16.66%; } }
@media (min-width: 1200px) {
  /* line 29942, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-badges--jumbo .c-badge {
    flex: 0 0 12.5%;
    max-width: 12.5%; } }
@media (min-width: 1500px) {
  /* line 29948, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-badges--jumbo .c-badge {
    flex: 0 0 10%;
    max-width: 10%; } }
/* line 29953, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-badges--jumbo .c-badge__logo {
  width: 60%;
  height: auto;
  padding-bottom: 60%; }

/* line 29958, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__manufacturer .g-badges {
  padding-left: 0;
  padding-right: 0; }

/* line 29963, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-badges__all {
  padding-top: 1.6018066406rem;
  text-align: center;
  display: inline-block;
  width: 100%; }

/* line 29969, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-badges__all .c-search__link {
  display: inline; }

/* line 29973, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-trust-cue-main {
  padding-top: 0;
  padding-bottom: 2.8865075782rem; }

/* line 29978, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search {
  font-weight: 500; }

/* line 29981, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search.is-fixed {
  position: fixed;
  top: 60px !important; }

@media (min-width: 1200px) {
  /* line 29986, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-search.is-fixed {
    top: 48px !important; } }
/* line 29991, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__options {
  height: 48px;
  background: #ffffff;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0 0 5px 5px; }

/* line 29999, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__options:hover, .g-search__options:active, .g-search__options.is-active {
  background-color: #eaeaea;
  text-decoration: none; }

/* line 30003, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__options:hover .g-search__option .g-search__link:before, .g-search__options:hover .g-search__option .g-search__link:after, .g-search__options:active .g-search__option .g-search__link:before, .g-search__options:active .g-search__option .g-search__link:after, .g-search__options.is-active .g-search__option .g-search__link:before, .g-search__options.is-active .g-search__option .g-search__link:after {
  background-image: url(/assets/navbar-accent-mute-4c379bbed7314be82e5553166692463ea46db88295ec0898486f97286eb550dd.png); }

/* line 30006, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__options:hover .g-search__option .g-search__link:hover:before, .g-search__options:hover .g-search__option .g-search__link:hover:after, .g-search__options:hover .g-search__option .g-search__link.is-active:before, .g-search__options:hover .g-search__option .g-search__link.is-active:after, .g-search__options:active .g-search__option .g-search__link:hover:before, .g-search__options:active .g-search__option .g-search__link:hover:after, .g-search__options:active .g-search__option .g-search__link.is-active:before, .g-search__options:active .g-search__option .g-search__link.is-active:after, .g-search__options.is-active .g-search__option .g-search__link:hover:before, .g-search__options.is-active .g-search__option .g-search__link:hover:after, .g-search__options.is-active .g-search__option .g-search__link.is-active:before, .g-search__options.is-active .g-search__option .g-search__link.is-active:after {
  background-image: url(/assets/navbar-accent-1aed9423d24608fdeb8521d825704efbc8ea58d8abd0fb7dff91c4504b17e406.png); }

/* line 30010, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__option {
  display: inline-flex;
  flex: 1;
  border-left: 2px solid #bebebe; }

/* line 30015, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__option > .g-search__link {
  font-weight: 600; }

/* line 30018, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__option:first-child {
  border-left: 0px; }

/* line 30021, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__option:first-child .g-search__link:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 7px;
  position: absolute;
  top: 0;
  left: -5px;
  background-image: url(/assets/navbar-accent-1aed9423d24608fdeb8521d825704efbc8ea58d8abd0fb7dff91c4504b17e406.png);
  background-size: contain; }

/* line 30032, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__option:first-child .g-search__link:hover {
  border-radius: 0 0 0 5px; }

/* line 30035, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__option:last-child .g-search__link:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  right: -6px;
  background-image: url(/assets/navbar-accent-1aed9423d24608fdeb8521d825704efbc8ea58d8abd0fb7dff91c4504b17e406.png);
  background-size: contain;
  transform: scaleX(-1); }

/* line 30047, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__option:last-child .g-search__link:hover {
  border-radius: 0 0 5px 0; }

/* line 30051, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__link {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%; }

/* line 30057, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__options .g-search__link {
  line-height: 48px; }

/* line 30060, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__options .g-search__link:hover, .g-search__options .g-search__link:active, .g-search__options .g-search__link.is-active {
  background-color: #ffffff;
  text-decoration: none; }

/* line 30064, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__link .badge {
  margin-right: 2px;
  font-size: 0.7901234568rem;
  font-weight: 400; }

/* line 30069, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__link .badge-success {
  background-color: #ac8c2e; }

/* line 30073, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__reveals {
  margin-top: -5px;
  margin-left: 2px; }

/* line 30078, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__reveal {
  display: none;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  margin-left: -2px;
  border-radius: 0 0 5px 5px;
  padding: 2.2806973457rem; }

/* line 30087, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__reveal .g-search__link {
  text-align: left;
  line-height: 2; }

/* line 30091, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__reveal .g-search__badge {
  height: 1.2em;
  width: 1.2em;
  margin-right: 0.5em; }

/* line 30096, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__reveal.show {
  display: block; }

@media (min-width: 1200px) {
  /* line 30101, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-search__manufacturer {
    width: 80%; } }
@media (min-width: 1500px) {
  /* line 30106, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-search__manufacturer {
    width: 60%; } }
/* line 30111, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__model {
  margin-left: 25%;
  width: 40%; }

/* line 30116, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__bodytype {
  margin-left: auto;
  margin-right: 0;
  width: 60%; }

/* line 30121, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__bodytype .c-badge__link {
  text-align: left; }

/* line 30124, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__bodytype .c-badge__logo {
  height: 1.2em;
  width: 62px; }

/* line 30129, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__budget {
  margin-left: 75%;
  width: 25%; }

/* line 30133, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-search__budget .g-search__link {
  text-align: center;
  font-size: 1rem;
  font-weight: 500; }

/* line 30139, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pagination__content {
  margin: 1.265625rem 0; }

@media (min-width: 576px) {
  /* line 30143, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pagination__content {
    margin: 1.8020324707rem 0; }

  /* line 30146, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-car-cards .pagination[button=next] .pagination__content {
    margin-top: 0; } }
/* line 30150, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pagination__content--load-more .pagination__link {
  border-radius: 8px;
  width: 23.625rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #002B49;
  margin: 0 24px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  height: 58px;
  font-weight: bold; }

/* line 30165, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pagination__content--load-more .pagination__link .icon-refresh {
  display: inline-block;
  margin-right: 1.5rem;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMi4wMDkiIHZpZXdCb3g9IjAgMCAzMiAzMi4wMDkiPgogIDxnIGlkPSJQYWdlLTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMyKSByb3RhdGUoOTApIj4KICAgIDxnIGlkPSJJY29uLVNldC1GaWxsZWQiPgogICAgICA8cGF0aCBpZD0icmVmcmVzaCIgZD0iTTE1NS4xNTEsMTE0My41NmMtLjUzOS0uNTQtMS4xNTEtMS4wMS0xLjE1MS0xLjU2YTEsMSwwLDAsMSwxLTFoMTBhLjkyOC45MjgsMCwwLDEsMSwxdjEwYTEsMSwwLDAsMS0xLDFjLS41NTMsMC0uOTM4LS41My0xLjM2NC0uOTVsLTIuNzc5LTIuNzhhMTEuOTksMTEuOTksMCwxLDAsMTEuMTUyLTQuMDl2LTQuMDRhMTYuMDA5LDE2LjAwOSwwLDEsMS0xMy45OTMsNS4yOWwtMi44NjUtMi44NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1NCAtMTE0MSkiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==") no-repeat center;
  mask-size: contain;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMi4wMDkiIHZpZXdCb3g9IjAgMCAzMiAzMi4wMDkiPgogIDxnIGlkPSJQYWdlLTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMyKSByb3RhdGUoOTApIj4KICAgIDxnIGlkPSJJY29uLVNldC1GaWxsZWQiPgogICAgICA8cGF0aCBpZD0icmVmcmVzaCIgZD0iTTE1NS4xNTEsMTE0My41NmMtLjUzOS0uNTQtMS4xNTEtMS4wMS0xLjE1MS0xLjU2YTEsMSwwLDAsMSwxLTFoMTBhLjkyOC45MjgsMCwwLDEsMSwxdjEwYTEsMSwwLDAsMS0xLDFjLS41NTMsMC0uOTM4LS41My0xLjM2NC0uOTVsLTIuNzc5LTIuNzhhMTEuOTksMTEuOTksMCwxLDAsMTEuMTUyLTQuMDl2LTQuMDRhMTYuMDA5LDE2LjAwOSwwLDEsMS0xMy45OTMsNS4yOWwtMi44NjUtMi44NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1NCAtMTE0MSkiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==") no-repeat center;
  -webkit-mask-size: contain; }

/* line 30176, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pagination__content--load-more .pagination__summary {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 20px; }

@media (max-width: 460px) {
  /* line 30182, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pagination__content--load-more .pagination__summary {
    font-size: 18px; } }
/* line 30186, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pagination__content--load-more .pagination__progress-wrapper {
  display: flex;
  justify-content: center; }

/* line 30190, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pagination__content--load-more .pagination__progress-wrapper .progress {
  width: 90%;
  max-width: 23.625rem;
  height: 1rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1; }

/* line 30198, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pagination__content--load-more .pagination__progress-wrapper .progress__fill {
  height: 100%;
  background: linear-gradient(to right, #AC8C3C, #C9A13B);
  border-radius: 9999px; }

/* line 30203, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pagination__content--load-more .pagination__link-wrapper {
  margin-top: 40px; }

@media (max-width: 991.98px) {
  /* line 30207, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pagination__content--load-more .pagination__link-wrapper::before, .pagination__content--load-more .pagination__link-wrapper::after {
    content: "";
    border-bottom: solid 3px #bebebe; }

  /* line 30211, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pagination__content--load-more .pagination__link-wrapper a {
    width: 300px;
    text-align: center;
    margin: 0 8px; }

  /* line 30216, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pagination__content--load-more .pagination__link-wrapper .pagination__link {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.3rem; }

  /* line 30222, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pagination__content--load-more .pagination__link-wrapper .pagination__link .icon-refresh {
    width: 1.5rem;
    height: 1.5rem; } }
@media (max-width: 460px) {
  /* line 30228, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pagination__content--load-more .pagination__link-wrapper .pagination__link {
    height: 48px;
    font-size: 1rem; }

  /* line 30232, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pagination__content--load-more .pagination__link-wrapper .pagination__link .icon-refresh {
    width: 1.3rem;
    height: 1.3rem;
    margin-right: 1rem; }

  /* line 30237, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .pagination__content--load-more .pagination__link-wrapper a {
    width: 208px; } }
/* line 30241, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pagination__content--previous .pagination__link {
  margin: 0 1rem;
  height: unset;
  font-weight: bold; }

/* line 30247, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pagination__summary {
  margin-bottom: 0;
  text-align: center; }

/* line 30252, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pagination__link-wrapper {
  display: flex;
  align-items: center;
  margin-top: 1rem; }

/* line 30257, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.pagination__link-wrapper::before, .pagination__link-wrapper::after {
  content: "";
  flex: 1;
  border-bottom: solid 4px #bebebe; }

/* line 30263, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features {
  padding: 1.8020324707rem 0; }

@media (min-width: 992px) {
  /* line 30267, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-features {
    padding: 2.2806973457rem 0; } }
@media (min-width: 1200px) {
  /* line 30272, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-features {
    padding: 2.8865075782rem 0; } }
@media (min-width: 1500px) {
  /* line 30277, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-features {
    padding: 4.1098906729rem 0; } }
@media (max-width: 575.98px) {
  /* line 30282, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-features.truncate-content--hidden .c-feature:nth-child(n+5) {
    display: none; } }
/* line 30286, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features--grey {
  background-color: #eaeaea; }

/* line 30289, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features--white {
  background-color: #ffffff; }

/* line 30292, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features--blue {
  background-color: #002b49; }

/* line 30295, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features--blue .g-features__heading {
  color: #ffffff; }

/* line 30298, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features--blue .g-feature__text {
  color: #ffffff; }

/* line 30301, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features--ev .c-feature__icon {
  border-color: #00a3e0; }

/* line 30304, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features--ev .c-feature__heading {
  color: #002b49; }

/* line 30307, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features--ev .c-feature__text a {
  color: #002b49; }

/* line 30310, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features--ev .g-features__accent-text {
  color: #00a3e0; }

/* line 30313, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features--secondary .c-feature__icon {
  border: none;
  background-color: #002b49; }

/* line 30317, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features--secondary .c-feature__content {
  border-radius: 8px; }

@media (min-width: 1200px) {
  /* line 30321, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-features--secondary .c-feature__content {
    border-radius: 10px; } }
/* line 30325, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features--secondary.g-features--ev .c-feature__icon {
  border: none;
  background-color: #00a3e0; }

/* line 30329, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features--secondary.g-features--ev .c-feature__heading {
  color: #00a3e0; }

/* line 30332, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features--secondary.g-features--ev .c-feature__text a {
  color: #00a3e0; }

/* line 30335, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features--tertiary .c-feature {
  margin: 1.265625rem 0; }

/* line 30338, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features--tertiary .c-feature__icon {
  border: none;
  border-radius: 0;
  background-color: transparent;
  position: static;
  margin: 0 auto 1.423828125rem;
  width: 110px;
  height: 110px; }

/* line 30347, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features--tertiary .c-feature__icon img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain; }

/* line 30353, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features--tertiary .c-feature__content {
  border-radius: 0;
  box-shadow: none;
  padding: 1.8020324707rem; }

/* line 30358, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features--teal {
  background-color: #d5e9e6; }

/* line 30361, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features--total-care .c-feature__heading {
  color: #002b49; }

/* line 30364, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features--total-care .g-features__accent-text {
  color: #002b49; }

/* line 30367, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features--centred {
  text-align: center; }

/* line 30370, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features--centred .c-feature__text {
  text-align: center; }

/* line 30374, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features__wrap .row, .g-features__wrap .g-guide-index-list .c-list-index, .g-guide-index-list .g-features__wrap .c-list-index, .g-features__wrap .g-order__row, .g-features__wrap .c-secondary-cta #c-search__model-results-hero, .c-secondary-cta .g-features__wrap #c-search__model-results-hero,
.g-features__wrap .c-secondary-cta #c-search__model-results,
.c-secondary-cta .g-features__wrap #c-search__model-results, .g-features__wrap .c-card__sections, .g-features__wrap .c-filters__triggers-content, .g-features__wrap .c-modal-enquire__header, .g-features__wrap .c-tabs__content-wrap, .g-features__wrap .c-list-ticks, .g-features__wrap .c-ev-fuel-tax-calculator {
  margin-top: 56px; }

/* line 30380, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features__heading {
  text-align: center; }

/* line 30384, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-feature__text {
  text-align: center; }

@media (min-width: 768px) {
  /* line 30388, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-feature__text {
    font-size: 1rem; } }
/* line 30393, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features__accent-text {
  color: #ac8c2e; }

/* line 30397, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features__bottom-image {
  width: 100%;
  object-fit: contain; }

/* line 30402, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features__truncate-button {
  font-weight: 600;
  margin: 1.125rem auto;
  display: none;
  position: relative; }

@media (max-width: 575.98px) {
  /* line 30409, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-features__truncate-button {
    display: block; } }
/* line 30413, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features__truncate-button::before, .g-features__truncate-button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: calc(50vw - 105px);
  background: #d1d1d1; }

/* line 30422, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features__truncate-button::before {
  right: 100%;
  margin-right: 22px; }

/* line 30426, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-features__truncate-button::after {
  left: 100%;
  margin-left: 22px; }

/* line 30431, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-list-ticks-featured {
  padding: 0; }

/* line 30435, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-list-ticks-featured__group {
  padding: 0; }

/* line 30439, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-sign-up-bar {
  color: #ffffff;
  background-color: #002b49; }

/* line 30444, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-sign-up-bar__primary {
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 8px;
  padding-left: 15px;
  justify-content: center;
  flex-basis: 50%; }

@media (min-width: 768px) {
  /* line 30455, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__primary {
    justify-content: flex-start;
    flex-basis: auto;
    padding-top: 15px;
    padding-bottom: 15px; } }
/* line 30462, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-sign-up-bar__primary .b-info, .g-sign-up-bar__primary .g-deal-options__info, .g-sign-up-bar__primary .c-message__info, .g-sign-up-bar__primary .c-list-table__info {
  display: none;
  margin-left: 1rem; }

@media (min-width: 992px) {
  /* line 30467, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__primary .b-info, .g-sign-up-bar__primary .g-deal-options__info, .g-sign-up-bar__primary .c-message__info, .g-sign-up-bar__primary .c-list-table__info {
    display: block; } }
/* line 30472, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-sign-up-bar__secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 15px;
  flex-basis: 50%; }

@media (min-width: 768px) {
  /* line 30483, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__secondary {
    justify-content: flex-end;
    flex-basis: auto;
    padding-top: 15px;
    padding-bottom: 15px; } }
/* line 30491, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-sign-up-bar__icon {
  display: none; }

@media (min-width: 992px) {
  /* line 30495, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__icon {
    display: block;
    margin: 0 1.423828125rem 0 -40px; } }
@media (min-width: 992px) {
  /* line 30501, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__icon {
    margin: 0 1.423828125rem 0 -100px; } }
/* line 30505, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-sign-up-bar__icon img {
  width: 170px; }

/* line 30509, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-sign-up-bar__header {
  display: none;
  margin-right: 1.6018066406rem; }

@media (min-width: 768px) {
  /* line 30514, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__header {
    display: inline; } }
/* line 30518, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-sign-up-bar__header h3 {
  font-size: 1rem;
  margin-bottom: 0; }

@media (min-width: 576px) {
  /* line 30523, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__header h3 {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 30528, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__header h3 {
    font-size: 1rem; } }
@media (min-width: 992px) {
  /* line 30533, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__header h3 {
    font-size: 1rem; } }
@media (min-width: 1200px) {
  /* line 30538, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__header h3 {
    font-size: 1rem; } }
@media (min-width: 1500px) {
  /* line 30543, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__header h3 {
    font-size: 1.423828125rem; } }
/* line 30548, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-sign-up-bar__form {
  display: none; }

@media (min-width: 992px) {
  /* line 30552, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__form {
    display: inline-flex;
    flex-grow: 0;
    justify-content: center;
    align-items: center; } }
/* line 30559, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-sign-up-bar__form .b-form-group, .g-sign-up-bar__form .c-form-contact-footer__form-group, .g-sign-up-bar__form .c-search__form-group, .g-sign-up-bar__form .c-ar-contact-form__form-group, .g-sign-up-bar__form .c-tabs__search {
  margin-bottom: 0;
  margin-left: 5px; }

/* line 30563, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-sign-up-bar__form .b-form-control, .g-sign-up-bar__form .b-form-search__input, .g-sign-up-bar__form .c-form-contact-footer__control, .g-sign-up-bar__form .c-ar-contact-form__input, .g-sign-up-bar__form .c-tabs__input {
  max-width: 138px;
  font-size: 0.8888888889rem; }

@media (min-width: 576px) {
  /* line 30568, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__form .b-form-control, .g-sign-up-bar__form .b-form-search__input, .g-sign-up-bar__form .c-form-contact-footer__control, .g-sign-up-bar__form .c-ar-contact-form__input, .g-sign-up-bar__form .c-tabs__input {
    font-size: 0.8888888889rem; } }
@media (min-width: 768px) {
  /* line 30573, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__form .b-form-control, .g-sign-up-bar__form .b-form-search__input, .g-sign-up-bar__form .c-form-contact-footer__control, .g-sign-up-bar__form .c-ar-contact-form__input, .g-sign-up-bar__form .c-tabs__input {
    font-size: 0.8888888889rem; } }
@media (min-width: 992px) {
  /* line 30578, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__form .b-form-control, .g-sign-up-bar__form .b-form-search__input, .g-sign-up-bar__form .c-form-contact-footer__control, .g-sign-up-bar__form .c-ar-contact-form__input, .g-sign-up-bar__form .c-tabs__input {
    font-size: 0.8888888889rem; } }
@media (min-width: 1200px) {
  /* line 30583, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__form .b-form-control, .g-sign-up-bar__form .b-form-search__input, .g-sign-up-bar__form .c-form-contact-footer__control, .g-sign-up-bar__form .c-ar-contact-form__input, .g-sign-up-bar__form .c-tabs__input {
    font-size: 1rem; } }
@media (min-width: 1500px) {
  /* line 30588, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__form .b-form-control, .g-sign-up-bar__form .b-form-search__input, .g-sign-up-bar__form .c-form-contact-footer__control, .g-sign-up-bar__form .c-ar-contact-form__input, .g-sign-up-bar__form .c-tabs__input {
    font-size: 1rem; } }
@media (min-width: 1500px) {
  /* line 30593, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__form .b-form-control, .g-sign-up-bar__form .b-form-search__input, .g-sign-up-bar__form .c-form-contact-footer__control, .g-sign-up-bar__form .c-ar-contact-form__input, .g-sign-up-bar__form .c-tabs__input {
    max-width: 150px; } }
/* line 30597, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-sign-up-bar__form button:after {
  content: "";
  height: 16px;
  width: 16px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618393102/icons/email-white_gbxhky.svg");
  background-repeat: no-repeat;
  background-size: 16px 12px;
  background-position: center;
  margin-left: 8px;
  vertical-align: text-bottom; }

/* line 30610, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-sign-up-bar__trigger {
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.3897443431rem 0.273729909rem 0.5549289573rem; }

@media only screen and (max-width: 374px) {
  /* line 30619, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__trigger {
    font-size: 0.7901234568rem; } }
@media (min-width: 576px) {
  /* line 30624, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__trigger {
    display: inline-block;
    width: auto;
    padding: 0.3897443431rem 1.125rem 0.5549289573rem; } }
@media (min-width: 992px) {
  /* line 30631, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__trigger {
    display: none; } }
/* line 30635, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-sign-up-bar__trigger:after {
  content: "";
  height: 16px;
  width: 16px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618393102/icons/email-white_gbxhky.svg");
  background-repeat: no-repeat;
  background-size: 16px 12px;
  background-position: center;
  margin-left: 5px;
  vertical-align: text-bottom; }

/* line 30648, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-sign-up-bar__title {
  display: none;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 0;
  margin-right: 1rem; }

@media (min-width: 1200px) {
  /* line 30656, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__title {
    display: inline-flex; } }
@media (min-width: 576px) {
  /* line 30661, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__title {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 30666, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__title {
    font-size: 1rem; } }
@media (min-width: 992px) {
  /* line 30671, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__title {
    font-size: 1rem; } }
@media (min-width: 1200px) {
  /* line 30676, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__title {
    font-size: 1rem; } }
@media (min-width: 1500px) {
  /* line 30681, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__title {
    font-size: 1.423828125rem; } }
/* line 30685, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-sign-up-bar__title .b-info, .g-sign-up-bar__title .g-deal-options__info, .g-sign-up-bar__title .c-message__info, .g-sign-up-bar__title .c-list-table__info {
  margin-left: 10px;
  margin-right: 0; }

/* line 30690, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-sign-up-bar__forward {
  font-size: 0.8888888889rem; }

@media (min-width: 576px) {
  /* line 30694, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__forward {
    font-size: 0.8888888889rem; } }
@media (min-width: 768px) {
  /* line 30699, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__forward {
    font-size: 0.8888888889rem; } }
@media (min-width: 992px) {
  /* line 30704, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__forward {
    font-size: 0.8888888889rem; } }
@media (min-width: 1200px) {
  /* line 30709, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__forward {
    font-size: 1rem; } }
@media (min-width: 1500px) {
  /* line 30714, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__forward {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 30719, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__forward {
    margin-right: 15px; } }
/* line 30724, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-sign-up-bar__close {
  display: none;
  color: #8c8c8c;
  text-decoration: none; }

@media (min-width: 768px) {
  /* line 30730, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-sign-up-bar__close {
    display: inline-block; } }
/* line 30734, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-sign-up-bar__close:after {
  content: "X";
  padding-left: 5px;
  display: inline-block; }

/* line 30740, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-signposts .c-total-care-signpost {
  border-bottom: 1px solid #ffffff; }

@media (min-width: 768px) {
  /* line 30744, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-signposts .c-total-care-signpost {
    border-right: 1px solid #ffffff; }

  /* line 30747, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-signposts .c-total-care-signpost:last-child {
    border-right: 0px; } }
/* line 30751, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-signposts__heading,
.g-total-care-signposts__subheading {
  text-align: center; }

/* line 30756, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-signposts__heading {
  margin-bottom: 2.2806973457rem; }

/* line 30759, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care--vans .g-total-care-signposts__heading {
  color: #ac8c2e; }

/* line 30763, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-signposts__subheading {
  margin-top: 1.8020324707rem;
  margin-bottom: 2.2806973457rem; }

/* line 30767, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-signposts__subheading a:active, .g-total-care-signposts__subheading a:focus, .g-total-care-signposts__subheading a:hover {
  text-decoration: none; }

/* line 30771, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-signposts__footer {
  margin-top: 1.8020324707rem;
  padding-top: 1.8020324707rem;
  padding-bottom: 1.8020324707rem; }

/* line 30776, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-signposts__footer .c-pagination,
.g-total-care-signposts__footer .pagination {
  justify-content: center; }

/* line 30781, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-important-info {
  padding: 1.8020324707rem 0; }

@media (min-width: 992px) {
  /* line 30785, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-important-info {
    padding: 2.565784514rem 0; } }
/* line 30789, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-important-info--dark {
  background-color: #494949; }

/* line 30792, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-important-info--dark .g-important-info__wrap {
  background-color: #8c8c8c;
  border: 1px solid #8c8c8c;
  color: #ffffff; }

/* line 30798, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-important-info__wrap {
  background-color: #ffffff;
  padding: 1rem;
  border: 1px solid #d1d1d1;
  border-radius: 5px; }

/* line 30805, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-snap-carousel {
  display: flex;
  display: grid;
  -ms-grid-auto-flow: column;
  grid-auto-flow: column;
  -ms-grid-auto-columns: calc(100% - 20px);
  grid-auto-columns: calc(100% - 20px);
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  margin: 0 -15px; }

@media (min-width: 576px) {
  /* line 30818, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-snap-carousel {
    -ms-grid-auto-columns: calc(50% - 20px);
    grid-auto-columns: calc(50% - 20px); } }
@media (min-width: 992px) {
  /* line 30824, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-snap-carousel {
    -ms-grid-auto-columns: calc(33.33% - 20px);
    grid-auto-columns: calc(33.33% - 20px); } }
@media (min-width: 1500px) {
  /* line 30830, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-snap-carousel {
    -ms-grid-auto-columns: 25%;
    grid-auto-columns: 25%; } }
/* line 30835, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-snap-carousel .c-news-card,
.g-snap-carousel .c-card-car,
.g-snap-carousel .c-badge,
.g-snap-carousel .c-vehicle-thumb {
  max-width: 100%;
  -ms-scroll-snap-align: center;
  scroll-snap-align: center; }

/* line 30843, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-snap-carousel .c-news-card:focus,
.g-snap-carousel .c-card-car:focus,
.g-snap-carousel .c-badge:focus,
.g-snap-carousel .c-vehicle-thumb:focus {
  outline: 0; }

/* line 30849, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-snap-carousel .c-news-card:focus-visible,
.g-snap-carousel .c-card-car:focus-visible,
.g-snap-carousel .c-badge:focus-visible,
.g-snap-carousel .c-vehicle-thumb:focus-visible {
  outline-offset: -1px;
  outline: 1px solid #ac8c2e; }

/* line 30856, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-snap-carousel .c-news-card:last-child,
.g-snap-carousel .c-card-car:last-child,
.g-snap-carousel .c-badge:last-child,
.g-snap-carousel .c-vehicle-thumb:last-child {
  position: relative; }

/* line 30862, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-snap-carousel .c-news-card:last-child::after,
.g-snap-carousel .c-card-car:last-child::after,
.g-snap-carousel .c-badge:last-child::after,
.g-snap-carousel .c-vehicle-thumb:last-child::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0; }

/* line 30872, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-latest-news .g-snap-carousel--news .c-news-card {
  margin-bottom: 1.265625rem; }

@media (min-width: 576px) {
  /* line 30876, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-latest-news .g-snap-carousel--news .c-news-card {
    margin-bottom: 1.8020324707rem; } }
/* line 30880, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-snap-carousel--badges {
  -ms-grid-auto-columns: calc(33.33% - 20px);
  grid-auto-columns: calc(33.33% - 20px);
  scroll-snap-type: none; }

/* line 30885, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-snap-carousel--badges.g-snap-carousel {
  justify-content: flex-start; }

@media (min-width: 576px) {
  /* line 30889, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-snap-carousel--badges {
    -ms-grid-auto-columns: calc(20% - 20px);
    grid-auto-columns: calc(20% - 20px); } }
@media (min-width: 992px) {
  /* line 30895, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-snap-carousel--badges {
    display: flex; }

  /* line 30898, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-snap-carousel--badges.g-snap-carousel {
    justify-content: center; } }
@media (min-width: 1500px) {
  /* line 30903, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-snap-carousel--badges {
    display: flex; }

  /* line 30906, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-snap-carousel--badges.g-snap-carousel {
    justify-content: center; } }
/* line 30910, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-snap-carousel--vehicle-row {
  max-width: 100%;
  -ms-grid-auto-columns: 220px;
  grid-auto-columns: 220px;
  margin: 0 auto;
  overflow-y: hidden; }

/* line 30917, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-snap-carousel--trust-cues {
  margin: 0; }

/* line 30920, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-snap-carousel--trust-cues--make {
  align-content: center;
  margin: 0 3rem;
  padding: 0 3rem;
  justify-content: space-between; }

@media (min-width: 1500px) {
  /* line 30927, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-snap-carousel--trust-cues--make {
    display: flex;
    margin: 30px 30px 0 30px;
    justify-content: space-around;
    grid-auto-columns: 100% !important;
    padding: 0px 20px; } }
/* line 30935, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-snap-carousel--reviews {
  margin: 0;
  -ms-grid-auto-columns: 100%;
  grid-auto-columns: 100%;
  grid-gap: 1rem;
  gap: 1rem; }

/* line 30942, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-snap-carousel--reviews .c-review {
  -ms-scroll-snap-align: start;
  scroll-snap-align: start; }

/* line 30946, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-snap-carousel--deal-photos {
  overflow-y: hidden;
  grid-auto-columns: 100%; }

@media (min-width: 992px) {
  /* line 30951, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-snap-carousel--deal-photos {
    overflow: hidden; } }
/* line 30955, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-snap-carousel--deal-photos .g-deal-photos__main-img {
  -ms-scroll-snap-align: start;
  scroll-snap-align: start; }

/* line 30959, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-snap-carousel--make {
  display: flex;
  margin: 30px 30px 0 30px;
  grid-auto-columns: 100% !important;
  justify-content: space-between;
  padding: 0 3.7rem 0 3.7rem; }

/* line 30967, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-tiled-banners {
  padding: 3.2473210255rem 0; }

/* line 30970, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-tiled-banners .row, .g-tiled-banners .g-guide-index-list .c-list-index, .g-guide-index-list .g-tiled-banners .c-list-index, .g-tiled-banners .g-order__row, .g-tiled-banners .c-secondary-cta #c-search__model-results-hero, .c-secondary-cta .g-tiled-banners #c-search__model-results-hero,
.g-tiled-banners .c-secondary-cta #c-search__model-results,
.c-secondary-cta .g-tiled-banners #c-search__model-results, .g-tiled-banners .c-card__sections, .g-tiled-banners .c-filters__triggers-content, .g-tiled-banners .c-modal-enquire__header, .g-tiled-banners .c-tabs__content-wrap, .g-tiled-banners .c-list-ticks, .g-tiled-banners .c-ev-fuel-tax-calculator {
  margin-left: -11px;
  margin-right: -11px; }

@media (min-width: 992px) {
  /* line 30977, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-tiled-banners {
    padding: 4.1098906729rem 0; } }
/* line 30981, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-tiled-banners .c-tiled-banner {
  padding-right: 11px;
  padding-left: 11px; }

/* line 30985, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-tiled-banners--2 .c-tiled-banner {
  padding-right: 11px;
  padding-left: 11px; }

/* line 30989, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-tiled-banners--3 .c-tiled-banner {
  padding-right: 11px;
  padding-left: 11px; }

/* line 30993, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-tiled-banners--4 .c-tiled-banner {
  padding-right: 11px;
  padding-left: 11px; }

/* line 30997, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-tiled-banners--white {
  background-color: #ffffff; }

/* line 31000, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-tiled-banners--grey {
  background-color: #eaeaea; }

/* line 31003, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-tiled-banners--dark {
  background-color: #002b49; }

/* line 31007, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-trustpilot {
  background-color: #ffffff;
  padding: 1.8020324707rem 0; }

/* line 31011, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-trustpilot--sidebar {
  padding: 0; }

/* line 31014, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-trustpilot--sidebar .l-container, .g-trustpilot--sidebar .p-specialist-leasing .g-car-cards .l-container-mark, .g-trustpilot--sidebar .p-specialist-leasing .g-car-cards .p-business-leasing .g-features__wrap, .p-business-leasing .g-trustpilot--sidebar .p-specialist-leasing .g-car-cards .g-features__wrap, .p-specialist-leasing .g-car-cards .g-trustpilot--sidebar .l-container-mark, .p-specialist-leasing .g-car-cards .g-trustpilot--sidebar .p-business-leasing .g-features__wrap, .p-business-leasing .p-specialist-leasing .g-car-cards .g-trustpilot--sidebar .g-features__wrap, .g-trustpilot--sidebar .p-specialist-leasing .g-car-cards .c-trust-cues--perfect-car, .p-specialist-leasing .g-car-cards .g-trustpilot--sidebar .c-trust-cues--perfect-car, .g-trustpilot--sidebar .p-specialist-leasing .g-car-cards .g-badges--jumbo, .p-specialist-leasing .g-car-cards .g-trustpilot--sidebar .g-badges--jumbo, .g-trustpilot--sidebar .p-specialist-leasing .g-car-cards .g-trust-cue-main, .p-specialist-leasing .g-car-cards .g-trustpilot--sidebar .g-trust-cue-main, .g-trustpilot--sidebar .p-specialist-leasing .g-car-cards .g-quote__terms, .p-specialist-leasing .g-car-cards .g-trustpilot--sidebar .g-quote__terms, .g-trustpilot--sidebar .p-specialist-leasing .g-car-cards .g-content--full .g-content__wrap, .p-specialist-leasing .g-car-cards .g-content--full .g-trustpilot--sidebar .g-content__wrap, .g-trustpilot--sidebar .g-content--full .p-specialist-leasing .g-car-cards .g-content__wrap, .g-content--full .p-specialist-leasing .g-car-cards .g-trustpilot--sidebar .g-content__wrap, .g-trustpilot--sidebar .p-contact-us .g-content__wrap, .p-contact-us .g-trustpilot--sidebar .g-content__wrap, .g-trustpilot--sidebar .p-partnership .g-signposts--panels .row, .p-partnership .g-signposts--panels .g-trustpilot--sidebar .row, .g-trustpilot--sidebar .p-partnership .g-signposts--panels .c-secondary-cta #c-search__model-results-hero, .p-partnership .g-signposts--panels .c-secondary-cta .g-trustpilot--sidebar #c-search__model-results-hero, .g-trustpilot--sidebar .c-secondary-cta .p-partnership .g-signposts--panels #c-search__model-results-hero, .c-secondary-cta .p-partnership .g-signposts--panels .g-trustpilot--sidebar #c-search__model-results-hero,
.g-trustpilot--sidebar .p-partnership .g-signposts--panels .c-secondary-cta #c-search__model-results,
.p-partnership .g-signposts--panels .c-secondary-cta .g-trustpilot--sidebar #c-search__model-results,
.g-trustpilot--sidebar .c-secondary-cta .p-partnership .g-signposts--panels #c-search__model-results,
.c-secondary-cta .p-partnership .g-signposts--panels .g-trustpilot--sidebar #c-search__model-results, .g-trustpilot--sidebar .p-partnership .g-signposts--panels .c-card__sections, .p-partnership .g-signposts--panels .g-trustpilot--sidebar .c-card__sections, .g-trustpilot--sidebar .p-partnership .g-signposts--panels .c-filters__triggers-content, .p-partnership .g-signposts--panels .g-trustpilot--sidebar .c-filters__triggers-content, .g-trustpilot--sidebar .p-partnership .g-signposts--panels .c-modal-enquire__header, .p-partnership .g-signposts--panels .g-trustpilot--sidebar .c-modal-enquire__header, .g-trustpilot--sidebar .p-partnership .g-signposts--panels .c-tabs__content-wrap, .p-partnership .g-signposts--panels .g-trustpilot--sidebar .c-tabs__content-wrap, .g-trustpilot--sidebar .p-partnership .g-signposts--panels .c-list-ticks, .p-partnership .g-signposts--panels .g-trustpilot--sidebar .c-list-ticks, .g-trustpilot--sidebar .p-partnership .g-signposts--panels .c-ev-fuel-tax-calculator, .p-partnership .g-signposts--panels .g-trustpilot--sidebar .c-ev-fuel-tax-calculator, .g-trustpilot--sidebar .p-partnership .g-signposts--panels .g-order__row, .p-partnership .g-signposts--panels .g-trustpilot--sidebar .g-order__row, .g-trustpilot--sidebar .p-partnership .g-signposts--panels .g-guide-index-list .c-list-index, .p-partnership .g-signposts--panels .g-guide-index-list .g-trustpilot--sidebar .c-list-index, .g-trustpilot--sidebar .g-guide-index-list .p-partnership .g-signposts--panels .c-list-index, .g-guide-index-list .p-partnership .g-signposts--panels .g-trustpilot--sidebar .c-list-index, .g-trustpilot--sidebar .p-motorway .g-signposts .row, .p-motorway .g-signposts .g-trustpilot--sidebar .row, .g-trustpilot--sidebar .p-motorway .g-signposts .c-secondary-cta #c-search__model-results-hero, .p-motorway .g-signposts .c-secondary-cta .g-trustpilot--sidebar #c-search__model-results-hero, .g-trustpilot--sidebar .c-secondary-cta .p-motorway .g-signposts #c-search__model-results-hero, .c-secondary-cta .p-motorway .g-signposts .g-trustpilot--sidebar #c-search__model-results-hero,
.g-trustpilot--sidebar .p-motorway .g-signposts .c-secondary-cta #c-search__model-results,
.p-motorway .g-signposts .c-secondary-cta .g-trustpilot--sidebar #c-search__model-results,
.g-trustpilot--sidebar .c-secondary-cta .p-motorway .g-signposts #c-search__model-results,
.c-secondary-cta .p-motorway .g-signposts .g-trustpilot--sidebar #c-search__model-results, .g-trustpilot--sidebar .p-motorway .g-signposts .c-card__sections, .p-motorway .g-signposts .g-trustpilot--sidebar .c-card__sections, .g-trustpilot--sidebar .p-motorway .g-signposts .c-filters__triggers-content, .p-motorway .g-signposts .g-trustpilot--sidebar .c-filters__triggers-content, .g-trustpilot--sidebar .p-motorway .g-signposts .c-modal-enquire__header, .p-motorway .g-signposts .g-trustpilot--sidebar .c-modal-enquire__header, .g-trustpilot--sidebar .p-motorway .g-signposts .c-tabs__content-wrap, .p-motorway .g-signposts .g-trustpilot--sidebar .c-tabs__content-wrap, .g-trustpilot--sidebar .p-motorway .g-signposts .c-list-ticks, .p-motorway .g-signposts .g-trustpilot--sidebar .c-list-ticks, .g-trustpilot--sidebar .p-motorway .g-signposts .c-ev-fuel-tax-calculator, .p-motorway .g-signposts .g-trustpilot--sidebar .c-ev-fuel-tax-calculator, .g-trustpilot--sidebar .p-motorway .g-signposts .g-order__row, .p-motorway .g-signposts .g-trustpilot--sidebar .g-order__row, .g-trustpilot--sidebar .p-motorway .g-signposts .g-guide-index-list .c-list-index, .p-motorway .g-signposts .g-guide-index-list .g-trustpilot--sidebar .c-list-index, .g-trustpilot--sidebar .g-guide-index-list .p-motorway .g-signposts .c-list-index, .g-guide-index-list .p-motorway .g-signposts .g-trustpilot--sidebar .c-list-index, .g-trustpilot--sidebar .g-quote__details {
  padding: 0; }

/* line 31025, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-trustpilot--sidebar .c-trustpilot-header {
  display: none; }

/* line 31028, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-trustpilot--sidebar .c-trustpilot-review__body {
  border: 0px;
  padding: 0;
  border-bottom: 1px solid #eaeaea;
  border-radius: 0;
  padding-bottom: 0.8888888889rem; }

/* line 31035, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-trustpilot--sidebar .c-trustpilot-review__stars {
  margin-bottom: 0.438462386rem; }

/* line 31038, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-trustpilot--sidebar .c-trustpilot-review__text {
  font-weight: 400; }

/* line 31041, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-trustpilot--sidebar .c-trustpilot-review__from {
  margin-top: 0.438462386rem; }

/* line 31045, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-trustpilot__reviews {
  margin-bottom: 1rem;
  align-items: center;
  justify-content: space-around;
  display: flex;
  gap: 20px;
  align-items: stretch; }

/* line 31053, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-trustpilot__reviews::-webkit-scrollbar {
  display: none; }

@media (min-width: 1200px) {
  /* line 31057, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-trustpilot__reviews {
    gap: 30px; } }
@media (max-width: 991.98px) {
  /* line 31062, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-trustpilot__reviews {
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    justify-content: initial;
    scroll-snap-align: start;
    scroll-snap-type: x mandatory;
    margin-bottom: 0; } }
/* line 31072, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-trustpilot__reviews .c-trustpilot-review {
  width: calc((100% - 40px) / 3); }

@media (max-width: 991.98px) {
  /* line 31076, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-trustpilot__reviews .c-trustpilot-review {
    scroll-snap-type: x mandatory;
    width: 100%;
    min-width: 100%;
    scroll-snap-align: start; } }
/* line 31084, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-trustpilot__footer {
  text-align: center;
  margin-top: 7px; }

@media (min-width: 768px) {
  /* line 31089, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-trustpilot__footer {
    margin-top: 2.565784514rem; } }
/* line 31094, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-trustpilot__action {
  margin-right: 0; }

/* line 31098, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-latest-news {
  padding: 1.8020324707rem 0; }

/* line 31101, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-latest-news .c-news-card {
  margin-bottom: 1rem;
  height: auto; }

@media (max-width: 1199.98px) {
  /* line 31106, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-latest-news .c-news-card {
    margin-bottom: 2.2806973457rem; } }
/* line 31110, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-latest-news.g-content--ev .c-news-card__link {
  border-bottom-color: #00a3e0; }

/* line 31113, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-latest-news.g-content--ev .g-latest-news__accent-text {
  color: #00a3e0; }

/* line 31116, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-latest-news.g-content--total-care .c-news-card__link {
  border-bottom-color: #40c1ac; }

/* line 31119, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-latest-news.g-content--total-care .g-latest-news__accent-text {
  color: #40c1ac; }

/* line 31123, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-latest-news__header {
  text-align: center;
  margin-bottom: 2.565784514rem; }

/* line 31128, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-latest-news__heading {
  color: #ac8c2e;
  font-weight: 600; }

/* line 31133, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-latest-news__accent-text {
  color: #ac8c2e; }

/* line 31137, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-advert {
  padding-top: 1.8020324707rem;
  padding-bottom: 1.265625rem;
  background-color: #ffffff; }

/* line 31143, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-advert__heading {
  text-align: center;
  margin-bottom: 1.8020324707rem; }

@media (min-width: 992px) {
  /* line 31148, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-advert__heading {
    text-align: left; } }
/* line 31153, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-advert__primary {
  margin-bottom: 1rem; }

/* line 31157, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-advert__secondary {
  margin-bottom: 1.8020324707rem;
  text-align: center; }

/* line 31162, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-advert__counter {
  margin-bottom: 1rem;
  padding-left: 120px;
  position: relative; }

/* line 31167, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-advert__counter:before {
  content: "";
  background-size: 65px 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618321195/icons/handshake-gold_tkwyuu.svg");
  padding-right: 0.5em;
  height: 45px;
  width: 65px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px; }

/* line 31182, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-advert__counter-number {
  display: block; }

/* line 31186, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-advert__counter-description {
  display: block;
  margin-top: -5px; }

/* line 31191, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-advert__link--secondary {
  margin-left: 1rem; }

/* line 31195, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-affiliate-logos {
  background: #eaeaea; }

/* line 31199, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-affiliate-logos__list {
  list-style-type: none;
  padding: 1.265625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0; }

/* line 31209, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-affiliate-logos__item {
  padding: 1.125rem;
  max-width: 50%; }

@media only screen and (max-width: 374px) {
  /* line 31214, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-affiliate-logos__item img {
    width: 100%; } }
/* line 31219, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-trust-bar {
  background-color: #eaeaea;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #ffffff; }

@media (min-width: 768px) {
  /* line 31231, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-trust-bar {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem; } }
@media (min-width: 1200px) {
  /* line 31237, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-trust-bar {
    padding-top: 1.423828125rem;
    padding-bottom: 1.423828125rem; } }
/* line 31243, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-trust-bar__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

@media (min-width: 992px) {
  /* line 31249, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-trust-bar__wrap {
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center; } }
@media (min-width: 992px) and (min-width: 1500px) {
  /* line 31256, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-trust-bar__wrap {
    justify-content: center; } }
/* line 31261, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-trust-bar__item {
  padding: 0;
  margin: 0; }

@media (min-width: 1500px) {
  /* line 31266, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-trust-bar__item {
    margin: 0 4.1098906729rem; } }
/* line 31270, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-trust-bar__item--cv {
  display: inline-flex;
  align-items: center; }

/* line 31274, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-trust-bar__item--cv p {
  font-size: 0.8888888889rem;
  margin: 0;
  line-height: 1.2;
  color: #8c8c8c; }

@media (min-width: 1500px) {
  /* line 31281, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-trust-bar__item--cv p {
    font-size: 1rem; } }
/* line 31285, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-trust-bar__item--cv p span {
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
  color: #ac8c2e;
  margin-bottom: 0.3079461477rem; }

@media (min-width: 1500px) {
  /* line 31293, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-trust-bar__item--cv p span {
    font-size: 1.423828125rem;
    margin-bottom: 0.2433154747rem; } }
/* line 31298, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-trust-bar__item--trustpilot {
  display: none; }

@media (min-width: 992px) {
  /* line 31302, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-trust-bar__item--trustpilot {
    display: block; } }
/* line 31306, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-trust-bar__item--trustpilot .c-trustpilot {
  font-size: 1rem; }

@media (min-width: 1500px) {
  /* line 31310, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-trust-bar__item--trustpilot .c-trustpilot {
    font-size: 1.125rem; } }
/* line 31315, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-trust-bar__img {
  margin-right: 0.7023319616rem;
  width: 70px; }

@media (min-width: 768px) {
  /* line 31320, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-trust-bar__img {
    width: 60px; } }
/* line 31325, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options--slim .g-deal-options__card {
  box-shadow: none;
  padding: 0; }

@media (min-width: 992px) {
  /* line 31331, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__card {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
    padding-bottom: 0.438462386rem; } }
/* line 31339, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__price {
  border-bottom: 1px solid #eaeaea;
  display: none; }

@media (min-width: 992px) {
  /* line 31344, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__price {
    display: block; } }
/* line 31349, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__monthly {
  display: flex;
  justify-content: space-between;
  align-items: left;
  flex-direction: column; }

@media (min-width: 576px) {
  /* line 31356, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__monthly {
    flex-direction: row;
    align-items: end; } }
@media (min-width: 992px) {
  /* line 31362, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__monthly {
    margin-bottom: 0.273729909rem; } }
/* line 31366, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__monthly h2 {
  font-size: 0.8888888889rem;
  font-weight: 600;
  padding-right: 10px; }

@media (min-width: 576px) {
  /* line 31372, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__monthly h2 {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 31377, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__monthly h2 {
    font-size: 1rem; } }
@media (min-width: 992px) {
  /* line 31382, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__monthly h2 {
    font-size: 1.265625rem; } }
@media (min-width: 1200px) {
  /* line 31387, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__monthly h2 {
    font-size: 1.265625rem; } }
@media (min-width: 1500px) {
  /* line 31392, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__monthly h2 {
    font-size: 1.423828125rem; } }
@media (min-width: 576px) {
  /* line 31397, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__monthly h2 {
    margin-bottom: 0; } }
/* line 31401, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__monthly h2 span {
  font-size: 0.7901234568rem; }

/* line 31404, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__monthly h2 .b-info, .g-deal-options__monthly h2 .g-deal-options__info, .g-deal-options__monthly h2 .c-message__info, .g-deal-options__monthly h2 .c-list-table__info {
  position: relative;
  top: -0.2433154747rem; }

/* line 31408, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__monthly h2 .g-deal-options__desktop {
  font-size: 0.7901234568rem; }

/* line 31411, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__monthly p {
  font-size: 1.8020324707rem;
  font-weight: 600;
  color: #ac8c2e;
  line-height: 1.2;
  margin-top: -0.3079461477rem;
  text-align: left;
  margin-bottom: 0; }

@media (min-width: 576px) {
  /* line 31421, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__monthly p {
    font-size: 2.0272865295rem; } }
@media (min-width: 768px) {
  /* line 31426, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__monthly p {
    font-size: 2.0272865295rem; } }
@media (min-width: 992px) {
  /* line 31431, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__monthly p {
    font-size: 2.565784514rem; } }
@media (min-width: 1200px) {
  /* line 31436, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__monthly p {
    font-size: 2.565784514rem; } }
@media (min-width: 1500px) {
  /* line 31441, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__monthly p {
    font-size: 2.8865075782rem; } }
@media (min-width: 992px) {
  /* line 31446, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__monthly p {
    text-align: right; } }
/* line 31450, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__monthly p .g-deal-options__pence {
  font-size: 50%;
  margin-top: 0.8888888889rem; }

/* line 31454, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__monthly p.business {
  color: #002b49; }

/* line 31457, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__monthly .g-deal-enquire__no-price {
  font-size: 1.265625rem;
  position: relative;
  top: -0.8888888889rem; }

@media (min-width: 576px) {
  /* line 31463, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__monthly .g-deal-enquire__no-price {
    font-size: 1.125rem; } }
@media (min-width: 768px) {
  /* line 31468, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__monthly .g-deal-enquire__no-price {
    font-size: 1.265625rem; } }
@media (min-width: 992px) {
  /* line 31473, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__monthly .g-deal-enquire__no-price {
    font-size: 1.265625rem; } }
@media (min-width: 1200px) {
  /* line 31478, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__monthly .g-deal-enquire__no-price {
    font-size: 1.423828125rem; } }
@media (min-width: 1500px) {
  /* line 31483, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__monthly .g-deal-enquire__no-price {
    font-size: 1.6018066406rem; } }
@media (min-width: 1200px) {
  /* line 31488, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__monthly .g-deal-enquire__no-price {
    top: -0.7901234568rem; } }
@media (min-width: 1500px) {
  /* line 31493, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__monthly .g-deal-enquire__no-price {
    top: -1.265625rem; } }
/* line 31498, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__upfront {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700; }

@media (min-width: 992px) {
  /* line 31505, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__upfront {
    margin-bottom: 0.7023319616rem; } }
/* line 31509, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__upfront h3 {
  display: none;
  color: #bebebe;
  margin-bottom: 0; }

@media (min-width: 576px) {
  /* line 31515, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__upfront h3 {
    display: inline;
    padding-right: 1rem; } }
/* line 31520, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__upfront p {
  color: #ac8c2e;
  text-align: right;
  width: 170px;
  margin-bottom: 0; }

@media (min-width: 1500px) {
  /* line 31527, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__upfront p {
    width: 190px; } }
/* line 31531, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__upfront p .g-deal-enquire__desktop {
  color: #bebebe; }

/* line 31534, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__upfront p .g-deal-enquire__mobile {
  color: #bebebe; }

/* line 31537, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__upfront p.business {
  color: #002b49; }

/* line 31541, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__header {
  padding: 0 0 1.423828125rem 0; }

@media (min-width: 992px) {
  /* line 31545, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__header {
    padding: 1.423828125rem 0; } }
/* line 31550, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__title {
  margin-bottom: 0; }

/* line 31553, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__title:before {
  content: "";
  display: inline-block;
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618321195/icons/handshake-gold_tkwyuu.svg") no-repeat center;
  vertical-align: -3px;
  background-size: 28px 18px;
  margin-right: 10px;
  height: 18px;
  width: 28px; }

/* line 31564, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__selection {
  display: flex;
  margin-bottom: 1.423828125rem;
  flex-wrap: wrap;
  align-items: center; }

/* line 31571, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__label {
  font-size: 0.8888888889rem;
  padding: 0 1.423828125rem;
  position: relative;
  width: 50%;
  margin-bottom: 0;
  font-weight: 600; }

@media (min-width: 576px) {
  /* line 31580, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__label {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 31585, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__label {
    font-size: 1rem; } }
@media (min-width: 992px) {
  /* line 31590, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__label {
    font-size: 1rem; } }
@media (min-width: 1200px) {
  /* line 31595, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__label {
    font-size: 1rem; } }
@media (min-width: 1500px) {
  /* line 31600, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__label {
    font-size: 1rem; } }
/* line 31605, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__info {
  left: 0;
  top: 0.1em;
  position: absolute; }

@media (min-width: 576px) {
  /* line 31611, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__info {
    top: 0.25em; } }
/* line 31616, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__subtext {
  display: block;
  color: #8c8c8c; }

/* line 31621, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__selection--total-care {
  color: #ffffff;
  background-color: #40c1ac;
  border-radius: 0.25rem;
  border: 1px solid #46756a;
  padding: 0.7901234568rem 1rem 0;
  width: 100%;
  margin-top: 0.7023319616rem; }

/* line 31630, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__selection--total-care a {
  color: #044f3b;
  font-weight: bolder; }

/* line 31635, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__maintenance {
  color: #494949;
  padding: 0 1.423828125rem;
  width: 100%;
  margin-top: 0.7023319616rem; }

/* line 31642, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__inputs {
  float: right;
  width: 50%;
  display: flex;
  justify-content: space-between; }

/* line 31649, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__input {
  display: none; }

/* line 31653, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__select {
  width: 100% !important;
  font-weight: 500; }

/* line 31658, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__option {
  width: 33.333%;
  font-weight: 500;
  padding: 0.5549289573rem 0.438462386rem 0.7023319616rem;
  margin-right: 0.5549289573rem; }

@media only screen and (max-width: 374px) {
  /* line 31665, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__option {
    margin-right: 0.3079461477rem; } }
/* line 31669, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__option:last-child {
  margin-right: 0px; }

/* line 31672, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__option--is-active {
  border: 0px !important; }

@media only screen and (max-width: 374px) {
  /* line 31676, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__option--is-active {
    border: solid 1px #ac8c2e !important; } }
/* line 31680, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__option--finance {
  flex-grow: 1;
  font-size: 0.8888888889rem;
  font-weight: 600;
  margin-right: 0;
  padding: 0.2162804219rem 0.438462386rem 0.3897443431rem;
  line-height: 1.2; }

/* line 31688, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__option--finance:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

/* line 31692, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__option--finance:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

/* line 31696, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__option--finance:active, .g-deal-options__option--finance:focus {
  background: #eaeaea;
  box-shadow: inset 0 -3px 0px 0px #d1d1d1; }

/* line 31700, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__option--finance.g-deal-options__option--is-active:active, .g-deal-options__option--finance.g-deal-options__option--is-active:focus {
  background: #ac8c2e;
  box-shadow: inset 0 -3px 0px 0px #7f4c0f; }

/* line 31705, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__financelease {
  display: none; }

/* line 31708, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__financelease .c-list-ticks-featured, .g-deal-options__financelease .c-list-ticks-crosses-featured, .g-deal-options__financelease .c-list-crosses-featured {
  font-weight: 600;
  padding: 0; }

/* line 31713, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__info-block {
  font-size: 0.8888888889rem;
  line-height: 1.2;
  display: block;
  font-weight: 600;
  margin: 1.125rem 0;
  background-color: #f3eee2;
  border: 1px solid #ac8c2e;
  border-radius: 4px;
  padding: 0.438462386rem 0.8888888889rem 0.5549289573rem; }

/* line 31724, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__info-block p {
  margin-bottom: 0; }

/* line 31728, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__check .custom-checkbox, .g-deal-options__check .c-list-table__custom-check {
  margin-bottom: 0; }

/* line 31731, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__check .custom-control-label em, .g-deal-options__check .c-list-table__label em {
  color: #494949;
  font-style: normal; }

/* line 31736, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__label--highlight {
  color: #ac8c2e; }

/* line 31740, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__selection--options {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-bottom: 0; }

@media (min-width: 576px) {
  /* line 31747, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__selection--options {
    flex-direction: row;
    align-items: center;
    justify-content: center; } }
@media (min-width: 992px) {
  /* line 31754, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__selection--options {
    flex-direction: column;
    padding-bottom: 1.423828125rem;
    border-bottom: 1px solid #eaeaea; } }
/* line 31761, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__button {
  margin: 0 0 1rem;
  font-weight: 500; }

@media (min-width: 576px) {
  /* line 31766, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__button--options {
    margin: 0 0 0 0.7023319616rem !important; } }
@media (min-width: 992px) {
  /* line 31771, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__button {
    margin: 0 0 1rem 0 !important; } }
/* line 31775, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__button--options:before {
  content: "";
  display: inline-block;
  height: 19px;
  width: 22px;
  vertical-align: -2px;
  margin-right: 7px;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618405512/icons/cogs-gold_s8ep5g.svg");
  background-size: 22px 19px;
  background-repeat: no-repeat;
  background-position: center; }

/* line 31788, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__enquire button {
  text-transform: uppercase;
  font-weight: 700; }

/* line 31793, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__form input[type=number]::-webkit-inner-spin-button,
.g-deal-options__form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* line 31798, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__form .g-deal-options__enquire {
  margin: 0.5549289573rem 0 1.423828125rem; }

@media (min-width: 576px) {
  /* line 31802, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__form .b-form-group, .g-deal-options__form .c-form-contact-footer__form-group, .g-deal-options__form .c-search__form-group, .g-deal-options__form .c-ar-contact-form__form-group, .g-deal-options__form .c-tabs__search {
    padding-right: 7.5px; }

  /* line 31805, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options__form .b-form-group:nth-child(2n+2), .g-deal-options__form .c-form-contact-footer__form-group:nth-child(2n+2), .g-deal-options__form .c-search__form-group:nth-child(2n+2), .g-deal-options__form .c-ar-contact-form__form-group:nth-child(2n+2), .g-deal-options__form .c-tabs__search:nth-child(2n+2) {
    padding-right: 15px;
    padding-left: 7.5px; } }
/* line 31810, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__form .b-form-label, .g-deal-options__form .c-form-contact-footer__label, .g-deal-options__form .c-ar-contact-form__label {
  display: none; }

/* line 31813, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__form .b-form-control, .g-deal-options__form .b-form-search__input, .g-deal-options__form .c-form-contact-footer__control, .g-deal-options__form .c-ar-contact-form__input, .g-deal-options__form .c-tabs__input {
  flex-grow: 1; }

/* line 31817, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__callback {
  text-align: center;
  width: 100%;
  margin-top: 1rem;
  font-size: 1.125rem; }

/* line 31823, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__callback a {
  font-weight: 600;
  color: #00a651; }

/* line 31827, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options__callback a:active, .g-deal-options__callback a:focus, .g-deal-options__callback a:hover {
  color: #32ba6b; }

/* line 31831, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options .c-react-placeholder {
  min-height: 337px; }

/* line 31834, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-options .c-react-placeholder.with-maintained-price {
  min-height: 429px; }

@media (min-width: 992px) {
  /* line 31838, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options .c-react-placeholder {
    min-height: 455px; }

  /* line 31841, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options .c-react-placeholder.with-price {
    min-height: 485px; }

  /* line 31844, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-options .c-react-placeholder.with-price.with-maintained-price {
    min-height: 595px; } }
/* line 31849, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  position: relative; }

@media (min-width: 992px) {
  /* line 31856, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos {
    margin-bottom: 1.8020324707rem; } }
/* line 31861, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__disclaimer {
  position: absolute;
  z-index: 1;
  color: #ffffff;
  bottom: 0;
  right: 0;
  font-size: 0.7901234568rem;
  padding: 0.273729909rem 0.438462386rem;
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 0; }

@media (min-width: 992px) {
  /* line 31873, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__disclaimer {
    bottom: 16.75%; } }
@media (min-width: 1500px) {
  /* line 31878, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__disclaimer {
    bottom: 0;
    right: 27%; } }
@media (min-width: 1500px) {
  /* line 31885, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__ratio {
    width: 100%;
    padding-bottom: 41.8%; } }
@media (min-width: 1500px) {
  /* line 31892, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__stretch {
    position: relative; } }
@media (min-width: 1500px) {
  /* line 31898, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; } }
/* line 31907, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative; }

@media (min-width: 1500px) {
  /* line 31914, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__wrap {
    flex-direction: row; } }
/* line 31919, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__main {
  width: 100%;
  overflow: hidden; }

/* line 31924, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__main-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #ffffff;
  position: relative; }

@media (min-width: 992px) {
  /* line 31932, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__main-container {
    overflow: hidden; } }
@media (min-width: 1500px) {
  /* line 31937, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__main-container {
    width: 73%;
    padding-bottom: 41.0625%; } }
/* line 31943, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__main-img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; }

/* line 31951, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__main-img-container.g-snap-carousel {
  margin: 0; }

/* line 31955, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__main-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  flex-shrink: 0; }

/* line 31961, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__main-img--cap {
  height: 100%;
  max-height: 100%;
  width: auto !important;
  margin: 0 auto; }

/* line 31968, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__thumbs {
  display: none;
  position: relative; }

@media (min-width: 992px) {
  /* line 31973, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__thumbs {
    display: block;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto; } }
@media (min-width: 1500px) {
  /* line 31981, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__thumbs {
    position: absolute;
    width: 27%;
    height: 100%;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden; } }
@media (min-width: 1500px) {
  /* line 31991, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__thumbs:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 100%);
    transition: opacity 0.5s ease;
    opacity: 1;
    z-index: 1; }

  /* line 32003, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .is-scrolled .g-deal-photos__thumbs:after {
    opacity: 0; } }
/* line 32008, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__thumbs-inner {
  display: block;
  height: 100%;
  width: 100%; }

@media (min-width: 992px) {
  /* line 32014, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__thumbs-inner {
    overflow-y: hidden;
    overflow-x: auto; } }
@media (min-width: 1500px) {
  /* line 32020, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__thumbs-inner {
    overflow-y: auto;
    overflow-x: hidden; } }
@media (min-width: 992px) {
  /* line 32027, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__thumbs-scroll {
    display: flex; } }
@media (min-width: 1500px) {
  /* line 32032, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__thumbs-scroll {
    overflow: hidden;
    flex-direction: column; } }
/* line 32038, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__thumb-item {
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #ffffff; }

@media (min-width: 992px) {
  /* line 32047, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__thumb-item {
    flex: 0 0 20%;
    padding-bottom: 11.25%; } }
@media (min-width: 1500px) {
  /* line 32053, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__thumb-item {
    width: 100%;
    flex: none;
    padding-bottom: 56.25%; } }
/* line 32060, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__thumb-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; }

/* line 32069, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__thumb-img {
  width: 100%;
  max-width: 100%;
  height: auto; }

/* line 32074, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__thumb-img--cap {
  height: 100%;
  max-height: 100%;
  width: auto !important; }

/* line 32080, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__thumb-overlay {
  opacity: 0;
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center; }

/* line 32097, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__thumb-overlay:hover {
  cursor: pointer;
  opacity: 1; }

/* line 32102, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__overlay-text {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px; }

/* line 32108, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__actions,
.g-deal-photos__tags {
  position: absolute;
  display: inline-flex; }

@media (min-width: 576px) {
  /* line 32114, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__actions,
  .g-deal-photos__tags {
    display: block; } }
/* line 32120, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__actions {
  display: block;
  top: 0.7901234568rem;
  right: 0.7901234568rem; }

@media (min-width: 1500px) {
  /* line 32126, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__actions {
    right: 27%;
    margin-right: 0.7901234568rem; } }
/* line 32132, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__btn {
  margin-left: 0.624295077rem; }

/* line 32136, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__tags {
  top: 0.7901234568rem;
  right: 0.7901234568rem; }

@media (min-width: 576px) {
  /* line 32141, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__tags {
    top: auto;
    bottom: 0.7901234568rem;
    left: 0.7901234568rem; } }
@media (min-width: 992px) {
  /* line 32148, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__tags {
    bottom: 20%;
    left: 0.7901234568rem; } }
@media (min-width: 1500px) {
  /* line 32154, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__tags {
    bottom: 1rem;
    margin-right: 0.7901234568rem; } }
/* line 32160, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__tag {
  color: #ffffff;
  background-color: #ca2323;
  border-radius: 5px 0 0 5px;
  font-weight: 600;
  padding: 0.28rem 0.438462386rem;
  margin-right: 1.265625rem;
  position: relative; }

/* line 32169, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__tag:last-child {
  display: none; }

@media (min-width: 576px) {
  /* line 32173, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__tag:last-child {
    display: inline; } }
/* line 32177, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__tag:after {
  position: absolute;
  content: "";
  right: -12px;
  top: 0;
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 0;
  border-top: 12px solid #ca2323;
  border-bottom: 12px solid #ca2323;
  border-left: 0 solid #ca2323;
  border-right: 12px solid transparent; }

@media (min-width: 576px) {
  /* line 32192, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__tag:after {
    right: -13.5px;
    border-top: 13.5px solid #ca2323;
    border-bottom: 13.5px solid #ca2323;
    border-left: 0 solid #ca2323;
    border-right: 13.5px solid transparent; } }
@media (min-width: 768px) {
  /* line 32201, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__tag:after {
    right: -14.5px;
    border-top: 14.5px solid #ca2323;
    border-bottom: 14.5px solid #ca2323;
    border-left: 0 solid #ca2323;
    border-right: 14.5px solid transparent; } }
@media (min-width: 1200px) {
  /* line 32210, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__tag:after {
    right: -16px;
    border-top: 16px solid #ca2323;
    border-bottom: 16px solid #ca2323;
    border-left: 0 solid #ca2323;
    border-right: 16px solid transparent; } }
/* line 32219, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-photos__labels {
  position: absolute;
  top: 0.7901234568rem;
  left: 0.7901234568rem;
  z-index: 1; }

@media (max-width: 575.98px) {
  /* line 32226, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-photos__labels {
    display: none; } }
/* line 32231, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-icons {
  margin-bottom: 1rem; }

@media (min-width: 576px) {
  /* line 32235, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-icons {
    margin-bottom: 1.265625rem; } }
@media (min-width: 1500px) {
  /* line 32240, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-icons .c-list-icons {
    justify-content: space-between; } }
/* line 32244, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-icons .c-list-icons__item {
  display: flex;
  flex-direction: column; }

@media (min-width: 1500px) {
  /* line 32249, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-icons .c-list-icons__item {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex: 0 0 auto;
    max-width: auto; } }
/* line 32257, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-icons .c-list-icons__item:nth-child(5) {
  display: none; }

@media (min-width: 576px) {
  /* line 32261, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-icons .c-list-icons__item:nth-child(5) {
    display: flex; } }
/* line 32265, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-icons .c-list-icon__img {
  height: 30px; }

@media (min-width: 576px) {
  /* line 32269, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-icons .c-list-icon__img {
    height: 30px; } }
@media (min-width: 768px) {
  /* line 32274, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-icons .c-list-icon__img {
    height: 40px; } }
@media (min-width: 992px) {
  /* line 32279, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-icons .c-list-icon__img {
    height: 30px; } }
@media (min-width: 992px) {
  /* line 32284, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-icons .c-list-icon__img {
    height: 40px; } }
@media (min-width: 1500px) {
  /* line 32289, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-icons .c-list-icon__img {
    margin-right: 0.5549289573rem; } }
/* line 32293, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-icons .c-list-icons__icon {
  color: #ac8c2e; }

/* line 32297, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-features .c-list-table {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5549289573rem; }

/* line 32302, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-features .c-list-table__item {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 32308, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-features .c-list-table__item {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin-right: 15px; }

  /* line 32313, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-features .c-list-table__item:nth-child(2n+2) {
    margin-right: 0;
    flex: 0 0 50%;
    max-width: 50%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 32320, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-features .c-list-table__item {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    margin-right: 20px; }

  /* line 32325, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-features .c-list-table__item:nth-child(3n+3) {
    margin-right: 0;
    flex: 0 0 33.333%;
    max-width: 33.333%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 32332, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-features .c-list-table__item {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin-right: 15px; }

  /* line 32337, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-features .c-list-table__item:nth-child(2n+2) {
    margin-right: 0;
    flex: 0 0 50%;
    max-width: 50%; } }
@media (min-width: 1200px) {
  /* line 32344, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-features .c-list-table__item {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    margin-right: 20px; }

  /* line 32349, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-features .c-list-table__item:nth-child(3n+3) {
    margin-right: 0;
    flex: 0 0 33.333%;
    max-width: 33.333%; } }
@media (min-width: 1500px) {
  /* line 32356, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-features .c-list-table__item {
    flex: 0 0 calc(33.333% - 30px);
    max-width: calc(33.333% - 30px);
    margin-right: 30px; }

  /* line 32361, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-features .c-list-table__item:nth-child(3n+3) {
    margin-right: 0;
    flex: 0 0 33.333%;
    max-width: 33.333%; } }
/* line 32367, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-features .c-list-table__item:last-child {
  border-bottom: 1px solid #eaeaea; }

/* line 32370, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-features .c-list-table__title {
  width: auto; }

/* line 32373, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-features .c-list-table__data {
  width: auto;
  margin-left: auto; }

/* line 32378, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-features__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem; }

@media (min-width: 576px) {
  /* line 32385, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-features__header {
    justify-content: flex-start; } }
/* line 32390, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-features__heading {
  font-weight: 600;
  display: block;
  margin: 0; }

@media (min-width: 576px) {
  /* line 32396, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-features__heading {
    margin: 0 1.265625rem 0 0; } }
/* line 32401, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-features__select {
  font-weight: 500;
  font-size: 0.8888888889rem;
  width: 160px; }

@media (min-width: 576px) {
  /* line 32407, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-features__select {
    font-size: 1rem; } }
/* line 32412, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-features__btn {
  display: none; }

@media (min-width: 576px) {
  /* line 32416, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-features__btn {
    margin-left: auto; } }
@media (min-width: 768px) {
  /* line 32421, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-features__btn {
    display: block; } }
/* line 32426, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-equipment .c-tabs__nav {
  padding: 0;
  margin-bottom: 0; }

/* line 32430, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-equipment .c-tabs__panel {
  background-color: #ffffff;
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 767.98px) {
  /* line 32436, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-equipment .c-tabs__panel {
    padding: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden; } }
@media (min-width: 768px) {
  /* line 32444, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-equipment .c-tabs__panel {
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }
/* line 32449, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-equipment .c-tabs__accordion {
  background-color: #ffffff; }

/* line 32452, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-equipment .c-tabs__accordion--is-active {
  border-bottom: 1px solid transparent; }

/* line 32455, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-equipment .c-tabs__content {
  max-height: 655px;
  overflow-y: auto;
  overflow-x: hidden; }

@media (min-width: 576px) {
  /* line 32461, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-equipment .c-list-table {
    column-count: 2;
    column-width: 40%;
    column-gap: 2.0272865295rem; } }
/* line 32467, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-equipment .c-list-table__section-heading {
  font-weight: 600;
  color: #ac8c2e;
  margin-bottom: 0.624295077rem;
  padding-top: 1rem; }

/* line 32473, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-equipment .c-list-table__item:last-child {
  border-bottom: 1px solid #eaeaea; }

/* line 32476, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-equipment .c-list-table__title {
  width: auto; }

/* line 32479, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-equipment .c-list-table__data {
  width: auto;
  margin-left: auto;
  color: #002b49; }

/* line 32485, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-equipment__alert {
  font-size: 0.8888888889rem; }

@media (min-width: 576px) {
  /* line 32489, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-equipment__alert {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 32494, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-equipment__alert {
    font-size: 1rem; } }
@media (min-width: 992px) {
  /* line 32499, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-equipment__alert {
    font-size: 1rem; } }
@media (min-width: 1200px) {
  /* line 32504, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-equipment__alert {
    font-size: 1rem; } }
@media (min-width: 1500px) {
  /* line 32509, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-equipment__alert {
    font-size: 1rem; } }
/* line 32514, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-summary .c-list-table__info {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1627990726/icons/info-ev_dark_vdvb4z.svg"); }

@media (min-width: 992px) {
  /* line 32519, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-summary__card {
    border-radius: 0;
    border-bottom: 4px solid #ac8c2e;
    margin-bottom: -4px;
    position: relative; }

  /* line 32525, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-summary__card:before {
    content: "";
    width: 100%;
    height: 10px;
    left: 0;
    top: -5px;
    position: absolute;
    background-color: #ffffff; } }
/* line 32536, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-summary__title:before {
  content: "";
  display: inline-block;
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618322975/icons/document-gold_uiksma.svg") no-repeat center;
  vertical-align: -3px;
  background-size: 17px 23px;
  margin-right: 10px;
  height: 23px;
  width: 17px; }

/* line 32547, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-summary__subtitle {
  margin: 1.423828125rem 0; }

/* line 32550, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-summary__subtitle:before {
  content: "";
  display: inline-block;
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618321195/icons/handshake-gold_tkwyuu.svg") no-repeat center;
  vertical-align: -3px;
  background-size: 28px 18px;
  margin-right: 10px;
  height: 18px;
  width: 28px; }

/* line 32561, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-summary__table {
  margin-bottom: 1.423828125rem; }

/* line 32564, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-summary__table .c-list-table__title {
  width: auto; }

/* line 32567, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-summary__table .c-list-table__data {
  width: auto; }

/* line 32571, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-summary__order {
  font-size: 1.265625rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem; }

@media (min-width: 576px) {
  /* line 32578, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-summary__order {
    font-size: 1.265625rem; } }
@media (min-width: 768px) {
  /* line 32583, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-summary__order {
    font-size: 1.265625rem; } }
@media (min-width: 992px) {
  /* line 32588, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-summary__order {
    font-size: 1.265625rem; } }
@media (min-width: 1200px) {
  /* line 32593, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-summary__order {
    font-size: 1.423828125rem; } }
@media (min-width: 1500px) {
  /* line 32598, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-summary__order {
    font-size: 1.423828125rem; } }
/* line 32602, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-summary__order:after {
  content: "";
  height: 24px;
  width: 24px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618394429/icons/tick-white_yxc2dx.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  margin-left: 10px;
  vertical-align: text-top; }

/* line 32615, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-summary__description {
  color: #494949;
  text-align: center; }

/* line 32620, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-summary__call {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0; }

/* line 32625, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-summary__call a {
  color: #002b49; }

/* line 32628, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-summary__call a:active, .g-deal-summary__call a:focus, .g-deal-summary__call a:hover {
  text-decoration: none; }

/* line 32632, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-benefits__card {
  background-color: #002b49;
  color: #ffffff; }

/* line 32636, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-benefits__card--ev {
  background-image: url(/images/ev-deal-benefits.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 55%;
  background-position: bottom; }

@media (min-width: 576px) {
  /* line 32644, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-benefits__card--ev {
    padding-bottom: 50%; } }
/* line 32649, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-benefits__title {
  font-weight: 700;
  text-align: center;
  padding-top: 25px;
  margin-top: 1rem;
  background-image: url(/assets/logo-outline-ca9119b3a2bc81622c07112963ad4113f9427dc9fb7c6e7466facbd92910ddda.png);
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: center top; }

/* line 32660, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-benefits__list {
  padding: 0 1em;
  list-style: none; }

@media (min-width: 768px) {
  /* line 32665, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-benefits__list {
    padding: 0 8%; } }
@media (min-width: 992px) {
  /* line 32670, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-benefits__list {
    padding: 0; } }
/* line 32675, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-benefits__item {
  float: left;
  margin-top: 1rem;
  width: 50%; }

@media only screen and (max-width: 374px) {
  /* line 32681, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-benefits__item {
    width: 100%;
    text-align: left;
    margin-top: 0.7023319616rem;
    font-size: 1rem; } }
@media (min-width: 576px) {
  /* line 32689, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-benefits__item {
    width: 50%;
    font-size: 1.125rem; } }
@media (min-width: 992px) {
  /* line 32695, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-benefits__item {
    width: 50%;
    font-size: 1rem; } }
/* line 32700, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-benefits__item:before {
  content: "";
  height: 16px;
  width: 16px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618394648/icons/tick-gold_r3az2b.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  margin-right: 8px;
  vertical-align: text-top; }

/* line 32713, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-review {
  display: flex;
  gap: 20px; }

@media (max-width: 1199.98px) {
  /* line 32718, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-review {
    flex-direction: column; } }
/* line 32722, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-review__scroll-container {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 500px; }

/* line 32727, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-review__heading-mobile {
  display: none; }

@media (max-width: 1199.98px) {
  /* line 32731, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-review__heading-mobile {
    display: block;
    order: 1; } }
/* line 32736, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-review__left {
  width: 50%; }

@media (max-width: 1199.98px) {
  /* line 32740, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-review__left {
    width: 100%;
    order: 3; } }
/* line 32745, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-review__left--full {
  width: 100%; }

/* line 32748, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-review__text p {
  display: inline; }

@media (max-width: 1199.98px) {
  /* line 32752, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-review__heading-desktop {
    display: none; } }
/* line 32756, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-review__score {
  margin-bottom: 40px;
  width: 200px; }

@media (max-width: 1199.98px) {
  /* line 32761, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-review__score {
    width: 180px;
    margin-bottom: 36px; } }
/* line 32766, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-review__score img {
  max-width: 100%; }

/* line 32769, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-review p {
  color: #002b49;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0; }

@media (max-width: 1199.98px) {
  /* line 32776, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-review p {
    font-size: 14px;
    line-height: 17px; } }
/* line 32781, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-review h4 {
  margin-top: 16px;
  margin-bottom: 16px; }

/* line 32785, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-review__more {
  text-decoration: underline;
  font-size: 18px;
  line-height: 26px; }

@media (max-width: 1199.98px) {
  /* line 32791, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-review__more {
    font-size: 16px;
    line-height: 19px; } }
/* line 32796, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-review__right {
  width: 50%; }

@media (max-width: 1199.98px) {
  /* line 32800, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-review__right {
    width: 100%;
    order: 2;
    margin-bottom: 37px; } }
/* line 32806, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-review__media {
  position: relative;
  width: 100%;
  padding-top: 62.5%; }

/* line 32811, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-review__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

/* line 32820, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-signpost__card {
  max-height: 600px; }

/* line 32824, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-signpost__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.265625rem; }

/* line 32831, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-signpost__heading {
  font-weight: 600;
  margin: 0 1rem 0 0; }

/* line 32836, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-signpost__content {
  display: inline-block;
  padding-bottom: 2rem; }

/* line 32840, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-signpost__content h3, .g-deal-signpost__content h4, .g-deal-signpost__content h5, .g-deal-signpost__content h6 {
  font-weight: 600;
  color: #ac8c2e; }

/* line 32845, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-trustpilot .c-trustpilot-header {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eaeaea; }

/* line 32850, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-trustpilot .c-trustpilot-header__heading {
  margin-bottom: 1rem; }

/* line 32853, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-trustpilot .c-review {
  margin-bottom: 0; }

/* line 32856, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-trustpilot .c-review__body {
  padding: 0;
  border: 0;
  border-radius: 0; }

/* line 32862, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire {
  width: 100%; }

/* line 32865, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire--sticky {
  margin-bottom: 0; }

/* line 32868, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__card {
  border-top: 2px solid #ac8c2e;
  background: #002b49;
  color: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: flex;
  justify-content: space-between; }

@media (min-width: 992px) {
  /* line 32878, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__card {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    padding-top: 0.7023319616rem;
    padding-bottom: 0.7023319616rem; } }
/* line 32886, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__price-info {
  white-space: nowrap; }

/* line 32889, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__price {
  width: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-right: 20px; }

@media (max-width: 575.98px) {
  /* line 32897, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__price {
    flex: 1; } }
@media (min-width: 768px) {
  /* line 32902, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__price {
    min-width: 70%; } }
@media (min-width: 1200px) {
  /* line 32907, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__price {
    display: block;
    width: 100%;
    margin-right: 0;
    min-width: unset; } }
/* line 32914, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__monthly {
  display: flex;
  justify-content: space-between;
  align-items: left;
  flex-direction: column; }

@media (min-width: 576px) {
  /* line 32921, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__monthly {
    flex-direction: row;
    align-items: end; } }
@media (min-width: 992px) {
  /* line 32927, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__monthly {
    margin-bottom: 0.273729909rem; } }
/* line 32931, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__monthly h4 {
  font-size: 0.8888888889rem;
  font-weight: 600;
  padding-right: 10px; }

@media (min-width: 576px) {
  /* line 32937, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__monthly h4 {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 32942, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__monthly h4 {
    font-size: 1rem; } }
@media (min-width: 992px) {
  /* line 32947, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__monthly h4 {
    font-size: 1.265625rem; } }
@media (min-width: 1200px) {
  /* line 32952, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__monthly h4 {
    font-size: 1.265625rem; } }
@media (min-width: 1500px) {
  /* line 32957, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__monthly h4 {
    font-size: 1.423828125rem; } }
@media (min-width: 576px) {
  /* line 32962, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__monthly h4 {
    margin-bottom: 0; } }
@media (min-width: 992px) {
  /* line 32967, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__monthly h4 {
    font-weight: 700; } }
/* line 32971, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__monthly h4 span {
  font-size: 0.7901234568rem; }

/* line 32974, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__monthly h4 .g-deal-enquire__desktop {
  font-size: 0.7901234568rem; }

/* line 32977, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__monthly p {
  font-size: 1.8020324707rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  margin-top: -0.3079461477rem;
  margin-bottom: 0;
  text-align: left; }

@media (min-width: 576px) {
  /* line 32987, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__monthly p {
    font-size: 2.0272865295rem; } }
@media (min-width: 768px) {
  /* line 32992, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__monthly p {
    font-size: 2.0272865295rem; } }
@media (min-width: 992px) {
  /* line 32997, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__monthly p {
    font-size: 2.565784514rem; } }
@media (min-width: 1200px) {
  /* line 33002, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__monthly p {
    font-size: 2.565784514rem; } }
@media (min-width: 1500px) {
  /* line 33007, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__monthly p {
    font-size: 2.8865075782rem; } }
@media (min-width: 576px) {
  /* line 33012, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__monthly p {
    color: #ffffff; } }
@media (min-width: 992px) {
  /* line 33017, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__monthly p {
    text-align: right; } }
/* line 33021, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__monthly p .g-deal-enquire__pence {
  font-size: 50%;
  margin-top: 0.8888888889rem; }

/* line 33025, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__monthly p .g-deal-enquire__mobile {
  color: #bebebe; }

/* line 33028, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__monthly .g-deal-enquire__no-price {
  font-size: 1.265625rem;
  color: #ad913f;
  font-weight: 600;
  position: relative;
  top: -0.5549289573rem; }

@media (min-width: 576px) {
  /* line 33036, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__monthly .g-deal-enquire__no-price {
    font-size: 1.125rem; } }
@media (min-width: 768px) {
  /* line 33041, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__monthly .g-deal-enquire__no-price {
    font-size: 1.265625rem; } }
@media (min-width: 992px) {
  /* line 33046, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__monthly .g-deal-enquire__no-price {
    font-size: 1.265625rem; } }
@media (min-width: 1200px) {
  /* line 33051, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__monthly .g-deal-enquire__no-price {
    font-size: 1.423828125rem; } }
@media (min-width: 1500px) {
  /* line 33056, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__monthly .g-deal-enquire__no-price {
    font-size: 1.6018066406rem; } }
@media (min-width: 992px) {
  /* line 33061, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__monthly .g-deal-enquire__no-price {
    top: -0.7901234568rem; } }
@media (min-width: 1500px) {
  /* line 33066, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__monthly .g-deal-enquire__no-price {
    top: -0.8888888889rem; } }
/* line 33070, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__upfront {
  display: flex;
  justify-content: space-between;
  align-items: bottom;
  font-weight: 700; }

@media (min-width: 992px) {
  /* line 33077, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__upfront {
    margin-bottom: 0.7023319616rem; } }
/* line 33081, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__upfront h3 {
  display: none;
  color: #ffffff;
  margin-bottom: 0; }

@media (min-width: 576px) {
  /* line 33087, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__upfront h3 {
    display: inline;
    padding-right: 1rem; } }
/* line 33092, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__upfront p {
  font-size: 13px;
  text-align: right;
  color: #ffffff;
  margin-bottom: 0; }

@media (min-width: 576px) {
  /* line 33099, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__upfront p {
    color: #ffffff; } }
@media (min-width: 992px) {
  /* line 33104, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__upfront p {
    width: 180px;
    text-align: right; } }
@media (min-width: 1500px) {
  /* line 33110, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__upfront p {
    width: 190px; } }
/* line 33114, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__upfront p .g-deal-enquire__desktop {
  color: #ffffff; }

/* line 33117, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__upfront p .g-deal-enquire__mobile {
  color: #ffffff; }

/* line 33120, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__action {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }

@media only screen and (max-width: 374px) {
  /* line 33127, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__action {
    width: 47%; } }
@media (min-width: 576px) {
  /* line 33132, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__action {
    width: 40%; } }
@media (min-width: 768px) {
  /* line 33137, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__action {
    width: 50%; } }
@media (min-width: 992px) {
  /* line 33142, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__action {
    width: 100%; } }
/* line 33146, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__action a,
.g-deal-enquire__action button {
  font-size: 1.265625rem;
  text-transform: uppercase;
  font-weight: 700; }

@media (min-width: 576px) {
  /* line 33153, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__action a,
  .g-deal-enquire__action button {
    font-size: 1.265625rem; } }
@media (min-width: 768px) {
  /* line 33159, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__action a,
  .g-deal-enquire__action button {
    font-size: 1.265625rem; } }
@media (min-width: 992px) {
  /* line 33165, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__action a,
  .g-deal-enquire__action button {
    font-size: 1.265625rem; } }
@media (min-width: 1200px) {
  /* line 33171, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__action a,
  .g-deal-enquire__action button {
    font-size: 1.423828125rem; } }
@media (min-width: 1500px) {
  /* line 33177, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__action a,
  .g-deal-enquire__action button {
    font-size: 1.423828125rem; } }
@media only screen and (max-width: 374px) {
  /* line 33183, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__action a,
  .g-deal-enquire__action button {
    padding: 0.7023319616rem 0.7023319616rem 0.8888888889rem;
    line-height: 1.3; } }
/* line 33189, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__message {
  display: block;
  font-size: 0.8888888889rem;
  text-transform: none; }

/* line 33194, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__message span {
  display: none; }

@media (min-width: 768px) {
  /* line 33198, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__message span {
    display: inline; } }
/* line 33202, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__additional {
  font-size: 0.8888888889rem;
  margin-top: 0.7023319616rem;
  display: none;
  color: #ffffff; }

@media (min-width: 1200px) {
  /* line 33209, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-enquire__additional {
    display: flex; } }
/* line 33213, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__call {
  width: 50%;
  margin-bottom: 0; }

/* line 33217, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__call a {
  color: #ffffff; }

/* line 33220, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__call a:active, .g-deal-enquire__call a:focus, .g-deal-enquire__call a:hover {
  color: #ffffff;
  text-decoration: none; }

/* line 33224, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__callback {
  width: 50%;
  text-align: right;
  margin-bottom: 0; }

/* line 33229, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__callback a {
  color: #ffffff; }

/* line 33232, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-enquire__callback a:active, .g-deal-enquire__callback a:focus, .g-deal-enquire__callback a:hover {
  color: #ffffff;
  text-decoration: none; }

/* line 33237, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-benefits--van .g-deal-benefits__card {
  background-color: #d1d1d1;
  color: #002b49;
  border-radius: 0 0 5px 5px;
  position: relative; }

/* line 33243, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-benefits--van .g-deal-benefits__title {
  font-weight: 700;
  text-align: center;
  padding-top: 0;
  margin-top: 1rem;
  background-image: none; }

/* line 33250, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-benefits--van .g-deal-benefits__list {
  padding-left: 0;
  list-style: none; }

/* line 33254, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-benefits--van .g-deal-benefits__item {
  font-weight: 600;
  width: 50%;
  float: left;
  text-align: left;
  margin-top: 1rem; }

@media (min-width: 576px) {
  /* line 33262, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-benefits--van .g-deal-benefits__item {
    width: 25%; } }
@media (min-width: 992px) {
  /* line 33267, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-benefits--van .g-deal-benefits__item {
    width: 50%; } }
/* line 33272, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-tax__heading {
  font-weight: 600; }

/* line 33276, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-table-data__table {
  color: #002b49;
  font-size: 0.8888888889rem;
  margin: 0; }

@media (min-width: 576px) {
  /* line 33282, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-table-data__table {
    font-size: 0.8888888889rem; } }
@media (min-width: 768px) {
  /* line 33287, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-table-data__table {
    font-size: 1rem; } }
@media (min-width: 992px) {
  /* line 33292, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-table-data__table {
    font-size: 1rem; } }
@media (min-width: 1200px) {
  /* line 33297, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-table-data__table {
    font-size: 1rem; } }
@media (min-width: 1500px) {
  /* line 33302, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-table-data__table {
    font-size: 1rem; } }
/* line 33306, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-table-data__table thead th {
  border-top: none;
  padding: 0.5549289573rem 1rem 0.5549289573rem 0.5549289573rem;
  font-weight: 700;
  border-bottom: 2px solid #ac8c2e; }

/* line 33312, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-table-data__table tbody tr:nth-child(2n+2) {
  background-color: rgba(234, 234, 234, 0.5); }

/* line 33315, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-table-data__table tbody td {
  border-bottom: 1px solid #eaeaea; }

/* line 33318, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-table-data__table th, .c-table-data__table td {
  padding: 0.7901234568rem 1rem 0.7901234568rem 0.5549289573rem; }

/* line 33322, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-trigger .c-tabs__triggers {
  display: flex;
  flex-direction: column; }

@media (min-width: 1200px) {
  /* line 33327, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-trigger .c-tabs__triggers {
    flex-direction: row;
    align-items: center;
    padding-top: 0.438462386rem; } }
/* line 33333, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-trigger .c-tabs__triggers .g-deal-options__button,
.g-deal-trigger .c-tabs__triggers .g-deal-options__button--options {
  margin-bottom: 0.7901234568rem !important; }

/* line 33337, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-trigger .c-tabs__triggers .g-deal-options__button:last-child,
.g-deal-trigger .c-tabs__triggers .g-deal-options__button--options:last-child {
  margin-bottom: 0 !important; }

@media (min-width: 1200px) {
  /* line 33342, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-trigger .c-tabs__triggers .g-deal-options__button,
  .g-deal-trigger .c-tabs__triggers .g-deal-options__button--options {
    margin-bottom: 0 !important; } }
/* line 33348, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-sales-info__wrap {
  background: #f3f2f0;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  max-height: calc(100vh - 250px);
  width: 100%;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column; }

@media (min-width: 992px) {
  /* line 33360, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-sales-info__wrap {
    margin-bottom: 1.8020324707rem; } }
@media (min-width: 1200px) {
  /* line 33365, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-sales-info__wrap {
    flex: 0 0 300px;
    max-width: 300px; } }
@media (min-width: 1500px) {
  /* line 33371, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-sales-info__wrap {
    flex: 0 0 350px;
    max-width: 350px; } }
/* line 33376, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-sales-info__wrap.hidden {
  transform: translateX(0); }

/* line 33380, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-sales-info__group {
  border-top: 1px solid #d1d1d1;
  padding: 1.125rem 1.423828125rem; }

/* line 33384, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-sales-info__group:first-child {
  border: none; }

/* line 33388, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-sales-info__item {
  margin-bottom: 0.5549289573rem; }

/* line 33391, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-sales-info__item h4 {
  color: #8c8c8c;
  font-size: 0.8888888889rem; }

/* line 33395, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-sales-info__item h4,
.g-deal-sales-info__item p {
  margin-bottom: 0; }

/* line 33399, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-sales-info__item:last-child {
  margin: 0; }

/* line 33403, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-sales-info__toggle-button {
  position: absolute;
  transform: rotate(90deg);
  transform-origin: right bottom;
  top: 150px;
  padding: 0.7901234568rem;
  border-radius: 5px;
  border-bottom: none;
  cursor: pointer;
  z-index: 1;
  right: 0; }

/* line 33416, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-sales-info__alert {
  background-color: #fff9e4;
  border: 1px solid #fff7db;
  color: #9a8340;
  margin-top: 0.438462386rem;
  padding: 0.3079461477rem 0.5549289573rem;
  border-radius: 5px; }

/* line 33425, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-sales-info__scroll-container {
  overflow: scroll; }

/* line 33429, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-sales-info__footer {
  background: #f3f2f0;
  border-top: 1px solid #d1d1d1;
  padding: 1.125rem 1.423828125rem;
  width: 100%;
  z-index: 1; }

/* line 33437, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-label {
  font-size: 1rem;
  border-radius: 3px;
  padding: 1px 5px 3px;
  color: #494949;
  background: #d1d1d1; }

/* line 33444, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-label--ald, .b-label--alphabet, .b-label--arval, .b-label--novuna, .b-label--kinto, .b-label--leaseplan, .b-label--leasys, .b-label--lex, .b-label--santander, .b-label--stock {
  color: #ffffff; }

/* line 33447, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-label--ald {
  background: #ac8c30; }

/* line 33450, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-label--alphabet {
  background: #005ca9; }

/* line 33453, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-label--arval {
  background: #009688; }

/* line 33456, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-label--novuna {
  background: #c9c0e7; }

/* line 33459, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-label--kinto {
  background: #8d1d00; }

/* line 33462, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-label--leaseplan {
  background: #ff5c00; }

/* line 33465, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-label--leasys {
  background: #de05e1; }

/* line 33468, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-label--lex {
  background: #77b800; }

/* line 33471, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-label--santander {
  background: #9c27b0; }

/* line 33474, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.b-label--stock {
  background: #4cb7ef; }

/* line 33478, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-ev-charger-banner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0; }

/* line 33488, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-ev-charger-banner:before {
  content: "";
  display: inline-block;
  height: 24px;
  aspect-ratio: 1/1;
  margin-top: 0.8888888889rem;
  margin-right: 0.5549289573rem;
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1621947261/icons/bolt-ev_dquume.svg") no-repeat center center;
  background-size: contain; }

@media (min-width: 768px) {
  /* line 33499, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-ev-charger-banner:before {
    height: 31px; } }
@media (min-width: 992px) {
  /* line 33504, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-ev-charger-banner:before {
    height: 35px; } }
/* line 33508, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-ev-charger-banner__main {
  display: flex;
  padding-top: 0.5549289573rem;
  padding-bottom: 0.5549289573rem;
  max-width: calc(100% - 100px);
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  z-index: 1; }

@media (min-width: 576px) {
  /* line 33519, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-ev-charger-banner__main {
    max-width: calc(100% - 200px); } }
@media (min-width: 1200px) {
  /* line 33524, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-ev-charger-banner__main {
    flex-direction: row;
    align-items: center;
    justify-content: space-between; } }
/* line 33530, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-ev-charger-banner__text__heading {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0; }

@media (min-width: 768px) {
  /* line 33536, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-ev-charger-banner__text__heading {
    font-size: 1.6018066406rem; } }
@media (min-width: 992px) {
  /* line 33541, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-ev-charger-banner__text__heading {
    font-size: 1.8020324707rem; } }
/* line 33545, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-ev-charger-banner__text__secondary {
  font-size: 0.8888888889rem;
  font-weight: 600;
  margin-bottom: 0; }

@media (min-width: 768px) {
  /* line 33551, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-ev-charger-banner__text__secondary {
    font-size: 1.125rem; } }
/* line 33555, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-ev-charger-banner__text--accent {
  color: #007ddd; }

/* line 33558, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-ev-charger-banner__button {
  height: fit-content;
  width: auto;
  margin: 0.5549289573rem 0 0.438462386rem; }

@media (min-width: 1200px) {
  /* line 33564, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-ev-charger-banner__button {
    margin-left: 3.2473210255rem; } }
/* line 33568, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-ev-charger-banner__image {
  flex: 1 1 auto;
  min-width: 100px;
  margin-left: auto;
  position: relative;
  overflow: hidden; }

@media (min-width: 576px) {
  /* line 33576, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-ev-charger-banner__image {
    min-width: 200px; } }
/* line 33580, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-ev-charger-banner__image img {
  display: inline-block;
  width: 175%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: -30px; }

@media (min-width: 576px) {
  /* line 33589, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-ev-charger-banner__image img {
    height: 100%;
    width: auto; } }
@media (min-width: 992px) {
  /* line 33595, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-ev-charger-banner__image img {
    right: -50px; } }
@media (min-width: 1200px) {
  /* line 33600, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-ev-charger-banner__image img {
    right: -10px; } }
/* line 33605, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-promotion {
  background-color: #002b49;
  color: #ffffff;
  padding-top: 0.5549289573rem;
  padding-bottom: 0.5549289573rem;
  margin-bottom: 1.125rem;
  display: flex; }

/* line 33613, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-promotion:before {
  content: "";
  display: inline-block;
  height: 24px;
  aspect-ratio: 1/1;
  margin-right: 0.5549289573rem;
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1695054645/icons/promotion-icon_tevp7m.svg") no-repeat center center;
  background-size: contain; }

@media (min-width: 768px) {
  /* line 33623, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-promotion:before {
    height: 31px; } }
@media (min-width: 992px) {
  /* line 33628, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-promotion:before {
    height: 35px; } }
/* line 33633, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-promotion__content {
  display: flex;
  flex-direction: column; }

@media (min-width: 1500px) {
  /* line 33638, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-promotion__content {
    flex-direction: row;
    align-items: baseline; } }
/* line 33644, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-promotion__heading {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0; }

@media (min-width: 768px) {
  /* line 33650, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-promotion__heading {
    font-size: 1.6018066406rem; } }
@media (min-width: 992px) {
  /* line 33655, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-promotion__heading {
    font-size: 1.8020324707rem; } }
@media (min-width: 1500px) {
  /* line 33660, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-promotion__heading {
    margin-right: 1rem; } }
/* line 33665, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-promotion__text {
  font-size: 0.8888888889rem;
  font-weight: 600;
  margin-bottom: 0;
  word-wrap: normal; }

@media (min-width: 768px) {
  /* line 33672, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-promotion__text {
    font-size: 1.265625rem; } }
/* line 33677, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-promotion__eon {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 30px 60px 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 1100px;
  margin: 0 auto; }

@media (max-width: 991.98px) {
  /* line 33689, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-promotion__eon {
    padding: 30px 20px 0; } }
/* line 33693, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-promotion__eon-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  margin-bottom: 10px; }

/* line 33701, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-promotion__eon-header h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #002b49;
  text-transform: uppercase;
  margin: 0;
  max-width: 70%; }

/* line 33709, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-promotion__eon-header span {
  color: #ff4823; }

/* line 33712, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-promotion__eon-header .g-deal-promotion__eon-logo {
  width: 180px;
  height: auto;
  margin-left: auto;
  margin-right: 50px; }

@media (max-width: 991.98px) {
  /* line 33719, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-promotion__eon-header {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px; }

  /* line 33725, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-promotion__eon-header h3 {
    font-size: 1.5rem;
    max-width: 80%; }

  /* line 33729, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-promotion__eon-header .g-deal-promotion__eon-logo {
    order: 1;
    margin-left: 0;
    width: 100px; } }
/* line 33735, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-promotion__eon-offer {
  position: absolute;
  top: 0;
  right: 20px;
  background-color: #ff4823;
  color: transparent;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
  width: 50px;
  height: 200px;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 80%, 0 90%);
  padding: 20px 5px;
  display: flex;
  justify-content: center;
  overflow: hidden; }

/* line 33752, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-promotion__eon-offer:after {
  content: "Offer!";
  position: absolute;
  top: 0;
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg) translateX(-60px);
  transform-origin: center center;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase; }

@media (max-width: 991.98px) {
  /* line 33769, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-promotion__eon-offer {
    transform: scale(0.8);
    top: -20px; } }
/* line 33774, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-promotion__eon-subheader {
  font-size: 1.35rem;
  color: #002b49;
  margin-bottom: 20px;
  margin-top: -10px;
  font-weight: 500;
  max-width: 85%;
  text-transform: uppercase; }

/* line 33783, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-promotion__eon-steps {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 0;
  margin-top: 50px;
  overflow: visible;
  position: relative; }

@media (max-width: 767.98px) {
  /* line 33794, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-promotion__eon-steps {
    display: flex;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: visible;
    scroll-behavior: smooth;
    padding: 0;
    width: calc(100% + 23px);
    margin-top: 10px;
    background: transparent;
    position: relative;
    scrollbar-width: none; }

  /* line 33809, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-promotion__eon-steps ::-webkit-scrollbar {
    display: none; }

  /* line 33812, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-promotion__eon-steps > .g-deal-promotion__eon-step {
    min-width: 85%;
    scroll-snap-align: start;
    margin-right: 0;
    overflow: visible; }

  /* line 33818, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-promotion__eon-steps > .g-deal-promotion__eon-step:last-child {
    margin-right: 23px; } }
/* line 33822, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-promotion__eon-step {
  background: white;
  border-radius: 8px;
  padding: 40px 16px 20px;
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-height: 250px;
  overflow: visible;
  margin-top: 80px; }

@media (max-width: 767.98px) {
  /* line 33837, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-promotion__eon-step {
    padding-top: 60px;
    margin-top: 60px; } }
/* line 33842, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-promotion__eon .g-deal-promotion__eon-step-icon-1 {
  position: absolute;
  width: 80%;
  transform: translate(0, -120%);
  right: 0;
  max-height: 100px; }

@media (max-width: 767.98px) {
  /* line 33850, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-promotion__eon .g-deal-promotion__eon-step-icon-1 {
    width: 70%;
    transform: translateY(-100%);
    top: 40px;
    right: 15%; } }
/* line 33857, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-promotion__eon .g-deal-promotion__eon-step-icon-2 {
  position: absolute;
  width: 40%;
  transform: translate(0, -120%);
  max-height: 100px; }

@media (max-width: 767.98px) {
  /* line 33864, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-promotion__eon .g-deal-promotion__eon-step-icon-2 {
    width: 50%;
    transform: translateY(-100%);
    top: 40px;
    left: 25%; } }
/* line 33871, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-promotion__eon .g-deal-promotion__eon-step-icon-3 {
  position: absolute;
  width: 40%;
  transform: translate(0, -110%);
  max-height: 100px; }

@media (max-width: 767.98px) {
  /* line 33878, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-promotion__eon .g-deal-promotion__eon-step-icon-3 {
    width: 50%;
    transform: translateY(-100%);
    top: 40px;
    left: 25%; } }
/* line 33885, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-promotion__eon-step-number {
  background: #ff4823;
  color: white;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  margin-bottom: 10px; }

/* line 33897, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-promotion__eon-step-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #002b49; }

/* line 33903, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-promotion__eon-step-text {
  font-size: 0.9rem;
  color: #002b49; }

/* line 33907, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-promotion__eon-footer {
  font-size: 0.75rem;
  color: #002b49;
  margin-top: 15px; }

/* line 33913, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions {
  display: block;
  background: #ffffff;
  padding: 0 30px; }

@media (min-width: 1200px) {
  /* line 33919, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-actions {
    background: transparent;
    padding: 95px 0 24px; } }
/* line 33925, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 0; }

@media (min-width: 1200px) {
  /* line 33934, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-actions__wrapper {
    border: none;
    padding: 0; } }
/* line 33940, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions__share-wrapper {
  margin-left: auto; }

/* line 33944, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions__share {
  border: none;
  outline: none;
  display: flex;
  flex-direction: row;
  align-self: flex-end;
  align-items: center;
  background: transparent;
  color: #003765;
  padding-bottom: 10px;
  margin-bottom: -10px; }

@media (min-width: 992px) {
  /* line 33957, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-actions__share {
    color: #ffffff; } }
/* line 33961, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions__share span {
  font-size: 0.8888888889rem;
  margin-right: 6px; }

@media (min-width: 576px) {
  /* line 33966, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-actions__share span {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 33971, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-actions__share span {
    font-size: 1.125rem; } }
/* line 33975, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions__share svg {
  width: 24px;
  height: 24px; }

/* line 33980, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions__tooltip {
  position: relative;
  display: none;
  padding: 14px 18px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #eaeaea;
  border-radius: 7px;
  z-index: 10; }

/* line 33991, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions__tooltip[data-show] {
  display: block; }

/* line 33995, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions__tooltip-arrow,
.g-deal-actions__tooltip-arrow::before {
  position: absolute;
  width: 24px;
  height: 24px;
  background: inherit; }

/* line 34003, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions__tooltip-arrow {
  visibility: hidden;
  z-index: -1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137); }

/* line 34009, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions__tooltip-arrow::before {
  visibility: visible;
  content: "";
  transform: rotate(45deg);
  border: 1px solid #eaeaea;
  border-bottom: none;
  border-right: none; }

/* line 34018, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions__tooltip[data-popper-placement^=top] > .g-deal-actions__tooltip-arrow {
  bottom: -12px; }

/* line 34021, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions__tooltip[data-popper-placement^=top] > .g-deal-actions__tooltip-arrow::before {
  transform: rotate(-135deg); }

/* line 34025, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions__tooltip[data-popper-placement^=bottom] > .g-deal-actions__tooltip-arrow {
  top: -12px; }

/* line 34029, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions__tooltip[data-popper-placement^=left] > .g-deal-actions__tooltip-arrow {
  right: -12px; }

/* line 34032, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions__tooltip[data-popper-placement^=left] > .g-deal-actions__tooltip-arrow::before {
  transform: rotate(135deg); }

/* line 34036, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions__tooltip[data-popper-placement^=right] > .g-deal-actions__tooltip-arrow {
  left: -12px; }

/* line 34039, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions__tooltip[data-popper-placement^=right] > .g-deal-actions__tooltip-arrow::before {
  transform: rotate(-45deg); }

/* line 34043, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions #share-tooltip div[id^=st-] {
  text-align: right;
  z-index: 0; }

/* line 34047, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions #share-tooltip div[id^=st-] .st-btn {
  display: inline-block !important;
  height: 20px;
  background-color: transparent;
  background-size: auto 16px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 12px;
  width: 20px; }

@media (min-width: 768px) {
  /* line 34058, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-actions #share-tooltip div[id^=st-] .st-btn {
    background-size: auto 20px;
    height: 24px;
    width: 24px; } }
/* line 34064, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions #share-tooltip div[id^=st-] .st-btn:last-child {
  margin-right: 0; }

/* line 34067, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions #share-tooltip div[id^=st-] .st-btn > img {
  display: none; }

/* line 34070, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions #share-tooltip div[id^=st-] .st-btn[data-network=whatsapp] {
  background-image: url(/assets/whatsapp-share-1d81f1ba8b3eb74d808a02ea272d686426be5c518a309d2b80043da4afc66cd2.svg); }

/* line 34073, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions #share-tooltip div[id^=st-] .st-btn[data-network=messenger] {
  background-image: url(/assets/messenger-share-241b6dc76c3f2250bad25f3c233967a999c4534de9893251fe6df2570436bdcd.svg); }

/* line 34076, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions #share-tooltip div[id^=st-] .st-btn[data-network=sms] {
  background-image: url(/assets/sms-share-bce23ca58329e57685e0ff8c54f9849ab04a4aa6afa1bef0c95af6514c82e177.svg); }

/* line 34079, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions #share-tooltip div[id^=st-] .st-btn[data-network=facebook] {
  background-image: url(/assets/facebook-share-7c859bf2512a7eb7664f37171003dc283d32a41178fb143a6a73553200c506e5.svg); }

/* line 34082, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-deal-actions #share-tooltip div[id^=st-] .st-btn[data-network=email] {
  background-image: url(/assets/email-share-c43246de93f1d1bd5ebbed6fbb403173691bfe403b16b0c6640044975f6c1633.svg);
  background-size: 16px; }

@media (min-width: 768px) {
  /* line 34087, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-deal-actions #share-tooltip div[id^=st-] .st-btn[data-network=email] {
    background-size: 20px; } }
/* line 34092, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote__terms {
  background-color: #ffffff;
  padding-top: 2.565784514rem; }

/* line 34097, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote__item {
  margin-bottom: 1.8020324707rem; }

/* line 34100, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote__item--alert {
  background-color: #494949;
  color: #ffffff; }

/* line 34104, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote__item--sidenav {
  position: sticky;
  top: 125px; }

/* line 34108, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote__item--photo img {
  width: 100%;
  height: auto; }

/* line 34113, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote__anchor {
  display: block;
  position: relative;
  top: -123px;
  visibility: hidden; }

/* line 34120, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-photo {
  width: 100%;
  border-radius: 5px; }

/* line 34125, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote__alert {
  background-color: rgba(172, 140, 46, 0.2);
  padding: 0.7901234568rem;
  border-radius: 5px;
  margin-top: 1.265625rem; }

/* line 34132, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-alert__text {
  font-size: 0.8888888889rem; }

/* line 34135, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-alert__text:last-child {
  margin-bottom: 0; }

/* line 34139, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-summary__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem; }

/* line 34146, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-summary__heading:before {
  content: "";
  display: inline-block;
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618322975/icons/document-gold_uiksma.svg") no-repeat center;
  vertical-align: -3px;
  background-size: 17px 23px;
  margin-right: 10px;
  height: 23px;
  width: 17px; }

/* line 34157, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-summary__actions .b-btn, .g-quote-summary__actions .p-telegraph .g-telegraph__offers, .p-telegraph .g-quote-summary__actions .g-telegraph__offers, .g-quote-summary__actions .p-newsarticle .g-news__next, .p-newsarticle .g-quote-summary__actions .g-news__next, .g-quote-summary__actions .p-newsarticle .g-news__previous, .p-newsarticle .g-quote-summary__actions .g-news__previous, .g-quote-summary__actions .p-customer-reviews .g-trustpilot__footer .c-reviews-button, .p-customer-reviews .g-trustpilot__footer .g-quote-summary__actions .c-reviews-button, .g-quote-summary__actions .p-key-contacts .c-intro__details a, .p-key-contacts .c-intro__details .g-quote-summary__actions a, .g-quote-summary__actions .c-content-block__action, .g-quote-summary__actions .p-grosvenor .c-intro__alternative a, .p-grosvenor .c-intro__alternative .g-quote-summary__actions a, .g-quote-summary__actions .p-total-care-offers .c-intro__alternative a, .p-total-care-offers .c-intro__alternative .g-quote-summary__actions a, .g-quote-summary__actions .g-total-care-content__button, .g-quote-summary__actions .g-content__cta, .g-quote-summary__actions .g-order__back-button, .g-quote-summary__actions .g-order__next-button, .g-quote-summary__actions .c-form-contact-footer__btn, .g-quote-summary__actions .c-search__button, .g-quote-summary__actions .c-ar-contact-form__submit, .g-quote-summary__actions .g-contact-form__submit, .g-quote-summary__actions .c-intro__btn, .g-quote-summary__actions .c-primary-cta__button, .g-quote-summary__actions .c-options__button, .g-quote-summary__actions .c-button-pair__btn, .g-quote-summary__actions .c-motorway-search__button, .g-quote-summary__actions .c-hero-icon-collection__button, .g-quote-summary__actions .c-hero-icon-collection__perks--alternative-btn, .g-quote-summary__actions .c-hero-aside__button, .g-quote-summary__actions .c-news-card__read-more, .g-quote-summary__actions .c-guide-card__read-more, .g-quote-summary__actions .c-card__button, .g-quote-summary__actions .c-signpost__button, .g-quote-summary__actions .c-signpost__button--secondary, .g-quote-summary__actions .c-filters__trigger-button, .g-quote-summary__actions .c-filters__button, .g-quote-summary__actions .c-accordian__card-button, .g-quote-summary__actions .c-cookies__accept, .g-quote-summary__actions .c-survey-question__button, .g-quote-summary__actions .modal-footer .btn-primary, .modal-footer .g-quote-summary__actions .btn-primary, .g-quote-summary__actions .c-filter-triggers__trigger, .g-quote-summary__actions .c-progress__button, .g-quote-summary__actions .c-total-care-signpost__button, .g-quote-summary__actions .c-tiled-banner__button, .g-quote-summary__actions .c-survey-modern__deals-link, .g-quote-summary__actions .c-survey-modern__next-button, .g-quote-summary__actions .c-survey-modern__prev-button, .g-quote-summary__actions .c-list-index__btn, .g-quote-summary__actions .g-hero__text a, .g-hero__text .g-quote-summary__actions a, .g-quote-summary__actions .g-car-cards__cta, .g-quote-summary__actions .g-cta__button, .g-quote-summary__actions .g-features__truncate-button, .g-quote-summary__actions .g-features__cta, .g-quote-summary__actions .g-sign-up-bar__form button, .g-sign-up-bar__form .g-quote-summary__actions button, .g-quote-summary__actions .g-sign-up-bar__trigger, .g-quote-summary__actions .g-sign-up-bar__forward, .g-quote-summary__actions .g-trustpilot__action, .g-quote-summary__actions .g-latest-news__cta, .g-quote-summary__actions .g-advert__link, .g-quote-summary__actions .g-deal-options__option, .g-quote-summary__actions .g-deal-options__button, .g-quote-summary__actions .g-deal-options__enquire button, .g-deal-options__enquire .g-quote-summary__actions button, .g-quote-summary__actions .g-deal-photos__btn, .g-quote-summary__actions .g-deal-features__btn, .g-quote-summary__actions .g-deal-summary__order, .g-quote-summary__actions .g-deal-enquire__action a, .g-deal-enquire__action .g-quote-summary__actions a,
.g-quote-summary__actions .g-deal-enquire__action button,
.g-deal-enquire__action .g-quote-summary__actions button, .g-quote-summary__actions .g-deal-ev-charger-banner__button {
  margin-left: 0.7901234568rem; }

/* line 34162, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-summary__actions .b-btn--print:after, .g-quote-summary__actions .b-btn--download:after {
  color: #ac8c2e;
  font-size: 0.7901234568rem; }

/* line 34166, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-summary__actions .b-btn--print:after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618498241/icons/print-gold_mirl6o.svg");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 7px;
  vertical-align: -1px; }

@media (max-width: 991.98px) {
  /* line 34179, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-quote-summary__actions .b-btn--print {
    display: none; } }
/* line 34183, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-summary__actions .b-btn--download:after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618498613/icons/download-gold_o8bbo0.svg");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 7px;
  vertical-align: -1px; }

/* line 34196, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-summary__details {
  margin-bottom: 0; }

/* line 34199, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-summary__details dt {
  color: #8c8c8c;
  font-weight: 400; }

/* line 34203, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-summary__details dd {
  color: #002b49;
  font-weight: 600; }

/* line 34207, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-summary__details .g-quote-overview__options {
  margin: 0 15px;
  width: 100%; }

/* line 34212, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-overview__header .c-title-block__logo {
  height: 45px; }

@media (max-width: 575.98px) {
  /* line 34216, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-quote-overview__header .c-title-block__logo {
    display: block;
    margin-right: 0.5549289573rem;
    height: 30px; } }
/* line 34222, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-overview__header .c-title-block__heading {
  font-weight: 600;
  margin-bottom: 0; }

/* line 34226, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-overview__details dt {
  color: #8c8c8c;
  font-weight: 400; }

/* line 34230, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-overview__details dd {
  color: #002b49;
  font-weight: 600; }

/* line 34235, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-overview__subheading {
  margin-bottom: 0.8888888889rem;
  color: #ac8c2e; }

/* line 34240, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-overview__options {
  background-color: rgba(234, 234, 234, 0.4);
  padding: 0.7901234568rem;
  border-radius: 5px; }

@media (min-width: 992px) {
  /* line 34246, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-quote-overview__options {
    padding: 1rem; } }
@media (min-width: 1200px) {
  /* line 34251, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-quote-overview__options {
    padding: 1.265625rem; } }
/* line 34255, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-overview__options .c-list-table {
  margin-bottom: 0; }

@media (min-width: 992px) {
  /* line 34259, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-quote-overview__options .c-list-table {
    column-count: 2;
    column-width: 40%;
    column-gap: 2.2806973457rem; } }
@media (min-width: 1200px) {
  /* line 34266, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-quote-overview__options .c-list-table {
    column-gap: 2.8865075782rem; } }
/* line 34270, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-overview__options .c-list-table__item {
  border: none; }

/* line 34274, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-finance .b-info, .g-quote-finance .c-message__info, .g-quote-finance .c-list-table__info, .g-quote-finance .g-deal-options__info {
  padding: 0.55em; }

/* line 34277, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-finance .c-list-table {
  margin-bottom: 1.8020324707rem; }

/* line 34281, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-finance__header {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem; }

/* line 34287, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-finance__alert {
  padding: 0.3464394161rem 0.7023319616rem;
  background-color: rgba(0, 128, 62, 0.2);
  border-radius: 5px;
  margin-left: 1.8020324707rem;
  font-size: 0.8888888889rem; }

/* line 34295, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-finance__footer .g-quote-summary__heading {
  margin-bottom: 0.5549289573rem; }

/* line 34298, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-finance__footer .g-quote-summary__heading:before {
  display: none; }

/* line 34302, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-confirm__header,
.g-quote-confirm__main {
  margin-bottom: 1.423828125rem; }

/* line 34307, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-confirm__heading:before {
  content: "";
  display: inline-block;
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618321195/icons/handshake-gold_tkwyuu.svg") no-repeat center;
  vertical-align: -3px;
  background-size: 30px 19px;
  margin-right: 10px;
  height: 19px;
  width: 30px; }

/* line 34318, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-vehicle .c-list-table {
  margin-bottom: 0; }

@media (min-width: 992px) {
  /* line 34322, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-quote-vehicle .c-list-table {
    column-count: 2;
    column-width: 40%;
    column-gap: 2.2806973457rem; } }
@media (min-width: 1200px) {
  /* line 34329, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-quote-vehicle .c-list-table {
    column-gap: 2.8865075782rem; } }
/* line 34334, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-vehicle__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem; }

/* line 34341, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-vehicle__heading {
  margin-right: 1.265625rem; }

/* line 34344, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-vehicle__heading:before {
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618314221/icons/car-gold_kacbed.svg") no-repeat center;
  background-size: 20px 17px;
  content: "";
  display: inline-block;
  height: 17px;
  margin-right: 8px;
  vertical-align: -1px;
  width: 20px; }

/* line 34355, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-alert__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 0.5549289573rem; }

/* line 34363, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-alert__main {
  font-size: 0.8888888889rem; }

/* line 34367, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-alert__heading:before {
  content: "";
  display: inline-block;
  height: 23px;
  width: 23px;
  margin-right: 11px;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1627990726/icons/info-ev_dark_vdvb4z.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px;
  vertical-align: -3px; }

/* line 34380, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-agreement__header,
.g-quote-terms-conditions__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 0.5549289573rem; }

/* line 34389, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-agreement__heading:before {
  content: "";
  display: inline-block;
  height: 23px;
  width: 23px;
  margin-right: 11px;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618497767/icons/pencil-gold_asul22.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px;
  vertical-align: -4px; }

/* line 34402, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-terms-conditions__heading:before {
  content: "";
  display: inline-block;
  height: 23px;
  width: 23px;
  margin-right: 11px;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618497284/icons/info-gold_rrnyaf.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px;
  vertical-align: -3px; }

/* line 34415, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote-summary__heading,
.g-quote-vehicle__heading,
.g-quote-alert__heading,
.g-quote-confirm__heading,
.g-quote-agreement__heading,
.g-quote-terms-conditions__heading {
  flex: none;
  margin-bottom: 0;
  font-weight: 600; }

/* line 34426, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote__item--disclaimer {
  background-color: #002b49;
  color: #ffffff;
  border-radius: 10px;
  padding: 1.125rem;
  margin-block: 1.6018066406rem; }

/* line 34433, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote__item--disclaimer-text {
  font-size: 0.7901234568rem; }

/* line 34436, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-quote__item--disclaimer-text .b-info--white {
  align-items: center;
  background: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1756292909/Info_Icon_ugyeg4.svg") no-repeat center;
  background-size: 18px;
  border-radius: 50%;
  display: inline-flex;
  height: 18px;
  justify-content: center;
  margin-right: 0.5549289573rem;
  vertical-align: text-bottom;
  width: 18px; }

/* line 34449, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-form .b-btn, .g-form .p-telegraph .g-telegraph__offers, .p-telegraph .g-form .g-telegraph__offers, .g-form .p-newsarticle .g-news__next, .p-newsarticle .g-form .g-news__next, .g-form .p-newsarticle .g-news__previous, .p-newsarticle .g-form .g-news__previous, .g-form .p-customer-reviews .g-trustpilot__footer .c-reviews-button, .p-customer-reviews .g-trustpilot__footer .g-form .c-reviews-button, .g-form .p-key-contacts .c-intro__details a, .p-key-contacts .c-intro__details .g-form a, .g-form .c-content-block__action, .g-form .p-grosvenor .c-intro__alternative a, .p-grosvenor .c-intro__alternative .g-form a, .g-form .p-total-care-offers .c-intro__alternative a, .p-total-care-offers .c-intro__alternative .g-form a, .g-form .g-total-care-content__button, .g-form .g-content__cta, .g-form .g-order__back-button, .g-form .g-order__next-button, .g-form .c-form-contact-footer__btn, .g-form .c-search__button, .g-form .c-ar-contact-form__submit, .g-form .g-contact-form__submit, .g-form .c-intro__btn, .g-form .c-primary-cta__button, .g-form .c-options__button, .g-form .c-button-pair__btn, .g-form .c-motorway-search__button, .g-form .c-hero-icon-collection__button, .g-form .c-hero-icon-collection__perks--alternative-btn, .g-form .c-hero-aside__button, .g-form .c-news-card__read-more, .g-form .c-guide-card__read-more, .g-form .c-card__button, .g-form .c-signpost__button, .g-form .c-signpost__button--secondary, .g-form .c-filters__trigger-button, .g-form .c-filters__button, .g-form .c-accordian__card-button, .g-form .c-cookies__accept, .g-form .c-survey-question__button, .g-form .modal-footer .btn-primary, .modal-footer .g-form .btn-primary, .g-form .c-filter-triggers__trigger, .g-form .c-progress__button, .g-form .c-total-care-signpost__button, .g-form .c-tiled-banner__button, .g-form .c-survey-modern__deals-link, .g-form .c-survey-modern__next-button, .g-form .c-survey-modern__prev-button, .g-form .c-list-index__btn, .g-form .g-hero__text a, .g-hero__text .g-form a, .g-form .g-car-cards__cta, .g-form .g-cta__button, .g-form .g-features__truncate-button, .g-form .g-features__cta, .g-form .g-sign-up-bar__form button, .g-sign-up-bar__form .g-form button, .g-form .g-sign-up-bar__trigger, .g-form .g-sign-up-bar__forward, .g-form .g-trustpilot__action, .g-form .g-latest-news__cta, .g-form .g-advert__link, .g-form .g-deal-options__option, .g-form .g-deal-options__button, .g-form .g-deal-options__enquire button, .g-deal-options__enquire .g-form button, .g-form .g-deal-photos__btn, .g-form .g-deal-features__btn, .g-form .g-deal-summary__order, .g-form .g-deal-enquire__action a, .g-deal-enquire__action .g-form a,
.g-form .g-deal-enquire__action button,
.g-deal-enquire__action .g-form button, .g-form .g-deal-ev-charger-banner__button {
  margin: 1.8020324707rem 0; }

/* line 34455, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-form__img {
  text-align: center; }

/* line 34459, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-ar-contact {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ffffff;
  padding: 1rem 0; }

@media (min-width: 768px) {
  /* line 34467, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-ar-contact {
    padding: 1.423828125rem 0; } }
@media (min-width: 992px) {
  /* line 34472, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-ar-contact {
    padding: 2.2806973457rem 0; } }
@media (min-width: 1200px) {
  /* line 34477, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-ar-contact {
    padding: 3.2473210255rem 0; } }
@media (min-width: 992px) {
  /* line 34482, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-ar-contact .c-form-contact-footer__label {
    font-size: 1rem; } }
/* line 34486, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-ar-contact__heading {
  text-align: center; }

/* line 34489, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-ar-contact--mega .g-ar-contact__heading {
  text-align: left; }

/* line 34492, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-ar-contact--mega .g-ar-contact__address .c-address {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 1.423828125rem; }

/* line 34498, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-ar-contact--mega .g-ar-contact__address .c-address__heading {
  margin-bottom: 0.2433154747rem; }

/* line 34501, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-ar-contact--mega .g-ar-contact__address .c-address__phone {
  font-size: 1.265625rem;
  font-weight: 400;
  margin: 0; }

@media (min-width: 576px) {
  /* line 34507, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-ar-contact--mega .g-ar-contact__address .c-address__phone {
    font-size: 1.265625rem; } }
@media (min-width: 768px) {
  /* line 34512, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-ar-contact--mega .g-ar-contact__address .c-address__phone {
    font-size: 1.423828125rem; } }
@media (min-width: 992px) {
  /* line 34517, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-ar-contact--mega .g-ar-contact__address .c-address__phone {
    font-size: 1.423828125rem; } }
@media (min-width: 1200px) {
  /* line 34522, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-ar-contact--mega .g-ar-contact__address .c-address__phone {
    font-size: 1.423828125rem; } }
@media (min-width: 1500px) {
  /* line 34527, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-ar-contact--mega .g-ar-contact__address .c-address__phone {
    font-size: 1.423828125rem; } }
@media (min-width: 576px) {
  /* line 34532, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-ar-contact--mega .g-ar-contact__form {
    order: 3; } }
@media (min-width: 768px) {
  /* line 34537, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-ar-contact--mega .g-ar-contact__form {
    order: 2; } }
@media (min-width: 992px) {
  /* line 34542, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-ar-contact--mega .g-ar-contact__form {
    padding-right: 2.8865075782rem; } }
@media (min-width: 1200px) {
  /* line 34547, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-ar-contact--mega .g-ar-contact__form {
    padding-right: 4.1098906729rem; } }
/* line 34551, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-ar-contact__img img {
  width: 100%; }

@media (min-width: 576px) {
  /* line 34555, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-ar-contact--mega .g-ar-contact__img {
    order: 2; } }
@media (min-width: 768px) {
  /* line 34560, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-ar-contact--mega .g-ar-contact__img {
    order: 3; } }
/* line 34564, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order {
  padding: 1.6018066406rem 0;
  padding-bottom: 3.2473210255rem; }

@media (min-width: 992px) {
  /* line 34569, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order {
    padding-top: 5.8517779307rem; } }
@media (min-width: 992px) {
  /* line 34574, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__row {
    gap: 40px; } }
@media (min-width: 1200px) {
  /* line 34579, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__row {
    gap: 70px; } }
/* line 34583, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__heading {
  font-size: 2rem;
  color: #1a2b3c;
  margin: 0 0 1rem; }

@media (min-width: 768px) {
  /* line 34589, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__heading {
    margin: 0; } }
/* line 34593, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__secure-badge {
  display: flex;
  align-items: center;
  color: #4a5568;
  font-size: 0.875rem; }

/* line 34599, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__secure-icon {
  margin-right: 0.5rem; }

/* line 34602, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__advisor {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem; }

@media (min-width: 768px) {
  /* line 34609, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__advisor {
    align-items: flex-end;
    margin-top: 0; } }
/* line 34614, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__phone {
  font-size: 1.25rem;
  font-weight: bold;
  color: #1a2b3c;
  text-decoration: none; }

/* line 34620, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__phone:hover {
  text-decoration: underline; }

/* line 34623, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__header-title {
  font-size: 2.875rem;
  font-weight: 600;
  color: #ffffff;
  display: none; }

@media (min-width: 768px) {
  /* line 34630, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__header-title {
    display: block; } }
/* line 34634, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__step-content {
  position: relative; }

/* line 34637, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__step-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #8c8c8c; }

/* line 34645, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__step-text {
  flex: 1; }

/* line 34648, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__step-info {
  display: none; }

@media (min-width: 768px) {
  /* line 34652, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__step-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: right; } }
/* line 34659, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__step-title {
  font-size: 1.125rem;
  color: #002b49;
  margin: 0 0 1rem;
  font-weight: 500; }

@media (min-width: 576px) {
  /* line 34666, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__step-title {
    font-size: 1.265625rem; } }
@media (min-width: 768px) {
  /* line 34671, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__step-title {
    font-size: 1.423828125rem; } }
@media (min-width: 992px) {
  /* line 34676, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__step-title {
    font-size: 2.565784514rem; } }
@media (min-width: 768px) {
  /* line 34681, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__step-title {
    font-weight: 600; } }
/* line 34685, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__step-description {
  font-size: 0.8888888889rem;
  margin: 0; }

@media (min-width: 576px) {
  /* line 34690, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__step-description {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 34695, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__step-description {
    font-size: 1rem; } }
@media (min-width: 992px) {
  /* line 34700, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__step-description {
    font-size: 1.125rem; } }
/* line 34704, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__secure {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: #002b49;
  font-size: 0.8888888889rem; }

/* line 34711, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__secure:before {
  content: "";
  height: 24px;
  width: 24px;
  display: inline-block;
  background-size: 20px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23002B49' height='25px' width='25px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 330 330' xml:space='preserve'%3E%3Cg id='XMLID_509_'%3E%3Cpath id='XMLID_510_' d='M65,330h200c8.284,0,15-6.716,15-15V145c0-8.284-6.716-15-15-15h-15V85c0-46.869-38.131-85-85-85 S80,38.131,80,85v45H65c-8.284,0-15,6.716-15,15v170C50,323.284,56.716,330,65,330z M180,234.986V255c0,8.284-6.716,15-15,15 s-15-6.716-15-15v-20.014c-6.068-4.565-10-11.824-10-19.986c0-13.785,11.215-25,25-25s25,11.215,25,25 C190,223.162,186.068,230.421,180,234.986z M110,85c0-30.327,24.673-55,55-55s55,24.673,55,55v45H110V85z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  transition: background-image ease 0.5s; }

/* line 34723, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__secure-icon {
  font-size: 1.25rem; }

/* line 34726, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

/* line 34731, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__contact span {
  font-size: 1rem; }

/* line 34734, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__contact a {
  color: #002b49;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none; }

@media (min-width: 576px) {
  /* line 34741, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__contact a {
    font-size: 1.265625rem; } }
/* line 34745, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__contact a:before {
  content: "";
  height: 24px;
  width: 24px;
  display: inline-block;
  background-size: 24px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5562 12.9062L16.1007 13.359C16.1007 13.359 15.0181 14.4355 12.0631 11.4972C9.10812 8.55901 10.1907 7.48257 10.1907 7.48257L10.4775 7.19738C11.1841 6.49484 11.2507 5.36691 10.6342 4.54348L9.37326 2.85908C8.61028 1.83992 7.13596 1.70529 6.26145 2.57483L4.69185 4.13552C4.25823 4.56668 3.96765 5.12559 4.00289 5.74561C4.09304 7.33182 4.81071 10.7447 8.81536 14.7266C13.0621 18.9492 17.0468 19.117 18.6763 18.9651C19.1917 18.9171 19.6399 18.6546 20.0011 18.2954L21.4217 16.883C22.3806 15.9295 22.1102 14.2949 20.8833 13.628L18.9728 12.5894C18.1672 12.1515 17.1858 12.2801 16.5562 12.9062Z' fill='%23002B49'/%3E%3C/svg%3E");
  background-position: center;
  margin-right: 4px;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  transition: background-image ease 0.5s; }

/* line 34758, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__contact a:hover {
  text-decoration: underline; }

/* line 34761, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__mandatory-notice {
  color: #8c8c8c;
  font-size: 0.7023319616rem;
  margin-top: 10px;
  width: 100%;
  text-align: right; }

@media (min-width: 576px) {
  /* line 34769, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__mandatory-notice {
    font-size: 0.7901234568rem; } }
@media (min-width: 768px) {
  /* line 34774, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__mandatory-notice {
    font-size: 0.8888888889rem; } }
/* line 34778, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__form {
  width: 100%; }

/* line 34781, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__car {
  width: 100%; }

/* line 34784, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__form-content {
  margin-bottom: 2rem; }

/* line 34787, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__section {
  padding: 2rem 0;
  border-bottom: 1px solid #8c8c8c; }

/* line 34791, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__section:last-child {
  border-bottom: none; }

/* line 34794, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem; }

@media (min-width: 768px) {
  /* line 34800, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__fields {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 3rem; } }
@media (min-width: 1200px) {
  /* line 34806, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__fields {
    gap: 1rem 5rem; } }
/* line 34810, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__field--full-width {
  grid-column: 1/-1; }

/* line 34813, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__field--two-rows {
  grid-row: span 2; }

/* line 34816, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__label {
  display: block;
  margin-bottom: 0.5rem;
  color: #1a2b3c;
  font-weight: 500; }

/* line 34822, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__required {
  color: #e53e3e;
  margin-left: 0.25rem; }

/* line 34826, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__header-wrapper {
  min-height: 130px;
  overflow-x: hidden; }

@media (min-width: 768px) {
  /* line 34831, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__header-wrapper {
    background-image: url(/assets/order-online-6262f57ed47888524f06317a0737c20c0052f10877dd731da354dc2840d88242.png);
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 2rem;
    min-height: 200px;
    padding-top: 60px;
    padding-bottom: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow-x: visible; } }
/* line 34844, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__header {
  padding: 1rem 0;
  position: relative; }

/* line 34848, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem; }

/* line 34854, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__action {
  width: 100%; }

@media (min-width: 768px) {
  /* line 34858, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__action {
    width: auto; } }
/* line 34862, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__action--previous {
  margin-top: 1.8rem;
  text-align: center; }

@media (min-width: 768px) {
  /* line 34867, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__action--previous {
    margin-top: 0;
    text-align: left; } }
/* line 34872, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__progress {
  display: flex;
  overflow: visible;
  justify-content: flex-start;
  max-width: 100%; }

@media (min-width: 768px) {
  /* line 34879, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__progress {
    margin-top: 1rem;
    position: absolute;
    bottom: -82px;
    width: 100%;
    min-width: unset;
    justify-content: center; } }
/* line 34888, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__next-button {
  width: 100%; }

@media (max-width: 991.98px) {
  /* line 34892, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__next-button {
    padding: 1rem 2rem !important; } }
@media (min-width: 768px) {
  /* line 34897, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__next-button {
    width: unset; } }
/* line 34901, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__back-button {
  color: #002b49 !important;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.8888888889rem;
  text-decoration: none; }

@media (min-width: 576px) {
  /* line 34909, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__back-button {
    font-size: 0.8888888889rem; } }
@media (min-width: 768px) {
  /* line 34914, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__back-button {
    font-size: 1rem; } }
/* line 34918, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__previous-sections {
  grid-column: 1/-1;
  margin-top: 24px; }

/* line 34922, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__previous-section {
  margin-top: 24px; }

/* line 34925, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__previous-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px; }

/* line 34931, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__section-title, .g-order__previous-section-title {
  font-size: 1rem;
  font-weight: 700;
  color: #002b49;
  margin-bottom: 12px; }

@media (min-width: 576px) {
  /* line 34938, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__section-title, .g-order__previous-section-title {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 34943, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__section-title, .g-order__previous-section-title {
    font-size: 1.125rem; } }
/* line 34947, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__previous-section-remove {
  color: #dc3545;
  padding: 0; }

/* line 34951, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__previous-section-add {
  width: 100%;
  height: 62px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 7px;
  border: 1px solid #dee2e6;
  position: relative;
  text-align: left;
  padding-left: 24px;
  font-weight: 500; }

/* line 34962, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__previous-section-add::after {
  content: "+";
  position: absolute;
  font-size: 32px;
  font-weight: 700;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 300; }

/* line 34972, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__previous-section-add--error {
  border-color: #dc3545 !important; }

/* line 34975, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__previous-section-add:hover {
  background: rgba(255, 255, 255, 0.8); }

/* line 34978, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__summary {
  margin-bottom: 2rem; }

/* line 34981, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__summary-section {
  margin-bottom: 2.5rem; }

/* line 34984, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__summary-section:last-child {
  margin-bottom: 0; }

/* line 34987, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__summary-header {
  margin-bottom: 1.5rem; }

/* line 34990, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__summary-header h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0; }

/* line 34995, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__summary-content {
  margin-bottom: 1.5rem; }

/* line 34998, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__summary-grid {
  display: flex;
  flex-direction: column; }

/* line 35002, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__summary-row {
  display: grid;
  grid-template-columns: 1fr; }

@media (min-width: 768px) {
  /* line 35007, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__summary-row {
    grid-template-columns: 1fr 1fr; } }
/* line 35011, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__summary-row:nth-child(even) {
  background-color: #d3dde4; }

/* line 35014, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__summary-row:nth-child(odd) {
  background-color: #fff; }

/* line 35017, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__summary-label, .g-order__summary-value {
  padding: 12px 15px;
  font-size: 1rem;
  text-align: left; }

@media (max-width: 767px) {
  /* line 35023, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__summary-label, .g-order__summary-value {
    padding: 8px 15px; } }
/* line 35027, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__summary-label {
  font-weight: 700; }

/* line 35030, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__summary-actions {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d3dde4; }

/* line 35036, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__secure-info {
  margin-top: 1.5rem;
  display: flex;
  align-items: center; }

/* line 35041, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__secure-badge {
  display: flex;
  align-items: center;
  width: 100%; }

/* line 35046, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__secure-text {
  font-size: 0.8888888889rem;
  color: #002b49;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 12px;
  white-space: nowrap;
  line-height: 2rem; }

@media (min-width: 576px) {
  /* line 35057, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__secure-text {
    font-size: 0.8888888889rem; } }
@media (min-width: 768px) {
  /* line 35062, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__secure-text {
    font-size: 1rem; } }
@media (min-width: 992px) {
  /* line 35067, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__secure-text {
    font-size: 1.125rem; } }
/* line 35071, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__secure-text:before {
  content: "";
  height: 30px;
  width: 30px;
  transform: translateY(2px);
  display: inline-block;
  background-size: 24px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23002B49' height='25px' width='25px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 330 330' xml:space='preserve'%3E%3Cg id='XMLID_509_'%3E%3Cpath id='XMLID_510_' d='M65,330h200c8.284,0,15-6.716,15-15V145c0-8.284-6.716-15-15-15h-15V85c0-46.869-38.131-85-85-85 S80,38.131,80,85v45H65c-8.284,0-15,6.716-15,15v170C50,323.284,56.716,330,65,330z M180,234.986V255c0,8.284-6.716,15-15,15 s-15-6.716-15-15v-20.014c-6.068-4.565-10-11.824-10-19.986c0-13.785,11.215-25,25-25s25,11.215,25,25 C190,223.162,186.068,230.421,180,234.986z M110,85c0-30.327,24.673-55,55-55s55,24.673,55,55v45H110V85z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  margin-right: 12px; }

/* line 35084, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__secure-line {
  flex: 1;
  height: 1px;
  background-color: #002b49; }

/* line 35090, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__primary {
  margin-bottom: 1.8020324707rem; }

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 35094, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__primary {
    width: calc(100% - 310px - 40px);
    max-width: calc(100% - 310px - 40px);
    flex: 0 0 calc(100% - 310px - 40px);
    padding-left: 0; } }
@media (min-width: 1200px) {
  /* line 35102, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__primary {
    width: calc(100% - 430px - 70px);
    max-width: calc(100% - 430px - 70px);
    flex: 0 0 calc(100% - 430px - 70px);
    padding-left: 0; } }
/* line 35110, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-order__secondary {
  margin-bottom: 1.8020324707rem; }

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 35114, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__secondary {
    width: 310px;
    max-width: 310px;
    flex: 0 0 310px; } }
@media (min-width: 1200px) {
  /* line 35121, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-order__secondary {
    width: 430px;
    max-width: 430px;
    flex: 0 0 430px; } }
/* line 35128, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-articles__main .form-group, .g-review-articles__main .b-form-check {
  width: 100%;
  margin-bottom: 0.5549289573rem; }

@media (min-width: 768px) {
  /* line 35133, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-review-articles__main .form-group, .g-review-articles__main .b-form-check {
    width: auto; } }
/* line 35137, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-articles__main .g-review-articles__select {
  width: 100%; }

/* line 35141, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-articles__header {
  margin-bottom: 1.8020324707rem; }

/* line 35145, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-articles__heading {
  margin-bottom: 0.438462386rem; }

/* line 35149, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-articles__subheading {
  color: #ac8c2e;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 1rem; }

/* line 35156, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article {
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 1rem; }

@media (min-width: 768px) {
  /* line 35162, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-review-article {
    padding: 1rem 1.8020324707rem 1.8020324707rem; } }
@media (min-width: 1200px) {
  /* line 35167, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-review-article {
    padding: 1rem 2.8865075782rem 1.8020324707rem; } }
@media (min-width: 1500px) {
  /* line 35172, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-review-article {
    padding: 1rem 4.1098906729rem 1.8020324707rem; } }
/* line 35176, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article .c-breadcrumb {
  padding-top: 0; }

@media (max-width: 991.98px) {
  /* line 35180, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-review-article .c-breadcrumb {
    display: none; } }
/* line 35185, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article__heading {
  margin-top: 0.5549289573rem;
  margin-bottom: 0.1708882346rem; }

/* line 35190, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article__author {
  border-bottom: 1px solid #eaeaea;
  padding-block-end: 1.265625rem;
  margin-block-end: 1.265625rem; }

@media (min-width: 992px) {
  /* line 35196, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-review-article__author {
    display: flex; } }
/* line 35201, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article__author-left-column {
  display: flex;
  flex-shrink: 0;
  padding-right: 1.125rem;
  margin-right: 1.125rem; }

@media (min-width: 992px) {
  /* line 35208, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-review-article__author-left-column {
    border-right: 3px solid #9a8340; } }
@media (min-width: 992px) {
  /* line 35214, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-review-article__author-left-column,
  .g-review-article__author-bio {
    padding-block: 0.5549289573rem; } }
/* line 35220, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article__author-picture {
  width: 2.565784514rem;
  height: 2.565784514rem;
  background: #bebebe;
  border-radius: 9999px;
  overflow: hidden;
  margin-right: 1.125rem; }

/* line 35228, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article__author-picture img {
  width: 100%;
  height: 100%; }

/* line 35233, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article__author-name {
  margin: 0; }

/* line 35236, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article__author-name a {
  color: inherit;
  font-weight: 700; }

/* line 35241, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article__author-role {
  font-size: 0.7901234568rem;
  margin: 0; }

/* line 35246, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article__author-bio {
  margin: 0;
  font-size: 0.8888888889rem; }

/* line 35250, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article__author-bio p {
  margin: 0; }

/* line 35253, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article__author-bio p:first-child {
  margin-bottom: 0.624295077rem; }

/* line 35257, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article__meta {
  color: #ac8c2e;
  margin-bottom: 1.423828125rem; }

/* line 35262, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article__content {
  margin-bottom: 1.423828125rem; }

/* line 35265, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article__content h2 {
  color: #ac8c2e;
  font-weight: 700; }

/* line 35269, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article__content h2,
.g-review-article__content h3,
.g-review-article__content h4,
.g-review-article__content h5 {
  margin-bottom: 0.5549289573rem; }

/* line 35275, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article__content h6 {
  font-weight: 700; }

/* line 35278, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article__content img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem; }

/* line 35283, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article__content dt,
.g-review-article__content dd {
  font-weight: 600; }

@media (min-width: 768px) {
  /* line 35288, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-review-article__content dt,
  .g-review-article__content dd {
    display: inline-block;
    margin-bottom: 1rem; } }
@media (min-width: 768px) {
  /* line 35295, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-review-article__content dt {
    width: 20%;
    min-width: 200px; } }
/* line 35300, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article__content dd {
  color: #ac8c2e; }

@media (max-width: 991.98px) {
  /* line 35304, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-review-article__content dd {
    margin-bottom: 1rem; } }
@media (min-width: 768px) {
  /* line 35309, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-review-article__content dd {
    width: 60%; } }
/* line 35314, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article__callout {
  margin-bottom: 1.8020324707rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

@media (min-width: 768px) {
  /* line 35322, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-review-article__callout {
    flex-direction: row;
    justify-content: space-between; } }
/* line 35328, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article__score h2 {
  font-weight: 700;
  margin-bottom: 0.7023319616rem; }

/* line 35333, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article__cta {
  margin-top: 1.423828125rem; }

/* line 35336, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-review-article__cta .b-btn, .g-review-article__cta .p-telegraph .g-telegraph__offers, .p-telegraph .g-review-article__cta .g-telegraph__offers, .g-review-article__cta .p-newsarticle .g-news__next, .p-newsarticle .g-review-article__cta .g-news__next, .g-review-article__cta .p-newsarticle .g-news__previous, .p-newsarticle .g-review-article__cta .g-news__previous, .g-review-article__cta .p-customer-reviews .g-trustpilot__footer .c-reviews-button, .p-customer-reviews .g-trustpilot__footer .g-review-article__cta .c-reviews-button, .g-review-article__cta .p-key-contacts .c-intro__details a, .p-key-contacts .c-intro__details .g-review-article__cta a, .g-review-article__cta .c-content-block__action, .g-review-article__cta .p-grosvenor .c-intro__alternative a, .p-grosvenor .c-intro__alternative .g-review-article__cta a, .g-review-article__cta .p-total-care-offers .c-intro__alternative a, .p-total-care-offers .c-intro__alternative .g-review-article__cta a, .g-review-article__cta .g-total-care-content__button, .g-review-article__cta .g-content__cta, .g-review-article__cta .c-form-contact-footer__btn, .g-review-article__cta .c-search__button, .g-review-article__cta .c-ar-contact-form__submit, .g-review-article__cta .g-contact-form__submit, .g-review-article__cta .c-intro__btn, .g-review-article__cta .c-primary-cta__button, .g-review-article__cta .c-options__button, .g-review-article__cta .c-button-pair__btn, .g-review-article__cta .c-motorway-search__button, .g-review-article__cta .c-hero-icon-collection__button, .g-review-article__cta .c-hero-icon-collection__perks--alternative-btn, .g-review-article__cta .c-hero-aside__button, .g-review-article__cta .c-news-card__read-more, .g-review-article__cta .c-guide-card__read-more, .g-review-article__cta .c-card__button, .g-review-article__cta .c-signpost__button, .g-review-article__cta .c-signpost__button--secondary, .g-review-article__cta .c-filters__trigger-button, .g-review-article__cta .c-filters__button, .g-review-article__cta .c-accordian__card-button, .g-review-article__cta .c-cookies__accept, .g-review-article__cta .c-survey-question__button, .g-review-article__cta .modal-footer .btn-primary, .modal-footer .g-review-article__cta .btn-primary, .g-review-article__cta .c-filter-triggers__trigger, .g-review-article__cta .c-progress__button, .g-review-article__cta .c-total-care-signpost__button, .g-review-article__cta .c-tiled-banner__button, .g-review-article__cta .c-survey-modern__deals-link, .g-review-article__cta .c-survey-modern__next-button, .g-review-article__cta .c-survey-modern__prev-button, .g-review-article__cta .c-list-index__btn, .g-review-article__cta .g-hero__text a, .g-hero__text .g-review-article__cta a, .g-review-article__cta .g-car-cards__cta, .g-review-article__cta .g-cta__button, .g-review-article__cta .g-features__truncate-button, .g-review-article__cta .g-features__cta, .g-review-article__cta .g-sign-up-bar__form button, .g-sign-up-bar__form .g-review-article__cta button, .g-review-article__cta .g-sign-up-bar__trigger, .g-review-article__cta .g-sign-up-bar__forward, .g-review-article__cta .g-trustpilot__action, .g-review-article__cta .g-latest-news__cta, .g-review-article__cta .g-advert__link, .g-review-article__cta .g-deal-options__option, .g-review-article__cta .g-deal-options__button, .g-review-article__cta .g-deal-options__enquire button, .g-deal-options__enquire .g-review-article__cta button, .g-review-article__cta .g-deal-photos__btn, .g-review-article__cta .g-deal-features__btn, .g-review-article__cta .g-deal-summary__order, .g-review-article__cta .g-deal-enquire__action a, .g-deal-enquire__action .g-review-article__cta a,
.g-review-article__cta .g-deal-enquire__action button,
.g-deal-enquire__action .g-review-article__cta button, .g-review-article__cta .g-deal-ev-charger-banner__button, .g-review-article__cta .g-order__next-button, .g-review-article__cta .g-order__back-button {
  margin-left: 1rem; }

@media (min-width: 768px) {
  /* line 35342, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-review-article__cta {
    margin-top: 0; }

  /* line 35345, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-review-article__cta .b-btn, .g-review-article__cta .p-telegraph .g-telegraph__offers, .p-telegraph .g-review-article__cta .g-telegraph__offers, .g-review-article__cta .p-newsarticle .g-news__next, .p-newsarticle .g-review-article__cta .g-news__next, .g-review-article__cta .p-newsarticle .g-news__previous, .p-newsarticle .g-review-article__cta .g-news__previous, .g-review-article__cta .p-customer-reviews .g-trustpilot__footer .c-reviews-button, .p-customer-reviews .g-trustpilot__footer .g-review-article__cta .c-reviews-button, .g-review-article__cta .p-key-contacts .c-intro__details a, .p-key-contacts .c-intro__details .g-review-article__cta a, .g-review-article__cta .c-content-block__action, .g-review-article__cta .p-grosvenor .c-intro__alternative a, .p-grosvenor .c-intro__alternative .g-review-article__cta a, .g-review-article__cta .p-total-care-offers .c-intro__alternative a, .p-total-care-offers .c-intro__alternative .g-review-article__cta a, .g-review-article__cta .g-total-care-content__button, .g-review-article__cta .g-content__cta, .g-review-article__cta .c-form-contact-footer__btn, .g-review-article__cta .c-search__button, .g-review-article__cta .c-ar-contact-form__submit, .g-review-article__cta .g-contact-form__submit, .g-review-article__cta .c-intro__btn, .g-review-article__cta .c-primary-cta__button, .g-review-article__cta .c-options__button, .g-review-article__cta .c-button-pair__btn, .g-review-article__cta .c-motorway-search__button, .g-review-article__cta .c-hero-icon-collection__button, .g-review-article__cta .c-hero-icon-collection__perks--alternative-btn, .g-review-article__cta .c-hero-aside__button, .g-review-article__cta .c-news-card__read-more, .g-review-article__cta .c-guide-card__read-more, .g-review-article__cta .c-card__button, .g-review-article__cta .c-signpost__button, .g-review-article__cta .c-signpost__button--secondary, .g-review-article__cta .c-filters__trigger-button, .g-review-article__cta .c-filters__button, .g-review-article__cta .c-accordian__card-button, .g-review-article__cta .c-cookies__accept, .g-review-article__cta .c-survey-question__button, .g-review-article__cta .modal-footer .btn-primary, .modal-footer .g-review-article__cta .btn-primary, .g-review-article__cta .c-filter-triggers__trigger, .g-review-article__cta .c-progress__button, .g-review-article__cta .c-total-care-signpost__button, .g-review-article__cta .c-tiled-banner__button, .g-review-article__cta .c-survey-modern__deals-link, .g-review-article__cta .c-survey-modern__next-button, .g-review-article__cta .c-survey-modern__prev-button, .g-review-article__cta .c-list-index__btn, .g-review-article__cta .g-hero__text a, .g-hero__text .g-review-article__cta a, .g-review-article__cta .g-car-cards__cta, .g-review-article__cta .g-cta__button, .g-review-article__cta .g-features__truncate-button, .g-review-article__cta .g-features__cta, .g-review-article__cta .g-sign-up-bar__form button, .g-sign-up-bar__form .g-review-article__cta button, .g-review-article__cta .g-sign-up-bar__trigger, .g-review-article__cta .g-sign-up-bar__forward, .g-review-article__cta .g-trustpilot__action, .g-review-article__cta .g-latest-news__cta, .g-review-article__cta .g-advert__link, .g-review-article__cta .g-deal-options__option, .g-review-article__cta .g-deal-options__button, .g-review-article__cta .g-deal-options__enquire button, .g-deal-options__enquire .g-review-article__cta button, .g-review-article__cta .g-deal-photos__btn, .g-review-article__cta .g-deal-features__btn, .g-review-article__cta .g-deal-summary__order, .g-review-article__cta .g-deal-enquire__action a, .g-deal-enquire__action .g-review-article__cta a,
  .g-review-article__cta .g-deal-enquire__action button,
  .g-deal-enquire__action .g-review-article__cta button, .g-review-article__cta .g-deal-ev-charger-banner__button, .g-review-article__cta .g-order__next-button, .g-review-article__cta .g-order__back-button {
    margin-left: 1.423828125rem; } }
/* line 35352, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-articles__heading {
  color: #ac8c2e;
  font-weight: 600;
  margin-bottom: 1rem; }

/* line 35358, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-articles__main {
  padding: 1rem 15px; }

/* line 35361, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-articles__footer {
  display: flex;
  justify-content: center;
  flex-basis: 100%; }

/* line 35367, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-sidebar .c-sidenav,
.g-news-sidebar .g-deal-trustpilot__card,
.g-news-sidebar .g-news-sidebar__widget {
  margin-bottom: 1.423828125rem; }

/* line 35372, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-sidebar .c-trustpilot-header__logo {
  max-width: 100%; }

/* line 35376, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-sidebar__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.7901234568rem; }

/* line 35383, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-sidebar__heading {
  color: #ac8c2e;
  font-weight: 600;
  margin-bottom: 0; }

/* line 35389, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-sidebar__icon {
  margin-left: 0.3079461477rem;
  text-decoration: none; }

/* line 35393, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-sidebar__icon:active, .g-news-sidebar__icon:focus, .g-news-sidebar__icon:hover {
  text-decoration: none; }

/* line 35396, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-sidebar__icon img {
  width: 20px;
  height: auto; }

/* line 35401, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-sidebar__widget {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 0;
  overflow: hidden; }

/* line 35407, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-article {
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 1rem; }

@media (min-width: 768px) {
  /* line 35413, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article {
    padding: 1rem 1.8020324707rem 1.8020324707rem; } }
@media (min-width: 1200px) {
  /* line 35418, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article {
    padding: 1rem 2.8865075782rem 1.8020324707rem; } }
@media (min-width: 1500px) {
  /* line 35423, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article {
    padding: 1rem 4.1098906729rem 1.8020324707rem; } }
/* line 35427, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-article .c-breadcrumb {
  padding-top: 0;
  padding-bottom: 1rem;
  margin-bottom: 1.265625rem;
  border-bottom: 1px solid #eaeaea; }

@media (max-width: 991.98px) {
  /* line 35434, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article .c-breadcrumb {
    display: none; } }
@media (min-width: 992px) {
  /* line 35439, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article .c-breadcrumb {
    margin-bottom: 1.423828125rem; } }
/* line 35444, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-article__heading {
  margin-bottom: 0.5549289573rem; }

/* line 35448, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-article__author {
  padding-block-end: 1.265625rem;
  border-bottom: 1px solid #eaeaea;
  margin-block: 1.265625rem; }

@media (min-width: 992px) {
  /* line 35454, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__author {
    display: flex; } }
/* line 35459, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-article__author-left-column {
  display: flex;
  flex-shrink: 0;
  padding-right: 1.125rem;
  margin-right: 1.125rem; }

@media (min-width: 992px) {
  /* line 35466, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__author-left-column {
    border-right: 3px solid #9a8340; } }
@media (min-width: 992px) {
  /* line 35472, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__author-left-column,
  .g-news-article__author-bio {
    padding-block: 0.5549289573rem; } }
/* line 35478, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-article__author-picture {
  width: 2.565784514rem;
  height: 2.565784514rem;
  border-radius: 9999px;
  overflow: hidden;
  margin-right: 1.125rem; }

/* line 35485, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-article__author-picture img {
  width: 100%;
  height: 100%; }

/* line 35490, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-article__author-name {
  margin: 0; }

/* line 35493, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-article__author-name a {
  color: inherit;
  font-weight: 700; }

/* line 35498, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-article__author-role {
  font-size: 0.7901234568rem;
  margin: 0; }

/* line 35503, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-article__author-bio {
  margin: 0;
  font-size: 0.8888888889rem; }

/* line 35507, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-article__author-bio p {
  margin: 0; }

/* line 35510, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-article__author-bio p:first-child {
  margin-bottom: 0.624295077rem; }

/* line 35514, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-article__content img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0.7023319616rem; }

/* line 35520, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-article__content h2, .g-news-article__content h3, .g-news-article__content h4, .g-news-article__content h5, .g-news-article__content h6 {
  font-weight: 600;
  margin-top: 1.8020324707rem;
  line-height: 1.3; }

/* line 35525, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-article__content h2 {
  font-size: 1.423828125rem; }

@media (min-width: 576px) {
  /* line 35529, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h2 {
    font-size: 1.423828125rem; } }
@media (min-width: 768px) {
  /* line 35534, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h2 {
    font-size: 1.6018066406rem; } }
@media (min-width: 992px) {
  /* line 35539, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h2 {
    font-size: 2.0272865295rem; } }
@media (min-width: 1200px) {
  /* line 35544, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h2 {
    font-size: 2.0272865295rem; } }
@media (min-width: 1500px) {
  /* line 35549, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h2 {
    font-size: 2.0272865295rem; } }
/* line 35553, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-article__content h3 {
  font-size: 1.265625rem; }

@media (min-width: 576px) {
  /* line 35557, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h3 {
    font-size: 1.265625rem; } }
@media (min-width: 768px) {
  /* line 35562, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h3 {
    font-size: 1.423828125rem; } }
@media (min-width: 992px) {
  /* line 35567, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h3 {
    font-size: 1.8020324707rem; } }
@media (min-width: 1200px) {
  /* line 35572, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h3 {
    font-size: 1.8020324707rem; } }
@media (min-width: 1500px) {
  /* line 35577, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h3 {
    font-size: 1.8020324707rem; } }
/* line 35581, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-article__content h4 {
  font-size: 1.125rem; }

@media (min-width: 576px) {
  /* line 35585, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h4 {
    font-size: 1.125rem; } }
@media (min-width: 768px) {
  /* line 35590, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h4 {
    font-size: 1.265625rem; } }
@media (min-width: 992px) {
  /* line 35595, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h4 {
    font-size: 1.6018066406rem; } }
@media (min-width: 1200px) {
  /* line 35600, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h4 {
    font-size: 1.6018066406rem; } }
@media (min-width: 1500px) {
  /* line 35605, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h4 {
    font-size: 1.6018066406rem; } }
/* line 35609, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-article__content h5 {
  color: #ac8c2e;
  font-weight: 700;
  font-size: 1rem; }

@media (min-width: 576px) {
  /* line 35615, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h5 {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 35620, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h5 {
    font-size: 1rem; } }
@media (min-width: 992px) {
  /* line 35625, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h5 {
    font-size: 1rem; } }
@media (min-width: 1200px) {
  /* line 35630, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h5 {
    font-size: 1rem; } }
@media (min-width: 1500px) {
  /* line 35635, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h5 {
    font-size: 1rem; } }
/* line 35639, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-article__content h6 {
  font-weight: 700;
  font-size: 0.8888888889rem; }

@media (min-width: 576px) {
  /* line 35644, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h6 {
    font-size: 0.8888888889rem; } }
@media (min-width: 768px) {
  /* line 35649, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h6 {
    font-size: 0.8888888889rem; } }
@media (min-width: 992px) {
  /* line 35654, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h6 {
    font-size: 0.8888888889rem; } }
@media (min-width: 1200px) {
  /* line 35659, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h6 {
    font-size: 0.8888888889rem; } }
@media (min-width: 1500px) {
  /* line 35664, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content h6 {
    font-size: 0.8888888889rem; } }
/* line 35668, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-news-article__content blockquote {
  margin: 1rem 0.7023319616rem;
  padding-left: 1.265625rem;
  border-left: 1px solid #ac8c2e;
  color: #494949; }

@media (min-width: 992px) {
  /* line 35675, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-news-article__content blockquote {
    margin: 1.423828125rem 1rem;
    padding-left: 1.8020324707rem; } }
/* line 35681, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-price-match {
  background-image: url(/assets/photos/515fdc5a69137fc6955a176f8fb6bb79g-534d2f625f49d15a937a3f1a5199bfe97f2f7401a34699658c04122015d011af.jpg);
  background-size: cover;
  color: #ffffff; }

/* line 35686, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-price-match .c-intro__sub-heading {
  color: #ad913f; }

/* line 35690, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-ancillary-content {
  padding-bottom: 2.0272865295rem; }

@media (min-width: 992px) {
  /* line 35694, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-ancillary-content {
    padding-bottom: 3.2473210255rem; } }
/* line 35699, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-ancillary-content__primary-heading {
  font-weight: 600; }

/* line 35702, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-ancillary-content__primary-heading--centered {
  text-align: center;
  margin-bottom: 2.565784514rem;
  width: 100%; }

/* line 35708, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-ancillary-content__tertiary-heading {
  font-weight: 600; }

/* line 35712, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-ancillary-content__rule {
  border-top: solid 3px #ac8c2e;
  padding-top: 1.6018066406rem; }

/* line 35717, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-guide-index {
  background-image: url(/assets/guideoverviewhome_bg-1a129981ec6f6dc057bf447b0cfe00d62551aa360fd8e0a47bfc0eac3ff9f64a.jpg);
  background-size: cover;
  min-height: 500px;
  padding-bottom: 3.6532361537rem;
  background-attachment: fixed; }

@media (min-width: 576px) {
  /* line 35725, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-guide-index {
    padding-bottom: 4.623627007rem; } }
@media (min-width: 992px) {
  /* line 35730, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-guide-index {
    padding-bottom: 5.8517779307rem; } }
@media (min-width: 1200px) {
  /* line 35735, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-guide-index {
    padding-bottom: 7.4061564435rem; } }
/* line 35739, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-guide-index--personal {
  background-image: url(/assets/guidehome_bg-e8a9dd8c8e409a212f8385bc8fb24e4b48ffb42d23d9ebd388511d8716f1b1db.jpg); }

/* line 35742, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-guide-index--business {
  background-image: url(/assets/guidehome_bg-e8a9dd8c8e409a212f8385bc8fb24e4b48ffb42d23d9ebd388511d8716f1b1db.jpg); }

/* line 35745, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-guide-index .g-hero--page {
  background-image: none; }

/* line 35749, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content .g-content__primary, .g-content .g-total-care-list-single__primary,
.g-content .g-content__secondary {
  margin-bottom: 1.423828125rem; }

@media (min-width: 992px) {
  /* line 35754, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content .g-content__primary, .g-content .g-total-care-list-single__primary,
  .g-content .g-content__secondary {
    margin-bottom: 0; } }
@media (min-width: 992px) {
  /* line 35761, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content .g-content__primary, .g-content .g-total-care-list-single__primary {
    padding-left: 15px;
    padding-right: 30px; } }
@media (min-width: 1200px) {
  /* line 35767, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content .g-content__primary, .g-content .g-total-care-list-single__primary {
    padding-left: 15px;
    padding-right: 45px; } }
@media (min-width: 992px) {
  /* line 35774, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content .g-content__secondary {
    padding-left: 45px;
    padding-right: 15px; } }
/* line 35780, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content {
  background-color: #ffffff;
  padding: 2.565784514rem 0;
  overflow: hidden; }

@media (min-width: 992px) {
  /* line 35786, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content {
    padding: 3.2473210255rem 0; } }
@media (min-width: 1200px) {
  /* line 35791, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content {
    padding: 72px 0; } }
/* line 35795, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content .g-hero--content {
  padding-top: 1.265625rem;
  padding-bottom: 0; }

/* line 35799, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content .g-ancillary-content {
  padding-bottom: 0; }

/* line 35802, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content .g-ancillary-content hr {
  border-top: solid 3px #ac8c30;
  margin: 2.565784514rem 0 1.6018066406rem; }

/* line 35806, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content .b-btn, .g-content .p-telegraph .g-telegraph__offers, .p-telegraph .g-content .g-telegraph__offers, .g-content .p-newsarticle .g-news__next, .p-newsarticle .g-content .g-news__next, .g-content .p-newsarticle .g-news__previous, .p-newsarticle .g-content .g-news__previous, .g-content .p-customer-reviews .g-trustpilot__footer .c-reviews-button, .p-customer-reviews .g-trustpilot__footer .g-content .c-reviews-button, .g-content .p-key-contacts .c-intro__details a, .p-key-contacts .c-intro__details .g-content a, .g-content .p-hybrid-electric-cars .c-button-pair__btn, .p-hybrid-electric-cars .g-content .c-button-pair__btn,
.g-content .p-hybrid-electric-cars .c-signpost__button,
.p-hybrid-electric-cars .g-content .c-signpost__button, .g-content .c-content-block__action, .g-content .p-grosvenor .c-intro__alternative a, .p-grosvenor .c-intro__alternative .g-content a, .g-content .p-total-care-offers .c-intro__alternative a, .p-total-care-offers .c-intro__alternative .g-content a, .g-content .g-total-care-content__button, .g-content .g-content__cta, .g-content .c-form-contact-footer__btn, .g-content .c-search__button, .g-content .c-ar-contact-form__submit, .g-content .g-contact-form__submit, .g-content .c-intro__btn, .g-content .c-primary-cta--short-term .c-primary-cta__button, .c-primary-cta--short-term .g-content .c-primary-cta__button, .g-content .c-primary-cta__button, .g-content .c-options__button, .g-content .c-button-pair__btn, .g-content .c-motorway-search__button, .g-content .c-hero-icon-collection__button, .g-content .c-hero-icon-collection__perks--alternative-btn, .g-content .c-hero-aside__button, .g-content .c-news-card__read-more, .g-content .c-guide-card__read-more, .g-content .c-card__button, .g-content .c-signpost__button, .g-content .c-signpost__button--secondary, .g-content .c-filters__trigger-button, .g-content .c-filters__button, .g-content .c-accordian__card-button, .g-content .c-cookies__accept, .g-content .c-survey-question__button, .g-content .modal-footer .btn-primary, .modal-footer .g-content .btn-primary, .g-content .c-filter-triggers__trigger, .g-content .c-progress__button, .g-content .c-total-care-signpost__button, .g-content .c-tiled-banner__button, .g-content .c-survey-modern__deals-link, .g-content .c-survey-modern__next-button, .g-content .c-survey-modern__prev-button, .g-content .c-list-index__btn, .g-content .g-hero__text a, .g-hero__text .g-content a, .g-content .g-car-cards__cta, .g-content .g-cta__button, .g-content .g-features__truncate-button, .g-content .g-features__cta, .g-content .g-sign-up-bar__form button, .g-sign-up-bar__form .g-content button, .g-content .g-sign-up-bar__trigger, .g-content .g-sign-up-bar__forward, .g-content .g-trustpilot__action, .g-content .g-latest-news__cta, .g-content .g-advert__link, .g-content .g-deal-options__option, .g-content .g-deal-options__button, .g-content .g-deal-options__enquire button, .g-deal-options__enquire .g-content button, .g-content .g-deal-photos__btn, .g-content .g-deal-features__btn, .g-content .g-deal-summary__order, .g-content .g-deal-enquire__action a, .g-deal-enquire__action .g-content a,
.g-content .g-deal-enquire__action button,
.g-deal-enquire__action .g-content button, .g-content .g-deal-ev-charger-banner__button, .g-content .g-order__next-button, .g-content .g-order__back-button {
  margin: 1rem 1rem 0 0; }

/* line 35813, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content .c-accordian__card-button {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0; }

/* line 35818, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content .c-accordian__card-body {
  color: #002b49; }

/* line 35821, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content .c-list-unordered,
.g-content .c-list-ordered {
  list-style-position: outside;
  padding-left: 1.125rem;
  margin-bottom: 1rem; }

/* line 35827, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content .c-list-ticks-featured__item:last-child, .g-content .c-list-ticks-crosses-featured__item:last-child, .g-content .c-list-crosses-featured__item:last-child {
  margin-bottom: 1rem; }

/* line 35830, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content .c-list-featured {
  flex: 0 0 100%;
  max-width: 100%; }

/* line 35834, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content .c-list-featured__icon {
  width: 55px; }

/* line 35837, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--grey {
  background-color: #eaeaea; }

/* line 35840, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--highlight {
  background-color: #ac8c2e;
  color: #ffffff; }

/* line 35844, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--highlight.g-content--ev {
  background-color: #00a3e0; }

/* line 35847, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--highlight.g-content--ev .g-content__preheading,
.g-content--highlight.g-content--ev .g-content__heading,
.g-content--highlight.g-content--ev .c-ev-fuel-tax-calculator__intro__header {
  color: #ffffff; }

/* line 35852, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--highlight .g-content__cta--secondary {
  border: transparent; }

/* line 35855, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--highlight a {
  color: #ffffff; }

/* line 35858, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--highlight a:hover {
  text-decoration: none; }

/* line 35861, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--blue {
  background-color: #002b49;
  color: #ffffff; }

/* line 35865, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--ev .g-content__preheading,
.g-content--ev .g-content__heading,
.g-content--ev .c-ev-fuel-tax-calculator__intro__header {
  color: #00a3e0; }

/* line 35870, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--ev .g-content__preheading + .g-content__heading, .g-content--ev .g-content__preheading + .c-ev-fuel-tax-calculator__intro__header {
  color: #002b49; }

/* line 35873, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--ev.g-content--bg-image .g-content__preheading + .g-content__heading, .g-content--ev.g-content--bg-image .g-content__preheading + .c-ev-fuel-tax-calculator__intro__header {
  color: #ffffff; }

/* line 35876, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--ev .c-vehicle-cta__btn {
  color: #ffffff; }

/* line 35879, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--ev .c-vehicle-cta__btn:after {
  color: #ffffff; }

@media (max-width: 991.98px) {
  /* line 35883, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--flip .g-content__row {
    flex-direction: column-reverse; } }
/* line 35887, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--bleed .g-content__wrap {
  padding: 0; }

/* line 35890, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--bleed .g-content__row {
  align-items: stretch;
  background-color: #ffffff; }

/* line 35894, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--bleed .g-content__primary--text,
.g-content--bleed .g-content__secondary--text {
  align-self: center; }

/* line 35898, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--bleed .g-content__primary--wrap,
.g-content--bleed .g-content__secondary--wrap {
  padding: 2.565784514rem 45px;
  margin: 0; }

@media (min-width: 576px) {
  /* line 35904, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--bleed .g-content__primary--wrap,
  .g-content--bleed .g-content__secondary--wrap {
    padding: 2.565784514rem 60px; } }
@media (min-width: 1200px) {
  /* line 35910, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--bleed .g-content__primary--wrap,
  .g-content--bleed .g-content__secondary--wrap {
    padding: 2.565784514rem 75px; } }
@media (min-width: 1500px) {
  /* line 35916, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--bleed .g-content__primary--wrap,
  .g-content--bleed .g-content__secondary--wrap {
    padding: 4.1098906729rem 75px; } }
/* line 35921, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--contain .g-content__primary--text,
.g-content--contain .g-content__secondary--text {
  margin-bottom: 1rem; }

@media (min-width: 768px) {
  /* line 35926, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--contain .g-content__primary--text,
  .g-content--contain .g-content__secondary--text {
    margin-bottom: 0; } }
/* line 35931, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--centred {
  display: flex; }

/* line 35934, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--centred .g-content__wrap {
  display: flex; }

/* line 35937, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--centred .g-content__row,
.g-content--centred .g-content__wrap {
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

/* line 35944, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--centred .g-content__primary--wide,
.g-content--centred .g-content__secondary--wide,
.g-content--centred .g-content__header--wide {
  padding-top: 1rem; }

/* line 35949, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--centred .g-content__heading, .g-content--centred .c-ev-fuel-tax-calculator__intro__header {
  text-align: center; }

/* line 35952, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--thin {
  padding: 1.8020324707rem 0; }

@media (min-width: 992px) {
  /* line 35956, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--thin {
    padding: 2.2806973457rem 0; } }
@media (min-width: 1200px) {
  /* line 35961, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--thin {
    padding: 2.8865075782rem 0; } }
/* line 35965, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--flush {
  padding-bottom: 0; }

@media (min-width: 992px) {
  /* line 35969, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--flush {
    padding-bottom: 0; } }
@media (min-width: 1200px) {
  /* line 35974, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--flush {
    padding-bottom: 0; } }
@media (min-width: 992px) {
  /* line 35979, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--no-padding-top {
    padding-top: 10px; } }
@media (min-width: 1200px) {
  /* line 35984, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--no-padding-top {
    padding-top: 20px; } }
@media (max-width: 991.98px) {
  /* line 35989, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--no-padding-bottom-mobile {
    padding-bottom: 0; }

  /* line 35992, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--no-padding-bottom-mobile .g-content__primary:not(.g-content__primary--text), .g-content--no-padding-bottom-mobile .g-total-care-list-single__primary:not(.g-content__primary--text),
  .g-content--no-padding-bottom-mobile .g-content__secondary:not(.g-content__secondary--text) {
    padding-bottom: 0;
    margin-bottom: 0; } }
/* line 35998, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--tight {
  padding: 0; }

@media (min-width: 992px) {
  /* line 36002, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--tight {
    padding: 0; } }
@media (min-width: 1200px) {
  /* line 36007, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--tight {
    padding: 0; } }
/* line 36011, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--bg-image {
  min-height: 200px;
  background-image: url(/images/suv-box-six.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff; }

@media (min-width: 768px) {
  /* line 36020, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--bg-image {
    min-height: 300px; } }
@media (min-width: 992px) {
  /* line 36025, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--bg-image {
    min-height: 350px; } }
@media (min-width: 1200px) {
  /* line 36030, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--bg-image {
    min-height: 400px; } }
@media (min-width: 1500px) {
  /* line 36035, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--bg-image {
    min-height: 450px; } }
/* line 36039, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--bg-image .g-content__primary, .g-content--bg-image .g-total-care-list-single__primary {
  position: relative;
  margin-bottom: 0; }

@media (min-width: 768px) {
  /* line 36044, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--bg-image .g-content__primary, .g-content--bg-image .g-total-care-list-single__primary {
    padding-left: 30px;
    padding-right: 30px; } }
@media (min-width: 1200px) {
  /* line 36050, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--bg-image .g-content__primary, .g-content--bg-image .g-total-care-list-single__primary {
    padding-left: 45px;
    padding-right: 45px; } }
@media (min-width: 1500px) {
  /* line 36056, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--bg-image .g-content__primary, .g-content--bg-image .g-total-care-list-single__primary {
    padding-left: 30px;
    padding-right: 30px; } }
/* line 36061, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--min-height-auto {
  min-height: auto; }

/* line 36064, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--overlay-dark, .g-content--overlay-light {
  position: relative; }

/* line 36067, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--overlay-dark:before, .g-content--overlay-light:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* line 36075, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--overlay-dark:before {
  background-color: rgba(0, 0, 0, 0.7); }

@media (min-width: 576px) {
  /* line 36079, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--overlay-dark:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.2) 100%); } }
@media (min-width: 768px) {
  /* line 36084, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--overlay-dark:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); } }
@media (min-width: 992px) {
  /* line 36089, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--overlay-dark:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); } }
@media (min-width: 1500px) {
  /* line 36094, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--overlay-dark:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 75%); } }
/* line 36098, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--overlay-light:before {
  background-color: rgba(255, 255, 255, 0.7); }

@media (min-width: 576px) {
  /* line 36102, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--overlay-light:before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.2) 100%); } }
@media (min-width: 768px) {
  /* line 36107, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--overlay-light:before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%); } }
@media (min-width: 992px) {
  /* line 36112, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--overlay-light:before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%); } }
@media (min-width: 1500px) {
  /* line 36117, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--overlay-light:before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 75%); } }
/* line 36121, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--bg-slim {
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #eaeaea;
  min-height: 150px; }

@media (min-width: 992px) {
  /* line 36129, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--bg-slim {
    min-height: 225px; } }
@media (min-width: 1500px) {
  /* line 36134, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--bg-slim {
    min-height: 250px; } }
/* line 36138, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--content-featured-bg {
  background-image: url(/images/suv-box-six.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 19.0026015107rem 0 0; }

@media (min-width: 576px) {
  /* line 36146, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--content-featured-bg {
    padding: 24.050167537rem 0 0; } }
@media (min-width: 992px) {
  /* line 36151, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--content-featured-bg {
    padding: 34.2433049501rem 0 0; } }
/* line 36155, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--content-featured-bg .g-content__wrap {
  background: rgba(0, 0, 0, 0.8);
  margin: 0;
  position: relative; }

/* line 36160, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--content-featured-bg .g-content__wrap:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100px; }

@media (min-width: 768px) {
  /* line 36170, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--content-featured-bg .g-content__wrap:before {
    top: -150px;
    height: 150px; } }
/* line 36175, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--content-featured-bg .g-content__primary, .g-content--content-featured-bg .g-total-care-list-single__primary {
  color: #ffffff;
  position: relative; }

@media (min-width: 576px) {
  /* line 36180, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--content-featured-bg .g-content__primary, .g-content--content-featured-bg .g-total-care-list-single__primary {
    padding-bottom: 1rem; } }
@media (min-width: 768px) {
  /* line 36185, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--content-featured-bg .g-content__primary, .g-content--content-featured-bg .g-total-care-list-single__primary {
    padding-bottom: 1.8020324707rem; } }
@media (min-width: 992px) {
  /* line 36190, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--content-featured-bg .g-content__primary, .g-content--content-featured-bg .g-total-care-list-single__primary {
    padding-bottom: 2.2806973457rem; } }
@media (min-width: 1200px) {
  /* line 36195, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--content-featured-bg .g-content__primary, .g-content--content-featured-bg .g-total-care-list-single__primary {
    padding-bottom: 3.6532361537rem; } }
/* line 36199, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--content-trustpilot-bg {
  padding: 5.8517779307rem 0; }

@media (min-width: 992px) {
  /* line 36203, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--content-trustpilot-bg {
    padding: 5.8517779307rem 0 19.0026015107rem; } }
/* line 36207, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--bg-light {
  color: #002b49; }

/* line 36210, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--bg-light.g-content--bg-image .g-content__preheading + .g-content__heading, .g-content--bg-light.g-content--bg-image .g-content__preheading + .c-ev-fuel-tax-calculator__intro__header {
  color: #002b49; }

/* line 36213, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--special .g-content__action a, .g-content--special .c-ev-fuel-tax-calculator__intro__action a {
  color: #ffffff; }

/* line 36216, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--footnotes {
  font-size: 0.8888888889rem;
  color: #8c8c8c; }

/* line 36220, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--three-up .g-content__item {
  text-align: center;
  margin-bottom: 1.265625rem; }

/* line 36224, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--three-up .g-content__image img {
  width: 100%;
  max-width: 480px; }

/* line 36228, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--three-up .g-content__heading, .g-content--three-up .c-ev-fuel-tax-calculator__intro__header {
  font-size: 1.423828125rem;
  font-weight: 600;
  margin-bottom: 1.265625rem; }

/* line 36233, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--three-up .g-content__number {
  color: #ffffff;
  background-color: #ac8c2e;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  line-height: 1;
  font-size: 1.265625rem;
  margin-right: 0.5549289573rem; }

/* line 36247, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--single-block .g-content__primary, .g-content--single-block .g-total-care-list-single__primary {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 1rem; }

@media (min-width: 1200px) {
  /* line 36253, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--single-block .g-content__primary, .g-content--single-block .g-total-care-list-single__primary {
    padding: 0 45px; } }
@media (min-width: 1500px) {
  /* line 36258, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--single-block .g-content__primary, .g-content--single-block .g-total-care-list-single__primary {
    padding: 0 30px; } }
/* line 36263, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__row {
  align-items: flex-start; }

@media (min-width: 1200px) {
  /* line 36267, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__row--align-center {
    align-items: center; } }
/* line 36271, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--full .g-content__row--bleed-left .g-content__primary, .g-content--full .g-content__row--bleed-left .g-total-care-list-single__primary {
  margin-left: -30px !important;
  margin: 0rem; }

@media (min-width: 576px) {
  /* line 36276, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--full .g-content__row--bleed-left .g-content__primary, .g-content--full .g-content__row--bleed-left .g-total-care-list-single__primary {
    margin-left: -45px !important; } }
@media (min-width: 1200px) {
  /* line 36281, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--full .g-content__row--bleed-left .g-content__primary, .g-content--full .g-content__row--bleed-left .g-total-care-list-single__primary {
    margin-left: -75px !important; } }
@media (min-width: 1500px) {
  /* line 36286, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--full .g-content__row--bleed-left .g-content__primary, .g-content--full .g-content__row--bleed-left .g-total-care-list-single__primary {
    margin-left: -105px !important; } }
/* line 36290, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--full .g-content__row--bleed-right .g-content__secondary {
  right: -30px !important;
  margin: 0rem; }

@media (min-width: 576px) {
  /* line 36295, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--full .g-content__row--bleed-right .g-content__secondary {
    right: -45px !important; } }
@media (min-width: 1200px) {
  /* line 36300, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--full .g-content__row--bleed-right .g-content__secondary {
    right: -75px !important; } }
@media (min-width: 1500px) {
  /* line 36305, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--full .g-content__row--bleed-right .g-content__secondary {
    right: -105px !important; } }
/* line 36309, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__row--reverse {
  flex-direction: column-reverse; }

/* line 36312, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__row--reverse .g-content__secondary:not(.g-content__secondary--forward-path,
.g-content__secondary--text) img {
  margin-bottom: 1rem; }

@media (min-width: 992px) {
  /* line 36317, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__row--reverse .g-content__secondary:not(.g-content__secondary--forward-path,
  .g-content__secondary--text) img {
    margin-bottom: 0; } }
@media (min-width: 992px) {
  /* line 36323, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__row--reverse {
    flex-direction: row; } }
/* line 36327, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__row--mobile-center {
  text-align: center; }

@media (min-width: 992px) {
  /* line 36331, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__row--mobile-center {
    text-align: left; } }
/* line 36336, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__header {
  margin-bottom: 1rem; }

/* line 36339, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__header .g-content__heading, .g-content__header .c-ev-fuel-tax-calculator__intro__header,
.g-content__header p {
  max-width: 800px; }

@media (min-width: 768px) {
  /* line 36344, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__header p {
    font-size: 1.125rem; } }
/* line 36348, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--centred-header .g-content__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }

/* line 36355, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary h1, .g-total-care-list-single__primary h1,
.g-content__primary h2,
.g-total-care-list-single__primary h2,
.g-content__primary h3,
.g-total-care-list-single__primary h3,
.g-content__secondary h1,
.g-content__secondary h2,
.g-content__secondary h3 {
  font-size: 1.125rem;
  margin: 0 0 1rem; }

@media (min-width: 768px) {
  /* line 36367, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__primary h1, .g-total-care-list-single__primary h1,
  .g-content__primary h2,
  .g-total-care-list-single__primary h2,
  .g-content__primary h3,
  .g-total-care-list-single__primary h3,
  .g-content__secondary h1,
  .g-content__secondary h2,
  .g-content__secondary h3 {
    font-size: 1.423828125rem; } }
@media (max-width: 1199.98px) {
  /* line 36379, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__primary h1, .g-total-care-list-single__primary h1,
  .g-content__primary h2,
  .g-total-care-list-single__primary h2,
  .g-content__primary h3,
  .g-total-care-list-single__primary h3,
  .g-content__secondary h1,
  .g-content__secondary h2,
  .g-content__secondary h3 {
    font-size: 32px !important; } }
/* line 36390, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary h4, .g-total-care-list-single__primary h4,
.g-content__primary h5,
.g-total-care-list-single__primary h5,
.g-content__primary h6,
.g-total-care-list-single__primary h6,
.g-content__secondary h4,
.g-content__secondary h5,
.g-content__secondary h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem; }

/* line 36402, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary blockquote, .g-total-care-list-single__primary blockquote,
.g-content__secondary blockquote {
  color: #8c8c8c;
  margin-bottom: 1rem;
  border-left: 1px solid #9a8340;
  padding-left: 1.125rem; }

/* line 36409, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary blockquote br, .g-total-care-list-single__primary blockquote br,
.g-content__secondary blockquote br {
  display: block;
  margin-bottom: 1rem;
  line-height: 3;
  content: ""; }

/* line 36416, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary ul, .g-total-care-list-single__primary ul,
.g-content__primary ol,
.g-total-care-list-single__primary ol,
.g-content__secondary ul,
.g-content__secondary ol {
  padding: 0; }

/* line 36423, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary ul li, .g-total-care-list-single__primary ul li,
.g-content__primary ol li,
.g-total-care-list-single__primary ol li,
.g-content__secondary ul li,
.g-content__secondary ol li {
  margin-bottom: 0.5549289573rem; }

/* line 36430, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary ul li:last-child, .g-total-care-list-single__primary ul li:last-child,
.g-content__primary ol li:last-child,
.g-total-care-list-single__primary ol li:last-child,
.g-content__secondary ul li:last-child,
.g-content__secondary ol li:last-child {
  margin-bottom: 0; }

/* line 36437, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary ul, .g-total-care-list-single__primary ul,
.g-content__secondary ul {
  margin: 0 0 1rem;
  list-style-type: none; }

/* line 36442, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary ul li, .g-total-care-list-single__primary ul li,
.g-content__secondary ul li {
  padding: 0 0.5549289573rem 0 1rem;
  position: relative; }

/* line 36447, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary ul li:before, .g-total-care-list-single__primary ul li:before,
.g-content__secondary ul li:before {
  content: "•";
  color: #ac8c2e;
  position: absolute;
  left: 0; }

/* line 36454, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary ol, .g-total-care-list-single__primary ol,
.g-content__secondary ol {
  margin: 0 0 1rem 1rem; }

/* line 36458, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary p, .g-total-care-list-single__primary p,
.g-content__secondary p {
  font-size: 0.8888888889rem; }

@media (min-width: 576px) {
  /* line 36463, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__primary p, .g-total-care-list-single__primary p,
  .g-content__secondary p {
    font-size: 0.8888888889rem; } }
@media (min-width: 768px) {
  /* line 36469, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__primary p, .g-total-care-list-single__primary p,
  .g-content__secondary p {
    font-size: 0.8888888889rem; } }
@media (min-width: 992px) {
  /* line 36475, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__primary p, .g-total-care-list-single__primary p,
  .g-content__secondary p {
    font-size: 1rem; } }
/* line 36480, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary .ticks, .g-total-care-list-single__primary .ticks,
.g-content__primary .crosses,
.g-total-care-list-single__primary .crosses,
.g-content__secondary .ticks,
.g-content__secondary .crosses {
  list-style-type: none;
  margin: 0 0 1rem;
  padding: 0; }

/* line 36489, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary .ticks li, .g-total-care-list-single__primary .ticks li,
.g-content__primary .crosses li,
.g-total-care-list-single__primary .crosses li,
.g-content__secondary .ticks li,
.g-content__secondary .crosses li {
  position: relative;
  width: 100%;
  padding-left: 1.6018066406rem;
  margin-bottom: 1rem; }

/* line 36499, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary .ticks li:before, .g-total-care-list-single__primary .ticks li:before,
.g-content__primary .crosses li:before,
.g-total-care-list-single__primary .crosses li:before,
.g-content__secondary .ticks li:before,
.g-content__secondary .crosses li:before {
  position: absolute;
  left: 0; }

/* line 36507, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary .ticks li:before, .g-total-care-list-single__primary .ticks li:before,
.g-content__secondary .ticks li:before {
  content: "";
  height: 14px;
  width: 14px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618394429/icons/tick-green_qqaqd5.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  top: 5px; }

/* line 36519, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary .ticks li.cross:before, .g-total-care-list-single__primary .ticks li.cross:before,
.g-content__secondary .ticks li.cross:before {
  content: "";
  height: 10px;
  width: 10px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618396863/icons/cross-red_awwidc.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  top: 7px; }

/* line 36531, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary .crosses li:before, .g-total-care-list-single__primary .crosses li:before,
.g-content__secondary .crosses li:before {
  content: "";
  height: 10px;
  width: 10px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618396863/icons/cross-red_awwidc.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  margin-right: 5px;
  top: 7px; }

/* line 36544, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary .crosses li.tick:before, .g-total-care-list-single__primary .crosses li.tick:before,
.g-content__secondary .crosses li.tick:before {
  content: "";
  height: 14px;
  width: 14px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618394429/icons/tick-green_qqaqd5.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  margin-right: 5px;
  vertical-align: -5px; }

/* line 36557, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary .p-lead, .g-total-care-list-single__primary .p-lead,
.g-content__secondary .p-lead {
  font-size: 1.125rem; }

@media (min-width: 576px) {
  /* line 36562, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__primary .p-lead, .g-total-care-list-single__primary .p-lead,
  .g-content__secondary .p-lead {
    font-size: 1.265625rem; } }
@media (min-width: 992px) {
  /* line 36568, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__primary .p-lead, .g-total-care-list-single__primary .p-lead,
  .g-content__secondary .p-lead {
    font-size: 1.423828125rem; } }
/* line 36573, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary--img-bleed,
.g-content__secondary--img-bleed {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  margin: 0;
  padding: 0; }

@media (min-width: 992px) {
  /* line 36583, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__primary--img-bleed,
  .g-content__secondary--img-bleed {
    min-height: 500px; } }
/* line 36588, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary--stackable-video,
.g-content__secondary--stackable-video {
  margin: 0;
  padding: 0 !important; }

/* line 36593, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary--stackable-map,
.g-content__secondary--stackable-map {
  margin: 0;
  min-height: 200px;
  padding: 0; }

/* line 36599, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary--stackable-map iframe,
.g-content__secondary--stackable-map iframe {
  width: 100% !important; }

/* line 36603, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary--text-centre,
.g-content__secondary--text-centre {
  text-align: center; }

/* line 36607, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary--aside .g-content__aside-wrap,
.g-content__secondary--aside .g-content__aside-wrap {
  background-color: rgba(234, 234, 234, 0.7);
  border: 1px solid rgba(209, 209, 209, 0.5);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 15px 15px;
  margin: 0; }

@media (min-width: 768px) {
  /* line 36617, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__primary--aside .g-content__aside-wrap,
  .g-content__secondary--aside .g-content__aside-wrap {
    padding: 20px 30px; } }
/* line 36622, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary--aside .g-content__aside-wrap .g-content__subheading,
.g-content__secondary--aside .g-content__aside-wrap .g-content__subheading {
  font-weight: 600;
  color: #ac8c2e; }

/* line 36627, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary--aside .g-content__aside-wrap--invert,
.g-content__secondary--aside .g-content__aside-wrap--invert {
  background-color: #ffffff;
  border: 1px solid rgba(209, 209, 209, 0.5);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); }

/* line 36633, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary--aside .c-list-aside,
.g-content__secondary--aside .c-list-aside {
  padding: 0; }

/* line 36637, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary .g-content__preheading, .g-total-care-list-single__primary .g-content__preheading,
.g-content__secondary .g-content__preheading {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem;
  display: block;
  margin: 0; }

@media (min-width: 768px) {
  /* line 36646, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__primary .g-content__preheading, .g-total-care-list-single__primary .g-content__preheading,
  .g-content__secondary .g-content__preheading {
    font-size: 1.125rem; } }
@media (min-width: 992px) {
  /* line 36652, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__primary .g-content__preheading, .g-total-care-list-single__primary .g-content__preheading,
  .g-content__secondary .g-content__preheading {
    font-size: 1.423828125rem; } }
/* line 36657, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary .g-content__subheading, .g-total-care-list-single__primary .g-content__subheading,
.g-content__secondary .g-content__subheading {
  font-size: 1.125rem;
  margin: 0 0 1rem; }

@media (min-width: 768px) {
  /* line 36663, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__primary .g-content__subheading, .g-total-care-list-single__primary .g-content__subheading,
  .g-content__secondary .g-content__subheading {
    font-size: 1.423828125rem; } }
/* line 36668, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary .g-content__heading, .g-total-care-list-single__primary .g-content__heading, .g-content__primary .c-ev-fuel-tax-calculator__intro__header, .g-total-care-list-single__primary .c-ev-fuel-tax-calculator__intro__header,
.g-content__secondary .g-content__heading,
.g-content__secondary .c-ev-fuel-tax-calculator__intro__header {
  font-size: 1.423828125rem;
  margin-bottom: 1rem;
  width: 100%;
  font-weight: 700; }

@media (min-width: 768px) {
  /* line 36677, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__primary .g-content__heading, .g-total-care-list-single__primary .g-content__heading, .g-content__primary .c-ev-fuel-tax-calculator__intro__header, .g-total-care-list-single__primary .c-ev-fuel-tax-calculator__intro__header,
  .g-content__secondary .g-content__heading,
  .g-content__secondary .c-ev-fuel-tax-calculator__intro__header {
    font-size: 1.6018066406rem; } }
@media (min-width: 992px) {
  /* line 36684, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__primary .g-content__heading, .g-total-care-list-single__primary .g-content__heading, .g-content__primary .c-ev-fuel-tax-calculator__intro__header, .g-total-care-list-single__primary .c-ev-fuel-tax-calculator__intro__header,
  .g-content__secondary .g-content__heading,
  .g-content__secondary .c-ev-fuel-tax-calculator__intro__header {
    font-size: 1.8020324707rem; } }
@media (min-width: 768px) {
  /* line 36691, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__primary .g-content__heading, .g-total-care-list-single__primary .g-content__heading, .g-content__primary .c-ev-fuel-tax-calculator__intro__header, .g-total-care-list-single__primary .c-ev-fuel-tax-calculator__intro__header,
  .g-content__secondary .g-content__heading,
  .g-content__secondary .c-ev-fuel-tax-calculator__intro__header {
    margin-bottom: 1.6018066406rem; } }
@media (min-width: 992px) {
  /* line 36698, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__primary .g-content__heading, .g-total-care-list-single__primary .g-content__heading, .g-content__primary .c-ev-fuel-tax-calculator__intro__header, .g-total-care-list-single__primary .c-ev-fuel-tax-calculator__intro__header,
  .g-content__secondary .g-content__heading,
  .g-content__secondary .c-ev-fuel-tax-calculator__intro__header {
    margin-bottom: 1.8020324707rem; } }
/* line 36704, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary .c-accordian__card-heading, .g-total-care-list-single__primary .c-accordian__card-heading,
.g-content__secondary .c-accordian__card-heading {
  font-size: 1.125rem; }

/* line 36709, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__primary:not(.g-content__primary--forward-path,
.g-content__primary--text) img, .g-total-care-list-single__primary:not(.g-content__primary--forward-path,
.g-content__primary--text) img {
  width: calc(100% + 60px);
  margin-left: -30px;
  max-width: 100vw;
  margin-bottom: 1rem; }

@media (min-width: 768px) {
  /* line 36718, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__primary:not(.g-content__primary--forward-path,
  .g-content__primary--text) img, .g-total-care-list-single__primary:not(.g-content__primary--forward-path,
  .g-content__primary--text) img {
    width: 100%;
    margin-left: 0; } }
@media (min-width: 992px) {
  /* line 36726, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__primary:not(.g-content__primary--forward-path,
  .g-content__primary--text) img, .g-total-care-list-single__primary:not(.g-content__primary--forward-path,
  .g-content__primary--text) img {
    margin-bottom: 0; } }
/* line 36733, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__secondary:not(.g-content__secondary--forward-path,
.g-content__secondary--text) img {
  width: calc(100% + 60px);
  margin-left: -30px;
  max-width: 100vw; }

@media (min-width: 768px) {
  /* line 36740, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__secondary:not(.g-content__secondary--forward-path,
  .g-content__secondary--text) img {
    width: 100%;
    margin-left: 0; } }
/* line 36747, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--white-wrapper,
.g-content--transparent-white-wrapper {
  color: #003765; }

@media (max-width: 767.98px) {
  /* line 36752, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--white-wrapper .g-content__secondary,
  .g-content--transparent-white-wrapper .g-content__secondary {
    margin-top: 2.0272865295rem; } }
@media (min-width: 1500px) {
  /* line 36758, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--white-wrapper .g-content__primary, .g-content--white-wrapper .g-total-care-list-single__primary,
  .g-content--white-wrapper .g-content__secondary,
  .g-content--transparent-white-wrapper .g-content__primary,
  .g-content--transparent-white-wrapper .g-total-care-list-single__primary,
  .g-content--transparent-white-wrapper .g-content__secondary {
    flex: 0 1 50%;
    max-width: 50%; } }
/* line 36767, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--white-wrapper .g-content__row,
.g-content--transparent-white-wrapper .g-content__row {
  padding: 1.423828125rem 1rem;
  border-radius: 5px; }

@media (min-width: 992px) {
  /* line 36773, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--white-wrapper .g-content__row,
  .g-content--transparent-white-wrapper .g-content__row {
    padding: 2.0272865295rem 3.2473210255rem; } }
@media (min-width: 1500px) {
  /* line 36779, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content--white-wrapper .g-content__row,
  .g-content--transparent-white-wrapper .g-content__row {
    padding: 2.0272865295rem 4.1098906729rem; } }
/* line 36785, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--white-wrapper .g-content__row {
  background-color: #ffffff; }

/* line 36789, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--transparent-white-wrapper .g-content__row {
  background-color: rgba(255, 255, 255, 0.8509803922); }

/* line 36793, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__preheading {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem;
  color: #ac8c2e;
  display: block;
  margin: 0; }

@media (min-width: 768px) {
  /* line 36802, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__preheading {
    font-size: 1.125rem; } }
@media (min-width: 992px) {
  /* line 36807, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__preheading {
    font-size: 1.423828125rem; } }
/* line 36811, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__preheading--star {
  display: flex;
  align-items: center;
  color: #ac8c2e; }

/* line 36816, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__preheading--star:before {
  content: "";
  height: 18px;
  width: 18px;
  background-size: 18px;
  background: url(https://res.cloudinary.com/ho5waxsnl/image/upload/v1618233307/icons/star_hvzeby.svg) no-repeat center;
  display: inline-block;
  margin-right: 8px;
  vertical-align: text-bottom; }

/* line 36827, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__subheading {
  font-size: 1.125rem;
  margin: 0 0 1rem; }

@media (min-width: 768px) {
  /* line 36832, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__subheading {
    font-size: 1.423828125rem; } }
/* line 36837, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__heading, .c-ev-fuel-tax-calculator__intro__header,
.g-content__standfirst {
  font-size: 1.423828125rem;
  margin-bottom: 1rem;
  width: 100%;
  font-weight: 700; }

@media (min-width: 768px) {
  /* line 36845, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__heading, .c-ev-fuel-tax-calculator__intro__header,
  .g-content__standfirst {
    font-size: 1.6018066406rem; } }
@media (min-width: 992px) {
  /* line 36851, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__heading, .c-ev-fuel-tax-calculator__intro__header,
  .g-content__standfirst {
    font-size: 1.8020324707rem; } }
@media (min-width: 768px) {
  /* line 36857, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__heading, .c-ev-fuel-tax-calculator__intro__header,
  .g-content__standfirst {
    margin-bottom: 1.6018066406rem; } }
@media (min-width: 992px) {
  /* line 36863, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__heading, .c-ev-fuel-tax-calculator__intro__header,
  .g-content__standfirst {
    margin-bottom: 1.8020324707rem; } }
/* line 36869, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__standfirst {
  font-size: 1.265625rem; }

/* line 36873, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__smallheading {
  font-size: 1.125rem;
  font-weight: 600; }

/* line 36878, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__action, .c-ev-fuel-tax-calculator__intro__action {
  text-align: center;
  padding-bottom: 1.423828125rem; }

@media (min-width: 992px) {
  /* line 36884, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__secondary .g-advert__video-wrapper {
    padding: 2.0272865295rem; } }
@media (min-width: 1200px) {
  /* line 36889, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-content__secondary .g-advert__video-wrapper {
    padding: 3.2473210255rem; } }
/* line 36894, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--total-care .ticks li:before {
  height: 18px;
  width: 18px;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1662552445/icons/tick-total-care_ovhcc2.svg");
  background-size: 18px;
  top: 3px; }

/* line 36901, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content--total-care .crosses li:before {
  height: 13px;
  width: 13px;
  background-size: 13px;
  top: 7px;
  left: 2px; }

/* line 36909, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-content__vehicle-rows .c-vehicle-thumb {
  padding-top: 5px; }

/* line 36913, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-content {
  background-color: #f6f6f6;
  padding: 2.565784514rem 0;
  overflow: hidden; }

@media (min-width: 992px) {
  /* line 36919, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-content {
    padding: 3.2473210255rem 0; } }
@media (min-width: 1200px) {
  /* line 36924, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-content {
    padding: 4.1098906729rem 0; } }
/* line 36928, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-content__heading {
  font-size: 1.423828125rem;
  font-weight: 600;
  margin-bottom: 1.265625rem; }

@media (min-width: 576px) {
  /* line 36934, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-content__heading {
    font-size: 1.423828125rem; } }
@media (min-width: 768px) {
  /* line 36939, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-content__heading {
    font-size: 2.0272865295rem; } }
@media (min-width: 992px) {
  /* line 36944, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-content__heading {
    font-size: 2.0272865295rem; } }
@media (min-width: 1200px) {
  /* line 36949, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-content__heading {
    font-size: 2.0272865295rem; } }
@media (min-width: 1500px) {
  /* line 36954, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-content__heading {
    font-size: 2.0272865295rem; } }
/* line 36958, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-content .c-list-featured {
  max-width: 100%; }

/* line 36961, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-content .c-list-featured__icon {
  color: #40c1ac; }

/* line 36964, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-content .c-list-featured__heading {
  font-weight: 600; }

/* line 36967, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-content__primary,
.g-total-care-content__secondary {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 1rem; }

@media (min-width: 1200px) {
  /* line 36974, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-content__primary,
  .g-total-care-content__secondary {
    padding: 0 45px; } }
@media (min-width: 1500px) {
  /* line 36980, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-content__primary,
  .g-total-care-content__secondary {
    padding: 0 30px; } }
/* line 36986, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-content__secondary {
  margin-bottom: 0; }

/* line 36990, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-list-featured__item:last-child {
  margin-bottom: 0; }

/* line 36994, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-content__video {
  margin: 1rem 0; }

@media (min-width: 768px) {
  /* line 36998, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-content__video {
    margin-top: 3.6532361537rem;
    margin-bottom: 2.565784514rem; } }
@media (max-width: 575.98px) {
  /* line 37005, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-content__button {
    display: block;
    width: fit-content;
    margin-top: 1rem; } }
@media (min-width: 576px) {
  /* line 37012, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-content__button {
    margin-left: 1.125rem; } }
@media (min-width: 768px) {
  /* line 37017, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-content__button {
    display: block;
    width: fit-content;
    margin-top: 1rem;
    margin-left: 0; } }
/* line 37025, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-list-mixed {
  background-color: #ffffff;
  padding: 2.565784514rem 0;
  overflow: hidden; }

@media (min-width: 992px) {
  /* line 37031, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-list-mixed {
    padding: 3.2473210255rem 0; } }
@media (min-width: 1200px) {
  /* line 37036, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-list-mixed {
    padding: 4.1098906729rem 0; } }
/* line 37040, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-list-mixed.g-content--bg-image {
  background-image: url(/assets/includedbg-aebb9e606706d79441108b7e0d246ffe314ec2084919ab488819be74f5283ebd.jpg); }

/* line 37043, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-list-mixed__header {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px; }

/* line 37048, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-list-mixed__heading {
  font-weight: 700; }

@media (min-width: 768px) {
  /* line 37052, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-list-mixed__heading {
    text-align: center; } }
/* line 37056, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-list-mixed__subheading {
  font-weight: 600; }

/* line 37060, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-list-mixed__primary,
.g-total-care-list-mixed__secondary {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 1rem; }

@media (min-width: 1200px) {
  /* line 37067, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-list-mixed__primary,
  .g-total-care-list-mixed__secondary {
    padding: 0 45px; } }
@media (min-width: 1500px) {
  /* line 37073, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-list-mixed__primary,
  .g-total-care-list-mixed__secondary {
    padding: 0 30px; } }
@media (max-width: 767.98px) {
  /* line 37080, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-list-mixed__primary {
    margin-bottom: 2.0272865295rem; } }
/* line 37085, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-list-mixed__secondary {
  margin-bottom: 0; }

/* line 37089, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-text-blockquote {
  margin-bottom: 1.125rem; }

@media (min-width: 576px) {
  /* line 37093, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-text-blockquote {
    margin-bottom: 1.6018066406rem; } }
@media (min-width: 768px) {
  /* line 37098, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-text-blockquote {
    margin: 0;
    padding: 1.6018066406rem 0; } }
/* line 37104, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-text-blockquote__text {
  font-size: 1.125rem;
  margin-bottom: 1.125rem; }

@media (min-width: 576px) {
  /* line 37109, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-text-blockquote__text {
    font-size: 1.265625rem;
    margin-bottom: 1.6018066406rem; } }
@media (min-width: 992px) {
  /* line 37115, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-text-blockquote__text {
    font-size: 1.423828125rem; } }
/* line 37120, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-list-single {
  background-color: #ffffff;
  padding: 2.565784514rem 0;
  overflow: hidden; }

@media (min-width: 992px) {
  /* line 37126, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-list-single {
    padding: 3.2473210255rem 0; } }
@media (min-width: 1200px) {
  /* line 37131, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-list-single {
    padding: 4.1098906729rem 0; } }
/* line 37135, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-list-single__header {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

/* line 37140, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-list-single__heading {
  font-weight: 600; }

@media (min-width: 768px) {
  /* line 37144, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-list-single__heading {
    text-align: center; } }
/* line 37148, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-list-single__description {
  margin-bottom: 1rem; }

/* line 37151, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-list-single .c-list-ticks-featured, .g-total-care-list-single .c-list-crosses-featured, .g-total-care-list-single .c-list-ticks-crosses-featured {
  margin: 1.6018066406rem 0; }

/* line 37155, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-total-care-list-single__primary {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 1rem; }

@media (min-width: 1200px) {
  /* line 37161, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-list-single__primary {
    padding: 0 45px; } }
@media (min-width: 1500px) {
  /* line 37166, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-total-care-list-single__primary {
    padding: 0 30px; } }
/* line 37171, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-intro-block {
  margin: 1.125rem 0;
  display: flex;
  flex-direction: column; }

@media (min-width: 576px) {
  /* line 37177, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-intro-block {
    margin: 2.565784514rem 0; } }
@media (min-width: 992px) {
  /* line 37182, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-intro-block {
    margin: 3.2473210255rem 0;
    flex-direction: row; }

  /* line 37186, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-intro-block .c-extra-info {
    margin-left: 3.2473210255rem; } }
@media (min-width: 1200px) {
  /* line 37191, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-intro-block .c-extra-info {
    margin-left: 5.2015803828rem; } }
/* line 37196, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-faqs__menu {
  margin-bottom: 1rem; }

/* line 37200, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-faqs__content {
  margin-bottom: 1rem; }

/* line 37203, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-faqs__content .c-accordian__card-button {
  font-size: 1rem;
  font-weight: 700; }

/* line 37208, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-inspection {
  background-image: url(/assets/inspect-footerbg-bcf4a2c9b562d1aaec2dcb666316bd751b11dcc953d6af3e1ce325fddff0178f.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 2.2806973457rem 0; }

@media (min-width: 576px) {
  /* line 37216, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .g-inspection .c-card, .g-inspection .g-deal-options__card, .g-inspection .g-deal-features__card, .g-inspection .g-deal-equipment .c-tabs__nav, .g-deal-equipment .g-inspection .c-tabs__nav, .g-inspection .g-deal-equipment .c-tabs__panel, .g-deal-equipment .g-inspection .c-tabs__panel, .g-inspection .g-deal-summary__card, .g-inspection .g-deal-benefits__card, .g-inspection .g-deal-signpost__card, .g-inspection .g-deal-trustpilot__card, .g-inspection .g-deal-enquire__card, .g-inspection .g-deal-tax__card, .g-inspection .g-deal-trigger__card, .g-inspection .g-deal-ev-charger-banner, .g-inspection .g-deal-promotion, .g-inspection .g-quote__item--summary, .g-inspection .g-quote__item--overview, .g-inspection .g-quote__item--finance, .g-inspection .g-quote__item--vehicle, .g-inspection .g-quote__item--confirm, .g-inspection .g-quote__item--alert, .g-inspection .g-news-articles__main, .g-inspection .g-news-sidebar__widget {
    padding: 1.423828125rem; } }
/* line 37221, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-inspection__heading {
  font-weight: 700;
  color: #ffffff; }

/* line 37226, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-index {
  overflow-x: hidden;
  position: relative; }

/* line 37230, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-index .g-sign-up-bar {
  z-index: 5;
  position: fixed;
  bottom: -140px;
  left: 0;
  width: 100%;
  transition: bottom 2s ease 15s; }

@media (min-width: 576px) {
  /* line 37239, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-index .g-sign-up-bar {
    transition: bottom 2s ease 0s; } }
/* line 37243, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-index .g-sign-up-bar.is-fixed {
  bottom: 0;
  top: auto; }

/* line 37247, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-index.has-drawer .g-toolbar,
.l-index.has-drawer .g-header,
.l-index.has-drawer .g-footer,
.l-index.has-drawer .g-main {
  pointer-events: none; }

/* line 37253, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-index.has-modal {
  overflow: scroll !important; }

/* line 37256, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-index.has-modal .g-toolbar,
.l-index.has-modal .g-header,
.l-index.has-modal .g-footer,
.l-index.has-modal .g-main {
  filter: blur(5px); }

/* line 37262, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-index .g-toolbar {
  z-index: 3;
  position: relative; }

/* line 37266, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-index .g-header {
  z-index: 2;
  position: relative; }

/* line 37270, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-index .g-main {
  z-index: 1;
  position: relative; }

/* line 37274, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-index .g-search {
  z-index: 4; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* line 37278, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-index .g-search {
    top: -1px; } }
/* line 37282, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-index .g-footer {
  z-index: 0;
  position: relative; }

/* line 37286, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-index.is-grosvenor .g-header__primary .c-brand {
  width: 135px; }

@media (min-width: 576px) {
  /* line 37290, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-index.is-grosvenor .g-header__primary .c-brand {
    width: 175px; } }
@media (min-width: 992px) {
  /* line 37295, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-index.is-grosvenor .g-header__primary .c-brand {
    width: 225px; } }
/* line 37299, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-index.is-grosvenor .g-header__primary .c-brand__link-grovenor {
  display: block;
  margin-right: 0.3079461477rem; }

@media (min-width: 576px) {
  /* line 37304, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-index.is-grosvenor .g-header__primary .c-brand__link-grovenor {
    margin-right: 0.7901234568rem; } }
@media (min-width: 992px) {
  /* line 37309, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-index.is-grosvenor .g-header__primary .c-brand__link-grovenor {
    margin-right: 1rem; } }
/* line 37313, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-index.is-grosvenor .g-header__primary .c-brand__link {
  text-decoration: none;
  text-align: center; }

/* line 37317, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-index.is-grosvenor .g-header__primary .c-brand__p-grovenor {
  display: none;
  font-size: 0.624295077rem;
  font-weight: bolder;
  color: #1ea49c;
  margin-bottom: 0; }

@media (min-width: 768px) {
  /* line 37325, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-index.is-grosvenor .g-header__primary .c-brand__p-grovenor {
    display: block;
    margin-bottom: 0.1708882346rem;
    font-size: 0.7023319616rem; } }
@media (min-width: 992px) {
  /* line 37332, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-index.is-grosvenor .g-header__primary .c-brand__p-grovenor {
    font-size: 0.7901234568rem; } }
@media (min-width: 768px) {
  /* line 37337, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-index.is-grosvenor .g-header__primary .c-menu {
    margin-left: 0; } }
@media (min-width: 992px) {
  /* line 37342, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-index.is-grosvenor .g-header__primary .c-menu {
    margin-left: 1rem; } }
@media (min-width: 768px) {
  /* line 37347, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-index.is-grosvenor .g-header__primary .c-menu__item:not(:last-child) {
    margin-right: 0; } }
@media (min-width: 992px) {
  /* line 37352, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-index.is-grosvenor .g-header__primary .c-menu__item:not(:last-child) {
    margin-right: 0.5rem; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 37357, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-index.is-grosvenor .g-header__secondary .c-callback {
    margin-left: 1rem; } }
@media (min-width: 768px) {
  /* line 37362, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-index.is-grosvenor .g-header.is-fixed .g-header__primary .c-brand .c-brand__link .c-brand__p-grovenor {
    display: none; } }
/* line 37366, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-index.is-grosvenor .g-header.is-fixed .g-header__primary .c-brand .c-brand__link-grovenor {
  margin-right: 0.4932701843rem; }

/* line 37370, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-deal {
  display: block; }

/* line 37374, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-deal__inner {
  display: flex;
  flex-direction: column; }

/* line 37379, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-deal__wrapper, .l-deal__hero,
.l-deal__content-intro,
.l-deal__key-facts,
.l-deal__alt-gallery,
.l-deal__review,
.l-deal__tax,
.l-deal__trustpilot,
.l-deal__recommended {
  width: 100%;
  grid-column: 1/3; }

/* line 37391, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-deal__contents {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px; }

/* line 37396, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-deal__contents--no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* line 37400, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-deal__contents--no-padding-bottom {
  padding-bottom: 0 !important; }

/* line 37404, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-deal__content-intro,
.l-deal__review,
.l-deal__trustpilot,
.l-deal__tax,
.l-deal__hero {
  background-color: #ffffff; }

/* line 37412, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-deal__sidebar {
  display: contents;
  width: 450px;
  position: relative;
  margin-right: 100px;
  grid-column: 2/3;
  grid-row: 1; }

/* line 37421, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.l-deal__sidebar-inner {
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: contents;
  padding: 15px;
  min-height: 600px; }

/* Media */
@media (max-width: 1499.98px) {
  /* ORDERS */
  /* line 37435, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__actions {
    order: 2; }

  /* line 37438, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__sidebar-selections {
    order: 3; }

  /* line 37441, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__sidebar-summary {
    order: 7; }

  /* line 37444, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__sidebar-order {
    order: 8; }

  /* line 37447, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__sidebar-benefits {
    order: 9; }

  /* line 37450, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__hero {
    order: 1; }

  /* line 37453, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__content-intro {
    order: 5; }

  /* line 37456, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__key-facts {
    order: 6; }

  /* line 37459, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__alt-gallery {
    order: 10; }

  /* line 37462, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__review {
    order: 11; }

  /* line 37465, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__tax {
    order: 12; }

  /* line 37468, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__benefits {
    order: 13; }

  /* line 37471, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__trustpilot {
    order: 14; }

  /* line 37474, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__recommended {
    order: 15; } }
@media (min-width: 1200px) {
  /* line 37479, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__inner {
    display: grid;
    grid-template-columns: 1fr 490px;
    grid-template-rows: repeat(auto-fit, minmax(auto, 1px));
    margin-bottom: 0;
    margin-top: 0; }

  /* line 37486, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__sidebar {
    display: block;
    z-index: 1; }

  /* line 37490, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__wrapper, .l-deal__hero,
  .l-deal__content-intro,
  .l-deal__key-facts,
  .l-deal__alt-gallery,
  .l-deal__review,
  .l-deal__tax,
  .l-deal__trustpilot,
  .l-deal__recommended {
    display: block; }

  /* line 37500, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__contents {
    padding-right: 530px;
    padding-top: 45px;
    padding-bottom: 45px; }

  /* line 37505, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__contents--wide {
    padding-right: 46px; }

  /* line 37508, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__contents--small {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 37512, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__sidebar-inner {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 24px;
    position: relative; }

  /* line 37519, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__sidebar-inner.sticky {
    position: fixed;
    bottom: 0;
    top: auto;
    max-width: 450px; } }
@media (min-width: 1500px) {
  /* line 37527, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__inner {
    grid-template-columns: 1fr 550px; }

  /* line 37530, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__contents {
    padding-right: 590px;
    padding-top: 60px;
    padding-bottom: 60px; }

  /* line 37535, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__contents--wide {
    padding-right: 46px; }

  /* line 37538, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__contents--small {
    padding-top: 40px;
    padding-bottom: 40px; } }
@media (min-width: 1733px) {
  /* Adjusting for wider screens */
  /* line 37545, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .l-deal__inner {
    grid-template-columns: 1fr calc(550px + (100vw - 1733px) / 2) !important; } }
/* line 37549, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p- .c-badges--stacked {
  padding-bottom: 1.8020324707rem; }

/* line 37552, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p- .g-latest-news {
  padding: 1.8020324707rem 0; }

/* line 37555, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p- .g-latest-news__heading {
  color: #002b49;
  font-weight: 400;
  text-transform: none; }

/* line 37560, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p- .g-car-cards__subheading {
  margin-top: 0; }

@media (max-width: 767.98px) {
  /* line 37565, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-home-page .c-hero-icon-collection .hero-collection-text--bottom {
    padding-top: 8px; }

  /* line 37568, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-home-page .g-content--contain {
    padding: 16px 0; }

  /* line 37571, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-home-page .g-content--contain .g-content__primary--text h1 + p {
    margin-top: -16px; }

  /* line 37574, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-home-page .g-car-cards--padded .g-car-cards__heading {
    padding-top: 24px; }

  /* line 37577, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-home-page .g-content--no-padding-bottom-mobile {
    padding-top: 8px; }

  /* line 37580, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-home-page .accordion_wrapper {
    padding-top: 32px;
    transform: translateX(0px) translateY(0px);
    padding-bottom: 8px; }

  /* line 37585, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-home-page .accordion_wrapper h3 {
    margin-bottom: 20px; }

  /* line 37588, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-home-page .c-hero-aside .c-hero-aside__heading {
    padding-top: 18px;
    padding-bottom: 18px; }

  /* line 37592, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-home-page .c-hero-aside .c-hero-aside__content-inner {
    transform: translateX(0px) translateY(0px);
    padding-bottom: 8px; }

  /* line 37596, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-home-page .c-hero-aside .l-container-mid, .p-home-page .c-hero-aside .c-hero-icon-collection__content, .p-home-page .c-hero-aside .c-trust-cues--make, .p-home-page .c-hero-aside .c-trust-cues--model, .p-home-page .c-hero-aside .c-trust-cues--make-light, .p-home-page .c-hero-aside .c-trust-cues__slider, .p-home-page .c-hero-aside .c-company-facts__slider, .p-home-page .c-hero-aside .g-hero--make .c-modal-make, .g-hero--make .p-home-page .c-hero-aside .c-modal-make, .p-home-page .c-hero-aside .g-hero--model .c-modal-make, .g-hero--model .p-home-page .c-hero-aside .c-modal-make, .p-home-page .c-hero-aside .g-hero--perfect-car .c-modal-make, .g-hero--perfect-car .p-home-page .c-hero-aside .c-modal-make, .p-home-page .c-hero-aside .g-features__wrap, .p-home-page .c-hero-aside .g-content--contain .g-content__wrap, .g-content--contain .p-home-page .c-hero-aside .g-content__wrap, .p-home-page .c-hero-aside .l-deal__contents {
    transform: translateX(0px) translateY(0px); }

  /* line 37599, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-home-page .g-tiled-banners {
    padding-top: 24px;
    padding-bottom: 24px; }

  /* line 37603, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-home-page .eligibility_component {
    padding-top: 0;
    padding-bottom: 24px; }

  /* line 37607, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-home-page .g-content--review-cards {
    padding-top: 8px; } }
/* line 37612, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-special-offers-google .g-hero__actions {
  width: 100%;
  max-width: 100%;
  flex: none; }

/* line 37617, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-special-offers-google .g-hero__actions .c-trustpilot {
  background: transparent;
  width: 100%;
  justify-content: center;
  margin-bottom: 1.8020324707rem;
  zoom: 1; }

/* line 37624, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-special-offers-google .g-hero__actions .c-trustpilot__score {
  display: none; }

/* line 37627, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-special-offers-google .g-hero__actions .c-trustpilot__reviews {
  color: #ffffff;
  text-decoration: none; }

@media (min-width: 576px) {
  /* line 37632, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-special-offers-google .g-hero__actions {
    width: 300px; } }
@media (min-width: 768px) {
  /* line 37637, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-special-offers-google .g-hero__actions {
    width: 465px; } }
@media (min-width: 1200px) {
  /* line 37642, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-special-offers-google .g-hero__actions {
    margin-left: 50px; } }
@media (min-width: 1500px) {
  /* line 37647, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-special-offers-google .g-hero__actions {
    margin-left: 100px; } }
/* line 37651, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-special-offers-google .g-page-intro {
  background: transparent;
  padding-bottom: 0; }

/* line 37656, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-listing .g-derivatives {
  padding-bottom: 2.2806973457rem; }

/* line 37659, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-listing .g-main {
  padding-bottom: 0; }

/* line 37662, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-listing .c-breadcrumb__item {
  font-size: 0.9rem; }

/* line 37665, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-listing .g-content__preheading {
  color: #002b49;
  font-size: 2.565784514rem; }

/* line 37669, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-listing .c-derivatives-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem 0;
  gap: 1rem; }

@media (max-width: 768px) {
  /* line 37677, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-listing .c-derivatives-filters {
    display: none; } }
/* line 37681, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-listing .c-derivatives-filters__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem; }

/* line 37686, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-listing .c-derivatives-filters__row .drv-filter-controls__sort {
  width: 240px;
  flex: 1; }

/* line 37690, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-listing .drv-filter-triggers__trigger {
  display: none; }

@media (max-width: 768px) {
  /* line 37694, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-listing .drv-filter-triggers__trigger {
    display: block; } }
/* line 37698, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-listing .drv-car-card__deal-link {
  font-weight: 600; }

/* line 37701, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-listing .drv-filter-controls__sort {
  width: 240px; }

/* line 37704, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-listing .c-intro__heading {
  font-size: 2rem; }

/* line 37707, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-listing .drv-drawer-nav__main {
  background: #eaeaea; }

/* line 37711, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-model-range .drv-drawer-nav__main {
  background: #fff; }

/* line 37715, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-car-cards,
.p-van-options .g-car-cards {
  padding-top: 0; }

/* line 37719, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .c-breadcrumb,
.p-van-options .c-breadcrumb {
  padding-top: 1rem;
  padding-bottom: 0.5549289573rem; }

@media (min-width: 992px) {
  /* line 37725, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options .c-breadcrumb,
  .p-van-options .c-breadcrumb {
    padding-top: 4.1098906729rem; } }
/* line 37730, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-sign-up-bar,
.p-van-options .g-sign-up-bar {
  display: none; }

/* line 37734, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__labels,
.p-van-options .g-deal__labels {
  margin-bottom: 1rem; }

@media (min-width: 576px) {
  /* line 37739, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options .g-deal__labels,
  .p-van-options .g-deal__labels {
    display: none; } }
@media (min-width: 992px) {
  /* line 37745, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options .g-deal__title-block,
  .p-van-options .g-deal__title-block {
    max-width: calc(100% - 300px); } }
@media (min-width: 1200px) {
  /* line 37751, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options .g-deal__title-block,
  .p-van-options .g-deal__title-block {
    max-width: calc(100% - 350px); } }
@media (min-width: 1500px) {
  /* line 37757, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options .g-deal__title-block,
  .p-van-options .g-deal__title-block {
    max-width: calc(100% - 380px); } }
/* line 37762, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__wrapper,
.p-van-options .g-deal__wrapper {
  flex-direction: column; }

/* line 37766, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--photos, .p-vehicle-options .g-deal__item--icons, .p-vehicle-options .g-deal__item--features, .p-vehicle-options .g-deal__item--equipment, .p-vehicle-options .g-deal__item--review, .p-vehicle-options .g-deal__item--tax, .p-vehicle-options .g-deal__item--ev-charger-banner, .p-vehicle-options .g-deal__item--promotion, .p-vehicle-options .g-deal__item--signpost,
.p-van-options .g-deal__item--photos,
.p-van-options .g-deal__item--icons,
.p-van-options .g-deal__item--features,
.p-van-options .g-deal__item--equipment,
.p-van-options .g-deal__item--review,
.p-van-options .g-deal__item--tax,
.p-van-options .g-deal__item--ev-charger-banner,
.p-van-options .g-deal__item--promotion,
.p-van-options .g-deal__item--signpost {
  width: 100%; }

@media (min-width: 992px) {
  /* line 37779, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options .g-deal__item--photos, .p-vehicle-options .g-deal__item--icons, .p-vehicle-options .g-deal__item--features, .p-vehicle-options .g-deal__item--equipment, .p-vehicle-options .g-deal__item--review, .p-vehicle-options .g-deal__item--tax, .p-vehicle-options .g-deal__item--ev-charger-banner, .p-vehicle-options .g-deal__item--promotion, .p-vehicle-options .g-deal__item--signpost,
  .p-van-options .g-deal__item--photos,
  .p-van-options .g-deal__item--icons,
  .p-van-options .g-deal__item--features,
  .p-van-options .g-deal__item--equipment,
  .p-van-options .g-deal__item--review,
  .p-van-options .g-deal__item--tax,
  .p-van-options .g-deal__item--ev-charger-banner,
  .p-van-options .g-deal__item--promotion,
  .p-van-options .g-deal__item--signpost {
    width: calc(100% - 400px);
    padding-right: 2.2806973457rem; } }
@media (min-width: 1500px) {
  /* line 37794, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options .g-deal__item--photos, .p-vehicle-options .g-deal__item--icons, .p-vehicle-options .g-deal__item--features, .p-vehicle-options .g-deal__item--equipment, .p-vehicle-options .g-deal__item--review, .p-vehicle-options .g-deal__item--tax, .p-vehicle-options .g-deal__item--ev-charger-banner, .p-vehicle-options .g-deal__item--promotion, .p-vehicle-options .g-deal__item--signpost,
  .p-van-options .g-deal__item--photos,
  .p-van-options .g-deal__item--icons,
  .p-van-options .g-deal__item--features,
  .p-van-options .g-deal__item--equipment,
  .p-van-options .g-deal__item--review,
  .p-van-options .g-deal__item--tax,
  .p-van-options .g-deal__item--ev-charger-banner,
  .p-van-options .g-deal__item--promotion,
  .p-van-options .g-deal__item--signpost {
    width: calc(100% - 450px); } }
/* line 37807, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--options, .p-vehicle-options .g-deal__item--summary, .p-vehicle-options .g-deal__item--trustpilot, .p-vehicle-options .g-deal__item--benefits,
.p-van-options .g-deal__item--options,
.p-van-options .g-deal__item--summary,
.p-van-options .g-deal__item--trustpilot,
.p-van-options .g-deal__item--benefits {
  width: 100%; }

@media (min-width: 992px) {
  /* line 37815, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options .g-deal__item--options, .p-vehicle-options .g-deal__item--summary, .p-vehicle-options .g-deal__item--trustpilot, .p-vehicle-options .g-deal__item--benefits,
  .p-van-options .g-deal__item--options,
  .p-van-options .g-deal__item--summary,
  .p-van-options .g-deal__item--trustpilot,
  .p-van-options .g-deal__item--benefits {
    width: 400px;
    float: right;
    clear: both; } }
@media (min-width: 1500px) {
  /* line 37826, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options .g-deal__item--options, .p-vehicle-options .g-deal__item--summary, .p-vehicle-options .g-deal__item--trustpilot, .p-vehicle-options .g-deal__item--benefits,
  .p-van-options .g-deal__item--options,
  .p-van-options .g-deal__item--summary,
  .p-van-options .g-deal__item--trustpilot,
  .p-van-options .g-deal__item--benefits {
    width: 450px; } }
/* line 37834, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--photos,
.p-van-options .g-deal__item--photos {
  order: 0; }

@media (min-width: 992px) {
  /* line 37839, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options .g-deal__item--photos,
  .p-van-options .g-deal__item--photos {
    margin-bottom: 1.8020324707rem; } }
/* line 37844, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--icons,
.p-van-options .g-deal__item--icons {
  margin: 30px 0 0;
  order: 1; }

@media (min-width: 992px) {
  /* line 37850, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options .g-deal__item--icons,
  .p-van-options .g-deal__item--icons {
    margin: 0 0 2.0272865295rem; } }
/* line 37855, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--promotion,
.p-van-options .g-deal__item--promotion {
  order: 2; }

/* line 37859, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--ev-charger-banner,
.p-van-options .g-deal__item--ev-charger-banner {
  order: 2; }

/* line 37863, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--options,
.p-van-options .g-deal__item--options {
  order: 3;
  position: relative; }

@media (min-width: 992px) {
  /* line 37869, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options .g-deal__item--options,
  .p-van-options .g-deal__item--options {
    margin-top: -37px; } }
@media (min-width: 1200px) {
  /* line 37875, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options .g-deal__item--options,
  .p-van-options .g-deal__item--options {
    margin-top: -41px; } }
/* line 37880, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--options .g-deal__tools,
.p-van-options .g-deal__item--options .g-deal__tools {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.7901234568rem;
  width: 100%; }

@media (min-width: 1200px) {
  /* line 37888, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options .g-deal__item--options .g-deal__tools,
  .p-van-options .g-deal__item--options .g-deal__tools {
    padding-bottom: 1rem; } }
/* line 37893, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--options .g-deal__toggle,
.p-van-options .g-deal__item--options .g-deal__toggle {
  display: flex;
  flex: none; }

/* line 37898, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--options .g-deal__share,
.p-van-options .g-deal__item--options .g-deal__share {
  flex: 1 0 auto; }

/* line 37902, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--options #g-deal-tools div[id^=st-],
.p-van-options .g-deal__item--options #g-deal-tools div[id^=st-] {
  text-align: right;
  z-index: 0; }

/* line 37907, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--options #g-deal-tools div[id^=st-] .st-btn,
.p-van-options .g-deal__item--options #g-deal-tools div[id^=st-] .st-btn {
  height: 20px;
  background-color: transparent;
  background-size: auto 16px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 12px;
  width: 20px; }

@media (min-width: 768px) {
  /* line 37918, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options .g-deal__item--options #g-deal-tools div[id^=st-] .st-btn,
  .p-van-options .g-deal__item--options #g-deal-tools div[id^=st-] .st-btn {
    background-size: auto 20px;
    height: 24px;
    width: 24px; } }
/* line 37925, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--options #g-deal-tools div[id^=st-] .st-btn:last-child,
.p-van-options .g-deal__item--options #g-deal-tools div[id^=st-] .st-btn:last-child {
  margin-right: 0; }

/* line 37929, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--options #g-deal-tools div[id^=st-] .st-btn > img,
.p-van-options .g-deal__item--options #g-deal-tools div[id^=st-] .st-btn > img {
  display: none; }

/* line 37933, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--options #g-deal-tools div[id^=st-] .st-btn[data-network=whatsapp],
.p-van-options .g-deal__item--options #g-deal-tools div[id^=st-] .st-btn[data-network=whatsapp] {
  background-image: url(/assets/whatsapp-share-1d81f1ba8b3eb74d808a02ea272d686426be5c518a309d2b80043da4afc66cd2.svg); }

/* line 37937, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--options #g-deal-tools div[id^=st-] .st-btn[data-network=messenger],
.p-van-options .g-deal__item--options #g-deal-tools div[id^=st-] .st-btn[data-network=messenger] {
  background-image: url(/assets/messenger-share-241b6dc76c3f2250bad25f3c233967a999c4534de9893251fe6df2570436bdcd.svg); }

/* line 37941, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--options #g-deal-tools div[id^=st-] .st-btn[data-network=sms],
.p-van-options .g-deal__item--options #g-deal-tools div[id^=st-] .st-btn[data-network=sms] {
  background-image: url(/assets/sms-share-bce23ca58329e57685e0ff8c54f9849ab04a4aa6afa1bef0c95af6514c82e177.svg); }

/* line 37945, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--options #g-deal-tools div[id^=st-] .st-btn[data-network=facebook],
.p-van-options .g-deal__item--options #g-deal-tools div[id^=st-] .st-btn[data-network=facebook] {
  background-image: url(/assets/facebook-share-7c859bf2512a7eb7664f37171003dc283d32a41178fb143a6a73553200c506e5.svg); }

/* line 37949, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--options #g-deal-tools div[id^=st-] .st-btn[data-network=email],
.p-van-options .g-deal__item--options #g-deal-tools div[id^=st-] .st-btn[data-network=email] {
  background-image: url(/assets/email-share-c43246de93f1d1bd5ebbed6fbb403173691bfe403b16b0c6640044975f6c1633.svg);
  background-size: 16px; }

@media (min-width: 768px) {
  /* line 37955, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options .g-deal__item--options #g-deal-tools div[id^=st-] .st-btn[data-network=email],
  .p-van-options .g-deal__item--options #g-deal-tools div[id^=st-] .st-btn[data-network=email] {
    background-size: 20px; } }
/* line 37960, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--options .c-price-switch__additional,
.p-van-options .g-deal__item--options .c-price-switch__additional {
  position: absolute;
  left: -9999px; }

@media (min-width: 992px) {
  /* line 37966, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options .g-deal__item--options,
  .p-van-options .g-deal__item--options {
    margin-bottom: 0; }

  /* line 37970, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options .g-deal__item--options .g-deal__content,
  .p-van-options .g-deal__item--options .g-deal__content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; } }
/* line 37976, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--features,
.p-van-options .g-deal__item--features {
  order: 4; }

@media (min-width: 992px) {
  /* line 37981, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options .g-deal__item--features,
  .p-van-options .g-deal__item--features {
    margin-bottom: 1.8020324707rem; } }
/* line 37986, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--equipment,
.p-van-options .g-deal__item--equipment {
  order: 4; }

@media (min-width: 992px) {
  /* line 37991, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options .g-deal__item--equipment,
  .p-van-options .g-deal__item--equipment {
    margin-bottom: 1.8020324707rem; } }
/* line 37996, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--benefits,
.p-van-options .g-deal__item--benefits {
  order: 5; }

/* line 38000, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--summary,
.p-van-options .g-deal__item--summary {
  order: 6; }

@media (min-width: 992px) {
  /* line 38005, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options .g-deal__item--summary > .g-deal__content,
  .p-van-options .g-deal__item--summary > .g-deal__content {
    padding-top: 0;
    border-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; } }
/* line 38013, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--sticky,
.p-van-options .g-deal__item--sticky {
  position: fixed;
  left: 0;
  bottom: -30px;
  z-index: 2; }

@media (min-width: 992px) {
  /* line 38021, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options .g-deal__item--sticky,
  .p-van-options .g-deal__item--sticky {
    left: auto;
    position: sticky; } }
/* line 38027, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--trustpilot,
.p-van-options .g-deal__item--trustpilot {
  order: 7; }

@media (min-width: 992px) {
  /* line 38032, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options .g-deal__item--review,
  .p-van-options .g-deal__item--review {
    margin-bottom: 1.8020324707rem; } }
/* line 38037, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options .g-deal__item--tax,
.p-van-options .g-deal__item--tax {
  order: 8; }

/* line 38041, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options.is-logged-in .g-deal-sales,
.p-van-options.is-logged-in .g-deal-sales {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 200px;
  width: auto;
  transform: translateX(-100%); }

/* line 38050, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-vehicle-options.is-logged-in .g-deal-enquire.is-fixed,
.p-van-options.is-logged-in .g-deal-enquire.is-fixed {
  position: static; }

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 38055, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options.is-logged-in .g-deal-features .c-list-table__item,
  .p-van-options.is-logged-in .g-deal-features .c-list-table__item {
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 38060, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options.is-logged-in .g-deal-features .c-list-table__item:nth-child(2n+2),
  .p-van-options.is-logged-in .g-deal-features .c-list-table__item:nth-child(2n+2) {
    margin-right: 0;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 38068, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options.is-logged-in .g-deal-features .c-list-table__item,
  .p-van-options.is-logged-in .g-deal-features .c-list-table__item {
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 38073, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options.is-logged-in .g-deal-features .c-list-table__item:nth-child(2n+2),
  .p-van-options.is-logged-in .g-deal-features .c-list-table__item:nth-child(2n+2) {
    margin-right: 0;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 38081, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options.is-logged-in .g-deal-features .c-list-table__item,
  .p-van-options.is-logged-in .g-deal-features .c-list-table__item {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin-right: 15px; }

  /* line 38087, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options.is-logged-in .g-deal-features .c-list-table__item:nth-child(2n+2),
  .p-van-options.is-logged-in .g-deal-features .c-list-table__item:nth-child(2n+2) {
    margin-right: 0;
    flex: 0 0 50%;
    max-width: 50%; } }
@media (min-width: 1200px) {
  /* line 38095, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options.is-logged-in .g-deal-features .c-list-table__item,
  .p-van-options.is-logged-in .g-deal-features .c-list-table__item {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-right: 20px; }

  /* line 38101, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options.is-logged-in .g-deal-features .c-list-table__item:nth-child(2n+2),
  .p-van-options.is-logged-in .g-deal-features .c-list-table__item:nth-child(2n+2) {
    margin-right: 0;
    flex: 0 0 50%;
    max-width: 50%; } }
@media (min-width: 1500px) {
  /* line 38109, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options.is-logged-in .g-deal-features .c-list-table__item,
  .p-van-options.is-logged-in .g-deal-features .c-list-table__item {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 30px; }

  /* line 38115, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-vehicle-options.is-logged-in .g-deal-features .c-list-table__item:nth-child(2n+2),
  .p-van-options.is-logged-in .g-deal-features .c-list-table__item:nth-child(2n+2) {
    margin-right: 0;
    flex: 0 0 50%;
    max-width: 50%; } }
/* line 38123, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-order-online .g-sign-up-bar,
.p-personal-credit-application .g-sign-up-bar,
.p-business-credit-application .g-sign-up-bar {
  display: none; }

/* line 38128, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-order-online .b-form-group .valid-feedback, .p-order-online .c-form-contact-footer__form-group .valid-feedback, .p-order-online .c-search__form-group .valid-feedback, .p-order-online .c-ar-contact-form__form-group .valid-feedback, .p-order-online .c-tabs__search .valid-feedback,
.p-order-online .b-form-group .invalid-feedback,
.p-order-online .c-form-contact-footer__form-group .invalid-feedback,
.p-order-online .c-search__form-group .invalid-feedback,
.p-order-online .c-ar-contact-form__form-group .invalid-feedback,
.p-order-online .c-tabs__search .invalid-feedback,
.p-personal-credit-application .b-form-group .valid-feedback,
.p-personal-credit-application .c-form-contact-footer__form-group .valid-feedback,
.p-personal-credit-application .c-search__form-group .valid-feedback,
.p-personal-credit-application .c-ar-contact-form__form-group .valid-feedback,
.p-personal-credit-application .c-tabs__search .valid-feedback,
.p-personal-credit-application .b-form-group .invalid-feedback,
.p-personal-credit-application .c-form-contact-footer__form-group .invalid-feedback,
.p-personal-credit-application .c-search__form-group .invalid-feedback,
.p-personal-credit-application .c-ar-contact-form__form-group .invalid-feedback,
.p-personal-credit-application .c-tabs__search .invalid-feedback,
.p-business-credit-application .b-form-group .valid-feedback,
.p-business-credit-application .c-form-contact-footer__form-group .valid-feedback,
.p-business-credit-application .c-search__form-group .valid-feedback,
.p-business-credit-application .c-ar-contact-form__form-group .valid-feedback,
.p-business-credit-application .c-tabs__search .valid-feedback,
.p-business-credit-application .b-form-group .invalid-feedback,
.p-business-credit-application .c-form-contact-footer__form-group .invalid-feedback,
.p-business-credit-application .c-search__form-group .invalid-feedback,
.p-business-credit-application .c-ar-contact-form__form-group .invalid-feedback,
.p-business-credit-application .c-tabs__search .invalid-feedback {
  position: absolute; }

/* line 38156, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-order-online .b-form-group .b-form-label, .p-order-online .c-form-contact-footer__form-group .b-form-label, .p-order-online .c-search__form-group .b-form-label, .p-order-online .c-ar-contact-form__form-group .b-form-label, .p-order-online .c-tabs__search .b-form-label, .p-order-online .b-form-group .c-form-contact-footer__label, .p-order-online .c-form-contact-footer__form-group .c-form-contact-footer__label, .p-order-online .c-search__form-group .c-form-contact-footer__label, .p-order-online .c-ar-contact-form__form-group .c-form-contact-footer__label, .p-order-online .c-tabs__search .c-form-contact-footer__label, .p-order-online .b-form-group .c-ar-contact-form__label, .p-order-online .c-form-contact-footer__form-group .c-ar-contact-form__label, .p-order-online .c-search__form-group .c-ar-contact-form__label, .p-order-online .c-ar-contact-form__form-group .c-ar-contact-form__label, .p-order-online .c-tabs__search .c-ar-contact-form__label,
.p-personal-credit-application .b-form-group .b-form-label,
.p-personal-credit-application .c-form-contact-footer__form-group .b-form-label,
.p-personal-credit-application .c-search__form-group .b-form-label,
.p-personal-credit-application .c-ar-contact-form__form-group .b-form-label,
.p-personal-credit-application .c-tabs__search .b-form-label,
.p-personal-credit-application .b-form-group .c-form-contact-footer__label,
.p-personal-credit-application .c-form-contact-footer__form-group .c-form-contact-footer__label,
.p-personal-credit-application .c-search__form-group .c-form-contact-footer__label,
.p-personal-credit-application .c-ar-contact-form__form-group .c-form-contact-footer__label,
.p-personal-credit-application .c-tabs__search .c-form-contact-footer__label,
.p-personal-credit-application .b-form-group .c-ar-contact-form__label,
.p-personal-credit-application .c-form-contact-footer__form-group .c-ar-contact-form__label,
.p-personal-credit-application .c-search__form-group .c-ar-contact-form__label,
.p-personal-credit-application .c-ar-contact-form__form-group .c-ar-contact-form__label,
.p-personal-credit-application .c-tabs__search .c-ar-contact-form__label,
.p-business-credit-application .b-form-group .b-form-label,
.p-business-credit-application .c-form-contact-footer__form-group .b-form-label,
.p-business-credit-application .c-search__form-group .b-form-label,
.p-business-credit-application .c-ar-contact-form__form-group .b-form-label,
.p-business-credit-application .c-tabs__search .b-form-label,
.p-business-credit-application .b-form-group .c-form-contact-footer__label,
.p-business-credit-application .c-form-contact-footer__form-group .c-form-contact-footer__label,
.p-business-credit-application .c-search__form-group .c-form-contact-footer__label,
.p-business-credit-application .c-ar-contact-form__form-group .c-form-contact-footer__label,
.p-business-credit-application .c-tabs__search .c-form-contact-footer__label,
.p-business-credit-application .b-form-group .c-ar-contact-form__label,
.p-business-credit-application .c-form-contact-footer__form-group .c-ar-contact-form__label,
.p-business-credit-application .c-search__form-group .c-ar-contact-form__label,
.p-business-credit-application .c-ar-contact-form__form-group .c-ar-contact-form__label,
.p-business-credit-application .c-tabs__search .c-ar-contact-form__label {
  font-size: 0.8888888889rem;
  font-weight: 400; }

@media (min-width: 576px) {
  /* line 38191, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-order-online .b-form-group .b-form-label, .p-order-online .c-form-contact-footer__form-group .b-form-label, .p-order-online .c-search__form-group .b-form-label, .p-order-online .c-ar-contact-form__form-group .b-form-label, .p-order-online .c-tabs__search .b-form-label, .p-order-online .b-form-group .c-form-contact-footer__label, .p-order-online .c-form-contact-footer__form-group .c-form-contact-footer__label, .p-order-online .c-search__form-group .c-form-contact-footer__label, .p-order-online .c-ar-contact-form__form-group .c-form-contact-footer__label, .p-order-online .c-tabs__search .c-form-contact-footer__label, .p-order-online .b-form-group .c-ar-contact-form__label, .p-order-online .c-form-contact-footer__form-group .c-ar-contact-form__label, .p-order-online .c-search__form-group .c-ar-contact-form__label, .p-order-online .c-ar-contact-form__form-group .c-ar-contact-form__label, .p-order-online .c-tabs__search .c-ar-contact-form__label,
  .p-personal-credit-application .b-form-group .b-form-label,
  .p-personal-credit-application .c-form-contact-footer__form-group .b-form-label,
  .p-personal-credit-application .c-search__form-group .b-form-label,
  .p-personal-credit-application .c-ar-contact-form__form-group .b-form-label,
  .p-personal-credit-application .c-tabs__search .b-form-label,
  .p-personal-credit-application .b-form-group .c-form-contact-footer__label,
  .p-personal-credit-application .c-form-contact-footer__form-group .c-form-contact-footer__label,
  .p-personal-credit-application .c-search__form-group .c-form-contact-footer__label,
  .p-personal-credit-application .c-ar-contact-form__form-group .c-form-contact-footer__label,
  .p-personal-credit-application .c-tabs__search .c-form-contact-footer__label,
  .p-personal-credit-application .b-form-group .c-ar-contact-form__label,
  .p-personal-credit-application .c-form-contact-footer__form-group .c-ar-contact-form__label,
  .p-personal-credit-application .c-search__form-group .c-ar-contact-form__label,
  .p-personal-credit-application .c-ar-contact-form__form-group .c-ar-contact-form__label,
  .p-personal-credit-application .c-tabs__search .c-ar-contact-form__label,
  .p-business-credit-application .b-form-group .b-form-label,
  .p-business-credit-application .c-form-contact-footer__form-group .b-form-label,
  .p-business-credit-application .c-search__form-group .b-form-label,
  .p-business-credit-application .c-ar-contact-form__form-group .b-form-label,
  .p-business-credit-application .c-tabs__search .b-form-label,
  .p-business-credit-application .b-form-group .c-form-contact-footer__label,
  .p-business-credit-application .c-form-contact-footer__form-group .c-form-contact-footer__label,
  .p-business-credit-application .c-search__form-group .c-form-contact-footer__label,
  .p-business-credit-application .c-ar-contact-form__form-group .c-form-contact-footer__label,
  .p-business-credit-application .c-tabs__search .c-form-contact-footer__label,
  .p-business-credit-application .b-form-group .c-ar-contact-form__label,
  .p-business-credit-application .c-form-contact-footer__form-group .c-ar-contact-form__label,
  .p-business-credit-application .c-search__form-group .c-ar-contact-form__label,
  .p-business-credit-application .c-ar-contact-form__form-group .c-ar-contact-form__label,
  .p-business-credit-application .c-tabs__search .c-ar-contact-form__label {
    font-size: 0.8888888889rem; } }
@media (min-width: 768px) {
  /* line 38226, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-order-online .b-form-group .b-form-label, .p-order-online .c-form-contact-footer__form-group .b-form-label, .p-order-online .c-search__form-group .b-form-label, .p-order-online .c-ar-contact-form__form-group .b-form-label, .p-order-online .c-tabs__search .b-form-label, .p-order-online .b-form-group .c-form-contact-footer__label, .p-order-online .c-form-contact-footer__form-group .c-form-contact-footer__label, .p-order-online .c-search__form-group .c-form-contact-footer__label, .p-order-online .c-ar-contact-form__form-group .c-form-contact-footer__label, .p-order-online .c-tabs__search .c-form-contact-footer__label, .p-order-online .b-form-group .c-ar-contact-form__label, .p-order-online .c-form-contact-footer__form-group .c-ar-contact-form__label, .p-order-online .c-search__form-group .c-ar-contact-form__label, .p-order-online .c-ar-contact-form__form-group .c-ar-contact-form__label, .p-order-online .c-tabs__search .c-ar-contact-form__label,
  .p-personal-credit-application .b-form-group .b-form-label,
  .p-personal-credit-application .c-form-contact-footer__form-group .b-form-label,
  .p-personal-credit-application .c-search__form-group .b-form-label,
  .p-personal-credit-application .c-ar-contact-form__form-group .b-form-label,
  .p-personal-credit-application .c-tabs__search .b-form-label,
  .p-personal-credit-application .b-form-group .c-form-contact-footer__label,
  .p-personal-credit-application .c-form-contact-footer__form-group .c-form-contact-footer__label,
  .p-personal-credit-application .c-search__form-group .c-form-contact-footer__label,
  .p-personal-credit-application .c-ar-contact-form__form-group .c-form-contact-footer__label,
  .p-personal-credit-application .c-tabs__search .c-form-contact-footer__label,
  .p-personal-credit-application .b-form-group .c-ar-contact-form__label,
  .p-personal-credit-application .c-form-contact-footer__form-group .c-ar-contact-form__label,
  .p-personal-credit-application .c-search__form-group .c-ar-contact-form__label,
  .p-personal-credit-application .c-ar-contact-form__form-group .c-ar-contact-form__label,
  .p-personal-credit-application .c-tabs__search .c-ar-contact-form__label,
  .p-business-credit-application .b-form-group .b-form-label,
  .p-business-credit-application .c-form-contact-footer__form-group .b-form-label,
  .p-business-credit-application .c-search__form-group .b-form-label,
  .p-business-credit-application .c-ar-contact-form__form-group .b-form-label,
  .p-business-credit-application .c-tabs__search .b-form-label,
  .p-business-credit-application .b-form-group .c-form-contact-footer__label,
  .p-business-credit-application .c-form-contact-footer__form-group .c-form-contact-footer__label,
  .p-business-credit-application .c-search__form-group .c-form-contact-footer__label,
  .p-business-credit-application .c-ar-contact-form__form-group .c-form-contact-footer__label,
  .p-business-credit-application .c-tabs__search .c-form-contact-footer__label,
  .p-business-credit-application .b-form-group .c-ar-contact-form__label,
  .p-business-credit-application .c-form-contact-footer__form-group .c-ar-contact-form__label,
  .p-business-credit-application .c-search__form-group .c-ar-contact-form__label,
  .p-business-credit-application .c-ar-contact-form__form-group .c-ar-contact-form__label,
  .p-business-credit-application .c-tabs__search .c-ar-contact-form__label {
    font-size: 1rem; } }
/* line 38260, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-order-online .b-form-group-modern .b-form-label, .p-order-online .b-form-group-modern .c-form-contact-footer__label, .p-order-online .b-form-group-modern .c-ar-contact-form__label,
.p-personal-credit-application .b-form-group-modern .b-form-label,
.p-personal-credit-application .b-form-group-modern .c-form-contact-footer__label,
.p-personal-credit-application .b-form-group-modern .c-ar-contact-form__label,
.p-business-credit-application .b-form-group-modern .b-form-label,
.p-business-credit-application .b-form-group-modern .c-form-contact-footer__label,
.p-business-credit-application .b-form-group-modern .c-ar-contact-form__label {
  font-size: 0.8888888889rem;
  font-weight: 400; }

@media (min-width: 576px) {
  /* line 38271, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-order-online .b-form-group-modern .b-form-label, .p-order-online .b-form-group-modern .c-form-contact-footer__label, .p-order-online .b-form-group-modern .c-ar-contact-form__label,
  .p-personal-credit-application .b-form-group-modern .b-form-label,
  .p-personal-credit-application .b-form-group-modern .c-form-contact-footer__label,
  .p-personal-credit-application .b-form-group-modern .c-ar-contact-form__label,
  .p-business-credit-application .b-form-group-modern .b-form-label,
  .p-business-credit-application .b-form-group-modern .c-form-contact-footer__label,
  .p-business-credit-application .b-form-group-modern .c-ar-contact-form__label {
    font-size: 0.8888888889rem; } }
@media (min-width: 768px) {
  /* line 38282, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-order-online .b-form-group-modern .b-form-label, .p-order-online .b-form-group-modern .c-form-contact-footer__label, .p-order-online .b-form-group-modern .c-ar-contact-form__label,
  .p-personal-credit-application .b-form-group-modern .b-form-label,
  .p-personal-credit-application .b-form-group-modern .c-form-contact-footer__label,
  .p-personal-credit-application .b-form-group-modern .c-ar-contact-form__label,
  .p-business-credit-application .b-form-group-modern .b-form-label,
  .p-business-credit-application .b-form-group-modern .c-form-contact-footer__label,
  .p-business-credit-application .b-form-group-modern .c-ar-contact-form__label {
    font-size: 1rem; } }
/* line 38292, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-order-online .b-form-control, .p-order-online .b-form-search__input, .p-order-online .c-form-contact-footer__control, .p-order-online .c-ar-contact-form__input, .p-order-online .c-tabs__input,
.p-personal-credit-application .b-form-control,
.p-personal-credit-application .b-form-search__input,
.p-personal-credit-application .c-form-contact-footer__control,
.p-personal-credit-application .c-ar-contact-form__input,
.p-personal-credit-application .c-tabs__input,
.p-business-credit-application .b-form-control,
.p-business-credit-application .b-form-search__input,
.p-business-credit-application .c-form-contact-footer__control,
.p-business-credit-application .c-ar-contact-form__input,
.p-business-credit-application .c-tabs__input {
  font-size: 0.8888888889rem;
  font-weight: 400;
  border: none;
  border-radius: 7px;
  height: 46px; }

@media (min-width: 576px) {
  /* line 38310, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-order-online .b-form-control, .p-order-online .b-form-search__input, .p-order-online .c-form-contact-footer__control, .p-order-online .c-ar-contact-form__input, .p-order-online .c-tabs__input,
  .p-personal-credit-application .b-form-control,
  .p-personal-credit-application .b-form-search__input,
  .p-personal-credit-application .c-form-contact-footer__control,
  .p-personal-credit-application .c-ar-contact-form__input,
  .p-personal-credit-application .c-tabs__input,
  .p-business-credit-application .b-form-control,
  .p-business-credit-application .b-form-search__input,
  .p-business-credit-application .c-form-contact-footer__control,
  .p-business-credit-application .c-ar-contact-form__input,
  .p-business-credit-application .c-tabs__input {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 38325, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-order-online .b-form-control, .p-order-online .b-form-search__input, .p-order-online .c-form-contact-footer__control, .p-order-online .c-ar-contact-form__input, .p-order-online .c-tabs__input,
  .p-personal-credit-application .b-form-control,
  .p-personal-credit-application .b-form-search__input,
  .p-personal-credit-application .c-form-contact-footer__control,
  .p-personal-credit-application .c-ar-contact-form__input,
  .p-personal-credit-application .c-tabs__input,
  .p-business-credit-application .b-form-control,
  .p-business-credit-application .b-form-search__input,
  .p-business-credit-application .c-form-contact-footer__control,
  .p-business-credit-application .c-ar-contact-form__input,
  .p-business-credit-application .c-tabs__input {
    font-size: 1.125rem; } }
/* line 38339, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.has-danger .p-order-online .b-form-control, .has-danger .p-order-online .b-form-search__input, .has-danger .p-order-online .c-form-contact-footer__control, .has-danger .p-order-online .c-ar-contact-form__input, .has-danger .p-order-online .c-tabs__input,
.has-danger .p-personal-credit-application .b-form-control,
.has-danger .p-personal-credit-application .b-form-search__input,
.has-danger .p-personal-credit-application .c-form-contact-footer__control,
.has-danger .p-personal-credit-application .c-ar-contact-form__input,
.has-danger .p-personal-credit-application .c-tabs__input,
.has-danger .p-business-credit-application .b-form-control,
.has-danger .p-business-credit-application .b-form-search__input,
.has-danger .p-business-credit-application .c-form-contact-footer__control,
.has-danger .p-business-credit-application .c-ar-contact-form__input,
.has-danger .p-business-credit-application .c-tabs__input {
  border: 1px solid #ca2323; }

@media (min-width: 768px) {
  /* line 38353, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-order-online .b-form-control, .p-order-online .b-form-search__input, .p-order-online .c-form-contact-footer__control, .p-order-online .c-ar-contact-form__input, .p-order-online .c-tabs__input,
  .p-personal-credit-application .b-form-control,
  .p-personal-credit-application .b-form-search__input,
  .p-personal-credit-application .c-form-contact-footer__control,
  .p-personal-credit-application .c-ar-contact-form__input,
  .p-personal-credit-application .c-tabs__input,
  .p-business-credit-application .b-form-control,
  .p-business-credit-application .b-form-search__input,
  .p-business-credit-application .c-form-contact-footer__control,
  .p-business-credit-application .c-ar-contact-form__input,
  .p-business-credit-application .c-tabs__input {
    height: 56px; } }
/* line 38367, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-order-online .b-form-control[type=textarea], .p-order-online [type=textarea].b-form-search__input, .p-order-online [type=textarea].c-form-contact-footer__control, .p-order-online [type=textarea].c-ar-contact-form__input, .p-order-online [type=textarea].c-tabs__input,
.p-personal-credit-application .b-form-control[type=textarea],
.p-personal-credit-application [type=textarea].b-form-search__input,
.p-personal-credit-application [type=textarea].c-form-contact-footer__control,
.p-personal-credit-application [type=textarea].c-ar-contact-form__input,
.p-personal-credit-application [type=textarea].c-tabs__input,
.p-business-credit-application .b-form-control[type=textarea],
.p-business-credit-application [type=textarea].b-form-search__input,
.p-business-credit-application [type=textarea].c-form-contact-footer__control,
.p-business-credit-application [type=textarea].c-ar-contact-form__input,
.p-business-credit-application [type=textarea].c-tabs__input {
  height: auto;
  min-height: 120px; }

@media (min-width: 768px) {
  /* line 38382, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-order-online .b-form-control[type=textarea], .p-order-online [type=textarea].b-form-search__input, .p-order-online [type=textarea].c-form-contact-footer__control, .p-order-online [type=textarea].c-ar-contact-form__input, .p-order-online [type=textarea].c-tabs__input,
  .p-personal-credit-application .b-form-control[type=textarea],
  .p-personal-credit-application [type=textarea].b-form-search__input,
  .p-personal-credit-application [type=textarea].c-form-contact-footer__control,
  .p-personal-credit-application [type=textarea].c-ar-contact-form__input,
  .p-personal-credit-application [type=textarea].c-tabs__input,
  .p-business-credit-application .b-form-control[type=textarea],
  .p-business-credit-application [type=textarea].b-form-search__input,
  .p-business-credit-application [type=textarea].c-form-contact-footer__control,
  .p-business-credit-application [type=textarea].c-ar-contact-form__input,
  .p-business-credit-application [type=textarea].c-tabs__input {
    min-height: 150px; } }
/* line 38396, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-order-online .b-form-label, .p-order-online .c-form-contact-footer__label, .p-order-online .c-ar-contact-form__label,
.p-personal-credit-application .b-form-label,
.p-personal-credit-application .c-form-contact-footer__label,
.p-personal-credit-application .c-ar-contact-form__label,
.p-business-credit-application .b-form-label,
.p-business-credit-application .c-form-contact-footer__label,
.p-business-credit-application .c-ar-contact-form__label {
  font-size: 0.8888888889rem;
  font-weight: 500; }

@media (min-width: 576px) {
  /* line 38407, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-order-online .b-form-label, .p-order-online .c-form-contact-footer__label, .p-order-online .c-ar-contact-form__label,
  .p-personal-credit-application .b-form-label,
  .p-personal-credit-application .c-form-contact-footer__label,
  .p-personal-credit-application .c-ar-contact-form__label,
  .p-business-credit-application .b-form-label,
  .p-business-credit-application .c-form-contact-footer__label,
  .p-business-credit-application .c-ar-contact-form__label {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 38418, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-order-online .b-form-label, .p-order-online .c-form-contact-footer__label, .p-order-online .c-ar-contact-form__label,
  .p-personal-credit-application .b-form-label,
  .p-personal-credit-application .c-form-contact-footer__label,
  .p-personal-credit-application .c-ar-contact-form__label,
  .p-business-credit-application .b-form-label,
  .p-business-credit-application .c-form-contact-footer__label,
  .p-business-credit-application .c-ar-contact-form__label {
    font-size: 1.125rem; } }
/* line 38428, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-order-online .b-form-append,
.p-personal-credit-application .b-form-append,
.p-business-credit-application .b-form-append {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px; }

/* line 38434, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-order-online .b-form-append .input-group-text,
.p-personal-credit-application .b-form-append .input-group-text,
.p-business-credit-application .b-form-append .input-group-text {
  border-radius: 7px;
  background-color: #002b49;
  color: #ffffff;
  border: none; }

/* line 38442, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-order-online .b-form-select, .p-order-online .p-author-profile .p-author-profile__sort-select, .p-author-profile .p-order-online .p-author-profile__sort-select, .p-order-online .c-search__form-select, .p-order-online .c-options__select, .p-order-online .c-derivatives-filters__select, .p-order-online .g-deal-options__select, .p-order-online .g-deal-features__select, .p-order-online .g-review-articles__main .g-review-articles__select, .g-review-articles__main .p-order-online .g-review-articles__select,
.p-personal-credit-application .b-form-select,
.p-personal-credit-application .p-author-profile .p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application .p-author-profile__sort-select,
.p-personal-credit-application .c-search__form-select,
.p-personal-credit-application .c-options__select,
.p-personal-credit-application .c-derivatives-filters__select,
.p-personal-credit-application .g-deal-options__select,
.p-personal-credit-application .g-deal-features__select,
.p-personal-credit-application .g-review-articles__main .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .g-review-articles__select,
.p-business-credit-application .b-form-select,
.p-business-credit-application .p-author-profile .p-author-profile__sort-select,
.p-author-profile .p-business-credit-application .p-author-profile__sort-select,
.p-business-credit-application .c-search__form-select,
.p-business-credit-application .c-options__select,
.p-business-credit-application .c-derivatives-filters__select,
.p-business-credit-application .g-deal-options__select,
.p-business-credit-application .g-deal-features__select,
.p-business-credit-application .g-review-articles__main .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .g-review-articles__select {
  font-size: 0.8888888889rem;
  display: inline-block;
  padding-right: calc(2.5em + 0.5rem);
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/assets/chevron-down-1fea1badb188e6ab723b99de5dda0a4ff6f7a84ee3efb7683cb642c977bd2c92.svg);
  background-repeat: no-repeat;
  background-size: 1.8rem;
  background-position: right 0.8rem center;
  background-color: #ffffff;
  font-weight: 400;
  border: none;
  border-radius: 7px;
  height: 46px;
  color: #002b49;
  cursor: pointer; }

@media (min-width: 576px) {
  /* line 38486, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-order-online .b-form-select, .p-order-online .p-author-profile .p-author-profile__sort-select, .p-author-profile .p-order-online .p-author-profile__sort-select, .p-order-online .c-search__form-select, .p-order-online .c-options__select, .p-order-online .c-derivatives-filters__select, .p-order-online .g-deal-options__select, .p-order-online .g-deal-features__select, .p-order-online .g-review-articles__main .g-review-articles__select, .g-review-articles__main .p-order-online .g-review-articles__select,
  .p-personal-credit-application .b-form-select,
  .p-personal-credit-application .p-author-profile .p-author-profile__sort-select,
  .p-author-profile .p-personal-credit-application .p-author-profile__sort-select,
  .p-personal-credit-application .c-search__form-select,
  .p-personal-credit-application .c-options__select,
  .p-personal-credit-application .c-derivatives-filters__select,
  .p-personal-credit-application .g-deal-options__select,
  .p-personal-credit-application .g-deal-features__select,
  .p-personal-credit-application .g-review-articles__main .g-review-articles__select,
  .g-review-articles__main .p-personal-credit-application .g-review-articles__select,
  .p-business-credit-application .b-form-select,
  .p-business-credit-application .p-author-profile .p-author-profile__sort-select,
  .p-author-profile .p-business-credit-application .p-author-profile__sort-select,
  .p-business-credit-application .c-search__form-select,
  .p-business-credit-application .c-options__select,
  .p-business-credit-application .c-derivatives-filters__select,
  .p-business-credit-application .g-deal-options__select,
  .p-business-credit-application .g-deal-features__select,
  .p-business-credit-application .g-review-articles__main .g-review-articles__select,
  .g-review-articles__main .p-business-credit-application .g-review-articles__select {
    font-size: 1rem; } }
@media (min-width: 768px) {
  /* line 38511, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-order-online .b-form-select, .p-order-online .p-author-profile .p-author-profile__sort-select, .p-author-profile .p-order-online .p-author-profile__sort-select, .p-order-online .c-search__form-select, .p-order-online .c-options__select, .p-order-online .c-derivatives-filters__select, .p-order-online .g-deal-options__select, .p-order-online .g-deal-features__select, .p-order-online .g-review-articles__main .g-review-articles__select, .g-review-articles__main .p-order-online .g-review-articles__select,
  .p-personal-credit-application .b-form-select,
  .p-personal-credit-application .p-author-profile .p-author-profile__sort-select,
  .p-author-profile .p-personal-credit-application .p-author-profile__sort-select,
  .p-personal-credit-application .c-search__form-select,
  .p-personal-credit-application .c-options__select,
  .p-personal-credit-application .c-derivatives-filters__select,
  .p-personal-credit-application .g-deal-options__select,
  .p-personal-credit-application .g-deal-features__select,
  .p-personal-credit-application .g-review-articles__main .g-review-articles__select,
  .g-review-articles__main .p-personal-credit-application .g-review-articles__select,
  .p-business-credit-application .b-form-select,
  .p-business-credit-application .p-author-profile .p-author-profile__sort-select,
  .p-author-profile .p-business-credit-application .p-author-profile__sort-select,
  .p-business-credit-application .c-search__form-select,
  .p-business-credit-application .c-options__select,
  .p-business-credit-application .c-derivatives-filters__select,
  .p-business-credit-application .g-deal-options__select,
  .p-business-credit-application .g-deal-features__select,
  .p-business-credit-application .g-review-articles__main .g-review-articles__select,
  .g-review-articles__main .p-business-credit-application .g-review-articles__select {
    font-size: 1.125rem; } }
@media (min-width: 768px) {
  /* line 38536, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-order-online .b-form-select, .p-order-online .p-author-profile .p-author-profile__sort-select, .p-author-profile .p-order-online .p-author-profile__sort-select, .p-order-online .c-search__form-select, .p-order-online .c-options__select, .p-order-online .c-derivatives-filters__select, .p-order-online .g-deal-options__select, .p-order-online .g-deal-features__select, .p-order-online .g-review-articles__main .g-review-articles__select, .g-review-articles__main .p-order-online .g-review-articles__select,
  .p-personal-credit-application .b-form-select,
  .p-personal-credit-application .p-author-profile .p-author-profile__sort-select,
  .p-author-profile .p-personal-credit-application .p-author-profile__sort-select,
  .p-personal-credit-application .c-search__form-select,
  .p-personal-credit-application .c-options__select,
  .p-personal-credit-application .c-derivatives-filters__select,
  .p-personal-credit-application .g-deal-options__select,
  .p-personal-credit-application .g-deal-features__select,
  .p-personal-credit-application .g-review-articles__main .g-review-articles__select,
  .g-review-articles__main .p-personal-credit-application .g-review-articles__select,
  .p-business-credit-application .b-form-select,
  .p-business-credit-application .p-author-profile .p-author-profile__sort-select,
  .p-author-profile .p-business-credit-application .p-author-profile__sort-select,
  .p-business-credit-application .c-search__form-select,
  .p-business-credit-application .c-options__select,
  .p-business-credit-application .c-derivatives-filters__select,
  .p-business-credit-application .g-deal-options__select,
  .p-business-credit-application .g-deal-features__select,
  .p-business-credit-application .g-review-articles__main .g-review-articles__select,
  .g-review-articles__main .p-business-credit-application .g-review-articles__select {
    height: 56px; } }
/* line 38560, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-order-online .b-form-select:hover, .p-order-online .p-author-profile .p-author-profile__sort-select:hover, .p-author-profile .p-order-online .p-author-profile__sort-select:hover, .p-order-online .c-search__form-select:hover, .p-order-online .c-options__select:hover, .p-order-online .c-derivatives-filters__select:hover, .p-order-online .g-deal-options__select:hover, .p-order-online .g-deal-features__select:hover, .p-order-online .g-review-articles__main .g-review-articles__select:hover, .g-review-articles__main .p-order-online .g-review-articles__select:hover,
.p-personal-credit-application .b-form-select:hover,
.p-personal-credit-application .p-author-profile .p-author-profile__sort-select:hover,
.p-author-profile .p-personal-credit-application .p-author-profile__sort-select:hover,
.p-personal-credit-application .c-search__form-select:hover,
.p-personal-credit-application .c-options__select:hover,
.p-personal-credit-application .c-derivatives-filters__select:hover,
.p-personal-credit-application .g-deal-options__select:hover,
.p-personal-credit-application .g-deal-features__select:hover,
.p-personal-credit-application .g-review-articles__main .g-review-articles__select:hover,
.g-review-articles__main .p-personal-credit-application .g-review-articles__select:hover,
.p-business-credit-application .b-form-select:hover,
.p-business-credit-application .p-author-profile .p-author-profile__sort-select:hover,
.p-author-profile .p-business-credit-application .p-author-profile__sort-select:hover,
.p-business-credit-application .c-search__form-select:hover,
.p-business-credit-application .c-options__select:hover,
.p-business-credit-application .c-derivatives-filters__select:hover,
.p-business-credit-application .g-deal-options__select:hover,
.p-business-credit-application .g-deal-features__select:hover,
.p-business-credit-application .g-review-articles__main .g-review-articles__select:hover,
.g-review-articles__main .p-business-credit-application .g-review-articles__select:hover {
  background-color: rgba(0, 43, 73, 0.03); }

/* line 38583, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-order-online .b-form-select[aria-disabled=true], .p-order-online .p-author-profile [aria-disabled=true].p-author-profile__sort-select, .p-author-profile .p-order-online [aria-disabled=true].p-author-profile__sort-select, .p-order-online [aria-disabled=true].c-search__form-select, .p-order-online [aria-disabled=true].c-options__select, .p-order-online [aria-disabled=true].c-derivatives-filters__select, .p-order-online [aria-disabled=true].g-deal-options__select, .p-order-online [aria-disabled=true].g-deal-features__select, .p-order-online .g-review-articles__main [aria-disabled=true].g-review-articles__select, .g-review-articles__main .p-order-online [aria-disabled=true].g-review-articles__select,
.p-personal-credit-application .b-form-select[aria-disabled=true],
.p-personal-credit-application .p-author-profile [aria-disabled=true].p-author-profile__sort-select,
.p-author-profile .p-personal-credit-application [aria-disabled=true].p-author-profile__sort-select,
.p-personal-credit-application [aria-disabled=true].c-search__form-select,
.p-personal-credit-application [aria-disabled=true].c-options__select,
.p-personal-credit-application [aria-disabled=true].c-derivatives-filters__select,
.p-personal-credit-application [aria-disabled=true].g-deal-options__select,
.p-personal-credit-application [aria-disabled=true].g-deal-features__select,
.p-personal-credit-application .g-review-articles__main [aria-disabled=true].g-review-articles__select,
.g-review-articles__main .p-personal-credit-application [aria-disabled=true].g-review-articles__select,
.p-business-credit-application .b-form-select[aria-disabled=true],
.p-business-credit-application .p-author-profile [aria-disabled=true].p-author-profile__sort-select,
.p-author-profile .p-business-credit-application [aria-disabled=true].p-author-profile__sort-select,
.p-business-credit-application [aria-disabled=true].c-search__form-select,
.p-business-credit-application [aria-disabled=true].c-options__select,
.p-business-credit-application [aria-disabled=true].c-derivatives-filters__select,
.p-business-credit-application [aria-disabled=true].g-deal-options__select,
.p-business-credit-application [aria-disabled=true].g-deal-features__select,
.p-business-credit-application .g-review-articles__main [aria-disabled=true].g-review-articles__select,
.g-review-articles__main .p-business-credit-application [aria-disabled=true].g-review-articles__select {
  opacity: 0.7;
  cursor: not-allowed; }

/* line 38607, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-order-online .b-form-select--dark,
.p-personal-credit-application .b-form-select--dark,
.p-business-credit-application .b-form-select--dark {
  background-image: url(/assets/chevron-down-1fea1badb188e6ab723b99de5dda0a4ff6f7a84ee3efb7683cb642c977bd2c92.svg); }

/* line 38612, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-order-online .b-form-select--dark-alternative, .p-order-online .g-review-articles__main .g-review-articles__select, .g-review-articles__main .p-order-online .g-review-articles__select,
.p-personal-credit-application .b-form-select--dark-alternative,
.p-personal-credit-application .g-review-articles__main .g-review-articles__select,
.g-review-articles__main .p-personal-credit-application .g-review-articles__select,
.p-business-credit-application .b-form-select--dark-alternative,
.p-business-credit-application .g-review-articles__main .g-review-articles__select,
.g-review-articles__main .p-business-credit-application .g-review-articles__select {
  background-image: url(/assets/chevron-down-1fea1badb188e6ab723b99de5dda0a4ff6f7a84ee3efb7683cb642c977bd2c92.svg); }

/* line 38621, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-order-online .custom-checkbox-lg,
.p-personal-credit-application .custom-checkbox-lg,
.p-business-credit-application .custom-checkbox-lg {
  border-radius: 7px;
  padding: 1rem;
  font-weight: 400;
  font-size: 0.8888888889rem; }

@media (min-width: 576px) {
  /* line 38630, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-order-online .custom-checkbox-lg,
  .p-personal-credit-application .custom-checkbox-lg,
  .p-business-credit-application .custom-checkbox-lg {
    font-size: 0.8888888889rem; } }
@media (min-width: 768px) {
  /* line 38637, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-order-online .custom-checkbox-lg,
  .p-personal-credit-application .custom-checkbox-lg,
  .p-business-credit-application .custom-checkbox-lg {
    font-size: 1rem; } }
/* line 38643, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-order-online .custom-checkbox-lg--bg,
.p-personal-credit-application .custom-checkbox-lg--bg,
.p-business-credit-application .custom-checkbox-lg--bg {
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 5px; }

/* line 38649, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-order-online .custom-checkbox-lg .custom-control-input:checked ~ .custom-control-label:after, .p-order-online .custom-checkbox-lg .c-list-table__input:checked ~ .custom-control-label:after, .p-order-online .custom-checkbox-lg .custom-control-input:checked ~ .c-list-table__label:after, .p-order-online .custom-checkbox-lg .c-list-table__input:checked ~ .c-list-table__label:after,
.p-personal-credit-application .custom-checkbox-lg .custom-control-input:checked ~ .custom-control-label:after,
.p-personal-credit-application .custom-checkbox-lg .c-list-table__input:checked ~ .custom-control-label:after,
.p-personal-credit-application .custom-checkbox-lg .custom-control-input:checked ~ .c-list-table__label:after,
.p-personal-credit-application .custom-checkbox-lg .c-list-table__input:checked ~ .c-list-table__label:after,
.p-business-credit-application .custom-checkbox-lg .custom-control-input:checked ~ .custom-control-label:after,
.p-business-credit-application .custom-checkbox-lg .c-list-table__input:checked ~ .custom-control-label:after,
.p-business-credit-application .custom-checkbox-lg .custom-control-input:checked ~ .c-list-table__label:after,
.p-business-credit-application .custom-checkbox-lg .c-list-table__input:checked ~ .c-list-table__label:after {
  top: -0.1rem;
  left: -2.8rem; }

/* line 38661, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-order-online .custom-checkbox-lg .custom-control-label:before, .p-order-online .custom-checkbox-lg .c-list-table__label:before,
.p-personal-credit-application .custom-checkbox-lg .custom-control-label:before,
.p-personal-credit-application .custom-checkbox-lg .c-list-table__label:before,
.p-business-credit-application .custom-checkbox-lg .custom-control-label:before,
.p-business-credit-application .custom-checkbox-lg .c-list-table__label:before {
  left: -2.8rem; }

/* line 38669, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-total-care-offers .g-hero--offers {
  background-image: url(/assets/hero-totalcare-offers-sm-a917f3fb13e7a308ff6d59ab6718b744e52e4b08a301eef85f349baef7201224.jpg); }

@media (min-width: 768px) {
  /* line 38673, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-total-care-offers .g-hero--offers {
    background-image: url(/assets/hero-totalcare-offers-ad83e7ea020a8c9533c147885b8a51a1751df5e0844fd26e7a5335d1944d9fad.jpg); } }
/* line 38677, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-total-care-offers .c-trust-cue__item {
  background-image: url(/assets/cta_totalcare_competitiverates-47664fb9d931022fff7e6a93401e8b0babaa4a019ef54a84939e4af6f910c449.png); }

/* line 38680, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-total-care-offers .c-trust-cue__item--vehicles {
  background-image: url(/assets/cta_totalcare_pricematch-9f9225498106d92bc0ef74e68d21b1f194c2392638e9a2296d348a1ea01d42cd.png); }

/* line 38683, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-total-care-offers .c-trust-cue__item--experts {
  background-image: url(/assets/cta_totalcare_expertconsult-9377c3da1b1dc94574e59808a1f4af0f6e9b1e08d7d1ff042460bb82467782ea.png); }

/* line 38686, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-total-care-offers .c-trust-cue__item--competitive {
  background-image: url(/assets/cta_totalcare_brandnew-b59e9fc3e58168b7516e2a06e4dc31c4c4cb39d42942a98cfe000847a15b331d.png); }

/* line 38689, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-total-care-offers .b-info, .p-total-care-offers .c-message__info, .p-total-care-offers .c-list-table__info, .p-total-care-offers .g-deal-options__info {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618228158/icons/info-teal_gmue6u.svg"); }

/* line 38692, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-total-care-offers .c-filter-triggers__trigger:before {
  color: #40c1ac; }

/* line 38695, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-total-care-offers .c-filter-triggers__trigger:hover, .p-total-care-offers .c-filter-triggers__trigger:active, .p-total-care-offers .c-filter-triggers__trigger:focus {
  color: #ffffff;
  background: #44c2a0;
  box-shadow: inset 0 -3px 0px 0px #386256;
  border: 1px solid #40c1ac; }

/* line 38701, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-total-care-offers .c-filter-triggers__trigger:hover:before, .p-total-care-offers .c-filter-triggers__trigger:active:before, .p-total-care-offers .c-filter-triggers__trigger:focus:before {
  color: #ffffff; }

/* line 38704, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-total-care-offers .c-soundbite__details {
  font-size: 1.125rem;
  margin-bottom: 0; }

@media (min-width: 992px) {
  /* line 38709, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-total-care-offers .c-soundbite__details {
    font-size: 1.265625rem;
    padding: 2.2806973457rem; } }
/* line 38714, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-grosvenor .g-hero--offers {
  background-image: url(/assets/grosvenorhero-467cc02f8db481ecb9fefa310d8ae812122c812980df8c9b0e18889e6b223ba0.jpg); }

@media (min-width: 768px) {
  /* line 38718, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-grosvenor .g-hero--offers {
    background-image: url(/assets/grosvenorhero-467cc02f8db481ecb9fefa310d8ae812122c812980df8c9b0e18889e6b223ba0.jpg); } }
/* line 38722, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-grosvenor .c-soundbite {
  background-color: #1ea49c;
  color: #ffffff; }

/* line 38726, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-grosvenor .g-signposts--panels {
  background-color: #1ea49c; }

/* line 38729, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-grosvenor .g-signposts--panels .c-signpost__content {
  border-top: none; }

/* line 38732, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-grosvenor .g-car-cards__heading,
.p-grosvenor .c-card-car__subtitle--primary,
.p-grosvenor .c-card-car__text-price {
  color: #1ea49c; }

/* line 38737, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-grosvenor .g-car-cards__heading a,
.p-grosvenor .c-card-car__subtitle--primary a,
.p-grosvenor .c-card-car__text-price a {
  color: #1ea49c; }

/* line 38742, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-grosvenor .c-card-car__feature:before {
  color: #1ea49c; }

/* line 38745, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-grosvenor .g-content--bg-image {
  background-image: url(/assets/grosvenrofaqbg-2f91275a092e702da00dbde2b0b19444f2bb41600712572b8fa39d32ef130e18.jpg); }

@media (min-width: 768px) and (max-width: 1199.98px) {
  /* line 38749, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-grosvenor .c-footer-address-group {
    margin-left: 0; } }
/* line 38753, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-grosvenor .c-footer-address-group .c-address {
  padding: 0; }

/* line 38756, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-grosvenor .g-content--text-pros .g-content__heading, .p-grosvenor .g-content--text-pros .c-ev-fuel-tax-calculator__intro__header {
  color: #1ea49c; }

/* line 38759, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-grosvenor .g-content--text-pros .c-list-ticks-featured__item:before, .p-grosvenor .g-content--text-pros .c-list-crosses-featured__item:before, .p-grosvenor .g-content--text-pros .c-list-ticks-crosses-featured__item:before {
  color: #1ea49c; }

/* line 38763, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-total-care-main .g-car-cards__actions {
  margin-bottom: 0; }

/* line 38766, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-total-care-main .g-car-cards__actions .g-car-cards__cta {
  background-color: #40c1ac; }

/* line 38769, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-total-care-main .c-trust-cue__item {
  background-image: url(/assets/cta_totalcare_competitiverates-47664fb9d931022fff7e6a93401e8b0babaa4a019ef54a84939e4af6f910c449.png); }

/* line 38772, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-total-care-main .c-trust-cue__item--vehicles {
  background-image: url(/assets/cta_totalcare_pricematch-9f9225498106d92bc0ef74e68d21b1f194c2392638e9a2296d348a1ea01d42cd.png); }

/* line 38775, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-total-care-main .c-trust-cue__item--experts {
  background-image: url(/assets/cta_totalcare_expertconsult-9377c3da1b1dc94574e59808a1f4af0f6e9b1e08d7d1ff042460bb82467782ea.png); }

/* line 38778, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-total-care-main .c-trust-cue__item--competitive {
  background-image: url(/assets/cta_totalcare_brandnew-b59e9fc3e58168b7516e2a06e4dc31c4c4cb39d42942a98cfe000847a15b331d.png); }

/* line 38781, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-total-care-main .c-trust-cue__item--insurance {
  display: flex;
  align-items: center;
  gap: 20px;
  background: none; }

/* line 38787, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-total-care-main .c-trust-cue__item--insurance .c-trust-cue__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #52A388;
  width: 40px;
  height: 40px;
  border-radius: 50%; }

/* line 38797, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-total-care-main .g-hero--offers {
  background-image: url(/images/hero-totalcare-sm.jpg); }

@media (min-width: 768px) {
  /* line 38801, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-total-care-main .g-hero--offers {
    background-image: url(/images/hero-totalcare.jpg); } }
/* line 38805, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-total-care-main .c-button {
  text-align: center;
  padding: 3.6532361537rem; }

/* line 38810, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-grosvenor--partner .c-soundbite {
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

@media (min-width: 768px) {
  /* line 38819, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-grosvenor--partner .c-soundbite {
    flex-direction: row; } }
/* line 38823, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-grosvenor--partner .c-soundbite__details {
  font-size: 1.423828125rem;
  padding: 1.423828125rem 0;
  margin-bottom: 0;
  flex-grow: 1; }

@media (min-width: 768px) {
  /* line 38830, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-grosvenor--partner .c-soundbite__details {
    padding: 1.423828125rem;
    margin-left: 100px; } }
/* line 38835, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-grosvenor--partner .c-soundbite__logo {
  width: 100px;
  height: auto;
  padding-bottom: 1.423828125rem; }

@media (min-width: 768px) {
  /* line 38841, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-grosvenor--partner .c-soundbite__logo {
    padding-bottom: 0; } }
/* line 38845, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-grosvenor--partner .g-content--text-pros .g-content__heading, .p-grosvenor--partner .g-content--text-pros .c-ev-fuel-tax-calculator__intro__header {
  color: #1ea49c; }

/* line 38848, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-grosvenor--partner .g-content--text-pros .c-list-ticks-featured__item:before, .p-grosvenor--partner .g-content--text-pros .c-list-crosses-featured__item:before, .p-grosvenor--partner .g-content--text-pros .c-list-ticks-crosses-featured__item:before {
  color: #1ea49c; }

/* line 38852, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-motorway .g-signposts {
  padding-top: 15px;
  padding-bottom: 15px; }

@media (min-width: 768px) {
  /* line 38857, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-motorway .g-signposts {
    padding-top: 1.6018066406rem;
    padding-bottom: 1.6018066406rem; } }
/* line 38862, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-motorway .g-signposts--panels .c-signpost__content {
  border: none;
  min-height: auto;
  height: 100%;
  padding: 0.8888888889rem 1.125rem; }

/* line 38868, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-motorway .g-signposts--panels .c-signpost__description {
  margin: 0; }

/* line 38871, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-motorway .c-signpost {
  border: none;
  margin-bottom: 1.265625rem;
  padding-left: 0;
  padding-right: 0; }

/* line 38877, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-motorway .c-signpost:last-child {
  margin-bottom: 0; }

@media (min-width: 768px) {
  /* line 38881, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-motorway .c-signpost {
    border-right: none;
    padding-left: 0.624295077rem;
    padding-right: 0.624295077rem; }

  /* line 38886, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-motorway .c-signpost:nth-child(3) {
    margin-bottom: 0; } }
@media (min-width: 992px) {
  /* line 38891, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-motorway .c-signpost {
    margin-bottom: 0; } }
@media (min-width: 1200px) {
  /* line 38896, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-motorway .c-signpost {
    padding-left: 1.6018066406rem;
    padding-right: 1.6018066406rem; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 38902, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-motorway .c-signpost--4 {
    padding: 0 0.7901234568rem; }

  /* line 38905, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-motorway .c-signpost--4:nth-child(odd) {
    padding-left: 0; }

  /* line 38908, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-motorway .c-signpost--4:nth-child(even) {
    padding-right: 0; } }
@media (min-width: 992px) {
  /* line 38913, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-motorway .c-signpost--4 {
    padding: 0 0.7901234568rem; }

  /* line 38916, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-motorway .c-signpost--4:first-child {
    padding-left: 0; }

  /* line 38919, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-motorway .c-signpost--4:last-child {
    padding-right: 0; } }
/* line 38923, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-motorway .c-signpost__content {
  border: none; }

@media (min-width: 768px) {
  /* line 38927, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-motorway .c-signpost__content {
    min-height: auto;
    height: 100%; } }
@media (min-width: 768px) {
  /* line 38933, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-motorway .c-signpost__title {
    font-size: 1.125rem; } }
/* line 38937, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-motorway .c-signpost__description {
  margin-bottom: 0;
  font-size: 0.8888888889rem; }

/* line 38942, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-partnership .g-main {
  padding-bottom: 0; }

/* line 38945, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-partnership .g-signposts--panels {
  padding-top: 15px;
  padding-bottom: 15px; }

@media (min-width: 768px) {
  /* line 38950, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-partnership .g-signposts--panels {
    padding-top: 1.6018066406rem;
    padding-bottom: 1.6018066406rem; } }
/* line 38955, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-partnership .g-signposts--panels .c-signpost {
  border: none;
  margin-bottom: 1.265625rem;
  padding-left: 0;
  padding-right: 0; }

/* line 38961, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-partnership .g-signposts--panels .c-signpost:last-child {
  margin-bottom: 0; }

@media (min-width: 768px) {
  /* line 38965, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-partnership .g-signposts--panels .c-signpost {
    border-right: none;
    padding-left: 0.624295077rem;
    padding-right: 0.624295077rem; }

  /* line 38970, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-partnership .g-signposts--panels .c-signpost:nth-child(3) {
    margin-bottom: 0; } }
@media (min-width: 992px) {
  /* line 38975, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-partnership .g-signposts--panels .c-signpost {
    margin-bottom: 0; } }
@media (min-width: 1200px) {
  /* line 38980, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-partnership .g-signposts--panels .c-signpost {
    padding-left: 1.6018066406rem;
    padding-right: 1.6018066406rem; } }
/* line 38985, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-partnership .g-signposts--panels .c-signpost__content {
  border: none;
  min-height: auto;
  height: 100%;
  padding: 0.8888888889rem 1.125rem; }

@media (min-width: 768px) {
  /* line 38992, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-partnership .g-signposts--panels .c-signpost__content {
    min-height: auto;
    height: 100%; } }
/* line 38997, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-partnership .g-signposts--panels .c-signpost__description {
  margin: 0;
  font-size: 0.8888888889rem; }

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 39002, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-partnership .g-signposts--panels .c-signpost--4 {
    padding: 0 0.7901234568rem; }

  /* line 39005, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-partnership .g-signposts--panels .c-signpost--4:nth-child(odd) {
    padding-left: 0; }

  /* line 39008, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-partnership .g-signposts--panels .c-signpost--4:nth-child(even) {
    padding-right: 0; } }
@media (min-width: 992px) {
  /* line 39013, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-partnership .g-signposts--panels .c-signpost--4 {
    padding: 0 0.7901234568rem; }

  /* line 39016, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-partnership .g-signposts--panels .c-signpost--4:first-child {
    padding-left: 0; }

  /* line 39019, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-partnership .g-signposts--panels .c-signpost--4:last-child {
    padding-right: 0; } }
@media (min-width: 768px) {
  /* line 39024, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-partnership .g-signposts--panels .c-signpost__title {
    font-size: 1.125rem; } }
/* line 39028, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-partnership .g-signposts--3 .c-signpost:nth-child(2) {
  background-image: url(/assets/greencars-6192b1635e8395aad4a1fd0b2b3c2778f0f73994124ff63c2dbbf940835f9fc9.jpg); }

/* line 39031, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-partnership .g-signposts--3 .c-signpost:nth-child(3) {
  background-image: url(/assets/vanleasing-bfc539cb028ac1924fdbcb12f569d85d2ae94fe8453668c9bda2f03d4bc7c356.jpg); }

/* line 39035, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-loyalty .g-hero {
  background-image: url(/assets/backgrounds/bg-loyalty-c23cde9b0ee093f6fe651711062c8fec54e112e6e7db0154820cc2317367a9ec.jpg); }

/* line 39038, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-loyalty .g-signposts--5 .c-signpost {
  border: none;
  margin-bottom: 1.265625rem; }

/* line 39042, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-loyalty .c-signpost__content {
  border: none;
  padding: 0.8888888889rem 1rem; }

@media (min-width: 768px) {
  /* line 39047, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-loyalty .c-signpost__content {
    min-height: auto;
    height: 100%; } }
@media (min-width: 768px) {
  /* line 39053, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-loyalty .c-signpost__title {
    font-size: 1.125rem; } }
/* line 39057, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-loyalty .c-signpost__description {
  margin-bottom: 0.5549289573rem; }

/* line 39060, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-loyalty .c-signpost__description,
.p-loyalty .c-signpost__link {
  font-size: 0.8888888889rem; }

/* line 39065, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-affinity .g-main {
  padding-bottom: 0; }

/* line 39068, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-affinity .g-signposts--panels {
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px; }

@media (min-width: 992px) {
  /* line 39074, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-affinity .g-signposts--panels {
    padding-left: 3.2473210255rem;
    padding-top: 1.6018066406rem;
    padding-bottom: 1.6018066406rem; } }
/* line 39080, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-affinity .g-signposts--panels .c-signpost {
  border: none;
  margin-bottom: 1.265625rem; }

/* line 39084, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-affinity .g-signposts--panels .c-signpost:last-child {
  margin-bottom: 0; }

/* line 39087, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-affinity .g-signposts--panels .c-signpost__content {
  border: none;
  min-height: auto;
  height: 100%;
  padding: 0.8888888889rem 1.125rem; }

@media (min-width: 768px) {
  /* line 39094, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-affinity .g-signposts--panels .c-signpost__content {
    min-height: auto;
    height: 100%; } }
/* line 39099, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-affinity .g-signposts--panels .c-signpost__description {
  margin: 0;
  font-size: 0.8888888889rem; }

@media (min-width: 768px) {
  /* line 39104, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-affinity .g-signposts--panels .c-signpost__title {
    font-size: 1.125rem; } }
/* line 39108, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-affinity .g-content__primary--img-bleed,
.p-affinity .g-content__secondary--img-bleed {
  min-height: 350px; }

/* line 39112, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-affinity .g-content__secondary, .p-affinity .g-cta {
  padding-left: 30px !important;
  padding-right: 30px !important; }

/* line 39116, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-affinity .g-cta__lead {
  padding: 0;
  display: block;
  font-weight: 700;
  padding: 1rem 0;
  font-size: 1rem; }

@media (min-width: 768px) {
  /* line 39124, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-affinity .g-cta__lead {
    font-size: 1.125rem; } }
/* line 39129, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-all-car-manufacturers .c-breadcrumb {
  background-color: #ffffff; }

/* line 39132, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-all-car-manufacturers .g-badges {
  padding-bottom: 3.2473210255rem; }

/* line 39136, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-enquiry .g-main,
.p-thank-you-van-enquiry .g-main {
  padding-bottom: 3.2473210255rem;
  background-image: url(/assets/photos/c29cc8228d8122ad7e3c28764a057af6g-57c2057ab837f7feab24ff61f5633aaf5b2289bec318fc52307583fed446dfee.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

/* line 39144, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-enquiry .g-hero,
.p-thank-you-van-enquiry .g-hero {
  background-image: none; }

/* line 39148, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-enquiry .g-signposts,
.p-thank-you-van-enquiry .g-signposts {
  margin-bottom: 3.2473210255rem; }

/* line 39152, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-enquiry .g-signposts .row, .p-thank-you-enquiry .g-signposts .c-secondary-cta #c-search__model-results-hero, .c-secondary-cta .p-thank-you-enquiry .g-signposts #c-search__model-results-hero,
.p-thank-you-enquiry .g-signposts .c-secondary-cta #c-search__model-results,
.c-secondary-cta .p-thank-you-enquiry .g-signposts #c-search__model-results, .p-thank-you-enquiry .g-signposts .c-card__sections, .p-thank-you-enquiry .g-signposts .c-filters__triggers-content, .p-thank-you-enquiry .g-signposts .c-modal-enquire__header, .p-thank-you-enquiry .g-signposts .c-tabs__content-wrap, .p-thank-you-enquiry .g-signposts .c-list-ticks, .p-thank-you-enquiry .g-signposts .c-ev-fuel-tax-calculator, .p-thank-you-enquiry .g-signposts .g-order__row, .p-thank-you-enquiry .g-signposts .g-guide-index-list .c-list-index, .g-guide-index-list .p-thank-you-enquiry .g-signposts .c-list-index,
.p-thank-you-van-enquiry .g-signposts .row,
.p-thank-you-van-enquiry .g-signposts .c-secondary-cta #c-search__model-results-hero,
.c-secondary-cta .p-thank-you-van-enquiry .g-signposts #c-search__model-results-hero,
.p-thank-you-van-enquiry .g-signposts .c-secondary-cta #c-search__model-results,
.c-secondary-cta .p-thank-you-van-enquiry .g-signposts #c-search__model-results,
.p-thank-you-van-enquiry .g-signposts .c-card__sections,
.p-thank-you-van-enquiry .g-signposts .c-filters__triggers-content,
.p-thank-you-van-enquiry .g-signposts .c-modal-enquire__header,
.p-thank-you-van-enquiry .g-signposts .c-tabs__content-wrap,
.p-thank-you-van-enquiry .g-signposts .c-list-ticks,
.p-thank-you-van-enquiry .g-signposts .c-ev-fuel-tax-calculator,
.p-thank-you-van-enquiry .g-signposts .g-order__row,
.p-thank-you-van-enquiry .g-signposts .g-guide-index-list .c-list-index,
.g-guide-index-list .p-thank-you-van-enquiry .g-signposts .c-list-index {
  margin-right: -15px;
  margin-left: -15px; }

/* line 39172, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-enquiry .c-signpost__title,
.p-thank-you-van-enquiry .c-signpost__title {
  font-weight: 600; }

/* line 39176, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-enquiry .c-signpost--1,
.p-thank-you-van-enquiry .c-signpost--1 {
  background-image: none; }

/* line 39180, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-enquiry .c-signpost--2,
.p-thank-you-van-enquiry .c-signpost--2 {
  background-image: none; }

/* line 39184, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-enquiry .c-signpost__content,
.p-thank-you-van-enquiry .c-signpost__content {
  min-height: auto;
  padding-left: 0; }

/* line 39189, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-enquiry .g-sign-up-bar,
.p-thank-you-van-enquiry .g-sign-up-bar {
  display: none; }

/* line 39194, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-van-enquiry .g-main {
  background-image: url(/assets/thankyouvanbg-6add40b69d8969613530fa7931727de2110fb0344451b181ff45ce8157457b3b.jpg); }

/* line 39198, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-order .g-main,
.p-thank-you-application .g-main {
  padding-bottom: 3.2473210255rem;
  background-image: url(/assets/photos/613a4f9a92e66d5f474fc29579119754g-20cd5f861b2e3bbfb6be66227d00b52fe3ce826bf19c054d87f3d4734a5926ee.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

/* line 39206, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-order .g-hero,
.p-thank-you-application .g-hero {
  background-image: none; }

/* line 39210, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-order .c-intro,
.p-thank-you-application .c-intro {
  margin-bottom: 1rem; }

/* line 39214, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-order .g-signposts,
.p-thank-you-application .g-signposts {
  margin-bottom: 3.2473210255rem; }

/* line 39218, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-order .g-signposts .row, .p-thank-you-order .g-signposts .c-secondary-cta #c-search__model-results-hero, .c-secondary-cta .p-thank-you-order .g-signposts #c-search__model-results-hero,
.p-thank-you-order .g-signposts .c-secondary-cta #c-search__model-results,
.c-secondary-cta .p-thank-you-order .g-signposts #c-search__model-results, .p-thank-you-order .g-signposts .c-card__sections, .p-thank-you-order .g-signposts .c-filters__triggers-content, .p-thank-you-order .g-signposts .c-modal-enquire__header, .p-thank-you-order .g-signposts .c-tabs__content-wrap, .p-thank-you-order .g-signposts .c-list-ticks, .p-thank-you-order .g-signposts .c-ev-fuel-tax-calculator, .p-thank-you-order .g-signposts .g-order__row, .p-thank-you-order .g-signposts .g-guide-index-list .c-list-index, .g-guide-index-list .p-thank-you-order .g-signposts .c-list-index,
.p-thank-you-application .g-signposts .row,
.p-thank-you-application .g-signposts .c-secondary-cta #c-search__model-results-hero,
.c-secondary-cta .p-thank-you-application .g-signposts #c-search__model-results-hero,
.p-thank-you-application .g-signposts .c-secondary-cta #c-search__model-results,
.c-secondary-cta .p-thank-you-application .g-signposts #c-search__model-results,
.p-thank-you-application .g-signposts .c-card__sections,
.p-thank-you-application .g-signposts .c-filters__triggers-content,
.p-thank-you-application .g-signposts .c-modal-enquire__header,
.p-thank-you-application .g-signposts .c-tabs__content-wrap,
.p-thank-you-application .g-signposts .c-list-ticks,
.p-thank-you-application .g-signposts .c-ev-fuel-tax-calculator,
.p-thank-you-application .g-signposts .g-order__row,
.p-thank-you-application .g-signposts .g-guide-index-list .c-list-index,
.g-guide-index-list .p-thank-you-application .g-signposts .c-list-index {
  margin-right: -15px;
  margin-left: -15px; }

/* line 39238, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-order .c-signpost__title,
.p-thank-you-application .c-signpost__title {
  font-weight: 600; }

/* line 39242, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-order .c-signpost--1,
.p-thank-you-application .c-signpost--1 {
  background-image: none; }

/* line 39246, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-order .c-signpost--2,
.p-thank-you-application .c-signpost--2 {
  background-image: none; }

/* line 39250, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-order .c-signpost__content,
.p-thank-you-application .c-signpost__content {
  min-height: auto;
  padding-left: 0; }

/* line 39255, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-order .g-sign-up-bar,
.p-thank-you-application .g-sign-up-bar {
  display: none; }

/* line 39260, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-quote-summary .g-hero {
  background-image: none;
  color: #002b49; }

/* line 39264, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-quote-summary .g-main {
  padding-bottom: 0; }

/* line 39267, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-quote-summary .b-info, .p-quote-summary .c-message__info, .p-quote-summary .c-list-table__info, .p-quote-summary .g-deal-options__info {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1627990726/icons/info-ev_dark_vdvb4z.svg"); }

@media print {
  /* line 39272, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-quote-summary .g-toolbar,
  .p-quote-summary .g-header,
  .p-quote-summary .g-footer,
  .p-quote-summary .g-quote__sidebar {
    display: none; }

  /* line 39278, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-quote-summary .g-hero--page {
    text-align: left; }

  /* line 39281, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-quote-summary .g-quote__main {
    flex: 0 0 100% 0;
    max-width: 100%; } }
/* line 39286, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-leasing-broker-federation .g-hero__actions {
  display: flex; }

/* line 39289, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-leasing-broker-federation .g-content__header {
  margin-top: 1.265625rem; }

/* line 39292, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-leasing-broker-federation .c-intro__image {
  width: 250px;
  margin-bottom: 1.423828125rem; }

@media (min-width: 992px) {
  /* line 39297, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-leasing-broker-federation .g-content__primary, .p-leasing-broker-federation .g-total-care-list-single__primary {
    padding-right: 2.0272865295rem; } }
/* line 39301, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-leasing-broker-federation .c-intro__heading {
  margin-bottom: 1.125rem; }

/* line 39304, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-leasing-broker-federation .c-list__heading {
  margin-bottom: 1.125rem; }

@media (min-width: 992px) {
  /* line 39308, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-leasing-broker-federation .c-list__heading {
    margin-bottom: 1.265625rem; } }
/* line 39312, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-leasing-broker-federation .g-content__contact {
  background-color: #1b1f21;
  color: #ffffff;
  margin-bottom: 0; }

/* line 39317, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-leasing-broker-federation .g-content__contact a {
  color: #ffffff; }

/* line 39320, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-leasing-broker-federation .g-contact__text {
  padding: 0 15px; }

/* line 39324, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-short-term-leasing-offers .g-hero--offers {
  background-image: url(/assets/hero-totalcare-offers-sm-a917f3fb13e7a308ff6d59ab6718b744e52e4b08a301eef85f349baef7201224.jpg); }

@media (min-width: 768px) {
  /* line 39328, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-short-term-leasing-offers .g-hero--offers {
    background-image: url(/assets/hero-totalcare-offers-ad83e7ea020a8c9533c147885b8a51a1751df5e0844fd26e7a5335d1944d9fad.jpg); } }
/* line 39332, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-short-term-leasing-offers .c-soundbite__details {
  font-size: 1.125rem;
  margin-bottom: 0; }

@media (min-width: 992px) {
  /* line 39337, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-short-term-leasing-offers .c-soundbite__details {
    font-size: 1.265625rem;
    padding: 2.2806973457rem; } }
/* line 39343, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-stock-cars .g-hero--offers {
  background-image: url(/images/backgrounds/stockbanner-mob.jpg); }

@media (min-width: 768px) {
  /* line 39347, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-stock-cars .g-hero--offers {
    background-image: url(/images/backgrounds/stockbanner.jpg); } }
/* line 39351, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-stock-cars .c-intro__alternative {
  display: none !important; }

/* line 39355, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-bodytypes .c-filter-triggers__primary,
.p-bodytypes .c-filter-triggers__secondary {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 768px) {
  /* line 39361, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-bodytypes .c-filter-triggers__primary,
  .p-bodytypes .c-filter-triggers__secondary {
    padding-left: 15px;
    padding-right: 15px; } }
/* line 39368, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-thank-you .g-main {
  padding-bottom: 3.2473210255rem;
  background-image: url(/images/backgrounds/bg-affinity.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

/* line 39375, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-thank-you .g-hero {
  background-image: none;
  color: #002b49; }

/* line 39379, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-thank-you .g-hero .c-intro {
  margin-bottom: 1rem; }

/* line 39382, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-thank-you .g-hero .c-intro__details {
  font-size: 1.125rem; }

/* line 39385, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-thank-you__background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/* line 39392, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-thank-you__background-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none; }

/* line 39399, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-thank-you .l-container, .c-thank-you .p-specialist-leasing .g-car-cards .l-container-mark, .c-thank-you .p-specialist-leasing .g-car-cards .p-business-leasing .g-features__wrap, .p-business-leasing .c-thank-you .p-specialist-leasing .g-car-cards .g-features__wrap, .p-specialist-leasing .g-car-cards .c-thank-you .l-container-mark, .p-specialist-leasing .g-car-cards .c-thank-you .p-business-leasing .g-features__wrap, .p-business-leasing .p-specialist-leasing .g-car-cards .c-thank-you .g-features__wrap, .c-thank-you .p-specialist-leasing .g-car-cards .c-trust-cues--perfect-car, .p-specialist-leasing .g-car-cards .c-thank-you .c-trust-cues--perfect-car, .c-thank-you .p-specialist-leasing .g-car-cards .g-badges--jumbo, .p-specialist-leasing .g-car-cards .c-thank-you .g-badges--jumbo, .c-thank-you .p-specialist-leasing .g-car-cards .g-trust-cue-main, .p-specialist-leasing .g-car-cards .c-thank-you .g-trust-cue-main, .c-thank-you .p-specialist-leasing .g-car-cards .g-quote__terms, .p-specialist-leasing .g-car-cards .c-thank-you .g-quote__terms, .c-thank-you .p-specialist-leasing .g-car-cards .g-content--full .g-content__wrap, .p-specialist-leasing .g-car-cards .g-content--full .c-thank-you .g-content__wrap, .c-thank-you .g-content--full .p-specialist-leasing .g-car-cards .g-content__wrap, .g-content--full .p-specialist-leasing .g-car-cards .c-thank-you .g-content__wrap, .c-thank-you .p-contact-us .g-content__wrap, .p-contact-us .c-thank-you .g-content__wrap, .c-thank-you .g-quote__details, .c-thank-you .p-motorway .g-signposts .row, .p-motorway .g-signposts .c-thank-you .row, .c-thank-you .p-motorway .g-signposts .c-secondary-cta #c-search__model-results-hero, .p-motorway .g-signposts .c-secondary-cta .c-thank-you #c-search__model-results-hero, .c-thank-you .c-secondary-cta .p-motorway .g-signposts #c-search__model-results-hero, .c-secondary-cta .p-motorway .g-signposts .c-thank-you #c-search__model-results-hero,
.c-thank-you .p-motorway .g-signposts .c-secondary-cta #c-search__model-results,
.p-motorway .g-signposts .c-secondary-cta .c-thank-you #c-search__model-results,
.c-thank-you .c-secondary-cta .p-motorway .g-signposts #c-search__model-results,
.c-secondary-cta .p-motorway .g-signposts .c-thank-you #c-search__model-results, .c-thank-you .p-motorway .g-signposts .c-card__sections, .p-motorway .g-signposts .c-thank-you .c-card__sections, .c-thank-you .p-motorway .g-signposts .c-filters__triggers-content, .p-motorway .g-signposts .c-thank-you .c-filters__triggers-content, .c-thank-you .p-motorway .g-signposts .c-modal-enquire__header, .p-motorway .g-signposts .c-thank-you .c-modal-enquire__header, .c-thank-you .p-motorway .g-signposts .c-tabs__content-wrap, .p-motorway .g-signposts .c-thank-you .c-tabs__content-wrap, .c-thank-you .p-motorway .g-signposts .c-list-ticks, .p-motorway .g-signposts .c-thank-you .c-list-ticks, .c-thank-you .p-motorway .g-signposts .c-ev-fuel-tax-calculator, .p-motorway .g-signposts .c-thank-you .c-ev-fuel-tax-calculator, .c-thank-you .p-motorway .g-signposts .g-order__row, .p-motorway .g-signposts .c-thank-you .g-order__row, .c-thank-you .p-motorway .g-signposts .g-guide-index-list .c-list-index, .p-motorway .g-signposts .g-guide-index-list .c-thank-you .c-list-index, .c-thank-you .g-guide-index-list .p-motorway .g-signposts .c-list-index, .g-guide-index-list .p-motorway .g-signposts .c-thank-you .c-list-index, .c-thank-you .p-partnership .g-signposts--panels .row, .p-partnership .g-signposts--panels .c-thank-you .row, .c-thank-you .p-partnership .g-signposts--panels .c-secondary-cta #c-search__model-results-hero, .p-partnership .g-signposts--panels .c-secondary-cta .c-thank-you #c-search__model-results-hero, .c-thank-you .c-secondary-cta .p-partnership .g-signposts--panels #c-search__model-results-hero, .c-secondary-cta .p-partnership .g-signposts--panels .c-thank-you #c-search__model-results-hero,
.c-thank-you .p-partnership .g-signposts--panels .c-secondary-cta #c-search__model-results,
.p-partnership .g-signposts--panels .c-secondary-cta .c-thank-you #c-search__model-results,
.c-thank-you .c-secondary-cta .p-partnership .g-signposts--panels #c-search__model-results,
.c-secondary-cta .p-partnership .g-signposts--panels .c-thank-you #c-search__model-results, .c-thank-you .p-partnership .g-signposts--panels .c-card__sections, .p-partnership .g-signposts--panels .c-thank-you .c-card__sections, .c-thank-you .p-partnership .g-signposts--panels .c-filters__triggers-content, .p-partnership .g-signposts--panels .c-thank-you .c-filters__triggers-content, .c-thank-you .p-partnership .g-signposts--panels .c-modal-enquire__header, .p-partnership .g-signposts--panels .c-thank-you .c-modal-enquire__header, .c-thank-you .p-partnership .g-signposts--panels .c-tabs__content-wrap, .p-partnership .g-signposts--panels .c-thank-you .c-tabs__content-wrap, .c-thank-you .p-partnership .g-signposts--panels .c-list-ticks, .p-partnership .g-signposts--panels .c-thank-you .c-list-ticks, .c-thank-you .p-partnership .g-signposts--panels .c-ev-fuel-tax-calculator, .p-partnership .g-signposts--panels .c-thank-you .c-ev-fuel-tax-calculator, .c-thank-you .p-partnership .g-signposts--panels .g-order__row, .p-partnership .g-signposts--panels .c-thank-you .g-order__row, .c-thank-you .p-partnership .g-signposts--panels .g-guide-index-list .c-list-index, .p-partnership .g-signposts--panels .g-guide-index-list .c-thank-you .c-list-index, .c-thank-you .g-guide-index-list .p-partnership .g-signposts--panels .c-list-index, .g-guide-index-list .p-partnership .g-signposts--panels .c-thank-you .c-list-index {
  position: relative; }

/* line 39410, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-thank-you .c-signpost:nth-child(3), .c-thank-you .c-signpost:last-child {
  margin-bottom: 1.265625rem; }

@media (min-width: 992px) {
  /* line 39414, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost:nth-child(3), .c-thank-you .c-signpost:last-child {
    margin-bottom: 0; } }
/* line 39418, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-thank-you .c-signpost__image {
  max-height: 200px;
  min-height: 200px;
  object-fit: cover; }

@media (min-width: 768px) {
  /* line 39424, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost__image {
    max-height: 150px;
    min-height: 150px; } }
@media (min-width: 992px) {
  /* line 39430, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost__image {
    height: 150px; } }
@media (min-width: 1200px) {
  /* line 39435, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost__image {
    min-height: 200px; } }
/* line 39439, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-thank-you .c-signpost__content {
  display: flex;
  flex-direction: column;
  padding: 1.125rem 1.265625rem;
  height: 100%; }

/* line 39445, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-thank-you .c-signpost__buttons {
  margin-top: auto; }

/* line 39448, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-thank-you .c-signpost--full-width {
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  gap: 20px;
  height: 133px;
  width: 100%; }

@media (max-width: 991.98px) {
  /* line 39459, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width {
    height: 194px; } }
@media (max-width: 767.98px) {
  /* line 39464, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width {
    flex-direction: column;
    height: auto;
    gap: 0px; }

  /* line 39469, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width__image-container {
    flex: none;
    width: 100%; }

  /* line 39473, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width .c-signpost__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1.125rem 1.265625rem;
    gap: 0; }

  /* line 39480, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width .c-signpost__header,
  .c-thank-you .c-signpost--full-width .c-signpost__description,
  .c-thank-you .c-signpost--full-width .c-signpost__buttons {
    grid-column: auto;
    grid-row: auto;
    align-self: auto; }

  /* line 39487, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width .c-signpost__description {
    display: block;
    font-size: 1.125rem; }

  /* line 39491, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width .c-signpost__buttons {
    margin-top: auto; } }
/* line 39495, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-thank-you .c-signpost--full-width__image-container {
  flex: 0 0 32%; }

@media (max-width: 991.98px) {
  /* line 39499, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width__image-container {
    flex: 0 0 55%; } }
/* line 39503, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-thank-you .c-signpost--full-width .c-signpost__image {
  width: 100%;
  height: 100%;
  min-height: 133px;
  object-fit: cover; }

@media (max-width: 1199.98px) {
  /* line 39510, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width .c-signpost__image {
    max-height: -webkit-fill-available; } }
@media (max-width: 991.98px) {
  /* line 39515, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width .c-signpost__image {
    max-height: fit-content; } }
@media (max-width: 425px) and (min-width: 375px) {
  /* line 39520, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width .c-signpost__image {
    height: 290px;
    min-height: 290px;
    max-height: 290px; } }
@media (max-width: 375px) {
  /* line 39527, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width .c-signpost__image {
    height: 200px;
    min-height: 200px;
    max-height: 200px; } }
/* line 39533, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-thank-you .c-signpost--full-width .c-signpost__content {
  display: grid;
  width: 100%;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto;
  gap: 0;
  justify-content: center;
  text-align: start;
  padding: 24px 24px 24px 0; }

@media (max-width: 991.98px) {
  /* line 39544, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width .c-signpost__content {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    width: 50%;
    gap: 5px; } }
@media (max-width: 767.98px) {
  /* line 39552, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width .c-signpost__content {
    width: 100%;
    padding: 24px; } }
@media (max-width: 575.98px) {
  /* line 39558, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width .c-signpost__content {
    width: 100%; } }
/* line 39562, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-thank-you .c-signpost--full-width .c-signpost__header {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-bottom: 0 !important;
  align-self: flex-end; }

@media (max-width: 991.98px) {
  /* line 39569, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width .c-signpost__header {
    align-self: start; } }
@media (max-width: 767.98px) {
  /* line 39574, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width .c-signpost__header {
    margin-bottom: 15px; } }
/* line 39578, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-thank-you .c-signpost--full-width .c-signpost__title {
  font-size: 25px;
  font-weight: 700; }

@media (max-width: 991.98px) {
  /* line 39583, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width .c-signpost__title {
    font-weight: 600;
    font-size: 1.265625rem; } }
@media (max-width: 767.98px) {
  /* line 39589, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width .c-signpost__title {
    text-align: center; } }
/* line 39593, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-thank-you .c-signpost--full-width .c-signpost__description {
  display: block;
  font-size: 20px;
  grid-column: 1/2;
  grid-row: 2/3;
  margin-bottom: 0;
  align-self: center; }

@media (max-width: 991.98px) {
  /* line 39602, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width .c-signpost__description {
    font-size: 1.125rem;
    align-self: start; } }
@media (max-width: 767.98px) {
  /* line 39608, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width .c-signpost__description {
    display: none; } }
/* line 39612, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-thank-you .c-signpost--full-width .c-signpost__buttons {
  grid-column: 2/3;
  grid-row: 2/3;
  margin-right: 7px;
  margin-top: 0;
  align-self: center;
  margin-bottom: 0 !important;
  text-align: right; }

/* line 39621, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-thank-you .c-signpost--full-width .c-signpost__buttons .c-signpost__button {
  margin: 0;
  width: 85.51%; }

@media screen and (min-width: 1139px) {
  /* line 39626, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width .c-signpost__buttons .c-signpost__button {
    width: 84.13%; } }
@media (max-width: 1199.98px) {
  /* line 39631, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width .c-signpost__buttons .c-signpost__button {
    width: 82.13%; } }
@media (max-width: 991.98px) {
  /* line 39636, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width .c-signpost__buttons {
    grid-column: 1/2;
    grid-row: 3/4;
    align-self: start;
    text-align: start; } }
@media (max-width: 575.98px) {
  /* line 39644, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-thank-you .c-signpost--full-width .c-signpost__buttons {
    text-align: center; } }
/* line 39649, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-contact-us .g-hero {
  background-image: url(/assets/about-headerbg-70df1eb12f84b893a6e2777dc74bd662684905f5f6e58ddc76f7cf4eb5ee7d67.jpg);
  margin-bottom: 2.2806973457rem; }

/* line 39653, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-contact-us .c-address__heading {
  color: #ac8c2e; }

/* line 39656, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-contact-us .g-sign-up-bar {
  display: none; }

@media (min-width: 768px) {
  /* line 39660, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-contact-us .g-content__wrap .g-content__primary, .p-contact-us .g-content__wrap .g-total-care-list-single__primary {
    max-width: 100%; } }
/* line 39665, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-us .c-card, .g-contact-us .g-deal-options__card, .g-contact-us .g-deal-features__card, .g-contact-us .g-deal-equipment .c-tabs__nav, .g-deal-equipment .g-contact-us .c-tabs__nav, .g-contact-us .g-deal-equipment .c-tabs__panel, .g-deal-equipment .g-contact-us .c-tabs__panel, .g-contact-us .g-deal-summary__card, .g-contact-us .g-deal-benefits__card, .g-contact-us .g-deal-signpost__card, .g-contact-us .g-deal-trustpilot__card, .g-contact-us .g-deal-enquire__card, .g-contact-us .g-deal-tax__card, .g-contact-us .g-deal-trigger__card, .g-contact-us .g-deal-ev-charger-banner, .g-contact-us .g-deal-promotion, .g-contact-us .g-quote__item--summary, .g-contact-us .g-quote__item--overview, .g-contact-us .g-quote__item--finance, .g-contact-us .g-quote__item--vehicle, .g-contact-us .g-quote__item--confirm, .g-contact-us .g-quote__item--alert, .g-contact-us .g-news-articles__main, .g-contact-us .g-news-sidebar__widget {
  height: 100%; }

/* line 39669, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-us__addresses {
  margin-bottom: 2.2806973457rem; }

/* line 39672, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-us__addresses .c-card, .g-contact-us__addresses .g-deal-options__card, .g-contact-us__addresses .g-deal-features__card, .g-contact-us__addresses .g-deal-equipment .c-tabs__nav, .g-deal-equipment .g-contact-us__addresses .c-tabs__nav, .g-contact-us__addresses .g-deal-equipment .c-tabs__panel, .g-deal-equipment .g-contact-us__addresses .c-tabs__panel, .g-contact-us__addresses .g-deal-summary__card, .g-contact-us__addresses .g-deal-benefits__card, .g-contact-us__addresses .g-deal-signpost__card, .g-contact-us__addresses .g-deal-trustpilot__card, .g-contact-us__addresses .g-deal-enquire__card, .g-contact-us__addresses .g-deal-tax__card, .g-contact-us__addresses .g-deal-trigger__card, .g-contact-us__addresses .g-deal-ev-charger-banner, .g-contact-us__addresses .g-deal-promotion, .g-contact-us__addresses .g-quote__item--summary, .g-contact-us__addresses .g-quote__item--overview, .g-contact-us__addresses .g-quote__item--finance, .g-contact-us__addresses .g-quote__item--vehicle, .g-contact-us__addresses .g-quote__item--confirm, .g-contact-us__addresses .g-quote__item--alert, .g-contact-us__addresses .g-news-articles__main, .g-contact-us__addresses .g-news-sidebar__widget {
  margin: 0; }

/* line 39675, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-us__addresses .c-address {
  padding: 1rem;
  margin: 0; }

/* line 39679, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-us__addresses .c-address-image {
  width: 50%;
  object-fit: cover; }

/* line 39683, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-us__addresses .c-footer-address-group {
  margin-bottom: 0; }

/* line 39687, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-us__form {
  margin-bottom: 2.2806973457rem; }

/* line 39690, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-us__form .c-card, .g-contact-us__form .g-deal-options__card, .g-contact-us__form .g-deal-features__card, .g-contact-us__form .g-deal-equipment .c-tabs__nav, .g-deal-equipment .g-contact-us__form .c-tabs__nav, .g-contact-us__form .g-deal-equipment .c-tabs__panel, .g-deal-equipment .g-contact-us__form .c-tabs__panel, .g-contact-us__form .g-deal-summary__card, .g-contact-us__form .g-deal-benefits__card, .g-contact-us__form .g-deal-signpost__card, .g-contact-us__form .g-deal-trustpilot__card, .g-contact-us__form .g-deal-enquire__card, .g-contact-us__form .g-deal-tax__card, .g-contact-us__form .g-deal-trigger__card, .g-contact-us__form .g-deal-ev-charger-banner, .g-contact-us__form .g-deal-promotion, .g-contact-us__form .g-quote__item--summary, .g-contact-us__form .g-quote__item--overview, .g-contact-us__form .g-quote__item--finance, .g-contact-us__form .g-quote__item--vehicle, .g-contact-us__form .g-quote__item--confirm, .g-contact-us__form .g-quote__item--alert, .g-contact-us__form .g-news-articles__main, .g-contact-us__form .g-news-sidebar__widget {
  padding: 1rem 2.2806973457rem; }

/* line 39693, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-us__form .c-address__heading {
  margin-top: 1rem; }

/* line 39696, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-us__form .c-form-contact-footer {
  width: 100%; }

/* line 39699, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-us__portal .g-contact-us__portal-content {
  padding: 1rem;
  margin: 0;
  text-align: center; }

/* line 39705, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-us__ar {
  margin-bottom: 2.2806973457rem; }

/* line 39708, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-us__ar .c-card, .g-contact-us__ar .g-deal-options__card, .g-contact-us__ar .g-deal-features__card, .g-contact-us__ar .g-deal-equipment .c-tabs__nav, .g-deal-equipment .g-contact-us__ar .c-tabs__nav, .g-contact-us__ar .g-deal-equipment .c-tabs__panel, .g-deal-equipment .g-contact-us__ar .c-tabs__panel, .g-contact-us__ar .g-deal-summary__card, .g-contact-us__ar .g-deal-benefits__card, .g-contact-us__ar .g-deal-signpost__card, .g-contact-us__ar .g-deal-trustpilot__card, .g-contact-us__ar .g-deal-enquire__card, .g-contact-us__ar .g-deal-tax__card, .g-contact-us__ar .g-deal-trigger__card, .g-contact-us__ar .g-deal-ev-charger-banner, .g-contact-us__ar .g-deal-promotion, .g-contact-us__ar .g-quote__item--summary, .g-contact-us__ar .g-quote__item--overview, .g-contact-us__ar .g-quote__item--finance, .g-contact-us__ar .g-quote__item--vehicle, .g-contact-us__ar .g-quote__item--confirm, .g-contact-us__ar .g-quote__item--alert, .g-contact-us__ar .g-news-articles__main, .g-contact-us__ar .g-news-sidebar__widget {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0; }

/* line 39714, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-us__ar .c-address {
  padding: 1rem;
  margin: 0; }

/* line 39718, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.g-contact-us__ar .c-address__link {
  padding: 1rem; }

/* line 39722, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-short-term-leasing .g-hero--short-term {
  background-image: url(/assets/shorttermhero-d43287b607296ddb6d9f9284722ef8a03a9781f1eea8677045c9a2eec979c4d5.jpg); }

/* line 39725, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-short-term-leasing .g-content--bg-image {
  background-image: url(/assets/shorttermbg-fde4d8256ed43f3ff595c9604fff5e7a3e77cd9d1bb251f5364e1ed51d67806c.jpg); }

/* line 39728, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-short-term-leasing .g-trust-cue-main {
  margin-bottom: 0;
  padding-bottom: 0; }

/* line 39733, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-about-us .g-hero {
  background-image: url(/assets/about-headerbg-70df1eb12f84b893a6e2777dc74bd662684905f5f6e58ddc76f7cf4eb5ee7d67.jpg); }

/* line 39736, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-about-us .c-trustpilot {
  background: none;
  font-size: 1rem; }

/* line 39740, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-about-us .c-trustpilot__score:after {
  display: none; }

/* line 39743, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-about-us .c-trustpilot__reviews {
  display: none; }

/* line 39747, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-content-block {
  padding: 1rem 0;
  color: #002b49;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

@media (min-width: 768px) {
  /* line 39755, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-content-block {
    padding: 3.2473210255rem 0; } }
/* line 39759, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-content-block--invert {
  color: #ffffff; }

/* line 39762, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-content-block--mission {
  background-color: #ffffff; }

/* line 39765, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-content-block--team {
  background-image: url(/assets/about-teambg-7fc4de2bb21b713dd6d1ffb726f74a01db5f49628245c842b3eda1cc32bad5f3.jpg); }

@media (min-width: 768px) {
  /* line 39769, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-content-block--team .c-content-block__text {
    padding-left: 15px; } }
@media (min-width: 768px) {
  /* line 39774, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-content-block--select .c-content-block__text {
    padding-left: 45px; } }
/* line 39778, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-content-block--satisfaction {
  background-image: url(/assets/about-reviewbg-3da8f9e62fbc00ea45d136f26982f0fa67cf2d64d1d36b1bbe04862d49b46884.jpg); }

/* line 39781, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-content-block--satisfaction .c-content-block__text {
  padding-bottom: 1.8020324707rem; }

@media (min-width: 768px) {
  /* line 39785, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-content-block--satisfaction .c-content-block__text {
    padding-right: 45px; } }
/* line 39789, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-content-block--charities {
  background-color: #ffffff; }

@media (min-width: 768px) {
  /* line 39793, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-content-block--charities .c-content-block__text {
    padding-left: 45px; } }
/* line 39797, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-content-block--reading {
  background-image: url(/assets/about-fcbg-a2969e391cbbf669dd3567fc25740e1bb11c07525e6b4484d087ec372382cb77.jpg); }

/* line 39800, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-content-block--bvlra {
  background-image: url(/assets/about-bvrlabg-ad461b289dd9701ae4b668bcbb38b20417b71c65eaab57cf5cef2f1fc8f8ef22.jpg); }

@media (min-width: 768px) {
  /* line 39804, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-content-block--bvlra .c-content-block__text {
    padding-left: 15px;
    padding-right: 45px; } }
/* line 39810, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-content-block__media {
  padding-top: 1.8020324707rem;
  padding-bottom: 1.8020324707rem; }

/* line 39814, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-content-block__media > .row, .c-secondary-cta .c-content-block__media > #c-search__model-results-hero,
.c-secondary-cta .c-content-block__media > #c-search__model-results, .c-content-block__media > .c-card__sections, .c-content-block__media > .c-filters__triggers-content, .c-content-block__media > .c-modal-enquire__header, .c-content-block__media > .c-tabs__content-wrap, .c-content-block__media > .c-list-ticks, .c-content-block__media > .c-ev-fuel-tax-calculator, .c-content-block__media > .g-order__row, .g-guide-index-list .c-content-block__media > .c-list-index {
  align-items: center;
  justify-content: space-evenly; }

/* line 39820, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-content-block__image {
  max-width: 100%;
  height: auto; }

/* line 39825, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-content-block__media-item {
  margin-bottom: 1rem;
  text-align: center; }

/* line 39830, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-content-block__text {
  padding-top: 1.8020324707rem;
  padding-bottom: 1.8020324707rem; }

@media (min-width: 768px) {
  /* line 39835, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-content-block__text {
    padding-left: 45px; } }
/* line 39840, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-content-block__heading {
  font-weight: 600; }

/* line 39843, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-content-block__heading .c-content-block__action {
  font-weight: 400;
  margin-left: 1rem;
  margin-bottom: 0; }

/* line 39849, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-content-block__action {
  margin-bottom: 1.8020324707rem; }

/* line 39853, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-meet-the-team .g-hero--page {
  color: #002b49;
  background-image: none;
  background-color: #ffffff; }

/* line 39859, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-hybrid-electric-cars .g-car-cards__subheading a {
  color: #00a3e0; }

/* line 39862, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-hybrid-electric-cars .is-nissan-leaf {
  display: none; }

@media (min-width: 768px) {
  /* line 39866, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-hybrid-electric-cars .is-nissan-leaf {
    display: block; } }
/* line 39870, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-hybrid-electric-cars .c-intro__btn {
  background-color: #00a3e0; }

/* line 39873, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-hybrid-electric-cars .c-card-car__subtitle--primary,
.p-hybrid-electric-cars .c-card-car__text-price {
  color: #00a3e0; }

/* line 39877, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-hybrid-electric-cars .c-list-crosses-featured__item:before,
.p-hybrid-electric-cars .c-list-ticks-featured__item:before,
.p-hybrid-electric-cars .c-list-ticks-crosses-featured__item:before {
  color: #00a3e0; }

/* line 39882, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-hybrid-electric-cars .g-content--bg-image {
  background-image: url(/images/backgrounds/bg-eco.jpg); }

/* line 39885, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-hybrid-electric-cars .g-content a {
  color: #00a3e0; }

/* line 39888, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-hybrid-electric-cars .g-content a:hover {
  text-decoration: none; }

/* line 39891, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-hybrid-electric-cars .g-content .b-btn-white, .p-hybrid-electric-cars .g-content .p-customer-reviews .g-trustpilot__footer .c-reviews-button, .p-customer-reviews .g-trustpilot__footer .p-hybrid-electric-cars .g-content .c-reviews-button, .p-hybrid-electric-cars .g-content .c-primary-cta--short-term .c-primary-cta__button, .c-primary-cta--short-term .p-hybrid-electric-cars .g-content .c-primary-cta__button, .p-hybrid-electric-cars .g-content .c-options__button--active, .p-hybrid-electric-cars .g-content .c-filters__trigger-button, .p-hybrid-electric-cars .g-content .c-filter-triggers__trigger, .p-hybrid-electric-cars .g-content .c-list-index__btn, .p-hybrid-electric-cars .g-content .g-features__truncate-button, .p-hybrid-electric-cars .g-content .g-sign-up-bar__forward {
  color: #00a3e0; }

/* line 39894, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-hybrid-electric-cars .g-content .b-btn-white:hover, .p-hybrid-electric-cars .g-content .p-customer-reviews .g-trustpilot__footer .c-reviews-button:hover, .p-customer-reviews .g-trustpilot__footer .p-hybrid-electric-cars .g-content .c-reviews-button:hover, .p-hybrid-electric-cars .g-content .c-primary-cta--short-term .c-primary-cta__button:hover, .c-primary-cta--short-term .p-hybrid-electric-cars .g-content .c-primary-cta__button:hover, .p-hybrid-electric-cars .g-content .c-options__button--active:hover, .p-hybrid-electric-cars .g-content .c-filters__trigger-button:hover, .p-hybrid-electric-cars .g-content .c-filter-triggers__trigger:hover, .p-hybrid-electric-cars .g-content .c-list-index__btn:hover, .p-hybrid-electric-cars .g-content .g-features__truncate-button:hover, .p-hybrid-electric-cars .g-content .g-sign-up-bar__forward:hover, .p-hybrid-electric-cars .g-content .b-btn-white:active, .p-hybrid-electric-cars .g-content .p-customer-reviews .g-trustpilot__footer .c-reviews-button:active, .p-customer-reviews .g-trustpilot__footer .p-hybrid-electric-cars .g-content .c-reviews-button:active, .p-hybrid-electric-cars .g-content .c-primary-cta--short-term .c-primary-cta__button:active, .c-primary-cta--short-term .p-hybrid-electric-cars .g-content .c-primary-cta__button:active, .p-hybrid-electric-cars .g-content .c-options__button--active:active, .p-hybrid-electric-cars .g-content .c-filters__trigger-button:active, .p-hybrid-electric-cars .g-content .c-filter-triggers__trigger:active, .p-hybrid-electric-cars .g-content .c-list-index__btn:active, .p-hybrid-electric-cars .g-content .g-features__truncate-button:active, .p-hybrid-electric-cars .g-content .g-sign-up-bar__forward:active, .p-hybrid-electric-cars .g-content .b-btn-white:focus, .p-hybrid-electric-cars .g-content .p-customer-reviews .g-trustpilot__footer .c-reviews-button:focus, .p-customer-reviews .g-trustpilot__footer .p-hybrid-electric-cars .g-content .c-reviews-button:focus, .p-hybrid-electric-cars .g-content .c-primary-cta--short-term .c-primary-cta__button:focus, .c-primary-cta--short-term .p-hybrid-electric-cars .g-content .c-primary-cta__button:focus, .p-hybrid-electric-cars .g-content .c-options__button--active:focus, .p-hybrid-electric-cars .g-content .c-filters__trigger-button:focus, .p-hybrid-electric-cars .g-content .c-filter-triggers__trigger:focus, .p-hybrid-electric-cars .g-content .c-list-index__btn:focus, .p-hybrid-electric-cars .g-content .g-features__truncate-button:focus, .p-hybrid-electric-cars .g-content .g-sign-up-bar__forward:focus {
  color: #0481b7;
  background: #ffffff;
  box-shadow: inset 0 -3px 0px 0px #41cbff;
  border: 1px solid #00a3e0; }

/* line 39900, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-hybrid-electric-cars .g-content .b-btn-white:visited, .p-hybrid-electric-cars .g-content .p-customer-reviews .g-trustpilot__footer .c-reviews-button:visited, .p-customer-reviews .g-trustpilot__footer .p-hybrid-electric-cars .g-content .c-reviews-button:visited, .p-hybrid-electric-cars .g-content .c-primary-cta--short-term .c-primary-cta__button:visited, .c-primary-cta--short-term .p-hybrid-electric-cars .g-content .c-primary-cta__button:visited, .p-hybrid-electric-cars .g-content .c-options__button--active:visited, .p-hybrid-electric-cars .g-content .c-filters__trigger-button:visited, .p-hybrid-electric-cars .g-content .c-filter-triggers__trigger:visited, .p-hybrid-electric-cars .g-content .c-list-index__btn:visited, .p-hybrid-electric-cars .g-content .g-features__truncate-button:visited, .p-hybrid-electric-cars .g-content .g-sign-up-bar__forward:visited {
  color: #00a3e0; }

/* line 39903, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-hybrid-electric-cars .g-content .c-vehicle-thumb a {
  color: #002b49; }

/* line 39906, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-hybrid-electric-cars .g-content__heading--highlight {
  color: #00a3e0; }

/* line 39910, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-key-contacts .g-hero {
  background-image: url(/images/keycontactshero.jpg);
  margin-bottom: 2.2806973457rem; }

/* line 39914, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-key-contacts .c-intro__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

@media (min-width: 768px) {
  /* line 39921, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-key-contacts .c-intro__details {
    flex-direction: row; } }
/* line 39925, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-key-contacts .c-intro__details a {
  margin-top: 1rem; }

@media (min-width: 768px) {
  /* line 39929, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-key-contacts .c-intro__details a {
    margin-top: 0;
    margin-left: 1rem; } }
/* line 39934, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-key-contacts .g-main {
  padding-bottom: 2.2806973457rem; }

/* line 39938, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-specialist-leasing .g-hero {
  background-image: url(/assets/specialist-hero-267f0d546e8d5a2957d0e0b155a86a37fa112a57115e84678597a496ffe851f1.jpg); }

/* line 39941, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-specialist-leasing .c-secondary-cta {
  max-width: 440px;
  padding: 1.125rem 1.8020324707rem; }

/* line 39945, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-specialist-leasing .c-secondary-cta .c-search__heading {
  margin-bottom: 1.8020324707rem; }

/* line 39948, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-customer-reviews .g-hero {
  background-image: url(/assets/background_trustpilot-f7e26e5fc18186ca10e5f1210bebf1e600791765bdca13041652d21d9c81c40c.jpg); }

/* line 39951, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-customer-reviews .c-intro__heading {
  position: relative;
  padding-top: 20px; }

/* line 39955, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-customer-reviews .c-intro__trustpilot {
  display: flex;
  justify-content: center;
  margin-bottom: 0; }

/* line 39960, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-customer-reviews .c-intro__trustpilot-image {
  display: block; }

/* line 39963, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-customer-reviews .g-trustpilot {
  background-color: #eaeaea; }

/* line 39966, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-customer-reviews .g-trustpilot__footer {
  display: flex;
  justify-content: center;
  margin-top: 1.423828125rem; }

/* line 39971, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-customer-reviews .c-review__body {
  background-color: #ffffff; }

/* line 39975, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-newsarticle .g-news {
  position: relative;
  padding-top: 1rem; }

@media (min-width: 992px) {
  /* line 39980, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-newsarticle .g-news {
    padding-top: 5.8517779307rem;
    padding-bottom: 2.8865075782rem; } }
@media (max-width: 991.98px) {
  /* line 39986, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-newsarticle .g-news-main {
    margin-bottom: 1.8020324707rem; } }
/* line 39990, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-newsarticle .g-news__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 1.8020324707rem; }

/* line 39995, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-news .c-breadcrumb {
  padding-top: 1rem;
  padding-bottom: 1rem; }

@media (min-width: 992px) {
  /* line 40000, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-news .c-breadcrumb {
    padding-top: 4.623627007rem; } }
/* line 40004, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-news .g-news-main {
  margin-bottom: 1.8020324707rem; }

/* line 40007, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-news .g-latest-news {
  padding-top: 0; }

/* line 40010, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-news .g-latest-news__heading {
  text-align: left;
  margin-bottom: 1rem; }

@media (max-width: 1199.98px) {
  /* line 40015, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-news .g-latest-news__articles .c-news-card {
    margin-bottom: 1rem; }

  /* line 40018, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-news .g-latest-news__articles .c-news-card:last-child {
    margin-bottom: 0; } }
/* line 40023, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-a-plan .g-hero {
  background-image: url(/images/aplan-headerbg.jpg); }

/* line 40026, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-a-plan .c-feature__heading {
  color: #f84447; }

/* line 40029, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-a-plan .g-advert__link {
  padding-left: 120px;
  padding-right: 120px; }

/* line 40034, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-price-match .g-hero {
  background-image: none; }

/* line 40037, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-price-match .g-price-match {
  padding-bottom: 3.6532361537rem;
  background-attachment: fixed; }

/* line 40041, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-price-match .g-sign-up-bar {
  display: none; }

/* line 40045, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-author-profile .p-author-profile__author-wrapper {
  display: flex;
  flex-direction: column; }

/* line 40049, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-author-profile .p-author-profile__background-picture {
  max-height: 300px;
  object-fit: cover; }

/* line 40053, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-author-profile .p-author-profile__author-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #002b49;
  color: #ffffff;
  padding-bottom: 3.2473210255rem;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 576px) {
  /* line 40065, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-author-profile .p-author-profile__author-data {
    padding-left: 30px;
    padding-right: 30px; } }
/* line 40070, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-author-profile .p-author-profile__profile-picture {
  margin-top: -4.1098906729rem;
  width: 8.331925999rem;
  height: 8.331925999rem;
  border-radius: 9999px;
  border: 3px solid #ffffff;
  overflow: hidden; }

@media (min-width: 992px) {
  /* line 40079, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-author-profile .p-author-profile__profile-picture {
    width: 13.3461343943rem;
    height: 13.3461343943rem;
    margin-top: -6.583250172rem; } }
/* line 40085, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-author-profile .p-author-profile__profile-picture img {
  object-fit: cover;
  width: 100%;
  height: 100%; }

/* line 40090, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-author-profile .p-author-profile__name {
  margin-block: 1.6018066406rem;
  font-size: 2.2806973457rem;
  font-weight: 700;
  text-align: center; }

@media (min-width: 992px) {
  /* line 40097, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-author-profile .p-author-profile__name {
    font-size: 3.2473210255rem; } }
/* line 40101, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-author-profile .p-author-profile__role {
  font-size: 1.6018066406rem;
  font-weight: 700;
  margin-bottom: 2.565784514rem; }

@media (min-width: 992px) {
  /* line 40107, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-author-profile .p-author-profile__role {
    font-size: 2.0272865295rem;
    margin-bottom: 4.1098906729rem; } }
/* line 40112, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-author-profile .p-author-profile__bio {
  padding: 1.6018066406rem 2.0272865295rem;
  border: 1px solid #d1d1d1;
  border-left: none;
  border-right: none;
  max-width: 1024px;
  margin-bottom: 1.265625rem;
  box-sizing: border-box; }

/* line 40121, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-author-profile .p-author-profile__bio table {
  color: #ffffff; }

/* line 40124, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-author-profile .p-author-profile__bio ul li {
  all: revert; }

/* line 40127, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-author-profile .p-author-profile__social-media {
  display: flex;
  align-items: center;
  gap: 0.8888888889rem; }

/* line 40132, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-author-profile .p-author-profile__social-media * {
  margin: 0; }

/* line 40135, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-author-profile .p-author-profile__social-media-list {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.5549289573rem; }

/* line 40142, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-author-profile li {
  width: 1.423828125rem;
  height: 1.423828125rem; }

/* line 40146, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-author-profile li img {
  display: block;
  width: 100%;
  height: 100%; }

/* line 40151, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-author-profile .p-author-profile__articles {
  margin: 0 auto 2.565784514rem;
  max-width: 1645px; }

/* line 40155, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-author-profile .p-author-profile__articles-section {
  margin-top: 1.6018066406rem;
  margin-inline: 15px; }

@media (min-width: 576px) {
  /* line 40160, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-author-profile .p-author-profile__articles-section {
    margin-top: 2.565784514rem;
    margin-inline: 30px; } }
@media (min-width: 1200px) {
  /* line 40166, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-author-profile .p-author-profile__articles-section {
    margin-top: 4.1098906729rem; } }
/* line 40170, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-author-profile .p-author-profile__articles-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.265625rem;
  margin-bottom: 1.265625rem;
  border-bottom: 1px solid #d1d1d1; }

/* line 40178, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-author-profile .p-author-profile__articles-title {
  font-weight: 700;
  margin: 0; }

/* line 40182, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-author-profile .p-author-profile__articles-title--header {
  padding-bottom: 1.265625rem;
  margin-bottom: 1.265625rem;
  border-bottom: 1px solid #d1d1d1; }

/* line 40187, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-author-profile .c-news-card {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 1rem;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 992px) {
  /* line 40197, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-author-profile .c-news-card {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; } }
@media (min-width: 1200px) {
  /* line 40203, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-author-profile .c-news-card {
    flex: 0 0 25%;
    max-width: 25%; } }
/* line 40209, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-page-not-found .g-hero--page {
  color: #002b49;
  background-image: none;
  background-color: #eaeaea; }

/* line 40215, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-total-care .c-list-featured__heading {
  font-weight: 600; }

/* line 40218, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-total-care .g-hero--total {
  background-image: url(/assets/totalcarehero-28e31a27b73acadf97cddbd84a0ae041eb8b321f28ab9ae989bacb572bb9610e.jpg); }

/* line 40222, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-contact-us .g-main,
.p-thank-you-newsletter .g-main,
.p-thank-you-emailquote .g-main,
.p-thank-you-price-match .g-main,
.p-thank-you-question .g-main,
.p-thank-you-recommend .g-main,
.p-thank-you-complaint .g-main,
.p-thank-you-inspect-car .g-main {
  padding-bottom: 3.2473210255rem;
  background-image: url(/assets/photos/613a4f9a92e66d5f474fc29579119754g-20cd5f861b2e3bbfb6be66227d00b52fe3ce826bf19c054d87f3d4734a5926ee.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

/* line 40236, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-contact-us .g-hero,
.p-thank-you-newsletter .g-hero,
.p-thank-you-emailquote .g-hero,
.p-thank-you-price-match .g-hero,
.p-thank-you-question .g-hero,
.p-thank-you-recommend .g-hero,
.p-thank-you-complaint .g-hero,
.p-thank-you-inspect-car .g-hero {
  background-image: none; }

/* line 40246, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-contact-us .g-signposts,
.p-thank-you-newsletter .g-signposts,
.p-thank-you-emailquote .g-signposts,
.p-thank-you-price-match .g-signposts,
.p-thank-you-question .g-signposts,
.p-thank-you-recommend .g-signposts,
.p-thank-you-complaint .g-signposts,
.p-thank-you-inspect-car .g-signposts {
  margin-bottom: 3.2473210255rem; }

/* line 40256, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-contact-us .g-signposts .row, .p-thank-you-contact-us .g-signposts .c-secondary-cta #c-search__model-results-hero, .c-secondary-cta .p-thank-you-contact-us .g-signposts #c-search__model-results-hero,
.p-thank-you-contact-us .g-signposts .c-secondary-cta #c-search__model-results,
.c-secondary-cta .p-thank-you-contact-us .g-signposts #c-search__model-results, .p-thank-you-contact-us .g-signposts .c-card__sections, .p-thank-you-contact-us .g-signposts .c-filters__triggers-content, .p-thank-you-contact-us .g-signposts .c-modal-enquire__header, .p-thank-you-contact-us .g-signposts .c-tabs__content-wrap, .p-thank-you-contact-us .g-signposts .c-list-ticks, .p-thank-you-contact-us .g-signposts .c-ev-fuel-tax-calculator, .p-thank-you-contact-us .g-signposts .g-order__row, .p-thank-you-contact-us .g-signposts .g-guide-index-list .c-list-index, .g-guide-index-list .p-thank-you-contact-us .g-signposts .c-list-index,
.p-thank-you-newsletter .g-signposts .row,
.p-thank-you-newsletter .g-signposts .c-secondary-cta #c-search__model-results-hero,
.c-secondary-cta .p-thank-you-newsletter .g-signposts #c-search__model-results-hero,
.p-thank-you-newsletter .g-signposts .c-secondary-cta #c-search__model-results,
.c-secondary-cta .p-thank-you-newsletter .g-signposts #c-search__model-results,
.p-thank-you-newsletter .g-signposts .c-card__sections,
.p-thank-you-newsletter .g-signposts .c-filters__triggers-content,
.p-thank-you-newsletter .g-signposts .c-modal-enquire__header,
.p-thank-you-newsletter .g-signposts .c-tabs__content-wrap,
.p-thank-you-newsletter .g-signposts .c-list-ticks,
.p-thank-you-newsletter .g-signposts .c-ev-fuel-tax-calculator,
.p-thank-you-newsletter .g-signposts .g-order__row,
.p-thank-you-newsletter .g-signposts .g-guide-index-list .c-list-index,
.g-guide-index-list .p-thank-you-newsletter .g-signposts .c-list-index,
.p-thank-you-emailquote .g-signposts .row,
.p-thank-you-emailquote .g-signposts .c-secondary-cta #c-search__model-results-hero,
.c-secondary-cta .p-thank-you-emailquote .g-signposts #c-search__model-results-hero,
.p-thank-you-emailquote .g-signposts .c-secondary-cta #c-search__model-results,
.c-secondary-cta .p-thank-you-emailquote .g-signposts #c-search__model-results,
.p-thank-you-emailquote .g-signposts .c-card__sections,
.p-thank-you-emailquote .g-signposts .c-filters__triggers-content,
.p-thank-you-emailquote .g-signposts .c-modal-enquire__header,
.p-thank-you-emailquote .g-signposts .c-tabs__content-wrap,
.p-thank-you-emailquote .g-signposts .c-list-ticks,
.p-thank-you-emailquote .g-signposts .c-ev-fuel-tax-calculator,
.p-thank-you-emailquote .g-signposts .g-order__row,
.p-thank-you-emailquote .g-signposts .g-guide-index-list .c-list-index,
.g-guide-index-list .p-thank-you-emailquote .g-signposts .c-list-index,
.p-thank-you-price-match .g-signposts .row,
.p-thank-you-price-match .g-signposts .c-secondary-cta #c-search__model-results-hero,
.c-secondary-cta .p-thank-you-price-match .g-signposts #c-search__model-results-hero,
.p-thank-you-price-match .g-signposts .c-secondary-cta #c-search__model-results,
.c-secondary-cta .p-thank-you-price-match .g-signposts #c-search__model-results,
.p-thank-you-price-match .g-signposts .c-card__sections,
.p-thank-you-price-match .g-signposts .c-filters__triggers-content,
.p-thank-you-price-match .g-signposts .c-modal-enquire__header,
.p-thank-you-price-match .g-signposts .c-tabs__content-wrap,
.p-thank-you-price-match .g-signposts .c-list-ticks,
.p-thank-you-price-match .g-signposts .c-ev-fuel-tax-calculator,
.p-thank-you-price-match .g-signposts .g-order__row,
.p-thank-you-price-match .g-signposts .g-guide-index-list .c-list-index,
.g-guide-index-list .p-thank-you-price-match .g-signposts .c-list-index,
.p-thank-you-question .g-signposts .row,
.p-thank-you-question .g-signposts .c-secondary-cta #c-search__model-results-hero,
.c-secondary-cta .p-thank-you-question .g-signposts #c-search__model-results-hero,
.p-thank-you-question .g-signposts .c-secondary-cta #c-search__model-results,
.c-secondary-cta .p-thank-you-question .g-signposts #c-search__model-results,
.p-thank-you-question .g-signposts .c-card__sections,
.p-thank-you-question .g-signposts .c-filters__triggers-content,
.p-thank-you-question .g-signposts .c-modal-enquire__header,
.p-thank-you-question .g-signposts .c-tabs__content-wrap,
.p-thank-you-question .g-signposts .c-list-ticks,
.p-thank-you-question .g-signposts .c-ev-fuel-tax-calculator,
.p-thank-you-question .g-signposts .g-order__row,
.p-thank-you-question .g-signposts .g-guide-index-list .c-list-index,
.g-guide-index-list .p-thank-you-question .g-signposts .c-list-index,
.p-thank-you-recommend .g-signposts .row,
.p-thank-you-recommend .g-signposts .c-secondary-cta #c-search__model-results-hero,
.c-secondary-cta .p-thank-you-recommend .g-signposts #c-search__model-results-hero,
.p-thank-you-recommend .g-signposts .c-secondary-cta #c-search__model-results,
.c-secondary-cta .p-thank-you-recommend .g-signposts #c-search__model-results,
.p-thank-you-recommend .g-signposts .c-card__sections,
.p-thank-you-recommend .g-signposts .c-filters__triggers-content,
.p-thank-you-recommend .g-signposts .c-modal-enquire__header,
.p-thank-you-recommend .g-signposts .c-tabs__content-wrap,
.p-thank-you-recommend .g-signposts .c-list-ticks,
.p-thank-you-recommend .g-signposts .c-ev-fuel-tax-calculator,
.p-thank-you-recommend .g-signposts .g-order__row,
.p-thank-you-recommend .g-signposts .g-guide-index-list .c-list-index,
.g-guide-index-list .p-thank-you-recommend .g-signposts .c-list-index,
.p-thank-you-complaint .g-signposts .row,
.p-thank-you-complaint .g-signposts .c-secondary-cta #c-search__model-results-hero,
.c-secondary-cta .p-thank-you-complaint .g-signposts #c-search__model-results-hero,
.p-thank-you-complaint .g-signposts .c-secondary-cta #c-search__model-results,
.c-secondary-cta .p-thank-you-complaint .g-signposts #c-search__model-results,
.p-thank-you-complaint .g-signposts .c-card__sections,
.p-thank-you-complaint .g-signposts .c-filters__triggers-content,
.p-thank-you-complaint .g-signposts .c-modal-enquire__header,
.p-thank-you-complaint .g-signposts .c-tabs__content-wrap,
.p-thank-you-complaint .g-signposts .c-list-ticks,
.p-thank-you-complaint .g-signposts .c-ev-fuel-tax-calculator,
.p-thank-you-complaint .g-signposts .g-order__row,
.p-thank-you-complaint .g-signposts .g-guide-index-list .c-list-index,
.g-guide-index-list .p-thank-you-complaint .g-signposts .c-list-index,
.p-thank-you-inspect-car .g-signposts .row,
.p-thank-you-inspect-car .g-signposts .c-secondary-cta #c-search__model-results-hero,
.c-secondary-cta .p-thank-you-inspect-car .g-signposts #c-search__model-results-hero,
.p-thank-you-inspect-car .g-signposts .c-secondary-cta #c-search__model-results,
.c-secondary-cta .p-thank-you-inspect-car .g-signposts #c-search__model-results,
.p-thank-you-inspect-car .g-signposts .c-card__sections,
.p-thank-you-inspect-car .g-signposts .c-filters__triggers-content,
.p-thank-you-inspect-car .g-signposts .c-modal-enquire__header,
.p-thank-you-inspect-car .g-signposts .c-tabs__content-wrap,
.p-thank-you-inspect-car .g-signposts .c-list-ticks,
.p-thank-you-inspect-car .g-signposts .c-ev-fuel-tax-calculator,
.p-thank-you-inspect-car .g-signposts .g-order__row,
.p-thank-you-inspect-car .g-signposts .g-guide-index-list .c-list-index,
.g-guide-index-list .p-thank-you-inspect-car .g-signposts .c-list-index {
  margin-right: -15px;
  margin-left: -15px; }

/* line 40360, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-contact-us .c-signpost--1,
.p-thank-you-newsletter .c-signpost--1,
.p-thank-you-emailquote .c-signpost--1,
.p-thank-you-price-match .c-signpost--1,
.p-thank-you-question .c-signpost--1,
.p-thank-you-recommend .c-signpost--1,
.p-thank-you-complaint .c-signpost--1,
.p-thank-you-inspect-car .c-signpost--1 {
  background-image: none; }

/* line 40370, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-contact-us .c-signpost--2,
.p-thank-you-newsletter .c-signpost--2,
.p-thank-you-emailquote .c-signpost--2,
.p-thank-you-price-match .c-signpost--2,
.p-thank-you-question .c-signpost--2,
.p-thank-you-recommend .c-signpost--2,
.p-thank-you-complaint .c-signpost--2,
.p-thank-you-inspect-car .c-signpost--2 {
  background-image: none; }

/* line 40380, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-contact-us .c-signpost__content,
.p-thank-you-newsletter .c-signpost__content,
.p-thank-you-emailquote .c-signpost__content,
.p-thank-you-price-match .c-signpost__content,
.p-thank-you-question .c-signpost__content,
.p-thank-you-recommend .c-signpost__content,
.p-thank-you-complaint .c-signpost__content,
.p-thank-you-inspect-car .c-signpost__content {
  min-height: auto;
  padding-left: 0; }

/* line 40391, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-thank-you-contact-us .g-sign-up-bar,
.p-thank-you-newsletter .g-sign-up-bar,
.p-thank-you-emailquote .g-sign-up-bar,
.p-thank-you-price-match .g-sign-up-bar,
.p-thank-you-question .g-sign-up-bar,
.p-thank-you-recommend .g-sign-up-bar,
.p-thank-you-complaint .g-sign-up-bar,
.p-thank-you-inspect-car .g-sign-up-bar {
  display: none; }

/* line 40402, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-telegraph .g-telegraph {
  max-width: 976px;
  margin: 0 auto; }

/* line 40406, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-telegraph .g-telegraph__split {
  display: flex;
  flex-direction: column;
  padding: 15px 0; }

@media (min-width: 768px) {
  /* line 40412, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__split {
    align-items: stretch;
    flex-direction: row;
    padding: 0; } }
/* line 40418, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-telegraph .g-telegraph__primary {
  margin-bottom: 15px; }

@media (min-width: 768px) {
  /* line 40422, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__primary {
    flex-grow: 1;
    padding: 25px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    background-image: url(/assets/backgrounds/bg-telegraph-f699333dd42b8a68dc77d890b416550b654fecea53b32e0efc9a5c440916e4a4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f6f6f6;
    margin-bottom: 0;
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin-right: 15px; } }
/* line 40437, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-telegraph .g-telegraph__primary .g-telegraph__subheading {
  display: none; }

@media (min-width: 768px) {
  /* line 40441, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__primary .g-telegraph__subheading {
    display: block;
    color: #ad913f; } }
/* line 40446, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-telegraph .g-telegraph__primary .g-telegraph__subtext {
  display: none;
  font-size: 1.423828125rem; }

@media (min-width: 576px) {
  /* line 40451, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__primary .g-telegraph__subtext {
    font-size: 1.423828125rem; } }
@media (min-width: 768px) {
  /* line 40456, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__primary .g-telegraph__subtext {
    font-size: 1.423828125rem; } }
@media (min-width: 992px) {
  /* line 40461, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__primary .g-telegraph__subtext {
    font-size: 1.423828125rem; } }
@media (min-width: 1200px) {
  /* line 40466, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__primary .g-telegraph__subtext {
    font-size: 1.423828125rem; } }
@media (min-width: 1500px) {
  /* line 40471, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__primary .g-telegraph__subtext {
    font-size: 1.423828125rem; } }
@media (min-width: 768px) {
  /* line 40476, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__primary .g-telegraph__subtext {
    display: block;
    color: #ffffff;
    max-width: 280px; } }
/* line 40482, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-telegraph .g-telegraph__secondary {
  flex-grow: 1;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  background-color: #f6f6f6; }

@media (min-width: 768px) {
  /* line 40490, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__secondary {
    padding: 25px;
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin-left: 15px; } }
/* line 40497, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-telegraph .g-telegraph__heading {
  font-size: 1.265625rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
  padding: 0 15px; }

@media (min-width: 576px) {
  /* line 40506, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__heading {
    font-size: 1.265625rem; } }
@media (min-width: 768px) {
  /* line 40511, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__heading {
    font-size: 1.423828125rem; } }
@media (min-width: 992px) {
  /* line 40516, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__heading {
    font-size: 1.423828125rem; } }
@media (min-width: 1200px) {
  /* line 40521, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__heading {
    font-size: 1.423828125rem; } }
@media (min-width: 1500px) {
  /* line 40526, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__heading {
    font-size: 1.423828125rem; } }
/* line 40530, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-telegraph .g-telegraph__heading:before {
  content: "";
  height: 3px;
  background-color: #ac8c2e;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 0px);
  z-index: -1; }

/* line 40541, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-telegraph .g-telegraph__heading span {
  background-color: #ffffff;
  padding: 0 10px; }

/* line 40545, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-telegraph .g-telegraph__subheading {
  font-size: 0.8888888889rem;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #ac8c2e; }

@media (min-width: 576px) {
  /* line 40553, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__subheading {
    font-size: 0.8888888889rem; } }
@media (min-width: 768px) {
  /* line 40558, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__subheading {
    font-size: 1rem; } }
@media (min-width: 992px) {
  /* line 40563, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__subheading {
    font-size: 1rem; } }
@media (min-width: 1200px) {
  /* line 40568, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__subheading {
    font-size: 1rem; } }
@media (min-width: 1500px) {
  /* line 40573, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__subheading {
    font-size: 1rem; } }
/* line 40577, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-telegraph .g-telegraph__subtext {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 600; }

@media (min-width: 576px) {
  /* line 40583, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__subtext {
    font-size: 1.125rem; } }
@media (min-width: 768px) {
  /* line 40588, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__subtext {
    font-size: 1.265625rem; } }
@media (min-width: 992px) {
  /* line 40593, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__subtext {
    font-size: 1.265625rem; } }
@media (min-width: 1200px) {
  /* line 40598, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__subtext {
    font-size: 1.265625rem; } }
@media (min-width: 1500px) {
  /* line 40603, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__subtext {
    font-size: 1.265625rem; } }
/* line 40607, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-telegraph .g-telegraph__actions {
  margin-bottom: 15px; }

/* line 40610, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-telegraph .g-telegraph__offers {
  display: block; }

@media (min-width: 768px) {
  /* line 40614, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .g-telegraph__offers {
    display: inline-block; } }
@media (min-width: 768px) {
  /* line 40619, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-telegraph .c-search__button {
    display: inline-block;
    width: auto; } }
/* line 40624, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-telegraph .c-search {
  transition: max-height 0.5s ease; }

/* line 40628, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-review-article .g-news,
.p-review-articles .g-news {
  position: relative;
  padding-top: 1rem; }

@media (min-width: 992px) {
  /* line 40634, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-review-article .g-news,
  .p-review-articles .g-news {
    padding-top: 5.8517779307rem;
    padding-bottom: 2.8865075782rem; } }
@media (max-width: 991.98px) {
  /* line 40641, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-review-article .g-news-main,
  .p-review-articles .g-news-main {
    margin-bottom: 1.8020324707rem; } }
/* line 40646, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-personal-credit-application .g-sign-up-bar,
.p-business-credit-application .g-sign-up-bar {
  display: none; }

/* line 40651, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-personal-car-leasing .g-hero {
  background-image: none; }

/* line 40654, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-personal-car-leasing .g-guide-index {
  min-height: 500px;
  padding-bottom: 3.6532361537rem;
  background-attachment: fixed; }

@media (min-width: 576px) {
  /* line 40660, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-personal-car-leasing .g-guide-index {
    padding-bottom: 4.623627007rem; } }
@media (min-width: 992px) {
  /* line 40665, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-personal-car-leasing .g-guide-index {
    padding-bottom: 5.8517779307rem; } }
@media (min-width: 1200px) {
  /* line 40670, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-personal-car-leasing .g-guide-index {
    padding-bottom: 7.4061564435rem; } }
/* line 40674, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-personal-car-leasing .g-guide-index-list .c-list-index__item {
  margin-bottom: 1rem; }

/* line 40678, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-business-leasing .g-hero--guide {
  background-image: url(/images/hero.jpg); }

/* line 40681, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-business-leasing .g-features {
  padding-left: 30px;
  padding-right: 30px; }

@media (min-width: 992px) {
  /* line 40686, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-business-leasing .g-features {
    padding-left: 45px;
    padding-right: 45px; } }
@media (min-width: 1500px) {
  /* line 40692, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-business-leasing .g-features {
    padding-left: 30px;
    padding-right: 30px; } }
/* line 40697, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-business-leasing .g-features__wrap {
  max-width: 100%; }

/* line 40700, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-details-explained .g-hero {
  background-image: url(/images/hero.jpg); }

/* line 40704, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-car-leasing-process .g-hero--guide {
  background-image: url(/images/guideprocess_bg.jpg); }

@media (max-width: 991.98px) {
  /* line 40708, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-car-leasing-process .g-content__primary, .p-car-leasing-process .g-total-care-list-single__primary, .p-car-leasing-process .g-content__secondary {
    padding-left: 15px;
    padding-right: 15px; } }
@media (max-width: 991.98px) {
  /* line 40714, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-car-leasing-process .c-list-featured-fancy {
    padding-left: 0;
    padding-right: 0; } }
/* line 40720, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-finance-options .g-hero--guide {
  background-image: url(/images/guide_financeheader.jpg); }

/* line 40724, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-benefits .g-hero--guide {
  background-image: url(/images/BenefitsHeader.jpg); }

/* line 40727, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-benefits .g-features {
  background-image: url(/images/incbg.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

/* line 40732, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-benefits .g-features .c-feature__icon {
  display: none; }

/* line 40735, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-benefits .g-features .c-feature__content {
  padding: 1.265625rem 2.0272865295rem; }

/* line 40738, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-benefits .g-features__heading {
  color: #ffffff; }

/* line 40742, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-things-to-consider .g-hero--guide {
  background-image: url(/images/leasingrightformebanner.jpg); }

/* line 40746, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-servicing-and-maintenance-packages .g-hero--guide {
  background-image: url(/images/guide_maintenanceheader.jpg); }

/* line 40750, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-car-leasing-with-insurance .g-hero--guide {
  background-image: url(/images/guide_insurancebg.jpg); }

/* line 40753, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-car-leasing-with-insurance .g-signposts--4 .c-signpost--1 {
  background-image: url(/images/maintenancesignpost.jpg); }

/* line 40756, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-car-leasing-with-insurance .g-signposts--4 .c-signpost--2 {
  background-image: url(/images/gapsignpost.jpg); }

/* line 40759, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-car-leasing-with-insurance .g-signposts--4 .c-signpost--3 {
  background-image: url(/images/selectprotectsignpost.jpg); }

/* line 40762, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-car-leasing-with-insurance .g-signposts--4 .c-signpost--4 {
  background-image: url(/images/totalcaresignpost.jpg); }

/* line 40766, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-select-protect .g-hero--guide {
  background-image: url(/images/selectprotectbanner.jpg); }

/* line 40770, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-gap-insurance .g-hero--guide {
  background-image: url(/images/GAPbg.jpg); }

/* line 40774, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-fuel-types .g-hero--guide {
  background-image: url(/images/FuelTypeHeader.jpg); }

/* line 40777, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-fuel-types .g-content--bg-image {
  background-image: url(/images/ElectricBG.jpg);
  background-position: center top; }

/* line 40782, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-faqs .g-hero {
  background-image: none; }

/* line 40785, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-faqs .g-hero .c-intro__details {
  display: none; }

/* line 40788, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-faqs .g-main {
  background-image: url(/assets/faqbg-a61d99b52ee2faa04a56f28864b95c1bd5ed73e4fda4c023b0f32531a6ad89a3.jpg);
  background-size: cover;
  background-attachment: fixed; }

/* line 40793, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-faqs .c-sidenav {
  position: sticky;
  top: 120px; }

/* line 40797, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-faqs .g-faqs {
  padding-bottom: 2.2806973457rem; }

/* line 40801, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-end-of-contract .g-hero--guide {
  background-image: url(/images/eocbg.jpg); }

@media only screen and (max-width: 374px) {
  /* line 40806, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-suv-guide .c-price-switch__option {
    font-size: 1rem; } }
@media (min-width: 1200px) {
  /* line 40812, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-van-leasing .g-hero__actions {
    padding-left: 15px; } }
@media (min-width: 1500px) {
  /* line 40817, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-van-leasing .g-hero__actions {
    padding-left: 15px; } }
@media (min-width: 1200px) {
  /* line 40822, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-van-leasing .g-hero--page .g-hero__actions {
    margin-left: 0; } }
@media (min-width: 1500px) {
  /* line 40827, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-van-leasing .g-hero--page .g-hero__actions {
    margin-left: 0; } }
/* line 40831, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-van-leasing .g-main {
  padding: 0; }

/* line 40834, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-van-leasing .g-guide-index {
  min-height: 500px;
  padding-bottom: 3.6532361537rem;
  background-attachment: fixed; }

@media (min-width: 576px) {
  /* line 40840, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-van-leasing .g-guide-index {
    padding-bottom: 4.623627007rem; } }
@media (min-width: 992px) {
  /* line 40845, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-van-leasing .g-guide-index {
    padding-bottom: 5.8517779307rem; } }
@media (min-width: 1200px) {
  /* line 40850, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .p-van-leasing .g-guide-index {
    padding-bottom: 7.4061564435rem; } }
/* line 40854, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-van-leasing .g-guide-index-list .c-list-index__item {
  margin-bottom: 1rem; }

/* line 40858, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-details-explained--van .g-hero {
  background-image: url(/images/guide-vans.png); }

/* line 40861, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-details-explained--van .g-features {
  background-image: url(/images/backgrounds/bg-carpark-dark.jpg); }

/* line 40864, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-details-explained--van .c-feature__content {
  padding: 2.02729rem 1.26562rem; }

/* line 40868, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-business-leasing .g-hero {
  background-image: url(/images/guide-vans.png); }

/* line 40871, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-business-leasing .c-list-ordered__highlighted {
  font-weight: 600; }

/* line 40875, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-employer-guide .g-hero {
  background-image: url(/images/guide-vans.png); }

/* line 40878, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-employer-guide .g-main {
  padding: 0;
  background-color: transparent; }

/* line 40882, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-employer-guide .g-guide-index-list {
  margin-bottom: 3.2473210255rem; }

/* line 40886, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-employee-guide .g-hero {
  background-image: url(/images/guide-vans.png); }

/* line 40889, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-employee-guide .g-main {
  padding: 0;
  background-color: transparent; }

/* line 40893, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-employee-guide .g-guide-index-list {
  margin-bottom: 3.2473210255rem; }

/* line 40897, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-choose-right-van .g-hero {
  background-image: url(/images/guide-vans.png); }

/* line 40900, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-choose-right-van .g-main {
  padding: 0;
  background-color: transparent; }

/* line 40904, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-choose-right-van .g-guide-index-list {
  margin: 4.1098906729rem 0 3.2473210255rem; }

/* line 40908, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-finance-options .g-hero {
  background-image: url(/images/guide-vans.png); }

/* line 40912, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-fleet .g-hero {
  background-image: url(/images/guide-vans.png); }

/* line 40915, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-fleet .g-main {
  padding: 0;
  background-color: transparent; }

/* line 40920, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-short-term-business-van .g-hero {
  background-image: url(/images/guide-vans.png); }

/* line 40923, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-short-term-business-van .g-main {
  padding: 0;
  background-color: transparent; }

/* line 40928, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-wltp-rde .g-hero {
  background-image: url(/images/guide-vans.png); }

/* line 40931, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-wltp-rde .g-main {
  padding: 0;
  background-color: transparent; }

/* line 40936, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-self-employed-sole-trader-partnership .g-hero {
  background-image: url(/images/guide-vans.png); }

/* line 40939, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-self-employed-sole-trader-partnership .g-main {
  padding: 0;
  background-color: transparent; }

/* line 40944, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-employer-company-vans .g-hero {
  background-image: url(/images/guide-vans.png); }

/* line 40947, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-employer-company-vans .g-main {
  padding: 0;
  background-color: transparent; }

/* line 40952, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-employer-van-tax .g-hero {
  background-image: url(/images/guide-vans.png); }

/* line 40955, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-employer-van-tax .g-main {
  padding: 0;
  background-color: transparent; }

/* line 40960, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-employer-fuel-allowance .g-hero {
  background-image: url(/images/guide-vans.png); }

/* line 40963, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-employer-fuel-allowance .g-main {
  padding: 0;
  background-color: transparent; }

/* line 40968, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-employee-company-vans .g-hero {
  background-image: url(/images/guide-vans.png); }

/* line 40971, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-employee-company-vans .g-main {
  padding: 0;
  background-color: transparent; }

/* line 40976, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-employee-van-tax .g-hero {
  background-image: url(/images/guide-vans.png); }

/* line 40979, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-employee-van-tax .g-main {
  padding: 0;
  background-color: transparent; }

/* line 40984, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-employee-fuel-allowance .g-hero {
  background-image: url(/images/guide-vans.png); }

/* line 40987, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-employee-fuel-allowance .g-main {
  padding: 0;
  background-color: transparent; }

/* line 40992, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-404 .g-hero--page {
  color: #002b49;
  background-image: none;
  background-color: #eaeaea; }

/* line 40997, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-404 .g-content {
  padding-top: 0; }

/* line 41001, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-ev-home .g-advert__heading,
.p-ev-home .g-signposts__section-heading,
.p-ev-home .g-content__heading,
.p-ev-home .c-ev-fuel-tax-calculator__intro__header,
.p-ev-home .g-content p a,
.p-ev-home .g-car-cards__subheading a {
  color: #00a3e0; }

/* line 41009, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-ev-home .c-signpost__content {
  border-top-color: #00a3e0; }

/* line 41012, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-ev-home .g-latest-news {
  padding: 1.8020324707rem 0; }

/* line 41015, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-ev-home .g-latest-news__heading {
  color: #00a3e0;
  font-weight: 400;
  text-transform: none; }

/* line 41020, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-ev-home .g-car-cards__subheading {
  margin-top: 0; }

/* line 41024, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-ev-special-offers .c-intro__more,
.p-ev-special-offers .c-intro__alternative a {
  color: #ac8c2e; }

/* line 41028, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-ev-special-offers .g-car-cards__subheading a {
  color: #ac8c2e; }

/* line 41031, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-ev-special-offers .c-card-car__subtitle--primary,
.p-ev-special-offers .c-card-car__text-price {
  color: #ac8c2e; }

/* line 41035, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-ev-special-offers .c-trust-cue__item {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1621950972/icons/trust-cue-competitive-ev_hrsuqc.svg"); }

/* line 41038, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-ev-special-offers .c-trust-cue__item--vehicles {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1621950972/icons/trust-cue-hassle-ev_s1sbqk.svg"); }

/* line 41041, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-ev-special-offers .c-trust-cue__item--experts {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1621950972/icons/trust-cue-experts-ev_t0duvf.svg"); }

/* line 41044, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-ev-special-offers .c-trust-cue__item--competitive {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1621950972/icons/trust-cue-competitive-ev_hrsuqc.svg"); }

/* line 41047, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-ev-special-offers .c-trust-cue__item--price {
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1621950972/icons/trust-cue-price-ev_ovlzo6.svg"); }

/* line 41051, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-ev-guide {
  scroll-behavior: smooth; }

/* line 41054, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-ev-guide .g-content__heading--highlight,
.p-ev-guide .g-content__preheading,
.p-ev-guide .g-content p a {
  color: #00a3e0; }

/* line 41059, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-ev-guide .g-content--highlight {
  background-color: #00a3e0; }

/* line 41062, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-ev-guide .g-content__primary--text-centre {
  max-width: 750px; }

/* line 41065, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-ev-guide .c-signpost__content {
  border-top-color: #00a3e0; }

/* line 41068, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-ev-guide .c-vehicle-cta__btn {
  color: #ffffff; }

/* line 41071, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-ev-guide .c-vehicle-cta__btn:after {
  color: #ffffff; }

/* line 41074, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-ev-guide .c-list__item:before {
  background-color: #00a3e0; }

/* line 41078, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-electric-car-chargers .g-main {
  overflow-x: hidden; }

/* line 41082, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.p-business-fleet .g-hero--jumbo {
  background-image: url(/images/backgrounds/bg-business.jpg); }

/* line 41086, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-deal-trustpilot {
  position: relative;
  display: flex;
  background-color: #f6f6f6;
  padding: 20px 40px 40px; }

@media (max-width: 1199.98px) {
  /* line 41093, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-deal-trustpilot {
    background-color: #ffffff;
    padding-inline: 0; } }
/* line 41098, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-deal-trustpilot__image {
  width: 21%;
  position: absolute;
  bottom: 0;
  z-index: 1; }

@media (max-width: 1199.98px) {
  /* line 41105, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-deal-trustpilot__image {
    display: none; } }
/* line 41109, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-deal-trustpilot__image img {
  max-height: 470px;
  max-width: 100%; }

/* line 41113, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-deal-trustpilot__image--left {
  left: 40px; }

/* line 41116, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-deal-trustpilot__image--right {
  right: 40px; }

/* line 41119, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-deal-trustpilot__slider-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  scroll-snap-type: x mandatory;
  justify-content: space-between;
  scroll-snap-align: start;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth; }

/* line 41131, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-deal-trustpilot__slider-item {
  scroll-snap-align: start;
  width: 100%;
  min-width: 100%; }

/* line 41136, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-deal-trustpilot__slider {
  width: 85%;
  margin: 0 auto;
  padding: 40px 80px;
  position: relative;
  background-color: #ffffff;
  border-radius: 8px; }

/* line 41144, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-deal-trustpilot__slider ::-webkit-scrollbar {
  display: none; }

@media (max-width: 1199.98px) {
  /* line 41148, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-deal-trustpilot__slider {
    padding: 25px; } }
@media (max-width: 1199.98px) {
  /* line 41153, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-deal-trustpilot__slider {
    width: 100%; } }
/* line 41157, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-deal-trustpilot__slider button {
  padding: 20px;
  border: none;
  background: none; }

/* line 41162, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-deal-trustpilot__slider--prev {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%); }

@media (max-width: 1199.98px) {
  /* line 41169, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-deal-trustpilot__slider--prev {
    left: -24px; } }
/* line 41173, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-deal-trustpilot__slider--next {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%); }

@media (max-width: 1199.98px) {
  /* line 41180, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-deal-trustpilot__slider--next {
    right: -24px; } }
@media (max-width: 1199.98px) {
  /* line 41185, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-deal-trustpilot .c-deal-trustpilot-header {
    margin-bottom: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #d1d1d1; } }
/* line 41191, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-deal-trustpilot .c-deal-trustpilot-header__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  line-height: 23px;
  font-size: 16px; }

@media (max-width: 1499.98px) {
  /* line 41201, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-deal-trustpilot .c-deal-trustpilot-header__heading {
    flex-direction: column; } }
/* line 41205, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-deal-trustpilot .c-deal-trustpilot-header__description {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 16px; }

@media (max-width: 1199.98px) {
  /* line 41212, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-deal-trustpilot .c-deal-trustpilot-header__description {
    width: 100%; } }
/* line 41216, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-deal-trustpilot .c-deal-trustpilot-header__title {
  font-weight: bold; }

@media (max-width: 1199.98px) {
  /* line 41220, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-deal-trustpilot .c-deal-trustpilot-header__title {
    text-align: center; } }
/* line 41224, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-deal-trustpilot .c-deal-trustpilot-review {
  margin-bottom: 0; }

/* line 41227, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-deal-trustpilot .c-deal-trustpilot-review__text {
  font-size: 16px; }

/* line 41230, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-deal-trustpilot .c-deal-trustpilot-review__stars {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px; }

/* line 41236, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-deal-trustpilot .c-deal-trustpilot-review__body {
  padding: 0;
  border: 0;
  border-radius: 0;
  text-align: center;
  font-weight: 500; }

/* line 41243, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-deal-trustpilot .c-deal-trustpilot-review__from {
  font-weight: 600;
  margin-top: 16px; }

/* line 41247, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-deal-trustpilot .c-deal-trustpilot-review__from .c-deal-trustpilot-review__date {
  font-weight: 500; }

/* line 41251, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.c-deal-trustpilot__card {
  width: 70%;
  margin: 0 auto;
  position: relative; }

@media (max-width: 1199.98px) {
  /* line 41257, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-deal-trustpilot__card {
    padding: 0 36px;
    width: 100%; } }
@media (max-width: 767.98px) {
  /* line 41263, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
  .c-deal-trustpilot__card {
    padding: 0; } }
/* line 41268, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-black-friday-theme .drv-car-card__wrapper,
.is-black-friday-theme .drv-deal-hero {
  background-image: linear-gradient(to bottom, #000000, #38393a); }

/* line 41272, /tmp/build_7bc3d105/app/assets/stylesheets/patterns/all-page.scss */
.is-black-friday-theme .c-notification {
  background-color: #000000; }
