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

a {
  text-decoration: none;
  color: inherit; 
}
p a {
  color:#0EA1E2;
}
p strong {
  font-weight: bold;
}
video:focus {
  outline:0;
}

.text-size1, .aw--text-teaser {
  font-size: 20px;
  line-height: 26px; }
@media only screen and (min-width: 900px) {
  .text-size1, .aw--text-teaser {
    font-size: 46px;
    line-height: 64px; } }

.text-size2, .richtext h1, .aw--nav ul, .aw--video-desc, .aw--gallery .aw--gallery--text .aw--gallery--text--title {
  font-size: 20px;
  line-height: 26px;
}
.aw--gallery--text--title strong {
  font-weight: bold;
}
@media only screen and (min-width: 900px) {
  .text-size2, .richtext h1, .aw--nav ul, .aw--video-desc, .aw--gallery .aw--gallery--text .aw--gallery--text--title {
    font-size: 28px;
    line-height: 36px; } }

.text-blue, .richtext h1, .aw--text-teaser, .aw--nav ul, .aw--video-desc, .aw--gallery .aw--gallery--text .aw--gallery--text--title, .aw--footer .aw-footer--list--elem {
  color: #0EA1E2; }

@media only screen and (min-width: 900px) {
  .text-bigger, .aw--gallery .aw--gallery--text .aw--gallery--text--text {
    font-size: 18px;
    line-height: 28px; } }

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

.richtext {
  font-size: 15px;
  line-height: 26px; }
.richtext h1 {
  display: block;
  width: 100%;
  float: left;
  margin-top: 40px;
  margin-bottom: 1em; }
@media only screen and (min-width: 900px) {
  .richtext h1 {
    margin-top: 90px; } }
.richtext p {
  display: block;
  margin-bottom: 1.7333333333em; }
@media only screen and (min-width: 1121px) {
  .richtext p {
    padding-left: 33%; } }

.aw--text-teaser {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px; }
@media only screen and (min-width: 900px) {
  .aw--text-teaser {
    margin-top: 60px; } }

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

header {
  width: 100%;
  position: relative; }
header .aw--header--image {
  display: block;
  width: 100%; }
header .aw--header--logotitle {
  position: relative;
  z-index: 10;
  float: right;
  margin-top: -30px;
  width: 293px;
  background-color: #0EA1E2;
  display: block;
  max-width: 100%; }
@media only screen and (min-width: 900px) {
  header .aw--header--logotitle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 427px;
    transform: translateY(130px); } }
header .aw--header--logotitle a {
  display: block; }
header .aw--header--logotitle img {
  width: 100%;
  display: block;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px; }
@media only screen and (min-width: 900px) {
  header .aw--header--logotitle img {
    padding-top: 67px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 36px; } }
header .aw--header--logotitle p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px; }
@media only screen and (min-width: 900px) {
  header .aw--header--logotitle p {
    font-size: 18px;
    line-height: 28px; } }
@media only screen and (min-width: 900px) {
  header .aw--header--logotitle p {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 36px; } }

.flex {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex; }

.container::after {
  clear: both;
  content: "";
  display: block; }

.col-4 {
  width: calc(33.3333333333%);
  float: left;
  margin-left: 0px; }

.col-6 {
  width: calc(50%);
  float: left;
  margin-left: 0px; }

.col-8 {
  width: calc(66.6666666667%);
  float: left;
  margin-left: 0px; }

.col-10 {
  width: calc(83.3333333333%);
  float: left;
  margin-left: 0px; }

.col-11 {
  width: calc(91.6666666667%);
  float: left;
  margin-left: 0px; }

.col-12 {
  width: calc(100%);
  float: left;
  margin-left: 0px; }

@media only screen and (min-width: 900px) {
  .col-4-tablet {
    width: calc(33.3333333333%);
    float: left;
    margin-left: 0px; } }

@media only screen and (min-width: 900px) {
  .col-5-tablet {
    width: calc(41.6666666667%);
    float: left;
    margin-left: 0px; } }

@media only screen and (min-width: 900px) {
  .col-6-tablet {
    width: calc(50%);
    float: left;
    margin-left: 0px; } }

@media only screen and (min-width: 900px) {
  .col-10-tablet {
    width: calc(83.3333333333%);
    float: left;
    margin-left: 0px; } }

@media only screen and (min-width: 1121px) {
  .col-4-desktop {
    width: calc(33.3333333333%);
    float: left;
    margin-left: 0px; } }

@media only screen and (min-width: 1121px) {
  .col-6-desktop {
    width: calc(50%);
    float: left;
    margin-left: 0px; } }

@media only screen and (min-width: 1121px) {
  .col-8-desktop {
    width: calc(66.6666666667%);
    float: left;
    margin-left: 0px; } }

@media only screen and (min-width: 1121px) {
  .col-10-desktop {
    width: calc(83.3333333333%);
    float: left;
    margin-left: 0px; } }

@media only screen and (min-width: 1121px) {
  .col-12-desktop {
    width: calc(100%);
    float: left;
    margin-left: 0px; } }

.push-1 {
  margin-left: calc(8.3333333333% + 0px); }

.push-2 {
  margin-left: calc(16.6666666667% + 0px); }

@media only screen and (min-width: 900px) {
  .push-0-tablet {
    margin-left: calc(0% + 0px); } }

@media only screen and (min-width: 900px) {
  .push-2-tablet {
    margin-left: calc(16.6666666667% + 0px); } }

@media only screen and (min-width: 900px) {
  .push-3-tablet {
    margin-left: calc(25% + 0px); } }

@media only screen and (min-width: 900px) {
  .push-6-tablet {
    margin-left: calc(50% + 0px); } }

@media only screen and (min-width: 1121px) {
  .push-0-desktop {
    margin-left: calc(0% + 0px); } }

@media only screen and (min-width: 1121px) {
  .push-2-desktop {
    margin-left: calc(16.6666666667% + 0px); } }

@media only screen and (min-width: 1121px) {
  .push-3-desktop {
    margin-left: calc(25% + 0px); } }

@media only screen and (min-width: 1121px) {
  .push-4-desktop {
    margin-left: calc(33.3333333333% + 0px); } }

@media only screen and (min-width: 1121px) {
  .push-6-desktop {
    margin-left: calc(50% + 0px); } }

.shift-neg-4-mobile {
  left: calc(-33.3333333333% + 0px);
  position: relative; }

.shift-8-mobile {
  left: calc(66.6666666667% + 0px);
  position: relative; }

@media only screen and (min-width: 900px) {
  .shift-0-tablet {
    left: calc(0% + 0px);
    position: relative; } }

@media only screen and (min-width: 1121px) {
  .shift-0-desktop {
    left: calc(0% + 0px);
    position: relative; } }

.padding-title {
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px; }
@media only screen and (min-width: 900px) {
  .padding-title {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 80px;
    padding-bottom: 80px; } }

.padding-big {
  box-sizing: border-box;
  padding-top: 25px;
  padding-bottom: 25px; }
@media only screen and (min-width: 900px) {
  .padding-big {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px; } }

body {
  color: #262626;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased; }

img {
  max-width: 100%;
  display: block; }

.page--spacer {
  display: block;
  width: 100%;
  height: 70px; }

.aw--nav ul li {
  display: inline-block;
  margin-right: 10px; }
@media only screen and (min-width: 900px) {
  .aw--nav ul li {
    margin-right: 20px; } }
@media only screen and (min-width: 1121px) {
  .aw--nav ul li {
    margin-right: 40px; } }

.aw--video-wrapper {
  position: relative; }

.aw--video video {
  width:100%;
  height:auto;
}

.aw--video .video-overlay {
  position:absolute;
  top:0;
  bottom:0;
  width:100%;
  background-image:url("../videos/new-poster.jpg");
  background-size:100% 100%;
}
.aw--video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  transform: translateY(-33px); }
@media only screen and (min-width: 900px) {
  .aw--video {
    transform: none; } }
.aw--video iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.aw--video-desc {
  position: relative;
  z-index: 10;
  color: #FFFFFF;
  background-color: #0EA1E2;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px; }
@media only screen and (min-width: 900px) {
  .aw--video-desc {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 67px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 67px;
    transform: translateY(80px); } }
.flex-wrap-speakers{
  display: flex;
  flex-wrap: wrap;
}
.last-li-with-images{
  margin-bottom: 50px;
}
.aw-speakers--speaker {
  border-bottom: 1px solid #EBF0F1;
  margin-bottom: 10px; }
@media only screen and (min-width: 900px) {
  .aw-speakers--speaker {
    border-bottom: none;
    margin-bottom: 40px; }
  .aw-speakers--speaker img {
    margin-bottom: 10px; } }

.aw--gallery .container {
  position: relative; }
@media only screen and (min-width: 900px) {
  .aw--gallery .container {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex; } }
.aw--gallery .col-6, .aw--gallery .col-6-tablet {
  position: relative;
  flex: 1; }
.aw--gallery img {
  display: block;
  width: 100%; }
.aw--gallery .aw--gallery--image-small {
  width: 66%; }
.aw--gallery .aw--gallery--image-small.right {
  float: right; }
@media only screen and (min-width: 900px) {
  .aw--gallery .aw--gallery--image-small.right {
    position: absolute;
    right: 0; }
  .aw--gallery .aw--gallery--image-small.bottom {
    position: absolute;
    bottom: 0; } }
.aw--gallery .aw--gallery--text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }
.aw--gallery .aw--gallery--text > div {
  max-width: 66%; }
@media only screen and (min-width: 900px) {
  .aw--gallery .aw--gallery--text {
    text-align: left; } }
.aw--gallery .aw--gallery--text .aw--gallery--text--title {
  margin-bottom: 0.75em; }

.aw--footer {
  margin-bottom: 40px; }
.aw--footer .aw-footer--list {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  margin-bottom: 20px;
  margin-top: 20px; }
.aw--footer .aw-footer--list--elem {
  display: inline-block;
  margin-right: 35px; }
.aw--footer .footer--mail {
  text-decoration: underline; }

.anim {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s 0.1s ease, transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1); }
.anim.is-higher {
  transform: translateY(-50px); }
.anim.is-visible {
  opacity: 1;
  transform: translateY(0); }
