/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

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

/* Base */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  min-height: 100%;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin: 1em 0;
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small {
  color: inherit;
  font-weight: inherit;
  line-height: 1;
}

h1, h2, h3 {
  line-height: 1.15;
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small {
  font-size: 65%;
}

h4, h5, h6 {
  line-height: 1.35;
}
h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small {
  font-size: 75%;
}

p {
  margin: 1em 0;
}

small, .small {
  font-size: 85%;
}

.big {
  font-size: 150%;
}

sub,
sup {
  font-size: 60%;
}

b,
strong {
  font-weight: bolder;
}

/* Forms */
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

input:focus {
  outline: none;
}

/* Tables */
table {
  border-spacing: 0;
}

th {
  text-align: left;
}

/* Media */
img {
  vertical-align: middle;
}
img.responsive {
  height: auto;
  max-width: 100%;
}

/* Base */
html {
  overflow-y: initial;
  scroll-behavior: smooth;
}

body {
  font-size: 1.3rem;
  background-color: #fff;
  color: #565661;
  font-family: "Slabo 27px", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}
@media screen and (min-width: 640px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  body {
    font-size: 1.8rem;
  }
}
body.modal-open, body.nav-open {
  overflow: hidden;
}

a, button {
  text-decoration: none;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  cursor: pointer;
  color: #565661;
  display: inline-block;
}
a:hover, a:focus, button:hover, button:focus {
  text-decoration: none;
}
a:hover, a:focus, button:hover, button:focus {
  color: #f62a00;
  outline: 0;
}

hr {
  border: 0 solid #f1f3ce;
  border-top-width: 0.1rem;
  margin: 2em 0;
}

div:empty {
  display: initial;
}

/* Typography */
h1 {
  font-size: 2.4rem;
}
@media screen and (min-width: 640px) {
  h1 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 960px) {
  h1 {
    font-size: 4.8rem;
  }
}

h2 {
  font-size: 2rem;
}
@media screen and (min-width: 640px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 960px) {
  h2 {
    font-size: 3.6rem;
  }
}

h3 {
  font-size: 1.8rem;
}
@media screen and (min-width: 640px) {
  h3 {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 960px) {
  h3 {
    font-size: 3rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (min-width: 640px) {
  h4 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 960px) {
  h4 {
    font-size: 2.4rem;
  }
}

h5 {
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) {
  h5 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  h5 {
    font-size: 2rem;
  }
}

h6 {
  font-size: 1.3rem;
}
@media screen and (min-width: 640px) {
  h6 {
    font-size: 1.45rem;
  }
}
@media screen and (min-width: 960px) {
  h6 {
    font-size: 1.9rem;
  }
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
  margin-bottom: 0;
}

.text-left {
  text-align: left;
}

@media screen and (min-width: 480px) {
  .text-left--mobile {
    text-align: left;
  }
}

@media screen and (min-width: 640px) {
  .text-left--tablet {
    text-align: left;
  }
}

@media screen and (min-width: 960px) {
  .text-left--laptop {
    text-align: left;
  }
}

@media screen and (min-width: 1368px) {
  .text-left--desktop {
    text-align: left;
  }
}

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

@media screen and (min-width: 480px) {
  .text-right--mobile {
    text-align: right;
  }
}

@media screen and (min-width: 640px) {
  .text-right--tablet {
    text-align: right;
  }
}

@media screen and (min-width: 960px) {
  .text-right--laptop {
    text-align: right;
  }
}

@media screen and (min-width: 1368px) {
  .text-right--desktop {
    text-align: right;
  }
}

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

@media screen and (min-width: 480px) {
  .text-center--mobile {
    text-align: center;
  }
}

@media screen and (min-width: 640px) {
  .text-center--tablet {
    text-align: center;
  }
}

@media screen and (min-width: 960px) {
  .text-center--laptop {
    text-align: center;
  }
}

@media screen and (min-width: 1368px) {
  .text-center--desktop {
    text-align: center;
  }
}

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 480px) {
  .text-justify--mobile {
    text-align: justify;
  }
}

@media screen and (min-width: 640px) {
  .text-justify--tablet {
    text-align: justify;
  }
}

@media screen and (min-width: 960px) {
  .text-justify--laptop {
    text-align: justify;
  }
}

@media screen and (min-width: 1368px) {
  .text-justify--desktop {
    text-align: justify;
  }
}

/* Display */
@media screen and (max-width: 479px) {
  .show--mobile {
    display: none !important;
  }
}

@media screen and (max-width: 639px) {
  .show--tablet {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .show--laptop {
    display: none !important;
  }
}

@media screen and (max-width: 1367px) {
  .show--desktop {
    display: none !important;
  }
}

.hide {
  display: none !important;
}

@media screen and (min-width: 480px) {
  .hide--mobile {
    display: none !important;
  }
}

@media screen and (min-width: 640px) {
  .hide--tablet {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .hide--laptop {
    display: none !important;
  }
}

@media screen and (min-width: 1368px) {
  .hide--desktop {
    display: none !important;
  }
}

/* Helpers */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: calc(100% - 2rem);
  max-width: 720px;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 640px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) {
  .container {
    max-width: 1140px;
  }
}

/* Buttons */
.btn {
  text-decoration: none;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0.4rem;
  color: #565661;
  display: inline-block;
  font-weight: inherit;
  line-height: inherit;
  padding: 0.75em 1.5em;
  text-align: center;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
@media screen and (min-width: 640px) {
  .btn {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.btn:hover, .btn:focus {
  color: #f62a00;
}
.btn + .btn {
  margin-left: 1em;
}
.btn--block {
  display: block;
  padding-left: 0.71em;
  padding-right: 0.71em;
  width: 100%;
}
.btn--block + .btn--block {
  margin-left: 0;
  margin-top: 1em;
}
.btn--wide {
  min-width: 20rem;
}
.btn--small {
  padding: 0.25em 0.75em;
}
@media screen and (min-width: 640px) {
  .btn--small {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.btn--rounded {
  border-radius: 100em;
}
.btn--primary {
  background-color: #f62a00;
  background-image: linear-gradient(to bottom, #f62a00 25%, #ea2800 75%);
  background-position: 0 0;
  background-size: 100% 400%;
  box-shadow: inset 0 0 0.5em #f62a00;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.btn--primary:hover, .btn--primary:focus {
  background-position: 0 100%;
  color: #fff;
}
.btn--secondary {
  background-color: #1e656d;
  background-image: linear-gradient(to bottom, #1e656d 25%, #1d6068 75%);
  background-position: 0 0;
  background-size: 100% 400%;
  box-shadow: inset 0 0 0.5em #1e656d;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.btn--secondary:hover, .btn--secondary:focus {
  background-position: 0 100%;
  color: #fff;
}
.btn--default {
  background-color: #b4b5c6;
  background-image: linear-gradient(to bottom, #b4b5c6 25%, #abacbc 75%);
  background-position: 0 0;
  background-size: 100% 400%;
  box-shadow: inset 0 0 0.5em #b4b5c6;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.btn--default:hover, .btn--default:focus {
  background-position: 0 100%;
  color: #fff;
}
.btn--light {
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fff 25%, #f2f2f2 75%);
  background-position: 0 0;
  background-size: 100% 400%;
  box-shadow: inset 0 0 0.5em #fff;
  color: #f62a00;
  overflow: hidden;
  position: relative;
}
.btn--light:hover, .btn--light:focus {
  background-position: 0 100%;
  color: #f62a00;
}

/* Forms */
.form::after {
  clear: both;
  content: "";
  display: table;
}
.form label {
  cursor: pointer;
  font-size: inherit;
}
.form textarea {
  resize: none;
}
.form-item {
  margin-top: 2rem;
  position: relative;
}
.form-item::after {
  clear: both;
  content: "";
  display: table;
}
.form-item:first-child {
  margin-top: 0;
}
.form-label {
  display: inline-block;
  margin: 0.5em 0;
}
.form-label:first-child {
  margin-top: 0;
}
.form-label:last-child {
  margin-bottom: 0;
}
.form-control {
  transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  background: #fff;
  border: 0.1rem solid #ccc;
  border-radius: 0.4rem;
  color: #222628;
  display: block;
  line-height: 1.5;
  padding: calc(0.75em - 0.1rem) 1em;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .form-control {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.form-control::-webkit-input-placeholder {
  opacity: 0.5;
  text-overflow: ellipsis;
}

.form-control:-moz-placeholder {
  opacity: 0.5;
  text-overflow: ellipsis;
}

.form-control::-moz-placeholder {
  opacity: 0.5;
  text-overflow: ellipsis;
}

.form-control:-ms-input-placeholder {
  opacity: 0.5;
  text-overflow: ellipsis;
}

.form-control:focus {
  border-color: #f62a00;
}
input.form-control, textarea.form-control, select.form-control {
  border: 0.1rem solid #ccc;
  border-radius: 0.4rem;
}

.form-select {
  position: relative;
}
.form-select::after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaW4gbWVldCIgc3R5bGU9Im1heC1oZWlnaHQ6MTAwJTsiPjxwYXRoIGQ9Ik04My40NzQgMjcuODc3YzEuNDQgMCAyLjg5Ni40NzIgNC4xMDcgMS40NTQgMi44IDIuMjcyIDMuMjM1IDYuMzk0Ljk2NCA5LjE4OEw1NS4wOTIgNzkuODE2Yy0yLjQ3NiAzLjA2My03LjY0NCAzLjA4OC0xMC4xNTcgMGwtMzMuNDgtNDEuMjk4Yy0yLjI3LTIuNzk0LTEuODM3LTYuOTE0Ljk3LTkuMTg3IDIuNzctMi4yNTcgNi45MTUtMS44NDggOS4xODguOTdsMjguNCAzNS4wM0w3OC4zODcgMzAuM2MxLjI5NS0xLjU5NCAzLjE3Ny0yLjQyMyA1LjA4Ny0yLjQyM3oiIGZpbGw9IiMyNTI1MjUiLz48L3N2Zz4=") no-repeat center center/contain;
  content: "";
  height: 1em;
  margin-top: -0.5em;
  pointer-events: none;
  position: absolute;
  right: 1em;
  top: 50%;
  width: 1em;
}
.form-select select {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-right: 3em;
}
.form-select select::-ms-expand {
  display: none;
}
.form-checkbox input, .form-radio input {
  position: absolute;
  opacity: 0;
}
.form-checkbox label, .form-radio label {
  cursor: pointer;
  display: block;
  padding-left: 1.5em;
  position: relative;
}
.form-checkbox label::before, .form-checkbox label::after, .form-radio label::before, .form-radio label::after {
  background: #fff;
  content: "";
  height: 1em;
  left: 0.5em;
  position: absolute;
  top: 0.75em;
  transform: translate(-50%, -50%);
  width: 1em;
}
.form-checkbox label::before, .form-radio label::before {
  border: 0.2rem solid #f62a00;
}
.form-checkbox label::after, .form-radio label::after {
  transition: opacity 0.3s ease-in-out;
  background: #f62a00;
  height: calc(1em - 0.8rem);
  opacity: 0;
  width: calc(1em - 0.8rem);
}
.form-checkbox input:checked ~ label::after, .form-radio input:checked ~ label::after {
  opacity: 1;
}
.form-radio label::before, .form-radio label::after {
  border-radius: 100%;
}
.form-hidden {
  display: none;
}
.form-help {
  font-size: 1.1rem;
}
@media screen and (min-width: 960px) {
  .form-help {
    font-size: 1.6rem;
  }
}

/* Icons */
.icon {
  display: inline-block;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 1em;
}
.icon-box {
  display: block;
  padding-top: 100%;
  position: relative;
  transform: translate(0, 0);
  width: 100%;
}
.icon svg {
  transition: all 0.3s ease-in-out;
  display: block;
  fill: currentColor;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 100%;
}

/* Commons */
.header {
  left: 0;
  line-height: 5rem;
  padding: 0.5rem 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}
@media screen and (min-width: 960px) {
  .header {
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    line-height: 7rem;
    padding: 2rem 0;
  }
  .page--nav-open .header, .page--scrolled .header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.header::before, .header::after {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.header::before {
  transition: opacity 0.3s ease-in-out;
  background-image: linear-gradient(to bottom, rgba(86, 86, 97, 0.3), rgba(86, 86, 97, 0.2), rgba(86, 86, 97, 0));
  height: 100%;
  opacity: 1;
  top: 0;
}
.page--nav-open .header::before, .page--scrolled .header::before {
  opacity: 0;
}
.header::after {
  transition: opacity 0.3s ease-in-out;
  background: #fff;
  height: 100%;
  opacity: 0;
  top: 0;
}
.page--nav-open .header::after, .page--scrolled .header::after {
  opacity: 1;
}
.header-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: calc(100% - 2rem);
  max-width: 720px;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: center;
  z-index: 1;
}
.header-container::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 640px) {
  .header-container {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) {
  .header-container {
    max-width: 1140px;
  }
}
.header-container::after {
  content: normal;
}
.no-flexbox .header-container::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 960px) {
  .header-container {
    justify-content: space-between;
  }
}
.header-toggle {
  max-width: calc(25% - 3rem);
  width: 100%;
  margin-left: 4rem;
  text-align: right;
}
.ios .header-toggle, .safari .header-toggle {
  -webkit-flex-basis: calc(25% - 3rem);
}
.no-flexbox .header-toggle {
  display: block;
  float: left;
  max-width: none;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 25%;
}
@media screen and (min-width: 960px) {
  .header-toggle {
    display: none;
  }
}
.header-switch {
  color: #fff;
  display: inline-block;
  font-size: 150%;
}
.header-switch:hover, .header-switch:focus {
  color: #f62a00;
}
.page--nav-open .header-switch, .page--scrolled .header-switch {
  color: #222628;
}
.page--nav-open .header-switch:hover, .page--nav-open .header-switch:focus, .page--scrolled .header-switch:hover, .page--scrolled .header-switch:focus {
  color: #f62a00;
}
.header-switch .if-open {
  display: none;
}
.header-switch.is-active .if-open {
  display: inline-block;
}
.header-switch.is-active .if-closed {
  display: none;
}
.header-brand {
  max-width: calc(75% - 1rem);
  width: 100%;
  text-align: left;
}
.ios .header-brand, .safari .header-brand {
  -webkit-flex-basis: calc(75% - 1rem);
}
.no-flexbox .header-brand {
  display: block;
  float: left;
  max-width: none;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 75%;
}
@media screen and (min-width: 960px) {
  .header-brand {
    max-width: calc(25% - 3rem);
    width: 100%;
  }
  .ios .header-brand, .safari .header-brand {
    -webkit-flex-basis: calc(25% - 3rem);
  }
  .no-flexbox .header-brand {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 25%;
  }
}
@media screen and (max-width: 959px) {
  .header-nav {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 6rem;
    visibility: hidden;
    z-index: 1;
  }
  .header-nav-overlay {
    background-color: rgba(251, 252, 242, 0.8);
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .header-nav-wrapper {
    background-color: #fbfcf2;
    position: relative;
    z-index: 1;
  }
  .header-nav-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: calc(100% - 2rem);
    max-width: 720px;
    padding: 2rem;
  }
  .header-nav-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (max-width: 959px) and (min-width: 640px) {
  .header-nav-container {
    max-width: 960px;
  }
}
@media screen and (max-width: 959px) and (min-width: 960px) {
  .header-nav-container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 959px) {
  .page--nav-open .header-nav {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 960px) {
  .header-nav {
    max-width: calc(75% - 1rem);
    width: 100%;
    text-align: right;
  }
  .ios .header-nav, .safari .header-nav {
    -webkit-flex-basis: calc(75% - 1rem);
  }
  .no-flexbox .header-nav {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 75%;
  }
  .header-nav-container {
    display: flex;
    width: 100%;
  }
}

.logo {
  color: #565661;
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
  width: 8rem;
}
@media screen and (min-width: 960px) {
  .logo {
    width: 11.2rem;
  }
}
.logo--elephpant {
  width: 5rem;
}
@media screen and (min-width: 960px) {
  .logo--elephpant {
    width: 7rem;
  }
}
.logo-box {
  display: block;
  padding-top: 62.5%;
  position: relative;
  width: 100%;
}
.logo--elephpant .logo-box {
  padding-top: 100%;
}
.logo svg {
  display: block;
  fill: currentColor;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 100%;
}
.logo svg .primary {
  transition: fill 0.3s ease-in-out;
  fill: #fff;
}
.page--nav-open .logo svg .primary, .page--scrolled .logo svg .primary {
  fill: #f62a00;
}
.logo svg .secondary {
  transition: fill 0.3s ease-in-out;
  fill: #fff;
  opacity: 0.5;
}
.page--nav-open .logo svg .secondary, .page--scrolled .logo svg .secondary {
  fill: #1e656d;
  opacity: 1;
}
.logo svg .ternary {
  transition: fill 0.3s ease-in-out;
  fill: #fff;
  opacity: 0.5;
}
.page--nav-open .logo svg .ternary, .page--scrolled .logo svg .ternary {
  fill: #00293c;
  opacity: 1;
}
.logo svg .text {
  transition: fill 0.3s ease-in-out;
  fill: transparent;
}
.page--nav-open .logo svg .text, .page--scrolled .logo svg .text {
  fill: #fff;
}
.logo svg .text-alt {
  transition: fill 0.3s ease-in-out;
  fill: #fff;
}
.page--nav-open .logo svg .text-alt, .page--scrolled .logo svg .text-alt {
  fill: #f62a00;
}

.menu {
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  line-height: 3em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .menu {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 960px) {
  .menu {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .menu {
    flex-direction: row;
    justify-content: flex-end;
    line-height: inherit;
  }
}
@media screen and (min-width: 960px) {
  .menu-item {
    margin-left: 1.75em;
  }
}
.menu-link {
  color: #222628;
  display: block;
}
.menu-link:hover, .menu-link:focus {
  color: #f62a00;
}
@media screen and (min-width: 960px) {
  .menu-link {
    color: #fff;
  }
  .menu-link:hover, .menu-link:focus {
    color: #f62a00;
  }
}
.page--nav-open .menu-link, .page--scrolled .menu-link {
  color: #222628;
}
.page--nav-open .menu-link:hover, .page--nav-open .menu-link:focus, .page--scrolled .menu-link:hover, .page--scrolled .menu-link:focus {
  color: #f62a00;
}
.menu-item--current .menu-link {
  color: #f62a00;
}
.menu-link--special {
  color: #f62a00;
  font-weight: 600;
}
.menu-link--special:hover, .menu-link--special:focus {
  color: #f62a00;
}
.menu-link .icon {
  font-size: 2.4em;
}

.lang {
  position: relative;
}
@media screen and (min-width: 960px) {
  .lang {
    margin-left: 1.75em;
    width: 1em;
  }
}
.lang-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  .lang-list {
    flex-direction: column;
    line-height: 3rem;
    padding: 1.75rem 0 0.5rem;
    position: absolute;
    visibility: hidden;
  }
  .lang-list::before, .lang-list::after {
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    content: "";
    opacity: 0;
    position: absolute;
    top: 6rem;
    transform: translate(0, -1rem);
    visibility: hidden;
  }
  .lang:hover .lang-list::before, .lang:hover .lang-list::after {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
  .lang-list::before {
    border-bottom: 0.6rem solid #f2f2f2;
    border-left: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
    left: 50%;
    margin: -0.6rem 0 0 -0.6rem;
    z-index: 1;
  }
  .lang-list::after {
    background-color: #f2f2f2;
    border-radius: 0.3rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: -1rem;
    right: -1rem;
  }
}
.lang-item {
  margin: 0 0.5em;
}
.lang-item--current {
  order: -1;
}
@media screen and (min-width: 960px) {
  .lang-item {
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    margin: 0;
    opacity: 0;
    position: relative;
    transform: translate(0, -1rem);
    visibility: hidden;
    z-index: 1;
  }
  .lang:hover .lang-item {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
  .lang-item--current {
    margin-bottom: 2rem;
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
}
.lang-link {
  border-radius: 100%;
  display: inline-block;
  line-height: 0.7;
  position: relative;
}
.lang-link .icon {
  box-shadow: 0 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  overflow: hidden;
  width: 2em;
}
@media screen and (min-width: 960px) {
  .lang-link .icon {
    width: 1em;
  }
}

.footer {
  padding: 2rem 0 2rem;
  position: relative;
}
.footer-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: calc(100% - 2rem);
  max-width: 720px;
}
.footer-container::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 640px) {
  .footer-container {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) {
  .footer-container {
    max-width: 1140px;
  }
}
.footer-wrapper {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column-reverse;
}
.footer-wrapper::after {
  content: normal;
}
.no-flexbox .footer-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 640px) {
  .footer-wrapper {
    flex-direction: row;
  }
}
.footer-nav {
  text-align: center;
}
@media screen and (min-width: 640px) {
  .footer-nav {
    max-width: calc(75% - 1rem);
    width: 100%;
    text-align: left;
  }
  .ios .footer-nav, .safari .footer-nav {
    -webkit-flex-basis: calc(75% - 1rem);
  }
  .no-flexbox .footer-nav {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 75%;
  }
}
.footer-menu {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 640px) {
  .footer-menu {
    line-height: 2;
  }
}
@media screen and (min-width: 640px) {
  .footer-menu-item {
    float: left;
    margin-left: 1em;
  }
  .footer-menu-item:first-child {
    margin-left: 0;
  }
}
.footer-media {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .footer-media {
    max-width: calc(25% - 3rem);
    width: 100%;
    margin-bottom: 0;
    text-align: right;
  }
  .ios .footer-media, .safari .footer-media {
    -webkit-flex-basis: calc(25% - 3rem);
  }
  .no-flexbox .footer-media {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 25%;
  }
}
.footer-media-link {
  display: inline-block;
  width: 2em;
}
.footer-media-link .icon {
  width: 100%;
}
.footer-stt {
  background: url(/assets/svg/arrow.svg) center center no-repeat #20656E;
  background-size: 15px auto;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  transform: rotate(-90deg);
  position: absolute;
  right: 0px;
  top: 50px;
}
@media screen and (min-width: 640px) {
  .footer-stt {
    top: -100px;
  }
}

.cookiebar {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  font-size: 1.1rem;
  background: rgba(241, 243, 206, 0.92);
  bottom: 0;
  color: #222628;
  left: 0;
  line-height: 1.35;
  max-width: 100vw;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 960px) {
  .cookiebar {
    font-size: 1.6rem;
  }
}
.cookiebar--visible {
  opacity: 1;
  visibility: visible;
}
.cookiebar-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: calc(100% - 2rem);
  max-width: 720px;
}
.cookiebar-container::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 640px) {
  .cookiebar-container {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) {
  .cookiebar-container {
    max-width: 1140px;
  }
}
.cookiebar-content {
  padding: 0.5rem 0;
  text-align: center;
}
.cookiebar-content span,
.cookiebar-content a {
  vertical-align: middle;
}
.cookiebar-content a {
  margin-left: 1em;
}
.cookiebar-content .link {
  color: #222628;
}
.cookiebar-content .link:hover, .cookiebar-content .link:focus {
  color: #f62a00;
}
@media screen and (max-width: 479px) {
  .cookiebar-content {
    padding: 0;
  }
  .cookiebar-content span,
.cookiebar-content a {
    display: block;
    margin: 0.5em 0;
    text-align: center;
  }
}

/* Sections */
.hero {
  background-color: #20404e;
  color: #00293c;
  font-weight: 300;
  height: 100vh;
  min-height: 64rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}
.hero-bg {
  background-attachment: fixed;
  background-color: #20404e;
  background-image: url("../svg/bg-hero.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero-fold {
  align-items: center;
  display: flex;
  justify-content: center;
  bottom: 0;
  height: 8rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.hero-scroll {
  color: #fff;
  font-size: 2.4em;
  line-height: 0.8;
}
.hero-scroll:hover, .hero-scroll:focus {
  color: #f62a00;
}
.hero-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: calc(100% - 2rem);
  max-width: 720px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.hero-container::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 640px) {
  .hero-container {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) {
  .hero-container {
    max-width: 1140px;
  }
}
.hero-logo {
  margin-bottom: 1em;
  max-width: 80vmin;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .hero-logo {
    max-width: 50vmin;
    min-width: 32rem;
  }
}
.hero-logo > .icon {
  width: 100%;
}
.hero-icon--over {
  max-height: 30%;
  max-width: 30%;
  position: absolute;
  top: 32%;
  left: 86%;
}
.hero-title {
  font-family: "Titillium Web", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  margin: 0.1em 0;
  text-shadow: 0 0 0.5em #fff;
}
.hero-text {
  margin: 0.25em 0;
}
.hero-text:first-child {
  margin-top: 0;
}
.hero-text:last-child {
  margin-bottom: 0;
}

.section {
  padding-top: calc(2rem + 6vh);
  padding-bottom: calc(2rem + 6vh);
  position: relative;
}
.section-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.section-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: calc(100% - 2rem);
  max-width: 720px;
}
.section-container::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 640px) {
  .section-container {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) {
  .section-container {
    max-width: 1140px;
  }
}
.section-title {
  font-family: "Titillium Web", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 3em 0 2em;
  text-align: center;
  text-transform: uppercase;
}

.about {
  background-color: #fbfcf2;
}
.about-wrapper {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
.about-wrapper::after {
  content: normal;
}
.no-flexbox .about-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 640px) {
  .about-wrapper {
    flex-direction: row;
  }
}
.about-aside {
  margin-bottom: 2em;
}
@media screen and (min-width: 640px) {
  .about-aside {
    max-width: calc(33.3333333333% - 2.6666666667rem);
    width: 100%;
    margin-bottom: 0;
  }
  .ios .about-aside, .safari .about-aside {
    -webkit-flex-basis: calc(33.3333333333% - 2.6666666667rem);
  }
  .no-flexbox .about-aside {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 640px) {
  .about-content {
    max-width: calc(66.6666666667% - 1.3333333333rem);
    width: 100%;
  }
  .ios .about-content, .safari .about-content {
    -webkit-flex-basis: calc(66.6666666667% - 1.3333333333rem);
  }
  .no-flexbox .about-content {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 66.6666666667%;
  }
}
.about-photo {
  display: block;
  margin: 2em 0;
}
.about-photo:first-child {
  margin-top: 0;
}
.about-photo:last-child {
  margin-bottom: 0;
}
.about-photo img,
.about-photo svg {
  height: auto;
  max-width: 100%;
}
.about-thumb {
  border-radius: 100%;
  overflow: hidden;
}
.about .video-line iframe {
  min-height: 405px !important;
  position: relative;
  top: -2rem;
  border-width: 1px;
  border-style: solid;
  border-color: #565661;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media screen and (min-width: 960px) {
  .about .video-line iframe {
    min-width: 720px !important;
  }
}
.about .section-container > .video {
  text-align: center;
}

.why {
  background-color: #f1f3ce;
}
.why-grid {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.why-grid::after {
  content: normal;
}
.no-flexbox .why-grid::after {
  clear: both;
  content: "";
  display: table;
}
.why-item {
  position: relative;
}
.why-item::before, .why-item::after {
  background-color: rgba(86, 86, 97, 0.1);
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
}
.why-item::before {
  height: 100%;
  left: -2rem;
  top: 50%;
  width: 0.1rem;
}
.why-item::after {
  height: 0.1rem;
  left: 50%;
  top: -2rem;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .why-item {
    max-width: calc(100% - 0rem);
    width: 100%;
    margin-top: 4rem;
    margin-right: 4rem;
  }
  .ios .why-item, .safari .why-item {
    -webkit-flex-basis: calc(100% - 0rem);
  }
  .no-flexbox .why-item {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }
  .why-item:nth-child(-n+1) {
    margin-top: 0;
  }
  .why-item:nth-child(1n) {
    margin-right: 0;
  }
  .no-flexbox .why-item:nth-child(1n) {
    float: right;
  }
  .no-flexbox .why-item:nth-child(1n+1) {
    clear: both;
  }
  .why-item::before {
    content: normal;
  }
  .why-item:nth-child(-n+1)::after {
    content: normal;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .why-item {
    max-width: calc(50% - 2rem);
    width: 100%;
    margin-top: 4rem;
    margin-right: 4rem;
  }
  .ios .why-item, .safari .why-item {
    -webkit-flex-basis: calc(50% - 2rem);
  }
  .no-flexbox .why-item {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 50%;
  }
  .why-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .why-item:nth-child(2n) {
    margin-right: 0;
  }
  .no-flexbox .why-item:nth-child(2n) {
    float: right;
  }
  .no-flexbox .why-item:nth-child(2n+1) {
    clear: both;
  }
  .why-item:nth-child(2n+1)::before {
    content: normal;
  }
  .why-item:nth-child(-n+2)::after {
    content: normal;
  }
}
@media screen and (min-width: 960px) {
  .why-item {
    max-width: calc(33.3333333333% - 2.6666666667rem);
    width: 100%;
    margin-top: 4rem;
    margin-right: 4rem;
  }
  .ios .why-item, .safari .why-item {
    -webkit-flex-basis: calc(33.3333333333% - 2.6666666667rem);
  }
  .no-flexbox .why-item {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 33.3333333333%;
  }
  .why-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .why-item:nth-child(3n) {
    margin-right: 0;
  }
  .no-flexbox .why-item:nth-child(3n) {
    float: right;
  }
  .no-flexbox .why-item:nth-child(3n+1) {
    clear: both;
  }
  .why-item:nth-child(3n+1)::before {
    content: normal;
  }
  .why-item:nth-child(-n+3)::after {
    content: normal;
  }
}
.why-icon {
  transition: padding 0.3s ease-in-out;
  color: #f62a00;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  max-width: 12rem;
  padding: 10%;
  position: relative;
  width: 60%;
}
.why-item:hover .why-icon {
  padding: 8%;
}
.why-icon::before {
  transition: box-shadow 0.3s ease-in-out, height 0.3s ease-in-out, width 0.3s ease-in-out;
  background-color: #fbfcf2;
  border-radius: 100%;
  box-shadow: 0 0 3em rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.why-item:hover .why-icon::before {
  box-shadow: 0 0 3em rgba(0, 0, 0, 0.05);
  height: 125%;
  width: 125%;
}
.why-icon .icon {
  width: 100%;
}
.why-content {
  text-align: center;
}

.speakers {
  background-color: #fbfcf2;
}
.speakers-grid {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}
.speakers-grid::after {
  content: normal;
}
.no-flexbox .speakers-grid::after {
  clear: both;
  content: "";
  display: table;
}
.speakers-item {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .speakers-item {
    max-width: calc(100% - 0rem);
    width: 100%;
    margin-top: 2rem;
    margin-right: 4rem;
  }
  .ios .speakers-item, .safari .speakers-item {
    -webkit-flex-basis: calc(100% - 0rem);
  }
  .no-flexbox .speakers-item {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }
  .speakers-item:nth-child(-n+1) {
    margin-top: 0;
  }
  .speakers-item:nth-child(1n) {
    margin-right: 0;
  }
  .no-flexbox .speakers-item:nth-child(1n) {
    float: right;
  }
  .no-flexbox .speakers-item:nth-child(1n+1) {
    clear: both;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .speakers-item {
    max-width: calc(50% - 2rem);
    width: 100%;
    margin-top: 4rem;
    margin-right: 4rem;
  }
  .ios .speakers-item, .safari .speakers-item {
    -webkit-flex-basis: calc(50% - 2rem);
  }
  .no-flexbox .speakers-item {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 50%;
  }
  .speakers-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .speakers-item:nth-child(2n) {
    margin-right: 0;
  }
  .no-flexbox .speakers-item:nth-child(2n) {
    float: right;
  }
  .no-flexbox .speakers-item:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (min-width: 960px) and (max-width: 1367px) {
  .speakers-item {
    max-width: calc(33.3333333333% - 2.6666666667rem);
    width: 100%;
    margin-top: 4rem;
    margin-right: 4rem;
  }
  .ios .speakers-item, .safari .speakers-item {
    -webkit-flex-basis: calc(33.3333333333% - 2.6666666667rem);
  }
  .no-flexbox .speakers-item {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 33.3333333333%;
  }
  .speakers-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .speakers-item:nth-child(3n) {
    margin-right: 0;
  }
  .no-flexbox .speakers-item:nth-child(3n) {
    float: right;
  }
  .no-flexbox .speakers-item:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (min-width: 1368px) {
  .speakers-item {
    max-width: calc(25% - 3rem);
    width: 100%;
    margin-top: 4rem;
    margin-right: 4rem;
  }
  .ios .speakers-item, .safari .speakers-item {
    -webkit-flex-basis: calc(25% - 3rem);
  }
  .no-flexbox .speakers-item {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 25%;
  }
  .speakers-item:nth-child(-n+4) {
    margin-top: 0;
  }
  .speakers-item:nth-child(4n) {
    margin-right: 0;
  }
  .no-flexbox .speakers-item:nth-child(4n) {
    float: right;
  }
  .no-flexbox .speakers-item:nth-child(4n+1) {
    clear: both;
  }
}
.speakers-item-photo {
  display: block;
  margin: 1.5em 0;
  position: relative;
}
.speakers-item-photo:first-child {
  margin-top: 0;
}
.speakers-item-photo:last-child {
  margin-bottom: 0;
}
.speakers-item-photo img {
  transition: box-shadow 0.3s ease-in-out;
  border: 0.8rem solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 3em rgba(0, 0, 0, 0);
  height: auto;
  max-width: 25rem;
  width: 100%;
}
.speakers-item:hover .speakers-item-photo img {
  box-shadow: 0 0 3em rgba(0, 0, 0, 0.15);
}
.speakers-item-title {
  font-weight: 600;
}
.speakers-item-company {
  margin-top: -1em;
}
.speakers-item-links .icon {
  font-size: 2em;
}
.speakers-details-head {
  display: flex;
}
.speakers-details-photo {
  max-width: 12rem;
  width: 50%;
}
.speakers-details-photo img {
  border-radius: 0.3rem;
  height: auto;
  max-width: 100%;
}
.speakers-details-info {
  align-self: center;
  padding: 1rem 2rem;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .speakers-details-info {
    padding: 1.5rem 3rem;
  }
}
.speakers-details-body {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 640px) {
  .speakers-details-body {
    flex-direction: row;
  }
}
.speakers-details-company {
  margin-top: -1em;
}
.speakers-details-links {
  display: none;
  max-width: 12rem;
  width: 1000%;
}
@media screen and (min-width: 640px) {
  .speakers-details-links {
    display: block;
  }
}
.speakers-details-links .icon {
  font-size: 2em;
}
.speakers-details-desc {
  text-align: left;
}
.speakers-details-links, .speakers-details-desc {
  padding: 2rem;
}
@media screen and (min-width: 640px) {
  .speakers-details-links, .speakers-details-desc {
    padding: 3rem;
  }
}
.speakers-details-title > .icon {
  border-radius: 100%;
  float: right;
  margin-left: 0.5em;
  overflow: hidden;
  top: 0.25em;
}

.agenda {
  background-color: #fbfcf2;
}
.agenda-download {
  background-color: #f1f3ce;
}
.agenda-title {
  text-align: center;
}
.agenda-grid {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.agenda-grid::after {
  content: normal;
}
.no-flexbox .agenda-grid::after {
  clear: both;
  content: "";
  display: table;
}
.agenda-item {
  position: relative;
}
.agenda-item::before, .agenda-item::after {
  background-color: rgba(86, 86, 97, 0.1);
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
}
.agenda-item::before {
  height: 100%;
  left: -2rem;
  top: 50%;
  width: 0.1rem;
}
.agenda-item::after {
  height: 0.1rem;
  left: 50%;
  top: -2rem;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .agenda-item {
    max-width: calc(50% - 2rem);
    width: 100%;
    margin-top: 4rem;
    margin-right: 4rem;
  }
  .ios .agenda-item, .safari .agenda-item {
    -webkit-flex-basis: calc(50% - 2rem);
  }
  .no-flexbox .agenda-item {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 50%;
  }
  .agenda-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .agenda-item:nth-child(2n) {
    margin-right: 0;
  }
  .no-flexbox .agenda-item:nth-child(2n) {
    float: right;
  }
  .no-flexbox .agenda-item:nth-child(2n+1) {
    clear: both;
  }
  .agenda-item::before {
    content: normal;
  }
  .agenda-item:nth-child(2n+1)::before {
    content: normal;
  }
  .agenda-item:nth-child(-n+2)::after {
    content: normal;
  }
}
@media screen and (min-width: 640px) {
  .agenda-item {
    max-width: calc(25% - 3rem);
    width: 100%;
    margin-top: 4rem;
    margin-right: 4rem;
  }
  .ios .agenda-item, .safari .agenda-item {
    -webkit-flex-basis: calc(25% - 3rem);
  }
  .no-flexbox .agenda-item {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 25%;
  }
  .agenda-item:nth-child(-n+4) {
    margin-top: 0;
  }
  .agenda-item:nth-child(4n) {
    margin-right: 0;
  }
  .no-flexbox .agenda-item:nth-child(4n) {
    float: right;
  }
  .no-flexbox .agenda-item:nth-child(4n+1) {
    clear: both;
  }
  .agenda-item:nth-child(4n+1)::before {
    content: normal;
  }
  .agenda-item:nth-child(-n+4)::after {
    content: normal;
  }
}
.agenda-icon {
  transition: padding 0.3s ease-in-out;
  color: #f62a00;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  max-width: 12rem;
  padding: 10%;
  position: relative;
  width: 60%;
}
.agenda-item:hover .agenda-icon {
  padding: 8%;
}
.agenda-icon::before {
  transition: box-shadow 0.3s ease-in-out, height 0.3s ease-in-out, width 0.3s ease-in-out;
  background-color: #fbfcf2;
  border-radius: 100%;
  box-shadow: 0 0 3em rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.agenda-item:hover .agenda-icon::before {
  box-shadow: 0 0 3em rgba(0, 0, 0, 0.05);
  height: 125%;
  width: 125%;
}
.agenda-icon .icon {
  width: 100%;
}
.agenda-content {
  text-align: center;
}

.schedule-day {
  margin-top: 5rem;
}
.schedule-day::after {
  clear: both;
  content: "";
  display: table;
}
.schedule-day:first-child {
  margin-top: 0;
}
.schedule-header {
  margin-bottom: 3rem;
}
.schedule-title, .schedule-subtitle {
  text-align: center;
}
.schedule-title:first-child {
  margin-top: 0;
}
.schedule-subtitle {
  color: #999;
  margin-top: -1.25em;
}

.timetable {
  border-bottom: 0.1rem solid #f1f3ce;
  table-layout: fixed;
  width: 100%;
}
.timetable-item {
  position: relative;
}
@media screen and (max-width: 639px) {
  .timetable-item {
    display: block;
  }
  .timetable-item::after {
    clear: both;
    content: "";
    display: table;
  }
  .timetable-item--empty {
    display: none;
  }
}
.timetable-empty, .timetable-time, .timetable-header, .timetable-event {
  border-top: 0.1rem solid #f1f3ce;
  vertical-align: top;
}
:last-child > .timetable-empty, :last-child > .timetable-time, :last-child > .timetable-header, :last-child > .timetable-event {
  border-top: 0.1rem solid #f1f3ce;
}
:first-child > .timetable-empty, :first-child > .timetable-time, :first-child > .timetable-header, :first-child > .timetable-event {
  border-top: 0;
}
.timetable-time {
  font-size: 1.1rem;
  padding: 0.25rem 0.5rem;
  text-align: center;
  width: 8rem;
}
@media screen and (min-width: 960px) {
  .timetable-time {
    font-size: 1.6rem;
  }
}
.timetable-time:not(:empty) {
  height: 3rem;
}
.timetable-time:only-child {
  color: rgba(34, 38, 40, 0.7);
}
@media screen and (max-width: 639px) {
  .timetable-time {
    display: block;
    float: left;
    width: 6rem;
  }
  .timetable-time:only-child, .timetable-time:empty {
    display: none;
  }
}
.timetable-header {
  padding: 1rem;
}
@media screen and (min-width: 640px) {
  .timetable-header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 639px) {
  .timetable-header {
    display: block;
    float: right;
    width: calc(100% - 6rem);
  }
}
.timetable-header.timetable-path-1 {
  background: linear-gradient(to right, #eaf7ea, rgba(234, 247, 234, 0.25));
  border-left: 0.3rem solid #2baf2b;
}
.timetable-header.timetable-path-2 {
  background: linear-gradient(to right, #eaf3fb, rgba(234, 243, 251, 0.25));
  border-left: 0.3rem solid #3188d9;
}
.timetable-header.timetable-path-3 {
  background: linear-gradient(to right, #feebe8, rgba(254, 235, 232, 0.25));
  border-left: 0.3rem solid #f23819;
}
.timetable-event {
  transition: box-shadow 0.3s ease-in-out;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(153, 153, 153, 0);
  height: calc(100% - 1rem);
  padding: 1rem;
  position: relative;
}
.timetable-event:hover {
  box-shadow: 0 0 1rem rgba(153, 153, 153, 0.25);
  z-index: 10;
}
@media screen and (min-width: 640px) {
  .timetable-event {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 639px) {
  .timetable-event {
    display: block;
    float: right;
    width: 100%;
  }
  .timetable-time ~ .timetable-event {
    width: calc(100% - 6rem);
  }
}
.timetable-event.timetable-path-0 {
  border-left: 0.4rem solid #f1f3ce;
}
.timetable-event.timetable-path-1 {
  border-left: 0.4rem solid #2baf2b;
}
.timetable-event.timetable-path-2 {
  border-left: 0.4rem solid #3188d9;
}
.timetable-event.timetable-path-3 {
  border-left: 0.4rem solid #f23819;
}
.timetable-title {
  margin: 0;
}
.timetable-title > .icon {
  border-radius: 100%;
  float: right;
  margin-left: 0.5em;
  overflow: hidden;
  top: 0.25em;
}
.timetable-speaker {
  color: #999;
}
.timetable-speaker-name, .timetable-speaker-time {
  vertical-align: middle;
}
.timetable-speaker-time {
  display: none;
  font-size: 0.9em;
}
@media screen and (max-width: 639px) {
  .timetable-speaker-time {
    display: inline-block;
  }
}
.timetable-desc {
  display: none;
  font-size: 0.92em;
  line-height: 1.35;
}
@media screen and (max-width: 639px) {
  .timetable-event.open .timetable-desc {
    display: block;
  }
}
@media screen and (min-width: 640px) {
  .timetable-desc {
    background: #fff;
    border: 3px solid #999;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
    left: -0.3rem;
    margin-top: 2rem;
    padding: 1rem 1.5rem;
    pointer-events: none;
    position: absolute;
    width: calc(200% + 0.9rem);
    z-index: 100;
  }
  .timetable-path-0 .timetable-desc {
    width: calc(200% + 0.6rem);
  }
  .timetable-path-0:last-child .timetable-desc {
    left: calc(-100% - 0.6rem);
  }
  .timetable-event:nth-child(2):last-child .timetable-desc {
    left: 0;
    width: calc(100% + 0.3rem);
  }
  .timetable-path-2 .timetable-desc {
    left: calc(-50% - 0.3rem);
  }
  .timetable-path-3 .timetable-desc {
    left: calc(-100% - 0.6rem);
  }
  .timetable-desc::before, .timetable-desc::after {
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #fff;
    bottom: 100%;
    content: "";
    left: 25%;
    margin-left: -1rem;
    position: absolute;
  }
  .timetable-path-0:last-child .timetable-desc::before, .timetable-path-0:last-child .timetable-desc::after {
    left: 75%;
  }
  .timetable-path-2 .timetable-desc::before, .timetable-path-2 .timetable-desc::after {
    left: 50%;
  }
  .timetable-path-3 .timetable-desc::before, .timetable-path-3 .timetable-desc::after {
    left: 75%;
  }
  .timetable-desc::before {
    border-bottom-color: #999;
  }
  .timetable-desc::after {
    margin-bottom: -0.3rem;
  }
  .timetable-event:hover .timetable-desc {
    display: block;
  }
}

.venue {
  background-color: #fbfcf2;
}
.venue-wrapper {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 5rem;
}
.venue-wrapper::after {
  content: normal;
}
.no-flexbox .venue-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 639px) {
  .venue-content {
    max-width: calc(100% - 0rem);
    width: 100%;
    margin-top: 2rem;
    margin-right: 4rem;
  }
  .ios .venue-content, .safari .venue-content {
    -webkit-flex-basis: calc(100% - 0rem);
  }
  .no-flexbox .venue-content {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }
  .venue-content:nth-child(-n+1) {
    margin-top: 0;
  }
  .venue-content:nth-child(1n) {
    margin-right: 0;
  }
  .no-flexbox .venue-content:nth-child(1n) {
    float: right;
  }
  .no-flexbox .venue-content:nth-child(1n+1) {
    clear: both;
  }
}
@media screen and (min-width: 640px) {
  .venue-content {
    max-width: calc(50% - 2rem);
    width: 100%;
    margin-top: 4rem;
    margin-right: 4rem;
  }
  .ios .venue-content, .safari .venue-content {
    -webkit-flex-basis: calc(50% - 2rem);
  }
  .no-flexbox .venue-content {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 50%;
  }
  .venue-content:nth-child(-n+2) {
    margin-top: 0;
  }
  .venue-content:nth-child(2n) {
    margin-right: 0;
  }
  .no-flexbox .venue-content:nth-child(2n) {
    float: right;
  }
  .no-flexbox .venue-content:nth-child(2n+1) {
    clear: both;
  }
}
.venue-photo {
  display: block;
  margin: 2em 0;
}
.venue-photo:first-child {
  margin-top: 0;
}
.venue-photo:last-child {
  margin-bottom: 0;
}
.venue-photo img {
  border-radius: 0.3rem;
  height: auto;
  max-width: 100%;
}

.map {
  background-color: #f1f3ce;
}
.map-content {
  margin: 0 auto 4rem;
  width: 100%;
  max-width: 90%;
  font-size: small;
  text-align: right;
}
.map-content iframe {
  border-width: 1px;
  border-style: solid;
  border-color: #565661;
}

.access {
  background-color: #f1f3ce;
}
.access-grid {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.access-grid::after {
  content: normal;
}
.no-flexbox .access-grid::after {
  clear: both;
  content: "";
  display: table;
}
.access-item {
  position: relative;
}
.access-item::before, .access-item::after {
  background-color: rgba(86, 86, 97, 0.1);
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
}
.access-item::before {
  height: 100%;
  left: -2rem;
  top: 50%;
  width: 0.1rem;
}
.access-item::after {
  height: 0.1rem;
  left: 50%;
  top: -2rem;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .access-item {
    max-width: calc(100% - 0rem);
    width: 100%;
    margin-top: 4rem;
    margin-right: 4rem;
  }
  .ios .access-item, .safari .access-item {
    -webkit-flex-basis: calc(100% - 0rem);
  }
  .no-flexbox .access-item {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }
  .access-item:nth-child(-n+1) {
    margin-top: 0;
  }
  .access-item:nth-child(1n) {
    margin-right: 0;
  }
  .no-flexbox .access-item:nth-child(1n) {
    float: right;
  }
  .no-flexbox .access-item:nth-child(1n+1) {
    clear: both;
  }
  .access-item::before {
    content: normal;
  }
  .access-item:nth-child(-n+1)::after {
    content: normal;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .access-item {
    max-width: calc(50% - 2rem);
    width: 100%;
    margin-top: 4rem;
    margin-right: 4rem;
  }
  .ios .access-item, .safari .access-item {
    -webkit-flex-basis: calc(50% - 2rem);
  }
  .no-flexbox .access-item {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 50%;
  }
  .access-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .access-item:nth-child(2n) {
    margin-right: 0;
  }
  .no-flexbox .access-item:nth-child(2n) {
    float: right;
  }
  .no-flexbox .access-item:nth-child(2n+1) {
    clear: both;
  }
  .access-item:nth-child(2n+1)::before {
    content: normal;
  }
  .access-item:nth-child(-n+2)::after {
    content: normal;
  }
}
@media screen and (min-width: 960px) {
  .access-item {
    max-width: calc(33.3333333333% - 2.6666666667rem);
    width: 100%;
    margin-top: 4rem;
    margin-right: 4rem;
  }
  .ios .access-item, .safari .access-item {
    -webkit-flex-basis: calc(33.3333333333% - 2.6666666667rem);
  }
  .no-flexbox .access-item {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 33.3333333333%;
  }
  .access-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .access-item:nth-child(3n) {
    margin-right: 0;
  }
  .no-flexbox .access-item:nth-child(3n) {
    float: right;
  }
  .no-flexbox .access-item:nth-child(3n+1) {
    clear: both;
  }
  .access-item:nth-child(3n+1)::before {
    content: normal;
  }
  .access-item:nth-child(-n+3)::after {
    content: normal;
  }
}
.access-icon {
  transition: padding 0.3s ease-in-out;
  color: #f62a00;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  max-width: 12rem;
  padding: 10%;
  position: relative;
  width: 60%;
}
.access-item:hover .access-icon {
  padding: 8%;
}
.access-icon::before {
  transition: box-shadow 0.3s ease-in-out, height 0.3s ease-in-out, width 0.3s ease-in-out;
  background-color: #fbfcf2;
  border-radius: 100%;
  box-shadow: 0 0 3em rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.access-item:hover .access-icon::before {
  box-shadow: 0 0 3em rgba(0, 0, 0, 0.05);
  height: 125%;
  width: 125%;
}
.access-icon .icon {
  width: 100%;
}
.access-content {
  text-align: center;
}

.accomodate {
  background-color: #f9fae9;
}
.accomodate-grid {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.accomodate-grid::after {
  content: normal;
}
.no-flexbox .accomodate-grid::after {
  clear: both;
  content: "";
  display: table;
}
.accomodate-item {
  position: relative;
}
@media screen and (max-width: 639px) {
  .accomodate-item {
    max-width: calc(100% - 0rem);
    width: 100%;
    margin-top: 2rem;
    margin-right: 4rem;
  }
  .ios .accomodate-item, .safari .accomodate-item {
    -webkit-flex-basis: calc(100% - 0rem);
  }
  .no-flexbox .accomodate-item {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }
  .accomodate-item:nth-child(-n+1) {
    margin-top: 0;
  }
  .accomodate-item:nth-child(1n) {
    margin-right: 0;
  }
  .no-flexbox .accomodate-item:nth-child(1n) {
    float: right;
  }
  .no-flexbox .accomodate-item:nth-child(1n+1) {
    clear: both;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .accomodate-item {
    max-width: calc(50% - 2rem);
    width: 100%;
    margin-top: 4rem;
    margin-right: 4rem;
  }
  .ios .accomodate-item, .safari .accomodate-item {
    -webkit-flex-basis: calc(50% - 2rem);
  }
  .no-flexbox .accomodate-item {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 50%;
  }
  .accomodate-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .accomodate-item:nth-child(2n) {
    margin-right: 0;
  }
  .no-flexbox .accomodate-item:nth-child(2n) {
    float: right;
  }
  .no-flexbox .accomodate-item:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (min-width: 960px) {
  .accomodate-item {
    max-width: calc(33.3333333333% - 2.6666666667rem);
    width: 100%;
    margin-top: 4rem;
    margin-right: 4rem;
  }
  .ios .accomodate-item, .safari .accomodate-item {
    -webkit-flex-basis: calc(33.3333333333% - 2.6666666667rem);
  }
  .no-flexbox .accomodate-item {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 33.3333333333%;
  }
  .accomodate-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .accomodate-item:nth-child(3n) {
    margin-right: 0;
  }
  .no-flexbox .accomodate-item:nth-child(3n) {
    float: right;
  }
  .no-flexbox .accomodate-item:nth-child(3n+1) {
    clear: both;
  }
}
.accomodate-photo {
  display: block;
  margin: 1.5em 0;
}
.accomodate-photo:first-child {
  margin-top: 0;
}
.accomodate-photo:last-child {
  margin-bottom: 0;
}
.accomodate-photo img {
  border-radius: 0.3rem;
  height: auto;
  max-width: 100%;
}
.accomodate-action {
  font-size: 1.4rem;
  margin: 3em 0;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .accomodate-action {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .accomodate-action {
    font-size: 2rem;
  }
}
.accomodate-action:first-child {
  margin-top: 0;
}
.accomodate-action:last-child {
  margin-bottom: 0;
}

.sponsors {
  background-color: #fbfcf2;
}
.sponsors-line {
  margin: 2rem 0;
  text-align: center;
}
.sponsors-line::after {
  clear: both;
  content: "";
  display: table;
}
.sponsors-link {
  display: inline-block;
  margin: 1rem 3rem;
  vertical-align: middle;
}
.sponsors-link img {
  height: auto;
  max-width: 100%;
}
.sponsors-link-desc {
  background: #fbfcf2;
  border: 1rem solid #fbfcf2;
  border-radius: 1rem;
  display: none;
  left: 25%;
  position: absolute;
  text-align: center;
  width: 50%;
  z-index: 999;
}

.contact {
  background-color: #f9fae9;
}
.contact-wrapper {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.contact-wrapper::after {
  content: normal;
}
.no-flexbox .contact-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 639px) {
  .contact-content {
    max-width: calc(100% - 0rem);
    width: 100%;
    margin-top: 4rem;
    margin-right: 4rem;
  }
  .ios .contact-content, .safari .contact-content {
    -webkit-flex-basis: calc(100% - 0rem);
  }
  .no-flexbox .contact-content {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }
  .contact-content:nth-child(-n+1) {
    margin-top: 0;
  }
  .contact-content:nth-child(1n) {
    margin-right: 0;
  }
  .no-flexbox .contact-content:nth-child(1n) {
    float: right;
  }
  .no-flexbox .contact-content:nth-child(1n+1) {
    clear: both;
  }
}
@media screen and (min-width: 640px) {
  .contact-content {
    max-width: calc(50% - 2rem);
    width: 100%;
    margin-top: 4rem;
    margin-right: 4rem;
  }
  .ios .contact-content, .safari .contact-content {
    -webkit-flex-basis: calc(50% - 2rem);
  }
  .no-flexbox .contact-content {
    display: block;
    float: left;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 50%;
  }
  .contact-content:nth-child(-n+2) {
    margin-top: 0;
  }
  .contact-content:nth-child(2n) {
    margin-right: 0;
  }
  .no-flexbox .contact-content:nth-child(2n) {
    float: right;
  }
  .no-flexbox .contact-content:nth-child(2n+1) {
    clear: both;
  }
}

.join {
  background: #222628;
  color: #fff;
  padding-top: calc(2rem + 6vh);
  padding-bottom: calc(2rem + 6vh);
  position: relative;
  text-align: center;
}
.join::before {
  background: linear-gradient(to right bottom, rgba(15, 51, 55, 0.5), rgba(0, 21, 30, 0.5));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.join-bg {
  background-color: #565661;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.join--speakers .join-bg {
  background-image: url("../img/join-speakers.jpg");
}
.join--sponsors .join-bg {
  background-image: url("../img/join-sponsors.jpg");
}
.join--newsletter .join-bg {
  background-image: url("../img/join-newsletter.jpg");
}
.join-bg::before {
  background-image: linear-gradient(to right bottom, rgba(30, 101, 109, 0.5), rgba(0, 41, 60, 0.5));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.join-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: calc(100% - 2rem);
  max-width: 720px;
}
.join-container::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 640px) {
  .join-container {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) {
  .join-container {
    max-width: 1140px;
  }
}
.join-content {
  margin: 0 auto;
  max-width: 960px;
  position: relative;
}
.join-title {
  font-weight: 300;
  text-transform: uppercase;
}
.join-text {
  line-height: 1.75;
}
.join-action {
  font-size: 1.4rem;
  margin: 3em 0;
}
@media screen and (min-width: 640px) {
  .join-action {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .join-action {
    font-size: 2rem;
  }
}
.join-action:first-child {
  margin-top: 0;
}
.join-action:last-child {
  margin-bottom: 0;
}
.join-form {
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 3em 0;
}
@media screen and (min-width: 640px) {
  .join-form {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .join-form {
    font-size: 2rem;
  }
}
.join-form:first-child {
  margin-top: 0;
}
.join-form:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  .join-form {
    flex-direction: row;
  }
}
.join-form-item {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.join-form .form-control {
  text-align: center;
}
@media screen and (min-width: 640px) {
  .join-form .form-control {
    border-radius: 0.3rem 0 0 0.3rem;
    border-right-width: 0;
    text-align: left;
  }
}
@media screen and (min-width: 640px) {
  .join-form .btn {
    border-radius: 0 0.3rem 0.3rem 0;
  }
}

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

.speaker {
  margin-top: 5rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .speaker {
    display: block;
    float: left;
    width: calc(50% - 2rem);
    margin-right: 4rem;
  }
  .speaker:last-child {
    margin-right: 0;
  }
  .speaker:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  .speaker:nth-child(-n+2) {
    margin-top: 0;
  }
  .speaker:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (min-width: 1368px) {
  .speaker {
    display: block;
    float: left;
    width: calc(25% - 3rem);
    margin-right: 4rem;
  }
  .speaker:last-child {
    margin-right: 0;
  }
  .speaker:nth-child(4n) {
    float: right;
    margin-right: 0;
  }
  .speaker:nth-child(-n+4) {
    margin-top: 0;
  }
  .speaker:nth-child(4n+1) {
    clear: both;
  }
}
.speaker-photo {
  transition: box-shadow 0.3s ease-in-out;
  border: 0.5rem solid #fff;
  border-radius: 0.4rem;
  box-shadow: 0 0 1rem rgba(153, 153, 153, 0);
  display: inline-block;
  margin: 0 15%;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.speaker:hover .speaker-photo {
  box-shadow: 0 0 1rem rgba(153, 153, 153, 0.25);
}
.speaker-photo img {
  border-radius: 0.4rem;
  height: auto;
  max-width: 100%;
  overflow: hidden;
}
.speaker-name {
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
}
.speaker-desc {
  margin: 0;
}
@media screen and (max-width: 1367px) {
  .speaker-bio {
    display: none;
  }
  .speaker.open .speaker-bio {
    display: block;
  }
}
@media screen and (min-width: 1368px) {
  .speaker-bio {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    align-items: center;
    background: #fff;
    border: 2px solid #999;
    border-radius: 0.4rem;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
    display: flex;
    left: 100%;
    min-height: 30%;
    opacity: 0;
    padding: 1.5rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    visibility: hidden;
    width: calc(200% - -8rem);
    z-index: 10;
  }
  .speaker:hover .speaker-bio {
    opacity: 1;
    visibility: visible;
  }
  .speaker-bio::before, .speaker-bio::after {
    border-top: 1rem solid transparent;
    border-right: 1rem solid #fff;
    border-bottom: 1rem solid transparent;
    bottom: 100%;
    content: "";
    right: 100%;
    margin-top: -1rem;
    position: absolute;
    top: 50%;
  }
  .speaker-bio::before {
    border-right-color: #999;
  }
  .speaker-bio::after {
    margin-right: -0.3rem;
  }
  .speaker:nth-child(4n+3) .speaker-bio, .speaker:nth-child(4n+4) .speaker-bio {
    left: auto;
    right: 100%;
  }
  .speaker:nth-child(4n+3) .speaker-bio::before, .speaker:nth-child(4n+3) .speaker-bio::after, .speaker:nth-child(4n+4) .speaker-bio::before, .speaker:nth-child(4n+4) .speaker-bio::after {
    border-left: 1rem solid #fff;
    border-right: 0;
    left: 100%;
    right: auto;
  }
  .speaker:nth-child(4n+3) .speaker-bio::before, .speaker:nth-child(4n+4) .speaker-bio::before {
    border-left-color: #999;
  }
  .speaker:nth-child(4n+3) .speaker-bio::after, .speaker:nth-child(4n+4) .speaker-bio::after {
    margin-left: -0.3rem;
  }
}
.speaker-links {
  margin-top: 2rem;
}
.speaker-link {
  display: inline-block;
  width: 2em;
}
.speaker-link .icon {
  width: 100%;
}

.info:nth-of-type(2n+1) {
  background-color: #fbfcf2;
}
.info:first-of-type {
  padding-top: calc(6rem + 6vh);
}
.info-wrapper {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info-wrapper::after {
  content: normal;
}
.no-flexbox .info-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.info-column {
  max-width: calc(50% - 2rem);
  width: 100%;
}
.ios .info-column, .safari .info-column {
  -webkit-flex-basis: calc(50% - 2rem);
}
.no-flexbox .info-column {
  display: block;
  float: left;
  max-width: none;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 50%;
}

.card {
  background-color: #fff;
  border-radius: 0.3rem;
  color: #565661;
}
.hero .card {
  max-width: 42rem;
  width: 100%;
}
.card-content, .card-footer {
  padding: 2.4rem 4rem;
}
.card-content:first-child, .card-footer:first-child {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.card-content:last-child, .card-footer:last-child {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.card-footer {
  background-color: #f1f3ce;
}

.modal {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  background-color: rgba(251, 252, 242, 0.8);
  cursor: initial;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1111;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}
.modal-backdrop {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal-wrapper {
  left: 50%;
  max-height: calc(100% - 8rem);
  position: absolute;
  top: calc(50% + 4rem);
  transform: translate(-50%, -50%);
  width: calc(100% - 4rem);
}
@media screen and (min-width: 640px) {
  .modal-wrapper {
    max-width: 96rem;
    top: 50%;
    width: calc(100% - 8rem);
  }
}
.modal-container {
  background-color: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 0 3em rgba(0, 0, 0, 0.15);
  max-height: calc(100vh - 12rem);
  overflow-y: auto;
}
@media screen and (min-width: 640px) {
  .modal-container {
    max-height: calc(100vh - 12rem);
  }
}
.modal-close {
  background: #fff;
  border-radius: 100%;
  line-height: 0.7;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  z-index: 10;
}
@media screen and (min-width: 640px) {
  .modal-close {
    padding: 1.5rem;
  }
}

[data-modal-open] {
  cursor: pointer;
}

/*# sourceMappingURL=main.css.map */
