@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,600,600i');

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

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

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

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

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.3;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

figure {
  margin: 1em 40px;
}

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

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

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

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

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

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

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

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

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

dfn {
  font-style: italic;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

audio,
video {
  display: inline-block;
}

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

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details,
menu {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

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

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

[hidden] {
  display: none;
}

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

ul {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

iframe,
button {
  border: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  min-width: auto;
}

body::before {
  content: "(sm: 576px, md: 768px, lg: 992px, lgh: 1024px, xl: 1200px)";
  display: none;
}

body {
  font-weight: 300;
  min-width: 320px;
  font: 21px / 24px "Open Sans", sans-serif;
  height: 100%;
  color: #201f1f;
}

.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 30px;
}

a {
  color: #3fa4c1;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
  text-decoration: none;
}

a:hover {
  color: #288ba8;
}

a:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

input[type=submit]:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1 {
  font-size: 39px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 30px;
}

h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 29px;
}

h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  margin: 22px 0 25px;
}

h4 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  margin: 27px 0 25px;
}

h5 {
  font-size: 25px;
  font-weight: 300;
  margin: 30px 0 27px;
}

h6 {
  font-size: 21px;
  font-weight: 300;
  line-height: 22px;
  margin-top: 23px;
  margin-bottom: 15px;
  padding: 23px 36px 26px;
  background-color: #e8ecee;
}

p {
  font-size: 21px;
  line-height: 1.5;
  margin-bottom: 22px;
}

p a {
  font-weight: 600;
  color: #119bdb;
}

p a:hover {
  color: #0f6288;
}

table {
  border-collapse: collapse;
  margin-bottom: 21px;
}

table thead tr {
  background-color: #e8ecee;
}

table thead th {
  width: 50%;
  font-weight: 400;
  padding: 8px 11px 13px;
  vertical-align: top;
}

table td {
  padding: 9px 10px 14px;
  vertical-align: top;
}

table,
td,
th {
  border: 1px solid #d3d3d4;
}

ul {
  margin: 0;
  padding: 0 0 0 52px;
  list-style: none;
}

ul li {
  font-size: 18px;
  line-height: 24px;
  position: relative;
  margin-bottom: 24px;
}

ul li::before {
  position: absolute;
  top: 1px;
  left: -16px;
  display: block;
  width: 7px;
  height: 7px;
  content: '•';
}

ul li > ul {
  margin: 0;
  padding: 0 0 0 26px;
  list-style: none;
}

ul li > ul li {
  font-size: 18px;
  line-height: 22px;
  position: relative;
  margin-bottom: 24px;
  padding-left: 11px;
}

ul li > ul li:first-child {
  margin-top: 20px;
}

ul li > ul li::before {
  position: absolute;
  top: 3px;
  left: -14px;
  display: block;
  width: 7px;
  height: 7px;
  content: '\00ba';
}

ol {
  margin: 0;
  padding: 0 0 0 38px;
}

ol li {
  font-size: 18px;
  line-height: 24px;
  position: relative;
  margin-bottom: 24px;
  list-style: decimal;
}

.logo {
  float: left;
  display: block;
  width: 126px;
  height: 75px;
}

.logo--hamburger {
  display: none;
}

.logo img {
  width: 100%;
  display: block;
}

.logo img.logo--sticky {
  display: none;
}

.logo img.logo--print {
  display: none;
}

.anim__element {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
}

.anim__left {
  -webkit-transform: translate3d(200px, 0, 0);
          transform: translate3d(200px, 0, 0);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.anim__left--d2 {
  -webkit-transform: translate3d(200px, 0, 0);
          transform: translate3d(200px, 0, 0);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.anim__left--d3 {
  -webkit-transform: translate3d(200px, 0, 0);
          transform: translate3d(200px, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 1s 0.6s, -webkit-transform 1s 0.6s;
  transition: opacity 1s 0.6s, -webkit-transform 1s 0.6s;
  transition: opacity 1s 0.6s, transform 1s 0.6s;
  transition: opacity 1s 0.6s, transform 1s 0.6s, -webkit-transform 1s 0.6s;
}

.anim__right {
  -webkit-transform: translate3d(-200px, 0, 0);
          transform: translate3d(-200px, 0, 0);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.anim__up {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.anim__in-view.anim__left {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.anim__in-view.anim__left--d2 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.anim__in-view.anim__left--d3 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.anim__in-view.anim__right {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.anim__in-view.anim__up {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.btn {
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
}

.btn--world-map {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  height: 60px;
  width: 29px;
}

.btn--world-map:hover {
  color: #fff;
}

.btn--world-map:focus {
  outline: none;
}

.btn--world-map .btn--world__arrow {
  position: absolute;
  content: '';
  width: 31px;
  height: 18px;
  background: url("../img/icons/bouncing-arrow.svg") no-repeat 0 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 24px;
}

.btn--world-map .show-mobile {
  display: none;
}

.content__box {
  max-width: 712px;
  margin: 0 auto;
}

.content__main {
  right: 0;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
  position: relative;
  top: 0;
}

.content__main.content--pushed {
  right: 432px;
}

.section-main--privacy {
  padding: 30px 0 100px;
}

.footer {
  overflow: hidden;
  background: #e9eff1;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9eaeb), color-stop(15%, #f7f8f9), to(#f8f9fa));
  background: linear-gradient(to bottom, #e9eaeb 0%, #f7f8f9 15%, #f8f9fa 100%);
  position: relative;
  z-index: 10;
}

.footer__inner-wrapper {
  padding: 32px 0;
}

.footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.footer__menu li {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 0;
  position: relative;
}

.footer__menu li:before {
  display: none;
}

.footer__menu li + li:before {
  width: 1px;
  height: 18px;
  background-color: #9d9797;
  display: block;
  position: absolute;
  content: '';
  left: -13px;
  top: 5px;
}

.footer__menu a {
  color: #9d9797;
  font-size: 17px;
  line-height: 23px;
  text-decoration: none;
  display: inline-block;
}

.footer__menu a:hover {
  color: #5c5656;
}

.footer__text {
  color: #9d9797;
  margin: -5px 0 0;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.002em;
}

.footer__text br {
  display: none;
}

.footer__text br:first-child {
  display: block;
}

.header {
  padding: 18px 0 16px;
  width: 100%;
  z-index: 50;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease, right 0.3s ease-out;
  transition: background-color 0.2s ease, right 0.3s ease-out;
}

.header.header--pushed {
  right: 432px;
}

.header.header--sticky {
  background: #ffffff;
}

.header--sticky {
  -webkit-box-shadow: 0 0 27px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 27px 8px rgba(0, 0, 0, 0.1);
}

.header--sticky img.logo--white {
  display: none;
}

.header--sticky img.logo--sticky {
  display: block;
}

.header--sticky .header__hamburger span {
  background-color: #3175ba;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.header__container {
  max-width: 1024px;
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
}

.header__container:before,
.header__container:after {
  content: " ";
  display: table;
}

.header__container:after {
  clear: both;
}

.header__nav {
  float: right;
  padding-right: 25px;
}

.header__menu {
  padding: 30px 0 0;
  margin: 0;
  list-style: none;
}

.header__menu:before,
.header__menu:after {
  content: " ";
  display: table;
}

.header__menu:after {
  clear: both;
}

.header__menu li {
  float: left;
  display: block;
  margin: 0 18px 0 23px;
  position: static;
}

.header__menu li:before {
  content: none;
}

.header__menu li.header__menu--mobile {
  display: none;
  font-style: italic;
}

.header__menu li.header__menu--mobile a {
  text-transform: none;
  padding-left: 15px;
}

.header__menu a {
  display: block;
  padding: 10px 0 4px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  border-bottom: 2px solid transparent;
  outline: 0;
  letter-spacing: -0.02em;
  color: #ffffff;
  /* @include media('<xxl') {
                padding: 10px 8px;
            } */
}

.header__menu a:hover {
  color: #35abcc;
}

.header__menu a.header__link--mobile {
  display: none;
}

.header--sticky .header__menu a {
  color: #3175ba;
}

.header--sticky .header__menu a:hover {
  color: #164e87;
}

.header__hamburger {
  width: 20px;
  height: 18px;
  float: right;
  margin-top: 42px;
  margin-right: 0;
}

.header__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.34);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.34);
  margin-bottom: 4px;
  border-radius: 1px;
}

.side-nav {
  position: fixed;
  width: 432px;
  right: -432px;
  top: 0;
  height: 100%;
  background-color: #103650;
  padding-top: 118px;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
  z-index: 110;
  overflow: hidden;
}

.side-nav--pushed {
  right: 0;
}

.side-nav__close {
  width: 24px;
  height: 24px;
  background-size: contain;
  position: absolute;
  top: 50px;
  right: 49px;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  padding: 0;
}

.side-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 15;
  height: 100%;
  margin-right: -20px;
}

.side-nav ul a {
  font-size: 17px;
  line-height: 17px;
  padding: 12px 0 12px 40px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.side-nav ul a:hover {
  color: #35abcc;
}

.side-nav li {
  margin-bottom: 21px;
}

.side-nav li::before {
  display: none;
}

.side-nav .show-mobile {
  display: none;
}

.timeline__item {
  position: relative;
  overflow: hidden;
}

.timeline__item .content__box > h3 {
  color: #ffffff;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 31px;
}

.timeline__item .container {
  position: relative;
}

.timeline__text > p > a {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 22px;
  display: block;
  margin-top: 22px;
}

.timeline__text > p {
  color: #ffffff;
  max-width: 470px;
  font-size: 17px;
  line-height: 22px;
}

.timeline__main {
  height: 502px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 93px;
  cursor: pointer;
}

.timeline__track {
  width: 2px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  height: 100%;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.timeline__track--first {
  height: calc(100% - 100px);
}

.timeline__line {
  background-color: #ffffff;
  width: 2px;
  position: fixed;
  top: 0;
  height: 60%;
  z-index: 5;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  margin-left: 69px;
}

.timeline__line.finish {
  height: 100%;
}

.timeline__dropdown {
  position: relative;
  width: 245px;
  color: #ffffff;
  border-radius: 5px;
  padding: 11px 17px 14px;
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;
  margin-top: 20px;
  background-color: #1c90b1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 245px;
      -ms-flex: 0 0 245px;
          flex: 0 0 245px;
  float: right;
}

.timeline__dropdown.open {
  border-radius: 5px 5px 0 0;
}

.timeline__dropdown--mobile {
  display: none;
}

.timeline__dropdown::after {
  position: absolute;
  display: block;
  content: '';
  top: 17px;
  right: 17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #fff transparent transparent transparent;
}

.timeline__drop-list {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  border-radius: 0 0 3px 3px;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  overflow: hidden;
  z-index: 2;
}

.timeline__drop-list li {
  border-top: 1px solid rgba(255, 255, 255, 0.33);
  /*font-size: 15px;*/
  line-height: 15px;
  background-color: #1c90b1;
  margin-bottom: 0;
}

.timeline__drop-list li:hover {
  background-color: rgba(28, 144, 177, 0.95);
}

.timeline__drop-list li:hover > a {
  color: #ffffff;
}

.timeline__drop-list li > a {
  display: block;
  padding: 15px;
  color: #ffffff;
  text-transform: none;
}

.timeline__extra {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 10px 0 50px;
  display: none;
}

.timeline__extra:before,
.timeline__extra:after {
  content: " ";
  display: table;
}

.timeline__extra:after {
  clear: both;
}

.timeline__extra .content__box {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
  z-index: 10;
}

.timeline__extra .content__box > h3 {
  font-size: 38px;
  color: #575656;
  width: calc(100% - 245px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 245px);
      -ms-flex: 0 0 calc(100% - 245px);
          flex: 0 0 calc(100% - 245px);
  float: left;
  margin: 19px 0 41px;
}

.timeline__extra .hide-more {
  -webkit-transition: none;
  transition: none;
  text-transform: uppercase;
}

.timeline__extra--open {
  display: block;
}

.timeline__extra-list {
  clear: both;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.timeline__extra-item {
  border: 1px solid #c5c4c4;
  margin-bottom: 14px;
  position: relative;
  padding: 0 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.timeline__extra-item::after {
  position: absolute;
  display: block;
  top: 6px;
  right: 10px;
  content: '+';
  color: #595b5b;
  font-size: 25px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: 300;
  pointer-events: none;
}

.timeline__extra-item h2 {
  font-size: 18px;
  line-height: 21px;
  cursor: pointer;
  font-weight: 400;
  margin: 0 0 0 -7px;
  padding: 10px 0 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: calc(100% + 30px);
}

.timeline__extra-item h3 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  margin: 20px 0 21px;
}

.timeline__extra-item h4 {
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  margin: 22px 0;
  font-style: italic;
}

.timeline__extra-item h5 {
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  margin: 21px 0;
  font-style: italic;
}

.timeline__extra-item p {
  line-height: 22px;
  margin-bottom: 20px;
}

.timeline__extra-item ul {
  padding-left: 35px;
}

.timeline__extra-item ul li {
  line-height: 22px;
}

.timeline__extra-item ul li > ul {
  padding-left: 26px;
}

.timeline__extra-item::before {
  display: none;
}

.timeline__extra-item.open {
  padding: 21px 25px 6px;
}

.timeline__extra-item.open::after {
  display: none;
}

.timeline__extra-item.open > h2 {
  font-size: 23px;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
  padding: 0px 0 3px;
}

.timeline__extra-expand {
  padding: 1px 0;
}

.timeline__bubble {
  width: 82px;
  height: 82px;
  border-radius: 100px;
  text-align: center;
  line-height: 80px;
  font-size: 37px;
  background-color: #ffffff;
  position: absolute;
  top: -20px;
  left: 30px;
  font-weight: 300;
  z-index: 20;
}

.timeline--c1 a {
  color: #fdba78;
}

.timeline--c1 a:hover {
  color: #facb9e;
}

.timeline--c1 .timeline__bubble {
  color: #f6891f;
}

.timeline--c2 a {
  color: #83dcfa;
}

.timeline--c2 a:hover {
  color: #afe8fb;
}

.timeline--c2 .timeline__bubble {
  color: #1084a9;
}

.timeline--c3 a {
  color: #766388;
}

.timeline--c3 a:hover {
  color: #887799;
}

.timeline--c3 .timeline__bubble {
  color: #785d93;
}

.timeline--c4 a {
  color: #b8c75f;
}

.timeline--c4 a:hover {
  color: #cad877;
}

.timeline--c4 .timeline__bubble {
  color: #769c27;
}

.timeline--c5 a {
  color: #ccdae8;
}

.timeline--c5 a:hover {
  color: #dee7f0;
}

.timeline--c5 .timeline__bubble {
  color: #4d5e96;
}

.timeline--c6 a {
  color: #a8edf6;
}

.timeline--c6 a:hover {
  color: #c4f3f9;
}

.timeline--c6 .timeline__bubble {
  color: #0099a6;
}

.timeline--c7 a {
  color: #91e2e5;
}

.timeline--c7 a:hover {
  color: #b1f4f6;
}

.timeline--c7 .timeline__bubble {
  color: #0099a6;
}

.timeline--c8 a {
  color: #facc9e;
}

.timeline--c8 a:hover {
  color: #fbdec1;
}

.timeline--c8 .timeline__bubble {
  color: #e09144;
}

.timeline--c9 a {
  color: #566596;
}

.timeline--c9 a:hover {
  color: #66739e;
}

.timeline--c9 .timeline__bubble {
  color: #566596;
}

.timeline--c10 a {
  color: #fcccc7;
}

.timeline--c10 a:hover {
  color: #fddedb;
}

.timeline--c10 .timeline__bubble {
  color: #c36d75;
}

.timeline--c11 a {
  color: #83d7f6;
}

.timeline--c11 a:hover {
  color: #9ddff8;
}

.timeline--c11 .timeline__bubble {
  color: #0099a6;
}

.timeline--c12 a {
  color: #ccdae8;
}

.timeline--c12 a:hover {
  color: #d9e1e8;
}

.timeline--c12 .timeline__bubble {
  color: #55637a;
}

.timeline--c13 a {
  color: #99e4e7;
}

.timeline--c13 a:hover {
  color: #b7e8ea;
}

.timeline--c13 .timeline__bubble {
  color: #1e6b71;
}

.timeline--c14 a {
  color: #83d7f6;
}

.timeline--c14 a:hover {
  color: #a3e2f9;
}

.timeline--c14 .timeline__bubble {
  color: #0099a6;
}

.timeline--c15 a {
  color: #fbc48f;
}

.timeline--c15 a:hover {
  color: #fcd2a8;
}

.timeline--c15 .timeline__bubble {
  color: #eb8643;
}

.timeline--c16 a {
  color: #fcc58f;
}

.timeline--c16 a:hover {
  color: #fdd3aa;
}

.timeline--c16 .timeline__bubble {
  color: #f6891f;
}

.theme-yellow .timeline__extra .timeline__extra-item.open > h2 {
  color: #f67a1f;
}

.theme-yellow .timeline__extra h3,
.theme-yellow .timeline__extra h4 {
  color: #f67a1f;
}

.theme-yellow .timeline__extra p a {
  color: #f6891f;
}

.theme-yellow .timeline__extra p a:hover {
  color: #e3780f;
}

.theme-yellow .timeline__extra a {
  color: #f6891f;
}

.theme-yellow .timeline__extra a:hover {
  color: #e3780f;
}

.theme-yellow .timeline__extra .timeline__dropdown {
  background-color: #f0963e;
}

.theme-yellow .timeline__extra .timeline__dropdown a {
  color: #ffffff;
}

.theme-yellow .timeline__extra .timeline__drop-list li {
  background-color: #f0963e;
}

.theme-yellow .timeline__extra .timeline__drop-list li:hover {
  background-color: rgba(240, 150, 62, 0.9);
}

.theme-teal .timeline__extra .timeline__extra-item.open > h2 {
  color: #1c90b1;
}

.theme-teal .timeline__extra h3,
.theme-teal .timeline__extra h4 {
  color: #1c90b1;
}

.theme-teal .timeline__extra p a {
  color: #3fa4c1;
}

.theme-teal .timeline__extra p a:hover {
  color: #288ba8;
}

.theme-teal .timeline__extra a {
  color: #3fa4c1;
}

.theme-teal .timeline__extra a:hover {
  color: #288ba8;
}

.theme-teal .timeline__extra .timeline__dropdown {
  background-color: #1c90b1;
}

.theme-teal .timeline__extra .timeline__dropdown a {
  color: #ffffff;
}

.theme-teal .timeline__extra .timeline__drop-list li {
  background-color: #1c90b1;
}

.theme-teal .timeline__extra .timeline__drop-list li:hover {
  background-color: rgba(28, 144, 177, 0.9);
}

.theme-purple .timeline__extra .timeline__extra-item.open > h2 {
  color: #50629d;
}

.theme-purple .timeline__extra h3,
.theme-purple .timeline__extra h4 {
  color: #50629d;
}

.theme-purple .timeline__extra p a {
  color: #5c6fac;
}

.theme-purple .timeline__extra p a:hover {
  color: #435692;
}

.theme-purple .timeline__extra a {
  color: #5c6fac;
}

.theme-purple .timeline__extra a:hover {
  color: #435692;
}

.theme-purple .timeline__extra .timeline__dropdown {
  background-color: #50629d;
}

.theme-purple .timeline__extra .timeline__dropdown a {
  color: #ffffff;
}

.theme-purple .timeline__extra .timeline__drop-list li {
  background-color: #50629d;
}

.theme-purple .timeline__extra .timeline__drop-list li:hover {
  background-color: rgba(80, 98, 157, 0.9);
}

.theme-orange .timeline__extra .timeline__extra-item.open > h2 {
  color: #ee6738;
}

.theme-orange .timeline__extra h3,
.theme-orange .timeline__extra h4 {
  color: #ee6738;
}

.theme-orange .timeline__extra p a {
  color: #f47143;
}

.theme-orange .timeline__extra p a:hover {
  color: #e05e30;
}

.theme-orange .timeline__extra a {
  color: #f47143;
}

.theme-orange .timeline__extra a:hover {
  color: #e05e30;
}

.theme-orange .timeline__extra .timeline__dropdown {
  background-color: #ee6738;
}

.theme-orange .timeline__extra .timeline__dropdown a {
  color: #ffffff;
}

.theme-orange .timeline__extra .timeline__drop-list li {
  background-color: #ee6738;
}

.theme-orange .timeline__extra .timeline__drop-list li:hover {
  background-color: rgba(238, 103, 56, 0.9);
}

.theme-olive .timeline__extra .timeline__extra-item.open > h2 {
  color: #6e9e23;
}

.theme-olive .timeline__extra h3,
.theme-olive .timeline__extra h4 {
  color: #6e9e23;
}

.theme-olive .timeline__extra p a {
  color: #7ea62b;
}

.theme-olive .timeline__extra p a:hover {
  color: #6d941e;
}

.theme-olive .timeline__extra a {
  color: #7ea62b;
}

.theme-olive .timeline__extra a:hover {
  color: #6d941e;
}

.theme-olive .timeline__extra .timeline__dropdown {
  background-color: #7fa72d;
}

.theme-olive .timeline__extra .timeline__dropdown a {
  color: #ffffff;
}

.theme-olive .timeline__extra .timeline__drop-list li {
  background-color: #7fa72d;
}

.theme-olive .timeline__extra .timeline__drop-list li:hover {
  background-color: rgba(127, 167, 45, 0.9);
}

.theme-green .timeline__extra .timeline__extra-item.open > h2 {
  color: #0b8c98;
}

.theme-green .timeline__extra h3,
.theme-green .timeline__extra h4 {
  color: #0b8c98;
}

.theme-green .timeline__extra p a {
  color: #299aa5;
}

.theme-green .timeline__extra p a:hover {
  color: #1f8a94;
}

.theme-green .timeline__extra a {
  color: #299aa5;
}

.theme-green .timeline__extra a:hover {
  color: #1f8a94;
}

.theme-green .timeline__extra .timeline__dropdown {
  background-color: #0b8c98;
}

.theme-green .timeline__extra .timeline__dropdown a {
  color: #ffffff;
}

.theme-green .timeline__extra .timeline__drop-list li {
  background-color: #0b8c98;
}

.theme-green .timeline__extra .timeline__drop-list li:hover {
  background-color: rgba(11, 140, 152, 0.9);
}

.hero {
  height: 100px;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
}

.hero__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 772px;
  margin: 0 auto;
  padding: 0 30px;
}

.hero h2 {
  color: #ffffff;
  margin: 0 0 26px;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  font-size: 53px;
  letter-spacing: -0.005em;
  line-height: 1.3;
}

.hero p {
  margin: 0 0 33px;
  color: #ffffff;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.23);
  width: 100%;
  font-size: 21px;
}

.hero small {
  font-weight: 400;
  position: relative;
  display: block;
  font-size: 31px;
  line-height: 35px;
  margin-bottom: 24px;
  text-align: center;
  font-style: italic;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.23);
  width: 100%;
}

.hero small::before,
.hero small::after {
  width: calc(50% - 111px);
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  top: 18px;
}

.hero small::before {
  left: 2px;
}

.hero small::after {
  right: 2px;
}

.hero--small {
  min-height: 456px;
  height: 100px;
  padding-top: 70px;
}

.hero--small h2 {
  font-weight: 300;
  text-transform: none;
  font-size: 40px;
  letter-spacing: 0;
  margin-bottom: 0;
}

.hero__select-box {
  width: 100%;
}

.hero .select2-container {
  width: 100% !important;
  border: 1px solid #ffffff;
}

.hero .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.23);
}

.hero .select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
  border-width: 0 4.5px 6px 4.5px;
}

.hero .select2-selection--single {
  background: transparent;
  border-color: #b8b8b8;
  border-radius: 0;
  height: 46px;
  outline: 0;
  border: 1px solid transparent;
  width: 100%;
}

.hero .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
  color: #fff;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.23);
  font-size: 18px;
  padding-left: 17px;
}

.hero .select2-selection--single .select2-selection__arrow {
  height: 42px;
  width: 42px;
}

.hero .select2-selection--single .select2-selection__arrow b {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #fff transparent transparent transparent;
  margin-top: -3px;
  margin-left: -9px;
}

.hero .select2-selection.error {
  border-color: #f80d1d;
}

.hero .select2-selection__placeholder {
  color: #fff;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.23);
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0;
}

.select2-results {
  border-radius: 0;
}

.select2-results__options {
  border-radius: 0;
}

.select2-results__option {
  margin-bottom: 0;
  padding: 7px 0 8px 17px;
  border-bottom: 1px solid #cdcdcd;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #dee9ed;
  color: #575656;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #dee9ed;
}

.select2-container--default .select2-results__option--highlighted[aria-selected=true] {
  background-color: #dee9ed;
  color: #575656;
}

@media (max-width: 1199px) {
  .logo {
    margin-left: 0;
  }

  .footer__text br {
    display: block;
  }
}

@media (max-width: 1023px) {
  .container {
    max-width: 772px;
  }

  .header__container {
    max-width: 772px;
  }

  .timeline__item .content__box {
    padding-left: 124px;
  }

  .timeline__line {
    margin-left: 69px;
  }

  .timeline__extra .content__box {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  .footer__menu li {
    margin-right: 21px;
  }

  .footer__menu li:last-child {
    margin-right: 0;
  }

  .footer__text br {
    display: none;
  }

  .footer__text br:first-child {
    display: none;
  }

  .header__menu li.header__menu--mobile {
    display: block;
  }

  .header__menu a:hover {
    border-color: transparent;
  }

  .header__menu a.header__link--mobile {
    display: block;
  }

  .header--sticky .header__menu a:hover {
    border-color: transparent;
  }

  .hero {
    height: 480px;
  }

  .hero h2 {
    letter-spacing: -0.01em;
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }

  h1 {
    font-size: 29px;
  }

  h2 {
    font-size: 26px;
    margin-bottom: 28px;
  }

  h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 28px;
  }

  h4 {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 25px;
  }

  h5 {
    font-size: 21px;
    line-height: 25px;
  }

  h6 {
    font-size: 15px;
    line-height: 18px;
    margin: 24px 0;
    padding: 18px 21px;
  }

  p {
    font-size: 15px;
    margin-bottom: 18px;
  }

  ul {
    padding-left: 14px;
  }

  ul li {
    font-size: 15px;
    line-height: 18px;
  }

  ul li::before {
    font-size: 16px;
    left: -12px;
  }

  ul li > ul {
    padding-left: 14px;
  }

  ul li > ul li {
    font-size: 15px;
    line-height: 18px;
  }

  ul li > ul li::before {
    font-size: 16px;
    top: 3px;
    left: -12px;
  }

  ol {
    padding-left: 14px;
  }

  ol li {
    font-size: 15px;
    line-height: 18px;
  }

  .logo {
    width: 95px;
    height: 55px;
    margin-top: 4px;
  }

  .logo--hamburger {
    display: block;
    position: absolute;
    left: 15px;
    top: 12px;
    width: 95px;
  }

  .btn--world-map .show-mobile {
    display: inline;
  }

  .content__main.content--pushed {
    right: 0;
  }

  .section-main--privacy {
    padding-bottom: 40px;
  }

  .footer__inner-wrapper {
    padding-top: 32px;
  }

  .footer__menu {
    line-height: 12px;
    text-align: center;
  }

  .footer__menu li {
    margin-right: 16px;
  }

  .footer__menu li + li:before {
    height: 12px;
    top: 4px;
    left: -8px;
    width: 1px;
  }

  .footer__menu a {
    font-size: 14px;
    line-height: 18px;
  }

  .footer__text {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
  }

  .header {
    padding: 12px 0;
  }

  .header.header--pushed {
    right: 0;
  }

  .header__container {
    padding: 0 15px;
  }

  .header__menu {
    display: none;
  }

  .header__menu a {
    font-size: 12px;
  }

  .header__hamburger {
    width: 27px;
    height: 20px;
    margin-top: 27px;
  }

  .header__hamburger span {
    height: 3px;
    margin-bottom: 5px;
  }

  .side-nav {
    right: 0;
    background-color: #fff;
    height: 0;
    padding: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    -webkit-transition: height 0.3s ease, padding 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: height 0.3s ease, padding 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: height 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
    transition: height 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  }

  .side-nav--pushed {
    height: 100%;
    padding: 85px 0 0;
    -webkit-box-shadow: 0 0 27px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 27px 8px rgba(0, 0, 0, 0.1);
  }

  .side-nav__head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 20;
    height: 80px;
  }

  .side-nav__close {
    width: 16px;
    height: 16px;
    right: 15px;
    top: 39px;
    font-size: 20px;
    color: #747272;
  }

  .side-nav ul {
    height: 100%;
    padding: 0 15px 0;
    margin-right: -30px;
  }

  .side-nav ul a {
    color: #167bbc;
    text-shadow: 0 0 0;
    font-weight: 400;
    padding: 12px 0 12px 20px;
    text-transform: none;
    border-bottom: 1px solid #c5c5c5;
    display: block;
    font-style: italic;
  }

  .side-nav li {
    margin-bottom: 0;
    padding-right: 30px;
  }

  .side-nav li:first-of-type a {
    border-top: 1px solid #c5c5c5;
  }

  .side-nav .show-mobile {
    display: block;
  }

  .side-nav .show-mobile a {
    text-transform: uppercase;
    padding-left: 0;
    font-style: normal;
  }

  .timeline__item .content__box {
    padding-left: 80px;
  }

  .timeline__item .content__box > h3 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .timeline__text > p {
    font-size: 15px;
    line-height: 18px;
  }

  .timeline__main {
    padding-top: 60px;
    min-height: 502px;
    height: auto;
    padding-bottom: 30px;
  }

  .timeline__line {
    margin-left: 45px;
  }

  .timeline__dropdown {
    display: none;
    margin-top: 5px;
    width: 200px;
    font-size: 15px;
  }

  .timeline__dropdown.open {
    border-radius: 0 0 5px 5px;
  }

  .timeline__dropdown--mobile {
    display: block;
  }

  .timeline__drop-list {
    top: inherit;
    bottom: calc(100% - 1px);
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  }

  .timeline__extra .content__box {
    padding: 0 15px;
  }

  .timeline__extra .content__box > h3 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .timeline__extra .hide-more {
    margin-top: 14px;
    font-size: 14px;
    display: inline-block;
  }

  .timeline__extra-item h2 {
    font-size: 15px;
    padding: 11px 0 13px;
  }

  .timeline__extra-item p {
    line-height: 18px;
  }

  .timeline__extra-item ul {
    padding-left: 14px;
  }

  .timeline__extra-item ul li > ul {
    padding-left: 10px;
  }

  .timeline__extra-item.open {
    padding: 20px 15px 6px;
  }

  .timeline__bubble {
    left: 15px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    font-size: 30px;
    top: -10px;
  }

  .hero__container {
    padding: 0 15px;
  }

  .hero p {
    text-align: center;
  }

  .hero small {
    font-size: 26px;
    line-height: 30px;
  }

  .hero small::before,
  .hero small::after {
    top: 14px;
    width: calc(50% - 90px);
  }

  .hero--small {
    min-height: 356px;
    padding-top: 40px;
  }

  .hero .select2-container {
    width: 100% !important;
  }

  .hero .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
  }
}

@media print {
  body {
    color: #000000;
  }

  h2 {
    page-break-inside: avoid;
    color: #000000;
  }

  h3 {
    page-break-inside: avoid;
    color: #000000;
  }

  h4 {
    page-break-inside: avoid;
    color: #000000;
  }

  h5 {
    page-break-inside: avoid;
    color: #000000;
  }

  h6 {
    background: none;
    page-break-inside: avoid;
    color: #000000;
  }

  p a {
    color: #000;
  }

  ul {
    page-break-inside: avoid;
  }

  ol {
    page-break-inside: avoid;
  }

  .logo img {
    display: none;
  }

  .logo img.logo--print {
    display: inline-block;
  }

  .anim__left {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .anim__left--d2 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .anim__left--d3 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .anim__right {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .anim__up {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .content__box {
    max-width: inherit;
  }

  .section-main--privacy {
    padding: 20px 0;
  }

  .footer__inner-wrapper {
    background: none;
    padding: 35px 0;
    page-break-inside: avoid;
  }

  .footer {
    background: none;
    padding: 35px 0;
    page-break-inside: avoid;
  }

  .footer__menu li + li:before {
    background-color: #000;
  }

  .footer__menu a {
    color: #000;
  }

  .footer__text {
    color: #000;
  }

  .header {
    position: static;
    padding-top: 0;
  }

  .header--sticky {
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
  }

  .header--sticky img.logo--sticky {
    display: none;
  }

  .header__container {
    padding: 0;
  }

  .header__menu {
    display: none;
  }

  .header__menu a {
    color: #000;
  }

  .header__hamburger {
    display: none;
  }

  .side-nav {
    display: none;
  }

  .timeline__item .content__box {
    padding: 0;
  }

  .timeline__item .content__box > h3 {
    color: #000000;
  }

  .timeline__text > p > a {
    display: none;
  }

  .timeline__text > p {
    color: #000000;
  }

  .timeline__main {
    padding: 20px 0;
    background: none !important;
    min-height: 100px;
  }

  .timeline__line {
    display: none;
  }

  .timeline__dropdown {
    display: none;
  }

  .timeline__extra .content__box {
    padding: 0 15px;
  }

  .timeline__bubble {
    display: none;
  }

  .hero {
    padding: 20px 0;
    min-height: inherit;
    background: none !important;
  }

  .hero h2 {
    color: #000000;
    text-shadow: 0 0 0;
  }

  .hero p {
    color: #000000;
    text-shadow: 0 0 0;
  }

  .hero small {
    color: #000000;
    text-shadow: 0 0 0;
  }

  .hero small::before,
  .hero small::after {
    background-color: #000000;
  }

  .hero--small {
    padding: 20px 0;
    min-height: inherit;
  }

  .hero__select-box {
    display: none;
  }

  .hero .select2-selection--single {
    border-color: #000;
  }

  .hero .select2-selection--single .select2-selection__rendered {
    color: #000;
  }

  .hero .select2-selection__placeholder {
    color: #000;
  }
}