/*!
	PLEASE DO NOT EDIT STYLE.CSS - YOUR EDITS WILL BE OVERWRITTEN
	Always edit style.scss and compile (see sass-lang.com for more info)

	@author development@bronte.co.nz
*/
@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/*
    Variables
*/
/*
    Animations, Mixins etc.
*/
.text-center {
  text-align: center;
}

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

.w100p {
  width: 100%;
}

.h100p {
  height: 100%;
}

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

.c-white {
  color: #fff;
}

.posr {
  position: relative;
}

.z-item {
  z-index: 10;
}

.z-item-max {
  z-index: 15;
}

.last {
  margin-bottom: 0;
}

.lc > :last-child {
  margin-bottom: 0;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 15;
}

.btn,
button,
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  padding: 16px 20px;
  line-height: 1.5;
  cursor: pointer;
  transition: 0.2s all;
  border: 0;
  font-family: "Albert Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.btn:focus,
button:focus,
input[type=submit]:focus {
  outline: none;
}
.btn.btn-primary,
button.btn-primary,
input[type=submit].btn-primary {
  background: #841A26;
  color: #fff;
  border: 1px solid #841A26;
}
.btn.btn-primary:hover,
button.btn-primary:hover,
input[type=submit].btn-primary:hover {
  background: rgb(89.3924050633, 17.6075949367, 25.7341772152);
}
.btn.btn-secondary,
button.btn-secondary,
input[type=submit].btn-secondary {
  background: #fff;
  color: #841A26;
  border: 1px solid #841A26;
}
.btn.btn-secondary:hover,
button.btn-secondary:hover,
input[type=submit].btn-secondary:hover {
  background: #1A2041;
  border: 1px solid #1A2041;
  color: #fff;
}
.btn.btn-blue,
button.btn-blue,
input[type=submit].btn-blue {
  background: #1A2041;
  color: #fff;
  border: 1px solid #1A2041;
}
.btn.btn-blue:hover,
button.btn-blue:hover,
input[type=submit].btn-blue:hover {
  background: #841A26;
}
.btn.btn-outlined,
button.btn-outlined,
input[type=submit].btn-outlined {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.btn.btn-outlined:hover,
button.btn-outlined:hover,
input[type=submit].btn-outlined:hover {
  background: #841A26;
  color: #fff;
}

.gform_button {
  background: #841A26 !important;
  color: #fff !important;
  border: 1px solid #841A26 !important;
  padding: 16px 20px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: 0.2s all;
}
.gform_button:hover {
  background: rgb(89.3924050633, 17.6075949367, 25.7341772152) !important;
  border-color: rgb(89.3924050633, 17.6075949367, 25.7341772152) !important;
}

.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.menu-header li {
  margin-left: 30px;
}
.menu-header a {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
}
.menu-header a:hover {
  color: #1A2041;
}
.menu-header.menu--dark a {
  color: #1A2041;
}
.menu-header.menu--dark a:hover {
  color: #841A26;
}
.menu-mobile {
  flex-direction: column;
  gap: 20px;
  padding-top: 32px;
  padding-bottom: 32px;
}
.menu-mobile a {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  color: #841A26;
}
.menu-footer {
  flex-direction: column;
}
.menu-footer li {
  margin-bottom: 10px;
  position: relative;
}
.menu-footer a {
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #fff;
}
.menu-footer a:hover {
  color: #1A2041;
}
.menu-footer-light a {
  font-weight: 400;
  text-decoration: underline;
  text-transform: none;
}
.menu-footer-light a:hover {
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--wp-admin--admin-bar--height); /**
* @link https://make.wordpress.org/core/2022/01/07/theme-focused-changes-and-filters-in-wordpress-5-9/#adjusting-for-fixed-header-navigation
*/
}

html,
body {
  min-height: 100vh;
}

body {
  font-family: "Afacad", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #111111;
  display: flex;
  flex-direction: column;
  margin: 0;
}

a {
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

main {
  flex: 1;
}

svg,
img {
  max-width: 100%;
  height: auto;
  display: block;
}

p img {
  display: inline-block;
}

.text > :first-child {
  margin-top: 0;
}
.text > :last-child {
  margin-bottom: 0;
}
.text ol,
.text ul {
  line-height: inherit;
  padding-left: 20px;
}
.text li:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .alignleft,
  img.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .alignright,
  img.alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
  }
}

.aligncenter,
img.aligncenter {
  margin: 1em auto;
}

h1, .h1 {
  font-family: "Afacad", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}
@media screen and (max-width: 1200px) {
  h1, .h1 {
    font-size: 60px;
    line-height: 62px; /* 103.333% */
  }
}
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 42px;
    line-height: 43px; /* 102.381% */
  }
}

h2, .h2 {
  font-family: "Afacad", sans-serif;
  font-size: 85px;
  font-style: normal;
  font-weight: 700;
  line-height: 85px;
}
@media screen and (max-width: 1200px) {
  h2, .h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

h3, .h3 {
  font-family: "Afacad", sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
}
@media screen and (max-width: 1200px) {
  h3, .h3 {
    font-size: 38px;
    line-height: 45px;
  }
}
@media screen and (max-width: 768px) {
  h3, .h3 {
    font-size: 27px;
    line-height: 30px;
  }
}

h4, .h4 {
  font-family: "Afacad", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}
@media screen and (max-width: 1200px) {
  h4, .h4 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  h4, .h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

h5, .h5 {
  font-family: "Afacad", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}
@media screen and (max-width: 1200px) {
  h5, .h5 {
    font-size: 23px;
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  h5, .h5 {
    font-size: 22px;
    line-height: 30px;
  }
}

h6, .h6 {
  font-family: "Afacad", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
@media screen and (max-width: 1200px) {
  h6, .h6 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  h6, .h6 {
    font-size: 19px;
    line-height: 26px;
  }
}

.text-body {
  color: #313131;
  font-family: "Albert Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
}

.text--white {
  color: #fff;
}
.text--maroon {
  color: #841A26;
}
.text--dark-blue {
  color: #1A2041;
}
.text--yellow {
  color: #FFD400;
}

.subtitle {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.bg--dark-blue {
  background: #1A2041;
}
.bg--maroon {
  background: #841A26;
}
.bg--white {
  background: #fff;
}
.bg--yellow {
  background: #FFD400;
}

.side-menu {
  position: fixed;
  pointer-events: none;
  top: calc(var(--wp-admin--admin-bar--height) + 0px);
  right: 0;
  bottom: 0;
  z-index: 750;
  transition: all ease-in-out 0.4s;
  width: 100%;
  border-left: #841A26 solid 3px;
}
@media (min-width: 576px) {
  .side-menu {
    width: 410px;
  }
}
.side-menu .inner {
  background: #fff;
  height: 100%;
  padding: 30px;
  overflow: auto;
}
.side-menu .header-cta a {
  width: 100%;
}

.mobile-close svg {
  width: 24px;
  height: 24px;
  color: #841A26;
}

.opened .side-menu {
  transform: translateX(0) !important;
  pointer-events: all;
}

.menu-opener {
  z-index: 50;
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid #fff;
  margin-left: auto;
}
.menu-opener:before, .menu-opener:after {
  content: "";
  backface-visibility: hidden;
  transition: all 0.4s;
  background: #fff;
  height: 1px;
  left: 9px;
  right: 9px;
  top: 13px;
  position: absolute;
}
.menu-opener:before {
  box-shadow: 0 13px 0 0 #fff;
}
.menu-opener:after {
  top: 19px;
}
.opened .menu-opener:before {
  box-shadow: 0 0 0 0 transparent;
  transform: rotate(225deg);
  top: 19px;
}
.opened .menu-opener:after {
  transform: rotate(315deg);
  top: 19px;
}

header {
  position: absolute;
  width: 100%;
  top: calc(var(--wp-admin--admin-bar--height) + 0px);
  left: 0;
  z-index: 200;
  margin-top: 16px;
}
header .header-cta {
  margin-left: 32px;
}
header .mobile-menu-button {
  cursor: pointer;
}
header .mobile-menu-button svg {
  color: #fff;
  transition: 0.2s all;
}
header .mobile-menu-button:hover svg {
  color: #1A2041;
}
header.header--dark .mobile-menu-button {
  cursor: pointer;
}
header.header--dark .mobile-menu-button svg {
  color: #1A2041;
  transition: 0.2s all;
}
header.header--dark .mobile-menu-button:hover svg {
  color: #841A26;
}
header.has-banner {
  top: 60px;
}

.page-header-image {
  background: linear-gradient(0deg, #1A2041 0%, rgba(26, 32, 65, 0) 100%), var(--header-bg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 400px;
}
.page-header-image.header-large {
  min-height: 900px;
}
@media screen and (max-width: 992px) {
  .page-header-image.header-large {
    min-height: 600px;
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  .page-header-image.header-large {
    min-height: 400px;
  }
}
.page-header-image.header-medium {
  min-height: 700px;
}
@media screen and (max-width: 992px) {
  .page-header-image.header-medium {
    min-height: 500px;
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  .page-header-image.header-medium {
    min-height: 350px;
  }
}
.page-header-image.header-small {
  min-height: 500px;
}
@media screen and (max-width: 992px) {
  .page-header-image.header-small {
    min-height: 400px;
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  .page-header-image.header-small {
    min-height: 300px;
  }
}
.page-header-image.header-small .container {
  margin-bottom: 50px;
}
.page-header-image .container {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 40px;
  padding-top: 72px;
}
@media screen and (max-width: 992px) {
  .page-header-image .container {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .page-header-image .container {
    margin-bottom: 40px;
  }
}
.page-header-image h1 {
  max-width: 760px;
  margin-bottom: 24px;
}
.page-header-image p {
  max-width: 520px;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-header-image p {
    font-size: 18px;
    line-height: 24px;
  }
}
.page-header-image .header-cta {
  margin-top: 32px;
}

.banner .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.banner a {
  text-decoration: underline;
  font-size: 18px;
}
.banner a:hover {
  text-decoration: none;
}

footer {
  background: linear-gradient(rgba(132, 26, 38, 0.85), rgba(132, 26, 38, 0.9)), url("../images/footer-bg.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .footer-copy {
  margin-top: 32px;
}
footer h6 {
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
footer p {
  margin: 0;
  margin-bottom: 10px;
}
footer p a {
  font-weight: 400;
  text-decoration: underline;
  text-transform: none;
  color: #fff;
}
footer p a:hover {
  text-decoration: underline;
}
footer .push-up {
  margin-top: 32px;
}

.gform_required_legend {
  display: none;
}

.gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3, .gform_wrapper h4, .gform_wrapper h5, .gform_wrapper h6 {
  font-weight: 700;
  margin: 0;
}

.gfield_radio {
  flex-direction: row !important;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=password],
.gform_wrapper input[type=number],
.gform_wrapper input[type=tel],
.gform_wrapper textarea {
  padding: 22px 25px !important;
  border: 1px solid rgba(49, 49, 49, 0.13) !important;
  background: rgba(232, 235, 237, 0.2) !important;
  box-sizing: border-box !important;
  color: rgba(26, 32, 65, 0.9) !important;
}

.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
  color: rgba(26, 32, 65, 0.5) !important;
  opacity: 1 !important;
}

.gform_wrapper {
  --gf-input-padding: 22px 25px !important;
  --gf-input-border: 1px solid rgba(49, 49, 49, 0.13) !important;
  --gf-input-background: rgba(232, 235, 237, 0.20) !important;
}

.gform_wrapper select, .chosen-container-single {
  border: 1px solid rgba(49, 49, 49, 0.13) !important;
  background: rgba(232, 235, 237, 0.2) !important;
  box-sizing: border-box !important;
  color: rgba(26, 32, 65, 0.9) !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url('data:image/svg+xml;utf8,<svg fill="rgba(26,32,65,0.7)" height="20" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7.293 8.293a1 1 0 011.414 0L10 9.586l1.293-1.293a1 1 0 111.414 1.414l-2 2a1 1 0 01-1.414 0l-2-2a1 1 0 010-1.414z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 20px 20px;
  cursor: pointer;
  caret-color: #1A2041 !important;
}

.gform_wrapper select option {
  color: rgba(26, 32, 65, 0.9) !important;
  background: #fff !important;
}

.gform_wrapper select option[disabled] {
  color: rgba(26, 32, 65, 0.5) !important;
}

.chosen-container {
  --gf-icon-ctrl-search: none !important;
}

.s-title-text {
  padding-top: 80px;
  padding-bottom: 80px;
}
.s-title-text .content {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .s-title-text .content {
    margin-top: 0px;
  }
}

.s-title-text-alt {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}
.s-title-text-alt h2 {
  margin-bottom: 32px;
}
.s-title-text-alt .bg-effect-red {
  top: 90px;
}

.s-product-cards {
  margin-top: 60px;
  margin-bottom: 60px;
}
.s-product-cards.bg--dark-blue {
  padding-top: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 100px;
}
.s-product-cards.bg--dark-blue h2 {
  color: #fff;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.s-product-cards.bg--dark-blue h2::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background-color: #fff;
  margin-left: 16px;
  margin-top: 4px;
  margin-right: 24px;
}
.s-product-cards .card {
  border: 1px solid rgba(26, 32, 65, 0.1);
  padding: 12px;
  margin-bottom: 24px;
}
.s-product-cards .card img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
}
.s-product-cards .card .product-suitable-pill {
  margin-top: 16px;
  margin-bottom: 0px;
}
.s-product-cards .card h4 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.s-product-cards .card .money_info {
  margin-top: 16px;
  margin-bottom: 16px;
}
.s-product-cards .card .card-text {
  margin-top: 0;
  margin-bottom: 16px;
}
.s-product-cards .card .card-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 1200px) {
  .s-product-cards .card .card-buttons a {
    width: 100%;
  }
}
.s-product-cards .image_holder {
  position: relative;
}
.s-product-cards .image_holder .watch-video {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 8px 18px 8px 16px;
  color: #fff;
  font-family: "Afacad", "Arial", sans-serif;
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 26px;
  z-index: 2;
  cursor: pointer;
  user-select: none;
  transition: background 0.2s;
}
.s-product-cards .image_holder .watch-video:hover {
  background: rgba(0, 0, 0, 0.6);
}
.s-product-cards .image_holder .watch-video .play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: transparent;
}
.s-product-cards .image_holder .watch-video .play-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.s-text-image {
  position: relative;
}
.s-text-image.blue-left {
  background: #1A2041;
  margin-top: 64px;
}
.s-text-image.blue-left .image-holder {
  position: relative;
  min-height: 700px;
  margin-bottom: -80px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .s-text-image.blue-left .image-holder {
    min-height: unset;
    aspect-ratio: 1/1;
  }
}
.s-text-image.blue-left .image-holder img {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-text-image.white-left {
  margin-top: 64px;
  margin-bottom: 64px;
}
.s-text-image.white-right {
  padding-bottom: 80px;
}
.s-text-image .content-holder {
  padding-bottom: 48px;
  padding-top: 48px;
}
.s-text-image .content-holder .subtitle {
  margin-bottom: 16px;
}
.s-text-image .content-holder h2 {
  margin-bottom: 16px;
}
.s-text-image .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.s-text-image .bg-effect-wave {
  width: 100%;
  position: absolute;
  z-index: -1;
  background: #1A2041;
  height: 140px;
  mask-image: url("../images/wave.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: bottom;
}
@media screen and (max-width: 1200px) {
  .s-text-image .bg-effect-wave {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .s-text-image .bg-effect-wave {
    height: 40px;
  }
}

.bg-effect-red {
  position: absolute;
  top: 0;
  right: 0;
}
.bg-effect-red img {
  height: 320px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .bg-effect-red img {
    height: 200px;
  }
}

.s-cards-basic {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .s-cards-basic {
    padding-top: 20px;
  }
}
.s-cards-basic .col-md-6 {
  padding: 16px;
  margin-bottom: 0;
}
.s-cards-basic .card {
  padding: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 768px) {
  .s-cards-basic .card {
    padding: 32px;
  }
}
.s-cards-basic .bg-effect-white {
  position: absolute;
  top: 0;
  left: 0;
}
.s-cards-basic .bg-effect-white img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}

.s-image-text-overlay {
  background: linear-gradient(rgba(49, 49, 49, 0.7), rgba(49, 49, 49, 0.7)), var(--background);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 630px;
}
.s-image-text-overlay .content-holder {
  min-height: 580px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 48px;
  padding-top: 48px;
}
.s-image-text-overlay .content-holder h2, .s-image-text-overlay .content-holder p {
  margin-top: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 992px) {
  .s-image-text-overlay {
    min-height: 600px;
  }
  .s-image-text-overlay .content-holder {
    min-height: 500px;
    padding-bottom: 32px;
    padding-top: 32px;
  }
}

.s-cards-with-images {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .s-cards-with-images {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.s-cards-with-images .bg-effect-red {
  top: 80px;
}
.s-cards-with-images .card {
  margin-bottom: 40px;
}
.s-cards-with-images .card img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
}
.s-cards-with-images .card h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.s-testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .s-testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.s-testimonials.has_background {
  background: linear-gradient(rgba(49, 49, 49, 0.7), rgba(49, 49, 49, 0.7)), var(--background);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 600px;
}
.s-testimonials .testimonial {
  padding: 50px 25px;
  border: 1px solid rgba(26, 32, 65, 0.13);
  margin-bottom: 20px;
}
.s-testimonials p {
  margin-top: 0;
}
.s-testimonials h6 {
  margin-bottom: 0;
}
.s-testimonials.dropped {
  padding-bottom: 0px;
}
.s-testimonials.dropped .reviews {
  margin-bottom: -150px;
}

.s-form {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .s-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.s-form .bg-effect-red {
  top: 80px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .s-form .bg-effect-red {
    top: 20px;
  }
}
.s-form .gform-footer .gform_button {
  margin-left: auto !important;
}
@media screen and (max-width: 768px) {
  .s-form .gform-footer .gform_button {
    margin-left: 0;
    width: 100% !important;
  }
}

.s-get-in-touch {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .s-get-in-touch {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.s-get-in-touch p a {
  color: #1A2041;
  text-decoration: underline;
}
.s-get-in-touch p a:hover {
  text-decoration: none;
}
.s-get-in-touch .cta {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .s-get-in-touch .cta {
    margin-top: 16px;
  }
}
.s-get-in-touch .h4, .s-get-in-touch p {
  margin-bottom: 24px;
}
.s-get-in-touch .gform-body {
  margin-top: 24px;
}

.s-faqs {
  padding-top: 120px;
  padding-bottom: 120px;
}
.s-faqs h2 {
  margin-bottom: 32px;
}
.s-faqs .content {
  margin-top: 0;
  margin-bottom: 32px;
}
.s-faqs .product-accordion-list--faqs .product-accordion-item {
  border: 1.5px solid #fff;
  background: transparent;
  color: #fff;
}
.s-faqs .product-accordion-list--faqs .product-accordion-header {
  color: #fff;
  background: none;
  border-radius: 12px 12px 0 0;
}
.s-faqs .product-accordion-list--faqs .product-accordion-header svg rect {
  fill: #fff;
}
.s-faqs .product-accordion-list--faqs .product-accordion-header:hover {
  background: rgba(255, 255, 255, 0.08);
}
.s-faqs .product-accordion-list--faqs .product-accordion-header h2.h5 {
  color: #fff;
}
.s-faqs .product-accordion-list--faqs .product-accordion-content {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  background: none;
}
.s-faqs .product-accordion-list--faqs .accordion-icon svg rect {
  fill: #fff;
}
@media screen and (max-width: 992px) {
  .s-faqs .faqs-holder {
    margin-top: 32px;
  }
}

/* Video Modal Styles */
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  overflow: auto;
}

.video-modal.active {
  display: flex;
}

.video-modal__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.video-modal__content {
  position: relative;
  z-index: 2;
  background: #111;
  border-radius: 12px;
  padding: 0;
  max-width: 96vw;
  max-height: 90vh;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.video-modal__close {
  background: none;
  border: none;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  right: 20px;
  z-index: 3;
  cursor: pointer;
  padding: 0;
}

.video-modal video {
  display: block;
  width: 90vw;
  max-width: 1200px;
  max-height: 80vh;
  border-radius: 12px;
  background: #000;
}

@media (max-width: 900px) {
  .video-modal video {
    width: 98vw;
    max-width: 98vw;
    max-height: 50vh;
  }
}
.s-dealer-map {
  padding-top: 80px;
  padding-bottom: 80px;
}
.s-dealer-map .dealer-google-map {
  width: 100%;
  height: 600px;
  min-height: 300px;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  background: #eaeaea;
}
@media screen and (max-width: 768px) {
  .s-dealer-map .dealer-map-form {
    margin-top: 64px;
  }
}

.single-product .product-page-container {
  margin-top: 140px;
}
.single-product .product-gallery-thumbnails {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  overflow-x: auto;
  padding-bottom: 8px;
}
.single-product .product-gallery-thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  border: 1px solid #eee;
  flex: 0 0 auto;
  transition: box-shadow 0.2s, border-color 0.2s, opacity 0.3s;
}
.single-product .product-gallery-thumb:active,
.single-product .product-gallery-thumb:focus,
.single-product .product-gallery-thumb:hover {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
  opacity: 0.8;
}
.single-product .main-product-image {
  opacity: 1;
  transition: opacity 0.3s;
}
.single-product .main-product-image.fade-out {
  opacity: 0;
}
.single-product .main-product-image.fade-in {
  opacity: 1;
}
.single-product .product_title {
  margin-bottom: 24px;
}
.single-product .product-long-description {
  margin: 2rem 0;
  color: #313131;
  font-family: "Afacad", sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
}
.single-product .custom-product-buttons {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
}
.single-product .woocommerce-breadcrumb {
  margin-bottom: 40px !important;
}
.single-product .woocommerce-breadcrumb a {
  text-decoration: underline;
  color: #1A2041;
  transition: color 0.2s;
}
.single-product .woocommerce-breadcrumb a:hover {
  color: #841A26;
}
.single-product .woocommerce-breadcrumb .breadcrumb_last {
  text-decoration: none;
  color: #313131;
}
.single-product .product-brochure-link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  margin-top: 8px;
}
.single-product .product-brochure-icon {
  flex-shrink: 0;
}
.single-product .product-brochure-text {
  color: #1A2041;
  text-decoration: underline;
  font-family: "Albert Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: color 0.2s;
}
.single-product .product-brochure-text:hover {
  color: #841A26;
}
@media (max-width: 600px) {
  .single-product .product-gallery-thumbnails {
    gap: 4px;
    padding-bottom: 4px;
  }
  .single-product .product-gallery-thumb {
    width: 48px;
    height: 48px;
  }
}
.single-product .product-info-section {
  position: relative;
  z-index: 10;
  clear: both;
  margin-top: 2rem;
  width: 100%;
  display: block;
  margin-top: 24px;
  margin-bottom: 60px;
}
.single-product .product-info-section h2 {
  margin-top: 24px;
  margin-bottom: 0;
}
.single-product .product-page-container {
  overflow: visible !important;
}
.single-product .product-specs-table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
  border: 1px solid rgba(49, 49, 49, 0.25);
  border-radius: 8px;
  overflow: hidden;
}
.single-product .product-specs-table th,
.single-product .product-specs-table td {
  padding: 12px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  border: 1px solid rgba(49, 49, 49, 0.25);
}
.single-product .product-specs-table th {
  width: 50%;
  text-align: left;
  background: none;
  color: #1A2041;
}
.single-product .product-specs-table td {
  width: 50%;
  text-align: center;
  background: none;
  color: #1A2041;
}
.single-product .product-specs-table tr:last-child th,
.single-product .product-specs-table tr:last-child td {
  border-bottom: none;
}
.single-product .compare-item-header {
  border: 1px solid rgba(49, 49, 49, 0.13);
  padding-top: 24px;
  padding-bottom: 12px;
  background: #fff;
  position: relative;
  z-index: 500;
}
.single-product .compare-item-header p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  width: max-content;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  padding: 10px;
}
.single-product .compare-item-header p.style-0 {
  background-color: #DCEBF9;
}
.single-product .compare-item-header p.style-1 {
  background-color: #1A2041;
  color: #fff;
}
.single-product .compare-item-header p.style-2 {
  background-color: #841A26;
  color: #fff;
}
.single-product .compare-item-header h3 {
  margin: 0;
}
.single-product .compare-item-header a {
  color: #1A2041;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s;
}
.single-product .compare-item-header a:hover {
  color: #841A26;
}
.single-product .table-holder {
  padding-top: 24px;
  margin-bottom: 44px;
}
.single-product .compare-head {
  table-layout: fixed;
  width: 100%;
}
.single-product .compare-item-header {
  width: 33.33%;
  min-width: 0;
  word-break: break-word;
  text-align: center;
  vertical-align: middle;
}
.single-product .compare-item-header h3,
.single-product .compare-item-header a,
.single-product .compare-item-header p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.single-product .benefit-label {
  font-size: 16px;
  font-weight: 400;
  padding: 0 24px;
  margin-bottom: 0;
  color: #1A2041;
  height: 80px;
  min-height: 80px;
  box-sizing: border-box;
  text-align: left;
  display: flex;
  align-items: center;
}
.single-product .benefit-icon-cell {
  text-align: center;
  vertical-align: middle;
  height: 76px;
  min-height: 80px;
  box-sizing: border-box;
  padding: 0;
  display: table-cell;
}
.single-product .benefit-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.single-product .benefit-icon--tick,
.single-product .benefit-icon--cross {
  /* Remove all custom background, color, and pseudo-element styles */
  background: none;
  color: inherit;
}
.single-product .benefits-compare-table {
  width: 100%;
  table-layout: fixed;
}
.single-product .product-accordion-row {
  padding-bottom: 24px;
}
.single-product .key-features-cell {
  text-align: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  .single-product .benefits-compare-table {
    width: 100%;
    table-layout: fixed;
  }
  .single-product .benefits-compare-table tr {
    display: table-row;
    width: auto;
    margin-bottom: 0;
    border: inherit;
  }
  .single-product .benefits-compare-table td {
    display: table-cell;
    width: auto;
    justify-content: center;
    align-items: center;
    border: inherit;
    padding: 12px;
    text-align: center;
  }
  .single-product .benefit-label-mobile {
    display: table-cell;
    width: 100%;
    text-align: center;
    border-bottom: none;
    font-size: 1rem;
    font-weight: 600;
    color: #1A2041;
    padding: 12px 0;
  }
  .single-product .col-md-4 {
    display: none !important;
  }
  .single-product .col-md-8 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .single-product .key-features-cell {
    text-align: left !important;
    padding: 4px !important;
  }
  .single-product .key-features-cell ul {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 1.2em;
  }
}
@media (min-width: 768px) {
  .single-product .benefit-label-mobile {
    display: none !important;
  }
}

.product-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-accordion-item {
  border: 1px solid rgba(49, 49, 49, 0.3);
  background: #fff;
  padding: 0;
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.product-accordion-header {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: inherit;
  font-size: 1.15rem;
  font-weight: 600;
  color: #1A2041;
  padding: 20px;
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 12px 12px 0 0;
}

.product-accordion-header:hover {
  background: #f7f7f7;
}

.product-accordion-header h2.h5 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  text-transform: none;
}

.product-accordion-content {
  padding: 0 20px 0px 20px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
  border-radius: 0 0 12px 12px;
  margin-top: 0;
  border-top: 1px solid rgba(49, 49, 49, 0.3);
}

.product-accordion-item.active .product-accordion-content {
  max-height: 3000px;
  opacity: 1;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
}

.product-accordion-item .accordion-icon {
  display: flex;
  align-items: center;
  margin-left: 24px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-accordion-item.active .accordion-icon {
  transform: rotate(45deg);
}

@keyframes fadeInAccordion {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.product-price-finance {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.product-price {
  font-size: 2rem;
  font-weight: 600;
  color: #841A26;
}

.product-price.h5 {
  color: #841A26;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Afacad", sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
  display: inline-block;
}

.product-finance {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border-radius: 2rem;
  color: #1A2041;
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.product-finance svg circle {
  stroke: #1A2041;
  fill: #1A2041;
}

.product-finance svg text {
  fill: #fff;
}

.product-suitable-pill {
  display: inline-block;
  background: #DCEBF9;
  color: #1A2041;
  font-size: 12px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 8px 10px;
  margin-bottom: 12px;
  margin-top: 12px;
  letter-spacing: 0.04em;
  text-align: center;
}

.product-video {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

.post-header {
  margin-bottom: 2rem;
}

.post-title {
  font-weight: 700;
}

.post-content {
  font-size: 1.1rem;
  line-height: 1.7;
}

.col-md-8.offset-md-2 {
  margin-bottom: 100px;
  margin-top: 100px;
}

.back-link {
  border: none;
  background: none;
  color: #841A26;
  padding: 0;
  font-size: 1rem;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s;
  margin-bottom: 2rem;
  margin-top: 40px;
  display: inline-block;
}

.back-link:hover {
  color: #1A2041;
  text-decoration: underline;
}

.post-list {
  padding: 0;
  margin: 0 0 3rem 0;
}

.post-list-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  padding: 2rem 2rem 1.5rem 2rem;
  margin-bottom: 2rem;
  transition: box-shadow 0.2s, transform 0.2s;
}

.post-list-item:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px) scale(1.01);
}

.post-link {
  color: #841A26;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.4rem;
  transition: color 0.2s;
}

.post-link:hover {
  color: #1A2041;
  text-decoration: underline;
}

.read-more-btn {
  color: #1A2041;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: color 0.2s;
}

.read-more-btn .arrow {
  font-size: 1.2em;
  transition: transform 0.2s;
}

.read-more-btn:hover {
  color: #841A26;
  text-decoration: none;
}

.read-more-btn:hover .arrow {
  transform: translateX(4px);
}

.post-excerpt {
  font-size: 1.05rem;
  color: #666;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.pagination .page-numbers {
  color: #841A26;
  background: #f7f7f7;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background: #1A2041;
  color: #fff;
}

/*
	Page-specific styling. Please use as little as possible to ensure DRYness.
*/

/*# sourceMappingURL=style.css.map */
