@charset "UTF-8";
:root {
  --color-1: #FF5532;
  --color-2: #872823;
  --color-3: color-mix(in oklab, var(--color-1), var(--white) 45%);
  --white: #FFFEFC;
  --pale: #f1efe8;
  --light: #cbc8bd;
  --dark: #84817aff;
  --black: #0F242E;
  --white-alpha-1: rgba(255, 255, 255, 0.1);
  --white-alpha-2: rgba(255, 255, 255, 0.25);
  --white-alpha-3: rgba(255, 255, 255, 0.65);
  --black-alpha-1: rgba(0, 0, 0, 0.1);
  --black-alpha-2: rgba(0, 0, 0, 0.25);
  --black-alpha-3: rgba(0, 0, 0, 0.65);
  --success-color: mediumseagreen;
  --warning-color: gold;
  --error-color: tomato;
  --text-color: var(--black);
  --heading-color: var(--black);
  --link-color: var(--color-1);
  --link-color-hover: color-mix(in oklab, var(--link-color) 80%, var(--white));
  --button-background-color: var(--color-1);
  --button-background-color-hover: var(--link-color-hover);
  --button-text-color: var(--white);
  --button-text-color-hover: var(--white);
  --overlay-background: rgba(0, 0, 0, 0.05);
  --font-family-body: "Lato", sans-serif;
  --font-family-heading: "Lato", sans-serif;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  --line-height-default: 1.6;
  --line-height-medium: 1.4;
  --line-height-small: 1.2;
  --font-size-base: clamp(14px, 0.21vi + 13.33px, 16px);
  --font-size-h4: clamp(17.5px, 0.4vi + 16.22px, 21.33px);
  --font-size-h3: clamp(21.88px, 0.68vi + 19.69px, 28.43px);
  --font-size-h2: clamp(27.34px, 1.1vi + 23.83px, 37.9px);
  --font-size-h1: clamp(34.18px, 1.7vi + 28.73px, 50.52px);
  /* Change font size for base and h1-h4 here:
	https://www.fluid-type-scale.com/calculate?minFontSize=14&minWidth=320&minRatio=1.25&maxFontSize=16&maxWidth=1280&maxRatio=1.333&steps=base%2Ch4%2Ch3%2Ch2%2Ch1&baseStep=base&prefix=font-size&useContainerWidth=false&includeFallbacks=false&useRems=false&remValue=16&decimals=2&previewFont=Inter&previewText=Almost+before+we+knew+it%2C+we+had+left+the+ground&previewWidth=1280
	*/
  --font-size-huge: clamp(56.25px, 4.55vi + 41.68px, 99.97px);
  /* Change font size for huge here:
	https://www.fluid-type-scale.com/calculate?minFontSize=45&minWidth=320&minRatio=1.25&maxFontSize=75&maxWidth=1280&maxRatio=1.333&steps=huge&baseStep=base&prefix=font-size&useContainerWidth=false&includeFallbacks=false&useRems=false&remValue=16&decimals=2&previewFont=Inter&previewText=Almost+before+we+knew+it%2C+we+had+left+the+ground&previewWidth=1280
	*/
  --font-size-large: 1.2rem;
  --font-size-medium: 1.1rem;
  --font-size-small: 0.9rem;
  --font-size-tiny: 0.8rem;
  --header-height: 8.5rem;
  --header-top-position: 0;
  --top-bar-height: 1.5rem;
  --header-row-height: calc(var(--header-height) - 3.5rem);
  --search-overlay-top-position: var(--header-height);
  --border-width-default: 1px;
  --border-width-small: 1px;
  --border-width-large: .33rem;
  --border-radius-default: 1.25rem;
  --border-radius-tiny: calc(var(--border-radius-default) * .3);
  --border-radius-small: calc(var(--border-radius-default) * .5);
  --border-radius-large: calc(var(--border-radius-default) * 1.35);
  --box-shadow-default: 0px .5rem 2rem -.5rem rgba(0, 0, 0, 0.15);
  --box-shadow-small: 0px .25rem 1rem -.5rem rgba(0, 0, 0, 0.15);
  --box-shadow-large: 0px .75rem 3rem -.5rem rgba(0, 0, 0, 0.15);
  --transition-duration: 0.3s;
  --hamburger-animation-duration: $hamburger-animation-duration-total;
  --spacing-tiny: clamp(9.01px, 0.91vi + 6.09px, 17.78px);
  --spacing-small: clamp(13.42px, 1.38vi + 9.01px, 26.67px);
  --spacing-default: clamp(20px, 2.08vi + 13.33px, 40px);
  --spacing-medium: clamp(29.8px, 3.15vi + 19.73px, 60px);
  --spacing-large: clamp(44.4px, 4.75vi + 29.2px, 90px);
  --button-margin-top: 1.5rem;
  --form-column-gap: 1rem;
  --form-row-gap: 1rem;
  --viewport-height-small: 25;
  --viewport-height-medium: 50;
  --viewport-height-large: 75;
  --viewport-height-full: 100;
  --width-wide: 1600px;
  --width-default: 1280px;
  --width-narrow: 800px;
  --vertical-section-padding: var(--spacing-large);
  --horizontal-section-padding: var(--spacing-medium);
  --section-padding: var(--vertical-section-padding) var(--horizontal-section-padding);
  --header-shadow: none;
  --sub-menu-shadow: none;
}
.inverted {
  --text-color: var(--white);
  --heading-color: var(--white);
  --link-color: var(--white);
  --link-color-hover: color-mix(in oklab, var(--color-1), var(--white) 15%);
}
.scrolled {
  --header-height: 8.5rem;
  --header-top-position: -1.5rem;
  --header-shadow: 0px 4px 8px 0px rgba(0,0,0,.1);
  --sub-menu-shadow: 0px 5px 5px -1px rgba(0,0,0,.1);
  --search-overlay-top-position: calc(var(--header-height) - 1.5rem);
}
@media (max-width: 960px) {
  :root {
    --header-height: 5.5rem;
  }
  .scrolled {
    --header-height: 5.5rem;
  }
}
@media (max-width: 640px) {
  :root {
    --horizontal-section-padding: var(--spacing-default);
  }
}
@media (max-width: 320px) {
  :root {
    --section-padding: calc(min(6vw, 80px) + 20px) 20px;
  }
}
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], input[type="search"], input[type="url"], textarea {
  border-top-width: var(--border-width-default);
  border-right-width: var(--border-width-default);
  border-bottom-width: var(--border-width-default);
  border-left-width: var(--border-width-default);
  border-style: solid;
  border-color: var(--dark);
  border-radius: var(--border-radius-small);
  background: var(--white);
  color: var(--black);
  padding: 0 1rem;
  flex-grow: 1;
  transition-duration: var(--transition-duration);
  transition-property: color, border-color, background, background-color;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
}
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], input[type="search"], input[type="url"] {
  height: 2.8rem;
  line-height: var(--line-height-small);
}
textarea {
  padding: 0.6rem 1rem;
  line-height: var(--line-height-default);
  min-height: 8rem;
  resize: vertical;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="tel"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="url"]:hover, textarea:hover {
  background: var(--white);
  border-color: var(--color-1);
}
input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="url"]:focus, textarea:focus {
  background: var(--white);
  border-color: var(--color-1);
  outline: none;
}
::placeholder {
  color: var(--dark);
}
input[type="checkbox"], input[type="radio"] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  width: 28px;
  height: 28px;
  background-color: var(--white);
  border: var(--border-width-default) solid var(--dark);
  margin: 0 10px 0 0;
  transition-duration: var(--transition-duration);
  transition-property: border-color, background, background-color;
  flex-shrink: 0;
}
input[type="checkbox"]:hover, input[type="radio"]:hover {
  background-color: var(--white);
  border-color: var(--color-1);
}
input[type="checkbox"]:after, input[type="radio"]:after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: calc(var(--border-width-default) * -1);
  left: calc(var(--border-width-default) * -1);
  display: block;
  opacity: 0;
  transition-duration: var(--transition-duration);
  background-color: var(--color-1);
}
input[type="checkbox"]:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 26 26"><polyline points="6,13 11,18 20,8" style="fill:none;stroke:white;stroke-width:2" /></svg>');
}
input[type="radio"]:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 26 26"><circle cx="13" cy="13" r="6" style="fill:white;" /></svg>');
}
input[type="checkbox"]:checked:after, input[type="radio"]:checked:after {
  opacity: 1;
}
input[type="checkbox"], input[type="checkbox"]:after, input[type="checkbox"]:checked:after {
  border-radius: calc(var(--border-radius-small) / 2);
}
input[type="radio"], input[type="radio"]:after, input[type="radio"]:checked:after {
  border-radius: 100%;
}
select, .woocommerce .select2-selection {
  height: 2.8rem;
  line-height: var(--line-height-small);
  padding: 0 1rem;
  border-top-width: var(--border-width-default);
  border-right-width: var(--border-width-default);
  border-bottom-width: var(--border-width-default);
  border-left-width: var(--border-width-default);
  border-style: solid;
  border-color: var(--dark);
  border-radius: var(--border-radius-small);
  background-color: var(--white);
  color: var(--black);
  background-image: linear-gradient(45deg, transparent 50%, var(--black-alpha-2) 50%), linear-gradient(135deg, var(--black-alpha-2) 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  transition-duration: var(--transition-duration);
  transition-property: color, border-color, background-color;
  outline: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
}
select:hover, .woocommerce .select2-selection:hover {
  border-color: var(--color-1);
}
select:focus, .woocommerce .select2-selection:focus {
  outline: none !important;
}
.inverted input[type="text"], .inverted input[type="email"], .inverted input[type="number"], .inverted input[type="tel"], .inverted input[type="password"], .inverted input[type="search"], .inverted input[type="url"], .inverted textarea {
  background: transparent;
  color: var(--white);
  border-color: var(--white-alpha-3);
}
.inverted input[type="text"]:hover, .inverted input[type="email"]:hover, .inverted input[type="number"]:hover, .inverted input[type="tel"]:hover, .inverted input[type="password"]:hover, .inverted input[type="search"]:hover, .inverted input[type="url"]:hover, .inverted textarea:hover {
  background: transparent;
  border-color: var(--white);
}
.inverted input[type="text"]:focus, .inverted input[type="email"]:focus, .inverted input[type="number"]:focus, .inverted input[type="tel"]:focus, .inverted input[type="password"]:focus, .inverted input[type="search"]:focus, .inverted input[type="url"]:focus, .inverted textarea:focus {
  background: transparent;
  border-color: var(--white);
}
.inverted input::placeholder, .inverted textarea::placeholder {
  color: var(--white-alpha-3);
}
.inverted input[type="checkbox"], .inverted input[type="radio"] {
  background-color: transparent;
  border-color: var(--white-alpha-3);
}
.inverted input[type="checkbox"]:hover, .inverted input[type="radio"]:hover {
  border-color: var(--white);
}
.inverted input[type="checkbox"]:after, .inverted input[type="radio"]:after {
  background-color: transparent;
}
.inverted select {
  background-color: transparent;
  border-color: var(--white-alpha-3);
  color: var(--white);
}
.inverted select:hover {
  border-color: var(--white);
}
.form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  column-gap: var(--form-column-gap);
  row-gap: var(--form-row-gap);
}
.field-wrapper {
  width: 100%;
}
.form-row {
  display: grid;
  column-gap: var(--form-column-gap);
  row-gap: var(--form-row-gap);
  width: 100%;
}
.form-row-column-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.form-row-column-2 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 640px) {
  .form-row-column-3, .form-row-column-2 {
    grid-template-columns: 1fr;
  }
}
.field-wrapper label {
  margin-bottom: 0.25rem;
}
.fluentform fieldset {
  display: flex;
  flex-direction: column;
}
@media (max-width: 960px) {
  .fluentform fieldset {
    row-gap: 0;
  }
}
.fluentform .ff-el-form-hide_label .ff-el-input--label {
  display: none;
}
.ff-default .ff-el-input--label label {
  font-size: var(--font-size-small);
}
.fluentform .ff-el-form-control {
  background: color-mix(in oklab, #e9ecef, white 65%);
  font-weight: var(--font-weight-light);
  font-size: var(--font-size-small);
  border-width: 0;
  border-radius: 5px;
}
.fluentform .ff-el-form-control:hover {
  background: color-mix(in oklab, #e9ecef, white 65%);
}
.fluentform .ff-el-form-control:focus {
  background: color-mix(in oklab, #e9ecef, white 65%);
}
.fluentform textarea {
  line-height: 1.3 !important;
  max-height: 40rem;
}
.fluentform .ff-el-form-check {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0.5rem;
  border-radius: 5px;
}
.fluentform .ff-el-form-check:last-child {
  margin-bottom: 0;
}
.fluentform .ff-el-form-check input[type=checkbox], .fluentform .ff-el-form-check input[type=radio] {
  -webkit-appearance: none;
}
.fluentform .ff-el-form-check .ff-el-form-check-label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  line-height: var(--line-height-medium);
}
.fluentform .ff-el-form-check .ff-el-form-check-label .ff-el-form-check-input {
  top: 50%;
  margin-right: 0.5em;
}
.fluentform .ff-el-form-check.ff-el-tc label.ff_tc_label {
  display: flex;
  align-items: center;
}
.fluentform .ff-el-form-check.ff-el-tc label.ff_tc_label > span {
  width: auto;
  padding-top: 0 !important;
}
.fluentform .ff_upload_btn.ff-btn {
  display: inline-flex !important;
  padding: 0 1rem !important;
  background: var(--dark) !important;
}
.fluentform .ff-upload-preview {
  border: 0 !important;
  background: var(--pale);
  border-radius: var(--border-radius-small) !important;
}
.fluentform .ff-el-progress-bar {
  background-color: var(--color-1) !important;
}
.fluentform .ff-upload-remove {
  top: 0 !important;
}
.fluentform .ff-upload-details .ff-upload-remove:hover {
  text-shadow: none !important;
}
.inverted .fluentform .ff-el-input--label label, .inverted .fluentform .ff-el-is-error .text-danger, .inverted .fluentform .ff-message-success {
  color: var(--white);
}
.fluentform .ff_input-group > .ff_input-group-append > .ff_input-group-text {
  font-weight: var(--font-weight-light);
  background: color-mix(in oklab, #e9ecef, white 30%);
}
.service-form-radio .ff-el-input--content {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.service-form-radio input[type="radio"] {
  height: 100%;
}
.service-form-radio input[type="radio"]:after {
  top: 0;
  left: 0;
}
.service-form-radio .ff-el-form-check {
  margin: 0;
}
.service-form-radio .ff-el-form-check .ff-el-form-check-label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-bottom: 0 !important;
}
.service-form-radio .ff-el-form-check .ff-el-form-check-label input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0 !important;
  left: 0;
  margin: 0 !important;
  border-radius: 3px;
  background: color-mix(in oklab, #e9ecef, white 30%);
  border: 0;
}
.service-form-radio .ff-el-form-check .ff-el-form-check-label input:after {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: var(--color-1);
  transition-duration: var(--transition-duration);
  top: 0;
  left: 0;
}
.service-form-radio .ff-el-form-check .ff-el-form-check-label span {
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 0.5rem 1.2rem;
  height: 100%;
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-small);
}
.service-form-radio .ff_item_selected span {
  color: var(--white);
}
.service-form-check .ff-el-form-check-label input {
  scale: 0.7;
}
.service-form-check .ff-el-form-check-label span {
  font-size: var(--font-size-small);
}
.fluentform .form-button-wrapper {
  width: max-content;
}
.fluentform .form-button {
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 2;
}
.fluentform .form-button:after {
  content: "";
  background-image: url(../images/icons/Aros-arrow-right-orange.svg);
  display: flex;
  position: absolute;
  top: 0.4rem;
  right: -2.8rem;
  width: 1.4rem;
  height: 1.4rem;
  z-index: 2;
}
.fluentform .text-danger {
  color: var(--color-1);
}
.fluentform .ff-el-is-error .ff-el-form-check-label {
  color: var(--text-color);
}
.fluentform .ff-el-is-error .text-danger {
  width: 100%;
}
.fluentform .extra-service .ff-el-input--label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 0.5rem;
}
.fluentform .extra-service .ff-el-tooltip {
  margin: 0;
}
.fluentform .extra-service .ff-el-tooltip svg {
  fill: var(--color-1);
  border-radius: 99px;
  padding-top: 0.5px;
  padding-left: 0.5px;
  background: var(--white);
}
.accordion-menu {
  width: 100%;
  flex-direction: column;
}
.accordion-menu ul {
  list-style: none;
  padding: 0;
}
.accordion-menu a {
  min-height: 2em;
  padding-right: 2.5em;
  display: flex;
  align-items: center;
  color: var(--text-color);
}
.accordion-menu .menu-item {
  position: relative;
  width: 100%;
  font-size: var(--font-size-large);
}
.accordion-menu .menu-item .sub-menu-icon {
  display: none;
  width: 2em;
  height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  transition-duration: var(--transition-duration);
}
.accordion-menu .menu-item-has-children > .sub-menu-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.accordion-menu .menu-item > .sub-menu-icon::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 2px solid var(--dark);
  border-left: 2px solid var(--dark);
  transform: rotate(45deg) translate(0.1em, -0.1em);
  transition-duration: var(--transition-duration);
}
.accordion-menu .sub-menu-icon.sub-menu-open::after {
  transform: rotate(-45deg) translate(1px, -1px);
}
.accordion-menu .sub-menu {
  height: 0;
  overflow: hidden;
  transition-duration: var(--transition-duration);
  padding-left: 1rem;
}
.accordion-menu .sub-menu .menu-item {
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-medium);
}
.accordion-menu .sub-menu .menu-item.menu-item-has-children {
  font-weight: var(--font-weight-bold);
}
.accordion-menu .sub-menu-open + .sub-menu {
  height: auto;
}
.accordion-menu .sub-menu li {
  display: flex;
  animation: display-fade-down var(--transition-duration) ease;
  flex-direction: column;
}
.accordion-menu .sub-menu-open + .sub-menu li {
  display: flex;
  animation: display-fade-up var(--transition-duration) ease;
  flex-direction: column;
}
.accordion .icon:before {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
}
.accordion .icon:after {
  top: 0;
  right: 50%;
  transform: translateX(50%);
  width: 2px;
  height: 100%;
}
@media (max-width: 640px) {
  .accordion .title {
    padding-left: 0 !important;
  }
}
.accordion .open > .title > .icon {
  transform: translateY(-50%) rotate(-135deg);
}
.service-accordion .accordion .item {
  background: var(--pale);
  border: none !important;
  border-radius: var(--border-radius-small);
}
.service-accordion .accordion .item .title .title-row {
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
  margin-right: 2rem;
}
.service-accordion .accordion .item .title .title-row span {
  font-weight: var(--font-weight-normal);
}
.background-image, .background-image > img + div {
  position: relative;
}
.background-image > img:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1rem);
}
html, body {
  font-size: var(--font-size-base);
}
body {
  background: var(--white);
  color: var(--text-color);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-default);
  font-optical-sizing: auto;
  box-sizing: border-box;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
div, .section-wrapper {
  color: var(--text-color);
}
.font-size-huge {
  font-size: var(--font-size-huge);
}
h1, .font-size-h1 {
  font-size: var(--font-size-h1);
}
h2, .font-size-h2 {
  font-size: var(--font-size-h2);
}
h3, .font-size-h3 {
  font-size: var(--font-size-h3);
}
h4, .font-size-h4 {
  font-size: var(--font-size-h4);
}
.font-size-large {
  font-size: var(--font-size-large);
}
.font-size-medium {
  font-size: var(--font-size-medium);
}
.font-size-small {
  font-size: var(--font-size-small);
}
.font-size-tiny {
  font-size: var(--font-size-tiny);
}
.huge, h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  color: var(--heading-color);
  line-height: var(--line-height-small);
  margin-top: calc(.7em + 1.3rem);
  margin-bottom: calc(.3em + .7rem);
  text-wrap: balance;
  overflow-wrap: anywhere;
  hyphens: manual;
}
p, ul, ol, figure {
  margin: 0 0 1em 0;
  text-wrap: pretty;
}
blockquote {
  border-left: 3px solid var(--dark);
  color: var(--black);
  font-style: italic;
  margin: 1em 0;
  padding-left: 1em;
}
figcaption {
  font-size: var(--font-size-small);
  color: var(--dark);
  margin-top: 0.5em;
  margin-bottom: 1em;
}
label {
  color: var(--text-color);
  display: block;
  font-weight: var(--font-weight-normal);
  margin-bottom: 0;
}
abbr[title], ins {
  text-decoration: none;
}
.huge:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
.huge:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child, figure:last-child {
  margin-bottom: 0;
}
a {
  color: var(--link-color);
  transition-duration: var(--transition-duration);
  text-decoration: none;
  overflow-wrap: anywhere;
  outline: none;
}
a:hover {
  color: var(--link-color-hover);
}
a:focus, button:focus, input:focus, body.bricks-is-frontend :focus {
  outline: none !important;
}
p a {
  text-decoration: underline;
}
h1 a, h2 a, h3 a, h4 a, .text-color-link a {
  color: var(--text-color);
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, .text-color-link a:hover {
  color: var(--link-color);
}
.text-color-link a path {
  fill: var(--text-color);
}
.text-color-link a:hover path {
  fill: var(--link-color);
}
.meta-text {
  color: var(--dark);
  font-size: var(--font-size-tiny);
  text-transform: uppercase;
}
b, strong {
  font-weight: var(--font-weight-bold);
}
i, em {
  font-style: italic;
}
button {
  background: inherit;
  color: inherit;
  border: none;
  font: inherit;
  padding: 0;
  cursor: pointer;
}
.placeholder-menu-item {
  cursor: pointer;
}
.screen-reader-text {
  display: none;
}
.created-by {
  display: flex;
  align-items: center;
  gap: 0.5ch;
}
.created-by svg, .created-by img {
  width: 1em;
}
.created-by path {
  fill: var(--text-color);
}
.button-wrapper, .wp-block-button__link, .wp-block-file .wp-block-file__button, .cm__btn, .pm__btn, input[type=submit] {
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
  font-family: var(--font-family-body);
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  line-height: var(--line-height-small);
  word-break: keep-all;
  transition-duration: var(--transition-duration);
  cursor: pointer;
  outline: none !important;
  border-radius: 99px;
  padding: 0 1.5rem;
}
.button-wrapper > .button-text {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  text-wrap: nowrap;
}
.button-wrapper img, .button-wrapper svg, .button-wrapper path {
  transition-duration: var(--transition-duration);
}
.button-wrapper.filled.with-icon-right {
  position: relative;
  padding: 0 3rem 0 0.9rem;
}
.button-wrapper.filled.with-icon-right svg {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  z-index: 1;
}
.button-wrapper.filled.with-icon-right svg path {
  fill: var(--button-background-color);
}
.button-wrapper.filled.with-icon-right:before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background: var(--white);
  border-radius: 99px;
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  transition-duration: var(--transition-duration);
}
.button-wrapper.filled.with-icon-right:hover {
  color: var(--link-color);
}
.button-wrapper.button-small.filled.with-icon-right {
  position: relative;
  padding: 0 2.2rem 0 0.9rem;
}
.button-wrapper.button-small.filled.with-icon-right svg {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  z-index: 1;
  width: 1.5rem;
  height: 1.6rem;
  padding: 0.2rem;
}
.button-wrapper.button-small.filled.with-icon-right svg path {
  fill: var(--button-background-color);
}
.button-wrapper.button-small.filled.with-icon-right:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: var(--white);
  border-radius: 99px;
  display: block;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  transition-duration: var(--transition-duration);
}
.button-wrapper.button-small.filled.with-icon-right:hover:before {
  width: calc(100% - .55rem);
}
.button-wrapper.filled, .wp-block-button__link, .wp-block-file .wp-block-file__button, .cm__btn, .pm__btn, input[type=submit] {
  background: var(--button-background-color);
  color: var(--button-text-color);
  height: 2.8rem;
}
.button-wrapper.filled:hover, .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:hover, .cm__btn:hover, .pm__btn:hover, input[type=submit]:hover {
  background: var(--button-background-color-hover);
  color: var(--button-text-color-hover);
}
.button-wrapper.filled:hover:before {
  width: calc(100% - .6rem);
}
.button-wrapper.outline, .is-style-outline .wp-block-button__link {
  background: transparent;
  border: var(--border-width-default) solid var(--button-background-color);
  color: var(--button-background-color);
  height: 2.8rem;
}
.button-wrapper.outline:hover, .is-style-outline .wp-block-button__link:hover {
  background: var(--button-background-color-hover);
  border-color: var(--button-background-color-hover);
  color: var(--button-text-color-hover);
}
.button-wrapper.outline path {
  fill: var(--button-background-color);
}
.button-wrapper.outline:hover path {
  fill: var(--button-text-color-hover);
}
.button-wrapper.plain {
  background: transparent;
  color: var(--text-color);
}
.button-wrapper.plain:hover {
  color: var(--link-color-hover);
}
.button-wrapper.plain path {
  fill: var(--text-color);
}
.button-wrapper.plain:hover path {
  fill: var(--link-color-hover);
}
With Icon .with-icon-left > *, .with-icon-right > * {
  width: 2.2rem;
  height: 2.2rem;
  padding: 0.4rem;
}
.button-wrapper.button-small, .button-small .wp-block-button__link, .wp-block-file .wp-block-file__button {
  font-size: var(--font-size-small);
}
.button-wrapper.button-small:not(.plain), .button-small .wp-block-button__link, .wp-block-file .wp-block-file__button {
  height: 2rem;
  padding: 0 1rem;
}
.button-wrapper.button-large, .button-large .wp-block-button__link {
  font-size: var(--font-size-large);
}
.button-wrapper.button-large:not(.plain), .button-large .wp-block-button__link {
  height: 3.6rem;
  padding: 0 1.8rem;
}
.card-style-article .heading {
  margin: 1rem 0 0.5rem 0;
}
.card-style-news {
  display: flex;
  flex-direction: column;
  background: var(--pale);
  border-radius: var(--border-radius-default);
  overflow: hidden;
}
.card-style-news .post-heading {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.card-style-news .content-wrapper {
  display: flex;
  flex-direction: column;
  padding: var(--spacing-small);
  height: 100%;
}
.card-style-news .button-wrapper {
  margin-top: auto;
  width: 100%;
}
.card-style-news + .pagination {
  grid-column: 1/-1;
}
@keyframes display-sub-menu-in {
  0% {
    display: none;
    opacity: 0;
    transform: translateY(-0.25rem);
  }
  1% {
    display: flex;
    opacity: 0;
    transform: translateY(-0.25rem);
  }
  100% {
    display: flex;
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes display-sub-menu-out {
  0% {
    display: flex;
    opacity: 1;
    transform: translateY(0rem);
  }
  99% {
    display: flex;
    opacity: 0;
    transform: translateY(-0.25rem);
  }
  100% {
    display: none;
    opacity: 0;
    transform: translateY(-0.25rem);
  }
}
@keyframes display-fade-up {
  0% {
    display: none;
    opacity: 0;
    transform: translateY(0.5rem);
  }
  1% {
    display: flex;
    opacity: 0;
    transform: translateY(0.5rem);
  }
  100% {
    display: flex;
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes display-fade-down {
  0% {
    display: flex;
    opacity: 1;
    transform: translateY(0rem);
  }
  99% {
    display: flex;
    opacity: 0;
    transform: translateY(0.5rem);
  }
  100% {
    display: none;
    opacity: 0;
    transform: translateY(0.5rem);
  }
}
@keyframes display-fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
@keyframes display-fade-out {
  0% {
    display: flex;
    opacity: 1;
  }
  99% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.embla-default-style {
  --embla-items: 3.5;
  --embla-gap: var(--spacing-tiny);
}
@media (max-width: 1280px) {
  .embla-default-style {
    --embla-items: 3;
  }
}
@media (max-width: 960px) {
  .embla-default-style {
    --embla-items: 2;
  }
}
@media (max-width: 640px) {
  .embla-default-style {
    --embla-items: 1;
  }
}
.embla-default-style .embla__viewport {
  border-radius: var(--border-radius-small);
  overflow: hidden;
}
.embla-hero {
  --embla-items: 1;
  --embla-gap: var(--spacing-tiny);
  height: 100%;
}
.embla-hero .embla__viewport, .embla-hero .embla__container {
  height: 100%;
}
.embla-hero .embla__slide {
  height: 100%;
  border-top-left-radius: var(--border-radius-large);
  border-top-right-radius: var(--border-radius-large);
  overflow: hidden;
  position: relative;
}
.embla-hero .embla__slide .title-container {
  position: absolute;
  left: 0;
  bottom: 10rem;
  padding: 0 3.5rem;
  z-index: 2;
  max-width: 100ch;
}
.embla-hero .embla__slide .title-container h1 {
  font-size: var(--font-size-huge);
}
@media (max-width: 1280px) {
  .embla-hero .embla__slide .title-container {
    max-width: 80ch;
  }
  .embla-hero .embla__slide .title-container h1 {
    font-size: calc(1.6 * var(--font-size-h1));
  }
}
@media (max-width: 960px) {
  .embla-hero .embla__slide .title-container {
    bottom: 14rem;
  }
}
@media (max-width: 500px) {
  .embla-hero .embla__slide .title-container {
    bottom: 20rem;
    padding: 0 1rem;
  }
  .embla-hero .embla__slide .title-container h1 {
    font-size: calc(1.3 * var(--font-size-h1));
  }
}
.embla-hero .embla__slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, black, transparent 100%);
  opacity: 0.8;
}
@media (max-width: 1280px) {
  .embla-hero .embla__slide {
    border-top-right-radius: 0;
    border-bottom-right-radius: var(--border-radius-large);
  }
}
.embla-hero .embla__controls {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--white);
  display: flex;
  border-top-right-radius: var(--border-radius-large);
  padding: 2.25rem;
  z-index: 2;
}
.embla-hero .embla__controls:before, .embla-hero .embla__controls:after {
  content: "";
  width: var(--border-radius-large);
  height: var(--border-radius-large);
  z-index: 1;
  background: transparent;
  position: absolute;
  box-shadow: calc((var(--border-radius-large) * -1) / 5) calc(var(--border-radius-large) / 5) 0 calc(var(--border-radius-large) / 5) var(--white);
  border-radius: 0 0 0 var(--border-radius-large);
  pointer-events: none;
}
.embla-hero .embla__controls:before {
  top: auto;
  left: auto;
  bottom: 0;
  right: calc(var(--border-radius-large) * -1);
}
.embla-hero .embla__controls:after {
  top: calc(var(--border-radius-large) * -1);
  left: 0;
  bottom: auto;
  right: auto;
}
@media (max-width: 960px) {
  .embla-hero .embla__controls {
    padding-left: 0.5rem;
  }
}
@media (max-width: 640px) {
  .embla-hero .embla__controls {
    padding: 1.75rem;
    padding-left: 0.5rem;
  }
}
.embla-hero .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--white);
  z-index: 2;
}
@media (max-width: 1280px) {
  .embla-hero .shape {
    rotate: 270deg;
    bottom: auto;
    top: 0;
    box-shadow: 4px 4px 0px 0px var(--white);
  }
  .embla-hero .shape .arrow-button {
    rotate: 90deg;
  }
}
@media (max-width: 740px) {
  .embla-hero .shape {
    padding: calc(.75 * var(--shape-padding-size));
  }
}
.embla-hero .embla__dots {
  min-width: 8rem;
  width: 14vw;
}
@media (max-width: 1600px) {
  .embla-hero .embla__slide .title-container h1 {
    font-size: calc(1.5* var(--font-size-h1));
    line-height: var(--line-height-small) !important;
  }
}
@media (max-height: 1000px) {
  .embla-hero .embla__slide .title-container h1 {
    font-size: calc(1.3* var(--font-size-h1));
    line-height: var(--line-height-small) !important;
  }
}
@media (max-width: 1100px) {
  .embla-hero .embla__slide .title-container {
    bottom: unset;
    top: 3rem;
    max-width: 65ch;
  }
}
@media (max-width: 640px) {
  .embla-hero .embla__slide .title-container {
    bottom: unset;
    top: 4rem;
    max-width: 65ch;
  }
}
.embla-car-single {
  --embla-items: 1;
  --embla-gap: 0px;
  position: relative;
  height: 100%;
  border-radius: var(--border-radius-large);
  border-bottom-left-radius: 0;
  max-height: 60vh;
}
.embla-car-single .embla__viewport {
  height: 100%;
}
.embla-car-single .embla__container {
  height: 100%;
}
.embla-car-single .embla__slide {
  height: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.embla-car-single .embla__slide img {
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
}
.embla-car-single .embla__controls, .embla-car-single .slide-text {
  position: absolute;
  background: var(--white);
  display: flex;
  z-index: 2;
}
.embla-car-single .embla__controls:before, .embla-car-single .embla__controls:after, .embla-car-single .slide-text:before, .embla-car-single .slide-text:after {
  content: "";
  width: var(--border-radius-large);
  height: var(--border-radius-large);
  z-index: 1;
  background: transparent;
  position: absolute;
  pointer-events: none;
}
.embla-car-single .embla__controls:before, .embla-car-single .slide-text:before {
  top: auto;
  left: auto;
}
.embla-car-single .embla__controls:after, .embla-car-single .slide-text:after {
  bottom: auto;
  right: auto;
}
@media (max-width: 960px) {
  .embla-car-single .embla__controls, .embla-car-single .slide-text {
    padding: 1.25rem;
  }
}
.embla-car-single .embla__controls {
  left: 0;
  bottom: 0;
  border-top-right-radius: var(--border-radius-large);
  padding: 1rem 1.5rem 0.5rem 0;
}
.embla-car-single .embla__controls:before, .embla-car-single .embla__controls:after {
  box-shadow: calc((var(--border-radius-large) * -1) / 5) calc(var(--border-radius-large) / 5) 0 calc(var(--border-radius-large) / 5) var(--white);
  border-radius: 0 0 0 var(--border-radius-large);
}
.embla-car-single .embla__controls:before {
  bottom: 0;
  right: calc(var(--border-radius-large) * -1);
}
.embla-car-single .embla__controls:after {
  top: calc(var(--border-radius-large) * -1);
  left: 0;
}
@media (max-width: 960px) {
  .embla-car-single .embla__controls {
    padding-left: 0.5rem;
  }
}
.embla-car-single .embla__dots {
  min-width: 7rem;
  width: 14vw;
}
.embla-toppsaljare {
  border-radius: var(--border-radius-default);
}
.embla-spinn {
  --embla-items: 2.5;
  --embla-gap: var(--spacing-tiny);
}
.embla-spinn .embla__viewport {
  border-radius: var(--border-radius-default);
  overflow: hidden;
}
@media (max-width: 960px) {
  .embla-spinn {
    --embla-items: 2;
  }
}
@media (max-width: 640px) {
  .embla-spinn {
    --embla-items: 1;
  }
}
.embla-spinn .embla__dots {
  width: 100%;
}
.embla-spinn .embla__dot {
  background: var(--white-alpha-2);
}
.embla-spinn .embla__dot:hover {
  background: var(--white-alpha-3);
}
.embla-spinn .embla__dot.embla__dot--selected {
  background: var(--white);
}
.embla-spinn .embla__button path {
  stroke: var(--white);
}
.embla-spinn .embla__button:hover path {
  stroke: var(--white);
}
.embla-spinn .embla__button path {
  stroke-width: 4px;
}
.embla-top-bar {
  --embla-items: 1;
  --embla-gap: var(--spacing-tiny);
}
.embla {
  overflow: hidden;
}
.embla__container {
  display: flex;
  padding: 0;
  list-style: none;
}
.embla__slide {
  min-width: calc(100% / (var(--embla-items)) -
	  (var(--embla-gap) * (var(--embla-items) - 1) / var(--embla-items)));
  max-width: calc(100% / (var(--embla-items)) -
	  (var(--embla-gap) * (var(--embla-items) - 1) / var(--embla-items)));
}
[data-embla-align="start"] .embla__slide, [data-embla-align="center"] .embla__slide {
  margin-right: var(--embla-gap);
}
[data-embla-align="start"]:not(.embla-loop) .embla__slide:last-child, [data-embla-align="center"]:not(.embla-loop) .embla__slide:last-child {
  margin-right: 0;
}
[data-embla-align="end"] .embla__slide {
  margin-left: var(--embla-gap);
}
[data-embla-align="end"]:not(.embla-loop) .embla__slide:first-child {
  margin-left: 0;
}
.embla__controls {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}
.embla__buttons {
  display: flex;
}
.embla__button {
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  transition-duration: var(--transition-duration);
}
.embla__button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.embla__button--prev svg {
  transform: translateX(-0.1rem);
}
.embla__button--next svg {
  transform: translateX(0.1rem);
}
.embla__button path {
  stroke: var(--black);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-duration: var(--transition-duration);
}
.embla__button:hover path {
  stroke: var(--link-color-hover);
}
.embla__dots {
  display: flex;
  border-radius: 99px;
  overflow: hidden;
  width: 12rem;
}
.embla__dot {
  width: 100%;
  height: 4px;
  background: var(--black-alpha-2);
  transition-duration: var(--transition-duration);
}
.embla__dot.embla__dot--selected {
  background: var(--black);
}
.embla__dot:hover {
  background: var(--button-background-color-hover);
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
}
figure.wp-block-table thead > tr, figure.wp-block-table tfoot > tr {
  background: var(--black);
  color: var(--white);
  text-align: left;
}
.wp-block-file {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.wp-block-file:last-child {
  margin-bottom: 0;
}
.wp-block-file a:first-child {
  color: var(--black);
  margin-right: 1rem;
}
.wp-block-file a:first-child:hover {
  color: var(--link-color-hover);
}
.hamburger {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: transparent;
  cursor: pointer;
  outline: none;
  border: 0;
  margin: 0;
  padding: 10px;
  margin-right: -10px;
  z-index: 1000;
}
.hamburger-inner {
  width: 28px;
  height: 20px;
  display: flex;
  position: relative;
  margin-top: -2px;
}
.hamburger-top-bar, .hamburger-middle-bar, .hamburger-bottom-bar {
  position: absolute;
  background: var(--black);
  height: 2px;
}
.transparent-header:not(.scrolled, .off-canvas-open) .hamburger-top-bar, .transparent-header:not(.scrolled, .off-canvas-open) .hamburger-middle-bar, .transparent-header:not(.scrolled, .off-canvas-open) .hamburger-bottom-bar {
  background: var(--white);
}
.hamburger-top-bar {
  top: 0;
  transition: top 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, width 0s ease-in-out 0.2s, background 0.4s ease-in-out 0s;
  width: 100%;
}
.hamburger-middle-bar {
  opacity: 1;
  top: 50%;
  transition: opacity 0s ease-in-out 0.2s, width 0s ease-in-out 0.2s, background 0.4s ease-in-out 0s;
  width: 100%;
}
.hamburger-bottom-bar {
  top: 100%;
  transition: top 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, width 0s ease-in-out 0.2s, background 0.4s ease-in-out 0s;
  width: 100%;
}
.off-canvas-open .hamburger-top-bar {
  top: 50%;
  transform: rotate(45deg);
  transition: top 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s, width 0s ease-in-out 0.2s, background 0.4s ease-in-out 0s;
}
.off-canvas-open .hamburger-middle-bar {
  opacity: 0;
  transition: opacity 0s ease-in-out 0.2s, width 0s ease-in-out 0.2s, background 0.4s ease-in-out 0s;
}
.off-canvas-open .hamburger-bottom-bar {
  top: 50%;
  transform: rotate(-45deg);
  transition: top 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s, width 0s ease-in-out 0.2s, background 0.4s ease-in-out 0s;
}
.off-canvas-open .hamburger-top-bar, .off-canvas-open .hamburger-middle-bar, .off-canvas-open .hamburger-bottom-bar {
  width: 100%;
}
@media (max-width: 960px) {
  .hamburger {
    display: flex;
  }
}
.header {
  background: var(--white);
  height: var(--header-height);
  padding: 0;
  position: sticky;
  top: var(--header-top-position);
  z-index: 100;
  transition: var(--transition-duration);
  box-shadow: var(--header-shadow);
}
.hide-top-bar {
  --header-height: 7rem;
  top: 0;
}
@media (max-width: 960px) {
  .hide-top-bar {
    --header-height: 4rem;
  }
}
.hide-top-bar .header-top-bar {
  display: none !important;
}
.header-shadow-not-scrolled {
  --header-shadow: 0px 4px 8px -1px rgba(0,0,0,.1);
}
.header-shadow-not-scrolled .header .main-menu-desktop .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
  box-shadow: 4px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.header-shadow-not-scrolled.header {
  --header-shadow: 0px 4px 8px -1px rgba(0,0,0,.1);
}
.header-shadow-not-scrolled.header .main-menu-desktop .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
  box-shadow: 4px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.header-top-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  height: var(--top-bar-height);
  background: var(--color-1);
  transition-duration: var(--transition-duration);
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.header-top-bar .top-bar-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  column-gap: 0;
  row-gap: 0;
}
.header-top-bar .top-bar-container .top-bar-post-title {
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-bold);
}
.header-top-bar .top-bar-container .top-bar-button {
  opacity: 0.7 !important;
  color: var(--white) !important;
}
.header-top-bar .top-bar-container .top-bar-button:hover {
  opacity: 1 !important;
  color: var(--white) !important;
}
.top-menu-row {
  height: 2rem;
  background: var(--pale);
  padding: 0 var(--horizontal-section-padding);
  display: flex;
  justify-content: end;
  align-items: stretch;
  transition-duration: var(--transition-duration);
  position: relative;
  z-index: 101;
}
@media (max-width: 960px) {
  .top-menu-row {
    height: 0;
  }
}
.top-menu-row .divider {
  display: block;
  width: 1px;
  height: 70%;
  background: var(--dark);
  position: relative;
  top: 15%;
}
.top-menu-row .top-menu-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  column-gap: 0;
  row-gap: 0;
}
@media (max-width: 960px) {
  .top-menu-row .top-menu-container {
    display: none;
  }
}
.header-row {
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  align-items: stretch;
  gap: 4rem;
  max-width: var(--width-full);
  height: var(--header-row-height);
  margin: 0 auto;
  position: relative;
  z-index: 100;
  padding: 0 var(--horizontal-section-padding);
}
@media (max-width: 1400px) and (min-width: 960px) {
  .header-row {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 960px) {
  .header-row {
    gap: 0;
  }
}
.header-left-column {
  display: flex;
  align-items: center;
  justify-self: start;
}
.header-center-column {
  display: flex;
  align-items: stretch;
  justify-self: center;
  flex-shrink: 0;
}
.header-right-column {
  display: flex;
  align-items: stretch;
  justify-self: end;
}
.header-right-column .car-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
  column-gap: 0.5rem;
  row-gap: 0;
  width: 100%;
}
.header-right-column .car-logos .peugeot-logo {
  width: 2.6rem;
}
@media (max-width: 1100px) {
  .header-right-column .car-logos .peugeot-logo {
    width: 1.8rem;
  }
}
.header-right-column .car-logos img {
  width: 4rem;
}
@media (max-width: 1100px) {
  .header-right-column .car-logos img {
    width: 3rem;
  }
}
@media (max-width: 960px) {
  .header-right-column .car-logos {
    display: none;
  }
}
.site-logo {
  display: flex;
  width: var(--site-logo-width);
  height: var(--site-logo-height);
}
.header-logo {
  align-items: center !important;
}
@media (max-width: 640px) {
  .header-logo {
    width: 100px !important;
  }
}
.icon-style-1 {
  display: flex;
  width: 4rem;
  height: 4rem;
}
.icon-style-1 svg, .icon-style-1 img {
  fill: var(--black);
}
.icon-style-2 {
  display: flex;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  padding: 20%;
}
.icon-style-2 svg, .icon-style-2 img {
  fill: var(--white);
}
.icon-row {
  display: flex;
  align-items: center;
  color: var(--text-color);
}
.icon-row img, .icon-row svg {
  width: 1.5em;
  margin-right: 0.5em;
}
.icon-row path {
  fill: var(--color-1);
  transition-duration: var(--transition-duration);
}
a.icon-row:hover path {
  fill: var(--link-color-hover);
}
ul, ol {
  --list-background: var(--black-alpha-1);
  --list-border-color: var(--black-alpha-2);
}
.inverted ul, .inverted ol {
  --list-background: var(--white-alpha-2);
  --list-border-color: var(--white-alpha-2);
}
.horizontal-list {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
ul.plain-list, .plain-list ul {
  padding: 0;
  list-style: none;
}
ul.bullet-list, .bullet-list ul {
  padding: 0;
  list-style: none;
}
ul.bullet-list li, .bullet-list ul li {
  padding-left: 1em;
  position: relative;
}
ul.bullet-list li:before, .bullet-list ul li:before {
  content: "";
  background: var(--text-color);
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  transform: translateY(-50%);
  position: absolute;
  left: 1px;
  top: 0.75em;
}
ul.check-mark-list, .check-mark-list ul {
  padding: 0;
  list-style: none;
}
ul.check-mark-list li, .check-mark-list ul li {
  padding-left: 2em;
  position: relative;
}
ul.check-mark-list li:before, .check-mark-list ul li:before {
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: var(--color-1);
  width: 0.9em;
  height: 0.45em;
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  left: 1px;
  top: 0.65em;
}
ul.chevron-list, .chevron-list ul {
  padding: 0;
  list-style: none;
}
ul.chevron-list li, .chevron-list ul li {
  padding-left: 1em;
  position: relative;
}
ul.chevron-list li:before, .chevron-list ul li:before {
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: var(--text-color);
  width: 0.5em;
  height: 0.5em;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 0.55em;
}
ul.divider-list, .divider-list ul {
  padding: 0;
  width: 100%;
  list-style: none;
}
ul.divider-list li, .divider-list ul li {
  padding: 0.25em 0;
  border-bottom: var(--border-width-small) solid var(--list-border-color);
  display: block;
  width: 100%;
}
ul.divider-list li:first-child, .divider-list ul li:first-child {
  padding-top: 0;
}
ul.divider-list li:last-child, .divider-list ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
ul.striped-list, .striped-list ul {
  padding: 0;
  width: 100%;
  list-style: none;
}
ul.striped-list li, .striped-list ul li {
  display: block;
  padding: 0.45em 0.9em;
  width: 100%;
}
ul.striped-list li:nth-child(odd), .striped-list ul li:nth-child(odd) {
  background: var(--list-background);
}
ol.numbered-list, .numbered-list ol {
  counter-reset: item;
  padding: 0;
  list-style: none;
}
ol.numbered-list li, .numbered-list ol li {
  padding: 0.4em 0 0.4em 2.75em;
  position: relative;
}
ol.numbered-list li:before, .numbered-list ol li:before {
  counter-increment: item;
  content: counter(item) "";
  width: 2em;
  height: 2em;
  background: var(--color-1);
  color: var(--white);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 1px;
  top: 0.2em;
}
ul.list-spacing-small > li:not(:last-child) {
  margin-bottom: 0.65em;
}
ul.list-spacing-large > li:not(:last-child) {
  margin-bottom: 1.25em;
}
.main-menu-desktop {
  height: 100%;
  flex-shrink: 0;
  --sub-menu-background: var(--white);
}
.top-menu {
  position: relative;
  z-index: 1;
  font-size: var(--font-size-small);
  --sub-menu-background: var(--pale);
}
.main-menu-desktop > ul {
  display: flex;
  height: 100%;
  list-style: none;
  padding: 0;
}
.main-menu-desktop a {
  color: var(--black);
  padding: 0 1rem;
  height: 100%;
  word-break: keep-all;
  display: flex;
  align-items: center;
}
.top-menu a {
  color: var(--dark);
}
.main-menu-desktop a:hover, .main-menu-desktop .current-menu-item > a, .main-menu-desktop .current-menu-parent > a {
  color: inherit;
}
.transparent-header:not(.scrolled) .main-menu-desktop a {
  color: var(--white);
}
.main-menu-desktop .menu-item, .top-menu .menu-item {
  position: relative;
}
.main-menu-desktop .menu-item-has-children > a {
  padding-right: 2rem;
}
.main-menu-desktop .sub-menu .menu-item-has-children > a {
  padding-right: 4rem;
}
.main-menu-desktop .menu-item-has-children > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 1rem;
  width: max-content;
  list-style-type: none;
  background: var(--sub-menu-background);
  font-size: var(--font-size-small);
  display: none;
  flex-direction: column;
  animation: display-sub-menu-out 0.4s ease;
  border-bottom-left-radius: var(--border-radius-small);
  border-bottom-right-radius: var(--border-radius-small);
  box-shadow: var(--sub-menu-shadow);
  z-index: 3;
}
.transparent-header:not(.scrolled) .main-menu-desktop .menu-item-has-children > .sub-menu {
  background: var(--black-alpha-3);
}
.main-menu-desktop .menu-item-has-children:last-child > .sub-menu {
  left: auto;
  right: 0;
}
.main-menu-desktop .menu-item-has-children.hover > .sub-menu {
  display: flex;
  animation: display-sub-menu-in 0.4s ease;
}
.main-menu-desktop .menu-item-has-children > a:after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  position: absolute;
  top: calc(50% - 0.25rem);
  right: 0.9rem;
  transform: rotate(45deg);
  border-bottom: 1px solid var(--black);
  border-right: 1px solid var(--black);
  opacity: 0.5;
  transition-duration: var(--transition-duration);
}
.transparent-header:not(.scrolled) .main-menu-desktop .menu-item-has-children > a:after {
  border-color: var(--white);
}
.main-menu-desktop .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -1rem;
  left: 100%;
  z-index: -10;
  box-shadow: none;
  border-top-right-radius: var(--border-radius-small);
}
.scrolled .main-menu-desktop .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
  box-shadow: 4px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.main-menu-desktop .menu-item-has-children > .sub-menu > .menu-item-has-children.hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  border-bottom-right-radius: var(--border-radius-small);
}
.main-menu-desktop .menu-item-has-children > .sub-menu .menu-item-has-children > a:after {
  top: calc(50% - 0.25rem);
  transform: rotate(-45deg);
}
.main-menu-desktop .sub-menu a {
  padding: 0.5rem 1rem;
}
@media (max-width: 960px) {
  .main-menu-desktop {
    display: none;
  }
}
/* Main Menu Desktop Hover Styles */
.bottom-menu a:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  right: 1rem;
  top: calc(50% + 1rem);
  transition-duration: var(--transition-duration);
}
.bottom-menu .menu-item.hover > a:before {
  left: 1rem;
  right: auto;
  width: calc(100% - 2rem);
}
.bottom-menu .menu-item.hover > a:before, .bottom-menu .current-menu-item > a:before, .bottom-menu .current-menu-parent > a:before {
  background: var(--link-color-hover);
}
.transparent-header:not(.scrolled) .main-menu-desktop .menu-item.hover > a:before, .transparent-header:not(.scrolled) .main-menu-desktop .current-menu-item > a:before, .transparent-header:not(.scrolled) .main-menu-desktop .current-menu-parent > a:before {
  background: var(--white);
}
.top-menu .menu-item.hover > a {
  color: var(--link-color-hover);
}
.top-menu .menu-item-has-children.hover > a {
  color: var(--link-color-hover);
}
.top-menu .menu-item.hover > a {
  color: var(--link-color-hover);
}
.top-menu .current-menu-item > a {
  color: var(--link-color-hover);
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  padding: 1rem 1rem 4rem 1rem;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  display: none;
  animation: display-fade-out var(--transition-duration) ease;
}
.modal-open {
  z-index: 3000;
  display: flex;
  animation: display-fade-in var(--transition-duration) ease;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  height: 100%;
  background: var(--overlay-background);
}
.modal-box {
  position: relative;
  width: 100%;
  max-width: 640px;
  overflow-y: hidden;
  border-radius: var(--border-radius-default);
  box-shadow: var(--box-shadow-default);
  z-index: 3010;
  margin: auto;
  background: var(--white);
  padding: var(--spacing-default);
  display: none;
  animation: display-fade-down var(--transition-duration) ease;
}
.modal-open .modal-box {
  display: flex;
  animation: display-fade-up var(--transition-duration) ease;
}
.modal-content {
  width: 100%;
  margin-top: 1rem;
}
.close-icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.1rem;
  background: var(--white);
  color: var(--dark);
  line-height: 0.8;
  padding: 0.8rem;
  transition-duration: var(--transition-duration);
}
.close-icon:hover {
  color: var(--black);
}
body.off-canvas-open {
  overflow: hidden;
}
.off-canvas {
  position: fixed !important;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100%;
  background: var(--white);
  display: flex;
  align-items: start;
  justify-content: center;
  transform: translateX(0);
  transition-duration: 0.4s;
  z-index: 95;
  padding-top: var(--header-height);
}
.scrolled .off-canvas {
  padding-top: var(--header-height);
}
.off-canvas-open .off-canvas, .off-canvas-open.off-canvas {
  transform: translateX(100vw);
}
.off-canvas-content {
  max-width: 40rem;
  width: 100%;
  height: 100%;
  padding: var(--vertical-section-padding);
  overflow-y: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: none;
  flex-direction: column;
  animation: display-fade-out var(--transition-duration) ease;
}
.off-canvas-open .off-canvas-content {
  display: flex;
  animation: display-fade-in var(--transition-duration) ease;
}
/* Hide scrollbar for IE, Edge and Firefox */
.off-canvas-content {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.off-canvas-content::-webkit-scrollbar {
  display: none;
}
.off-canvas-main-menu {
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-bold);
  margin: 0 0.5rem;
}
.off-canvas-topbar-menu {
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-bold);
  padding: var(--spacing-default);
  border-radius: var(--border-radius-small);
  background: var(--color-1) !important;
  margin: var(--spacing-default) 0;
}
.pagination {
  margin-top: var(--spacing-medium);
}
.pagination ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.pagination a, .pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: var(--pale);
  color: var(--text-color);
  width: 2.8rem;
  height: 2.8rem;
  border-radius: var(--border-radius-small);
  transition-duration: var(--transition-duration);
}
.pagination a:hover, .pagination span:hover {
  background: var(--link-color-hover);
  color: var(--white);
}
.pagination span.current {
  background: var(--link-color);
  color: var(--white);
}
.search-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: none;
  margin: 0 0 0 1rem;
  padding: 10px;
  height: 100%;
  border: none;
  border-radius: 100%;
  transition-duration: var(--transition-duration);
  cursor: pointer;
}
.search-trigger:hover {
  color: var(--link-color-hover);
}
.search-trigger svg, .search-trigger img {
  width: 1rem;
}
.search-trigger path {
  fill: var(--black);
  transition-duration: var(--transition-duration);
}
.search-trigger:hover path {
  fill: var(--link-color-hover);
}
.transparent-header:not(.scrolled, .off-canvas-open) .search-trigger path {
  fill: var(--white);
}
.transparent-header:not(.scrolled) .search-trigger:hover {
  background: var(--white-alpha-1);
}
.search-overlay-wrapper {
  justify-content: center;
  align-items: start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: calc(var(--header-height) * 2) calc(0.5rem + 5vw);
  pointer-events: none;
  z-index: 101;
  display: none;
  opacity: 0;
  transition-duration: var(--transition-duration);
  transition-behavior: allow-discrete;
}
.search-open .search-overlay-wrapper {
  display: flex;
  opacity: 1;
}
@starting-style {
  .search-open .search-overlay-wrapper {
    opacity: 0;
  }
}
.search-overlay-content {
  background: var(--white);
  width: 30vw;
  min-width: 400px;
  padding: var(--spacing-small);
  border-radius: 0 0 var(--border-radius-default) var(--border-radius-default);
  pointer-events: auto;
  box-shadow: var(--header-shadow);
  display: none;
  opacity: 0;
  transform: translateY(-0.75rem);
  transition-duration: var(--transition-duration);
  transition-behavior: allow-discrete;
  position: absolute;
  top: var(--header-height);
  right: 8rem;
  z-index: 201;
}
.search-overlay-content:before, .search-overlay-content:after {
  content: "";
  width: var(--border-radius-large);
  height: var(--border-radius-large);
  z-index: 1;
  background: transparent;
  position: absolute;
  pointer-events: none;
}
.search-overlay-content:before {
  top: 0;
  left: calc(var(--border-radius-large) * -1);
  bottom: auto;
  right: auto;
  border-radius: 0 var(--border-radius-large) 0 0;
  box-shadow: calc((var(--border-radius-large) * 1) / 5) calc((var(--border-radius-large) * -1) / 5) 0 calc(var(--border-radius-large) / 5) var(--white);
}
.search-overlay-content:after {
  top: 0;
  left: auto;
  bottom: auto;
  right: calc(var(--border-radius-large) * -1);
  border-radius: var(--border-radius-large) 0 0 0;
  box-shadow: calc((var(--border-radius-large) * -1) / 5) calc((var(--border-radius-large) * -1) / 5) 0 calc(var(--border-radius-large) / 5) var(--white);
}
.scrolled .search-overlay-content {
  top: calc(var(--header-height) - 1.5rem);
}
.scrolled .search-overlay-content, .header-shadow-not-scrolled .search-overlay-content {
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1) !important;
}
.search-open .search-overlay-content {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}
@starting-style {
  .search-open .search-overlay-content {
    opacity: 0;
    transform: translateY(-0.75rem);
  }
}
.search-form {
  width: 100%;
  display: flex;
  gap: 1rem;
}
.search-form label {
  width: 100%;
}
.search-results-section .search-form {
  margin-bottom: var(--spacing-large);
}
.search-results-section .items {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-small);
}
.search-results-section .items .item {
  display: flex;
  gap: var(--spacing-default);
  background: var(--pale);
  padding: var(--spacing-default);
  border-radius: var(--border-radius-default);
}
@media (max-width: 480px) {
  .search-results-section .items .item {
    flex-direction: column;
  }
}
.search-results-section .items .item > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: start;
  flex: 1;
  flex-grow: 3;
}
.search-results-section .items .item > div:last-child {
  flex: 1;
  flex-grow: 1;
}
.search-results-section .items .item h2 {
  margin-bottom: 0.5em;
}
.search-results-section .items .item .excerpt {
  font-size: var(--font-size-small);
}
.search-results-section .items .item img {
  aspect-ratio: 1;
}
@media (max-width: 480px) {
  .search-results-section .items .item img {
    aspect-ratio: 2;
  }
}
.section-wrapper {
  width: 100%;
  padding: var(--section-padding);
}
.section-content {
  max-width: var(--width-default);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
}
.width-narrow {
  max-width: var(--width-narrow);
}
.width-wide {
  max-width: var(--width-wide);
}
.width-full {
  max-width: 100%;
}
.social-icons {
  display: flex;
  gap: 0.5rem;
}
.social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-1);
  width: 2.8rem;
  height: 2.8rem;
  border-radius: var(--border-radius-small);
}
.social-icons a:hover {
  background: var(--link-color-hover);
}
.social-icons a > * {
  width: 1.5rem;
}
.social-icons path {
  fill: var(--white);
}
table {
  border-collapse: collapse;
  width: 100%;
}
table tr {
  transition-duration: var(--transition-duration);
}
table td, table th {
  padding: 0.5rem 1rem;
}
.table-divider tr {
  border-bottom: var(--border-width-small) solid var(--light);
}
.tabel-cell-border td, .tabel-cell-border th, .is-style-regular td, .is-style-regular th {
  border: 1px solid var(--light);
}
.table-striped tr:nth-child(even), .is-style-stripes tr:nth-child(even) {
  background: var(--pale);
}
.table-hover tr:hover {
  background: var(--light);
}
.viewport-height-small {
  height: calc(var(--viewport-height-small) * 1vh);
  height: calc(var(--viewport-height-small) * 1svh);
}
.viewport-height-medium {
  height: calc(var(--viewport-height-medium) * .8vh + 10vw);
  height: calc(var(--viewport-height-medium) * .8svh + 10vw);
}
.viewport-height-large {
  height: calc(var(--viewport-height-large) * 1vh);
  height: calc(var(--viewport-height-large) * 1svh);
}
.viewport-height-full-minus-header {
  height: calc(var(--viewport-height-full) * 1vh - var(--header-height));
  height: calc(var(--viewport-height-full) * 1svh - var(--header-height));
}
.viewport-height-full {
  height: calc(var(--viewport-height-full) * 1vh);
  height: calc(var(--viewport-height-full) * 1svh);
}
.viewport-overlay {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--overlay-background);
  display: none;
  animation: display-fade-out var(--transition-duration) ease;
}
.search-open .viewport-overlay {
  display: flex;
  animation: display-fade-in var(--transition-duration) ease;
}
body.search-open {
  overflow: initial;
}
.front-page-hero {
  padding: 0 1.5rem 1.5rem 1.5rem;
  min-height: 500px;
}
.front-page-hero .section-content {
  position: relative;
}
@media (max-width: 640px) {
  .front-page-hero {
    padding: 0 0.75rem 0.75rem 0.75rem;
  }
}
.front-page-hero .title-container .plain-text {
  font-size: var(--font-size-h4);
}
.hero-image-slide {
  width: 100%;
  height: 100%;
}
.hero-menu-row {
  width: calc(100% - (4.5rem + 4rem + 1.5rem + 14vw + 9.5rem));
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  column-gap: 0;
  row-gap: 0.5rem;
  justify-self: stretch;
  height: 6.5rem;
  font-size: var(--font-size-base);
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: calc(4.5rem + 4rem + 1.5rem + 14vw);
  margin-right: 9.5rem;
  padding: 1rem;
}
.hero-menu-row .hero-icon-row {
  gap: 0.5em;
  color: var(--white);
  border-radius: var(--border-radius-small);
  padding: 0.5rem 1rem;
  transition-duration: calc(var(--transition-duration) * 1);
}
.hero-menu-row .hero-icon-row svg {
  width: 1.25em;
}
.hero-menu-row .hero-icon-row svg path {
  fill: var(--white);
}
.hero-menu-row .hero-icon-row:hover {
  color: var(--color-1);
  background: var(--white);
}
.hero-menu-row .hero-icon-row:hover svg > path {
  fill: var(--color-1);
}
@media (min-width: 1801px) {
  .hero-menu-row {
    font-size: var(--font-size-h4);
    margin-right: 11.5rem;
    width: calc(100% - (4.5rem + 4rem + 1.5rem + 14vw + 11.5rem));
  }
}
@media (max-width: 1320px) {
  .hero-menu-row {
    font-size: var(--font-size-small);
  }
}
@media (max-width: 1280px) {
  .hero-menu-row {
    margin-right: 0;
    width: calc(100% - (4.5rem + 4rem + 1.5rem + 14vw));
    font-size: var(--font-size-base);
  }
  .hero-menu-row .hero-icon-row {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 1100px) {
  .hero-menu-row {
    flex-direction: column;
    height: auto;
    align-items: end;
  }
  .hero-menu-row .hero-icon-row {
    padding: 0.5rem 1rem;
  }
  .hero-menu-row .hero-icon-row:hover {
    background: none;
  }
}
@media (max-width: 500px) {
  .hero-menu-row {
    bottom: 6.5rem;
    align-items: start;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 1280px) {
  #menu-row-overlay {
    display: none;
  }
}
.page-hero {
  padding: 0 1.5rem;
}
.page-hero .section-content {
  position: relative;
  overflow: hidden;
  display: grid;
  justify-content: space-between;
  align-items: stretch;
  grid-template-columns: auto auto;
  column-gap: 20%;
}
@media (max-width: 960px) {
  .page-hero .section-content {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .page-hero .section-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    align-items: stretch;
  }
}
@media (max-width: 640px) {
  .page-hero {
    height: auto;
  }
}
.page-hero-image {
  position: absolute !important;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  border-radius: var(--border-radius-large);
}
@media (max-width: 640px) {
  .page-hero-image {
    position: relative !important;
    align-self: stretch;
    min-height: 400px;
  }
}
.page-hero-heading {
  font-size: var(--font-size-h1);
}
@media (max-width: 960px) {
  .page-hero-heading {
    font-size: var(--font-size-h2);
  }
}
@media (max-width: 640px) {
  .page-hero-heading {
    font-size: var(--font-size-h3);
  }
}
.page-hero .shape-left-hero {
  position: relative;
  align-self: end;
  bottom: 0;
  left: 0;
  min-width: 180px;
  height: max-content;
  width: auto;
  justify-content: end;
}
@media (max-width: 960px) {
  .page-hero .shape-left-hero {
    max-width: 70%;
    align-self: start;
  }
}
@media (max-width: 640px) {
  .page-hero .shape-left-hero {
    position: absolute;
    max-width: 70%;
    padding-left: 1rem;
  }
}
.page-hero .shape-left-hero h1, .page-hero .shape-left-hero h2 {
  font-size: calc(.9 * var(--font-size-h1));
  margin: 0 !important;
  text-wrap: pretty;
  max-width: 27ch;
}
@media (max-width: 2000px) {
  .page-hero .shape-left-hero h1, .page-hero .shape-left-hero h2 {
    font-size: calc(.8 * var(--font-size-h1));
  }
}
@media (max-width: 960px) {
  .page-hero .shape-left-hero h1, .page-hero .shape-left-hero h2 {
    font-size: calc(.6 * var(--font-size-h1));
  }
}
.page-hero .shape-right {
  align-self: end;
  justify-self: end;
  justify-content: end;
  max-width: none;
  position: relative;
}
@media (max-width: 960px) {
  .page-hero .shape-right {
    max-width: 70%;
  }
}
@media (max-width: 640px) {
  .page-hero .shape-right {
    max-width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
    padding: 0;
    margin-top: var(--spacing-default);
    border-radius: 0;
    justify-content: start;
    justify-self: start;
  }
  .page-hero .shape-right:before, .page-hero .shape-right:after {
    display: none;
  }
}
.page-hero .shape-right .text-wrapper {
  max-width: 760px;
}
.search-overlay-content .search-form, .search-page-search .search-form, .off-canvas .search-form {
  gap: 0;
}
.search-overlay-content .search-form .search-field, .search-page-search .search-form .search-field, .off-canvas .search-form .search-field {
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
  background: var(--pale);
  border: none;
}
.search-overlay-content .search-form .search-submit, .search-page-search .search-form .search-submit, .off-canvas .search-form .search-submit {
  border-radius: 0 var(--border-radius-small) var(--border-radius-small) 0;
}
.search-overlay-content .search-form .search-submit:hover, .search-page-search .search-form .search-submit:hover, .off-canvas .search-form .search-submit:hover {
  color: var(--white-alpha-3);
}
.embla-mobile-image-overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.7;
  background: linear-gradient(180deg, transparent 70%, black 90%);
}
.embla-mobile-image-overlay-text {
  width: 100%;
  height: calc(100% + 3rem);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.8;
  background: linear-gradient(180deg, black 50%, transparent);
}
.staff-card img {
  border-radius: var(--border-radius-small);
  margin-bottom: 1rem;
  width: 100%;
}
.staff-card .contact-row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  gap: 0.5rem;
}
.staff-card .contact-row .contact-line {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.service-card, .car-card, .accessory-card {
  transition-duration: var(--transition-duration);
}
.service-card img, .car-card img, .accessory-card img {
  transition-duration: var(--transition-duration);
}
.service-card .fake-arrow-button, .car-card .fake-arrow-button, .accessory-card .fake-arrow-button {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  position: relative;
  border: solid 1px var(--black);
  overflow: hidden;
  transition-duration: var(--transition-duration);
}
.service-card .fake-arrow-button .moving-arrow, .car-card .fake-arrow-button .moving-arrow, .accessory-card .fake-arrow-button .moving-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 0s;
  top: 37.5%;
}
.service-card .fake-arrow-button .moving-arrow path, .car-card .fake-arrow-button .moving-arrow path, .accessory-card .fake-arrow-button .moving-arrow path {
  transition-duration: var(--transition-duration);
}
.service-card .fake-arrow-button .arrow-2, .car-card .fake-arrow-button .arrow-2, .accessory-card .fake-arrow-button .arrow-2 {
  transform: translate(-200%, 100%);
}
.accessory-card .link-container {
  position: relative;
  border-radius: var(--border-radius-small);
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.car-card > .link-container:hover img, .service-card.slider-card > .link-container:hover img, .accessory-card .link-container:hover img {
  scale: 1.05;
}
.car-card > .link-container:hover .fake-arrow-button, .service-card.slider-card > .link-container:hover .fake-arrow-button, .accessory-card .link-container:hover .fake-arrow-button {
  border-color: var(--color-1);
  scale: 1.05;
}
.car-card > .link-container:hover .fake-arrow-button .moving-arrow, .service-card.slider-card > .link-container:hover .fake-arrow-button .moving-arrow, .accessory-card .link-container:hover .fake-arrow-button .moving-arrow {
  transition-duration: var(--transition-duration);
}
.car-card > .link-container:hover .fake-arrow-button .moving-arrow path, .service-card.slider-card > .link-container:hover .fake-arrow-button .moving-arrow path, .accessory-card .link-container:hover .fake-arrow-button .moving-arrow path {
  transition-duration: var(--transition-duration);
  fill: var(--color-1);
}
.car-card > .link-container:hover .fake-arrow-button .arrow-1, .service-card.slider-card > .link-container:hover .fake-arrow-button .arrow-1, .accessory-card .link-container:hover .fake-arrow-button .arrow-1 {
  transform: translate(100%, -200%);
}
.car-card > .link-container:hover .fake-arrow-button .arrow-2, .service-card.slider-card > .link-container:hover .fake-arrow-button .arrow-2, .accessory-card .link-container:hover .fake-arrow-button .arrow-2 {
  transform: translate(-50%, -50%);
}
.service-card.grid-card:hover .fake-arrow-button {
  border-color: var(--color-1);
  scale: 1.05;
}
.service-card.grid-card:hover .fake-arrow-button .moving-arrow {
  transition-duration: var(--transition-duration);
}
.service-card.grid-card:hover .fake-arrow-button .moving-arrow path {
  transition-duration: var(--transition-duration);
  fill: var(--color-1);
}
.service-card.grid-card:hover .fake-arrow-button .arrow-1 {
  transform: translate(100%, -200%);
}
.service-card.grid-card:hover .fake-arrow-button .arrow-2 {
  transform: translate(-50%, -50%);
}
.service-card.grid-card {
  background: var(--pale);
  padding: 0.5rem;
  border-radius: calc(var(--border-radius-small) / 2);
}
.service-card.grid-card img {
  border-radius: calc(var(--border-radius-small) / 4);
}
.service-card.grid-card .bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  padding-top: 1rem;
}
.service-card.grid-card .bottom-row .plain-text {
  transition-duration: var(--transition-duration);
}
.service-card:hover.grid-card {
  scale: 1.025;
}
.service-card:hover.grid-card .plain-text {
  color: var(--color-1);
}
.service-card.slider-card {
  height: 100%;
  display: grid;
  grid-template-rows: max-content auto;
}
.service-card.slider-card .link-container {
  position: relative;
  overflow: hidden;
  background: var(--pale);
  border-radius: var(--border-radius-small);
  border-bottom-right-radius: 0;
}
.service-card.slider-card .link-container .shape {
  background: var(--white);
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 2px 2px 0px 0px var(--white);
  width: 4.5rem;
  height: 4.5rem;
}
.service-card.slider-card .bottom-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-self: stretch;
}
.service-card.slider-card .bottom-row .text-container {
  padding: 0.25rem;
  margin-top: var(--spacing-tiny);
}
.service-card.slider-card .bottom-row .text-container h3:hover a {
  color: var(--color-1);
}
.service-card.slider-card .bottom-row .price-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: start;
  background: var(--color-1);
  padding: 0.25rem 0.8rem;
  font-size: var(--font-size-tiny);
  border-radius: 4px;
  margin-top: var(--spacing-tiny);
}
.service-card.slider-card .fake-arrow-button {
  width: 3rem;
  height: 3rem;
}
.service-card.slider-card .fake-arrow-button .moving-arrow {
  top: 50%;
}
.car-card {
  height: 100%;
  display: grid;
  grid-template-rows: max-content auto;
}
.car-card .link-container {
  position: relative;
  overflow: hidden;
  background: var(--pale);
  border-radius: var(--border-radius-small);
}
.car-card .link-container .icon-container {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.car-card .link-container .icon-container .fuel-icon-green {
  background: #2ECC71;
  padding: 15%;
}
.car-card .link-container .icon-container .fuel-icon-orange {
  background: #ED9541;
  padding: 22%;
}
.car-card .bottom-row {
  padding: 0.25rem;
  margin-top: var(--spacing-tiny);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.car-card .bottom-row h3 {
  margin-bottom: 0.5rem;
}
.car-card .bottom-row h3:hover a {
  color: var(--color-1);
}
.car-card .bottom-row .tag-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  column-gap: 1rem;
  row-gap: 0.3rem;
  margin-bottom: var(--spacing-tiny);
}
.car-card .bottom-row .tag-container .icon-row {
  font-size: var(--font-size-tiny);
  align-items: start;
}
.car-card .bottom-row .tag-container .icon-row svg {
  width: 1.2em;
  margin-right: 0.25em;
  margin-top: 0.25em;
}
.car-card .bottom-row .lease-price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: start;
  column-gap: 0;
  row-gap: 0;
  background: var(--color-1);
  padding: 0.25rem 0.7rem;
  font-size: var(--font-size-tiny);
  border-radius: 4px;
  margin-top: 0.3em;
}
.car-card .bottom-row .buy-price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: start;
  column-gap: 0;
  row-gap: 0;
  background: var(--black);
  padding: 0.25rem 0.7rem;
  font-size: var(--font-size-tiny);
  border-radius: 4px;
  margin-top: 0.3em;
}
.car-card .shape {
  background: var(--white);
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 2px 2px 0px 0px var(--white);
  width: 3.5rem;
  height: 3.5rem;
}
.accessory-card {
  height: 100%;
  display: grid;
  grid-template-rows: max-content auto;
}
.accessory-card .link-container {
  position: relative;
  overflow: hidden;
  background: var(--pale);
  border-radius: var(--border-radius-small);
  border-bottom-right-radius: 0;
}
.accessory-card .link-container img {
  width: 100%;
  height: 100%;
}
.accessory-card .link-container .shape {
  background: var(--white);
  position: absolute;
  bottom: 0;
  right: 0;
}
.accessory-card .text-container {
  padding: 0.25rem;
  margin-top: 0.25rem;
}
.accessory-card .text-container .description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.tfap-app > div {
  display: grid;
}
.tfap-app > div > div:last-child > div:last-child > span {
  background: var(--color-1);
  padding: 0.5rem 1rem;
  border-radius: 99px;
  text-transform: unset !important;
  transition-duration: var(--transition-duration);
  border: 2px solid var(--color-1);
  font-size: var(--font-size-small);
}
.tfap-app > div > div:last-child > div:last-child > span:hover {
  background: var(--white);
  color: var(--color-1) !important;
}
.tfap-filters-search {
  border: none !important;
}
.tfap-filters-search .tfap-search {
  padding: 1rem 0;
}
.tfap-filters-search .tfap-search h1 {
  display: none;
}
.tfap-filters-search .tfap-search #searchInput {
  max-width: none;
  text-align: start;
  border-radius: 99px;
  height: 50px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: var(--font-size-default);
  background: var(--pale);
  width: calc(100% - 118px - 4.5rem);
  margin-right: calc(118px + 4.5rem);
}
@media (max-width: 1115px) {
  .tfap-filters-search .tfap-search #searchInput {
    width: 100%;
    margin-right: 0;
  }
}
.tfap-filters {
  gap: 1rem;
  border: none !important;
  order: -1;
}
.tfap-filters .tfap-filter {
  flex: 1 25% !important;
  border: none !important;
  background: var(--pale);
  border-radius: var(--border-radius-tiny);
  padding: 0.5rem 1rem;
  min-height: auto !important;
  height: auto;
  width: auto !important;
}
.tfap-filters .tfap-filter .tfap-filter-range {
  gap: 1rem;
}
.tfap-filters .tfap-filter svg {
  width: 0.65rem !important;
}
@media (max-width: 1115px) {
  .tfap-filters .tfap-filter {
    flex: 1 33% !important;
  }
}
@media (max-width: 640px) {
  .tfap-filters .tfap-filter {
    flex: 1 50% !important;
  }
}
.tfap-filters .tfap-filter:nth-child(7) {
  grid-column: span 3;
}
.tfap-container.tfap-flex.tfap-justify-between {
  margin-top: 0 !important;
  position: relative;
  padding: 0;
  gap: 1rem;
}
.tfap-container.tfap-flex.tfap-justify-between .tfapResetFilters {
  position: absolute;
  top: -66px;
  right: 0;
  height: 50px;
  padding: 0 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--pale);
  color: var(--black);
  border: 2px solid var(--pale);
  border-radius: 99px;
  transition-duration: var(--transition-duration);
  order: 1;
}
@media (max-width: 1115px) {
  .tfap-container.tfap-flex.tfap-justify-between .tfapResetFilters {
    position: relative;
    top: 0;
    padding: 0;
    width: 50%;
    height: 40px;
  }
}
.tfap-container.tfap-flex.tfap-justify-between .tfapResetFilters:hover {
  background: var(--white);
  color: var(--color-1);
  border-color: var(--color-1);
}
.tfap-container.tfap-flex.tfap-justify-between .tfap-show-more-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background: var(--pale);
  color: var(--black);
  border: 2px solid var(--pale);
  border-radius: 99px;
  transition-duration: var(--transition-duration);
  width: 50%;
}
@media (max-width: 1115px) {
  .tfap-container.tfap-flex.tfap-justify-between .tfap-show-more-button {
    height: 40px;
  }
}
.tfap-container.tfap-flex.tfap-justify-between .tfap-show-more-button:hover {
  background: var(--white);
  color: var(--color-1);
  border-color: var(--color-1);
}
.tfap-order-filters.tfap-container {
  height: auto !important;
  margin-top: 2rem;
}
.css-frigcs {
  font-size: var(--font-size-small);
}
.css-1k6eykn-indicatorContainer, .css-1wmcxog-indicatorContainer {
  background-color: transparent !important;
}
.tfap-limit-filter .is-active, .tfap-order-filter .is-active {
  color: var(--black) !important;
  border-color: var(--color-1) !important;
  border-width: 2px !important;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: var(--border-radius-tiny) !important;
}
.tfap-col.tfap-car-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem !important;
}
.tfap-col.tfap-car-item .tfap-car-item-badges {
  top: auto;
  right: 6px;
  bottom: 8px;
  background-color: transparent;
}
.tfap-col.tfap-car-item .tfap-car-item-badges .tfap-car-item-badge {
  border-radius: var(--border-radius-tiny);
  position: relative;
  background-color: var(--white);
  margin-left: 4px;
  font-size: 10px;
  padding: 6px 10px;
}
.tfap-col.tfap-car-item > span {
  border-radius: var(--border-radius-small);
  overflow: hidden;
}
.tfap-col.tfap-car-item > span > img {
  transition-duration: var(--transition-duration);
}
.tfap-col.tfap-car-item > span > img:hover {
  scale: 1.05;
}
.tfap-car-text-container {
  display: grid;
  height: 100%;
  grid-template-rows: auto auto 1fr auto;
  padding: 0 !important;
}
.tfap-car-text-container .tfap-car-item-brand-label {
  margin: 0.5rem 0 0.15rem 0 !important;
}
.tfap-car-text-container h2 {
  font-size: var(--font-size-large) !important;
  transition-duration: var(--transition-duration);
  line-height: var(--line-height-small) !important;
}
.tfap-car-text-container h2:hover {
  color: var(--color-1) !important;
}
.tfap-car-text-container .tfap-car-item-meta {
  font-size: var(--font-size-tiny) !important;
  line-height: var(--line-height-default) !important;
}
.tfap-car-item-price {
  background: var(--color-1);
  padding: 0.25rem 0.7rem 0.25rem 4.629rem;
  font-size: var(--font-size-tiny) !important;
  border-radius: 4px;
  display: flex;
  justify-content: end;
  gap: 0.65em;
  position: relative;
}
.tfap-car-item-price span {
  order: -1;
  margin-left: 0 !important;
  color: var(--white) !important;
  opacity: 0.75;
}
.tfap-car-item-price:before {
  content: "Pris från:";
  position: absolute;
  left: 0.7rem;
}
.SingleCar {
  padding: 0 !important;
}
.SingleCar > header {
  text-align: left !important;
}
.SingleCar > header > span {
  display: none;
}
.SingleCar > header h1 {
  margin-bottom: 3rem !important;
}
@media (max-width: 1115px) {
  .SingleCar > header h1 {
    margin-bottom: 1rem !important;
  }
}
.SingleCar > header > .SingleCarActions {
  margin-bottom: 3rem;
}
.SingleCar > header > .SingleCarActions span {
  transition-duration: var(--transition-duration);
  padding: 0.5rem 2rem;
  color: var(--white);
  background: var(--color-1);
  border: 2px solid var(--color-1);
  border-radius: 99px;
}
.SingleCar > header > .SingleCarActions span svg {
  transform: translateX(-6px);
}
.SingleCar > header > .SingleCarActions span:hover {
  color: var(--color-1) !important;
  background: var(--white);
  border: 2px solid var(--color-1);
}
@media (max-width: 1115px) {
  .SingleCar > header > .SingleCarActions {
    margin-bottom: 2rem;
  }
}
.SingleCar .SingleCarSlideshow {
  margin: 0 !important;
}
.SingleCar .SingleCarSlideshow .tfap-50 {
  position: relative;
}
.SingleCar .SingleCarSlideshow .tfap-50 button {
  transition-duration: var(--transition-duration);
  position: absolute;
  top: calc(50% - 2.5rem);
  height: auto;
  padding: 0.75rem;
  border-radius: var(--border-radius-small);
  line-height: 0.9;
}
.SingleCar .SingleCarSlideshow .tfap-50 button svg path {
  transition-duration: var(--transition-duration);
}
.SingleCar .SingleCarSlideshow .tfap-50 button:hover svg path {
  fill: var(--color-1);
}
.SingleCar .SingleCarSlideshow .tfap-50:nth-child(1) {
  justify-content: end;
  padding-right: 1rem;
}
.SingleCar .SingleCarSlideshow .tfap-50:nth-child(1) .SingleCarImage {
  margin-left: 0 !important;
  overflow: hidden;
  border-radius: var(--border-radius-default);
}
.SingleCar .SingleCarSlideshow .tfap-50:nth-child(1) .SingleCarImage span {
  border-radius: var(--border-radius-small);
  transition-duration: var(--transition-duration);
}
.SingleCar .SingleCarSlideshow .tfap-50:nth-child(1) .SingleCarImage span:hover {
  background-color: var(--pale);
}
.SingleCar .SingleCarSlideshow .tfap-50:nth-child(1) button {
  left: -1rem;
}
.SingleCar .SingleCarSlideshow .tfap-50:nth-child(1) button svg {
  transform: translateX(-2px);
}
.SingleCar .SingleCarSlideshow .tfap-50:nth-child(2) {
  padding-left: 1rem;
}
.SingleCar .SingleCarSlideshow .tfap-50:nth-child(2) .SingleCarSlideshowThumbnails {
  margin-right: 0 !important;
}
.SingleCar .SingleCarSlideshow .tfap-50:nth-child(2) .SingleCarSlideshowThumbnail {
  border-radius: var(--border-radius-small);
  overflow: hidden;
}
.SingleCar .SingleCarSlideshow .tfap-50:nth-child(2) .SingleCarSlideshowThumbnail > div:first-child:not(.ImageRatio) {
  background-color: rgba(0, 0, 0, 0.15) !important;
  border: 2px solid var(--color-1);
  height: 100% !important;
  border-radius: var(--border-radius-small);
}
.SingleCar .SingleCarSlideshow .tfap-50:nth-child(2) button {
  right: -0.5rem;
}
.CarContentRow {
  border-color: var(--dark) !important;
}
.CarPriceContainer {
  text-align: left !important;
  padding: 0 !important;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
@media (max-width: 1115px) {
  .CarPriceContainer {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.FinanceContainer {
  width: 400px !important;
}
@media (max-width: 1115px) {
  .FinanceContainer {
    width: 100% !important;
  }
}
.FinanceDataContainer {
  padding: 0 !important;
}
.FinanceDataContainer > div:first-child {
  background: var(--color-1) !important;
  margin-bottom: 3rem;
  padding: 2rem 3rem;
  border-radius: var(--border-radius-default);
  width: auto !important;
}
.FinanceDataContainer > div:not(:first-child) {
  padding: 1rem 2rem;
  margin: 0 !important;
  background: var(--pale) !important;
}
.FinanceDataContainer > :nth-child(2) {
  padding-top: 2rem !important;
  border-top-left-radius: var(--border-radius-default);
  border-top-right-radius: var(--border-radius-default);
}
.FinanceDataContainer > :nth-child(7) {
  padding-bottom: 3rem !important;
}
.FinanceDataContainer > div:last-child {
  padding-bottom: 2rem !important;
  border-bottom-left-radius: var(--border-radius-default);
  border-bottom-right-radius: var(--border-radius-default);
}
.ContactLink {
  margin-bottom: 0.5rem !important;
  position: relative;
}
.ContactLink:hover svg path {
  fill: var(--color-1) !important;
}
.ContactLink:hover span.FinanceDataTextColor {
  color: var(--color-1) !important;
}
.ContactLink:last-child {
  margin-bottom: 0 !important;
}
.ContactLink span.FinanceDataTextColor {
  position: absolute;
  top: 0.25rem;
  left: 3rem;
  color: var(--white) !important;
}
.ContactLink:nth-child(1) {
  width: 12rem;
}
.ContactLink:nth-child(2) {
  width: 10.5rem;
}
.ContactLink:nth-child(3) {
  width: 13rem;
}
.ContactIcon {
  margin-right: 1rem !important;
  height: auto !important;
  padding: 0.35rem 0.75rem;
  border-color: var(--color-1) !important;
  border-radius: 99px !important;
  justify-content: start !important;
  transition-duration: var(--transition-duration);
}
.ContactIcon svg path {
  fill: var(--white) !important;
  transition-duration: var(--transition-duration);
}
.FinanceDataContainer > div:first-child > .ContactLink:nth-child(1):hover > .ContactIcon {
  width: 10.5rem !important;
}
.FinanceDataContainer > div:first-child > .ContactLink:nth-child(2):hover > .ContactIcon {
  width: 9rem !important;
}
.FinanceDataContainer > div:first-child > .ContactLink:nth-child(3):hover > .ContactIcon {
  width: 11.5rem !important;
}
[data-reach-slider-track-highlight] {
  background-color: var(--color-1) !important;
}
[data-reach-slider-handle] {
  background: var(--color-1) !important;
  border-color: var(--pale) !important;
  cursor: pointer;
}
[data-reach-slider-input][data-disabled] {
  opacity: 1 !important;
}
[data-reach-slider-input][data-disabled] > div {
  opacity: 0.5;
}
.EquipmentList {
  margin-bottom: 5rem;
}
@media (max-width: 640px) {
  .EquipmentList {
    column-count: 1 !important;
  }
}
.CarCol {
  align-items: start;
  position: relative;
}
.CarCol h2 {
  margin-top: 3rem !important;
}
.CarCol label {
  font-size: var(--font-size-default) !important;
}
.CarCol input, .CarCol textarea {
  border: 1px solid var(--dark) !important;
  border-radius: var(--border-radius-small);
}
.CarCol .js-mail-to-button {
  background: var(--color-1) !important;
  border-radius: 99px;
  width: auto !important;
  border-color: var(--color-1) !important;
  font-size: var(--font-size-default) !important;
  padding: 0 2.5rem !important;
  height: 2.8rem;
}
.CarCol .js-mail-to-button:hover {
  background: var(--white) !important;
  color: var(--color-1) !important;
}
.CarContent {
  padding-bottom: 2rem !important;
}
.highlighted {
  color: var(--dark);
}
.uppercase {
  text-transform: uppercase;
}
.huge-heading-over-image {
  line-height: 100%;
  font-size: calc(.9 * var(--font-size-huge));
}
@media (max-width: 1280px) {
  .huge-heading-over-image {
    font-size: calc(.75 * var(--font-size-huge));
  }
}
.large-heading-over-image {
  line-height: 100%;
  font-size: calc(.8 * var(--font-size-huge));
}
@media (max-width: 1280px) {
  .large-heading-over-image {
    font-size: calc(.65 * var(--font-size-huge));
  }
}
.orange-heading {
  margin-top: 0;
}
.orange-heading span:last-child {
  color: var(--color-1);
}
.image-fill-box {
  border-radius: var(--border-radius-default);
  width: 100%;
  height: 100%;
}
.section-with-margin {
  margin: 0 1.5rem;
  width: calc(100% - 3rem);
  border-radius: var(--border-radius-default);
}
.orange-icon svg path {
  fill: var(--color-1);
}
.hyrbil a:after, .jobba-hos-oss a:after {
  content: "";
  position: relative;
  bottom: -1px;
  right: 0;
  background: url("../images/icons/Aros-link.svg");
  background-repeat: no-repeat;
  opacity: 0.4;
}
.hyrbil a:after {
  width: 0.65rem;
  height: 0.65rem;
  margin-left: 0.4rem;
}
.jobba-hos-oss a:after {
  width: 0.55rem;
  height: 0.55rem;
  margin-left: 0.6rem;
}
#menu-footer-om-oss-1 .jobba-hos-oss a {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
#menu-footer-om-oss-1 .jobba-hos-oss a:after, .accordion-menu .jobba-hos-oss a:after {
  width: 0.65rem;
  height: 0.65rem;
  margin-left: 0.6rem;
  filter: invert(1);
  margin-bottom: 1px;
}
.hide-top-bar {
  --header-height: 7rem;
  top: 0;
}
@media (max-width: 960px) {
  .hide-top-bar {
    --header-height: 4rem;
  }
}
.hide-top-bar .header-top-bar {
  display: none !important;
}
.placeholder-menu-item {
  cursor: default;
}
#avvikande-oppettider.hide {
  display: none;
}
.post-content-section .entry-content.main.wp-block-post-content {
  display: flex;
  flex-direction: column;
  gap: calc(1.5 * var(--spacing-large));
}
.post-content-section .entry-content.main.wp-block-post-content > .section-wrapper {
  padding: 0;
}
.shape {
  display: flex;
  position: relative;
  border-radius: var(--shape-border-radius);
  padding: var(--shape-padding-size);
  box-shadow: var(--shape-box-shadow);
}
.shape:before, .shape:after {
  content: "";
  width: var(--shape-size);
  height: var(--shape-size);
  z-index: 1;
  background: transparent;
  position: absolute;
  box-shadow: var(--shape-shadow-x) var(--shape-shadow-y) 0 calc(var(--shape-size) / 5) var(--white);
  border-radius: var(--shape-before-after-border-radius);
  pointer-events: none;
}
.shape:before {
  top: var(--shape-before-position-top);
  left: var(--shape-before-position-left);
  bottom: var(--shape-before-position-bottom);
  right: var(--shape-before-position-right);
}
.shape:after {
  top: var(--shape-after-position-top);
  left: var(--shape-after-position-left);
  bottom: var(--shape-after-position-bottom);
  right: var(--shape-after-position-right);
}
.shape-left {
  --shape-border-radius: 0 var(--shape-size) 0 0;
  --shape-before-after-border-radius: 0 0 0 var(--shape-size);
  --shape-shadow-x: calc((var(--shape-size) * -1) / 5);
  --shape-shadow-y: calc(var(--shape-size) / 5);
  --shape-box-shadow: -2px 2px var(--white);
  --shape-before-position-top: auto;
  --shape-before-position-left: auto;
  --shape-before-position-bottom: 0;
  --shape-before-position-right: calc(var(--shape-size) * -1);
  --shape-after-position-top: calc(var(--shape-size) * -1);
  --shape-after-position-left: 0;
  --shape-after-position-bottom: auto;
  --shape-after-position-right: auto;
}
.shape-right {
  --shape-border-radius: var(--shape-size) 0 0 0;
  --shape-before-after-border-radius: 0 0 var(--shape-size) 0;
  --shape-shadow-x: calc(var(--shape-size) / 5);
  --shape-shadow-y: calc(var(--shape-size) / 5);
  --shape-box-shadow: 2px 2px var(--white);
  --shape-before-position-top: auto;
  --shape-before-position-left: calc(var(--shape-size) * -1);
  --shape-before-position-bottom: 0;
  --shape-before-position-right: auto;
  --shape-after-position-top: calc(var(--shape-size) * -1);
  --shape-after-position-left: auto;
  --shape-after-position-bottom: auto;
  --shape-after-position-right: 0;
}
.shape-left-hero {
  --shape-border-radius: 0 var(--shape-size) 0 0;
  --shape-before-after-border-radius: 0 0 0 var(--shape-size);
  --shape-shadow-x: calc((var(--shape-size) * -1) / 5);
  --shape-shadow-y: calc(var(--shape-size) / 5);
  --shape-box-shadow: -2px 2px var(--white);
  --shape-before-position-top: auto;
  --shape-before-position-left: auto;
  --shape-before-position-bottom: 0;
  --shape-before-position-right: calc(var(--shape-size) * -1);
  --shape-after-position-top: calc(var(--shape-size) * -1);
  --shape-after-position-left: 0;
  --shape-after-position-bottom: auto;
  --shape-after-position-right: auto;
}
@media (max-width: 960px) {
  .shape-left-hero {
    --shape-border-radius: 0 0 var(--shape-size) 0;
    --shape-before-after-border-radius: var(--shape-size) 0 0 0;
    --shape-shadow-y: calc((var(--shape-size) * -1) / 5);
    --shape-box-shadow: -2px -2px var(--white);
    --shape-before-position-top: 0;
    --shape-before-position-left: auto;
    --shape-before-position-bottom: auto;
    --shape-before-position-right: calc(var(--shape-size) * -1);
    --shape-after-position-top: auto;
    --shape-after-position-left: 0;
    --shape-after-position-bottom: calc(var(--shape-size) * -1);
    --shape-after-position-right: auto;
  }
}
.shape-large {
  --shape-size: var(--border-radius-large);
  --shape-padding-size: 2.25rem;
}
@media (max-width: 960px) {
  .shape-large {
    --shape-padding-size: 1.85em;
  }
}
.shape-default {
  --shape-size: var(--border-radius-default);
  --shape-padding-size: 1.5rem;
}
@media (max-width: 960px) {
  .shape-default {
    --shape-padding-size: 1.10rem;
  }
}
.shape-small {
  --shape-size: var(--border-radius-small);
  --shape-padding-size: .75rem;
}
.arrow-button {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
  border-radius: 100%;
  position: relative;
  border: solid var(--arrow-button-border-width) var(--black);
  overflow: hidden;
  transition-duration: var(--transition-duration);
}
.arrow-button .moving-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 0s;
}
.arrow-button .moving-arrow path {
  transition-duration: var(--transition-duration);
}
.arrow-button-tiny.arrow-button > .moving-arrow {
  top: 37.5%;
}
.arrow-button:hover {
  border-color: var(--color-1);
  scale: 1.05;
}
.arrow-button:hover .moving-arrow {
  transition-duration: var(--transition-duration);
}
.arrow-button:hover .moving-arrow path {
  transition-duration: var(--transition-duration);
  fill: var(--color-1);
}
.arrow-button .arrow-2 {
  transform: translate(-200%, 100%);
}
.arrow-button:hover .arrow-1 {
  transform: translate(100%, -200%);
}
.arrow-button:hover .arrow-2 {
  transform: translate(-50%, -50%);
}
.arrow-button-large {
  --arrow-button-size: 7rem;
  --arrow-button-border-width: 3px;
}
.arrow-button-small {
  --arrow-button-size: 5rem;
  --arrow-button-border-width: 2px;
}
@media (max-width: 640px) {
  .arrow-button-small {
    --arrow-button-size: 3.5rem;
    --arrow-button-border-width: 1px;
  }
}
.arrow-button-tiny {
  --arrow-button-size: 2rem;
  --arrow-button-border-width: 1px;
}
.arrow-button-hero {
  --arrow-button-size: 7rem;
  --arrow-button-border-width: 3px;
}
@media (max-width: 1600px) {
  .arrow-button-hero {
    --arrow-button-size: 5rem;
    --arrow-button-border-width: 2px;
  }
}
@media (max-width: 640px) {
  .arrow-button-hero {
    --arrow-button-size: 3rem;
    --arrow-button-border-width: 1px;
    rotate: 90deg;
  }
}
.fade-up {
  opacity: 0;
}
.link-button-white {
  background: var(--white);
  padding: 0.5rem 0.5rem;
  color: var(--black);
  border-radius: 0.2rem;
}
.link-button-white a {
  color: var(--black) !important;
  font-weight: var(--font-weight-bold);
  opacity: 1 !important;
}
.footer-section {
  margin: 1.5rem;
  width: calc(100% - 3rem);
  border-radius: var(--border-radius-default);
  position: relative;
}
.footer-section .footer-top-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  align-items: start;
  column-gap: var(--spacing-large);
  row-gap: var(--spacing-large);
}
.footer-section .footer-top-row .left-column .top-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  column-gap: var(--spacing-default);
  row-gap: var(--spacing-small);
}
.footer-section .footer-top-row .left-column .bottom-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
  column-gap: 2rem;
  row-gap: 0;
  margin-top: var(--spacing-large);
}
.footer-section .footer-top-row .left-column .bottom-row .mrf-text {
  max-width: 25ch;
}
.footer-section .footer-top-row .left-column .info-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  column-gap: 0;
  row-gap: var(--spacing-tiny);
}
.footer-section .footer-top-row .right-column {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-medium);
  justify-content: start;
  font-size: var(--font-size-small);
  max-width: 41rem;
}
.footer-section .footer-top-row .right-column .column {
  max-width: 50ch;
  min-width: 20ch;
}
.footer-section .footer-bottom-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: var(--spacing-default);
  row-gap: var(--spacing-default);
  margin-top: 8rem;
  position: relative;
}
.footer-section .footer-bottom-row .left-column {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 1rem;
  row-gap: 0;
  color: var(--white);
  order: 0;
}
.footer-section .footer-bottom-row .left-column svg path {
  fill: var(--white);
}
@media (max-width: 640px) {
  .footer-section .footer-bottom-row .left-column {
    flex-direction: column;
    order: 1;
  }
}
.footer-section .footer-bottom-row .middle-column {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  column-gap: var(--spacing-default);
  row-gap: 0.5rem;
}
@media (max-width: 1400px) {
  .footer-section .footer-bottom-row .middle-column {
    flex-basis: 100%;
    order: -1;
  }
}
@media (max-width: 640px) {
  .footer-section .footer-bottom-row .middle-column {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 640px) {
  .footer-section .footer-bottom-row {
    flex-direction: column;
    row-gap: var(--spacing-large);
  }
  .footer-section .footer-bottom-row .footer-logo {
    margin-left: -10px;
  }
}
.footer-section .footer-bottom-row:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--white);
  position: absolute;
  top: -4rem;
  left: 0;
  opacity: 0.5;
}
.footer-section .link-opacity {
  opacity: 0.8 !important;
  color: var(--white) !important;
  transition-duration: 0.2s;
}
.footer-section .link-opacity:hover {
  opacity: 1 !important;
  color: var(--white) !important;
}
@media (max-width: 640px) {
  .footer-section {
    margin: 0;
    width: auto;
    border-radius: 0;
  }
}
.iframes-slider iframe {
  border-radius: var(--border-radius-small) !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1.5 !important;
}
.sub-heading {
  font-size: var(--font-size-small);
  color: var(--dark);
}
.heading-style {
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-bold);
}
.countup {
  font-size: calc(1.2 * var(--font-size-huge));
  line-height: 100%;
}
.button-black {
  --button-background-color: var(--black);
  --button-background-color-hover: var(--button-background-color);
  --button-text-color-hover: var(--button-background-color);
}
#avvikande-oppettider {
  /* Add your modal styling here */
}
.spinn-typo {
  font-weight: var(--font-weight-black);
  letter-spacing: -0.05ch;
  line-height: 1.1;
}
.flip-horizontally {
  -webkit-transform: scaleX(-1) !important;
  transform: scaleX(-1) !important;
}
