@font-face {
  font-family: Icomoon;
  src: url('../fonts/icomoon.eot') format("embedded-opentype"), url('../fonts/icomoon.woff') format("woff"), url('../fonts/icomoon.ttf') format("truetype"), url('../fonts/icomoon.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --white-smoke: #f2f2f2;
  --gray-4: #29322f;
  --primary: #0a7453;
  --white70: #ffffffb3;
  --primary-light: #339e7d;
  --white: white;
  --gray-3: #111413;
  --black: black;
  --secondary: #bb7008;
  --secondary-light: #dfa24e;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--white-smoke);
  color: var(--gray-4);
  letter-spacing: .02em;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

h1 {
  margin-top: .5em;
  margin-bottom: .5em;
  font-family: garamond-premier-pro-display, sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.3em;
}

h2 {
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: garamond-premier-pro-display, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2em;
}

h3 {
  letter-spacing: .03em;
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: garamond-premier-pro-display, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.3em;
}

h4 {
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: garamond-premier-pro-display, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.3em;
}

h5 {
  margin-top: 1em;
  margin-bottom: .2em;
  font-family: garamond-premier-pro-display, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3em;
}

p {
  letter-spacing: .02em;
  margin-bottom: 1em;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  text-decoration: underline;
}

blockquote {
  border-left: 2px solid var(--primary);
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0 1em 0 .75em;
  font-family: garamond-premier-pro-display, sans-serif;
  font-size: 1.6em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5em;
}

.navbar {
  color: #fff;
  background-color: #0000007d;
}

.nav-link {
  color: #fff;
}

.header-2 {
  align-items: center;
  display: flex;
}

.hero-2-left-content {
  background-image: url('../images/img-4.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  width: 25%;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.hero-2-right-content {
  color: #fff;
  background-image: radial-gradient(circle at 0%, #1e2225, #000);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
  min-height: 100vh;
  padding-left: 55px;
  display: flex;
  position: relative;
}

.hero-2-title-wrapper {
  max-width: 43vw;
  margin-top: 2em;
}

.hero-2-tagline {
  letter-spacing: 1px;
  margin-bottom: 1em;
  font-family: Lora;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
}

.hero-2-header {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1em;
}

.hero-2-header.sub {
  color: var(--white70);
  margin-bottom: 20px;
  font-style: italic;
}

.hero-2-office-wrapper {
  margin-left: -16px;
  margin-right: 16px;
}

.link-wrap-2 {
  text-align: center;
  width: auto;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  overflow: hidden;
}

.home-office-link {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Lato, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 18px;
}

.home-office-link.is--white {
  color: var(--primary-light);
}

.hero-2-office-title {
  margin-bottom: 0;
  font-size: 1.6em;
}

.navigation-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.navbarhome {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.navbarhome-divider {
  background-color: #fff3;
  width: 1px;
  height: 32px;
}

.navbarhome-link {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 500;
}

.hero-4-link-text:hover {
  color: #232931;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.menu-button {
  padding: 10px 7px;
  position: fixed;
}

.container-flex-vert-center {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 1300px;
  display: flex;
  position: relative;
}

.navbarhome-dropdowntoggle {
  color: #fff;
  padding-left: 15px;
  padding-right: 30px;
  font-size: 14px;
}

.navbarhome-dropdowntoggle.w--open {
  color: #000;
  background-color: #fff;
}

.dropdown-list {
  background-color: #fff;
  min-width: 170%;
  padding: 15px 15px 15px 5px;
}

.dropdown-list.w--open {
  background-color: #fff;
  width: 100%;
  min-width: 180px;
  padding: 5px 0 15px;
}

.drop-down-link {
  cursor: pointer;
  display: block;
  position: absolute;
  inset: 0;
}

.drop-down-nav-link {
  color: #0b072a;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px 10px 25px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
}

.drop-down-nav-link:hover {
  color: #0b0b18;
  background-color: #f6f8fd;
}

.navbarhome-dropdowntext {
  font-weight: 500;
}

.homebrandlink {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 50px;
}

.side-panel {
  background-color: #111;
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  height: 100vh;
  padding: 75px 35px 35px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.image-2 {
  margin-bottom: 45px;
}

.text-link {
  color: #fff;
  margin-bottom: 35px;
  font-size: 16px;
  text-decoration: none;
}

.text-link.w--current {
  color: var(--primary-light);
}

.gray-6 {
  background-color: #555;
  border-radius: 0 4px 4px 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.gray-5 {
  background-color: #444;
  border-radius: 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.light-block {
  background-color: #f8f8f8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding: 20px;
}

.paragraph-container {
  background-color: #f2f2f2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding: 20px;
}

.paragraph-container.bottom {
  background-color: #f8f8f8;
  border-radius: 0 0 10px 10px;
}

.text-description {
  color: gray;
  font-size: 12px;
}

.color-block {
  background-color: var(--primary);
  border-radius: 4px;
  width: 100%;
  height: 85px;
  padding: 10px;
  display: flex;
}

.color-block.alert {
  background-color: #65ad97;
}

.color-block.warning {
  background-color: #ffbb5b;
}

.color-block.error {
  background-color: #d15759;
}

.color-block.primary-light {
  background-color: var(--primary-light);
}

.dark-block {
  background-color: #f2f2f2;
  width: 100%;
  padding: 20px;
}

.small {
  text-transform: none;
  font-size: 14px;
  line-height: 1.4em;
}

.light-section {
  float: right;
  width: 80%;
  position: relative;
  overflow: auto;
}

.paragraph-light {
  font-weight: 300;
}

.styleguidebody-regular {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 1em;
}

.container {
  padding: 75px 15px;
}

.heading-row {
  clear: left;
  width: 100%;
  margin-top: 25px;
  position: relative;
}

.light-gray-3 {
  background-color: #eee;
  border-radius: 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.gray-scale-block {
  background-color: #000;
  border-radius: 4px 0 0 4px;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.caption {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.4em;
}

.caption.margined {
  margin-top: 20px;
}

.styleguidebody-bold {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 1em;
}

.content-row {
  clear: left;
  width: 100%;
  margin-top: 45px;
  position: relative;
}

.gradient-1 {
  background-image: linear-gradient(135deg, #111, #000);
  border-radius: 4px;
  width: 100%;
  height: 85px;
  padding: 10px;
  display: flex;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.color-row.grey {
  margin-bottom: 25px;
  padding-bottom: 0;
}

.heading-description {
  color: gray;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
}

.gray-2 {
  background-color: #111;
  border-radius: 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.very-small {
  font-size: 11px;
  line-height: 1.6em;
}

.grayscale-parent {
  clear: left;
  border-radius: 4px;
  width: 100%;
  height: 85px;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 20px #f2f2f2;
}

.light-gray-4 {
  background-color: #fff;
  border-radius: 0 4px 4px 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.gray-4 {
  background-color: var(--gray-4);
  border-radius: 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 58%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.light-block-flat {
  background-color: #f8f8f8;
  width: 100%;
  padding: 20px;
}

.light-block-flat.rounded-bottom {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 45px;
}

.label {
  text-transform: none;
  font-size: 16px;
  line-height: 1.4em;
}

.gray-3 {
  background-color: #222;
  border-radius: 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.text-highlight {
  background-color: #fff;
  border-radius: 3px;
  width: 42%;
  padding-top: 35px;
  padding-bottom: 35px;
}

.gradient-2 {
  background-image: linear-gradient(135deg, #eee, #fff);
  border-radius: 4px;
  width: 100%;
  height: 85px;
  padding: 10px;
  display: flex;
}

.light-gray-2 {
  background-color: #bbb;
  border-radius: 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.type-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.styleguidebody-semi-bold {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 1em;
}

.type-col {
  background-color: #f2f2f2;
  border-radius: 4px;
  width: 33.3333%;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.type-col.right {
  margin-right: 0;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.light-gray {
  background-color: #888;
  border-radius: 4px 0 0 4px;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.styleguideheading-bold {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora;
  font-weight: 700;
  line-height: 1em;
}

.styleguideheading-semi-bold {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora;
  font-weight: 400;
  line-height: 1em;
}

.logo-container {
  background-image: linear-gradient(#ffffffc2, #ffffffc2), url('../images/78795511-chess-board-seamless-pattern-checkered-pattern-with-squares-vector-illustration.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 60px;
  border-radius: 4px;
  height: 85px;
  padding: 10px;
  display: flex;
}

.logo-container.dark-container {
  background-image: linear-gradient(#000000c2, #000000c2), url('../images/78795511-chess-board-seamless-pattern-checkered-pattern-with-squares-vector-illustration.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 60px;
}

.element-block-parent {
  margin-right: 20px;
}

.navbarhome-dropdowntoggle-icon {
  margin-right: 10px;
}

.body {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.navbar-logo {
  width: 10em;
  margin-top: -25px;
}

.breadcrumbs-container {
  float: left;
  letter-spacing: .05em;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  font-size: .9em;
  line-height: 1.2em;
  display: flex;
}

.breadcumb-caret {
  margin-left: 1.5em;
  margin-right: 1.5em;
  font-family: Icomoon, sans-serif;
  display: inline-block;
  position: relative;
  top: 1px;
}

.breadcrumblink {
  color: var(--gray-4);
}

.breadcrumblink.child, .breadcrumblink.active {
  text-decoration: none;
}

.section-officeinfo {
  padding-top: 2em;
  padding-bottom: 4em;
}

.subheader-office {
  opacity: .8;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.2em;
}

.contentwrapper {
  width: 94%;
  max-width: 1200px;
  margin-left: 3%;
}

.contentwrapper.mobile {
  display: none;
}

.contentwrapper.desktop.full {
  width: 90%;
}

.officetitle {
  margin-top: .1em;
  margin-bottom: .5em;
  font-size: 4em;
}

.contentwrapper-column-left {
  max-width: 70%;
}

.contentwrapper-column-right {
  float: right;
  width: 30%;
  margin-left: 5%;
  padding-bottom: 1em;
}

.officeinfo-widgettitle {
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
}

.contentwrapper-columns {
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.wrapper {
  background-color: #f2f2f2;
  width: 100%;
  min-height: 100%;
  display: block;
  overflow: hidden;
}

.header {
  flex: none;
  padding-top: 80px;
  padding-bottom: 2em;
}

.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3vw;
  padding-right: 3vw;
  display: block;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: block;
}

.navbar-logo-link {
  float: left;
}

.menu-toggle {
  padding: 10px;
  position: fixed;
  top: 70px;
  left: 2%;
}

.widgetcontainer {
  padding-bottom: 2em;
  padding-right: 2em;
}

.section-medarbetare {
  padding-top: 3em;
  padding-bottom: 6em;
}

.section-medarbetare.white-section {
  display: block;
}

.col-4 {
  float: left;
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
}

.teamcard {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.teamtitle {
  margin-top: 0;
  margin-bottom: 1em;
}

.teamcard-linkemail {
  color: var(--primary);
  margin-bottom: .3em;
  font-size: 1em;
  line-height: 1.5em;
  text-decoration: underline;
  display: block;
}

.teamcard-linkphone {
  color: var(--primary);
  font-size: 1em;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
}

.teamcard-image {
  border-radius: 4px;
  flex: none;
  width: 100%;
  min-height: 260px;
  padding-top: 110%;
  position: relative;
  overflow: hidden;
}

.teamcard-title {
  margin-bottom: .25em;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
}

.teamcard-role {
  opacity: .8;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: .8em;
  font-style: normal;
  line-height: 1.2em;
  display: block;
}

.teamcard-role.listing {
  margin-top: .4em;
}

.teamcard-areas {
  flex: 1;
  font-size: 1em;
  line-height: 1.2em;
}

.col-9 {
  float: left;
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-9.offset-1 {
  float: none;
  margin-left: 8.33333%;
}

.col-8 {
  float: left;
  width: 66.6667%;
}

.section-expertise {
  min-height: 100vh;
  padding-top: 3em;
  padding-bottom: 3em;
  display: block;
}

.expertiselist-item {
  align-items: center;
  display: block;
}

.expertiselist-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .25em;
  font-size: 2em;
  line-height: 1.3em;
  display: inline-block;
}

.widgeticons {
  margin-right: .5em;
  font-family: Icomoon, sans-serif;
  font-size: .8em;
  line-height: 1.9em;
}

.accordionicon {
  font-family: Icomoon, sans-serif;
  font-size: 14px;
  display: inline-block;
}

.widgettext {
  color: var(--gray-4);
  line-height: 1.5em;
  text-decoration: none;
}

.expertiselist-accordion-content {
  width: 100%;
  margin-top: .5em;
  margin-bottom: 2em;
  display: none;
  overflow: hidden;
}

.expertiselist-trigger {
  cursor: pointer;
}

.section-sale {
  min-height: 100vh;
  padding-top: 3em;
  padding-bottom: 6em;
}

.salecard-image {
  background-image: url('../images/IMG_0277-e1565938491102.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 100%;
}

.salecard-officetitle {
  font-size: .9em;
}

.salescard-linkemail {
  color: var(--gray-4);
  margin-bottom: .2em;
  text-decoration: none;
  display: block;
}

.salesscard-linkphone {
  color: var(--gray-4);
  text-decoration: none;
  display: block;
}

.salesintro {
  margin-bottom: 4em;
}

.gridmedarbetare {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.office-introgrid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template: "Area Area Area-2"
                 "Area-3 Area-4 Area-5"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-column {
  width: 20%;
  height: 100vh;
  position: fixed;
}

.left-column.left-column-office {
  z-index: 9999;
  background-image: url('../images/gavle-hq.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.left-column.standard {
  background-image: url('../images/Aberdrone-4k_1.2.2.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.left-column.verksamhetsomrden {
  background-image: url('../images/hero-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.left-column.home {
  background-image: url('../images/Aberdrone-4k_1.2.2.jpg');
  background-position: 0%;
  background-size: cover;
  width: 40%;
}

.left-column.salesbg {
  background-image: url('../images/home-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-column.aboutbg {
  background-image: url('../images/Aberdrone-4k_1.2.1.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.widget-rtffix {
  margin-bottom: -1em;
}

.widget-contactrow {
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.section {
  padding-top: 3em;
  padding-bottom: 3em;
}

.section.expertise {
  padding-bottom: 3em;
}

.section.dark {
  background-color: var(--gray-4);
  color: var(--white);
}

.section.dark.footer {
  flex: none;
  padding-bottom: 1em;
}

.section.listing {
  min-height: 55vh;
}

.section.borderbottom {
  border-bottom: 1px solid #0003;
}

.section.full {
  min-height: 60vh;
}

.section.hidden {
  display: none;
}

.form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.form-block {
  min-width: 600px;
}

.cta-3-text {
  opacity: .7;
  color: var(--gray-4);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: .8em;
  line-height: 1.2em;
}

.cta-3-container {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.input {
  height: 48px;
  color: var(--gray-4);
  background-color: #0000;
  border-top: 0 #000;
  border-bottom: 2px solid #29322f4d;
  border-left: 1px #000;
  border-right: 0 #000;
  margin-bottom: 1.5em;
  padding-left: .5em;
  font-size: .8em;
  line-height: 1.2em;
}

.input:focus {
  border-bottom-color: var(--primary);
}

.input::placeholder {
  font-size: 1.1em;
}

.cta-heading {
  color: var(--gray-4);
  margin-top: .2em;
}

.cta-textarea {
  min-height: 10em;
  color: var(--gray-4);
  background-color: #0000;
  border-top: 0 #000;
  border-bottom: 2px solid #29322f4d;
  border-left: 1px #000;
  border-right: 0 #000;
  margin-bottom: 2em;
  padding-left: .5em;
  font-size: .8em;
  line-height: 1.2em;
}

.cta-textarea::placeholder {
  font-size: 1.1em;
}

.button {
  background-color: var(--primary);
  border: 0 #000;
  border-radius: 4px;
  align-self: flex-start;
  padding: 9px 15px;
}

.button.teammore {
  color: #29322fe6;
  background-color: #0000;
  border: 1px solid #29322f80;
  border-radius: 2px;
  margin-top: 2em;
  padding: .25em 1em;
  font-size: .8em;
  font-weight: 700;
  transition: all .2s cubic-bezier(.6, .04, .98, .335);
}

.button.teammore:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.button.filterbutton {
  background-color: var(--white-smoke);
  color: var(--gray-4);
  border: 1px solid #29322f1c;
  margin-right: .5em;
  transition: all .2s cubic-bezier(.55, .055, .675, .19);
}

.button.filterbutton:hover, .button.filterbutton.is-checked {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.button.officecardbutton {
  margin-top: 1em;
}

.button.skilllist {
  color: #29322fe6;
  background-color: #0000;
  border: 1px solid #29322f80;
  border-radius: 2px;
  margin-top: 2em;
  padding: .25em 1em;
  font-size: .8em;
  font-weight: 700;
  transition: all .2s cubic-bezier(.6, .04, .98, .335);
}

.button.skilllist:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.html-embed {
  display: none;
}

.teamcard-body {
  flex-direction: column;
  min-height: 400px;
  display: block;
}

.teamcard-body.offices {
  min-height: auto;
}

.teamcard-contacts {
  flex: none;
  overflow: hidden;
}

.teamcard-headings {
  flex: none;
}

.navbar-2 {
  z-index: 999;
  background-color: #0000;
  width: 100%;
}

.navcontainer {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navlink {
  color: #29322fcc;
  text-transform: uppercase;
  cursor: pointer;
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
  display: block;
}

.navlink:hover, .navlink.w--current {
  color: var(--primary);
}

.navmenu {
  margin-left: 2em;
}

.navdivider {
  border-left: 1px solid var(--gray-4);
  width: 1px;
  height: 100%;
  display: inline-block;
}

.brand {
  margin-left: 2em;
}

.nav-menu-2 {
  max-width: 600px;
  color: var(--white);
  background-color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex: none;
}

.icon-2 {
  color: var(--gray-4);
}

.icon-2.dark {
  color: var(--white);
}

.navbar2 {
  background-color: #dfdfdf;
  border-radius: 4px;
}

.navbar2.w--open {
  background-color: var(--white);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar2.dark {
  background-color: #0a0a0a;
}

.navbar-columns {
  margin-top: 1em;
}

.right-column {
  min-height: 100vh;
  margin-left: 20%;
  position: relative;
}

.right-column.dark {
  min-height: 100vh;
  color: var(--white);
  background-color: #131816;
}

.right-column.archivelist {
  justify-content: flex-start;
}

.office-loading-heading {
  color: var(--white);
  margin-top: 0;
  font-size: 5em;
}

.office-loading-container {
  text-align: center;
  text-shadow: 1px 1px 20px #0000007a;
  display: none;
}

.office-loading-subheading {
  color: var(--white);
  letter-spacing: .1em;
  font-size: .8em;
}

.office-intro-rtf {
  padding-right: 4em;
}

.grid-expertise {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template: "Area Area-2"
  / .5fr 1fr;
}

.controls {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
}

.close-modal, .open-modal {
  width: 20px;
  height: 20px;
}

.preview-modal {
  z-index: 9999;
  opacity: 0;
  background-image: linear-gradient(#000000ba, #000000ba);
  justify-content: center;
  align-items: center;
  transition: opacity .5s;
  display: none;
  position: fixed;
  inset: 0 0% 0 20%;
}

.preview-wrapper {
  width: 75%;
  height: 70vh;
}

.modal-close {
  background-color: var(--gray-4);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  width: 100%;
  font-size: 1em;
  line-height: 1.2em;
}

.modal-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.border-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 1px 1px 3px #000;
}

.ajaxcontainer {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.teammodal-contentcol {
  flex: none;
  width: 55%;
  padding: 2em 4em 2em 3em;
}

.teammodal-imagecol {
  flex: none;
  width: 45%;
}

.teammodal-office {
  opacity: .8;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .8em;
  line-height: 1.2em;
  display: inline-block;
}

.bodymodal {
  background-color: var(--white);
}

.teammodal-wrapper {
  align-items: stretch;
  width: 100%;
  height: 70vh;
  display: flex;
}

.rich-text-block {
  margin-top: 1em;
}

.teammodal-stickyimage {
  background-image: url('../images/abersten-logo-color.svg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.teammodal-linkemail {
  color: var(--primary);
  margin-bottom: .3em;
  line-height: 1.2em;
  text-decoration: underline;
  display: block;
}

.teammodal-linkphone {
  color: var(--primary);
  line-height: 1.5em;
  text-decoration: none;
  display: block;
}

.teammodal-contacts {
  border-top: 1px solid #0003;
  border-bottom: 1px solid #0003;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-top: 1em;
  padding-bottom: .6em;
  font-size: .9em;
}

.teamcard-areascontainer {
  flex: 1;
  min-height: 160px;
  margin-top: 16px;
}

.teamcard-areas-title {
  opacity: .8;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.2em;
}

.teammodal-title {
  float: left;
  margin-top: .25em;
  margin-bottom: 0;
  display: block;
}

.teammodal-role {
  opacity: .8;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .8em;
  font-style: normal;
  line-height: 1.2em;
  display: inline-block;
}

.teammodal-officetitle {
  opacity: .8;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-left: 1em;
  font-size: .8em;
  line-height: 1.2em;
  display: inline-block;
}

.teammodal-office-comma {
  opacity: .8;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .8em;
  line-height: 1.2em;
  display: inline-block;
}

.collection-list-wrapper-2 {
  border-left: 1px solid #0003;
  padding-left: 2em;
}

.grid-5 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template: "Area-2 Area Area-3"
  / 1fr 1fr 1fr;
  font-size: 1em;
}

.heading {
  opacity: .8;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-family: Lato, sans-serif;
  font-size: .8em;
  font-weight: 400;
}

.footer-link {
  color: var(--white);
  line-height: 1.2em;
  text-decoration: none;
  display: inline-block;
}

.footer-link.w--current {
  color: var(--white);
  text-decoration: none;
}

.footer-link.extralinks {
  opacity: .6;
  margin-right: 1em;
  font-size: .8em;
  font-weight: 300;
}

.footer-icon {
  font-family: Icomoon, sans-serif;
  line-height: 1em;
  display: inline-block;
  position: relative;
  top: .15em;
}

.footer-date {
  opacity: .6;
  margin-bottom: -3px;
  font-size: .7em;
  line-height: 1.3em;
}

.footer-sales-row {
  margin-bottom: .5em;
}

.footer-logo-row {
  justify-content: space-between;
  padding-bottom: 2em;
  display: flex;
}

.footer-extra-row {
  border-top: 1px solid #fff3;
  justify-content: space-between;
  margin-top: 2em;
  padding-top: 1em;
  display: flex;
}

.mapcontainer {
  position: relative;
  overflow: hidden;
}

.gridoffices {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 16px;
}

.collection-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 1em;
  display: grid;
}

.link-block {
  color: var(--gray-4);
  margin-bottom: .5em;
  text-decoration: none;
  transition: all .2s cubic-bezier(.6, .04, .98, .335);
  display: block;
}

.link-block:hover {
  box-shadow: 0 1px 0 0 var(--gray-4);
}

.listinglink {
  color: var(--gray-4);
  font-family: garamond-premier-pro-display, sans-serif;
  font-weight: 300;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .2s cubic-bezier(.55, .055, .675, .19);
}

.listinglink.col {
  padding-left: .25em;
  padding-right: .25em;
}

.list {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 2em;
  list-style-type: none;
}

.list-item {
  font-size: 2.5em;
  line-height: 1.3em;
  display: block;
}

.collection-list-2 {
  display: block;
}

.collection-item {
  float: left;
  width: 23%;
  margin-bottom: 3%;
  margin-right: 2%;
}

.teamlist-title {
  margin-top: .5em;
  margin-bottom: .25em;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
}

.teamlist-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-bottom: 100%;
}

.filtercontainer {
  justify-content: space-between;
  display: flex;
}

.filters {
  width: 100%;
}

.button-group {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.filters-wrap {
  float: left;
  flex-wrap: nowrap;
  order: 1;
  margin-bottom: 2em;
  display: flex;
}

.collection-item-2 {
  display: inline-block;
}

.search-wrapper {
  border: 0 dashed #000;
  order: -1;
  margin-bottom: 0;
  display: inline-block;
}

.quicksearch {
  float: left;
  width: 300px;
  height: 50px;
  color: var(--gray-4);
  background-color: #0000;
  border: 0 #000;
  border-bottom: 2px solid #29322f80;
  margin-bottom: 2em;
  padding: 10px 15px 10px 5px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1em;
  transition: border .15s ease-in;
}

.quicksearch:focus {
  border-color: #ff4363;
}

.dynamic-listr {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.dynamic-item {
  width: 31%;
  margin-bottom: 40px;
  margin-left: 5px;
  margin-right: 5px;
}

.teamlistoffice {
  opacity: .8;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 1.5em;
  font-size: .8em;
  line-height: 1.2em;
  display: inline-block;
}

.teamcard-title-copy {
  margin-bottom: .25em;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
}

.teamcard-office {
  background-color: var(--white-smoke);
  opacity: 1;
  color: #29322fc7;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom-left-radius: 4px;
  padding: .25em 1em;
  font-size: .8em;
  font-style: normal;
  line-height: 1.2em;
}

.teamcard-office.listing {
  margin-top: .4em;
}

.teamcard-office.office-2 {
  border-top-left-radius: 4px;
  top: 2em;
}

.teamcard-office.office-3 {
  border-top-left-radius: 4px;
  position: static;
  top: 2em;
}

.skills-teamtitle {
  margin-top: .5em;
  margin-bottom: 1em;
  padding-right: .15em;
  display: inline-block;
}

.skills-skilltitle {
  font-size: 4em;
}

.home-logo-container {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 2em;
}

.div-block-3 {
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  padding-right: 1.5em;
  display: flex;
}

.right-column-home {
  background-color: var(--gray-3);
  background-image: url('../images/abersten-logo-element-white-half.svg'), linear-gradient(135deg, var(--gray-3), #1f2422);
  min-height: 100vh;
  color: var(--white);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 30vw, auto;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 40%;
  display: flex;
  position: relative;
}

.right-column-home.dark {
  min-height: 100vh;
  color: var(--white);
  background-color: #131816;
}

.hero-2-sales-wrapper {
  margin-bottom: 2em;
}

.div-block-4, .collection-list-4 {
  display: flex;
}

.collection-item-3 {
  margin-top: 8px;
  margin-right: 16px;
}

.link-block-2 {
  color: var(--white);
  text-decoration: none;
  transition: all .15s cubic-bezier(.755, .05, .855, .06);
}

.link-block-2:hover {
  box-shadow: 0 2px 0 0 var(--white-smoke);
}

.hero-2-sales-date {
  opacity: .6;
  margin-bottom: .5em;
  font-size: .8em;
  line-height: 1em;
}

.text-block {
  font-size: .9em;
  line-height: 1.2em;
}

.grid-6 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template: "Area Area-2"
                 "Area-4 Area-3"
                 / 2fr 1fr;
}

.collection-list-5 {
  flex-wrap: wrap;
  display: flex;
}

.lightbox-link, .image-3 {
  width: 100%;
}

.sales-lightbox {
  width: 100%;
  margin-top: .5em;
  margin-bottom: .5em;
  position: relative;
}

.sales-teamcard {
  background-color: var(--white);
  border-radius: 4px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 500px;
  margin-bottom: 1em;
  display: flex;
  box-shadow: 2px 2px 6px #00000024;
}

.sales-teamcard-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px 0 0 4px;
  width: 20%;
  min-width: 150px;
  margin-right: 1em;
}

.sales-teamcard-content {
  padding: 1em;
}

.empty-state {
  opacity: .6;
  background-color: #0000;
  font-style: italic;
  font-weight: 300;
}

.empty-state-hidden {
  opacity: .6;
  background-color: #0000;
  font-style: italic;
  font-weight: 300;
  display: none;
}

.sales-bilaga-heading {
  margin-top: 1.3em;
}

.collection-list-6 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.collection-item-5 {
  margin-bottom: .5em;
  padding-bottom: .5em;
}

.collection-item-6 {
  margin-bottom: .5em;
}

.collection-item-7 {
  flex: 0 25%;
}

.sales-zoom-icon {
  opacity: 1;
  color: var(--white);
  font-family: Icomoon, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
  inset: 3% 2% auto auto;
}

.collection-list-7 {
  flex-wrap: wrap;
}

.sale-item {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 2em;
  display: flex;
}

.saleslist-featured-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 30%;
  padding-top: 20%;
}

.salescard-content {
  padding-top: 1em;
  padding-left: 2em;
}

.div-block-6 {
  display: flex;
}

.salescard-title {
  margin-top: .5em;
}

.div-block-7 {
  align-items: center;
  display: flex;
}

.salescard-team-title {
  color: var(--gray-4);
  margin-right: .5em;
  font-weight: 700;
}

.salecard-teamlink {
  margin-right: .5em;
}

.salescard-contacttitle {
  opacity: .8;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 400;
}

.salescard-teamcontainer {
  margin-top: .5em;
  padding-top: .5em;
  padding-bottom: .5em;
  display: none;
}

.sales-small-lightbox {
  margin-bottom: .5em;
  margin-right: .5em;
  position: relative;
}

.videobg-home {
  background-image: none;
  background-position: 0 0;
  width: 100%;
  height: 100%;
}

.rich-text-block-2 {
  column-count: 2;
  column-rule-style: none;
  column-gap: 2em;
}

.archivelisting-rtf {
  max-width: 75%;
  margin-bottom: 3em;
}

.archivelist-item {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2em;
  padding-bottom: 1em;
  display: flex;
}

.archivelist-icon {
  margin-top: -4px;
  font-family: Icomoon, sans-serif;
  font-size: 1.3em;
  line-height: 1em;
  display: inline-block;
  position: relative;
  top: .15em;
}

.collection-list-8 {
  flex-direction: row;
  display: flex;
}

.archivelist-itemcol {
  flex: none;
  align-items: center;
  display: block;
}

.archive-list-cols {
  grid-column-gap: 2em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 3em;
  display: grid;
}

.archive-officelink {
  width: 100%;
  height: 100%;
}

.link-block-3 {
  width: 100%;
  height: 100%;
  color: var(--gray-3);
  text-decoration: none;
}

.officecard-contentlabel {
  opacity: .8;
  margin-right: .25em;
  display: inline-block;
}

.officecard-featureimg {
  background-image: url('../images/Aberdrone-4k_1.2.1_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-bottom: 0;
  padding-top: 60%;
  position: relative;
}

.officecard-officetitle {
  margin-top: 0;
  margin-bottom: .2em;
}

.officecard {
  margin-top: 0;
  padding-top: 1em;
}

.div-block-8 {
  width: 600px;
  height: 600px;
}

.link-block-4 {
  position: absolute;
  inset: 0%;
}

.officecard-contentlink {
  margin-right: .25em;
  display: inline-block;
}

.archivelist-desc {
  max-width: 80%;
}

.listinglink-title {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.footer-icon-copy {
  font-family: Icomoon, sans-serif;
  line-height: 1em;
  display: inline-block;
  position: relative;
  top: .15em;
}

.collection-list-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-mobile {
  display: none;
}

.officecard-contentdata {
  opacity: .8;
  margin-right: .25em;
  display: inline-block;
}

.bodyhome {
  background-color: var(--gray-4);
}

.rich-text-block-3 {
  white-space: pre-line;
}

.formbutton {
  background-color: var(--primary);
  border: 0 #000;
  border-radius: 4px;
  align-self: flex-start;
  padding: 9px 15px;
}

.formbutton.teammore {
  color: #29322fe6;
  background-color: #0000;
  border: 1px solid #29322f80;
  border-radius: 2px;
  margin-top: 2em;
  padding: .25em 1em;
  font-size: .8em;
  font-weight: 700;
  transition: all .2s cubic-bezier(.6, .04, .98, .335);
}

.formbutton.teammore:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.formbutton.filterbutton {
  background-color: var(--white-smoke);
  color: var(--gray-4);
  border: 1px solid #29322f1c;
  margin-right: .5em;
  transition: all .2s cubic-bezier(.55, .055, .675, .19);
}

.formbutton.filterbutton:hover, .formbutton.filterbutton.is-checked {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.formbutton.officecardbutton {
  margin-top: 1em;
}

.formbutton.skilllist {
  color: #29322fe6;
  background-color: #0000;
  border: 1px solid #29322f80;
  border-radius: 2px;
  margin-top: 2em;
  padding: .25em 1em;
  font-size: .8em;
  font-weight: 700;
  transition: all .2s cubic-bezier(.6, .04, .98, .335);
}

.formbutton.skilllist:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.success-message {
  text-align: left;
  background-color: #ddd0;
}

.collection-list-10 {
  align-items: stretch;
  margin-left: -5px;
  margin-right: -5px;
}

.medarbetarbild {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.mapcontainer-copy, .embedmapcontainer {
  position: relative;
  overflow: hidden;
}

.embedmap {
  height: 100%;
}

.mt-5 {
  margin-top: 8rem;
}

.teamcard-officewrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

@media screen and (min-width: 1280px) {
  .gridmedarbetare {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .teamcard-office.office-3 {
    top: 4em;
  }

  .embedmapcontainer {
    padding-top: 100%;
  }
}

@media screen and (max-width: 991px) {
  .header-2 {
    min-height: 70vh;
  }

  .hero-2-left-content {
    width: 30%;
    min-height: 100vh;
  }

  .hero-2-right-content {
    width: 70%;
    min-height: 100vh;
  }

  .hero-2-title-wrapper {
    max-width: none;
    overflow: hidden;
  }

  .hero-2-header {
    font-size: 3em;
  }

  .navbarhome {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-menu {
    flex: 1;
  }

  .menu-button {
    display: none;
  }

  .container-flex-vert-center {
    justify-content: flex-start;
  }

  .icon {
    color: #fff;
  }

  .homebrandlink.w--current {
    margin-left: 10px;
    margin-right: 10px;
  }

  .side-panel {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 25px 10px;
    position: relative;
  }

  .image-2 {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .text-link {
    margin-right: 50px;
  }

  .light-section {
    float: none;
    clear: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: visible;
  }

  .text-highlight {
    padding: 20px;
  }

  .contentwrapper {
    max-width: 90%;
    margin-left: 5%;
  }

  .menu-toggle {
    left: auto;
    right: 2%;
  }

  .teamcard-linkemail, .teamcard-linkphone, .teamcard-areas {
    font-size: .9em;
  }

  .gridmedarbetare {
    grid-template-columns: 1fr 1fr;
  }

  .office-introgrid {
    grid-template-rows: auto auto auto;
    grid-template-areas: "Area Area Area"
                         "Area-3 Area-4 Area-5"
                         "Area-2 Area-2 Area-2";
  }

  .left-column.home {
    width: 20%;
  }

  .form-block {
    width: 100%;
    min-width: auto;
  }

  .button.teammore, .button.skilllist {
    margin-top: 1em;
  }

  .teamcard-body {
    min-height: 360px;
  }

  .grid-expertise {
    grid-row-gap: 1em;
    grid-template-rows: auto auto;
    grid-template-areas: "Area Area"
                         "Area-2 Area-2";
  }

  .preview-modal {
    left: 0%;
  }

  .preview-wrapper {
    width: 100%;
    height: 60vh;
  }

  .teammodal-wrapper {
    height: 60vh;
  }

  .teamcard-areascontainer {
    flex: 1;
  }

  .footer-icon {
    display: none;
  }

  .dynamicmap {
    width: 100%;
    height: 100%;
    display: block;
  }

  .search-wrapper, .quicksearch {
    width: 100%;
  }

  .dynamic-listr {
    flex-wrap: wrap;
  }

  .dynamic-item {
    flex: none;
    width: 46%;
    min-width: auto;
  }

  .skills-skilltitle {
    font-size: 3em;
  }

  .div-block-3 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .right-column-home {
    background-image: linear-gradient(135deg, var(--gray-3), #1f2422);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-left: 20%;
  }

  .grid-6 {
    grid-column-gap: 1em;
    grid-template-rows: auto auto auto;
    grid-template-areas: "Area Area-2"
                         "Area-3 Area-3"
                         "Area-4 Area-4";
  }

  .collection-list-5 {
    flex-direction: column;
  }

  .sale-item {
    border-bottom: 1px solid #00000026;
    flex-direction: column;
    padding-bottom: 2em;
  }

  .saleslist-featured-image {
    width: 100%;
    padding-top: 60%;
  }

  .salescard-content {
    padding-left: 0;
  }

  .sales-small-lightbox {
    margin-right: 0;
  }

  .archivelist-icon {
    display: none;
  }

  .archive-list-cols {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .officecard-contentlabel {
    display: none;
  }

  .officecard-officetitle {
    font-size: 1.6em;
  }

  .officecard-contentlink, .officecard-contentdata {
    font-size: .8em;
  }

  .html-embed-2, .html-embed-3 {
    font-size: .9em;
  }

  .formbutton.teammore, .formbutton.skilllist {
    margin-top: 1em;
  }

  .mapcontainer-copy, .embedmapcontainer {
    padding-top: 60%;
  }

  .embedmap {
    height: 260px;
  }
}

@media screen and (max-width: 767px) {
  .header-2 {
    flex-direction: column;
  }

  .hero-2-left-content {
    width: 100%;
  }

  .hero-2-right-content {
    width: 100%;
    margin-top: 55px;
    padding-left: 15px;
  }

  .hero-2-tagline {
    margin-bottom: .75em;
    font-size: .8em;
    display: none;
  }

  .hero-2-header {
    font-size: 2em;
  }

  .hero-2-office-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .icon {
    color: #fff;
  }

  .side-panel {
    padding-bottom: 0;
    padding-right: 35px;
    overflow: auto;
  }

  .container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-highlight {
    padding: 9px;
  }

  .breadcrumbs-container {
    display: none;
  }

  .contentwrapper.mobile {
    display: block;
  }

  .contentwrapper.desktop {
    display: none;
  }

  .wrapper {
    flex-flow: wrap;
    align-items: stretch;
  }

  .teamcard-linkemail {
    margin-bottom: .5em;
    line-height: 1.2em;
  }

  .teamcard-linkphone {
    line-height: 1.2em;
  }

  .gridmedarbetare {
    grid-template-columns: 1fr;
  }

  .office-introgrid {
    grid-column-gap: 1em;
    grid-template: "Area Area"
                   "Area-3 Area-3"
                   "Area-4 Area-5"
                   "Area-2 Area-2"
                   / 1fr 1fr;
  }

  .left-column.left-column-office {
    width: 0%;
  }

  .left-column.standard {
    display: none;
  }

  .left-column.home {
    width: 100%;
    height: 100%;
  }

  .left-column.aboutbg {
    width: 20%;
    display: none;
  }

  .form-block {
    min-width: 70%;
  }

  .cta-3-container {
    align-items: stretch;
  }

  .teamcard-body {
    width: 100%;
    min-height: auto;
  }

  .navcontainer {
    flex-direction: row-reverse;
  }

  .brand {
    flex: 1;
    margin-left: 0;
  }

  .right-column {
    margin-left: 0%;
  }

  .office-intro-rtf {
    padding-right: 0;
  }

  .preview-wrapper {
    width: 100%;
    height: 100vh;
  }

  .teammodal-contentcol {
    width: 100%;
    height: auto;
    padding-left: 1em;
    padding-right: 1em;
    overflow: visible;
  }

  .teammodal-imagecol {
    width: 100%;
  }

  .teammodal-wrapper {
    flex-direction: column;
  }

  .teammodal-stickyimage {
    background-position: 50% 0;
    height: auto;
    padding-top: 100%;
  }

  .teamcard-areascontainer {
    min-height: auto;
  }

  .teammodal-title {
    font-size: 2em;
  }

  .teammodal-officetitle {
    display: none;
  }

  .grid-5 {
    grid-template: "Area-2"
                   "Area"
                   "Area-3"
                   / 1fr;
  }

  .filters-wrap {
    flex-wrap: wrap;
  }

  .search-wrapper {
    float: left;
    margin-top: 20px;
  }

  .dynamic-item {
    width: 100%;
    margin-bottom: 2em;
    margin-left: 1%;
    margin-right: 1%;
  }

  .home-logo-container {
    display: none;
  }

  .right-column-home {
    background-color: #0000;
    background-image: linear-gradient(135deg, #111413cc, #1f2422cc);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-left: 0%;
  }

  .collection-list-4 {
    flex-direction: column;
    margin-top: .5em;
  }

  .salescard-content {
    padding-left: 0;
  }

  .rich-text-block-2 {
    column-count: 1;
  }

  .image-4 {
    display: none;
  }

  .archivelisting-rtf {
    max-width: none;
  }

  .archivelist-item {
    border-bottom: 1px solid #29322f26;
    padding-bottom: 2em;
  }

  .archive-list-cols {
    grid-column-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .archivelist-desc {
    max-width: none;
  }

  .collection-list-9 {
    grid-template-columns: 1fr;
  }

  .logo-mobile {
    display: block;
  }

  .html-embed-2 {
    font-size: .8em;
  }

  .html-embed-3 {
    width: 100%;
    font-size: .8em;
  }
}

@media screen and (max-width: 479px) {
  .header-2 {
    min-height: 67vh;
  }

  .hero-2-right-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-2-tagline {
    display: none;
  }

  .navbarhome {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gray-6, .gray-5, .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .light-gray-3 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .gray-scale-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .gradient-1 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-row {
    flex-direction: row;
  }

  .gray-2 {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .grayscale-parent {
    height: 55px;
  }

  .light-gray-4 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .gray-4 {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .div-block-2 {
    width: 68%;
  }

  .gray-3 {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .gradient-2, .light-gray-2 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .type-row {
    flex-direction: column;
  }

  .type-col {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block-parent {
    width: 30%;
    margin-right: 3%;
  }

  .color-block-parent.gradient {
    width: 48%;
    margin-right: 2%;
  }

  .light-gray {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .logo-container {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .element-block-parent {
    width: 30%;
    margin-right: 3%;
  }

  .header {
    padding-top: 40px;
  }

  .teamcard {
    width: auto;
  }

  .teamtitle {
    font-size: 2em;
  }

  .teamcard-linkemail, .teamcard-linkphone {
    font-size: .8em;
  }

  .teamcard-image {
    min-height: auto;
  }

  .teamcard-title {
    margin-top: .25em;
  }

  .gridmedarbetare {
    grid-column-gap: 1em;
  }

  .office-introgrid {
    grid-row-gap: 1em;
    grid-template: "Area"
                   "Area-3"
                   "Area-4"
                   "Area-5"
                   "Area-2"
                   / 1fr;
  }

  .left-column.home {
    height: 100%;
  }

  .section.listing {
    padding-top: 1em;
  }

  .form {
    align-items: stretch;
  }

  .cta-3-container {
    background-image: none;
    align-items: stretch;
    padding-left: 7px;
    padding-right: 7px;
  }

  .cta-heading {
    font-size: 2em;
  }

  .button {
    align-self: center;
  }

  .button.teammore {
    margin-top: 1em;
  }

  .button.skilllist {
    align-self: flex-start;
    margin-top: 1em;
  }

  .teamcard-body {
    flex: none;
    height: auto;
    min-height: auto;
  }

  .preview-modal {
    left: 0%;
  }

  .teammodal-imagecol {
    width: 100%;
  }

  .teammodal-office {
    margin-left: 1em;
  }

  .teammodal-wrapper {
    flex-direction: column;
  }

  .teamcard-areascontainer {
    flex: none;
  }

  .teammodal-officetitle {
    display: none;
  }

  .button-group {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .filters-wrap {
    flex-flow: wrap;
  }

  .button-embed {
    margin-right: 4px;
    display: inline-block;
  }

  .collection-list-3, .collection-item-2 {
    display: inline-block;
  }

  .dynamic-item {
    width: 98%;
    min-width: auto;
  }

  .right-column-home {
    background-image: linear-gradient(135deg, #111413cc, #1f2422cc);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .collection-item-3 {
    margin-top: 0;
  }

  .grid-6 {
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   / 2fr;
  }

  .sales-teamcard {
    flex-direction: column;
  }

  .sales-teamcard-image {
    width: 100%;
    padding-top: 100%;
  }

  .archive-list-cols {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .listinglink-title {
    font-size: 1.8em;
  }

  .skills-page-heading {
    font-size: 2.5em;
  }

  .sale-heading {
    font-size: 2.5em;
    line-height: 1.2em;
  }

  .formbutton {
    align-self: center;
  }

  .formbutton.teammore {
    margin-top: 1em;
  }

  .formbutton.skilllist {
    align-self: flex-start;
    margin-top: 1em;
  }
}

#w-node-_8041e91f-9cfd-86cf-f824-94d1a03f9b38-a03f9b33 {
  grid-area: Area;
}

#w-node-_8041e91f-9cfd-86cf-f824-94d1a03f9b50-a03f9b33 {
  grid-area: Area-3;
}

#w-node-_8bbf9ddc-4d30-39b8-e298-18c5e6e4bd0d-b24b4d6c {
  grid-area: Area;
}

#w-node-_8bbf9ddc-4d30-39b8-e298-18c5e6e4bd13-b24b4d6c {
  grid-area: Area-4;
}

#w-node-_8bbf9ddc-4d30-39b8-e298-18c5e6e4bd0f-b24b4d6c {
  grid-area: Area-5;
}

#w-node-_8bbf9ddc-4d30-39b8-e298-18c5e6e4bd17-b24b4d6c {
  grid-area: Area-3;
}

#map.w-node-f457c376-8f0d-7397-a9cb-521407c12465-b24b4d6c {
  grid-area: Area-2;
}

#w-node-_03089036-70cb-c02f-e315-022d97f14763-ea4b4d6e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d5d437b1-57db-8b35-6bf8-a5cd3a004c9c-ea4b4d6e {
  grid-area: Area-2;
}

#w-node-_0cb387dd-e434-4fc8-a71e-6067bf8722e8-ea4b4d6e {
  grid-area: Area-3;
}

#w-node-_17dd883d-e274-516d-b6a0-1c6a33ae8b18-764b4d73, #w-node-_885cd612-35df-eb5c-84f5-854ea84365e1-764b4d73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #map.w-node-f457c376-8f0d-7397-a9cb-521407c12465-b24b4d6c {
    grid-area: Area-2;
  }
}


@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}