/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

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

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

/**
 * 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;
}

/* Settings */

@font-face {
  font-family: "Recoleta-Bold";
  font-weight: normal;
  src: url("../fonts/3AAFB9_0_0.eot");
  src: url("../fonts/3AAFB9_0_0.eot") format("eot"),
    url("../fonts/3AAFB9_0_0.woff2") format("woff2"),
    url("../fonts/3AAFB9_0_0.woff") format("woff"),
    url("../fonts/3AAFB9_0_0.ttf") format("truetype");
}

/* poppins-regular - latin */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v9-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Poppins Regular'), local('Poppins-Regular'),
    url('../fonts/poppins-v9-latin-regular-1.eot') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/poppins-v9-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/poppins-v9-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/poppins-v9-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/poppins-v9-latin-regular.svg') format('svg');
  /* Legacy iOS */
}

/* poppins-500 - latin */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v9-latin-500.eot');
  /* IE9 Compat Modes */
  src: local('Poppins Medium'), local('Poppins-Medium'),
    url('../fonts/poppins-v9-latin-500-1.eot') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/poppins-v9-latin-500.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/poppins-v9-latin-500.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/poppins-v9-latin-500.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/poppins-v9-latin-500.svg') format('svg');
  /* Legacy iOS */
}

/* poppins-700 - latin */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v9-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Poppins Bold'), local('Poppins-Bold'),
    url('../fonts/poppins-v9-latin-700-1.eot') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/poppins-v9-latin-700.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/poppins-v9-latin-700.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/poppins-v9-latin-700.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/poppins-v9-latin-700.svg') format('svg');
  /* Legacy iOS */
}

/*Copyright 2014-2017 Indian Type Foundry (info@indiantypefoundry.com)

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL


-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------

PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.

The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.

DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.

"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).

"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).

"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.

"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.

PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:

1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.

2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.

3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.

4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.

5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.

TERMINATION
This license becomes null and void if any of the above conditions are
not met.

DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE. */

:root {
  /* typography */ /* 16 */ /* 20 */ /* 24 */ /* 32 */ /* 48 */ /* 64 */
  /* width */
  /* spacing */ /* 10 */ /* 10 */ /* 20 */ /* 40 */ /* 80 */ /* 160 */
  /* colors */
}

html {
  font-size: 20px;
  font-family: "Poppins", arial, sans-serif;
  scroll-behavior: smooth;
}

/* Elements */

blockquote {
  font-family: "Recoleta-Bold", arial, sans-serif;
  font-weight: bold;
  font-size: 36px;
  font-size: 1.8rem;
  text-align: center;
  max-width: 600px;
  margin: 40px 0;
  margin: 2rem 0;
}

cite {
  font-family: "Poppins", arial, sans-serif;
  font-weight: normal;
  font-size: 19px;
  font-size: 0.95rem;
}

body {
  background-color: #b2beeb;
  line-height: 1.5;
  color: #452a17;
}

figure {
  margin: 40px 0;
  margin: 2rem 0;
  }

figcaption {
  padding: 0;
}

form {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input,
select,
textarea {
  border: 1px solid #452a17;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  padding: 4px;
  margin-bottom: 10px;
  max-width: 100%;
}

textarea {
  width: 100%;
}

label {
  display: block;
  margin-top: 10px;
}

form button[type="submit"] {
  background-color: #452a17;
  color: #fff6eb;
  font-size: 19px;
  font-size: 0.95rem;
  border-radius: 8px;
  border: none;
  padding: 10px 20px;
}

label [type="checkbox"] {
  display: none;
}

[type="checkbox"] + span {
  display: inline-block;
  font-size: 19px;
  font-size: 0.95rem;
  padding: 5px 1em;
  border: 2px solid #452a17;
  border-radius: 16px;
}

[type="checkbox"]:hover + span {
  background: #fff6eb;
}

[type="checkbox"]:checked + span {
  display: inline-block;
  border: 2px solid #452a17;
  color: #452a17;
  background: #fff6eb;
}

[type="checkbox"][disabled] + span {
  background: #f00;
}

/* Remove country-dropdown for phone*/

#fields-phone-country {
  display: none;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
  margin: 0;
  padding-top: 20px;
  padding-top: 1rem;
  line-height: 1.2;
  font-family: "Recoleta-Bold", arial, sans-serif;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  padding-top: 0;
}

h1 {
  font-size: 32px;
  font-size: 1.6rem;
}

h2 {
  font-size: 24px;
  font-size: 1.2rem;
}

h3 {
  font-size: 20px;
  font-size: 1rem;
}

@media (min-width: 799px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.2rem;
  }
}

hr {
  border: 1px solid rgba(69, 42, 23, .2);
}

iframe {
    max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  color: #af7c58;
}

ul {
  margin-top: 20px;
  margin-top: 1rem;
  margin-bottom: 20px;
  margin-bottom: 1rem;
}

ol {
  margin-top: 20px;
  margin-top: 1rem;
  margin-bottom: 20px;
  margin-bottom: 1rem;
  font-size: 19px;
  font-size: 0.95rem;
}

li {
  margin-top: 10px;
  margin-top: 0.5rem;
  margin-bottom: 10px;
  margin-bottom: 0.5rem;
  font-size: 19px;
  font-size: 0.95rem;
}

p {
  font-size: 19px;
  font-size: 0.95rem;
  line-height: 1.42;
  margin-top: 0.5em;
}

summary {
  cursor: pointer;
}

table {
  margin-top: 20px;
  margin-top: 1rem;
  word-break: break-word;
}

tbody {
  vertical-align: top;
}

td {
  padding: 8px 20px;
  padding: 0.4rem 1rem;
  padding-left: 0;
}

/* Objects */

.o-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.o-grid__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

.o-grid__item--evenheight {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.o-grid--alternate .o-grid:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (min-width: 800px) {
  .o-grid__item--full {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }

  .o-grid__item--half {
    max-width: 50%;
  }

  /* fix image and wrapping in IE11 */
  @supports not (-ms-high-contrast: none) {
    .o-grid__item--half {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
    }
  }

  .o-grid__item--min-half {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .o-grid__item--third {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }

  .o-grid__item--two-thirds {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }

  .o-grid__item--fourth {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }

  .o-grid__item--wide-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 1000px) {
  .o-grid__item--third {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
  }

  .o-grid__item--two-thirds {
    -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
    max-width: 66.66%;
  }

  .o-grid__item--fourth {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }

  .o-grid__item--half-large {
    max-width: 50%;
  }
}

.o-grid__item--margin {
  margin: 20px;
  margin: 1rem;
}

.o-grid__item--margin-small {
  margin: 10px;
  margin: 0.5rem;
}

.o-grid__item--margin-side {
  margin: 0 20px;
  margin: 0 1rem;
}

.o-grid__item--padding {
  padding: 20px;
  padding: 1rem;
}

.o-grid__item--padding-small {
  padding: 10px;
  padding: 0.5rem;
}

.o-grid__item--padding--less {
  padding: 20px 40px;
  padding: 1rem 2rem;
}

.o-grid__item--padding-side {
  padding: 0 10px;
  padding: 0 0.5rem;
}

.o-grid__top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.o-grid__center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-grid__bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.o-grid__stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.o-grid__self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.o-grid__self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.o-grid__around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.o-grid__between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.o-grid__start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.o-grid__odd:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.center-margin {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 800px) {
  .o-grid__item--margin {
    margin: 2rem;
  }

  .o-grid__item--margin-side {
    margin: 0 2rem;
  }
  .o-grid__item--padding-side {
    padding: 0 2rem;
  }

  .o-grid__item--padding__top-bottom {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .o-grid__item--padding__left-right {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .o-grid__item--padding-wide {
    padding: 2rem;
  }
}

.o-wrapper {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-left: 1rem;
  padding-right: 20px;
  padding-right: 1rem;
}

.o-wrapper--medium {
  max-width: 1200px;
}

.o-wrapper--narrow {
  max-width: 900px;
}

/* Components */

/* Use Jacascript to display backgground images  */

.c-bgIllu-1 {
  background: url("../assets/blob/blob-right.svg") right 40px no-repeat;
}

.c-bgIllu-2 {
  background: url("../assets/blob/blob-right.svg") right 40px no-repeat,
    url("../assets/blob/blob-left.svg") left 1600px no-repeat;
}

.c-bgIllu-3 {
  background: url("../assets/blob/blob-right.svg") right 40px no-repeat,
    url("../assets/blob/blob-left.svg") left 1600px no-repeat,
    url("../assets/blob/blob-right.svg") right 3200px no-repeat;
}

.c-bgIllu-4 {
  background: url("../assets/blob/blob-right.svg") right 40px no-repeat,
    url("../assets/blob/blob-left.svg") left 1600px no-repeat,
    url("../assets/blob/blob-right.svg") right 3200px no-repeat,
    url("../assets/blob/blob-left.svg") left 4800px no-repeat;
}

.c-bgIllu-5 {
  background: url("../assets/blob/blob-right.svg") right 40px no-repeat,
    url("../assets/blob/blob-left.svg") left 1600px no-repeat,
    url("../assets/blob/blob-right.svg") right 3200px no-repeat,
    url("../assets/blob/blob-left.svg") left 4800px no-repeat,
    url("../assets/blob/blob-right.svg") right 6400px no-repeat;
}

.c-bgIllu-6 {
  background: url("../assets/blob/blob-right.svg") right 40px no-repeat,
    url("../assets/blob/blob-left.svg") left 1600px no-repeat,
    url("../assets/blob/blob-right.svg") right 3200px no-repeat,
    url("../assets/blob/blob-left.svg") left 4800px no-repeat,
    url("../assets/blob/blob-right.svg") right 6400px no-repeat,
    url("../assets/blob/blob-left.svg") left 8000px no-repeat;
}

@media screen and (max-width: 1000px) {
  .c-bgIllu-1,
  .c-bgIllu-2,
  .c-bgIllu-3,
  .c-bgIllu-4,
  .c-bgIllu-5,
  .c-bgIllu-6 {
    background-size: auto 500px;
  }
}

.c-contact-form {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 600px;
  padding: 40px;
  padding: 2rem;
  border-radius: 8px;
  background-color: #fff6eb;
}

.c-hero__index-outer-illu {
  background-image: url("../assets/blob/blob-hero-mobil.svg");
  background-repeat: no-repeat;
  background-position: right top;
  padding-top: 0;
  padding-bottom: 100px;
}

.c-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-hero--reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.c-hero--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-hero__video-embed {
  width: 100%;
  border: 0;
}

.c-hero__video-asset {
  width: 100%;
}

.c-hero__item-image img {
  max-height: 600px;
  width: auto;
}

@media screen and (min-width: 1000px) {
  .c-hero__index-outer-illu {
    min-height: 640px;
    background-image: url("../assets/blob/blob-hero.svg");
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 150px;
    margin-top: -250px;
    margin-bottom: -150px;
  }

  .c-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .c-hero__item {
    width: 50%;
  }

  .c-hero__item:first-child {
    padding-right: 2rem;
    margin-top: 50px;
  }

  .c-hero__video-embed {
    height: 400px;
  }

  .c-hero__item-image {
    margin-bottom: -40%;
    text-align: center;
  }
}

@media screen and (min-width: 1000px) {
  .c-hero__index-outer-illu {
    background-position: right center;
  }
}

.c-header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-top: 4rem;
  margin-bottom: 40px;
  margin-bottom: 2rem;
}

.c-featuredArticle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

  margin-bottom: 80px;
  margin-bottom: 4rem;
  margin-top: 80px;
  margin-top: 4rem;
}

.c-featuredArticle__item {
  margin-top: 80px;
  margin-top: 4rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.c-featuredArticle__item:hover {
  color: #452a17;
  /* IE 9 */
  -webkit-transform: translateY(-10px);
  /* Safari */
  transform: translateY(-10px);
}

@media screen and (min-width: 700px) {
  .c-featuredArticle__item {
    width: 30%;
    padding: 1%;
  }
}

.c-featuredPages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-top: 80px;
  margin-top: 4rem;
}

.c-featuredPages__item {
  width: 100%;
  margin-bottom: 40px;
  margin-bottom: 2rem;
}

.c-featuredPages__image {
  text-align: center;
}

.c-featuredPages__image img {
  max-height: 400px;
  width: auto;
}

/* Show background blob on first post */

.c-featuredPages__outer:first-of-type {
  background-image: url("../assets/blob/blob-modul-mobil.svg");
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 100px;
}

@media screen and (min-width: 700px) {
  .c-featuredPages__outer:first-of-type {
    background-image: url("../assets/blob/blob-modul.svg");
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 660px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .c-featuredPages__outer:nth-child(odd) .c-featuredPages {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-featuredPages__item {
    width: 50%;
  }
  .c-featuredPages__text {
    padding: 2rem;
  }
  .c-featuredPages__image img {
    max-height: 600px;
  }
}

.c-image {
  border-radius: 8px;

  /* Dropshadow that also will work on png with transparent background */
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="48" /><feOffset dx="15" dy="17" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(14px 16px 48px rgba(0, 0, 0, .2));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=14, OffY=16, Color='#C5C5C5')";
  -webkit-filter: drop-shadow(14px 16px 48px rgba(0, 0, 0, .2));
}

.c-image__h-400 {
  max-height: 400px;
}

.c-image__w-700 {
  max-width: 700px;
  width: 100%;
}

.c-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
  margin-top: 2rem;
  margin-bottom: 40px;
  margin-bottom: 2rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-menu__item {
  padding-right: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.7rem;
}

@media (min-width: 700px) {
  .c-menu__item {
    font-size: 1rem;
  }
}

.c-menu__logo {
  margin: 0 auto;
}

.c-menu__fun-logo {
  width: 100%;
  max-width: 52px;
  position: absolute;
  right: 3%;
  top: 0;
}

@media (min-width: 700px) {
  .c-menu__fun-logo {
    max-width: 76.2px;
  }
}

.c-menu--list {
  padding-top: 20px;
  padding-top: 1rem;
  margin: 0 auto;
}

/*  Dropdown menu  */

.c-menu__dropdown {
  display: inline-block;
}

.c-menu__dropdown-content {
  visibility: hidden;
  position: absolute;
  background-color: #fff6eb;
  left: 10px;
  right: 10px;
  padding: 10px 20px;
  padding: 0.5rem 1rem;
  z-index: 1;
  border-radius: 8px;
  border: 1px solid #452a17;
}

@media (min-width: 700px) {
  .c-menu__dropdown {
    position: relative;
  }
  .c-menu__dropdown-content {
    min-width: 250px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: 0;
    right: 0;
    border: none;
  }
}

.c-menu__dropdown-content a {
  display: block;
  padding: 10px 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(69, 42, 23, .2);
}

.c-menu__dropdown-content a:last-child {
  border-bottom: none;
}

.c-menu__dropdown-content a:hover {
  color: #78523d;
}

.c-menu__dropdown:hover .c-menu__dropdown-content {
  visibility: visible;
}

.c-menu__dropdown:focus-within .c-menu__dropdown-content {
  visibility: visible;
}

.c-footer {
  text-align: center;
  padding-top: 780px;
  margin-top: -600px;
  background-image: url("../assets/blob/blob-footer.svg");
  background-repeat: no-repeat;
  background-position: center top;
}

@media screen and (min-width: 700px) {
  .c-footer {
    padding-top: 800px;
  }
}

.c-footer-content {
  max-width: 700px;
  margin: 0 auto; /* center content */
}

/* SoMe Icons */

.c-footer-icon {
  margin: 40px 20px;
  margin: 2rem 1rem;
  text-decoration: none;
  display: inline-block;
}

.c-footer-icon img {
  width: 40px;
  height: 40px;
}

.c-footer-icon:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 0.8" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
}

@media screen and (min-width: 700px) {
  .c-footer-icon img {
    width: 70px;
    height: 70px;
  }
}

.c-button {
  border-radius: 13px;
  padding: 10px 40px;
  padding: 0.5rem 2rem;
  margin: 10px;
  margin: 0.5rem;
  margin-left: 0;
  background-color: #fff6eb;
  color: #452a17;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 19px;
  font-size: 0.95rem;
  text-decoration: none;
}

.c-button__secondary {
  border: 2px solid #452a17;
  color: #452a17;
  background-color: #fff6eb;
}

.c-button:hover {
  background-color: #452a17;
  color: #fff6eb;
}

.c-button__dark {
  color: #fff6eb;
  background-color: #452a17;
}

.c-button__dark:hover {
  background-color: #78523d;
}

.c-button-small {
  margin: 8px 0;
  margin: 0.4rem 0;
  padding: 0 20px;
  padding: 0 1rem;
  border: 2px solid #452a17;
  border-radius: 16px;
  display: inline-block;
  line-height: 2;
  font-size: 19px;
  font-size: 0.95rem;
  text-decoration: none;
}

.c-button-small:hover {
  background-color: rgba(255, 246, 235, .4);
  color: #452a17;
}

@media screen and (min-width: 700px) {
  .c-button-small {
    margin: 0.4rem;
  }
}

.c-quote {
  height: 1400px;
  background-image: url("../assets/blob/blob-quot.svg");
  background-repeat: no-repeat;
  background-position: center center;
  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;
  margin-top: -400px;
  margin-bottom: -400px;
}

.c-product-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-product-card:hover {
  color: #452a17;
  /* IE 9 */
  -webkit-transform: translateY(-10px);
  /* Safari */
  transform: translateY(-10px);
}

.c-product-card img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
  max-height: 200px;
}

.c-product-card-text {
  font-weight: bold;
  min-height: 90px;
}

.c-product {
}

.c-product-hero {
  margin-top: 80px;
  margin-top: 4rem;
  margin-bottom: 80px;
  margin-bottom: 4rem;
}

.c-product-hero__image {
  max-height: 500px;
  padding-bottom: 40px;
  padding-bottom: 2rem;
}

.c-product-hero__description {
  max-width: 600px;
}

.c-product-info__list {
  font-size: 19px;
  font-size: 0.95rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Show background blob */

.c-product-hero__outer {
  background-image: url("../assets/blob/blob-modul-mobil.svg");
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 20px;
  min-height: 560px;
}

@media screen and (min-width: 700px) {
  .c-product-hero__outer {
    background-image: url("../assets/blob/blob-modul.svg");
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 660px;
    padding-top: 200px;
    padding-bottom: 100px;
    margin-top: -200px;
    margin-bottom: -100px;
  }
}

.c-card-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
  padding: 0.5rem;
}

.c-card-layout__item {
  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;
  padding: 10px;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.c-card-layout__item-side {
  padding-left: 10px;
  padding-left: 0.5rem;
  padding-right: 10px;
  padding-right: 0.5rem;
  width: 100%;
}

@media (min-width: 700px) {
  .c-card-layout {
    padding: 1rem;
  }

  .c-card-layout__item {
    padding: 1rem;
  }

  .c-card-layout__item-side {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
}

.c-card-layout__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 300px;
  word-break: break-word;
}

@media (max-width: 800px) {
  .c-card-layout__content {
    min-height: 200px;
  }
}

/* disable buggy flexbox in IE11 */

@media all and (-ms-high-contrast: none) {
  .c-card-layout__content {
    display: block;
  }
}

.c-card-layout__content--rmv-height {
  min-height: 0;
}

.c-card-layout__mission-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
  min-height: 300px;
}

.c-card-layout__publication {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-card-layout__person-content {
  padding: 20px;
  padding: 1rem;
  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;
}

/* disable buggy flexbox in IE11 */

@media all and (-ms-high-contrast: none) {
  .c-card-layout__person-content {
    display: block;
  }
}

.c-card-layout__img {
  width: 130px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-layout__img--small {
  width: 90px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-layout__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-card-layout__full {
  width: 100%;
}

@media (min-width: 600px) {
  .c-card-layout__fourth {
    width: 50%;
  }
}

@media (min-width: 700px) {
  .c-card-layout__third {
    width: 50%;
  }
}

@media (min-width: 900px) {
  .c-card-layout__fourth {
    width: 33.33%;
  }

  .c-card-layout__half {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .c-card-layout__third {
    width: 33.33%;
  }

  .c-card-layout__fourth {
    width: 25%;
  }
}

.sprout-form-upload-hidden {
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0px;
  padding: 0px;
}

.sprout-form-upload-button {
  display: inline-block;
  background-color: #452a17;
  color: #fff6eb;
  font-size: 19px;
  font-size: 0.95rem;
  border-radius: 8px;
  border: none;
  padding: 10px 20px;
}

.c-cookie-banner-isbjorn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 80px;
  padding-top: 4rem;
  background-image: url("../assets/blob/Popup.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media (min-width: 800px) {
  .c-cookie-banner-isbjorn {
    padding-top: 5rem;
  }
}

/* Utilities */

@media all and (-ms-high-contrast: none) {
  .u-hide-on-ie {
    display: none;
  }
}

@media (max-width: 1000px) {
  .u-hide-on-mobile {
    display: none;
  }
}

@media (min-width: 1000px) {
  .u-hide-on-desktop {
    display: none;
  }
}

.u-hidden {
  visibility: hidden;
}

.hide-content {
  display: none;
}

.u-bg--white {
  background-color: #fff6eb;
}

.u-br {
  border-radius: 8px;
}

.u-margin-tiny {
  margin: 8px;
  margin: 0.4rem;
}

.u-margin {
  margin: 20px;
  margin: 1rem;
}

.u-padding--large {
  padding: 20px;
  padding: 1rem;
}

@media screen and (min-width: 700px) {
  .u-padding--large {
    padding: 2rem;
  }
}

.u-padding--large-responsive {
  padding: 40px;
  padding: 2rem;
}

.u-padding-top {
  padding-top: 20px;
  padding-top: 1rem;
}

.u-padding-bottom {
  padding-bottom: 20px;
  padding-bottom: 1rem;
}

.u-padding-bottom--huge {
  padding-bottom: 160px;
  padding-bottom: 8rem;
}

.u-padding-bottom--large {
  padding-bottom: 40px;
  padding-bottom: 2rem;
}

.u-padding-top-bottom {
  padding-top: 20px;
  padding-top: 1rem;
  padding-bottom: 20px;
  padding-bottom: 1rem;
}

.u-padding-top-bottom--large {
  padding-top: 40px;
  padding-top: 2rem;
  padding-bottom: 40px;
  padding-bottom: 2rem;
}

.u-padding-right {
  padding-right: 20px;
  padding-right: 1rem;
}

.u-padding-right--large {
  padding-right: 40px;
  padding-right: 2rem;
}

.u-padding-left--large {
  padding-left: 40px;
  padding-left: 2rem;
}

.u-padding {
  padding: 20px;
  padding: 1rem;
}

.u-padding--small {
  padding: 10px;
  padding: 0.5rem;
}

.u-padding-button {
  padding: 14px 20px;
  padding: 0.7rem 1rem;
}

.u-margin-bottom {
  margin-bottom: 20px;
  margin-bottom: 1rem;
}

.u-margin-bottom--small {
  margin-bottom: 10px;
  margin-bottom: 0.5rem;
}

.u-margin-bottom--large {
  margin-bottom: 40px;
  margin-bottom: 2rem;
}

.u-margin-bottom--huge {
  margin-bottom: 160px;
  margin-bottom: 8rem;
}

.u-margin-top {
  margin-top: 20px;
  margin-top: 1rem;
}

.u-margin-top--small {
  margin-top: 10px;
  margin-top: 0.5rem;
}

.u-margin-top--large {
  margin-top: 40px;
  margin-top: 2rem;
}

.u-margin-top--huge {
  margin-top: 160px;
  margin-top: 8rem;
}

.u-margin-top-bottom {
  margin-top: 20px;
  margin-top: 1rem;
  margin-bottom: 20px;
  margin-bottom: 1rem;
}

.u-margin-top-bottom--small {
  margin-top: 10px;
  margin-top: 0.5rem;
  margin-bottom: 10px;
  margin-bottom: 0.5rem;
}

.u-margin-top-bottom--large {
  margin-top: 40px;
  margin-top: 2rem;
  margin-bottom: 40px;
  margin-bottom: 2rem;
}

.u-margin-top-bottom--larger {
  margin-top: 80px;
  margin-top: 4rem;
  margin-bottom: 80px;
  margin-bottom: 4rem;
}

.u-margin-top-bottom--huge {
  margin-top: 160px;
  margin-top: 8rem;
  margin-bottom: 160px;
  margin-bottom: 8rem;
}

.u-margin-top-bottom--responsive {
  margin-top: 80px;
  margin-top: 4rem;
  margin-bottom: 80px;
  margin-bottom: 4rem;
}

.u-animation-fade-in {
  -webkit-animation: keyframes-fade-in 2s;
          animation: keyframes-fade-in 2s;
}

.u-bgIllu-spacing-top-100 {
  margin-top: -100px;
  padding-top: 100px;
  min-height: 810px;
}

.u-content-negative {
  margin-bottom: -840px;
}

@-webkit-keyframes keyframes-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes keyframes-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Text */

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-rmv-td {
  text-decoration: none;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-inline {
  display: inline-block;
}

.u-bold {
  font-weight: bold;
}

.u-hyphens {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.u-letter-spacing {
  letter-spacing: 0.09em;
}

.u-title-tag {
  font-size: 19px;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.u-lead {
  font-size: 20px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.u-maxp {
  max-width: 490px;
}

@media screen and (min-width: 1200px) {
  .u-maxp {
    max-width: 600px;
  }
}


/*# sourceMappingURL=isbjorn.dist.css.map*/