﻿* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
}
html,
body {
  color: #222;
  font: 400 16px/1 "Proxima Nova Regular", "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 479px) {
  html,
  body {
    font-size: 14px;
  }
}
a {
  color: #222;
  text-decoration: none;
}
b,
strong {
  font-weight: 600;
}
:focus {
  outline: none;
}
::-webkit-selection {
  background: #f06324;
  color: #fff;
}
::-moz-selection {
  background: #f06324;
  color: #fff;
}
::selection {
  background: #f06324;
  color: #fff;
}
@font-face {
  font-family: 'Proxima Nova Regular';
  src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'), url('../fonts/proximanova-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Semibold';
  src: url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'), url('../fonts/proximanova-semibold-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Bold';
  src: url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'), url('../fonts/proximanova-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
address {
  font-style: normal;
}
h2 {
  font-size: 26px;
  font-family: 'Proxima Nova Bold';
}
@media only screen and (max-width: 941px) {
  h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 22px;
  }
}
b,
strong {
  font-family: 'Proxima Nova Semibold';
}
img {
  user-select: none;
}
.hide {
  display: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.form-group {
  position: relative;
}
.form-group__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
}
.form-group__button:hover path {
  fill: #f06324;
}
select {
  color: #313d6b;
  font-family: "Proxima Nova Regular", "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  width: 100%;
  background: #fff;
  border: 2px solid #a4b2cd;
  border-radius: 2px;
}
input[type="email"],
input[type="text"] {
  border: none;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #313d6b;
  font-family: "Proxima Nova Regular", "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  width: 100%;
  transition: 0.3s linear;
}
input[type="email"]:focus,
input[type="text"]:focus {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  color: #313d6b;
}
::placeholder {
  color: #a4b2cd;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #a4b2cd;
}
::-ms-input-placeholder {
  color: #a4b2cd;
}
.tito-tickets-button,
.button {
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'Proxima Nova Semibold';
  font-weight: 500;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.tito-tickets-button *,
.button * {
  pointer-events: inherit;
}
.tito-tickets-button--big,
.button--big {
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}
.tito-tickets-button--outline,
.button--outline {
  background: #fff;
  outline: 2px solid #a4b2cd;
  color: #a4b2cd;
}
.tito-tickets-button--outdated,
.button--outdated {
  background: #a4b2cd;
  color: #fff;
}
.tito-tickets-button--disabled,
.button--disabled {
  pointer-events: none;
}
.tito-tickets-button--orange,
.button--orange {
  background: #f06324;
  color: #fff;
}
.tito-tickets-button--orange:hover,
.button--orange:hover {
  background: #ff783c;
}
.tito-tickets-button--orange span,
.button--orange span {
  font-weight: 400;
  color: #ffcab3;
}
.tito-tickets-button--blue,
.button--blue {
  background: #004fa3;
  color: #fff;
}
.tito-tickets-button--blue:hover,
.button--blue:hover {
  background: #2c8ef2;
}
.tito-tickets-button {
  background: #f06324;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}
.tito-tickets-button:hover {
  background: #ff783c;
}
.message {
  font-size: 14px;
  font-weight: 500;
}
.message--valid {
  color: #44bd94;
}
.message--invalid {
  color: #e32d32;
}
.flex {
  display: flex;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.align-v-h {
  display: flex;
  justify-content: center;
  align-items: center;
}
html {
  background: url(../i/background-mesh.png) top center no-repeat #fafafa;
  background-size: contain;
}
@media only screen and (max-width: 941px) {
  html {
    background-size: initial;
  }
}
.c-overlay {
  display: none;
  background: transparent;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.c-update {
  color: #fff;
  padding: 30px;
  border: 4px solid #f06324;
  margin-bottom: 30px;
}
.c-update h6 {
  font-size: 20px;
  margin-bottom: 15px;
}
.c-update p {
  margin-bottom: 15px;
}
.c-update p:last-of-type {
  margin-bottom: 0;
}
.c-header {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  height: 70px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
@media only screen and (max-width: 941px) {
}
.c-header .wrap {
  height: 100%;
}
.c-header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 133px;
  float: right;
}
@media only screen and (max-width: 941px) {
  .c-header__logo {
    float: left;
    width: auto;
  }
}
.c-header__logo span {
  display: none;
}
@media only screen and (max-width: 941px) {
  .c-header__logo span {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    position: relative;
    top: -17px;
    margin-left: 10px;
  }
}
.c-header__navigation {
  float: left;
  display: flex;
  line-height: 68px;
}
@media only screen and (max-width: 941px) {
  .c-header__navigation {
    display: none;
  }
}
.c-header__navigation a {
  padding: 0 10px;
  border-bottom: 2px solid transparent;
  color: #222;
  display: block;
  height: 100%;
}
.c-header__navigation a:hover {
  border-color: #a4b2cd;
}
.c-header__navigation a.active {
  border-color: #f06324;
  font-weight: 500;
}
.c-header__button {
  height: 100%;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .c-header__button .button span {
    display: none;
  }
}
.c-header__button .c-popup {
  position: absolute;
  top: 130%;
  right: 0;
}
.c-header__button .c-subscribe {
  background: #f4f6f8;
  padding: 20px;
  margin-top: 40px;
}
.c-header__button .c-subscribe h4 {
  font-size: 14px;
}
.c-header__button .c-subscribe p {
  width: 100%;
}
.c-popup {
  background: #fff;
  min-width: 300px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  display: none;
}
@media only screen and (max-width: 479px) {
  .c-popup {
    min-width: calc(100vw - 60px);
  }
}
.c-popup:before {
  background: #fff;
  content: '';
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: -8px;
}
.c-popup.active {
  display: block;
}
.c-popup__content img {
  display: block;
  margin: 50px auto 20px;
}
.c-popup__content p {
  margin: 0 auto;
  width: 50%;
}
.wrap {
  margin: 0 auto;
  width: 900px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 941px) {
  .wrap {
    padding: 0 20px;
    width: 100%;
    margin-bottom: 0;
  }
}
.c-home-header div {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.c-home-header img {
  margin-bottom: 50px;
}
.c-home-header img:first-of-type {
  align-items: flex-start;
}
.c-home-header img:last-of-type {
  align-items: flex-end;
}
@media only screen and (max-width: 941px) {
  .c-home-header img {
    max-width: 100%;
  }
}
.c-home-header h1 {
  color: #222;
  font-size: 36px;
  text-align: center;
  margin: 20px 0 100px;
}
.c-tab {
  display: flex;
  font-size: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 941px) {
  .c-tab {
    margin-bottom: 10px;
  }
}
.c-tab a {
  background: #fff;
  background-clip: padding-box;
  border: 3px solid transparent;
  display: block;
  font-weight: 400;
  height: 60px;
  text-align: center;
  line-height: 56px;
  width: 20%;
}
@media only screen and (max-width: 941px) {
  .c-tab a:after {
    content: attr(data-mobile);
    font-size: 16px;
  }
  .c-tab a span {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .c-tab a {
    height: 50px;
    line-height: 48px;
    text-align: center;
  }
}
.c-tab a:hover {
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.c-tab a.active {
  border-color: #f06324;
  font-family: 'Proxima Nova Semibold';
}
.c-tab__content .o-day-description {
  border-bottom: 1px solid #dedede;
  padding: 20px;
}
.c-tab__content .o-day-description h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.c-tab__content .o-day-description p {
  line-height: 130%;
}
.c-events {
  margin-bottom: 85px;
}
.c-events h1 {
  font-family: 'Proxima Nova Semibold';
}
.c-events h3 {
  font-family: 'Proxima Nova Semibold';
  font-size: 18px;
  color: #222;
  margin-bottom: 20px;
  cursor: pointer;
  user-select: none;
}
.c-events h3 svg {
  transition: linear 0.2s;
}
.c-events h3 svg.active {
  transform: rotate(180deg);
}
.o-event {
  background: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  height: 70px;
  margin-bottom: 15px;
  position: relative;
}
@media only screen and (max-width: 941px) {
  .o-event {
    font-size: 16px;
  }
}
.o-event--active:hover {
  outline: 4px solid rgba(255, 255, 255, 0.2);
  background-image: url(../i/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.o-event--disabled .o-event__title,
.o-event--disabled .o-event__date {
  opacity: 0.6;
}
.o-event--archived {
  display: none;
}
.o-event--archived.active {
  display: flex;
}
.o-event__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.o-event__badge {
  background: #f06324;
  color: #fff;
  font-size: 12px;
  font-family: 'Proxima Nova Bold';
  padding: 0 15px;
  height: 25px;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-align: center;
  width: 70px;
  position: absolute;
  left: -48px;
  top: 22px;
  z-index: 1;
}
.o-event__title {
  font-size: 18px;
  font-weight: normal;
  flex: 1 1 25%;
}
@media only screen and (max-width: 941px) {
  .o-event__title {
    font-size: 16px;
  }
}
.o-event__date {
  flex: 1 1 25%;
}
.o-event img {
  border-radius: 50%;
  margin-left: 30px;
  margin-right: 10px;
}
@media only screen and (max-width: 941px) {
  .o-event img {
    margin-left: 15px;
  }
}
.o-event .button {
  margin-right: 30px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 941px) {
  .o-event .button {
    margin-right: 15px;
  }
}
.o-program {
  border-bottom: 1px solid #dedede;
  min-height: 60px;
  font-size: 18px;
  padding: 20px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
}
@media only screen and (max-width: 941px) {
  .o-program {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .o-program {
    font-size: 16px;
  }
}
.o-program:last-of-type {
  border: 0;
}
.o-program .icon-arrow {
  background: url(../i/icon-arrow-down.svg) center center no-repeat;
  cursor: pointer;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s linear;
}
@media only screen and (max-width: 941px) {
  .o-program .icon-arrow {
    width: 80px;
    height: 80px;
  }
}
.o-program__time {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  min-width: 130px;
}
.o-program__workshop {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.o-program__workshop .icon-arrow {
  width: 30px;
  height: 30px;
}
.o-program__workshop .o-program__content {
  padding-left: 0;
}
.o-program__workshop .o-speaker div {
  width: 100%;
}
.o-program__title {
  width: 80%;
}
@media only screen and (max-width: 941px) {
  .o-program__title {
    width: 100%;
  }
}
.o-program__title img {
  vertical-align: top;
  position: relative;
  top: -5px;
}
.o-program__title p {
  margin-top: 15px;
}
.o-program__content {
  padding-left: 130px;
  margin-top: 15px;
  page-break-after: always;
  break-after: always;
}
@media only screen and (max-width: 941px) {
  .o-program__content {
    padding-left: 0;
  }
}
.o-program__content.active + span {
  transform: rotate(-180deg);
}
.o-program__content .o-speaker {
  display: flex;
}
.o-program__content img {
  border-radius: 50%;
  float: left;
  margin-right: 15px;
}
.o-program__content strong {
  font-size: 16px;
  margin-top: 7px;
  display: block;
}
.o-program__content span {
  font-size: 14px;
}
.o-program__content p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 130%;
}
.o-program__content ul {
  font-size: 16px;
  margin-left: 30px;
  margin-bottom: 15px;
}
.o-program__content li {
  padding-bottom: 5px;
}
.c-speaker-holder {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  margin: 0 50px;
}
@media only screen and (max-width: 941px) {
  .c-speaker-holder {
    grid-template-columns: auto auto;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 479px) {
  .c-speaker-holder {
    grid-template-columns: auto;
  }
}
.c-speaker-holder .o-speaker {
  text-align: center;
  padding: 35px 0;
  position: relative;
  border: 1px solid transparent;
}
@media only screen and (max-width: 941px) {
  .c-speaker-holder .o-speaker {
    margin: 20px 0;
  }
}
.c-speaker-holder .o-speaker.has-description:hover {
  background: #fff;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  z-index: 100;
}
.c-speaker-holder .o-speaker.has-description:hover .o-speaker__description {
  display: block;
  position: absolute;
  margin: -1px;
}
.c-speaker-holder .o-speaker__description {
  display: none;
  background: #fff;
  font-size: 14px;
  line-height: 120%;
  padding: 0 20px 20px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  transition: 0.3s ease-in;
  text-align: left;
}
.c-speaker-holder .o-speaker__description h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.c-speaker-holder .o-speaker__description p {
  margin-bottom: 10px;
}
.c-speaker-holder .o-speaker__description p:last-of-type {
  margin-bottom: 0;
}
.c-speaker-holder .o-speaker img {
  background: #e9ecf1;
  min-height: 60px;
  min-width: 60px;
  border-radius: 50%;
  margin-bottom: 25px;
}
.c-speaker-holder .o-speaker h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}
.c-speaker-holder .o-speaker span {
  display: block;
  font-size: 14px;
  margin-bottom: 25px;
}
.c-speaker-holder .o-speaker a {
  display: inline-block;
  margin: 0 5px;
}
.c-speaker-holder .o-speaker a:hover path {
  transition: 0.3s ease;
  fill: #687997;
}
.o-section {
  margin-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 941px) {
  .o-section {
    margin-bottom: 20px;
  }
}
.o-section__badge {
  background: #f06324;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0 15px;
  height: 25px;
  line-height: 25px;
  text-transform: uppercase;
  transform: rotate(-90deg);
  position: absolute;
  left: -65px;
  top: 48%;
  z-index: -1;
}
@media only screen and (max-width: 941px) {
  .o-section__badge {
    transform: rotate(0deg);
    top: 20px;
    left: 20px;
    text-align: center;
    z-index: 1;
  }
}
.o-section--w-background {
  background: #fff;
  color: #222;
}
.o-section--home {
  padding: 200px 0 0 0;
}
@media only screen and (max-width: 941px) {
  .o-section--home {
    padding: 130px 0 30px;
  }
  .o-section--home img {
    max-width: 90%;
    height: auto;
  }
}
.o-section--home h1 {
  color: #fff;
  font-size: 30px;
  font-family: 'Proxima Nova Bold';
  line-height: 110%;
  width: 70%;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 941px) {
  .o-section--home h1 {
    font-size: 26px;
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .o-section--home h1 {
    font-size: 24px;
  }
}
.o-section--home p {
  color: #a4b2cd;
  margin-bottom: 20px;
  line-height: 130%;
}
.o-section--home a {
  color: #fff;
}
.o-section--home .button {
  margin-top: 30px;
}
@media only screen and (max-width: 941px) {
}
.o-section--speakers h2 {
  padding: 40px 50px 0;
}
@media only screen and (max-width: 941px) {
  .o-section--speakers h2 {
    padding: 20px 20px 0;
  }
}
.o-section--speakers__all {
  background: #e9ecf1;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  display: block;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: 0.3s linear;
}
.o-section--speakers__all:hover {
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
}
.o-section--learning,
.o-section--program {
  padding: 50px;
}
@media only screen and (max-width: 941px) {
  .o-section--learning,
  .o-section--program {
    padding: 20px;
  }
}
.o-section--learning h2,
.o-section--program h2 {
  margin-bottom: 20px;
}
.o-section--learning ul,
.o-section--program ul {
  padding-left: 20px;
}
.o-section--learning li,
.o-section--program li {
  padding-bottom: 5px;
}
.o-section--learning p,
.o-section--program p {
  line-height: 130%;
  margin-bottom: 15px;
}
.o-section--learning p:last-of-type,
.o-section--program p:last-of-type {
  margin-bottom: 0;
}
.o-section--venue {
  overflow: hidden;
}
@media only screen and (max-width: 941px) {
  .o-section--venue .flex {
    display: block;
  }
  .o-section--venue .w-50 {
    width: 100%;
  }
}
@media only screen and (max-width: 941px) {
  .o-section--venue__image {
    width: 100%;
    height: auto;
  }
}
.o-section--venue__content {
  padding: 40px 50px;
}
@media only screen and (max-width: 941px) {
  .o-section--venue__content {
    padding: 20px;
  }
}
.o-section--venue__content h2 {
  margin-bottom: 15px;
}
.o-section--venue__content address {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 120%;
}
.o-section--venue__content p {
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 15px;
}
.o-section--venue__content h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.o-section--venue img {
  display: block;
}
.o-section--buy-ticket {
  padding: 40px;
  margin-bottom: 260px;
}
@media only screen and (max-width: 941px) {
  .o-section--buy-ticket {
    margin-bottom: 180px;
    padding: 20px;
  }
  .o-section--buy-ticket .flex {
    display: block;
  }
}
.o-section--buy-ticket h2 {
  margin-bottom: 40px;
}
.o-section--buy-ticket h3 {
  margin-bottom: 20px;
  font-family: 'Proxima Nova Semibold';
}
.o-section--buy-ticket h3 span {
  font-size: 14px;
  color: #a4b2cd;
}
.o-section--buy-ticket img {
  display: block;
  margin: 40px auto;
}
.o-section--buy-ticket p {
  font-size: 13px;
  line-height: 130%;
  margin-bottom: 7px;
}
.o-section--buy-ticket p:last-of-type {
  margin: 0;
}
.o-section--buy-ticket__separator {
  background: #dedede;
  width: 1px;
  height: 100%;
  margin-left: 40px;
  position: relative;
}
@media only screen and (max-width: 941px) {
  .o-section--buy-ticket__separator {
    margin-left: 0;
    margin-bottom: 40px;
    height: 1px;
    width: 100%;
  }
}
.o-section--buy-ticket__separator:after {
  content: 'OR';
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media only screen and (max-width: 941px) {
  .o-section--buy-ticket__separator:after {
    padding: 0 10px;
  }
}
.o-section--buy-ticket .w-45 {
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 941px) {
  .o-section--buy-ticket .w-45 {
    padding: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 941px) {
  .o-section--buy-ticket .w-10 {
    padding: 0;
    width: 100%;
  }
}
.o-section--buy-ticket .tito-tickets-button {
  position: absolute;
  bottom: 0;
  width: 90%;
}
@media only screen and (max-width: 941px) {
  .o-section--buy-ticket .tito-tickets-button {
    position: static;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
  }
}
.o-section--contact {
  background: #fff url(../i/background-planes.png) right -30px no-repeat;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  top: -80px;
}
.o-section--contact__header {
  padding: 0 50px;
  height: 160px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 941px) {
  .o-section--contact__header {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 479px) {
  .o-section--contact__header {
    padding: 0 20px;
  }
}
.o-section--contact__header p {
  font-size: 20px;
  margin-top: 5px;
}
@media only screen and (max-width: 479px) {
  .o-section--contact__header p {
    font-size: 16px;
  }
}
.o-section--contact__header a {
  border-bottom: 2px solid #a4b2cd;
}
.o-section--contact__header a:hover {
  border-color: #f06324;
}
.o-section--contact__separator {
  background: #dedede;
  height: 1px;
  position: relative;
}
.o-section--contact__separator:after {
  content: 'OR';
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 0 10px;
  transform: translateX(-50%);
  position: absolute;
  top: -7px;
  left: 50%;
}
.o-section--contact__footer {
  padding: 60px 50px;
}
@media only screen and (max-width: 941px) {
  .o-section--contact__footer {
    padding: 20px;
  }
  .o-section--contact__footer .align-v-h,
  .o-section--contact__footer .flex {
    display: block;
  }
  .o-section--contact__footer .w-50 {
    width: 100%;
  }
  .o-section--contact__footer .c-subscribe {
    margin-top: 40px;
  }
}
.o-section--contact__footer .o-staff {
  display: flex;
  margin-bottom: 20px;
}
.o-section--contact__footer .o-staff:last-of-type {
  margin-bottom: 0;
}
.o-section--contact__footer .o-staff a {
  transition: 0.2s linear;
}
.o-section--contact__footer .o-staff a:hover {
  color: #f06324;
}
.o-section--contact__footer .o-staff div {
  padding-top: 10px;
}
.o-section--contact__footer .o-staff img {
  border-radius: 50%;
  margin-right: 20px;
}
.o-section--contact__footer .o-staff span {
  font-size: 14px;
}
.o-section--promote {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 0;
  position: relative;
  top: -80px;
}
@media only screen and (max-width: 941px) {
  .o-section--promote {
    padding: 20px;
  }
  .o-section--promote .flex {
    display: block;
  }
}
.o-section--promote h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}
.o-section--promote img {
  margin-right: 30px;
}
@media only screen and (max-width: 941px) {
  .o-section--promote img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.o-section--promote a {
  border-bottom: 2px solid #a4b2cd;
}
.o-section--promote a:hover {
  border-color: #f06324;
}
.o-section--partners {
  margin-top: -50px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 941px) {
  .o-section--partners {
    margin-top: -60px;
    margin-bottom: 20px;
  }
  .o-section--partners img {
    max-width: 100%;
    height: auto;
  }
}
.o-section--partners h2 {
  margin-bottom: 30px;
}
.footer-holder {
  background: #fff;
}
.c-footer {
  font-size: 14px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fafafa;
  z-index: 10;
}
@media only screen and (max-width: 941px) {
  .c-footer {
    display: block;
    font-size: 16px;
    padding: 20px;
    position: static;
    padding: 0 30px 30px;
  }
  .c-footer .text-right,
  .c-footer .text-left {
    text-align: center;
  }
}
@media only screen and (max-width: 941px) {
  .c-footer div {
    width: 100%;
  }
}
.c-footer .text-left a {
  margin-right: 25px;
}
@media only screen and (max-width: 941px) {
  .c-footer .text-left a {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 941px) {
  .c-footer .text-right {
    font-size: 13px;
  }
}
.c-footer .bold {
  font-weight: bold;
}
.c-footer a {
  color: #222;
}
.c-footer a:hover {
  color: #f06324;
}
html[lang="pt"] .o-section--buy-ticket__separator:after {
  content: "OU";
}