@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&display=swap);
/* Digg typografi */
/* Digg colors */
/* Used for text in disabled input text */
/* Used for disabled input checkbox/radiobutton */
/* Used for focus */
/* Used for hover */
/* Used for warning */
/* Digg general spaces */
.text-0 {
  font-weight: bold;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -0.04em;
  color: #2b2a29; }

.text-1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.03em;
  color: #2b2a29; }

.text-2 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: -0.03em;
  color: #2b2a29; }

.text-3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #2b2a29; }

.text-4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #2b2a29; }

.text-4-link {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-decoration-line: underline;
  color: #2b2a29; }

.text-5 {
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #2b2a29; }

.text-5-bold {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.01em;
  color: #2b2a29; }

.text-5-link {
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  text-decoration-line: underline;
  color: #2b2a29; }

.text-6 {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2b2a29; }

.text-6-bold {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #2b2a29; }

.text-6-link {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #2b2a29; }

.text-7 {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #2b2a29; }

.text-7-bold {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #2b2a29; }

/* Specific texts - ex. warning, required.. */
.required::after {
  content: ' *'; }

.warning-text {
  font-size: 14px;
  color: #b45e51;
  margin-bottom: 0px; }
  .warning-text::after {
    content: ' *'; }

/* Link style */
a {
  text-decoration: none;
  color: #2b2a29;
  cursor: pointer; }
  a > span {
    border-bottom: 1px solid #2b2a29;
    transition: padding-bottom 0.1s;
    -webkit-transition: padding-bottom 0.1s; }
  a:hover {
    color: #5a5856; }
    a:hover > span {
      padding-bottom: 2px;
      border-color: #5a5856; }
  a:focus {
    outline: 3px dotted #2B2A29;
    outline-offset: 3px !important; }
  a:active > span {
    padding-bottom: 2px; }

/* anchorLinks */
h2.anchorLink,
h3.anchorLink,
h4.anchorLink {
  padding-top: 75px;
  margin-top: -75px; }

/* breadcrumbswrapper */
.breadCrumbsWrapper {
  border-bottom: 2px solid #e8e8e8; }

/* Digg colors */
/* Used for text in disabled input text */
/* Used for disabled input checkbox/radiobutton */
/* Used for focus */
/* Used for hover */
/* Used for warning */
/* Digg general spaces */
table {
  width: 100%;
  border-collapse: collapse; }
  table > thead > tr > th > div {
    padding: 5%;
    font-size: 16px; }
  table > tbody > tr > td > div {
    padding: 5%; }
  table .row-border {
    border-bottom: solid 2px #e8e8e8; }
  table .head-border {
    border-right: solid 2px #e8e8e8; }
  table .body-border td {
    border-right: solid 2px #e8e8e8; }

.table-border {
  border-style: solid;
  border-width: 2px;
  border-color: #e8e8e8;
  border-right: 0;
  border-bottom: 0; }

.border-none {
  border: none; }

/* Digg colors */
/* Used for text in disabled input text */
/* Used for disabled input checkbox/radiobutton */
/* Used for focus */
/* Used for hover */
/* Used for warning */
/* Digg general spaces */
.no-js-nav {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.08);
  z-index: 301; }
  .no-js-nav > div {
    padding-left: 0;
    padding-right: 0; }
  .no-js-nav nav {
    padding-top: 0; }
    .no-js-nav nav a {
      font-size: 16px;
      line-height: 20px;
      color: #2b2a29;
      background-color: #ffffff;
      padding: 18px 8px 18px 16px;
      border-bottom: 2px solid #e8e8e8;
      word-break: break-word;
      display: block; }
      @media screen and (min-width: 56.25em) {
        .no-js-nav nav a {
          padding: 17px 8px 16px 16px; } }
      .no-js-nav nav a:hover, .no-js-nav nav a:focus {
        color: #5a5856;
        -webkit-text-decoration: underline;
        text-decoration: underline; }
      .no-js-nav nav a:active {
        color: #2b2a29;
        -webkit-text-decoration: underline;
        text-decoration: underline; }
      .no-js-nav nav a.active {
        font-weight: 700;
        border-left: 2px solid #cd7a6e;
        -webkit-text-decoration: underline;
        text-decoration: underline; }
    .no-js-nav nav > ul {
      background-color: #eff0ee;
      list-style: none;
      margin: 0;
      padding: 0;
      border-top: 2px solid #e8e8e8;
      border-bottom: 2px solid #e8e8e8; }
      .no-js-nav nav > ul > li {
        display: block;
        background-color: #eff0ee; }
        @media screen and (min-width: 56.25em) {
          .no-js-nav nav > ul > li:last-of-type a {
            border-bottom: 0px solid transparent; } }
        .no-js-nav nav > ul > li ul {
          margin-left: 8px; }
          .no-js-nav nav > ul > li ul a {
            margin-left: 8px; }
      .no-js-nav nav > ul > div > li {
        border: 0 !important; }
    .no-js-nav nav p {
      display: none; }
      @media screen and (min-width: 56.25em) {
        .no-js-nav nav p {
          margin: 0 0 0 0; }
          .no-js-nav nav p a {
            display: block;
            background-color: #ffffff;
            border-bottom: 2px solid #e8e8e8;
            border-left: 2px solid #e8e8e8;
            padding: 18px 8px 18px 16px;
            font-size: 16px;
            font-weight: normal;
            line-height: 20px;
            color: #2b2a29;
            font-weight: 400;
            -webkit-text-decoration: none;
            text-decoration: none;
            text-transform: none;
            -webkit-letter-spacing: 0;
            -moz-letter-spacing: 0;
            -ms-letter-spacing: 0;
            letter-spacing: 0;
            -webkit-transition: background-color 0.25s cubic-bezier(0.1, 0.89, 0.45, 0.94);
            transition: background-color 0.25s cubic-bezier(0.1, 0.89, 0.45, 0.94); } }
    .no-js-nav nav ul div > div {
      margin-left: 8px; }
    .no-js-nav nav div > p {
      margin: 0; }
    .no-js-nav nav .extraMenu {
      margin-top: 16px;
      border-top: 2px solid #e8e8e8;
      border-bottom: 0px; }
      .no-js-nav nav .extraMenu a {
        margin-left: 0;
        border-bottom: 2px solid #e8e8e8 !important;
        border-left: 0 !important; }
        .no-js-nav nav .extraMenu a:first-of-type {
          border-top: 2px solid #e8e8e8 !important; }

@charset "UTF-8";
/* Digg colors */
/* Used for text in disabled input text */
/* Used for disabled input checkbox/radiobutton */
/* Used for focus */
/* Used for hover */
/* Used for warning */
/* Digg general spaces */
html {
  scroll-behavior: smooth; }

.alert-info {
  color: black; }

.hfield {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1; }

address {
  font-style: normal; }

h1 + p.rider {
  margin-top: -1.5rem;
  color: #2b2a29; }

kbd,
samp {
  font-size: 1em; }

kbd samp {
  color: #2b2a29;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: bold; }

/* Removes margin on "Anmälan om bristan tillgänglighet */
.step-header {
  margin-top: 0px; }

/* Styles for diffrent inputs - start */
.input-text,
.textarea {
  min-height: 48px;
  font-size: 16px;
  border: 2px solid #949494;
  border-radius: 2px;
  line-height: 24px;
  padding-left: 16px;
  padding-right: 16px;
  box-shadow: none !important; }

.textarea {
  padding: 8px 16px;
  margin-top: 4px;
  margin-bottom: 4px;
  min-height: 3em;
  font-size: 16px; }
  .textarea:focus {
    outline: 3px dotted #2B2A29;
    outline-offset: 3px !important; }

.textarea-long {
  min-height: 6em; }

.input-text,
.textarea,
.select {
  border-radius: 2px;
  border: 2px solid #949494;
  font-size: 16px; }

.select {
  height: 48px;
  margin-top: 4px;
  margin-bottom: 4px;
  width: 100%;
  max-width: 300px;
  font-size: 16px;
  border: 2px solid #949494;
  border-radius: 2px; }
  .select option {
    font-size: 16px; }
  .select:focus {
    outline: 3px dotted #2B2A29;
    outline-offset: 3px !important; }

.input-text,
.form-control {
  font-size: 16px;
  border-radius: 2px;
  border: 2px solid #949494;
  height: 48px;
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 24px;
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: none !important; }
  .input-text:focus,
  .form-control:focus {
    outline: 3px dotted #2B2A29;
    outline-offset: 3px !important; }

input:disabled,
textarea:disabled {
  border-color: #e8e8e8;
  background-color: #ffffff;
  color: #c9c9c9; }
  input:disabled:hover,
  textarea:disabled:hover {
    border-color: #e8e8e8 !important; }

input[type='checkbox'],
input[type='radio'] {
  float: left;
  box-sizing: content-box;
  width: auto;
  margin: 4px 0.5em 0 0; }

/* Fieldset-style */
fieldset {
  border: none;
  padding: 0;
  margin: 0; }
  fieldset legend {
    margin-bottom: 8px;
    padding: 0px; }

.rider {
  color: #2b2a29;
  margin-top: -1.5em; }

.form-group .prev {
  margin-top: 1.5em;
  float: left; }

.form-group .next {
  margin-top: 1.5em;
  float: right; }

.form-step-1 .form-group:nth-of-type(1) label::after {
  content: ' *'; }

.form-step-1 .form-group:nth-of-type(2) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }
  .form-step-1 .form-group:nth-of-type(2) label {
    font-weight: normal !important; }

.form-step-3 .form-group textarea {
  min-height: 6em; }
  .form-step-3 .form-group textarea:first-of-type {
    margin-bottom: 1.5em; }

.form-step-3 .form-group:nth-of-type(1) label {
  font-weight: bold; }
  .form-step-3 .form-group:nth-of-type(1) label::after {
    content: ' *'; }

.form-step-4 {
  margin-bottom: 1.5em; }

.form-group .submit-button {
  float: right;
  margin: 0.3em;
  margin-top: -39px; }

/* Form fix efter import till diggprojektet */
.input-checkbox {
  margin-top: 4px !important; }

.custom-checkbox {
  margin-bottom: 16px;
  margin-top: 16px; }

.form-group {
  margin-bottom: 10px; }

.descr-div {
  margin-bottom: 16px; }

.preview-div h2 {
  margin-top: 0px; }

.preview-div ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px; }

.preview-div ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px; }

.form-list {
  margin-bottom: 16px; }
  .form-list p {
    margin-bottom: 0px; }
  .form-list ul {
    margin-top: 5px;
    margin-bottom: 0px; }
    .form-list ul li {
      font-size: 18px; }

label {
  display: block; }

input[type='checkbox'] + label,
input[type='radio'] + label {
  padding-left: 24px; }

input[type='checkbox']:focus + label {
  outline: 3px dotted #2B2A29;
  outline-offset: 3px !important; }

input[type='checkbox']:focus {
  outline-color: #0060ef;
  outline: 0px; }

.scrolled header > div:nth-of-type(1) > div {
  justify-content: space-between; }
  .scrolled header > div:nth-of-type(1) > div > div:nth-of-type(1) {
    order: 2;
    width: auto; }
    .scrolled header > div:nth-of-type(1) > div > div:nth-of-type(1) > div {
      width: 100px;
      overflow: hidden; }
    .scrolled header > div:nth-of-type(1) > div > div:nth-of-type(1) svg {
      width: 200px; }
  .scrolled header > div:nth-of-type(1) > div > div:nth-of-type(2) {
    order: 1;
    width: auto;
    padding-top: 8px; }
  .scrolled header > div:nth-of-type(1) > div > div:nth-of-type(3) {
    order: 3;
    width: auto;
    padding-right: 18px;
    padding-top: 8px; }

.scrolled header div[role='dialog'] {
  top: 58px; }

html a:focus,
html button:focus,
html input:focus,
html input[type="radio"]:focus,
html textarea:focus,
html select:focus {
  outline: 3px dotted #2B2A29;
  outline-offset: 3px !important; }

.input-focus:focus-within {
  outline: 3px dotted #2B2A29;
  outline-offset: 0px !important;
  width: fit-content; }

html .headerLogoWrapper a:focus div {
  outline: 3px dotted #2B2A29;
  outline-offset: 3px !important; }

article a:focus h2 {
  outline: 3px dotted #2B2A29;
  outline-offset: 3px !important; }

li .postlistpage-link:focus div {
  outline: 3px dotted #2B2A29;
  outline-offset: 3px !important; }
  li .postlistpage-link:focus div div {
    outline: none; }

.no-focus-outline .startpage > div a:focus > div h2 {
  outline: 3px dotted #2B2A29;
  outline-offset: 3px !important; }

.no-focus-outline a:focus,
.no-focus-outline article a:focus,
.no-focus-outline button:focus,
.no-focus-outline input:focus,
.no-focus-outline input[type="radio"]:focus,
.no-focus-outline input[type="checkbox"]:focus,
.no-focus-outline textarea:focus,
.no-focus-outline select:focus,
.no-focus-outline .input-focus:focus-within,
.no-focus-outline .clickable-text,
.no-focus-outline .focusable {
  outline: none !important; }

.no-focus-outline .headerLogoWrapper a:focus div {
  outline: none !important; }

.no-focus-outline .startpage > div a:focus > div h2 {
  outline: none !important; }

.no-focus-outline .search-result:focus > div:first-of-type {
  outline: none !important; }

.no-focus-outline article a:focus h2 {
  outline: none !important; }

.no-focus-outline li .postlistpage-link:focus div {
  outline: none !important; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0px 1000px #fbf3eb inset;
  box-shadow: 0 0 0px 1000px #fbf3eb inset;
  transition: background-color 5000s ease-in-out 0s; }

@charset "UTF-8";
/* Digg colors */
/* Used for text in disabled input text */
/* Used for disabled input checkbox/radiobutton */
/* Used for focus */
/* Used for hover */
/* Used for warning */
/* Digg general spaces */
.button {
  min-width: 99px;
  height: 48px;
  background-color: #ffffff;
  color: #5a6751;
  font-size: 16px;
  border: 2px solid #5a6751;
  border-radius: 2px;
  margin: 4px;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px; }
  .button:hover {
    border-color: #6c7b61;
    color: #6c7b61; }
  .button:active {
    border-color: #2b2a29;
    color: #2b2a29; }
  .button:focus {
    outline: 3px dotted #2B2A29;
    outline-offset: 3px !important; }
  .button:disabled {
    background-color: #d6d9d3; }

/* Primary button - default */
.primary-btn {
  min-width: 99px;
  height: 48px;
  background-color: #5a6751;
  color: #ffffff;
  font-size: 16px;
  border: none;
  border-radius: 2px;
  padding-left: 12px;
  padding-right: 12px;
  margin: 4px;
  cursor: pointer; }
  .primary-btn:hover {
    background-color: #6c7b61;
    color: #ffffff; }
  .primary-btn:active {
    background-color: #2b2a29;
    color: #ffffff; }
  .primary-btn:focus {
    outline: 3px dotted #2B2A29;
    outline-offset: 3px !important; }
  .primary-btn:disabled {
    background-color: #d6d9d3; }

/* Secondary button - default */
.secondary-btn {
  min-width: 99px;
  height: 48px;
  background-color: #ffffff;
  color: #5a6751;
  border: none;
  cursor: pointer;
  border-radius: 2px;
  padding-left: 12px;
  padding-right: 12px;
  margin: 4px;
  font-size: 16px; }
  .secondary-btn:active {
    background-color: #e8e8e8;
    color: #2b2a29; }
  .secondary-btn:hover {
    color: #6c7b61;
    background-color: #eff0ee; }
  .secondary-btn:focus {
    outline: 3px dotted #2B2A29;
    outline-offset: 3px !important; }
  .secondary-btn:disabled {
    border-color: #d6d9d3;
    color: #d6d9d3; }

/*Små knappar fanns i tidigare skisser, ligger på is*/
/* Secondary button - small */
/*
.secondary-btn-sm {
  min-width: 77px;
  height: 32px;
  background-color: $white;
  border: 2px solid $black50;
  color: $black100;
  &:hover {
    color: $grey-hover;
    background-color: $white;
  }
  &:focus {
    outline-width: 3px;
    outline-color: $focus-color;
    outline: 3px solid $focus-color;
    outline-offset: 2px;
  }
  &:disabled {
    border-color: $green25;
    color: $green25;
  }
}
*/
/* Primary button - small */
/*
.primary-btn-sm {
  min-width: 77px;
  height: 32px;
  background-color: $green100;
  color: $white;
  font-size: 20px;
  border: none;
  border-radius: 2px;

  &:hover {
    background-color: $green-hover;
    color: $white;
  }

  &:focus {
    outline-width: 3px;
    outline-color: $focus-color;
    outline: 3px solid $focus-color;
    outline-offset: 2px;
  }

  &:disabled {
    background-color: $green25;
  }
}
*/
.button-div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin-top: 16px;
  flex-wrap: wrap; }
  .button-div button {
    margin-bottom: 16px; }
  .button-div button:last-of-type {
    margin-left: 0px; }
  .button-div .btn {
    margin-left: 16px; }

@media screen and (max-width: 18.75em) {
  .button-div {
    display: flex;
    justify-content: center; }
    .button-div button {
      margin-left: 0px !important; } }

/* Digg colors */
/* Used for text in disabled input text */
/* Used for disabled input checkbox/radiobutton */
/* Used for focus */
/* Used for hover */
/* Used for warning */
/* Digg general spaces */
.preview-div .preview-step {
  margin-bottom: 32px; }

.preview-div h2 {
  font-size: 1.5em; }

.preview-div h3 {
  margin-bottom: 0.5em;
  font-size: 20px; }

.preview-div label {
  font-size: 16px; }

.preview-div span {
  font-size: 14px;
  font-weight: bold; }

.preview-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 16px; }
  .preview-row label {
    margin-top: 0px; }
  .preview-row label {
    margin-right: 10px;
    width: 220px; }

.preview-text {
  margin-bottom: 16px;
  display: inline-block; }
  .preview-text:last-of-type {
    margin-bottom: 0px; }

.form-submit-error {
  margin-top: 16px; }
  .form-submit-error p {
    background-color: #b45e51;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    color: #454545;
    background-color: #f7e4e1;
    border-left: #cd7a6e solid 2px;
    margin-bottom: 24px; }

.confirmation {
  max-width: 630px;
  padding-left: 16px;
  padding-right: 16px; }

.confirmation-highlight {
  padding: 16px;
  background-color: #eff0ee;
  color: #2b2a29;
  border-left: 2px solid #5a6751; }

/* Digg colors */
/* Used for text in disabled input text */
/* Used for disabled input checkbox/radiobutton */
/* Used for focus */
/* Used for hover */
/* Used for warning */
/* Digg general spaces */
.category-page .intro,
.start-page .intro {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .category-page .intro .intro-text,
  .start-page .intro .intro-text {
    position: relative;
    width: 100%; }
    .category-page .intro .intro-text h1,
    .start-page .intro .intro-text h1 {
      letter-spacing: -0.03em; }
    .category-page .intro .intro-text .intro-text-wrapper,
    .start-page .intro .intro-text .intro-text-wrapper {
      padding-top: 21px;
      padding-bottom: 48px; }
      @media screen and (min-width: 56.25em) {
        .category-page .intro .intro-text .intro-text-wrapper,
        .start-page .intro .intro-text .intro-text-wrapper {
          padding: 15%; } }
      .category-page .intro .intro-text .intro-text-wrapper .intro-text-inner,
      .start-page .intro .intro-text .intro-text-wrapper .intro-text-inner {
        padding: 16px 16px; }
        @media screen and (min-width: 37.5em) {
          .category-page .intro .intro-text .intro-text-wrapper .intro-text-inner,
          .start-page .intro .intro-text .intro-text-wrapper .intro-text-inner {
            padding: 32px 32px; } }
        @media screen and (min-width: 56.25em) {
          .category-page .intro .intro-text .intro-text-wrapper .intro-text-inner,
          .start-page .intro .intro-text .intro-text-wrapper .intro-text-inner {
            padding: 0; } }
    @media screen and (min-width: 37.5em) {
      .category-page .intro .intro-text h1,
      .start-page .intro .intro-text h1 {
        letter-spacing: -0.03em; } }
    @media screen and (min-width: 56.25em) {
      .category-page .intro .intro-text,
      .start-page .intro .intro-text {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center; } }
  .category-page .intro .intro-image,
  .start-page .intro .intro-image {
    display: none;
    width: 50%; }
    .category-page .intro .intro-image .intro-image-wrapper,
    .start-page .intro .intro-image .intro-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #e8e8e8; }
      .category-page .intro .intro-image .intro-image-wrapper > div,
      .start-page .intro .intro-image .intro-image-wrapper > div {
        max-width: 100% !important;
        width: 100% !important;
        height: 100% !important; }
        .category-page .intro .intro-image .intro-image-wrapper > div > div,
        .start-page .intro .intro-image .intro-image-wrapper > div > div {
          width: 100% !important;
          height: 100% !important; }
        .category-page .intro .intro-image .intro-image-wrapper > div img,
        .start-page .intro .intro-image .intro-image-wrapper > div img {
          width: 100% !important;
          height: 100% !important;
          object-fit: cover !important;
          margin-bottom: 0 !important;
          max-width: none !important; }
    @media screen and (min-width: 56.25em) {
      .category-page .intro .intro-image,
      .start-page .intro .intro-image {
        display: block;
        position: relative;
        width: 50%;
        padding-top: 47.5%; } }

.category-page .pixels > div a:focus > div,
.start-page .pixels > div a:focus > div {
  outline: 3px dotted #2B2A29;
  outline-offset: 0px !important;
  box-sizing: border-box;
  z-index: 11; }

.category-page .pixels > div > div:nth-of-type(1) h2,
.start-page .pixels > div > div:nth-of-type(1) h2 {
  letter-spacing: -0.02em;
  margin: 8px 0; }
  @media screen and (min-width: 37.5em) {
    .category-page .pixels > div > div:nth-of-type(1) h2,
    .start-page .pixels > div > div:nth-of-type(1) h2 {
      letter-spacing: -0.03em;
      margin: 16px 0; } }
  @media screen and (min-width: 75em) {
    .category-page .pixels > div > div:nth-of-type(1) h2,
    .start-page .pixels > div > div:nth-of-type(1) h2 {
      letter-spacing: -0.03em;
      margin: 16px 0; } }

@media screen and (min-width: 37.5em) {
  .category-page .pixels > div > div:nth-of-type(1) article > a > div,
  .start-page .pixels > div > div:nth-of-type(1) article > a > div {
    border-width: 32px; } }

@media screen and (min-width: 56.25em) {
  .category-page .pixels > div > div:nth-of-type(1) article > a > div,
  .start-page .pixels > div > div:nth-of-type(1) article > a > div {
    border-width: 24px; } }

@media screen and (min-width: 75em) {
  .category-page .pixels > div > div:nth-of-type(1) article > a > div,
  .start-page .pixels > div > div:nth-of-type(1) article > a > div {
    border-width: 32px; } }

@media screen and (min-width: 5em) {
  .category-page .pixels > div > div:nth-of-type(1) article > a > div > div > div,
  .start-page .pixels > div > div:nth-of-type(1) article > a > div > div > div {
    font-size: 180px;
    line-height: 27px; } }

.category-page .pixels > div > div:nth-of-type(2) > div > div h2,
.start-page .pixels > div > div:nth-of-type(2) > div > div h2 {
  letter-spacing: -0.01em;
  margin: 8px 0; }
  @media screen and (min-width: 37.5em) {
    .category-page .pixels > div > div:nth-of-type(2) > div > div h2,
    .start-page .pixels > div > div:nth-of-type(2) > div > div h2 {
      letter-spacing: -0.02em; } }

@media screen and (min-width: 56.25em) {
  .category-page .pixels > div > div:nth-of-type(2) > div > div article > a > div,
  .start-page .pixels > div > div:nth-of-type(2) > div > div article > a > div {
    border-width: 24px; } }


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