/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  color: #292c34;
  font-family: Ubuntu, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
}

body {
  margin: 0;
}

body,
html {
  overflow-x: hidden;
}

.a11y {
  border-width: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (max-width: 1023px) {
  .a11y-small-medium {
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    border: 0;
  }
}

img,
iframe {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  color: #292c34;
  margin: 20px 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1,
.h1 {
  font-size: 1.4285714286rem;
}
@media (min-width: 768px) {
  h1,
.h1 {
    font-size: 3.0952380952rem;
  }
}

h2,
.h2 {
  font-size: 1.3333333333rem;
}
@media (min-width: 768px) {
  h2,
.h2 {
    font-size: 2.1428571429rem;
  }
}

h3 {
  font-size: 1.2380952381rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.7142857143rem;
  }
}

h3,
.h3 {
  font-size: 1.1428571429rem;
}
@media (min-width: 768px) {
  h3,
.h3 {
    font-size: 1.3333333333rem;
  }
}

h4,
.h4 {
  font-size: 1.0952380952rem;
}
@media (min-width: 768px) {
  h4,
.h4 {
    font-size: 1.2380952381rem;
  }
}

h5,
.h5 {
  font-size: 1.0476190476rem;
}
@media (min-width: 768px) {
  h5,
.h5 {
    font-size: 1.1428571429rem;
  }
}

h6,
.h6 {
  font-size: 1.0952380952rem;
}

p {
  font-size: 1rem;
  line-height: 1.3;
  margin: 20px 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

.lock {
  height: 100%;
  overflow: hidden;
}

a {
  color: #008dc2;
  text-decoration: none;
  transition: color 0.3s;
}

.center {
  text-align: center;
}

@media (min-width: 768px) {
  .center-medium {
    text-align: center;
  }
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.pos-rel {
  position: relative;
}

strong {
  font-weight: 700;
}

@media (min-width: 1024px) {
  .visible-small-medium {
    display: none;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.overflow-hidden {
  overflow: hidden;
}

@media (min-width: 768px) {
  .medium-center {
    text-align: center;
  }
}

.relative {
  position: relative;
}

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

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

@media (min-width: 768px) {
  .medium-text-right {
    text-align: right;
  }
}

@media (min-width: 1220px) {
  .xlarge-text-right {
    text-align: right;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.reset {
  margin: 20px 0 0 !important;
  max-width: none !important;
}

.hidden {
  display: none !important;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .grid {
    margin-left: -20px;
  }
}
.grid.grid--collapse {
  margin-left: 0;
}
.grid.grid--collapse > * {
  padding-left: 0;
}
@media (min-width: 600px) {
  .grid.grid--small {
    margin-left: -20px;
  }
}
.grid.grid--small > * {
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .grid.grid--small > * {
    padding-left: 20px;
  }
}
@media (min-width: 1220px) {
  .grid.grid--xlarge {
    margin-left: -80px;
  }
}
.grid.grid--xlarge > * {
  box-sizing: border-box;
}
@media (min-width: 1220px) {
  .grid.grid--xlarge > * {
    padding-left: 80px;
  }
}
@media (min-width: 1220px) {
  .grid.grid--xlarge-alt {
    margin-left: -125px;
  }
}
.grid.grid--xlarge-alt > * {
  box-sizing: border-box;
}
@media (min-width: 1220px) {
  .grid.grid--xlarge-alt > * {
    padding-left: 125px;
  }
}
@media (min-width: 1220px) {
  .grid.grid--xxlarge {
    margin-left: -160px;
  }
}
.grid.grid--xxlarge > * {
  box-sizing: border-box;
}
@media (min-width: 1220px) {
  .grid.grid--xxlarge > * {
    padding-left: 160px;
  }
}
.grid.grid--center {
  justify-content: center;
}
.grid.grid--middle {
  align-items: center;
}
.grid > * {
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .grid > * {
    padding-left: 20px;
  }
}

.grid--auto {
  margin-top: -30px;
}
.grid--auto > * {
  margin-top: 30px;
}

.grid--auto-large {
  margin-top: -30px;
}
@media (min-width: 1220px) {
  .grid--auto-large {
    margin-top: -40px;
  }
}
.grid--auto-large > * {
  margin-top: 30px;
}
@media (min-width: 1220px) {
  .grid--auto-large > * {
    margin-top: 40px;
  }
}

.grid--auto-xxlarge {
  margin-top: -30px;
}
@media (min-width: 768px) {
  .grid--auto-xxlarge {
    margin-top: -200px;
  }
}
.grid--auto-xxlarge > * {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .grid--auto-xxlarge > * {
    margin-top: 200px;
  }
}

@media (min-width: 1220px) {
  .grid--product-listings {
    margin-left: -60px;
    margin-top: -60px;
  }
}
@media (min-width: 1220px) {
  .grid--product-listings > div {
    padding-left: 60px;
    margin-top: 60px;
  }
}

.width-1-1 {
  width: 100%;
}

.width-1-2 {
  width: 50%;
}

.width-medium-1-2 {
  width: 100%;
}
@media (min-width: 768px) {
  .width-medium-1-2 {
    width: 50%;
  }
}

.width-small-1-2 {
  width: 100%;
}
@media (min-width: 600px) {
  .width-small-1-2 {
    width: 50%;
  }
}

.width-large-1-2 {
  width: 100%;
}
@media (min-width: 1024px) {
  .width-large-1-2 {
    width: 50%;
  }
}

.width-large-1-3 {
  width: 100%;
}
@media (min-width: 1024px) {
  .width-large-1-3 {
    width: 33.33%;
  }
}

.width-medium-1-3 {
  width: 100%;
}
@media (min-width: 768px) {
  .width-medium-1-3 {
    width: 33.33%;
  }
}

.width-medium-2-3 {
  width: 100%;
}
@media (min-width: 768px) {
  .width-medium-2-3 {
    width: 66.66%;
  }
}

.width-medium-36 {
  width: 100%;
}
@media (min-width: 768px) {
  .width-medium-36 {
    width: 36%;
  }
}

.width-medium-42 {
  width: 100%;
}
@media (min-width: 768px) {
  .width-medium-42 {
    width: 42%;
  }
}

.width-large-42 {
  width: 100%;
}
@media (min-width: 1024px) {
  .width-large-42 {
    width: 42%;
  }
}

.width-medium-58 {
  width: 100%;
}
@media (min-width: 768px) {
  .width-medium-58 {
    width: 58%;
  }
}

.width-large-58 {
  width: 100%;
}
@media (min-width: 1024px) {
  .width-large-58 {
    width: 58%;
  }
}

.width-medium-64 {
  width: 100%;
}
@media (min-width: 768px) {
  .width-medium-64 {
    width: 64%;
  }
}

.width-large-1-4 {
  width: 100%;
}
@media (min-width: 1024px) {
  .width-large-1-4 {
    width: 25%;
  }
}

.width-xlarge-1-5 {
  width: 100%;
}
@media (min-width: 1024px) {
  .width-xlarge-1-5 {
    width: 20%;
  }
}

.width-small-1-2-large-1-3 {
  width: 100%;
}
@media (min-width: 600px) {
  .width-small-1-2-large-1-3 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .width-small-1-2-large-1-3 {
    width: 33.33%;
  }
}

.width-small-1-2-width-medium-1-3 {
  width: 100%;
}
@media (min-width: 600px) {
  .width-small-1-2-width-medium-1-3 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .width-small-1-2-width-medium-1-3 {
    width: 33.33%;
  }
}

.width-medium-1-2-large-1-3 {
  width: 100%;
}
@media (min-width: 768px) {
  .width-medium-1-2-large-1-3 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .width-medium-1-2-large-1-3 {
    width: 33.33%;
  }
}

.width-medium-1-2-large-2-3 {
  width: 100%;
}
@media (min-width: 768px) {
  .width-medium-1-2-large-2-3 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .width-medium-1-2-large-2-3 {
    width: 66.66%;
  }
}

.width-medium-4-10 {
  width: 100%;
}
@media (min-width: 768px) {
  .width-medium-4-10 {
    width: 40%;
  }
}

.width-medium-6-10 {
  width: 100%;
}
@media (min-width: 768px) {
  .width-medium-6-10 {
    width: 60%;
  }
}

.width-large-4-10 {
  width: 100%;
}
@media (min-width: 1024px) {
  .width-large-4-10 {
    width: 40%;
  }
}

.width-large-6-10 {
  width: 100%;
}
@media (min-width: 1024px) {
  .width-large-6-10 {
    width: 60%;
  }
}

.width-medium-55 {
  width: 100%;
}
@media (min-width: 768px) {
  .width-medium-55 {
    width: 55%;
  }
}

.width-medium-45 {
  width: 100%;
}
@media (min-width: 768px) {
  .width-medium-45 {
    width: 45%;
  }
}

.width-medium-1-2-xlarge-1-4 {
  width: 100%;
}
@media (min-width: 768px) {
  .width-medium-1-2-xlarge-1-4 {
    width: 50%;
  }
}
@media (min-width: 1220px) {
  .width-medium-1-2-xlarge-1-4 {
    width: 25%;
  }
}

.width-medium-1-3-xlarge-30 {
  width: 100%;
}
@media (min-width: 768px) {
  .width-medium-1-3-xlarge-30 {
    width: 33.33%;
  }
}
@media (min-width: 1220px) {
  .width-medium-1-3-xlarge-30 {
    width: 30%;
  }
}

.width-medium-1-3-xlarge-35 {
  width: 100%;
}
@media (min-width: 768px) {
  .width-medium-1-3-xlarge-35 {
    width: 33.33%;
  }
}
@media (min-width: 1220px) {
  .width-medium-1-3-xlarge-35 {
    width: 35%;
  }
}

.width-medium-1-2-xlarge-64 {
  width: 100%;
}
@media (min-width: 768px) {
  .width-medium-1-2-xlarge-64 {
    width: 50%;
  }
}
@media (min-width: 1220px) {
  .width-medium-1-2-xlarge-64 {
    width: 65%;
  }
}

.width-medium-1-2-xlarge-36 {
  width: 100%;
}
@media (min-width: 768px) {
  .width-medium-1-2-xlarge-36 {
    width: 50%;
  }
}
@media (min-width: 1220px) {
  .width-medium-1-2-xlarge-36 {
    width: 35%;
  }
}

@media (min-width: 1024px) {
  .grid--large {
    margin-left: -80px;
  }
}
@media (min-width: 1024px) {
  .grid--large > * {
    padding-left: 80px;
  }
}

.container {
  margin: 0 auto;
  max-width: 1470px;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .container {
    padding: 0 90px;
  }
}
@media (min-width: 1600px) {
  .container {
    padding: 0 15px;
  }
}
.container.container--p-0 {
  padding: 0;
}
.container.container--alt {
  padding: 0 15px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.accordion__content {
  display: none;
  padding-bottom: 20px;
  margin-top: 20px;
}
.accordion__content li {
  margin: 0;
  padding: 0;
}
.accordion__content li + li {
  margin-top: 15px !important;
}

.accordion__item {
  background-color: #fff;
  border-radius: 28px;
  border: 1px solid #c2ccd4;
  padding: 10px 10px 10px 20px;
  position: relative;
}
.accordion__item.active:before {
  transform: rotate(180deg);
}
.accordion__item:before {
  background-image: url(/theme/images/svg/arrow-select.svg);
  background-size: 35.4px;
  content: "";
  display: block;
  height: 35.4px;
  position: absolute;
  right: 9px;
  top: 8px;
  transition: transform 0.5s;
  width: 35.4px;
}
.accordion__item + .accordion__item {
  margin-top: 20px;
}

.btn-reset.accordion__title {
  font-size: 1.0476190476rem;
  color: #292c34;
  display: block;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  padding-right: 60px;
  position: relative;
  z-index: 2;
  width: 100%;
}

.content:not(.content--steps):not(.product-finder) + .content--faq-alt {
  margin-top: -30px;
}
@media (min-width: 1220px) {
  .content:not(.content--steps):not(.product-finder) + .content--faq-alt {
    margin-top: -80px;
  }
}

.content--faq-alt.content--has-bg {
  overflow: hidden;
}
.content--faq-alt.content--has-bg .container {
  max-width: 1330px;
}
@media (min-width: 1220px) {
  .content--faq-alt.content--has-bg {
    padding-bottom: 125px;
    padding-top: 140px;
  }
}
.content--faq-alt.content--has-bg .accordion__item {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #008dc2;
  padding-left: 0;
  padding-right: 0;
}
.content--faq-alt.content--has-bg .accordion__item.active:before {
  transform: rotate(270deg) translateX(-10px);
}
.content--faq-alt.content--has-bg .accordion__item:before {
  background-image: url(/theme/images/svg/arrow-dark.svg);
  background-size: 12px;
  display: block;
  height: 21px;
  transform: rotate(90deg) translateX(10px);
  width: 12px;
}
.content--faq-alt.content--has-bg .accordion__item + .accordion__item {
  margin-top: 0;
}

.content--faq__plug {
  display: none;
  position: absolute;
  right: 15px;
  top: -85px;
}
@media (min-width: 1220px) {
  .content--faq__plug {
    display: block;
  }
}
@media (min-width: 1600px) {
  .content--faq__plug {
    right: -150px;
    height: auto;
    top: -100px;
    width: 160px;
  }
}

#tooltip {
  border: 5px solid #ededed;
  font-size: 16px;
  text-align: center;
  color: #292c34;
  background: #fff;
  position: absolute;
  z-index: 100;
  padding: 15px;
}

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ededed;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -10px;
}

#tooltip.top:after {
  border-bottom: 10px solid #111;
  border-top-color: transparent;
  bottom: auto;
  top: -20px;
}

#tooltip.left:after {
  left: 10px;
  margin: 0;
}

#tooltip.right:after {
  left: auto;
  margin: 0;
  right: 10px;
}

.bg-primary {
  background-color: #008dc2;
}

.bg-secondary {
  background-color: #292c34;
}

.bg-navy {
  background-color: #1b3245;
}

.bg-blue-grey {
  background-color: #e8eef3;
}

.bg-blue-alt {
  background-color: #477b9e;
}

.bg-blue-gradient {
  background: linear-gradient(90deg, #0d8dd3 0%, #6d9fc9 100%);
}

.bg-light-blue-gradient {
  background: linear-gradient(45deg, #00fffe 0%, #0082b5 100%);
}

.bg-blue-light {
  background-color: #6d9fc9;
}

.bg-blue-lighter {
  background-color: #b8e3f0;
}

.bg-blue-sky {
  background-color: #afcbe2;
}

.bg-blue-royal {
  background-color: #2d61b5;
}

.bg-white {
  background-color: #fff;
}

.bg-charcoal {
  background-color: #292c34;
}

.bg-grey-light {
  background-color: #e4eaef;
}

.text-primary {
  color: #008dc2;
}

.text-primary-alt {
  color: #0080a7;
}

.text-primary-all * {
  color: #008dc2;
}

.text-secondary {
  color: #292c34 !important;
}

.text-secondary-all * {
  color: #292c34;
}

.text-white {
  color: #fff;
}

.text-white-all * {
  color: #fff;
}

.text-blue-royal {
  color: #2d61b5;
}

.text-blue-royal-all * {
  color: #2d61b5;
}

.text-blue-alt2 {
  color: #0d8dd3;
}

.text-blue-alt2-all * {
  color: #0d8dd3;
}

.video-wrap {
  padding: 0 0 50.25%;
  position: relative;
}
.video-wrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.header-main {
  background-color: #292c34;
  padding: 10px 0 0;
  position: fixed;
  width: 100%;
  z-index: 100;
}
@media (min-width: 1220px) {
  .header-main > .container {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media (min-width: 1600px) {
  .header-main > .container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .header-main {
    padding-bottom: 20px;
  }
}
@media (min-width: 1220px) {
  .header-main {
    height: 135px;
    padding: 15px 15px 0;
    width: calc(100% - 30px);
  }
}
.header-main a:hover, .header-main a:focus {
  text-decoration: underline;
}
.header-main .postcode-toggle:hover, .header-main .postcode-toggle:focus,
.header-main .header-franchise-popup:hover,
.header-main .header-franchise-popup:focus {
  text-decoration: underline;
}

.header-main__logo-holder {
  display: block;
  margin: 0 auto 26px;
  transform: translateY(17px);
  width: 140px;
}
@media (min-width: 768px) {
  .header-main__logo-holder {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, 22px);
    width: 200px;
  }
}
@media (min-width: 1024px) {
  .header-main__logo-holder {
    top: 10px;
  }
}
@media (min-width: 1220px) {
  .header-main__logo-holder {
    left: auto;
    position: relative;
    top: -20px;
    transform: translate(0, 52px);
    width: 298px;
    z-index: 1;
  }
}

.header-main__subnav {
  display: flex;
  left: 15px;
  position: absolute;
  top: 19px;
}
@media (min-width: 768px) {
  .header-main__subnav {
    justify-content: flex-end;
    position: static;
  }
}
@media (min-width: 1024px) {
  .header-main__subnav {
    font-size: 1.1428571429rem;
  }
}
@media (min-width: 1220px) {
  .header-main__subnav {
    left: auto;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.header-main__subnav .btn-primary {
  min-width: 0;
  padding: 0;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .header-main__subnav .btn-primary {
    background-color: #008dc2;
    min-width: 170px;
    padding: 15px 20px;
  }
}
@media (min-width: 1024px) {
  .header-main__subnav .btn-primary:hover, .header-main__subnav .btn-primary:focus {
    background-color: #fff;
    color: #292c34;
    text-decoration: none;
  }
}
.header-main__subnav img {
  width: 20px;
}
.header-main__subnav li {
  position: relative;
}
.header-main__subnav li + li {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .header-main__subnav li + li {
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  .header-main__subnav li + li {
    margin-left: 40px;
  }
}

.header-main__nav {
  font-size: 0.6666666667rem;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
}
@media (min-width: 768px) {
  .header-main__nav {
    font-size: 0.8571428571rem;
    max-width: none;
    margin-top: 25px;
  }
}
@media (min-width: 1024px) {
  .header-main__nav {
    font-size: 1.1428571429rem;
    margin-top: 23px;
  }
}
@media (min-width: 1220px) {
  .header-main__nav {
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 75px;
    width: 100%;
  }
}
.header-main__nav > * {
  padding: 10px 15px;
  width: calc(33% - 30px);
}
@media (min-width: 400px) {
  .header-main__nav > * {
    padding: 10px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .header-main__nav > * {
    margin-right: 30px;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .header-main__nav > * {
    margin-right: 60px;
  }
}
@media (min-width: 768px) {
  .header-main__nav > *:last-child {
    margin-left: auto;
    margin-right: 65px;
  }
}
@media (min-width: 1024px) {
  .header-main__nav > *:last-child {
    margin-right: 95px;
  }
}

.header-gap {
  height: 116px;
}
@media (min-width: 400px) {
  .header-gap {
    height: 102px;
  }
}
@media (min-width: 768px) {
  .header-gap {
    height: 96px;
  }
}
@media (min-width: 1024px) {
  .header-gap {
    height: 128px;
  }
}
@media (min-width: 1220px) {
  .header-gap {
    height: 150px;
  }
}

.header-main__menu-toggle {
  background-color: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 6;
}
@media (min-width: 768px) {
  .header-main__menu-toggle {
    top: 39px;
  }
}
@media (min-width: 1024px) {
  .header-main__menu-toggle {
    top: 67px;
  }
}
@media (min-width: 1220px) {
  .header-main__menu-toggle {
    right: 0;
    top: 65px;
  }
}
.header-main__menu-toggle.active .line {
  background-color: #fff;
}
.header-main__menu-toggle.active .line:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.header-main__menu-toggle.active .line:nth-child(2) {
  opacity: 0;
}
.header-main__menu-toggle.active .line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
.header-main__menu-toggle:hover {
  cursor: pointer;
}
.header-main__menu-toggle .line {
  background-color: #fff;
  border-radius: 20px;
  display: block;
  height: 2px;
  margin: 8px auto;
  transition: all 0.3s ease-in-out;
  width: 45px;
}
.header-main__menu-toggle .line:nth-child(2) {
  width: 40px;
}

.footer-main {
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 600px) {
  .footer-main {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .footer-main {
    padding: 45px 0 40px;
  }
}
.footer-main h2 {
  font-size: 0.9523809524rem;
}
@media (min-width: 768px) {
  .footer-main h2 {
    font-size: 1.5238095238rem;
  }
}
@media (min-width: 1024px) {
  .footer-main h2 {
    margin-bottom: 30px;
  }
}
.footer-main ul {
  margin: 0 0 20px;
}
.footer-main a:hover, .footer-main a:focus {
  text-decoration: underline;
}

@media (min-width: 600px) {
  .footer-main__wrap {
    align-items: center;
    display: flex;
    margin: 0 0 20px -60px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .footer-main__wrap {
    align-items: flex-start;
    margin-bottom: 100px;
    margin-left: -225px;
  }
}
.footer-main__wrap > * {
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .footer-main__wrap > * {
    padding-left: 60px;
  }
}
@media (min-width: 1024px) {
  .footer-main__wrap > * {
    padding-left: 225px;
  }
}

.footer-main__logo {
  width: 100px;
}
@media (min-width: 600px) {
  .footer-main__logo {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  .footer-main__logo {
    width: auto;
  }
}

.footer-main__contact-col {
  margin-top: 20px;
}
@media (min-width: 600px) {
  .footer-main__contact-col {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .footer-main ul.footer-main__contact-list {
    font-size: 1.1428571429rem;
    margin-bottom: 30px;
  }
}
.footer-main ul.footer-main__contact-list li + li {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .footer-main ul.footer-main__contact-list li + li {
    margin-top: 20px;
  }
}
.footer-main ul.footer-main__contact-list a {
  color: #fff;
  display: flex;
  justify-content: center;
}
@media (min-width: 600px) {
  .footer-main ul.footer-main__contact-list a {
    justify-content: flex-start;
  }
}
.footer-main ul.footer-main__contact-list img,
.footer-main ul.footer-main__contact-list svg {
  margin-right: 10px;
}
.footer-main ul.footer-main__contact-list path {
  fill: #008dc2;
}
.footer-main ul.footer-main__contact-list rect,
.footer-main ul.footer-main__contact-list polyline,
.footer-main ul.footer-main__contact-list line {
  stroke: #008dc2;
}

.footer-main__bottom {
  font-size: 0.6666666667rem;
  padding: 0 45px;
}
@media (min-width: 600px) {
  .footer-main__bottom {
    align-items: center;
    display: flex;
  }
}
@media (min-width: 768px) {
  .footer-main__bottom {
    font-size: 0.7619047619rem;
    padding: 0;
  }
}
.footer-main__bottom > * {
  color: #d9d9d9;
  margin: 0 10px;
}

.footer-main ul.footer-main__links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0 0;
}
@media (min-width: 600px) {
  .footer-main ul.footer-main__links {
    justify-content: flex-start;
    margin-top: 0;
  }
}
.footer-main ul.footer-main__links > * {
  margin: 0 6px 5px;
}
@media (min-width: 600px) {
  .footer-main ul.footer-main__links > * {
    margin-bottom: 0;
  }
}
.footer-main ul.footer-main__links > *:last-child:after {
  display: none;
}
.footer-main ul.footer-main__links > *:after {
  content: "|";
  display: inline-block;
  padding-left: 10px;
}
.footer-main ul.footer-main__links a,
.footer-main ul.footer-main__links .popout-trigger-button {
  color: #d9d9d9;
  font-size: 0.6666666667rem;
}

.icon-tel svg,
.icon-mail svg {
  height: 27px;
  width: 27px;
}

.footer-contact-wrap {
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 10;
  transform: translateY(10px);
  transition: transform 0.3s linear;
}
@media (min-width: 1220px) {
  .footer-contact-wrap {
    right: 50px;
  }
}
.footer-contact-wrap:hover, .footer-contact-wrap:focus {
  transform: translateY(3px);
}

.contact-toggle-footer img {
  display: block;
  width: 50px;
  height: 81px;
}
@media (min-width: 768px) {
  .contact-toggle-footer img {
    width: 71px;
    height: 114px;
  }
}

.main-nav {
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(520px);
  transition: transform 0.5s;
  width: 520px;
  z-index: 100;
}
@media (min-width: 1220px) {
  .main-nav {
    font-size: 1.1428571429rem;
  }
}
.main-nav.active {
  transform: translateX(0);
}
.main-nav ul {
  padding: 0 15px 30px;
}
@media (min-width: 768px) {
  .main-nav ul {
    padding: 0 0 40px 40px;
  }
}
@media (min-width: 1220px) {
  .main-nav ul {
    padding: 0 0 70px 70px;
  }
}
.main-nav ul li a {
  padding-right: 45px;
}
@media (min-width: 1220px) {
  .main-nav ul li a {
    padding-right: 110px;
  }
}
.main-nav h2,
.main-nav h3 {
  font-size: 1.1428571429rem;
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .main-nav h2,
.main-nav h3 {
    font-size: 1.7142857143rem;
    margin-bottom: 30px;
    margin-top: 40px;
  }
}
@media (min-width: 1220px) {
  .main-nav h2,
.main-nav h3 {
    margin-top: 70px;
  }
}
.main-nav h3 {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.main-nav h3 span {
  display: block;
  margin-left: 60px;
}
.main-nav h3 .btn-reset {
  display: block;
  left: 0;
  position: absolute;
  top: -15px;
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .main-nav h3 .btn-reset {
    left: 25px;
    top: -10px;
  }
}
@media (min-width: 1220px) {
  .main-nav h3 .btn-reset {
    left: 55px;
    top: -7px;
  }
}
.main-nav li {
  position: relative;
}
.main-nav a:not(.menu-contact-toggle) {
  border-bottom: 1px solid #e2e8ed;
  color: #fff;
  display: block;
  padding: 10px 10px 10px 0;
}
@media (min-width: 768px) {
  .main-nav a:not(.menu-contact-toggle) {
    padding: 20px 20px 20px 0;
  }
}
.main-nav a:not(.menu-contact-toggle):hover, .main-nav a:not(.menu-contact-toggle):focus {
  text-decoration: underline;
}
.main-nav .btn-reset {
  padding: 15px;
}

.main-nav__sub-toggle {
  font-size: 0.8571428571rem;
  font-family: Ubuntu, sans-serif;
}
@media (min-width: 1220px) {
  .main-nav__sub-toggle {
    font-size: 1.1428571429rem;
  }
}

.js-sub-page-number {
  display: inline-block;
  transform: translateY(-6px);
}
@media (min-width: 1220px) {
  .js-sub-page-number {
    transform: translateY(-4px);
  }
}

.main-nav__sub {
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(520px);
  transition: transform 0.5s;
  width: 520px;
  z-index: 101;
}
.main-nav__sub.active {
  transform: translateX(0);
}

.main-nav__close {
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .main-nav__close {
    right: 20px;
    top: 20px;
  }
}

.main-nav__sub-toggle {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}
@media (min-width: 1220px) {
  .main-nav__sub-toggle {
    right: 50px;
    top: 50%;
  }
}

.menu-contact-toggle {
  margin-top: 30px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (min-width: 1220px) {
  .menu-contact-toggle {
    margin-top: 50px !important;
  }
}

label {
  cursor: pointer;
}

input,
select,
textarea {
  font-size: 0.8571428571rem;
  background-color: transparent;
  border-radius: 28px;
  border: 0;
  box-sizing: border-box;
  color: #292c34;
  font-family: Ubuntu, sans-serif;
  line-height: 1.4;
  padding: 10px 15px;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #292c34;
  opacity: 1;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #292c34;
  opacity: 1;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #292c34;
}
input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #292c34;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(/theme/images/svg/arrow-select.svg);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: 30px;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}

textarea {
  height: 140px;
  resize: none;
  overflow: auto;
}

.btn-submit {
  background-color: transparent;
  border: 2px solid #008dc2;
  border-radius: 50%;
  flex-shrink: 0;
  height: 45px;
  position: relative;
  transition: transform 0.5s;
  width: 45px;
}
.btn-submit:hover, .btn-submit:focus {
  transform: rotate(360deg);
}
.btn-submit:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.11' height='21.68' viewBox='0 0 12.11 21.68'%3E%3Cpath d='M1.27,21.68a1.27,1.27,0,0,1-.9-.38,1.28,1.28,0,0,1,0-1.8L9,10.84.37,2.17A1.26,1.26,0,0,1,0,1.27,1.26,1.26,0,0,1,1.27,0a1.26,1.26,0,0,1,.9.37l9.57,9.57a1.28,1.28,0,0,1,0,1.8L2.17,21.3A1.27,1.27,0,0,1,1.27,21.68Z' fill='%23008fc5' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 45px;
  left: 53%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
}

.select-filter {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(/theme/images/svg/arrow-select-white.svg);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 700;
  min-width: 250px;
}
.select-filter::-ms-expand {
  display: none;
}
.select-filter option {
  color: #292c34;
}

.g-recaptcha {
  overflow: hidden;
}

.g-recaptcha-outer {
  overflow: hidden;
}
@media (max-width: 767px) {
  .g-recaptcha-outer {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
}

.checkbox-wrap {
  display: flex;
  flex-wrap: wrap;
}
.checkbox-wrap input {
  flex-shrink: 0;
  height: 25px;
  width: 25px;
  margin-right: 5px;
}
.checkbox-wrap label {
  width: calc(100% - 40px);
}

.ajax .error {
  font-size: 0.8571428571rem;
  background-color: #ff0000;
  border-radius: 28px;
  color: #fff;
  display: block;
  padding: 10px 15px;
  width: calc(100% - 30px);
}

.success {
  background-color: #1a7a12;
  color: #fff;
  padding: 10px 15px;
  border-radius: 28px;
}

button {
  cursor: pointer;
  font-family: Ubuntu, sans-serif;
}

.btn-reset {
  font-size: 1rem;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.btn {
  font-size: 1rem;
  border: 0;
  border-radius: 0;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 15px;
}

.btn-primary,
.btn-charcoal {
  background-color: #008dc2;
  border-radius: 28px;
  color: #fff;
  display: inline-block;
  min-width: 165px;
  padding: 15px 20px;
  transition: background-color 0.3s;
  text-align: center;
}
.btn-primary:hover, .btn-primary:focus,
.btn-charcoal:hover,
.btn-charcoal:focus {
  background-color: #1b3245;
}

.btn-white {
  background-color: #fff;
  border-radius: 28px;
  color: #008dc2;
  display: inline-block;
  padding: 15px 20px;
  transition: all 0.3s;
}
.btn-white:hover, .btn-white:focus {
  background-color: #292c34;
  color: #fff;
}

.btn-arrow {
  align-items: center;
  border-radius: 28px;
  display: inline-flex;
  justify-content: space-between;
  padding: 5px 5px 5px 25px;
}
.btn-arrow.btn--ghost {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn-arrow.btn--ghost:after {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.11' height='21.68' viewBox='0 0 12.11 21.68'%3E%3Cpath d='M1.27,21.68a1.27,1.27,0,0,1-.9-.38,1.28,1.28,0,0,1,0-1.8L9,10.84.37,2.17A1.26,1.26,0,0,1,0,1.27,1.26,1.26,0,0,1,1.27,0a1.26,1.26,0,0,1,.9.37l9.57,9.57a1.28,1.28,0,0,1,0,1.8L2.17,21.3A1.27,1.27,0,0,1,1.27,21.68Z' fill='%23008DC2' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
.btn-arrow.btn-arrow-small:after {
  height: 40px;
  width: 40px;
}
.btn-arrow:hover:after, .btn-arrow:focus:after {
  transform: rotate(360deg);
}
.btn-arrow:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.11' height='21.68' viewBox='0 0 12.11 21.68'%3E%3Cpath d='M1.27,21.68a1.27,1.27,0,0,1-.9-.38,1.28,1.28,0,0,1,0-1.8L9,10.84.37,2.17A1.26,1.26,0,0,1,0,1.27,1.26,1.26,0,0,1,1.27,0a1.26,1.26,0,0,1,.9.37l9.57,9.57a1.28,1.28,0,0,1,0,1.8L2.17,21.3A1.27,1.27,0,0,1,1.27,21.68Z' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  display: block;
  height: 45px;
  flex-shrink: 0;
  margin-left: 25px;
  transition: transform 0.6s;
  width: 45px;
}

.btn-arrow--primary {
  background: #008dc2;
  color: #fff;
}
.btn-arrow--primary.btn-primary--alt {
  background: transparent;
  border: 1px solid #497c9c;
}
.btn-arrow--primary:after {
  content: "";
}

.btn-arrow--small-primary {
  color: #008dc2;
}
.btn-arrow--small-primary:after {
  content: "";
}

.btn-ghost {
  align-items: center;
  background-color: transparent;
  border-radius: 100px;
  border: 2px solid #fff;
  color: #fff;
  display: inline-flex;
  justify-content: space-between;
}
.btn-ghost:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.11' height='21.68' viewBox='0 0 12.11 21.68'%3E%3Cpath d='M1.27,21.68a1.27,1.27,0,0,1-.9-.38,1.28,1.28,0,0,1,0-1.8L9,10.84.37,2.17A1.26,1.26,0,0,1,0,1.27,1.26,1.26,0,0,1,1.27,0a1.26,1.26,0,0,1,.9.37l9.57,9.57a1.28,1.28,0,0,1,0,1.8L2.17,21.3A1.27,1.27,0,0,1,1.27,21.68Z' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 45px;
  margin-left: 25px;
  transition: transform 0.6s;
  width: 45px;
}

.btn-arrow--white-secondary {
  background-color: #fff;
  color: #292c34;
}
.btn-arrow--white-secondary:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.11' height='21.68' viewBox='0 0 12.11 21.68'%3E%3Cpath d='M1.27,21.68a1.27,1.27,0,0,1-.9-.38,1.28,1.28,0,0,1,0-1.8L9,10.84.37,2.17A1.26,1.26,0,0,1,0,1.27,1.26,1.26,0,0,1,1.27,0a1.26,1.26,0,0,1,.9.37l9.57,9.57a1.28,1.28,0,0,1,0,1.8L2.17,21.3A1.27,1.27,0,0,1,1.27,21.68Z' fill='%23415364' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  border-color: #292c34;
}

.btn-arrow--white-primary {
  background-color: #fff;
  color: #292c34;
}
.btn-arrow--white-primary:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.11' height='21.68' viewBox='0 0 12.11 21.68'%3E%3Cpath d='M1.27,21.68a1.27,1.27,0,0,1-.9-.38,1.28,1.28,0,0,1,0-1.8L9,10.84.37,2.17A1.26,1.26,0,0,1,0,1.27,1.26,1.26,0,0,1,1.27,0a1.26,1.26,0,0,1,.9.37l9.57,9.57a1.28,1.28,0,0,1,0,1.8L2.17,21.3A1.27,1.27,0,0,1,1.27,21.68Z' fill='%23EA2227' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  border-color: #008dc2;
}

.btn-blue-arrow {
  align-items: center;
  background-color: #008dc2;
  color: #fff;
  display: inline-flex;
  justify-content: center;
}
.btn-blue-arrow:hover:after, .btn-blue-arrow:focus:after {
  transform: translateX(5px) translateY(2px);
}
.btn-blue-arrow:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='22' viewBox='0 0 12.11 21.68'%3E%3Cpath d='M1.27,21.68a1.27,1.27,0,0,1-.9-.38,1.28,1.28,0,0,1,0-1.8L9,10.84.37,2.17A1.26,1.26,0,0,1,0,1.27,1.26,1.26,0,0,1,1.27,0a1.26,1.26,0,0,1,.9.37l9.57,9.57a1.28,1.28,0,0,1,0,1.8L2.17,21.3A1.27,1.27,0,0,1,1.27,21.68Z' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  display: block;
  height: 22px;
  margin-left: 10px;
  transform: translateY(2px);
  transition: transform 0.5s;
  width: 12px;
}

.btn-bold {
  display: inline-block;
  font-weight: 700;
}
.btn-bold:hover, .btn-bold:focus {
  color: #292c34;
}
.btn-bold.btn-bold--white {
  color: #fff;
}
.btn-bold.btn-bold--white:hover, .btn-bold.btn-bold--white:focus {
  background-color: transparent;
  color: #292c34;
}

.btn-simple-arrow {
  align-items: center;
  color: #008dc2;
  display: inline-flex;
  font-weight: normal;
}
.btn-simple-arrow:hover:after, .btn-simple-arrow:focus:after {
  transform: translate(5px, 2px);
}
.btn-simple-arrow.btn-simple-arrow--vertical:after {
  transform: translate(2px, 5px) rotate(90deg);
}
.btn-simple-arrow.btn-simple-arrow--vertical:hover:after, .btn-simple-arrow.btn-simple-arrow--vertical:focus:after {
  transform: translate(2px, 10px) rotate(90deg);
}
.btn-simple-arrow.btn-toggle:after {
  transform: translate(2px, 5px) rotate(90deg);
}
.btn-simple-arrow.btn-toggle.active:after {
  transform: translate(2px, 5px) rotate(270deg) !important;
}
.btn-simple-arrow.btn-toggle:hover:after, .btn-simple-arrow.btn-toggle:focus:after {
  transform: translate(2px, 5px) rotate(90deg);
}
.btn-simple-arrow.btn-simple-arrow--white {
  color: #fff;
}
.btn-simple-arrow.btn-simple-arrow--white:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.11' height='21.68' viewBox='0 0 12.11 21.68'%3E%3Cpath d='M1.27,21.68a1.27,1.27,0,0,1-.9-.38,1.28,1.28,0,0,1,0-1.8L9,10.84.37,2.17A1.26,1.26,0,0,1,0,1.27,1.26,1.26,0,0,1,1.27,0a1.26,1.26,0,0,1,.9.37l9.57,9.57a1.28,1.28,0,0,1,0,1.8L2.17,21.3A1.27,1.27,0,0,1,1.27,21.68Z' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
.btn-simple-arrow:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.11' height='21.68' viewBox='0 0 12.11 21.68'%3E%3Cpath d='M1.27,21.68a1.27,1.27,0,0,1-.9-.38,1.28,1.28,0,0,1,0-1.8L9,10.84.37,2.17A1.26,1.26,0,0,1,0,1.27,1.26,1.26,0,0,1,1.27,0a1.26,1.26,0,0,1,.9.37l9.57,9.57a1.28,1.28,0,0,1,0,1.8L2.17,21.3A1.27,1.27,0,0,1,1.27,21.68Z' fill='%23008DC2' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 8px;
  content: "";
  display: block;
  height: 14px;
  margin-left: 10px;
  transform: translateY(2px);
  transition: transform 0.5s;
  width: 11px;
}

.btn-pagination {
  display: inline-flex;
}
.btn-pagination.btn-pagination--prev:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.11' height='21.68' viewBox='0 0 12.11 21.68'%3E%3Cpath d='M1.27,21.68a1.27,1.27,0,0,1-.9-.38,1.28,1.28,0,0,1,0-1.8L9,10.84.37,2.17A1.26,1.26,0,0,1,0,1.27,1.26,1.26,0,0,1,1.27,0a1.26,1.26,0,0,1,.9.37l9.57,9.57a1.28,1.28,0,0,1,0,1.8L2.17,21.3A1.27,1.27,0,0,1,1.27,21.68Z' fill='%23008fc5' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-size: 8px;
  content: "";
  display: block;
  height: 14px;
  margin-right: 10px;
  transform: translateY(5px) rotate(180deg);
  transition: transform 0.5s;
  width: 8px;
}
.btn-pagination.btn-pagination--prev:hover:before, .btn-pagination.btn-pagination--prev:focus:before {
  transform: translate(-5px, 5px) rotate(180deg);
}
.btn-pagination.btn-pagination--next:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.11' height='21.68' viewBox='0 0 12.11 21.68'%3E%3Cpath d='M1.27,21.68a1.27,1.27,0,0,1-.9-.38,1.28,1.28,0,0,1,0-1.8L9,10.84.37,2.17A1.26,1.26,0,0,1,0,1.27,1.26,1.26,0,0,1,1.27,0a1.26,1.26,0,0,1,.9.37l9.57,9.57a1.28,1.28,0,0,1,0,1.8L2.17,21.3A1.27,1.27,0,0,1,1.27,21.68Z' fill='%23008fc5' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-size: 8px;
  content: "";
  display: block;
  height: 14px;
  margin-left: 10px;
  transform: translateY(5px);
  transition: transform 0.5s;
  width: 8px;
}
.btn-pagination.btn-pagination--next:hover:after, .btn-pagination.btn-pagination--next:focus:after {
  transform: translate(5px, 5px);
}

.btn-overlay-link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.btn-charcoal {
  background-color: #292c34;
  color: #fff;
}
.btn-charcoal.active, .btn-charcoal:focus {
  background-color: #008dc2;
}

.btn-back-link {
  display: flex;
  align-items: center;
  color: #292c34;
  font-weight: 700;
}
.btn-back-link:hover img, .btn-back-link:focus img {
  transform: translateX(-5px);
}
.btn-back-link img {
  margin-right: 20px;
  transition: transform 0.5s;
}

.panel {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .panel {
    padding: 40px 0;
  }
}
@media (min-width: 1024px) {
  .panel {
    padding: 60px 0;
  }
}

.panel-no-bg {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .panel-no-bg {
    margin: 40px 0;
  }
}
.panel-no-bg + .panel-no-bg {
  padding-top: 0;
}

.panel-columns {
  margin: 30px 0;
  padding: 1px 0 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .panel-columns {
    margin: 60px 0;
  }
}
@media (min-width: 1220px) {
  .panel-columns {
    margin: 90px 0 100px;
  }
}

.panel-stars {
  background-color: #008dc2;
  margin: -30px -15px 30px -15px;
  max-width: 260px;
  padding: 40px 20px 30px;
}
@media (min-width: 768px) {
  .panel-stars {
    margin: 0;
  }
}
.panel-stars span {
  font-weight: 700;
}
@media (min-width: 768px) {
  .panel-stars + div {
    margin-top: -70px;
  }
}
@media (min-width: 1024px) {
  .panel-stars + div {
    margin-top: -140px;
  }
}

.panel-stars__wrap {
  margin: 15px 0 10px;
}

.grid--border-radius {
  margin-top: -30px;
  position: relative;
}
.grid--border-radius > *:first-child {
  font-weight: 700;
}
@media (min-width: 768px) {
  .grid--border-radius > *:first-child .panel__wrap {
    padding-right: 30px;
  }
}
@media (min-width: 1600px) {
  .grid--border-radius > *:first-child .panel__wrap {
    padding-right: 150px;
  }
}
.grid--border-radius > *:first-child h2 {
  font-size: 1.7142857143rem;
  line-height: 44px;
}
@media (min-width: 1220px) {
  .grid--border-radius > *:first-child h2 {
    font-size: 2.380952381rem;
    margin-bottom: 40px;
  }
}
@media (min-width: 1220px) {
  .grid--border-radius > *:first-child p {
    font-size: 1.7142857143rem;
  }
}
@media (min-width: 1600px) {
  .grid--border-radius > *:last-child .panel__wrap {
    padding-right: 210px;
  }
}
.grid--border-radius > *:last-child p {
  font-size: 1rem;
  line-height: 34px;
}
@media (min-width: 768px) {
  .grid--border-radius > *:last-child p {
    font-size: 1.1428571429rem;
  }
}
.grid--border-radius > *:last-child p + .btn {
  margin-top: 15px;
}

@media (min-width: 1220px) {
  .panel--location-details {
    padding: 65px 0;
  }
}
.panel--location-details h2 {
  font-size: 1.1428571429rem;
}
@media (min-width: 768px) {
  .panel--location-details h2 {
    font-size: 1.7142857143rem;
    margin-bottom: 40px;
  }
}
.panel--location-details h3 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .panel--location-details h3 {
    font-size: 1.4761904762rem;
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .panel--location-details p {
    font-size: 1.1428571429rem;
  }
}
.panel--location-details a {
  color: #fff;
}

.google-reviews {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .google-reviews {
    margin: 50px 0;
  }
}
@media (max-width: 1219px) {
  .google-reviews .slick-prev {
    left: 0;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .google-reviews .slick-prev {
    left: calc(50% - 50px);
  }
}
@media (min-width: 1220px) {
  .google-reviews .slick-prev {
    left: 0;
    top: 45%;
  }
}
@media (max-width: 1219px) {
  .google-reviews .slick-next {
    right: auto;
    left: 70px;
    top: auto;
    bottom: -3px;
  }
}
@media (max-width: 767px) {
  .google-reviews .slick-next {
    left: auto;
    right: calc(50% - 50px);
  }
}
@media (min-width: 1220px) {
  .google-reviews .slick-next {
    right: 0;
    top: 45%;
  }
}

.google-reviews-box {
  background: linear-gradient(45deg, #037ca6 0%, #2a2c34 100%);
  padding: 30px;
  color: #fff;
}
@media (min-width: 768px) {
  .google-reviews-box {
    font-size: 1.1428571429rem;
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .google-reviews-box {
    padding: 60px;
  }
}
@media (min-width: 1220px) {
  .google-reviews-box {
    padding: 100px;
  }
}
.google-reviews-box h2 {
  font-size: 1.7142857143rem;
  line-height: 1.2;
}
@media (min-width: 1220px) {
  .google-reviews-box h2 {
    font-size: 2.6666666667rem;
  }
}

@media (min-width: 768px) {
  .google-reviews-box__stats {
    margin: 40px 0;
  }
}

.google-reviews-box__wrap {
  padding-bottom: 100px;
}
@media (min-width: 1220px) {
  .google-reviews-box__wrap {
    padding-bottom: 0;
    padding-left: 90px;
    padding-right: 90px;
  }
}

.google-reviews-box__stats__author {
  display: block;
  margin: 30px 0;
}

.google-reviews-box__stats__stars {
  display: flex;
}
.google-reviews-box__stats__stars img + img {
  margin-left: 5px;
}

.grid--local-installer {
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  .grid--local-installer {
    margin: 50px 0 0;
  }
}
@media (min-width: 1220px) {
  .grid--local-installer {
    margin: 120px 0 0;
  }
}
.grid--local-installer h2 {
  max-width: 500px;
}
@media (min-width: 1220px) {
  .grid--local-installer h2 {
    font-size: 2.5714285714rem;
    line-height: 1.2;
    margin-bottom: 55px;
  }
}
.grid--local-installer p {
  max-width: 800px;
}
@media (min-width: 1220px) {
  .grid--local-installer p {
    font-size: 1.1428571429rem;
  }
}
.grid--local-installer a {
  font-weight: 700;
}

@media (min-width: 768px) {
  .grid--local-installer__image {
    text-align: right;
  }
}

.panel--cta-image-bg {
  padding: 0;
}
@media (min-width: 1220px) {
  .panel--cta-image-bg {
    margin-bottom: 100px;
  }
}
.panel--cta-image-bg .container {
  max-width: 1550px;
  padding: 0;
}

.panel--cta-image-bg__box {
  overflow: hidden;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .panel--cta-image-bg__box {
    padding: 75px 0 60px;
  }
}
.panel--cta-image-bg__box:before {
  background: linear-gradient(90deg, rgba(32, 47, 57, 0.4) 0%, #202f39 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.panel--cta-image-bg__box:hover .btn, .panel--cta-image-bg__box:focus .btn {
  background-color: #008dc2;
  color: #fff;
}

.panel--cta-image-bg__image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.panel--cta-image-bg__wrap {
  max-width: 1390px;
  margin: 0 auto;
  padding: 0 15px;
}

.panel--cta-image-bg__grid {
  z-index: 2;
}
.panel--cta-image-bg__grid h2 {
  margin: 0;
}
@media (min-width: 768px) {
  .panel--cta-image-bg__grid h2 {
    text-align: right;
  }
}
@media (min-width: 1220px) {
  .panel--cta-image-bg__grid h2 {
    font-size: 3.0952380952rem;
    line-height: 1.1;
    margin-top: -10px;
  }
}
.panel--cta-image-bg__grid p {
  color: #fff;
}
@media (min-width: 1220px) {
  .panel--cta-image-bg__grid p {
    font-size: 1.1428571429rem;
  }
}
@media (min-width: 1220px) {
  .panel--cta-image-bg__grid .btn {
    margin-top: 35px;
  }
}

@media (min-width: 1024px) {
  .panel--cta-image-bg__grid {
    padding: 0 90px;
  }
}
@media (min-width: 1600px) {
  .panel--cta-image-bg__grid {
    padding: 0;
  }
}

.panel--installation {
  margin: 30px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .panel--installation {
    margin: 50px 0;
  }
}
@media (min-width: 1220px) {
  .panel--installation {
    margin: 90px 0 170px;
  }
}
.panel--installation .container {
  z-index: 1;
}
@media (min-width: 1220px) {
  .panel--installation h2 {
    font-size: 2.6666666667rem;
  }
}
@media (min-width: 1220px) {
  .panel--installation ul {
    margin-left: 540px;
  }
}
.panel--installation li {
  display: flex;
}
.panel--installation li + li {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .panel--installation li {
    font-size: 1.1428571429rem;
  }
}
.panel--installation li span {
  font-size: 1.3333333333rem;
  color: #008dc2;
  display: block;
  font-weight: 700;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .panel--installation li span {
    font-size: 2rem;
    margin-right: 25px;
  }
}

.panel--installation__car {
  margin-top: 30px;
}
@media (min-width: 1220px) {
  .panel--installation__car {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: -90px;
    width: 100%;
  }
}
.panel--installation__car img {
  max-width: none;
  width: 100%;
}

.panel--extra-content {
  overflow: hidden;
  padding: 30px;
}
@media (min-width: 768px) {
  .panel--extra-content {
    font-size: 1.1428571429rem;
    padding: 60px;
  }
}
@media (min-width: 1024px) {
  .panel--extra-content {
    padding: 60px 90px;
  }
}
@media (min-width: 1220px) {
  .panel--extra-content {
    padding: 100px 130px;
  }
}
@media (min-width: 1220px) {
  .panel--extra-content h2 {
    font-size: 2.6666666667rem;
    margin-bottom: 55px !important;
  }
}
@media (min-width: 768px) {
  .panel--extra-content p {
    line-height: 1.4;
  }
}

@media (min-width: 1220px) {
  .panel--extra-content__inner {
    width: 70%;
  }
}

.panel--extra-content__icon {
  position: absolute;
  bottom: -170px;
  right: -75px;
}
.panel--extra-content__icon img {
  mix-blend-mode: overlay;
  opacity: 0.68;
}

.content ul.panel--extra-content__areas {
  list-style: none;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.content ul.panel--extra-content__areas li {
  display: inline;
}
.content ul.panel--extra-content__areas a {
  color: #fff;
}

.panel--franchise-intro {
  margin: 30px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .panel--franchise-intro {
    margin: 50px 0;
  }
}
@media (min-width: 1220px) {
  .panel--franchise-intro {
    margin: 90px 0;
  }
}
.panel--franchise-intro .container {
  max-width: 1470px;
  padding: 0;
}

.franchise-box {
  clip-path: polygon(0% 0%, 0% -1%, 100% 0%, 100% 100%, 82% 100%, 0% 100%);
  transform: scaleZ(1);
  overflow: hidden;
}
@media (min-width: 1220px) {
  .franchise-box {
    clip-path: polygon(0% 0%, 0% -1%, 100% 0%, 100% 54%, 82% 100%, 0% 100%);
    margin-left: 180px;
  }
}

.franchise-box__bolt {
  top: -3px;
  display: block;
  left: -220px;
  max-width: none;
  position: absolute;
}
@media (min-width: 1024px) {
  .franchise-box__bolt {
    height: calc(100% + 3px);
    width: auto;
  }
}

@media (min-width: 1024px) {
  .franchise-box-photo--mob {
    display: none;
  }
}
.franchise-box-photo--mob img {
  border-radius: 50%;
}

.franchise-box-photo {
  display: none;
}
@media (min-width: 1024px) {
  .franchise-box-photo {
    display: inline-block;
    height: 350px;
    width: 350px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    z-index: 1;
  }
}
@media (min-width: 1220px) {
  .franchise-box-photo {
    height: 470px;
    left: 0;
    width: 470px;
  }
}
.franchise-box-photo img {
  border-radius: 50%;
}

.franchise-box__inner {
  padding: 30px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .franchise-box__inner {
    padding: 60px 80px 50px 430px;
  }
}
@media (min-width: 768px) {
  .franchise-box__inner h2 {
    font-size: 1.7142857143rem;
    margin-bottom: 40px;
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  .franchise-box__inner p {
    font-size: 1.1428571429rem;
  }
}

@media (min-width: 768px) {
  .franchise-box__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.franchise-box__list.franchise-box__list--alt {
  display: block;
}
.franchise-box__list li {
  align-items: center;
  display: flex;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .franchise-box__list li {
    margin-bottom: 25px;
    width: 50%;
  }
}
.franchise-box__list li + li {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .franchise-box__list li + li {
    margin-top: 0;
  }
}
.franchise-box__list li img {
  margin-right: 23px;
}

.panel--franchise-contact {
  margin: 30px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .panel--franchise-contact {
    margin: 40px 0;
  }
}
@media (min-width: 1024px) {
  .panel--franchise-contact {
    margin: 60px 0;
  }
}
@media (min-width: 1220px) {
  .panel--franchise-contact {
    margin: 90px 0;
  }
}
@media (min-width: 1220px) {
  .panel--franchise-contact .container {
    background-image: url(/theme/images/svg/bolt-large.svg);
    background-position: center right;
    background-repeat: no-repeat;
  }
}
.panel--franchise-contact .grid {
  max-width: 1200px;
}
.panel--franchise-contact h2 {
  margin-bottom: 30px;
}
@media (min-width: 1220px) {
  .panel--franchise-contact h2 {
    font-size: 2.6666666667rem;
    line-height: 1.3;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .panel--franchise-contact p {
    font-size: 1.1428571429rem;
  }
}
@media (min-width: 768px) {
  .panel--franchise-contact p.has-icon {
    font-size: 1.380952381rem;
  }
}
.panel--franchise-contact .btn {
  margin-top: 35px;
  min-width: 215px;
}
@media (min-width: 768px) {
  .panel--franchise-contact .btn {
    font-size: 1.1428571429rem;
  }
}
.panel--franchise-contact .col-right strong,
.panel--franchise-contact .col-right a {
  color: #008dc2;
  font-weight: 700;
  word-break: break-word;
}

.has-icon {
  align-items: center;
  display: flex;
}
.has-icon img {
  margin-right: 15px;
  width: 20px;
}
@media (min-width: 768px) {
  .has-icon img {
    margin-right: 35px;
    width: auto;
  }
}
.has-icon + .has-icon {
  margin-top: 30px;
}

.details__btn-holder {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (min-width: 1220px) {
  .details__btn-holder {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.details__btn-holder + .details__btn-holder {
  margin-top: 30px;
}
@media (min-width: 1220px) {
  .details__btn-holder + .details__btn-holder {
    margin-top: 55px;
  }
}

.panel--3-col-gradient {
  margin-bottom: 0 !important;
}
@media (min-width: 1220px) {
  .panel--3-col-gradient {
    padding: 90px 0 75px;
  }
}
.panel--3-col-gradient h2,
.panel--3-col-gradient h3,
.panel--3-col-gradient h4,
.panel--3-col-gradient h5,
.panel--3-col-gradient h6 {
  color: #fff;
}
@media (min-width: 768px) {
  .panel--3-col-gradient h2,
.panel--3-col-gradient h3,
.panel--3-col-gradient h4,
.panel--3-col-gradient h5,
.panel--3-col-gradient h6 {
    font-size: 1.7142857143rem;
  }
}
.panel--3-col-gradient p,
.panel--3-col-gradient li {
  font-size: 1rem;
}

.panel-no-bg-full-width-image {
  margin-top: 0;
}
@media (min-width: 1220px) {
  .panel-no-bg-full-width-image {
    margin-bottom: 90px;
  }
}
@media (min-width: 1220px) {
  .panel-no-bg-full-width-image h2 {
    font-size: 2.5714285714rem;
  }
}
@media (min-width: 1220px) {
  .panel-no-bg-full-width-image p,
.panel-no-bg-full-width-image li {
    font-size: 1.1428571429rem;
  }
}

.full-width-image {
  margin-bottom: 30px;
}
@media (min-width: 1220px) {
  .full-width-image {
    margin-bottom: 60px;
  }
}

.border-bottom:after {
  background: linear-gradient(45deg, #00fffe 0%, #0082b5 100%);
  display: block;
  height: 2px;
  content: "";
  margin-top: 30px;
}
@media (min-width: 768px) {
  .border-bottom:after {
    margin-top: 50px;
  }
}
@media (min-width: 1220px) {
  .border-bottom:after {
    margin-top: 90px;
  }
}

@media (min-width: 1220px) {
  .panel--text-video-image h2 {
    font-size: 2.5714285714rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 1220px) {
  .panel--text-video-image p,
.panel--text-video-image li {
    font-size: 1.1428571429rem;
  }
}

@media (min-width: 1220px) {
  .panel--no-bg-usps {
    margin: 90px 0;
  }
}
.panel--no-bg-usps img {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .panel--no-bg-usps img {
    margin-bottom: 40px;
  }
}
.panel--no-bg-usps h2 {
  line-height: 1.2;
}
@media (min-width: 768px) {
  .panel--no-bg-usps h2 {
    font-size: 1.7142857143rem;
    margin-bottom: 25px;
  }
}

@media (min-width: 1220px) {
  .panel-no-bg-spec,
.panel-no-bg--product-ctas {
    margin: 90px 0;
  }
}

.panel__specification {
  background: linear-gradient(45deg, #272f38 0%, #0080a7 100%);
}

.js-spec-toggle {
  font-size: 1rem;
  align-items: center;
  justify-content: space-between;
  display: flex;
  font-weight: 700;
  padding: 30px;
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  .js-spec-toggle {
    font-size: 1.7142857143rem;
    padding: 40px;
  }
}
@media (min-width: 1220px) {
  .js-spec-toggle {
    padding: 40px 70px;
  }
}
.js-spec-toggle img {
  margin-left: 20px;
  transition: transform 0.5s;
}
.js-spec-toggle.active img {
  transform: rotate(180deg);
}

.specification {
  display: none;
  padding: 0 30px 30px;
}
@media (min-width: 768px) {
  .specification {
    padding: 0 40px 30px;
  }
}
@media (min-width: 1220px) {
  .specification {
    padding: 0 70px 50px;
  }
}

.specification__title {
  border-top: 1px solid #fff;
  padding-top: 20px;
}
@media (min-width: 1220px) {
  .specification__title {
    padding-top: 30px;
  }
}

.specification__item {
  line-height: 1.2;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .specification__item {
    display: flex;
  }
}
@media (min-width: 1220px) {
  .specification__item {
    padding: 30px 0;
  }
}
.specification__item:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.specification__item dt {
  font-weight: 700;
}
@media (min-width: 768px) {
  .specification__item dt {
    padding-right: 80px;
    width: 210px;
  }
}
.specification__item dd {
  max-width: 840px;
}
@media (min-width: 768px) {
  .specification__item dd {
    width: calc(100% - 210px - 80px);
  }
}

@media (min-width: 768px) {
  .panel-no-bg--product-ctas h2 {
    font-size: 1.7142857143rem;
  }
}
@media (min-width: 768px) {
  .panel-no-bg--product-ctas p {
    font-size: 1.1428571429rem;
  }
}
.panel-no-bg--product-ctas .btn {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .panel-no-bg--product-ctas .btn {
    margin-top: 50px;
  }
}

@media (min-width: 1220px) {
  .panel-no-bg-product-details {
    margin: 60px 0 90px;
  }
}
.panel-no-bg-product-details .container {
  max-width: 1560px;
}

.product-usp-icon {
  height: 110px;
  width: auto;
}

.panel--call {
  background-color: #292c34;
  color: #fff;
  max-width: 1440px;
  margin: 30px auto 0;
  padding: 20px;
}
@media (min-width: 768px) {
  .panel--call {
    margin-top: 45px;
    padding: 50px;
    text-align: left;
  }
}
@media (min-width: 1220px) {
  .panel--call {
    margin: 45px 0 110px;
    padding: 70px;
  }
}
.panel--call .icon {
  display: inline-block;
  transform: translateY(2px);
  margin-right: 15px;
}

@media (min-width: 768px) {
  .panel--call__inner {
    align-items: flex-end;
    display: flex;
  }
}
.panel--call__inner h2 {
  max-width: 395px;
  color: #fff !important;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .panel--call__inner h2 {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
@media (min-width: 1220px) {
  .panel--call__inner h2 {
    margin-right: 110px;
  }
}
@media (min-width: 1024px) {
  .panel--call__inner strong {
    font-size: 1.5238095238rem;
  }
}

.trustpilot-widget {
  align-items: center;
  justify-content: center;
  background-color: #fff;
  display: flex;
  width: 300px;
  height: 176px;
  margin-left: -15px;
  margin-top: -30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .trustpilot-widget {
    position: absolute !important;
    left: 330px;
    top: 70px;
  }
}
@media (min-width: 1024px) {
  .trustpilot-widget {
    top: 140px;
    left: 405px;
  }
}
@media (min-width: 1600px) {
  .trustpilot-widget {
    left: 330px;
  }
}

.social-list {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 600px) {
  .social-list {
    justify-content: flex-start;
  }
}
.social-list > * {
  margin: 0 10px;
}
.social-list a {
  color: #fff;
}
.social-list a:hover, .social-list a:focus {
  color: #008dc2;
}

.hero-banner {
  min-height: calc(100vh - 120px);
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .hero-banner {
    min-height: calc(100vh - 97px);
  }
}
@media (min-width: 1024px) {
  .hero-banner {
    height: calc(100vh - 150px);
    min-height: 565px;
  }
}
@media (min-width: 1220px) {
  .hero-banner {
    height: auto;
    margin-top: 60px;
    margin-left: 100px;
    margin-right: 100px;
  }
}
.hero-banner .slick-slider {
  z-index: 1;
}
@media (min-width: 1024px) {
  .hero-banner .slick-slider {
    height: 100%;
  }
}
.hero-banner .slick-slide:before {
  background-color: #292c34;
  content: "";
  opacity: 0.68;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 1024px) {
  .hero-banner .slick-list,
.hero-banner .slick-track,
.hero-banner .slick-slide {
    height: 100%;
  }
}
.hero-banner .slick-arrow {
  z-index: 3;
}
@media (max-width: 1023px) {
  .hero-banner .slick-arrow {
    bottom: 140px;
    top: auto;
    transform: none;
  }
}
@media (min-width: 768px) {
  .hero-banner .slick-arrow {
    bottom: 115px;
  }
}
@media (max-width: 1023px) {
  .hero-banner .slick-prev {
    left: calc(50% - 55px);
  }
}
@media (max-width: 1023px) {
  .hero-banner .slick-next {
    bottom: 137px;
    right: calc(50% - 55px);
    transform: rotate(180deg);
  }
}
@media (min-width: 768px) {
  .hero-banner .slick-next {
    bottom: 112px;
  }
}

.hero-banner__content {
  height: calc(100vh - 386px);
  margin: 0 auto;
  max-width: 435px;
  padding: 30px 15px 240px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .hero-banner__content {
    height: calc(100vh - 416px);
    max-width: 700px;
    padding-bottom: 240px;
    padding-top: 80px;
  }
}
@media (min-width: 1024px) {
  .hero-banner__content {
    height: auto;
    left: 50%;
    max-width: 60%;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -62%);
    width: calc(100% - 30px);
  }
}
@media (min-width: 1600px) {
  .hero-banner__content {
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 768px) {
  .hero-banner__content h1,
.hero-banner__content h2 {
    font-size: 2.0952380952rem;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 1600px) {
  .hero-banner__content h1,
.hero-banner__content h2 {
    font-size: 3.0952380952rem;
  }
}
.hero-banner__content p {
  font-weight: 500;
}
@media (min-width: 768px) {
  .hero-banner__content p {
    font-size: 1.1428571429rem;
  }
}
@media (min-width: 768px) {
  .hero-banner__content .btn-primary {
    font-size: 1.1428571429rem;
    min-width: 230px;
  }
}

@media (min-width: 1024px) {
  .hero-banner__image {
    height: 100%;
    position: relative;
  }
}
.hero-banner__image:after {
  background-color: #706f6f;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.hero-banner__image img {
  height: auto;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .hero-banner__image img {
    position: static;
    transform: none;
  }
}

.hero-banner__btn {
  margin-top: 20px;
}
@media (min-width: 600px) {
  .hero-banner__btn {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media (min-width: 768px) {
  .hero-banner__btn {
    margin-left: auto;
    margin-top: 50px;
    margin-right: auto;
  }
}
.hero-banner__btn .btn {
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 600px) {
  .hero-banner__btn .btn {
    width: auto;
  }
}
.hero-banner__btn .btn + .btn {
  margin: 10px 0 0;
}
@media (min-width: 600px) {
  .hero-banner__btn .btn + .btn {
    margin: 0 0 0 20px;
  }
}

.hero-banner__plug {
  bottom: 0;
  right: 77px;
  position: absolute;
}

.hero-banner__side-btn {
  display: none;
}
@media (min-width: 1024px) {
  .hero-banner__side-btn {
    font-size: 0.7619047619rem;
    border-radius: 30px 30px 0 0;
    display: inline-flex;
    right: 0;
    padding: 15px;
    position: fixed;
    bottom: 0;
    z-index: 5;
  }
}
@media (min-width: 1024px) {
  .hero-banner__side-btn {
    font-size: 1rem;
    border-radius: 0 0 30px 30px;
    bottom: auto;
    left: 0;
    right: auto;
    padding: 15px 25px 20px;
    position: fixed;
    top: 225px;
    transform-origin: left top;
    transform: rotate(-90deg) translate(-100%, 0);
    z-index: 100;
  }
}

.hero-further {
  position: relative;
}
@media (min-width: 1220px) {
  .hero-further {
    margin-top: 60px;
    margin-left: 100px;
    margin-right: 100px;
  }
}
.hero-further.hero-further--has-plug.hero-further--no-overlay:before, .hero-further.hero-further--has-plug.hero-further--no-overlay:after {
  display: none;
}
.hero-further.hero-further--has-plug.hero-further--no-overlay h1 {
  text-shadow: none;
}
.hero-further:before {
  background-color: #292c34;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.hero-further .hero-further__image img {
  display: block;
}
@media (max-width: 767px) {
  .hero-further .hero-further__image img {
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.hero-further h1,
.hero-further h2 {
  left: 50%;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3;
}
@media (min-width: 600px) {
  .hero-further h1,
.hero-further h2 {
    font-size: 2.0952380952rem;
  }
}
@media (min-width: 768px) {
  .hero-further h1,
.hero-further h2 {
    font-size: 3.0952380952rem;
  }
}

.hero-further__content {
  color: #fff;
  padding: 15% 0;
  position: relative;
  text-align: center;
  z-index: 3;
}
@media (min-width: 768px) {
  .hero-further__content {
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.hero-further__content h1,
.hero-further__content h2 {
  margin: 0 0 20px;
  position: static;
  transform: none;
}
@media (min-width: 768px) {
  .hero-further__content h1,
.hero-further__content h2 {
    font-size: 2.0952380952rem;
  }
}
@media (min-width: 1220px) {
  .hero-further__content h1,
.hero-further__content h2 {
    font-size: 3.0952380952rem;
  }
}
@media (min-width: 1220px) {
  .hero-further__content p {
    font-size: 1.1428571429rem;
    margin: 30px 0;
  }
}
.hero-further__content .content__btns {
  margin-top: 20px;
}
@media (min-width: 1220px) {
  .hero-further__content .content__btns {
    margin-top: 40px;
  }
}
.hero-further__content .content__btns a {
  color: #fff;
}

.slick-arrow {
  cursor: pointer;
  display: block;
  height: 45px;
  line-height: 56px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  width: 45px;
  z-index: 2;
}
.slick-arrow:hover, .slick-arrow:focus {
  color: #008dc2;
}
.slick-arrow:hover path, .slick-arrow:focus path {
  fill: #008dc2;
}
.slick-arrow img,
.slick-arrow svg {
  display: block;
  margin: 0 auto;
}

.slide-title {
  font-size: 1.4285714286rem;
}
@media (min-width: 768px) {
  .slide-title {
    font-size: 3.0952380952rem;
  }
}

.slick-prev {
  left: 15px;
}
@media (min-width: 768px) {
  .slick-prev {
    left: 95px;
  }
}

.slick-next {
  right: 15px;
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 768px) {
  .slick-next {
    right: 95px;
  }
}

.slick-prev--alt,
.slick-next--alt {
  border-radius: 0;
  border: 0;
}
.slick-prev--alt:hover, .slick-prev--alt:focus,
.slick-next--alt:hover,
.slick-next--alt:focus {
  background-color: transparent;
  color: #008dc2;
}

.slick-prev--alt {
  transform: translateY(-50%);
}

.slick-next--alt {
  transform: translateY(-50%) rotate(180deg);
}

.slider-animation h1,
.slider-animation p,
.slider-animation .btn {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 3s linear;
}
.slider-animation .btn {
  transition: transform 3s linear, background-color 0.3s linear;
}
.slider-animation .slick-current h1,
.slider-animation .slick-current p,
.slider-animation .slick-current .btn,
.slider-animation .slick-active h1,
.slider-animation .slick-active p,
.slider-animation .slick-active .btn {
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadein;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.location-map {
  padding: 30px 0;
  position: relative;
}
@media (min-width: 768px) {
  .location-map {
    padding: 0 0 30px;
  }
}
.location-map .container {
  position: relative;
  z-index: 2;
}
.location-map .grid > * {
  position: relative;
}
.location-map .btn {
  min-width: 210px;
}
.location-map .text-large {
  font-size: 1.9047619048rem;
}
@media (min-width: 768px) {
  .location-map .text-large {
    font-size: 3.0952380952rem;
  }
}

.bg-arrows {
  display: flex;
  left: 50%;
  position: absolute;
  top: 120px;
  transform: translateX(-50%) rotate(90deg);
  width: 320px;
  z-index: -1;
}
@media (min-width: 768px) {
  .bg-arrows {
    display: none;
    transform: none;
  }
}
@media (min-width: 1220px) {
  .bg-arrows {
    width: auto;
  }
}
.bg-arrows.bg-arrows--desktop {
  display: none;
}
@media (min-width: 768px) {
  .bg-arrows.bg-arrows--desktop {
    display: flex;
    left: 44%;
    top: 50%;
    transform: translate(30%, -50%);
    z-index: 0;
  }
}
@media (min-width: 1220px) {
  .bg-arrows.bg-arrows--desktop {
    transform: translate(0, -50%);
  }
}
.bg-arrows > *:nth-child(2) img {
  opacity: 0.8;
  transform: translateX(-100px);
}
.bg-arrows > *:nth-child(3) img {
  opacity: 0.6;
  transform: translateX(-200px);
}
.bg-arrows > *:nth-child(4) img {
  opacity: 0.4;
  transform: translateX(-300px);
}
.bg-arrows > *:nth-child(5) img {
  opacity: 0.2;
  transform: translateX(-400px);
}
.bg-arrows img {
  display: block;
}

.location-map__content {
  max-width: 440px;
}
@media (min-width: 1220px) {
  .location-map__content {
    margin-left: 125px;
  }
}
@media (min-width: 768px) {
  .location-map__content h2 {
    font-size: 2.7142857143rem;
  }
}
@media (min-width: 1220px) {
  .location-map__content h2 {
    font-size: 3.0952380952rem;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .location-map__content h2 span {
    line-height: 1;
  }
}
.location-map__content h3 {
  font-size: 1.0952380952rem;
}

.location-map__plug {
  left: 0;
  position: absolute;
  top: 20%;
}
@media (min-width: 768px) {
  .location-map__plug {
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
  }
}
@media (min-width: 1220px) {
  .location-map__plug {
    left: -45px;
    top: 60%;
    width: 50%;
  }
}

.location-map__holder {
  margin-top: 40px;
  max-width: 560px;
}
@media (min-width: 768px) {
  .location-map__holder {
    margin-top: 0;
  }
}
@media (min-width: 1220px) {
  .location-map__holder {
    margin: 0 0 0 auto;
  }
}

.location-map__map {
  display: block;
  margin: 0 auto;
}

.location-map__pins {
  bottom: 4%;
  left: 58%;
  position: absolute;
  transform: translate(-56%, -4%);
}

@media (min-width: 1220px) {
  .postcode-check {
    margin-top: 125px;
  }
}
.postcode-check h3 {
  font-weight: 500;
}

[data-aos=plug-animation] {
  opacity: 0;
}
[data-aos=plug-animation].aos-animate {
  opacity: 1;
}

[data-aos=map-animation] {
  display: block;
  opacity: 0;
  transform: scale(0.8);
  transition: transform 0.5s, opacity 0.5s;
}
[data-aos=map-animation].aos-animate {
  opacity: 1;
  transform: scale(1);
}

[data-aos=arrows-animation] .bg-arrow__image {
  opacity: 0;
  transition: transform 0.8s, opacity 0.8s;
}
[data-aos=arrows-animation] .bg-arrow__image:nth-child(1) {
  transform: translateX(-20px);
}
[data-aos=arrows-animation] .bg-arrow__image:nth-child(2) {
  transform: translateX(-40px);
}
[data-aos=arrows-animation] .bg-arrow__image:nth-child(3) {
  transform: translateX(-60px);
}
[data-aos=arrows-animation] .bg-arrow__image:nth-child(4) {
  transform: translateX(-80px);
}
[data-aos=arrows-animation] .bg-arrow__image:nth-child(5) {
  transform: translateX(-100px);
}
[data-aos=arrows-animation].aos-animate .bg-arrow__image {
  opacity: 1;
  transform: translateX(0);
}

.location-views__btns {
  display: flex;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto;
}
.location-views__btns .btn {
  flex-shrink: 0;
  min-width: 0;
  padding: 10px 0;
  transition: width 0.4s;
}
@media (min-width: 768px) {
  .location-views__btns .btn {
    font-size: 1.4285714286rem;
    width: 70% !important;
  }
}
@media (min-width: 1220px) {
  .location-views__btns .btn {
    font-size: 1.7142857143rem;
  }
}
.location-views__btns .btn.active {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .location-views__btns .btn.active {
    width: 50% !important;
  }
}
.location-views__btns .btn.active span {
  transform: translateX(0) !important;
}
.location-views__btns .btn:first-child {
  border-radius: 50px 0 0 50px;
  width: 140px;
}
@media (min-width: 768px) {
  .location-views__btns .btn:first-child {
    border-radius: 50px;
  }
}
.location-views__btns .btn:first-child span {
  display: block;
}
@media (min-width: 768px) {
  .location-views__btns .btn:first-child span {
    transform: translateX(-20px);
  }
}
.location-views__btns .btn:last-child {
  border-radius: 0 50px 50px 0;
  width: 140px;
}
@media (min-width: 768px) {
  .location-views__btns .btn:last-child {
    border-radius: 50px;
    transform: translateX(-20%);
  }
}
.location-views__btns .btn:last-child span {
  display: block;
}
@media (min-width: 768px) {
  .location-views__btns .btn:last-child span {
    transform: translateX(20px);
  }
}

.locations-holder + section {
  margin-top: -3px;
}

#view-section2 {
  display: none;
}

.panel--locations.locations--map-view {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .panel--locations.locations--map-view {
    margin: 50px 0;
  }
}
@media (min-width: 1220px) {
  .panel--locations.locations--map-view {
    margin: 90px 0 110px;
  }
}
.panel--locations.locations--map-view .container {
  max-width: 1550px;
}
@media (min-width: 1024px) {
  .panel--locations.locations--map-view h2 {
    text-align: right;
  }
}
@media (min-width: 1220px) {
  .panel--locations.locations--map-view h2 {
    font-size: 2.6666666667rem;
    line-height: 1.2;
  }
}
@media (min-width: 1220px) {
  .panel--locations.locations--map-view p {
    font-size: 1.1428571429rem;
  }
}

#location-postcode-finder {
  display: none;
}

.mapbox-gl-geocoder--error.mapbox-gl-geocoder--no-results:after {
  content: ". Please enter a valid UK Postcode";
}

@media (min-width: 1220px) {
  .content-blocks {
    margin-top: 95px;
  }
}
.content-blocks .content--cta-panel:nth-child(3) .cta-panel-box {
  direction: ltr;
}
.content-blocks .content--cta-panel:nth-child(3) .cta-panel-box * {
  direction: ltr;
}
@media (min-width: 768px) {
  .content-blocks .content--cta-panel:nth-child(3) .cta-panel-box > div:first-child {
    width: 63%;
  }
}
@media (min-width: 768px) {
  .content-blocks .content--cta-panel:nth-child(3) .cta-panel-box > div:last-child {
    width: 37%;
  }
}
.content-blocks .content--cta-panel:nth-child(3) .cta-panel-box > div h2 {
  max-width: 590px;
}
.content-blocks .content--cta-panel:nth-child(3) .cta-panel-box > div p {
  max-width: none;
}

.content-blocks__item {
  padding: 30px 0;
}
@media (min-width: 1220px) {
  .content-blocks__item:first-child {
    padding-top: 100px;
  }
}
.content-blocks__item:nth-child(even) {
  background-color: #b8e3f0;
}
@media (min-width: 768px) {
  .content-blocks__item:nth-child(odd) .grid {
    direction: rtl;
  }
  .content-blocks__item:nth-child(odd) .grid * {
    direction: ltr;
  }
}
@media (min-width: 768px) {
  .content-blocks__item {
    padding: 40px 0;
  }
}
@media (min-width: 1220px) {
  .content-blocks__item {
    padding: 67px 0;
  }
}
.content-blocks__item h2,
.content-blocks__item h3,
.content-blocks__item h4,
.content-blocks__item h5,
.content-blocks__item h6 {
  color: #292c34;
}
.content-blocks__item h2 {
  font-size: 1.1428571429rem;
}
@media (min-width: 768px) {
  .content-blocks__item h2 {
    font-size: 1.7142857143rem;
  }
}
@media (min-width: 768px) {
  .content-blocks__item p + .btn,
.content-blocks__item p + .btn-reset {
    margin-top: 30px;
  }
}
.content-blocks__item .btn + .btn-reset,
.content-blocks__item .btn + .btn,
.content-blocks__item .btn-reset + .btn-reset,
.content-blocks__item .btn-reset + .btn {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .content-blocks__item .btn + .btn-reset,
.content-blocks__item .btn + .btn,
.content-blocks__item .btn-reset + .btn-reset,
.content-blocks__item .btn-reset + .btn {
    margin-top: 30px;
  }
}
.content-blocks__item img {
  border-radius: 30px;
}

.content-blocks__content {
  max-width: 450px;
}

.stats {
  margin: 20px 0 40px;
}
@media (min-width: 1220px) {
  .stats {
    margin-top: 80px;
  }
}

.stats__grid {
  margin-top: -40px;
}
@media (min-width: 768px) {
  .stats__grid {
    border-bottom: 4px dotted #b1b1b1;
    margin-bottom: 80px;
  }
}
.stats__grid > * {
  margin-top: 40px;
}
.stats__grid h2 {
  font-size: 1.1428571429rem;
  color: #292c34;
  margin: 0 auto;
  max-width: 280px;
}
@media (max-width: 767px) {
  .stats__grid h2 {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .stats__grid h2 {
    font-size: 1.3333333333rem;
    margin: 0;
  }
}
@media (min-width: 1220px) {
  .stats__grid h2 {
    font-size: 2.1904761905rem;
    line-height: 1.2;
    margin-top: 30px;
  }
}
.stats__grid h2 span {
  font-size: 1.7142857143rem;
  color: #008dc2;
  display: block;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .stats__grid h2 span {
    font-size: 2.2857142857rem;
    line-height: 48px;
  }
}
@media (min-width: 1220px) {
  .stats__grid h2 span {
    font-size: 6.0476190476rem;
    line-height: 130px;
  }
}

.stats__item {
  padding: 0 0 0 40px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .stats__item {
    padding: 0 0 40px 40px;
    text-align: left;
  }
}
.stats__item:before, .stats__item:after {
  background-color: #b1b1b1;
  border-radius: 30px;
  content: "";
  height: calc(100% - 20px);
  left: 19px;
  position: absolute;
  top: 20px;
  width: 3.5px;
  z-index: -1;
}
@media (min-width: 768px) {
  .stats__item:before, .stats__item:after {
    height: 50%;
    left: 10px;
    top: 70px;
  }
}
@media (min-width: 1220px) {
  .stats__item:before, .stats__item:after {
    left: -1.5px;
  }
}
.stats__item:after {
  display: none;
}
@media (min-width: 768px) {
  .stats__item:after {
    background-color: transparent;
    border-left: 4px dotted #b1b1b1;
    bottom: 0;
    display: block;
    height: 34%;
    top: auto;
  }
}

.stats__icon {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .stats__icon {
    justify-content: flex-start;
  }
}

.stats__plug {
  left: 6px;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .stats__plug {
    left: -3px;
    top: 50px;
  }
}
@media (min-width: 1220px) {
  .stats__plug {
    left: -15px;
  }
}

.stats__circle {
  bottom: -12px;
  left: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .stats__circle {
    bottom: -22px;
    left: -10px;
  }
}
@media (min-width: 1220px) {
  .stats__circle {
    left: -22px;
  }
}

[data-aos=stats-animation] .stats__plug {
  display: block;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.5s, transform 0.5s;
}
[data-aos=stats-animation] .stats__circle {
  display: block;
  transform: rotate(360deg);
  transition: transform 0.5s;
}
[data-aos=stats-animation].aos-animate .stats__plug {
  opacity: 1;
  transform: translateY(0);
}
[data-aos=stats-animation].aos-animate .stats__circle {
  transform: rotate(0);
}

.timeline {
  margin: 20px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .timeline {
    margin: 40px 0;
    text-align: left;
  }
}
@media (min-width: 1220px) {
  .timeline {
    margin: 125px 0 80px;
  }
}
.timeline .container--timeline {
  max-width: 900px;
}
.timeline h2 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .timeline h2 {
    font-size: 1.7142857143rem;
    margin-bottom: 30px;
  }
}
.timeline h2:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.11' height='21.68' viewBox='0 0 12.11 21.68'%3E%3Cpath d='M1.27,21.68a1.27,1.27,0,0,1-.9-.38,1.28,1.28,0,0,1,0-1.8L9,10.84.37,2.17A1.26,1.26,0,0,1,0,1.27,1.26,1.26,0,0,1,1.27,0a1.26,1.26,0,0,1,.9.37l9.57,9.57a1.28,1.28,0,0,1,0,1.8L2.17,21.3A1.27,1.27,0,0,1,1.27,21.68Z' fill='%230d8dd3' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #0d8dd3;
  content: "";
  display: block;
  height: 37px;
  margin: 10px auto 0;
  transform: rotate(90deg);
  width: 37px;
}
@media (min-width: 768px) {
  .timeline h2:after {
    display: none;
  }
}

.timeline__wrap {
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .timeline__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .timeline__wrap {
    max-width: 900px;
  }
}

.timeline__item {
  position: relative;
}
@media (min-width: 768px) {
  .timeline__item {
    margin-top: 70px;
    width: 50%;
  }
}
.timeline__item:before {
  border-left: 4px dotted #b1b1b1;
  content: "";
  display: block;
  height: 100px;
  margin: 20px auto;
  width: 1px;
}
@media (min-width: 768px) {
  .timeline__item:before {
    display: none;
  }
}
.timeline__item:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.24' height='36.84' viewBox='0 0 27.24 36.84'%3E%3Cg id='c'%3E%3Cpolygon points='14.42 0 0 17.35 10.7 17.35 10.7 36.84 27.24 12.62 14.42 12.86 14.42 0' fill='%23adadad'/%3E%3C/g%3E%3C/svg%3E");
  content: "";
  height: 37px;
  left: 50%;
  position: absolute;
  top: 30px;
  transform: translateX(-50%);
  width: 27px;
}
@media (min-width: 768px) {
  .timeline__item:after {
    display: none;
  }
}
.timeline__item + .timeline__item {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .timeline__item + .timeline__item {
    margin-top: 70px;
  }
}
.timeline__item:nth-child(2) .timeline__content:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.11' height='21.68' viewBox='0 0 12.11 21.68'%3E%3Cpath d='M1.27,21.68a1.27,1.27,0,0,1-.9-.38,1.28,1.28,0,0,1,0-1.8L9,10.84.37,2.17A1.26,1.26,0,0,1,0,1.27,1.26,1.26,0,0,1,1.27,0a1.26,1.26,0,0,1,.9.37l9.57,9.57a1.28,1.28,0,0,1,0,1.8L2.17,21.3A1.27,1.27,0,0,1,1.27,21.68Z' fill='%232D61B5' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  border-color: #2d61b5;
}
.timeline__item:nth-child(3) .timeline__content:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.11' height='21.68' viewBox='0 0 12.11 21.68'%3E%3Cpath d='M1.27,21.68a1.27,1.27,0,0,1-.9-.38,1.28,1.28,0,0,1,0-1.8L9,10.84.37,2.17A1.26,1.26,0,0,1,0,1.27,1.26,1.26,0,0,1,1.27,0a1.26,1.26,0,0,1,.9.37l9.57,9.57a1.28,1.28,0,0,1,0,1.8L2.17,21.3A1.27,1.27,0,0,1,1.27,21.68Z' fill='%236D9FC9' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  border-color: #6d9fc9;
}
@media (min-width: 768px) {
  .timeline__item:nth-child(even) .timeline__content {
    margin-left: 60px;
    transform: translateY(140px);
  }
}
@media (min-width: 1220px) {
  .timeline__item:nth-child(even) .timeline__content {
    margin-left: 145px;
  }
}

@media (min-width: 768px) {
  .timeline__content {
    max-width: 300px;
  }
}
.timeline__content:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.11' height='21.68' viewBox='0 0 12.11 21.68'%3E%3Cpath d='M1.27,21.68a1.27,1.27,0,0,1-.9-.38,1.28,1.28,0,0,1,0-1.8L9,10.84.37,2.17A1.26,1.26,0,0,1,0,1.27,1.26,1.26,0,0,1,1.27,0a1.26,1.26,0,0,1,.9.37l9.57,9.57a1.28,1.28,0,0,1,0,1.8L2.17,21.3A1.27,1.27,0,0,1,1.27,21.68Z' fill='%230d8dd3' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #0d8dd3;
  border-radius: 50%;
  content: "";
  display: block;
  height: 37px;
  margin: 10px auto 20px;
  transform: rotate(90deg);
  width: 37px;
}
@media (min-width: 768px) {
  .timeline__content:before {
    display: none;
  }
}
.timeline__content img,
.timeline__content svg {
  display: block;
  margin: 0 auto 23px;
}
@media (min-width: 768px) {
  .timeline__content img,
.timeline__content svg {
    margin: 0 0 23px;
  }
}
.timeline__content h3 {
  font-size: 1.1428571429rem;
}
@media (min-width: 1024px) {
  .timeline__content h3 {
    font-size: 1.7142857143rem;
  }
}

@media (min-width: 768px) {
  .timeline__btns {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .timeline__btns .btn-primary {
    font-size: 1.1428571429rem;
    min-width: 220px;
  }
}
.timeline__btns .btn-bold {
  margin-top: 20px;
}

.timeline__line-1,
.timeline__line-2,
.timeline__line-3 {
  display: none;
}
@media (min-width: 768px) {
  .timeline__line-1,
.timeline__line-2,
.timeline__line-3 {
    display: block;
  }
}
@media (min-width: 1220px) {
  .timeline__line-1,
.timeline__line-2,
.timeline__line-3 {
    display: block;
    max-width: none;
  }
}

@media (min-width: 768px) {
  .timeline__line-1 {
    transform: translateX(156px);
    width: 230px;
  }
}
@media (min-width: 1024px) {
  .timeline__line-1 {
    transform: translateX(78px);
    width: auto;
  }
}

.timeline__line-2 {
  left: -137px;
  position: absolute;
  top: 68px;
}
@media (min-width: 1024px) {
  .timeline__line-2 {
    left: -210px;
    top: 20px;
  }
}
@media (min-width: 1220px) {
  .timeline__line-2 {
    left: -270px;
    top: 10px;
  }
}

.timeline__line-3 {
  position: absolute;
  right: -190px;
  top: 99px;
  width: 220px;
}
@media (min-width: 1024px) {
  .timeline__line-3 {
    right: -260px;
    top: 80px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .timeline__icon-1 {
    transform: translateX(57px);
  }
}

.steps-box {
  padding: 30px;
}
@media (min-width: 768px) {
  .steps-box {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .steps-box {
    padding: 60px 90px;
  }
}
@media (min-width: 1220px) {
  .steps-box {
    padding: 60px 70px 90px;
  }
}
.steps-box .grid + .grid {
  margin-top: 160px;
}
@media (min-width: 768px) {
  .steps-box .grid + .grid {
    margin-top: 200px;
  }
}
.steps-box .grid:last-child div:last-child .steps-box__dots-mob,
.steps-box .grid:last-child div:last-child .steps-box__bolt-mob {
  display: none;
}
.steps-box .width-medium-1-2 {
  position: relative;
}
.steps-box .width-medium-1-2 .steps-box__dots-mob {
  border-left: 4px dotted #60d0e2;
  bottom: -140px;
  content: "";
  display: block;
  height: 130px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 2px;
}
@media (min-width: 768px) {
  .steps-box .width-medium-1-2 .steps-box__dots-mob {
    display: none;
  }
}
.steps-box .width-medium-1-2 .steps-box__bolt-mob {
  background-image: url(/theme/images/svg/bolt2.svg);
  content: "";
  display: block;
  height: 47px;
  width: 35px;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .steps-box .width-medium-1-2 .steps-box__bolt-mob {
    display: none;
  }
}
.steps-box .steps-box__bolt-alt + .width-medium-1-2 {
  margin-top: 160px;
}
@media (min-width: 768px) {
  .steps-box .steps-box__bolt-alt + .width-medium-1-2 {
    margin-top: 0;
  }
}

.steps-box__title {
  font-size: 1.1428571429rem;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .steps-box__title {
    font-size: 1.7142857143rem;
  }
}
@media (min-width: 1220px) {
  .steps-box__title {
    margin-bottom: 130px;
  }
}

.steps-box__grid-wrap > div:nth-last-child(1) .steps-box__dots-rounded,
.steps-box__grid-wrap > div:nth-last-child(1) .steps-box__bolt-alt {
  display: none;
}

.steps-box__no {
  font-size: 1.9047619048rem;
  color: #008dc2;
}
.steps-box__no span {
  background-color: #292c34;
  padding: 0 28px;
}

.steps-box__dots,
.steps-box__dots-rounded,
.steps-box__bolt,
.steps-box__bolt-alt {
  display: none;
}
@media (min-width: 768px) {
  .steps-box__dots,
.steps-box__dots-rounded,
.steps-box__bolt,
.steps-box__bolt-alt {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }
}
.steps-box__dots img,
.steps-box__dots-rounded img,
.steps-box__bolt img,
.steps-box__bolt-alt img {
  max-width: none;
}

.steps-box__dots {
  width: 270px;
  overflow: hidden;
}
@media (min-width: 1220px) {
  .steps-box__dots {
    width: auto;
  }
}

.steps-box__dots-rounded {
  bottom: -190px;
  top: auto;
}

.steps-box__bolt {
  background-color: #292c34;
  padding: 0 10px;
  top: -5px;
  left: calc(50% - 4px);
}
@media (min-width: 1220px) {
  .steps-box__bolt {
    background-color: transparent;
  }
}

.steps-box__bolt-alt {
  bottom: -138px;
  left: calc(50% - 7px);
  top: auto;
}

.testimonials {
  background-color: #C2CBD9;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 30px 0;
  position: relative;
}
@media (min-width: 768px) {
  .testimonials {
    padding-top: 40px;
  }
}
@media (min-width: 1220px) {
  .testimonials {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.testimonials:after {
  background-color: #96A4B8;
  bottom: 0;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
  content: "";
  height: 25%;
  position: absolute;
  right: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .testimonials:after {
    height: 35%;
  }
}
@media (min-width: 1024px) {
  .testimonials:after {
    height: 45%;
  }
}
.testimonials .container {
  position: relative;
  z-index: 1;
}
.testimonials .grid {
  align-items: flex-end;
}
@media (min-width: 1600px) {
  .testimonials .grid {
    align-items: flex-start;
  }
}
.testimonials blockquote {
  padding: 40px 0;
  position: relative;
}
.testimonials p {
  font-size: 1.1428571429rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .testimonials p {
    font-size: 1.7142857143rem;
  }
}
.testimonials figcaption {
  font-size: 0.8571428571rem;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .testimonials figcaption {
    font-size: 1.1428571429rem;
    margin-top: 20px;
  }
}
.testimonials .btn-simple-arrow {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .testimonials .btn-simple-arrow {
    margin-top: 30px;
  }
}
.testimonials .slick-slider {
  margin-bottom: 100px;
}
.testimonials .slick-arrow {
  bottom: 0;
  top: auto;
}
.testimonials .slick-arrow.slick-prev {
  left: 15px;
}
.testimonials .slick-arrow.slick-next {
  left: 90px;
  right: auto;
}

.testimomials__item {
  max-width: 495px;
}
@media (min-width: 1220px) {
  .testimomials__item {
    padding-bottom: 130px;
    padding-left: 20px;
    padding-top: 30px;
  }
}
.testimomials__item:before, .testimomials__item:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='172.63' height='138.4' viewBox='0 0 172.63 138.4'%3E%3Cg opacity='0.3'%3E%3Cpath d='M48.71,63.25c0,9.86,6.21,13,11.91,16.08C68.4,83.47,77.2,88.12,77.2,104.7c0,22.8-15,33.7-38.34,33.7C8.29,138.4,0,119.74,0,91.76c0-33.67,28-71,53.89-88.08C60.62-.47,64.77-1.51,70,2.64l6.22,5.18c5.7,4.15,5.7,10.36,1,16.58C67.36,37.87,48.71,52.38,48.71,63.25Zm92,0c0,9.86,5.7,13,11.92,16.08,7.77,4.14,16.06,8.79,16.06,25.37,0,22.8-15,33.7-37.82,33.7C99.82,138.4,92,119.74,92,91.76c0-33.67,28-71,53.89-88.08,6.22-4.15,10.37-5.19,16.07-1l6.21,5.18c5.7,4.15,5.7,10.36,1,16.58C159.4,37.87,140.75,52.38,140.75,63.25Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 80px;
  content: "";
  display: block;
  height: 64px;
  opacity: 0;
  position: absolute;
  width: 80px;
}
@media (min-width: 1220px) {
  .testimomials__item:before, .testimomials__item:after {
    background-size: 173px;
    height: 138px;
    width: 173px;
  }
}
.testimomials__item:before {
  left: 0;
  top: 0;
  transform: translateY(-20px);
}
.testimomials__item:after {
  bottom: 0;
  right: 0;
  transform: translateY(20px) rotate(180deg);
}

@media (min-width: 768px) {
  .testimonials__car {
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .testimonials__car {
    bottom: 0;
    margin-bottom: 0;
    max-width: none;
    position: absolute;
    width: 771px;
  }
}

.testimonials__quote,
.testimonials-alt__quote {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.9s, opacity 0.9s;
}

.testimonials .slick-current .testimonials__quote,
.testimonials .slick-current .testimonials-alt__quote,
.testimonials .slick-current .testimonials-alt__stars,
.testimonials .slick-current .testimonials-alt__logo,
.testimonials .slick-active .testimonials__quote,
.testimonials .slick-active .testimonials-alt__quote,
.testimonials .slick-active .testimonials-alt__stars,
.testimonials .slick-active .testimonials-alt__logo,
.testimonials-alt .slick-current .testimonials__quote,
.testimonials-alt .slick-current .testimonials-alt__quote,
.testimonials-alt .slick-current .testimonials-alt__stars,
.testimonials-alt .slick-current .testimonials-alt__logo,
.testimonials-alt .slick-active .testimonials__quote,
.testimonials-alt .slick-active .testimonials-alt__quote,
.testimonials-alt .slick-active .testimonials-alt__stars,
.testimonials-alt .slick-active .testimonials-alt__logo {
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadein;
}
.testimonials .slick-current .testimomials__item:before,
.testimonials .slick-active .testimomials__item:before,
.testimonials-alt .slick-current .testimomials__item:before,
.testimonials-alt .slick-active .testimomials__item:before {
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadedown;
}
.testimonials .slick-current .testimomials__item:after,
.testimonials .slick-active .testimomials__item:after,
.testimonials-alt .slick-current .testimomials__item:after,
.testimonials-alt .slick-active .testimomials__item:after {
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeinalt;
}

.testimonials-alt {
  overflow: hidden;
  padding: 30px 0;
  position: relative;
}
@media (min-width: 768px) {
  .testimonials-alt {
    padding: 40px 0;
  }
}
@media (min-width: 1220px) {
  .testimonials-alt {
    padding: 110px 0 140px;
  }
}
.testimonials-alt:before {
  background-color: #292c34;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.testimonials-alt .container {
  position: relative;
  z-index: 2;
}
.testimonials-alt p,
.testimonials-alt figcaption {
  font-size: 1.1428571429rem;
  margin: 20px 0;
}
@media (min-width: 1220px) {
  .testimonials-alt p,
.testimonials-alt figcaption {
    margin: 30px 0;
  }
}
.testimonials-alt p {
  font-weight: 700;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.testimonials-alt .slick-arrow {
  bottom: 54px;
  top: auto;
  z-index: 3;
}
@media (min-width: 1220px) {
  .testimonials-alt .slick-arrow {
    bottom: 72px;
  }
}
.testimonials-alt .slick-arrow.slick-prev {
  transform: rotate(180deg);
}
@media (min-width: 1220px) {
  .testimonials-alt .slick-arrow.slick-prev {
    left: 400px;
  }
}
.testimonials-alt .slick-arrow.slick-next {
  transform: none;
}
@media (min-width: 1220px) {
  .testimonials-alt .slick-arrow.slick-next {
    right: 400px;
  }
}

.testimonials-alt__image img {
  height: auto;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.testimonials-alt__stars {
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.9s, opacity 0.9s;
}
@media (min-width: 1220px) {
  .testimonials-alt__stars {
    margin-bottom: 40px;
  }
}
.testimonials-alt__stars img {
  margin: 0 5px;
}

.testimonials-alt__logo {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.9s, opacity 0.9s;
}

.testimonial-alt__date {
  margin-top: 5px;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeinalt {
  0% {
    opacity: 0;
    transform: translateY(20px) rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(180deg);
  }
}
@keyframes fadedown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.logos {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .logos {
    padding: 40px 0;
  }
}
@media (min-width: 1220px) {
  .logos {
    padding: 100px 0 85px;
  }
}

.logos__wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.logos__wrap > * {
  height: 50px;
  margin: 5px;
  width: auto;
}
.logos__wrap > *.bfa-logo {
  max-height: 162px;
}
@media (min-width: 768px) {
  .logos__wrap > * {
    height: 80px;
  }
}
@media (min-width: 1220px) {
  .logos__wrap > * {
    margin: 20px;
  }
}
@media (min-width: 1600px) {
  .logos__wrap > * {
    height: auto;
    margin: 30px 20px;
  }
}

.icon-cols {
  background-color: #292c34;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .icon-cols {
    padding: 40px 0;
  }
}
@media (min-width: 1220px) {
  .icon-cols {
    padding: 100px 0 50px;
  }
}
.icon-cols .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .icon-cols h2 {
    margin-bottom: 40px;
  }
}
.icon-cols .slick-slider {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 885px;
}
@media (min-width: 768px) {
  .icon-cols .slick-slider {
    margin-top: 50px;
  }
}

.icon-cols__image {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.icon-cols__image:before {
  background-color: #292c34;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.icon-cols__image img {
  height: auto;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  transform: translateX(-50%);
  width: auto;
}

.icon_cols__icon {
  padding: 0 50px;
}
@media (min-width: 768px) {
  .icon_cols__icon {
    min-height: 142px;
    padding: 0;
  }
}

.icon-cols__item {
  max-width: 260px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .icon-cols__item {
    padding: 0 20px;
  }
}
@media (min-width: 1220px) {
  .icon-cols__item {
    padding: 0;
  }
}

.icon-cols__btns {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .icon-cols__btns {
    margin-top: 45px;
  }
}
.icon-cols__btns > * + * {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .icon-cols__btns > * + * {
    margin-top: 27px;
  }
}

@media (min-width: 1220px) {
  .content.content--icon-list {
    margin: 80px 0 100px;
  }
}
.content.content--icon-list h2 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .content.content--icon-list h2 {
    font-size: 1.7142857143rem;
    margin-bottom: 40px;
  }
}
@media (min-width: 1220px) {
  .content.content--icon-list h2 {
    margin-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .icon-list-item {
    align-items: flex-start;
    display: flex;
  }
}
.icon-list-item img {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .icon-list-item img {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.icon-list-item h3 {
  font-size: 1.1428571429rem;
}

.listings {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .listings {
    padding: 40px 0;
  }
}
@media (min-width: 1220px) {
  .listings {
    padding: 80px 0;
  }
}
@media (min-width: 1220px) {
  .listings .grid {
    margin-left: -60px;
  }
}
@media (min-width: 1220px) {
  .listings .grid > * {
    padding-left: 60px;
  }
}
.listings h2 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .listings h2 {
    margin-bottom: 0;
    text-align: center;
  }
}
.listings .listings__content-title {
  font-size: 1.1428571429rem;
  color: #292c34;
  text-align: left;
}
@media (min-width: 768px) {
  .listings .listings__content-title {
    font-size: 1.7142857143rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 1220px) {
  .listings .listings__content-title {
    padding-right: 80px;
  }
}
.listings .btn-reset {
  font-weight: 700;
}

.listings__item:hover .listings__image img, .listings__item:focus .listings__image img {
  transform: scale(1.1);
}
.listings__item:hover .btn-reset:after, .listings__item:focus .btn-reset:after {
  transform: translate(5px, 2px);
}

.listings__item--alt .listings__image {
  border-radius: 30px 30px 0 0;
  margin-bottom: 0;
}
.listings__item--alt .listings__image img {
  border-radius: 30px 30px 0 0;
  width: 100%;
}
.listings__item--alt .listings__content-title {
  padding-right: 0;
  margin-top: 0;
}

.listings__date {
  background-color: #008dc2;
  border-radius: 28px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  left: 30px;
  padding: 10px;
  position: absolute;
  top: -35px;
}
@media (min-width: 768px) {
  .listings__date {
    font-size: 1.1428571429rem;
  }
}

.listings__intro {
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .listings__intro {
    margin-bottom: 40px;
  }
}
@media (min-width: 1220px) {
  .listings__intro {
    margin-bottom: 70px;
  }
}
@media (min-width: 600px) {
  .listings__intro .btn-reset {
    position: absolute;
    top: 5px;
    right: 0;
  }
}
@media (min-width: 768px) {
  .listings__intro .btn-reset {
    top: 17px;
  }
}

.listings__image {
  border-radius: 30px;
  margin: 0 0 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .listings__image {
    margin-bottom: 40px;
  }
}
@media (min-width: 1220px) {
  .listings__image {
    margin-bottom: 60px;
  }
}
.listings__image img {
  border-radius: 30px;
  display: block;
  transition: transform 0.5s;
}

.listings__cat {
  font-weight: 700;
}

.listings__content {
  color: #292c34;
}
.listings__content .btn-reset {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .listings__content .btn-reset {
    margin-top: 30px;
  }
}

.listings__panel {
  border-radius: 0 0 30px 30px;
  padding: 30px;
  position: relative;
}
@media (min-width: 1220px) {
  .listings__panel {
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .listings__filter {
    display: flex;
    justify-content: flex-end;
  }
}

.listings__element {
  background-color: #008dc2;
  border-radius: 28px;
  display: inline-block;
  margin-bottom: 25px;
  width: 100%;
}
@media (min-width: 768px) {
  .listings__element {
    width: auto;
  }
}
@media (min-width: 768px) {
  .listings__element + .listings__element {
    margin-left: 20px;
  }
}
.listings__element select {
  padding-right: 66px;
  width: 100%;
}

.listings__btn {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .listings__btn {
    margin-top: 50px;
  }
}

@media (min-width: 1220px) {
  .listings__btn-alt {
    margin-bottom: 30px;
  }
}
.listings__btn-alt img {
  display: inline-block;
}
.listings__btn-alt a,
.listings__btn-alt button {
  color: #292c34;
  font-weight: 700;
}
.listings__btn-alt .listings__btn-prev img {
  transform: rotate(90deg);
}
.listings__btn-alt .listings__btn-next img {
  transform: rotate(-90deg);
}

.team-members {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .team-members {
    padding: 40px 0;
  }
}
@media (min-width: 1220px) {
  .team-members {
    padding: 80px 0;
  }
}
.team-members.active .team-members__item:not(.active) {
  opacity: 0.5;
}

.content + .team-members {
  padding-top: 0;
}

@media (min-width: 768px) {
  .team-members__grid > div:nth-child(3n+2) .team-members__content {
    margin-left: calc(-107% - 4px);
  }
}
@media (min-width: 1024px) {
  .team-members__grid > div:nth-child(3n+2) .team-members__content {
    margin-left: -106%;
  }
}
@media (min-width: 1220px) {
  .team-members__grid > div:nth-child(3n+2) .team-members__content {
    margin-left: -105%;
  }
}
@media (min-width: 768px) {
  .team-members__grid > div:nth-child(3n+3) .team-members__content {
    margin-left: -217%;
  }
}
@media (min-width: 1024px) {
  .team-members__grid > div:nth-child(3n+3) .team-members__content {
    margin-left: -213%;
  }
}
@media (min-width: 1220px) {
  .team-members__grid > div:nth-child(3n+3) .team-members__content {
    margin-left: -210%;
  }
}

.team-members__item:hover .team-members__image img {
  transform: scale(1.1);
}

.team-members__image {
  border-radius: 28px;
  overflow: hidden;
}
.team-members__image img {
  border-radius: 28px;
  transition: transform 0.5s;
}

.team-members__item.active .team-members__intro:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.39' height='17.39' viewBox='0 0 17.39 17.39'%3E%3Cpath d='M.4.4A1.35,1.35,0,0,1,2.31.4L8.7,6.78,15.08.4A1.35,1.35,0,0,1,17,2.31L10.61,8.7,17,15.08A1.36,1.36,0,0,1,15.08,17L8.7,10.61,2.31,17A1.35,1.35,0,0,1,.4,15.08L6.78,8.7.4,2.31A1.35,1.35,0,0,1,.4.4Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-size: 17px;
  right: 1px;
  top: -59px;
}

.team-members__intro {
  margin-top: 25px;
}
.team-members__intro:before, .team-members__intro:after {
  color: #fff;
  content: "";
  display: block;
  height: 45px;
  position: absolute;
  right: 0;
  top: -60px;
  width: 45px;
}
.team-members__intro:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.11' height='21.68' viewBox='0 0 12.11 21.68'%3E%3Cpath d='M1.27,21.68a1.27,1.27,0,0,1-.9-.38,1.28,1.28,0,0,1,0-1.8L9,10.84.37,2.17A1.26,1.26,0,0,1,0,1.27,1.26,1.26,0,0,1,1.27,0a1.26,1.26,0,0,1,.9.37l9.57,9.57a1.28,1.28,0,0,1,0,1.8L2.17,21.3A1.27,1.27,0,0,1,1.27,21.68Z' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  content: "";
  height: 46px;
  right: 2px;
  top: -58px;
  transform: rotate(90deg);
  width: 46px;
  z-index: 1;
}
.team-members__intro:after {
  background-color: #6d9fc9;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 45px;
  right: 0;
  width: 45px;
}

.team-members__title {
  font-size: 1.1428571429rem;
  margin: 0 0 10px;
}
@media (min-width: 1220px) {
  .team-members__title {
    font-size: 1.7142857143rem;
  }
}

.team-members__sub-title {
  font-size: 1rem;
  color: #0d8dd3;
}
@media (min-width: 1220px) {
  .team-members__sub-title {
    font-size: 1.1428571429rem;
  }
}

.team-members__content {
  border-radius: 28px;
  display: none;
  margin-top: 25px;
  padding: 20px;
}
@media (min-width: 768px) {
  .team-members__content {
    padding: 40px;
    width: 283%;
  }
}
@media (min-width: 1024px) {
  .team-members__content {
    width: 288%;
  }
}
@media (min-width: 1220px) {
  .team-members__content {
    width: 289%;
  }
}

/* FILTER */
.filter-loader {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 80px;
}

@media (min-width: 1220px) {
  .listings--news {
    margin-top: 60px;
  }
}

.postcode-toggle,
.header-franchise-popup {
  cursor: pointer;
}

.postcode-dropdown {
  background-color: #b8e3f0;
  border-radius: 30px;
  height: 0;
  left: -23px;
  opacity: 0;
  position: absolute;
  top: 45px;
  transform: translate(0, 20px);
  transition: opacity 0.5s, transform 0.5s;
  visibility: hidden;
  width: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  .postcode-dropdown {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1400px) {
  .postcode-dropdown {
    left: 50%;
    right: auto;
    transform: translate(-50%, 20px);
  }
}
.postcode-dropdown:before {
  background-color: #b8e3f0;
  content: "";
  display: none;
  height: 20px;
  left: 72%;
  position: absolute;
  top: -10px;
  transform: translateX(-50%) rotate(45deg);
  width: 20px;
}
@media (min-width: 1400px) {
  .postcode-dropdown:before {
    display: block;
    left: 50%;
  }
}
.postcode-dropdown.active {
  box-shadow: 0px 2px 22px -6px rgba(0, 0, 0, 0.75);
  height: 100px;
  opacity: 1;
  padding: 20px 15px;
  transform: translate(0, 0);
  visibility: visible;
  width: 240px;
}
@media (min-width: 1400px) {
  .postcode-dropdown.active {
    transform: translate(-50%, 0);
  }
}

.form--postcode label {
  font-size: 1rem;
  color: #292c34;
  display: block;
  margin: 0 0 20px;
}
.form--postcode .postcode-dropdown__wrap {
  align-items: center;
  border: 1px solid #859aa9;
  border-radius: 28px;
  display: flex;
}
.form--postcode .postcode-dropdown__wrap input {
  border-radius: 28px 0 0 28px;
  color: #292c34;
  width: calc(100% - 55px);
}
.form--postcode .postcode-dropdown__wrap button {
  margin-right: 5px;
}

.overlay {
  background-color: #292c34;
  height: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.5s;
  visibility: hidden;
  width: 0;
  z-index: 999;
}
.overlay.active {
  height: 100%;
  opacity: 0.7;
  visibility: visible;
  width: 100%;
}

.postcode-modal,
.quote-modal,
.franchise-modal {
  border-radius: 28px;
  height: 0;
  left: 50%;
  max-width: 860px;
  opacity: 0;
  position: fixed;
  top: 40%;
  transform: translate(-50%, -30%);
  transition: opacity 0.5s, transform 0.5s;
  visibility: hidden;
  width: 0;
  z-index: 1000;
}
.postcode-modal.contact-form,
.quote-modal.contact-form,
.franchise-modal.contact-form {
  padding: 0;
}
.postcode-modal.contact-form h2,
.quote-modal.contact-form h2,
.franchise-modal.contact-form h2 {
  text-align: left;
}
.postcode-modal.active,
.quote-modal.active,
.franchise-modal.active {
  height: auto;
  max-height: 100%;
  opacity: 1;
  overflow-y: auto;
  transform: translate(-50%, -40%);
  visibility: visible;
  width: 90%;
}
.postcode-modal .container,
.quote-modal .container,
.franchise-modal .container {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .postcode-modal .container,
.quote-modal .container,
.franchise-modal .container {
    padding: 80px 30px 55px;
  }
}
.postcode-modal h2,
.quote-modal h2,
.franchise-modal h2 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .postcode-modal h2,
.quote-modal h2,
.franchise-modal h2 {
    margin-bottom: 27px;
  }
}
.postcode-modal .postcode-dropdown__wrap,
.quote-modal .postcode-dropdown__wrap,
.franchise-modal .postcode-dropdown__wrap {
  margin: 20px auto 20px;
  max-width: 240px;
}
@media (min-width: 768px) {
  .postcode-modal .postcode-dropdown__wrap,
.quote-modal .postcode-dropdown__wrap,
.franchise-modal .postcode-dropdown__wrap {
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  .postcode-modal .postcode-dropdown__wrap input,
.quote-modal .postcode-dropdown__wrap input,
.franchise-modal .postcode-dropdown__wrap input {
    padding-left: 20px;
  }
}

@media (min-width: 1220px) {
  .quote-modal .container,
.franchise-modal .container {
    padding-bottom: 30px;
    padding-top: 45px;
  }
}
.quote-modal .grid,
.franchise-modal .grid {
  text-align: left;
}
.quote-modal input,
.quote-modal select,
.quote-modal textarea,
.franchise-modal input,
.franchise-modal select,
.franchise-modal textarea {
  border: 1px solid #859aa9;
}

.close-modal,
.close-quote-modal,
.close-franchise-modal {
  color: #292c34;
  position: absolute;
  right: 20px;
  top: 15px;
}

.close-quote-modal,
.close-franchise-modal {
  color: #008dc2;
}
.bg-charcoal .close-quote-modal,
.bg-charcoal .close-franchise-modal {
  color: #fff;
}

.postcode-form {
  background: linear-gradient(90deg, #00ebf1 0%, #0082ae 100%);
  padding: 15px 25px;
}
.postcode-form input {
  background-color: #fff;
  width: 100%;
}
@media (min-width: 1220px) {
  .postcode-form input {
    font-size: 1.5238095238rem;
    padding: 15px 25px !important;
  }
}
.postcode-form input::-moz-placeholder {
  color: #6d7076;
}
.postcode-form input::placeholder {
  color: #6d7076;
}

.quote-modal.contact-form h2 {
  font-size: 1.5238095238rem;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .local-team {
    padding: 80px 0;
  }
}
.local-team h1 {
  font-size: 1.1428571429rem;
}
@media (min-width: 768px) {
  .local-team h1 {
    font-size: 1.7142857143rem;
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .local-team p,
.local-team ul {
    margin: 30px 0;
  }
}
.local-team p:last-child,
.local-team ul:last-child {
  margin-bottom: 0;
}

.local-team__pin {
  width: 24px;
}
@media (min-width: 768px) {
  .local-team__pin {
    width: auto;
  }
}

.contact-list {
  font-weight: 700;
}
@media (min-width: 768px) {
  .contact-list {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.contact-list a {
  word-break: break-word;
}
.contact-list li + li {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .contact-list li + li {
    margin-left: 35px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .contact-list li.icon-mail {
    font-size: 0.6666666667rem;
  }
}
.contact-list a {
  align-items: center;
  display: flex;
  justify-content: center;
}
.contact-list a img {
  margin-right: 5px;
  width: 15px;
}
@media (min-width: 768px) {
  .contact-list a img {
    width: 27px;
  }
}

@media (min-width: 1220px) {
  .contact-form {
    padding: 70px 0 65px;
  }
}
.contact-form.quote-form {
  padding-bottom: 0;
  padding-top: 0;
}
.contact-form .grid--auto {
  margin-top: -15px;
}
.contact-form .grid--auto > * {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .contact-form h2 {
    margin-bottom: 40px;
    text-align: center;
  }
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  background-color: #fff;
}

.contact-takeover {
  background-color: #fff;
  box-sizing: border-box;
  display: none;
  padding: 15px 0;
  position: fixed;
  height: calc(100vh - 80px);
  width: 100%;
  z-index: 9999;
  text-align: center;
  overflow-y: auto;
  top: 80px;
  left: 0;
}
@media (min-width: 768px) {
  .contact-takeover {
    height: calc(100vh - 95px);
    padding: 50px 0;
    top: 95px;
  }
}
@media (min-width: 1220px) {
  .contact-takeover {
    height: calc(100vh - 150px);
    padding: 90px 0;
    top: 150px;
  }
}
.contact-takeover h2 {
  color: #008dc2;
}
.contact-takeover .btn-call {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .contact-takeover .btn-call {
    margin-top: 30px;
  }
}
@media (min-width: 1220px) {
  .contact-takeover .btn-call {
    margin-top: 45px;
  }
}
@media (min-width: 1220px) {
  .contact-takeover .grid--auto {
    margin-top: -30px;
  }
}
@media (min-width: 1220px) {
  .contact-takeover .grid--auto > div {
    margin-top: 30px;
  }
}
.contact-takeover .form {
  text-align: left;
}
.contact-takeover .form input,
.contact-takeover .form select,
.contact-takeover .form textarea {
  border: 3px solid #292c34;
}
@media (min-width: 1220px) {
  .contact-takeover .form input,
.contact-takeover .form select,
.contact-takeover .form textarea {
    border-radius: 36px;
    display: block;
    padding: 20px 30px;
  }
}
.contact-takeover .form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.53' height='14.5' viewBox='0 0 21.53 14.5'%3E%3Cg%3E%3Cpolyline points='20.03 2.14 10.44 13 1.5 1.5' fill='none' stroke='%23292c34' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 18px;
  background-position: calc(100% - 25px) center;
}
.contact-takeover .form label {
  display: block;
  margin: 0 0 20px;
}
@media (min-width: 1220px) {
  .contact-takeover .form label {
    margin-left: 20px;
  }
}
.contact-takeover .success {
  display: inline-block;
  margin-top: 20px;
}

.close-contact {
  position: absolute;
  right: 15px;
  top: 0;
}

.contact-close-icon {
  width: 20px;
}
@media (min-width: 768px) {
  .contact-close-icon {
    width: 30px;
  }
}

.contact-page .contact-takeover {
  display: block;
  position: static;
  height: auto;
  width: auto;
  padding: 0;
  padding-top: 30px;
  overflow-y: visible;
}
@media (min-width: 768px) {
  .contact-page .contact-takeover {
    padding-top: 50px;
  }
}
@media (min-width: 1220px) {
  .contact-page .contact-takeover {
    padding-top: 90px;
  }
}
.contact-page .close-contact {
  display: none;
}

.content {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .content {
    margin: 40px 0;
  }
}
@media (min-width: 1024px) {
  .content {
    margin: 60px 0;
  }
}
.content.product-finder:not(.product-finder--alt) {
  margin-bottom: 0;
}
.content a:not(.btn):not(.btn-reset):hover, .content a:not(.btn):not(.btn-reset):focus {
  text-decoration: underline;
}
.content a {
  word-break: break-word;
}
.content ul {
  list-style: disc outside;
  margin-left: 20px;
}
.content ul ul {
  list-style: circle outside;
  margin-bottom: 10px;
  margin-left: 25px;
  margin-top: 10px;
}
.content ul ul li {
  font-weight: 400;
}
.content ul ul li + li {
  margin-top: 10px;
}
.content ul li + li {
  margin-top: 20px;
}

.content--has-bg {
  margin: 0;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .content--has-bg {
    padding: 40px 0;
  }
}
@media (min-width: 1024px) {
  .content--has-bg {
    padding: 60px 0;
  }
}
@media (min-width: 1220px) {
  .content--has-bg {
    padding: 100px 0;
  }
}

@media (min-width: 1220px) {
  .content--basic {
    margin: 80px 0 60px;
  }
}
.content--basic.center p {
  max-width: none;
}
.content--basic.content--basic-alt h1,
.content--basic.content--basic-alt h2,
.content--basic.content--basic-alt h3,
.content--basic.content--basic-alt h4,
.content--basic.content--basic-alt h5,
.content--basic.content--basic-alt h6 {
  color: #008dc2;
}
@media (min-width: 1220px) {
  .content--basic.content--basic-alt h1.larger-title,
.content--basic.content--basic-alt h2.larger-title,
.content--basic.content--basic-alt h3.larger-title,
.content--basic.content--basic-alt h4.larger-title,
.content--basic.content--basic-alt h5.larger-title,
.content--basic.content--basic-alt h6.larger-title {
    font-size: 2.6666666667rem;
  }
}
.content--basic h2 {
  color: #008dc2;
}
@media (min-width: 768px) {
  .content--basic h2 {
    margin-bottom: 30px;
  }
}
.content--basic p {
  max-width: 1350px;
}
@media (min-width: 768px) {
  .content--basic p {
    margin: 25px 0;
  }
}
.content--basic .btn {
  margin-top: 10px;
}

@media (min-width: 1220px) {
  .content--video {
    margin: 60px 0 80px;
  }
}
.content--video .container {
  text-align: center;
}

.content__video-wrap {
  border-radius: 63px;
  display: inline-block;
  max-width: 870px;
  position: relative;
  text-align: center;
}
.content__video-wrap:before {
  background-color: #292c34;
  border-radius: 63px;
  content: "";
  mix-blend-mode: multiply;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.content__video-wrap img {
  border-radius: 63px;
  margin: 0 auto;
  position: relative;
}
.content__video-wrap img.content__play {
  cursor: pointer;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.5s;
  z-index: 2;
}
.content__video-wrap img.content__play:hover, .content__video-wrap img.content__play:focus {
  transform: translate(-50%, -50%) scale(1.1);
}

.content__video {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.video-active {
  opacity: 0;
}

@media (min-width: 1024px) {
  .content--columns + .content--columns .grid {
    direction: rtl;
  }
}
@media (min-width: 1024px) {
  .content--columns + .content--columns .grid * {
    direction: ltr;
  }
}
@media (min-width: 1220px) {
  .content--columns:not(.content--has-bg) {
    margin: 90px 0 140px;
  }
}
.content--columns img {
  margin: 0 auto;
}
.content--columns h2 {
  font-size: 1.1428571429rem;
}
@media (min-width: 1220px) {
  .content--columns h2 {
    font-size: 1.7142857143rem;
  }
}
.content--columns h3 {
  font-size: 1.0476190476rem;
}
@media (min-width: 1220px) {
  .content--columns h3 {
    font-size: 1.619047619rem;
  }
}
.content--columns h4 {
  font-size: 0.9523809524rem;
}
@media (min-width: 1220px) {
  .content--columns h4 {
    font-size: 1.5238095238rem;
  }
}
.content--columns h5 {
  font-size: 0.9047619048rem;
}
@media (min-width: 1220px) {
  .content--columns h5 {
    font-size: 1.4761904762rem;
  }
}
.content--columns h6 {
  font-size: 0.8571428571rem;
}
@media (min-width: 1220px) {
  .content--columns h6 {
    font-size: 1.4285714286rem;
  }
}
.content--columns * + h2 {
  margin-top: 30px;
}
@media (min-width: 1220px) {
  .content--columns * + h2 {
    margin-top: 60px;
  }
}

.content--faq h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .content--faq h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1220px) {
  .content--faq h2 {
    margin-bottom: 55px;
  }
}

@media (min-width: 1220px) {
  .content--article {
    margin-top: 60px;
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  .content__intro h1 {
    margin-bottom: 40px;
  }
}

.content__date {
  color: #0d8dd3;
}
@media (min-width: 768px) {
  .content__date {
    font-size: 1.1428571429rem;
    margin-bottom: 40px;
  }
}

.content__item + .content__item {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .content__item + .content__item {
    margin-top: 40px;
  }
}
@media (min-width: 1220px) {
  .content__item + .content__item {
    margin-top: 60px;
  }
}
.content__item h2 {
  font-size: 1.1428571429rem;
}
@media (min-width: 768px) {
  .content__item h2 {
    font-size: 1.7142857143rem;
  }
}
@media (min-width: 768px) {
  .content__item p {
    margin: 30px 0;
  }
}
.content__item p:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .content__item--alt + .content__item--alt {
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  .content__item--alt[data-index="1"] .grid {
    direction: rtl;
  }
  .content__item--alt[data-index="1"] .grid * {
    direction: ltr;
  }
}
@media (min-width: 1220px) {
  .content__item--alt .grid {
    margin-left: -40px;
  }
}
@media (min-width: 1220px) {
  .content__item--alt .grid > * {
    padding-left: 40px;
  }
}

.content__pagination {
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .content__pagination {
    display: flex;
    margin-top: 50px;
  }
}
.content__pagination > * {
  margin: 5px 25px;
  justify-content: center;
  width: calc(100% - 50px);
}
@media (min-width: 768px) {
  .content__pagination > * {
    margin: 0 25px;
    width: auto;
  }
}
.content__pagination > *:before, .content__pagination > *:after {
  flex-shrink: 0;
}

.content--gallery {
  position: relative;
}
@media (min-width: 1220px) {
  .content--gallery {
    padding: 55px 0;
  }
}
@media (min-width: 1220px) {
  .content--gallery:before {
    background-image: url(/images/svg/plug4.svg);
    content: "";
    display: block;
    height: 373px;
    left: -55px;
    position: absolute;
    top: 80px;
    width: 461px;
  }
}
.content--gallery .container {
  max-width: 800px;
  padding: 0 60px;
}
.content--gallery .slick-prev,
.content--gallery .slick-next {
  border-color: #008dc2;
  color: #008dc2;
  height: 35px;
  width: 35px;
}
.content--gallery .slick-prev svg,
.content--gallery .slick-next svg {
  height: 15px;
  width: 9px;
}
.content--gallery .slick-prev svg path,
.content--gallery .slick-next svg path {
  fill: #008dc2;
}
.content--gallery .slick-prev:hover, .content--gallery .slick-prev:focus,
.content--gallery .slick-next:hover,
.content--gallery .slick-next:focus {
  background-color: #0d8dd3;
  color: #fff;
}
.content--gallery .slick-prev:hover svg path, .content--gallery .slick-prev:focus svg path,
.content--gallery .slick-next:hover svg path,
.content--gallery .slick-next:focus svg path {
  fill: #fff;
}
.content--gallery .slick-prev {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .content--gallery .slick-prev {
    left: 12px;
  }
}
.content--gallery .slick-next {
  transform: none;
}
@media (min-width: 768px) {
  .content--gallery .slick-next {
    right: 12px;
  }
}

@media (min-width: 768px) {
  .content__btns {
    margin-top: 60px;
  }
}

@media (min-width: 1220px) {
  .content--text-columns .grid {
    margin-left: -60px;
  }
}
@media (min-width: 1220px) {
  .content--text-columns .grid > * {
    padding-left: 60px;
  }
}
.content--text-columns .grid > *:only-child {
  width: 100%;
}
.content--text-columns ul {
  margin: 20px 0;
}
.content--text-columns ul li {
  list-style: disc inside;
}
.content--text-columns ul li + li {
  margin-top: 10px;
}
.content--text-columns a {
  color: #0d8ed2;
}

.video-holder {
  padding-top: 55%;
}
.video-holder iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.location-header {
  margin-bottom: 30px;
  font-size: 1.3333333333rem;
}

@media (min-width: 768px) {
  .location-header {
    font-size: 2.1428571429rem;
  }
}
@media (min-width: 1220px) {
  .content--content-and-image {
    margin: 90px 0 100px;
  }
}
@media (min-width: 768px) {
  .content--content-and-image[data-count="2"] .grid {
    direction: rtl;
  }
  .content--content-and-image[data-count="2"] .grid .content-and-image-content {
    float: right;
  }
  .content--content-and-image[data-count="2"] .grid * {
    direction: ltr;
  }
}
.content--content-and-image h2,
.content--content-and-image h3,
.content--content-and-image h4,
.content--content-and-image h5,
.content--content-and-image h6 {
  color: #0080ab;
}

.content-and-image-content {
  line-height: 1.2;
  max-width: 580px;
}
@media (min-width: 768px) {
  .content-and-image-content {
    font-size: 1.1428571429rem;
  }
}
@media (min-width: 1220px) {
  .content-and-image-content h2 {
    font-size: 2.6666666667rem;
    margin-bottom: 50px;
  }
}
@media (min-width: 1220px) {
  .content-and-image-content .btn {
    margin-top: 50px;
  }
}

.content--extra-content .container {
  max-width: 1550px;
  padding: 0;
}
.content--extra-content h2,
.content--extra-content h3,
.content--extra-content h4,
.content--extra-content h5,
.content--extra-content h6 {
  color: #fff;
}

.content__quote {
  font-size: 1.1428571429rem;
  background: linear-gradient(45deg, #00fffe 0%, #0082b5 100%);
  color: #fff;
  overflow: hidden;
  margin-top: 60px;
  padding: 30px;
}
@media (min-width: 1220px) {
  .content__quote {
    padding: 60px;
  }
}
.content__quote p,
.content__quote ul {
  font-size: 1.2380952381rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .content__quote p,
.content__quote ul {
    font-size: 2rem;
  }
}
.content__quote p + p,
.content__quote ul + p {
  margin-top: 20px;
}

.content__quote-author {
  margin: 20px 0 0;
}

.content__quote-icon {
  display: block;
  height: 40px;
  margin-left: 20px;
  width: 50px;
}
@media (min-width: 768px) {
  .content__quote-icon {
    height: 79px;
    width: 100px;
  }
}
.content__quote-icon path {
  fill: #008dc2;
}

.content__quote-icon--left {
  margin: 30px 0;
}

.content__quote-icon--right {
  float: right;
  margin-top: 30px;
  transform: rotate(180deg);
}

.blue-line {
  background: linear-gradient(45deg, #00fffe 0%, #0082b5 100%);
  height: 2px;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .blue-line {
    margin: 50px 0;
  }
}
@media (min-width: 1220px) {
  .blue-line {
    margin: 90px 0;
  }
}

.bullets ul {
  list-style: disc;
  margin-left: 20px;
}
.bullets li + li {
  margin-top: 10px;
}

.cta-large {
  background-image: url(/theme/images/svg/floor.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  .cta-large {
    background-position: center 140%;
  }
}
.cta-large .container {
  position: relative;
}
.cta-large .cover-link {
  padding: 30px 0;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cta-large .cover-link {
    padding: 60px 0;
  }
}
@media (min-width: 1220px) {
  .cta-large .cover-link {
    padding: 90px 0;
  }
}
.cta-large .cover-link:hover .btn-arrow:after, .cta-large .cover-link:focus .btn-arrow:after {
  transform: rotate(360deg);
}
.cta-large:before {
  background-color: #6d9fc9;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1220px) {
  .cta-large h2 {
    font-size: 3.8095238095rem;
    margin-bottom: 40px;
  }
}
.cta-large h2,
.cta-large .btn {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .cta-large__grid {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .cta-large__car {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .cta-large__car {
    position: relative;
    top: 20px;
  }
}
@media (min-width: 1600px) {
  .cta-large__car {
    bottom: 0;
    margin-bottom: 0;
    max-width: none;
    position: absolute;
    top: auto;
    width: 771px;
  }
}

@media (min-width: 1220px) {
  .cta {
    padding: 60px 0 55px;
  }
}
.cta h2 {
  font-size: 1.1428571429rem;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .cta h2 {
    font-size: 1.7142857143rem;
  }
}
.cta h2 + p {
  margin-top: 0;
}
.cta .btn {
  margin-top: 10px;
}

@media (min-width: 1220px) {
  .content--cta-image {
    margin: 100px 0;
  }
}

.cta-image-outer {
  display: flex;
  position: relative;
}

.cta-image-box {
  background: linear-gradient(45deg, #00fffe 0%, #0082b5 100%);
  padding: 30px;
}
@media (min-width: 1024px) {
  .cta-image-box {
    padding: 65px 75px;
  }
}
@media (min-width: 1220px) {
  .cta-image-box {
    padding-right: 400px;
    width: 340px;
  }
}
@media (min-width: 1600px) {
  .cta-image-box {
    padding-right: 300px;
    width: 440px;
  }
}
.cta-image-box.bg-charcoal {
  background: #292c34;
}
.cta-image-box.bg-charcoal .btn {
  color: #292c34;
}
.cta-image-box.bg-charcoal .btn:hover, .cta-image-box.bg-charcoal .btn:focus {
  color: #fff;
}
.cta-image-box h2 {
  font-size: 1.1428571429rem;
}
@media (min-width: 768px) {
  .cta-image-box h2 {
    font-size: 1.7142857143rem;
  }
}
@media (min-width: 1220px) {
  .cta-image-box h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1220px) {
  .cta-image-box .btn {
    margin-top: 20px;
  }
}

@media (min-width: 1220px) {
  .cta-image-col1 {
    width: 37%;
  }
}

@media (min-width: 768px) {
  .cta-image-col2 {
    position: relative;
  }
}
@media (min-width: 1220px) {
  .cta-image-col2 {
    width: 63%;
  }
}

@media (min-width: 768px) {
  .cta-image-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1220px) {
  .cta-image-image {
    margin-top: 230px;
    width: 110%;
    height: auto;
    position: relative;
    height: auto;
  }
}

@media (min-width: 1220px) {
  .content--cta-grid {
    margin: 80px 0 100px;
  }
}
.content--cta-grid.content--cta-grid-alt h3 {
  font-size: 24px !important;
}
@media (min-width: 1220px) {
  .content--cta-grid.content--cta-grid-alt h3 {
    font-size: 28px !important;
  }
}
@media (min-width: 1600px) {
  .content--cta-grid.content--cta-grid-alt h3 {
    font-size: 42px !important;
  }
}
@media (min-width: 1220px) {
  .content--cta-grid h2 {
    font-size: 2.6666666667rem;
    margin: 0 0 60px;
  }
}

.cta-box {
  overflow: hidden;
  padding: 0 0 70%;
  position: relative;
}
.cta-box:hover:before, .cta-box:focus:before {
  opacity: 0.9;
}
@media (min-width: 1024px) {
  .cta-box.cta-box--narrow {
    padding: 0 0 63%;
  }
}
@media (min-width: 1024px) {
  .cta-box.cta-box--wide {
    padding: 0 0 40%;
  }
}
.cta-box.cta-box-no-image {
  background: linear-gradient(45deg, #00fbfd 0%, #0081af 100%);
  transition: background 0.5s;
}
.cta-box.cta-box-no-image:hover:before, .cta-box.cta-box-no-image:focus:before {
  opacity: 1;
}
.cta-box.cta-box-no-image:before {
  background: linear-gradient(45deg, #203b42 0%, #202f39 100%);
  opacity: 0;
}
.cta-box.cta-box-no-image h3 {
  font-size: 1.7142857143rem;
}
@media (min-width: 1220px) {
  .cta-box.cta-box-no-image h3 {
    font-size: 2.4761904762rem;
    width: 70%;
  }
}
.cta-box:before {
  background-color: #292c34;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  position: absolute;
  transition: opacity 0.3s;
  top: 0;
  left: 0;
  z-index: 1;
}
.cta-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.cta-box h3 {
  font-size: 1.1428571429rem;
  margin: 0;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 2;
  text-align: right;
  line-height: 1.2;
  width: calc(100% - 30px);
}
@media (min-width: 1220px) {
  .cta-box h3 {
    bottom: 50px;
    right: 45px;
    font-size: 1.7142857143rem;
    width: calc(100% - 90px);
  }
}

@media (min-width: 768px) {
  .content--cta-panel + .content--cta-panel .grid {
    direction: rtl;
  }
  .content--cta-panel + .content--cta-panel .grid * {
    direction: ltr;
  }
}
@media (min-width: 1220px) {
  .content--cta-panel + .content--cta-panel {
    margin-top: 100px;
  }
}

.cta-panel-box__content {
  background: linear-gradient(45deg, #00fbfc 0%, #0073a7 100%);
  line-height: 1.2;
  padding: 30px;
}
@media (min-width: 1220px) {
  .content--cta-panel-alt .cta-panel-box__content {
    padding: 60px 60px 60px 75px;
  }
}
.content--cta-panel-alt .cta-panel-box__content h2 {
  font-size: 1.7142857143rem;
}
.content--cta-panel-alt .cta-panel-box__content p {
  max-width: none;
}
.content--cta-panel-alt .cta-panel-box__content .btn {
  margin-top: 30px;
  min-width: 150px;
  text-align: center;
}
@media (min-width: 768px) {
  .cta-panel-box__content {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .cta-panel-box__content {
    padding: 60px;
  }
}
@media (min-width: 1220px) {
  .cta-panel-box__content {
    font-size: 1.1428571429rem;
    padding: 100px 120px;
  }
}
.cta-panel-box__content h2 {
  font-size: 1.7142857143rem;
  line-height: 1.2;
}
@media (min-width: 1220px) {
  .cta-panel-box__content h2 {
    font-size: 3.0952380952rem;
    margin: 0 0 60px;
  }
}
.cta-panel-box__content p {
  max-width: 510px;
}
@media (min-width: 768px) {
  .cta-panel-box__content p {
    font-size: 1.1428571429rem;
  }
}
@media (min-width: 1220px) {
  .cta-panel-box__content .btn {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .cta-panel-box__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.cta-panel-box__btns div + div {
  margin-top: 30px;
}

.panel--locations {
  margin: 30px 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .panel--locations {
    margin: 50px 0 0;
  }
}
@media (min-width: 1220px) {
  .panel--locations {
    margin: 90px 0 0;
  }
}

.location-cta {
  display: block;
  overflow: hidden;
  position: relative;
}
.location-cta:hover .location-cta__content, .location-cta:focus .location-cta__content {
  transform: translateY(0);
}

.location-cta__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  transform: translateY(85px);
  transition: transform 0.3s;
  width: calc(100% - 60px);
  z-index: 1;
}
@media (min-width: 1600px) {
  .location-cta__content {
    padding: 60px;
    transform: translateY(145px);
    width: calc(100% - 120px);
  }
}
@media (min-width: 1220px) {
  .location-cta__content .btn {
    font-size: 1.1428571429rem;
    min-width: 190px;
  }
}
.location-cta__content .btn:hover, .location-cta__content .btn:focus {
  background-color: #008dc2;
}

.location-cta__image {
  display: block;
}

.location-cta__title {
  margin: 0 0 30px;
}
@media (min-width: 1600px) {
  .location-cta__title {
    font-size: 2.1904761905rem;
    margin: 0 0 90px;
  }
}

.case-studies {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .case-studies {
    padding: 40px 0;
  }
}
@media (min-width: 1220px) {
  .case-studies {
    padding: 60px 0 70px;
  }
}

.case-studies__item {
  border-radius: 0 0 28px 28px;
}
@media (min-width: 768px) {
  .case-studies__item {
    border-radius: 0 28px 28px 0;
  }
}
.case-studies__item + .case-studies__item {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .case-studies__item + .case-studies__item {
    margin-top: 45px;
  }
}
.case-studies__item:hover .case_studies__img, .case-studies__item:focus .case_studies__img {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .case-studies__item:hover .case_studies__img, .case-studies__item:focus .case_studies__img {
    transform: scale(1.1) translate(-50%, -50%);
  }
}
.case-studies__item:hover .btn-simple-arrow:after, .case-studies__item:focus .btn-simple-arrow:after {
  transform: translate(5px, 2px);
}

@media (min-width: 768px) {
  .case_studies__col {
    align-items: center;
    display: flex;
  }
}

.case-studies__panel {
  color: #fff;
  padding: 30px;
}
@media (min-width: 768px) {
  .case-studies__panel {
    align-items: center;
    display: flex;
    min-height: 385px;
    padding: 30px 40px 30px 30px;
  }
}
.case-studies__panel h2 {
  font-size: 1.1428571429rem;
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .case-studies__panel h2 {
    font-size: 1.7142857143rem;
  }
}

.case-studies__index {
  font-size: 2.1428571429rem;
  display: block;
  font-weight: 700;
  margin: 0 55px 0 0;
}
@media (min-width: 768px) {
  .case-studies__index {
    font-size: 3.0952380952rem;
  }
}
@media (min-width: 1220px) {
  .case-studies__index {
    font-size: 6.1904761905rem;
    transform: translateY(-25px);
  }
}

.case_studies__img-col {
  border-radius: 0 0 28px 28px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .case_studies__img-col {
    border-radius: 0 28px 28px 0;
    position: relative;
  }
}

.case_studies__img {
  border-radius: 0 0 28px 28px;
  transition: transform 0.5s;
}
@media (min-width: 768px) {
  .case_studies__img {
    border-radius: 0 28px 28px 0;
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
  }
}

.case-study-summary dt {
  font-weight: 700;
}
@media (min-width: 768px) {
  .case-study-summary dt {
    margin-right: 10px;
    width: 160px;
  }
}
@media (min-width: 1220px) {
  .case-study-summary dt {
    font-size: 1.3333333333rem;
  }
}
.case-study-summary dd {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .case-study-summary dd {
    width: calc(100% - 160px);
  }
}

.case-study-summary__col {
  align-items: flex-end;
  display: flex;
}
@media (min-width: 1024px) {
  .case-study-summary__col {
    min-height: 720px;
  }
}

.case-study-summary__wrap {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}

.case-study-summary__content {
  padding: 20px;
}
@media (min-width: 768px) {
  .case-study-summary__content {
    padding-bottom: 55px;
    padding-top: 55px;
  }
}
@media (min-width: 1600px) {
  .case-study-summary__content {
    padding-left: 0;
    padding-right: 55px;
  }
}
.case-study-summary__content h1 {
  font-size: 1.3333333333rem;
}
@media (min-width: 1220px) {
  .case-study-summary__content h1 {
    font-size: 2.1428571429rem;
    margin-bottom: 40px;
  }
}

.case-study-summary__list {
  padding-left: 70px;
  position: relative;
}
.case-study-summary__list:before, .case-study-summary__list:after {
  content: "";
  display: block;
  left: 16px;
  position: absolute;
  width: 3px;
}
.case-study-summary__list:before {
  border-left: 4px dotted #fff;
  height: 120px;
  top: 35px;
}
.case-study-summary__list:after {
  background-color: #fff;
  border-radius: 28px;
  bottom: 20px;
  height: calc(100% - 180px);
  left: 16.5px;
}

.case-study-summary__list-item {
  background-image: url(/theme/images/border.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 100%;
  height: 100%;
  line-height: 1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .case-study-summary__list-item {
    display: flex;
  }
}
.case-study-summary__list-item:last-child {
  background-image: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.case-study-summary__circle {
  left: 0;
  position: absolute;
  top: 0;
}

.case-study-summary__plug {
  bottom: 0;
  display: block;
  left: 2px;
  position: absolute;
  transform: rotate(180deg);
  z-index: 1;
}

@media (min-width: 1024px) {
  .case-study-summary__image {
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
  }
}

.careers-listings {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .careers-listings {
    padding: 30px 0 40px;
  }
}
@media (min-width: 1220px) {
  .careers-listings {
    padding: 30px 0 140px;
  }
}

.careers-listings__item {
  border-bottom: 4px dotted #d9d9d9;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .careers-listings__item {
    padding: 40px 0;
  }
}

.careers-listings__title {
  font-size: 1.1428571429rem;
}
@media (min-width: 768px) {
  .careers-listings__title {
    font-size: 1.7142857143rem;
  }
}

@media (min-width: 1024px) {
  .careers-listings__item-wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.careers-listings__list {
  font-size: 0.8571428571rem;
  color: #0d8dd3;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .careers-listings__list {
    font-size: 1rem;
    align-items: center;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .careers-listings__list {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .careers-listings__list li {
    align-items: center;
    display: flex;
  }
}
.careers-listings__list li + li {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .careers-listings__list li + li {
    margin-left: 20px;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .careers-listings__list li a {
    align-items: center;
    display: flex;
  }
}
.careers-listings__list li img {
  display: block;
  width: 24px;
}
@media (min-width: 768px) {
  .careers-listings__list li img {
    margin-right: 10px;
    width: auto;
  }
}
.careers-listings__list li span {
  display: block;
  word-break: break-word;
}
.careers-listings__list a {
  color: #0d8dd3;
}

.careers-listings__content {
  padding-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .careers-listings__content {
    padding-top: 40px;
  }
}
.careers-listings__content ul {
  color: #497c9c;
  list-style: disc inside;
}
@media (min-width: 768px) {
  .careers-listings__content ul li + li {
    margin-top: 30px;
  }
}

.product-finder--intro {
  background-color: #e4eaef;
}
@media (min-width: 1220px) {
  .product-finder--intro {
    padding: 105px 0 50px;
  }
}
.product-finder--intro h1 {
  font-size: 1.3333333333rem;
}
@media (min-width: 768px) {
  .product-finder--intro h1 {
    font-size: 2.1428571429rem;
    margin-bottom: 40px;
  }
}

.product-finder__section {
  display: none;
}
.product-finder__section:first-child {
  display: block;
}
.product-finder__section h2 {
  font-size: 1.1428571429rem;
}
@media (min-width: 768px) {
  .product-finder__section h2 {
    font-size: 1.7142857143rem;
    margin-bottom: 40px;
  }
}

.product-finder__wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

p + .product-finder__wrap {
  margin-top: 40px;
}

.product-finder__question {
  align-items: flex-end;
  background-color: #fff;
  border-radius: 50%;
  border: 4px dotted #d9d9d9;
  display: flex;
  flex-wrap: wrap;
  height: 110px;
  margin: 0 10px;
  width: 110px;
}
@media (min-width: 600px) {
  .product-finder__question {
    height: 240px;
    width: 240px;
  }
}
@media (min-width: 768px) {
  .product-finder__question {
    height: 280px;
    width: 280px;
  }
}
@media (min-width: 1220px) {
  .product-finder__question {
    height: 335px;
    margin: 0 50px;
    width: 335px;
  }
}
.product-finder__question > * {
  width: 100%;
}
.product-finder__question svg,
.product-finder__question img {
  height: 40px;
  width: auto;
}
@media (min-width: 600px) {
  .product-finder__question svg,
.product-finder__question img {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .product-finder__question svg,
.product-finder__question img {
    margin-top: 40px;
    height: 135px;
  }
}
@media (min-width: 1220px) {
  .product-finder__question svg,
.product-finder__question img {
    height: 160px;
  }
}
.product-finder__question h3 {
  font-size: 0.9523809524rem;
  margin: 0 0 20px;
}
@media (min-width: 600px) {
  .product-finder__question h3 {
    font-size: 1.1428571429rem;
  }
}
@media (min-width: 1220px) {
  .product-finder__question h3 {
    font-size: 1.7142857143rem;
    margin-bottom: 40px;
  }
}

.product-finder__btn {
  align-items: flex-end;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  transition: background-color 0.5s;
}
.text-blue-royal .product-finder__btn:hover, .text-blue-royal .product-finder__btn:focus {
  background-color: #2d61b5;
}
.text-blue-alt2 .product-finder__btn:hover, .text-blue-alt2 .product-finder__btn:focus {
  background-color: #0d8dd3;
}
.product-finder__btn:hover h3, .product-finder__btn:focus h3 {
  color: #fff;
}
.product-finder__btn:hover svg, .product-finder__btn:focus svg {
  filter: brightness(0) invert(1);
}
.product-finder__btn > * {
  width: 100%;
}
.product-finder__btn path {
  transition: fill 0.5s;
}

.product-finder__tooltip {
  align-items: center;
  color: #292c34;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  margin: 15px 0 0;
  text-decoration: none;
}
.product-finder__tooltip > * {
  margin: 0 5px;
}
.product-finder__tooltip span {
  box-shadow: 0px 2px 22px -6px rgba(0, 0, 0, 0.75);
}

.product-finder--results {
  display: none;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .product-finder--results {
    padding: 70px 0 0;
  }
}
@media (min-width: 1220px) {
  .product-finder--results {
    padding: 100px 0 0;
  }
}

.product-finder__recommendation {
  align-items: center;
  color: #0d8dd3;
  display: flex;
  font-weight: 700;
  margin: 0 0 10px;
}
.product-finder__recommendation svg path {
  fill: #0d8dd3;
}
.product-finder__recommendation > *:first-child {
  margin-right: 10px;
}

.product-finder__result {
  background: #fff;
  background-clip: padding-box;
  border: solid 5px transparent;
  border-radius: 28px;
  height: calc(100% - 60px);
  padding: 20px 25px 30px;
  position: relative;
}
.product-finder--alt .product-finder__result {
  border-radius: 0 0 28px 28px;
}
.product-finder__result:before {
  background: linear-gradient(to right, #28c4d5, #1889ac);
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  margin: -5px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.product-finder__result h2 {
  font-size: 1.1428571429rem;
  color: #292c34;
  margin: 0;
}
.product-finder__result h2 span {
  font-size: 0.8571428571rem;
  display: block;
  margin-top: 5px;
}

.product-finder__result-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 70px;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .product-finder__result-wrap {
    height: 100px;
  }
}
.product-finder__result-wrap.alt {
  height: auto;
}
.product-finder--alt .product-finder__result-wrap.alt {
  margin-bottom: 0;
}

.product-finder__result-logo {
  max-height: 120px;
  max-width: calc(100% - 100px);
}

.product-finder__result-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-finder__result-image {
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .product-finder__result-image {
    margin-bottom: 60px;
  }
}

.product-finder__price {
  color: #008dc2;
  margin-top: 0;
  text-align: right;
}
.product-finder--alt .product-finder__price {
  margin: 0;
}
.product-finder--alt .product-finder__price span {
  display: block;
}
.product-finder__price span {
  font-size: 1.1428571429rem;
  display: block;
  font-weight: 700;
}
@media (min-width: 600px) {
  .product-finder__price span {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .product-finder__result-btns {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .product-finder__result-btns {
    display: block;
  }
}
@media (min-width: 1220px) {
  .product-finder__result-btns {
    display: flex;
  }
}
.product-finder__result-btns .btn {
  font-size: 0.8571428571rem;
  min-width: 110px;
  margin: 5px 0;
  padding: 10px 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .product-finder__result-btns .btn {
    margin: 0 10px;
    padding: 10px 20px;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .product-finder__result-btns .btn {
    margin: 5px 0;
    padding: 10px 0;
    width: 100%;
  }
}
@media (min-width: 1220px) {
  .product-finder__result-btns .btn {
    margin: 0 10px;
    padding: 10px 20px;
    width: auto;
  }
}
.product-finder__result-btns .btn:not(:hover):not(:focus) {
  background-color: #0080a7;
}

.product-finder__finance {
  font-size: 0.7619047619rem;
}

.product-finder__features {
  font-size: 0.8571428571rem;
}

.product-finder__btns {
  margin-top: 30px;
}

.product-finder__btns-alt {
  margin-top: 30px;
}
.product-finder__btns-alt > * + * {
  margin-top: 20px;
}

.js-product-filter {
  display: none;
}

.product-finder--reset {
  background-color: #dfecf4;
  padding: 10px;
}

.quote-modal-instructions {
  font-size: 0.8571428571rem;
  text-align: left;
  margin: 0 0 30px;
  padding: 5px;
}
.quote-modal-instructions ol {
  list-style: decimal;
  margin-left: 20px;
}
.quote-modal-instructions li + li {
  margin-top: 10px;
}

.usp-box {
  background-color: #fff;
  border-radius: 28px;
  border: 2px solid #d9d9d9;
  margin-top: 30px;
  padding: 30px;
}
.usp-box h2 {
  color: #008dc2;
  font-size: 1.2380952381rem;
}
@media (min-width: 1220px) {
  .usp-box h2 {
    font-size: 2.1428571429rem;
  }
}
.usp-box h2 span {
  font-size: 1.1428571429rem;
  color: #292c34;
  display: block;
}
@media (min-width: 1220px) {
  .usp-box h2 span {
    margin-top: 4px;
    font-size: 1.3333333333rem;
  }
}

@media (min-width: 768px) {
  .grid > *:not(:first-child) .usp-box__item:before {
    border-left: 4px dotted #b1b1b1;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: auto;
    width: 3.5px;
  }
}

.usp-box__item {
  position: relative;
}
@media (min-width: 768px) {
  .usp-box__item {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .usp-box__item:not(:first-child):before {
    border-left: 4px dotted #b1b1b1;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    top: auto;
  }
}

.product-finder--results__intro {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .product-finder--results__intro {
    margin-top: -30px;
  }
}

.product-finder-content-blocks {
  margin-bottom: 0;
}

.need-more-help {
  background-color: #008dc2;
  border-radius: 28px;
  color: #fff;
  padding: 30px;
}
.need-more-help h2 {
  color: #fff;
}
.need-more-help .btn-arrow--primary {
  background-color: #fff;
  color: #008dc2;
}
.need-more-help .btn-arrow--primary:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.11' height='21.68' viewBox='0 0 12.11 21.68'%3E%3Cpath d='M1.27,21.68a1.27,1.27,0,0,1-.9-.38,1.28,1.28,0,0,1,0-1.8L9,10.84.37,2.17A1.26,1.26,0,0,1,0,1.27,1.26,1.26,0,0,1,1.27,0a1.26,1.26,0,0,1,.9.37l9.57,9.57a1.28,1.28,0,0,1,0,1.8L2.17,21.3A1.27,1.27,0,0,1,1.27,21.68Z' fill='%23008DC2' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  border-color: #008dc2;
}

.postcode-map-wrap {
  height: 500px;
}
@media (min-width: 1024px) {
  .postcode-map-wrap {
    height: auto;
    padding: 0 0 100%;
  }
}

#postcode-finder-map {
  bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.mapboxgl-marker:not(.marker) {
  background-image: url("/theme/images/map-marker.png");
  background-size: 302px;
  width: 302px;
  height: 301px;
}
@media (max-width: 767px) {
  .mapboxgl-marker:not(.marker) {
    background-size: 150px;
    width: 150px;
    height: 149px;
  }
}
.mapboxgl-marker:not(.marker) svg,
.mapboxgl-marker:not(.marker) img {
  display: none;
}

.marker {
  background-image: url("/theme/images/map-marker.png");
}
.marker.marker--302 {
  background-size: 302px;
  width: 302px;
  height: 301px;
}
@media (max-width: 767px) {
  .marker.marker--302 {
    background-size: 150px;
    width: 150px;
    height: 149px;
  }
}
.marker.marker--196 {
  background-size: 196px;
  width: 196px;
  height: 195px;
}
@media (max-width: 767px) {
  .marker.marker--196 {
    background-size: 98px;
    width: 98px;
    height: 98px;
  }
}
.marker.marker--165 {
  background-size: 165px;
  width: 165px;
  height: 164px;
}
@media (max-width: 767px) {
  .marker.marker--165 {
    background-size: 83px;
    width: 83px;
    height: 83px;
  }
}
.marker.marker--154 {
  background-size: 154px;
  width: 154px;
  height: 153px;
}
@media (max-width: 767px) {
  .marker.marker--154 {
    background-size: 77px;
    width: 77px;
    height: 77px;
  }
}
.marker.marker--140 {
  background-size: 140px;
  width: 140px;
  height: 140px;
}
@media (max-width: 767px) {
  .marker.marker--140 {
    background-size: 70px;
    width: 70px;
    height: 70px;
  }
}
.marker.marker--112 {
  background-size: 112px;
  width: 112px;
  height: 112px;
}
@media (max-width: 767px) {
  .marker.marker--112 {
    background-size: 56px;
    width: 56px;
    height: 56px;
  }
}
.marker.marker--100 {
  background-size: 100px;
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .marker.marker--100 {
    background-size: 50px;
    width: 50px;
    height: 50px;
  }
}
.marker.marker--69 {
  background-size: 69px;
  width: 69px;
  height: 69px;
}
@media (max-width: 767px) {
  .marker.marker--69 {
    background-size: 35px;
    width: 35px;
    height: 35px;
  }
}

.mapboxgl-ctrl-geocoder--powered-by {
  display: none !important;
}

.suggestions li {
  cursor: pointer;
  display: block;
  padding: 10px 0;
}
.suggestions li + li {
  border-top: 1px solid #fff;
}
.suggestions li a {
  color: #292c34;
}

.geocoder svg,
.geocoder .mapboxgl-ctrl-geocoder--button {
  display: none !important;
}

.map-and-details {
  background-color: #dcdcdc;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .map-and-details {
    margin-top: 50px;
  }
}
@media (min-width: 1220px) {
  .map-and-details {
    margin-top: 110px;
  }
}
.map-and-details.active .details {
  display: block;
}
@media (min-width: 1024px) {
  .map-and-details.active .details {
    width: 33.33%;
  }
}
.map-and-details.active .postcode-map-wrap {
  padding: 0;
}
@media (min-width: 1024px) {
  .map-and-details.active .postcode-map-wrap {
    width: 66.66%;
  }
}
.map-and-details .details {
  background-color: #dcdcdc;
  display: none;
  width: 100%;
}
.map-and-details .details__inner {
  padding: 30px;
}
@media (min-width: 768px) {
  .map-and-details .details__inner {
    font-size: 1.1428571429rem;
  }
}
@media (min-width: 1220px) {
  .map-and-details .details__inner {
    padding: 60px;
  }
}
.map-and-details .details__inner h2 {
  text-align: left !important;
}
@media (min-width: 1220px) {
  .map-and-details .details__inner h2 {
    margin-bottom: 45px;
  }
}
.map-and-details .details__inner h3 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .map-and-details .details__inner h3 {
    font-size: 1.7142857143rem;
    margin-bottom: 40px;
    margin-top: 45px;
  }
}
.map-and-details .details__inner p.has-icon a {
  word-break: break-word;
}
.map-and-details .details__inner p.has-icon + p {
  margin-top: 35px;
}
.map-and-details .details__inner .btn-primary {
  min-width: 190px;
}
.map-and-details .details__inner .btn-bold {
  color: #008dc2;
  display: inline-flex;
}
.map-and-details .details__inner .btn-bold:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.11' height='21.68' viewBox='0 0 12.11 21.68'%3E%3Cpath d='M1.27,21.68a1.27,1.27,0,0,1-.9-.38,1.28,1.28,0,0,1,0-1.8L9,10.84.37,2.17A1.26,1.26,0,0,1,0,1.27,1.26,1.26,0,0,1,1.27,0a1.26,1.26,0,0,1,.9.37l9.57,9.57a1.28,1.28,0,0,1,0,1.8L2.17,21.3A1.27,1.27,0,0,1,1.27,21.68Z' fill='%23008fc5' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-size: 8px;
  content: "";
  display: block;
  height: 14px;
  margin-right: 10px;
  transform: translateY(5px) rotate(180deg);
  transition: transform 0.5s;
  width: 8px;
}
.map-and-details .details__inner .btn-bold:hover:before, .map-and-details .details__inner .btn-bold:focus:before {
  transform: translate(-5px, 5px) rotate(180deg);
}
.map-and-details .postcode-map-wrap {
  width: 100%;
}

.details__covering {
  align-items: flex-start;
  display: flex;
  margin-bottom: 30px;
}
@media (min-width: 1220px) {
  .details__covering {
    margin-bottom: 45px;
  }
}
.details__covering img,
.details__covering svg {
  flex-shrink: 0;
  margin-right: 20px;
}

@media (min-width: 1220px) {
  .product-finder--alt > h2 {
    font-size: 2.619047619rem;
    margin-bottom: 55px;
  }
}
.product-finder--alt .product-finder__result h2 {
  transition: color 0.3s;
}
.product-finder--alt .product-finder__result:hover, .product-finder--alt .product-finder__result:focus {
  text-decoration: none !important;
}
.product-finder--alt .product-finder__result:hover h2, .product-finder--alt .product-finder__result:focus h2 {
  color: #008dc2;
}

.product-filters {
  background-color: #fff;
  display: none;
  max-width: 570px;
  padding: 0 0 20px;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .product-filters {
    box-shadow: 10px 10px 13px -7px rgba(0, 0, 0, 0.1);
    position: absolute;
    border-radius: 0 0 28px 0;
    top: 55px;
    left: 0;
  }
}
.product-filters .grid {
  margin-left: -30px;
}
.product-filters .grid > div {
  padding-left: 30px;
  position: relative;
}
.product-filters .grid > div:first-child:before {
  display: none;
}
.product-filters .grid > div:before {
  background: linear-gradient(180deg, #1681a8 0%, #36fbfb 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
}
.product-filters h2 {
  font-size: 1.1428571429rem;
  color: #292c34;
}
.product-filters input[type=checkbox]:checked::before {
  transform: scale(1);
}
.product-filters input[type=checkbox]:checked {
  background-color: #292c34;
}
.product-filters input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #292c34;
  color: currentColor;
  cursor: pointer;
  display: grid;
  flex-shrink: 0;
  font: inherit;
  height: 20px;
  margin: 0 5px 0 0;
  padding: 0;
  place-content: center;
  transform: translateY(-0.075em);
  width: 20px;
}
@media (min-width: 768px) {
  .product-filters input[type=checkbox] {
    height: 30px;
    margin: 0 15px 0 0;
    width: 30px;
  }
}
.product-filters input[type=checkbox]::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5858 13.4142L7.75735 10.5858L6.34314 12L10.5858 16.2427L17.6568 9.1716L16.2426 7.75739L10.5858 13.4142Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-size: 30px;
  content: "";
  width: 30px;
  height: 30px;
  display: block;
}
.product-filters input[type=checkbox]:checked::before {
  transform: scale(1);
}
.product-filters label {
  font-size: 0.7619047619rem;
}
@media (min-width: 768px) {
  .product-filters label {
    font-size: 1.1428571429rem;
  }
}
.product-filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-filters li {
  align-items: center;
  display: flex;
}

.btn-filters,
.btn-clear-filters {
  font-size: 1.1428571429rem;
  color: #008dc2;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .btn-filters,
.btn-clear-filters {
    font-size: 1.7142857143rem;
  }
}

.btn-clear-filters {
  font-size: 1.1428571429rem;
  margin-top: 30px;
  text-align: left;
}
.btn-clear-filters:hover, .btn-clear-filters:focus {
  color: #292c34;
}
.btn-clear-filters + .btn-clear-filters {
  margin-top: 0;
}

.btn-back-link {
  margin-bottom: 30px;
}
@media (min-width: 1220px) {
  .btn-back-link {
    margin-bottom: 90px;
  }
}

.product-details h1 {
  font-size: 1.7142857143rem;
}
@media (min-width: 1220px) {
  .product-details h1 {
    font-size: 2.6666666667rem;
    margin: 0 0 40px;
  }
}
.product-details h1 span {
  font-size: 1.1428571429rem;
}
@media (min-width: 1220px) {
  .product-details h1 span {
    font-size: 1.7142857143rem;
    margin-top: 10px;
  }
}

.product-details__intro p {
  font-size: 1rem;
}
@media (min-width: 1220px) {
  .product-details__intro p {
    font-size: 1.1428571429rem;
  }
}

.product-details__price {
  color: #0080a7;
  font-weight: 700;
}
@media (min-width: 1220px) {
  .product-details__price {
    font-size: 1.380952381rem;
  }
}
.product-details__price span {
  font-size: 1.7142857143rem;
}
@media (min-width: 1220px) {
  .product-details__price span {
    font-size: 2.6666666667rem;
  }
}

.product-details__colours {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1220px) {
  .product-details__colours {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.products-details__colour-item {
  font-size: 0.9523809524rem;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  margin-left: 25px;
  padding-bottom: 6px;
}
.products-details__colour-item.active {
  border-bottom: 2px solid #0080a7;
  font-weight: 700;
}
.products-details__colour-item span {
  border-radius: 50%;
  border: 1px solid #000;
  display: inline-block;
  height: 25px;
  margin-right: 10px;
  width: 25px;
}

.product-details__usps {
  font-size: 0.8571428571rem;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-weight: 700;
  margin: 30px 0;
}
@media (min-width: 1220px) {
  .product-details__usps {
    margin: 40px 0 55px;
  }
}
.product-details__usps > div {
  margin-bottom: 30px;
  width: 50%;
}
@media (min-width: 768px) {
  .product-details__usps > div {
    margin-bottom: 0;
    width: 33.33%;
  }
}

.product-details__btn {
  min-width: 200px;
}

.product-images {
  background: #fff;
  background-clip: padding-box;
  border: solid 5px transparent;
  border-radius: 0 0 28px 28px;
  height: calc(100% - 50px);
  padding: 25px;
  position: relative;
}
@media (min-width: 1220px) {
  .product-images {
    padding: 25px 35px;
  }
}
.product-images:before {
  background: linear-gradient(to right, #28c4d5, #1889ac);
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  margin: -5px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.product-images__logos-logo {
  max-width: calc(100% - 80px);
}
@media (min-width: 1220px) {
  .product-images__logos-logo {
    max-width: none;
  }
}

.product-images__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.product-images__logos-approved {
  height: 50px;
  width: 50px;
}
@media (min-width: 1220px) {
  .product-images__logos-approved {
    height: 80px;
    width: 80px;
  }
}

.product-images__thumbs {
  display: none;
  align-items: center;
  margin-top: 30px;
}
@media (min-width: 1220px) {
  .product-images__thumbs {
    margin-top: 50px;
  }
}
.product-images__thumbs.active {
  display: flex;
}
.product-images__thumbs div {
  width: 25%;
}
.product-images__thumbs div + div {
  margin-left: 5px;
}
.product-images__thumbs div img {
  cursor: pointer;
  width: auto;
}

.product-images__wrap {
  display: none;
}
.product-images__wrap.active {
  display: block;
}
.product-images__wrap > div {
  display: none;
}
.product-images__wrap > div:first-child {
  display: block;
}

.product-images__thumb-image {
  opacity: 0.7;
}
.product-images__thumb-image.active {
  opacity: 1;
}

/* TRANSITIONS */
.popout-button, .popout-switch {
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, border 0.2s ease;
}

#popout-trigger .popout-trigger-button {
  transition: border-color 0.2s ease;
}

.popout-switch .popout-options:after {
  transition: transform 0.2s ease;
}

#popout .popout-outer {
  transition: transform 0.4s ease;
}

/* POPOUT TRIGGER */
#popout-trigger {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2000;
  pointer-events: none;
}

#popout-trigger .popout-trigger-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border: solid;
  border-width: 100px 0 0 100px;
  border-color: transparent transparent transparent #cccccc;
  background: transparent;
  padding: 0;
  pointer-events: auto;
}

#popout-trigger .popout-trigger-button:hover, #popout-trigger .popout-trigger-button:focus {
  border-color: transparent transparent transparent #666666;
}

#popout-trigger .popout-trigger-button svg {
  position: absolute;
  bottom: 15px;
  left: -85px;
}

@media only screen and (max-width: 750px) {
  #popout-trigger .popout-trigger-button {
    border-width: 80px 0 0 80px;
  }

  #popout-trigger .popout-trigger-button svg {
    position: absolute;
    bottom: 7px;
    left: -73px;
  }
}
/* POPOUT */
#popout {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3000;
  display: none;
}

#popout .popout-blocker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.8;
}

#popout .popout-outer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 500px;
  max-width: calc(100% - 30px);
  max-height: 100%;
  overflow: auto;
  background: #ffffff;
  transform: translate3d(-100%, 0, 0);
}

#popout.open .popout-outer {
  transform: translate3d(0, 0, 0);
}

#popout .popout-inner {
  padding: 60px 30px;
}

#popout .popout-section:nth-of-type(n+2) {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #cccccc;
}

@media only screen and (max-width: 750px) {
  #popout .popout-inner {
    padding: 40px 15px 60px;
  }
}
/* POPOUT BUTTON */
.popout-buttons {
  margin: 32px 0 0 -4px;
}

.popout-button {
  margin: 4px 0 0 4px;
  border: 0;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  min-width: 180px;
  font-size: 14px;
  line-height: 28px;
  font-family: inherit;
  font-weight: 700;
  padding: 8px 15px;
  text-align: center;
  background: #666666;
  color: #ffffff;
  text-transform: uppercase;
}

.popout-buttons .popout-button:first-child {
  background: #008dc2;
}

.popout-button + .popout-button {
  margin-left: 4px;
}

.popout-button:hover, .popout-button:focus {
  background: #292c34;
}

.popout-buttons .popout-button:first-child:hover, .popout-buttons .popout-button:first-child:focus {
  background: #292c34;
}

@media only screen and (max-width: 750px) {
  .popout-buttons {
    margin-right: -10px;
  }

  .popout-button {
    min-width: 1px;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 10px;
  }
}
/* POPOUT SWITCH */
.popout-switch {
  margin-top: 32px;
  width: 180px;
  background: #666666;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.popout-switch:focus, .popout-switch:focus-within {
  background: #008dc2;
}

.popout-switch .popout-options {
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 700;
  padding: 8px 0;
  color: #ffffff;
  display: flex;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.popout-switch .popout-options:after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  width: calc(50% - 3px);
  background: #cccccc;
  border-radius: 5px;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
}

[data-analytics_storage=granted] .popout-switch.popout-switch-analytics_storage .popout-options:after {
  transform: translate3d(100%, 0, 0);
}

[data-ad_storage=granted] .popout-switch.popout-switch-ad_storage .popout-options:after {
  transform: translate3d(100%, 0, 0);
}

[data-personalization_storage=granted] .popout-switch.popout-switch-personalization_storage .popout-options:after {
  transform: translate3d(100%, 0, 0);
}

[data-functionality_storage=granted] .popout-switch.popout-switch-functionality_storage .popout-options:after {
  transform: translate3d(100%, 0, 0);
}

[data-security_storage=granted] .popout-switch.popout-switch-security_storage .popout-options:after {
  transform: translate3d(100%, 0, 0);
}

.popout-switch .popout-options .popout-option {
  width: 50%;
  text-align: center;
}

.popout-toggle-input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 750px) {
  .popout-switch {
    width: 150px;
  }

  .popout-switch .popout-options {
    min-width: 1px;
    font-size: 14px;
    line-height: 24px;
  }
}
/* ACCESSIBILITY */
#popout .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  color: #000000;
}
