:root {
  --alt-black: #333;
  --font-color-main: #1d1d1d;
  --color: #4db7df;
  --gul: #f5d554;
  --white: white;
  --grey-2: #ccc;
  --grey-1: #2d3e5033;
  --color-3: #666;
  --almost-white: #fafafa;
  --grey-3: #cfcfcf33;
  --transparant: #fff0;
  --color-2: #000;
  --color-4: #c1c1c1;
  --f5e294: #f5e294;
  --color-5: #c3e9f8;
  --color-6: #4db7df;
}

h1 {
  color: var(--alt-black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  color: var(--alt-black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  color: var(--alt-black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  color: var(--alt-black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  color: var(--alt-black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  color: var(--alt-black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: var(--font-color-main);
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}

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

ul {
  color: var(--font-color-main);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Inter Tight, sans-serif;
}

ol {
  color: var(--font-color-main);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Inter, sans-serif;
}

strong {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

em {
  font-family: Inter, sans-serif;
  font-style: italic;
}

blockquote {
  border-left: 5px solid var(--gul);
  color: var(--font-color-main);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.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;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.filter_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.filter_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-right: 0;
  padding: 1rem .5rem;
  display: grid;
}

.filter_form.helper {
  padding-left: 0;
  padding-right: 0;
}

.filter_form.event {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.filter_form.kategory {
  padding-left: 0;
  padding-right: 0;
}

.filter_form.helper.artiklar {
  padding-top: .5rem;
  padding-left: 0;
  padding-right: 0;
}

.filter_form.helper {
  padding-left: 0;
  padding-right: 0;
}

.filter_form.helper.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-right: 0;
}

.filter_empty_icon {
  width: 4rem;
  line-height: 0;
}

.filter_list {
  grid-column-gap: .65rem;
  grid-row-gap: .65rem;
  border: 1px #ccc;
  border-radius: .2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 1.5rem;
  padding-left: 0;
  padding-right: 1rem;
  display: grid;
  position: relative;
}

.filter_list.artiklar {
  grid-column-gap: 1rem;
  grid-row-gap: .655rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 1rem;
  padding-left: 0;
  font-family: Inter, sans-serif;
  display: grid;
}

.filter_list.gratis {
  border-color: var(--grey-2);
  grid-template-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.filter_list.taggar {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-bottom: .5rem;
}

.option-results {
  color: #6e30f7;
  display: none;
}

.filter_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--grey-1);
  background-color: #24242400;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.filter_block.search, .filter_block.artiklar {
  border-style: none;
}

.filter_block.category_text {
  border-width: .5px;
  border-color: var(--grey-2);
  overflow: hidden;
}

.filter_block.hidden {
  display: none;
}

.filter_block._1, .filter_block.event, .filter_block._12, .filter_block._1 {
  border-style: none;
}

.filter_clear-all {
  color: #a1a1a1;
  text-align: center;
  background-color: #414141;
  border-radius: .25rem;
  padding: .75rem 1rem;
  text-decoration: none;
}

.filter_clear-all:hover {
  background-color: #4c4c4c;
}

.filter_clear-all.helper {
  border: .5px solid var(--grey-2);
  color: #1d1d1d;
  background-color: #fafafa;
  border: .5px solid #ccc;
  border-radius: .2rem;
  font-family: Space Grotesk, sans-serif;
  font-size: .8rem;
  font-weight: 300;
}

.filter_clear-all.helper {
  border: .5px solid var(--grey-2);
  color: #1d1d1d;
  background-color: #fafafa;
  border: .5px solid #ccc;
  border-radius: .2rem;
  font-family: Space Grotesk, sans-serif;
  font-size: .8rem;
  font-weight: 300;
}

.filter_clear-all.helper.tag {
  color: var(--color-3);
  margin-left: 2rem;
  margin-right: 2rem;
}

.cms_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cms_list.helper {
  flex-flow: column;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  height: 500px;
  display: flex;
  overflow: scroll;
}

.cms_list.artiklar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.cms_list.helper {
  flex-flow: column;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  height: 500px;
  display: flex;
  overflow: scroll;
}

.filter_block_header {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.filter_block_header.category_text {
  background-color: var(--almost-white);
  padding: 1.2rem;
}

.filter_block_header.tag {
  padding-bottom: .5rem;
  padding-left: 2rem;
}

.hide {
  display: none;
}

.filter_empty {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #b7b7b7;
  text-align: center;
  background-color: #242424;
  border-radius: .375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 12rem;
  padding: 3rem;
  display: flex;
}

.filter_empty.helper {
  border: 1px solid var(--grey-2);
  border: 1px solid #ccc;
  border: 1px solid var(--grey-2);
  background-color: #fafafa;
  border: 1px solid #ccc;
  width: 100%;
}

.filter_facet-count {
  margin-left: auto;
  font-size: .875rem;
}

.filter_facet-count.helper {
  color: #ccc;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.checkbox_input {
  border: 2px solid #4c4c4c;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .125rem;
  margin-left: 0;
  margin-right: .75rem;
}

.checkbox_input.w--redirected-checked {
  background-color: #b9fd3b;
  background-image: url("https://cdn.prod.website-files.com/689b13792a3c78aa663f505d/689b19c329b962d4891dca47_check-icon-black.png");
  background-size: .875rem;
  border-color: #b9fd3b;
  box-shadow: 1px 1px 3px #0000;
}

.checkbox_input.w--redirected-focus {
  box-shadow: none;
}

.checkbox_input.w--redirected-focus-visible {
  outline-offset: 3px;
  outline: 2px solid #b9fd3b;
}

.checkbox_input.helper {
  border-width: 1px;
  border-color: var(--grey-2);
}

.checkbox_input.helper.w--redirected-checked {
  border-color: var(--grey-2);
  background-color: var(--white);
}

.checkbox_input.helper {
  border-width: 2px;
  border-color: #ccc;
}

.checkbox_input.helper.w--redirected-checked {
  background-color: #fff;
}

.checkbox_input.helper {
  border-width: 1px;
}

.checkbox_field {
  color: #b7b7b7;
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.checkbox_field:hover {
  color: #e1e1e1;
}

.checkbox_field.is-list-emptyfacet.helper {
  color: #1d1d1d;
  justify-content: flex-start;
  align-items: center;
}

.checkbox_field.is-list-emptyfacet {
  opacity: .5;
}

.checkbox_field.is-list-emptyfacet.helper {
  color: #1d1d1d;
  justify-content: flex-start;
  align-items: center;
}

.checkbox_label {
  color: var(--font-color-main);
  margin-right: .25rem;
  font-family: Inter, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
}

.checkbox_label.artiklar {
  margin-right: 1rem;
}

.text-block-197 {
  color: var(--color-3);
  font-family: Inter, sans-serif;
  font-size: 9.5px;
  font-weight: 300;
  line-height: 22.5px;
}

.text-block-197.kategorier {
  color: var(--color-3);
}

.text-block-197.events {
  font-family: Inter, sans-serif;
  font-size: 9.5px;
}

.text-block-197.events.alt {
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 9.5px;
}

.text-block-197.events.alt.home {
  text-transform: none;
  font-size: 9.5px;
}

.text-block-197.events.alt.home.kategoriers {
  font-size: 9.5px;
  line-height: 22.5px;
}

.text-block-197.events.alt.home.s {
  text-transform: none;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  min-width: auto;
}

.text-block-197.events.alt.home._2 {
  text-transform: capitalize;
  text-transform: capitalize;
}

.categories {
  background-color: #cfcfcf33;
  border: 1px solid #ccc;
  border-radius: 1rem 0 1rem 0;
  padding: 0 .5rem;
}

.categories.gratis.alt, .categories.gratis.tag {
  justify-content: center;
  align-items: center;
  display: flex;
}

.categories.kategorier {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.categories.gratis {
  border-width: .5px;
  border-radius: 1rem 3px;
  display: block;
}

.categories.gratis.alt, .categories.gratis.tag, .categories.gratis.alt, .categories.gratis.tag {
  justify-content: center;
  align-items: center;
  display: flex;
}

.main {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f5d554;
  border: 1px #000;
  border-radius: 10px 0;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.main.event {
  background-color: #f5d554;
}

.main.event._2-0 {
  background-color: #4db7df;
}

.main.alt {
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.main._2-0 {
  background-color: var(--gul);
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.main._2-0.alt {
  background-color: var(--gul);
}

.main.all {
  background-color: var(--color);
}

.main.header {
  margin-top: 1rem;
  margin-left: 1rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.fs_modal-1_close {
  cursor: pointer;
  padding: 1.5rem;
  font-size: 1rem;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close:focus-visible, .fs_modal-1_close[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.breadcrumbs-wrapper {
  grid-column-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 5px;
  display: flex;
}

.breadcrumbs-wrapper.bransher {
  background-color: #cfcfcf33;
  border-bottom: .5px solid #cfcfcf;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
}

.breadcrumb-link {
  color: #000;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
  transition: opacity .2s;
}

.breadcrumb-link:hover {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.image-54 {
  width: 4px;
  min-width: 4px;
  height: 7px;
  min-height: 7px;
}

.breadcrumb-text-2 {
  color: #000;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 300;
  line-height: 16px;
}

.quick-stack-10 {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-links {
  color: #1d1d1d;
  font-size: 14.5px;
  text-decoration: none;
}

.footer-links:hover {
  color: #888;
}

.policy-link {
  color: #1d1d1d;
  font-family: Inter, sans-serif;
  text-decoration-style: solid;
}

.map {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.link-text {
  color: #c1c1c1;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.st-llen {
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 10.5px;
  font-weight: 300;
}

.div-block-350 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.div-block-352 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.div-block-354 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
}

.footer {
  padding-top: 4rem;
}

.footer.alt, .footer._2 {
  background-color: var(--almost-white);
}

.text-block-242 {
  padding-left: 0;
  padding-right: 0;
}

.grid-6 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.image-110 {
  width: 300px;
}

.div-block-360 {
  flex-flow: column;
  display: flex;
}

.div-block-362 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-245 {
  color: #1d1d1d;
  margin-right: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
}

.heading-125 {
  text-transform: none;
  border-bottom: 1px #333;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-101 {
  width: 100%;
  height: 100%;
  margin-left: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-101.bottom._2 {
  margin-left: 0;
}

.div-block-363 {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: auto;
  border: 1px #000;
  border-radius: 0;
  width: 70%;
  height: auto;
}

.div-block-363.events {
  background-image: none;
  border-radius: 5px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.div-block-364 {
  width: 50%;
  display: flex;
  position: relative;
}

.div-block-364.inl-gg-list {
  border-radius: 5px;
  width: 235px;
  overflow: hidden;
}

.div-block-364.inl-gg-list.map {
  width: 180px;
}

.image-111 {
  border-radius: 10px 0 0 10px;
  max-width: 100%;
  height: auto;
  overflow: clip;
}

.image-111.events {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.image-111.events.map {
  padding-top: 0;
  padding-bottom: 0;
}

.days {
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
}

.info {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.info.listingpage {
  display: none;
}

.grid-opening-hours {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: minmax(auto, min-content) minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr);
  grid-template-columns: 1fr;
}

.grid-opening-hours.days {
  text-align: left;
}

.grid-opening-hours.time {
  text-align: right;
}

.monday {
  text-align: right;
  text-transform: none;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
}

.monday._2-0 {
  text-align: right;
}

.tuesday, .wednesday, .thursday, .friday, .sunday, .saturday {
  text-align: right;
  text-transform: none;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
}

.dot-placeholder {
  position: static;
}

.dot-placeholder.category {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-end;
  font-family: Inter, sans-serif;
  display: flex;
}

.dot-placeholder.category.alt {
  margin-top: 10px;
}

.dot-placeholder.home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
  inset: 0% auto auto 1%;
}

.home.wrap {
  border: 1px solid #000;
  border-radius: 5px;
  overflow: hidden;
}

.navmenu__dropdown-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  outline-offset: 0px;
  outline: 3px #1d1d1d;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  width: 100%;
  padding-left: 0;
  display: grid;
}

.navmenu__dropdown-section-list-2 {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  color: var(--grey-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 50px;
  list-style-type: disc;
  display: grid;
}

.link-list__dropdown-toggle {
  color: #1b1b1b;
  align-items: center;
  height: 100%;
  padding: 0;
  transition: box-shadow .2s, color .2s;
  display: flex;
}

.link-list__dropdown-toggle:hover {
  color: #1d1d1d;
  box-shadow: inset 0 -3px #f5d554;
}

.link-list__dropdown-toggle.w--open {
  box-shadow: inset 0 -3px #f5d554;
}

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

.new-search-input {
  z-index: 3;
  background-color: #fff;
  border: 1px solid #2d3e5033;
  border-radius: 6px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding-left: 3rem;
  font-weight: 300;
  transition: box-shadow .2s, border-color .2s, color .2s;
  position: relative;
}

.new-search-input:hover {
  border-color: #0b1124;
}

.new-search-input:focus {
  border-color: #2d3e5033;
}

.navbar_search-input-field-2 {
  color: #1d1d1d;
  border: 1px #000;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 1.5rem 1.5rem 1.5rem 3.5rem;
  font-size: .9375rem;
  line-height: 1.6em;
  box-shadow: 0 1px 2px #0000000d;
}

.navbar_search-input-field-2:focus {
  border-color: #000;
}

.navbar_search-input-field-2::placeholder {
  color: #888;
}

.card-bg-overflow {
  width: 60%;
  height: 100%;
  margin-left: 50px;
  overflow: hidden;
}

.collection-item-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar1_link {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  color: #1d1d1d;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: var(--type-weight--500);
  padding: .4em 1em;
  text-decoration: none;
  transition-property: color;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.navbar1_link:hover {
  color: #888;
}

.navbar1_link.first {
  font-weight: 400;
}

.navbar1_link.mobile-search {
  display: none;
}

.marquee-text-2 {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  margin-right: 6vw;
  font-family: Inter, sans-serif;
  font-size: 11.5px;
}

.fs_modal-1_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 32rem;
  position: relative;
}

.navmenu__dropdown-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 3%;
  padding-right: 0;
  display: grid;
}

.form-icon-left {
  position: absolute;
  left: 1.5rem;
}

.new-button {
  color: #fff;
  text-align: center;
  background-color: #2962ff;
  background-image: linear-gradient(315deg, #2d3e5033, #24107003);
  border: 1px solid #2d3e5033;
  border-radius: 6px;
  padding: .2em 1em .3em;
  font-size: 1em;
  font-weight: 500;
  line-height: 2em;
  transition: box-shadow .2s, top .2s, border-width .3s, background-color .2s, color .2s;
  display: flex;
  position: relative;
  top: 0;
  box-shadow: 0 2px #1347d6;
}

.new-button:hover {
  color: #fff;
  background-color: #2253da;
  top: 2px;
  box-shadow: 0 0 #2d3e5033;
}

.new-button.is-search {
  z-index: 3;
  padding-top: .3em;
  display: none;
  position: absolute;
  inset: 5px 5px 7px auto;
}

.new-button.is-search:hover {
  top: 7px;
  bottom: 5px;
}

.navbar1_top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.bbr-bottom-linkwrapper-1 {
  align-items: stretch;
  padding-left: 30px;
  display: flex;
}

.navbar1_menu-inner {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.navbar1_logo-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #1d1d1d;
  align-items: center;
  padding-left: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.navbar-search-empty {
  padding: 1.5rem;
}

.card-content {
  z-index: 2;
  border-radius: 6px;
  position: relative;
}

.navmenu__dropdown-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.u-icon-20-2 {
  width: 20px;
  height: 20px;
  display: flex;
}

.u-text-midgray {
  color: #888;
}

.form-2 {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.container-1268 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.card-bg-rotate {
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.navmenu__dropdown-section-list-item:hover {
  color: var(--gul);
}

.navmenu__dropdown-section-link-heading-2 {
  color: var(--font-color-main);
  text-transform: uppercase;
  margin-right: 8px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}

.navmenu__dropdown-section-link-heading-2:hover {
  color: #1b1b1b;
}

.bbr-bottom-row-1-4 {
  border-bottom: .05rem solid #454444;
  width: auto;
  padding: 0 10px;
  position: relative;
  overflow: auto;
}

.navmenu__dropdown-section-link-icon-2 {
  color: #c1c1c1;
  width: 15px;
  height: 15px;
  margin-right: 16px;
  transform: translate(0, 1px);
}

.navmenu__dropdown-block {
  background-color: #fafafa;
  border-left: 1px solid #e4e4e4;
  flex: 0 0 25%;
  justify-content: center;
  align-items: center;
  padding-top: 3.5%;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.navmenu__dropdown-block.alt {
  padding-top: 2%;
}

.fs_modal-1_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.div-block-183 {
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.div-block-183._22 {
  height: 80px;
  padding-left: 0;
}

.card-bg-move {
  z-index: -1;
  perspective: 1px;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -40px 0% auto;
  transform: perspective(1px)rotate(0)perspective(100px);
}

.marquee-horizontal-2 {
  z-index: 200;
  background-color: #f5d554;
  border-top: 1px #cfcfcf4f;
  border-bottom: 1px #cfcfcf4f;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bbr-bottom-link-1-2 {
  color: #7a7a7a;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex: none;
  align-items: center;
  height: 80px;
  margin-right: 30px;
  padding-bottom: 2px;
  font-size: 16px;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.bbr-bottom-link-1-2:hover {
  color: #424242;
}

.bbr-bottom-link-1-2.w--current {
  color: #000;
  background-image: url("https://cdn.prod.website-files.com/689b13792a3c78aa663f505d/689b3523da19c122d13d6147_quo%20agency%20active%20dot%20nav%20bar%20bottom%403x.png");
  background-position: 50% 50px;
  background-repeat: no-repeat;
  background-size: auto 5px;
  margin-right: 30px;
  padding-right: 0;
}

.styles__global-embed-code {
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-block-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: .8rem;
  padding-bottom: .8rem;
  display: flex;
}

.navbar_search-input {
  align-items: center;
  display: flex;
  position: relative;
}

.navbar1_component {
  background-color: #0000;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.collection-list-wrapper-8 {
  display: block;
}

.text-block-163 {
  color: var(--font-color-main);
  font-family: Inter, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
  text-decoration: none;
}

.fs_modal-1_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
}

.navmenu__content-block-overlay {
  background-color: #fafafa;
}

.text-block-165 {
  color: var(--font-color-main);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.div-block-308 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 28px;
}

.link-list__dropdown-icon {
  align-self: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.fs_modal-1_popup {
  z-index: 9999;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.navmenu__dropdown-section-link-description-2 {
  color: #666;
  text-transform: none;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
}

.navbar1_container {
  border-bottom: 1px solid var(--color-2);
  background-color: #696b3500;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
}

.navmenu__dropdown-section {
  margin-bottom: 40px;
}

.hero-search {
  z-index: 2;
  border-radius: 6px;
  width: 400px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.navmenu__dropdown-container {
  z-index: 1;
  justify-content: space-between;
  max-width: 1280px;
  display: flex;
  position: static;
}

.navmenu__dropdown-container.cc-mobile {
  max-width: none;
}

.bbr-bottom-linktext-1-2 {
  letter-spacing: normal;
  text-transform: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-165 {
  display: none;
}

.track-horizontal {
  background-color: #00ed6400;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navmenu__dropdown-section-heading {
  color: #1b1b1b;
  text-transform: uppercase;
  border-bottom: 1px #e4e4e4;
  margin-bottom: 0;
  padding-bottom: 8px;
  padding-left: 25px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.navmenu__dropdown-section-heading.alt {
  padding-left: 0;
}

.bbr-bottom-1-4 {
  background-color: #f6f6f600;
  border-bottom: 1px solid #ececec;
  display: none;
}

.search-icon-2 {
  z-index: 5;
  width: 1.2rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.u-d-none {
  display: none;
}

.navbar-search-list {
  max-height: calc(100vh - 16rem);
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: scroll;
}

.card-bg-color {
  opacity: 0;
  background-image: radial-gradient(circle farthest-side, #2962ff, #0000);
  border-radius: 20px;
  width: 100px;
  height: 100px;
  margin-left: -50px;
}

.link-list__dropdown-wrapper {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
  display: flex;
  position: static;
}

.no-margin {
  margin-bottom: 0;
}

.navmenu__dropdown {
  background-color: #fff;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.navmenu__dropdown.w--open {
  max-height: 90vh;
  overflow: auto;
}

.bbr-bottom-box-1-6 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  width: 425px;
  max-width: 100%;
  padding-right: 0%;
  overflow: visible;
}

.navmenu__dropdown-section-link-2 {
  color: #1b1b1b;
  text-decoration: none;
  display: flex;
}

.navmenu__dropdown-section-link-2:hover, .navmenu__dropdown-section-link-2:focus, .navmenu__dropdown-section-link-2.last, .navmenu__dropdown-section-link-2.last {
  color: #f5d554;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: static;
}

.navbar1_menu.is-page-height-tablet {
  background-color: #fff;
  border: 1px #000;
  border-top-width: .01rem;
  border-bottom-style: solid;
  padding-top: 0;
  padding-bottom: 0;
}

.navmenu__dropdown-list-2 {
  color: #c1c1c1;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.bbr-bottom-wrapper-1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.fs_modal-1_button-2 {
  cursor: pointer;
  margin-left: -.5rem;
  padding: .5rem;
}

.fs_modal-1_button-2:focus-visible, .fs_modal-1_button-2[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-1_embed {
  margin-bottom: 0;
  display: none;
}

.text-block-260 {
  color: var(--font-color-main);
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-block-261, .text-block-262 {
  color: var(--font-color-main);
  font-size: 17px;
  font-weight: 400;
}

.text-block-263 {
  color: var(--font-color-main);
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.div-block-303 {
  justify-content: space-between;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.div-block-303.aly {
  text-transform: none;
  text-transform: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.div-block-302 {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.image-124 {
  pointer-events: none;
  width: 300px;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.div-block-300 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 300px;
  display: block;
}

.text-block-215 {
  color: var(--color-3);
  font-family: Inter, sans-serif;
  font-size: 9.5px;
  font-weight: 300;
  line-height: 22.5px;
}

.image-100 {
  pointer-events: auto;
  width: 300px;
  height: 100%;
  position: relative;
}

.image-46 {
  max-width: 8px;
}

.text-block-264 {
  color: #fff;
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 20px;
  padding: 0;
  font-size: 10px;
  font-weight: 700;
}

.div-block-304 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.div-block-304.events {
  justify-content: flex-start;
  align-items: center;
}

.div-block-305 {
  background-color: #cfcfcf33;
  border: 1px solid #ccc;
  border-radius: 1rem 0 1rem 0;
  padding: 0 .5rem;
}

.div-block-301 {
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-301.events {
  width: auto;
}

.div-block-307 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.link-block-53 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1d1d1d;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.image-125 {
  width: .8rem;
  height: .8rem;
}

.image-100 {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.container-1281 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.locations-map_wrapper {
  display: none;
}

.locations-map_list {
  display: block;
}

.mapbox-wrap {
  z-index: 1;
  background-color: #222;
  border-radius: 12px;
  flex: 1;
  width: 100%;
  height: 550px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.mapbox-wrap.alt {
  height: 500px;
}

.locations-map_card {
  display: block;
}

.locations-map_name {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.locations-map_population-wrapper {
  flex-wrap: wrap;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  display: flex;
}

.div-block-501 {
  width: 600px;
}

.button-1 {
  color: #000;
  white-space: nowrap;
  filter: url("#buttonFilter");
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  transition-property: all;
  transition-duration: .9s;
  transition-timing-function: cubic-bezier(.135, .9, .15, 1);
  display: flex;
  position: relative;
}

.svg-filter_embed {
  display: none;
}

.text-block-282 {
  text-transform: uppercase;
  width: 80%;
  padding-top: .5rem;
  padding-bottom: .25rem;
  font-family: Inter, sans-serif;
  font-size: 10.5px;
  font-weight: 300;
  line-height: 14px;
}

.text-block-283 {
  font-family: Inter Tight, sans-serif;
  font-size: .8rem;
  font-weight: 600;
}

.div-block-504 {
  justify-content: space-between;
  display: flex;
}

.div-block-509 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-531 {
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.navbar-search-item-2 {
  padding: .5rem 1.5rem;
  transition: background-color .2s cubic-bezier(.86, 0, .07, 1);
  display: block;
}

.navbar-search-item-2:hover {
  background-color: #f2f2f2;
}

.navbar-search-item-2:focus-visible, .navbar-search-item-2[data-wf-focus-visible] {
  background-color: #f2f2f2;
  outline-style: none;
}

.paragraph-0-9 {
  letter-spacing: 0;
  font-size: .8125rem;
  line-height: 1.5em;
  font-weight: var(--type-paragraph-0-9--font-weight);
  margin-bottom: 1em;
}

.text-span-39, .text-span-40 {
  color: var(--color);
}

.text-block-288 {
  color: var(--alt-black);
  padding-left: 5px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.filter_list-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.filter_list-2.tag {
  padding-left: 0;
  padding-right: 0;
}

.div-block-654 {
  width: 100%;
}

.div-block-654.tag {
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: .5rem;
  display: flex;
}

.filter_form_block-2 {
  width: 100%;
  margin-bottom: 0;
}

.filter_block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #24242400;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.filter_block-2.tag {
  justify-content: center;
  align-items: center;
  display: block;
}

.filter_block-2.tag._1 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-652 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.filter_dropdown_icon {
  margin-right: 1.2rem;
  font-size: 1rem;
}

.filter_dropdown {
  margin-left: 0;
  margin-right: 0;
}

.filter_dropdown_link {
  color: #a1a1a1;
  cursor: pointer;
  border-bottom: 1px solid #242424;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 1rem 2rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.filter_dropdown_link:hover {
  background-color: #4c4c4c;
}

.filter_dropdown_link.w--current {
  color: #828282;
  background-color: #313131;
}

.cms_list-wrapper-2 {
  position: relative;
}

.filter_results_text {
  font-size: .9375rem;
}

.filter_layout-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-example_layout {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding: 2rem;
  display: flex;
}

.filter_results {
  background-color: #242424;
  border-radius: .25rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 4.5rem;
  padding: 1rem;
  display: none;
}

.filter_dropdown_list.w--open {
  background-color: #414141;
  border-radius: .25rem;
  margin-top: .25rem;
}

.filter_grid-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.cms_list-item-2 {
  max-width: 40rem;
}

.filter_results_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.filter_results_span {
  color: #a1a1a1;
  text-align: center;
  background-color: #111;
  border-radius: .25rem;
  min-width: 1.5rem;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-left: .25rem;
  padding-right: .25rem;
  display: inline-block;
}

.filter_dropdown_toggle {
  color: #a1a1a1;
  background-color: #414141;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 12rem;
  padding: .5rem 4rem .5rem 1.2rem;
  display: flex;
}

.filter_dropdown_toggle:hover {
  background-color: #4c4c4c;
}

.div-block-645 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.text-block-300 {
  color: #c1c1c1;
  text-align: left;
  text-transform: uppercase;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.text-block-299 {
  color: #fff;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 9.5px;
  font-weight: 400;
  line-height: 20px;
}

.button_arrow-icon-3 {
  color: #fff;
  width: .85rem;
  height: .85rem;
}

.paragraph-106 {
  width: 250px;
  font-size: 12.5px;
}

.paragraph-106.alt {
  width: 225px;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-106.alt.tag {
  max-height: 30px;
  overflow: hidden;
}

.paragraph-106.alt.tag.card-excerpt {
  width: auto;
  max-height: none;
  margin-right: 0;
  padding-right: 1rem;
  overflow: hidden;
}

.paragraph-106.alt.tag.card-excerpt:hover {
  text-decoration: underline;
}

.paragraph-106.alt.tag.card-excerpt.taggar:hover {
  text-decoration: none;
}

.div-block-646 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-643 {
  width: 50%;
  display: flex;
  position: relative;
}

.div-block-643.inl-gg-list {
  border-radius: 5px;
  width: 235px;
  overflow: hidden;
}

.button-1_content-wrap-2 {
  background-color: #4db7df;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding: .15rem .65rem .15rem .7rem;
  display: flex;
}

.heading-162 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1rem;
  line-height: 22px;
}

.div-block-642 {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: auto;
  border: 1px #000;
  border-radius: 0;
  width: 70%;
  height: auto;
}

.div-block-644 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-right: 0;
  display: flex;
}

.div-block-644.tag {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-right: 1rem;
}

.button-1_arrow-wrapper-2 {
  background-color: #4db7df;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  margin-left: -.25rem;
  display: flex;
}

.text-block-298 {
  color: #1d1d1d;
  font-family: Inter, sans-serif;
  font-size: .65rem;
  font-weight: 300;
}

.text-block-298.events {
  font-family: Inter, sans-serif;
}

.text-block-298.events.alt {
  text-transform: none;
  font-family: Inter, sans-serif;
}

.text-block-298.events.alt.home {
  text-transform: none;
  font-size: 9.5px;
}

.text-block-298.events.alt.home.tag {
  color: var(--color-3);
  line-height: 22px;
}

.div-block-647 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-647.tag {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.text-block-301 {
  color: #1d1d1d;
  font-family: Inter, sans-serif;
  font-size: .65rem;
  font-weight: 300;
}

.text-block-301.tag {
  color: var(--color-3);
  font-size: 9.5px;
  line-height: 22px;
  text-decoration: none;
}

.image-197 {
  border-radius: 10px 0 0 10px;
  max-width: 100%;
  height: auto;
  overflow: clip;
}

.image-197.events {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.image-198 {
  width: 100%;
  height: 100%;
  margin-left: 1.5px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.filter_block-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #24242400;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.filter_block-3.tagg {
  flex-flow: column;
  padding-left: 2rem;
  display: flex;
}

.filter_block-3.tagg._2 {
  padding-left: 0;
}

.filter_block-3.tagg._2.bottom {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.filter_list-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.filter_list-3.tagg {
  padding-left: 0;
}

.filter_list-3.tagg._2 {
  padding-bottom: 0;
}

.filter_list-3.tagg._2 {
  flex-flow: wrap;
  padding-bottom: 0;
  overflow: hidden;
}

.filter_list-3.tagg._1 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkbox_label-2 {
  color: #ccc;
  margin-right: .25rem;
}

.checkbox_label-2.tagg {
  color: #666;
  margin-right: .5rem;
  font-family: Inter, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
}

.paragraph-107 {
  color: var(--grey-2);
  margin-bottom: .5rem;
  padding-left: 2rem;
  padding-right: 15%;
  font-size: 12.5px;
}

.div-block-662 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-662.alt {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 5px;
}

.link-block-72 {
  text-decoration: none;
}

.image-208 {
  display: block;
}

.link-block-74 {
  display: none;
}

.text-block-306 {
  color: #1d1d1d;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.navmenu__dropdown-section-heading-2 {
  color: #1b1b1b;
  text-transform: uppercase;
  border-bottom: 1px #e4e4e4;
  margin-bottom: 0;
  padding-bottom: 8px;
  padding-left: 25px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.navmenu__dropdown-section-heading-2.tag {
  padding-bottom: 0;
  padding-left: 0;
}

.navmenu__dropdown-left-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 3%;
  padding-right: 0;
  display: grid;
}

.navmenu__dropdown-left-2.tag {
  padding-top: 1rem;
}

.filter_block-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #24242400;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.filter_block-5.tagg {
  flex-flow: column;
  padding-left: 2rem;
  display: flex;
}

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

.navmenu__dropdown-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  outline-offset: 0px;
  outline: 3px #1d1d1d;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 100%) 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  width: 100%;
  padding-left: 0;
  display: grid;
}

.navmenu__dropdown-grid-2.tag {
  border-top: 1px solid #e4e4e4;
}

.navmenu__dropdown-2 {
  background-color: #fff;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.navmenu__dropdown-2.w--open {
  max-height: 90vh;
  overflow: auto;
}

.navmenu__dropdown-2.q.tag.w--open {
  border-top-style: none;
}

@media screen and (min-width: 1280px) {
  .hero-inner {
    height: 500px;
  }

  .panel {
    width: 13vw;
    height: 22vh;
  }

  .container-1285 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-558 {
    width: 1080px;
  }

  .div-block-564 {
    width: 1040px;
  }

  .div-block-618 {
    width: 1080px;
  }

  .div-block-623 {
    width: 1040px;
  }
}

@media screen and (min-width: 1440px) {
  .header-container.evemnag._5-1.event {
    margin-top: 0;
  }

  .div-block-32.home._2 {
    padding-right: 20px;
  }

  .hero-inner {
    height: 600px;
  }

  .container-1285 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .link-block-33 {
    height: auto;
  }
}

@media screen and (min-width: 1920px) {
  p {
    font-size: 16px;
    line-height: 20px;
  }

  .filter_content {
    overflow: hidden;
  }

  .filter_form {
    margin-right: 0;
    padding-bottom: 2rem;
  }

  .filter_form.helper {
    width: 375px;
    padding-right: 0;
  }

  .filter_form.helper.artiklar {
    width: auto;
    padding-right: 0;
  }

  .filter_form.helper.tag {
    width: auto;
  }

  .filter_form_block {
    width: 425px;
    margin-left: 1rem;
  }

  .filter_form_block.kategorier.alt {
    margin-left: 0;
  }

  .filter_form_block.event._2-0 {
    width: 425px;
  }

  .cms_list-item {
    max-width: none;
  }

  .filter_grid {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .filter_grid.category._1 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .filter_grid.allt._2, .filter_grid.alt, .filter_grid.category._1, .filter_grid.category._1 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .filter_grid._1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-rows: 1fr;
    grid-auto-flow: row;
  }

  .filter_grid.allt {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .filter_grid.allt._2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .filter_grid.alt {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .filter_layout {
    max-width: 1580px;
    margin-right: 0;
  }

  .filter_clear-all.helper.tag {
    margin-left: 0;
    margin-right: 0;
  }

  .cms_list {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cms_list.helper, .cms_list.kategory, .cms_list.helper, .cms_list.kategory {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .filter_block_header.tag._1 {
    padding-left: 0;
    padding-right: 0;
  }

  .cms_list-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .item {
    min-width: 33vw;
  }

  .item.evets, .item.evets.home, .item.evets, .item.evets.home, .item.evets.home {
    min-width: auto;
  }

  .list-3.events.home._2-0 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-146 {
    background-color: var(--transparant);
    max-width: 1580px;
  }

  .section-146.events {
    max-width: 1580px;
  }

  .section-146.events.st-llen.ny {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    max-width: 1580px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-146.events.st-llen.ny.bottoom {
    border-radius: 0 0 .5rem .5rem;
  }

  .main._2-0 {
    background-color: #eac635;
  }

  .main._2-0.alt {
    background-color: var(--gul);
    background-color: var(--gul);
  }

  .div-block-240._2-0.eevents.home {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-240._2-0.eevents.slider.alt {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-bottom: 0;
  }

  .div-block-241.events {
    flex-flow: column;
  }

  .heading-114 {
    font-family: Inter Tight, sans-serif;
    font-weight: 600;
  }

  .div-block-309 {
    max-width: 1580px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-234.alt._2-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-38 {
    width: 100%;
  }

  .collection-item-4 {
    height: 500px;
  }

  .div-block-199._2-0.category, .div-block-199._2-0.category.first, .div-block-199._2-0.category, .div-block-199._2-0.category.first, .div-block-199._2-0.category, .div-block-199._2-0.category.first, .div-block-199._2-0.category.first {
    width: 250px;
  }

  .div-block-213 {
    width: 425px;
  }

  .div-block-317 {
    width: auto;
  }

  .div-block-317.alt._2 {
    width: auto;
    padding-bottom: 20px;
  }

  .div-block-317.kar-tegori {
    width: auto;
  }

  .div-block-318 {
    grid-column-gap: 12.5px;
    grid-row-gap: 12.5px;
  }

  .paragraph-67._3-3 {
    font-size: 12.5px;
    line-height: 18px;
  }

  .breadcrumbs-wrapper.bransher {
    background-color: #cfcfcf00;
    border-bottom-style: none;
    width: 100%;
    max-width: 1580px;
    padding-left: 0;
  }

  .div-block-321.article {
    width: auto;
  }

  .uui-blogpost05_content-wrapper {
    grid-column-gap: 0rem;
    grid-template-columns: 20% 80%;
  }

  .large-articlecards-left-3.evenmang {
    width: 100%;
  }

  .div-block-322.evenemang {
    width: 100%;
    min-width: 400px;
    margin-right: 0;
  }

  .div-block-322.article {
    width: 400px;
  }

  .div-block-207 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .define-id-for-single-article {
    padding-left: 2.5rem;
  }

  .quick-stack-10 {
    width: 100%;
    max-width: 1580px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-152 {
    max-width: 1580px;
    padding-bottom: 6vh;
  }

  .collection-item-16 {
    width: 325px;
  }

  .section-6 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-6.header1, .heading-6._1, .heading-6.header1, .heading-6._1 {
    line-height: 44px;
  }

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

  .section-4.home {
    padding-left: 0;
    padding-right: 0;
  }

  .item-2.home.alt {
    min-width: auto;
  }

  .div-block-164.hem {
    margin-top: 0;
  }

  .list-5.events.home {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-2._21 {
    background-color: #fafafa00;
    padding-left: 0;
    padding-right: 0;
  }

  .section-11 {
    max-width: 1580px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .section-11.home {
    max-width: 1580px;
    padding-top: 4vh;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-33.alt._1 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-33.alt.event {
    padding-right: 0;
  }

  .div-block-368._2-0.eevents.alt.home {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-bottom: 0;
  }

  .div-block-382._2-0 {
    width: 250px;
  }

  .div-block-393 {
    max-width: 1580px;
    padding-bottom: 4vh;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-157 {
    max-width: 1580px;
  }

  .navmenu__dropdown-grid {
    justify-content: center;
    place-items: stretch center;
    max-width: 1580px;
    display: block;
  }

  .navmenu__dropdown-section-list-2 {
    grid-column-gap: 40px;
    grid-row-gap: 65px;
    align-items: stretch;
    padding-left: 0;
  }

  .navbar1_link {
    padding-left: 0;
    padding-right: 0;
  }

  .navmenu__dropdown-left {
    padding-top: 0;
    padding-bottom: 0%;
  }

  .navbar1_menu-inner {
    max-width: 1580px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-1268 {
    max-width: 1580px;
  }

  .navmenu__dropdown-section-link-heading-2 {
    font-size: 15px;
  }

  .navmenu__dropdown-block {
    padding-top: 20px;
  }

  .navmenu__dropdown-block.alt {
    border-right: 1px solid #e4e4e4;
    padding-top: 1.5%;
    padding-left: 65px;
    padding-right: 65px;
  }

  .navmenu__dropdown-block.alt {
    border-right: 1px solid #e4e4e4;
    padding-top: 1.5%;
    padding-left: 65px;
    padding-right: 65px;
  }

  .navmenu__dropdown-block.alt.tag {
    border-left-style: none;
    border-right-style: none;
  }

  .navmenu__dropdown-section-link-description-2 {
    font-size: 13px;
  }

  .navbar1_container {
    padding: 1.5rem 0;
  }

  .navmenu__dropdown-container.cc-mobile {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1580px;
    display: flex;
  }

  .navmenu__dropdown-section-heading {
    padding-top: 20px;
    padding-left: 0;
  }

  .navmenu__dropdown-section-heading.alt {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .navmenu__dropdown.w--open {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-300 {
    width: 100%;
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .ch15-img-w-2 {
    grid-column-gap: 6.56em;
    margin-right: 5.35em;
  }

  .ch15-3img-w-2 {
    padding-left: 0;
  }

  .ch15-2img-w-2 {
    padding-right: 0;
  }

  .section-162 {
    padding-top: 0;
  }

  .container-1278 {
    background-color: var(--white);
    padding-top: 4vh;
    padding-left: 19%;
  }

  .slide_item {
    width: 30%;
  }

  .slide_card, .div-block-491 {
    width: 100%;
  }

  .section-167 {
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-block-497 {
    background-color: var(--transparant);
    border-radius: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-498 {
    width: auto;
  }

  .div-block-500, .image-148.alt.inl-gg, .image-148.alt.inl-gg, .image-148.alt.inl-gg {
    width: 100%;
  }

  .signupfield {
    padding-bottom: 10px;
  }

  .div-block-531 {
    width: 100%;
    max-width: 1580px;
  }

  .signuppcode {
    width: auto;
  }

  .hero-inner {
    height: 800px;
  }

  .panel {
    width: 210px;
    height: 160px;
  }

  .container-1285 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .section-169 {
    height: 180px;
  }

  .div-block-552 {
    width: 850px;
  }

  .div-block-553 {
    max-width: 1240px;
  }

  .heading-148 {
    margin-bottom: 10px;
  }

  .paragraph-91 {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-558 {
    justify-content: center;
    align-items: flex-end;
    width: 1580px;
  }

  .div-block-562 {
    height: 100%;
  }

  .div-block-564 {
    width: 1280px;
    padding-bottom: 12.5vh;
  }

  .div-block-565 {
    width: 510px;
    height: auto;
  }

  .section-171 {
    background-image: url("https://cdn.prod.website-files.com/689b13792a3c78aa663f505d/69962d7eef43e3e71f828174_Vector%204%20(11).svg");
    background-position: 100% 0;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    height: 530px;
    display: none;
  }

  .paragraph-100 {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-615 {
    height: 100%;
  }

  .div-block-617 {
    display: none;
  }

  .div-block-618 {
    justify-content: center;
    align-items: flex-end;
    width: 1080px;
  }

  .paragraph-103 {
    font-size: 12.5px;
  }

  .signupfield-3 {
    padding-bottom: 10px;
  }

  .div-block-623 {
    width: 1280px;
    padding-bottom: 10vh;
  }

  .div-block-624 {
    width: 510px;
    height: auto;
  }

  .heading-158 {
    margin-bottom: 10px;
  }

  .ch9-anim-w-2 {
    display: none;
  }

  .filter_list-2.tag {
    padding-left: 0;
    padding-right: 0;
  }

  .filter_block-2.tag {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .filter_block-2.tag._1, .fs-example_layout.tag, .fs-example_layout.tag {
    padding-left: 0;
    padding-right: 0;
  }

  .cms_list-item-2.tag {
    max-width: none;
  }

  .paragraph-106.alt.tag.card-excerpt {
    width: auto;
    margin-right: 0;
  }

  .div-block-644.tag {
    width: 100%;
  }

  .filter_block-3.tagg._2.bottom {
    padding-left: 0;
  }

  .filter_list-3.tagg._2 {
    padding-right: 0;
  }

  .filter_list-3.tagg._1 {
    grid-template-columns: 1fr;
  }

  .paragraph-107 {
    padding-left: 0;
    padding-right: 0%;
  }

  .div-block-673, .div-block-678 {
    max-width: 1580px;
  }

  .div-block-679 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-681 {
    grid-column-gap: 1680px;
    grid-row-gap: 1680px;
    justify-content: center;
    display: flex;
  }

  .div-block-682 {
    grid-column-gap: 1680px;
    grid-row-gap: 1680px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .section-178 {
    background-color: #cfcfcf33;
    border-bottom: .5px solid #cfcfcf;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-683 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-179, .section-180 {
    background-color: #cfcfcf33;
    border-bottom: 1px solid #cfcfcf;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-181 {
    background-color: #cfcfcf33;
    border-bottom: .5px solid #cfcfcf;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-685 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-182, .section-183 {
    background-color: #cfcfcf33;
    border-bottom: 1px solid #c4c4c4;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-184 {
    background-color: #cfcfcf33;
    border-bottom: .5px solid #c4c4c4;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-185 {
    background-color: #cfcfcf33;
    border-bottom: 1px solid #c4c4c4;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-186 {
    background-color: #cfcfcf33;
    border-bottom: .5px solid #c4c4c4;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-686 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-187 {
    background-color: #cfcfcf33;
    border-bottom: 1px solid #c4c4c4;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-687 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-188 {
    background-color: #cfcfcf33;
    border-bottom: 1px solid #c4c4c4;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-688 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-689 {
    max-width: 1580px;
  }

  .section-189 {
    background-color: #cfcfcf33;
    border-bottom: 1px solid #c4c4c4;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-690 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-691, .div-block-692 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-190 {
    background-color: #cfcfcf33;
    border-bottom: .5px solid #c4c4c4;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navmenu__dropdown-left-2 {
    padding-bottom: 3%;
  }

  .container-1293 {
    background-color: #fff0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0%;
  }

  .slide_item-2 {
    width: 256px;
  }

  .section-191 {
    padding-top: 0;
  }

  .div-block-698._2-0.category {
    width: auto;
  }

  .div-block-173 {
    width: 30%;
    margin-left: 0;
  }

  .div-block-701 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-23 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-706, .image-211.alt.inl-gg, .image-211.alt.inl-gg, .image-211.alt.inl-gg {
    width: 100%;
  }

  .slider-wrapper-2 {
    max-width: none;
  }

  .quick-stack-3 {
    height: auto;
    min-height: auto;
    padding-bottom: 30px;
  }

  .link-block-33 {
    width: 100%;
  }

  .text-block-3, .text-block-3.desktop, .text-block-3.desktop, .text-block-311, .text-block-311.desktop, .text-block-311.desktop {
    min-height: auto;
  }
}

@media screen and (max-width: 991px) {
  .filter_grid {
    grid-template-columns: .66fr 1fr;
  }

  .filter_block_header {
    align-items: start;
    padding-left: 1rem;
  }

  .event-heading.listings {
    padding-right: 0;
  }

  .fs_modal-1_close {
    display: block;
  }

  .fs-toc_sidebar-3 {
    width: 100%;
    max-width: none;
    position: relative;
    top: 0;
  }

  .uui-blogpost05_content-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .toc-hide-in-mob {
    display: none;
    position: static;
  }

  .text-block-102.blogpost {
    font-size: 13px;
  }

  .uui-blogpost05_content-left {
    width: 100%;
    max-width: none;
    position: static;
  }

  .define-id-for-single-article {
    margin-bottom: 3rem;
  }

  .fs-toc_richtext {
    padding: 1.5rem;
  }

  .navmenu__dropdown-section-list-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .link-list__dropdown-toggle {
    z-index: 1;
    background-color: #fff;
    flex: 1;
    justify-content: space-between;
    width: 100%;
  }

  .link-list__dropdown-toggle:hover, .link-list__dropdown-toggle.w--open {
    box-shadow: none;
  }

  .navbar_search-input-field-2 {
    font-size: 1rem;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-bottom {
    background-color: #1d1d1d;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fs_modal-1_wrapper {
    grid-template-columns: 1fr;
  }

  .navmenu__dropdown-left {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 40px;
    padding-right: 0;
    display: flex;
  }

  .new-button {
    align-items: center;
  }

  .navbar1_top {
    grid-template-columns: 1fr auto auto;
  }

  .bbr-bottom-linkwrapper-1 {
    margin-left: 0;
  }

  .navbar1_menu-inner {
    flex-flow: column;
  }

  .menu-icon1_line-top {
    background-color: #1d1d1d;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navmenu__dropdown-block {
    border: 1px solid #e4e4e4;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card-bg-move {
    width: 90px;
    height: 90px;
  }

  .bbr-bottom-link-1-2 {
    height: 60px;
    margin-right: 20px;
  }

  .bbr-bottom-link-1-2.w--current {
    background-position: 50% 43px;
    margin-right: 20px;
  }

  .collection-list-wrapper-8 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navmenu__dropdown-section {
    margin-bottom: 32px;
  }

  .hero-search {
    width: 450px;
  }

  .navmenu__dropdown-container {
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
  }

  .navmenu__dropdown-container.cc-mobile {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: #1d1d1d;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .card-bg-color {
    width: 90px;
    height: 90px;
  }

  .link-list__dropdown-wrapper {
    background-color: #fff;
    flex-direction: column;
    flex: 1;
  }

  .navmenu__dropdown {
    position: relative;
    top: 0%;
    overflow: hidden;
  }

  .navmenu__dropdown.w--open {
    border-top-style: none;
    border-bottom-style: none;
    max-height: none;
    padding-bottom: 20px;
    position: relative;
    top: 0%;
    overflow: visible;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .accordian-wrapper {
    padding-left: 5%;
  }

  .heading-78 {
    font-size: 15px;
  }

  .lb {
    text-decoration: underline;
  }

  .container-1278 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .paragraph-0-9 {
    font-size: .8125rem;
  }

  .hero-inner {
    height: 320px;
  }

  .container-1285 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .scene {
    transform: rotate(0);
  }

  .filter_grid-2 {
    grid-template-columns: .66fr 1fr;
  }

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

  .heading-157 {
    font-size: 15px;
  }

  .fs-example_layout {
    grid-template-columns: 1fr;
  }

  .filter_grid-3 {
    grid-template-columns: .66fr 1fr;
  }

  .navmenu__dropdown-left-2 {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 40px;
    padding-right: 0;
    display: flex;
  }

  .navmenu__dropdown-2 {
    position: relative;
    top: 0%;
    overflow: hidden;
  }

  .navmenu__dropdown-2.w--open {
    border-top-style: none;
    border-bottom-style: none;
    max-height: none;
    padding-bottom: 20px;
    position: relative;
    top: 0%;
    overflow: visible;
  }

  .container-1293 {
    padding-left: 3em;
    padding-right: 3em;
  }
}

@media screen and (max-width: 767px) {
  .filter_grid {
    grid-template-columns: 1fr;
  }

  .button-icon {
    right: 14px;
  }

  .form-buton {
    padding-left: 20px;
    padding-right: 43px;
    font-size: 14px;
    line-height: 22px;
  }

  .form-button-wrapper {
    width: 200px;
  }

  .displayonly_component {
    padding: 30px;
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }

  .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .define-id-for-single-article {
    margin-bottom: 0;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .navmenu__dropdown-section-list-2 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

  .new-search-input {
    padding-left: 2.5rem;
    font-size: 13px;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .bbr-bottom-row-1-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bbr-bottom-link-1-2 {
    height: 50px;
    margin-right: 15px;
    padding-bottom: 4px;
  }

  .bbr-bottom-link-1-2.w--current {
    background-position: 50% 35px;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .fs_modal-1_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .bbr-bottom-linktext-1-2 {
    font-size: 14px;
  }

  .search-icon-2 {
    width: 1.1rem;
    top: .7rem;
    left: .8rem;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .accordian-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .ch15-img-w-2 {
    width: 90vw;
    overflow: scroll;
  }

  .slide_item {
    width: 80%;
  }

  .container-1281 {
    width: 86%;
  }

  .mapbox-wrap {
    height: 480px;
  }

  .container-1282 {
    width: 86%;
  }

  .mapbox-wrap-2 {
    height: 480px;
  }

  .paragraph-0-9 {
    font-size: .8125rem;
  }

  .hero-inner {
    flex-direction: column-reverse;
    height: auto;
  }

  .banner {
    height: 100px;
  }

  .panel {
    width: 105px;
    height: 100px;
  }

  .container-1285 {
    padding: 20px 30px;
  }

  .container-1285.hero {
    padding-bottom: 60px;
  }

  .scene {
    order: -1;
    width: 100%;
    margin-top: 40px;
    position: static;
    inset: -200px auto 0% 0%;
  }

  .hero-content {
    z-index: 5;
    width: 100%;
    position: relative;
  }

  .filter_grid-2 {
    grid-template-columns: 1fr;
  }

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

  .section-176 {
    padding-top: 0;
  }

  .filter_grid-3 {
    grid-template-columns: 1fr;
  }

  .slide_item-2 {
    width: 80%;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    color: var(--font-color-main);
    font-family: Inter Tight, sans-serif;
  }

  h2 {
    color: var(--font-color-main);
    font-family: Inter Tight, sans-serif;
    font-size: 28px;
    line-height: 34px;
  }

  h3 {
    color: var(--font-color-main);
    font-family: Inter Tight, sans-serif;
  }

  h4 {
    color: var(--font-color-main);
  }

  .filter_content.tag {
    margin-bottom: 3rem;
  }

  .filter_search.helper.kategori {
    margin-top: -1rem;
  }

  .filter_list-wrapper {
    font-family: Inter, sans-serif;
    font-weight: 300;
  }

  .filter_form {
    margin-right: 0;
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .filter_form.helper {
    margin-left: auto;
    margin-right: auto;
  }

  .filter_form.helper.artiklar {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .filter_form.helper {
    padding-bottom: 4vh;
    padding-right: .5rem;
  }

  .filter_form.helper.tag {
    padding-right: 0;
  }

  .filter_form.event {
    width: auto;
    padding-top: 1rem;
    padding-right: 0;
  }

  .filter_form_block {
    width: 100%;
  }

  .filter_form_block.kategorier {
    width: auto;
  }

  .filter_form_block.event._2-0, .filter_form_block.kategorier {
    width: auto;
  }

  .filter_form_block.event {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .filter_form_block.event._2-0 {
    width: auto;
  }

  .filter_list {
    grid-column-gap: .65rem;
    grid-row-gap: .65rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .filter_list.artiklar {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .filter_list.gratis {
    padding: 0;
  }

  .filter_list.taggar {
    grid-template-columns: 1fr 1fr;
  }

  .cms_list-item {
    justify-content: center;
    max-width: none;
    display: flex;
  }

  .filter_block {
    border-width: 1px;
    border-radius: 5px;
  }

  .filter_block._1, .filter_block.event, .filter_block._12 {
    border-style: none;
  }

  .filter_block.artiklar {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .filter_block.category_text {
    border-style: solid;
    border-width: .5px;
  }

  .filter_block._1, .filter_block.event, .filter_block._12 {
    border-style: none;
  }

  .filter_grid.category._1 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .filter_grid.allt {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    place-items: center;
  }

  .filter_grid.allt._2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-items: stretch;
  }

  .filter_grid.alt {
    flex-flow: column;
  }

  .filter_grid.alt._2 {
    margin-top: 3rem;
  }

  .filter_layout {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 0;
  }

  .filter_clear-all.helper {
    border-width: .5px;
    margin-top: 0;
  }

  .filter_clear-all.helper.tag {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

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

  .cms_list.helper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .cms_list.helper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .cms_list.helper.tag {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    height: auto;
  }

  .cms_list.artiklar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .filter_block_header.category_text {
    border: .5px #ccc;
  }

  .filter_block_header.tag {
    padding-left: 1rem;
    padding-right: 0;
  }

  .filter_block_header.tag._1 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1rem;
  }

  .filter_clear.helper {
    border-width: .5px;
  }

  .filter_facet-count.helper {
    color: var(--grey-2);
    font-family: Inter, sans-serif;
    font-weight: 700;
  }

  .checkbox_input.helper {
    border-width: 1px;
  }

  .checkbox_field.is-list-emptyfacet.helper {
    font-weight: 300;
  }

  .checkbox_field.is-list-emptyfacet.helper {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 1rem;
    font-weight: 300;
  }

  .checkbox_field.is-list-emptyfacet.helper {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 1rem;
    font-weight: 300;
  }

  .checkbox_field.is-list-emptyfacet.helper._1 {
    padding-bottom: 0;
  }

  .checkbox_field.is-list-emptyfacet.helper {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 1rem;
  }

  .checkbox_label {
    margin-bottom: 0;
  }

  .link-block-41 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-273 {
    width: 100%;
  }

  .div-block-260 {
    width: auto;
    position: relative;
  }

  .div-block-260.events {
    border-radius: 2.5px;
  }

  .events-info {
    flex-flow: column;
  }

  .events-info._1 {
    margin-top: -7.5px;
  }

  .categories-linkbox {
    line-height: 18px;
  }

  .categories-linkbox.none {
    display: block;
  }

  .main-container {
    padding-bottom: 10px;
  }

  .main-container.event {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .main-container._3 {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .text-block-197 {
    font-size: 9.5px;
  }

  .text-block-197.kategorier {
    font-size: 9.5px;
    line-height: 22.5px;
  }

  .text-block-197.events.alt.home.kategoriers {
    line-height: 22.5px;
  }

  .text-block-197.events.alt.home.s {
    font-size: 9.5px;
  }

  .text-block-197.events.alt.home._2 {
    text-transform: capitalize;
    line-height: 22.5px;
  }

  .paragraph.event-description {
    font-size: 10px;
    line-height: 16px;
    display: none;
  }

  .date-events {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
    padding-left: 12px;
    font-size: 9.5px;
    display: flex;
  }

  .date-events.events {
    flex: none;
    font-family: Inter, sans-serif;
    font-size: 12.5px;
    line-height: 9px;
  }

  .date-events.events.card {
    text-transform: uppercase;
    background-image: none;
    height: auto;
    font-size: 10.5px;
    font-style: italic;
    position: static;
    transform: none;
  }

  .date-events.events.card.listings {
    text-transform: uppercase;
    flex-flow: row;
    font-size: 10.5px;
    font-style: italic;
  }

  .date-events.events.card.s {
    font-size: 10.5px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    transform: none;
  }

  .date-events.events._2-0 {
    font-size: 9.5px;
  }

  .date-events.events._2-0.slider {
    font-size: 10.5px;
    font-style: italic;
  }

  .categories {
    border-width: .5px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .categories.gratis {
    border-width: .5px;
    border-radius: 1rem 3px;
  }

  .categories.gratis.home {
    border-width: .5px;
  }

  .categories.gratis.bottom {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .categories.hideonmobile {
    display: block;
  }

  .categories-container.kategorier {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-block-189 {
    padding-left: 0;
  }

  .event-heading {
    padding-bottom: 0;
    padding-right: 10px;
    font-size: 14px;
  }

  .event-heading.listings {
    padding-right: 0;
    font-size: 12.5px;
  }

  .location {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
    padding-left: 12px;
    font-size: 9.5px;
    display: flex;
  }

  .main-categorie {
    border-width: .5px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .text-block-219 {
    font-size: 9.5px;
  }

  .item {
    min-width: 80vw;
  }

  .item.evets {
    min-width: auto;
  }

  .list-3.events {
    padding-bottom: 4vh;
  }

  .list-3.events.home._2-0 {
    padding-top: 0;
    padding-left: 0;
  }

  .wrapper.events {
    padding-top: 0;
  }

  .section-146.events {
    background-color: #cfcfcf00;
    padding-top: 4vh;
    padding-bottom: 0;
  }

  .section-146.events.st-llen {
    padding-top: 5vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-146.events.st-llen.ny {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-242 {
    width: 100%;
  }

  .div-block-242.events, .div-block-242.events.homepage, .div-block-242.events, .div-block-242.events.homepage, .div-block-242.events.homepage {
    border-radius: 2.5px;
  }

  .div-block-238 {
    width: 100%;
  }

  .div-block-272 {
    flex-flow: row;
    display: flex;
  }

  .header-small-article-card {
    font-size: 18px;
    line-height: 22px;
  }

  .header-small-article-card.alt {
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
  }

  .header-small-article-card.home {
    font-size: 14px;
    line-height: 18px;
  }

  .image-72 {
    border-bottom-left-radius: 0;
  }

  .main {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 8px;
  }

  .article-card-link-block-2 {
    flex-flow: column;
    height: auto;
  }

  .div-block-240._2-0 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .div-block-240._2-0.eevents {
    padding-left: 0;
  }

  .div-block-240._2-0.eevents.home {
    width: 160px;
  }

  .div-block-240._2-0.eevents.slider {
    grid-column-gap: 7.5px;
    grid-row-gap: 7.5px;
  }

  .content-category-5 {
    font-weight: 700;
  }

  .content-category-5.category {
    font-size: 8px;
  }

  .div-block-241 {
    flex-flow: column;
  }

  .bold-text-45 {
    color: var(--font-color-main);
    font-size: 9.5px;
    font-weight: 700;
  }

  .div-block-274 {
    margin-top: 0;
  }

  .div-block-274.events {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    display: flex;
  }

  .div-block-274.events.home {
    width: 100%;
    display: flex;
  }

  .text-block-220 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .fs_modal-1_button {
    margin-left: 0;
  }

  .fs_modal-1_close {
    min-height: auto;
  }

  .div-block-252 {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 0;
  }

  .heading-114 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }

  .bold-text-47 {
    font-family: Inter Tight, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
  }

  .div-block-236, .div-block-233.kategorier, .div-block-233.kategorier {
    width: 100%;
  }

  .header-small-article-card-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .header-small-article-card-2._2-0._3-0 {
    font-size: 18.5px;
    line-height: 22px;
  }

  .collection-list-wrapper-5 {
    width: 100%;
  }

  .div-block-234 {
    padding-bottom: 4vh;
  }

  .div-block-312.article {
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-312.category {
    padding-left: 12px;
  }

  .image-84 {
    width: 100%;
  }

  .div-block-235._2-0 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .div-block-235._2-0.banner {
    padding: 10px 10px 8px 12.5px;
  }

  .link-block-38 {
    flex-flow: column;
  }

  .date-article-card-2 {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
    padding-left: 12px;
    font-size: 9.5px;
    display: flex;
  }

  .collection-item-4 {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    height: auto;
  }

  .bold-text-48 {
    color: var(--font-color-main);
    font-size: 9.5px;
    font-weight: 700;
  }

  .bold-text-48.kategry {
    font-size: 8px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
    display: block;
  }

  .div-block-197 {
    flex-flow: column;
  }

  .div-block-199._2-0 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    padding: 10px 0 8px;
  }

  .div-block-199._2-0.category {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    padding-top: 10px;
    padding-right: 10px;
  }

  .div-block-199._2-0.category.first {
    width: auto;
    padding-right: 10px;
  }

  .header-small-article-card-3 {
    font-size: 18px;
    line-height: 22px;
  }

  .header-small-article-card-3.category {
    column-count: auto;
    min-height: auto;
    padding: 0 2.5rem 2px 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .header-small-article-card-3.category._2 {
    padding-right: 2.5rem;
  }

  .div-block-213 {
    width: 100%;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-208 {
    width: 100%;
  }

  .div-block-208.category {
    display: none;
  }

  .form-buton.signup {
    padding-left: 50px;
    padding-right: 45px;
  }

  .signup-form {
    border-color: #333;
    border-radius: 8px;
  }

  .text-block-172 {
    min-width: auto;
  }

  .signup-inout-field {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-right: -32px;
  }

  .header-container {
    z-index: 100;
    margin-bottom: 0;
    transform: none;
  }

  .header-container.evemnag {
    display: none;
  }

  .header-container.inl-gg.kategorier, .header-container.evemnag {
    display: none;
  }

  .header-container.inl-gg {
    min-width: auto;
    margin-top: 8vh;
  }

  .header-container.inl-gg.kategorier {
    display: none;
  }

  .big-article-card-heading-2 {
    width: 80%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .big-article-card-heading-2.hero {
    text-transform: none;
    padding-right: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .big-article-card-heading-2.al {
    width: auto;
    padding-right: 2.5rem;
  }

  .signup-form-block {
    width: 265px;
    display: block;
  }

  .article-card-link-block {
    flex-flow: column;
    height: auto;
  }

  .large-articlecards-left.category {
    display: none;
  }

  .div-block-317 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .paragraph-67._3-3 {
    padding-right: 15px;
  }

  .div-block-193 {
    margin-top: 2vh;
  }

  .div-block-193.alla-inl-gg._2-0 {
    margin-top: 0;
  }

  .heading-112 {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-112.alla-artiklar {
    font-family: Inter Tight, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
  }

  .fs-toc_sidebar-3 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .displayonly_component {
    padding: 0;
    display: flex;
  }

  .bold-text-46 {
    font-size: 14.5px;
  }

  .fs-toc_link-2.is-h6 {
    margin-bottom: 0;
  }

  .modal-container {
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    margin-top: 10vh;
    padding: 20px 30px;
    box-shadow: 0 1px 2px #0000001a;
  }

  .text-block-177 {
    color: var(--alt-black);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }

  .displayonly_container {
    z-index: 30000;
    display: inline;
    position: fixed;
    inset: auto 0% 0%;
  }

  .fs-toc_text.helper {
    font-family: Inter, sans-serif;
    font-weight: 300;
  }

  .div-block-248 {
    border-bottom: .01rem solid #cfcfcf;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .text-span {
    color: #333;
    font-size: 1.6rem;
    line-height: 0;
  }

  .modal-wrapper {
    display: none;
  }

  .div-block-246 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .modal-close_btn {
    padding: 10px 12px 10px 10px;
  }

  .div-block-245 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding: 16px 24px;
    display: flex;
  }

  .div-block-245.button-7.modal-open_btn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fafafa;
    border-top: 1px solid #cfcfcf80;
    height: 52.5px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .image-90 {
    width: 20px;
  }

  .breadcrumbs-wrapper.bransher {
    border-bottom-width: .5px;
    padding-top: 3.5px;
    padding-bottom: 3.5px;
    padding-left: 10px;
  }

  .breadcrumb-link, .breadcrumb-text-2 {
    font-family: Inter, sans-serif;
  }

  .div-block-321 {
    width: 100%;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-321.article {
    width: auto;
    padding-top: 0;
  }

  .content-wrap {
    flex-direction: column;
    padding: 25px 0 0;
  }

  .uui-blogpost05_content-wrapper {
    display: none;
  }

  .text-block-179 {
    color: var(--color-2);
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-left: 0;
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 300;
  }

  .div-block-322 {
    width: 100%;
  }

  .div-block-322.evenemang {
    width: auto;
    margin-right: 0;
  }

  .div-block-322.article {
    width: auto;
  }

  .heading-111 {
    color: #1d1d1d;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: 32px;
    font-weight: 600;
    line-height: 34px;
  }

  .share-button {
    border-color: var(--grey-3);
    width: 26.5px;
    height: 26.5px;
  }

  .text-block-102 {
    font-size: 12px;
  }

  .text-block-102.blogpost {
    color: var(--color-2);
    text-transform: none;
    text-transform: none;
    font-family: Inter, sans-serif;
    font-size: 9px;
  }

  .text-block-171 {
    color: var(--color-2);
    font-family: Inter, sans-serif;
    font-size: 11px;
  }

  .div-block-207 {
    flex-flow: column;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 8vh;
  }

  .div-block-226 {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-85 {
    overflow: hidden;
  }

  .article-author-avatar-2 {
    border: 1px #000;
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin-right: 8px;
  }

  .div-block-325 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-225 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .section-148 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-326 {
    width: 80%;
  }

  .div-block-326.article {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 90%;
    padding-top: 20px;
    padding-right: 0;
  }

  .div-block-214 {
    display: block;
  }

  .fs-toc_richtext.helper {
    display: inline;
  }

  .fs-toc_richtext.helper.mobile-only {
    flex-flow: column;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .social-share-icon {
    height: 10px;
  }

  .text-wrap {
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .author-name {
    color: var(--color-2);
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 13px;
  }

  .author-name.autgo {
    font-size: 11px;
  }

  .quick-stack-10 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 4rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-links {
    font-size: 12.5px;
  }

  .policy-link {
    font-size: 10.5px;
  }

  .text-block-223 {
    color: var(--color-2);
    font-family: Inter, sans-serif;
    font-size: 11px;
  }

  .link-text.map {
    letter-spacing: normal;
    letter-spacing: normal;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    font-size: 10.5px;
    line-height: 10.5px;
    display: block;
  }

  .div-block-139 {
    flex-flow: column;
  }

  .div-block-139.alt {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-150 {
    min-width: 51px;
  }

  .div-block-179 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-31.create-account, .link-block-31.create-account.home {
    display: block;
  }

  .link-block-31.create-account, .link-block-31.create-account.home {
    display: block;
  }

  .link-block-31.create-account.home {
    display: block;
  }

  .link-block-31.create-account.home.first {
    background-color: var(--white);
    background-color: var(--white);
  }

  .bold-text-49 {
    color: var(--font-color-main);
  }

  .text-block-210 {
    color: var(--alt-black);
    text-transform: none;
    font-size: 11.5px;
    font-style: italic;
  }

  .div-block-283 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border: 1px none var(--grey-1);
    background-color: var(--transparant);
    border-radius: 10px;
    flex-flow: column;
    align-items: flex-start;
    margin-right: 0;
    padding: 0 10px 0 0;
  }

  .div-block-284 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
  }

  .text-block-211 {
    color: var(--alt-black);
    text-transform: none;
    font-style: italic;
  }

  .text-block-211.date {
    padding-right: 0;
    font-size: 11.5px;
    font-style: normal;
  }

  .text-block-211.address {
    font-size: 11.5px;
    font-style: normal;
  }

  .text-block-211._2 {
    font-size: 11.5px;
  }

  .heading-121 {
    width: auto;
  }

  .heading-121.event {
    font-size: 30px;
    line-height: 34px;
  }

  .div-block-285 {
    border-radius: 1.5px;
  }

  .text-block-229 {
    font-family: Inter, sans-serif;
    font-size: 9.5px;
  }

  .code-embed-5.last {
    padding-left: 3px;
  }

  .section-152 {
    padding-top: 25px;
  }

  .div-block-290 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .div-block-331.main {
    border-width: .5px;
    padding-left: .5rem;
  }

  .text-block-230 {
    color: var(--alt-black);
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-333 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .div-block-334 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .event-heading-2 {
    font-size: 18px;
  }

  .div-block-336 {
    width: auto;
    position: relative;
  }

  .div-block-336.events {
    border-radius: 2.5px;
  }

  .text-block-233 {
    padding-left: 0;
  }

  .text-block-234 {
    justify-content: center;
    align-items: center;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .collection-item-16 {
    width: auto;
  }

  .div-block-338 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-338.alt {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .collection-list-8 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .div-block-348 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-349 {
    flex-flow: column;
  }

  .text-block-240 {
    color: var(--alt-black);
    text-transform: none;
    font-size: 11.5px;
    font-style: italic;
  }

  .div-block-350 {
    grid-column-gap: 6.55rem;
    grid-row-gap: 6.55rem;
    width: 100%;
    height: 100%;
  }

  .div-block-133 {
    justify-content: center;
    align-items: flex-end;
  }

  .section-6 {
    padding-top: 4vh;
    padding-bottom: 8vh;
  }

  .heading-6 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .heading-6.header1 {
    margin-bottom: 0;
    line-height: 38px;
  }

  .heading-6.header1.senaste {
    margin-bottom: 10px;
    line-height: 24px;
  }

  .heading-6.listicle-heading {
    font-size: 18px;
  }

  .heading-6.alt {
    margin-bottom: 15px;
  }

  .heading-6.kategorier {
    margin-bottom: 10px;
  }

  .client-logo {
    object-position: 0% 50%;
  }

  .text-block-152 {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }

  .text-block-152.event {
    letter-spacing: -.5px;
  }

  .text-block-152.event.home {
    padding-left: 0;
  }

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

  .div-block-354 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-170 {
    width: 100%;
  }

  .div-block-355 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer.alt {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .text-block-241 {
    min-width: auto;
    line-height: 20px;
  }

  .div-block-134.alt.home {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .section-4.home {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .div-block-357 {
    border-style: none;
    border-color: var(--grey-1);
    background-color: var(--color);
    flex-flow: column;
    margin-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-34.alt {
    justify-content: space-between;
  }

  .text-block-242 {
    font-size: 8px;
    display: block;
  }

  .div-block-358 {
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
  }

  .div-block-358.home {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .div-block-32.home {
    justify-content: space-between;
    width: 100%;
  }

  .div-block-32.artiklar {
    margin-bottom: 10px;
  }

  .div-block-32.artiklar.l {
    margin-bottom: 0;
  }

  .item-2 {
    min-width: 80vw;
  }

  .item-2.home.alt {
    width: auto;
    min-width: auto;
    padding-bottom: 16px;
  }

  .link-block-49 {
    display: block;
  }

  .link-block-49.kategorier {
    display: none;
  }

  .grid-6 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .div-block-163, .div-block-164 {
    width: 100%;
  }

  .list-5.events {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-bottom: 4vh;
  }

  .list-5.events.home {
    padding-top: 0;
  }

  .list-5.events.alt._1 {
    padding-left: 0;
  }

  .div-block-162 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
  }

  .content-tye {
    font-family: Inter Tight, sans-serif;
    font-weight: 600;
  }

  .image-110 {
    width: 500px;
  }

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

  .heading-124 {
    margin-top: 0;
    font-size: 16px;
  }

  .section-2._21 {
    padding-top: 4vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-136 {
    justify-content: center;
    align-items: center;
  }

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

  .div-block-361 {
    background-image: linear-gradient(180deg, #0000, var(--color)), url("https://cdn.prod.website-files.com/689b13792a3c78aa663f505d/68bec82ec8caea20eeb0c36b_Mail_signup.png");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 90%;
    height: 250px;
  }

  .large-articlecards-left-4 {
    width: 100%;
    display: inline-flex;
  }

  .text-block-158.home {
    padding-bottom: 0;
  }

  .section-156.events {
    background-color: #cfcfcf00;
    padding-top: 4vh;
  }

  .section-156.events.home {
    padding-top: 4vh;
    padding-bottom: 2vh;
  }

  .section-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-33 {
    padding-bottom: 0;
  }

  .div-block-33.alt {
    justify-content: space-between;
    padding-top: 4vh;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-33.alt._1 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-33._1 {
    display: none;
  }

  .div-block-33._0 {
    width: auto;
  }

  .text-block-245 {
    text-transform: capitalize;
    margin-right: 0;
    padding-left: 0;
    font-size: 10.5px;
    display: none;
  }

  .heading-125 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-125.header {
    width: auto;
    font-size: 1.3rem;
    line-height: 26px;
  }

  .div-block-169 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-157.article {
    top: .8rem;
    left: .8rem;
  }

  .text-block-246 {
    line-height: 17px;
  }

  .date-article-card-3 {
    font-size: 9.5px;
  }

  .div-block-4._1-0 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 10px 10px 8px 12.5px;
  }

  .div-block-4._1-0._12 {
    padding-right: 10px;
  }

  .image-45 {
    height: 100%;
    overflow: clip;
  }

  .div-block-152 {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
  }

  .div-block-185 {
    justify-content: flex-start;
  }

  .bold-text-35 {
    color: var(--font-color-main);
    font-size: 9.5px;
    font-weight: 700;
  }

  .content-category-8 {
    padding-right: 12px;
    font-size: 9.5px;
  }

  .header-small-article-card-5 {
    padding-right: 2.5rem;
    font-size: 16px;
    line-height: 18px;
  }

  .header-small-article-card-5._2-0 {
    font-size: 18px;
  }

  .header-small-article-card-5.category {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 15px;
    font-size: 14.5px;
    line-height: 18px;
  }

  .header-small-article-card-5.category._1._2 {
    width: 100%;
    font-size: 12.5px;
    line-height: 16px;
  }

  .div-block-363 {
    width: 100%;
  }

  .div-block-363.events {
    background-image: none;
    border-radius: 2.5px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-364 {
    width: 100%;
  }

  .div-block-364.inl-gg-list {
    border-radius: 2.5px;
    width: auto;
  }

  .header-small-article-card-6 {
    font-size: 18px;
    line-height: 22px;
  }

  .header-small-article-card-6.home {
    line-height: 18px;
  }

  .header-small-article-card-6.home._2 {
    font-size: 12.5px;
  }

  .image-111 {
    border-bottom-left-radius: 0;
  }

  .div-block-367.events.alt {
    justify-content: space-between;
  }

  .article-card-link-block-3 {
    flex-flow: column;
    height: auto;
  }

  .article-card-link-block-3.events, .article-card-link-block-3.st-llen, .article-card-link-block-3.st-llen._2-0, .article-card-link-block-3.events, .article-card-link-block-3.st-llen, .article-card-link-block-3.st-llen._2-0, .article-card-link-block-3.st-llen._2-0 {
    width: auto;
  }

  .div-block-368._2-0 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .div-block-368._2-0.eevents.alt.home {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 160px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .div-block-368._2-0.eevents.alt.home.aly {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .content-category-9 {
    color: var(--font-color-main);
    font-size: 9px;
  }

  .div-block-369 {
    flex-flow: column;
  }

  .article-card-link-block-4 {
    flex-flow: column;
    height: auto;
  }

  .div-block-8.alt {
    justify-content: center;
    align-items: stretch;
  }

  .div-block-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 12.5px;
    padding-bottom: 8px;
    display: flex;
  }

  .content-category-10 {
    padding-right: 12px;
    font-size: 9.5px;
  }

  .article-card-link-block-5 {
    flex-flow: column;
    height: auto;
  }

  .bold-text-37 {
    color: var(--font-color-main);
    font-size: 9.5px;
    font-weight: 700;
  }

  .div-block-189.alt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .div-block-189.alt.home {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 8px;
    padding-left: 12.5px;
  }

  .div-block-14 {
    justify-content: flex-start;
    width: 100%;
  }

  .content-category-11 {
    padding-right: 12px;
    font-size: 9.5px;
  }

  .image-41 {
    width: auto;
  }

  .div-block-190 {
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .div-block-190.large-articlecards-left.with-background {
    flex-flow: column;
    padding-right: 0;
  }

  .div-block-135 {
    padding-right: 20px;
  }

  .bold-text-56 {
    color: var(--font-color-main);
    font-size: 9.5px;
    font-weight: 700;
  }

  .div-block-381 {
    flex-flow: column;
  }

  .div-block-381.alla {
    border-width: .5px;
  }

  .date-article-card-5 {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
    padding-left: 12px;
    font-size: 9.5px;
    display: flex;
  }

  .div-block-382._2-0 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    width: auto;
    padding: 10px 0;
  }

  .div-block-385 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-385.al5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-112 {
    width: .8rem;
  }

  .div-block-386.senaste {
    padding-top: 0;
  }

  .image-113._2 {
    width: .65rem;
    height: .65rem;
  }

  .image-116.kategorier {
    width: .7rem;
    height: .7rem;
  }

  .div-block-392 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    display: flex;
  }

  .div-block-393 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 2vh;
  }

  .div-block-395 {
    border-radius: 2.5px;
  }

  .text-block-249.addres {
    font-family: Space Grotesk, sans-serif;
    font-size: 12.5px;
    font-weight: 300;
  }

  .text-block-249.phone-number {
    font-size: 12.5px;
    font-weight: 300;
    text-decoration: none;
  }

  .div-block-396.location {
    justify-content: space-between;
    padding-left: 0;
  }

  .text-block-250.location {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .heading-126 {
    width: auto;
    font-size: 30px;
    line-height: 34px;
  }

  .div-block-397 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-bottom: -20px;
  }

  .grid-opening-hours.days, .grid-opening-hours.time, .grid-opening-hours.days, .grid-opening-hours.time {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-400 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 25px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .monday, .tuesday, .wednesday, .thursday, .friday, .sunday, .saturday {
    font-size: 12.5px;
    font-weight: 300;
  }

  .dot-placeholder {
    margin-top: 2.5px;
  }

  .dot-placeholder.home {
    margin-top: 5px;
    display: flex;
  }

  .dot-placeholder.category {
    display: block;
  }

  .dot-placeholder.home {
    margin-top: 5px;
    display: flex;
  }

  .text-block-149 {
    padding-left: 7.5px;
    font-size: 11px;
    line-height: 14px;
    text-decoration: none;
  }

  .image-67 {
    width: 100%;
    max-width: none;
  }

  .section-134 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-401 {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-403 {
    grid-column-gap: 2.5px;
    grid-row-gap: 2.5px;
    padding-top: 4%;
    padding-bottom: 4%;
    top: -1.65rem;
  }

  .div-block-404 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .text-block-255 {
    font-size: 14px;
  }

  .text-block-255.mobile {
    padding-left: 0;
  }

  .div-block-406 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 15px;
  }

  .collection-list-wrapper-10 {
    display: none;
  }

  .section-157 {
    margin-top: 4vh;
    padding-bottom: 100px;
  }

  .text-block-258 {
    font-size: 9.5px;
  }

  .text-block-258.slider {
    font-size: 10.5px;
  }

  .div-block-411 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    align-items: flex-start;
  }

  .div-block-411.alt {
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-413 {
    min-width: 200px;
  }

  .div-block-413.mobile {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .div-block-413.desktop {
    display: none;
  }

  .navmenu__dropdown-grid {
    border-top: 1px solid #e4e4e4;
    grid-template-columns: 1fr minmax(auto, 100%);
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 25px;
    display: flex;
  }

  .navmenu__dropdown-section-list-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: stretch;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .link-list__dropdown-toggle {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .link-list__dropdown-toggle.tag {
    justify-content: flex-end;
    padding-top: .5rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .collection-list-7 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-right: 10px;
  }

  .navbar_search-input-field-2 {
    box-shadow: none;
    border-radius: 10px;
    font-family: Inter, sans-serif;
    font-weight: 300;
  }

  .div-block-184 {
    border-bottom: 3.5px solid #f5d554;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-right: 0;
    display: flex;
  }

  .navbar1_link.event, .navbar1_link.nyhetsbrev {
    display: none;
  }

  .navbar1_link.first {
    margin-top: 20px;
  }

  .navbar1_link.mobile-search {
    display: flex;
  }

  .navbar1_link.event, .navbar1_link.nyhetsbrev {
    display: none;
  }

  .marquee-text-2 {
    margin-right: 8vw;
  }

  .fs_modal-1_wrapper {
    border-radius: 10px;
  }

  .navmenu__dropdown-left {
    padding-bottom: 0;
  }

  .bbr-container-2-3 {
    background-color: #fff;
  }

  .navbar1_top {
    grid-template-columns: 1fr auto;
  }

  .bbr-bottom-linkwrapper-1 {
    padding-left: 0;
  }

  .navbar1_menu-inner {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-search-empty {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .navmenu__dropdown-list {
    padding-bottom: 15px;
    padding-left: 0;
  }

  .u-icon-20-2 {
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
  }

  .navmenu__dropdown-section-link-heading-2 {
    font-weight: 300;
  }

  .bbr-bottom-row-1-4 {
    background-color: #fff;
    border-top: .06px #000;
    border-bottom-width: .06rem;
    border-bottom-color: #000;
    padding: 0 10px;
  }

  .navmenu__dropdown-section-link-icon-2 {
    margin-bottom: 24px;
    transform: none;
  }

  .navmenu__dropdown-block {
    border-top-style: none;
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .navmenu__dropdown-block.alt, .div-block-183 {
    display: none;
  }

  .div-block-183._22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .card-bg-move {
    display: none;
  }

  .marquee-horizontal-2 {
    background-color: #f5d554;
  }

  .bbr-bottom-link-1-2 {
    flex: none;
    height: 5vh;
    margin-right: 25px;
    padding-bottom: 0;
    font-size: 3.3vw;
  }

  .bbr-bottom-link-1-2:active {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-block-2 {
    padding-top: 0;
  }

  .text-block-163 {
    font-family: Space Grotesk, sans-serif;
  }

  .header {
    width: 100%;
  }

  .header.alt {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-165 {
    font-family: Space Grotesk, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .div-block-308 {
    border-bottom-style: none;
    margin-bottom: 0;
  }

  .link-list__dropdown-icon {
    display: none;
  }

  .link-list__dropdown-icon.tag {
    margin-left: 0;
    padding-top: 2px;
    display: block;
  }

  .fs_modal-1_popup {
    padding-top: 4.5rem;
    display: none;
  }

  .navmenu__dropdown-section-link-description-2 {
    text-transform: capitalize;
    margin-top: 4px;
  }

  .navbar1_container {
    border-bottom-style: none;
    border-bottom-color: #000;
    padding: .5rem 20px;
    display: flex;
  }

  .navmenu__dropdown-section {
    margin-top: 25px;
    margin-bottom: 25px;
    list-style-type: none;
  }

  .hero-search {
    width: 100%;
    min-width: 0;
    display: none;
  }

  .navmenu__dropdown-container.cc-mobile {
    border-bottom-style: none;
  }

  .navmenu__dropdown-container.cc-mobile.tag {
    flex-flow: column;
  }

  .bbr-bottom-linktext-1-2 {
    color: #1d1d1d;
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 3.27vw;
    line-height: 1.2em;
  }

  .div-block-165 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navmenu__dropdown-section-heading {
    border-bottom-style: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: none;
  }

  .bbr-bottom-1-4 {
    background-color: #fff;
    border-bottom-style: none;
    width: 100%;
    display: block;
  }

  .navbar-search-list.header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .link-list__dropdown-wrapper.tag._1 {
    margin-top: -2.5px;
  }

  .navmenu__dropdown {
    border-top-style: none;
  }

  .navmenu__dropdown.w--open {
    border-top-style: none;
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .bbr-bottom-box-1-6 {
    background-color: #fff;
    width: auto;
  }

  .logo {
    width: 165px;
    max-width: none;
    height: auto;
  }

  .navmenu__dropdown-section-link-2 {
    flex-direction: column;
  }

  .navbar1_menu.is-page-height-tablet {
    border-top-style: none;
    border-bottom-width: .06rem;
    border-bottom-color: #000;
    height: auto;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .navmenu__dropdown-list-2 {
    padding-left: 0;
  }

  .collection-item-12 {
    width: auto;
  }

  .fs_modal-1_button-2 {
    filter: invert();
    background-color: #fff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .text-block-260, .text-block-261, .text-block-262, .text-block-263 {
    font-family: Space Grotesk, sans-serif;
  }

  .div-block-302 {
    flex-flow: column;
  }

  .div-block-301 {
    width: auto;
    position: relative;
  }

  .accordian-wrapper {
    grid-column-gap: 0rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-78 {
    text-transform: none;
    width: 100%;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--grey-2);
    text-decoration-color: var(--grey-2);
    font-size: 12.5px;
    line-height: 20px;
    text-decoration-style: dashed;
  }

  .heading-78._24 {
    margin-top: 0;
    margin-bottom: 2.5px;
    font-family: Inter, sans-serif;
    font-size: 8.5px;
    line-height: 8.5px;
    text-decoration: none;
  }

  .div-block-419 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 2px;
  }

  .bold-text-58 {
    color: var(--font-color-main);
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 700;
  }

  .lb {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
  }

  .chapter-lb {
    font-size: 14px;
    line-height: 180%;
  }

  .ch15-other-img-w {
    flex-direction: row;
  }

  .img-sub-w {
    margin-top: 20px;
  }

  .only-mob {
    display: block;
  }

  .max170px {
    max-width: 151px;
  }

  .max310px {
    max-width: 303px;
  }

  .sub-p {
    font-size: 12px;
  }

  .sub-p.left {
    line-height: 18px;
  }

  .simspsons-cover.only-mob {
    height: 90vh;
  }

  .p28px {
    text-align: left;
    margin-bottom: 0;
    font-size: 14.5px;
    line-height: 20px;
  }

  .ch15-first-img-w {
    width: 241px;
    min-width: 241px;
    max-width: 241px;
  }

  ._100prc-img-onl-mob {
    display: block;
  }

  .hide-mob, ._100prc-img-3 {
    display: none;
  }

  .image-100 {
    width: 80%;
  }

  .ch15-img-w-2 {
    grid-column-gap: 16px;
    margin-top: 6vh;
    margin-right: 0;
    padding-left: 0;
    display: flex;
    overflow: scroll;
  }

  .ch15-3img-w-2 {
    width: 273px;
    min-width: 273px;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .ch15-2img-w-2 {
    width: 273px;
    min-width: 273px;
    height: auto;
    padding-right: 20px;
  }

  .section-161 {
    padding-left: 0;
    padding-right: 0;
  }

  .slide_arrows {
    padding-top: 2vh;
  }

  .section-162 {
    padding-top: 0;
  }

  .container-1278 {
    padding-left: 7%;
    padding-right: 7%;
  }

  .slide_item {
    width: 104%;
    padding-right: 4%;
  }

  .slide_svg {
    color: var(--alt-black);
  }

  .slide_card {
    padding-top: 1.6em;
    padding-left: 7%;
    padding-right: 7%;
  }

  .image-141 {
    width: 40px;
    height: 40px;
  }

  .image-141.alt.wq {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-455 {
    width: 100%;
  }

  .paragraph-78 {
    margin-top: 1rem;
  }

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

  .div-block-457.alt {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    height: auto;
  }

  .div-block-458.korespondenter {
    width: auto;
    margin-top: 30px;
  }

  .div-block-460 {
    max-width: 400px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .heading-134 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-134.white {
    display: none;
  }

  .div-block-468 {
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
  }

  .div-block-468._2-0 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
  }

  .div-block-469 {
    height: 280px;
  }

  .div-block-469._2-0 {
    background-image: linear-gradient(180deg, #0000, var(--gul) 90%), url("https://cdn.prod.website-files.com/689b13792a3c78aa663f505d/689b6abb74433315cdfe1667_image%202%20(6).png");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 80%;
    background-image: linear-gradient(180deg, #0000, var(--gul) 90%), url("https://cdn.prod.website-files.com/689b13792a3c78aa663f505d/689b6abb74433315cdfe1667_image%202%20(6).png");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 80%;
    width: 100%;
    height: 280px;
  }

  .div-block-467 {
    flex-flow: column;
  }

  .div-block-467.alt {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-470 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-470._2-0 {
    background-color: var(--gul);
    background-image: none;
    background-color: var(--gul);
    background-image: none;
    justify-content: center;
    align-items: center;
    height: auto;
    display: block;
  }

  .text-span-31, .text-span-34 {
    font-weight: 700;
  }

  .text-block-270._1 {
    font-family: Inter, sans-serif;
    font-size: 12.5px;
    font-weight: 700;
  }

  .bold-text-62._2 {
    font-size: 12.5px;
    font-weight: 700;
  }

  .text-span-32 {
    font-weight: 600;
  }

  .signup-form-3 {
    border-color: #333;
    border-radius: 8px;
  }

  .signup-form-block-3 {
    display: none;
  }

  .signup-form-block-3.alt {
    display: inline-flex;
  }

  .div-block-475 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-block-271 {
    min-width: 51px;
  }

  .link-4 {
    text-decoration: underline;
  }

  .paragraph-81 {
    text-align: center;
  }

  .paragraph-81._2-0 {
    font-size: 12.5px;
  }

  .paragraph-81._2-0.home {
    font-weight: 700;
  }

  .div-block-477 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .div-block-478 {
    flex-flow: column;
  }

  .div-block-478.home {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .div-block-479 {
    border-style: none;
    border-color: #1d1d1d;
    display: none;
  }

  .text-span-35 {
    display: none;
  }

  .div-block-488 {
    background-image: linear-gradient(180deg, #0000, var(--white)), url("https://cdn.prod.website-files.com/689b13792a3c78aa663f505d/6a0c3eb70979d73871607323_Clip%20path%20group%20(1).png");
    width: 70%;
    height: 195px;
  }

  .div-block-491 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
  }

  .div-block-496 {
    width: 100%;
  }

  .div-block-497 {
    grid-column-gap: 4vh;
    grid-row-gap: 4vh;
    flex-flow: column;
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .div-block-498 {
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-10 {
    height: auto;
    margin-right: 0;
    overflow: visible;
  }

  .div-block-499 {
    flex-flow: column;
  }

  .div-block-500 {
    padding-right: 0;
  }

  .div-block-501 {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .div-block-501.tagg {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-281 {
    font-weight: 500;
  }

  .container-1282 {
    width: auto;
  }

  .mapbox-wrap-2 {
    width: 200px;
    height: 175px;
  }

  .image-148.alt {
    width: 125px;
    padding-bottom: 0;
  }

  .image-148.alt.inl-gg {
    width: 100%;
    padding-bottom: 0;
  }

  .heading-141 {
    font-size: 16px;
  }

  .image-149 {
    width: .8rem;
  }

  .image-149.listings {
    width: .7rem;
    height: .7rem;
  }

  .paragraph-85 {
    font-size: 12.5px;
    line-height: 18px;
  }

  .heading-142 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .alt {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .code-embed-6 {
    display: none;
  }

  .div-block-509 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-510 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .code-embed-16 {
    justify-content: flex-end;
    align-items: flex-end;
    width: 150px;
    margin-bottom: 10px;
    font-size: 12.5px;
    display: flex;
  }

  .div-block-513 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    display: flex;
  }

  .signupfield {
    width: auto;
    padding-left: 0;
    padding-right: 10px;
  }

  .div-block-517 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .div-block-518 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .link-block-67 {
    text-decoration: none;
  }

  .paragraph-86 {
    text-align: center;
    font-size: 14px;
  }

  .div-block-525 {
    grid-column-gap: 4vh;
    grid-row-gap: 4vh;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 6vh 20px 4vh;
  }

  .form-caption {
    font-size: 12.5px;
  }

  .form-wrap {
    width: 100%;
  }

  .submit-button {
    background-color: var(--color);
    border-color: #419bbc;
    width: 100%;
  }

  .form-field-label {
    background-color: var(--almost-white);
    font-weight: 600;
    line-height: 18px;
  }

  .div-block-526 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .heading-144 {
    text-align: center;
    width: 80%;
    font-size: 32px;
    line-height: 32px;
  }

  .paragraph-87 {
    text-align: center;
    margin-top: 10px;
  }

  .div-block-529 {
    width: 100%;
  }

  .div-block-530 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .image-151 {
    width: 250px;
  }

  .div-block-531 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .navbar-search-item-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    text-decoration: none;
    display: flex;
  }

  .paragraph-0-9 {
    font-size: .8125rem;
  }

  .paragraph-0-9.u-text-midgray.u-mb-0 {
    margin-bottom: 0;
  }

  .paragraph-88.category_text {
    color: var(--color-3);
  }

  .text-span-49 {
    text-transform: uppercase;
  }

  .section-150 {
    border-bottom-style: none;
    border-bottom-color: #cfcfcf;
    width: 100%;
    height: 150px;
    display: inline-block;
  }

  .text-block-285 {
    color: var(--color);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .text-block-286 {
    font-family: Inter, sans-serif;
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.6em;
  }

  .search-2 {
    width: 95%;
  }

  .heading-145 {
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-left: 1.5px;
    font-size: 24px;
    line-height: 38px;
  }

  .container-1284 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-1284.reuslts {
    margin-bottom: 40vh;
    padding-bottom: 0;
  }

  .swiper.is-content {
    display: none;
  }

  .swiper.is-photos {
    margin-bottom: 4vh;
  }

  .slider-left {
    display: none;
  }

  .slider-right {
    width: 37.5%;
  }

  .arrow.is-left, .arrow.is-right, .arrow.is-left, .arrow.is-right {
    width: 1rem;
    height: 1.25rem;
  }

  .padding-global {
    padding: 0 1rem 2.25vh;
  }

  .slider-wrapper {
    grid-column-gap: 4vh;
    grid-row-gap: 4vh;
    flex-flow: column;
    margin-bottom: 2vh;
  }

  .arrow-right {
    max-width: 100%;
  }

  .slider-icon_wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .page-wrapper-2 {
    background-color: var(--almost-white);
    display: block;
  }

  .image-height {
    background-image: url("https://cdn.prod.website-files.com/689b13792a3c78aa663f505d/68e256057b83c8b309b92636_Group%20376%20(3).png");
    padding-top: 110%;
    padding-bottom: 40%;
    padding-left: 0;
  }

  .hero-inner {
    position: relative;
  }

  .banner {
    height: auto;
  }

  .frontside._333 {
    background-image: url("https://cdn.prod.website-files.com/689b13792a3c78aa663f505d/68e2b8a35199394c91b33a7a_Group%20399%20(1).png");
  }

  .frontside._1-1 {
    background-image: url("https://cdn.prod.website-files.com/689b13792a3c78aa663f505d/68e25329d60bd8dbc74e22cc_Group%20380%20(1).png");
  }

  .frontside._234123 {
    background-image: url("https://cdn.prod.website-files.com/689b13792a3c78aa663f505d/68e25604715f79d3ce8e981a_Group%20375%20(3).png");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .frontside._22 {
    background-image: url("https://cdn.prod.website-files.com/689b13792a3c78aa663f505d/68e253274b00f3655a77517a_Group%20381%20(1).png");
  }

  .frontside._12e {
    background-image: url("https://cdn.prod.website-files.com/689b13792a3c78aa663f505d/68e2b7c2e7077842f69713c0_Group%20398%20(1).png");
  }

  .frontside._123 {
    background-image: url("https://cdn.prod.website-files.com/689b13792a3c78aa663f505d/68e25327992e33e0718dfb6c_Group%20374%20(1).png");
  }

  .frontside._31 {
    background-image: url("https://cdn.prod.website-files.com/689b13792a3c78aa663f505d/68e255385f4d57ffa5aa4188_Group%20383%20(2).png");
  }

  .panel {
    border-radius: 0;
    width: 95px;
    height: 95px;
    top: 33%;
  }

  .container-1285.hero {
    color: #fcfcfc;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    display: none;
    position: relative;
  }

  .scene {
    margin-top: 0;
    margin-bottom: 6vh;
    transform: rotateX(-1deg)rotateY(0)rotateZ(-5deg);
  }

  .section-169 {
    margin-top: 0;
  }

  .div-block-533 {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 0;
  }

  .section {
    background-color: var(--almost-white);
    min-width: auto;
    min-height: auto;
  }

  .card {
    width: 80px;
    height: 128px;
    box-shadow: none;
  }

  .div-block-544 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 67.5%;
    height: auto;
    display: flex;
  }

  .div-block-545 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-546 {
    width: 100%;
  }

  .rich-text-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text-block-2 {
    font-family: Inter Tight, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }

  .div-block-552 {
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .image-154 {
    width: 90%;
  }

  .container-1286 {
    padding-bottom: 4vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-90 {
    text-align: center;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 14.5px;
    text-decoration: none;
  }

  .div-block-553 {
    grid-column-gap: 4vh;
    grid-row-gap: 4vh;
    flex-flow: column;
    max-width: none;
    padding-top: 6vh;
  }

  .div-block-554 {
    grid-column-gap: 4vh;
    grid-row-gap: 4vh;
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .heading-147 {
    font-size: 16px;
  }

  .div-block-555 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .div-block-556 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-span-67 {
    font-size: 31px;
    font-weight: 600;
    line-height: 34px;
  }

  .heading-148 {
    width: auto;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
  }

  .text-span-68 {
    text-transform: uppercase;
  }

  .image-155 {
    position: absolute;
    inset: auto 0% 0%;
  }

  .paragraph-91 {
    width: auto;
    max-width: 330px;
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 20px;
  }

  .text-span-69 {
    font-size: 31px;
    font-weight: 600;
    line-height: 34px;
  }

  .div-block-558 {
    grid-column-gap: 265px;
    grid-row-gap: 265px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: auto;
  }

  .text-span-70, .text-span-71 {
    text-transform: uppercase;
  }

  .bold-text-65 {
    font-size: 31px;
    line-height: 34px;
  }

  .div-block-562 {
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .text-span-72 {
    text-transform: uppercase;
    font-weight: 700;
  }

  .div-block-563 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    max-width: 100%;
    margin-top: 0;
    padding: 0 20px 0;
    display: flex;
  }

  .div-block-564 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding: 5vh 0 0;
    display: flex;
  }

  .div-block-565 {
    justify-content: center;
    align-items: flex-end;
    width: 80%;
    height: auto;
    position: absolute;
    overflow: hidden;
  }

  .section-171 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    align-items: stretch;
    height: auto;
  }

  .grid-7 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-100 {
    width: auto;
    max-width: 330px;
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 20px;
  }

  .accordion-3 {
    border-bottom-width: 6.5px;
    width: auto;
  }

  .bold-text-73 {
    font-size: 12.5px;
  }

  .text-span-91 {
    font-size: 31px;
    font-weight: 600;
    line-height: 34px;
  }

  .div-block-615 {
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .div-block-616 {
    height: auto;
    margin-bottom: 4vh;
    padding-top: 4vh;
    padding-bottom: 0;
  }

  .div-block-617 {
    display: none;
  }

  .div-block-618 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: auto;
    display: block;
  }

  .text-span-92 {
    font-size: 31px;
    font-weight: 600;
    line-height: 34px;
  }

  .section-176 {
    align-items: stretch;
    padding-bottom: 0;
  }

  .image-193 {
    position: absolute;
    inset: auto 0% 0%;
  }

  .lottie-animation-4 {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
  }

  .bold-text-74 {
    font-size: 31px;
    line-height: 34px;
  }

  .container-1291 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .signupfield-3 {
    width: auto;
    padding-left: 0;
    padding-right: 10px;
  }

  .div-block-622 {
    border-color: #ccc;
    width: auto;
    height: 140px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-span-93, .text-span-94 {
    text-transform: uppercase;
  }

  .div-block-623 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding: 5vh 0 0;
    display: block;
  }

  .div-block-624 {
    justify-content: center;
    align-items: flex-end;
    width: 80%;
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .div-block-624.nyhetsbrev {
    width: 80%;
    height: auto;
  }

  .div-block-625 {
    width: 100%;
  }

  .section-177 {
    z-index: 10;
    border: 1px #000;
    top: -2.5vh;
  }

  .accordion-heading-4 {
    padding: .5rem 1rem;
  }

  .div-block-628 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    max-width: 100%;
    margin-top: 0;
    padding: 0 20px 0;
    display: flex;
  }

  .text-span-95 {
    text-transform: uppercase;
    font-weight: 700;
  }

  .heading-156.alt {
    width: 100%;
    margin-top: 4vh;
    display: flex;
  }

  .heading-156._3 {
    margin-top: 4vh;
    display: block;
  }

  .heading-156._3._2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-1292 {
    margin-top: .6rem;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div-block-629 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: block;
  }

  .heading-157 {
    text-transform: none;
    width: 100%;
    font-size: 12.5px;
    line-height: 20px;
    -webkit-text-decoration: underline dashed #ccc;
    text-decoration: underline dashed #ccc;
  }

  .paragraph-104 {
    margin-bottom: 10px;
  }

  .heading-158 {
    width: auto;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
  }

  .text-span-96 {
    text-transform: uppercase;
  }

  .text-block-293 {
    color: var(--alt-black);
    padding-left: 1.5px;
    font-family: Inter, sans-serif;
    font-size: 12.5px;
    font-weight: 300;
  }

  .div-block-631 {
    width: 100%;
  }

  .search-result-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .link-13 {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  .ch9-anim-w-2 {
    height: 250vh;
    display: none;
    inset: 0% 0% auto;
  }

  .filter_list-2.tag {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-654.tag {
    flex-flow: column;
  }

  .filter_form_block-2.tag {
    margin-left: 0;
    margin-right: 0;
  }

  .filter_form_block-2.tag.alt {
    position: relative;
  }

  .filter_block-2.tag {
    justify-content: center;
    align-items: center;
  }

  .filter_block-2.tag._1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fs-example_layout {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .fs-example_layout.tag {
    padding-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .filter_results {
    flex-direction: column;
    align-items: flex-start;
  }

  .filter_grid-3.tag {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-645 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-299 {
    font-weight: 500;
  }

  .paragraph-106.alt {
    width: auto;
    font-size: 12.5px;
    line-height: 18px;
    display: block;
  }

  .paragraph-106.alt.tag {
    max-height: none;
  }

  .paragraph-106.alt.tag.card-excerpt {
    margin-bottom: 0;
  }

  .div-block-646 {
    flex-flow: column;
  }

  .div-block-643 {
    width: 100%;
  }

  .div-block-643.inl-gg-list {
    border-radius: 2.5px;
    width: auto;
  }

  .div-block-642 {
    width: 100%;
  }

  .text-block-298 {
    font-size: .55rem;
  }

  .div-block-647 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-301 {
    font-size: .55rem;
  }

  .image-197 {
    border-bottom-left-radius: 0;
  }

  .filter_block-3.tagg {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 0;
  }

  .filter_block-3.tagg._2 {
    padding-left: 0;
  }

  .filter_block-3.tagg._2.bottom {
    margin-top: 5px;
    margin-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .filter_list-3 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .filter_list-3.tagg._2 {
    overflow: visible;
  }

  .filter_list-3.tagg._2 {
    flex-flow: row;
    overflow: visible;
  }

  .filter_list-3.tagg._1 {
    padding-bottom: 0;
  }

  .checkbox_label-2.tagg {
    color: var(--font-color-main);
  }

  .paragraph-107 {
    color: var(--color-4);
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0%;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
  }

  .div-block-660 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .div-block-662.alt {
    justify-content: space-between;
    align-items: center;
  }

  .text-block-303 {
    font-size: .55rem;
  }

  .text-block-303.kategorier {
    font-size: .55rem;
    line-height: 22.5px;
  }

  .text-block-303.kategorier._1 {
    text-transform: capitalize;
    text-transform: capitalize;
  }

  .collection-item-19, .image-207 {
    width: 100%;
  }

  .link-block-73 {
    text-decoration: none;
  }

  .div-block-668 {
    justify-content: space-between;
    align-items: center;
  }

  .collection-item-21 {
    width: auto;
  }

  .collection-list-13 {
    align-items: flex-start;
  }

  .div-block-669 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    display: flex;
  }

  .image-208 {
    width: auto;
    margin-top: 0;
    padding-right: 1px;
    display: block;
    position: relative;
  }

  .div-block-670 {
    width: auto;
    margin-left: 2rem;
    display: flex;
  }

  .link-block-74 {
    grid-column-gap: 2.5px;
    grid-row-gap: 2.5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    text-decoration: none;
    display: inline-flex;
    position: relative;
  }

  .div-block-671 {
    width: 36px;
  }

  .div-block-673 {
    position: relative;
  }

  .div-block-675 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .text-block-306 {
    font-family: Space Grotesk, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .navmenu__dropdown-section-heading-2 {
    border-bottom-style: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: none;
  }

  .navmenu__dropdown-left-2 {
    padding-bottom: 0;
  }

  .filter_block-5.tagg {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 0;
  }

  .filter_block-5.tagg.first {
    padding-bottom: .5rem;
  }

  .div-block-693 {
    flex-flow: column;
  }

  .navmenu__dropdown-grid-2 {
    border-top: 1px solid #e4e4e4;
    grid-template-columns: 1fr minmax(auto, 100%);
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 25px;
  }

  .navmenu__dropdown-grid-2.tag {
    border-top-style: none;
    grid-template-columns: .25fr minmax(auto, 100%);
    padding-left: 0;
  }

  .navmenu__dropdown-2 {
    border-top-style: none;
  }

  .navmenu__dropdown-2.w--open {
    border-top-style: none;
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .heading-165 {
    padding-right: 1rem;
    font-family: Inter, sans-serif;
  }

  .container-1293 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-1293.home {
    width: auto;
  }

  .slide_item-2 {
    width: 100%;
    height: 100%;
    padding-right: 0%;
  }

  .slide_arrows-2 {
    padding-top: 2vh;
  }

  .slide_svg-2 {
    color: #333;
  }

  .section-191 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }

  .section-191.tj-nster.home {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 0;
    padding-top: .5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-695 {
    flex-flow: column;
  }

  .header-small-article-card-7 {
    font-size: 18px;
    line-height: 22px;
  }

  .header-small-article-card-7.category-2 {
    column-count: auto;
    column-count: auto;
    min-height: auto;
    padding: 0 2.5rem 2px 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .content-category-12 {
    font-weight: 700;
  }

  .bold-text-76 {
    color: #1d1d1d;
    font-size: 9.5px;
    font-weight: 700;
  }

  .date-article-card-6 {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
    padding-left: 12px;
    font-size: 9.5px;
    display: flex;
  }

  .div-block-698._2-0 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    padding: 10px 0 8px;
  }

  .div-block-698._2-0.category {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    padding-top: 10px;
    padding-right: 10px;
  }

  .div-block-699.category {
    padding-left: 12px;
  }

  .slider-arrow-right {
    position: relative;
  }

  .div-block-173 {
    width: auto;
    display: none;
  }

  .heading-166 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-166._2 {
    text-transform: none;
    text-transform: none;
    font-size: 24px;
    line-height: 24px;
  }

  .div-block-701 {
    background-color: #f1f1f100;
    margin-right: 0;
    padding-bottom: 4vh;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5 {
    line-height: 24px;
  }

  .slider-arrow-icon {
    position: absolute;
  }

  .signup-inout-field-2 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-right: -32px;
  }

  .div-block-23 {
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 4vh;
  }

  .text-block-308 {
    min-width: 51px;
  }

  .paragraph-108 {
    text-align: center;
    font-size: 14px;
  }

  .header-container-2 {
    z-index: 100;
    margin-bottom: 0;
    transform: none;
  }

  .header-container-2.inl-gg {
    min-width: auto;
    margin-top: 8vh;
  }

  .header-container-2.inl-gg.kategorier {
    display: none;
  }

  .slider-card {
    background-color: #f1f1f100;
  }

  .slider-button-wrapper {
    display: flex;
  }

  .div-block-702 {
    flex-flow: column;
  }

  .div-block-702.alt {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-703 {
    background-image: linear-gradient(#0000, #fff), url("https://cdn.prod.website-files.com/689b13792a3c78aa663f505d/6a0c3eb70979d73871607323_Clip%20path%20group%20(1).png");
    width: 70%;
    height: 195px;
  }

  .div-block-704 {
    background-color: #f1f1f100;
    padding: 0 0 0;
  }

  .link-block-76.create-account {
    display: block;
  }

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

  .div-block-705 {
    width: 100%;
  }

  .div-block-706 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
  }

  .image-211.alt {
    width: 125px;
    padding-bottom: 0;
  }

  .image-211.alt.inl-gg {
    width: 100%;
    padding-bottom: 0;
  }

  .bold-text-57 {
    font-family: Inter Tight, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .signup-form-block-4 {
    width: 265px;
    display: block;
  }

  .quick-stack-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-3 {
    font-family: Inter, sans-serif;
    font-size: 10px;
    line-height: 16px;
  }

  .heading-3.date {
    font-family: Inter, sans-serif;
    font-size: 10px;
  }

  .div-block-16 {
    grid-column-gap: 7.5px;
    grid-row-gap: 7.5px;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-19 {
    border-color: #333;
    border-radius: 5px;
  }

  .div-block-26 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .content-category-13 {
    font-weight: 700;
  }

  .content-category-13.alt {
    font-size: 10px;
    display: block;
  }

  .image-42 {
    width: 17.5px;
  }

  .cell-4 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-417 {
    padding-bottom: 0;
  }

  .heading-167 {
    font-family: Inter, sans-serif;
    font-size: 10px;
    line-height: 18px;
  }

  .text-block-3 {
    font-size: 10.5px;
    font-weight: 300;
    line-height: 16px;
  }

  .div-block-708 {
    grid-column-gap: 7.5px;
    grid-row-gap: 7.5px;
    justify-content: flex-start;
    align-items: center;
  }

  .image-212 {
    width: 17.5px;
  }

  .heading-168 {
    font-family: Inter, sans-serif;
    font-size: 10px;
    line-height: 16px;
  }

  .heading-169 {
    font-family: Inter, sans-serif;
    font-size: 10px;
    line-height: 18px;
  }

  .div-block-710 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-711, .div-block-711.first, .div-block-711.first {
    width: 100%;
  }

  .large-articlecards-left-5 {
    width: 100%;
    display: inline-flex;
  }

  .collection-item-22 {
    width: 100%;
  }

  .text-block-309 {
    font-size: 9.5px;
  }

  .text-block-309.events.alt.home.kategoriers {
    line-height: 22.5px;
  }

  .bold-text-79 {
    color: #1d1d1d;
    font-size: 9.5px;
    font-weight: 700;
  }

  .div-block-713.alt {
    justify-content: center;
    align-items: stretch;
  }

  .image-213 {
    width: .8rem;
  }

  .date-article-card-7 {
    font-size: 9.5px;
  }

  .content-category-14 {
    padding-right: 12px;
    font-size: 9.5px;
  }

  .article-card-link-block-6 {
    flex-flow: column;
    height: auto;
  }

  .div-block-715 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 12.5px;
    padding-bottom: 8px;
    display: flex;
  }

  .div-block-716 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 2px;
  }

  .div-block-717 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .large-articlecards-left-6 {
    width: 100%;
    display: inline-flex;
  }

  .collection-item-23 {
    width: 100%;
  }

  .text-block-310 {
    font-size: 9.5px;
  }

  .text-block-310.events.alt.home.kategoriers {
    line-height: 22.5px;
  }

  .div-block-718 {
    justify-content: flex-start;
    width: 100%;
  }

  .article-card-link-block-7 {
    flex-flow: column;
    height: auto;
  }

  .div-block-719 {
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .div-block-719.large-articlecards-left.with-background {
    flex-flow: column;
    padding-right: 0;
  }

  .image-215 {
    width: auto;
  }

  .image-216 {
    width: .8rem;
  }

  .date-article-card-8 {
    font-size: 9.5px;
  }

  .div-block-720.alt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .div-block-720.alt.home {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 12.5px;
  }

  .content-category-15 {
    padding-right: 12px;
    font-size: 9.5px;
  }

  .div-block-722 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 2px;
  }

  .div-block-723 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .bold-text-80 {
    color: #1d1d1d;
    font-size: 9.5px;
    font-weight: 700;
  }

  .text-block-311 {
    font-size: 10.5px;
    font-weight: 300;
    line-height: 16px;
  }
}

#w-node-a09aec60-f982-8e0a-b5b5-6a5227311c36-9e694524 {
  justify-self: auto;
}

#w-node-_56f8baa2-cd43-ff69-f036-528209d229c7-9e694524, #w-node-_56f8baa2-cd43-ff69-f036-528209d229dd-9e694524 {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-_33d47065-4d94-24ed-e4d8-350d66fdafed-9e694524, #w-node-_33d47065-4d94-24ed-e4d8-350d66fdaff0-9e694524, #w-node-_33d47065-4d94-24ed-e4d8-350d66fdaffa-9e694524 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70e40c32-3964-eece-dace-27d6e159c72a-9e694524 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-a09aec60-f982-8e0a-b5b5-6a5227311c34-9e694524 {
    order: -9999;
  }

  #w-node-a09aec60-f982-8e0a-b5b5-6a5227311c43-9e694524 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a09aec60-f982-8e0a-b5b5-6a5227311c34-9e694524 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a09aec60-f982-8e0a-b5b5-6a5227311c36-9e694524 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_70e40c32-3964-eece-dace-27d6e159c72a-9e694524 {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
  }
}
