* {
  margin: 0;
  padding: 0;
  border: 0; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

textarea {
  overflow: auto;
  resize: vertical; }

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

.h1 {
  display: block;
  font-family: "rift-soft", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.3; }
  @media (min-width: 820px) {
    .h1 {
      font-size: 4.8rem;
      line-height: 1; } }

.h2 {
  display: block;
  font-family: "rift-soft", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 2.8px; }
  @media (min-width: 820px) {
    .h2 {
      font-size: 3.2rem; } }

.h3 {
  display: block;
  font-family: "rift-soft", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 2.8px;
  line-height: 1.4; }

.h4 {
  display: block;
  font-family: "rift-soft", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.4; }
  @media (min-width: 820px) {
    .h4 {
      font-size: 2.0rem; } }

.h5 {
  display: block;
  font-family: "rift-soft", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4; }

.h6 {
  display: block;
  font-family: "rift-soft", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4; }

.p,
p {
  display: block;
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4; }

.p-lg {
  font-size: 18px;
  font-size: 1.8rem; }
  @media (min-width: 820px) {
    .p-lg {
      font-size: 2.0rem; } }

.p-sm {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.3px; }

.text-560 {
  max-width: 560px; }

.text-bold {
  font-weight: 700; }

.btn {
  position: relative;
  display: inline-block;
  min-width: 180px;
  background: #2F3242;
  color: #ffffff;
  font-family: "rift-soft", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.67px;
  padding: 16px 20px;
  z-index: 1;
  transition: color 0.2s ease-out; }
  .btn > * {
    display: inline-block;
    vertical-align: middle; }
  .btn:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 4px;
    left: 4px;
    background: rgba(190, 242, 253, 0.7);
    position: absolute;
    z-index: -1; }
  .btn:after {
    content: '';
    display: block;
    width: 16px;
    height: 11px;
    margin-left: 8px;
    background: url("../images/svgs/arrow-right.svg") center/cover no-repeat;
    transition: transform 0.2s ease-out;
    display: inline-block;
    vertical-align: middle; }
  .btn:active, .btn:focus, .btn:hover {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8); }
    .btn:active:after, .btn:focus:after, .btn:hover:after {
      -ms-transform: translateX(4px);
          transform: translateX(4px); }

.btn--sm {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.53px;
  width: 125px;
  height: 42px;
  padding: 0; }
  .btn--sm:before {
    top: 3px;
    left: 3px; }

.link {
  color: inherit;
  font-weight: 700;
  text-decoration: underline; }

html,
body {
  height: 100%;
  font-size: 62.5%; }

body,
input,
button,
select,
textarea {
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #2F3242; }

a,
.a {
  color: #2F3242;
  text-decoration: none;
  transition: all 0.2s ease-out; }
  a:hover,
  .a:hover {
    cursor: pointer; }

a[href^="tel:"]:hover {
  cursor: default; }

[data-scroll-to],
[data-click-target] {
  cursor: pointer; }

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

sup {
  vertical-align: super;
  font-size: smaller; }

::-moz-selection {
  background: rgba(190, 242, 253, 0.7); }

::selection {
  background: rgba(190, 242, 253, 0.7); }

::-moz-selection {
  background: rgba(190, 242, 253, 0.7); }

.container {
  width: 92%;
  margin: 0 auto;
  max-width: 1005px;
  transition: max-width 0.2s ease-out; }

.container-full {
  max-width: 100%;
  overflow: hidden; }

.container-full--light {
  background: #F3F0E6; }

.container--thin {
  max-width: 760px; }

.section {
  display: block;
  padding: 80px 0; }
  @media (min-width: 820px) {
    .section {
      padding: 100px 0; } }

.section--tall {
  padding: 100px 0; }
  @media (min-width: 820px) {
    .section--tall {
      padding: 150px 0; } }

.section--flush-bottom {
  padding-bottom: 0; }

.section--flush-top {
  padding-top: 0; }

body {
  padding-top: 74px; }
  @media (max-width: 819px) {
    body {
      padding-top: 60px; } }
  body.header-is-hidden {
    padding-top: 0; }
    @media (max-width: 819px) {
      body.header-is-hidden {
        padding-top: 0; } }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #ffffff; }

.site-header .container {
  max-width: 1440px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 74px; }
  @media (max-width: 819px) {
    .site-header .container {
      height: 60px; } }

.logo {
  max-width: 280px; }
  @media (max-width: 819px) {
    .logo {
      -ms-flex-positive: 1;
          flex-grow: 1; } }

.logo a {
  display: block;
  color: #ffffff;
  max-width: 280px;
  width: 100%;
  max-width: 200px; }
  @media (min-width: 1025px) {
    .logo a {
      max-width: 280px; } }
  .logo a img {
    width: 100%; }

.site-navigation {
  text-align: center;
  padding: 40px 0; }
  .site-navigation li > *:not(.btn) {
    display: block;
    padding: 6px 8px;
    font-family: "rift-soft", sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    letter-spacing: 0.9px;
    color: #2F3242;
    font-weight: 500;
    transition: opacity 0.2s ease-out; }
    @media (min-width: 820px) {
      .site-navigation li > *:not(.btn) {
        font-size: 13px; } }
    @media (min-width: 1025px) {
      .site-navigation li > *:not(.btn) {
        font-size: 15px; } }
    .site-navigation li > *:not(.btn) .text-tight {
      letter-spacing: -.75px; }
    .site-navigation li > *:not(.btn):hover {
      opacity: 0.4;
      cursor: pointer; }
  .site-navigation .btn {
    margin: 0 auto; }
  .site-navigation [data-scroll-to="FAQ"] span {
    font-family: "rift-soft", sans-serif;
    letter-spacing: 0.62px;
    font-weight: 400; }
  @media (min-width: 820px) {
    .site-navigation {
      padding: 0 0 0 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      .site-navigation ul {
        max-width: 680px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .site-navigation ul li {
          -ms-flex-positive: 1;
              flex-grow: 1; }
          .site-navigation ul li + li {
            margin-left: 10px; }
      .site-navigation .btn {
        margin: 0 0 0 10px; } }

.site-header-panel {
  -ms-flex-positive: 1;
      flex-grow: 1; }

@media (max-width: 819px) {
  .site-header-panel {
    position: fixed;
    height: 100%;
    width: 100%;
    padding: 0 24px;
    left: 0;
    margin-left: -100%;
    z-index: 10;
    bottom: 60px;
    top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow-x: hidden;
    overflow-y: auto; }
    .mobile-menu-is-open .site-header-panel {
      margin-left: 0; }
  .site-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
    .site-navigation li {
      opacity: 0;
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
      transition: opacity  0.6s ease, transform 0.8s ease; }
      .site-navigation li + li {
        margin-top: 10px; }
    .site-navigation li > .btn {
      margin-top: 20px; }
  .menu-mask {
    display: none;
    position: fixed;
    z-index: 8;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    background: rgba(255, 255, 255, 0.95); }
  .mobile-menu-is-open {
    overflow: hidden; }
    .mobile-menu-is-open .site-header-panel {
      margin-left: 0; }
    .mobile-menu-is-open .site-navigation li {
      opacity: 1;
      -ms-transform: translateX(0);
          transform: translateX(0);
      transition: opacity  0.4s ease, transform 0.4s ease; } }

.burger {
  overflow: hidden;
  position: relative;
  z-index: 11;
  width: 55px;
  height: 55px;
  display: -ms-flexbox;
  display: flex; }
  .burger:hover {
    cursor: pointer; }
  @media (min-width: 820px) {
    .burger {
      display: none; } }

.burger-inner {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 22px;
  height: 12px;
  position: relative;
  margin: 0 auto;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }
  .burger-inner > * {
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    background-color: #A1ECFB;
    margin: 0 auto;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden; }

.burger-top {
  top: 0; }

.burger-middle {
  top: 50%;
  margin-top: -1px; }

.burger-bottom {
  bottom: 0; }

.mobile-menu-is-open .burger-top {
  top: 50%;
  margin-top: -2px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.mobile-menu-is-open .burger-middle {
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
  opacity: 0; }

.mobile-menu-is-open .burger-bottom {
  bottom: 50%;
  margin-top: 1px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.text-group > *:last-child,
.text-group-short > *:last-child,
.text-group-tall > *:last-child {
  margin-bottom: 0; }

.text-group > * {
  margin-bottom: 12px; }

.text-group .text-group__hd {
  margin-bottom: 24px; }

.text-group .text-group__ft {
  margin-top: 24px; }

.text-group-short > * {
  margin-bottom: 8px; }

.text-group-short .text-group-short__hd {
  margin-bottom: 16px; }

.text-group-short .text-group-short__ft {
  margin-top: 16px; }

.text-group-tall > * {
  margin-bottom: 30px; }

.text-group-tall .text-group-tall__hd {
  margin-bottom: 60px; }

.text-group-tall .text-group-tall__ft {
  margin-top: 60px; }

[data-animate-in] {
  opacity: 0;
  transition: transform 0.6s ease-in-out; }

[data-animate-in="up"] {
  transform: translate3d(0, 24px, 0); }

[data-animate-in="left"] {
  transform: translate3d(-50%, 0, 0); }

[data-animate-in="right"] {
  transform: translate3d(50%, 0, 0); }

[data-animate-in="down"] {
  transform: translate3d(0, -24px, 0); }

[data-animate-in="fadeIn"] {
  transform: translate3d(0, 0, 0); }

[data-animate-in].in-view {
  transition-delay: 0.3s;
  opacity: 1;
  -ms-transform: none;
      transform: none;
  transition: all 0.6s ease-in-out; }

.fade-in {
  opacity: 0;
  transition: opacity 1s ease-out; }

.page-loaded .fade-in,
.page-loaded.fade-in {
  opacity: 1; }

svg {
  display: block; }

.img-full {
  width: 100%; }

.img-cover,
.bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.isIE .img-cover {
  display: none; }

.waves-wrap {
  overflow: hidden; }

.waves {
  width: 102%;
  max-width: 102%;
  transform: translate3d(-1%, 0, 0); }

.line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000; }

.line.in-view {
  animation: drawing 5s ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1s; }

@keyframes drawing {
  to {
    stroke-dashoffset: 0; } }

.isIE .line {
  animation: drawing 5s ease-out;
  animation-fill-mode: forwards;
  stroke-dasharray: 0;
  stroke-dashoffset: 0; }

.electron-intro {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 160px);
  background: #F3F0E6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 1;
  padding: 80px 0; }
  @media (min-width: 820px) {
    .electron-intro {
      min-height: 588px;
      padding: 100px 0; } }
  .electron-intro .container {
    position: relative;
    z-index: 2;
    text-align: center; }
    .electron-intro .container > * {
      opacity: 0;
      transition: opacity 1.4s ease;
      margin-left: auto;
      margin-right: auto; }
    .electron-intro .container .electron-intro-content {
      max-width: 590px;
      margin: 25px auto 0; }
    .electron-intro .container img {
      width: 452px;
      max-width: 80%; }
    .electron-intro .container .btn {
      margin: 0 auto; }
  .electron-intro.in-view img {
    opacity: 1; }
  .electron-intro.in-view .electron-intro-content {
    opacity: 1;
    transition-delay: .6s; }
  .electron-intro.in-view .btn {
    transition-delay: 1s;
    opacity: 1; }

.isIE .electron-intro .container {
  margin: 0; }

.electron-intro .cloud {
  position: absolute;
  transition: transform 1.4s ease; }

.electron-intro .cloud--purple {
  left: -60px;
  top: -30px;
  -ms-transform-origin: left top;
      transform-origin: left top;
  transform: translate3d(-100%, 0, 0) scale(0.5); }

.electron-intro .cloud--green {
  left: -110px;
  bottom: 0;
  -ms-transform-origin: left bottom;
      transform-origin: left bottom;
  transform: translate3d(-100%, 0, 0); }

.electron-intro .cloud--light-blue {
  right: -60px;
  top: -90px;
  -ms-transform-origin: right top;
      transform-origin: right top;
  transform: translate3d(100%, 0, 0); }

.electron-intro .cloud--blue {
  right: -50px;
  top: -80px;
  -ms-transform-origin: right top;
      transform-origin: right top;
  transform: translate3d(100%, 0, 0); }

.electron-intro .cloud--salmon {
  right: 0;
  bottom: 0;
  -ms-transform-origin: right bottom;
      transform-origin: right bottom;
  transform: translate3d(100%, 0, 0); }

.electron-intro .line-1,
.electron-intro .line-2 {
  position: absolute;
  width: 670px;
  height: 345px;
  -ms-transform-origin: top left;
      transform-origin: top left; }

.electron-intro .line-1 {
  top: -100px;
  left: -150px;
  animation-delay: 0.8s; }

.electron-intro .line-2 {
  left: -150px;
  top: -120px;
  animation-delay: 1.2s; }
  @media (min-width: 820px) {
    .electron-intro .line-2 {
      left: -190px; } }

.electron-intro .line-3,
.electron-intro .line-4 {
  position: absolute;
  width: 420px;
  height: 262px;
  -ms-transform-origin: bottom right;
      transform-origin: bottom right; }

.electron-intro .line-3 {
  bottom: -40px;
  right: -80px;
  animation-delay: 0.8s; }

.electron-intro .line-4 {
  bottom: -60px;
  right: -100px;
  animation-delay: 1.2s; }

@media (max-width: 819px) {
  .electron-intro .line {
    -ms-transform: scale(0.7);
        transform: scale(0.7); } }

.electron-intro.in-view .cloud--purple,
.electron-intro.in-view .cloud--green,
.electron-intro.in-view .cloud--light-blue,
.electron-intro.in-view .cloud--blue,
.electron-intro.in-view .cloud--salmon {
  transform: translate3d(0, 0, 0) scale(0.7); }
  @media (min-width: 820px) {
    .electron-intro.in-view .cloud--purple,
    .electron-intro.in-view .cloud--green,
    .electron-intro.in-view .cloud--light-blue,
    .electron-intro.in-view .cloud--blue,
    .electron-intro.in-view .cloud--salmon {
      transform: translate3d(0, 0, 0) scale(1); } }

.electron-intro.in-view .cloud--green,
.electron-intro.in-view .cloud--salmon {
  transition-delay: 0.2s; }

.electron-intro.in-view .cloud--blue {
  transition-delay: 0.8s; }

#about,
#schedule-header {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px; }
  #about .line,
  #schedule-header .line {
    position: absolute;
    z-index: -1; }
  #about .line-1,
  #schedule-header .line-1 {
    left: 0;
    bottom: -10px;
    -ms-transform-origin: bottom left;
        transform-origin: bottom left; }
  #about .line-2,
  #schedule-header .line-2 {
    left: -30px;
    bottom: -30px;
    transition-delay: 0.8s;
    -ms-transform-origin: bottom left;
        transform-origin: bottom left; }
  #about .line-3,
  #schedule-header .line-3 {
    right: -90px;
    top: -20px; }
  #about .line-4,
  #schedule-header .line-4 {
    right: 0;
    top: 140px;
    -ms-transform-origin: top right;
        transform-origin: top right;
    transition-delay: .8s; }
  @media (max-width: 819px) {
    #about .line,
    #schedule-header .line {
      -ms-transform: scale(0.5);
          transform: scale(0.5); } }
  #about .waves-wrap,
  #schedule-header .waves-wrap {
    position: absolute;
    width: 104%;
    left: -2%;
    bottom: 0; }

#schedule-header {
  padding-bottom: 30px; }
  @media (min-width: 1800px) {
    #schedule-header {
      padding-bottom: 80px; } }
  @media (min-width: 2300px) {
    #schedule-header {
      padding-bottom: 120px; } }
  @media (min-width: 2800px) {
    #schedule-header {
      padding-bottom: 220px; } }

.electronConf-schedule-wrap {
  width: 100%;
  overflow: visible;
  min-height: 800px;
  position: relative; }

.electronConf-schedule {
  margin-top: 40px; }

.schedule {
  display: none;
  margin-bottom: 80px; }
  @media (min-width: 820px) {
    .schedule {
      margin-bottom: 100px; } }
  .schedule.is-active {
    display: block; }

.schedule__header {
  text-align: center;
  max-width: 750px;
  margin: 70px auto; }

.tab-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .tab-list > * {
    width: 240px;
    text-align: center;
    position: relative;
    cursor: pointer;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity 0.2s ease-out; }
    .tab-list > *:after {
      content: "";
      position: absolute;
      width: 212px;
      height: 100%;
      max-width: 90%;
      top: 50%;
      left: 50%;
      z-index: -1;
      transform: translate3d(-50%, -50%, 0) scale(0);
      background: url("../images/shapes/sm-cloud-light-blue.svg") center/cover no-repeat;
      transition: transform 0.2s ease-out; }
    .tab-list > *.is-active:after, .tab-list > *:hover:after {
      transform: translate3d(-50%, -50%, 0) scale(1); }

.schedule-table p {
  font-size: 16px;
  font-size: 1.6rem; }

.time-slot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 20px 0; }
  @media (max-width: 600px) {
    .time-slot {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .time-slot + .time-slot {
    border-top: 1px solid #ffffff; }
  .time-slot .time,
  .time-slot .event-title,
  .time-slot .event-modal-trigger {
    display: block;
    font-family: "rift-soft", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.4; }
    @media (min-width: 820px) {
      .time-slot .time,
      .time-slot .event-title,
      .time-slot .event-modal-trigger {
        font-size: 2.0rem; } }
  .time-slot .time {
    min-width: 110px;
    width: 110px; }
    @media (max-width: 820px) {
      .time-slot .time {
        width: 100%;
        max-width: 100%;
        opacity: 0.6; } }
  .time-slot .event-title + p {
    margin-top: 8px; }
  .time-slot .event {
    padding: 0 4px;
    -ms-flex-positive: 1;
        flex-grow: 1; }
    @media (max-width: 600px) {
      .time-slot .event {
        padding: 15px 0;
        width: 100%; } }
  .time-slot .event__speaker-info {
    font-weight: 700;
    text-decoration: underline; }
  .time-slot .event-modal-trigger {
    display: inline-block;
    margin-top: 8px; }
    .time-slot .event-modal-trigger:after {
      content: '';
      display: inline-block;
      width: 16px;
      height: 11px;
      margin-left: 8px;
      background: url("../images/svgs/arrow-right-dark.svg") center/cover no-repeat;
      transition: transform 0.2s ease-out; }
    .time-slot .event-modal-trigger:hover:after {
      transform: translate3d(4px, 0, 0); }
  @media (min-width: 820px) {
    .time-slot .time {
      min-width: 160px;
      width: 160px; }
    .time-slot .event {
      padding: 0 30px; } }

.schedule__note {
  margin-top: 40px; }
  @media (min-width: 820px) {
    .schedule__note .h3 {
      font-size: 2.8rem; } }

.schedule-welcome-party {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 80px 0 180px; }
  @media (min-width: 820px) {
    .schedule-welcome-party {
      padding: 100px 0 200px; } }
  @media (min-width: 1025px) {
    .schedule-welcome-party {
      padding: 100px 0 240px; } }
  .schedule-welcome-party:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../images/shapes/lavender-bg.svg") bottom center/cover no-repeat;
    transform: translate3d(0, -100%, 0);
    transition: transform 1.4s ease-out; }
  .schedule-welcome-party.in-view:after {
    transition-delay: 0.4s;
    transform: translate3d(0, 0, 0); }

#speakers {
  padding: 80px 0 0; }
  @media (min-width: 820px) {
    #speakers {
      padding: 100px 0 0; } }
  #speakers header {
    margin-bottom: 60px; }

.speaker-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.speaker-list > *:first-child .speaker-preview__info,
.speaker-list > *:first-child .speaker-info,
.speaker-modals > *:first-child .speaker-preview__info,
.speaker-modals > *:first-child .speaker-info {
  background: #5B6186; }

.speaker-list > *:nth-child(9n + 2) .speaker-preview__info,
.speaker-list > *:nth-child(9n + 2) .speaker-info,
.speaker-modals > *:nth-child(9n + 2) .speaker-preview__info,
.speaker-modals > *:nth-child(9n + 2) .speaker-info {
  background: #48848F; }

.speaker-list > *:nth-child(9n + 3) .speaker-preview__info,
.speaker-list > *:nth-child(9n + 3) .speaker-info,
.speaker-modals > *:nth-child(9n + 3) .speaker-preview__info,
.speaker-modals > *:nth-child(9n + 3) .speaker-info {
  background: #FBC8AA; }

.speaker-list > *:nth-child(9n + 4) .speaker-preview__info,
.speaker-list > *:nth-child(9n + 4) .speaker-info,
.speaker-modals > *:nth-child(9n + 4) .speaker-preview__info,
.speaker-modals > *:nth-child(9n + 4) .speaker-info {
  background: #7FB3C3; }

.speaker-list > *:nth-child(9n + 5) .speaker-preview__info,
.speaker-list > *:nth-child(9n + 5) .speaker-info,
.speaker-modals > *:nth-child(9n + 5) .speaker-preview__info,
.speaker-modals > *:nth-child(9n + 5) .speaker-info {
  background: #95D3C7; }

.speaker-list > *:nth-child(9n + 6) .speaker-preview__info,
.speaker-list > *:nth-child(9n + 6) .speaker-info,
.speaker-modals > *:nth-child(9n + 6) .speaker-preview__info,
.speaker-modals > *:nth-child(9n + 6) .speaker-info {
  background: #354574; }

.speaker-list > *:nth-child(9n + 7) .speaker-preview__info,
.speaker-list > *:nth-child(9n + 7) .speaker-info,
.speaker-modals > *:nth-child(9n + 7) .speaker-preview__info,
.speaker-modals > *:nth-child(9n + 7) .speaker-info {
  background: #AEA3B6; }

.speaker-list > *:nth-child(9n + 8) .speaker-preview__info,
.speaker-list > *:nth-child(9n + 8) .speaker-info,
.speaker-modals > *:nth-child(9n + 8) .speaker-preview__info,
.speaker-modals > *:nth-child(9n + 8) .speaker-info {
  background: #B0BFC0; }

.speaker-list > *:nth-child(9n + 9) .speaker-preview__info,
.speaker-list > *:nth-child(9n + 9) .speaker-info,
.speaker-modals > *:nth-child(9n + 9) .speaker-preview__info,
.speaker-modals > *:nth-child(9n + 9) .speaker-info {
  background: #48848F; }

.speaker-preview {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: height 0.2s ease-out, width 0.2s ease-out;
  border-bottom: 1px solid #ffffff; }
  .speaker-preview:hover {
    cursor: pointer; }
    .speaker-preview:hover .speaker-preview__info:after {
      transform: translate3d(8px, 0, 0); }
  @media (min-width: 600px) {
    .speaker-preview {
      width: 50%;
      border: 1px solid #ffffff; } }
  @media (min-width: 820px) {
    .speaker-preview {
      height: 518px;
      width: calc(100% / 3); } }
  .speaker-preview .speaker-preview__info {
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    left: 0;
    background: #5B6186;
    z-index: 2;
    padding: 10px 30px 10px 4%;
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    transition: height 0.2s ease-out; }
    .speaker-preview .speaker-preview__info:after {
      content: '';
      position: absolute;
      width: 24px;
      height: 16px;
      top: calc(50% - 8px);
      right: 30px;
      background: url("../images/svgs/arrow-right.svg") center/cover no-repeat;
      transition: transform .2s ease-out; }
    @media (min-width: 600px) {
      .speaker-preview .speaker-preview__info {
        padding: 10px 30px; } }
  .speaker-preview .speaker-preview__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-bottom: 120px; }
    .speaker-preview .speaker-preview__image img {
      object-fit: cover;
      width: 100%;
      height: 100%; }

.speaker {
  width: 100%;
  background: rgba(190, 242, 253, 0.7); }
  @media (min-width: 820px) {
    .speaker {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
          align-items: stretch; } }

@media (min-width: 600px) {
  .speaker--single {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch; } }

.speaker-profile {
  width: 100%;
  background: #5B6186;
  color: #ffffff;
  text-align: center; }
  .speaker-profile + .speaker-profile {
    background: #AEA3B6; }
  @media (min-width: 820px) {
    .speaker-profile {
      max-width: 400px; } }
  .speaker-profile .speaker-image {
    width: 100%; }
  .speaker-profile .speaker-info {
    padding: 20px 4%; }
    @media (min-width: 820px) {
      .speaker-profile .speaker-info {
        padding: 50px 10px; } }
  .speaker-profile .social-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 20px; }
    .speaker-profile .social-links > * {
      margin-right: 10px; }
    .speaker-profile .social-links a {
      display: block;
      transition: opacity 0.2s ease-out; }
      .speaker-profile .social-links a:hover {
        opacity: 0.5; }
    .speaker-profile .social-links svg {
      fill: #2F3242; }

.speaker-modal-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 40px 4%;
  background: rgba(190, 242, 253, 0.7); }
  @media (min-width: 820px) {
    .speaker-modal-content {
      width: 60%;
      padding: 40px 50px; } }
  .speaker-modal-content .h2 {
    letter-spacing: 2px; }

.speaker-profiles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.speaker--single .speaker-profiles {
  min-width: 40%; }

.speaker-image-wrap {
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  position: relative; }
  .speaker-image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%; }

@media (max-width: 820px) {
  .isIE .speaker-image-wrap img {
    object-fit: none;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: auto;
    max-width: 200%; } }

#faqs {
  padding: 80px 0;
  min-height: 1000px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 820px) {
    #faqs {
      padding: 130px 0 220px; } }
  #faqs .faq-header {
    margin-bottom: 60px; }
  #faqs .waves-wrap {
    position: absolute;
    width: 104%;
    left: -2%;
    bottom: 0; }

.ieIE #faqs .line,
.ieIE #faqs .line.in-view {
  display: none; }

.faq-group + .faq-group {
  margin-top: 20px; }

.faq-group header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 82px;
  background: #5B6186;
  color: #ffffff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 10px 82px 10px 30px;
  cursor: pointer;
  transition: opacity 0.2s ease-out; }
  @media (max-width: 820px) {
    .faq-group header {
      padding: 10px 82px 10px 4%; }
      .faq-group header .h2 {
        font-size: 2.2rem; } }
  .faq-group header:after {
    content: '';
    pointer-events: none;
    position: absolute;
    display: block;
    width: 24px;
    height: 16px;
    top: calc(50% - 8px);
    -ms-transform-origin: center;
        transform-origin: center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    transition: transform 1s ease-in-out;
    right: 30px;
    background: url("../images/svgs/arrow-right.svg") center/100% 100% no-repeat; }
  .faq-group header:hover {
    opacity: 0.9; }

.faq-group.is-active header:after {
  -ms-transform: rotate(630deg);
      transform: rotate(630deg); }

.faq-group__content {
  display: none;
  position: relative;
  padding: 30px 4% 80px;
  background: rgba(91, 97, 134, 0.7); }
  @media (min-width: 820px) {
    .faq-group__content {
      padding: 30px 30px 80px; } }
  .faq-group__content:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../images/shapes/waves-white.svg") center bottom/103% auto no-repeat; }
    @media (max-width: 600px) {
      .faq-group__content:after {
        width: 104%;
        left: -2%; } }

.isIE .faq-group__content:after {
  display: none; }

.faq-questions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .faq-questions li {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 20px; }
    @media (min-width: 820px) {
      .faq-questions li {
        width: 50%; } }

.faq-group-list > .faq-group:nth-child(2) header {
  background: #B0BFC0; }

.faq-group-list > .faq-group:nth-child(2) .faq-group__content {
  background: rgba(176, 191, 192, 0.7); }

.faq-group-list > .faq-group:nth-child(6n + 3) header {
  background: #FBC8AA;
  color: #2F3242; }

.faq-group-list > .faq-group:nth-child(6n + 3) .faq-group__content {
  background: rgba(251, 200, 170, 0.7); }

.faq-group-list > .faq-group:nth-child(6n + 4) header {
  background: #95D3C7;
  color: #2F3242; }

.faq-group-list > .faq-group:nth-child(6n + 4) .faq-group__content {
  background: rgba(149, 211, 199, 0.7); }

.faq-group-list > .faq-group:nth-child(6n + 5) header {
  background: #7FB3C3; }

.faq-group-list > .faq-group:nth-child(6n + 5) .faq-group__content {
  background: rgba(127, 179, 195, 0.7); }

.faq-group-list > .faq-group:nth-child(6n + 6) header {
  background: #354574; }

.faq-group-list > .faq-group:nth-child(6n + 6) .faq-group__content {
  background: rgba(53, 69, 116, 0.7); }

.faq-group-list > .faq-group:nth-child(6n + 7) header {
  background: #48848F; }

.faq-group-list > .faq-group:nth-child(6n + 7) .faq-group__content {
  background: rgba(72, 132, 143, 0.7); }

#faqs .line {
  position: absolute;
  z-index: -1; }

#faqs .line-1 {
  width: 428px;
  height: auto;
  top: -10px;
  left: calc(100% - 368px); }
  @media (max-width: 1025px) {
    #faqs .line-1 {
      left: 70%; } }

#faqs .line-2 {
  width: 368px;
  height: auto;
  top: -10px;
  left: calc(100% - 368px); }
  @media (max-width: 1025px) {
    #faqs .line-2 {
      left: 70%; } }

#faqs .line-3 {
  width: 428px;
  height: auto;
  right: 80%;
  bottom: -10px; }
  @media (max-width: 1025px) {
    #faqs .line-3 {
      display: none; } }

#faqs .line-4 {
  width: 410px;
  height: auto;
  right: 82%;
  bottom: -10px; }
  @media (max-width: 1025px) {
    #faqs .line-4 {
      display: none; } }

.registration-form {
  padding: 60px 0;
  text-align: center; }
  @media (min-width: 820px) {
    .registration-form {
      padding: 72px 0 72px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .registration-form #mc_embed_signup {
        width: 510px; } }

#mc_embed_signup_scroll {
  display: -ms-flexbox;
  display: flex; }
  #mc_embed_signup_scroll .mc-field-group {
    -ms-flex-positive: 1;
        flex-grow: 1; }

.subscribe-form {
  position: relative;
  display: block;
  padding: 0 4%;
  margin-top: 20px; }
  @media (min-width: 820px) {
    .subscribe-form {
      padding: 0 0 0 15px;
      margin-top: 0; } }
  .subscribe-form input:focus {
    outline: 0; }
  .subscribe-form input[type="email"] {
    background-color: #ffffff;
    width: 100%;
    display: block;
    border: none;
    font-family: "rift-soft", sans-serif;
    height: 44px;
    padding-left: 20px;
    padding-right: 20px; }
  .subscribe-form button.btn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin-left: 10px;
    display: block;
    text-align: center; }
    .subscribe-form button.btn > * {
      display: inline-block; }
    .subscribe-form button.btn:after {
      display: inline-block; }
  .subscribe-form .mce_inline_error + .mce_inline_error {
    position: absolute;
    top: 100%;
    background: transparent !important;
    color: red !important;
    font-weight: 400 !important;
    margin: 0 !important; }
  .subscribe-form #mce-success-response {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px; }

.subscribe-form--on-white input[type="email"] {
  background: #F3F0E6; }

::-webkit-input-placeholder {
  font-family: "rift-soft", sans-serif;
  color: #2F3242;
  opacity: 1;
  transition: opacity 0.2s ease-out; }

::-moz-placeholder {
  font-family: "rift-soft", sans-serif;
  color: #2F3242;
  opacity: 1;
  transition: opacity 0.2s ease-out; }

:-ms-input-placeholder {
  font-family: "rift-soft", sans-serif;
  color: #2F3242;
  opacity: 1;
  transition: opacity 0.2s ease-out; }

:-moz-placeholder {
  font-family: "rift-soft", sans-serif;
  color: #2F3242;
  opacity: 1;
  transition: opacity 0.2s ease-out; }

input:focus::-webkit-input-placeholder {
  opacity: 0.2; }

input:focus::-moz-placeholder {
  opacity: 0.2; }

input:focus:-ms-input-placeholder {
  opacity: 0.2; }

input:focus:-moz-placeholder {
  opacity: 0.2; }

.modal-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: rgba(255, 255, 255, 0.95);
  z-index: 2000;
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
  transition: opacity 0.2s ease-out; }
  .modal-wrap.is-active {
    opacity: 1;
    -ms-transform: scale(1);
        transform: scale(1); }

.modal {
  position: relative;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  width: 1000px;
  height: auto;
  overflow: scroll;
  background: #ffffff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease-out; }

body.modal-is-active {
  overflow: hidden; }

.modal__inner {
  min-height: 500px; }
  @media (min-width: 600px) {
    .modal__inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
          align-items: stretch; } }

.modal__bd {
  background: rgba(190, 242, 253, 0.7); }

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  z-index: 2;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .modal__close > * {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .modal__close svg {
    display: block;
    fill: rgba(190, 242, 253, 0.7);
    transition: all 0.2s ease-out; }
  .modal__close:hover {
    cursor: pointer; }
    .modal__close:hover svg {
      opacity: 0.4; }

.modal__hd {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(190, 242, 253, 0.7); }

.foot-notes {
  position: relative;
  overflow: hidden; }
  .foot-notes .waves {
    position: absolute;
    bottom: 100%; }

.foot-notes__content {
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 4%; }
  .foot-notes__content > * + * {
    margin-top: 30px; }
  @media (min-width: 820px) {
    .foot-notes__content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: center;
          justify-content: center;
      padding: 60px 30px; }
      .foot-notes__content > * {
        padding: 0 10px;
        width: calc(100% / 3); }
      .foot-notes__content p {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; }
      .foot-notes__content > * + * {
        margin-top: 0; } }

.site-footer {
  padding: 40px 0;
  width: 100%;
  background: #2F3242; }
  .site-footer a,
  .site-footer p {
    color: #7FB3C3; }
  .site-footer svg {
    fill: #7FB3C3; }
  .site-footer .container {
    text-align: center;
    max-width: 1440px; }
    .site-footer .container > * + * {
      margin-top: 40px; }
    @media (min-width: 820px) {
      .site-footer .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between;
        text-align: left; }
        .site-footer .container > * + * {
          margin-top: 0; }
        .site-footer .container .site-footer-logo {
          margin: 20px auto; } }

.site-footer-logo {
  margin: 20px auto;
  max-width: 220px; }

.code-note {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .code-note > * + * {
    margin-left: 5px; }
  .code-note p {
    font-size: 14px;
    font-size: 1.4rem; }

.is-hidden {
  display: none; }

.sr-only,
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.text-center {
  text-align: center; }
  .text-center p, .text-center img {
    margin-left: auto;
    margin-right: auto; }
