html {
    box-sizing: border-box; }

*, *::after, *::before {
    box-sizing: inherit; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }

/**
 * Remove default margin.
 */
body {
    margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
    display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
    outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
    font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
    text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
    cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0; }

td, th {
    padding: 0; }

body {
    -webkit-font-feature-settings: "kern", "liga", "pnum";
    -moz-font-feature-settings: "kern", "liga", "pnum";
    -ms-font-feature-settings: "kern", "liga", "pnum";
    font-feature-settings: "kern", "liga", "pnum";
    color: #4b4544;
    font-family: "interface", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    line-height: 1.2; }

h1, h2, h3, h4, h5, h6 {
    font-family: "interface", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 1em;
    line-height: 1.1;
    margin: 0 0 0.6em; }

h1, .h1 {
    font-size: 4.3em;
    font-weight: 700;
    line-height: 1.05; }

h2, .h2 {
    font-size: 3.4em;
    font-weight: 700;
    line-height: 1.05; }

h3, .h3 {
    font-size: 2.1em;
    font-weight: 700; }

h4, .h4 {
    font-size: 1.9em;
    font-weight: 700; }

h5, .h5 {
    font-size: 1.7em;
    font-weight: 700; }

h6, .h6 {
    font-size: 1.37em;
    font-weight: 700; }

p {
    margin: 0 0 0.6em; }

a {
    color: #5fc5bf;
    text-decoration: none;
    transition: color 0.1s linear; }
a:active, a:focus, a:hover {
    color: #399e98; }
a:active, a:focus {
    outline: none; }

hr {
    border-bottom: 1px solid #e8e8e8;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1.2em 0; }

img, picture {
    margin: 0;
    max-width: 100%; }

fieldset {
    border: none;
    margin: 0;
    padding: 0; }

input, label, select {
    font-family: "interface", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 1em; }

label {
    margin-bottom: 0.3em; }
label.required::after {
    content: "*"; }
label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, select[multiple=multiple], textarea {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.6em;
    padding: 0.6em;
    border: none;
    box-sizing: border-box;
    display: block;
    font-family: "interface", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #5fc5bf;
    background-color: #272222;
    transition: border-color; }
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover, select[multiple=multiple]:hover, textarea:hover {
    border-color: #cfcfcf; }
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus, select[multiple=multiple]:focus, textarea:focus {
    border-color: #5fc5bf;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(76, 190, 184, 0.7);
    outline: none; }
input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled, select[multiple=multiple]:disabled, textarea:disabled {
    background-color: #f0f0f0;
    cursor: not-allowed; }
input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover, select[multiple=multiple]:disabled:hover, textarea:disabled:hover {
    border: 1px solid #e8e8e8; }
input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select[multiple=multiple]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ada9a9; }
input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder, select[multiple=multiple]::-moz-placeholder, textarea::-moz-placeholder {
    color: #ada9a9; }
input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder, select[multiple=multiple]:-moz-placeholder, textarea:-moz-placeholder {
    color: #ada9a9; }
input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder, select[multiple=multiple]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ada9a9; }

textarea {
    resize: vertical; }

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }

input[type="checkbox"], input[type="radio"] {
    margin-right: 0.3em;
    display: inline; }

input[type="file"] {
    width: 100%;
    padding-bottom: 0.6em; }

select {
    width: auto;
    max-width: 100%;
    margin-bottom: 1.2em; }

.c-button, button, input[type="button"], input[type="reset"], input[type="submit"], button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 0.6em 1.2em;
    border: none;
    display: inline-block;
    vertical-align: middle;
    font-family: "interface", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 1.37em;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #5fc5bf;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out; }
@media screen and (max-width: 45.9375em)  {
    .c-button, button, input[type="button"], input[type="reset"], input[type="submit"], button {
        width: 100%;
        display: block; } }
.c-button:hover, .c-button:focus, button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, button:hover, button:focus {
    color: #fff;
    background-color: #399e98; }
.c-button:disabled, button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
.c-button.c-button--block, button.c-button--block, input[type="button"].c-button--block, input[type="reset"].c-button--block, input[type="submit"].c-button--block, button.c-button--block {
    width: 100%;
    display: block; }
.c-button.c-button--alpha, button.c-button--alpha, input[type="button"].c-button--alpha, input[type="reset"].c-button--alpha, input[type="submit"].c-button--alpha, button.c-button--alpha {
    padding: 0.6em 3.6em; }

table {
    -webkit-font-feature-settings: "kern", "liga", "tnum";
    -moz-font-feature-settings: "kern", "liga", "tnum";
    -ms-font-feature-settings: "kern", "liga", "tnum";
    font-feature-settings: "kern", "liga", "tnum";
    border-collapse: collapse;
    margin: 0.6em 0;
    table-layout: fixed;
    width: 100%; }

th {
    border-bottom: 1px solid #c2c2c2;
    font-weight: 600;
    padding: 0.6em 0;
    text-align: left; }

td {
    border-bottom: 1px solid #e8e8e8;
    padding: 0.6em 0; }

tr, td, th {
    vertical-align: middle; }

ul, ol {
    list-style-type: none;
    margin: 0;
    padding: 0; }

dl {
    margin-bottom: 0.6em; }
dl dt {
    font-weight: bold;
    margin-top: 0.6em; }
dl dd {
    margin: 0; }

.c-article {
    padding: 2.4em 0;
    border-bottom: solid 1px #5fc5bf;
    text-align: center;
    color: #5fc5bf; }
.c-article::after {
    clear: both;
    content: "";
    display: table; }
.c-article:first-of-type {
    border-top: solid 1px #5fc5bf; }
.c-article:last-of-type {
    margin-bottom: 2.4em;
    border-bottom: solid 1px #5fc5bf; }
.c-article.is-active .c-article__image {
    border-color: #c2e6e5; }
.c-article.is-active .c-article__content {
    display: block; }
.c-article.is-active .c-article__summary p::after {
    content: ''; }
.c-article.is-active .c-article__key-facts {
    display: block; }
.c-article.is-active .u-news-slider-exists {
    display: none; }
.c-article.is-active .c-slider--news {
    visibility: visible;
    height: auto; }

@media screen and (min-width: 48.0625em)  {
    .c-article__image-container, .c-article__main {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
    .c-article__image-container:last-child, .c-article__main:last-child {
        margin-right: 0; }
    .c-article__image-container:nth-child(2n), .c-article__main:nth-child(2n) {
        margin-right: 0; }
    .c-article__image-container:nth-child(2n+1), .c-article__main:nth-child(2n+1) {
        clear: left; } }

.c-article__image-container {
    text-align: center; }
@media screen and (max-width: 48.0625em)  {
    .c-article__image-container {
        margin-bottom: 1.2em; } }

.c-article__image {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    border: solid 10px #5fc5bf;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }

@media screen and (max-width: 48.0625em)  {
    .c-article__main {
        padding-top: 1.2em; } }
@media screen and (min-width: 48.0625em) and (max-width: 64.0625em)  {
    .c-article__main {
        padding-right: 0.6em; } }
@media screen and (min-width: 64.0625em)  {
    .c-article__main {
        padding-right: 1.2em; } }

.c-article__meta {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
    padding: 1.2em 0.6em;
    text-align: center; }

.c-article__title {
    font-weight: bold;
    color: #fff; }

.c-article__date {
    color: #5fc5bf;
    margin: 0; }

.c-article__key-facts {
    display: none;
    padding-top: 1.2em; }
.c-article__key-facts h6, .c-article__key-facts p {
    margin: 0 0 0.2em 0; }

@media screen and (min-width: 48.0625em)  {
    .c-article__summary, .c-article__summary--noreadmore, .c-article__content {
        font-size: 1.37em; } }

.c-article__summary p {
    margin: 0; }
.c-article__summary p::after {
    content: '...'; }

.c-article__summary--noreadmore p {
    margin: 0; }
.c-article__summary--noreadmore p::after {
    content: ''; }

.c-article__content {
    display: none; }

.c-article__read-more__flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    margin-top: 1.2em; }

.c-article__read-more {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
    -ms-flex-negative: 1;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    flex-basis: auto;
    -ms-flex-preferred-size: auto;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
    margin-right: 0.6em;
    font-size: 1.125rem;
    font-weight: bold;
    cursor: pointer; }
.c-article__read-more h4 {
    margin: 0;
    padding: 0; }

.c-circle {
    width: 240px;
    height: 240px;
    font-size: 0.9375rem; }
@media screen and (max-width: 45.9375em)  {
    .c-circle {
        margin: 0 auto 1.2em auto; } }
@media screen and (min-width: 45.9375em) and (max-width: 64.0625em)  {
    .c-circle {
        display: inline-block;
        vertical-align: middle; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--float-right {
        float: right; } }
.c-circle.c-circle--alpha .c-circle__content {
    color: #4b4544; }
.c-circle.c-circle--alpha .c-circle__content:after {
    background-color: #c2e6e5; }
.c-circle.c-circle--beta .c-circle__content {
    color: #fff; }
.c-circle.c-circle--beta .c-circle__content:after {
    background-color: #5fc5bf; }
.c-circle.c-circle--ceta .c-circle__content {
    color: #5fc5bf;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1; }
.c-circle.c-circle--ceta .c-circle__content:after {
    background-color: #fff; }
.c-circle.c-circle--ceta.c-circle--mini .c-circle__content {
    font-size: 1.5625rem;
    font-weight: bold; }
.c-circle.c-circle--mini {
    width: 160px;
    height: 160px; }
.c-circle.c-circle--maxi {
    width: 270px;
    height: 270px; }
.c-circle.c-circle--maxi-centered {
    margin: 0 auto; }
.c-circle.c-circle--bold {
    font-weight: bold; }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--child {
        position: absolute; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--l-n {
        top: -120px;
        left: 130px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--l-ne {
        top: -115px;
        left: 185px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--l-e {
        top: 20px;
        left: 245px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--l-se {
        top: 150px;
        left: 230px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--l-s {
        top: 210px;
        left: 15px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--l-sw {
        top: 115px;
        left: -185px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--l-w {
        top: 20px;
        left: -215px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--l-nw {
        top: -115px;
        left: -180px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--lr-nw {
        top: -100px;
        left: 20px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--ls-ne {
        top: -80px;
        left: 170px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--lrs-nw {
        top: -90px;
        left: 80px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--lrs-sw {
        top: 135px;
        left: 60px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--lrs-w {
        top: 60px;
        left: 40px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--lr-sw {
        top: 190px;
        left: 25px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--r-ne {
        top: -115px;
        left: 180px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--r-w {
        top: 0;
        left: 0; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--r-sw {
        top: 115px;
        left: 40px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--r-se {
        top: 115px;
        left: 160px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--rr-e {
        top: 0;
        left: -30px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--rr-sw {
        top: 115px;
        left: 100px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle .c-circle--rr-w {
        top: 0px;
        left: 20px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--rr-nw {
        top: -150px;
        left: 20px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--s-se {
        top: 90px;
        left: 80px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--s-ne {
        top: -90px;
        left: 100px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--sr-se {
        top: 60px;
        left: 170px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--sr-sw {
        top: 80px;
        left: 80px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--sr-w {
        top: 0px;
        left: 120px; } }
@media screen and (min-width: 64.0625em)  {
    .c-circle.c-circle--sr-nw {
        top: -90px;
        left: 160px; } }

.c-circle__white-alt-content {
    margin-bottom: 2.4em; }
@media screen and (min-width: 64.0625em)  {
    .c-circle__white-alt-content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
    .c-circle__white-alt-content:last-child {
        margin-right: 0; }
    .c-circle__white-alt-content:nth-child(4n) {
        margin-right: 0; }
    .c-circle__white-alt-content:nth-child(4n+1) {
        clear: left; } }
@media screen and (min-width: 48.0625em) and (max-width: 64.0625em)  {
    .c-circle__white-alt-content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
    .c-circle__white-alt-content:last-child {
        margin-right: 0; }
    .c-circle__white-alt-content:nth-child(2n) {
        margin-right: 0; }
    .c-circle__white-alt-content:nth-child(2n+1) {
        clear: left; } }
.c-circle__white-alt-content:last-child {
    margin-bottom: 0; }

.c-circle__white-alt {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    width: 190px;
    height: 190px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background-color: #fff; }
.c-circle__white-alt .c-circle__white-alt-title {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
    padding: 1.2em;
    border-radius: 50%;
    overflow: hidden;
    font-size: 1.55em;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    color: #5fc5bf; }
.c-circle__white-alt .c-circle__white-alt-title p {
    margin: 0; }

.c-circle__content {
    width: 100%;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    text-align: center;
    color: #fff; }
.c-circle__content:after {
    content: '';
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    display: block;
    border-radius: 50%; }

.c-circle--parent {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

.c-circle__inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.c-circle__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    width: 100%;
    height: 100%; }

.c-circle__text {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
    padding: 1.2em;
    vertical-align: middle; }
.c-circle__text p {
    margin: 0; }

.c-form::after {
    clear: both;
    content: "";
    display: table; }
@media screen and (min-width: 48.0625em)  {
    .c-form.c-form--contact fieldset {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
    .c-form.c-form--contact fieldset:last-child {
        margin-right: 0; }
    .c-form.c-form--contact fieldset:nth-child(2n) {
        margin-right: 0; }
    .c-form.c-form--contact fieldset:nth-child(2n+1) {
        clear: left; } }

.c-form__submit {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-top: 1.2em; }
.c-form__submit:last-child {
    margin-right: 0; }
.c-form__submit:nth-child(1n) {
    margin-right: 0; }
.c-form__submit:nth-child(1n+1) {
    clear: left; }

.c-form__errors {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding: 0.3em;
    text-align: center;
    color: #fff;
    background-color: #e74c3c;
    background-color: rgba(231, 76, 60, 0.7); }
.c-form__errors:last-child {
    margin-right: 0; }
.c-form__errors:nth-child(1n) {
    margin-right: 0; }
.c-form__errors:nth-child(1n+1) {
    clear: left; }

.c-form__success {
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    color: #5fc5bf; }

.u-icon {
    margin-right: 0.6em;
    vertical-align: middle;
    background-repeat: no-repeat; }
.u-icon.u-icon--arrow, .u-icon.u-icon--burger, .u-icon.u-icon--cross {
    width: 51px;
    height: 51px;
    background-size: 49px 49px;
    background-position: center center; }
@media screen and (max-width: 48.0625em)  {
    .u-icon.u-icon--twitter {
        width: 51px;
        height: 51px;
        background-size: 49px 49px;
        background-position: center center; } }
@media screen and (min-width: 48.0625em)  {
    .u-icon.u-icon--twitter {
        width: 41px;
        height: 41px;
        background-size: 39px 39px;
        background-position: center center; } }
.u-icon.u-icon--arrow-left {
    background-image: url('../img/arrow-left.png');
    background-image: url('../img/arrow-left.svg'), linear-gradient(transparent, transparent); }
.u-icon.u-icon--arrow-right {
    background-image: url('../img/arrow-right.png');
    background-image: url('../img/arrow-right.svg'), linear-gradient(transparent, transparent); }
.u-icon.u-icon--arrow-up {
    background-image: url('../img/arrow-up.png');
    background-image: url('../img/arrow-up.svg'), linear-gradient(transparent, transparent); }
.u-icon.u-icon--arrow-down {
    background-image: url('../img/arrow-down.png');
    background-image: url('../img/arrow-down.svg'), linear-gradient(transparent, transparent); }
.u-icon.u-icon--arrow-left-beta {
    background-image: url('../img/arrow-left-beta.png');
    background-image: url('../img/arrow-left-beta.svg'), linear-gradient(transparent, transparent); }
.u-icon.u-icon--arrow-right-beta {
    background-image: url('../img/arrow-right-beta.png');
    background-image: url('../img/arrow-right-beta.svg'), linear-gradient(transparent, transparent); }
.u-icon.u-icon--arrow-up-beta {
    background-image: url('../img/arrow-up-beta.png');
    background-image: url('../img/arrow-up-beta.svg'), linear-gradient(transparent, transparent); }
.u-icon.u-icon--arrow-down-beta {
    background-image: url('../img/arrow-down-beta.png');
    background-image: url('../img/arrow-down-beta.svg'), linear-gradient(transparent, transparent); }
.u-icon.u-icon--arrow-left-dark {
    background-image: url('../img/arrow-left-dark.png');
    background-image: url('../img/arrow-left-dark.svg'), linear-gradient(transparent, transparent); }
.u-icon.u-icon--arrow-right-dark {
    background-image: url('../img/arrow-right-dark.png');
    background-image: url('../img/arrow-right-dark.svg'), linear-gradient(transparent, transparent); }
.u-icon.u-icon--twitter {
    background-image: url('../img/icon-twitter.png');
    background-image: url('../img/icon-twitter.svg'), linear-gradient(transparent, transparent); }
.u-icon.u-icon--burger {
    background-image: url('../img/icon-burger.png');
    background-image: url('../img/icon-burger.svg'), linear-gradient(transparent, transparent); }
.u-icon.u-icon--cross {
    background-image: url('../img/icon-cross.png');
    background-image: url('../img/icon-cross.svg'), linear-gradient(transparent, transparent); }

.u-icon--inline {
    display: inline-block; }

.u-icon--flex {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
    -ms-flex-negative: 1;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    flex-basis: auto;
    -ms-flex-preferred-size: auto;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
    cursor: pointer; }

.c-nav a {
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 3px;
    display: block;
    font-weight: bold;
    color: #fff; }
@media screen and (min-width: 48.0625em)  {
    .c-nav a:hover, .c-nav a.selected {
        border-bottom: 2px solid #fff; } }
.c-nav.c-nav--horizontal {
    width: 100%;
    position: relative; }
.c-nav.c-nav--horizontal ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row; }
.c-nav.c-nav--horizontal li {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    display: inherit; }

.c-pagination {
    margin: 1.2em auto;
    text-align: center; }
.c-pagination .u-icon {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }

.c-pagination__prev, .c-pagination__next {
    display: inline-block; }

.c-person__container {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border: 12px solid #c2e6e5;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    cursor: default;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
.c-person__container:hover, .c-person__container.has-hover {
    border: 0px solid #c2e6e5; }
.c-person__container:hover .c-person__info, .c-person__container.has-hover .c-person__info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
@media screen and (min-width: 64.0625em)  {
    .c-person:nth-child(4) .c-person__container {
        margin-right: 2.4em; } }
@media screen and (min-width: 64.0625em)  {
    .c-person:nth-child(5) .c-person__container {
        margin-left: 2.4em; } }

.c-person__info {
    width: inherit;
    height: inherit;
    padding: 1.2em;
    padding: 1.7em 1.2em 1.2em 1.2em;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    background-color: #4b4544;
    background-color: rgba(75, 69, 68, 0.8);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
.c-person__info p {
    margin: 0; }

.c-person__meta {
    margin-bottom: 0.6em;
    font-weight: bold; }

.c-person__name, .c-person__title {
    margin-bottom: 0; }

.c-person__name {
    margin-top: 0.3em;
    color: #5fc5bf; }

.c-person__title {
    font-weight: bold;
    font-size: 1.15em;
    padding-bottom: 8px; }

.slick-slide:focus, .slick-current:focus, .slick-active:focus, .slick-centre:focus, .slick track:focus {
    outline: -webkit-focus-ring-color none 0; }

.c-slider {
    margin-bottom: 0; }
.c-slider.c-slider--home .slick-prev, .c-slider.c-slider--home .slick-next {
    width: 50px;
    height: 50px;
    top: auto;
    bottom: 10px;
    z-index: 1; }
.c-slider.c-slider--home .slick-prev:before, .c-slider.c-slider--home .slick-next:before {
    content: '';
    display: none; }
@media screen and (max-width: 42.8125em)  {
    .c-slider.c-slider--home .slick-prev {
        margin-bottom: 45px; } }
@media screen and (min-width: 42.8125em) and (max-width: 48.0625em)  {
    .c-slider.c-slider--home .slick-prev {
        margin-bottom: 70px; } }
@media screen and (min-width: 48.0625em)  {
    .c-slider.c-slider--home .slick-prev {
        margin-bottom: 30px; } }
@media screen and (max-width: 20.0625em)  {
    .c-slider.c-slider--home .slick-prev {
        left: 32%; } }
@media screen and (min-width: 20.0625em) and (max-width: 48.0625em)  {
    .c-slider.c-slider--home .slick-prev {
        left: 34%; } }
@media screen and (min-width: 48.0625em) and (max-width: 64.0625em)  {
    .c-slider.c-slider--home .slick-prev {
        left: 42%; } }
@media screen and (min-width: 64.0625em)  {
    .c-slider.c-slider--home .slick-prev {
        left: 44.5%; } }
@media screen and (max-width: 42.8125em)  {
    .c-slider.c-slider--home .slick-next {
        margin-bottom: 45px; } }
@media screen and (min-width: 42.8125em) and (max-width: 48.0625em)  {
    .c-slider.c-slider--home .slick-next {
        margin-bottom: 70px; } }
@media screen and (min-width: 48.0625em)  {
    .c-slider.c-slider--home .slick-next {
        margin-bottom: 30px; } }
@media screen and (max-width: 20.0625em)  {
    .c-slider.c-slider--home .slick-next {
        right: 32%; } }
@media screen and (min-width: 20.0625em) and (max-width: 48.0625em)  {
    .c-slider.c-slider--home .slick-next {
        right: 34%; } }
@media screen and (min-width: 48.0625em) and (max-width: 64.0625em)  {
    .c-slider.c-slider--home .slick-next {
        right: 42%; } }
@media screen and (min-width: 64.0625em)  {
    .c-slider.c-slider--home .slick-next {
        right: 44.5%; } }
.c-slider.c-slider--home.slick-initialized .slick-slide {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.3; }
.c-slider.c-slider--home.slick-initialized .slick-current {
    opacity: 1; }
@media screen and (min-width: 48.0625em)  {
    .c-slider.c-slider--home.slick-initialized .slick-current {
        width: 960px;
        max-width: 960px; } }
.c-slider.c-slider--about-us {
    margin-bottom: 80px;
    background-color: #4b4544; }
@media screen and (min-width: 48.0625em)  {
    .c-slider.c-slider--about-us {
        padding: 0 1.2em; } }
@media screen and (min-width: 48.0625em)  {
    .c-slider.c-slider--about-us {
        padding: 0 2.4em; } }
.c-slider.c-slider--about-us .slick-prev, .c-slider.c-slider--about-us .slick-next {
    width: 50px;
    height: 50px;
    top: auto;
    bottom: 10px;
    z-index: 1; }
.c-slider.c-slider--about-us .slick-prev:before, .c-slider.c-slider--about-us .slick-next:before {
    content: '';
    display: none; }
.c-slider.c-slider--about-us .slick-prev {
    bottom: -50px; }
@media screen and (max-width: 20.0625em)  {
    .c-slider.c-slider--about-us .slick-prev {
        left: 26%; } }
@media screen and (min-width: 20.0625em) and (max-width: 48.0625em)  {
    .c-slider.c-slider--about-us .slick-prev {
        left: 30%; } }
@media screen and (min-width: 48.0625em) and (max-width: 64.0625em)  {
    .c-slider.c-slider--about-us .slick-prev {
        left: 42%; } }
@media screen and (min-width: 64.0625em)  {
    .c-slider.c-slider--about-us .slick-prev {
        left: 44.5%; } }
.c-slider.c-slider--about-us .slick-next {
    bottom: -50px; }
@media screen and (max-width: 20.0625em)  {
    .c-slider.c-slider--about-us .slick-next {
        right: 26%; } }
@media screen and (min-width: 20.0625em) and (max-width: 42.8125em)  {
    .c-slider.c-slider--about-us .slick-next {
        right: 30%; } }
@media screen and (min-width: 42.8125em) and (max-width: 48.0625em)  {
    .c-slider.c-slider--about-us .slick-next {
        right: 36%; } }
@media screen and (min-width: 48.0625em) and (max-width: 64.0625em)  {
    .c-slider.c-slider--about-us .slick-next {
        right: 42%; } }
@media screen and (min-width: 64.0625em)  {
    .c-slider.c-slider--about-us .slick-next {
        right: 44.5%; } }
.c-slider.c-slider--news {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 3.6em;
    visibility: hidden;
    height: 0; }
.c-slider.c-slider--news .slick-prev, .c-slider.c-slider--news .slick-next {
    width: 50px;
    height: 50px;
    top: auto;
    bottom: -50px;
    z-index: 1; }
.c-slider.c-slider--news .slick-prev:before, .c-slider.c-slider--news .slick-next:before {
    content: '';
    display: none; }
.c-slider.c-slider--news .slick-prev {
    left: 15px; }
.c-slider.c-slider--news .slick-next {
    right: 15px; }
.c-slider.c-slider--news .slick-dots li button:before {
    font-size: 15px;
    color: #5fc5bf; }

.o-contain .c-slider--home {
    background-color: #4b4544; }

.c-slider__background-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
@media screen and (max-width: 42.8125em)  {
    .c-slider__background-image {
        height: 60vw; } }
@media screen and (min-width: 42.8125em) and (max-width: 48.0625em)  {
    .c-slider__background-image {
        height: 70vw; } }
@media screen and (min-width: 48.0625em)  {
    .c-slider__background-image {
        height: 30vw; } }

.c-slider__background-image--news {
    height: 300px;
    width: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }

.c-slider__background-image--home {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
@media screen and (max-width: 48.0625em)  {
    .c-slider__background-image--home {
        height: 91vh; } }
@media screen and (min-width: 48.0625em)  {
    .c-slider__background-image--home {
        height: 89vh; } }

.c-slider__text-overlay {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
    -ms-flex-negative: 1;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    flex-basis: auto;
    -ms-flex-preferred-size: auto;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
    max-width: 640px;
    padding: 0 0.6em;
    text-align: center;
    color: #fff; }
.c-slider__text-overlay h1 {
    margin: 0; }
@media screen and (max-width: 48.0625em)  {
    .c-slider__text-overlay h1 {
        padding: 0 0.6em; } }
@media screen and (max-width: 42.8125em)  {
    .c-slider__text-overlay h1 {
        font-size: 2.5em; } }
@media screen and (min-width: 42.8125em) and (max-width: 48.0625em)  {
    .c-slider__text-overlay h1 {
        font-size: 3.4em; } }

.c-slider__split-image-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center; }

.c-slider__split-image {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto; }
@media screen and (min-width: 64.0625em)  {
    .c-slider__split-image {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 50%;
        -moz-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%; } }
@media screen and (max-width: 64.0625em)  {
    .c-slider__split-image {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; } }
@media screen and (min-width: 64.0625em)  {
    .c-slider__split-image:nth-child(odd) {
        background-position: right center; } }
@media screen and (min-width: 64.0625em)  {
    .c-slider__split-image:nth-child(even) {
        background-position: left center; } }

.tab-content__container {
    width: 100%;
    position: relative; }
@media screen and (min-width: 48.0625em)  {
    .tab-content__container {
        min-height: 50vh; } }

.c-tab-content {
    margin-bottom: 2.4em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
.c-tab-content:last-child {
    margin-right: 0; }
.c-tab-content:nth-child(3n) {
    margin-right: 0; }
.c-tab-content:nth-child(3n+1) {
    clear: left; }
.c-tab-content:last-child {
    margin-bottom: 0; }

.c-drop-down-content__container {
    position: absolute;
    width: 100%;
    padding: 2.4em;
    border-bottom: solid 5px #c2e6e5;
    left: 0;
    text-align: center;
    background-color: #e8e8e8; }
@media screen and (min-width: 42.8125em) and (max-width: 48.0625em)  {
    .c-drop-down-content__container h2 {
        font-size: 2.7em; } }
@media screen and (max-width: 42.8125em)  {
    .c-drop-down-content__container h2 {
        font-size: 2em; } }

.c-tab-circle {
    display: block; }

.c-tab-circle__container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    cursor: default;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
@media screen and (max-width: 20.0625em)  {
    .c-tab-circle__container {
        width: 90px;
        height: 90px;
        border: 6px solid #c2e6e5; } }
@media screen and (min-width: 20.0625em) and (max-width: 42.8125em)  {
    .c-tab-circle__container {
        width: 110px;
        height: 110px;
        border: 8px solid #c2e6e5; } }
@media screen and (min-width: 42.8125em)  {
    .c-tab-circle__container {
        width: 160px;
        height: 160px;
        border: 10px solid #5fc5bf; } }
.c-tab-circle__container:hover, .c-tab-circle__container.has-hover {
    border: 0px solid #5fc5bf; }
@media screen and (min-width: 48.0625em)  {
    .c-tab-circle__container:hover .c-tab-circle__info, .c-tab-circle__container.has-hover .c-tab-circle__info {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }

.c-tab-circle__container--overlay {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.5);
    color: rgba(34, 34, 34, 0.5); }

.c-tab-circle__title {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
    padding: 1.2em;
    border-radius: 50%;
    overflow: hidden;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    color: #fff; }
@media screen and (max-width: 42.8125em)  {
    .c-tab-circle__title {
        font-size: 0.71429em; } }
@media screen and (min-width: 20.0625em) and (max-width: 42.8125em)  {
    .c-tab-circle__title {
        font-size: 0.83333em; } }
@media screen and (min-width: 42.8125em)  {
    .c-tab-circle__title {
        font-size: 1.2em; } }

.c-tab-circle__info {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center; }
@media screen and (max-width: 48.0625em)  {
    .c-tab-circle__info {
        display: none; } }
@media screen and (min-width: 48.0625em)  {
    .c-tab-circle__info {
        width: inherit;
        height: inherit;
        padding: 1.2em;
        border-radius: 50%;
        overflow: hidden;
        top: 0;
        left: 0;
        position: absolute;
        background-color: #c2e6e5;
        background-color: rgba(194, 230, 229, 0.8);
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); } }
.c-tab-circle__info .c-tab-circle__info-text {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
    font-size: 0.86957em;
    text-align: center;
    color: #000; }
.c-tab-circle__info .c-tab-circle__info-text p {
    margin: 0; }

.modal-container input {
    display: none; }

.modal-trigger--open {
    font-weight: bold;
    font-size: 20px;
    cursor: pointer; }

.modal {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5); }
@media screen and (max-width: 48.0625em)  {
    .modal {
        padding: 1.2em; } }
@media screen and (min-width: 48.0625em) and (max-width: 64.0625em)  {
    .modal {
        padding: 2.4em; } }
@media screen and (min-width: 64.0625em)  {
    .modal {
        padding: 4.8em; } }
.modal.is-open {
    display: block; }
.modal .modal-inner {
    text-align: center; }
.modal .modal-close {
    width: 100%;
    margin-bottom: 2.4em;
    text-align: right;
    cursor: pointer; }
.modal .modal-trigger--close {
    display: inline-block;
    margin-left: 98%;
    margin-bottom: 1.2em;
    text-align: right;
    cursor: pointer; }
.modal .modal-trigger--close .fa {
    color: #fff; }

.o-header__pre-header {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
    padding: 0.6em 0;
    background-color: #c2e6e5; }
@media screen and (max-width: 48.0625em)  {
    .o-header__pre-header {
        display: none; } }
.o-header__pre-header .o-contain {
    padding: 0 0.6em; }

.o-header__pre-header--flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    align-content: space-between;
    -ms-flex-line-pack: justify; }

.o-header__contact, .o-header__translate {
    height: 100%; }

.o-header__contact {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
    font-size: 0.75rem; }
.o-header__contact li {
    margin-right: 0.3em;
    display: inline-block;
    vertical-align: sub; }
.o-header__contact li:last-child {
    margin-right: 0; }
.o-header__contact a {
    color: #4b4544; }

.o-header__translate {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
    display: none; }
.o-header__translate li {
    margin-right: 0.6em;
    display: inline-block; }
.o-header__translate li:first-child {
    margin-left: 0.6em; }
.o-header__translate li:last-child {
    margin-right: 0; }
.o-header__translate li.c-translate__icon {
    width: 28px;
    height: 20px; }
.o-header__translate li .c-translate__icon--uk, .o-header__translate li .c-translate__icon--china, .o-header__translate li .c-translate__icon--japan {
    position: relative;
    cursor: pointer; }
.o-header__translate li .c-translate__icon--uk:after, .o-header__translate li .c-translate__icon--china:after, .o-header__translate li .c-translate__icon--japan:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
.o-header__translate a {
    color: #4b4544; }

.o-header__main-header {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
    background-color: #5fc5bf; }
@media screen and (max-width: 48.0625em)  {
    .o-header__main-header {
        padding: 0.6em; } }
@media screen and (max-width: 48.0625em)  {
    .o-header__main-header .o-contain {
        padding: 0; } }
@media screen and (min-width: 48.0625em)  {
    .o-header__main-header .o-contain {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-lines: single;
        -moz-box-lines: single;
        box-lines: single;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-align-content: flex-start;
        -moz-align-content: flex-start;
        align-content: flex-start;
        -ms-flex-line-pack: start;
        padding: 0.6em; } }

.o-header__twitter {
    cursor: pointer; }
@media screen and (max-width: 48.0625em)  {
    .o-header__twitter {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
    .o-header__twitter:last-child {
        margin-right: 0; }
    .o-header__twitter:nth-child(3n) {
        margin-right: 0; }
    .o-header__twitter:nth-child(3n+1) {
        clear: left; } }
@media screen and (min-width: 48.0625em)  {
    .o-header__twitter {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
        -webkit-order: 3;
        -moz-order: 3;
        order: 3;
        -ms-flex-order: 3;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -moz-align-self: auto;
        align-self: auto;
        -ms-flex-item-align: auto;
        margin-left: 1.2em; } }
@media screen and (min-width: 48.0625em)  {
    .o-header__twitter .u-icon {
        margin-right: 0; } }

.logo {
    width: auto; }
@media screen and (max-width: 20.0625em)  {
    .logo {
        max-height: 40px; } }
@media screen and (min-width: 20.0625em) and (max-width: 48.0625em)  {
    .logo {
        max-height: 51px; } }
@media screen and (max-width: 48.0625em)  {
    .logo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-top: 0.3em;
        display: block;
        text-align: center;
        line-height: 0; }
    .logo:last-child {
        margin-right: 0; }
    .logo:nth-child(3n) {
        margin-right: 0; }
    .logo:nth-child(3n+1) {
        clear: left; } }
@media screen and (min-width: 48.0625em)  {
    .logo {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        -ms-flex-order: 1;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -moz-align-self: auto;
        align-self: auto;
        -ms-flex-item-align: auto;
        height: 40px;
        max-height: 40px;
        padding-right: 2.4em; } }
.logo object, .logo div {
    width: auto; }
@media screen and (max-width: 20.0625em)  {
    .logo object, .logo div {
        max-height: 40px; } }
@media screen and (min-width: 20.0625em) and (max-width: 48.0625em)  {
    .logo object, .logo div {
        max-height: 51px; } }
@media screen and (min-width: 48.0625em)  {
    .logo object, .logo div {
        height: 40px;
        max-height: 40px; } }
.logo object {
    pointer-events: none; }
.logo div {
    background-image: url('../img/logo.png');
    background-repeat: no-repeat; }

@media screen and (max-width: 48.0625em)  {
    .o-header__nav {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        display: none; }
    .o-header__nav:last-child {
        margin-right: 0; }
    .o-header__nav:nth-child(1n) {
        margin-right: 0; }
    .o-header__nav:nth-child(1n+1) {
        clear: left; } }
@media screen and (min-width: 48.0625em)  {
    .o-header__nav {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-align-self: auto;
        -moz-align-self: auto;
        align-self: auto;
        -ms-flex-item-align: auto; } }
@media screen and (max-width: 48.0625em)  {
    .o-header__nav a {
        padding: 0.6em 0;
        border-bottom: solid 2px #c2e6e5; } }
@media screen and (max-width: 48.0625em)  {
    .o-header__nav li:last-child a {
        border-bottom: none; } }
@media screen and (max-width: 48.0625em)  {
    .o-header__nav .c-nav ul, .o-header__nav .c-nav li {
        display: block; } }
.o-header__nav.is-active {
    margin-top: 0;
    width: 100%;
    position: absolute;
    display: block;
    left: 0;
    background-color: #5fc5bf;
    z-index: 5; }
@media screen and (max-width: 48.0625em)  {
    .o-header__nav.is-active {
        top: 70px; } }
.o-header__nav.is-active .c-nav--horizontal {
    padding-top: 1.2em; }
.o-header__nav.is-active .c-nav li:hover {
    background-color: #c2e6e5; }

@media screen and (max-width: 48.0625em)  {
    .o-header__nav-toggle {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
        cursor: pointer; }
    .o-header__nav-toggle:last-child {
        margin-right: 0; }
    .o-header__nav-toggle:nth-child(3n) {
        margin-right: 0; }
    .o-header__nav-toggle:nth-child(3n+1) {
        clear: left; } }
@media screen and (min-width: 48.0625em)  {
    .o-header__nav-toggle {
        display: none; } }
.o-header__nav-toggle .u-icon {
    margin-right: 0; }
.o-header__nav-toggle .u-icon--cross, .o-header__nav-toggle .u-icon--burger {
    float: right; }

.o-circle-container {
    position: relative; }
@media screen and (max-width: 64.0625em)  {
    .o-circle-container {
        margin-bottom: 1.2em;
        text-align: center; } }
@media screen and (min-width: 64.0625em)  {
    .style-guide__overlap .o-circle-container, .c-drop-down-content__container .o-circle-container {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
    .style-guide__overlap .o-circle-container:last-child, .c-drop-down-content__container .o-circle-container:last-child {
        margin-right: 0; }
    .style-guide__overlap .o-circle-container:nth-child(2n), .c-drop-down-content__container .o-circle-container:nth-child(2n) {
        margin-right: 0; }
    .style-guide__overlap .o-circle-container:nth-child(2n+1), .c-drop-down-content__container .o-circle-container:nth-child(2n+1) {
        clear: left; } }

.o-footer {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
    border-top: solid 5px #c2e6e5; }
.style-guide .o-footer {
    margin-top: 1.2em;
    border-top: none; }
.about-us .o-footer {
    border-top: none; }
.supply-solutions .o-footer {
    border-top: none; }

body {
    min-height: 100vh; }

.o-row {
    display: block; }
.o-row::after {
    clear: both;
    content: "";
    display: table; }

.o-contain {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.2em;
    background-color: #fff; }
.o-contain::after {
    clear: both;
    content: "";
    display: table; }
.o-header .o-contain {
    background-color: transparent !important; }
.contact .o-contain {
    background-color: #4b4544; }
.team .o-contain {
    background-color: #e8e8e8; }
.about-us .o-contain {
    background-color: #4b4544; }

.o-contain--no-padding {
    padding: 0; }

.title-block {
    text-align: center; }
.title-block h1 {
    margin-bottom: 0; }
.title-block h3 {
    padding-top: 1.2em; }

.intro-block {
    text-align: center; }
@media screen and (max-width: 48.0625em)  {
    .intro-block {
        padding: 1.2em 0; } }
@media screen and (min-width: 48.0625em)  {
    .intro-block {
        padding: 2.4em 0; } }
.intro-block.intro-block--bordered {
    border-top: solid 1px #5fc5bf;
    border-bottom: solid 1px #5fc5bf; }

.intro-block--no-padding {
    text-align: center; }

.u-clearfix::after {
    clear: both;
    content: "";
    display: table; }

.u-z-index {
    z-index: 1; }

.u-color-alpha {
    color: #c2e6e5; }

.u-color-beta {
    color: #5fc5bf; }

.u-color-ceta {
    color: #4b4544; }

@media screen and (min-width: 48.0625em)  {
    .u-margin-top, .style-guide__section {
        margin-top: 1.2em; }
    .u-margin-top.u-margin-top--double, .style-guide__section {
        margin-top: 2.4em; }
    .u-margin-top.u-margin-top--triple, .u-margin-top--triple.style-guide__section {
        margin-top: 3.6em; }
    .u-margin-top.u-margin-top--quad, .u-margin-top--quad.style-guide__section {
        margin-top: 4.8em; }
    .u-margin-top.u-margin-top--quint, .u-margin-top--quint.style-guide__section {
        margin-top: 6em; }
    .u-margin-top.u-margin-top--sext, .u-margin-top--sext.style-guide__section {
        margin-top: 7.2em; }
    .u-margin-top.u-margin-top--sept, .u-margin-top--sept.style-guide__section {
        margin-top: 8.4em; }
    .u-margin-top.u-margin-top--oct, .u-margin-top--oct.style-guide__section {
        margin-top: 9.6em; }
    .u-margin-top.u-margin-top--hept, .u-margin-top--hept.style-guide__section {
        margin-top: 10.8em; }
    .u-margin-top.u-margin-top--dec, .u-margin-top--dec.style-guide__section {
        margin-top: 12em; } }

@media screen and (min-width: 64.0625em)  {
    .u-margin-bottom {
        margin-bottom: 1.2em; }
    .u-margin-bottom.u-margin-bottom--double {
        margin-bottom: 2.4em; }
    .u-margin-bottom.u-margin-bottom--triple {
        margin-bottom: 3.6em; }
    .u-margin-bottom.u-margin-bottom--quad {
        margin-bottom: 4.8em; }
    .u-margin-bottom.u-margin-bottom--quint {
        margin-bottom: 6em; }
    .u-margin-bottom.u-margin-bottom--sext {
        margin-bottom: 7.2em; }
    .u-margin-bottom.u-margin-bottom--sept {
        margin-bottom: 8.4em; }
    .u-margin-bottom.u-margin-bottom--oct {
        margin-bottom: 9.6em; }
    .u-margin-bottom.u-margin-bottom--hept {
        margin-bottom: 10.8em; }
    .u-margin-bottom.u-margin-bottom--dec {
        margin-bottom: 12em; } }

.u-col-6::after {
    clear: both;
    content: "";
    display: table; }
@media screen and (min-width: 48.0625em)  {
    .u-col-6 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
    .u-col-6:last-child {
        margin-right: 0; }
    .u-col-6:nth-child(2n) {
        margin-right: 0; }
    .u-col-6:nth-child(2n+1) {
        clear: left; } }

.u-division-line {
    margin-bottom: 2.4em; }

.u-division-line--gray {
    border-bottom: 2px solid #e8e8e8; }

.u-division-line--color-beta {
    border-bottom: 2px solid #5fc5bf; }

.u-division-line--color-white {
    border-bottom: 2px solid #fff; }

.c-scroll-top {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #4b4544;
    cursor: pointer;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
.c-scroll-top:hover {
    color: #5fc5bf; }
.c-scroll-top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.c-scroll-top__icon {
    height: 50px;
    width: 50px;
    max-width: 50px;
    max-height: 50px;
    margin: 0.6em auto;
    display: block; }

.home {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    align-content: flex-start;
    -ms-flex-line-pack: start; }
.home .o-header {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    align-content: flex-start;
    -ms-flex-line-pack: start; }

.home__slider {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: #000; }

.contact {
    text-align: center;
    background-color: #272222; }
@media screen and (max-width: 48.0625em)  {
    .contact .intro-block h2 {
        font-size: 2.1em; } }
@media screen and (min-width: 48.0625em)  {
    .contact .intro-block {
        margin: 0 3.6em; } }
.contact .intro-block h2 {
    margin-bottom: 0.1em; }

.contact__form, .contact__details {
    padding: 1.2em 0;
    border-bottom: solid 1px #5fc5bf; }
@media screen and (min-width: 48.0625em)  {
    .contact__form, .contact__details {
        margin: 0 3.6em; } }

@media screen and (min-width: 48.0625em)  {
    .contact__form textarea {
        height: 181px; } }

.contact__details {
    margin-bottom: 3.6em;
    color: #fff; }
.contact__details ul, .contact__details li {
    line-height: 1.7; }
@media screen and (min-width: 48.0625em)  {
    .contact__details ul, .contact__details li {
        font-size: 1.2em; } }
.contact__details a {
    color: #fff; }
.contact__details a:hover {
    color: #c2e6e5; }
@media screen and (min-width: 48.0625em)  {
    .contact__details .contact__details--telephone, .contact__details .contact__details--fax {
        display: inline; } }
@media screen and (min-width: 48.0625em)  {
    .contact__details .contact__details--fax {
        margin-left: 0.6em; } }

.news {
    background-color: #e8e8e8; }

.main-news-content {
    min-height: 100vh; }

.team {
    text-align: center;
    background-color: #4b4544; }
.team .c-person {
    margin-bottom: 2.4em; }
@media screen and (min-width: 48.0625em)  {
    .team .c-person {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
    .team .c-person:last-child {
        margin-right: 0; }
    .team .c-person:nth-child(3n) {
        margin-right: 0; }
    .team .c-person:nth-child(3n+1) {
        clear: left; } }

@media screen and (max-width: 48.0625em)  {
    .about-us {
        background-color: #4b4544; } }
@media screen and (min-width: 48.0625em)  {
    .about-us {
        background-color: #272222; } }
.about-us .c-drop-down-content__container .c-person__drop-down-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
.about-us .c-drop-down-content__container .c-person__drop-down-container .c-person {
    margin-bottom: 2.4em; }
@media screen and (max-width: 42.8125em)  {
    .about-us .c-drop-down-content__container .c-person__drop-down-container .c-person {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 100%;
        -moz-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }
@media screen and (min-width: 42.8125em) and (max-width: 48.0625em)  {
    .about-us .c-drop-down-content__container .c-person__drop-down-container .c-person {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 50%;
        -moz-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%; } }
@media screen and (min-width: 48.0625em) and (max-width: 64.0625em)  {
    .about-us .c-drop-down-content__container .c-person__drop-down-container .c-person {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 50%;
        -moz-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%; } }
@media screen and (min-width: 64.0625em)  {
    .about-us .c-drop-down-content__container .c-person__drop-down-container .c-person {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 33%;
        -moz-flex: 1 1 33%;
        -ms-flex: 1 1 33%;
        flex: 1 1 33%; } }
.about-us .c-drop-down-content__container .c-person__drop-down-container .c-person .c-person__container {
    background-image: url('../img/test-avatar.png'); }
@media screen and (max-width: 20.0625em)  {
    .about-us .c-drop-down-content__container {
        top: 138px; } }
@media screen and (min-width: 20.0625em) and (max-width: 42.8125em)  {
    .about-us .c-drop-down-content__container {
        top: 147px; } }
@media screen and (min-width: 42.8125em)  {
    .about-us .c-drop-down-content__container {
        top: 200px; } }

@media screen and (min-width: 64.0625em)  {
    .o-circle-container--centred {
        float: none !important;
        margin: 0 auto !important; } }

@media screen and (max-width: 48.0625em)  {
    .supply-solutions {
        background-color: #fff; } }
@media screen and (min-width: 48.0625em)  {
    .supply-solutions {
        background-color: #ada9a9; } }
.supply-solutions .c-drop-down-content__container {
    background-color: #e8e8e8; }
@media screen and (max-width: 20.0625em)  {
    .supply-solutions .c-drop-down-content__container {
        top: 246px; } }
@media screen and (min-width: 20.0625em) and (max-width: 42.8125em)  {
    .supply-solutions .c-drop-down-content__container {
        top: 296px; } }
@media screen and (min-width: 42.8125em)  {
    .supply-solutions .c-drop-down-content__container {
        top: 397px; } }
@media screen and (min-width: 42.8125em) and (max-width: 48.0625em)  {
    .supply-solutions .intro-block--no-padding h2 {
        font-size: 2.7em; } }
@media screen and (max-width: 42.8125em)  {
    .supply-solutions .intro-block--no-padding h2 {
        font-size: 2em; } }

@media screen and (max-width: 64.0625em)  {
    .warehouse-name {
        margin: 1.2em 0; } }

.technical {
    background-color: #000; }

.c-tech-login__background-image {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
@media screen and (max-width: 48.0625em)  {
    .c-tech-login__background-image {
        height: 91vh; } }
@media screen and (min-width: 48.0625em)  {
    .c-tech-login__background-image {
        height: 88vh; } }
.c-tech-login__background-image a, .c-tech-login__background-image a:focus {
    text-decoration: none;
    outline: -webkit-focus-ring-color none 0; }

.c-tech-login__login-button {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
    -ms-flex-negative: 1;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    flex-basis: auto;
    -ms-flex-preferred-size: auto;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
    text-align: center;
    color: #fff;
    background-color: #5fc5bf;
    display: block;
    border-radius: 50%; }
@media screen and (min-width: 42.8125em)  {
    .c-tech-login__login-button {
        width: 220px;
        height: 220px; } }
@media screen and (min-width: 20.0625em) and (max-width: 42.8125em)  {
    .c-tech-login__login-button {
        width: 150px;
        height: 150px; } }
@media screen and (max-width: 20.0625em)  {
    .c-tech-login__login-button {
        width: 100px;
        height: 100px; } }
.c-tech-login__login-button h1 {
    margin: 0; }
@media screen and (max-width: 20.0625em)  {
    .c-tech-login__login-button h1 {
        font-size: 1.5em; } }
@media screen and (min-width: 20.0625em) and (max-width: 42.8125em)  {
    .c-tech-login__login-button h1 {
        font-size: 2.5em; } }

.c-tech-login__login-button--flex-box {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center; }

.c-tech-login__login-button--flex-item {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
    -ms-flex-negative: 1;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    flex-basis: auto;
    -ms-flex-preferred-size: auto;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto; }

.c-color-box {
    width: 9.375em;
    height: 9.375em;
    margin-bottom: 1.2em;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    line-height: 9.375em;
    color: #000; }
@media screen and (max-width: 48.0625em)  {
    .c-color-box {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
    .c-color-box:last-child {
        margin-right: 0; }
    .c-color-box:nth-child(2n) {
        margin-right: 0; }
    .c-color-box:nth-child(2n+1) {
        clear: left; } }
@media screen and (min-width: 48.0625em)  {
    .c-color-box {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
    .c-color-box:last-child {
        margin-right: 0; }
    .c-color-box:nth-child(3n) {
        margin-right: 0; }
    .c-color-box:nth-child(3n+1) {
        clear: left; } }
.c-color-box.c-color-box--alpha {
    background-color: #c2e6e5; }
.c-color-box.c-color-box--beta {
    background-color: #5fc5bf; }
.c-color-box.c-color-box--ceta {
    background-color: #4b4544; }

@media screen and (max-width: 45.9375em)  {
    .style-guide__buttons .c-button {
        margin-bottom: 0.6em; }
    .style-guide__buttons .c-button:last-child {
        margin-bottom: 0; } }

.style-guide__icons {
    padding: 1.2em;
    background-color: #4b4544; }
.style-guide__icons::after {
    clear: both;
    content: "";
    display: table; }

.style-guide__circles .c-circle {
    margin-bottom: 2.4em; }
.style-guide__circles .c-circle:last-child {
    margin-bottom: 0; }

.style-guide__people .c-person {
    margin-bottom: 2.4em; }
@media screen and (min-width: 48.0625em)  {
    .style-guide__people .c-person {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
    .style-guide__people .c-person:last-child {
        margin-right: 0; }
    .style-guide__people .c-person:nth-child(3n) {
        margin-right: 0; }
    .style-guide__people .c-person:nth-child(3n+1) {
        clear: left; } }
.style-guide__people .c-person:last-child {
    margin-bottom: 0; }
.style-guide__people .c-person .c-person__container {
    background-image: url('../img/test-avatar.png'); }

.style-guide__tab-content-heading {
    padding: 0 1.2em; }


/*# sourceMappingURL=/style.css.map */