@charset "UTF-8";
/*
Theme Name: Q-Strip
Theme Author: UCS Mindbite
Theme Version: 1.0
Text Domain: q-strip
 */
/*
VARIABLER

Variabler som återkommer. Framförallt responsiva storlekar.

 */
:root {
  --main-menu-height: calc(75px + .75rem);
}
@media all and (min-width: 568px) {
  :root {
    --main-menu-height: calc(85px + .75rem);
  }
}
@media all and (min-width: 1024px) {
  :root {
    --main-menu-height: calc(91px + .75rem);
  }
}
@media all and (min-width: 1366px) {
  :root {
    --main-menu-height: calc(104px + 2.5rem);
  }
}

/*
MIXINS

Här samlas olika SCSS-funktioner som kan inkluderas i övriga filer med @include.
https://sass-lang.com/documentation/at-rules/mixin

*/
/* GENERAL
Generella regler och marginaler, samt resets
 */
html {
  font-size: 100%;
  overflow-x: hidden;
  position: relative;
}

* {
  border: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
  padding: 0;
  text-rendering: auto;
}

body {
  box-sizing: border-box;
}

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

.alignleft,
.alignright {
  height: auto;
  max-width: 47%;
}

.alignnone {
  float: none;
}

.alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}

.alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}

.aligncenter {
  display: block;
  margin: 1.5rem auto;
}

.mobile-only {
  display: none;
}
@media all and (max-width: 1023.9px) {
  .mobile-only {
    display: block;
  }
}

/* Generella marginaler */
#main {
  position: relative;
}

.container,
.breadcrumbs ul.trail-items {
  margin: auto;
  max-width: calc(1280px + 3.25rem + 3.25rem);
  padding: 0 1.25rem;
  position: relative;
  width: 100%;
}
@media all and (min-width: 412px) {
  .container,
  .breadcrumbs ul.trail-items {
    padding: 0 1.875rem;
  }
}
@media all and (min-width: 768px) {
  .container,
  .breadcrumbs ul.trail-items {
    padding: 0 2.5rem;
  }
}
@media all and (min-width: 1366px) {
  .container,
  .breadcrumbs ul.trail-items {
    padding: 0 3.25rem;
  }
}

.container--wide {
  max-width: calc(1480px + 3.25rem + 3.25rem);
}

.layout,
.layout-hero_image .hero,
.section-header {
  padding: 1.875rem 0;
}
@media all and (min-width: 412px) {
  .layout,
  .layout-hero_image .hero,
  .section-header {
    padding: 2.5rem 0;
  }
}
@media all and (min-width: 1024px) {
  .layout,
  .layout-hero_image .hero,
  .section-header {
    padding: 3.75rem 0;
  }
}
@media all and (min-width: 1366px) {
  .layout,
  .layout-hero_image .hero,
  .section-header {
    padding: 5rem 0;
  }
}

#main .section-header:first-child {
  padding-top: 2.5rem;
}
@media all and (min-width: 412px) {
  #main .section-header:first-child {
    padding-top: 3.75rem;
  }
}
@media all and (min-width: 1024px) {
  #main .section-header:first-child {
    padding-top: 5rem;
  }
}
@media all and (min-width: 1366px) {
  #main .section-header:first-child {
    padding-top: 7.5rem;
  }
}

.overlay {
  position: relative;
}
.overlay::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.theme-gray {
  background: #404F54;
  color: #fff;
}
.theme-gray + .theme-gray {
  padding-top: 0;
}

.theme-sand {
  background: rgba(217, 198, 163, 0.55);
}
.theme-sand + .theme-sand {
  padding-top: 0;
}

.theme-default + .theme-default {
  padding-top: 0;
}

.inverted {
  color: #fff;
}

.layout-hero_image,
.layout-map,
.layout-full_width_img,
.layout-full_width_banner {
  padding: 0;
}

.image--zoom {
  overflow: hidden;
}
.image--zoom > img {
  -ms-transform: scale(1, 1); /* IE 9 */
  -webkit-transform: scale(1, 1); /* Safari */
  transform: scale(1, 1);
  display: block;
  transition: all 2s ease;
}
.image--zoom:hover > img {
  -ms-transform: scale(1.1, 1.1); /* IE 9 */
  -webkit-transform: scale(1.1, 1.1); /* Safari */
  transform: scale(1.1, 1.1);
  transition: all 4s ease;
}

/*
$lightestgray: #F4F4F2;
$lightgray: #E8E8E8;
$mediumgray: #BBBFCA;
$darkgray: #495464;
$black: darken($darkgray,10%);

$mediumtodark: linear-gradient(180deg, rgba(73,84,100,1) 0%, rgba(187,191,202,1) 100%);
$lightesttolight: linear-gradient(180deg, rgba(244,244,242,1) 0%, rgba(232,232,232,1) 100%);
$lighttomedium: linear-gradient(180deg, rgba(232,232,232,1) 0%, rgba(187,191,202,1) 100%); */
body {
  color: #404F54;
  font-family: "Onest";
  font-weight: 300;
}

.heading {
  font-family: "Onest";
  font-weight: 600;
  -webkit-hyphens: auto; /* Saf 5.1+ */
  -moz-hyphens: auto; /* Fx 6.0+ */
  -ms-hyphens: auto; /* IE 10+ */
  hyphens: auto; /* None yet */
  letter-spacing: -0.01em;
  word-wrap: break-word;
}

.heading--primary {
  font-size: 2.8125rem;
  line-height: 1.1;
  margin-bottom: 1.25rem;
}
@media all and (min-width: 1366px) {
  .heading--primary {
    font-size: 4.375rem;
    margin-bottom: 2rem;
  }
}

.entry-content h2:not([class]),
.heading--secondary {
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
}
@media all and (min-width: 1366px) {
  .entry-content h2:not([class]),
  .heading--secondary {
    font-size: 2.8125rem;
    margin-bottom: 1.875rem;
  }
}

.entry-content h3:not([class]),
.heading--tertiary {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 1366px) {
  .entry-content h3:not([class]),
  .heading--tertiary {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
}

.entry-content p + h2,
.entry-content p + h3 {
  margin-top: 3rem;
}

.entry-content a {
  color: #FFC346;
  text-decoration: none;
}
@media all and (pointer: fine) {
  .entry-content a:hover {
    text-decoration: underline;
  }
}

.heading--quaternary {
  font-size: 1rem;
}
@media all and (min-width: 1366px) {
  .heading--quaternary {
    font-size: 1.375rem;
  }
}

.preamble,
.preamble p {
  font-size: 1.125rem;
}
@media all and (min-width: 1024px) {
  .preamble,
  .preamble p {
    font-size: 1.375rem;
  }
}

.button-list {
  list-style: none;
}
@media all and (min-width: 412px) {
  .button-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.button-list__item {
  margin-bottom: 0.9375rem;
  text-align: center;
  width: 100%;
}
@media all and (min-width: 412px) {
  .button-list__item {
    width: auto;
  }
}
@media all and (min-width: 768px) {
  .button-list__item {
    margin: 0 0.9375rem 0 0;
  }
}
.button-list__item:last-child {
  margin: 0;
}
.button-list__item .button {
  width: 100%;
}
@media all and (min-width: 412px) {
  .button-list__item .button {
    width: auto;
  }
}

.button {
  border-radius: 1.875rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding: 0.94em 1.56em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
}

.button--ghost-inv {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}
.button--ghost-inv:active {
  border-color: #fff;
  color: #fff;
}
@media all and (pointer: fine) {
  .button--ghost-inv:hover {
    border-color: #fff;
    color: #fff;
  }
}

.button--ghost {
  border: 1px solid rgba(64, 79, 84, 0.5);
  color: rgba(64, 79, 84, 0.7);
}
.button--ghost:active {
  border: 1px solid #404F54;
  color: #404F54;
}
@media all and (pointer: fine) {
  .button--ghost:hover {
    border: 1px solid #404F54;
    color: #404F54;
  }
}

.button--dark {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.button--light {
  background: #fff;
  color: #0F0D0D;
}

.button--dark:active,
.button--light:active {
  background: #ffd647;
  color: #0F0D0D;
}

@media all and (pointer: fine) {
  .button--dark:hover,
  .button--light:hover {
    background: #ffd647;
    color: #0F0D0D;
  }
}
a {
  transition: all 0.5s ease;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
  margin-bottom: 1.5rem;
}
.entry-content ul,
.entry-content ol {
  padding-left: 1em;
}

.site-header {
  background: #fff;
  padding: 1rem 0;
  pointer-events: all;
  position: absolute;
  top: 0.75rem;
  transition: opacity 0.5s ease;
  width: 100%;
  z-index: 999;
}
@media all and (min-width: 1024px) {
  .site-header {
    padding: 1.25rem 0;
  }
}
@media all and (min-width: 1366px) {
  .site-header {
    padding: 1.5rem 0;
    top: 2.5rem;
  }
}
.site-header::before {
  background: rgba(15, 13, 13, 0.5);
  content: "";
  height: 0.75rem;
  left: 0;
  position: absolute;
  top: -0.75rem;
  width: 100%;
}
@media all and (min-width: 1366px) {
  .site-header::before {
    height: 2.5rem;
    top: -2.5rem;
  }
}
.site-header.is-sticky {
  position: fixed;
}
.site-header.hidden {
  opacity: 0;
  pointer-events: none;
}

.site-header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.site-header__branding {
  display: block;
  margin: auto auto auto 0;
  order: -2;
  padding-top: 0.5rem;
  width: 6rem;
}
@media all and (min-width: 768px) {
  .site-header__branding {
    width: 8rem;
  }
}
@media all and (min-width: 1024px) {
  .site-header__branding {
    padding-top: 0.325rem;
    width: 10.5rem;
  }
}

.site-header .menu-item a {
  color: #404F54;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media all and (min-width: 768px) {
  .site-header .menu-item a {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    font-size: 0.875rem;
    margin: 0 0.5rem 0 0;
    padding: 0.5rem 0;
  }
}
@media all and (min-width: 50em) {
  .site-header .menu-item a {
    margin: 0 0.625rem 0 0;
  }
}
@media all and (min-width: 1024px) {
  .site-header .menu-item a {
    font-size: 1rem;
    margin: 0 1.25rem 0 0;
  }
}
@media all and (min-width: 1366px) {
  .site-header .menu-item a {
    border-bottom-width: 6px;
    border-top-width: 6px;
    font-size: 1.25rem;
    margin: 0 1.875rem 0 0;
    padding: 0.375rem 0 0.325rem 0;
  }
}

@media all and (min-width: 768px) {
  .site-header .current-menu-item a,
  .site-header .current-menu-parent a,
  .site-header .current-menu-ancestor a,
  .site-header .current-page-parent a,
  .site-header .current-page-ancestor a {
    border-bottom-color: #ffd647;
    color: #0F0D0D;
  }
}

@media all and (min-width: 768px) {
  .site-header__toggle {
    display: none;
  }
}

.site-header__global-nav {
  background: #fff;
  border-bottom: 1px solid rgba(64, 79, 84, 0.2);
  border-top: 1px solid rgba(64, 79, 84, 0.2);
  display: none;
  left: 0;
  position: absolute;
  top: calc(100% + 1rem);
  width: 100%;
}
@media all and (min-width: 412px) {
  .site-header__global-nav {
    border-bottom: 0;
  }
}
@media all and (min-width: 768px) {
  .site-header__global-nav {
    align-items: center;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    order: -1;
    position: relative;
  }
}

.site-header__global-nav-menu {
  list-style: none;
}
@media all and (min-width: 768px) {
  .site-header__global-nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 0;
  }
}

.site-header__global-nav-menu a {
  display: block;
  letter-spacing: -0.01em;
}
@media all and (max-width: 767.9px) {
  .site-header__global-nav-menu a {
    border-bottom: 1px solid rgba(64, 79, 84, 0.2);
    border-left: 4px solid transparent;
  }
}
@media all and (max-width: 567.9px) {
  .site-header__global-nav-menu a {
    padding: 0.5rem 1.25rem 0.5rem calc(1.25rem - 4px);
  }
}
@media all and (min-width: 412px) and (max-width: 767.9px) {
  .site-header__global-nav-menu a {
    display: block;
    padding: 0.5rem 1.875rem 0.5rem calc(1.875rem - 4px);
  }
}
@media all and (pointer: fine) and (min-width: 768px) {
  .site-header__global-nav-menu a:hover {
    border-bottom-color: #404F54;
    color: #0F0D0D;
  }
}

@media all and (max-width: 767.9px) {
  .site-header__global-nav-menu .current-menu-item a,
  .site-header__global-nav-menu .current-menu-parent a {
    border-left-color: #404F54;
    color: #0F0D0D;
  }
}

.offer-button--bar {
  display: none;
}
@media all and (min-width: 412px) and (max-width: 767.9px) {
  .offer-button--bar {
    display: block;
    margin: auto 1rem;
  }
}
@media all and (min-width: 768px) {
  .offer-button--bar {
    display: none;
  }
}

.offer-button--dropdown {
  display: block;
}
@media all and (max-width: 411.9px) {
  .offer-button--dropdown {
    margin: 1rem 1.25rem;
  }
}
@media all and (min-width: 412px) and (max-width: 767.9px) {
  .offer-button--dropdown {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .offer-button--dropdown {
    margin-left: 0.5rem;
  }
}
@media all and (min-width: 1024px) {
  .offer-button--dropdown {
    margin-left: 0;
  }
}

.offer-button {
  font-weight: 600;
}
@media all and (min-width: 412px) {
  .offer-button {
    font-size: 0.75rem;
  }
}
@media all and (min-width: 568px) and (max-width: 767.9px) {
  .offer-button {
    font-size: 1rem;
  }
}
@media all and (min-width: 1024px) {
  .offer-button {
    font-size: 1rem;
  }
}
@media all and (min-width: 1366px) {
  .offer-button {
    font-size: 1.25rem;
    line-height: 1;
    padding: 0.9375rem 1.5rem;
  }
}
@media all and (pointer: fine) {
  .offer-button:hover {
    background: #ffd647;
    border-color: #ffd647;
    color: #0F0D0D;
  }
}

.site-header a[target=_blank] {
  text-align: center;
}
.site-header a[target=_blank]::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f35d";
  margin-left: 0.5em;
}

.site-header__lang-nav-menu {
  list-style: none;
  margin: auto 1rem auto auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 768px) {
  .site-header__lang-nav-menu {
    margin: auto auto auto 0.75rem;
  }
}
@media all and (min-width: 1024px) {
  .site-header__lang-nav-menu {
    margin: auto auto auto 2rem;
  }
}
@media all and (min-width: 1366px) {
  .site-header__lang-nav-menu {
    margin: auto auto auto 4.5rem;
  }
}
.site-header__lang-nav-menu li {
  position: relative;
}
.site-header__lang-nav-menu li:first-child a {
  margin-right: 1.125rem;
}
@media all and (min-width: 1024px) {
  .site-header__lang-nav-menu li:first-child a {
    margin-right: 1.75rem;
  }
}
@media all and (min-width: 1366px) {
  .site-header__lang-nav-menu li:first-child a {
    margin-right: 3rem;
  }
}
.site-header__lang-nav-menu li:first-child::after {
  background: #404F54;
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  width: 1px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media all and (min-width: 1024px) {
  .site-header__lang-nav-menu li:first-child::after {
    height: 1.625rem;
    right: 0.75rem;
  }
}
@media all and (min-width: 1366px) {
  .site-header__lang-nav-menu li:first-child::after {
    height: 1.875rem;
    right: 1.5rem;
  }
}
.site-header__lang-nav-menu li:first-child:last-child::after {
  content: none;
}
@media all and (min-width: 768px) {
  .site-header__lang-nav-menu li:last-child a {
    margin-right: 0 !important;
  }
}
.site-header__lang-nav-menu a {
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  display: block;
  letter-spacing: -0.01em;
  margin: 0 0.5rem 0 0;
  padding: 0.5rem 0;
}
@media all and (pointer: fine) {
  .site-header__lang-nav-menu a:hover {
    border-bottom-color: #404F54;
    color: #0F0D0D;
  }
}

html[lang=sv_SE] .site-header__lang-nav-menu .sv a {
  border-bottom-color: #ffd647;
  color: #0F0D0D;
}

html[lang=en_US] .site-header__lang-nav-menu .en a,
html[lang=en_GB] .site-header__lang-nav-menu .en a {
  border-bottom-color: #ffd647;
  color: #0F0D0D;
}

@media all and (min-width: 568px) {
  .error404__header {
    min-height: 30vh;
    padding: 5rem 0;
  }
}
@media all and (min-width: 1024px) {
  .error404__header {
    min-height: 60vh;
    padding: 10rem 0;
  }
}

.site-header + #main {
  padding-top: var(--main-menu-height);
}
.site-header + #main::before {
  background: #404F54;
  content: "";
  display: block;
  height: var(--main-menu-height);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.hero {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), var(--bkg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: var(--main-menu-height);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (min-width: 1366px) {
  .hero {
    height: 900px;
  }
}
@media all and (min-width: 1584px) {
  .hero {
    height: 1070px;
  }
}

.hero--overlay::after {
  background: linear-gradient(0deg, rgba(63, 78, 85, 0.4) 0%, rgba(63, 78, 85, 0.4) 100%), linear-gradient(206deg, #0DD5E5 0%, #D7167F 49.84%, #F4C36C 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
}

@media all and (min-width: 1366px) {
  .hero__container {
    margin: auto auto 0 auto;
  }
}

.hero__content {
  padding: 2.5rem 0;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media all and (min-width: 412px) {
  .hero__content {
    padding: 3.125rem 0;
  }
}
@media all and (min-width: 568px) and (max-width: 767.9px) {
  .hero__content {
    margin: auto;
    width: 80%;
  }
}
@media all and (min-width: 768px) {
  .hero__content {
    padding: 4.5rem 0;
  }
}
@media all and (min-width: 1024px) {
  .hero__content {
    margin-top: auto;
    max-width: 43.75rem;
    padding: 9rem 0 4.5rem 0;
    text-align: left;
    width: 60%;
  }
}
@media all and (min-width: 1366px) {
  .hero__content {
    padding: 5rem 0;
  }
}

@media all and (min-width: 1366px) {
  .hero__heading {
    margin-bottom: 2rem;
  }
}

.hero__preamble {
  margin-bottom: 1.5rem;
}
@media all and (min-width: 768px) {
  .hero__preamble {
    margin-bottom: 2.5rem;
  }
}
@media all and (min-width: 1366px) {
  .hero__preamble {
    margin-bottom: 3rem;
  }
}
.hero__preamble p {
  font-weight: 300;
}
@media all and (min-width: 1366px) {
  .hero__preamble p {
    font-size: 2.25rem;
  }
}

.hero .button-list {
  justify-content: center;
  list-style: none;
}
@media all and (min-width: 768px) {
  .hero .button-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 1024px) {
  .hero .button-list {
    justify-content: flex-start;
  }
}

.stats {
  background: #0F0D0D;
  padding: 1.25rem 0;
  position: relative;
  z-index: 3;
}
@media all and (min-width: 768px) {
  .stats {
    padding: 1.875rem 0;
  }
}

@media all and (min-width: 1366px) {
  .hero--mask-img .stats {
    background: transparent;
  }
}
@media all and (min-width: 1024px) and (max-width: 1583px) {
  .hero--mask-img .stats {
    padding: 1.25rem 0;
  }
}
@media all and (min-width: 1366px) {
  .hero--mask-img .stats::before {
    background: #0F0D0D;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100vw - 190px);
  }
}
@media all and (min-width: 1584px) {
  .hero--mask-img .stats::before {
    width: calc(100vw - 420px);
  }
}

@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  .hero--mask-img .stats__wrapper {
    width: 60%;
  }
}
@media all and (min-width: 1366px) {
  .hero--mask-img .stats__wrapper {
    max-width: 51.625rem;
  }
}

@media all and (min-width: 1024px) and (max-width: 1583px) {
  .hero--mask-img .stats__item {
    padding: 1.25rem 0;
  }
}

@media all and (min-width: 1366px) {
  .hero--mask-img .stats__desc {
    text-align: left;
  }
}

.stats__list {
  list-style: none;
}
@media all and (min-width: 568px) {
  .stats__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}

.stats__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border: 1px solid #404F54;
  border-left: 0;
  border-right: 0;
  padding: 0.5rem 0;
  transition: all 0.5s ease;
}
@media all and (min-width: 568px) {
  .stats__item {
    -webkit-box-flex: 0 0 calc(33.3% - 1.625rem);
    -webkit-flex: 0 0 calc(33.3% - 1.625rem);
    -ms-flex: 0 0 calc(33.3% - 1.625rem);
    flex: 0 0 calc(33.3% - 1.625rem);
    text-align: center;
  }
}
@media all and (min-width: 568px) and (max-width: 1365.9px) {
  .stats__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem 0;
  }
}
@media all and (min-width: 1366px) {
  .stats__item {
    padding: 1.875rem 0;
  }
}
@media all and (pointer: fine) {
  .stats__item:hover {
    border-color: #ffd647;
  }
}

.stats__number {
  font-size: 2.625rem;
  font-weight: 600;
  margin-right: 1.25rem;
  -webkit-box-flex: 0 0 6.875rem;
  -webkit-flex: 0 0 6.875rem;
  -ms-flex: 0 0 6.875rem;
  flex: 0 0 6.875rem;
}
@media all and (min-width: 568px) {
  .stats__number {
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 auto;
    text-align: center;
  }
}
@media all and (min-width: 1366px) {
  .stats__number {
    margin: 0 1.25rem 0 0;
  }
}

.hero__img {
  display: none;
  max-width: 730px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
@media all and (min-width: 1024px) {
  .hero__img {
    display: block;
    max-width: 450px;
    width: 40%;
  }
}
@media all and (min-width: 1366px) {
  .hero__img {
    max-width: 590px;
    width: 590px;
  }
}
@media all and (min-width: 1584px) {
  .hero__img {
    max-width: 730px;
    width: 730px;
  }
}
.hero__img img {
  -webkit-mask-image: url("assets/img/symbol-q-cropped.svg");
  mask-image: url("assets/img/symbol-q-cropped.svg");
  -webkit-mask-position: top right;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
}
.hero__img::after {
  content: "";
  display: block;
  padding-bottom: 163%;
}

.site-footer {
  background: #404F54;
  color: #fff;
  padding: 1.5rem 0;
  text-align: center;
  transition: all 0.5s ease;
}
@media all and (min-width: 412px) {
  .site-footer {
    padding: 2.5rem 0;
  }
}
@media all and (min-width: 768px) {
  .site-footer {
    padding: 3.75rem 0;
  }
}
@media all and (min-width: 1366px) {
  .site-footer {
    padding: 7.5rem 0;
  }
}
@media all and (pointer: fine) {
  .site-footer:hover {
    background: #0F0D0D;
  }
}

@media all and (min-width: 1024px) {
  .site-footer__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.site-footer__branding {
  margin: 0 auto 1.5rem auto;
  max-width: 180px;
  width: 34%;
}
@media all and (min-width: 568px) {
  .site-footer__branding {
    margin: 0 auto 2.5rem auto;
  }
}
@media all and (min-width: 1024px) {
  .site-footer__branding {
    margin: auto 0 auto auto;
    order: 1;
    width: 8rem;
  }
}
@media all and (min-width: 1366px) {
  .site-footer__branding {
    margin-left: 7.5rem;
    width: 11.25rem;
    -webkit-box-flex: 0 0 11.25rem;
    -webkit-flex: 0 0 11.25rem;
    -ms-flex: 0 0 11.25rem;
    flex: 0 0 11.25rem;
  }
}

.site-footer__contact {
  margin-bottom: 1.5rem;
}
@media all and (min-width: 1024px) {
  .site-footer__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.875rem;
    max-width: 500px;
  }
}
@media all and (min-width: 1366px) {
  .site-footer__contact {
    font-size: 1rem;
    max-width: 650px;
  }
}
.site-footer__contact .address span {
  display: block;
}
.site-footer__contact a {
  color: inherit;
  text-decoration: none;
}
@media all and (pointer: fine) {
  .site-footer__contact a:hover {
    color: #ffd647;
  }
}

.site-footer__contact-list {
  list-style: none;
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media all and (min-width: 1024px) {
  .site-footer__contact-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.875rem;
  }
}
@media all and (min-width: 1366px) {
  .site-footer__contact-list {
    margin-bottom: 1.25rem;
  }
}

.site-footer__contact-item {
  line-height: 1.5;
  position: relative;
}
@media all and (min-width: 1366px) {
  .site-footer__contact-item::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-style: normal;
    content: "\f111";
    font-size: 0.75rem;
    position: absolute;
    right: -3.25rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.site-footer__contact-item:last-child::after {
  content: none;
}

.site-footer__uc {
  margin: auto;
  max-width: 240px;
}
@media all and (min-width: 1024px) {
  .site-footer__uc {
    margin: auto 0 auto auto;
  }
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  .site-footer__uc {
    max-width: 200px;
  }
}

.social-nav {
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 1.5rem 0;
}
@media all and (min-width: 568px) {
  .social-nav {
    margin: 2.5rem 0;
  }
}
@media all and (min-width: 1024px) {
  .social-nav {
    margin: auto 0 auto auto;
    order: 2;
  }
}

.social-nav__item {
  margin-right: 1rem;
}
.social-nav__item:last-child {
  margin-right: 0;
}

.social-nav__link {
  background: rgba(15, 13, 13, 0.5);
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 1.125rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
  width: 2.5rem;
}
@media all and (pointer: fine) {
  .social-nav__link:hover {
    background: #ffd647 !important;
    color: #0F0D0D !important;
  }
}
.social-nav__link i {
  line-height: inherit;
}

@media all and (pointer: fine) {
  .site-footer:hover .social-nav__link {
    background: #404F54;
  }
}
.site-footer__copyright a {
  color: inherit;
}

html[lang=en_US] .site-footer__contact,
html[lang=en_GB] .site-footer__contact {
  max-width: 680px;
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  html[lang=en_US] .site-footer__contact-item,
  html[lang=en_GB] .site-footer__contact-item {
    font-size: 0.8rem;
  }
}
html[lang=en_US] .site-footer__contact-item::after,
html[lang=en_GB] .site-footer__contact-item::after {
  right: -2rem;
}

.layout-full_width_img img {
  max-width: none;
  width: 100%;
}

.before-after + .section-header {
  padding-top: 0;
}

.before-after .twenty20 {
  margin-bottom: 0;
}
.before-after .twentytwenty-before-label,
.before-after .twentytwenty-after-label {
  background: #404F54;
  bottom: auto;
  font-family: "Onest";
  font-size: 1rem;
  font-weight: 700;
  opacity: 1;
  padding: 0.5rem 0.75rem;
  top: 0;
}

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

.content-columns__columns {
  width: 100%;
}
@media all and (min-width: 1024px) {
  .content-columns__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2.5rem;
    width: auto;
  }
}
@media all and (min-width: 1366px) {
  .content-columns__columns {
    margin-left: -5rem;
  }
}

@media all and (min-width: 1024px) {
  .content-columns__column {
    padding-left: 2.5rem;
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media all and (min-width: 1366px) {
  .content-columns__column {
    padding-left: 5rem;
  }
}

.content-columns__item {
  margin-bottom: 2.5rem;
}
@media all and (min-width: 1024px) {
  .content-columns__item:last-child {
    margin-bottom: 0;
  }
}

.box-item__link-wrapper {
  text-decoration: none;
}

.box-item__image-container {
  margin-bottom: 0.75rem;
}
.box-item__image-container img {
  display: block;
  height: auto;
  max-width: none;
  width: 100%;
}

.box-item__label {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.box-item__heading {
  margin-bottom: 1rem;
}

.box-item__heading.heading--tertiary {
  margin-bottom: 0.75rem;
}

.layout-cols_2.theme-sand + .layout-contained_img.theme-sand > .layout,
.layout-cols_2.theme-gray + .layout-contained_img.theme-gray > .layout,
.layout-cols_2.theme-default + .layout-contained_img.theme-default > .layout {
  padding-top: 0;
}
.layout-cols_3 {
  padding: 0;
}

@media all and (min-width: 1024px) {
  .services__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}

.services__columns a {
  color: inherit;
  text-decoration: none;
}

.service__column {
  margin-bottom: 2rem;
}

.service__img {
  transition: all 0.3s ease;
}

@media all and (min-width: 1024px) {
  .is-header-for-cols_3--circles .section-header__container,
  .is-header-for-staff_list .section-header__container {
    margin-bottom: 6.25rem;
  }
}
@media all and (min-width: 1366px) {
  .is-header-for-cols_3--circles .section-header__container,
  .is-header-for-staff_list .section-header__container {
    margin-bottom: 8.75rem;
  }
}

@media all and (min-width: 1024px) {
  .is-header-for-cols_3--circles + .layout .services--circles,
  .is-header-for-staff_list + .layout .staff-list {
    padding-top: 0;
  }
}

@media all and (min-width: 1024px) {
  .services__columns--circles .services__container,
  .services__columns--circles .staff-list__container,
  .staff-list .services__container,
  .staff-list .staff-list__container {
    margin-top: -6.25rem;
  }
}
@media all and (min-width: 1366px) {
  .services__columns--circles .services__container,
  .services__columns--circles .staff-list__container,
  .staff-list .services__container,
  .staff-list .staff-list__container {
    margin-top: -8.75rem;
  }
}
@media all and (min-width: 1024px) {
  .services__columns--circles .service__column,
  .services__columns--circles .staff-list__column,
  .staff-list .service__column,
  .staff-list .staff-list__column {
    max-width: calc(350px + 1.875rem + 1.875rem);
    padding: 0 1.875rem;
  }
}

@media all and (min-width: 568px) and (max-width: 1023.9px) {
  .services__columns--circles .service__wrapper,
  .staff {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.services__columns--circles .service__img,
.staff__img {
  border-radius: 50%;
  margin: auto;
  max-width: 280px;
  width: 60%;
}
@media all and (min-width: 568px) and (max-width: 1023.9px) {
  .services__columns--circles .service__img,
  .staff__img {
    -webkit-box-flex: 0 0 10rem;
    -webkit-flex: 0 0 10rem;
    -ms-flex: 0 0 10rem;
    flex: 0 0 10rem;
  }
}
@media all and (min-width: 1024px) {
  .services__columns--circles .service__img,
  .staff__img {
    border: 1.25rem solid #fff;
    width: 200px;
  }
}
@media all and (min-width: 1366px) {
  .services__columns--circles .service__img,
  .staff__img {
    width: 100%;
  }
}
.services__columns--circles .service__img img,
.staff__img img {
  border-radius: 50%;
}

.services__columns--circles .service__heading,
.staff__heading {
  margin: 1.25rem 0 1rem 0;
}
@media all and (min-width: 568px) and (max-width: 1023.9px) {
  .services__columns--circles .service__heading,
  .staff__heading {
    margin: 0 0 1rem 0;
  }
}
@media all and (min-width: 1366px) {
  .services__columns--circles .service__heading,
  .staff__heading {
    margin: 1.875rem 0;
  }
}

.services__columns--circles .service__content,
.staff__content {
  text-align: center;
}
@media all and (min-width: 568px) and (max-width: 1023.9px) {
  .services__columns--circles .service__content,
  .staff__content {
    margin: auto auto auto 1.875rem;
    text-align: left;
  }
}
@media all and (min-width: 1366px) {
  .services__columns--circles .service__content p,
  .staff__content p {
    font-size: 1.25rem;
  }
}

.services__columns--squares .service__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 1366px) {
  .services__columns--squares .service__column {
    max-width: calc(455px + 1.875rem);
  }
}
.services__columns--squares .service__heading {
  margin-bottom: 0.625rem;
}
.services__columns--squares .service__content {
  margin-left: 0.625rem;
  padding-top: 0.625rem;
}
@media all and (min-width: 568px) and (max-width: 1023.9px) {
  .services__columns--squares .service__content {
    margin: auto auto auto 1.875rem;
    padding-top: 0;
  }
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  .services__columns--squares .service__content {
    padding-right: 1rem;
  }
}
@media all and (min-width: 1366px) {
  .services__columns--squares .service__content {
    margin: 0 0 0 1.875rem;
    padding-right: 1.875rem;
  }
}
.services__columns--squares .service__img {
  align-self: flex-start;
  -webkit-box-flex: 0 0 6rem;
  -webkit-flex: 0 0 6rem;
  -ms-flex: 0 0 6rem;
  flex: 0 0 6rem;
  border: 0.675rem solid #D9C6A3;
}
@media all and (min-width: 412px) and (max-width: 1023.9px), (min-width: 1366px) {
  .services__columns--squares .service__img {
    -webkit-box-flex: 0 0 10rem;
    -webkit-flex: 0 0 10rem;
    -ms-flex: 0 0 10rem;
    flex: 0 0 10rem;
  }
}
@media all and (min-width: 1366px) {
  .services__columns--squares .service__img {
    transform: rotate(2deg);
  }
}

@media all and (pointer: fine) {
  a.service__wrapper:hover .service__img {
    border-color: #ffd647 !important;
    transform: rotate(-2deg) !important;
  }
  a.service__wrapper:hover .service__img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}
.layout-services {
  padding: 0;
}
.layout-services .services--circles {
  padding: 0 0 1.875rem 0;
}
@media all and (min-width: 412px) {
  .layout-services .services--circles {
    padding: 0 0 2.5rem 0;
  }
}
@media all and (min-width: 1024px) {
  .layout-services .services--circles {
    padding: 0 0 3.75rem 0;
  }
}
@media all and (min-width: 1366px) {
  .layout-services .services--circles {
    padding: 0 0 5rem 0;
  }
}

@media all and (min-width: 1024px) {
  .staff-list__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.staff-list__column {
  margin-bottom: 2.5rem;
}
@media all and (min-width: 1024px) {
  .staff-list__column {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
  }
}
@media all and (min-width: 1366px) {
  .staff-list__column {
    margin-bottom: 3.125rem;
  }
}

.staff__img {
  margin: auto auto 1.25rem auto;
  transition: all 0.5s ease;
}
@media all and (min-width: 568px) {
  .staff__img {
    border: 1.25rem solid #fff;
    -webkit-box-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    margin: auto 0;
    max-width: 280px;
  }
}
@media all and (min-width: 1024px) {
  .staff__img {
    margin: 0 auto;
  }
}
.staff__img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.staff__content {
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-bottom: 1.25rem;
}
@media all and (min-width: 568px) {
  .staff__content {
    padding-left: 1.875rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.9px) {
  .staff__content {
    margin: auto 0 0 0;
  }
}
@media all and (min-width: 1024px) {
  .staff__content {
    padding-left: 0;
  }
}

.staff__role {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) {
  .staff__role {
    margin-bottom: 2rem;
  }
}
@media all and (min-width: 1366px) {
  .staff__role {
    margin-bottom: 2.5rem;
  }
}

@media all and (max-width: 767.9px) {
  .staff__heading {
    margin-bottom: 0.5rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.9px) {
  .staff__heading {
    font-size: 1.875rem;
    margin-bottom: 0.9375rem;
  }
}
@media all and (min-width: 1366px) {
  .staff__heading {
    margin-bottom: 1rem;
  }
}

.staff__contact-info-list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  text-align: left;
}

.staff__contact-info-list-item {
  margin-bottom: 0.625rem;
}
@media all and (min-width: 768px) and (max-width: 1023.9px), (min-width: 1366px) {
  .staff__contact-info-list-item {
    margin-bottom: 1rem;
  }
}
.staff__contact-info-list-item:last-child {
  margin-bottom: 0;
}

.staff__contact {
  color: inherit;
  display: block;
  text-decoration: none;
}
@media all and (pointer: fine) {
  .staff__contact:hover {
    color: #ffd647;
  }
}

.staff__contact::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-style: normal;
  display: inline-block;
  margin-right: 0.625rem;
  text-align: center;
  width: 1rem;
}

.staff__contact--phone::before {
  content: "\f095";
}

.staff__contact--cell::before {
  content: "\e1ee";
}

.staff__contact--email::before {
  content: "\f0e0";
}

@media all and (min-width: 1024px) {
  .col-featured_staff .staff {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 1024px) {
  .col-featured_staff .staff__content {
    margin: auto 0 0 0;
    padding-left: 1.875rem;
    text-align: left;
  }
}
.col-featured_staff .staff__img {
  align-self: flex-start;
}
@media all and (min-width: 1366px) {
  .col-featured_staff .staff__img {
    -webkit-box-flex: 0 0 280px;
    -webkit-flex: 0 0 280px;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }
}
@media all and (min-width: 1024px) {
  .col-featured_staff .staff__heading {
    margin-bottom: 0.75rem;
  }
}
@media all and (min-width: 1366px) {
  .col-featured_staff .staff__heading {
    font-size: 1.875rem;
    margin: 0 0 0.9375rem 0;
  }
}
@media all and (min-width: 1366px) {
  .col-featured_staff .staff__contact-info-list-item {
    margin-bottom: 1rem;
  }
}

.theme-gray .staff__contact {
  color: #ffd647;
}
@media all and (pointer: fine) {
  .theme-gray .staff__contact:hover {
    color: #fff;
  }
}

.section-header + .layout-staff_list {
  padding-top: 0;
}

@media all and (pointer: fine) {
  .layout-featured_staff {
    transition: all 0.5s ease;
  }
  .layout-featured_staff:hover {
    background: #404F54;
    color: #fff;
  }
  .layout-featured_staff:hover a {
    transition: none !important;
  }
  .layout-featured_staff:hover .staff__img {
    border-color: #ffd647;
  }
}
.map-banner {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  max-height: 100rem;
  position: relative;
}
@media all and (min-width: 412px) {
  .map-banner {
    max-height: 90rem;
  }
}
@media all and (min-width: 568px) {
  .map-banner {
    max-height: 80rem;
  }
}
@media all and (min-width: 1024px) {
  .map-banner {
    background-size: cover;
  }
}
@media all and (min-width: 1584px) {
  .map-banner {
    max-height: 100rem;
  }
}
.map-banner::after {
  content: "";
  display: block;
  padding-bottom: 380%;
  pointer-events: none;
}
@media all and (min-width: 568px) {
  .map-banner::after {
    padding-bottom: 320%;
  }
}
@media all and (min-width: 768px) {
  .map-banner::after {
    padding-bottom: 130%;
  }
}
@media all and (min-width: 1024px) {
  .map-banner::after {
    padding-bottom: 100%;
  }
}
@media all and (min-width: 1584px) {
  .map-banner::after {
    padding-bottom: 80%;
  }
}

.map-banner__container {
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media all and (min-width: 768px) and (max-width: 1365.9px) {
  .map-banner__header {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media all and (min-width: 1366px) and (max-width: 1583px) {
  .map-banner__header {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.layout-map_banner {
  padding: 0 !important;
}

.map {
  position: relative;
}

.acf-map {
  min-height: 400px;
}
@media all and (min-width: 1366px) {
  .acf-map {
    min-height: 650px;
  }
}

.map__contact {
  background: #404F54;
  border-top: 0.5rem solid #ffd647;
  color: white;
  padding: 1.875rem 1.25rem;
  width: 100%;
}
@media all and (min-width: 412px) {
  .map__contact {
    padding: 1.875rem;
  }
}
@media all and (min-width: 768px) {
  .map__contact {
    max-width: 33%;
    min-width: 17.5rem;
    padding: 2.5rem;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    top: 50%;
    width: auto;
  }
}
@media all and (min-width: 1366px) {
  .map__contact {
    min-width: 26rem;
  }
}

.map__contact-heading {
  color: #fff;
  font-size: 1.875rem;
  margin-bottom: 1.875rem;
  margin-left: -2.5rem;
}

.map__contact-list {
  list-style: none;
}

.map__contact-item {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  padding-left: 2.5rem;
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 1023.9px) {
  .map__contact-item {
    font-size: 1.125rem;
  }
}
.map__contact-item::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  left: 0;
  position: absolute;
  top: 0.125rem;
}
.map__contact-item:last-child {
  margin: 0;
}
.map__contact-item a {
  color: inherit;
  text-decoration: none;
}
@media all and (pointer: fine) {
  .map__contact-item a:hover {
    color: #ffd647;
  }
}

.map__contact-item--address::before {
  content: "\f3c5";
}

.map__contact-item--tel::before {
  content: "\f095";
}

.map__contact-item--email::before {
  content: "\f0e0";
  top: 0.1rem;
}

.coordinates__list {
  list-style: none;
}
@media all and (min-width: 568px) {
  .coordinates__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
  }
}
@media all and (min-width: 1366px) {
  .coordinates__list {
    justify-content: center;
  }
}
@media all and (min-width: 1584px) {
  .coordinates__list {
    margin-left: -2.5rem;
  }
}

.coordinates__list-item {
  margin-bottom: 1.5rem;
}
@media all and (min-width: 568px) {
  .coordinates__list-item {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 1.5rem;
  }
}
@media all and (min-width: 768px) {
  .coordinates__list-item {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
  }
}
@media all and (min-width: 1024px) {
  .coordinates__list-item {
    -webkit-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media all and (min-width: 1366px) {
  .coordinates__list-item {
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media all and (min-width: 1584px) {
  .coordinates__list-item {
    font-size: 1.375rem;
    padding-left: 2.5rem;
  }
}

.coordinates__heading {
  font-weight: 600;
  margin-bottom: 1rem;
}

.layout-full_width_banner .layout {
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.full-width-banner__buttons .button-list {
  justify-content: center;
  margin-top: 2.5rem;
}

@media all and (min-width: 768px) {
  .full-width-banner__preamble {
    padding: 0 10%;
  }
}

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