@import url(https://fonts.googleapis.com/css?family=Dosis:800&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,600,700&display=swap);
@charset "UTF-8";
/**
 * Main entry for sass.
 * A single import per line.
 * Cascading applies
 */
/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

[data-aos][data-aos][data-aos-duration='50'], body[data-aos-duration='50'] [data-aos] {
  -webkit-transition-duration: 50ms;
       -o-transition-duration: 50ms;
          transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay='50'], body[data-aos-delay='50'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='50'].aos-animate, body[data-aos-delay='50'] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
       -o-transition-delay: 50ms;
          transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration='100'], body[data-aos-duration='100'] [data-aos] {
  -webkit-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay='100'], body[data-aos-delay='100'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='100'].aos-animate, body[data-aos-delay='100'] [data-aos].aos-animate {
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration='150'], body[data-aos-duration='150'] [data-aos] {
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay='150'], body[data-aos-delay='150'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='150'].aos-animate, body[data-aos-delay='150'] [data-aos].aos-animate {
  -webkit-transition-delay: .15s;
       -o-transition-delay: .15s;
          transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration='200'], body[data-aos-duration='200'] [data-aos] {
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay='200'], body[data-aos-delay='200'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='200'].aos-animate, body[data-aos-delay='200'] [data-aos].aos-animate {
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration='250'], body[data-aos-duration='250'] [data-aos] {
  -webkit-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay='250'], body[data-aos-delay='250'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='250'].aos-animate, body[data-aos-delay='250'] [data-aos].aos-animate {
  -webkit-transition-delay: .25s;
       -o-transition-delay: .25s;
          transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration='300'], body[data-aos-duration='300'] [data-aos] {
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay='300'], body[data-aos-delay='300'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='300'].aos-animate, body[data-aos-delay='300'] [data-aos].aos-animate {
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration='350'], body[data-aos-duration='350'] [data-aos] {
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay='350'], body[data-aos-delay='350'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='350'].aos-animate, body[data-aos-delay='350'] [data-aos].aos-animate {
  -webkit-transition-delay: .35s;
       -o-transition-delay: .35s;
          transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration='400'], body[data-aos-duration='400'] [data-aos] {
  -webkit-transition-duration: .4s;
       -o-transition-duration: .4s;
          transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay='400'], body[data-aos-delay='400'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='400'].aos-animate, body[data-aos-delay='400'] [data-aos].aos-animate {
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration='450'], body[data-aos-duration='450'] [data-aos] {
  -webkit-transition-duration: .45s;
       -o-transition-duration: .45s;
          transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay='450'], body[data-aos-delay='450'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='450'].aos-animate, body[data-aos-delay='450'] [data-aos].aos-animate {
  -webkit-transition-delay: .45s;
       -o-transition-delay: .45s;
          transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration='500'], body[data-aos-duration='500'] [data-aos] {
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay='500'], body[data-aos-delay='500'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='500'].aos-animate, body[data-aos-delay='500'] [data-aos].aos-animate {
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration='550'], body[data-aos-duration='550'] [data-aos] {
  -webkit-transition-duration: .55s;
       -o-transition-duration: .55s;
          transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay='550'], body[data-aos-delay='550'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='550'].aos-animate, body[data-aos-delay='550'] [data-aos].aos-animate {
  -webkit-transition-delay: .55s;
       -o-transition-delay: .55s;
          transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration='600'], body[data-aos-duration='600'] [data-aos] {
  -webkit-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay='600'], body[data-aos-delay='600'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='600'].aos-animate, body[data-aos-delay='600'] [data-aos].aos-animate {
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration='650'], body[data-aos-duration='650'] [data-aos] {
  -webkit-transition-duration: .65s;
       -o-transition-duration: .65s;
          transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay='650'], body[data-aos-delay='650'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='650'].aos-animate, body[data-aos-delay='650'] [data-aos].aos-animate {
  -webkit-transition-delay: .65s;
       -o-transition-delay: .65s;
          transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration='700'], body[data-aos-duration='700'] [data-aos] {
  -webkit-transition-duration: .7s;
       -o-transition-duration: .7s;
          transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay='700'], body[data-aos-delay='700'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='700'].aos-animate, body[data-aos-delay='700'] [data-aos].aos-animate {
  -webkit-transition-delay: .7s;
       -o-transition-delay: .7s;
          transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration='750'], body[data-aos-duration='750'] [data-aos] {
  -webkit-transition-duration: .75s;
       -o-transition-duration: .75s;
          transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay='750'], body[data-aos-delay='750'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='750'].aos-animate, body[data-aos-delay='750'] [data-aos].aos-animate {
  -webkit-transition-delay: .75s;
       -o-transition-delay: .75s;
          transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration='800'], body[data-aos-duration='800'] [data-aos] {
  -webkit-transition-duration: .8s;
       -o-transition-duration: .8s;
          transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay='800'], body[data-aos-delay='800'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='800'].aos-animate, body[data-aos-delay='800'] [data-aos].aos-animate {
  -webkit-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration='850'], body[data-aos-duration='850'] [data-aos] {
  -webkit-transition-duration: .85s;
       -o-transition-duration: .85s;
          transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay='850'], body[data-aos-delay='850'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='850'].aos-animate, body[data-aos-delay='850'] [data-aos].aos-animate {
  -webkit-transition-delay: .85s;
       -o-transition-delay: .85s;
          transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration='900'], body[data-aos-duration='900'] [data-aos] {
  -webkit-transition-duration: .9s;
       -o-transition-duration: .9s;
          transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay='900'], body[data-aos-delay='900'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='900'].aos-animate, body[data-aos-delay='900'] [data-aos].aos-animate {
  -webkit-transition-delay: .9s;
       -o-transition-delay: .9s;
          transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration='950'], body[data-aos-duration='950'] [data-aos] {
  -webkit-transition-duration: .95s;
       -o-transition-duration: .95s;
          transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay='950'], body[data-aos-delay='950'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='950'].aos-animate, body[data-aos-delay='950'] [data-aos].aos-animate {
  -webkit-transition-delay: .95s;
       -o-transition-delay: .95s;
          transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration='1000'], body[data-aos-duration='1000'] [data-aos] {
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay='1000'], body[data-aos-delay='1000'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1000'].aos-animate, body[data-aos-delay='1000'] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration='1050'], body[data-aos-duration='1050'] [data-aos] {
  -webkit-transition-duration: 1.05s;
       -o-transition-duration: 1.05s;
          transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay='1050'], body[data-aos-delay='1050'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1050'].aos-animate, body[data-aos-delay='1050'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
       -o-transition-delay: 1.05s;
          transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration='1100'], body[data-aos-duration='1100'] [data-aos] {
  -webkit-transition-duration: 1.1s;
       -o-transition-duration: 1.1s;
          transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay='1100'], body[data-aos-delay='1100'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1100'].aos-animate, body[data-aos-delay='1100'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration='1150'], body[data-aos-duration='1150'] [data-aos] {
  -webkit-transition-duration: 1.15s;
       -o-transition-duration: 1.15s;
          transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay='1150'], body[data-aos-delay='1150'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1150'].aos-animate, body[data-aos-delay='1150'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
       -o-transition-delay: 1.15s;
          transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration='1200'], body[data-aos-duration='1200'] [data-aos] {
  -webkit-transition-duration: 1.2s;
       -o-transition-duration: 1.2s;
          transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay='1200'], body[data-aos-delay='1200'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1200'].aos-animate, body[data-aos-delay='1200'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration='1250'], body[data-aos-duration='1250'] [data-aos] {
  -webkit-transition-duration: 1.25s;
       -o-transition-duration: 1.25s;
          transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay='1250'], body[data-aos-delay='1250'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1250'].aos-animate, body[data-aos-delay='1250'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
       -o-transition-delay: 1.25s;
          transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration='1300'], body[data-aos-duration='1300'] [data-aos] {
  -webkit-transition-duration: 1.3s;
       -o-transition-duration: 1.3s;
          transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay='1300'], body[data-aos-delay='1300'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1300'].aos-animate, body[data-aos-delay='1300'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration='1350'], body[data-aos-duration='1350'] [data-aos] {
  -webkit-transition-duration: 1.35s;
       -o-transition-duration: 1.35s;
          transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay='1350'], body[data-aos-delay='1350'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1350'].aos-animate, body[data-aos-delay='1350'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
       -o-transition-delay: 1.35s;
          transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration='1400'], body[data-aos-duration='1400'] [data-aos] {
  -webkit-transition-duration: 1.4s;
       -o-transition-duration: 1.4s;
          transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay='1400'], body[data-aos-delay='1400'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1400'].aos-animate, body[data-aos-delay='1400'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration='1450'], body[data-aos-duration='1450'] [data-aos] {
  -webkit-transition-duration: 1.45s;
       -o-transition-duration: 1.45s;
          transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay='1450'], body[data-aos-delay='1450'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1450'].aos-animate, body[data-aos-delay='1450'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
       -o-transition-delay: 1.45s;
          transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration='1500'], body[data-aos-duration='1500'] [data-aos] {
  -webkit-transition-duration: 1.5s;
       -o-transition-duration: 1.5s;
          transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay='1500'], body[data-aos-delay='1500'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1500'].aos-animate, body[data-aos-delay='1500'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration='1550'], body[data-aos-duration='1550'] [data-aos] {
  -webkit-transition-duration: 1.55s;
       -o-transition-duration: 1.55s;
          transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay='1550'], body[data-aos-delay='1550'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1550'].aos-animate, body[data-aos-delay='1550'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
       -o-transition-delay: 1.55s;
          transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration='1600'], body[data-aos-duration='1600'] [data-aos] {
  -webkit-transition-duration: 1.6s;
       -o-transition-duration: 1.6s;
          transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay='1600'], body[data-aos-delay='1600'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1600'].aos-animate, body[data-aos-delay='1600'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration='1650'], body[data-aos-duration='1650'] [data-aos] {
  -webkit-transition-duration: 1.65s;
       -o-transition-duration: 1.65s;
          transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay='1650'], body[data-aos-delay='1650'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1650'].aos-animate, body[data-aos-delay='1650'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
       -o-transition-delay: 1.65s;
          transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration='1700'], body[data-aos-duration='1700'] [data-aos] {
  -webkit-transition-duration: 1.7s;
       -o-transition-duration: 1.7s;
          transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay='1700'], body[data-aos-delay='1700'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1700'].aos-animate, body[data-aos-delay='1700'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
       -o-transition-delay: 1.7s;
          transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration='1750'], body[data-aos-duration='1750'] [data-aos] {
  -webkit-transition-duration: 1.75s;
       -o-transition-duration: 1.75s;
          transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay='1750'], body[data-aos-delay='1750'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1750'].aos-animate, body[data-aos-delay='1750'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
       -o-transition-delay: 1.75s;
          transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration='1800'], body[data-aos-duration='1800'] [data-aos] {
  -webkit-transition-duration: 1.8s;
       -o-transition-duration: 1.8s;
          transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay='1800'], body[data-aos-delay='1800'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1800'].aos-animate, body[data-aos-delay='1800'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration='1850'], body[data-aos-duration='1850'] [data-aos] {
  -webkit-transition-duration: 1.85s;
       -o-transition-duration: 1.85s;
          transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay='1850'], body[data-aos-delay='1850'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1850'].aos-animate, body[data-aos-delay='1850'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
       -o-transition-delay: 1.85s;
          transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration='1900'], body[data-aos-duration='1900'] [data-aos] {
  -webkit-transition-duration: 1.9s;
       -o-transition-duration: 1.9s;
          transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay='1900'], body[data-aos-delay='1900'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1900'].aos-animate, body[data-aos-delay='1900'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
       -o-transition-delay: 1.9s;
          transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration='1950'], body[data-aos-duration='1950'] [data-aos] {
  -webkit-transition-duration: 1.95s;
       -o-transition-duration: 1.95s;
          transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay='1950'], body[data-aos-delay='1950'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1950'].aos-animate, body[data-aos-delay='1950'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
       -o-transition-delay: 1.95s;
          transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration='2000'], body[data-aos-duration='2000'] [data-aos] {
  -webkit-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay='2000'], body[data-aos-delay='2000'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2000'].aos-animate, body[data-aos-delay='2000'] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration='2050'], body[data-aos-duration='2050'] [data-aos] {
  -webkit-transition-duration: 2.05s;
       -o-transition-duration: 2.05s;
          transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay='2050'], body[data-aos-delay='2050'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2050'].aos-animate, body[data-aos-delay='2050'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
       -o-transition-delay: 2.05s;
          transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration='2100'], body[data-aos-duration='2100'] [data-aos] {
  -webkit-transition-duration: 2.1s;
       -o-transition-duration: 2.1s;
          transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay='2100'], body[data-aos-delay='2100'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2100'].aos-animate, body[data-aos-delay='2100'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
       -o-transition-delay: 2.1s;
          transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration='2150'], body[data-aos-duration='2150'] [data-aos] {
  -webkit-transition-duration: 2.15s;
       -o-transition-duration: 2.15s;
          transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay='2150'], body[data-aos-delay='2150'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2150'].aos-animate, body[data-aos-delay='2150'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
       -o-transition-delay: 2.15s;
          transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration='2200'], body[data-aos-duration='2200'] [data-aos] {
  -webkit-transition-duration: 2.2s;
       -o-transition-duration: 2.2s;
          transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay='2200'], body[data-aos-delay='2200'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2200'].aos-animate, body[data-aos-delay='2200'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
       -o-transition-delay: 2.2s;
          transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration='2250'], body[data-aos-duration='2250'] [data-aos] {
  -webkit-transition-duration: 2.25s;
       -o-transition-duration: 2.25s;
          transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay='2250'], body[data-aos-delay='2250'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2250'].aos-animate, body[data-aos-delay='2250'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
       -o-transition-delay: 2.25s;
          transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration='2300'], body[data-aos-duration='2300'] [data-aos] {
  -webkit-transition-duration: 2.3s;
       -o-transition-duration: 2.3s;
          transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay='2300'], body[data-aos-delay='2300'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2300'].aos-animate, body[data-aos-delay='2300'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
       -o-transition-delay: 2.3s;
          transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration='2350'], body[data-aos-duration='2350'] [data-aos] {
  -webkit-transition-duration: 2.35s;
       -o-transition-duration: 2.35s;
          transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay='2350'], body[data-aos-delay='2350'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2350'].aos-animate, body[data-aos-delay='2350'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
       -o-transition-delay: 2.35s;
          transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration='2400'], body[data-aos-duration='2400'] [data-aos] {
  -webkit-transition-duration: 2.4s;
       -o-transition-duration: 2.4s;
          transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay='2400'], body[data-aos-delay='2400'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2400'].aos-animate, body[data-aos-delay='2400'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
       -o-transition-delay: 2.4s;
          transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration='2450'], body[data-aos-duration='2450'] [data-aos] {
  -webkit-transition-duration: 2.45s;
       -o-transition-duration: 2.45s;
          transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay='2450'], body[data-aos-delay='2450'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2450'].aos-animate, body[data-aos-delay='2450'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
       -o-transition-delay: 2.45s;
          transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration='2500'], body[data-aos-duration='2500'] [data-aos] {
  -webkit-transition-duration: 2.5s;
       -o-transition-duration: 2.5s;
          transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay='2500'], body[data-aos-delay='2500'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2500'].aos-animate, body[data-aos-delay='2500'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
       -o-transition-delay: 2.5s;
          transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration='2550'], body[data-aos-duration='2550'] [data-aos] {
  -webkit-transition-duration: 2.55s;
       -o-transition-duration: 2.55s;
          transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay='2550'], body[data-aos-delay='2550'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2550'].aos-animate, body[data-aos-delay='2550'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
       -o-transition-delay: 2.55s;
          transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration='2600'], body[data-aos-duration='2600'] [data-aos] {
  -webkit-transition-duration: 2.6s;
       -o-transition-duration: 2.6s;
          transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay='2600'], body[data-aos-delay='2600'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2600'].aos-animate, body[data-aos-delay='2600'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
       -o-transition-delay: 2.6s;
          transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration='2650'], body[data-aos-duration='2650'] [data-aos] {
  -webkit-transition-duration: 2.65s;
       -o-transition-duration: 2.65s;
          transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay='2650'], body[data-aos-delay='2650'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2650'].aos-animate, body[data-aos-delay='2650'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
       -o-transition-delay: 2.65s;
          transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration='2700'], body[data-aos-duration='2700'] [data-aos] {
  -webkit-transition-duration: 2.7s;
       -o-transition-duration: 2.7s;
          transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay='2700'], body[data-aos-delay='2700'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2700'].aos-animate, body[data-aos-delay='2700'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
       -o-transition-delay: 2.7s;
          transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration='2750'], body[data-aos-duration='2750'] [data-aos] {
  -webkit-transition-duration: 2.75s;
       -o-transition-duration: 2.75s;
          transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay='2750'], body[data-aos-delay='2750'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2750'].aos-animate, body[data-aos-delay='2750'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
       -o-transition-delay: 2.75s;
          transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration='2800'], body[data-aos-duration='2800'] [data-aos] {
  -webkit-transition-duration: 2.8s;
       -o-transition-duration: 2.8s;
          transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay='2800'], body[data-aos-delay='2800'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2800'].aos-animate, body[data-aos-delay='2800'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
       -o-transition-delay: 2.8s;
          transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration='2850'], body[data-aos-duration='2850'] [data-aos] {
  -webkit-transition-duration: 2.85s;
       -o-transition-duration: 2.85s;
          transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay='2850'], body[data-aos-delay='2850'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2850'].aos-animate, body[data-aos-delay='2850'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
       -o-transition-delay: 2.85s;
          transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration='2900'], body[data-aos-duration='2900'] [data-aos] {
  -webkit-transition-duration: 2.9s;
       -o-transition-duration: 2.9s;
          transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay='2900'], body[data-aos-delay='2900'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2900'].aos-animate, body[data-aos-delay='2900'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
       -o-transition-delay: 2.9s;
          transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration='2950'], body[data-aos-duration='2950'] [data-aos] {
  -webkit-transition-duration: 2.95s;
       -o-transition-duration: 2.95s;
          transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay='2950'], body[data-aos-delay='2950'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2950'].aos-animate, body[data-aos-delay='2950'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
       -o-transition-delay: 2.95s;
          transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration='3000'], body[data-aos-duration='3000'] [data-aos] {
  -webkit-transition-duration: 3s;
       -o-transition-duration: 3s;
          transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay='3000'], body[data-aos-delay='3000'] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='3000'].aos-animate, body[data-aos-delay='3000'] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
       -o-transition-delay: 3s;
          transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
       -o-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
       -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
       -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
       -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0); }

[data-aos=fade-up] {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px); }

[data-aos=fade-down] {
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px); }

[data-aos=fade-right] {
  -webkit-transform: translate(-100px);
      -ms-transform: translate(-100px);
          transform: translate(-100px); }

[data-aos=fade-left] {
  -webkit-transform: translate(100px);
      -ms-transform: translate(100px);
          transform: translate(100px); }

[data-aos=fade-up-right] {
  -webkit-transform: translate(-100px, 100px);
      -ms-transform: translate(-100px, 100px);
          transform: translate(-100px, 100px); }

[data-aos=fade-up-left] {
  -webkit-transform: translate(100px, 100px);
      -ms-transform: translate(100px, 100px);
          transform: translate(100px, 100px); }

[data-aos=fade-down-right] {
  -webkit-transform: translate(-100px, -100px);
      -ms-transform: translate(-100px, -100px);
          transform: translate(-100px, -100px); }

[data-aos=fade-down-left] {
  -webkit-transform: translate(100px, -100px);
      -ms-transform: translate(100px, -100px);
          transform: translate(100px, -100px); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0) scale(1);
      -ms-transform: translate(0) scale(1);
          transform: translate(0) scale(1); }

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6); }

[data-aos=zoom-in-up] {
  -webkit-transform: translateY(100px) scale(0.6);
      -ms-transform: translateY(100px) scale(0.6);
          transform: translateY(100px) scale(0.6); }

[data-aos=zoom-in-down] {
  -webkit-transform: translateY(-100px) scale(0.6);
      -ms-transform: translateY(-100px) scale(0.6);
          transform: translateY(-100px) scale(0.6); }

[data-aos=zoom-in-right] {
  -webkit-transform: translate(-100px) scale(0.6);
      -ms-transform: translate(-100px) scale(0.6);
          transform: translate(-100px) scale(0.6); }

[data-aos=zoom-in-left] {
  -webkit-transform: translate(100px) scale(0.6);
      -ms-transform: translate(100px) scale(0.6);
          transform: translate(100px) scale(0.6); }

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2); }

[data-aos=zoom-out-up] {
  -webkit-transform: translateY(100px) scale(1.2);
      -ms-transform: translateY(100px) scale(1.2);
          transform: translateY(100px) scale(1.2); }

[data-aos=zoom-out-down] {
  -webkit-transform: translateY(-100px) scale(1.2);
      -ms-transform: translateY(-100px) scale(1.2);
          transform: translateY(-100px) scale(1.2); }

[data-aos=zoom-out-right] {
  -webkit-transform: translate(-100px) scale(1.2);
      -ms-transform: translate(-100px) scale(1.2);
          transform: translate(-100px) scale(1.2); }

[data-aos=zoom-out-left] {
  -webkit-transform: translate(100px) scale(1.2);
      -ms-transform: translate(100px) scale(1.2);
          transform: translate(100px) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0); }

[data-aos=slide-up] {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

[data-aos=slide-down] {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

[data-aos=slide-right] {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

[data-aos=slide-left] {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0); }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Resets
============================================================================= */
/**
 * Reset the box-sizing.
 * ---
 * This applies a natural box layout model to all elements, but allows
 * components, plugins etc. to change box-sizing easier.
 *
 * See http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

button,
[role='button'] {
  cursor: pointer; }

/**
 * 1. Remove vertical spacing below the image.
 * 2. Scale images proportionally with the `max-width` property.
 */
img {
  vertical-align: middle;
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 2 */ }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/*
* Adelle Sans Regular
*/
@font-face {
  font-family: 'Adelle-Sans-Regular';
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Regular.eot");
  /* IE9 Compat Modes */
  src: local("Adelle-Sans-Regular"), local("Adelle-Sans-Regular"), url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Regular.woff2") format("woff2"), url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Regular.woff") format("woff");
  /* Modern Browsers */ }

@font-face {
  font-family: 'Adelle-Sans-Regular';
  font-style: italic;
  font-weight: normal;
  src: url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Italic.eot");
  /* IE9 Compat Modes */
  src: local("Adelle-Sans-Regular"), local("Adelle-Sans-Regular"), url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Italic.woff2") format("woff2"), url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Italic.woff") format("woff");
  /* Modern Browsers */ }

/*
* Adelle Sans Bold
*/
@font-face {
  font-family: 'Adelle-Sans-Bold';
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Bold.eot");
  /* IE9 Compat Modes */
  src: local("Adelle-Sans-Bold"), local("Adelle-Sans-Bold"), url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Bold.woff2") format("woff2"), url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Bold.woff") format("woff");
  /* Modern Browsers */ }

@font-face {
  font-family: 'Adelle-Sans-Bold';
  font-style: italic;
  font-weight: normal;
  src: url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Bold_Italic.eot");
  /* IE9 Compat Modes */
  src: local("Adelle-Sans-Bold"), local("Adelle-Sans-Bold"), url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Bold_Italic.woff2") format("woff2"), url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Bold_Italic.woff") format("woff");
  /* Modern Browsers */ }

/*
* Adelle Sans SemiBold
*/
@font-face {
  font-family: 'Adelle-Sans-SemiBold';
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Semibold.eot");
  /* IE9 Compat Modes */
  src: local("Adelle-Sans-SemiBold"), local("Adelle-Sans-SemiBold"), url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Semibold.woff2") format("woff2"), url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Semibold.woff") format("woff");
  /* Modern Browsers */ }

@font-face {
  font-family: 'Adelle-Sans-SemiBold';
  font-style: italic;
  font-weight: normal;
  src: url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Semibold_Italic.eot");
  /* IE9 Compat Modes */
  src: local("Adelle-Sans-SemiBold"), local("Adelle-Sans-SemiBold"), url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Semibold_Italic.woff2") format("woff2"), url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Semibold_Italic.woff") format("woff");
  /* Modern Browsers */ }

/*
* Adelle Sans ExtraBold
*/
@font-face {
  font-family: 'Adelle-Sans-Extrabold';
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Extrabold.eot");
  /* IE9 Compat Modes */
  src: local("Adelle-Sans-Extrabold"), local("Adelle-Sans-Extrabold"), url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Extrabold.woff2") format("woff2"), url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Extrabold.woff") format("woff");
  /* Modern Browsers */ }

@font-face {
  font-family: 'Adelle-Sans-Extrabold';
  font-style: italic;
  font-weight: normal;
  src: url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Extrabold_Italic.eot");
  /* IE9 Compat Modes */
  src: local("Adelle-Sans-Extrabold"), local("Adelle-Sans-Extrabold"), url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Extrabold_Italic.woff2") format("woff2"), url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Extrabold_Italic.woff") format("woff");
  /* Modern Browsers */ }

/*
* Adelle Sans Heavy
*/
@font-face {
  font-family: 'Adelle-Sans-Heavy';
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Heavy.eot");
  /* IE9 Compat Modes */
  src: local("Adelle-Sans-Heavy"), local("Adelle-Sans-Heavy"), url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Heavy.woff2") format("woff2"), url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Heavy.woff") format("woff");
  /* Modern Browsers */ }

@font-face {
  font-family: 'Adelle-Sans-Heavy';
  font-style: italic;
  font-weight: normal;
  src: url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Heavy_Italic.eot");
  /* IE9 Compat Modes */
  src: local("Adelle-Sans-Heavy"), local("Adelle-Sans-Heavy"), url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Heavy_Italic.woff2") format("woff2"), url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/AdelleSans/Adelle_Sans_EXT-Heavy_Italic.woff") format("woff");
  /* Modern Browsers */ }

/*
* Martin Regular
*/
@font-face {
  font-family: 'Martin-Regular';
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/Martin/MARTIN-Regular.eot");
  /* IE9 Compat Modes */
  src: local("Martin-Regular"), local("Martin-Regular"), url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/Martin/MARTIN-Regular.woff2") format("woff2"), url("/wp-content/themes/bz-afrikagrupperna/assets/fonts/Martin/MARTIN-Regular.woff") format("woff");
  /* Modern Browsers */ }

/* General styles
============================================================================= */
@media (min-width: 767px) {
  html {
    overflow-y: scroll; } }

body.has-active-search-menu {
  position: fixed;
  height: 100%;
  width: 100vw;
  overflow: hidden; }

@media (min-width: 767px) {
  body.has-active-burger-menu {
    height: 100vh;
    overflow: hidden; } }

body.has-active-search-menu main, body.has-active-burger-menu main {
  height: 0px;
  overflow: hidden; }
  @media (min-width: 767px) {
    body.has-active-search-menu main, body.has-active-burger-menu main {
      height: auto;
      overflow: auto; } }

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  width: 0; }

.clearfix:after {
  clear: both; }

.screen-readers-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.edit-content {
  top: 0;
  background-color: #FFCBE7;
  height: 50px;
  width: 50px;
  position: fixed;
  z-index: 1000; }
  .edit-content a:before {
    content: "";
    height: 25px;
    width: 25px;
    background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/edit.svg");
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-size: contain; }

ul,
ol {
  padding-left: 23.5px; }
  ul li,
  ol li {
    margin-bottom: 0.5em; }
    ul li:last-of-type,
    ol li:last-of-type {
      margin-bottom: 0; }

div[class*="column--"] ul,
div[class*="column--"] ol {
  margin-bottom: 20px; }

.container p:not([class]) a, .container p.is-style-default a {
  text-decoration: underline;
  -webkit-text-decoration-color: #181818;
          text-decoration-color: #181818;
  text-underline-offset: 2px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  border-bottom: 0; }
  .container p:not([class]) a:hover, .container p.is-style-default a:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
    border-bottom: 0; }

/* Typography
============================================================================= */
body {
  font-family: 'Adelle-Sans-Regular';
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  line-height: 25px;
  color: #181818; }
  @media (min-width: 767px) {
    body {
      font-size: 18px;
      line-height: 1.55; } }

p,
.default-paragraph,
h3 + p,
.h3 + p,
.action-teaser--newsletter .action-teaser__content h2 + p,
h4 + p,
.h4 + p,
.event-teaser__content .h3 + p,
.action-teaser--newsletter .action-teaser__content .event-teaser__content h2 + p,
h5 + p,
.h5 + p,
.donation__content,
.donation__content h2 + p,
.info-box p,
.action-teaser__content h2.h3 + p,
.coworker-teaser__content p,
.coworker-teaser__content .arrow-link,
.coworker-teaser__content .is-style-right-arrow,
.coworker-teaser__content .footer-menu li ul li a,
.footer-menu li ul li .coworker-teaser__content a,
.download-teaser__content p,
.download-teaser__content__download-link,
.event-teaser__content p,
.event-teaser__content .arrow-link,
.event-teaser__content .is-style-right-arrow,
.event-teaser__content .footer-menu li ul li a,
.footer-menu li ul li .event-teaser__content a,
.image-teaser__content p,
.image-teaser__content .arrow-link,
.image-teaser__content .is-style-right-arrow,
.image-teaser__content .footer-menu li ul li a,
.footer-menu li ul li .image-teaser__content a,
.partner-teaser__content .arrow-link,
.partner-teaser__content .is-style-right-arrow,
.partner-teaser__content .footer-menu li ul li a,
.footer-menu li ul li .partner-teaser__content a,
.info-teaser__content p {
  font-size: 17px;
  line-height: 25px; }
  @media (min-width: 767px) {
    p,
    .default-paragraph,
    h3 + p,
    .h3 + p,
    .action-teaser--newsletter .action-teaser__content h2 + p,
    h4 + p,
    .h4 + p,
    .event-teaser__content .h3 + p,
    .action-teaser--newsletter .action-teaser__content .event-teaser__content h2 + p,
    h5 + p,
    .h5 + p,
    .donation__content,
    .donation__content h2 + p,
    .info-box p,
    .action-teaser__content h2.h3 + p,
    .coworker-teaser__content p,
    .coworker-teaser__content .arrow-link,
    .coworker-teaser__content .is-style-right-arrow,
    .coworker-teaser__content .footer-menu li ul li a,
    .footer-menu li ul li .coworker-teaser__content a,
    .download-teaser__content p,
    .download-teaser__content__download-link,
    .event-teaser__content p,
    .event-teaser__content .arrow-link,
    .event-teaser__content .is-style-right-arrow,
    .event-teaser__content .footer-menu li ul li a,
    .footer-menu li ul li .event-teaser__content a,
    .image-teaser__content p,
    .image-teaser__content .arrow-link,
    .image-teaser__content .is-style-right-arrow,
    .image-teaser__content .footer-menu li ul li a,
    .footer-menu li ul li .image-teaser__content a,
    .partner-teaser__content .arrow-link,
    .partner-teaser__content .is-style-right-arrow,
    .partner-teaser__content .footer-menu li ul li a,
    .footer-menu li ul li .partner-teaser__content a,
    .info-teaser__content p {
      font-size: 18px;
      line-height: 1.55; } }

strong,
b {
  font-family: 'Adelle-Sans-Bold'; }

i,
em {
  font-style: italic; }

h1,
.h1,
h2,
.h2,
.action-teaser__content h2,
h3,
.h3,
.action-teaser--newsletter .action-teaser__content h2,
h4,
.h4,
.event-teaser__content .h3,
.event-teaser__content .action-teaser--newsletter .action-teaser__content h2,
.action-teaser--newsletter .action-teaser__content .event-teaser__content h2,
h5,
.h5 {
  font-family: 'Adelle-Sans-Heavy';
  margin-bottom: 10px; }
  h1--martin,
  .h1--martin,
  h2--martin,
  .h2--martin,
  .action-teaser--pink .action-teaser__content .h3,
  .action-teaser--pink .action-teaser--newsletter .action-teaser__content h2,
  .action-teaser--newsletter .action-teaser--pink .action-teaser__content h2,
  .action-teaser--pink.action-teaser--with-img .action-teaser__content .h3,
  .action-teaser--pink.action-teaser--with-img .action-teaser--newsletter .action-teaser__content h2,
  .action-teaser--newsletter .action-teaser--pink.action-teaser--with-img .action-teaser__content h2,
  .action-teaser--large .action-teaser__content .h3,
  .action-teaser--large .action-teaser--newsletter .action-teaser__content h2,
  .action-teaser--newsletter .action-teaser--large .action-teaser__content h2,
  .action-teaser--large.action-teaser--with-img .action-teaser__content .h3,
  .action-teaser--large.action-teaser--with-img .action-teaser--newsletter .action-teaser__content h2,
  .action-teaser--newsletter .action-teaser--large.action-teaser--with-img .action-teaser__content h2,
  h3--martin,
  .h3--martin,
  .action-teaser--green .action-teaser__content .h3,
  .action-teaser--green .action-teaser--newsletter .action-teaser__content h2,
  .action-teaser--newsletter .action-teaser--green .action-teaser__content h2,
  .action-teaser--green.action-teaser--with-img .action-teaser__content .h3,
  .action-teaser--green.action-teaser--with-img .action-teaser--newsletter .action-teaser__content h2,
  .action-teaser--newsletter .action-teaser--green.action-teaser--with-img .action-teaser__content h2,
  h4--martin,
  .h4--martin,
  h5--martin,
  .h5--martin {
    font-family: 'Martin-Regular';
    text-transform: uppercase; }
  h1--no-margin-bottom,
  .h1--no-margin-bottom,
  h2--no-margin-bottom,
  .h2--no-margin-bottom,
  h3--no-margin-bottom,
  .h3--no-margin-bottom,
  h4--no-margin-bottom,
  .h4--no-margin-bottom,
  h5--no-margin-bottom,
  .h5--no-margin-bottom {
    margin-bottom: 0; }

@media (min-width: 767px) {
  h1,
  .h1,
  h2,
  .h2,
  .action-teaser__content h2 {
    margin-bottom: 30px; } }

h1--no-margin-bottom,
.h1--no-margin-bottom,
h2--no-margin-bottom,
.h2--no-margin-bottom {
  margin-bottom: 0; }

h3,
.h3,
.action-teaser--newsletter .action-teaser__content h2 {
  margin-bottom: 20px; }
  @media (min-width: 767px) {
    h3,
    .h3,
    .action-teaser--newsletter .action-teaser__content h2 {
      margin-bottom: 10px; } }
  h3--no-margin-bottom,
  .h3--no-margin-bottom {
    margin-bottom: 0; }

h4,
.h4,
.event-teaser__content .h3,
.event-teaser__content .action-teaser--newsletter .action-teaser__content h2,
.action-teaser--newsletter .action-teaser__content .event-teaser__content h2,
h5,
.h5 {
  margin-bottom: 10px; }
  h4--no-margin-bottom,
  .h4--no-margin-bottom,
  h5--no-margin-bottom,
  .h5--no-margin-bottom {
    margin-bottom: 0; }

h1,
.h1,
h2,
.h2,
.action-teaser__content h2,
h3,
.h3,
.action-teaser--newsletter .action-teaser__content h2,
h4,
.h4,
.event-teaser__content .h3,
.event-teaser__content .action-teaser--newsletter .action-teaser__content h2,
.action-teaser--newsletter .action-teaser__content .event-teaser__content h2,
h5,
.h5,
p {
  margin-left: auto;
  margin-right: auto; }

.container--halign-left h1,
.container--halign-left .h1,
.container--halign-left h2,
.container--halign-left .h2,
.container--halign-left .action-teaser__content h2,
.action-teaser__content .container--halign-left h2,
.container--halign-left h3,
.container--halign-left .h3,
.container--halign-left .action-teaser--newsletter .action-teaser__content h2,
.action-teaser--newsletter .action-teaser__content .container--halign-left h2,
.container--halign-left h4,
.container--halign-left .h4,
.container--halign-left .event-teaser__content .h3,
.event-teaser__content .container--halign-left .h3,
.container--halign-left .event-teaser__content .action-teaser--newsletter .action-teaser__content h2,
.event-teaser__content .action-teaser--newsletter .action-teaser__content .container--halign-left h2,
.container--halign-left .action-teaser--newsletter .action-teaser__content .event-teaser__content h2,
.action-teaser--newsletter .action-teaser__content .event-teaser__content .container--halign-left h2,
.container--halign-left h5,
.container--halign-left .h5,
.container--halign-left p {
  margin-left: 0; }

.container--halign-right h1,
.container--halign-right .h1,
.container--halign-right h2,
.container--halign-right .h2,
.container--halign-right .action-teaser__content h2,
.action-teaser__content .container--halign-right h2,
.container--halign-right h3,
.container--halign-right .h3,
.container--halign-right .action-teaser--newsletter .action-teaser__content h2,
.action-teaser--newsletter .action-teaser__content .container--halign-right h2,
.container--halign-right h4,
.container--halign-right .h4,
.container--halign-right .event-teaser__content .h3,
.event-teaser__content .container--halign-right .h3,
.container--halign-right .event-teaser__content .action-teaser--newsletter .action-teaser__content h2,
.event-teaser__content .action-teaser--newsletter .action-teaser__content .container--halign-right h2,
.container--halign-right .action-teaser--newsletter .action-teaser__content .event-teaser__content h2,
.action-teaser--newsletter .action-teaser__content .event-teaser__content .container--halign-right h2,
.container--halign-right h5,
.container--halign-right .h5,
.container--halign-right p {
  margin-right: 0; }

@media (min-width: 1024px) {
  h1 {
    margin-top: 40px; } }

h1,
.h1 {
  font-family: 'Martin-Regular';
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1; }
  @media (min-width: 767px) {
    h1,
    .h1 {
      font-size: 95px;
      letter-spacing: 0;
      line-height: 0.9;
      font-weight: normal;
      margin-bottom: 35px; } }
  @media (min-width: 1024px) {
    h1,
    .h1 {
      font-size: 120px; } }

h2,
.h2,
.action-teaser__content h2 {
  font-size: 27px;
  line-height: 1.2;
  text-transform: none;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }
  h2--martin,
  .h2--martin,
  .action-teaser--pink .action-teaser__content .h3,
  .action-teaser--pink .action-teaser--newsletter .action-teaser__content h2,
  .action-teaser--newsletter .action-teaser--pink .action-teaser__content h2,
  .action-teaser--pink.action-teaser--with-img .action-teaser__content .h3,
  .action-teaser--pink.action-teaser--with-img .action-teaser--newsletter .action-teaser__content h2,
  .action-teaser--newsletter .action-teaser--pink.action-teaser--with-img .action-teaser__content h2,
  .action-teaser--large .action-teaser__content .h3,
  .action-teaser--large .action-teaser--newsletter .action-teaser__content h2,
  .action-teaser--newsletter .action-teaser--large .action-teaser__content h2,
  .action-teaser--large.action-teaser--with-img .action-teaser__content .h3,
  .action-teaser--large.action-teaser--with-img .action-teaser--newsletter .action-teaser__content h2,
  .action-teaser--newsletter .action-teaser--large.action-teaser--with-img .action-teaser__content h2 {
    font-size: 40px;
    letter-spacing: 0.69px;
    line-height: 0.88; }
  @media (min-width: 767px) {
    h2,
    .h2,
    .action-teaser__content h2 {
      font-size: 36px; }
      h2--martin,
      .h2--martin,
      .action-teaser--pink .action-teaser__content .h3,
      .action-teaser--pink .action-teaser--newsletter .action-teaser__content h2,
      .action-teaser--newsletter .action-teaser--pink .action-teaser__content h2,
      .action-teaser--pink.action-teaser--with-img .action-teaser__content .h3,
      .action-teaser--pink.action-teaser--with-img .action-teaser--newsletter .action-teaser__content h2,
      .action-teaser--newsletter .action-teaser--pink.action-teaser--with-img .action-teaser__content h2,
      .action-teaser--large .action-teaser__content .h3,
      .action-teaser--large .action-teaser--newsletter .action-teaser__content h2,
      .action-teaser--newsletter .action-teaser--large .action-teaser__content h2,
      .action-teaser--large.action-teaser--with-img .action-teaser__content .h3,
      .action-teaser--large.action-teaser--with-img .action-teaser--newsletter .action-teaser__content h2,
      .action-teaser--newsletter .action-teaser--large.action-teaser--with-img .action-teaser__content h2 {
        font-size: 60px; } }
  @media (min-width: 1024px) {
    h2,
    .h2,
    .action-teaser__content h2 {
      font-size: 40px; }
      h2--martin,
      .h2--martin,
      .action-teaser--pink .action-teaser__content .h3,
      .action-teaser--pink .action-teaser--newsletter .action-teaser__content h2,
      .action-teaser--newsletter .action-teaser--pink .action-teaser__content h2,
      .action-teaser--pink.action-teaser--with-img .action-teaser__content .h3,
      .action-teaser--pink.action-teaser--with-img .action-teaser--newsletter .action-teaser__content h2,
      .action-teaser--newsletter .action-teaser--pink.action-teaser--with-img .action-teaser__content h2,
      .action-teaser--large .action-teaser__content .h3,
      .action-teaser--large .action-teaser--newsletter .action-teaser__content h2,
      .action-teaser--newsletter .action-teaser--large .action-teaser__content h2,
      .action-teaser--large.action-teaser--with-img .action-teaser__content .h3,
      .action-teaser--large.action-teaser--with-img .action-teaser--newsletter .action-teaser__content h2,
      .action-teaser--newsletter .action-teaser--large.action-teaser--with-img .action-teaser__content h2 {
        font-size: 80px;
        letter-spacing: 1.04px; } }
  @media (min-width: 1366px) {
    h2,
    .h2,
    .action-teaser__content h2 {
      font-size: 60px; }
      h2--martin,
      .h2--martin,
      .action-teaser--pink .action-teaser__content .h3,
      .action-teaser--pink .action-teaser--newsletter .action-teaser__content h2,
      .action-teaser--newsletter .action-teaser--pink .action-teaser__content h2,
      .action-teaser--pink.action-teaser--with-img .action-teaser__content .h3,
      .action-teaser--pink.action-teaser--with-img .action-teaser--newsletter .action-teaser__content h2,
      .action-teaser--newsletter .action-teaser--pink.action-teaser--with-img .action-teaser__content h2,
      .action-teaser--large .action-teaser__content .h3,
      .action-teaser--large .action-teaser--newsletter .action-teaser__content h2,
      .action-teaser--newsletter .action-teaser--large .action-teaser__content h2,
      .action-teaser--large.action-teaser--with-img .action-teaser__content .h3,
      .action-teaser--large.action-teaser--with-img .action-teaser--newsletter .action-teaser__content h2,
      .action-teaser--newsletter .action-teaser--large.action-teaser--with-img .action-teaser__content h2 {
        font-size: 90px; } }

h1,
.h1,
h2,
.h2,
.action-teaser__content h2 {
  max-width: 870px; }

h3,
.h3,
.action-teaser--newsletter .action-teaser__content h2,
h4,
.h4,
.event-teaser__content .h3,
.event-teaser__content .action-teaser--newsletter .action-teaser__content h2,
.action-teaser--newsletter .action-teaser__content .event-teaser__content h2,
h5,
.h5 {
  font-family: 'Adelle-Sans-Extrabold';
  max-width: auto;
  text-transform: none; }
  h3--martin,
  .h3--martin,
  .action-teaser--green .action-teaser__content .h3,
  .action-teaser--green .action-teaser--newsletter .action-teaser__content h2,
  .action-teaser--newsletter .action-teaser--green .action-teaser__content h2,
  .action-teaser--green.action-teaser--with-img .action-teaser__content .h3,
  .action-teaser--green.action-teaser--with-img .action-teaser--newsletter .action-teaser__content h2,
  .action-teaser--newsletter .action-teaser--green.action-teaser--with-img .action-teaser__content h2,
  h4--martin,
  .h4--martin,
  h5--martin,
  .h5--martin {
    font-family: 'Martin-Regular';
    text-transform: uppercase; }

h3,
.h3,
.action-teaser--newsletter .action-teaser__content h2 {
  font-size: 24px;
  line-height: 1.3; }
  h3--martin,
  .h3--martin,
  .action-teaser--green .action-teaser__content .h3,
  .action-teaser--green .action-teaser--newsletter .action-teaser__content h2,
  .action-teaser--newsletter .action-teaser--green .action-teaser__content h2,
  .action-teaser--green.action-teaser--with-img .action-teaser__content .h3,
  .action-teaser--green.action-teaser--with-img .action-teaser--newsletter .action-teaser__content h2,
  .action-teaser--newsletter .action-teaser--green.action-teaser--with-img .action-teaser__content h2 {
    font-size: 30px;
    line-height: 0.9; }
  @media (min-width: 767px) {
    h3,
    .h3,
    .action-teaser--newsletter .action-teaser__content h2 {
      font-size: 30px;
      letter-spacing: 0.4px;
      line-height: 1.1; }
      h3--martin,
      .h3--martin,
      .action-teaser--green .action-teaser__content .h3,
      .action-teaser--green .action-teaser--newsletter .action-teaser__content h2,
      .action-teaser--newsletter .action-teaser--green .action-teaser__content h2,
      .action-teaser--green.action-teaser--with-img .action-teaser__content .h3,
      .action-teaser--green.action-teaser--with-img .action-teaser--newsletter .action-teaser__content h2,
      .action-teaser--newsletter .action-teaser--green.action-teaser--with-img .action-teaser__content h2 {
        font-size: 30px;
        line-height: 0.9; } }
  @media (min-width: 1024px) {
    h3--martin,
    .h3--martin,
    .action-teaser--green .action-teaser__content .h3,
    .action-teaser--green .action-teaser--newsletter .action-teaser__content h2,
    .action-teaser--newsletter .action-teaser--green .action-teaser__content h2,
    .action-teaser--green.action-teaser--with-img .action-teaser__content .h3,
    .action-teaser--green.action-teaser--with-img .action-teaser--newsletter .action-teaser__content h2,
    .action-teaser--newsletter .action-teaser--green.action-teaser--with-img .action-teaser__content h2 {
      font-size: 44px; } }
  @media (min-width: 1366px) {
    h3--martin,
    .h3--martin,
    .action-teaser--green .action-teaser__content .h3,
    .action-teaser--green .action-teaser--newsletter .action-teaser__content h2,
    .action-teaser--newsletter .action-teaser--green .action-teaser__content h2,
    .action-teaser--green.action-teaser--with-img .action-teaser__content .h3,
    .action-teaser--green.action-teaser--with-img .action-teaser--newsletter .action-teaser__content h2,
    .action-teaser--newsletter .action-teaser--green.action-teaser--with-img .action-teaser__content h2 {
      font-size: 50px; } }

h4,
.h4,
.event-teaser__content .h3,
.event-teaser__content .action-teaser--newsletter .action-teaser__content h2,
.action-teaser--newsletter .action-teaser__content .event-teaser__content h2 {
  font-size: 19px;
  line-height: 1.3; }
  @media (min-width: 767px) {
    h4,
    .h4,
    .event-teaser__content .h3,
    .event-teaser__content .action-teaser--newsletter .action-teaser__content h2,
    .action-teaser--newsletter .action-teaser__content .event-teaser__content h2 {
      font-size: 22px; } }

h5,
.h5 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 5px; }
  @media (min-width: 767px) {
    h5,
    .h5 {
      margin-bottom: 15px; } }

figcaption,
.figcaption,
.video-teaser p {
  text-align: left;
  margin-left: 0;
  margin-top: .5em;
  color: #646464;
  font-size: 13px;
  line-height: 1.4; }
  figcaption a,
  .figcaption a,
  .video-teaser p a {
    color: #646464; }

p {
  margin-bottom: 15px; }
  @media (min-width: 767px) {
    p {
      margin-bottom: 25px; } }

.preamble, h1 + p,
.h1 + p,
h2 + p,
.h2 + p,
.action-teaser__content h2 + p {
  font-family: 'Adelle-Sans-SemiBold';
  font-size: 19px;
  line-height: 1.5;
  max-width: 870px; }
  @media (min-width: 767px) {
    .preamble, h1 + p,
    .h1 + p,
    h2 + p,
    .h2 + p,
    .action-teaser__content h2 + p {
      font-size: 20px; } }
  @media (min-width: 1366px) {
    .preamble, h1 + p,
    .h1 + p,
    h2 + p,
    .h2 + p,
    .action-teaser__content h2 + p {
      font-size: 22px; } }

.container {
  margin: 0 auto;
  max-width: 1320px;
  padding-top: 0;
  padding-bottom: 0;
  width: 90%; }
  .container--halign-left {
    text-align: left; }
  .container--halign-center {
    text-align: center; }
  .container--halign-right {
    text-align: right; }
  .container--padding-large {
    padding-bottom: 30px; }
    @media (min-width: 1024px) {
      .container--padding-large {
        padding-bottom: 60px; } }
    @media (min-width: 1366px) {
      .container--padding-large {
        padding-bottom: 120px; } }
  .container--padding-medium {
    padding-bottom: 15px; }
    @media (min-width: 1024px) {
      .container--padding-medium {
        padding-bottom: 60px; } }
  .container--padding-small {
    padding-bottom: 15px; }
    @media (min-width: 1024px) {
      .container--padding-small {
        padding-bottom: 30px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0; }
  .row--center-columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (min-width: 767px) {
    .row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0 -10px; } }
  .row.slick-initialized {
    display: block; }

.column--full, .column--half, .column--third, .column--fourth {
  position: relative;
  width: 100%; }

.column--half, .column--third, .column--fourth {
  margin-bottom: 15px; }

@media (min-width: 767px) {
  .column--full, .column--half, .column--third, .column--fourth {
    margin: 10px; }
  .column--third, .column--fourth {
    width: calc((100% / 3) - 20.01px); } }

@media (min-width: 1024px) {
  .column--half {
    padding-right: 25px;
    width: calc(50% - 20.01px); }
    .column--half + .column--half {
      padding-left: 25px;
      padding-right: 0; }
  .column--third {
    width: calc((100% / 3) - 20.01px); }
  .column--fourth {
    width: calc(25% - 20.01px); } }

.button {
  border: 2px solid #FFCE41;
  background-color: #FFCE41;
  color: #181818;
  font-family: 'Adelle-Sans-Extrabold';
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  margin: 0 auto;
  padding: 14px 30px 17px 30px;
  text-decoration: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  width: auto;
  /* Used on the list page for news and events */ }
  @media (min-width: 767px) {
    .button {
      font-size: 18px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; } }
  @media (min-width: 1024px) {
    .button {
      padding: 24px 40px 27px 40px; } }
  .button:hover, .button:focus {
    background-color: #fff;
    border-color: #181818; }
  .button a {
    text-decoration: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border: none; }
  .button[target=_blank]:after {
    display: none; }
  .button--red, .action-teaser--pink .button, .action-teaser--pink.action-teaser--with-img .button {
    background-color: #FD4239;
    border-color: #FD4239; }
    .button--red:hover, .action-teaser--pink .button:hover, .button--red:focus, .action-teaser--pink .button:focus {
      background-color: #fff;
      border-color: #fff; }
  .button--white, .action-teaser--green .button, .action-teaser--yellow .button, .action-teaser--blue .button {
    background-color: #fff;
    border-color: #fff; }
    .button--white:hover, .action-teaser--green .button:hover, .action-teaser--yellow .button:hover, .action-teaser--blue .button:hover, .button--white:focus, .action-teaser--green .button:focus, .action-teaser--yellow .button:focus, .action-teaser--blue .button:focus {
      background-color: #181818;
      border-color: #181818;
      color: #fff; }
  .button--transparent {
    background-color: transparent;
    border-color: #181818; }
    .button--transparent:hover, .button--transparent:focus {
      background-color: #181818;
      border-color: #181818;
      color: #fff; }
  .button--list-more {
    font-family: 'Adelle-Sans-Regular';
    font-size: 14px;
    padding: 16px 20px 18px 20px; }
    .button--list-more--mobile {
      display: inline-block;
      margin: 30px auto; }
      @media (min-width: 767px) {
        .button--list-more--mobile {
          display: none; } }
    .button--list-more--desktop {
      display: none;
      position: absolute;
      top: -10px;
      right: 0; }
      @media (min-width: 767px) {
        .button--list-more--desktop {
          display: inline-block; } }
  .button--large {
    background-color: #F2F2F2;
    border-color: transparent;
    width: calc(50% - 7px);
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .button--large,
    .button--large a {
      font-size: 18px;
      font-weight: 800;
      letter-spacing: 0;
      line-height: 1; }
    @media (min-width: 767px) {
      .button--large {
        padding: 14px 20px 20px 20px;
        width: auto;
        float: none;
        display: inline-block; }
        .button--large,
        .button--large a {
          font-size: 20px; } }
    @media (min-width: 1024px) {
      .button--large,
      .button--large a {
        font-size: 32px; } }
    .button--large:hover, .button--large:focus, .button--large.button--active {
      background-color: #FFCE41;
      border-color: transparent; }
    .button--large + .button--large {
      margin-left: 14px; }
      @media (min-width: 767px) {
        .button--large + .button--large {
          margin-left: 30px; } }

a {
  border-bottom: 1px solid transparent;
  color: #181818;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  outline: none; }
  a:hover, a:focus {
    border-color: inherit; }

.arrow-link, .is-style-right-arrow, .footer-menu li ul li a,
a[target=_blank] {
  cursor: pointer;
  color: #181818;
  display: inline-block;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .arrow-link:after, .is-style-right-arrow:after, .footer-menu li ul li a:after,
  a[target=_blank]:after {
    background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/arrow-right.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    position: relative;
    margin-left: 6px;
    margin-right: 6px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 15px;
    width: 15px; }

.arrow-link--yellow {
  color: #FFCE41; }
  .arrow-link--yellow:after {
    background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/arrow-right-yellow.svg"); }

.arrow-link--red, .related-article-teaser .arrow-link, .related-article-teaser .is-style-right-arrow, .related-article-teaser .footer-menu li ul li a, .footer-menu li ul li .related-article-teaser a {
  color: #FD4239; }
  .arrow-link--red:after, .related-article-teaser .arrow-link:after, .related-article-teaser .is-style-right-arrow:after, .related-article-teaser .footer-menu li ul li a:after, .footer-menu li ul li .related-article-teaser a:after {
    background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/arrow-right-red.svg"); }

.arrow-link--white, .related-article-teaser--with-image .arrow-link, .related-article-teaser--with-image .is-style-right-arrow, .related-article-teaser--with-image .footer-menu li ul li a, .footer-menu li ul li .related-article-teaser--with-image a {
  color: #fff; }
  .arrow-link--white:after, .related-article-teaser--with-image .arrow-link:after, .related-article-teaser--with-image .is-style-right-arrow:after, .related-article-teaser--with-image .footer-menu li ul li a:after, .footer-menu li ul li .related-article-teaser--with-image a:after {
    background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/arrow-right-white.svg"); }

.arrow-link:hover:after, .is-style-right-arrow:hover:after, .footer-menu li ul li a:hover:after,
.arrow-link:focus:after,
.is-style-right-arrow:focus:after,
.footer-menu li ul li a:focus:after,
a[target=_blank]:hover:after,
a[target=_blank]:focus:after,
.arrow-link--active:after,
.event-teaser:hover .arrow-link:after,
.event-teaser:hover .is-style-right-arrow:after,
.event-teaser:hover .footer-menu li ul li a:after,
.footer-menu li ul li .event-teaser:hover a:after,
.event-teaser:focus .arrow-link:after,
.event-teaser:focus .is-style-right-arrow:after,
.event-teaser:focus .footer-menu li ul li a:after,
.footer-menu li ul li .event-teaser:focus a:after,
.image-teaser:hover .arrow-link:after,
.image-teaser:hover .is-style-right-arrow:after,
.image-teaser:hover .footer-menu li ul li a:after,
.footer-menu li ul li .image-teaser:hover a:after,
.image-teaser:focus .arrow-link:after,
.image-teaser:focus .is-style-right-arrow:after,
.image-teaser:focus .footer-menu li ul li a:after,
.footer-menu li ul li .image-teaser:focus a:after,
.list-teaser:hover .arrow-link:after,
.list-teaser:hover .is-style-right-arrow:after,
.list-teaser:hover .footer-menu li ul li a:after,
.footer-menu li ul li .list-teaser:hover a:after,
.list-teaser:focus .arrow-link:after,
.list-teaser:focus .is-style-right-arrow:after,
.list-teaser:focus .footer-menu li ul li a:after,
.footer-menu li ul li .list-teaser:focus a:after,
.related-article-teaser:hover .arrow-link:after,
.related-article-teaser:hover .is-style-right-arrow:after,
.related-article-teaser:hover .footer-menu li ul li a:after,
.footer-menu li ul li .related-article-teaser:hover a:after,
.related-article-teaser:focus .arrow-link:after,
.related-article-teaser:focus .is-style-right-arrow:after,
.related-article-teaser:focus .footer-menu li ul li a:after,
.footer-menu li ul li .related-article-teaser:focus a:after,
.partner-teaser:hover .arrow-link:after,
.partner-teaser:hover .is-style-right-arrow:after,
.partner-teaser:hover .footer-menu li ul li a:after,
.footer-menu li ul li .partner-teaser:hover a:after,
.partner-teaser:focus .arrow-link:after,
.partner-teaser:focus .is-style-right-arrow:after,
.partner-teaser:focus .footer-menu li ul li a:after,
.footer-menu li ul li .partner-teaser:focus a:after {
  margin-left: 12px;
  margin-right: 0px; }

.arrow-link--with-underline, .event-teaser:hover .arrow-link, .event-teaser:hover .is-style-right-arrow, .event-teaser:hover .footer-menu li ul li a, .footer-menu li ul li .event-teaser:hover a, .event-teaser:focus .arrow-link, .event-teaser:focus .is-style-right-arrow, .event-teaser:focus .footer-menu li ul li a, .footer-menu li ul li .event-teaser:focus a {
  text-decoration: underline; }

.arrow-link--semi-bold, .is-style-right-arrow,
.image-teaser__content .arrow-link, .image-teaser__content .is-style-right-arrow, .image-teaser__content .footer-menu li ul li a, .footer-menu li ul li .image-teaser__content a, .footer-menu li ul li a {
  font-family: 'Adelle-Sans-SemiBold'; }

.donation {
  background-color: #FFDB41;
  padding: 40px 15px; }
  @media (min-width: 767px) {
    .donation {
      padding: 70px 70px 100px 70px; } }
  .donation .h2, .donation .action-teaser__content h2, .action-teaser__content .donation h2 {
    font-family: 'Adelle-Sans-Extrabold';
    margin-bottom: 10px; }
    @media (min-width: 767px) {
      .donation .h2, .donation .action-teaser__content h2, .action-teaser__content .donation h2 {
        font-size: 46px;
        line-height: 68px;
        margin-bottom: 20px; } }
  .donation__content {
    margin: 0 auto;
    max-width: 700px;
    text-align: center; }
    .donation__content h2 + p {
      margin-bottom: 10px; }
    .donation__content a {
      font-family: 'Adelle-Sans-Bold';
      border: none;
      text-decoration: underline;
      margin: 0 0 10px 0; }
      @media (min-width: 767px) {
        .donation__content a {
          margin: 0 0 20px 0; } }
  .donation__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 680px;
    margin: 30px auto 0 auto; }
    @media (min-width: 767px) {
      .donation__links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 1024px) {
      .donation__links {
        max-width: 970px; } }
    .donation__links__link {
      border: none;
      display: block;
      text-decoration: none;
      text-align: center;
      position: relative;
      margin-bottom: 60px;
      outline: none; }
      .donation__links__link__img {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border: 2px solid #FFDB41;
        border-radius: 50%;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1, 1);
                transform: translateZ(0) scale(1, 1);
        margin: 0 auto;
        max-width: 350px;
        width: 70%; }
        .donation__links__link__img:after {
          content: "";
          display: block;
          padding-bottom: 100%; }
        @media (min-width: 767px) {
          .donation__links__link__img {
            max-width: none;
            width: 160px; } }
        @media (min-width: 1024px) {
          .donation__links__link__img {
            width: 220px; } }
      .donation__links__link--emphasized {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      @media (min-width: 767px) {
        .donation__links__link {
          display: inline-block;
          margin-bottom: 40px; }
          .donation__links__link:not(.donation__links__link--emphasized) {
            -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                    order: 3; }
            .donation__links__link:not(.donation__links__link--emphasized):first-of-type {
              -webkit-box-ordinal-group: 2;
                  -ms-flex-order: 1;
                      order: 1; }
          .donation__links__link--emphasized {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; }
            .donation__links__link--emphasized .donation__links__link__img {
              width: 210px; } }
      @media (min-width: 1024px) {
        .donation__links__link--emphasized .donation__links__link__img {
          width: 270px; } }
      .donation__links__link p {
        font-family: 'Adelle-Sans-Bold';
        font-size: 16px;
        color: #181818;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -30px;
        text-align: center;
        margin-bottom: 0;
        width: 100%; }
        @media (min-width: 767px) {
          .donation__links__link p {
            font-size: 20px;
            bottom: -45px; } }
        .donation__links__link p span {
          border-bottom: 1px solid transparent;
          -webkit-transition: all 0.1s ease-in;
          -o-transition: all 0.1s ease-in;
          transition: all 0.1s ease-in; }
      .donation__links__link:hover .donation__links__link__img, .donation__links__link:focus .donation__links__link__img {
        -webkit-transform: translateZ(0) scale(1.05, 1.05);
                transform: translateZ(0) scale(1.05, 1.05);
        border-color: #00B02E; }
      .donation__links__link:hover p span, .donation__links__link:focus p span {
        border-color: #181818; }
  .donation--grey {
    background-color: #F2F2F2; }
    .donation--grey .donation__links__link__img {
      border-color: #F2F2F2; }
    .donation--grey .donation__links__link:hover .donation__links__link__img,
    .donation--grey .donation__links__link:focus .donation__links__link__img {
      border-color: #00B02E; }

.quote {
  background-color: #006EDF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
  @media (min-width: 1024px) {
    .quote {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .quote__img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%; }
    .quote__img:after {
      content: "";
      display: block;
      padding-bottom: 55%; }
      @media (min-width: 1024px) {
        .quote__img:after {
          padding-bottom: 60%; } }
    @media (min-width: 1024px) {
      .quote__img {
        width: 57%; } }
  .quote__content {
    word-break: break-word;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    width: 100%; }
    @media (min-width: 1024px) {
      .quote__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 45px;
        min-height: 540px;
        width: 43%; } }
    .quote__content__quotation {
      font-family: 'Martin-Regular';
      font-size: 44px;
      letter-spacing: 0.4px;
      line-height: 44px;
      quotes: "”" "”" "’" "’";
      color: #FFCE41;
      text-transform: uppercase;
      text-align: left;
      margin: 0; }
      @media (min-width: 1024px) {
        .quote__content__quotation {
          font-size: 60px;
          letter-spacing: 0.6px;
          line-height: 50px; } }
      @media (min-width: 1366px) {
        .quote__content__quotation {
          font-size: 70px;
          line-height: 60px; } }
      .quote__content__quotation::before, .quote__content__quotation:after {
        display: inline;
        content: open-quote; }
      .quote__content__quotation:after {
        content: close-quote; }
    .quote__content footer {
      margin-top: 15px; }
      @media (min-width: 1024px) {
        .quote__content footer {
          margin-top: 25px; } }
    .quote__content cite {
      color: #fff;
      font-family: 'Adelle-Sans-SemiBold';
      font-size: 16px;
      line-height: 21px;
      text-align: left; }
      .quote__content cite span {
        font-style: italic;
        display: block; }
  .quote__photo-credit {
    color: #fff;
    font-family: 'Adelle-Sans-SemiBold';
    font-size: 13px;
    line-height: 19px;
    margin-top: 15px;
    margin-bottom: 0;
    padding: 15px 0; }
    @media (min-width: 1024px) {
      .quote__photo-credit {
        color: #646464;
        margin-top: 0;
        padding: 0;
        position: absolute;
        bottom: -20px;
        left: 0; } }
  @media (min-width: 1024px) {
    .quote--reversed {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .quote--reversed .quote__photo-credit {
        left: auto;
        right: 0; } }
  .quote--green {
    background-color: #006E3C; }

.breadcrumbs {
  font-size: 13px;
  padding: 20px 0 0 0; }
  @media (min-width: 767px) {
    .breadcrumbs {
      font-size: 14px; } }
  @media (min-width: 1024px) {
    .breadcrumbs {
      padding: 40px 0; } }
  .breadcrumbs span {
    font-family: 'Adelle-Sans-Regular'; }
  .breadcrumbs a {
    color: #181818;
    border: none;
    text-decoration: none;
    margin-right: 5px;
    outline: none; }
    @media (min-width: 767px) {
      .breadcrumbs a {
        margin-right: 8px; } }
    .breadcrumbs a:after {
      content: "/";
      display: inline-block; }
    .breadcrumbs a span {
      font-family: 'Adelle-Sans-SemiBold';
      border-bottom: 1px solid transparent;
      -webkit-transition: all 0.1s ease-in;
      -o-transition: all 0.1s ease-in;
      transition: all 0.1s ease-in;
      margin-right: 5px; }
      @media (min-width: 767px) {
        .breadcrumbs a span {
          margin-right: 8px; } }
    .breadcrumbs a:hover span, .breadcrumbs a:focus span {
      border-color: #181818; }

.pagination {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0; }
  @media (min-width: 767px) {
    .pagination {
      padding: 60px 0; } }
  .pagination__page-number {
    font-family: 'Adelle-Sans-Bold';
    color: #181818;
    padding: 7px 7px 10px 7px;
    margin: 0 2px;
    text-decoration: none;
    line-height: 0.5;
    display: inline-block;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    border: none; }
  .pagination__page-number:hover, .pagination__page-number:focus, .pagination__current {
    background-color: #FFCE41; }
  .pagination__previous, .pagination__next {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    padding: 13.5px 11px;
    height: 20px;
    width: 20px; }
  .pagination__previous {
    background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/chevron-left.svg");
    margin-right: 15px; }
  .pagination__next {
    background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/chevron-right.svg");
    margin-left: 15px; }

.location-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  line-height: 1.2;
  margin: 0;
  position: relative;
  padding-left: 25px; }
  @media (min-width: 767px) {
    .location-indicator {
      font-size: inherit;
      line-height: inherit;
      padding-left: 30px; } }
  .location-indicator:before {
    background: transparent url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/map-marker.svg") center/contain no-repeat;
    content: "";
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px; }
    @media (min-width: 767px) {
      .location-indicator:before {
        top: 5px;
        height: 19px; } }

.location-indicator-list {
  list-style: none;
  display: inline-block;
  padding-left: 0; }

.site-header {
  width: 100%;
  padding-top: 10px;
  margin-bottom: 15px; }
  @media (min-width: 767px) {
    .site-header {
      padding-top: 20px;
      margin-bottom: 25px; } }
  @media (min-width: 1024px) {
    .site-header {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-top: 40px;
      margin-bottom: 60px; } }
  .site-header__inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .site-header__inner-wrapper__menu-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (min-width: 1024px) {
        .site-header__inner-wrapper__menu-wrapper {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          width: 100%; } }
      .site-header__inner-wrapper__menu-wrapper__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .site-header__inner-wrapper__menu-wrapper__buttons__actions {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }

.logo {
  background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/logotypes/logo_ag_black.svg");
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  height: 61px;
  width: 93px; }
  @media (min-width: 767px) {
    .logo {
      height: 70px;
      width: 113px; } }

.site-header .logo {
  position: relative;
  z-index: 5; }

.site-footer .logo {
  height: 80px;
  width: 122px;
  margin-bottom: 45px; }
  @media (min-width: 767px) {
    .site-footer .logo {
      height: 70px;
      width: 107px; } }

.page-template-theme-area-page .site-header .logo,
.logo--yellow {
  background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/logotypes/logo_ag_black.svg"); }
  @media (min-width: 767px) {
    .page-template-theme-area-page .site-header .logo,
    .logo--yellow {
      background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/logotypes/logo_ag_yellow.svg"); } }

.page-template-theme-area-page.has-active-search-menu .site-header .logo,
.page-template-theme-area-page.has-active-burger-menu .site-header .logo {
  background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/logotypes/logo_ag_black.svg"); }

.site-footer {
  background-color: #fff;
  font-size: 16px;
  border-top: 1px solid #B5B5B5;
  padding: 45px 0 30px 0;
  margin-top: 60px; }
  @media (min-width: 1024px) {
    .site-footer {
      margin-top: 200px;
      padding: 50px 0 70px 0;
      text-align: center; } }
  .site-footer p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin-left: 0;
    word-break: break-word; }
    @media (min-width: 1024px) {
      .site-footer p {
        margin-left: auto;
        width: 80%; } }
  .site-footer .textwidget a {
    margin-top: 20px;
    display: inline-block; }
    @media (min-width: 1024px) {
      .site-footer .textwidget a {
        margin-top: 0; } }
  .site-footer .textwidget br {
    display: none; }
    @media (min-width: 1024px) {
      .site-footer .textwidget br {
        display: block; } }
  .site-footer__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .site-footer__flex-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 20vh; } }
  .site-footer__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 1024px) {
      .site-footer__logos {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 30px; } }
    .site-footer__logos a[target=_blank]:after {
      display: none; }
    .site-footer__logos__logo {
      display: inline-block;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      border: none;
      margin: 20px 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (min-width: 1024px) {
        .site-footer__logos__logo {
          margin: 0 25px; } }
      .site-footer__logos__logo--insamlingskontroll {
        background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/logotypes/insamlingskontroll.png");
        height: 48px;
        width: 191px; }
      .site-footer__logos__logo--givasverige {
        background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/logotypes/tryggtgivande.png");
        height: 59px;
        width: 84px; }
      .site-footer__logos__logo:hover, .site-footer__logos__logo:focus {
        opacity: 0.8; }

.info-box {
  background-color: #E5F0EA;
  margin: 30px 0;
  padding: 5%; }
  @media (min-width: 767px) {
    .info-box {
      padding: 40px;
      margin: 0 0 30px 0; } }
  @media (min-width: 1280px) {
    .info-box {
      padding: 50px 65px; } }
  .info-box h3,
  .info-box .h3,
  .info-box .action-teaser--newsletter .action-teaser__content h2,
  .action-teaser--newsletter .action-teaser__content .info-box h2 {
    font-family: 'Adelle-Sans-Extrabold'; }
    @media (min-width: 767px) {
      .info-box h3,
      .info-box .h3,
      .info-box .action-teaser--newsletter .action-teaser__content h2,
      .action-teaser--newsletter .action-teaser__content .info-box h2 {
        margin-bottom: 40px; } }
  .info-box p {
    margin-bottom: 10px; }
    .info-box p span {
      font-family: 'Adelle-Sans-Bold'; }
  .info-box__source {
    font-size: 14px;
    margin-top: 25px;
    display: block; }

.slick-dots {
  bottom: -15px; }
  .slick-dots li {
    margin: 0 6px;
    height: 10px;
    width: 10px; }
    @media (min-width: 767px) {
      .slick-dots li {
        height: 20px;
        width: 20px; } }
    .slick-dots li button {
      border: 1px solid #181818;
      border-radius: 50%;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      height: 10px;
      width: 10px; }
      @media (min-width: 767px) {
        .slick-dots li button {
          height: 20px;
          width: 20px; } }
      .slick-dots li button:before {
        display: none; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        background-color: #FFCE41; }
    .slick-dots li.slick-active button {
      background-color: #181818; }
      .slick-dots li.slick-active button:hover, .slick-dots li.slick-active button:focus {
        background-color: #181818; }

.slick-list {
  margin: 0 -5px; }

.slick-slide {
  margin: 0 5px; }

.slick-dotted.slick-slider {
  margin-bottom: 15px; }

.action-teaser label,
.action-teaser input[type=text],
.action-teaser input[type=email],
.action-teaser textarea,
.action-teaser input[type=submit],
.wpforms-container label,
.wpforms-container input[type=text],
.wpforms-container input[type=email],
.wpforms-container textarea,
.wpforms-container input[type=submit] {
  display: block;
  max-width: none !important; }

.action-teaser label,
.wpforms-container label {
  font-family: 'Adelle-Sans-SemiBold' !important;
  font-size: 18px !important;
  color: #181818;
  line-height: 1.5 !important;
  margin-bottom: 10px !important;
  font-weight: normal !important; }

.action-teaser input[type=text],
.action-teaser input[type=email],
.action-teaser textarea,
.wpforms-container input[type=text],
.wpforms-container input[type=email],
.wpforms-container textarea {
  font-size: 18px !important;
  line-height: 1.5 !important;
  border-color: #979797 !important;
  border-radius: 0 !important;
  border-style: solid !important;
  border-width: 1px !important;
  margin-bottom: 15px !important;
  padding: 8px 12px 13px 12px !important;
  height: auto !important;
  width: 100% !important; }
  .action-teaser input[type=text]::-webkit-input-placeholder, .action-teaser input[type=email]::-webkit-input-placeholder, .action-teaser textarea::-webkit-input-placeholder, .wpforms-container input[type=text]::-webkit-input-placeholder, .wpforms-container input[type=email]::-webkit-input-placeholder, .wpforms-container textarea::-webkit-input-placeholder {
    font-family: 'Adelle-Sans-Regular' !important;
    font-size: 18px !important;
    color: #181818;
    line-height: 1.5 !important;
    font-weight: normal !important;
    margin-bottom: 0; }
  .action-teaser input[type=text]::-moz-placeholder, .action-teaser input[type=email]::-moz-placeholder, .action-teaser textarea::-moz-placeholder, .wpforms-container input[type=text]::-moz-placeholder, .wpforms-container input[type=email]::-moz-placeholder, .wpforms-container textarea::-moz-placeholder {
    font-family: 'Adelle-Sans-Regular' !important;
    font-size: 18px !important;
    color: #181818;
    line-height: 1.5 !important;
    font-weight: normal !important;
    margin-bottom: 0; }
  .action-teaser input[type=text]:-ms-input-placeholder, .action-teaser input[type=email]:-ms-input-placeholder, .action-teaser textarea:-ms-input-placeholder, .wpforms-container input[type=text]:-ms-input-placeholder, .wpforms-container input[type=email]:-ms-input-placeholder, .wpforms-container textarea:-ms-input-placeholder {
    font-family: 'Adelle-Sans-Regular' !important;
    font-size: 18px !important;
    color: #181818;
    line-height: 1.5 !important;
    font-weight: normal !important;
    margin-bottom: 0; }
  .action-teaser input[type=text]::-ms-input-placeholder, .action-teaser input[type=email]::-ms-input-placeholder, .action-teaser textarea::-ms-input-placeholder, .wpforms-container input[type=text]::-ms-input-placeholder, .wpforms-container input[type=email]::-ms-input-placeholder, .wpforms-container textarea::-ms-input-placeholder {
    font-family: 'Adelle-Sans-Regular' !important;
    font-size: 18px !important;
    color: #181818;
    line-height: 1.5 !important;
    font-weight: normal !important;
    margin-bottom: 0; }
  .action-teaser input[type=text], .action-teaser input[type=text]::placeholder,
  .action-teaser input[type=email],
  .action-teaser input[type=email]::placeholder,
  .action-teaser textarea,
  .action-teaser textarea::placeholder,
  .wpforms-container input[type=text],
  .wpforms-container input[type=text]::placeholder,
  .wpforms-container input[type=email],
  .wpforms-container input[type=email]::placeholder,
  .wpforms-container textarea,
  .wpforms-container textarea::placeholder {
    font-family: 'Adelle-Sans-Regular' !important;
    font-size: 18px !important;
    color: #181818;
    line-height: 1.5 !important;
    font-weight: normal !important;
    margin-bottom: 0; }
  @media (min-width: 767px) {
    .action-teaser input[type=text],
    .action-teaser input[type=email],
    .action-teaser textarea,
    .wpforms-container input[type=text],
    .wpforms-container input[type=email],
    .wpforms-container textarea {
      margin-bottom: 30px !important; } }
  .action-teaser input[type=text]:focus,
  .action-teaser input[type=email]:focus,
  .action-teaser textarea:focus,
  .wpforms-container input[type=text]:focus,
  .wpforms-container input[type=email]:focus,
  .wpforms-container textarea:focus {
    border-color: #181818 !important;
    outline: none !important; }

.action-teaser textarea,
.wpforms-container textarea {
  min-height: 250px; }

.action-teaser input[type=checkbox],
.wpforms-container input[type=checkbox] {
  margin-right: 10px;
  margin-bottom: 15px !important;
  height: 20px;
  width: 20px; }
  @media (min-width: 767px) {
    .action-teaser input[type=checkbox],
    .wpforms-container input[type=checkbox] {
      margin-bottom: 30px !important; } }
  .action-teaser input[type=checkbox] + label,
  .wpforms-container input[type=checkbox] + label {
    font-family: 'Adelle-Sans-Regular';
    float: right;
    display: inline-block;
    width: calc(100% - 30px); }
    .action-teaser input[type=checkbox] + label a,
    .wpforms-container input[type=checkbox] + label a {
      text-decoration: underline; }

.action-teaser input[type=submit],
.action-teaser .button--submit,
.action-teaser .wpforms-submit,
.wpforms-container input[type=submit],
.wpforms-container .button--submit,
.wpforms-container .wpforms-submit {
  border: 2px solid #181818 !important;
  background-color: #fff !important;
  color: #181818 !important;
  font-family: 'Adelle-Sans-Extrabold' !important;
  font-weight: normal !important;
  font-size: 15px !important;
  line-height: 1 !important;
  display: inline-block !important;
  margin: 15px auto 0 0 !important;
  padding: 14px 30px 17px 30px !important;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  width: auto !important; }
  @media (min-width: 767px) {
    .action-teaser input[type=submit],
    .action-teaser .button--submit,
    .action-teaser .wpforms-submit,
    .wpforms-container input[type=submit],
    .wpforms-container .button--submit,
    .wpforms-container .wpforms-submit {
      font-size: 18px !important;
      padding: 24px 40px 27px 40px !important;
      margin: 20px auto 0 0 !important; } }
  .action-teaser input[type=submit]:hover, .action-teaser input[type=submit]:focus,
  .action-teaser .button--submit:hover,
  .action-teaser .button--submit:focus,
  .action-teaser .wpforms-submit:hover,
  .action-teaser .wpforms-submit:focus,
  .wpforms-container input[type=submit]:hover,
  .wpforms-container input[type=submit]:focus,
  .wpforms-container .button--submit:hover,
  .wpforms-container .button--submit:focus,
  .wpforms-container .wpforms-submit:hover,
  .wpforms-container .wpforms-submit:focus {
    background-color: #181818 !important;
    color: #fff !important; }

.action-teaser .wpforms-field,
.action-teaser .wpforms-submit-container,
.wpforms-container .wpforms-field,
.wpforms-container .wpforms-submit-container {
  padding: 0 !important; }

.action-teaser .wpforms-title,
.wpforms-container .wpforms-title {
  font-family: 'Adelle-Sans-Bold' !important;
  font-size: 19px !important;
  line-height: 29px !important;
  margin-bottom: 30px !important; }
  @media (min-width: 767px) {
    .action-teaser .wpforms-title,
    .wpforms-container .wpforms-title {
      font-size: 24px !important;
      line-height: 34px !important; } }

.action-teaser .wpforms-field-checkbox .wpforms-field-label,
.wpforms-container .wpforms-field-checkbox .wpforms-field-label {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important; }

.action-teaser .rulemailer-email-check,
.wpforms-container .rulemailer-email-check {
  display: none; }

.menu-link-container {
  font-size: 16px;
  margin: 0 0 30px 0; }
  .menu-link-container p {
    margin-bottom: 5px; }
  .menu-link-container ul {
    list-style: none;
    padding-left: 0; }
    .menu-link-container ul li {
      margin-bottom: 0; }
  .menu-link-container a {
    border-bottom: 0; }
    .menu-link-container a:hover, .menu-link-container a:focus {
      text-decoration: underline; }

.sticky-call-to-action {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 5%;
  right: 5%;
  text-align: center;
  width: 90%;
  z-index: 10; }
  .sticky-call-to-action--disabled {
    display: none; }
  .sticky-call-to-action__content {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    display: inline-block;
    color: #181818;
    font-size: 15px;
    line-height: 1;
    margin: 0 auto;
    padding: 19px 30px;
    position: relative;
    max-width: 400px;
    width: auto; }
    .sticky-call-to-action__content a {
      color: inherit;
      font-family: 'Adelle-Sans-SemiBold'; }
    @media (min-width: 767px) {
      .sticky-call-to-action__content {
        font-size: 18px;
        padding: 24px 60px; } }
    .sticky-call-to-action__content__close-button {
      background: transparent url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/close-black.svg") center/10px no-repeat;
      border: none;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      color: inherit;
      position: absolute;
      top: 0;
      bottom: auto;
      right: 0;
      left: auto;
      padding: 8px;
      outline: none;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      height: 10px;
      width: 10px; }
      .sticky-call-to-action__content__close-button:hover, .sticky-call-to-action__content__close-button:focus {
        opacity: 0.6; }
      @media (min-width: 767px) {
        .sticky-call-to-action__content__close-button {
          background-size: 15px;
          padding: 10px;
          height: 15px;
          width: 15px; } }
      .sticky-call-to-action__content__close-button span {
        /* Only for screen readers */
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden; }
  .sticky-call-to-action--background-color-1 .sticky-call-to-action__content {
    background-color: #380E7A; }
  .sticky-call-to-action--background-color-2 .sticky-call-to-action__content {
    background-color: #FFCE41; }
  .sticky-call-to-action--background-color-3 .sticky-call-to-action__content {
    background-color: #00B02E; }
  .sticky-call-to-action--background-color-4 .sticky-call-to-action__content {
    background-color: #FD4239; }
  .sticky-call-to-action--background-color-1 .sticky-call-to-action__content, .sticky-call-to-action--background-color-3 .sticky-call-to-action__content {
    color: #fff; }
  .sticky-call-to-action--background-color-1 .sticky-call-to-action__content__close-button, .sticky-call-to-action--background-color-3 .sticky-call-to-action__content__close-button {
    background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/close-white.svg"); }

.top-menu__list__item--donation-link a,
.donation-link {
  background-color: #FFCE41;
  border: none;
  font-family: 'Martin-Regular';
  font-size: 26px;
  letter-spacing: 0.37px;
  padding: 11px 5px 5px 5px;
  height: 43px;
  width: 112px;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1; }
  .top-menu__list__item--donation-link a span,
  .donation-link span {
    border-bottom: none; }
  .top-menu__list__item--donation-link a:hover, .top-menu__list__item--donation-link a:focus,
  .donation-link:hover,
  .donation-link:focus {
    background-color: #FF6826; }
  .top-menu__list__item--donation-link a--mobile-only,
  .donation-link--mobile-only {
    height: 46px;
    margin-right: 15px;
    display: inline-block;
    padding: 9px 5px 5px 5px; }
    @media (min-width: 1024px) {
      .top-menu__list__item--donation-link a--mobile-only,
      .donation-link--mobile-only {
        display: none; } }

.date-and-label {
  display: none;
  font-family: 'Adelle-Sans-SemiBold';
  margin-bottom: 10px; }
  @media (min-width: 767px) {
    .date-and-label {
      margin-bottom: 15px; } }

.cta-button {
  color: #181818;
  border: 2px solid transparent;
  font-family: 'Adelle-Sans-Extrabold';
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  margin: 0 auto;
  margint-top: 20px;
  margin-bottom: 20px;
  padding: 14px 30px 17px 30px;
  text-decoration: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  width: auto; }
  @media (min-width: 767px) {
    .cta-button {
      font-size: 18px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; } }
  @media (min-width: 1024px) {
    .cta-button {
      padding: 24px 40px 27px 40px; } }
  .cta-button:hover, .cta-button:focus {
    background-color: #fff;
    border-color: #181818; }
  .cta-button a {
    text-decoration: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border: none; }
  .cta-button[target=_blank]:after {
    display: none; }
  .cta-button--color-1 {
    border: 2px solid #FFCE41;
    background-color: #FFCE41; }
    .cta-button--color-1:hover, .cta-button--color-1:focus {
      border-color: #181818;
      color: #181818;
      background-color: #fff; }
  .cta-button--color-2 {
    background-color: #fff;
    border-color: #181818; }
    .cta-button--color-2:hover, .cta-button--color-2:focus {
      background-color: #181818;
      border-color: #181818;
      color: #fff; }
  .cta-button--color-3 {
    background-color: #FD4239;
    border-color: #FD4239; }
    .cta-button--color-3:hover, .cta-button--color-3:focus {
      background-color: #fff;
      border-color: #181818;
      color: #181818; }

.action-teaser {
  border: none;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  outline: none;
  width: 100%; }
  @media (min-width: 767px) {
    .action-teaser {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 70px 0 55px 0;
      min-height: 460px; }
      .action-teaser--reversed {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
  .action-teaser__img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: inherit;
    width: 100%; }
    .action-teaser__img:after {
      content: "";
      display: block;
      padding-bottom: 55%; }
    @media (min-width: 767px) {
      .action-teaser__img {
        width: 50%; } }
  .action-teaser__content {
    font-family: 'Adelle-Sans-Regular';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 35px 20px 40px 20px;
    margin: 0 auto;
    max-width: 870px;
    width: 100%; }
    @media (min-width: 767px) {
      .action-teaser__content {
        padding: 30px; } }
    .action-teaser__content .button {
      margin-top: 15px; }
  @media (min-width: 767px) {
    .action-teaser--with-img {
      padding: 0; } }
  .action-teaser--with-img .action-teaser__content {
    font-family: 'Adelle-Sans-SemiBold';
    padding: 20px 20px 25px 20px; }
    @media (min-width: 767px) {
      .action-teaser--with-img .action-teaser__content {
        padding: 30px;
        width: 50%; } }
    @media (min-width: 767px) {
      .action-teaser--with-img .action-teaser__content h2 {
        font-family: 'Adelle-Sans-Extrabold';
        max-width: auto;
        text-transform: none;
        font-size: 30px;
        letter-spacing: 0.4px;
        line-height: 1.1; } }
  .action-teaser--green .action-teaser__content .h3, .action-teaser--green .action-teaser--newsletter .action-teaser__content h2, .action-teaser--newsletter .action-teaser--green .action-teaser__content h2, .action-teaser--pink .action-teaser__content .h3, .action-teaser--pink .action-teaser--newsletter .action-teaser__content h2, .action-teaser--newsletter .action-teaser--pink .action-teaser__content h2 {
    font-family: 'Martin-Regular';
    text-transform: uppercase; }
  .action-teaser--green, .action-teaser--green.action-teaser--with-img {
    background-color: #00B02E; }
    .action-teaser--green .action-teaser__content .h3, .action-teaser--green .action-teaser--newsletter .action-teaser__content h2, .action-teaser--newsletter .action-teaser--green .action-teaser__content h2, .action-teaser--green.action-teaser--with-img .action-teaser__content .h3, .action-teaser--green.action-teaser--with-img .action-teaser--newsletter .action-teaser__content h2, .action-teaser--newsletter .action-teaser--green.action-teaser--with-img .action-teaser__content h2 {
      color: #FFCE41; }
  .action-teaser--pink, .action-teaser--pink.action-teaser--with-img {
    background-color: #FFCBE7;
    color: #380E7A; }
    @media (min-width: 1024px) {
      .action-teaser--pink, .action-teaser--pink.action-teaser--with-img {
        min-height: 630px; } }
  @media (min-width: 1024px) {
    .action-teaser--pink.action-teaser--with-img .action-teaser__img {
      width: 55%; } }
  @media (min-width: 1024px) {
    .action-teaser--pink.action-teaser--with-img .action-teaser__content {
      width: 45%; } }
  .action-teaser--yellow {
    background-color: #FFCE41; }
  .action-teaser--blue {
    background-color: #CFD8E1; }
  @media (min-width: 767px) {
    .action-teaser--large, .action-teaser--large.action-teaser--with-img {
      min-height: 500px;
      max-height: 740px; } }
  @media (min-width: 1024px) {
    .action-teaser--large, .action-teaser--large.action-teaser--with-img {
      height: 65vh; } }
  .action-teaser--large .action-teaser__content .h3, .action-teaser--large .action-teaser--newsletter .action-teaser__content h2, .action-teaser--newsletter .action-teaser--large .action-teaser__content h2, .action-teaser--large.action-teaser--with-img .action-teaser__content .h3, .action-teaser--large.action-teaser--with-img .action-teaser--newsletter .action-teaser__content h2, .action-teaser--newsletter .action-teaser--large.action-teaser--with-img .action-teaser__content h2 {
    margin-bottom: 25px;
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none; }
  .action-teaser--large .action-teaser__img:after, .action-teaser--large.action-teaser--with-img .action-teaser__img:after {
    content: "";
    display: block;
    padding-bottom: 68%; }
    @media (min-width: 1024px) {
      .action-teaser--large .action-teaser__img:after, .action-teaser--large.action-teaser--with-img .action-teaser__img:after {
        display: none; } }
  .action-teaser--large .action-teaser__content, .action-teaser--large.action-teaser--with-img .action-teaser__content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 25px 25px 25px; }
    @media (min-width: 1024px) {
      .action-teaser--large .action-teaser__content, .action-teaser--large.action-teaser--with-img .action-teaser__content {
        padding: 30px; } }
  .action-teaser--newsletter {
    background-color: transparent; }
    .action-teaser--newsletter .action-teaser__content {
      padding: 10px 0 15px 0; }
      @media (min-width: 767px) {
        .action-teaser--newsletter .action-teaser__content {
          padding: 0 0 0 30px; } }
    @media (min-width: 767px) {
      .action-teaser--newsletter.action-teaser--reversed .action-teaser__content {
        padding: 0 30px 0 0; } }

.page-template-front-page .action-teaser--large .action-teaser__content .button {
  margin-top: 30px; }

@media (min-width: 767px) {
  .container--halign-left .action-teaser__content,
  .container--halign-right .action-teaser__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 767px) {
  .container--halign-left .action-teaser--newsletter .action-teaser__content,
  .container--halign-right .action-teaser--newsletter .action-teaser__content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

.container--halign-left .action-teaser__content {
  text-align: left; }
  .container--halign-left .action-teaser__content .button {
    margin-left: 0; }

.container--halign-center .action-teaser__content {
  text-align: center; }
  @media (min-width: 767px) {
    .container--halign-center .action-teaser__content {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .container--halign-center .action-teaser__content .h2, .container--halign-center .action-teaser__content h2,
  .container--halign-center .action-teaser__content .h3,
  .container--halign-center .action-teaser--newsletter .action-teaser__content h2,
  .action-teaser--newsletter .container--halign-center .action-teaser__content h2 {
    margin-left: auto; }

.container--halign-right .action-teaser__content {
  text-align: right; }
  .container--halign-right .action-teaser__content .button {
    margin-right: 0; }
  .container--halign-right .action-teaser__content .h2, .container--halign-right .action-teaser__content h2,
  .container--halign-right .action-teaser__content .h3,
  .container--halign-right .action-teaser--newsletter .action-teaser__content h2,
  .action-teaser--newsletter .container--halign-right .action-teaser__content h2 {
    margin-right: 0; }

.coworker-teaser {
  display: inline-block;
  color: #181818;
  text-decoration: none;
  outline: none;
  width: 100%; }
  .coworker-teaser__img-container, .coworker-teaser__content {
    width: 100%; }
  .coworker-teaser__img-container {
    overflow: hidden;
    position: relative; }
    .coworker-teaser__img-container:after {
      content: "";
      display: block;
      padding-bottom: 68%; }
      @media (min-width: 767px) {
        .coworker-teaser__img-container:after {
          padding-bottom: 62%; } }
    .coworker-teaser__img-container__img {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateZ(0) scale(1, 1);
              transform: translateZ(0) scale(1, 1); }
  .coworker-teaser__content {
    text-align: left;
    padding: 10px 0 20px 0; }
    @media (min-width: 767px) {
      .coworker-teaser__content {
        padding: 20px 0 30px 0; } }
    .coworker-teaser__content__name {
      margin-bottom: 5px; }
    .coworker-teaser__content p {
      text-align: left;
      margin: 0 auto; }
      @media (min-width: 767px) {
        .coworker-teaser__content p {
          max-width: 425px; } }
      .coworker-teaser__content p span {
        font-family: 'Adelle-Sans-Bold';
        margin-right: 5px; }
      .coworker-teaser__content p a {
        word-break: break-all; }
    .coworker-teaser__content p + .arrow-link, .coworker-teaser__content p + .is-style-right-arrow, .coworker-teaser__content .footer-menu li ul li p + a, .footer-menu li ul li .coworker-teaser__content p + a {
      margin-top: 1em; }
    .coworker-teaser__content p,
    .coworker-teaser__content .arrow-link,
    .coworker-teaser__content .is-style-right-arrow,
    .coworker-teaser__content .footer-menu li ul li a,
    .footer-menu li ul li .coworker-teaser__content a {
      margin-left: 0; }
    .coworker-teaser__content p.coworker-teaser__content__title {
      margin-bottom: 1em; }
    @media (min-width: 767px) {
      
      .coworker-teaser__content .arrow-link,
      .coworker-teaser__content .is-style-right-arrow,
      .coworker-teaser__content .footer-menu li ul li a,
      .footer-menu li ul li .coworker-teaser__content a {
        margin-right: 25px; } }
  .coworker-teaser p.coworker-teaser__role {
    font-family: 'Adelle-Sans-Extrabold';
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px; }

.digit-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  @media (min-width: 1024px) {
    .digit-teaser {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .digit-teaser__digit, .digit-teaser__content {
    width: 100%; }
  .digit-teaser__digit {
    background-color: #FF6826;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left; }
    .digit-teaser__digit p {
      font-family: 'Martin-Regular';
      color: #fff;
      font-size: 155px;
      line-height: 0.5;
      word-break: break-all;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      @media (min-width: 1366px) {
        .digit-teaser__digit p {
          font-size: 195px; } }
    .digit-teaser__digit--small {
      padding: 50px 20px 45px 20px; }
      .digit-teaser__digit--small p {
        font-size: 106px;
        line-height: 0.6; }
    @media (min-width: 767px) {
      .digit-teaser__digit {
        padding: 45px; } }
    @media (min-width: 1024px) {
      .digit-teaser__digit {
        min-height: 375px;
        padding: 25px 20px;
        width: 50%; } }
  .digit-teaser__content {
    background-color: #FFCE41;
    font-family: 'Adelle-Sans-Extrabold';
    font-size: 19px;
    line-height: 29px;
    position: relative;
    padding: 20px;
    text-align: left;
    word-break: break-word;
    margin: 0; }
    @media (min-width: 1024px) {
      .digit-teaser__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 50%; } }
    .digit-teaser__content__source {
      font-family: 'Adelle-Sans-Regular';
      color: #3F3F3F;
      font-size: 14px;
      line-height: 20px;
      display: block;
      margin: 40px 0 0 0; }
  .digit-teaser--yellow .digit-teaser__digit {
    background-color: #FF6826; }
  .digit-teaser--yellow .digit-teaser__content {
    background-color: #FFCE41; }
  .digit-teaser--pink .digit-teaser__digit {
    background-color: #FD4239; }
  .digit-teaser--pink .digit-teaser__content {
    background-color: #FFEBF6; }

.download-teaser {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  outline: none;
  margin-top: 40px; }
  .download-teaser__img {
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 56px 84px;
    margin-bottom: 15px;
    height: 84px;
    width: 100%; }
    @media (min-width: 767px) {
      .download-teaser__img {
        background-size: 92px 138px;
        background-position: center 8px;
        background-color: transparent;
        margin-bottom: 0;
        margin-right: 20px;
        height: 138px;
        width: 92px; } }
  .download-teaser__content {
    width: 100%; }
    @media (min-width: 767px) {
      .download-teaser__content {
        width: calc(100% - 112px); } }
    .download-teaser__content .h5,
    .download-teaser__content p {
      margin-bottom: 0px; }
    .download-teaser__content p {
      text-align: left; }
    .download-teaser__content__download-link {
      border: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-top: 7px;
      color: #181818;
      text-decoration: none; }
      .download-teaser__content__download-link span {
        border-bottom: 1px solid #181818;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .download-teaser__content__download-link:hover span, .download-teaser__content__download-link:focus span {
        border-color: transparent; }
      .download-teaser__content__download-link:after {
        background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/download.svg");
        content: '';
        display: inline-block;
        margin-left: 7px;
        margin-bottom: 2px;
        height: 20px;
        width: 20px; }

.event-teaser {
  display: inline-block;
  border: none;
  color: #181818;
  text-decoration: none;
  outline: none;
  width: 100%; }
  .event-teaser__date {
    background-color: #380E7A;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .event-teaser__date:after {
      background-color: rgba(0, 0, 0, 0.5);
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .event-teaser__date p {
      font-family: 'Martin-Regular';
      font-size: 65px;
      line-height: 1;
      color: #fff;
      text-align: center;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      position: relative;
      margin: 0 0 10px 0;
      z-index: 1; }
      @media (min-width: 1024px) {
        .event-teaser__date p {
          font-size: 100px; } }
  .event-teaser--without-img .event-teaser__date:after {
    display: none; }
  .event-teaser__content {
    text-align: left;
    padding: 10px 0; }
    @media (min-width: 767px) {
      .event-teaser__content {
        padding: 20px 0; } }
    .event-teaser__content .h3, .event-teaser__content .action-teaser--newsletter .action-teaser__content h2, .action-teaser--newsletter .action-teaser__content .event-teaser__content h2 {
      margin-bottom: 10px; }
    .event-teaser__content p,
    .event-teaser__content .arrow-link,
    .event-teaser__content .is-style-right-arrow,
    .event-teaser__content .footer-menu li ul li a,
    .footer-menu li ul li .event-teaser__content a {
      font-family: 'Adelle-Sans-Regular'; }
    .event-teaser__content p {
      text-align: left;
      font-style: italic; }
    
    .event-teaser__content .arrow-link,
    .event-teaser__content .is-style-right-arrow,
    .event-teaser__content .footer-menu li ul li a,
    .footer-menu li ul li .event-teaser__content a {
      font-style: normal; }
    .event-teaser__content span {
      font-family: 'Adelle-Sans-SemiBold';
      font-style: italic; }
  .event-teaser:hover .event-teaser__date p, .event-teaser:focus .event-teaser__date p {
    color: #FFCE41; }

.image-teaser {
  display: inline-block;
  border: none;
  color: #181818;
  text-decoration: none;
  outline: none;
  width: 100%; }
  .image-teaser__img-container, .image-teaser__content {
    width: 100%; }
  .image-teaser[target=_blank]:after {
    display: none; }
  .image-teaser__img-container {
    overflow: hidden;
    position: relative; }
    .image-teaser__img-container:after {
      content: "";
      display: block;
      padding-bottom: 68%; }
      @media (min-width: 767px) {
        .image-teaser__img-container:after {
          padding-bottom: 62%; } }
    .image-teaser__img-container__img {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateZ(0) scale(1, 1);
              transform: translateZ(0) scale(1, 1); }
  .image-teaser__content {
    padding: 10px 0 20px 0; }
    @media (min-width: 1024px) {
      .image-teaser__content {
        padding: 20px 0 30px 0; } }
    .image-teaser__content h2 + p {
      font-family: 'Adelle-Sans-Regular'; }
    .image-teaser__content p {
      margin: 0; }
    .image-teaser__content p + .arrow-link, .image-teaser__content p + .is-style-right-arrow, .image-teaser__content .footer-menu li ul li p + a, .footer-menu li ul li .image-teaser__content p + a {
      margin-top: 10px; }
      @media (min-width: 767px) {
        .image-teaser__content p + .arrow-link, .image-teaser__content p + .is-style-right-arrow, .image-teaser__content .footer-menu li ul li p + a, .footer-menu li ul li .image-teaser__content p + a {
          margin-top: 25px; } }
    @media (min-width: 767px) {
      .image-teaser__content .arrow-link, .image-teaser__content .is-style-right-arrow, .image-teaser__content .footer-menu li ul li a, .footer-menu li ul li .image-teaser__content a {
        margin-right: 25px; } }
    .image-teaser__content .arrow-link:after, .image-teaser__content .is-style-right-arrow:after, .image-teaser__content .footer-menu li ul li a:after, .footer-menu li ul li .image-teaser__content a:after {
      height: 13px;
      width: 13px; }
  .image-teaser--heading-in-img {
    position: relative; }
    .image-teaser--heading-in-img .image-teaser__img-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .image-teaser--heading-in-img .image-teaser__img-container__img {
      z-index: 1; }
      .image-teaser--heading-in-img .image-teaser__img-container__img:before {
        background-color: rgba(0, 0, 0, 0.6);
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .image-teaser--heading-in-img .h3, .image-teaser--heading-in-img .action-teaser--newsletter .action-teaser__content h2, .action-teaser--newsletter .action-teaser__content .image-teaser--heading-in-img h2 {
      color: #FFCE41;
      font-family: 'Martin-Regular';
      font-size: 40px;
      line-height: 1;
      text-transform: uppercase;
      position: relative;
      z-index: 3;
      margin: 0;
      width: 90%;
      text-align: center;
      -webkit-hyphens: none;
          -ms-hyphens: none;
              hyphens: none; }
      @media (min-width: 375px) {
        .image-teaser--heading-in-img .h3, .image-teaser--heading-in-img .action-teaser--newsletter .action-teaser__content h2, .action-teaser--newsletter .action-teaser__content .image-teaser--heading-in-img h2 {
          font-size: 50px; } }
      @media (min-width: 767px) {
        .image-teaser--heading-in-img .h3, .image-teaser--heading-in-img .action-teaser--newsletter .action-teaser__content h2, .action-teaser--newsletter .action-teaser__content .image-teaser--heading-in-img h2 {
          font-size: 30px; } }
      @media (min-width: 1024px) {
        .image-teaser--heading-in-img .h3, .image-teaser--heading-in-img .action-teaser--newsletter .action-teaser__content h2, .action-teaser--newsletter .action-teaser__content .image-teaser--heading-in-img h2 {
          font-size: 42px; } }
      @media (min-width: 1366px) {
        .image-teaser--heading-in-img .h3, .image-teaser--heading-in-img .action-teaser--newsletter .action-teaser__content h2, .action-teaser--newsletter .action-teaser__content .image-teaser--heading-in-img h2 {
          font-size: 55px; } }
    .image-teaser--heading-in-img:hover .image-teaser__img-container__img:before, .image-teaser--heading-in-img:focus .image-teaser__img-container__img:before {
      background-color: rgba(0, 0, 0, 0.55); }
  .image-teaser:hover .image-teaser__img-container__img, .image-teaser:focus .image-teaser__img-container__img {
    -webkit-transform: translateZ(0) scale(1.025, 1.025);
            transform: translateZ(0) scale(1.025, 1.025); }

.container--halign-left .image-teaser__content {
  text-align: left; }
  .container--halign-left .image-teaser__content .h3, .container--halign-left .image-teaser__content .action-teaser--newsletter .action-teaser__content h2, .action-teaser--newsletter .action-teaser__content .container--halign-left .image-teaser__content h2,
  .container--halign-left .image-teaser__content p {
    margin-left: 0;
    margin-right: auto; }

.container--halign-center .image-teaser__content {
  text-align: center; }
  .container--halign-center .image-teaser__content .h3, .container--halign-center .image-teaser__content .action-teaser--newsletter .action-teaser__content h2, .action-teaser--newsletter .action-teaser__content .container--halign-center .image-teaser__content h2,
  .container--halign-center .image-teaser__content p {
    margin-left: auto;
    margin-right: auto; }

.container--halign-right .image-teaser__content {
  text-align: right; }
  .container--halign-right .image-teaser__content .h3, .container--halign-right .image-teaser__content .action-teaser--newsletter .action-teaser__content h2, .action-teaser--newsletter .action-teaser__content .container--halign-right .image-teaser__content h2,
  .container--halign-right .image-teaser__content p {
    margin-left: auto;
    margin-right: 0; }

.container--halign-left .image-teaser--heading-in-img .h3, .container--halign-left .image-teaser--heading-in-img .action-teaser--newsletter .action-teaser__content h2, .action-teaser--newsletter .action-teaser__content .container--halign-left .image-teaser--heading-in-img h2,
.container--halign-right .image-teaser--heading-in-img .h3,
.container--halign-right .image-teaser--heading-in-img .action-teaser--newsletter .action-teaser__content h2,
.action-teaser--newsletter .action-teaser__content .container--halign-right .image-teaser--heading-in-img h2 {
  margin-left: 0;
  margin-right: 0; }

.list-teaser {
  border-bottom: none;
  border-top: 1px solid #DCDCDC;
  color: #181818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-decoration: none;
  padding: 35px 0 40px 0;
  position: relative;
  margin: 0 auto;
  max-width: 870px;
  outline: none; }
  @media (min-width: 767px) {
    .list-teaser {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 45px 0 50px 0; } }
  .list-teaser__img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 20px 0;
    height: 180px;
    width: 100%; }
    @media (min-width: 767px) {
      .list-teaser__img {
        position: absolute;
        left: 0;
        margin: 0 50px 0 0;
        height: 115px;
        width: 173px; } }
  .list-teaser__content {
    font-size: 20px;
    font-family: 'Adelle-Sans-Regular'; }
    .list-teaser__content .h3, .list-teaser__content .action-teaser--newsletter .action-teaser__content h2, .action-teaser--newsletter .action-teaser__content .list-teaser__content h2 {
      font-family: 'Adelle-Sans-Bold';
      text-align: left; }
    .list-teaser__content p {
      text-align: left; }
    .list-teaser__content__type {
      font-family: 'Adelle-Sans-Regular';
      font-size: 20px;
      margin-bottom: 15px; }
      .list-teaser__content__type time {
        font-family: 'Adelle-Sans-Bold';
        margin-left: 10px; }
    @media (min-width: 767px) {
      .list-teaser__content {
        margin-top: -7px;
        margin-left: 225px; } }
  .list-teaser:hover, .list-teaser:focus {
    border-color: #DCDCDC; }

.related-article-teaser {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 15px;
  position: relative;
  overflow: hidden;
  max-height: 495px;
  width: 100%;
  outline: none; }
  .related-article-teaser:after {
    content: "";
    display: block;
    padding-bottom: 115%; }
  .related-article-teaser__background {
    background-color: #FFCBE7;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
            transform: translateZ(0) scale(1, 1); }
  .related-article-teaser__content,
  .related-article-teaser .arrow-link,
  .related-article-teaser .is-style-right-arrow,
  .related-article-teaser .footer-menu li ul li a,
  .footer-menu li ul li .related-article-teaser a {
    color: #FD4239; }
  .related-article-teaser__content {
    display: block;
    position: relative;
    z-index: 2; }
    .related-article-teaser__content__date {
      font-family: 'Adelle-Sans-Bold';
      font-size: 18px;
      letter-spacing: 0.14px;
      display: block;
      margin-bottom: 0;
      text-align: left; }
  
  .related-article-teaser .arrow-link,
  .related-article-teaser .is-style-right-arrow,
  .related-article-teaser .footer-menu li ul li a,
  .footer-menu li ul li .related-article-teaser a {
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
    text-align: left; }
    .related-article-teaser .arrow-link:after, .related-article-teaser .is-style-right-arrow:after, .related-article-teaser .footer-menu li ul li a:after, .footer-menu li ul li .related-article-teaser a:after {
      height: 0.65em;
      width: 0.65em; }
  .related-article-teaser:hover .related-article-teaser__background, .related-article-teaser:focus .related-article-teaser__background {
    -webkit-transform: translateZ(0) scale(1.025, 1.025);
            transform: translateZ(0) scale(1.025, 1.025); }
  .related-article-teaser--with-image .related-article-teaser__background:after {
    content: "";
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .related-article-teaser--with-image .related-article-teaser__content,
  .related-article-teaser--with-image .arrow-link,
  .related-article-teaser--with-image .is-style-right-arrow,
  .related-article-teaser--with-image .footer-menu li ul li a,
  .footer-menu li ul li .related-article-teaser--with-image a {
    color: #fff; }

.partner-teaser {
  display: inline-block;
  border: none;
  color: #181818;
  text-decoration: none;
  outline: none;
  width: 100%; }
  .partner-teaser__img-container, .partner-teaser__content {
    width: 100%; }
  .partner-teaser__img-container {
    overflow: hidden;
    position: relative; }
    .partner-teaser__img-container:after {
      content: "";
      display: block;
      padding-bottom: 68%; }
      @media (min-width: 767px) {
        .partner-teaser__img-container:after {
          padding-bottom: 62%; } }
    .partner-teaser__img-container__img {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateZ(0) scale(1, 1);
              transform: translateZ(0) scale(1, 1); }
  .partner-teaser__content {
    text-align: left;
    padding: 10px 0 15px 0; }
    @media (min-width: 767px) {
      .partner-teaser__content {
        padding: 20px 0 60px 0; } }
    .partner-teaser__content .arrow-link, .partner-teaser__content .is-style-right-arrow, .partner-teaser__content .footer-menu li ul li a, .footer-menu li ul li .partner-teaser__content a {
      font-family: 'Adelle-Sans-Regular';
      font-size: 17px;
      margin-bottom: 15px; }
  .partner-teaser:hover .partner-teaser__img-container__img, .partner-teaser:focus .partner-teaser__img-container__img {
    -webkit-transform: translateZ(0) scale(1.025, 1.025);
            transform: translateZ(0) scale(1.025, 1.025); }

.video-teaser {
  display: inline-block;
  width: 100%; }
  .video-teaser__embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
    .video-teaser__embed-container iframe,
    .video-teaser__embed-container object,
    .video-teaser__embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .video-teaser .h3, .video-teaser .action-teaser--newsletter .action-teaser__content h2, .action-teaser--newsletter .action-teaser__content .video-teaser h2 {
    margin-top: 15px;
    margin-bottom: 10px; }

.info-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: none;
  width: 100%; }
  .info-teaser__img, .info-teaser__content {
    width: 100%; }
  .info-teaser__img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .info-teaser__img:after {
      content: "";
      display: block;
      padding-bottom: 68%; }
      @media (min-width: 767px) {
        .info-teaser__img:after {
          padding-bottom: 62%; } }
  .info-teaser__content {
    padding: 10px 0 20px 0;
    text-align: center; }
    @media (min-width: 767px) {
      .info-teaser__content {
        padding: 20px 0 30px 0; } }
    @media (min-width: 767px) {
      .info-teaser__content p {
        margin: 0 auto; } }
    .info-teaser__content b {
      font-family: 'Adelle-Sans-Bold';
      font-weight: normal; }

.burger-menu {
  height: 0px;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 15vh;
  padding-bottom: 8vh;
  width: 100%; }
  @media (min-width: 767px) {
    .burger-menu {
      margin-top: 12vh; } }
  @media (min-width: 1024px) {
    .burger-menu {
      margin-top: 200px; } }
  .burger-menu ul {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    list-style: none;
    padding: 0;
    opacity: 0; }
    @media (min-width: 1024px) {
      .burger-menu ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 0 -20px; } }
    .burger-menu ul li {
      margin-bottom: 30px;
      text-align: center; }
      @media (min-width: 1024px) {
        .burger-menu ul li {
          text-align: left;
          margin: 0 20px 30px 20px;
          width: calc(20% - 40px); } }
      .burger-menu ul li a {
        border-bottom: 1px solid transparent;
        color: #00B02E;
        font-family: 'Adelle-Sans-Extrabold';
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 2px;
        text-decoration: none;
        outline: none; }
        .burger-menu ul li a:hover, .burger-menu ul li a:focus {
          border-color: #00B02E; }
    .burger-menu ul .sub-menu {
      display: block;
      margin: 15px 0 0 0; }
      @media (min-width: 1024px) {
        .burger-menu ul .sub-menu {
          margin: 15px 0 0 0; } }
      .burger-menu ul .sub-menu li {
        margin: 0 0 7px 0; }
        @media (min-width: 1024px) {
          .burger-menu ul .sub-menu li {
            margin: 0 0 15px 0;
            width: 100%; } }
        .burger-menu ul .sub-menu li a {
          font-family: 'Adelle-Sans-SemiBold';
          font-size: 20px; }
  .burger-menu__button {
    display: inline-block;
    font-size: 0px;
    background-color: #00B02E;
    border: none;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 46px;
    width: 52px;
    outline: none; }
    @media (min-width: 767px) {
      .burger-menu__button {
        width: 43px; } }
    .burger-menu__button__lines {
      display: inline-block;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease;
      width: 25px;
      height: 3px;
      background-color: #181818;
      position: relative;
      top: 0; }
      .burger-menu__button__lines:before, .burger-menu__button__lines:after {
        content: '';
        display: inline-block;
        width: 25px;
        height: 3px;
        background-color: #181818;
        position: absolute;
        left: 0;
        -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-transition: top 250ms 250ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: top 250ms 250ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: top 250ms 250ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: top 250ms 250ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: top 250ms 250ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1); }
      .burger-menu__button__lines:before {
        top: 9px; }
      .burger-menu__button__lines:after {
        top: -9px; }
    @media (min-width: 767px) {
      .burger-menu__button:hover, .burger-menu__button:focus {
        outline: 0; }
        .burger-menu__button:hover .burger-menu__button__lines, .burger-menu__button:focus .burger-menu__button__lines {
          background: transparent; }
          .burger-menu__button:hover .burger-menu__button__lines:before, .burger-menu__button:hover .burger-menu__button__lines:after, .burger-menu__button:focus .burger-menu__button__lines:before, .burger-menu__button:focus .burger-menu__button__lines:after {
            -webkit-transition: top 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 250ms 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: top 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 250ms 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
            -o-transition: top 250ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 250ms 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: top 250ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 250ms 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: top 250ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 250ms 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 250ms 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
            top: 0;
            width: 25px; } }
  .burger-menu__overlay {
    background-color: #E9F5EC;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    opacity: 0; }
    .burger-menu__overlay--active {
      opacity: 1;
      pointer-events: all; }
  .burger-menu--active, .burger-menu__button--active {
    z-index: 5; }
  .burger-menu--active {
    height: auto;
    pointer-events: all; }
    .burger-menu--active ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 1; }
  .burger-menu__button--active .burger-menu__button__lines {
    background: transparent; }
    .burger-menu__button--active .burger-menu__button__lines:before, .burger-menu__button--active .burger-menu__button__lines:after {
      -webkit-transition: top 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 250ms 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: top 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 250ms 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: top 250ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 250ms 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: top 250ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 250ms 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: top 250ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 250ms 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 250ms 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
      top: 0;
      width: 25px; }
    .burger-menu__button--active .burger-menu__button__lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg) scale(1.1);
              transform: rotate3d(0, 0, 1, 45deg) scale(1.1); }
    .burger-menu__button--active .burger-menu__button__lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg) scale(1.1);
              transform: rotate3d(0, 0, 1, -45deg) scale(1.1); }

.search-menu__button {
  display: none;
  background-color: #FFCBE7;
  border: none;
  padding: 0;
  position: relative;
  margin-right: 15px;
  height: 46px;
  width: 52px; }
  @media (min-width: 767px) {
    .search-menu__button {
      display: inline-block;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      margin-right: 0;
      width: 43px; } }
  .search-menu__button:after {
    background: transparent url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/search.svg") 15px 12px/20px no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    @media (min-width: 767px) {
      .search-menu__button:after {
        background-position: 12px 12px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; } }
  .search-menu__button:hover, .search-menu__button:focus {
    outline: 0; }
    .search-menu__button:hover:after, .search-menu__button:focus:after {
      -webkit-transform: rotate(-15deg);
          -ms-transform: rotate(-15deg);
              transform: rotate(-15deg); }
  .search-menu__button__lines {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 25px;
    height: 3px;
    position: relative;
    top: -6px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0); }
    @media (min-width: 767px) {
      .search-menu__button__lines {
        -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transition-delay: 0.1s;
             -o-transition-delay: 0.1s;
                transition-delay: 0.1s; } }
    .search-menu__button__lines:before, .search-menu__button__lines:after {
      content: '';
      display: inline-block;
      width: 25px;
      height: 3px;
      background-color: #181818;
      position: absolute;
      left: 0;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      top: 0; }
    .search-menu__button__lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg) scale(1.1);
              transform: rotate3d(0, 0, 1, 45deg) scale(1.1); }
    .search-menu__button__lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg) scale(1.1);
              transform: rotate3d(0, 0, 1, -45deg) scale(1.1); }
  .search-menu__button--active {
    background-color: transparent;
    z-index: 5;
    position: absolute;
    margin-right: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 767px) {
      .search-menu__button--active {
        position: relative; } }
    .search-menu__button--active:after {
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }
    .search-menu__button--active:hover, .search-menu__button--active:focus {
      opacity: 0.6; }
      .search-menu__button--active:hover:after, .search-menu__button--active:focus:after {
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0); }
    .search-menu__button--active .search-menu__button__lines {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }

.search-menu__overlay {
  background-color: #FFCBE7;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  opacity: 0; }
  .search-menu__overlay--active {
    opacity: 1;
    pointer-events: all; }

.search-menu__form {
  height: 0px;
  opacity: 0;
  display: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 40vh;
  width: 100%; }
  @media (min-width: 767px) {
    .search-menu__form {
      margin-top: 45vh; } }
  .search-menu__form__inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 auto;
    max-width: 830px;
    width: 94%; }
  .search-menu__form input,
  .search-menu__form button {
    border: none; }
  .search-menu__form input {
    background-color: #FFEBF6;
    border: 2px solid transparent;
    border-radius: 0;
    -webkit-appearance: none;
    color: #181818;
    font-size: 18px;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%; }
    @media (min-width: 767px) {
      .search-menu__form input {
        font-size: 24px;
        padding: 0 30px; } }
    .search-menu__form input::-webkit-input-placeholder {
      color: #181818; }
    .search-menu__form input::-moz-placeholder {
      color: #181818; }
    .search-menu__form input:-ms-input-placeholder {
      color: #181818; }
    .search-menu__form input::-ms-input-placeholder {
      color: #181818; }
    .search-menu__form input::placeholder {
      color: #181818; }
    .search-menu__form input:focus {
      border-color: #ff85c7;
      background-color: #fff;
      outline: none; }
  .search-menu__form button {
    background-color: #ff85c7;
    color: #181818;
    height: 90px;
    width: 120px;
    font-family: 'Adelle-Sans-Extrabold';
    font-size: 18px;
    line-height: 1;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 767px) {
      .search-menu__form button {
        font-size: 22px;
        width: 140px; } }
    .search-menu__form button:hover, .search-menu__form button:focus {
      background-color: #FF52AF;
      outline: none; }
  .search-menu__form--active {
    height: auto;
    pointer-events: all;
    opacity: 1;
    display: block; }

.search-menu__form--active, .search-menu__button--active {
  z-index: 5; }

.search-menu-mobile {
  display: block;
  margin-bottom: 26px; }
  @media (min-width: 767px) {
    .search-menu-mobile {
      display: none; } }
  .search-menu-mobile__form {
    position: relative; }
    .search-menu-mobile__form__inner-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin: 0 auto; }
    .search-menu-mobile__form input,
    .search-menu-mobile__form button {
      border: none; }
    .search-menu-mobile__form input {
      background-color: transparent;
      color: #181818;
      font-size: 18px;
      line-height: 1.5;
      border-color: #FFCBE7;
      border-radius: 0;
      border-style: solid;
      border-width: 1px;
      padding: 8px 50px 13px 12px;
      height: auto;
      width: 100%;
      -webkit-appearance: none; }
      .search-menu-mobile__form input::-webkit-input-placeholder {
        color: #181818; }
      .search-menu-mobile__form input::-moz-placeholder {
        color: #181818; }
      .search-menu-mobile__form input:-ms-input-placeholder {
        color: #181818; }
      .search-menu-mobile__form input::-ms-input-placeholder {
        color: #181818; }
      .search-menu-mobile__form input::placeholder {
        color: #181818; }
      .search-menu-mobile__form input:focus {
        border-color: #181818;
        background-color: #fff;
        outline: none; }
    .search-menu-mobile__form button {
      position: absolute;
      left: auto;
      right: 0;
      top: 0;
      bottom: 0;
      background: transparent url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/search.svg") 15px 14px/20px no-repeat;
      color: #181818;
      width: 50px;
      height: 100%;
      line-height: 1;
      text-align: center;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .search-menu-mobile__form button:hover, .search-menu-mobile__form button:focus {
        outline: none; }

.top-menu {
  display: none;
  margin-left: 10%; }
  @media (min-width: 1024px) {
    .top-menu {
      display: inline-block;
      margin-left: 100px; } }
  .top-menu__list {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .top-menu__list__item {
      margin-right: 10px;
      margin-bottom: 0; }
      @media (min-width: 1024px) {
        .top-menu__list__item {
          margin-right: 30px; } }
      .top-menu__list__item a {
        font-family: 'Adelle-Sans-Bold';
        font-size: 14px;
        border: none;
        letter-spacing: 0;
        line-height: 20px;
        color: #333333;
        padding: 10px;
        text-decoration: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        display: block;
        outline: none; }
        .top-menu__list__item a span {
          border-bottom: 2px solid transparent;
          padding-top: 2px;
          -webkit-transition: all 0.1s ease-in;
          -o-transition: all 0.1s ease-in;
          transition: all 0.1s ease-in; }
      .top-menu__list__item:hover a span,
      .top-menu__list__item:focus a span,
      .top-menu__list__item--current a span,
      .top-menu__list__item a:focus span {
        border-color: #333333; }
      .top-menu__list__item--current:hover a span, .top-menu__list__item--current:focus a span {
        border-color: #FFCE41; }
      .top-menu__list__item--donation-link a {
        background-color: #FFCE41;
        font-family: 'Martin-Regular';
        font-size: 26px;
        letter-spacing: 0.37px;
        padding: 11px 5px 5px 5px;
        height: 43px;
        width: 112px;
        outline: none;
        text-align: center;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .top-menu__list__item--donation-link a span {
          border-bottom: none; }
        .top-menu__list__item--donation-link a:hover, .top-menu__list__item--donation-link a:focus {
          background-color: #FF6826; }

.page-template-theme-area-page .top-menu .top-menu__list__item a,
.top-menu--white .top-menu__list__item a {
  color: #fff; }

.page-template-theme-area-page .top-menu .top-menu__list__item:hover a span,
.page-template-theme-area-page .top-menu .top-menu__list__item:focus a span,
.page-template-theme-area-page .top-menu .top-menu__list__item a:focus span,
.page-template-theme-area-page .top-menu .top-menu__list__item--current a span,
.top-menu--white .top-menu__list__item:hover a span,
.top-menu--white .top-menu__list__item:focus a span,
.top-menu--white .top-menu__list__item a:focus span,
.top-menu--white .top-menu__list__item--current a span {
  border-color: #fff; }

.page-template-theme-area-page .top-menu .top-menu__list__item--donation-link a,
.top-menu--white .top-menu__list__item--donation-link a {
  color: #333333; }

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  text-align: left;
  padding-left: 0; }
  @media (min-width: 1024px) {
    .footer-menu {
      margin-left: 7vw;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .footer-menu li {
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 1024px) {
      .footer-menu li {
        margin-bottom: 0;
        margin-right: 7vw;
        width: auto; } }
    .footer-menu li:last-of-type {
      margin-right: 0; }
    .footer-menu li ul {
      list-style: none;
      padding-left: 0; }
      .footer-menu li ul li {
        font-size: 16px;
        margin: 0 0 0 0;
        width: 100%; }
        @media (min-width: 1024px) {
          .footer-menu li ul li {
            margin: 0 0 10px 0; } }
        .footer-menu li ul li a {
          outline: none; }
          .footer-menu li ul li a:after {
            height: 11px;
            width: 10px; }
            @media (min-width: 1024px) {
              .footer-menu li ul li a:after {
                width: 11px;
                height: 12px; } }

.language-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  .language-menu__list {
    list-style: none;
    padding: 0; }
    .language-menu__list li {
      text-align: center; }
  .language-menu__text {
    font-size: 14px;
    font-family: 'Adelle-Sans-Bold'; }
    @media (min-width: 767px) {
      .language-menu__text {
        font-size: 18px; } }

.cookie-consent-settings__form {
  margin-top: 30px;
  margin-bottom: 28px; }
  .cookie-consent-settings__form__fieldset {
    border: 0;
    padding: 0; }
  .cookie-consent-settings__form__element + .cookie-consent-settings__form__element {
    margin-top: 23px; }
    @media (min-width: 1024px) {
      .cookie-consent-settings__form__element + .cookie-consent-settings__form__element {
        margin-top: 15px; } }
  .cookie-consent-settings__form__button {
    margin-top: 38px; }
  .cookie-consent-settings__form__submit-message {
    margin-top: 23px;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease; }
    .cookie-consent-settings__form__submit-message--visible {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .cookie-consent-settings__form__submit-message--visible-opacity {
      opacity: 1; }
    .cookie-consent-settings__form__submit-message:before {
      content: "";
      height: 20px;
      width: 20px;
      margin-right: 15px;
      background-color: #00B02E;
      border-radius: 50%;
      background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images//icons/black_check.svg");
      background-size: 16px;
      background-position: center;
      background-repeat: no-repeat;
      display: inline-block; }
      @media (min-width: 1024px) {
        .cookie-consent-settings__form__submit-message:before {
          background-size: 20px;
          height: 24px;
          width: 24px; } }

.cookie-disclaimer {
  background-color: #380E7A;
  color: #fff;
  z-index: 100;
  position: fixed;
  width: 100%;
  padding: 30px;
  bottom: 0; }
  @media (min-width: 580px) {
    .cookie-disclaimer {
      padding: 35px 40px 40px 40px;
      max-width: 570px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      top: 50%;
      right: 0;
      bottom: auto; } }
  .cookie-disclaimer--visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 1024px) {
      .cookie-disclaimer--visible {
        -webkit-box-pack: normal;
            -ms-flex-pack: normal;
                justify-content: normal; } }
  .cookie-disclaimer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 1024px) {
      .cookie-disclaimer__content {
        max-width: 90%; } }
    .cookie-disclaimer__content__description {
      margin: unset;
      margin-bottom: 0;
      position: relative;
      top: 1px; }
      @media (min-width: 1024px) {
        .cookie-disclaimer__content__description {
          text-align: left; } }
    .cookie-disclaimer__content__actions {
      margin-top: 25px; }
      @media (min-width: 1024px) {
        .cookie-disclaimer__content__actions {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          -ms-flex-item-align: baseline;
              align-self: baseline; } }
    .cookie-disclaimer__content__link, .cookie-disclaimer__content__button {
      border: 0;
      background: transparent;
      color: #fff;
      text-decoration: underline;
      -webkit-transition: .5s ease;
      -o-transition: .5s ease;
      transition: .5s ease;
      -webkit-text-decoration-color: inherit;
              text-decoration-color: inherit;
      -webkit-text-decoration-style: solid;
              text-decoration-style: solid;
      text-underline-offset: 2px; }
      .cookie-disclaimer__content__link:hover, .cookie-disclaimer__content__button:hover {
        -webkit-text-decoration-color: transparent;
                text-decoration-color: transparent; }
    .cookie-disclaimer__content__link {
      display: block;
      margin-top: 20px;
      font-family: 'Adelle-Sans-Regular'; }
    .cookie-disclaimer__content__button {
      padding: 17px 20px 20px 20px;
      background-color: #fff;
      -webkit-text-decoration-color: transparent;
              text-decoration-color: transparent;
      font-family: 'Adelle-Sans-SemiBold';
      color: #380E7A;
      border: 1px solid transparent; }
      .cookie-disclaimer__content__button:hover {
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff; }
      @media (min-width: 375px) {
        .cookie-disclaimer__content__button {
          margin-top: 0; } }

.cookie-input__button {
  font-weight: 600;
  line-height: 1.15;
  color: #181818;
  background: transparent;
  border-radius: 0;
  padding: 21px 25px 23px 25px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #181818; }
  @media (min-width: 1024px) {
    .cookie-input__button {
      padding: 25px 25px 27px 25px; } }
  .cookie-input__button:hover {
    color: #fff;
    background-color: #181818; }

.cookie-input__checkbox {
  position: absolute;
  left: -9999px;
  -webkit-appearance: none; }
  .cookie-input__checkbox + label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    @media (min-width: 375px) {
      .cookie-input__checkbox + label {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .cookie-input__checkbox + label:hover:before {
      border: 2px solid #380E7A;
      background-color: rgba(56, 14, 122, 0.1); }
    .cookie-input__checkbox + label:before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      border-radius: 3px;
      border: 2px solid #181818;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      position: relative;
      top: 4px; }
      @media (min-width: 375px) {
        .cookie-input__checkbox + label:before {
          top: 0; } }
      @media (min-width: 1024px) {
        .cookie-input__checkbox + label:before {
          width: 24px;
          height: 24px; } }
  .cookie-input__checkbox:checked + label:before {
    background-color: #380E7A;
    background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images//icons/white_check.svg");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    border: 0; }
    @media (min-width: 1024px) {
      .cookie-input__checkbox:checked + label:before {
        background-size: 24px; } }
  .cookie-input__checkbox[disabled] + label {
    color: #646464; }
    .cookie-input__checkbox[disabled] + label:before {
      background-color: #646464; }
  .cookie-input__checkbox[disabled]:checked + label:before {
    background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images//icons/white_check.svg"); }

.wp-block-embed .content-embedded {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .wp-block-embed .content-embedded iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.donation-cta {
  background-color: #EDEAE0;
  padding: 26px 20px 31px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .donation-cta__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  @media (min-width: 1024px) {
    .column--full .donation-cta {
      padding-top: 53px;
      padding-bottom: 58px;
      padding-left: 0;
      padding-right: 0; }
      .column--full .donation-cta__container {
        max-width: 700px;
        -ms-flex-item-align: center;
            align-self: center; }
      .column--full .donation-cta__header__title {
        font-size: 33px;
        line-height: 42px; }
      .column--full .donation-cta__header__description {
        font-size: 20px; }
      .column--full .donation-cta__buttons__label {
        height: 80px;
        font-size: 22px; }
      .column--full .donation-cta__submit {
        height: 76px;
        font-size: 20px; } }
  @media (min-width: 580px) {
    .donation-cta {
      padding: 36px 64px 41px 64px; } }
  .donation-cta__buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px; }
    .donation-cta__buttons__button {
      display: none; }
      .donation-cta__buttons__button:checked + label {
        position: relative;
        background-color: #181818;
        color: #fff; }
        .donation-cta__buttons__button:checked + label:before {
          content: "";
          height: 28px;
          width: 28px;
          background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/check.svg");
          background-repeat: no-repeat;
          position: absolute;
          top: -14px;
          right: 10px; }
    .donation-cta__buttons__label {
      font-family: 'Adelle-Sans-SemiBold';
      font-weight: bold;
      font-size: 18px;
      line-height: 28px;
      border: 2px solid transparent;
      background-color: #fff;
      height: 50px;
      color: #181818;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 2px;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .donation-cta__buttons__label span {
        margin-top: -2px; }
      .donation-cta__buttons__label:hover {
        border: 2px solid #181818; }
      @media (min-width: 580px) {
        .donation-cta__buttons__label {
          font-size: 20px;
          line-height: 30px;
          height: 62px; } }
  .donation-cta__submit {
    font-family: 'Adelle-Sans-Extrabold';
    display: block;
    background-color: #FFCE41;
    margin-top: 20px;
    width: 100%;
    border-radius: 2px;
    padding: 13px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid transparent;
    font-size: 15px;
    line-height: 25px;
    color: #181818; }
    .donation-cta__submit:hover {
      background-color: #181818;
      color: #fff;
      border: 2px solid transparent; }
    @media (min-width: 580px) {
      .donation-cta__submit {
        font-size: 18px;
        line-height: 28px;
        padding: 18px; } }
  .donation-cta__header {
    text-align: center; }
    .donation-cta__header__title {
      font-family: 'Adelle-Sans-Extrabold';
      margin-bottom: 30px;
      font-size: 25px;
      line-height: 34px; }
      @media (min-width: 580px) {
        .donation-cta__header__title {
          font-size: 30px;
          line-height: 39px; } }
      .donation-cta__header__title + .donation-cta__header__description {
        margin-top: -16px; }
    .donation-cta__header__description {
      margin-bottom: 28px; }
      @media (min-width: 580px) {
        .donation-cta__header__description {
          margin-bottom: 45px; } }
  .donation-cta__logo {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 40px;
    -ms-flex-item-align: center;
        align-self: center; }
    .donation-cta__logo--insamlingskontroll {
      background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/logotypes/insamlingskontroll.png");
      height: 28px;
      width: 112px; }
    .donation-cta__logo:after {
      display: none !important; }
    .donation-cta__logo:hover, .donation-cta__logo:focus {
      opacity: 0.8; }

* + .donation-cta {
  margin-top: 50px; }

.page-template-front-page {
  background-color: #F2F2F2; }

.page-template-theme-area-page__hero,
.theme-area-page__hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 240px;
  padding: 100px 0 20px 0;
  position: relative;
  padding-bottom: 10px;
  pointer-events: none;
  z-index: -1; }
  @media (min-width: 767px) {
    .page-template-theme-area-page__hero,
    .theme-area-page__hero {
      margin-top: -115px; } }
  @media (min-width: 1024px) {
    .page-template-theme-area-page__hero,
    .theme-area-page__hero {
      margin-top: -170px;
      min-height: 400px; } }
  @media (min-width: 1280px) {
    .page-template-theme-area-page__hero,
    .theme-area-page__hero {
      padding: 140px 0 40px 0;
      min-height: 70vh;
      max-height: 400px; } }
  .page-template-theme-area-page__hero:before,
  .theme-area-page__hero:before {
    content: "";
    display: block; }
  .page-template-theme-area-page__hero:before,
  .theme-area-page__hero:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%; }
    @media (min-width: 767px) {
      .page-template-theme-area-page__hero:before,
      .theme-area-page__hero:before {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.7)));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%); } }
  .page-template-theme-area-page__hero .h1,
  .theme-area-page__hero .h1 {
    color: #FFCE41;
    font-family: 'Martin-Regular';
    font-size: 60px;
    letter-spacing: 0;
    line-height: 0.9;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
    max-width: 760px; }
    @media (min-width: 1024px) {
      .page-template-theme-area-page__hero .h1,
      .theme-area-page__hero .h1 {
        font-size: 120px;
        line-height: 0.9;
        letter-spacing: 0;
        max-width: none; } }
    @media (min-width: 1366px) {
      .page-template-theme-area-page__hero .h1,
      .theme-area-page__hero .h1 {
        font-size: 150px;
        line-height: 0.9; } }

.single-partner__hero {
  background-color: #EDEAE0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 40px 0 35px 0;
  pointer-events: none;
  position: relative;
  z-index: -1; }
  @media (min-width: 767px) {
    .single-partner__hero h1 {
      margin-top: 0; } }
  @media (min-width: 767px) {
    .single-partner__hero {
      margin-top: -115px;
      padding: 100px 0 20px 0; } }
  @media (min-width: 1024px) {
    .single-partner__hero {
      margin-top: -170px;
      height: 400px; } }
  @media (min-width: 1280px) {
    .single-partner__hero {
      padding: 140px 0 65px 0;
      height: 70vh;
      max-height: 400px;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; } }

.donation-wrapper {
  max-width: 706px;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    .donation-wrapper {
      padding: 0px 16px; } }
  .donation-wrapper .donation__form-method-creditcard, .donation-wrapper .donation__form__method-creditcard, .donation-wrapper .donation-form-method-creditcard, .donation-wrapper .donation-form__method-creditcard {
    background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/donation-icons/donation-card-black.svg");
    background-repeat: no-repeat;
    background-position: 29%; }
  .donation-wrapper .donation__form-method-swish, .donation-wrapper .donation__form__method-swish, .donation-wrapper .donation-form-method-swish, .donation-wrapper .donation-form__method-swish {
    background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/donation-icons/donation-swish-black.svg");
    background-repeat: no-repeat;
    background-position: 36%; }
  .donation-wrapper .donation-form__fields--field input[type=radio]:checked + .donation__form-method-creditcard, .donation-wrapper .tribute-form__fields--field input[type=radio]:checked + .donation__form-method-creditcard {
    background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/donation-icons/donation-card-white.svg");
    background-repeat: no-repeat;
    background-position: 29%; }
  .donation-wrapper .donation-form__fields--field input[type=radio]:checked + .donation-form__method-creditcard, .donation-wrapper .tribute-form__fields--field input[type=radio]:checked + .donation-form__method-creditcard {
    background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/donation-icons/donation-card-white.svg");
    background-repeat: no-repeat;
    background-position: 29%; }
  .donation-wrapper .donation-form__fields--field input[type=radio]:checked + .donation__form-method-swish, .donation-wrapper .tribute-form__fields--field input[type=radio]:checked + .donation__form-method-swish {
    background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/donation-icons/donation-swish-white.svg");
    background-repeat: no-repeat;
    background-position: 36%; }
  .donation-wrapper .donation-form__fields--field input[type=radio]:checked + .donation-form__method-swish, .donation-wrapper .tribute-form__fields--field input[type=radio]:checked + .donation-form__method-swish {
    background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/donation-icons/donation-swish-white.svg");
    background-repeat: no-repeat;
    background-position: 36%; }
  .donation-wrapper .donation-form, .donation-wrapper .tribute-form {
    background: #FAC95B;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10px; }
    .donation-wrapper .donation-form a, .donation-wrapper .tribute-form a {
      color: black; }
    .donation-wrapper .donation-form .vdp-datepicker, .donation-wrapper .tribute-form .vdp-datepicker {
      margin-top: -20px;
      margin-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .donation-wrapper .donation-form .vdp-datepicker input, .donation-wrapper .tribute-form .vdp-datepicker input {
        background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/donation-icons/donation-chevron.svg");
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: 95%;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        line-height: inherit;
        border: 0px;
        padding: 20px 127px 20px 16px;
        border-radius: 4px;
        margin: 0 auto;
        max-width: 299px; }
    .donation-wrapper .donation-form .currency-input__input, .donation-wrapper .tribute-form .currency-input__input {
      width: 35px;
      padding: 0px; }
    .donation-wrapper .donation-form .currency-input__currency, .donation-wrapper .tribute-form .currency-input__currency {
      padding: 18px 2px; }
    .donation-wrapper .donation-form__button-loading, .donation-wrapper .tribute-form__button-loading {
      background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/donation-icons/donation-spinner.gif");
      background-repeat: no-repeat; }
    .donation-wrapper .donation-form__head, .donation-wrapper .tribute-form__head {
      color: #fff;
      padding: 64px 40px;
      margin-bottom: 25px;
      background-size: cover;
      background-repeat: no-repeat;
      min-height: 350px;
      height: 100%; }
      @media screen and (max-width: 800px) {
        .donation-wrapper .donation-form__head, .donation-wrapper .tribute-form__head {
          min-height: 310px;
          height: 100%; } }
      .donation-wrapper .donation-form__head h1, .donation-wrapper .tribute-form__head h1 {
        font-family: 'Adelle-Sans-Extrabold';
        font-style: normal;
        font-weight: bold;
        font-size: 38px;
        line-height: 57px;
        text-align: center;
        color: #FFFFFF;
        max-width: 566px;
        margin: 0 auto;
        margin-bottom: 64px;
        text-transform: none; }
        @media screen and (max-width: 800px) {
          .donation-wrapper .donation-form__head h1, .donation-wrapper .tribute-form__head h1 {
            margin-bottom: 34px; } }
      .donation-wrapper .donation-form__head h2, .donation-wrapper .tribute-form__head h2 {
        font-family: 'Adelle-Sans-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 33px;
        text-align: center;
        color: #FFFFFF;
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
        max-width: 674px;
        margin: 0 auto;
        font-size: 22px;
        line-height: 33px; }
        @media screen and (max-width: 800px) {
          .donation-wrapper .donation-form__head h2, .donation-wrapper .tribute-form__head h2 {
            font-size: 16px;
            line-height: 24px; } }
    .donation-wrapper .donation-form__form-control, .donation-wrapper .tribute-form__form-control {
      margin: 0 auto; }
      .donation-wrapper .donation-form__form-control input, .donation-wrapper .tribute-form__form-control input {
        width: 100%;
        padding-left: 10px; }
      .donation-wrapper .donation-form__form-control button, .donation-wrapper .tribute-form__form-control button {
        width: 300px;
        height: 59px;
        background: #018080;
        -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
                box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
        border-radius: 4px;
        border: none;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 27px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        color: #FFFFFF;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 auto;
        font-family: futura;
        cursor: pointer; }
        .donation-wrapper .donation-form__form-control button:hover, .donation-wrapper .tribute-form__form-control button:hover {
          opacity: .8; }
    .donation-wrapper .donation-form__terms, .donation-wrapper .tribute-form__terms {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 21px;
      text-align: center;
      color: #303030;
      opacity: 0.6;
      max-width: 266px;
      margin: 0 auto; }
    .donation-wrapper .donation-form__terms-toggle a, .donation-wrapper .tribute-form__terms-toggle a {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: #303030;
      border-bottom: 2px solid #018080; }
    .donation-wrapper .donation-form__amounts div, .donation-wrapper .tribute-form__amounts div {
      font-weight: bold; }
    .donation-wrapper .donation-form__amounts input, .donation-wrapper .tribute-form__amounts input {
      text-align: center; }
    .donation-wrapper .donation-form__amounts label, .donation-wrapper .tribute-form__amounts label {
      background-color: transparent; }
    .donation-wrapper .donation-form__frequency label, .donation-wrapper .tribute-form__frequency label {
      font-weight: bold; }
    .donation-wrapper .donation-form__frequency label, .donation-wrapper .tribute-form__frequency label {
      background-color: transparent; }
    .donation-wrapper .donation-form__fields, .donation-wrapper .tribute-form__fields {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .donation-wrapper .donation-form__fields--recipient, .donation-wrapper .tribute-form__fields--recipient {
        margin: 10px 0px; }
        .donation-wrapper .donation-form__fields--recipient input, .donation-wrapper .tribute-form__fields--recipient input {
          border: none;
          border-radius: 8px;
          max-width: 300px;
          margin: 0 auto;
          height: 59px; }
      .donation-wrapper .donation-form__fields--greeting, .donation-wrapper .tribute-form__fields--greeting {
        max-width: 706px;
        margin: 20px 0px; }
        .donation-wrapper .donation-form__fields--greeting .tribute-form__form-control, .donation-wrapper .tribute-form__fields--greeting .tribute-form__form-control {
          width: 100%;
          background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/donation-icons/donation-line.svg");
          background-repeat: repeat-x;
          background-position-y: 5%;
          max-width: 538px;
          margin: 0 auto 24px; }
          @media screen and (max-width: 800px) {
            .donation-wrapper .donation-form__fields--greeting .tribute-form__form-control, .donation-wrapper .tribute-form__fields--greeting .tribute-form__form-control {
              max-width: 300px; } }
        .donation-wrapper .donation-form__fields--greeting label, .donation-wrapper .tribute-form__fields--greeting label {
          position: relative;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-style: normal;
          font-weight: bold;
          font-size: 18px;
          line-height: 27px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center;
          color: #303030;
          background-color: #FAC95B;
          margin: 0px auto 26px;
          white-space: nowrap;
          display: inline-block;
          padding: 0 20px; }
        .donation-wrapper .donation-form__fields--greeting .quillWrapper, .donation-wrapper .tribute-form__fields--greeting .quillWrapper {
          width: 538px;
          height: 200px;
          background: #FFFFFF;
          border: 2px solid #018080;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          margin: 0 auto; }
          .donation-wrapper .donation-form__fields--greeting .quillWrapper p, .donation-wrapper .tribute-form__fields--greeting .quillWrapper p {
            color: gray; }
          @media screen and (max-width: 800px) {
            .donation-wrapper .donation-form__fields--greeting .quillWrapper, .donation-wrapper .tribute-form__fields--greeting .quillWrapper {
              max-width: 300px; } }
      .donation-wrapper .donation-form__fields--preview, .donation-wrapper .tribute-form__fields--preview {
        width: 100%;
        margin: 0 auto; }
        .donation-wrapper .donation-form__fields--preview iframe, .donation-wrapper .tribute-form__fields--preview iframe {
          background-color: #fff;
          border: 2px solid #018080;
          max-width: 538px;
          max-height: 350px;
          width: 100%;
          min-height: 350px;
          margin-top: 5px; }
          @media screen and (max-width: 800px) {
            .donation-wrapper .donation-form__fields--preview iframe, .donation-wrapper .tribute-form__fields--preview iframe {
              max-width: 300px; } }
      .donation-wrapper .donation-form__fields--continue button, .donation-wrapper .tribute-form__fields--continue button {
        width: 300px;
        height: 59px;
        background: #018080;
        -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
                box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
        border-radius: 4px;
        border: none;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 27px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        color: #FFFFFF;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 auto;
        font-family: futura;
        cursor: pointer; }
        .donation-wrapper .donation-form__fields--continue button:hover, .donation-wrapper .tribute-form__fields--continue button:hover {
          opacity: .8; }
      .donation-wrapper .donation-form__fields--field, .donation-wrapper .tribute-form__fields--field {
        width: 300px;
        height: 59px;
        background: #FFFFFF;
        border-radius: 4px;
        margin: 8px auto; }
        .donation-wrapper .donation-form__fields--field input, .donation-wrapper .donation-form__fields--field div, .donation-wrapper .donation-form__fields--field select, .donation-wrapper .tribute-form__fields--field input, .donation-wrapper .tribute-form__fields--field div, .donation-wrapper .tribute-form__fields--field select {
          height: 100%;
          border: none;
          border-radius: 8px; }
        .donation-wrapper .donation-form__fields--field select, .donation-wrapper .tribute-form__fields--field select {
          background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/donation-icons/donation-chevron.svg");
          background-size: 16px;
          background-repeat: no-repeat;
          background-position: 95%;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          line-height: inherit; }
        .donation-wrapper .donation-form__fields--field label, .donation-wrapper .tribute-form__fields--field label {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          border-radius: 4px;
          font-weight: bold; }
          .donation-wrapper .donation-form__fields--field label:hover, .donation-wrapper .tribute-form__fields--field label:hover {
            opacity: .5; }
        .donation-wrapper .donation-form__fields--field input[type=radio]:checked + label, .donation-wrapper .tribute-form__fields--field input[type=radio]:checked + label {
          background: #018080; }
          .donation-wrapper .donation-form__fields--field input[type=radio]:checked + label:hover, .donation-wrapper .tribute-form__fields--field input[type=radio]:checked + label:hover {
            opacity: .8; }
      .donation-wrapper .donation-form__fields--cards, .donation-wrapper .tribute-form__fields--cards {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding-top: 50px; }
        @media screen and (max-width: 800px) {
          .donation-wrapper .donation-form__fields--cards, .donation-wrapper .tribute-form__fields--cards {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .donation-wrapper .donation-form__fields--cards .tribute-form__label, .donation-wrapper .tribute-form__fields--cards .tribute-form__label {
          position: absolute;
          margin-top: -50px; }
          @media screen and (max-width: 800px) {
            .donation-wrapper .donation-form__fields--cards .tribute-form__label, .donation-wrapper .tribute-form__fields--cards .tribute-form__label {
              position: relative; } }
        .donation-wrapper .donation-form__fields--cards input[type=radio]:checked + label img, .donation-wrapper .tribute-form__fields--cards input[type=radio]:checked + label img {
          -webkit-box-shadow: 0 0 0 2px #018080;
                  box-shadow: 0 0 0 2px #018080; }
        .donation-wrapper .donation-form__fields--cards input[type=radio]:checked + label, .donation-wrapper .tribute-form__fields--cards input[type=radio]:checked + label {
          position: relative; }
          .donation-wrapper .donation-form__fields--cards input[type=radio]:checked + label::before, .donation-wrapper .tribute-form__fields--cards input[type=radio]:checked + label::before {
            content: '';
            background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/donation-icons/donation-check.svg");
            position: absolute;
            width: 32px;
            height: 32px;
            left: 43%;
            top: -292px; }
      .donation-wrapper .donation-form__fields--card, .donation-wrapper .tribute-form__fields--card {
        margin: 5px 8px; }
        .donation-wrapper .donation-form__fields--card:hover, .donation-wrapper .tribute-form__fields--card:hover {
          cursor: pointer; }
        .donation-wrapper .donation-form__fields--card img, .donation-wrapper .tribute-form__fields--card img {
          max-width: 259px;
          height: 299px;
          -webkit-box-shadow: 0 0 0 2px #fff;
                  box-shadow: 0 0 0 2px #fff;
          -o-object-fit: cover;
             object-fit: cover; }
    .donation-wrapper .donation-form__anonymous, .donation-wrapper .tribute-form__anonymous {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .donation-wrapper .donation-form__anonymous input, .donation-wrapper .tribute-form__anonymous input {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        width: 16px;
        height: 16px;
        background: #FFFFFF;
        border: 1px solid rgba(217, 217, 217, 0.75);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
                box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
        border-radius: 8px;
        margin-right: 16px; }
        .donation-wrapper .donation-form__anonymous input:checked, .donation-wrapper .tribute-form__anonymous input:checked {
          background-color: #018080;
          border: 3px solid white; }
    .donation-wrapper .donation-form__bank1 select, .donation-wrapper .tribute-form__bank1 select {
      width: 100%;
      padding: 0px 10px; }
    .donation-wrapper .donation-form__gdpr, .donation-wrapper .tribute-form__gdpr {
      margin-bottom: 7px;
      max-width: 266px;
      margin: 0 auto;
      margin-top: 24px;
      margin-bottom: 20px;
      font-size: 16px; }
    .donation-wrapper .donation-form__names, .donation-wrapper .tribute-form__names {
      margin: 0px 20px; }
    .donation-wrapper .donation-form__address, .donation-wrapper .tribute-form__address {
      margin: 0px 20px; }
    .donation-wrapper .donation-form__city, .donation-wrapper .tribute-form__city {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 300px;
      margin: 0 auto; }
      .donation-wrapper .donation-form__city .donation-form__fields--field, .donation-wrapper .donation-form__city .tribute-form__fields--field, .donation-wrapper .tribute-form__city .donation-form__fields--field, .donation-wrapper .tribute-form__city .tribute-form__fields--field {
        width: 49% !important; }
    .donation-wrapper .donation-form__getaddress button:last-of-type, .donation-wrapper .tribute-form__getaddress button:last-of-type {
      background-color: #fff;
      color: #000;
      font-weight: normal;
      font-family: 'Adelle-Sans-Regular'; }
    .donation-wrapper .donation-form #bank-button, .donation-wrapper .tribute-form #bank-button {
      width: 300px;
      height: 59px;
      background: #018080;
      -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
              box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
      border-radius: 4px;
      border: none;
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 27px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      color: #FFFFFF;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto;
      font-family: futura;
      cursor: pointer; }
      .donation-wrapper .donation-form #bank-button:hover, .donation-wrapper .tribute-form #bank-button:hover {
        opacity: .8; }
    .donation-wrapper .donation-form__submit button, .donation-wrapper .tribute-form__submit button {
      width: 300px;
      height: 59px;
      background: #018080;
      -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
              box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
      border-radius: 4px;
      border: none;
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 27px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      color: #FFFFFF;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 20px auto 40px;
      font-family: futura;
      cursor: pointer; }
      .donation-wrapper .donation-form__submit button:hover, .donation-wrapper .tribute-form__submit button:hover {
        opacity: .8; }
    .donation-wrapper .donation-form__label, .donation-wrapper .tribute-form__label {
      background-image: url("/wp-content/themes/bz-afrikagrupperna/assets/images/icons/donation-icons/donation-line.svg");
      background-repeat: repeat-x;
      background-position: center;
      max-width: 538px;
      width: 100%;
      margin: 0 auto 15px; }
      @media screen and (max-width: 800px) {
        .donation-wrapper .donation-form__label, .donation-wrapper .tribute-form__label {
          max-width: 300px; } }
      .donation-wrapper .donation-form__label label, .donation-wrapper .tribute-form__label label {
        position: relative;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 27px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        color: #303030;
        background-color: #FAC95B;
        margin: 0 auto;
        white-space: nowrap;
        display: inline-block;
        padding: 0 20px; }

