.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Prata, sans-serif;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 120px;
  padding-left: 120px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  display: inline-block;
  margin: -20px 0px 19px 120px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 3px solid rgba(253, 114, 33, 0.72);
  font-family: Roboto, sans-serif;
  color: #494949;
  font-size: 23px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -1px;
  text-decoration: none;
  white-space: nowrap;
}

h4 {
  padding-right: 120px;
  padding-bottom: 0px;
  padding-left: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 5px;
  padding: 4px 120px;
  -ms-grid-columns: 0.25fr 1fr 1fr;
  grid-template-columns: 0.25fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  white-space: normal;
}

a {
  display: inline-block;
  color: #181818;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
}

img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

em {
  display: inline;
  font-style: italic;
  letter-spacing: -1px;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.section {
  margin-top: 0px;
  margin-right: 30px;
  margin-left: 30px;
}

.button-password {
  position: static;
  left: 109px;
  top: 74px;
  right: 0%;
  bottom: 0%;
  width: 100px;
  height: 50px;
  padding: 12px 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 0px;
  background-color: #fd7222;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-password:hover {
  background-color: #32343a;
  color: #fff;
}

.button-password:active {
  background-color: #43464d;
}

.logo-link2 {
  z-index: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-link2:hover {
  opacity: 0.8;
}

.logo-link2:active {
  opacity: 0.7;
}

.logo-link2.w--current {
  z-index: 501;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.navigation-wrap2 {
  position: static;
  top: -11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  box-shadow: none;
}

.navigation-item {
  margin-top: 20px;
  margin-right: 6px;
  padding: 9px 10px;
  opacity: 0.6;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-size: 14px;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.logo-image2 {
  position: relative;
  z-index: 501;
  display: block;
  width: 160px;
  padding-top: 25px;
  padding-bottom: 12px;
  padding-left: 0px;
  opacity: 1;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.navigation-items {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
  text-align: center;
}

.body {
  background-color: #fff;
  font-family: Roboto, sans-serif;
  text-align: justify;
}

.section-image-top-article {
  overflow: hidden;
  width: 100%;
  max-height: 500px;
  min-height: 400px;
  margin-top: 21px;
}

.section-bylines-article {
  position: relative;
  margin-bottom: 0px;
  margin-left: 0px;
}

.section-main-text-body {
  margin-top: 0px;
  background-color: transparent;
}

.rich-text-block {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 30px;
  padding-right: 70px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  white-space: normal;
}

.rich-text-block p {
  padding-right: 100px;
  line-height: 26px;
}

.rich-text-block a {
  position: relative;
  z-index: 501;
  display: inline;
  color: #6b72ff;
}

.rich-text-block h3 {
  position: relative;
  display: block;
  overflow: visible;
  max-width: none;
  margin: 30px auto 25px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-bottom-style: none;
  line-height: 40px;
  text-decoration: none;
  white-space: normal;
}

.rich-text-block blockquote {
  margin-left: 70px;
  padding-right: 100px;
}

.rich-text-block h4 {
  margin-top: 15px;
  padding-right: 100px;
  font-size: 21px;
  line-height: 35px;
  font-weight: 700;
}

.rich-text-block img {
  position: relative;
  z-index: 501;
}

.rich-text-block h2 {
  padding-right: 100px;
}

.rich-text-block ul {
  margin-top: 15px;
  padding-left: 140px;
}

.rich-text-block ol {
  padding-left: 140px;
}

.rich-text-block li {
  margin-bottom: 3px;
}

.rich-text-block figure {
  z-index: 501;
}

.body-2 {
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

.collection-list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  float: left;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-2 {
  display: inline-block;
  padding-top: 0px;
  padding-left: 15px;
  float: left;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.collection-item-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-6 {
  display: block;
  width: 33.33%;
  padding-right: 5px;
  padding-left: 5px;
}

.section-top-front {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
}

.columns-top-wrapper {
  padding-top: 15px;
  padding-right: 0px;
  padding-left: 0px;
}

.section-10 {
  margin-bottom: 10px;
  padding-top: 15px;
}

.link-3 {
  position: static;
  top: 0px;
  padding-right: 0px;
  padding-left: 5px;
  float: none;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.collection-item-8 {
  width: 100%;
  margin: 0px auto;
  padding-top: 0px;
}

.text-span {
  color: #fd7222;
  text-decoration: none;
}

.text-span.darkmode-ignore {
  position: relative;
  z-index: 501;
}

.text-span-2 {
  color: #fd7222;
  text-decoration: none;
}

.text-span-2.darkmode-ignore {
  position: relative;
  z-index: 501;
}

.image-18 {
  position: relative;
  z-index: 501;
  margin-top: -13px;
  padding-top: 0px;
  padding-left: 0px;
  float: left;
}

.div-block-18 {
  margin-left: 49px;
  float: left;
}

.div-block-19 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  float: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.text-block-11 {
  float: left;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.text-block-11.last-text {
  position: relative;
  z-index: 501;
}

.text-block-12 {
  float: left;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.text-block-12.last-text {
  position: relative;
  z-index: 501;
}

.container-24 {
  position: static;
  z-index: 501;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-top: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-21 {
  position: relative;
  z-index: 501;
  display: block;
  overflow: visible;
  width: 111%;
  height: 350px;
  margin-top: 28px;
  margin-left: -32px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(tomato), to(#ffc847));
  background-image: linear-gradient(90deg, tomato, #ffc847);
  opacity: 0.65;
  -webkit-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
}

.div-block-21.front {
  z-index: 1;
  width: 115%;
  height: 268px;
  background-image: linear-gradient(45deg, #fd7222, #ffc847);
  opacity: 0.55;
}

.section-podcast {
  overflow: hidden;
  margin-top: -20px;
  padding-bottom: 0px;
}

.div-block-22 {
  position: relative;
  left: -24px;
  top: 117px;
  z-index: 502;
  overflow: visible;
  width: 55%;
  height: 40%;
  margin-top: 0px;
  margin-left: 194px;
  float: left;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.44);
  opacity: 1;
}

.div-block-23 {
  position: relative;
  top: 121px;
  z-index: 502;
  float: left;
  font-family: Roboto, sans-serif;
}

.link-5 {
  position: relative;
  top: 3px;
  z-index: 4;
  display: inline-block;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 33px;
  float: left;
  clear: left;
  opacity: 0.72;
  font-weight: 700;
  text-decoration: none;
}

.image-20 {
  overflow: visible;
  width: 100%;
}

.collection-list-wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.collection-list-4 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.div-block-27 {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 0px;
}

.div-block-28 {
  position: relative;
  z-index: 501;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-14 {
  margin-left: 0px;
  padding-left: 50px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.container-27 {
  margin-bottom: 12px;
}

.div-block-32 {
  position: relative;
  z-index: 501;
  overflow: visible;
  width: 34px;
  height: 34px;
  float: left;
  clear: none;
}

.empty-state {
  display: none;
}

.text-block-16 {
  opacity: 0.76;
  font-family: Roboto, sans-serif;
  color: #181818;
  font-size: 13px;
  font-weight: 700;
}

.text-block-16.right-column-text {
  letter-spacing: 0px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 13px;
  padding-left: 9px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-size: 12px;
  line-height: 20px;
}

.div-block-33 {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.review-item {
  position: static;
  overflow: hidden;
  margin-right: 0px;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-24 {
  position: relative;
}

.image-25 {
  position: absolute;
  left: 2%;
  right: auto;
  bottom: 5%;
  z-index: 4;
  float: left;
}

.image-25.terning {
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
  width: auto;
  height: 38%;
}

.heading-26 {
  font-family: Prata, sans-serif;
  text-align: center;
}

.heading-26.anmeldelseroverskrift {
  position: relative;
  z-index: 501;
  display: block;
  margin: 0px auto;
  padding: 15px 10px;
  text-align: center;
}

.heading-26.anmeldelseroverskrift.right-column-text {
  position: relative;
}

.image-26 {
  position: absolute;
  width: 90px;
}

.karakter-oppsummering {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100px;
}

.image-27 {
  position: relative;
  z-index: 501;
  display: inline-block;
  border-radius: 50px;
  opacity: 1;
  font-size: 16px;
}

.info {
  position: relative;
  top: 6px;
  display: inline-block;
  width: 15%;
  height: 100px;
  margin-right: 18px;
  margin-left: 0px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  font-family: Roboto, sans-serif;
  text-align: left;
}

.infotekst {
  opacity: 0.89;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.infotekst2 {
  margin-top: 5px;
  opacity: 1;
  font-size: 14px;
  text-align: center;
}

.section-infoboxes-review {
  position: relative;
  z-index: 501;
  display: block;
  margin-bottom: 5px;
}

.column-top-left {
  position: relative;
  height: 100%;
  padding-right: 10px;
  padding-left: 5px;
}

.column-2 {
  padding-right: 5px;
  padding-left: 10px;
}

.image-28 {
  position: relative;
  left: -20%;
  z-index: 1;
  display: block;
  overflow: visible;
  max-height: 400px;
  max-width: 200%;
  margin-right: 0px;
  margin-left: 0px;
}

.image-28.toppbilde-stor-copy {
  position: static;
  display: block;
  max-width: none;
  min-height: 370px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-28.toppbilde-stor-copy {
  position: static;
  display: block;
  overflow: hidden;
  width: 100%;
  max-height: 470px;
  max-width: none;
  min-height: 370px;
  -o-object-fit: cover;
  object-fit: cover;
}

.link-block-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid transparent;
  text-decoration: none;
}

.div-block-42 {
  position: relative;
  z-index: 501;
  overflow: hidden;
  width: 100%;
  height: 170px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-43 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 400px;
  max-width: none;
  min-height: 340px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block-21 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 6;
  display: inline-block;
  padding: 4px 10px 1px;
  border-top-right-radius: 10px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fd7222), to(#fd7222));
  background-image: linear-gradient(180deg, #fd7222, #fd7222);
  opacity: 1;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-21.topph-yre {
  left: -4px;
  padding-top: 0px;
  border-top-right-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fd7222), to(#fd7222));
  background-image: linear-gradient(180deg, #fd7222, #fd7222);
  font-size: 13px;
  line-height: 26px;
}

.text-block-21.radcrewmerking {
  background-color: #0188e2;
}

.text-block-21.radcrewmerking.topph-yre {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding-top: 0px;
  border-top-left-radius: 0px;
  background-color: #fd7222;
  background-image: none;
  font-weight: 500;
}

.collection-list-wrapper-4 {
  position: relative;
  bottom: -20px;
  z-index: 501;
  display: block;
  overflow: visible;
  margin-right: 100px;
  margin-bottom: 0px;
  padding-bottom: 3px;
  padding-left: 0px;
}

.buttons {
  position: absolute;
  left: 18px;
  top: 55px;
  right: 0%;
  bottom: 0%;
  width: 40px;
  height: 40px;
}

.buttons.pause {
  position: relative;
  left: auto;
  top: auto;
  z-index: 505;
  display: none;
  width: 34px;
  height: 34px;
  margin-right: 0px;
  margin-left: 0px;
  float: left;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #f27226;
  cursor: pointer;
}

.buttons.play {
  position: relative;
  left: auto;
  top: auto;
  z-index: 505;
  display: block;
  width: 34px;
  height: 34px;
  margin-left: 0px;
  float: left;
  clear: left;
  cursor: pointer;
}

.image-31 {
  position: absolute;
  left: auto;
  top: auto;
  right: 12px;
  bottom: 16px;
  z-index: 8;
}

.image-31.terning1 {
  z-index: 600;
}

.image-31.terning2 {
  z-index: 600;
}

.image-31.terning3 {
  z-index: 600;
}

.image-31.terning4 {
  z-index: 600;
}

.image-31.terning5 {
  z-index: 600;
}

.image-31.terning6 {
  z-index: 600;
}

.textarea {
  position: static;
  display: block;
  height: auto;
  max-height: none;
  max-width: 100%;
  margin-top: 29px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.text-block-25 {
  margin-top: 40px;
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.submit-button {
  position: relative;
  z-index: 501;
  border-radius: 6px;
  background-color: #fd7222;
}

.field-label {
  font-family: Roboto, sans-serif;
}

.field-label-2 {
  font-family: Roboto, sans-serif;
}

.form {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-26 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  text-align: center;
}

.div-block-48 {
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.image-32 {
  width: 100%;
}

.siste-fra-radcrew {
  display: inline-block;
  margin-bottom: 8px;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 21px;
  text-align: left;
}

.div-block-50 {
  position: relative;
  z-index: 501;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.html-embed-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.51;
  font-family: Roboto, sans-serif;
  text-align: left;
  text-decoration: none;
}

.collection-list-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.collection-item-14 {
  width: 33.33%;
  min-height: 210px;
  padding-right: 5px;
  padding-left: 5px;
}

.top-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  box-shadow: none;
}

.text-block-30 {
  display: block;
  margin-top: 11px;
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 5px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 22px;
  text-align: left;
  text-decoration: none;
}

.text-block-30.right-column-text {
  margin-top: 5px;
  font-size: 22px;
  line-height: 23px;
}

.kjappsak-text {
  display: inline-block;
  margin-bottom: 8px;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.empty-state-2 {
  display: none;
}

.collection-list-wrapper-6 {
  position: static;
  width: 100%;
}

.collection-item-15 {
  position: static;
  width: 100%;
  margin-bottom: 15px;
}

.html-embed-7 {
  position: absolute;
  left: auto;
  top: auto;
  right: 11px;
  bottom: 15px;
  z-index: 501;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-align: center;
}

.html-embed-7.featured-top {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.collection-item-16 {
  position: static;
  overflow: hidden;
  height: 100%;
}

.html-embed-8 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 5px;
  z-index: 20;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.vi-anbefaler {
  position: static;
  width: 100%;
  text-decoration: none;
}

.div-block-56 {
  position: relative;
  z-index: 501;
  overflow: hidden;
  width: 100%;
  height: 130px;
  border-radius: 3px;
}

.link-block-11 {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 9px;
  box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, 0.42);
}

.collection-list-wrapper-8 {
  margin-right: auto;
  margin-left: auto;
}

.section-19 {
  margin-bottom: 30px;
}

.section-20 {
  margin-bottom: 10px;
  padding-top: 20px;
}

.body-4 {
  background-color: #ebebeb;
  font-family: Roboto, sans-serif;
}

.collection-item-17 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.24);
  opacity: 0.81;
}

.feature-artikkel {
  display: none;
  height: 400px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.rad-crew {
  position: relative;
  z-index: 501;
  display: block;
  margin-top: 250px;
  margin-bottom: 200px;
}

.div-block-63 {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: -21%;
  z-index: 2;
  width: 100%;
  height: 140%;
  margin-right: auto;
  margin-left: 0%;
}

.collection-item-19 {
  position: absolute;
  left: auto;
  top: 68px;
  right: 24px;
  bottom: 0%;
  z-index: 3;
  width: 530px;
  height: 167px;
  box-shadow: 1px 1px 8px -2px rgba(0, 0, 0, 0.61);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  text-align: left;
}

.html-embed-11 {
  height: 167px;
}

.div-block-64 {
  position: absolute;
  left: 136.909px;
  top: -66px;
  z-index: 3;
  width: 247px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.45);
}

.div-block-65 {
  position: static;
  overflow: hidden;
  width: 65px;
  height: 75px;
  max-height: 75px;
  max-width: 75px;
  margin-left: 0px;
  padding-top: 10px;
  padding-left: 0px;
  float: left;
}

.div-block-66 {
  width: 70%;
  padding: 10px;
  float: left;
}

.image-37 {
  position: relative;
  left: -39px;
  height: 100%;
  max-height: none;
  max-width: none;
}

.div-block-67 {
  overflow: visible;
  width: 100%;
  float: none;
}

.link-block-13 {
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
  padding-left: 10px;
}

.text-block-34 {
  margin-top: 5px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 17px;
  text-align: left;
}

.button-2 {
  position: relative;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 115px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding: 2px 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 6px;
  background-color: #fff;
  background-image: linear-gradient(55deg, #297ebe, #66c2e4);
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 25px;
  font-weight: 400;
}

.div-block-68 {
  margin-top: 11px;
}

.div-block-69 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 5px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 1px #000;
}

.text-block-35 {
  margin-top: auto;
  margin-bottom: 17px;
  padding-top: 0px;
  font-family: Prata, sans-serif;
  font-size: 29px;
  line-height: 31px;
  text-align: center;
}

.text-block-36 {
  margin-bottom: auto;
  font-family: Roboto, sans-serif;
  text-align: center;
}

.link-block-14 {
  overflow: visible;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.dropdown-list {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -34%;
  background-color: #fff;
}

.dropdown-list.w--open {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: -34px;
  display: block;
  margin-top: 1px;
  padding-right: 50px;
  padding-left: 450px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.collection-item-22 {
  margin-bottom: 15px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
}

.player2 {
  position: absolute;
  left: 478px;
  z-index: 600;
}

.html-embed-13 {
  position: static;
  left: auto;
  top: 34px;
  height: 34px;
  float: left;
  clear: none;
}

.div-block-73 {
  position: relative;
  top: -20px;
  z-index: 501;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: -3px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.html-embed-15 {
  position: relative;
  z-index: 501;
  width: 100%;
  max-width: 138px;
  margin-right: auto;
  margin-left: auto;
}

.section-sharebuttons-longform {
  margin-top: 30px;
  margin-bottom: 40px;
}

.div-block-75 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-summary-reviews-mobile {
  display: none;
}

.section-subheader-article {
  margin-bottom: 0px;
}

.html-embed-16 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.collection-list-wrapper-11 {
  height: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.section-subheader-longform {
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-block-44 {
  position: relative;
  z-index: 501;
  margin-top: -13px;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  text-align: center;
}

.image-41 {
  position: absolute;
  margin-top: -89px;
  padding-top: 0px;
}

.section-extra-articles-by-tag {
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  background-color: transparent;
}

.collection-item-25 {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-transparencyeffect-longform {
  position: relative;
  z-index: 15;
  display: block;
}

.link-block-18 {
  margin-left: -17px;
  padding-right: 0px;
  padding-left: 0px;
}

.link-block-18.w--current {
  margin-top: 7px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.link-6 {
  color: #f27226;
  text-decoration: underline;
}

.link-6.darkmode-ignore {
  position: relative;
  z-index: 501;
}

.link-7 {
  display: inline-block;
  text-decoration: none;
}

.link-7.darkmode-ignore {
  position: relative;
  z-index: 501;
}

.andre-artikler-liste-satt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.collection-list-wrapper-13 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.andre-artikler-liste {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.dropdown-links {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.7;
  font-size: 13px;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
}

.dropdown {
  position: static;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.icon-2 {
  position: relative;
  margin-right: 11px;
  margin-left: 9px;
}

.collection-list-reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block-review-item {
  position: static;
  display: block;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.review-item-dice {
  position: relative;
  z-index: 501;
  overflow: hidden;
  height: 140px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-plattform-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.filter-dice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.switch-pc {
  width: 110px;
  margin-bottom: 5px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(red));
  background-image: linear-gradient(180deg, red, red);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.switch-pc.plattformlink-sortering {
  position: relative;
  border-style: none;
  border-width: 1px;
  border-color: red;
  background-color: red;
  background-image: none;
  color: #fff;
}

.link-9 {
  width: 110px;
  margin-bottom: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 6px;
  background-color: #006eff;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.link-9.plattformlink-sortering {
  position: relative;
  border: 1px none #000;
  background-color: #006eff;
  color: #fff;
}

.link-9.plattformlink-sortering-ps {
  border-style: solid;
  border-width: 1px;
  border-color: #006eff;
  background-color: transparent;
  color: #006eff;
}

.xbox-hw {
  width: 110px;
  margin-bottom: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 6px;
  background-color: #00b91c;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.xbox-hw.plattformlink-sortering {
  position: relative;
  border-style: none;
  border-width: 1px;
  border-color: #00b91c;
  background-color: #00b91c;
  color: #fff;
}

.columns-review {
  padding: 15px 5px 25px;
}

.review-sort-recent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.review-item-title {
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 7px;
  float: left;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 500;
  text-decoration: none;
}

.review-item-ingress {
  display: inline-block;
  float: left;
  clear: left;
  font-family: Roboto, sans-serif;
  line-height: 23px;
}

.link-12 {
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.link-12.w--current {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.link-13 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link-13.w--current {
  font-weight: 700;
}

.div-block-82 {
  position: relative;
  z-index: 501;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: 150px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #9e9e9e;
}

.body-5 {
  font-family: Roboto, sans-serif;
}

.container-48 {
  position: relative;
  z-index: 502;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
}

.text-block-55 {
  position: relative;
  z-index: 501;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Roboto, sans-serif;
  color: #fd7222;
  font-size: 110px;
  line-height: 140px;
  font-weight: 900;
  text-align: center;
}

.text-block-56 {
  display: block;
  font-family: Roboto, sans-serif;
  text-align: center;
}

.text-block-57 {
  font-family: Roboto, sans-serif;
  font-size: 17px;
  text-align: center;
}

.section-37 {
  margin-top: 19px;
}

.div-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.terning-sortering {
  position: relative;
  z-index: 501;
  padding-right: 2px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-content-wrapper {
  margin-bottom: 20px;
}

.body-reviews {
  font-family: Roboto, sans-serif;
}

.button-3 {
  position: relative;
  z-index: 501;
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 4px;
  border-radius: 4px;
  background-color: #fd7222;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.collection-list-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 1px solid transparent;
  text-decoration: none;
}

.review-sort-search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-text-intro-review-wrapper {
  margin-bottom: 7px;
  padding: 0px 5px;
}

.hardware-pc {
  display: none;
  width: 110px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #8b8b8b;
  border-radius: 6px;
  background-color: #8b8b8b;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.collection-list-wrapper-15 {
  position: relative;
  display: block;
  width: 66.66%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.text-block-59 {
  display: inline-block;
  margin-top: 5px;
  padding: 0px 5px 5px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
}

.text-block-59.last-text {
  position: relative;
  z-index: 501;
  margin-top: 0px;
}

.text-block-60 {
  display: inline-block;
  padding-right: 25px;
  padding-left: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.text-block-60.last-text {
  position: relative;
  z-index: 501;
  margin-top: 5px;
}

.link-block-22 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.div-block-88 {
  position: relative;
  z-index: 501;
  overflow: hidden;
  width: 100%;
  height: 150px;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 0%;
  background-size: cover;
}

.columns-review-left {
  z-index: 501;
  padding-right: 15px;
  padding-left: 15px;
}

.collection-item-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid transparent;
}

.collection-list-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.collection-item-28 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: 160px;
  min-height: 100px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border: 1px solid transparent;
}

.div-block-89 {
  position: relative;
  z-index: 501;
  overflow: hidden;
  width: 40%;
  max-height: 100%;
  float: left;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block-23 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 5px none #fd7222;
  text-decoration: none;
}

.collection-list-17 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.text-block-61 {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.text-block-61.last-text {
  position: relative;
  z-index: 501;
  margin-top: 0px;
}

.text-block-62 {
  padding-top: 5px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.text-block-62.last-text {
  position: relative;
  z-index: 501;
  margin-top: 0px;
}

.div-block-90 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}

.collection-list-wrapper-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.6%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-94 {
  position: relative;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-95 {
  overflow: hidden;
  height: 310px;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-65 {
  margin-top: 11px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: Roboto, sans-serif;
  font-size: 27px;
  text-align: left;
}

.search {
  margin-top: 15px;
  margin-bottom: 15px;
}

.div-block-97 {
  position: relative;
  z-index: 501;
  overflow: hidden;
  max-height: 500px;
  max-width: 1000px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-98 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 110px;
  padding-left: 110px;
  background-color: #fff;
}

.div-block-99 {
  overflow: hidden;
  max-width: 1000px;
  margin: -10px auto 0px;
  padding-right: 110px;
  padding-bottom: 10px;
  padding-left: 110px;
  background-color: #fff;
}

.div-block-100 {
  position: static;
  max-width: 1000px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 110px;
  padding-bottom: 0px;
  padding-left: 110px;
  float: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.div-block-102 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  background-color: #fff;
}

.div-block-103 {
  position: relative;
  z-index: 501;
  max-width: 1000px;
  margin-top: -10px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
}

.div-block-106 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f1f1f1;
}

.div-block-107 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #f1f1f1;
}

.div-block-108 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f1f1f1;
}

.div-block-109 {
  height: auto;
}

.div-block-112 {
  position: relative;
  overflow: hidden;
  height: 408px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.div-block-113 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
  background-color: #fff;
}

.empty-state-3 {
  display: none;
}

.content-wrapper {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.tag-liste {
  position: relative;
  z-index: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.text-block-68 {
  position: static;
  display: inline-block;
  margin-left: 0px;
  padding-right: 3px;
  padding-left: 3px;
  float: left;
  clear: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(242, 114, 38, 0.62);
  opacity: 0.8;
  font-family: 'Droid Sans', sans-serif;
  color: #1a1b1f;
  font-size: 14px;
  font-weight: 400;
  text-transform: lowercase;
}

.collection-item-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-wrapper-19 {
  position: relative;
  z-index: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 13px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-118 {
  position: relative;
  top: 5px;
  z-index: 501;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -16px;
  padding-top: 14px;
  padding-left: 170px;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.empty-state-4 {
  display: none;
}

.pakkmann {
  position: absolute;
  left: -391px;
  bottom: 295px;
  z-index: 800;
  display: none;
  width: 160px;
  height: 290px;
}

.text-block-70 {
  font-family: Roboto, sans-serif;
}

.div-block-119 {
  position: relative;
  z-index: 501;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 170px;
  padding-left: 170px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.text-block-75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Roboto, sans-serif;
  text-align: left;
}

.latest-reviews {
  position: static;
  left: 0%;
  top: -341px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 21px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-123 {
  position: relative;
  z-index: 501;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.collection-list-19 {
  width: 100%;
  height: 100%;
}

.search-2 {
  display: block;
  height: 39px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.search-button-4 {
  display: none;
  width: 20%;
  height: 37px;
  padding: 0px 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f27226;
  font-size: 15px;
  line-height: 3px;
}

.search-input-3 {
  display: none;
  height: 37px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.section-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.collection-item-31 {
  display: block;
  margin-bottom: 12px;
  padding: 5px 5px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #ffeae0;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.28);
}

.collection-item-31.quick-wrapper {
  position: relative;
  background-color: transparent;
}

.link-block-25 {
  position: relative;
  z-index: 503;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.text-block-77 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 7px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 3px solid #fd7222;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.text-block-77.right-column-text {
  z-index: 501;
}

.collection-list-wrapper-20 {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
}

.div-block-126 {
  width: 33.33%;
  background-color: transparent;
}

.text-block-80 {
  font-family: Roboto, sans-serif;
  text-align: center;
}

.text-block-82 {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.text-block-83 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 10px;
  line-height: 17px;
  text-align: left;
}

.div-block-129 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-86 {
  padding-right: 8px;
  font-family: Prata, sans-serif;
  font-size: 29px;
}

.div-block-130 {
  width: 33.33%;
}

.section-more-articles {
  margin-bottom: 0px;
}

.div-block-131 {
  margin-top: 10px;
  margin-bottom: 8px;
}

.page-count-2 {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
}

.collection-item-32 {
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 23px;
}

.div-block-133 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-17 {
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.link-17.last-text {
  line-height: 25px;
}

.link-17.last-text.w--current {
  font-weight: 700;
}

.link-18 {
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.link-18.last-text {
  line-height: 25px;
}

.link-18.last-text.w--current {
  font-weight: 700;
}

.news-button {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.news-button.last-text {
  line-height: 25px;
}

.news-button.last-text.w--current {
  font-weight: 700;
}

.link-20 {
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.link-20.last-text {
  line-height: 25px;
}

.link-20.last-text.w--current {
  font-weight: 700;
}

.link-21 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link-21.last-text {
  line-height: 25px;
}

.link-21.last-text.w--current {
  font-weight: 700;
}

.div-block-136 {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  z-index: 501;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
}

.div-block-137 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 11px auto 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-139 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-140 {
  height: auto;
  max-height: none;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.annonse-wrapper-netboard {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-145 {
  position: relative;
  z-index: 501;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.button-6 {
  background-color: #ff151f;
}

.link-block-28 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.collection-item-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-146 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.text-block-89 {
  position: static;
  margin-top: 2px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  line-height: 21px;
  font-weight: 700;
}

.text-block-90 {
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.div-block-147 {
  position: relative;
  z-index: 501;
  width: 40%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 0%;
  background-size: cover;
}

.ads-netboard {
  display: none;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.section-bot-more-articles-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
}

.icon-5 {
  display: none;
}

.icon-6 {
  display: none;
}

.slide-nav-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.left-arrow-2 {
  display: none;
}

.slider-2 {
  z-index: 501;
  max-height: 90px;
  background-color: transparent;
}

.image-53 {
  display: block;
  margin-top: -20px;
}

.text-block-91 {
  font-family: Roboto, sans-serif;
  text-align: center;
}

.body-7 {
  font-family: Roboto, sans-serif;
}

.collection-item-quickies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80px;
  min-height: 50px;
  margin-right: 6px;
  margin-left: 5px;
  padding: 5px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px none rgba(0, 0, 0, 0.13);
  border-left: 1px none rgba(0, 0, 0, 0.16);
  background-color: rgba(253, 114, 34, 0.15);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.28);
  text-align: left;
}

.collection-item-quickies.quick-wrapper {
  position: relative;
  background-color: transparent;
}

.collection-list-quickies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.collection-list-wrapper-quickies {
  display: block;
  width: 100%;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-quickies {
  margin-bottom: 30px;
}

.link-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.text-block-93 {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 21px;
}

.text-block-93.underline-text {
  position: relative;
}

.collection-item-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-bottom: 1px solid rgba(253, 114, 34, 0.34);
}

.column-right {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.quickie-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quickie-symbol {
  position: static;
  left: 89px;
  top: 11px;
  right: auto;
  bottom: auto;
  width: 30px;
  opacity: 0.33;
}

.quickie-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.empty-state-5 {
  display: none;
}

.section-trio-top {
  height: auto;
  margin-bottom: 25px;
}

.text-block-94 {
  position: absolute;
  left: 10px;
  top: -1px;
  right: auto;
  bottom: auto;
  font-size: 13px;
  font-weight: 400;
}

.text-block-94.last-text {
  z-index: 501;
}

.section-ad-netboard {
  padding-bottom: 0px;
}

.div-block-151 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.div-block-152 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.link-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.div-block-153 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-154 {
  position: relative;
  z-index: 501;
  width: 150px;
  height: 150px;
  border-radius: 90px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.body-8 {
  font-family: Roboto, sans-serif;
}

.text-block-96 {
  margin-bottom: 7px;
  border-bottom: 3px solid rgba(255, 0, 0, 0.72);
  line-height: 20px;
}

.div-block-156 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.image-56 {
  display: block;
  height: 100%;
}

.image-57 {
  display: block;
  height: 100%;
}

.image-58 {
  display: block;
  height: 100%;
}

.image-59 {
  display: block;
  height: 100%;
}

.image-60 {
  display: block;
}

.text-block-97 {
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
}

.text-block-97.last-text {
  position: relative;
  z-index: 501;
}

.section-trio-bot {
  display: block;
  margin-bottom: 40px;
}

.section-more-from-categories {
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 15px;
}

.text-block-98 {
  width: 250px;
  padding-right: 0px;
  font-size: 22px;
}

.text-block-98.right-column-text {
  margin-top: 5px;
  line-height: 23px;
  text-align: left;
}

.siste-retro {
  position: relative;
  width: 100%;
  text-decoration: none;
}

.div-block-158 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 15px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: none;
}

.div-block-159 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.quickie-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 19px;
}

.quickie-title.last-text {
  margin-top: 0px;
}

.link-block-quickies {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 503;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.section-reviews {
  position: relative;
  display: block;
  margin-bottom: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-161 {
  position: relative;
  z-index: 501;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-100 {
  display: none;
}

.empty-state-6 {
  display: none;
}

.text-block-101 {
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

.submit-button-2 {
  margin-top: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 4px;
  background-color: #fd7222;
}

.recaptcha {
  margin-top: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-102 {
  margin-top: 0px;
  line-height: 25px;
  text-align: center;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-104 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: 700;
}

.div-block-162 {
  position: relative;
  z-index: 501;
  width: 70px;
  height: 70px;
  max-height: 70px;
  max-width: 70px;
  border-radius: 40px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section-42 {
  margin-bottom: 50px;
}

.div-block-163 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-105 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.collection-item-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-164 {
  position: relative;
  z-index: 501;
  min-height: 150px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

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

.text-block-107 {
  position: relative;
  z-index: 501;
  color: #fd7222;
  font-size: 14px;
}

.collection-list-wrapper-28 {
  margin-bottom: 10px;
}

.div-block-165 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: 170px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body-10 {
  font-family: Roboto, sans-serif;
}

.text-block-109 {
  position: relative;
  z-index: 501;
  color: #fd7222;
}

.link-block-35 {
  margin-top: 25px;
  text-decoration: none;
}

.disqus-quickie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  padding-right: 5px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.disqus-quickie.disqus-wrapper {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.rich-text-quickie {
  margin-top: 5px;
  margin-bottom: 30px;
  padding-right: 80px;
  padding-left: 80px;
}

.rich-text-quickie p {
  padding-right: 90px;
  padding-left: 90px;
}

.rich-text-quickie h4 {
  padding-right: 90px;
  padding-left: 90px;
}

.rich-text-quickie h2 {
  padding-right: 90px;
  padding-left: 90px;
}

.rich-text-quickie figure {
  z-index: 501;
}

.rich-text-quickie img {
  position: relative;
  z-index: 501;
}

.text-intro-news-sniktitter {
  display: inline-block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-search-news {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-platform-news {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.ps-news {
  width: 110px;
  margin-bottom: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 6px;
  background-color: #006eff;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.ps-news.plattformlink-sortering {
  border: 1px none #000;
  background-color: #006eff;
  color: #fff;
}

.switch-news {
  width: 110px;
  margin-bottom: 5px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(red));
  background-image: linear-gradient(180deg, red, red);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.switch-news.plattformlink-sortering {
  border-style: none;
  border-width: 1px;
  border-color: red;
  background-color: red;
  background-image: none;
  color: #fff;
}

.xbox-news {
  width: 110px;
  margin-bottom: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 6px;
  background-color: #00b91c;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.xbox-news.plattformlink-sortering {
  border-style: none;
  border-width: 1px;
  border-color: #00b91c;
  background-color: #00b91c;
  color: #fff;
}

.pc-news {
  width: 110px;
  margin-bottom: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 6px;
  background-color: #e54ceb;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.pc-news.plattformlink-sortering {
  border-style: solid solid none;
  border-width: 1px;
  border-color: #e54ceb;
  background-color: #e54ceb;
  color: #fff;
}

.hardware-news {
  width: 110px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #8b8b8b;
  border-radius: 6px;
  background-color: #8b8b8b;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.text-filter-category-news {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-tags-news {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.previous-news {
  border-radius: 3px;
  background-color: #fd7222;
  color: #fff;
}

.next-news {
  border-radius: 3px;
  background-color: #fd7222;
  color: #fff;
}

.ad-netboard-front {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.quickie-wrapper {
  position: relative;
  z-index: 501;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-image-category-text-retro {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 506;
  padding: 4px 10px;
  border-top-right-radius: 7px;
  background-color: #fd7222;
  color: #f5f5f5;
  font-size: 20px;
}

.disqus-counter-top-image {
  position: absolute;
  left: auto;
  top: auto;
  right: 11px;
  bottom: 15px;
  z-index: 7;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-align: center;
}

.disqus-counter-top-image.featured-top {
  z-index: 507;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.column-news-wrapper {
  padding: 15px 5px 25px;
}

.content-news-wrapper {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.section-news-lister {
  margin-bottom: 20px;
}

.news-intro-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  padding: 0px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.annonsetekst {
  margin-top: 15px;
  font-size: 10px;
  line-height: 17px;
  font-weight: 300;
  text-align: center;
}

.annonsetekst.last-text {
  position: relative;
  z-index: 501;
}

.column-news-left {
  z-index: 501;
  padding-right: 15px;
  padding-left: 15px;
}

.column-news-right {
  position: -webkit-sticky;
  position: sticky;
  top: 88px;
  z-index: 501;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.filter-category-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.collection-list-nintendo-flow-top {
  margin-top: 0px;
  border-top: 3px none #ff151f;
}

.collection-list-nintendo-flow-bot {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 3px none #ff151f;
}

.collection-list-nintendo-flow-big-bottom {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.ingress-topp-meninger {
  font-size: 18px;
}

.tittel-topp-meninger {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Unna, sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 0px;
  white-space: normal;
}

.bilde-topp-meninger {
  position: relative;
  z-index: 501;
  width: 100%;
  min-height: 400px;
  border-radius: 4px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-170 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.meninger-form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  max-height: 310px;
  margin-top: 32px;
  padding: 10px 5px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #feebe2;
}

.meninger-form-wrapper.quick-wrapper {
  z-index: 502;
}

.div-block-172 {
  padding-right: 5px;
  padding-left: 5px;
}

.div-block-173 {
  position: relative;
  z-index: 501;
  max-height: 210px;
  min-height: 160px;
  border-radius: 4px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block-115 {
  margin-top: 5px;
  font-family: Unna, sans-serif;
  font-size: 34px;
  line-height: 36px;
}

.text-block-116 {
  margin-top: 7px;
}

.collection-list-wrapper-29 {
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}

.collection-item-40 {
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
}

.text-block-121 {
  margin-left: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 3px solid rgba(255, 0, 0, 0.85);
  font-family: Roboto, sans-serif;
  color: #3b3b3b;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.text-block-121.nin-text {
  margin-left: 5px;
}

.body-meninger {
  font-family: Roboto, sans-serif;
}

.text-intro-review {
  position: relative;
  z-index: 501;
  display: inline-block;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-search-reviews {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-platform-reviews {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-dice-reviews {
  margin-bottom: 10px;
  padding-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-sort-reviews {
  margin-bottom: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.page-count-3 {
  margin-top: 0px;
  letter-spacing: -1px;
}

.top-image-category-text-anmeldelse {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 506;
  padding: 4px 10px 4px 9px;
  border-top-right-radius: 7px;
  background-color: #fd7222;
  color: #f5f5f5;
  font-size: 20px;
}

.top-image-category-text-podcast {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 506;
  padding: 4px 10px;
  border-top-right-radius: 7px;
  background-color: #fd7222;
  color: #f5f5f5;
  font-size: 20px;
}

.top-image-category-text-meninger {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 506;
  padding: 4px 10px;
  border-top-right-radius: 7px;
  background-color: #fd7222;
  color: #f5f5f5;
  font-size: 20px;
}

.collection-list-more-articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.collection-list-trio-bot-front {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.collection-item-trio-bot {
  position: relative;
  z-index: 501;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.collection-item-more-articles-bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: auto;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-more-articles-nintendo {
  margin-top: 20px;
  margin-bottom: 0px;
}

.more-articles-wrapper {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 5px;
  background-color: #fff;
  box-shadow: none;
}

.collection-list-more-articles-nintendo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.collection-item-more-articles-nintendo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-bottom: 15px;
  padding-right: 3px;
  padding-left: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-block-more-articles-nintendo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.reviews-button-pc {
  width: 110px;
  margin-bottom: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 6px;
  background-color: #e54ceb;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.reviews-button-pc.plattformlink-sortering {
  position: relative;
  border-style: none;
  border-width: 1px;
  border-color: #e54ceb;
  background-color: #e54ceb;
  color: #fff;
}

.top-right-image-text-intervju {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding: 1px 8px;
  border-top-right-radius: 5px;
  background-color: #fd7222;
  color: #fff;
  font-size: 13px;
}

.top-right-image-text-retro {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding: 1px 8px;
  border-top-right-radius: 5px;
  background-color: #fd7222;
  color: #fff;
  font-size: 13px;
}

.top-right-image-text-meninger {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding: 1px 8px;
  border-top-right-radius: 5px;
  background-color: #fd7222;
  color: #fff;
  font-size: 13px;
}

.top-right-image-text-anmeldelse {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding: 1px 8px;
  border-top-right-radius: 5px;
  background-color: #fd7222;
  color: #fff;
  font-size: 13px;
}

.top-right-image-text-podcast {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding: 1px 8px;
  border-top-right-radius: 5px;
  background-color: #fd7222;
  color: #fff;
  font-size: 13px;
}

.div-block-176 {
  display: none;
  width: 60%;
  min-height: 130px;
  margin-bottom: 5px;
  border-radius: 9px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 0%;
  background-size: cover;
}

.image-63 {
  position: static;
  display: block;
  margin-left: 10px;
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 0.79;
}

.extra-articles-article-wrapper {
  position: relative;
  z-index: 501;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 100px;
  padding-left: 100px;
  background-color: transparent;
}

.text-block-122 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 60px;
  padding-right: 55px;
  padding-bottom: 5px;
  padding-left: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(180deg, transparent, #000);
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
}

.img-terning-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5px;
  bottom: 5px;
  z-index: 20;
  width: 45px;
}

.img-terning-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5px;
  bottom: 5px;
  z-index: 20;
  width: 45px;
}

.img-terning-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5px;
  bottom: 5px;
  z-index: 20;
  width: 45px;
}

.img-terning-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5px;
  bottom: 5px;
  z-index: 20;
  width: 45px;
}

.img-terning-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5px;
  bottom: 5px;
  z-index: 20;
  width: 45px;
}

.img-terning-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5px;
  bottom: 5px;
  z-index: 20;
  width: 45px;
}

.dropdown-toggle-search {
  position: relative;
  z-index: 501;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 13px;
  padding-left: 9px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-size: 12px;
  line-height: 20px;
}

.search-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 340px;
  height: 75px;
  padding: 12px 10px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #000;
  border-radius: 9px;
  background-color: #f3f3f3;
  box-shadow: 3px 3px 5px -1px #000;
}

.text-block-124 {
  display: block;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 3px solid rgba(255, 0, 0, 0.81);
  font-size: 18px;
  line-height: 24px;
}

.wrapper-text-box-more-articles-undersite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 3px;
}

.column-10 {
  position: static;
  display: block;
  height: 1797px;
  max-height: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-11 {
  height: 1797px;
}

.text-block-125 {
  margin-top: 3px;
  padding-top: 5px;
  font-size: 31px;
  line-height: 33px;
  font-weight: 500;
}

.text-block-126 {
  margin-bottom: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 17px;
  line-height: 20px;
}

.text-block-127 {
  padding-top: 6px;
  padding-bottom: 4px;
  font-size: 17px;
  line-height: 26px;
}

.text-block-128 {
  font-size: 53px;
  line-height: 62px;
  font-weight: 500;
}

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

.text-block-129 {
  color: red;
  font-weight: 400;
  text-decoration: none;
}

.colums-review-right {
  position: -webkit-sticky;
  position: sticky;
  top: 88px;
  z-index: 501;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.next-2 {
  position: relative;
  z-index: 501;
  border-style: none;
  background-color: #fd7222;
  color: #fff;
}

.previous-2 {
  position: relative;
  z-index: 501;
  border-style: none;
  background-color: #fd7222;
  color: #fff;
}

.collection-item-28-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 160px;
  min-height: 100px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border: 1px solid transparent;
}

.div-block-90-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}

.text-block-61-copy {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.text-block-61-copy.last-text {
  position: relative;
  z-index: 501;
  margin-top: 5px;
}

.text-block-62-copy {
  padding-top: 5px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  line-height: 21px;
  font-weight: 400;
  text-align: left;
}

.text-block-62-copy.last-text {
  position: relative;
  z-index: 501;
  margin-top: 5px;
}

.text-block-94-copy {
  position: absolute;
  left: 8px;
  top: 2px;
  right: auto;
  bottom: auto;
  font-size: 13px;
  font-weight: 400;
}

.text-block-94-copy.last-text {
  z-index: 501;
}

.link-block-23-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 5px none #fd7222;
  text-decoration: none;
}

.success-message {
  margin-top: 15px;
  background-color: #aee0b7;
}

.text-block-130 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 44px;
  line-height: 62px;
}

.body-11 {
  font-family: Roboto, sans-serif;
}

.search-button-5 {
  border-radius: 4px;
  background-color: #fd7222;
}

.collection-list-wrapper-31 {
  width: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.html-embed-22 {
  margin-top: 20px;
  margin-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown-list-search-background-2 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -34%;
  background-color: #fff;
}

.dropdown-list-search-background-2.w--open {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -69px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.subheader {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 17px;
}

.subheader.right-column-text {
  position: relative;
  z-index: 501;
}

.article-title {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  text-align: left;
}

.article-title.right-column-text {
  position: relative;
  z-index: 501;
}

.andre-artikler-satt {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.text-block-133 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
}

.div-block-178 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-179 {
  position: relative;
  z-index: 501;
  min-height: 200px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.collection-item-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 20px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.collection-list-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-134 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 30px;
  line-height: 31px;
  font-weight: 700;
}

.body-12 {
  font-family: Roboto, sans-serif;
}

.text-block-135 {
  padding-right: 5px;
  padding-left: 5px;
}

.text-intro-review-ps {
  display: inline-block;
  border-bottom: 2px solid #006eff;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.next-2-ps {
  background-color: #006eff;
  color: #fff;
}

.previous-2-ps {
  background-color: #006eff;
  color: #fff;
}

.text-search-reviews-ps {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #006eff;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-platform-reviews-ps {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #006eff;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-dice-reviews-ps {
  margin-bottom: 10px;
  padding-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #006eff;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-sort-reviews-ps {
  margin-bottom: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #006eff;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-intro-review-sw {
  display: inline-block;
  border-bottom: 2px solid red;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-search-reviews-sw {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid red;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-platform-reviews-sw {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid red;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-dice-reviews-sw {
  margin-bottom: 10px;
  padding-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid red;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-sort-reviews-sw {
  margin-bottom: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid red;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.switch-pc-sw {
  width: 110px;
  margin-bottom: 5px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(red));
  background-image: linear-gradient(180deg, red, red);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.switch-pc-sw.plattformlink-sortering {
  border-style: none;
  border-width: 1px;
  border-color: red;
  background-color: red;
  background-image: none;
  color: #fff;
}

.switch-pc-sw.plattformlink-sortering.w--current {
  border-style: solid;
  background-color: transparent;
  color: red;
}

.next-2-sw {
  background-color: red;
  color: #fff;
}

.previous-2-sw {
  background-color: red;
  color: #fff;
}

.text-intro-review-xbox {
  display: inline-block;
  border-bottom: 2px solid #00b91c;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-search-reviews-xbox {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #00b91c;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-platform-reviews-xbox {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #00b91c;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-dice-reviews-xbox {
  margin-bottom: 10px;
  padding-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #00b91c;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-sort-reviews-xbox {
  margin-bottom: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #00b91c;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.xbox-hw-xbox {
  width: 110px;
  margin-bottom: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 6px;
  background-color: #00b91c;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.xbox-hw-xbox.plattformlink-sortering {
  border-style: solid;
  border-width: 1px;
  border-color: #00b91c;
  background-color: transparent;
  color: #00b91c;
}

.next-2-xbox {
  background-color: #00b91c;
  color: #fff;
}

.previous-2-xbox {
  background-color: #00b91c;
  color: #fff;
}

.text-intro-review-pc {
  display: inline-block;
  border-bottom: 2px solid #e54ceb;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-search-reviews-pc {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #e54ceb;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-platform-reviews-pc {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #e54ceb;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-dice-reviews-pc {
  margin-bottom: 10px;
  padding-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #e54ceb;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-sort-reviews-pc {
  margin-bottom: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #e54ceb;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.reviews-button-pc-pc {
  width: 110px;
  margin-bottom: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 6px;
  background-color: #e54ceb;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.reviews-button-pc-pc.plattformlink-sortering {
  border-style: solid;
  border-width: 1px;
  border-color: #e54ceb;
  background-color: transparent;
  color: #e54ceb;
}

.next-2-pc {
  background-color: #e54ceb;
  color: #fff;
}

.previous-2-pc {
  background-color: #e54ceb;
  color: #fff;
}

.text-intro-review-hw {
  display: inline-block;
  border-bottom: 2px solid #8b8b8b;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-search-reviews-hw {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #8b8b8b;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-platform-reviews-hw {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #8b8b8b;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.hardware-pc-hw {
  width: 110px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #8b8b8b;
  border-radius: 6px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #8b8b8b;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.text-filter-dice-reviews-hw {
  margin-bottom: 10px;
  padding-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #8b8b8b;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-sort-reviews-hw {
  margin-bottom: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #8b8b8b;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.next-2-hw {
  background-color: #8b8b8b;
  color: #fff;
}

.previous-2-hw {
  background-color: #8b8b8b;
  color: #fff;
}

.f-lg-pressfire {
  display: inline-block;
  margin-bottom: 8px;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 21px;
  text-align: left;
}

.collection-list-wrapper-32 {
  width: 33.33%;
  height: auto;
}

.collection-item-42 {
  height: 100%;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid transparent;
}

.div-block-87-copy-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  box-shadow: none;
}

.div-block-88-copy {
  position: relative;
  overflow: hidden;
  height: 125px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-89-copy {
  position: relative;
  z-index: 501;
  overflow: hidden;
  width: 40%;
  max-height: 100%;
  float: left;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-88-copy {
  position: relative;
  overflow: hidden;
  height: 125px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 0%;
  background-size: cover;
}

.link-block-22-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.div-block-88-copy {
  position: relative;
  overflow: hidden;
  height: 125px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: none;
}

.div-block-88-copy-copy {
  position: relative;
  overflow: hidden;
  height: 125px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-88-copy-copy {
  position: relative;
  overflow: hidden;
  height: 150px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: none;
}

.link-block-22-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid transparent;
  text-decoration: none;
}

.ad-netboard-mobile-top-column {
  display: none;
}

.div-block-180 {
  position: static;
  width: 100%;
}

.div-block-181 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-182 {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: none;
}

.link-block-39 {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  text-decoration: none;
}

.collection-item-46 {
  width: 50%;
  margin-bottom: 15px;
  padding-right: 5px;
  padding-left: 5px;
  border: 1px solid transparent;
}

.collection-list-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-183 {
  position: relative;
  z-index: 501;
  width: 100%;
  min-height: 140px;
  border-radius: 4px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block-136 {
  padding-top: 10px;
  font-family: Unna, sans-serif;
  font-size: 34px;
  line-height: 36px;
  font-weight: 400;
}

.section-45 {
  margin-bottom: 20px;
}

.text-block-137 {
  padding-top: 5px;
}

.disqus-counter-top-image-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 3px;
  bottom: 5px;
  z-index: 501;
  opacity: 0.7;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-align: center;
}

.collection-list-22 {
  position: static;
  height: 100%;
}

.disqus-counter-top-image-copy-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 3px;
  bottom: 10px;
  z-index: 7;
  opacity: 0.8;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-align: center;
}

.body-13 {
  font-family: Roboto, sans-serif;
}

.div-block-184 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}

.div-block-184.right-column-text {
  position: relative;
  z-index: 501;
}

.container-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-185 {
  position: relative;
  z-index: 501;
  width: 30%;
  min-height: 100%;
  min-width: 120px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 0%;
  background-size: cover;
}

.link-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.0416%;
  height: 100%;
  padding-right: 10px;
  border: 1px solid transparent;
  text-decoration: none;
}

.collection-item-47 {
  width: 50%;
  min-height: 140px;
  margin-bottom: 15px;
  padding-right: 15px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.collection-list-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-138 {
  font-size: 25px;
  font-weight: 700;
}

.text-block-138.right-column-text {
  margin-bottom: 5px;
}

.div-block-186 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block-41 {
  border: 1px solid transparent;
  text-decoration: none;
}

.text-block-139 {
  line-height: 23px;
}

.link-block-42 {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.text-block-140 {
  padding-right: 40px;
  padding-left: 0px;
  font-size: 16px;
  line-height: 26px;
}

.div-block-187 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px none hsla(0, 0%, 54.7%, 0.73);
}

.div-block-188 {
  width: 66.66%;
}

.div-block-189 {
  width: 33.33%;
  padding-right: 10px;
}

.text-span-3 {
  font-size: 14px;
}

.text-span-4 {
  font-size: 14px;
  line-height: 26px;
}

.bold-text {
  font-size: 25px;
}

.bold-text-2 {
  font-size: 25px;
}

.bold-text-3 {
  text-decoration: none;
}

.link-23 {
  position: relative;
  z-index: 501;
  color: #fd7222;
  text-decoration: none;
}

.div-block-190 {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-191 {
  position: relative;
  z-index: 501;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-192 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.link-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-decoration: none;
}

.body-14 {
  font-family: Roboto, sans-serif;
}

.text-block-141 {
  font-size: 25px;
  font-weight: 700;
}

.div-block-194 {
  width: 50%;
  padding-left: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.collection-item-48 {
  margin-bottom: 10px;
}

.text-block-142 {
  margin-bottom: 10px;
  margin-left: 5px;
  padding-left: 0px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

.container-50 {
  padding-right: 30px;
  padding-left: 30px;
}

.text-field-2 {
  max-width: 100%;
}

.text-field-3 {
  max-width: 100%;
}

.container-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.container-51.right-column-text {
  position: relative;
  z-index: 501;
  line-height: 26px;
  font-weight: 500;
}

.text-block-145 {
  border-bottom: 3px solid #fd7222;
  font-size: 20px;
  line-height: 28px;
}

.text-block-146 {
  border-bottom: 3px solid #fd7222;
  font-size: 20px;
  line-height: 28px;
  text-transform: lowercase;
}

.div-block-199 {
  width: 35%;
  min-height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-44 {
  position: relative;
  z-index: 501;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-style: none;
  border-width: 1px;
  text-decoration: none;
}

.body-15 {
  font-family: Roboto, sans-serif;
}

.text-block-147 {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
}

.tags-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.collection-item-49 {
  width: 50%;
  max-height: 220px;
  min-height: 140px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-right: 5px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border: 1px solid transparent;
}

.div-block-200 {
  width: 65%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-148 {
  border-bottom: 3px solid #fd7222;
  font-size: 20px;
  line-height: 28px;
}

.text-block-149 {
  border-bottom: 3px solid #fd7222;
  font-size: 20px;
  line-height: 28px;
}

.text-block-150 {
  padding-top: 5px;
  line-height: 20px;
}

.div-block-201 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.disqus-counter-top-image-copy-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 3px;
  bottom: 5px;
  z-index: 7;
  opacity: 0.8;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-align: center;
}

.disqus-counter-top-image-copy-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 3px;
  bottom: 5px;
  z-index: 7;
  opacity: 0.8;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-align: center;
}

.disqus-counter-top-image-copy-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 3px;
  bottom: 5px;
  z-index: 7;
  opacity: 0.8;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-align: center;
}

.text-block-151 {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 13px;
  line-height: 24px;
  text-transform: capitalize;
}

.text-block-151.last-text {
  position: relative;
  z-index: 501;
  margin-top: 5px;
}

.text-block-152 {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 13px;
  line-height: 24px;
  text-transform: capitalize;
}

.text-block-152.last-text {
  position: relative;
  z-index: 501;
  margin-top: 5px;
}

.disqus-counter-top-image-copy-copy-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 3px;
  bottom: 10px;
  z-index: 7;
  opacity: 0.8;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-align: center;
}

.text-block-121-copy {
  margin-left: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 3px solid rgba(253, 114, 34, 0.85);
  font-family: Roboto, sans-serif;
  color: #3b3b3b;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.text-block-121-copy.underline-text {
  position: relative;
  margin-left: 5px;
}

.div-block-203 {
  position: relative;
  z-index: 501;
  height: 130px;
  background-image: url('../images/2020-04-15-01_51_22-5ddf41963574185f90bd61e6_2019-11-28-04_39_50-Ultima-VII-Intro-and-Opening-Scene-.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.87;
}

.text-block-96-copy {
  margin-bottom: 7px;
  border-bottom: 3px solid #fd7222;
  line-height: 20px;
}

.text-block-129-copy {
  color: #fd7222;
  font-weight: 400;
  text-decoration: none;
}

.text-block-124-copy {
  display: block;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 3px solid #fd7222;
  font-size: 18px;
  line-height: 24px;
}

.button-6-copy {
  background-color: #fd7222;
}

.text-block-121-copy-copy {
  margin-left: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 3px solid rgba(253, 114, 34, 0.85);
  font-family: Roboto, sans-serif;
  color: #3b3b3b;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.section-top-front-politikk {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
}

.text-block-intro-flere-saker-politikk {
  display: block;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 3px solid #fd7222;
  font-size: 18px;
  line-height: 24px;
}

.text-block-96-copy-copy {
  margin-bottom: 7px;
  border-bottom: 3px solid #fd7222;
  line-height: 20px;
}

.text-block-129-copy-copy {
  color: #fd7222;
  font-weight: 400;
  text-decoration: none;
}

.link-block-36-copy {
  text-decoration: none;
}

.navigation-item-kategorier {
  display: none;
  margin-top: 20px;
  margin-right: 6px;
  padding: 9px 10px;
  opacity: 0.6;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

.navigation-item-kategorier:hover {
  opacity: 0.9;
}

.navigation-item-kategorier:active {
  opacity: 0.8;
}

.navigation-item-kategorier.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item-kategorier.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item-kategorier.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.follow-buttons-front {
  display: block;
  margin-right: 10px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-left: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.body-16 {
  font-family: Roboto, sans-serif;
}

.html-embed-23 {
  position: relative;
  z-index: 501;
  margin-top: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-205 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 6px;
}

.content-wrapper-search {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 15px;
}

.text-wrapper-search-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.search-intro {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: none none solid;
  border-width: 3px;
  border-color: #fd7222;
  font-size: 30px;
  line-height: 30px;
}

.search-intro.underline-text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.ad-wrapper-bot-search {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

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

.hmbv1-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  width: 70px;
  height: 70px;
  margin-top: 20px;
  margin-right: 20px;
  background-color: transparent;
  cursor: pointer;
}

.div-block-210 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-64 {
  position: relative;
  z-index: 501;
  margin-left: 10px;
}

.text-intro-playstation {
  margin-left: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 3px solid #006eff;
  font-family: Roboto, sans-serif;
  color: #3b3b3b;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.text-intro-playstation.ps-text {
  margin-left: 5px;
}

.text-block-91-copy {
  font-family: Roboto, sans-serif;
  text-align: center;
}

.image-53-copy {
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-60-copy {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-96-copy {
  margin-bottom: 7px;
  border-bottom: 3px solid #006eff;
  line-height: 20px;
}

.text-block-129-copy {
  position: relative;
  z-index: 501;
  color: #006eff;
  font-weight: 400;
  text-decoration: none;
}

.text-block-124-copy {
  display: block;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 3px solid #006eff;
  font-size: 18px;
  line-height: 24px;
}

.button-6-copy {
  background-color: #006eff;
}

.text-intro-xbox {
  margin-left: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 3px solid #00b91c;
  font-family: Roboto, sans-serif;
  color: #3b3b3b;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.text-intro-xbox.x-text {
  margin-left: 5px;
}

.text-slider {
  font-family: Roboto, sans-serif;
  text-align: center;
}

.slider-2-copy {
  z-index: 501;
  max-height: 100px;
  background-color: transparent;
}

.image-53-copy-copy {
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-60-copy-copy {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-reviews-undersite {
  margin-bottom: 7px;
  border-bottom: 3px solid #00b91c;
  line-height: 20px;
}

.text-block-129-copy-copy {
  position: relative;
  z-index: 501;
  color: #00b91c;
  font-weight: 400;
  text-decoration: none;
}

.text-more-xbox-articles {
  display: block;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 3px solid #00b91c;
  font-size: 18px;
  line-height: 24px;
}

.text-more-xbox-articles.x-text {
  position: static;
}

.button-6-copy-copy {
  background-color: #00b91c;
}

.div-block-209-copy {
  display: none;
}

.div-block-211 {
  position: relative;
  z-index: 501;
  width: 100%;
  height: 130px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

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

.link-block-46 {
  width: 100%;
  text-decoration: none;
}

.text-block-intro-meninger {
  position: relative;
  margin-bottom: 15px;
  margin-left: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 3px solid #fd7222;
  font-family: Roboto, sans-serif;
  color: #3a3b3d;
  font-size: 30px;
  line-height: 30px;
}

.link-block-22-copy-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid transparent;
  text-decoration: none;
}

.div-block-88-copy-copy-copy {
  position: static;
  z-index: 501;
  overflow: hidden;
  height: 150px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-content-politikk {
  margin-bottom: 20px;
}

.section-more-articles-politikk {
  margin-top: 15px;
  margin-bottom: 0px;
}

.text-intro-retro {
  margin-left: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 3px solid rgba(253, 114, 34, 0.85);
  font-family: Roboto, sans-serif;
  color: #3b3b3b;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.text-intro-retro.underline-text {
  position: relative;
  margin-left: 5px;
}

.text-block-siste-retro-h-yre {
  margin-bottom: 7px;
  border-bottom: 3px solid #fd7222;
  line-height: 20px;
}

.text-block-siste-retro-h-yre.underline-text {
  position: relative;
}

.text-block-flere-artikler-h-yre-retro {
  position: relative;
  z-index: 501;
  color: #fd7222;
  font-weight: 400;
  text-decoration: none;
}

.button-6-retro {
  background-color: #fd7222;
}

.text-block-intro-flere-saker-retro {
  display: block;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 3px solid #fd7222;
  font-size: 18px;
  line-height: 24px;
}

.text-block-intro-flere-saker-retro.underline-text {
  position: relative;
}

.text-intro-pc {
  margin-left: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 3px solid #e54ceb;
  font-family: Roboto, sans-serif;
  color: #3b3b3b;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.text-intro-pc.pc-text {
  margin-left: 5px;
}

.slider-2-copy-copy {
  z-index: 501;
  max-height: 100px;
  background-color: transparent;
}

.text-slider-pc {
  font-family: Roboto, sans-serif;
  text-align: center;
}

.text-reviews-undersite-pc {
  margin-bottom: 7px;
  border-bottom: 3px solid #e54ceb;
  line-height: 20px;
}

.more-reviews-text-pc {
  color: #e54ceb;
  font-weight: 400;
  text-decoration: none;
}

.text-more-pc-articles {
  display: block;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 3px solid #e54ceb;
  font-size: 18px;
  line-height: 24px;
}

.button-6-pc {
  background-color: #e54ceb;
}

.image-66 {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-mac {
  height: 100%;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-212 {
  position: relative;
  z-index: 501;
  height: 185px;
  background-image: url('../images/23b6b86af376a22cf235c9629b0010a2-600x-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block-155 {
  border-bottom: 3px solid #fd7222;
  font-size: 30px;
  line-height: 30px;
}

.text-block-155.underline-text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.text-block-156 {
  border-bottom: 3px solid #fd7222;
  font-size: 30px;
  line-height: 30px;
}

.text-block-156.underline-text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.image-67 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 501;
  height: 360px;
}

.text-block-59-copy {
  display: inline-block;
  margin-top: 10px;
  padding: 0px 5px 5px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
}

.text-block-59-copy {
  display: inline-block;
  margin-top: 5px;
  padding: 0px 5px 5px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
}

.text-block-59-copy.last-text {
  position: relative;
  z-index: 501;
  margin-top: 5px;
}

.image-68 {
  position: relative;
  z-index: 501;
}

.div-block-105-copy {
  height: 90px;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: -55px;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #f1f1f1), to(transparent));
  background-image: linear-gradient(180deg, #f1f1f1 3%, transparent);
}

.div-block-213 {
  position: static;
}

.text-block-59-copy-copy {
  display: inline-block;
  padding: 0px 5px 5px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
}

.text-block-59-copy-copy.last-text {
  position: relative;
  z-index: 501;
  margin-top: 5px;
}

.text-block-94-copy {
  position: absolute;
  left: 10px;
  top: -1px;
  right: auto;
  bottom: auto;
  font-size: 13px;
  font-weight: 300;
}

.text-block-94-copy-copy {
  position: static;
  left: 10px;
  top: -1px;
  right: auto;
  bottom: auto;
  padding-left: 6px;
  font-size: 13px;
  font-weight: 400;
}

.text-block-94-copy-copy.last-text {
  position: relative;
  left: 0px;
  z-index: 501;
  margin-top: 5px;
}

.text-block-60-copy-copy {
  display: inline-block;
  padding-right: 25px;
  padding-left: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.text-block-60-copy-copy.last-text {
  position: relative;
  z-index: 501;
  margin-top: 5px;
}

.text-wrapper-last-reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-last-reviews {
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-bottom: 7px;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 3px solid #fd7222;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  text-align: center;
}

.text-last-reviews.right-column-text {
  z-index: 501;
}

.collection-list-wrapper-last-reviews {
  position: relative;
  z-index: 501;
  margin-bottom: 15px;
}

.collection-list-last-reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.collection-item-last-reviews {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 8px;
  padding-left: 8px;
}

.last-reviews-dice-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: -2px;
  bottom: -3px;
  width: 30%;
}

.last-review-bot-gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 501;
  width: 100%;
  height: 85px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.59)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.59));
}

.last-review-game-title {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 60px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 12px;
  padding-left: 13px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 9px;
  direction: ltr;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
  white-space: normal;
}

.link-block-last-reviews-more-reviews {
  position: relative;
  z-index: 501;
  text-decoration: none;
}

.text-more-reviews {
  margin-top: -10px;
  color: #fd7222;
  font-size: 14px;
}

.more-articles-front-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  box-shadow: none;
}

.collection-list-wrapper-more-articles-front {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.lazy {
  position: relative;
  z-index: 501;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-214 {
  position: relative;
  z-index: 501;
  overflow: hidden;
  width: 100%;
  height: 130px;
  border-radius: 3px;
}

.div-block-215 {
  position: relative;
  z-index: 501;
  overflow: hidden;
  width: 100%;
  height: 130px;
  border-radius: 3px;
}

.collection-list-26 {
  position: static;
  width: 100%;
}

.div-block-216 {
  position: relative;
  overflow: hidden;
  width: 220px;
  height: 300px;
  border-radius: 9px;
}

.div-block-217 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-157 {
  position: relative;
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-bottom: 3px solid #fd7222;
  font-size: 18px;
  text-align: center;
}

.text-block-157.right-column-text {
  z-index: 501;
}

.topdesktopadform {
  position: relative;
  z-index: 501;
  display: block;
  width: auto;
  height: 150px;
  max-height: 150px;
  max-width: 1000px;
}

.topmobildeadform {
  position: relative;
  z-index: 501;
  display: none;
  max-height: 300px;
  max-width: 300px;
}

.netboarddesktopadform {
  position: relative;
  z-index: 501;
  width: 580px;
  height: 400px;
  border-style: solid;
  border-width: 1px;
  border-color: #9e9e9e;
}

.netboardmobileadform {
  position: relative;
  z-index: 501;
  display: none;
}

.skyskraperdesktopadform {
  position: relative;
  z-index: 501;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #9e9e9e;
}

.sideadfrontdesktop {
  position: relative;
  z-index: 501;
  width: 300px;
  height: auto;
  max-height: 300px;
  min-height: 250px;
  border-style: solid;
  border-width: 1px;
  border-color: #9e9e9e;
}

.sideadfrontmobile {
  display: none;
  width: 300px;
  height: 300px;
}

.div-block-220 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-221 {
  position: relative;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.collection-list-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-222 {
  position: static;
  left: auto;
  top: 336px;
  right: 0%;
  bottom: auto;
  z-index: 50;
  display: block;
  width: 30%;
  margin-top: 20px;
  margin-left: 45px;
  padding: 12px 10px 10px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ffede3;
  box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, 0.37);
}

.div-block-222.andre-kjappiser.kjappisfarge {
  position: static;
  width: 30%;
}

.image-69 {
  position: relative;
  z-index: 501;
  width: auto;
  height: auto;
  max-height: 450px;
  max-width: 950px;
  margin-bottom: 30px;
}

.div-block-223 {
  position: relative;
  z-index: 501;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.text-block-159 {
  font-size: 13px;
  line-height: 18px;
}

.text-block-160 {
  max-width: 75%;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
}

.section-48 {
  display: block;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.buttonwrap {
  display: block;
  width: 34px;
  height: 34px;
  float: left;
  opacity: 0;
}

.section-49 {
  margin-top: 25px;
}

.link-33 {
  text-decoration: none;
}

.link-34 {
  text-decoration: none;
}

.trio-front-bot-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  box-shadow: none;
}

.frame {
  position: fixed;
  z-index: 1001;
  display: block;
  width: 100vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.static {
  position: fixed;
  z-index: 1000;
  display: block;
  width: 100vw;
  height: 100vh;
}

.div-block-224 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-226 {
  position: relative;
  z-index: 501;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 400px;
  max-width: 1050px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f1f1f1;
}

.bilde-oppsummering {
  position: relative;
  width: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.tekst-oppsummering {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-top: 25px;
  padding-right: 107px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.positivt {
  height: 50%;
  padding-top: 0px;
  padding-left: 25px;
}

.negativt {
  height: 50%;
  margin-top: 15px;
  padding-left: 25px;
}

.text-block-168 {
  margin-top: 5px;
  font-size: 12px;
  line-height: 19px;
}

.text-block-169 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-170 {
  margin-top: 5px;
  font-size: 12px;
  line-height: 19px;
}

.text-block-171 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.div-block-227 {
  position: absolute;
  left: auto;
  top: -67px;
  right: -176px;
  bottom: 0%;
  z-index: 2;
  width: 200px;
  height: 400px;
  background-color: #f1f1f1;
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg);
}

.terning-oppsummering {
  position: absolute;
  left: auto;
  top: 7px;
  right: 19px;
  bottom: auto;
  z-index: 100;
  width: 70px;
}

.section-reviews-summary {
  margin-bottom: 25px;
}

.section-legacy-video-embed {
  margin-top: 10px;
  margin-bottom: 40px;
}

.legacy-video-wrapper {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 70px;
  padding-left: 70px;
}

.legacy-video-embed {
  position: relative;
  z-index: 501;
  height: 480px;
  margin-right: auto;
  margin-left: auto;
}

.date-published {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
}

.legacy-date-published {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
}

.link-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 300px;
  min-height: 180px;
  text-decoration: none;
}

.div-block-228 {
  width: 350px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block-172 {
  margin-top: 30px;
  font-size: 30px;
  font-weight: 700;
}

.text-block-173 {
  margin-top: 10px;
  font-size: 18px;
}

.div-block-229 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-result-item {
  margin-bottom: 30px;
  background-color: #f1f1f1;
  box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, 0.32);
}

.div-block-230 {
  position: relative;
  z-index: 501;
  padding-right: 150px;
  padding-left: 150px;
}

.div-block-231 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
}

.section-legacy-review-score {
  margin-bottom: 25px;
}

.filter-plattform-news-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.collection-list-news-articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-list-item {
  position: static;
  overflow: hidden;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-block-news-item {
  position: static;
  display: block;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.news-item-dice {
  position: relative;
  z-index: 501;
  overflow: hidden;
  height: 140px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0% 0%;
  background-size: cover;
}

.news-item-title {
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 7px;
  float: left;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 500;
  text-decoration: none;
}

.news-item-ingress {
  display: inline-block;
  float: left;
  clear: left;
  font-family: Roboto, sans-serif;
  line-height: 23px;
}

.filter-tags-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.ps-link {
  margin-top: 20px;
  margin-right: 6px;
  padding: 9px 10px;
  opacity: 0.6;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

.ps-link:hover {
  opacity: 0.9;
}

.ps-link:active {
  opacity: 0.8;
}

.ps-link.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-size: 14px;
  font-weight: 600;
}

.ps-link.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.ps-link.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.nintendo-link {
  margin-top: 20px;
  margin-right: 6px;
  padding: 9px 10px;
  opacity: 0.6;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

.nintendo-link:hover {
  opacity: 0.9;
}

.nintendo-link:active {
  opacity: 0.8;
}

.nintendo-link.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-size: 14px;
  font-weight: 600;
}

.nintendo-link.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.nintendo-link.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.pclink {
  margin-top: 20px;
  margin-right: 6px;
  padding: 9px 10px;
  opacity: 0.6;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

.pclink:hover {
  opacity: 0.9;
}

.pclink:active {
  opacity: 0.8;
}

.pclink.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-size: 14px;
  font-weight: 600;
}

.pclink.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.pclink.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.xbox-link {
  margin-top: 20px;
  margin-right: 6px;
  padding: 9px 10px;
  opacity: 0.6;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

.xbox-link:hover {
  opacity: 0.9;
}

.xbox-link:active {
  opacity: 0.8;
}

.xbox-link.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-size: 14px;
  font-weight: 600;
}

.xbox-link.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.xbox-link.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.norge-link {
  margin-top: 20px;
  margin-right: 6px;
  padding: 9px 10px;
  opacity: 0.6;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

.norge-link:hover {
  opacity: 0.9;
}

.norge-link:active {
  opacity: 0.8;
}

.norge-link.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-size: 14px;
  font-weight: 600;
}

.norge-link.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.norge-link.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.retro-link {
  margin-top: 20px;
  margin-right: 6px;
  padding: 9px 10px;
  opacity: 0.6;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

.retro-link:hover {
  opacity: 0.9;
}

.retro-link:active {
  opacity: 0.8;
}

.retro-link.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-size: 14px;
  font-weight: 600;
}

.retro-link.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.retro-link.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.politikk-link {
  margin-top: 20px;
  margin-right: 6px;
  padding: 9px 10px;
  opacity: 0.6;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

.politikk-link:hover {
  opacity: 0.9;
}

.politikk-link:active {
  opacity: 0.8;
}

.politikk-link.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-size: 14px;
  font-weight: 600;
}

.politikk-link.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.politikk-link.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.text-span-5 {
  color: #fff;
  text-decoration: none;
}

.next-3 {
  border-style: none;
  background-color: transparent;
}

.previous-3 {
  border-style: none;
  background-color: transparent;
}

.text-block-177 {
  font-size: 14px;
}

.file-upload {
  margin-top: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section-50 {
  margin-top: 100px;
  margin-bottom: 30px;
}

.text-block-178 {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 700;
}

.body-18 {
  font-family: Roboto, sans-serif;
}

.skyscraper-wrapper {
  position: absolute;
  left: -165px;
  width: 160px;
  height: 600px;
  float: left;
}

.skyscraper-wrapper.skyskraper-div {
  position: absolute;
  left: -202px;
  top: 188px;
  z-index: 501;
  display: block;
  overflow: visible;
  height: 600px;
  border: 1px none #9e9e9e;
}

.div-block-236 {
  width: auto;
  height: auto;
  max-height: 400px;
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
}

.tabs {
  margin-top: 25px;
  padding-bottom: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ffefe5;
  box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, 0.32);
}

.text-block-184 {
  padding-right: 15px;
  padding-left: 15px;
}

.text-block-185 {
  padding-right: 15px;
  padding-left: 15px;
}

.text-block-186 {
  padding-right: 15px;
  padding-left: 15px;
}

.text-block-187 {
  padding-right: 15px;
  padding-left: 15px;
}

.text-block-188 {
  padding-right: 15px;
  padding-left: 15px;
}

.text-block-189 {
  padding-right: 15px;
  padding-left: 15px;
}

.bold-text-4 {
  font-size: 19px;
}

.text-block-190 {
  padding-right: 15px;
  padding-left: 15px;
}

.podcastembed {
  width: 100%;
  height: 163px;
}

.kontakt-oss {
  display: none;
  margin-top: 20px;
  margin-right: 6px;
  padding: 9px 10px;
  opacity: 0.6;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

.kontakt-oss:hover {
  opacity: 0.9;
}

.kontakt-oss:active {
  opacity: 0.8;
}

.kontakt-oss.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-size: 14px;
  font-weight: 600;
}

.kontakt-oss.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.kontakt-oss.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.cookies {
  display: none;
  margin-top: 20px;
  margin-right: 6px;
  padding: 9px 10px;
  opacity: 0.6;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

.cookies:hover {
  opacity: 0.9;
}

.cookies:active {
  opacity: 0.8;
}

.cookies.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-size: 14px;
  font-weight: 600;
}

.cookies.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.cookies.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.cookie-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 7;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.cookie-popup-content {
  position: relative;
  max-width: 550px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #ffe1cf;
  box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, 0.38);
}

.cookie-popup-close {
  position: absolute;
  left: auto;
  top: 5px;
  right: 5px;
  bottom: auto;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  text-decoration: none;
}

.cookie-clicker {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.text-block-191 {
  margin-bottom: 10px;
  padding-right: 27px;
  font-family: Roboto, sans-serif;
}

.cookie-clicker-link {
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.collection-item-more-articles-playstation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-bottom: 0px;
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.collection-list-more-articles-nintendo-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-239 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-192 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 3px solid #fd7222;
  font-size: 30px;
  line-height: 30px;
}

.text-block-192.underline-text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.body-19 {
  font-family: Roboto, sans-serif;
}

.div-block-240 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-block {
  width: 60%;
}

.textarea-3 {
  position: relative;
  z-index: 501;
  margin-top: 15px;
}

.link-36 {
  position: relative;
  z-index: 501;
  color: #fd7222;
  text-decoration: none;
}

.link-37 {
  position: relative;
  z-index: 501;
  color: #fd7222;
  text-decoration: none;
}

.div-block-241 {
  margin-top: 20px;
}

.success-message-2 {
  background-color: #ceffcb;
}

.submit-button-3 {
  position: relative;
  z-index: 501;
  background-color: #fd7222;
}

.recaptcha-2 {
  position: relative;
  z-index: 501;
  margin-top: 15px;
  margin-bottom: 15px;
}

.recaptcha-3 {
  position: relative;
  z-index: 501;
  margin-bottom: 15px;
}

.text-block-193 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

.link-38 {
  position: relative;
  z-index: 501;
  color: #fd7222;
  text-decoration: none;
}

.text-block-195 {
  line-height: 20px;
}

.div-block-242 {
  position: relative;
  z-index: 501;
  width: 80%;
  padding-right: 30px;
  padding-left: 30px;
}

.collection-item-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.collection-list-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.meninger-form {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section-meninger-top3-mobile {
  display: none;
  margin-top: 0px;
}

.div-block-243 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

.meninger-form-wrapper-dropdown {
  position: relative;
  top: 0px;
  right: 5px;
  z-index: 1;
  display: none;
  width: 103%;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: #feebe2;
  opacity: 1;
}

.meninger-form-wrapper-dropdown.quick-wrapper {
  z-index: 503;
}

.text-block-196 {
  margin-bottom: 5px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}

.day-night-trigger {
  position: absolute;
  left: auto;
  top: 0%;
  right: -70px;
  bottom: 0%;
  z-index: 501;
  width: 70px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  cursor: pointer;
}

.andre-artikler {
  width: 100%;
  text-decoration: none;
}

.div-block-245 {
  position: relative;
  z-index: 501;
  width: 100%;
  height: 130px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 0%;
  background-size: cover;
}

.empty-state-8 {
  display: none;
}

.empty-state-9 {
  display: none;
}

.empty-state-10 {
  display: none;
}

.empty-state-11 {
  display: none;
}

.image-74 {
  display: block;
  width: 100%;
  height: auto;
  max-height: 500px;
  min-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-item-16-copy {
  position: relative;
  overflow: hidden;
}

.mariomann {
  position: absolute;
  left: -391px;
  bottom: 161px;
  z-index: 800;
  display: none;
  width: 160px;
  height: 160px;
}

.text-block-197 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 3px solid #fd7222;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.div-block-246 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.pakkmann-copy-copy {
  position: absolute;
  left: -391px;
  bottom: 295px;
  z-index: -3;
  display: none;
  width: 80px;
  height: 145px;
}

.image-76 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-list-wrapper-37 {
  height: 100%;
}

.collection-list-29 {
  height: 100%;
  border: 1px none transparent;
}

.image-77 {
  position: relative;
  z-index: 501;
  width: 40%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-78 {
  position: relative;
  z-index: 501;
  width: 40%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-79 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-80 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-81 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-82 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-83 {
  width: 100%;
  height: 100%;
}

.image-84 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-85 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-86 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-88 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-89 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lottie-animation-3 {
  width: 20%;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(253, 114, 34, 0.41);
  cursor: pointer;
}

.collection-list-13-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.collection-item-25-copy {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-90 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bold-text-5 {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.div-block-88-copy {
  position: relative;
  z-index: 501;
  overflow: hidden;
  width: 100%;
  height: 125px;
  margin-bottom: 5px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-91 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-147-copy {
  width: 40%;
  height: 100%;
}

.image-92 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-147-copy {
  width: 40%;
  height: 100%;
}

.image-93 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-42-copy {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 145px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.div-block-164-copy {
  position: relative;
  z-index: 501;
  min-height: 150px;
}

.div-block-42-copy {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 145px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.image-97 {
  position: relative;
  z-index: 501;
  width: 40%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-164-copy {
  position: relative;
  z-index: 501;
  min-height: 150px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-147-copy {
  width: 40%;
  height: 100%;
}

.image-99 {
  position: relative;
  z-index: 501;
  width: 40%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-88-copy {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 125px;
  margin-bottom: 5px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-42-copy {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 145px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.div-block-147-copy {
  width: 40%;
  height: 100%;
}

.div-block-147-copy-copy {
  width: 40%;
  height: 100%;
}

.image-101 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-147-copy {
  position: relative;
  z-index: 501;
  width: 40%;
  height: 100%;
}

.image-102 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-88-copy {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 125px;
  margin-bottom: 5px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-164-copy {
  position: relative;
  min-height: 150px;
}

.div-block-42-copy {
  position: relative;
  z-index: 501;
  overflow: hidden;
  width: 100%;
  height: 145px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-88-copy {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 125px;
  margin-bottom: 5px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-span-9 {
  text-decoration: none;
}

.text-span-9.right-column-text {
  text-decoration: none;
}

.text-block-89-copy {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  line-height: 21px;
  font-weight: 700;
}

.div-block-146-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-block-retro-topp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block-90-copy {
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.collection-item-35-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-list-nintendo-flow-top-copy {
  margin-top: 0px;
  border-top: 3px none #ff151f;
}

.text-block-90-copy {
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.text-block-89-copy {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  line-height: 21px;
  font-weight: 700;
}

.div-block-146-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-block-28-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.collection-item-35-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-list-nintendo-flow-bot-copy {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 3px none #ff151f;
}

.collection-item-more-articles-nintendo-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-bottom: 15px;
  padding-right: 3px;
  padding-left: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.terning-sortering-ps-6 {
  padding-right: 2px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.terning-sortering-ps-5 {
  padding-right: 2px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.terning-sortering-ps-4 {
  padding-right: 2px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.terning-sortering-ps-3 {
  padding-right: 2px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px none #fd7222;
}

.terning-sortering-ps-2 {
  padding-right: 2px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.terning-sortering-ps-1 {
  padding-right: 2px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.terning-sortering-ps-1-copy {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-ps-2-copy {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-ps-3-copy {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-ps-4-copy {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-ps-5-copy {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-ps-6-copy {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #fd7222;
}

.terning-sortering-sw-1 {
  padding-right: 2px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.terning-sortering-sw-2 {
  padding-right: 2px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.terning-sortering-sw-3 {
  padding-right: 2px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.terning-sortering-sw-4 {
  padding-right: 2px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.terning-sortering-sw-5 {
  padding-right: 2px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.terning-sortering-sw-6 {
  padding-right: 2px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-13-copy {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link-13-copy.w--current {
  font-weight: 700;
}

.terning-sortering-sw-1-copy {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-sw-2-copy {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-sw-3-copy {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-sw-4-copy {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.switch-pc-sw-1 {
  width: 110px;
  margin-bottom: 5px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: red;
  border-radius: 6px;
  font-family: Roboto, sans-serif;
  color: red;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.switch-pc-sw-2 {
  width: 110px;
  margin-bottom: 5px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: red;
  border-radius: 6px;
  font-family: Roboto, sans-serif;
  color: red;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.switch-pc-sw-3 {
  width: 110px;
  margin-bottom: 5px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: red;
  border-radius: 6px;
  font-family: Roboto, sans-serif;
  color: red;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.switch-pc-sw-4 {
  width: 110px;
  margin-bottom: 5px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: red;
  border-radius: 6px;
  font-family: Roboto, sans-serif;
  color: red;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.switch-pc-sw-5 {
  width: 110px;
  margin-bottom: 5px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: red;
  border-radius: 6px;
  font-family: Roboto, sans-serif;
  color: red;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.terning-sortering-sw-5-copy {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-sw-6-copy {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.switch-pc-sw-6 {
  width: 110px;
  margin-bottom: 5px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: red;
  border-radius: 6px;
  font-family: Roboto, sans-serif;
  color: red;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.switch-pc-sw-nylige {
  width: 110px;
  margin-bottom: 5px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: red;
  border-radius: 6px;
  font-family: Roboto, sans-serif;
  color: red;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.terning-sortering-copy {
  padding-right: 2px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.terning-sortering-pc-1 {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-pc-2 {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-pc-3 {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-pc-4 {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-pc-5 {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-pc-6 {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-anm-2 {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-x-6 {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-x5 {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-x-4 {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-x-3 {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-x-2 {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-x-1 {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-anm-1 {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-anm-4 {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-anm-3 {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-anm-5 {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.terning-sortering-anm-6 {
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #fd7222;
}

.collection-item-35-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-block-28-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.div-block-147-copy {
  width: 40%;
  height: 100%;
}

.div-block-146-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.collection-item-35-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-item-35-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-block-28-norge-bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.collection-item-retro-topp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-item-retro-bunn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-block-28-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.image-105 {
  position: relative;
  z-index: 501;
  width: 100%;
  height: auto;
  max-height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-146-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-wrapper-retro-flow-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-106 {
  position: relative;
  z-index: 501;
  width: 100%;
  height: auto;
  max-height: 170px;
  margin-bottom: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-item-55 {
  height: auto;
  margin-bottom: 10px;
}

.link-block-retro-feature-right {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.text-block-retro-feature {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 60px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #181818;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
}

.image-108 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-112 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-list-wrapper-trio-bot-front {
  position: static;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.topp-wrapper-img-nintendo {
  position: relative;
  z-index: 501;
  overflow: hidden;
  width: 100%;
  max-height: 420px;
  max-width: none;
  min-height: 370px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 0%;
  background-size: cover;
}

.image-wrapper-flow-top-playstation {
  position: relative;
  z-index: 501;
  width: 40%;
  height: 100%;
}

.div-block-147-copy-copy {
  position: relative;
  z-index: 501;
  width: 40%;
  height: 100%;
}

.image-wrapper-pc-bot {
  position: relative;
  z-index: 501;
  overflow: hidden;
  width: 100%;
  height: 125px;
  margin-bottom: 5px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 0%;
  background-size: cover;
}

.image-wrapper-top-retro-big {
  position: relative;
  z-index: 501;
  overflow: hidden;
  width: 100%;
  max-height: 420px;
  max-width: none;
  min-height: 370px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 0%;
  background-size: cover;
}

.image-wrapper-top-right-pc {
  position: relative;
  z-index: 501;
  overflow: hidden;
  width: 100%;
  height: 145px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.top-right-spillnorge {
  position: relative;
  z-index: 501;
  overflow: hidden;
  width: 100%;
  height: 170px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 0%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.collection-item-more-articles-spillnorge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-bottom: 15px;
  padding-right: 3px;
  padding-left: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-248 {
  width: 33.33%;
}

.text-block-201 {
  text-align: center;
}

.collection-item-56 {
  margin-bottom: 12px;
  padding: 5px 5px 15px;
  background-color: #ffeae0;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.35);
}

.collection-item-56.quick-wrapper {
  position: relative;
  background-color: transparent;
}

.div-block-250 {
  width: 63%;
}

.div-block-251 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37%;
  margin-left: 10px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-204 {
  font-size: 10px;
  line-height: 17px;
  font-weight: 300;
  text-align: center;
}

.text-block-204.last-text {
  position: relative;
  z-index: 501;
}

.text-block-205 {
  font-size: 10px;
  line-height: 17px;
  font-weight: 300;
  text-align: center;
}

.link-block-49 {
  position: relative;
  z-index: 503;
  text-decoration: none;
}

.ingress-andre-artikler-boks {
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 20px;
  font-weight: 400;
}

.div-block-253 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 16px;
  padding-left: 15px;
  background-color: #fff;
}

.search-wrapper-copy {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-205-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 6px;
}

.wrapper-image-more-articles-front {
  position: relative;
  z-index: 501;
  overflow: hidden;
  height: 125px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: none;
}

.main-article-top-front {
  position: relative;
  width: 58.3333%;
}

.secondary-articles-top-front {
  position: relative;
  width: 41.66666%;
  padding-right: 0px;
  padding-left: 10px;
}

.html-embed-23-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.playstation-pos2-image-wrapper {
  position: relative;
  z-index: 501;
  overflow: hidden;
  width: 100%;
  height: 145px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section-top-front-nintendo {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
}

.top-wrapper-nintendo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: none;
}

.columns-top-wrapper-nintendo {
  padding-top: 15px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-top-left-nintendo {
  position: relative;
  height: 100%;
  padding-right: 10px;
  padding-left: 5px;
}

.column-2-nintendo {
  padding-right: 5px;
  padding-left: 10px;
}

.section-top-front-spill-i-norge {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
}

.top-wrapper-spill-i-norge {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: none;
}

.effeffef {
  position: relative;
  z-index: 501;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 400px;
  max-width: none;
  min-height: 370px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 0%;
  background-size: cover;
}

.section-top-front-playstation {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
}

.top-wrapper-playstation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: none;
}

.div-block-43-playstation {
  position: relative;
  z-index: 501;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 400px;
  max-width: none;
  min-height: 340px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 0%;
  background-size: cover;
}

.section-top-front-xbox {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
}

.top-wrapper-xbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: none;
}

.div-block-43-xbox {
  position: relative;
  z-index: 501;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 400px;
  max-width: none;
  min-height: 340px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 0%;
  background-size: cover;
}

.collection-item-25-copy {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-top-front-pc {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
}

.top-wrapper-pc {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: none;
}

.div-block-43-pc {
  position: relative;
  z-index: 501;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 400px;
  max-width: none;
  min-height: 340px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-147-xbox {
  position: relative;
  z-index: 501;
  width: 40%;
  height: 100%;
}

.top-wrapper-retro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: none;
}

.section-top-front-retro {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
}

.div-block-43-front {
  position: relative;
  z-index: 502;
  overflow: hidden;
  width: 100%;
  max-height: 400px;
  max-width: none;
  min-height: 380px;
}

.text-block-206 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
}

.collection-item-wrapper-front {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-207 {
  margin-top: 10px;
  margin-bottom: 6px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 53px;
  line-height: 62px;
  font-weight: 500;
  text-align: left;
}

.text-block-207.last-text {
  position: relative;
  z-index: 501;
  margin-top: 10px;
}

.text-block-208 {
  padding-right: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
  font-size: 17px;
  line-height: 26px;
  text-align: left;
}

.text-block-208.last-text {
  position: relative;
  z-index: 501;
  margin-top: 5px;
}

.text-block-209 {
  margin-top: 11px;
  margin-bottom: 13px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 29px;
  line-height: 31px;
  font-weight: 500;
  text-align: left;
}

.text-block-209.last-text {
  position: relative;
  z-index: 501;
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 29px;
}

.text-block-210 {
  margin-top: -10px;
  margin-bottom: 15px;
  padding: 4px 30px 4px 5px;
  font-size: 17px;
  line-height: 20px;
}

.text-block-210.last-text {
  position: relative;
  z-index: 501;
  margin-top: 5px;
  text-align: left;
}

.text-block-211 {
  margin-top: 11px;
  margin-bottom: 13px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 29px;
  line-height: 31px;
  font-weight: 500;
  text-align: left;
}

.text-block-211.last-text {
  position: relative;
  z-index: 501;
  margin-bottom: 0px;
}

.text-block-212 {
  margin-top: -10px;
  margin-bottom: 15px;
  padding: 4px 30px 4px 5px;
  font-size: 17px;
  line-height: 20px;
}

.text-block-212.last-text {
  position: relative;
  z-index: 501;
  margin-top: 5px;
  text-align: left;
}

.div-block-257 {
  position: relative;
}

.lightbox-link {
  position: relative;
}

.disqus-wrapper {
  position: relative;
  z-index: 501;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 100px 20px;
  background-color: #fff;
}

.last-text-podcast-title {
  padding: 5px 5px 0px;
  line-height: 21px;
  font-weight: 700;
}

.last-text-podcast-title.last-text {
  margin-top: 5px;
  text-align: left;
}

.last-text-podcast-ingress {
  padding: 5px 5px 0px;
  font-size: 14px;
  line-height: 20px;
}

.last-text-podcast-ingress.last-text {
  margin-top: 5px;
  text-align: left;
}

.last-text-retro-title {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: Roboto, sans-serif;
  line-height: 21px;
  font-weight: 700;
}

.last-text-retro-title.last-text {
  margin-top: 5px;
  text-align: left;
}

.last-text-retro-ingress {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.last-text-retro-ingress.last-text {
  margin-top: 5px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.last-text-norge-title {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: Roboto, sans-serif;
  line-height: 21px;
  font-weight: 700;
}

.text-right-column-norge {
  position: relative;
  margin-bottom: 7px;
  border-bottom: 3px solid #fd7222;
  line-height: 20px;
}

.more-reviews-norge {
  position: relative;
  z-index: 501;
  color: #fd7222;
  font-weight: 400;
  text-decoration: none;
}

.review-image-wrapper-playstation {
  position: relative;
  z-index: 501;
  min-height: 150px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.image-119 {
  display: block;
}

.image-120 {
  display: block;
}

.more-articles-norge {
  display: block;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 3px solid #fd7222;
  font-size: 18px;
  line-height: 24px;
}

.more-articles-norge.underline-text {
  position: relative;
}

.button-more-norge {
  background-color: #fd7222;
}

.next-4 {
  position: relative;
  z-index: 501;
  background-color: #fd7222;
}

.previous-4 {
  position: relative;
  z-index: 501;
  background-color: #fd7222;
}

.text-block-213 {
  font-size: 18px;
  line-height: 25px;
}

.text-block-214 {
  position: relative;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #006eff;
  line-height: 20px;
}

.text-field-4 {
  position: relative;
  z-index: 501;
}

.text-field-5 {
  position: relative;
  z-index: 501;
}

.slide {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-121 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-122 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-123 {
  max-height: 400px;
  min-height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.section-superboard {
  margin-bottom: 20px;
}

.div-block-258 {
  position: relative;
  z-index: 501;
  width: 100%;
  height: 300px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #9e9e9e;
}

.text-block-215 {
  font-size: 10px;
  line-height: 17px;
  text-align: center;
}

.section-meninger-top3-desktop {
  margin-top: 0px;
}

.section-meninger-after-netboard-mobile {
  display: none;
  margin-top: 0px;
}

.section-netboard-meninger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.section-submit-mening-mobile {
  display: none;
}

.last-text {
  margin-top: 10px;
}

.last-text.tags-news {
  font-size: 16px;
}

.section-52 {
  position: relative;
  z-index: 501;
  display: none;
}

.text-intro-news-ps {
  display: inline-block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-intro-news-ps.last-text {
  border-bottom-color: #006eff;
}

.text-search-news-ps {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-search-news-ps.right-column-text {
  border-bottom-color: #006eff;
}

.text-filter-platform-news-ps {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-platform-news-ps.right-column-text {
  border-bottom-color: #006eff;
}

.ps-news-ps {
  width: 110px;
  margin-bottom: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 6px;
  background-color: #006eff;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.ps-news-ps.plattformlink-sortering {
  border-style: solid;
  border-width: 1px;
  border-color: #006eff;
  background-color: transparent;
  color: #006eff;
}

.text-filter-category-news-ps {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-category-news-ps.right-column-text {
  border-bottom-color: #006eff;
}

.text-filter-tags-news-ps {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-tags-news-ps.right-column-text {
  border-bottom-color: #006eff;
}

.next-news-ps {
  border-radius: 3px;
  background-color: #006eff;
}

.previous-news-ps {
  border-radius: 3px;
  background-color: #006eff;
}

.text-intro-news-sw {
  display: inline-block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-intro-news-sw.last-text {
  border-bottom-color: red;
}

.text-search-news-sw {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-search-news-sw.right-column-text {
  border-bottom-color: red;
}

.text-filter-platform-news-sw {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-platform-news-sw.right-column-text {
  border-bottom-color: red;
}

.text-filter-category-news-sw {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-category-news-sw.right-column-text {
  border-bottom-color: red;
}

.text-filter-tags-news-sw {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-tags-news-sw.right-column-text {
  border-bottom-color: red;
}

.switch-news-sw {
  width: 110px;
  margin-bottom: 5px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(red));
  background-image: linear-gradient(180deg, red, red);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.switch-news-sw.plattformlink-sortering {
  border-style: solid;
  border-width: 1px;
  border-color: red;
  background-color: transparent;
  background-image: none;
  color: red;
}

.tag-link-sw {
  color: red;
  font-size: 13px;
  text-decoration: none;
}

.tag-link-ps {
  color: #006eff;
  font-size: 13px;
  text-decoration: none;
}

.next-news-sw {
  border-radius: 3px;
  background-color: red;
  color: #fff;
}

.previous-news-sw {
  border-radius: 3px;
  background-color: red;
  color: #fff;
}

.tag-link {
  color: #fd7222;
  font-size: 13px;
  text-decoration: none;
}

.text-intro-news-xbox {
  display: inline-block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-intro-news-xbox.last-text {
  border-bottom-color: #00b91c;
}

.text-search-news-xbox {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-search-news-xbox.right-column-text {
  border-bottom-color: #00b91c;
}

.text-filter-platform-news-xbox {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-platform-news-xbox.right-column-text {
  border-bottom-color: #00b91c;
}

.xbox-news-xbox {
  width: 110px;
  margin-bottom: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 6px;
  background-color: #00b91c;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.xbox-news-xbox.plattformlink-sortering {
  border-style: solid;
  border-width: 1px;
  border-color: #00b91c;
  background-color: transparent;
  color: #00b91c;
}

.text-filter-category-news-xbox {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-category-news-xbox.right-column-text {
  border-bottom-color: #00b91c;
}

.text-filter-tags-news-xbox {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-tags-news-xbox.right-column-text {
  border-bottom-color: #00b91c;
}

.tag-link-xbox {
  color: #00b91c;
  font-size: 13px;
  text-decoration: none;
}

.next-news-xbox {
  border-radius: 3px;
  background-color: #00b91c;
  color: #fff;
}

.previous-news-xbox {
  border-radius: 3px;
  background-color: #00b91c;
  color: #fff;
}

.text-intro-news-pc {
  display: inline-block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-intro-news-pc.last-text {
  border-bottom-color: #e54ceb;
}

.text-search-news-pc {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-search-news-pc.right-column-text {
  border-bottom-color: #e54ceb;
}

.text-filter-platform-news-pc {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-platform-news-pc.right-column-text {
  border-bottom-color: #e54ceb;
}

.pc-news-pc {
  width: 110px;
  margin-bottom: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 6px;
  background-color: #e54ceb;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.pc-news-pc.plattformlink-sortering {
  border-style: solid;
  border-width: 1px;
  border-color: #e54ceb;
  background-color: transparent;
  color: #e54ceb;
}

.text-filter-category-news-pc {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-category-news-pc.right-column-text {
  border-bottom-color: #e54ceb;
}

.text-filter-tags-news-pc {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-tags-news-pc.right-column-text {
  border-bottom-color: #e54ceb;
}

.tag-link-pc {
  color: #e54ceb;
  font-size: 13px;
  text-decoration: none;
}

.next-news-pc {
  border-radius: 3px;
  background-color: #e54ceb;
  color: #fff;
}

.previous-news-pc {
  border-radius: 3px;
  background-color: #e54ceb;
  color: #fff;
}

.text-intro-news-hardware {
  display: inline-block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-intro-news-hardware.last-text {
  border-bottom-color: #8b8b8b;
}

.text-search-news-hw {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-search-news-hw.right-column-text {
  border-bottom-color: #8b8b8b;
}

.text-filter-platform-news-hw {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-platform-news-hw.right-column-text {
  border-bottom-color: #8b8b8b;
}

.text-filter-category-news-hw {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-category-news-hw.right-column-text {
  border-bottom-color: #8b8b8b;
}

.text-filter-tags-news-hw {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.text-filter-tags-news-hw.right-column-text {
  border-bottom-color: #8b8b8b;
}

.tag-link-hw {
  color: #8b8b8b;
  font-size: 13px;
  text-decoration: none;
}

.hardware-news-hw {
  width: 110px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #8b8b8b;
  border-radius: 6px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #8b8b8b;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.next-news-hw {
  border-radius: 3px;
  background-color: #8b8b8b;
  color: #fff;
}

.previous-news-hw {
  border-radius: 3px;
  background-color: #8b8b8b;
  color: #fff;
}

.text-intro-news-norge {
  display: inline-block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-intro-news-sniktitter-2 {
  display: inline-block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-intro-news-intervjuer {
  display: inline-block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-intro-news-retro {
  display: inline-block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-intro-news-politikk {
  display: inline-block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.columns {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.link-40 {
  text-decoration: none;
}

.link-40.w--current {
  font-weight: 700;
}

.text-intro-review-norge {
  position: relative;
  z-index: 501;
  display: inline-block;
  border-bottom: 2px solid #fd7222;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.image-124 {
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.next-5 {
  background-color: #fd7222;
  color: #fff;
}

.previous-5 {
  background-color: #fd7222;
  color: #fff;
}

.netboard-mobile-wrapper {
  display: none;
}

.pos3-image-wrapper {
  position: relative;
  z-index: 501;
  overflow: hidden;
  width: 100%;
  height: 170px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.pos2-image-wrapper {
  position: relative;
  z-index: 501;
  overflow: hidden;
  width: 100%;
  height: 170px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.disqus-counter-pos4-front {
  position: absolute;
  left: auto;
  top: auto;
  right: 3px;
  bottom: 5px;
  z-index: 501;
  opacity: 0.7;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-align: center;
}

.disqus-counter-pos4-front-mobile {
  position: absolute;
  left: auto;
  top: auto;
  right: 3px;
  bottom: 10px;
  z-index: 7;
  display: none;
  opacity: 0.8;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-align: center;
}

.disqus-counter-pos6-front {
  position: absolute;
  left: auto;
  top: auto;
  right: 3px;
  bottom: 5px;
  z-index: 501;
  opacity: 0.7;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-align: center;
}

.disqus-counter-pos6-mobile {
  position: absolute;
  left: auto;
  top: auto;
  right: 3px;
  bottom: 10px;
  z-index: 7;
  display: none;
  opacity: 0.8;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-align: center;
}

.text-ingress-pos4-front {
  display: inline-block;
  padding-right: 25px;
  padding-left: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.text-ingress-pos4-front.last-text {
  position: relative;
  z-index: 501;
  margin-top: 3px;
}

.text-ingress-pos6-front {
  display: inline-block;
  padding-right: 25px;
  padding-left: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.text-ingress-pos6-front.last-text {
  position: relative;
  z-index: 501;
  margin-top: 3px;
}

.div-block-260 {
  position: -webkit-sticky;
  position: sticky;
  top: 94px;
  z-index: 501;
  display: block;
}

.div-block-261 {
  position: -webkit-sticky;
  position: sticky;
  top: 94px;
  z-index: 501;
}

.div-block-262 {
  position: -webkit-sticky;
  position: sticky;
  top: 94px;
  z-index: 501;
}

.div-block-263 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-264 {
  position: -webkit-sticky;
  position: sticky;
  top: 94px;
  z-index: 501;
}

.div-block-265 {
  position: -webkit-sticky;
  position: sticky;
  top: 94px;
  z-index: 501;
}

.top-wrapper-politikk {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: none;
}

.section-spillmeldingen {
  display: none;
}

.div-block-266 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
}

.text-block-218 {
  display: inline-block;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 3px solid #fd7222;
  font-size: 18px;
  line-height: 24px;
}

.text-flere-meninger-politikk {
  color: #fd7222;
  font-weight: 400;
  text-decoration: none;
}

.div-block-267 {
  position: -webkit-sticky;
  position: sticky;
  top: 95px;
}

.div-block-269 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.div-block-270 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-55 {
  background-color: #232b38;
}

.section-56 {
  padding-top: 30px;
  background-color: #232b38;
}

.body-21 {
  background-color: #232b38;
  color: #fff;
}

.text-block-219 {
  width: 60%;
  color: #eee;
  text-align: center;
}

.div-block-271 {
  position: absolute;
  z-index: 25;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-220 {
  margin-top: 30px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 8px #000;
}

.div-block-273 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-57 {
  background-color: #232b38;
}

.div-block-274 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(243, 217, 139, 0.18);
}

.section-58 {
  background-color: #232b38;
}

.section-59 {
  background-color: #232b38;
}

.section-60 {
  background-color: #232b38;
}

.section-61 {
  background-color: #232b38;
}

.section-62 {
  background-color: #232b38;
}

.div-block-275 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-276 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.collection-list-wrapper-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.collection-item-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 140px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 1px solid transparent;
}

.collection-list-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-125 {
  display: block;
  width: 33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-277 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.body-22 {
  font-family: Roboto, sans-serif;
}

.text-block-222 {
  font-size: 24px;
  font-weight: 700;
}

.text-block-223 {
  font-size: 12px;
  line-height: 20px;
}

.text-block-224 {
  font-size: 12px;
  line-height: 20px;
}

.collection-list-wrapper-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.collection-list-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.collection-item-58 {
  margin-left: 20px;
}

.text-block-225 {
  padding: 2px 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #fd7222;
  border-radius: 6px;
  background-color: #fd7222;
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 500;
}

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

.div-block-278 {
  margin-bottom: 25px;
}

.div-block-279 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-280 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-281 {
  width: 50%;
  height: 250px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-282 {
  display: block;
  width: 50%;
  padding: 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.body-23 {
  font-family: Roboto, sans-serif;
}

.div-block-283 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-284 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-285 {
  margin-top: 15px;
}

.rich-text-block-2 {
  margin-bottom: 15px;
}

.div-block-286 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-block-226 {
  margin-right: 10px;
}

.text-block-227 {
  margin-right: 10px;
}

.text-block-228 {
  margin-right: 10px;
}

.button-7 {
  background-color: #fd7222;
}

.div-block-287 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.collection-item-59 {
  width: 33.33%;
  margin-bottom: 15px;
  padding-right: 3px;
  padding-left: 3px;
}

.collection-list-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.body-24 {
  font-family: Roboto, sans-serif;
}

.text-block-229 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.image-127 {
  margin-bottom: 5px;
}

.text-block-230 {
  line-height: 20px;
}

.text-block-231 {
  font-size: 15px;
}

.text-block-232 {
  font-size: 15px;
}

.text-block-233 {
  font-size: 15px;
}

.text-block-234 {
  font-size: 15px;
}

.text-block-235 {
  font-size: 15px;
}

.text-block-236 {
  font-size: 15px;
}

.text-block-237 {
  font-size: 15px;
}

.text-block-238 {
  font-size: 15px;
}

.text-block-239 {
  font-size: 15px;
}

.text-block-240 {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 3px;
  border-bottom: 2px solid #fd7222;
  font-size: 20px;
  font-weight: 700;
}

.section-63 {
  margin-bottom: 20px;
}

.section-64 {
  margin-bottom: 20px;
}

.section-63-copy {
  margin-bottom: 20px;
}

.tab-link-tab-1 {
  padding-left: 25px;
}

.tab-link-tab-1.w--current {
  padding-right: 25px;
}

.tab-link-tab-2 {
  padding-right: 25px;
  padding-left: 25px;
}

.tab-link-tab-3 {
  padding-right: 25px;
  padding-left: 25px;
}

.tab-link-tab-4 {
  padding-right: 25px;
  padding-left: 25px;
}

.tab-link-tab-5 {
  padding-right: 25px;
  padding-left: 25px;
}

.tab-link-tab-6 {
  padding-right: 25px;
  padding-left: 25px;
}

.tab-link-tab-7 {
  padding-right: 25px;
  padding-left: 25px;
}

.tab-link-tab-8 {
  padding-right: 25px;
  padding-left: 25px;
}

.tab-link-tab-9 {
  padding-right: 25px;
  padding-left: 25px;
}

.tab-link-tab-10 {
  padding-right: 25px;
  padding-left: 25px;
}

.div-block-288 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-65 {
  margin-bottom: 15px;
}

.section-66 {
  margin-bottom: 20px;
}

.section-67 {
  margin-bottom: 20px;
}

.body-25 {
  font-family: Roboto, sans-serif;
}

.text-block-241 {
  color: #fd7222;
  font-weight: 500;
}

.link-41 {
  color: #fd7222;
  text-decoration: none;
}

.text-block-242 {
  display: inline-block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 3px solid #fd7222;
  font-size: 20px;
  font-weight: 500;
}

.text-block-243 {
  width: 50%;
  color: #fff;
}

.text-block-244 {
  width: 50%;
  padding: 15px 5px 15px 15px;
  color: #fff;
}

.text-block-245 {
  width: 50%;
  color: #fff;
}

.slider-3 {
  width: 50%;
}

.image-128 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-129 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.slide-nav-3 {
  display: none;
}

.icon-7 {
  color: #000;
}

.icon-8 {
  color: #000;
}

.text-block-246 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.div-block-274-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(243, 217, 139, 0.18);
}

.div-block-290 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lottie-animation-6 {
  position: absolute;
  width: 230px;
  -webkit-transform: rotate(-6deg) rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotate(-6deg) rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.text-block-250 {
  color: #fff;
}

.text-block-251 {
  color: #fff;
}

.text-block-252 {
  color: #fff;
}

.background-video-2 {
  position: relative;
  z-index: 0;
  height: 100vh;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  background-color: rgba(39, 56, 35, 0.99);
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.div-block-292 {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 105vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(88%, #232b38), to(#232b38));
  background-image: linear-gradient(180deg, transparent, #232b38 88%, #232b38);
}

.lottie-animation-7 {
  width: 90px;
  margin-bottom: 91px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.link-block-51 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.tabs-2 {
  width: 100%;
}

.div-block-293 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.div-block-294 {
  width: 50%;
  height: auto;
}

.div-block-274-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(243, 217, 139, 0.18);
}

.div-block-295 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-274-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(243, 217, 139, 0.18);
}

.link-42 {
  color: #f1c20c;
}

.link-42:hover {
  color: tomato;
}

.div-block-296 {
  width: 50%;
}

.tabs-content {
  margin-top: 20px;
  padding-bottom: 25px;
}

.body-26 {
  font-family: Roboto, sans-serif;
}

.div-block-297 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-298 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-299 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-300 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-301 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.section-69 {
  margin-bottom: 15px;
}

.section-70 {
  margin-bottom: 20px;
}

.image-131 {
  border-style: solid;
  border-width: 1px;
  border-color: #fd7222;
}

.image-131:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.text-block-253 {
  font-size: 13px;
  line-height: 21px;
}

.section-71 {
  margin-bottom: 20px;
  line-height: 25px;
}

.div-block-302 {
  width: 70%;
}

.div-block-303 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-304 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.text-block-254 {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 900;
}

.div-block-305 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-255 {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.text-block-256 {
  text-align: center;
}

.column-12 {
  padding-left: 0px;
}

.column-13 {
  padding-right: 0px;
}

.text-block-257 {
  font-style: italic;
  font-weight: 700;
}

.text-block-258 {
  font-style: italic;
  font-weight: 700;
}

.text-block-259 {
  font-style: italic;
  font-weight: 700;
}

.text-block-260 {
  font-style: italic;
  font-weight: 700;
}

.text-block-261 {
  font-style: italic;
  font-weight: 700;
}

.text-block-262 {
  font-style: italic;
  font-weight: 700;
}

.text-block-263 {
  font-style: italic;
  font-weight: 700;
}

.text-block-264 {
  font-style: italic;
  font-weight: 700;
}

.text-block-265 {
  font-style: italic;
  font-weight: 700;
}

.text-block-266 {
  font-style: italic;
  font-weight: 700;
}

.text-block-267 {
  font-style: italic;
  font-weight: 700;
}

.text-block-268 {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  line-height: 21px;
  font-weight: 700;
}

.text-block-268.last-text {
  margin-top: 5px;
}

.text-block-269 {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 900;
}

.text-block-270 {
  font-style: italic;
  font-weight: 700;
}

.text-block-271 {
  font-style: italic;
  font-weight: 700;
}

.text-block-272 {
  font-style: italic;
  font-weight: 700;
}

.text-block-273 {
  font-style: italic;
  font-weight: 700;
}

.text-block-274 {
  font-style: italic;
  font-weight: 700;
}

.text-block-275 {
  font-style: italic;
  font-weight: 700;
}

.text-block-276 {
  font-style: italic;
  font-weight: 700;
}

.text-block-277 {
  font-style: italic;
  font-weight: 700;
}

.text-block-278 {
  font-style: italic;
  font-weight: 700;
}

.text-block-279 {
  font-style: italic;
  font-weight: 700;
}

.div-block-307 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-281 {
  width: 60%;
  margin-bottom: 25px;
  line-height: 24px;
}

.form-block-2 {
  width: 60%;
}

.success-message-3 {
  background-color: #a7ffb4;
}

.text-block-282 {
  text-align: center;
}

.submit-button-4 {
  margin-top: 11px;
  border-radius: 4px;
  background-color: #f27226;
}

.text-block-lan-send-inn {
  display: inline-block;
  margin-bottom: 15px;
  border-bottom: 3px solid #fd7222;
  font-size: 20px;
  font-weight: 500;
}

.collection-item-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 10px;
}

.div-block-308 {
  width: 150px;
  height: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-309 {
  width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
}

.div-block-310 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.collection-list-wrapper-41 {
  width: 50%;
}

.div-block-311 {
  width: 50%;
}

.div-block-312 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-283 {
  font-weight: 700;
}

.div-block-313 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-block-284 {
  position: static;
  margin-bottom: 5px;
  font-family: Varela, sans-serif;
}

.div-block-314 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-315 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}

.text-block-285 {
  margin-right: 10px;
  padding-top: 1px;
  padding-right: 3px;
  padding-left: 3px;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  background-color: #fd7222;
}

.text-block-286 {
  margin-right: 10px;
  padding-top: 1px;
  padding-right: 3px;
  padding-left: 3px;
  border-radius: 4px;
  background-color: #fd7222;
}

.text-block-287 {
  margin-right: 10px;
  padding-top: 1px;
  padding-right: 3px;
  padding-left: 3px;
  border-radius: 4px;
  background-color: #fd7222;
}

.text-block-288 {
  margin-right: 10px;
  padding-top: 1px;
  padding-right: 3px;
  padding-left: 3px;
  border-radius: 4px;
  background-color: #fd7222;
}

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

.div-block-316 {
  position: relative;
  z-index: 501;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  line-height: 28px;
}

.image-132 {
  overflow: hidden;
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-item-62 {
  height: auto;
  margin-bottom: 30px;
  padding-left: 0px;
}

.image-133 {
  width: 100%;
  max-height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}

.body-27 {
  font-family: Roboto, sans-serif;
}

.html-embed-24 {
  width: auto;
  height: 347px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-289 {
  cursor: pointer;
}

.text-block-289.last-text {
  margin-top: 0px;
}

.intro-kommende-spill {
  display: inline-block;
  margin-bottom: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 3px solid #fd7222;
  font-size: 20px;
  font-weight: 500;
}

.div-block-319 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.kommende-platform {
  margin-right: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 4px;
  background-color: #fd7222;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
}

.text-block-291 {
  font-weight: 700;
}

.div-block-320 {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
}

.tabs-menu {
  margin-bottom: 20px;
}

.tab-link-tab-1-2 {
  margin-right: 10px;
  padding: 6px 15px;
  border-radius: 6px;
  background-color: #ffb083;
  color: #303030;
}

.tab-link-tab-1-2:hover {
  background-color: #ff8b49;
}

.tab-link-tab-1-2.w--current {
  background-color: #fd7222;
  color: #fff;
}

.tab-link-tab-2-2 {
  padding: 6px 15px;
  border-radius: 6px;
  background-color: #ffaa79;
}

.tab-link-tab-2-2:hover {
  background-color: #ff8b49;
}

.tab-link-tab-2-2.w--current {
  padding: 6px 15px;
  border-radius: 6px;
  background-color: #fd7222;
  color: #fff;
}

.div-block-322 {
  position: relative;
  z-index: 501;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.body-28 {
  font-family: Roboto, sans-serif;
}

.kommende-spill-tittel {
  display: inline-block;
  margin-bottom: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 3px solid #fd7222;
  font-size: 25px;
  font-weight: 500;
}

.lightbox-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.666%;
  height: 100%;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.div-block-323 {
  position: relative;
  z-index: 501;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  margin-bottom: 10px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.lightbox-link-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.666%;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.lightbox-link-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.666%;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.div-block-324 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.div-block-325 {
  position: relative;
  z-index: 501;
  width: 60%;
  height: 347px;
  margin-right: 25px;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.lansering-plattformer {
  position: relative;
  z-index: 501;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 11px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kommende-platform-copy {
  margin-right: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
}

.kommende-platform-copy {
  margin-right: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 4px;
  background-color: #fd7222;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
}

.kommende-platform-copy {
  margin-right: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 4px;
  background-color: #fd7222;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
}

.kommende-platform-copy {
  margin-right: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 4px;
  background-color: #fd7222;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
}

.kommende-platform-copy {
  margin-right: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 4px;
  background-color: #fd7222;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
}

.kommende-platform-copy {
  margin-right: 5px;
  padding: 5px;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
}

.div-block-326 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}

.div-block-327 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37%;
  height: 100%;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.image-134 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-135 {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-136 {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-137 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-138 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-139 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-span-10 {
  color: #fd7222;
}

.link-43 {
  text-decoration: none;
}

.text-block-292 {
  margin-top: 2px;
}

.div-block-329 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-53 {
  position: relative;
  z-index: 503;
  width: 100%;
  text-decoration: none;
}

.tabs-content-2 {
  overflow: visible;
}

.section-72 {
  margin-top: 20px;
}

.rick-text-kommende h2 {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 30px;
}

.rick-text-kommende p {
  padding: 0px;
  font-size: 15px;
  line-height: 22px;
}

.rick-text-kommende h4 {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 18px;
}

.div-block-331 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  line-height: 21px;
}

.div-block-331.last-text {
  margin-top: 0px;
  font-size: 14px;
}

.div-block-332 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-333 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-334 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-295 {
  font-size: 16px;
  font-weight: 700;
}

.text-block-296 {
  font-size: 16px;
  font-weight: 700;
}

.text-block-296.last-text {
  margin-top: 0px;
}

.text-block-297 {
  font-size: 16px;
  font-weight: 700;
}

.text-block-298 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}

.text-block-298.last-text {
  margin-top: 0px;
}

.text-block-299 {
  font-size: 16px;
  white-space: nowrap;
}

.text-block-299.last-text {
  margin-top: 0px;
}

.text-block-300 {
  font-size: 16px;
}

.div-block-335 {
  line-height: 20px;
  text-decoration: none;
}

.link-44 {
  margin-right: 5px;
}

.link-44.last-text {
  margin-top: 0px;
}

.link-45 {
  margin-right: 5px;
}

.link-45.last-text {
  margin-top: 0px;
}

.link-46 {
  margin-right: 5px;
}

.link-46.last-text {
  margin-top: 0px;
}

.div-block-337 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-301 {
  font-weight: 700;
}

.text-block-302 {
  font-weight: 700;
}

.text-block-302.last-text {
  margin-top: 0px;
}

.text-block-303 {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 3px solid #fd7222;
  line-height: 20px;
  font-weight: 700;
}

.link-47 {
  line-height: 20px;
}

.collection-list-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.collection-item-63 {
  width: 100%;
  margin-bottom: 12px;
  padding-right: 5px;
  padding-bottom: 15px;
  padding-left: 5px;
  background-color: #ffeae0;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.28);
}

.collection-item-63.quick-wrapper {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 10px;
  background-color: transparent;
}

.collection-list-wrapper-42 {
  position: static;
  width: 100%;
}

.text-block-304 {
  display: inline-block;
  text-align: left;
  white-space: nowrap;
}

.collection-item-64 {
  position: relative;
  z-index: 501;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lanseringer {
  display: inline-block;
  margin-bottom: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #fd7222 #fd7222 #f27226;
  line-height: 21px;
}

.lanseringer.lanseringer {
  margin-bottom: 0px;
}

.div-block-341 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 15px;
}

.text-block-307 {
  text-align: left;
  white-space: nowrap;
}

.text-block-308 {
  text-align: left;
  white-space: nowrap;
}

.collection-list-37 {
  width: 100%;
}

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

.text-block-309 {
  display: inline-block;
  color: #fd7222;
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
}

.kommende-wrap {
  height: auto;
  min-height: 315px;
  padding: 5px 5px 10px;
  background-color: rgba(253, 114, 34, 0.14);
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.25);
}

.html-embed-25 {
  padding-left: 170px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
}

.html-embed-26 {
  font-size: 13px;
}

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

.text-block-311 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
}

.text-block-312 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
}

.text-block-313 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
}

.text-block-314 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
}

.text-block-315 {
  padding-right: 9px;
  font-size: 13px;
  text-align: right;
}

.text-block-316 {
  font-size: 11px;
  line-height: 20px;
  text-align: center;
}

.text-block-317 {
  position: absolute;
  left: auto;
  top: 6px;
  right: 13px;
  bottom: auto;
  z-index: 504;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #ffc847, 1px 1px 6px #ffc847, 1px 1px 6px #000, 1px 1px 6px #ffc847, 1px 1px 6px #ffc847;
}

.link-49 {
  text-decoration: none;
}

.link-50 {
  text-decoration: none;
}

.link-51 {
  text-decoration: none;
}

.text-block-319.last-text {
  margin-top: 0px;
  text-align: left;
}

.collection-list-wrapper-44 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.html-embed-27 {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  line-height: 21px;
}

.html-embed-27.last-text {
  margin-top: 0px;
  font-size: 14px;
}

.empty-state-12 {
  display: none;
}

.div-block-331-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 28px;
}

.text-block-320 {
  white-space: nowrap;
}

.text-block-320.last-text {
  margin-top: 0px;
}

.html-embed-28 {
  line-height: 28px;
}

.html-embed-28.last-text {
  margin-top: 0px;
}

.kjappisfarge {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 502;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 167, 125, 0.19);
}

.div-block-342 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 502;
  background-color: rgba(255, 167, 125, 0.19);
}

.div-block-343 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(255, 167, 125, 0.19);
}

.div-block-344 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 502;
  background-color: rgba(255, 167, 125, 0.19);
}

.neste-tekst2.last-text {
  margin-top: 0px;
  text-align: left;
}

.text-block-321 {
  padding-top: 0px;
}

.text-block-321.last-text {
  margin-top: 0px;
}

.text-block-322 {
  padding-top: 0px;
}

.text-block-322.last-text {
  margin-top: 0px;
}

.text-block-323 {
  padding-top: 0px;
}

.text-block-323.last-text {
  margin-top: 0px;
}

.text-block-324 {
  padding-top: 0px;
}

.text-block-325 {
  padding-top: 0px;
}

.text-block-325.last-text {
  margin-top: 0px;
  text-align: left;
}

.text-block-326 {
  padding-top: 0px;
}

.text-block-326.last-text {
  margin-top: 0px;
}

.link-52 {
  display: block;
  margin-top: -10px;
  color: #fd7222;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.container {
  position: relative;
  z-index: 501;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.dynamic-item {
  overflow: visible;
  width: 25%;
  height: auto;
  margin-bottom: 17px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.div-block-346 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.body-29 {
  font-family: Roboto, sans-serif;
}

.text-block-328 {
  display: inline-block;
  margin-bottom: 15px;
  border-bottom: 3px solid #fd7222;
  font-size: 20px;
  font-weight: 500;
}

.text-block-329 {
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}

.card {
  display: block;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid transparent;
  background-color: #ffeae0;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

.image-142 {
  position: relative;
  z-index: 501;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-348 {
  width: 100%;
  height: 85px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section-73 {
  height: auto;
}

.collection-list-wrapper-45 {
  margin-bottom: 15px;
  margin-left: -10px;
}

.text-block-331 {
  margin-bottom: 15px;
  line-height: 22px;
}

.image-143 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-349 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 12px;
}

.storefront {
  margin-bottom: 4px;
  font-size: 14px;
  text-transform: uppercase;
}

.dynamic-listr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filters {
  display: block;
  margin-bottom: 20px;
}

.button-embed {
  margin-right: 10px;
}

.grid {
  min-height: 75vh;
}

.filters-wrap {
  position: relative;
  z-index: 501;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-gratis-spill {
  display: block;
  margin-top: -10px;
  color: #fd7222;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.text-block-332 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.text-block-332.last-text {
  margin-top: 5px;
}

.div-block-350 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
}

.link-53 {
  text-transform: lowercase;
}

.section-74 {
  padding-top: 15px;
}

.div-block-351 {
  position: relative;
  z-index: 501;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.body-30 {
  font-family: Roboto, sans-serif;
}

.text-block-333 {
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 3px solid #fd7222;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.div-block-352 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.section-75 {
  display: none;
  margin-bottom: 20px;
}

.div-block-353 {
  position: -webkit-sticky;
  position: sticky;
  top: 95px;
}

.text-block-334 {
  font-family: Unna, sans-serif;
  font-size: 22px;
  line-height: 27px;
}

.collection-item-65 {
  margin-bottom: 15px;
}

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

.div-block-354 {
  height: 125px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 0%;
  background-size: cover;
}

.komma-kommende.last-text {
  margin-top: 0px;
}

.link-54 {
  font-size: 16px;
}

.link-54.last-text {
  margin-top: 0px;
}

.div-block-355 {
  margin-top: 10px;
  margin-bottom: 3px;
}

.text-block-335 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #fd7222;
  line-height: 21px;
}

.text-block-335.right-column-text {
  margin-top: 10px;
  margin-bottom: 8px;
}

.text-block-336 {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 3px solid #fd7222;
  line-height: 20px;
  font-weight: 700;
}

.text-block-337 {
  padding-bottom: 0px;
}

.text-block-338 {
  padding-bottom: 0px;
}

.text-block-339 {
  padding-top: 0px;
}

.text-block-340 {
  padding-top: 0px;
}

.text-block-341 {
  padding-top: 0px;
}

.text-block-342 {
  padding-top: 0px;
}

.text-block-343 {
  padding-top: 0px;
}

.text-block-344 {
  padding-top: 0px;
}

.link-55 {
  padding-bottom: 0px;
}

.text-block-345 {
  padding-top: 0px;
}

.html-embed-29 {
  padding-top: 0px;
}

.html-embed-30 {
  padding-top: 0px;
}

.link-56 {
  color: #fd7222;
  text-decoration: none;
}

.text-block-346 {
  margin-top: 17px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 170px;
  padding-left: 170px;
  font-size: 17px;
  line-height: 26px;
  font-style: italic;
}

.html-embed-31 {
  width: 100%;
  height: 400px;
}

.soundtrack {
  position: relative;
  z-index: -10;
  display: block;
}

.div-block-356 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nowplaying {
  position: static;
  top: -23px;
  display: inline;
  height: 20px;
  opacity: 0;
  font-size: 10px;
  font-style: normal;
  white-space: nowrap;
}

.nowplaying.right-column-text {
  height: 20px;
}

.lottie-animation-8 {
  position: absolute;
  z-index: 501;
  display: none;
}

.nowplaying-wrap {
  position: absolute;
  top: -25px;
  overflow: hidden;
  width: 150px;
  height: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-53 {
  position: relative;
  z-index: 501;
}

.next-6 {
  background-color: #fd7222;
  color: #fff;
}

.previous-6 {
  border-color: #fd7222;
  color: #fff;
}

.collection-list-wrapper-46 {
  position: relative;
  z-index: 501;
}

.div-block-357 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.facebook {
  width: 34px;
  height: 34px;
  margin-right: 5px;
}

.twitter {
  width: 34px;
  height: 34px;
  margin-right: 5px;
}

.reddit {
  width: 34px;
  height: 34px;
  margin-right: 5px;
}

.div-block-358 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-359 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-weight: 500;
}

.button {
  padding: 6px 15px;
  border-radius: 5px;
  background-color: #fd7222;
  color: #fff;
  line-height: 25px;
}

.button.is-checked {
  border-style: solid;
  border-width: 1px;
  border-color: #fd7222;
  background-color: #fff;
  color: #fd7222;
  line-height: 25px;
}

.siste-radcrew {
  position: relative;
  width: 100%;
  text-decoration: none;
}

.empty-state-13 {
  display: none;
}

.text-block-347 {
  display: none;
}

.empty-state-14 {
  display: none;
}

.slide-3 {
  text-align: center;
}

html.w-mod-js *[data-ix="new-interaction"] {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .button-password {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo-link2 {
    margin-left: -12px;
  }
  .logo-link2.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .navigation-wrap2 {
    height: 63px;
    background-color: #fff;
  }
  .navigation {
    padding: 25px 30px 9px 20px;
    background-color: #fff;
  }
  .navigation-item {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .navigation-item:hover {
    background-color: #f7f8f9;
  }
  .navigation-item:active {
    background-color: #eef0f3;
  }
  .navigation-item.w--current {
    width: 50%;
    margin-left: 0px;
  }
  .menu-button {
    display: block;
    padding: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .navigation-items {
    position: absolute;
    right: 0px;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
  }
  .rich-text-block {
    padding-top: 10px;
  }
  .rich-text-block p {
    padding-right: 60px;
    padding-left: 60px;
  }
  .rich-text-block h4 {
    padding-left: 60px;
  }
  .rich-text-block h2 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .rich-text-block ul {
    padding-left: 80px;
  }
  .collection-item-6 {
    width: 33%;
  }
  .section-top-front {
    margin-top: 15px;
  }
  .div-block-18 {
    margin-left: 8px;
    font-size: 10px;
  }
  .div-block-22 {
    left: -62px;
    width: 58%;
  }
  .div-block-23 {
    left: -26px;
    top: 130px;
  }
  .text-block-16 {
    display: none;
    text-align: center;
  }
  .dropdown-toggle {
    display: none;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-33 {
    margin-top: -15px;
  }
  .image-26.karakter-oppsummering {
    top: 27%;
  }
  .info {
    height: auto;
  }
  .section-infoboxes-review {
    margin-bottom: 0px;
  }
  .section-header-longform {
    margin-top: 0px;
  }
  .div-block-42 {
    height: 140px;
    background-position: 0% 0%;
  }
  .div-block-43 {
    background-position: 20% 0%;
  }
  .collection-list-wrapper-4 {
    bottom: -20px;
  }
  .buttons.pause {
    display: none;
  }
  .buttons.play {
    display: none;
  }
  .text-block-25 {
    margin-top: 30px;
  }
  .div-block-50 {
    display: none;
  }
  .html-embed-6 {
    display: none;
  }
  .top-wrapper {
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .kjappsak-text {
    font-size: 16px;
  }
  .rad-crew {
    margin-top: 108px;
    margin-bottom: 132px;
  }
  .collection-item-19 {
    top: 73px;
    right: -22px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .html-embed-11 {
    height: 167px;
  }
  .div-block-64 {
    left: 40.909px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .div-block-69 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block-14 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-position: 50% 0%;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .dropdown-list {
    display: none;
  }
  .collection-item-22 {
    width: 33.33%;
  }
  .div-block-73 {
    display: block;
  }
  .div-block-75 {
    height: 120%;
  }
  .collection-list-wrapper-11 {
    width: 100%;
  }
  .andre-artikler-liste-satt {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dropdown-links {
    display: none;
  }
  .dropdown {
    display: none;
  }
  .icon-2 {
    display: none;
  }
  .div-block-82 {
    width: auto;
    height: auto;
    max-height: 150px;
    max-width: 1000px;
  }
  .collection-list-wrapper-15 {
    width: 66.66%;
  }
  .collection-item-28 {
    width: auto;
  }
  .div-block-89 {
    width: 40%;
  }
  .text-block-61 {
    background-color: #fff;
    font-size: 19px;
  }
  .div-block-90 {
    width: 60%;
    padding-top: 19px;
  }
  .search {
    display: none;
  }
  .div-block-98 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .div-block-99 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .div-block-100 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .div-block-103 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .div-block-109 {
    height: auto;
  }
  .div-block-118 {
    padding-bottom: 10px;
    padding-left: 50px;
  }
  .latest-reviews {
    max-width: 100%;
    margin-bottom: 0px;
  }
  .div-block-136 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-53 {
    width: auto;
    height: auto;
    margin-top: -13px;
  }
  .column-container {
    width: 100vw;
  }
  .section-trio-bot {
    margin-bottom: 15px;
  }
  .section-more-from-categories {
    padding-top: 0px;
  }
  .section-reviews {
    margin-bottom: 20px;
  }
  .div-block-165 {
    margin-left: 155px;
  }
  .disqus-quickie {
    padding-right: 20px;
    padding-left: 21px;
  }
  .rich-text-quickie {
    padding-right: 65px;
    padding-left: 65px;
  }
  .bilde-topp-meninger {
    min-height: 250px;
  }
  .meninger-form-wrapper {
    display: none;
  }
  .div-block-173 {
    background-position: 50% 0%;
  }
  .collection-list-wrapper-29 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .collection-item-40 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .collection-list-more-articles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .collection-item-trio-bot {
    margin-right: 0px;
    margin-left: 0px;
  }
  .collection-item-more-articles-bot {
    width: 25%;
  }
  .text-block-122 {
    padding-right: 55px;
    padding-left: 5px;
  }
  .dropdown-toggle-search {
    display: none;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .column-10 {
    position: static;
    display: block;
  }
  .text-block-125 {
    padding-top: 5px;
    font-size: 190%;
    line-height: 33px;
    font-weight: 500;
  }
  .text-block-126 {
    margin-top: 4px;
    margin-bottom: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 17px;
    line-height: 20px;
  }
  .text-block-127 {
    padding-top: 9px;
    padding-bottom: 4px;
    font-size: 17px;
    line-height: 26px;
  }
  .text-block-128 {
    margin-top: -4px;
    margin-bottom: 6px;
    font-size: 53px;
    line-height: 62px;
    font-weight: 500;
  }
  .link-block-36 {
    color: red;
    text-decoration: none;
  }
  .text-block-129 {
    font-size: 14px;
  }
  .dropdown-list-search-background-2 {
    display: none;
  }
  .collection-item-42 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-187 {
    padding-bottom: 20px;
  }
  .text-block-142 {
    padding-left: 0px;
  }
  .container-50 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-199 {
    background-image: none;
  }
  .text-block-151 {
    line-height: 20px;
  }
  .text-block-152 {
    line-height: 20px;
  }
  .text-block-129-copy {
    font-size: 14px;
  }
  .section-top-front-politikk {
    margin-top: 15px;
  }
  .text-block-129-copy-copy {
    font-size: 14px;
  }
  .link-block-36-copy {
    color: red;
    text-decoration: none;
  }
  .navigation-item-kategorier {
    display: none;
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .navigation-item-kategorier:hover {
    background-color: #f7f8f9;
  }
  .navigation-item-kategorier:active {
    background-color: #eef0f3;
  }
  .div-block-208 {
    display: block;
  }
  .image-53-copy {
    width: auto;
    height: auto;
    margin-top: -13px;
  }
  .text-block-129-copy {
    font-size: 14px;
  }
  .image-53-copy-copy {
    width: auto;
    height: auto;
    margin-top: -13px;
  }
  .text-block-129-copy-copy {
    font-size: 14px;
  }
  .div-block-209-copy {
    display: none;
  }
  .div-block-211 {
    background-position: 50% 0%;
  }
  .div-block-88-copy-copy-copy {
    height: 125px;
  }
  .text-block-flere-artikler-h-yre-retro {
    font-size: 14px;
  }
  .more-reviews-text-pc {
    font-size: 14px;
  }
  .image-mac {
    width: auto;
    height: auto;
    margin-top: -13px;
  }
  .div-block-212 {
    height: 160px;
  }
  .collection-list-wrapper-last-reviews {
    margin-top: -20px;
    margin-bottom: -15px;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .last-reviews-dice-wrapper {
    z-index: 601;
  }
  .last-review-bot-gradient {
    z-index: 600;
  }
  .last-review-game-title {
    position: static;
    padding-bottom: 0px;
    padding-left: 9px;
  }
  .more-articles-front-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .collection-list-wrapper-more-articles-front {
    width: 100%;
  }
  .div-block-218 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #d3d3d3;
  }
  .lottie-animation-2 {
    position: relative;
    left: 159px;
    bottom: -11px;
    width: 450px;
  }
  .topdesktopadform {
    display: block;
  }
  .skyskraperdesktopadform {
    display: none;
  }
  .div-block-220 {
    margin-top: 10px;
    padding-top: 15px;
  }
  .div-block-223 {
    width: 75%;
  }
  .buttonwrap {
    display: none;
  }
  .trio-front-bot-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .frame {
    display: none;
  }
  .static {
    display: none;
  }
  .bilde-oppsummering {
    background-position: 50% 0%;
  }
  .legacy-video-embed {
    height: 350px;
  }
  .date-published {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Roboto, sans-serif;
    font-size: 12px;
  }
  .legacy-date-published {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Roboto, sans-serif;
    font-size: 12px;
  }
  .div-block-230 {
    padding-right: 75px;
    padding-left: 75px;
  }
  .div-block-231 {
    margin-bottom: 30px;
    padding-right: 80px;
    padding-left: 80px;
  }
  .div-block-234 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ps-link {
    width: 50%;
    margin-right: 0px;
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #006eff;
    text-align: center;
  }
  .ps-link:hover {
    background-color: #f7f8f9;
  }
  .ps-link:active {
    background-color: #eef0f3;
  }
  .nintendo-link {
    width: 50%;
    margin-right: 0px;
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: red;
    text-align: center;
  }
  .nintendo-link:hover {
    background-color: #f7f8f9;
  }
  .nintendo-link:active {
    background-color: #eef0f3;
  }
  .pclink {
    width: 50%;
    margin-right: 0px;
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #e54ceb;
    text-align: center;
  }
  .pclink:hover {
    background-color: #f7f8f9;
  }
  .pclink:active {
    background-color: #eef0f3;
  }
  .xbox-link {
    width: 50%;
    margin-right: 0px;
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #00b91c;
    text-align: center;
  }
  .xbox-link:hover {
    background-color: #f7f8f9;
  }
  .xbox-link:active {
    background-color: #eef0f3;
  }
  .norge-link {
    width: 50%;
    margin-right: 0px;
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .norge-link:hover {
    background-color: #f7f8f9;
  }
  .norge-link:active {
    background-color: #eef0f3;
  }
  .retro-link {
    width: 50%;
    margin-right: 0px;
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .retro-link:hover {
    background-color: #f7f8f9;
  }
  .retro-link:active {
    background-color: #eef0f3;
  }
  .politikk-link {
    width: 50%;
    margin-right: 0px;
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .politikk-link:hover {
    background-color: #f7f8f9;
  }
  .politikk-link:active {
    background-color: #eef0f3;
  }
  .section-50 {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .skyscraper-wrapper.skyskraper-div {
    display: none;
  }
  .kontakt-oss {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .kontakt-oss:hover {
    background-color: #f7f8f9;
  }
  .kontakt-oss:active {
    background-color: #eef0f3;
  }
  .cookies {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .cookies:hover {
    background-color: #f7f8f9;
  }
  .cookies:active {
    background-color: #eef0f3;
  }
  .meninger-form-wrapper-dropdown {
    top: 370px;
    display: block;
  }
  .image-76 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .div-block-42-copy {
    background-position: 0% 0%;
  }
  .div-block-42-copy {
    background-position: 0% 0%;
  }
  .div-block-42-copy {
    background-position: 0% 0%;
  }
  .div-block-42-copy {
    background-position: 0% 0%;
  }
  .image-106 {
    margin-bottom: 5px;
  }
  .text-block-retro-feature {
    padding-right: 0px;
    padding-left: 0px;
  }
  .collection-list-wrapper-trio-bot-front {
    width: auto;
  }
  .topp-wrapper-img-nintendo {
    background-position: 20% 0%;
  }
  .image-wrapper-top-retro-big {
    background-position: 20% 0%;
  }
  .image-wrapper-top-right-pc {
    background-position: 0% 0%;
  }
  .top-right-spillnorge {
    background-position: 0% 0%;
  }
  .playstation-pos2-image-wrapper {
    background-position: 0% 0%;
  }
  .section-top-front-nintendo {
    margin-top: 15px;
  }
  .top-wrapper-nintendo {
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-top-front-spill-i-norge {
    margin-top: 15px;
  }
  .top-wrapper-spill-i-norge {
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .effeffef {
    background-position: 20% 0%;
  }
  .section-top-front-playstation {
    margin-top: 15px;
  }
  .top-wrapper-playstation {
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-43-playstation {
    background-position: 20% 0%;
  }
  .section-top-front-xbox {
    margin-top: 15px;
  }
  .top-wrapper-xbox {
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-43-xbox {
    background-position: 20% 0%;
  }
  .section-top-front-pc {
    margin-top: 15px;
  }
  .top-wrapper-pc {
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .div-block-43-pc {
    background-position: 20% 0%;
  }
  .top-wrapper-retro {
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-top-front-retro {
    margin-top: 15px;
  }
  .div-block-43-front {
    background-position: 20% 0%;
  }
  .disqus-wrapper {
    padding-right: 60px;
    padding-left: 60px;
  }
  .more-reviews-norge {
    font-size: 14px;
  }
  .pos3-image-wrapper {
    height: 140px;
    background-position: 0% 0%;
  }
  .pos2-image-wrapper {
    height: 140px;
    background-position: 0% 0%;
  }
  .div-block-263 {
    display: none;
  }
  .top-wrapper-politikk {
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .text-flere-meninger-politikk {
    font-size: 14px;
  }
  .div-block-316 {
    padding-left: 5px;
  }
  .html-embed-25 {
    padding-left: 60px;
  }
  .section-73 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nowplaying-wrap {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }
  .logo-link2 {
    margin-left: 0px;
    padding-left: 0px;
  }
  .logo-link2.w--current {
    margin-left: 0px;
  }
  .menu {
    margin-top: 0px;
  }
  .navigation {
    padding: 20px 16px 20px 0px;
  }
  .navigation-item {
    margin-top: 0px;
  }
  .navigation-items {
    position: absolute;
    left: auto;
    top: 52px;
    right: 0px;
    bottom: auto;
    width: 100vw;
  }
  .text-field {
    width: 390px;
  }
  .protected-heading {
    padding-right: 40px;
    padding-left: 40px;
  }
  .section-image-top-article {
    max-height: 250px;
    min-height: 250px;
  }
  .rich-text-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .rich-text-block p {
    padding-right: 60px;
    padding-left: 60px;
  }
  .rich-text-block h4 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .rich-text-block h2 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .rich-text-block ul {
    padding-left: 80px;
  }
  .collection-item-6 {
    width: 50%;
  }
  .section-10 {
    display: block;
  }
  .div-block-22 {
    top: 126px;
    width: 60%;
    margin-left: 105px;
  }
  .div-block-23 {
    top: 139px;
  }
  .div-block-33 {
    margin-top: -3px;
  }
  .heading-26.anmeldelseroverskrift {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-infoboxes-review {
    margin-bottom: 10px;
  }
  .section-header-longform {
    margin-top: 0px;
  }
  .link-block-7 {
    padding-bottom: 0px;
  }
  .div-block-42 {
    height: 120px;
    min-height: 120px;
    background-position: 0% 0%;
  }
  .div-block-43 {
    height: auto;
    max-height: none;
    min-height: auto;
  }
  .collection-list-wrapper-4 {
    padding-left: 10px;
  }
  .buttons.pause {
    display: none;
  }
  .buttons.play {
    display: none;
  }
  .text-block-25 {
    margin-top: 20px;
  }
  .div-block-50 {
    display: none;
  }
  .collection-list-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .collection-item-14 {
    width: 100%;
  }
  .top-wrapper {
    margin-bottom: 5px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .rad-crew {
    display: none;
  }
  .collection-item-22 {
    width: 33.33%;
  }
  .div-block-73 {
    display: block;
  }
  .section-sharebuttons-longform {
    overflow: hidden;
  }
  .div-block-75 {
    background-image: none;
  }
  .collection-list-wrapper-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-46 {
    overflow: hidden;
  }
  .section-bylines-longform {
    overflow: hidden;
  }
  .section-transparencyeffect-longform {
    overflow: visible;
  }
  .andre-artikler-liste-satt {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .andre-artikler-liste {
    width: 100%;
  }
  .div-block-82 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-57 {
    text-shadow: 1px 1px 6px #fff, 1px 1px 4px #fff;
  }
  .div-block-84 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .link-block-terning-sortering {
    width: 50%;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  .collection-list-wrapper-15 {
    overflow: hidden;
    width: 66.66%;
  }
  .collection-item-27 {
    margin-right: 0px;
  }
  .collection-list-16 {
    overflow: hidden;
  }
  .collection-item-28 {
    width: auto;
    height: 150px;
  }
  .div-block-89 {
    width: 40%;
  }
  .text-block-61 {
    position: relative;
    background-color: #fff;
    font-size: 17px;
    line-height: 22px;
  }
  .text-block-62 {
    font-size: 14px;
    line-height: 21px;
  }
  .div-block-90 {
    width: 60%;
    padding-right: 5px;
  }
  .column-left {
    width: 66.666%;
  }
  .search {
    display: none;
  }
  .div-block-97 {
    max-height: 200px;
    min-height: 250px;
  }
  .div-block-98 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-99 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-100 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-103 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-113 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-119 {
    padding-left: 60px;
  }
  .ads-netboard {
    display: block;
  }
  .slider-2 {
    display: none;
  }
  .text-block-91 {
    display: none;
  }
  .section-quickies {
    margin-bottom: 10px;
  }
  .link-block-29 {
    width: 100%;
  }
  .text-block-93 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .collection-item-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-right {
    width: 33.3333%;
    padding-right: 5px;
    padding-left: 0px;
  }
  .column-container {
    width: 100vw;
  }
  .section-trio-top {
    height: auto;
  }
  .text-block-94 {
    left: 9px;
  }
  .div-block-156 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-block-165 {
    margin-left: 90px;
  }
  .link-block-35 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .rich-text-quickie {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-news-wrapper {
    display: block;
  }
  .bilde-topp-meninger {
    min-height: 200px;
  }
  .collection-list-wrapper-29 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .collection-list-wrapper-30 {
    width: 100%;
  }
  .collection-item-trio-bot {
    width: 33.33%;
  }
  .collection-item-more-articles-bot {
    width: 50%;
  }
  .collection-item-more-articles-nintendo {
    width: 50%;
  }
  .div-block-176 {
    width: 100.119%;
  }
  .extra-articles-article-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrapper-text-box-more-articles-undersite {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-11 {
    height: auto;
  }
  .text-block-125 {
    font-size: 27px;
    line-height: 32px;
  }
  .text-block-127 {
    padding-top: 3px;
  }
  .text-block-128 {
    font-size: 54px;
  }
  .link-block-36 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .colums-review-right {
    position: static;
  }
  .div-block-90-copy {
    padding-right: 5px;
  }
  .text-block-61-copy {
    position: relative;
    background-color: #fff;
    font-size: 18px;
    line-height: 22px;
  }
  .text-block-62-copy {
    font-size: 14px;
    line-height: 21px;
  }
  .text-block-94-copy {
    left: 9px;
  }
  .collection-list-wrapper-31 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .div-block-179 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
    background-position: 0% 0%;
    background-size: cover;
  }
  .div-block-87-copy-top {
    height: auto;
  }
  .div-block-187 {
    padding-bottom: 20px;
  }
  .collection-list-wrapper-34 {
    width: 100%;
  }
  .container-50 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-51 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .div-block-199 {
    width: 100%;
    min-height: 120px;
  }
  .link-block-44 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-147 {
    width: 100%;
    padding-top: 5px;
    line-height: 30px;
    font-weight: 700;
  }
  .tags-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .collection-item-49 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .div-block-200 {
    width: 100%;
  }
  .text-block-150 {
    padding-top: 5px;
    line-height: 20px;
  }
  .div-block-203 {
    display: none;
  }
  .link-block-36-copy {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .navigation-item-kategorier {
    display: block;
  }
  .div-block-209 {
    display: block;
  }
  .text-block-91-copy {
    display: none;
  }
  .text-slider {
    display: none;
  }
  .slider-2-copy {
    display: none;
  }
  .div-block-209-copy {
    display: none;
  }
  .slider-2-copy-copy {
    display: none;
  }
  .text-slider-pc {
    display: none;
  }
  .image-67 {
    height: 320px;
  }
  .text-block-94-copy {
    left: 9px;
  }
  .text-block-94-copy-copy {
    left: 9px;
  }
  .collection-list-wrapper-last-reviews {
    margin-top: -60px;
    margin-bottom: -40px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .collection-item-last-reviews {
    padding-right: 0px;
    padding-left: 0px;
  }
  .collection-list-wrapper-more-articles-front {
    width: 100%;
  }
  .div-block-218 {
    padding-bottom: 10px;
  }
  .lottie-animation-2 {
    position: relative;
    left: 145px;
    bottom: -6px;
    width: 400px;
  }
  .topdesktopadform {
    display: none;
  }
  .topmobildeadform {
    display: block;
  }
  .netboarddesktopadform {
    display: none;
  }
  .netboardmobileadform {
    display: block;
  }
  .sideadfrontdesktop {
    display: none;
  }
  .sideadfrontmobile {
    display: block;
  }
  .div-block-223 {
    width: 90%;
  }
  .trio-front-bot-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .frame {
    display: none;
  }
  .section-reviews-summary {
    display: none;
  }
  .legacy-video-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .legacy-video-embed {
    height: 290px;
  }
  .div-block-230 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .ps-link {
    margin-top: 0px;
  }
  .nintendo-link {
    margin-top: 0px;
  }
  .pclink {
    margin-top: 0px;
  }
  .xbox-link {
    margin-top: 0px;
  }
  .norge-link {
    margin-top: 0px;
  }
  .retro-link {
    margin-top: 0px;
  }
  .politikk-link {
    margin-top: 0px;
  }
  .skyscraper-wrapper.skyskraper-div {
    display: none;
  }
  .kontakt-oss {
    margin-top: 0px;
  }
  .cookies {
    margin-top: 0px;
  }
  .form-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .collection-item-more-articles-playstation {
    width: 50%;
  }
  .div-block-242 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .andre-artikler {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-245 {
    width: 35%;
    background-size: cover;
  }
  .collection-list-wrapper-top-right-front {
    margin-bottom: 10px;
  }
  .image-90 {
    height: 140px;
    max-height: none;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .div-block-42-copy {
    min-height: 120px;
    background-position: 0% 0%;
  }
  .div-block-42-copy {
    min-height: 120px;
    background-position: 0% 0%;
  }
  .div-block-42-copy {
    min-height: 120px;
    background-position: 0% 0%;
  }
  .div-block-42-copy {
    min-height: 120px;
    background-position: 0% 0%;
  }
  .collection-item-more-articles-nintendo-copy {
    width: 50%;
  }
  .link-block-terning-sortering-ps-6 {
    width: 50%;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  .link-block-terning-sortering-ps-5 {
    width: 50%;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  .link-block-terning-sortering-ps-4 {
    width: 50%;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  .link-block-terning-sortering-ps-3 {
    width: 50%;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  .link-block-terning-sortering-ps-2 {
    width: 50%;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  .link-block-terning-sortering-ps-1 {
    width: 50%;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  .image-106 {
    max-height: none;
  }
  .collection-list-wrapper-retro-feature {
    width: 100%;
  }
  .collection-list-wrapper-trio-bot-front {
    width: 100%;
  }
  .topp-wrapper-img-nintendo {
    height: 290px;
  }
  .image-wrapper-top-retro-big {
    height: 290px;
  }
  .image-wrapper-top-right-pc {
    min-height: 120px;
    background-position: 0% 0%;
  }
  .top-right-spillnorge {
    min-height: 120px;
    background-position: 0% 0%;
  }
  .collection-item-more-articles-spillnorge {
    width: 50%;
  }
  .main-article-top-front {
    width: 60%;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .secondary-articles-top-front {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .playstation-pos2-image-wrapper {
    min-height: 120px;
    background-position: 0% 0%;
  }
  .top-wrapper-nintendo {
    margin-bottom: 5px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-wrapper-spill-i-norge {
    margin-bottom: 5px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .effeffef {
    height: auto;
    max-height: 350px;
    min-height: 300px;
  }
  .top-wrapper-playstation {
    margin-bottom: 5px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-43-playstation {
    height: auto;
    max-height: 350px;
    min-height: 300px;
  }
  .top-wrapper-xbox {
    margin-bottom: 5px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-43-xbox {
    height: auto;
    max-height: 350px;
    min-height: 300px;
  }
  .top-wrapper-pc {
    margin-bottom: 5px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-43-pc {
    height: auto;
    max-height: 350px;
    min-height: 300px;
  }
  .top-wrapper-retro {
    margin-bottom: 5px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-43-front {
    height: auto;
    max-height: 350px;
    min-height: 300px;
  }
  .text-block-206 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
  }
  .div-block-256 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 65%;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .disqus-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .columns {
    display: block;
  }
  .pos3-image-wrapper {
    height: 120px;
    min-height: 120px;
    background-position: 0% 0%;
  }
  .pos2-image-wrapper {
    height: 120px;
    min-height: 120px;
    background-position: 0% 0%;
  }
  .disqus-counter-pos6-front {
    display: block;
  }
  .disqus-counter-pos6-mobile {
    display: none;
  }
  .div-block-263 {
    display: none;
  }
  .top-wrapper-politikk {
    margin-bottom: 5px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .collection-item-62 {
    width: 50%;
  }
  .html-embed-25 {
    padding-left: 60px;
  }
  .dynamic-item {
    width: 33.33%;
  }
  .section-73 {
    padding-right: 5px;
    padding-left: 4px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }
  h4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  p {
    padding-right: 0px;
    padding-left: 0px;
  }
  figure {
    width: 100%;
  }
  .section {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }
  .button-password {
    border-radius: 5px;
  }
  .logo-link2 {
    left: -13px;
    height: 100%;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
  }
  .menu {
    position: absolute;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .navigation-wrap2 {
    width: 100%;
  }
  .navigation {
    display: block;
    width: 100vw;
    height: auto;
    padding: 0px;
    background-color: transparent;
  }
  .navigation-item {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation-item.w--current {
    display: block;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-button {
    right: 11px;
    overflow: hidden;
    width: 50px;
    height: 100%;
    padding-top: 62px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.w--open {
    right: 11px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .logo-image2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .navigation-items {
    left: auto;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    padding-top: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid hsla(0, 0%, 54.7%, 0.5);
  }
  .text-field {
    width: 200px;
  }
  .protected-heading {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 28px;
    line-height: 32px;
  }
  .section-image-top-article {
    height: auto;
    max-height: 200px;
    min-height: auto;
    margin-top: 10px;
  }
  .section-main-text-body {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .rich-text-block {
    position: relative;
    overflow: hidden;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .rich-text-block p {
    padding-right: 10px;
    padding-left: 10px;
  }
  .rich-text-block h3 {
    overflow: visible;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 23px;
    line-height: 28px;
    white-space: normal;
  }
  .rich-text-block blockquote {
    margin-left: 0px;
    padding-right: 10px;
  }
  .rich-text-block h4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .rich-text-block img {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .rich-text-block h2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .rich-text-block ul {
    padding-left: 30px;
  }
  .rich-text-block figure {
    display: inline-block;
    width: 94vw;
  }
  .body-2 {
    background-color: #fff;
  }
  .collection-list-3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    margin-left: -6px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .link-2 {
    padding-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .collection-item-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    float: left;
    clear: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    opacity: 0.84;
    font-family: Roboto, sans-serif;
  }
  .collection-item-6 {
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    min-height: 210px;
    margin-bottom: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: none;
  }
  .section-top-front {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .columns-top-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-10 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .link-3 {
    display: inline-block;
    padding-left: 7px;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .collection-item-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }
  .image-18 {
    width: auto;
    max-width: 140px;
    text-align: left;
  }
  .div-block-18 {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
  }
  .div-block-19 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .text-block-11 {
    font-size: 14px;
    text-align: center;
  }
  .text-block-12 {
    text-align: center;
  }
  .container-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .div-block-22 {
    left: -19px;
    width: 90%;
    margin-top: -25px;
    margin-left: 35px;
  }
  .div-block-23 {
    position: absolute;
    left: 0px;
    top: 282px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
  }
  .link-5 {
    margin-left: 0px;
  }
  .section-header-article {
    margin-top: 0px;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fff;
  }
  .collection-list-wrapper {
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-27 {
    padding-top: 22px;
    padding-bottom: 8px;
    background-color: #fff;
  }
  .div-block-28 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -16px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: transparent;
  }
  .div-block-32 {
    width: auto;
    height: auto;
  }
  .dropdown-toggle {
    display: none;
  }
  .div-block-33 {
    position: relative;
    margin-top: 5px;
  }
  .heading-26.anmeldelseroverskrift {
    font-size: 30px;
  }
  .image-27 {
    width: 40px;
    height: 40px;
  }
  .info {
    position: relative;
    left: 0%;
    top: 0px;
    overflow: hidden;
    width: 25%;
    height: auto;
    min-width: auto;
    margin-top: 7px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 4px;
    padding-left: 4px;
    float: left;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .infotekst {
    width: 100%;
    min-width: 100%;
    font-size: 14px;
  }
  .infotekst2 {
    width: 100%;
    min-width: 100%;
    margin-top: -1px;
    line-height: 21px;
    white-space: normal;
  }
  .section-infoboxes-review {
    width: 100%;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-header-longform {
    margin-top: 0px;
  }
  .column-top-left {
    margin-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-28.toppbilde-stor-copy {
    left: -52%;
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .image-28.toppbilde-stor-copy {
    left: -52%;
    height: 210px;
    max-width: none;
    min-height: 100%;
  }
  .link-block-7 {
    height: auto;
    max-height: none;
    margin-bottom: 5px;
    padding-bottom: 0px;
  }
  .div-block-42 {
    height: 170px;
    max-height: none;
    min-height: auto;
    margin-bottom: 5px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
    background-position: 10% 0%;
    background-size: cover;
  }
  .div-block-43 {
    height: 170px;
    max-height: 300px;
    max-width: none;
    min-height: auto;
    margin-bottom: 5px;
    background-image: none;
  }
  .text-block-21 {
    left: -14px;
    top: auto;
    right: auto;
    bottom: -5px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .text-block-21.topph-yre {
    left: -13px;
  }
  .text-block-21.radcrewmerking {
    left: -18px;
  }
  .text-block-21.radcrewmerking.topph-yre {
    left: -24px;
    bottom: -9px;
  }
  .collection-list-wrapper-4 {
    position: static;
    bottom: -5px;
    margin-right: 0px;
    margin-bottom: -25px;
    padding-bottom: 0px;
  }
  .buttons.pause {
    z-index: 6;
    display: none;
  }
  .buttons.play {
    right: 18%;
    z-index: 6;
    display: none;
  }
  .textarea {
    max-width: none;
  }
  .text-block-25 {
    margin-top: 20px;
  }
  .submit-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-32 {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .siste-fra-radcrew {
    font-size: 18px;
    text-align: left;
  }
  .div-block-50 {
    display: none;
  }
  .collection-list-6 {
    display: block;
  }
  .collection-item-14 {
    position: static;
    height: auto;
    min-height: auto;
    margin-bottom: 20px;
  }
  .top-wrapper {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-30 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }
  .kjappsak-text {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
  }
  .collection-list-wrapper-6 {
    margin-bottom: 0px;
  }
  .html-embed-7 {
    right: 10px;
    bottom: 10px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .collection-item-16 {
    height: auto;
    max-height: none;
  }
  .vi-anbefaler {
    padding-top: 7px;
  }
  .div-block-56 {
    height: 170px;
  }
  .link-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .feature-artikkel {
    overflow: hidden;
    width: 100%;
    max-height: 150px;
    margin-bottom: 0px;
  }
  .rad-crew {
    display: none;
  }
  .div-block-69 {
    position: static;
    top: 28px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .text-block-35 {
    font-size: 20px;
  }
  .text-block-36 {
    display: block;
  }
  .link-block-14 {
    text-decoration: none;
  }
  .dropdown-list {
    display: none;
  }
  .collection-item-22 {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .player2 {
    display: none;
  }
  .html-embed-13 {
    height: 40px;
    margin-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .div-block-73 {
    position: relative;
    top: -20px;
    display: block;
    margin-bottom: -10px;
    padding-bottom: 0px;
  }
  .html-embed-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-sharebuttons-longform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
    margin-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-75 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 80%;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-image: none;
  }
  .div-block-76 {
    padding: 30px 10px 20px 11px;
    background-color: transparent;
  }
  .text-block-39 {
    margin-top: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
  .text-block-40 {
    margin-top: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
  .text-block-41 {
    font-family: Roboto, sans-serif;
  }
  .text-block-42 {
    font-family: Roboto, sans-serif;
  }
  .section-summary-reviews-mobile {
    display: block;
  }
  .heading-31 {
    display: block;
    margin-top: 0px;
    font-size: 30px;
    line-height: 41px;
    font-weight: 400;
    text-align: center;
  }
  .div-block-77 {
    position: relative;
    z-index: 501;
    overflow: hidden;
    padding-bottom: 0px;
  }
  .image-38 {
    position: static;
    top: -151px;
    width: 100%;
    max-height: none;
    max-width: none;
    margin-bottom: 0px;
  }
  .image-39 {
    position: relative;
    z-index: 501;
    margin-top: 0px;
  }
  .section-subheader-article {
    margin-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fff;
  }
  .html-embed-16 {
    background-color: transparent;
  }
  .collection-list-wrapper-11 {
    width: 100%;
    max-width: 100%;
  }
  .text-block-44 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-extra-articles-by-tag {
    display: block;
    margin-top: 0px;
  }
  .collection-list-wrapper-12 {
    overflow: hidden;
  }
  .collection-item-25 {
    display: block;
    height: auto;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .container-46 {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-transparencyeffect-longform {
    display: none;
  }
  .section-35 {
    overflow: auto;
    padding: 0px 5px 10px;
  }
  .link-block-18 {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .andre-artikler-liste-satt {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .collection-list-wrapper-13 {
    width: auto;
    height: auto;
    padding-right: 5px;
    padding-left: 5px;
  }
  .andre-artikler-liste {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dropdown-links {
    display: block;
  }
  .dropdown {
    display: none;
  }
  .section-multi-images {
    padding-right: 5px;
    padding-left: 5px;
  }
  .collection-list-reviews {
    display: block;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .review-item-dice {
    height: 100px;
  }
  .filter-plattform-news {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .filter-dice {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .switch-pc.plattformlink-sortering {
    width: 90px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .link-9.plattformlink-sortering {
    width: 90px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .link-9.plattformlink-sortering-ps {
    width: 90px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .xbox-hw.plattformlink-sortering {
    max-width: 90px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .columns-review {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .review-sort-recent {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .review-item-title {
    font-size: 23px;
  }
  .div-block-82 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    max-height: 250px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none;
  }
  .div-block-84 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .terning-sortering {
    padding-bottom: 2px;
  }
  .link-block-terning-sortering {
    width: 49%;
  }
  .collection-list-13 {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .link-block-21 {
    position: relative;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .hardware-pc {
    max-width: 90px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .collection-list-wrapper-15 {
    overflow: visible;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .text-block-59 {
    overflow: hidden;
    width: 100%;
    margin-top: 3px;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    white-space: normal;
  }
  .text-block-59.last-text {
    margin-top: 3px;
    padding-top: 0px;
    font-size: 18px;
  }
  .text-block-60 {
    padding-right: 20px;
    padding-left: 0px;
    float: left;
    clear: left;
    font-size: 15px;
    line-height: 20px;
  }
  .text-block-60.last-text {
    font-size: 15px;
  }
  .link-block-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-88 {
    display: block;
    width: 100%;
    height: 100px;
    min-height: 100px;
  }
  .columns-review-left {
    padding-right: 5px;
    padding-left: 5px;
  }
  .collection-item-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .collection-list-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .collection-item-28 {
    width: 100%;
    height: auto;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-89 {
    width: 100%;
    height: 170px;
  }
  .link-block-23 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: none;
  }
  .collection-list-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-block-61 {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }
  .text-block-61.last-text {
    margin-top: 3px;
    font-size: 16px;
  }
  .text-block-62 {
    padding-top: 0px;
    font-size: 15px;
    line-height: 20px;
  }
  .text-block-62.last-text {
    margin-top: 3px;
    font-size: 15px;
  }
  .div-block-90 {
    width: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .collection-list-wrapper-23 {
    margin-top: 10px;
    padding-top: 0px;
  }
  .column-left {
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
  }
  .text-block-65 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }
  .search {
    display: none;
  }
  .div-block-97 {
    width: 100%;
    height: 200px;
    max-height: 200px;
    min-height: 200px;
    background-image: none;
  }
  .div-block-98 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-99 {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .div-block-100 {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: transparent;
  }
  .div-block-102 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: transparent;
  }
  .div-block-103 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-107 {
    background-color: transparent;
  }
  .div-block-108 {
    background-color: transparent;
  }
  .div-block-109 {
    height: auto;
  }
  .div-block-113 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .tag-liste {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-block-68 {
    margin-top: 4px;
  }
  .div-block-118 {
    top: 17px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 16px;
  }
  .pakkmann {
    display: none;
  }
  .div-block-119 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .text-block-75 {
    white-space: nowrap;
  }
  .latest-reviews {
    padding: 5px 0px 10px;
  }
  .div-block-123 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-columns {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .collection-item-31 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, 0.24);
  }
  .collection-list-wrapper-20 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-126 {
    width: 100%;
    margin-bottom: 5px;
  }
  .div-block-130 {
    width: 100%;
    margin-bottom: 5px;
  }
  .section-more-articles {
    padding-right: 5px;
    padding-left: 5px;
  }
  .div-block-133 {
    font-size: 15px;
    line-height: 25px;
  }
  .div-block-136 {
    position: static;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-137 {
    font-size: 18px;
  }
  .div-block-139 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .annonse-wrapper-netboard {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .link-block-28 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .collection-item-35 {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-146 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .text-block-89 {
    width: 100%;
    height: auto;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
  }
  .text-block-90 {
    width: 100%;
    font-size: 15px;
    line-height: 17px;
  }
  .div-block-147 {
    width: 100%;
    height: 170px;
    max-height: 170px;
    margin-bottom: 5px;
    background-image: none;
  }
  .ads-netboard {
    width: 100%;
    margin-top: 20px;
  }
  .slider-2 {
    display: none;
  }
  .text-block-91 {
    display: none;
  }
  .collection-item-quickies {
    height: 48px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(253, 114, 34, 0.28);
  }
  .collection-list-quickies {
    display: block;
    height: auto;
  }
  .collection-list-wrapper-quickies {
    height: auto;
  }
  .section-quickies {
    margin-top: 0px;
    margin-bottom: 15px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .column-right {
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
  }
  .column-container {
    display: block;
    width: 100%;
  }
  .section-trio-top {
    margin-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .text-block-94 {
    left: 0px;
    font-size: 12px;
    line-height: 20px;
  }
  .text-block-94.last-text {
    position: relative;
    margin-top: 3px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 400;
  }
  .div-block-156 {
    margin-top: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-97 {
    font-size: 22px;
    font-weight: 500;
  }
  .text-block-97.last-text {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
  }
  .section-trio-bot {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-more-from-categories {
    margin-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .div-block-158 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .quickie-title.last-text {
    font-size: 15px;
  }
  .section-reviews {
    margin-bottom: 10px;
    padding: 0px 5px;
  }
  .div-block-161 {
    padding-left: 0px;
  }
  .text-block-101 {
    margin-left: 5px;
  }
  .text-block-107 {
    font-size: 18px;
  }
  .collection-list-wrapper-28 {
    margin-bottom: 15px;
  }
  .div-block-165 {
    margin-left: 0px;
  }
  .link-block-35 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .disqus-quickie {
    width: 100%;
    margin-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .disqus-quickie.disqus-wrapper {
    margin-top: 0px;
    padding: 0px 5px;
  }
  .rich-text-quickie {
    width: 100%;
    margin-top: 0px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .rich-text-quickie p {
    padding-right: 0px;
    padding-left: 0px;
  }
  .rich-text-quickie h4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .rich-text-quickie h2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-intro-news-sniktitter {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
  }
  .text-intro-news-sniktitter.last-text {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
  }
  .text-search-news {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }
  .text-search-news.right-column-text {
    font-weight: 400;
  }
  .text-filter-platform-news {
    font-weight: 500;
  }
  .text-filter-platform-news.right-column-text {
    font-weight: 400;
  }
  .ps-news.plattformlink-sortering {
    max-width: 90px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .switch-news.plattformlink-sortering {
    max-width: 90px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .xbox-news.plattformlink-sortering {
    max-width: 90px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .pc-news.plattformlink-sortering {
    max-width: 90px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .hardware-news {
    max-width: 90px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .text-filter-category-news {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-style: normal;
    font-weight: 500;
  }
  .text-filter-category-news.right-column-text {
    font-weight: 400;
  }
  .text-filter-tags-news {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-style: normal;
    font-weight: 500;
  }
  .text-filter-tags-news.right-column-text {
    font-weight: 400;
  }
  .ad-netboard-front {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .top-image-category-text-retro {
    padding: 0px 5px;
    font-size: 13px;
    line-height: 25px;
  }
  .disqus-counter-top-image {
    right: 10px;
    bottom: 10px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .disqus-counter-top-image.featured-top {
    margin-right: -3px;
  }
  .column-news-wrapper {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .news-intro-wrapper {
    padding-left: 5px;
  }
  .annonsetekst.last-text {
    font-size: 10px;
    line-height: 15px;
  }
  .column-news-left {
    padding-right: 0px;
    padding-left: 5px;
  }
  .column-news-right {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5px;
    padding-bottom: 20px;
    padding-left: 5px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .news-search-wrapper {
    position: static;
    padding-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .filter-category-news {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .collection-list-nintendo-top-left {
    height: auto;
    max-height: none;
  }
  .collection-list-nintendo-top-right {
    width: 100%;
    height: auto;
  }
  .collection-list-nintendo-flow-big-bottom {
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .ingress-topp-meninger {
    font-size: 16px;
  }
  .tittel-topp-meninger {
    font-size: 27px;
    line-height: 31px;
  }
  .bilde-topp-meninger {
    min-height: 160px;
  }
  .meninger-form-wrapper {
    display: none;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-173 {
    min-height: 170px;
  }
  .collection-list-wrapper-29 {
    width: auto;
    margin-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .collection-item-40 {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block-121 {
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 30px;
    line-height: 30px;
  }
  .body-meninger {
    background-color: #fff;
  }
  .text-search-reviews {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .text-filter-platform-reviews {
    display: block;
    text-align: center;
  }
  .text-filter-dice-reviews {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .text-sort-reviews {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .collection-list-wrapper-30 {
    width: 100%;
  }
  .collection-list-more-articles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .collection-list-trio-bot-front {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .collection-item-trio-bot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .collection-item-more-articles-bot {
    display: block;
    width: 49.5%;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .section-more-articles-nintendo {
    width: 100%;
  }
  .more-articles-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 0px 0px;
  }
  .collection-list-more-articles-nintendo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .collection-item-more-articles-nintendo {
    position: static;
    display: inline-block;
    width: 50%;
    height: auto;
    min-height: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .link-block-more-articles-nintendo {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .reviews-button-pc.plattformlink-sortering {
    max-width: 90px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .top-right-image-text-intervju {
    padding: 0px 5px 0px 4px;
    font-size: 9px;
    line-height: 16px;
  }
  .top-right-image-text-retro {
    padding: 0px 5px 0px 4px;
    font-size: 9px;
    line-height: 16px;
  }
  .top-right-image-text-meninger {
    padding: 0px 5px 0px 4px;
    font-size: 9px;
    line-height: 16px;
  }
  .top-right-image-text-anmeldelse {
    padding: 0px 5px 0px 4px;
    font-size: 9px;
    line-height: 16px;
  }
  .top-right-image-text-podcast {
    padding: 0px 5px 0px 4px;
    font-size: 9px;
    line-height: 16px;
  }
  .div-block-176 {
    width: 100%;
  }
  .image-63 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .extra-articles-article-wrapper {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block-122 {
    position: absolute;
    padding-right: 55px;
    padding-left: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background-image: linear-gradient(180deg, transparent, #000);
    color: #fff;
  }
  .wrapper-text-box-more-articles-undersite {
    padding-right: 5px;
    padding-left: 5px;
  }
  .column-10 {
    position: static;
    display: block;
    height: auto;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .column-11 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .text-block-125 {
    margin-bottom: 5px;
    padding-top: 2px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
  }
  .text-block-126 {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 14px;
    line-height: 18px;
  }
  .text-block-127 {
    padding-top: 3px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .text-block-128 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 27px;
    font-weight: 700;
  }
  .colums-review-right {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    display: block;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .collection-item-28-copy {
    height: auto;
    margin-left: 0px;
    padding-right: 2px;
    padding-left: 2px;
  }
  .div-block-90-copy {
    width: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .text-block-61-copy {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }
  .text-block-61-copy.last-text {
    margin-top: 3px;
  }
  .text-block-62-copy {
    padding-top: 0px;
    font-size: 15px;
    line-height: 20px;
  }
  .text-block-62-copy.last-text {
    margin-top: 3px;
  }
  .text-block-94-copy {
    left: 0px;
    font-size: 12px;
    line-height: 20px;
  }
  .text-block-94-copy.last-text {
    position: relative;
    margin-top: 3px;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 400;
  }
  .link-block-23-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: none;
  }
  .text-block-130 {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
  }
  .body-11 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .search-button-5 {
    height: 38px;
    margin-left: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    line-height: 6px;
  }
  .collection-list-wrapper-31 {
    width: 100%;
  }
  .html-embed-22 {
    width: 100%;
  }
  .subheader {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .subheader.right-column-text {
    margin-bottom: 0px;
  }
  .article-title {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 31px;
  }
  .andre-artikler-satt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .text-block-133 {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 23px;
  }
  .div-block-178 {
    margin-top: 15px;
  }
  .div-block-179 {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 150px;
  }
  .collection-item-41 {
    width: 100%;
  }
  .text-block-134 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-search-reviews-ps {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .text-filter-platform-reviews-ps {
    display: block;
    text-align: center;
  }
  .text-filter-dice-reviews-ps {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .text-sort-reviews-ps {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .text-search-reviews-sw {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .text-filter-platform-reviews-sw {
    display: block;
    text-align: center;
  }
  .text-filter-dice-reviews-sw {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .text-sort-reviews-sw {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .switch-pc-sw.plattformlink-sortering {
    width: 90px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .text-search-reviews-xbox {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .text-filter-platform-reviews-xbox {
    display: block;
    text-align: center;
  }
  .text-filter-dice-reviews-xbox {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .text-sort-reviews-xbox {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .xbox-hw-xbox.plattformlink-sortering {
    max-width: 90px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .text-search-reviews-pc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .text-filter-platform-reviews-pc {
    display: block;
    text-align: center;
  }
  .text-filter-dice-reviews-pc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .text-sort-reviews-pc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .reviews-button-pc-pc.plattformlink-sortering {
    max-width: 90px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .text-search-reviews-hw {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .text-filter-platform-reviews-hw {
    display: block;
    text-align: center;
  }
  .hardware-pc-hw {
    max-width: 90px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .text-filter-dice-reviews-hw {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .text-sort-reviews-hw {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .collection-list-wrapper-32 {
    position: static;
    width: 100%;
    height: 100%;
    margin-top: 7px;
  }
  .collection-item-42 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .div-block-87-copy-top {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-88-copy {
    display: block;
    width: 100%;
    height: auto;
    min-height: 150px;
  }
  .div-block-89-copy {
    width: 100%;
    height: 170px;
    max-height: 100%;
  }
  .div-block-88-copy {
    display: block;
    width: 100%;
    height: auto;
    min-height: 150px;
  }
  .link-block-22-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-88-copy {
    display: block;
    width: 100%;
    height: 110px;
    min-height: auto;
  }
  .div-block-88-copy-copy {
    display: block;
    width: 100%;
    height: auto;
    min-height: 150px;
  }
  .div-block-88-copy-copy {
    display: block;
    width: 100%;
    height: 170px;
    min-height: 170px;
  }
  .link-block-22-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 7px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .ad-netboard-mobile-top-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .collection-item-43 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .collection-item-44 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-180 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-181 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-182 {
    padding-top: 10px;
  }
  .collection-item-46 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .collection-list-21 {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-183 {
    min-height: 170px;
  }
  .text-block-136 {
    padding-top: 5px;
  }
  .disqus-counter-top-image-copy {
    right: 5px;
    bottom: 10px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .collection-list-22 {
    width: 100%;
  }
  .disqus-counter-top-image-copy-copy {
    right: 10px;
    bottom: 10px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .div-block-184 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }
  .collection-item-47 {
    width: 100%;
    max-height: 180px;
    min-height: 120px;
  }
  .text-block-138 {
    font-size: 20px;
    line-height: 20px;
  }
  .div-block-186 {
    padding-top: 5px;
  }
  .text-block-140 {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .div-block-187 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-188 {
    display: block;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-189 {
    width: auto;
  }
  .link-block-43 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-141 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .text-block-141.last-text {
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 25px;
  }
  .div-block-194 {
    width: 100%;
    margin-top: 3px;
    padding-left: 0px;
  }
  .collection-item-48 {
    margin-bottom: 15px;
  }
  .collection-list-wrapper-34 {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-block-142 {
    padding-left: 5px;
    font-size: 18px;
  }
  .container-50 {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-field-2 {
    max-width: none;
  }
  .text-field-3 {
    max-width: none;
  }
  .text-block-145 {
    border-bottom-width: 2px;
    font-size: 16px;
  }
  .text-block-146 {
    border-bottom-width: 2px;
    font-size: 16px;
  }
  .div-block-199 {
    width: 30%;
    min-height: 100px;
  }
  .link-block-44 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .text-block-147 {
    padding-top: 5px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
  .collection-item-49 {
    width: 100%;
  }
  .div-block-200 {
    width: 70%;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  .text-block-148 {
    border-bottom-width: 2px;
    font-size: 16px;
  }
  .text-block-149 {
    border-bottom-width: 2px;
    font-size: 16px;
  }
  .text-block-150 {
    padding-top: 5px;
    font-size: 15px;
    line-height: 18px;
  }
  .disqus-counter-top-image-copy-copy {
    right: 10px;
    bottom: 10px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .disqus-counter-top-image-copy-2 {
    right: 10px;
    bottom: 10px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .disqus-counter-top-image-copy-3 {
    right: 10px;
    bottom: 10px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .text-block-151 {
    padding-left: 0px;
    font-size: 12px;
  }
  .text-block-151.last-text {
    font-size: 12px;
  }
  .text-block-152 {
    padding-left: 0px;
    font-size: 12px;
  }
  .text-block-152.last-text {
    font-size: 12px;
  }
  .disqus-counter-top-image-copy-copy-copy {
    right: 5px;
    bottom: 8px;
    z-index: 502;
    margin-right: -2px;
    opacity: 0.91;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .text-block-121-copy {
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 30px;
    line-height: 30px;
  }
  .div-block-203 {
    display: none;
  }
  .text-block-121-copy-copy {
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 30px;
    line-height: 30px;
  }
  .section-top-front-politikk {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .text-block-intro-flere-saker-politikk {
    font-size: 16px;
  }
  .navigation-item-kategorier {
    display: none;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-208 {
    width: 100%;
    padding: 5px 10px 5px 15px;
    line-height: 6px;
  }
  .div-block-209 {
    display: none;
    margin-bottom: 10px;
  }
  .div-block-210 {
    margin-left: 5px;
  }
  .image-64 {
    width: 30px;
    height: 26px;
    margin-top: 4px;
  }
  .text-intro-playstation {
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 30px;
    line-height: 30px;
  }
  .text-block-91-copy {
    display: none;
  }
  .text-block-124-copy {
    text-align: left;
  }
  .text-intro-xbox {
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 30px;
    line-height: 30px;
  }
  .text-slider {
    display: none;
  }
  .slider-2-copy {
    display: none;
  }
  .div-block-209-copy {
    display: block;
    margin-bottom: 10px;
  }
  .div-block-211 {
    height: 100px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
    background-position: 50% 0%;
    background-size: cover;
  }
  .link-block-22-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-88-copy-copy-copy {
    display: block;
    width: 100%;
    height: 170px;
  }
  .text-intro-retro {
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 30px;
    line-height: 30px;
  }
  .text-intro-pc {
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 30px;
    line-height: 30px;
  }
  .slider-2-copy-copy {
    display: none;
  }
  .text-slider-pc {
    display: none;
  }
  .text-more-pc-articles.pc-text {
    text-align: center;
  }
  .text-block-154 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-24 {
    color: #fd7222;
    text-decoration: none;
  }
  .div-block-212 {
    height: 100px;
    background-image: url('../images/23b6b86af376a22cf235c9629b0010a2-600x-1.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .text-block-155 {
    margin-bottom: -5px;
    border-bottom-style: none;
    font-size: 15px;
  }
  .text-block-156 {
    font-size: 21px;
    line-height: 21px;
  }
  .image-67 {
    height: 220px;
    line-height: 30px;
  }
  .text-block-59-copy {
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    font-size: 16px;
    line-height: 22px;
  }
  .text-block-59-copy {
    margin-bottom: 3px;
    padding: 0px;
    float: left;
    font-size: 16px;
    line-height: 22px;
  }
  .text-block-59-copy.last-text {
    font-size: 16px;
  }
  .div-block-105-copy {
    display: block;
    background-image: none;
  }
  .empty-state-7 {
    background-color: transparent;
  }
  .div-block-213 {
    position: relative;
  }
  .text-block-59-copy-copy {
    margin-top: 0px;
    margin-bottom: 3px;
    padding: 0px;
    float: left;
    font-size: 16px;
    line-height: 22px;
  }
  .text-block-59-copy-copy.last-text {
    margin-top: 3px;
    font-size: 16px;
  }
  .text-block-94-copy {
    left: 0px;
    font-size: 12px;
    line-height: 20px;
  }
  .text-block-94-copy-copy {
    left: 0px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 20px;
  }
  .text-block-94-copy-copy.last-text {
    margin-top: 3px;
    margin-bottom: 0px;
    font-size: 12px;
  }
  .text-block-60-copy-copy {
    padding-right: 20px;
    padding-left: 0px;
    float: left;
    clear: left;
    font-size: 15px;
    line-height: 20px;
  }
  .text-block-60-copy-copy.last-text {
    margin-top: 3px;
    font-size: 15px;
  }
  .text-last-reviews {
    margin-bottom: 10px;
  }
  .collection-list-wrapper-last-reviews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .collection-list-last-reviews {
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .collection-item-last-reviews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48.5%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 3px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .last-reviews-dice-wrapper {
    right: -8px;
    bottom: -12px;
    z-index: 601;
    padding-bottom: 0px;
  }
  .last-review-bot-gradient {
    z-index: 600;
  }
  .last-review-game-title {
    padding-right: 5px;
  }
  .text-more-reviews {
    font-size: 18px;
  }
  .more-articles-front-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 0px 0px;
  }
  .collection-list-wrapper-more-articles-front {
    overflow: visible;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .lazy {
    background-size: cover;
  }
  .div-block-214 {
    height: 170px;
  }
  .div-block-215 {
    height: 170px;
  }
  .div-block-216 {
    overflow: hidden;
    height: 300px;
  }
  .div-block-218 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid hsla(0, 0%, 54.7%, 0.41);
  }
  .lottie-animation-2 {
    position: relative;
    left: -133px;
    top: -137px;
    width: 310px;
    border-style: solid;
    border-width: 1px;
  }
  .topmobildeadform {
    display: block;
  }
  .sideadfrontmobile {
    height: auto;
    min-height: auto;
  }
  .collection-item-53 {
    margin-bottom: 0px;
  }
  .div-block-222 {
    width: auto;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .image-69 {
    width: 100%;
    max-height: 400px;
    margin-bottom: 0px;
  }
  .div-block-223 {
    width: 90%;
  }
  .text-block-159 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .text-block-160 {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .buttonwrap {
    display: none;
  }
  .trio-front-bot-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 5px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .frame {
    display: none;
  }
  .section-legacy-video-embed {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .legacy-video-wrapper {
    position: relative;
    z-index: 501;
    height: 220px;
    max-height: 220px;
    min-height: 200px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .legacy-video-embed {
    width: 100.04264652601947%;
    height: 100%;
  }
  .date-published {
    margin-bottom: 20px;
  }
  .legacy-date-published {
    margin-bottom: 20px;
  }
  .link-block-47 {
    min-height: 120px;
  }
  .div-block-228 {
    width: 40%;
    background-position: 50% 0%;
  }
  .text-block-172 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 22px;
  }
  .text-block-173 {
    font-size: 15px;
  }
  .div-block-229 {
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .section-legacy-review-score {
    display: none;
  }
  .search-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .search-input-4 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .filter-plattform-news-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .collection-list-news-articles {
    display: block;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .news-item-dice {
    height: 100px;
  }
  .news-item-title {
    font-size: 23px;
  }
  .filter-tags-news {
    overflow: hidden;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .div-block-234 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid hsla(0, 0%, 56%, 0.46);
  }
  .ps-link {
    z-index: 501;
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #006eff;
  }
  .ps-link.w--current {
    display: block;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nintendo-link {
    z-index: 501;
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: red;
  }
  .nintendo-link.w--current {
    display: block;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pclink {
    z-index: 501;
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #e54ceb;
  }
  .pclink.w--current {
    display: block;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .xbox-link {
    z-index: 501;
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #00b91c;
  }
  .xbox-link.w--current {
    display: block;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .norge-link {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .norge-link.w--current {
    display: block;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .retro-link {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .retro-link.w--current {
    display: block;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .politikk-link {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .politikk-link.w--current {
    display: block;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .politikk-link.right-column-text {
    text-decoration: none;
  }
  .section-50 {
    margin-top: 20px;
    margin-bottom: 18px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .skyscraper-wrapper.skyskraper-div {
    display: none;
  }
  .div-block-237 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .kontakt-oss {
    z-index: 501;
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .kontakt-oss.w--current {
    display: block;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cookies {
    display: none;
    width: 50%;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cookies.w--current {
    display: block;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-span-7 {
    color: #fd7222;
  }
  .text-span-8 {
    color: #fd7222;
  }
  .form-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .collection-item-more-articles-playstation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    min-height: 210px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .collection-list-more-articles-nintendo-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .div-block-239 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .form-block {
    width: auto;
  }
  .submit-button-3 {
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-193 {
    margin-left: 0px;
    padding-left: 10px;
  }
  .form-4 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-block-194 {
    margin-top: -10px;
    line-height: 24px;
    text-decoration: none;
  }
  .link-38 {
    color: #fd7222;
    text-decoration: none;
  }
  .section-51 {
    margin-bottom: 15px;
  }
  .body-20 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block-195 {
    margin-bottom: 10px;
  }
  .div-block-242 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .collection-item-54 {
    width: 50%;
  }
  .section-meninger-top3-mobile {
    display: block;
  }
  .day-night-trigger {
    top: -268px;
    right: -30px;
  }
  .andre-artikler {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-245 {
    width: 100%;
    height: 100px;
    margin-bottom: 5px;
  }
  .image-74 {
    width: auto;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
  }
  .container-52 {
    padding-right: 0px;
    padding-left: 5px;
  }
  .mariomann {
    display: none;
  }
  .div-block-246 {
    margin-bottom: 15px;
  }
  .pakkmann-copy-copy {
    display: none;
  }
  .image-77 {
    width: 100%;
    height: 170px;
    max-height: 170px;
    margin-bottom: 5px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .image-78 {
    display: block;
    width: 100%;
    height: auto;
    max-height: 170px;
    margin-bottom: 5px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .image-85 {
    height: 100%;
    min-height: 100px;
  }
  .image-86 {
    margin-bottom: 5px;
  }
  .image-88 {
    margin-bottom: 5px;
  }
  .collection-list-wrapper-top-right-front {
    width: 50%;
    height: auto;
    margin-bottom: 0px;
    padding-right: 3px;
  }
  .collection-list-wrapper-bottom-right-front {
    width: 50%;
    height: auto;
    padding-left: 3px;
  }
  .collection-list-13-copy {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .collection-item-25-copy {
    display: block;
    height: 100%;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-90 {
    height: auto;
    min-height: 170px;
    border-radius: 4px;
  }
  .div-block-88-copy {
    display: block;
    width: 100%;
    height: 100px;
    min-height: 100px;
  }
  .div-block-147-copy {
    background-position: 50% 0%;
  }
  .image-92 {
    height: 170px;
    margin-bottom: 5px;
  }
  .div-block-147-copy {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }
  .image-93 {
    height: 170px;
    margin-bottom: 5px;
  }
  .div-block-42-copy {
    height: auto;
    max-height: 140px;
    min-height: 100px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: none;
  }
  .div-block-42-copy {
    height: auto;
    max-height: 140px;
    min-height: 100px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: none;
  }
  .image-97 {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
  .div-block-147-copy {
    background-position: 50% 0%;
  }
  .image-99 {
    display: block;
    width: 100%;
    height: 170px;
    min-height: auto;
    margin-bottom: 5px;
  }
  .div-block-88-copy {
    display: block;
    width: 100%;
    height: 100px;
    min-height: 100px;
  }
  .div-block-42-copy {
    height: auto;
    max-height: 140px;
    min-height: 100px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: none;
  }
  .div-block-147-copy {
    background-position: 50% 0%;
  }
  .div-block-147-copy-copy {
    background-position: 50% 0%;
  }
  .div-block-147-copy {
    width: 100vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }
  .image-102 {
    height: 170px;
    margin-bottom: 5px;
  }
  .div-block-88-copy {
    display: block;
    width: 100%;
    height: 100px;
    min-height: 100px;
  }
  .div-block-42-copy {
    height: 170px;
    max-height: none;
    min-height: 100px;
    margin-bottom: 5px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
    background-position: 0% 0%;
    background-size: cover;
  }
  .div-block-88-copy {
    display: block;
    width: 100%;
    height: auto;
    max-height: 170px;
    min-height: 0px;
  }
  .div-block-146-copy {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .link-block-retro-topp {
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-90-copy {
    line-height: 17px;
  }
  .collection-item-35-copy {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .column-11-copy {
    padding-right: 5px;
    padding-left: 5px;
  }
  .text-block-90-copy {
    line-height: 17px;
  }
  .collection-item-35-copy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .collection-item-more-articles-nintendo-copy {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    min-height: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .terning-sortering-ps-6 {
    padding-bottom: 2px;
  }
  .terning-sortering-ps-5 {
    padding-bottom: 2px;
  }
  .terning-sortering-ps-4 {
    padding-bottom: 2px;
  }
  .terning-sortering-ps-3 {
    padding-bottom: 2px;
  }
  .terning-sortering-ps-2 {
    padding-bottom: 2px;
  }
  .terning-sortering-ps-1 {
    padding-bottom: 2px;
  }
  .link-block-terning-sortering-ps-6 {
    width: 49%;
  }
  .link-block-terning-sortering-ps-5 {
    width: 49%;
  }
  .link-block-terning-sortering-ps-4 {
    width: 49%;
  }
  .link-block-terning-sortering-ps-3 {
    width: 49%;
  }
  .link-block-terning-sortering-ps-2 {
    width: 49%;
  }
  .link-block-terning-sortering-ps-1 {
    width: 49%;
  }
  .terning-sortering-ps-1-copy {
    padding-bottom: 2px;
    border-bottom-width: 1px;
  }
  .terning-sortering-ps-2-copy {
    padding-bottom: 2px;
  }
  .terning-sortering-ps-3-copy {
    padding-bottom: 2px;
  }
  .terning-sortering-ps-4-copy {
    padding-bottom: 2px;
  }
  .terning-sortering-ps-5-copy {
    padding-bottom: 2px;
  }
  .terning-sortering-ps-6-copy {
    padding-bottom: 2px;
  }
  .terning-sortering-sw-1 {
    padding-bottom: 2px;
  }
  .terning-sortering-sw-2 {
    padding-bottom: 2px;
  }
  .terning-sortering-sw-3 {
    padding-bottom: 2px;
  }
  .terning-sortering-sw-4 {
    padding-bottom: 2px;
  }
  .terning-sortering-sw-5 {
    padding-bottom: 2px;
  }
  .terning-sortering-sw-6 {
    padding-bottom: 2px;
  }
  .terning-sortering-sw-1-copy {
    padding-bottom: 2px;
  }
  .terning-sortering-sw-2-copy {
    padding-bottom: 2px;
  }
  .terning-sortering-sw-3-copy {
    padding-bottom: 2px;
  }
  .terning-sortering-sw-4-copy {
    padding-bottom: 2px;
  }
  .terning-sortering-sw-5-copy {
    padding-bottom: 2px;
  }
  .terning-sortering-sw-6-copy {
    padding-bottom: 2px;
  }
  .terning-sortering-copy {
    padding-bottom: 2px;
  }
  .terning-sortering-pc-1 {
    padding-bottom: 2px;
  }
  .terning-sortering-pc-2 {
    padding-bottom: 2px;
  }
  .terning-sortering-pc-3 {
    padding-bottom: 2px;
  }
  .terning-sortering-pc-4 {
    padding-bottom: 2px;
  }
  .terning-sortering-pc-5 {
    padding-bottom: 2px;
  }
  .terning-sortering-pc-6 {
    padding-bottom: 2px;
  }
  .terning-sortering-anm-2 {
    padding-bottom: 2px;
  }
  .terning-sortering-x-6 {
    padding-bottom: 2px;
  }
  .terning-sortering-x5 {
    padding-bottom: 2px;
  }
  .terning-sortering-x-4 {
    padding-bottom: 2px;
  }
  .terning-sortering-x-3 {
    padding-bottom: 2px;
  }
  .terning-sortering-x-2 {
    padding-bottom: 2px;
  }
  .terning-sortering-x-1 {
    padding-bottom: 2px;
  }
  .terning-sortering-anm-1 {
    padding-bottom: 2px;
  }
  .terning-sortering-anm-4 {
    padding-bottom: 2px;
  }
  .terning-sortering-anm-3 {
    padding-bottom: 2px;
  }
  .terning-sortering-anm-5 {
    padding-bottom: 2px;
  }
  .terning-sortering-anm-6 {
    padding-bottom: 2px;
  }
  .collection-item-35-copy {
    width: auto;
    margin-right: 0px;
    padding-right: 3px;
    padding-left: 3px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block-28-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-147-copy {
    background-position: 50% 0%;
  }
  .collection-list-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .collection-item-35-copy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .collection-item-35-copy-copy {
    height: auto;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .link-block-28-norge-bot {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .collection-item-retro-topp {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .collection-item-retro-bunn {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block-28-copy-copy {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-105 {
    width: 100%;
    height: auto;
    max-height: 170px;
  }
  .div-block-146-copy-copy {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-wrapper-retro-flow-top {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-106 {
    margin-bottom: 5px;
  }
  .text-block-retro-feature {
    padding-right: 0px;
    padding-left: 0px;
  }
  .collection-list-wrapper-retro-feature {
    width: 100%;
  }
  .image-108 {
    overflow: hidden;
    max-height: 170px;
    margin-bottom: 5px;
  }
  .collection-list-wrapper-trio-bot-front {
    overflow: visible;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .topp-wrapper-img-nintendo {
    height: 170px;
    max-height: none;
    min-height: auto;
    margin-bottom: 10px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
    background-position: 0px 0px;
    background-size: cover;
  }
  .collection-list-31 {
    height: auto;
    max-height: none;
  }
  .image-wrapper-flow-top-playstation {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }
  .div-block-147-copy-copy {
    width: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }
  .image-wrapper-pc-bot {
    display: block;
    width: 100%;
    height: 100px;
    min-height: 100px;
  }
  .image-wrapper-top-retro-big {
    height: 170px;
    max-height: none;
    max-width: none;
    min-height: auto;
    margin-bottom: 10px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
    background-position: 50% 0%;
    background-size: cover;
  }
  .image-wrapper-top-right-pc {
    display: block;
    height: 170px;
    max-height: none;
    min-height: auto;
    margin-bottom: 5px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
    background-position: 50% 0%;
    background-size: cover;
  }
  .top-right-spillnorge {
    height: 170px;
    max-height: none;
    min-height: auto;
    margin-bottom: 5px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
    background-position: 50% 0%;
    background-size: cover;
  }
  .collection-item-more-articles-spillnorge {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    min-height: 220px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-248 {
    width: 100%;
  }
  .div-block-250 {
    width: 100%;
    height: auto;
  }
  .div-block-251 {
    display: none;
  }
  .ingress-andre-artikler-boks {
    margin-top: 0px;
    font-size: 16px;
    line-height: 20px;
  }
  .wrapper-image-more-articles-front {
    display: block;
    width: 100%;
    height: 110px;
    min-height: auto;
  }
  .main-article-top-front {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .secondary-articles-top-front {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .playstation-pos2-image-wrapper {
    height: 170px;
    max-height: none;
    min-height: auto;
    margin-bottom: 5px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: none;
  }
  .section-top-front-nintendo {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .top-wrapper-nintendo {
    margin-bottom: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-top-wrapper-nintendo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-top-left-nintendo {
    margin-bottom: 5px;
    padding-right: 5px;
    padding-left: 0px;
  }
  .column-2-nintendo {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-top-front-spill-i-norge {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .top-wrapper-spill-i-norge {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .effeffef {
    height: 170px;
    max-height: 300px;
    max-width: none;
    min-height: auto;
    margin-bottom: 5px;
    background-image: none;
  }
  .section-top-front-playstation {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .top-wrapper-playstation {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-43-playstation {
    height: 170px;
    max-height: 300px;
    max-width: none;
    min-height: auto;
    margin-bottom: 10px;
    background-image: none;
  }
  .section-top-front-xbox {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .top-wrapper-xbox {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-43-xbox {
    height: 170px;
    max-height: 300px;
    max-width: none;
    min-height: auto;
    margin-bottom: 10px;
    background-image: none;
  }
  .collection-item-25-copy {
    display: block;
    height: auto;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-top-front-pc {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .top-wrapper-pc {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-43-pc {
    height: 170px;
    max-height: 300px;
    max-width: none;
    min-height: auto;
    margin-bottom: 10px;
    background-image: none;
  }
  .div-block-147-xbox {
    width: 100%;
    height: 170px;
    background-image: none;
  }
  .top-wrapper-retro {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-top-front-retro {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .div-block-43-front {
    height: 170px;
    max-height: 300px;
    max-width: none;
    min-height: auto;
    margin-bottom: 5px;
    background-image: none;
  }
  .text-block-206 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 23px;
  }
  .div-block-256 {
    width: 100%;
    padding-left: 0px;
  }
  .collection-item-wrapper-front {
    display: block;
    height: 100%;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-block-207 {
    margin-top: 0px;
    font-size: 47px;
    line-height: 50px;
  }
  .text-block-207.last-text {
    margin-top: 0px;
    font-size: 47px;
  }
  .text-block-209 {
    margin-top: 0px;
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 22px;
  }
  .text-block-209.last-text {
    font-size: 18px;
  }
  .text-block-210 {
    margin-top: 0px;
    padding-right: 5px;
    font-size: 15px;
    text-align: left;
  }
  .text-block-210.last-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
  }
  .text-block-211 {
    margin-top: 0px;
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 22px;
  }
  .text-block-211.last-text {
    font-size: 18px;
  }
  .text-block-212 {
    margin-top: 0px;
    padding-right: 5px;
    font-size: 15px;
    text-align: left;
  }
  .text-block-212.last-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
  }
  .image-114 {
    position: relative;
    z-index: 501;
  }
  .image-115 {
    position: relative;
    z-index: 501;
  }
  .image-116 {
    position: relative;
    z-index: 501;
  }
  .image-117 {
    position: relative;
    z-index: 501;
  }
  .image-118 {
    position: relative;
    z-index: 501;
  }
  .lottie-animation-4 {
    z-index: 501;
  }
  .lottie-animation-5 {
    z-index: 501;
  }
  .disqus-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .last-text-retro-title.last-text {
    font-size: 16px;
  }
  .last-text-retro-ingress.last-text {
    font-size: 15px;
  }
  .more-articles-norge.underline-text {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 16px;
    text-align: center;
  }
  .image-123 {
    width: 100%;
    height: 100%;
    max-height: none;
    min-height: auto;
  }
  .section-superboard {
    display: none;
  }
  .section-meninger-top3-desktop {
    display: none;
  }
  .section-netboard-meninger {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-submit-mening-mobile {
    display: block;
    height: auto;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #feebe2;
    text-align: center;
  }
  .text-block-216 {
    font-size: 14px;
    line-height: 23px;
  }
  .link-39 {
    color: #fd7222;
    text-decoration: none;
  }
  .last-text {
    font-size: 17px;
  }
  .last-text.tags-news {
    font-size: 15px;
  }
  .section-52 {
    display: block;
  }
  .div-block-259 {
    display: none;
  }
  .text-intro-news-ps {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
  }
  .text-intro-news-ps.last-text {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
  }
  .text-search-news-ps {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }
  .text-search-news-ps.right-column-text {
    font-weight: 400;
  }
  .text-filter-platform-news-ps {
    font-weight: 500;
  }
  .text-filter-platform-news-ps.right-column-text {
    font-weight: 400;
  }
  .ps-news-ps.plattformlink-sortering {
    max-width: 90px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .text-filter-category-news-ps {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-style: normal;
    font-weight: 500;
  }
  .text-filter-category-news-ps.right-column-text {
    font-weight: 400;
  }
  .text-filter-tags-news-ps {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-style: normal;
    font-weight: 500;
  }
  .text-filter-tags-news-ps.right-column-text {
    font-weight: 400;
  }
  .text-intro-news-sw {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
  }
  .text-intro-news-sw.last-text {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
  }
  .text-search-news-sw {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }
  .text-search-news-sw.right-column-text {
    font-weight: 400;
  }
  .text-filter-platform-news-sw {
    font-weight: 500;
  }
  .text-filter-platform-news-sw.right-column-text {
    font-weight: 400;
  }
  .text-filter-category-news-sw {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-style: normal;
    font-weight: 500;
  }
  .text-filter-category-news-sw.right-column-text {
    font-weight: 400;
  }
  .text-filter-tags-news-sw {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-style: normal;
    font-weight: 500;
  }
  .text-filter-tags-news-sw.right-column-text {
    font-weight: 400;
  }
  .switch-news-sw.plattformlink-sortering {
    max-width: 90px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .tag-link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
    white-space: nowrap;
  }
  .text-intro-news-xbox {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
  }
  .text-intro-news-xbox.last-text {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
  }
  .text-search-news-xbox {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }
  .text-search-news-xbox.right-column-text {
    font-weight: 400;
  }
  .text-filter-platform-news-xbox {
    font-weight: 500;
  }
  .text-filter-platform-news-xbox.right-column-text {
    font-weight: 400;
  }
  .xbox-news-xbox.plattformlink-sortering {
    max-width: 90px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .text-filter-category-news-xbox {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-style: normal;
    font-weight: 500;
  }
  .text-filter-category-news-xbox.right-column-text {
    font-weight: 400;
  }
  .text-filter-tags-news-xbox {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-style: normal;
    font-weight: 500;
  }
  .text-filter-tags-news-xbox.right-column-text {
    font-weight: 400;
  }
  .text-intro-news-pc {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
  }
  .text-intro-news-pc.last-text {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
  }
  .text-search-news-pc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }
  .text-search-news-pc.right-column-text {
    font-weight: 400;
  }
  .text-filter-platform-news-pc {
    font-weight: 500;
  }
  .text-filter-platform-news-pc.right-column-text {
    font-weight: 400;
  }
  .pc-news-pc.plattformlink-sortering {
    max-width: 90px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .text-filter-category-news-pc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-style: normal;
    font-weight: 500;
  }
  .text-filter-category-news-pc.right-column-text {
    font-weight: 400;
  }
  .text-filter-tags-news-pc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-style: normal;
    font-weight: 500;
  }
  .text-filter-tags-news-pc.right-column-text {
    font-weight: 400;
  }
  .text-intro-news-hardware {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
  }
  .text-intro-news-hardware.last-text {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
  }
  .text-search-news-hw {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }
  .text-search-news-hw.right-column-text {
    font-weight: 400;
  }
  .text-filter-platform-news-hw {
    font-weight: 500;
  }
  .text-filter-platform-news-hw.right-column-text {
    font-weight: 400;
  }
  .text-filter-category-news-hw {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-style: normal;
    font-weight: 500;
  }
  .text-filter-category-news-hw.right-column-text {
    font-weight: 400;
  }
  .text-filter-tags-news-hw {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-style: normal;
    font-weight: 500;
  }
  .text-filter-tags-news-hw.right-column-text {
    font-weight: 400;
  }
  .hardware-news-hw {
    max-width: 90px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .text-intro-news-norge {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
  }
  .text-intro-news-norge.last-text {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
  }
  .text-intro-news-sniktitter-2 {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
  }
  .text-intro-news-sniktitter-2.last-text {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
  }
  .text-intro-news-intervjuer {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
  }
  .text-intro-news-intervjuer.last-text {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
  }
  .text-intro-news-retro {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
  }
  .text-intro-news-retro.last-text {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
  }
  .text-intro-news-politikk {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
  }
  .text-intro-news-politikk.last-text {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
  }
  .columns {
    display: block;
  }
  .text-block-217 {
    padding-right: 5px;
    padding-left: 5px;
    line-height: 21px;
  }
  .image-124 {
    width: 100%;
  }
  .netboard-mobile-wrapper {
    display: block;
  }
  .pos3-image-wrapper {
    height: 100px;
    max-height: none;
    min-height: auto;
    margin-bottom: 5px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
    background-position: 10% 0%;
    background-size: cover;
  }
  .pos2-image-wrapper {
    height: 100px;
    max-height: none;
    min-height: auto;
    margin-bottom: 5px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
    background-position: 10% 0%;
    background-size: cover;
  }
  .disqus-counter-pos4-front {
    right: 5px;
    bottom: 10px;
    display: none;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .disqus-counter-pos4-front-mobile {
    right: 5px;
    bottom: 8px;
    z-index: 502;
    display: block;
    margin-right: -2px;
    opacity: 0.91;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .disqus-counter-pos6-front {
    right: 5px;
    bottom: 10px;
    display: none;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .disqus-counter-pos6-mobile {
    right: 5px;
    bottom: 8px;
    z-index: 502;
    display: block;
    margin-right: -2px;
    opacity: 0.91;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .text-ingress-pos4-front {
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    clear: left;
    font-size: 15px;
    line-height: 20px;
  }
  .text-ingress-pos6-front {
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    clear: left;
    font-size: 15px;
    line-height: 20px;
  }
  .text-ingress-pos6-front.last-text {
    margin-top: 3px;
  }
  .div-block-260 {
    position: -webkit-sticky;
    position: sticky;
  }
  .div-block-261 {
    z-index: 501;
  }
  .top-wrapper-politikk {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-266 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-218 {
    font-size: 16px;
    text-align: center;
  }
  .div-block-269 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-55 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-56 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .div-block-271 {
    margin-top: -80px;
  }
  .section-57 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-58 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-59 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-60 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-61 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-62 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .text-block-244 {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block-245 {
    width: auto;
  }
  .slider-3 {
    width: auto;
    height: 153px;
  }
  .image-128 {
    width: 100%;
  }
  .image-129 {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }
  .div-block-274-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-290 {
    width: auto;
    height: 150px;
  }
  .slide-2 {
    height: auto;
  }
  .mask {
    height: auto;
  }
  .div-block-274-copy-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-268.last-text {
    font-size: 16px;
  }
  .div-block-316 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .collection-item-62 {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0px;
  }
  .html-embed-24 {
    width: 100%;
    height: 240px;
    min-height: 240px;
  }
  .text-block-289.last-text {
    font-size: 16px;
  }
  .intro-kommende-spill {
    margin-bottom: 15px;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 22px;
  }
  .tab-link-tab-1-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab-link-tab-2-2.w--current {
    padding-right: 10px;
    padding-left: 10px;
  }
  .kommende-spill-tittel {
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .lightbox-link-2 {
    width: 50%;
    height: 100px;
    margin-right: 0px;
    margin-bottom: 3px;
    padding-right: 3px;
  }
  .div-block-323 {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lightbox-link-3 {
    width: 50%;
    height: 100px;
    margin-right: 0px;
    padding-right: 3px;
  }
  .lightbox-link-4 {
    width: 50%;
    height: 100px;
    margin-right: 0px;
    padding-right: 3px;
  }
  .div-block-324 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-325 {
    width: auto;
    min-height: 220px;
  }
  .kommende-platform-copy {
    font-size: 13px;
  }
  .div-block-327 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 15px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .image-134 {
    max-width: 180px;
  }
  .link-block-53 {
    width: 100%;
  }
  .section-72 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .collection-list-35 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-331.last-text {
    font-size: 16px;
  }
  .link-block-54 {
    margin-bottom: 20px;
  }
  .kommende-wrap {
    height: 288px;
  }
  .html-embed-25 {
    padding-left: 0px;
  }
  .text-block-319.last-text {
    font-size: 16px;
  }
  .html-embed-27.last-text {
    font-size: 16px;
  }
  .neste-tekst2.last-text {
    font-size: 16px;
  }
  .text-block-321.last-text {
    font-size: 16px;
  }
  .text-block-322.last-text {
    font-size: 16px;
  }
  .text-block-323.last-text {
    font-size: 16px;
  }
  .text-block-324.last-text-norge-title {
    font-weight: 400;
  }
  .text-block-325.last-text {
    font-size: 16px;
  }
  .text-block-326.last-text {
    font-size: 16px;
  }
  .dynamic-item {
    width: 50%;
  }
  .text-block-329 {
    font-size: 21px;
    font-weight: 500;
  }
  .section-73 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .storefront {
    font-size: 12px;
    line-height: 17px;
    text-align: center;
  }
  .button-embed {
    margin-right: 3px;
    margin-bottom: 5px;
  }
  .button-group {
    display: block;
  }
  .filters-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-354 {
    height: 100px;
  }
  .text-block-346 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .html-embed-31 {
    height: 175px;
  }
  .nowplaying-wrap {
    display: none;
  }
  .div-block-360 {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 20px;
  }
}

