/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/

html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers (opinionated).
*/

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* No font-smoothing if Nettavisen as it messes up the custom font */
body.design-nettavisen {
    -webkit-font-smoothing: initial;
}

/**
* Add the correct display in IE 9-.
*/

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
* Add the correct margin in IE 8.
*/

figure {
    margin: 1em 40px;
}

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/

b,
strong {
    font-weight: inherit;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
* Add the correct font style in Android 4.3-.
*/

dfn {
    font-style: italic;
}

/**
* Add the correct background and color in IE 9-.
*/

mark {
    background-color: #ff0;
    color: #000;
}

/**
* Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Add the correct display in IE 9-.
*/

audio,
video {
    display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
* Remove the border on images inside links in IE 10-.
*/

img {
    border-style: none;
}

/**
* Hide the overflow in IE.
*/

svg:not(:root) {
    overflow: hidden;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
    overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
    text-transform: none;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
* Remove the default vertical scrollbar in IE.
*/

textarea {
    overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/

details, /* 1 */
menu {
    display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
    display: list-item;
}

/* Scripting
========================================================================== */

/**
* Add the correct display in IE 9-.
*/

canvas {
    display: inline-block;
}

/**
* Add the correct display in IE.
*/

template {
    display: none;
}

/* Hidden
========================================================================== */

/**
* Add the correct display in IE 10-.
*/

[hidden] {
    display: none;
}

/* END RESET */

body.maelstrom {
    color: var(--page-color-inverted, #292827);
    background-color: var(--page-color, #ffffff);
    overflow-x: hidden;
}

iframe {
    border:     0 none;
}

/* a11y link (keybord users can skip to main content) */
.maelstrom-skip-link {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.maelstrom-skip-link:focus {
    top: 0;
    left: 0;
    right: initial;
    width: auto;
    height: auto;
    margin: 0;
    padding: 5px 10px 0;
    overflow: visible;
    clip: auto;
    outline-color: #ff0;
    background-color: #ff0;
    z-index: 9999999;
    text-decoration: none;
    font-family: var(--title-font);
    font-size: 17px;
    font-weight: 500;
    color: #000;
}
/* For Nettavisen only */
body.design-nettavisen .maelstrom-skip-link:focus {
    outline-color: var(--na-contrast-color, #FFCC14);
    background-color: var(--na-contrast-color, #FFCC14);
    padding: 3px 10px 5px;
}

.maelstrom-wrapper {
    padding-top: 20px;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 533px) and (max-width: 1000px) {
    .maelstrom-wrapper {
        padding-top: 2vw;
        width: 98%;
    }
}

@media screen and (max-width: 532px) {
    .maelstrom-wrapper {
        padding-top: 0;
        width: 94%
    }
}

/* ads*/
.maelstrom-skyscraper {
    position: absolute;
    top: 20px;
    left: 100%;
    margin-left: 20px;
    bottom: 0;
}

.maelstrom-skyscraper-left {
    margin-left: 0;
    margin-right: 20px;
    left: auto;
    right: 100%;
}

.maelstrom-topbanner {
    margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
    .maelstrom-skyscraper {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .maelstrom-topbanner {
        margin-bottom: 2vw;
    }
}

@media screen and (max-width: 532px) {
    .maelstrom-topbanner {
        margin-bottom: 4.8vw;
    }
}

#unispring-tp {
    position: absolute;
    left: -10000px;
}

.pushapp [href*="/abo/"] {display: none; }

/* Innlogging aid ved lukket artikkel. Fjern kampanje */
.pushapp div.aid-incentive-overlay div.incentive-card.product-card, 
.pushapp div.aid-incentive-overlay div.access-card.incentive-card {
    display: none;
}

/* Bestill abonnement */
.pushapp amedia-menubar amedia-subscriber-link {
    display: none !important;
}

/* ==== Meny === */
/* nord24/nordlys/iFinnmark/fremover */

.pushapp .customer-service a[href$='/kundesenter/'],
.pushapp .customer-service a[href$='/kundesenter/pakker/digital/'],
.pushapp .customer-service a[href$='/kundesenter/privat/bestill/'],
.pushapp .customer-service a[href*='/kundesenter/oversikt/kampanje/bestill-abonnement/'],
.pushapp .customer-service a[href$='/kundesenter/oversikt/kampanje/'],
.pushapp .customer-service a[href$='/kundesenter/privat/avisiskolen-2/'],
.pushapp .customer-service a[href$='/eavis'],
.pushapp .customer-service a[href$='/kundesenter/privat/abonnere/'],
.pushapp .customer-service a[href$='/kundesenter/privat/min-side/'],
.pushapp .customer-service a[href$='/kundesenter/tips-til-redaksjonen/'],
.pushapp .customer-service a[href$='/kundesenter/oversikt/om-dt/'],
.pushapp .customer-service a[href$='/kundesenter/kontakt-oss/ansatte/#Redaksjon-1'],
.pushapp .customer-service a[href$='/kundesenter/oversikt/kampanje/meld-ferieflytting-og-midlertidig-adresseendring/'],
.pushapp .customer-service a[href$='/kundesenter'],
.pushapp .customer-service a[href$='/kundesenter/oversikt/annonsering/rubrikkannonser-for-privatpersoner/'] {
    display: none;
}

/* If bolton (and other components) fails, they will send a error wrapped
in a componentError. Note: This also applies to esi requests in varnish. So
if this is to be changed, all apps delivering components and Varnish need to
be changed. We show componentError on ?debug=true */
.componentError {
    display: none;
}

amedia-componentdebug .componentError {
    display: block;
}

amedia-componentdebug {
    display: block;
    position: relative;
}

amedia-componentdebug .componentWrapper:hover, amedia-componentdebug.active .componentWrapper {
    border: 2px dotted;
}

amedia-componentdebug .componentOverlay {
    display: none;
    position: absolute;
    z-index: 10;
    padding: 5px
}

@media (min-width:1201px) {
    amedia-componentdebug .componentInfoToggle {
        position: absolute;
        right: -60px;
        z-index: 20;
    }

    amedia-componentdebug .componentInfoToggle button {
        border-radius: 100px;
    }

    amedia-componentdebug .componentInfoToggle button .extrainfo {
        display: none;
    }
}

amedia-componentdebug .componentOverlay .componentOverlayButtons {
    margin-bottom: 10px;
    float: left;
}

amedia-componentdebug .componentWrapper:hover .componentOverlay, amedia-componentdebug.active .componentOverlay {
    display: block;
}

amedia-componentdebug .componentWrapper:hover .componentHtml, amedia-componentdebug.active .componentHtml {
    opacity: 0.3;
}

amedia-componentdebug .componentInfoToggle button {
    color: var(--swatchMono-gray2);
    background-color: var(--swatchMono-gray6);
}

amedia-componentdebug .componentInfoToggle button:hover {
    box-shadow: 0 0 10px var(--swatchMono-black);
}

amedia-componentdebug.active .componentInfoToggle button {
    color: #fff;
    background-color: var(--swatchMono-black);
}

amedia-componentdebug .componentParameters {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    padding: 5px 10px;
    margin-left: 10px;
    z-index: 20;
    float: left;
}

amedia-componentdebug .componentParameters pre {
    margin: 0;
}

/** Copied https://github.com/kudago/smart-app-banner/blob/master/smart-app-banner.css 
, windows and iOS removed**/

.smartbanner-show {
	margin-top: 60px;
}
.smartbanner-show smart-banner {
	display: block;
}

/** Default **/
smart-banner {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	font-family: 'Open Sans', sans-serif;
	z-index: 9998;
	overflow: hidden;
	background: #3d3d3d;
	line-height: 58px;
}

smart-banner .smartbanner-container {
	margin: 0 auto;
	white-space: nowrap;
}

smart-banner .smartbanner-close {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 5px;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	border: 0;
	border-radius: 14px;
	width: 17px;
	height: 17px;
	line-height: 17px;
	margin-right: 7px;
	color: #b1b1b3;
	background: #1c1e21;
	text-shadow: 0 1px 1px #000;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
}

smart-banner .smartbanner-close:active,
smart-banner .smartbanner-close:hover {
	color: #eee;
}

smart-banner .smartbanner-icon {
	display: inline-block;
	vertical-align: middle;
	width: 37px;
	height: 37px;
	margin-right: 12px;
	background-size: cover;
	border-radius: 10px;
	background-color: transparent;
	box-shadow: none;
}

smart-banner .smartbanner-info {
	display: inline-block;
	vertical-align: middle;
	width: 44%;
	font-size: 10px;
	line-height: 1.2em;
	font-weight: bold;
	color:#fff;
}

smart-banner .smartbanner-title {
	font-size:13px;
	line-height: 18px;
	color:#fff;
	font-weight: bold;
}

smart-banner .smartbanner-button {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	min-width: 12%;
	color: #d1d1d1;
	padding: 0;
	background: none;
	border-radius: 0;
	box-shadow: 0 0 0 1px #333, 0 0 0 2px #DDDCDC;
}

smart-banner .smartbanner-button-text {
	text-align: center;
	display: block;
	padding: 0 10px;
	background: #000;
	text-transform: none;
	text-shadow: none;
	box-shadow: none;
}

smart-banner .smartbanner-button-text:active,
smart-banner .smartbanner-button-text:hover {
	background: #000;
}

/* We will move this to shoal when castor is removed */

/* 
 Critical unicode subset first
 This should be monitored carefully. If we see the non-critical fonts downloaded frequently,
 we need to find the character that triggers the download and include it in the critical character list
 See: https://github.com/amedia/fonts for subsetting
*/

/* The brand font for Nettavisen. Not for use on other sites.*/
@font-face {
  font-family: 'FaktorTittel';
  font-style: normal;
  font-weight: 400;
  /* font-display: swap; */
  src: url('https://storage.googleapis.com/amedia-statics/critical/na-fonts/FaktorSansDisplay-Regular.woff2')
      format('woff2'),
    url('https://storage.googleapis.com/amedia-statics/critical/na-fonts/FaktorSansDisplay-Regular.woff')
      format('woff');
}

@font-face {
  font-family: 'FaktorTittel';
  font-style: normal;
  font-weight: 500;
  /* font-display: swap; */
  src: url('https://storage.googleapis.com/amedia-statics/critical/na-fonts/FaktorSansDisplay-Medium.woff2')
      format('woff2'),
    url('https://storage.googleapis.com/amedia-statics/critical/na-fonts/FaktorSansDisplay-Medium.woff')
      format('woff');
}

@font-face {
  font-family: 'FaktorTittel';
  font-style: normal;
  font-weight: 900;
  /* font-display: swap; */
  src: url('https://storage.googleapis.com/amedia-statics/critical/na-fonts/FaktorSansDisplay-Black.woff2')
      format('woff2'),
    url('https://storage.googleapis.com/amedia-statics/critical/na-fonts/FaktorSansDisplay-Black.woff')
      format('woff');
}

@font-face {
  font-family: 'FaktorSans';
  src: url('https://storage.googleapis.com/amedia-statics/critical/na-fonts/FaktorSans-Regular.woff2')
      format('woff2'),
    url('https://storage.googleapis.com/amedia-statics/critical/na-fonts/FaktorSans-Regular.woff')
      format('woff');
  font-weight: 400;
  font-style: normal;
  /* font-display: swap; */
}

@font-face {
  font-family: 'FaktorSans';
  src: url('https://storage.googleapis.com/amedia-statics/critical/na-fonts/FaktorSans-Bold.woff2')
      format('woff2'),
    url('https://storage.googleapis.com/amedia-statics/critical/na-fonts/FaktorSans-Bold.woff')
      format('woff');
  font-weight: 700;
  font-style: normal;
  /* font-display: swap; */
}

@font-face {
  font-family: 'FaktorSans';
  src: url('https://storage.googleapis.com/amedia-statics/critical/na-fonts/FaktorSans-RegularItalic.woff2')
      format('woff2'),
    url('https://storage.googleapis.com/amedia-statics/critical/na-fonts/FaktorSans-RegularItalic.woff')
      format('woff');
  font-weight: 400;
  font-style: italic;
  /* font-display: swap; */
}

@font-face {
  font-family: 'FaktorSerif';
  src: url('https://storage.googleapis.com/amedia-statics/critical/na-fonts/FaktorSerif-Regular.woff2')
      format('woff2'),
    url('https://storage.googleapis.com/amedia-statics/critical/na-fonts/FaktorSerif-Regular.woff')
      format('woff');
  font-weight: 400;
  font-style: normal;
  /* font-display: swap; */
}

@font-face {
  font-family: 'FaktorSerif';
  src: url('https://storage.googleapis.com/amedia-statics/critical/na-fonts/FaktorSerif-Bold.woff2')
      format('woff2'),
    url('https://storage.googleapis.com/amedia-statics/critical/na-fonts/FaktorSerif-Bold.woff')
      format('woff');
  font-weight: 700;
  font-style: normal;
  /* font-display: swap; */
}

@font-face {
  font-family: 'FaktorSerif';
  src: url('https://storage.googleapis.com/amedia-statics/critical/na-fonts/FaktorSerif-RegularItalic.woff2')
      format('woff2'),
    url('https://storage.googleapis.com/amedia-statics/critical/na-fonts/FaktorSerif-RegularItalic.woff2')
      format('woff');
  font-weight: 400;
  font-style: italic;
  /* font-display: swap; */
}

@font-face {
  font-family: 'FaktorSerif';
  src: url('https://storage.googleapis.com/amedia-statics/critical/na-fonts/FaktorSerif-BoldItalic.woff2')
      format('woff2'),
    url('https://storage.googleapis.com/amedia-statics/critical/na-fonts/FaktorSerif-BoldItalic.woff')
      format('woff');
  font-weight: 700;
  font-style: italic;
  /* font-display: swap; */
}

@font-face {
  font-family: 'geb';
  font-style: normal;
  font-weight: 900;
  src: url(https://storage.googleapis.com/amedia-statics/critical/GuardianEgyp-Black-Web.woff2)
      format('woff2'),
    url(https://storage.googleapis.com/amedia-statics/critical/GuardianEgyp-Black-Web-subset.zopfli.woff)
      format('woff');
  unicode-range: U+00E1, U+00C1, U+00E9, U+00C9, U+2022, U+00-A0, U+21, U+22,
    U+27, U+2C-2E, U+30-3A, U+3F, U+41-5A, U+5C, U+61-7A, U+C5, U+C6, U+D8, U+E5,
    U+E6, U+F8, U+2013, U+2014;
}

@font-face {
  font-family: 'geb';
  font-style: italic;
  font-weight: 900;
  src: url(https://storage.googleapis.com/amedia-statics/critical/GuardianEgyp-BlackIt-Web.woff2)
      format('woff2'),
    url(https://storage.googleapis.com/amedia-statics/critical/GuardianEgyp-BlackIt-Web-subset.zopfli.woff)
      format('woff');
  unicode-range: U+00E1, U+00C1, U+00E9, U+00C9, U+2022, U+00-A0, U+21, U+22,
    U+27, U+2C-2E, U+30-3A, U+3F, U+41-5A, U+5C, U+61-7A, U+C5, U+C6, U+D8, U+E5,
    U+E6, U+F8, U+2013, U+2014;
}

@font-face {
  font-family: 'gsb';
  font-style: normal;
  font-weight: 900;
  src: url(https://storage.googleapis.com/amedia-statics/critical/GuardianSans-Black-Web.woff2)
      format('woff2'),
    url(https://storage.googleapis.com/amedia-statics/critical/GuardianSans-Black-Web-subset.zopfli.woff)
      format('woff');
  unicode-range: U+00E1, U+00C1, U+00E9, U+00C9, U+2022, U+00-A0, U+21, U+22,
    U+27, U+2C-2E, U+30-3A, U+3F, U+41-5A, U+5C, U+61-7A, U+C5, U+C6, U+D8, U+E5,
    U+E6, U+F8, U+2013, U+2014;
}

@font-face {
  font-family: 'gsb';
  font-style: italic;
  font-weight: 900;
  src: url(https://storage.googleapis.com/amedia-statics/critical/GuardianSans-BlackIt-Web.woff2)
      format('woff2'),
    url(https://storage.googleapis.com/amedia-statics/critical/GuardianSans-BlackIt-Web-subset.zopfli.woff)
      format('woff');
  unicode-range: U+00E1, U+00C1, U+00E9, U+00C9, U+2022, U+00-A0, U+21, U+22,
    U+27, U+2C-2E, U+30-3A, U+3F, U+41-5A, U+5C, U+61-7A, U+C5, U+C6, U+D8, U+E5,
    U+E6, U+F8, U+2013, U+2014;
}

/* non critical */
@font-face {
  font-family: 'geb';
  font-style: normal;
  font-weight: 900;
  src: url(https://storage.googleapis.com/amedia-statics/non-critical/GuardianEgyp-Black-Web-subset.woff2)
      format('woff2'),
    url(https://storage.googleapis.com/amedia-statics/non-critical/GuardianEgyp-Black-Web-subset.zopfli.woff)
      format('woff');
  unicode-range: U+0-20, U+23-26, U+28-2B, U+2F, U+3B-3E, U+40, U+5B, U+5D-60,
    U+7B-C4, U+C7-D7, U+D9-E4, U+E7-F7, U+F9-2012, U+2015-FFFF;
}

@font-face {
  font-family: 'geb';
  font-style: italic;
  font-weight: 900;
  src: url(https://storage.googleapis.com/amedia-statics/non-critical/GuardianEgyp-BlackIt-Web-subset.woff2)
      format('woff2'),
    url(https://storage.googleapis.com/amedia-statics/non-critical/GuardianEgyp-BlackIt-Web-subset.zopfli.woff)
      format('woff');
  unicode-range: U+0-20, U+23-26, U+28-2B, U+2F, U+3B-3E, U+40, U+5B, U+5D-60,
    U+7B-C4, U+C7-D7, U+D9-E4, U+E7-F7, U+F9-2012, U+2015-FFFF;
}

@font-face {
  font-family: 'gsb';
  font-style: normal;
  font-weight: 900;
  src: url(https://storage.googleapis.com/amedia-statics/non-critical/GuardianSans-Black-Web-subset.woff2)
      format('woff2'),
    url(https://storage.googleapis.com/amedia-statics/non-critical/GuardianSans-Black-Web-subset.zopfli.woff)
      format('woff');
  unicode-range: U+0-20, U+23-26, U+28-2B, U+2F, U+3B-3E, U+40, U+5B, U+5D-60,
    U+7B-C4, U+C7-D7, U+D9-E4, U+E7-F7, U+F9-2012, U+2015-FFFF;
}

@font-face {
  font-family: 'gsb';
  font-style: italic;
  font-weight: 900;
  src: url(https://storage.googleapis.com/amedia-statics/non-critical/GuardianSans-BlackIt-Web-subset.woff2)
      format('woff2'),
    url(https://storage.googleapis.com/amedia-statics/non-critical/GuardianSans-BlackIt-Web-subset.zopfli.woff)
      format('woff');
  unicode-range: U+0-20, U+23-26, U+28-2B, U+2F, U+3B-3E, U+40, U+5B, U+5D-60,
    U+7B-C4, U+C7-D7, U+D9-E4, U+E7-F7, U+F9-2012, U+2015-FFFF;
}

@font-face {
  font-family: 'glyphs';
  src: url(https://storage.googleapis.com/amedia-statics/full/glyphs.woff)
    format('woff');
  font-style: normal;
}

/* Open Sans*/
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
    url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hmIqOxjaPXZSk.woff2)
      format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
    url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hvIqOxjaPXZSk.woff2)
      format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
    url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hnIqOxjaPXZSk.woff2)
      format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
    url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hoIqOxjaPXZSk.woff2)
      format('woff2');
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
    url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hkIqOxjaPXZSk.woff2)
      format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
    url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hlIqOxjaPXZSk.woff2)
      format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
    url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hrIqOxjaPX.woff2)
      format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Udc1GAK6bt6o.woff2)
      format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0ddc1GAK6bt6o.woff2)
      format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Vdc1GAK6bt6o.woff2)
      format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0adc1GAK6bt6o.woff2)
      format('woff2');
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Wdc1GAK6bt6o.woff2)
      format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Xdc1GAK6bt6o.woff2)
      format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Zdc1GAK6b.woff2)
      format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
    url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhmIqOxjaPXZSk.woff2)
      format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
    url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhvIqOxjaPXZSk.woff2)
      format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
    url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhnIqOxjaPXZSk.woff2)
      format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
    url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhoIqOxjaPXZSk.woff2)
      format('woff2');
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
    url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhkIqOxjaPXZSk.woff2)
      format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
    url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhlIqOxjaPXZSk.woff2)
      format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
    url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhrIqOxjaPX.woff2)
      format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OX-hpKKSTj5PW.woff2)
      format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OVuhpKKSTj5PW.woff2)
      format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXuhpKKSTj5PW.woff2)
      format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUehpKKSTj5PW.woff2)
      format('woff2');
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXehpKKSTj5PW.woff2)
      format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXOhpKKSTj5PW.woff2)
      format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhpKKSTjw.woff2)
      format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bf8pkAp6a.woff2)
      format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bf8pkAp6a.woff2)
      format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bf8pkAp6a.woff2)
      format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bf8pkAp6a.woff2)
      format('woff2');
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bf8pkAp6a.woff2)
      format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bf8pkAp6a.woff2)
      format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2)
      format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOX-hpKKSTj5PW.woff2)
      format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOVuhpKKSTj5PW.woff2)
      format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXuhpKKSTj5PW.woff2)
      format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUehpKKSTj5PW.woff2)
      format('woff2');
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXehpKKSTj5PW.woff2)
      format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXOhpKKSTj5PW.woff2)
      format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2)
      format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* National2 */
@font-face {
  font-family: 'National2';
  src: url('https://storage.googleapis.com/amedia-statics/critical/national2/national-2-light.woff2')
    format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'National2';
  src: url('https://storage.googleapis.com/amedia-statics/critical/national2/national-2-regular.woff2')
    format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'National2';
  src: url('https://storage.googleapis.com/amedia-statics/critical/national2/national-2-regular-italic.woff2')
    format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'National2';
  src: url('https://storage.googleapis.com/amedia-statics/critical/national2/national-2-medium.woff2')
    format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'National2';
  src: url('https://storage.googleapis.com/amedia-statics/critical/national2/national-2-medium-italic.woff2')
    format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'National2';
  src: url('https://storage.googleapis.com/amedia-statics/critical/national2/national-2-bold.woff2')
    format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* National2 Narrow */
@font-face {
  font-family: 'National2 Narrow';
  src: url('https://storage.googleapis.com/amedia-statics/critical/national2/national-2-narrow-regular.woff2')
    format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'National2 Narrow';
  src: url('https://storage.googleapis.com/amedia-statics/critical/national2/national-2-narrow-bold.woff2')
    format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'National2 Narrow';
  src: url('https://storage.googleapis.com/amedia-statics/critical/national2/national-2-narrow-extrabold.woff2')
    format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
	font-family: "ALT Rund Display";
	src: url("https://storage.googleapis.com/amedia-statics/critical/rund/fonts/ALTRundDisplay-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "ALT Rund Text";
	src: url("https://storage.googleapis.com/amedia-statics/critical/rund/fonts/ALTRundText-Regular.woff2") format("woff2");
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "ALT Rund Text";
	src: url("https://storage.googleapis.com/amedia-statics/critical/rund/fonts/ALTRundText-Italic.woff2") format("woff2");
	font-weight: 400;
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: "ALT Rund Text";
	src: url("https://storage.googleapis.com/amedia-statics/critical/rund/fonts/ALTRundText-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "Bespoke_Serif";
	src: url("https://storage.googleapis.com/amedia-statics/critical/bespoke/fonts/BespokeSerif-Light.woff2") format('woff2');
	font-weight: 300;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "Bespoke_Serif";
	src: url("https://storage.googleapis.com/amedia-statics/critical/bespoke/fonts/BespokeSerif-LightItalic.woff2") format('woff2');
	font-weight: 300;
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: "Bespoke_Serif";
	src: url("https://storage.googleapis.com/amedia-statics/critical/bespoke/fonts/BespokeSerif-Regular.woff2") format('woff2');
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "Bespoke_Serif";
	src: url("https://storage.googleapis.com/amedia-statics/critical/bespoke/fonts/BespokeSerif-Italic.woff2") format('woff2');
	font-weight: 400;
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: "Bespoke_Serif";
	src: url("https://storage.googleapis.com/amedia-statics/critical/bespoke/fonts/BespokeSerif-Medium.woff2") format('woff2');
	font-weight: 500;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "Bespoke_Serif";
	src: url("https://storage.googleapis.com/amedia-statics/critical/bespoke/fonts/BespokeSerif-MediumItalic.woff2") format('woff2');
	font-weight: 500;
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: "Bespoke_Serif";
	src: url("https://storage.googleapis.com/amedia-statics/critical/bespoke/fonts/BespokeSerif-Bold.woff2") format('woff2');
	font-weight: 700;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "Bespoke_Serif";
	src: url("https://storage.googleapis.com/amedia-statics/critical/bespoke/fonts/BespokeSerif-BoldItalic.woff2") format('woff2');
	font-weight: 700;
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: "Bespoke_Serif";
	src: url("https://storage.googleapis.com/amedia-statics/critical/bespoke/fonts/BespokeSerif-Extrabold.woff2") format('woff2');
	font-weight: 800;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "Bespoke_Serif";
	src: url("https://storage.googleapis.com/amedia-statics/critical/bespoke/fonts/BespokeSerif-ExtraboldItalic.woff2") format('woff2');
	font-weight: 800;
	font-display: swap;
	font-style: italic;
}

.travbanner-login-wrap {
  margin: 0;
}

.travbanner-login-wrap .travbanner-wrap {
  margin-top: -12px;
  margin-left: 0;
  margin-right: 0;
  min-width: calc(100% - 320px);
}

@media screen and (max-width: 600px) {
  .travbanner-login-wrap .travbanner-wrap {
    display: none;
  }
}

.travbanner-login-wrap .rikstoto-login-wrap {
  width: 300px;
}

.travbanner-login-wrap .rikstoto-login-wrap h2 {
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 8px;
}

.sportspill-rikstoto-races-today-wrap {
  text-align: center;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.sportspill-nt-cta-boxes {
  margin: 40px 5px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.sportspill-nt-cta-boxes amedia-include:first-of-type {
  width: 30%;
  height: 355px;
}

.sportspill-nt-cta-boxes amedia-include:last-of-type {
  width: 69%;
  height: 355px;
  overflow: none;
  margin-left: 1%;
}

@media screen and (max-width: 800px) {
  .sportspill-nt-cta-boxes {
    margin: 40px 10px 0;
  }

  .sportspill-nt-cta-boxes amedia-include:first-of-type {
    width: 50%;
  }

  .sportspill-nt-cta-boxes amedia-include:last-of-type {
    width: 49%;
  }
}

@media screen and (max-width: 500px) {
  .sportspill-nt-cta-boxes amedia-include:first-of-type {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }

  .sportspill-nt-cta-boxes amedia-include:last-of-type {
    width: 100%;
    margin-left: 0;
  }
}

.sportspill-travbanner-wrap amedia-include:last-of-type {
  margin-top: -30px;
  margin-bottom: 100px;
}

amedia-totop {
    text-align: center;
    padding-top: 20px;
}

amedia-totop button {
    apperance: none;
    -webkit-appearance: none;
    border: 0 none;
    color: var(--swatchMono-gray2);
    background: var(--swatchMono-gray6);
    cursor: pointer;
    display: inline-block;
    font-family: var(--openSans);
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
    position: relative;
    bottom: 22px;
    vertical-align: middle;
    outline: 0 none;
    padding: 9px 18px;
}

amedia-totop button:focus,
amedia-totop button:hover {
    background: var(--swatchMono-black);
    color: var(--swatchMono-white);
}

/* If Nettavisen */
.design-nettavisen amedia-totop {
    text-align: center;
    border-top: none;
    margin-top: 50px;
    margin-bottom: 50px;
}

.design-nettavisen amedia-totop button {
    position: initial;
    background: #000;
    color: #fff;
    border: 1px solid currentColor;
    border-radius: 3px;
    width: 133px;
    height: 38px;
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 10px 10px;
    cursor: pointer;
    display: block;
    outline: none;
}

.design-nettavisen amedia-totop button:hover,
.design-nettavisen amedia-totop button:focus {
    background-color: #fff;
    color: #000;
}
/* BEGIN override elements outside of component control */
#aid-overlay {
    position: absolute;
    width: 100%;
    min-height: 100vh;
    background: rgba(41, 40, 39, .8);
}

.aid-background-blur {
    filter: blur(5px);
}
/* END */

amedia-incentive {
    position: relative;
    display: flex;
    justify-content: center;
}

.incentive__wrapper {
    box-sizing: border-box;
    width: 100vw;
    margin-bottom: 50px;
}

@media screen and (min-width: 550px) {
    .incentive__wrapper {
        margin: 50px 0;
        width: 550px;
    }
}
