body::before {
  content: "(xsm: 479px, sm: 750px, md: 768px, lg: 970px, xl: 1280px)";
  display: none; }

.presentations {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex: 1 0 0%;
  box-sizing: border-box;
  width: 100%; }
  .presentations__presentation {
    margin: 15px 30px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }
    .presentations__presentation::after, .presentations__presentation::before {
      content: '';
      clear: both;
      display: block; }
  .presentations__presentation-container {
    flex-basis: auto;
    box-sizing: border-box;
    width: 100%; }
  .presentations__link {
    position: relative;
    height: 170px;
    width: 100%;
    display: block;
    background: #fff; }
  .presentations__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .presentations__background .presentations__overlay {
      width: 100%;
      height: 100%;
      z-index: 999;
      background-color: black;
      opacity: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.2s ease-in-out; }
  .presentations__background:hover .presentations__overlay {
    opacity: 0.7; }
  .presentations__details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    text-align: center; }
    .presentations__details::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.7) 100%); }
  .presentations__name {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: left;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
    bottom: 12px;
    padding: 0 6px; }
  .presentations__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F2F2F2; }
  .presentations__author {
    display: flex;
    align-items: center; }
  .presentations__avatar {
    display: block;
    height: 35px;
    width: 35px; }
  .presentations__author-name {
    font-size: 13px;
    width: 140px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 1px;
    padding-left: 20px;
    text-transform: capitalize; }
  .presentations__stats {
    display: flex;
    align-items: center;
    color: #676767;
    padding-right: 20px; }
    .presentations__stats img {
      width: 22px;
      height: 15px;
      margin-right: 4px;
      vertical-align: baseline; }
  .presentations__views {
    font-size: 13px; }
  @media (min-width: 768px) {
    .presentations__presentation {
      margin: 15px 15px; }
    .presentations__presentation-container {
      width: 33%; } }
  @media (min-width: 1280px) {
    .presentations__presentation-container {
      width: 25%; } }

.play {
  width: 45%;
  height: 45%; }
  .play path:nth-child(1) {
    fill: #fff; }
  .play path:nth-child(2) {
    fill: #FCEE1D; }

.modal--startCoViewing {
  z-index: 41; }
  .modal--startCoViewing .modal-secondary-content {
    padding: 10px 20px; }
  .modal--startCoViewing .hash-title {
    font-size: 22px;
    padding-top: 16px; }
  .modal--startCoViewing input {
    border: 0 !important; }
  .modal--startCoViewing .hash-value {
    font-size: 42px;
    color: #2E2E2E;
    font-weight: 500;
    padding-bottom: 18px; }
  .modal--startCoViewing .links-row {
    display: flex;
    align-items: flex-end;
    padding: 10px 0;
    flex-wrap: wrap; }
    .modal--startCoViewing .links-row .links-detail {
      flex-grow: 1;
      flex-shrink: 0;
      text-align: left; }
    .modal--startCoViewing .links-row .links-label {
      color: #828282; }
    .modal--startCoViewing .links-row .links-textfield input {
      box-shadow: none; }
      .modal--startCoViewing .links-row .links-textfield input:focus {
        box-shadow: none; }
    .modal--startCoViewing .links-row .links-cta {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: auto;
      width: auto;
      text-align: right; }
  .modal--startCoViewing .modal-loader {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto; }
    .modal--startCoViewing .modal-loader .spinner {
      position: absolute;
      border-left: 1.1em solid #2E2E2E; }
  .modal--startCoViewing .modal-title, .modal--startCoViewing .hash-title, .modal--startCoViewing .hash-value, .modal--startCoViewing .links-detail > div, .modal--startCoViewing .links-cta span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500; }

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.spinner {
  margin: 30px auto;
  font-size: 4px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0);
  border-right: 1.1em solid rgba(255, 255, 255, 0);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

body::before {
  content: "(xsm: 479px, sm: 750px, md: 768px, lg: 970px, xl: 1280px)";
  display: none; }

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

.vc-container {
  display: table;
  position: relative;
  height: 100%;
  width: 100%; }
  .vc-container .vc {
    vertical-align: middle;
    height: 100%;
    width: 100%;
    display: table-cell; }
  .vc-container .vc.vc-bottom {
    vertical-align: bottom; }

body::before {
  content: "(xsm: 479px, sm: 750px, md: 768px, lg: 970px, xl: 1280px)";
  display: none; }

.main-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  pointer-events: none;
  transition: background-color 0.5s ease-in-out; }
  .main-header a {
    pointer-events: all; }
  .main-header__navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 23px 18px; }
    @media (min-width: 768px) {
      .main-header__navbar {
        padding: 28px 42px; } }
    @media (min-width: 970px) {
      .main-header__navbar {
        padding: 28px 58px; } }
    .main-header__navbar.is-active {
      margin: 0; }
      .main-header__navbar.is-active .main-header__menu .main-header__profile {
        display: none !important; }
  .main-header__hamburger {
    width: 20px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    pointer-events: all; }
    @media (min-width: 768px) {
      .main-header__hamburger {
        width: 30px;
        height: 30px; } }
    @media (min-width: 1280px) {
      .main-header__hamburger {
        display: none; } }
    .main-header__hamburger:focus {
      outline: none; }
    .main-header__hamburger span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #FFF100;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      -moz-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
    .main-header__hamburger span:nth-child(1) {
      top: 0px; }
    .main-header__hamburger span:nth-child(2) {
      top: 8px; }
      @media (min-width: 768px) {
        .main-header__hamburger span:nth-child(2) {
          top: 11px; } }
    .main-header__hamburger span:nth-child(3) {
      top: 16px; }
      @media (min-width: 768px) {
        .main-header__hamburger span:nth-child(3) {
          top: 22px; } }
    .main-header__hamburger--active span:nth-child(1) {
      top: 10px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      opacity: 0; }
    .main-header__hamburger--active span:nth-child(2) {
      opacity: 0;
      left: -60px; }
    .main-header__hamburger--active span:nth-child(3) {
      top: 10px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg);
      opacity: 0; }
  .main-header__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 38px;
    width: 72px; }
    @media (min-width: 1280px) {
      .main-header__logo {
        position: static;
        left: 0;
        transform: translateX(0);
        width: 60px;
        height: 30px; } }
    .main-header__logo svg {
      fill: #ffffff;
      width: 40px;
      height: 18px; }
      @media (min-width: 768px) {
        .main-header__logo svg {
          width: 76px;
          height: 34px; } }
      @media (min-width: 1280px) {
        .main-header__logo svg {
          width: 60px;
          height: 27px; } }
    .main-header__logo .logo {
      width: 100%;
      height: 100%; }
  .main-header__menu {
    display: flex;
    align-items: center;
    flex-flow: row-reverse nowrap;
    justify-content: space-between; }
    @media (min-width: 970px) {
      .main-header__menu {
        width: 100%; } }
    .main-header__menu.is-active .main-header__container {
      display: block;
      position: fixed;
      height: 100vh;
      width: 100%;
      z-index: 200;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.8); }
  .main-header__links-section {
    display: none;
    align-items: center;
    flex-wrap: wrap; }
    @media (min-width: 1280px) {
      .main-header__links-section {
        display: block;
        width: 66%;
        margin: 0 auto; } }
    @media (min-width: 1280px) {
      .main-header__links-section {
        width: 67%; } }
  .main-header__action-buttons {
    pointer-events: all;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    padding: 0 30px; }
    .main-header__action-buttons svg {
      display: block;
      width: 36px;
      height: 36px; }
    .main-header__action-buttons .action-buttons__button {
      display: block !important;
      min-width: 0 !important;
      border-radius: 50% !important; }
  .main-header__links {
    display: flex;
    flex-wrap: wrap; }
  .main-header__item:hover > ul {
    max-height: 1000px;
    -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0); }
  .main-header__link {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    display: block;
    padding: 10px 15px;
    text-transform: capitalize;
    letter-spacing: .4px; }
    .main-header__link.isSelected {
      color: #FFF100; }
    .main-header__link:hover {
      color: #FFF100; }
    .main-header__link--external:focus {
      color: #fff; }
    .main-header__link--external:hover {
      color: #FFF100; }
    @media (min-width: 970px) {
      .main-header__link {
        padding: 10px 14px; } }
    .main-header__link--account {
      display: flex;
      align-items: center;
      padding: 0 25px 0 0; }
      .main-header__link--account__avatar {
        width: 38px;
        height: 38px;
        border-radius: 50%; }
      .main-header__link--account__username {
        display: none;
        margin-left: 10px;
        font-size: 17px;
        max-width: 190px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        @media (min-width: 970px) {
          .main-header__link--account__username {
            display: inline-block; } }
  .main-header__login-button {
    box-sizing: border-box;
    align-self: baseline;
    display: inline-block;
    width: auto;
    border-radius: 7px;
    white-space: nowrap;
    font-family: "brandon", sans-serif;
    font-weight: 500;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    padding: 5px 17px;
    margin: 0 0 10px 10px;
    letter-spacing: 2px; }
    .main-header__login-button:hover {
      background-color: #FFF100;
      color: #006783; }
    @media (max-width: 1279px) {
      .main-header__login-button {
        display: block;
        font-size: 18px;
        padding: 6px 14px; } }
  .main-header__signup-button.button {
    margin: 0; }
    @media (max-width: 1279px) {
      .main-header__signup-button.button {
        display: block;
        font-size: 18px;
        padding: 6px 14px; } }
  @media (max-width: 1279px) {
    .main-header__login-button, .main-header__signup-button.button {
      display: none; } }
  .main-header__login-section {
    display: flex; }
    .main-header__login-section .spinner {
      margin: 0;
      font-size: 2px; }
    @media (min-width: 1280px) {
      .main-header__login-section {
        width: 240px; } }
  .main-header .caret {
    position: relative;
    cursor: pointer; }
    .main-header .caret:hover::after {
      display: block; }
    .main-header .caret::after {
      content: '';
      display: none;
      position: absolute;
      top: 16px;
      right: 4px;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #ffffff; }
    .main-header .caret--large::after {
      display: block;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      border-top: 8px solid #ffffff; }
  .main-header .dropdown {
    position: absolute;
    top: 34px;
    left: 15px;
    min-width: 160px;
    max-height: 0;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms; }
    .main-header .dropdown--big {
      top: 38px;
      right: 0; }
    .main-header .dropdown__link {
      display: flex;
      align-items: center;
      padding: 15px;
      margin: 0;
      color: #666666; }
      .main-header .dropdown__link:hover {
        color: #ffffff; }
  .main-header .header__container {
    max-width: 1670px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between; }
  .main-header .header__logo {
    width: 150px;
    padding: 27px 20px;
    transition: all .2s ease-in-out; }
    .main-header .header__logo svg {
      display: block;
      fill: #ff0;
      height: 46px;
      width: 100px; }
    .main-header .header__logo .logo {
      width: 160px;
      height: 60px; }
  .main-header .header__actions {
    flex-grow: 1;
    text-align: right;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .main-header .header__actions .header__button {
      min-width: 0 !important;
      border-radius: 50% !important; }
      .main-header .header__actions .header__button svg {
        width: 36px;
        height: 36px; }
    .main-header .header__actions a {
      padding: 5px 15px;
      color: #fff;
      font-size: 17px;
      font-weight: 400;
      letter-spacing: 1px; }
      .main-header .header__actions a:hover {
        color: #ffff41; }
      .main-header .header__actions a.isSelected {
        color: #ffff41; }
  .main-header__profile {
    color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0; }
    .main-header__profile .main-header__email {
      display: none;
      padding: 0 16px;
      white-space: nowrap;
      min-width: 100px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .main-header__profile img {
      border-radius: 50%;
      height: 40px;
      width: 40px; }
    @media (min-width: 768px) {
      .main-header__profile {
        width: 240px; }
        .main-header__profile .main-header__email {
          display: block; } }
  .main-header .sign-buttons {
    padding: 36px 0; }
    .main-header .sign-buttons .sign-buttons__register, .main-header .sign-buttons .sign-buttons__login {
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 13px;
      line-height: 20px;
      margin: 5px 15px; }
    .main-header .sign-buttons .sign-buttons__register {
      border: 2px solid #ffff41;
      color: #ffff41;
      border-radius: 20px;
      padding: 10px 20px;
      transition: all .2s ease-in-out; }
      .main-header .sign-buttons .sign-buttons__register:hover {
        color: #000;
        background: #ffff41; }
    .main-header .sign-buttons .sign-buttons__login {
      line-height: 28px;
      border: none;
      margin: 0;
      padding: 0;
      border-radius: 0;
      color: #fff; }
      .main-header .sign-buttons .sign-buttons__login:hover {
        border-bottom: 1px solid #fff; }
      .main-header .sign-buttons .sign-buttons__login svg {
        margin-top: 3px;
        width: 8px;
        height: 12px;
        margin-right: 10px;
        fill: #fff; }
  .main-header .header__menu-trigger {
    display: none;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 23px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    float: right;
    z-index: 300;
    position: absolute;
    top: 20px;
    right: 30px;
    pointer-events: all; }
    .main-header .header__menu-trigger:focus {
      outline: none; }
    .main-header .header__menu-trigger span {
      display: block;
      position: absolute;
      top: 10px;
      left: 0;
      right: 0;
      height: 3px;
      background: #FFF100; }
    .main-header .header__menu-trigger span::before,
    .main-header .header__menu-trigger span::after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #FFF100;
      content: ""; }
    .main-header .header__menu-trigger span::before {
      top: -10px; }
    .main-header .header__menu-trigger span::after {
      bottom: -10px; }
    .main-header .header__menu-trigger span {
      transition: background 0s 0.2s; }
    .main-header .header__menu-trigger span::before, .main-header .header__menu-trigger span::after {
      transition-duration: 0.2s, 0.2s;
      transition-delay: 0.2s, 0s; }
    .main-header .header__menu-trigger span::before {
      transition-property: top, all; }
    .main-header .header__menu-trigger span::after {
      transition-property: bottom, all; }
    .main-header .header__menu-trigger.is-active span {
      background: none; }
    .main-header .header__menu-trigger.is-active span::before {
      top: 0;
      transform: rotate(45deg); }
    .main-header .header__menu-trigger.is-active span::after {
      bottom: 0;
      transform: rotate(-45deg); }
    .main-header .header__menu-trigger.is-active span::before, .main-header .header__menu-trigger.is-active span::after {
      transition-delay: 0s, 0.2s; }
    .main-header .header__menu-trigger span {
      display: none;
      position: absolute;
      top: 10px;
      left: 0;
      right: 0;
      height: 3px;
      background: #ffff41;
      transition: background 0s 0.2s; }
  .main-header .header__menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 70px; }
    .main-header .header__menu .sign-buttons, .main-header .header__menu .header__actions {
      display: block;
      width: 27%;
      margin: 0 auto;
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: center; }
    .main-header .header__menu .sign-buttons__register {
      margin: 0;
      width: 100%;
      text-align: center; }
    .main-header .header__menu .sign-buttons__login {
      margin-top: 10px;
      border: 2px solid #fff;
      border-radius: 20px;
      margin-top: 10px;
      border: 2px solid #fff;
      border-radius: 20px;
      width: 100%;
      text-align: center;
      padding: 6px 20px;
      transition: all .2s ease-in-out; }
      .main-header .header__menu .sign-buttons__login:hover {
        background: #fff;
        color: #000; }
        .main-header .header__menu .sign-buttons__login:hover path {
          fill: #000; }
    .main-header .header__menu .header__actions {
      margin-top: 30px; }
  .main-header.main-header--transparent {
    background: transparent; }
  .main-header.main-header--gray {
    height: 115px;
    line-height: 45px;
    background-color: #27282c; }
  .main-header.main-header--dark {
    background-color: rgba(0, 0, 0, 0.7); }
  .main-header.main-header--black {
    height: 115px;
    line-height: 45px;
    background-color: #000; }
  .main-header.main-header--hidden {
    display: none; }
  .main-header.main-header--minimal {
    height: 96px;
    border: none; }
    .main-header.main-header--minimal .main-header__navbar {
      max-width: none; }
      @media (min-width: 1280px) {
        .main-header.main-header--minimal .main-header__navbar .main-header__hamburger {
          display: block; } }
    .main-header.main-header--minimal .main-header__logo {
      display: none; }
    .main-header.main-header--minimal .main-header__profile {
      border: none; }
  .main-header.main-header--minimal.player {
    padding-right: 0 !important;
    z-index: 40; }
    .main-header.main-header--minimal.player .main-header__navbar {
      max-width: none;
      padding: 28px 20px; }
      .main-header.main-header--minimal.player .main-header__navbar .main-header__menu .main-header__profile {
        display: flex;
        justify-content: flex-end; }
  .main-header.main-header--lagardere {
    background: #fff9ff;
    border-bottom: 1px solid #dbdce0;
    height: 100px; }
    .main-header.main-header--lagardere .main-header__hamburger {
      display: none; }
    .main-header.main-header--lagardere .main-header__navbar {
      max-width: none;
      padding: 0; }
    .main-header.main-header--lagardere .header__menu-trigger {
      display: none; }
    .main-header.main-header--lagardere .main-header__container {
      max-width: none; }
    .main-header.main-header--lagardere .main-header__logo {
      width: 360px;
      flex-shrink: 0;
      border-right: 1px solid #dbdce0;
      height: 100px;
      padding: 27px 100px;
      position: static;
      transform: none; }
    .main-header.main-header--lagardere .main-header__menu {
      height: 100px;
      justify-content: flex-start; }
    .main-header.main-header--lagardere .main-header__action-buttons {
      display: none; }
    .main-header.main-header--lagardere .main-header__profile {
      padding: 0 30px;
      border-left: 1px solid #dbdce0; }
      .main-header.main-header--lagardere .main-header__profile a {
        color: #1779ba; }
    .main-header.main-header--lagardere .main-header__email {
      color: #1779ba; }
    .main-header.main-header--lagardere .main-header__button {
      display: none !important; }
    .main-header.main-header--lagardere.main-header--minimal {
      background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
      border-bottom: none; }
      .main-header.main-header--lagardere.main-header--minimal .main-header__logo {
        display: none; }
      .main-header.main-header--lagardere.main-header--minimal .main-header__profile {
        border: none; }
  .main-header.main-header--blur {
    filter: blur(2px); }
  @media only screen and (min-width: 1px) and (max-width: 90em) {
    .main-header .header__actions {
      padding: 6px; }
      .main-header .header__actions a {
        padding: 6px; } }
  @media only screen and (min-width: 1px) and (max-width: 64em) {
    .main-header .header__logo {
      padding: 10px 25px; }
    .main-header .header__menu--open {
      display: block; }
    .main-header .header__menu-trigger {
      display: block; }
      .main-header .header__menu-trigger span {
        display: block; }
    .main-header .header__actions {
      display: none; }
    .main-header .header__profile {
      display: none; }
    .main-header.main-header--lagardere .main-header__action-buttons {
      display: block; } }
  @media only screen and (max-width: 48em) {
    .main-header .header__menu .header__actions, .main-header .header__menu .sign-buttons {
      width: 66%; } }

.main-header__popover {
  top: 50px !important; }
  .main-header__popover .link {
    padding: 11px 32px;
    color: #666666 !important; }
  .main-header__popover .popover__menuItem a {
    display: block;
    height: 100%;
    padding: 0px 16px;
    color: #666666 !important; }

.main-header.main-header--minimal__navbar {
  max-width: none !important; }

.spinner-container {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.spinner-fullsize,
.spinner-fullsize:after {
  text-indent: 0;
  margin-top: 44vh;
  width: 6vw;
  height: 6vw; }

.spinner-fullsize {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-top: 0.5vh solid rgba(255, 255, 255, 0);
  border-right: 0.5vh solid rgba(255, 255, 255, 0);
  border-bottom: 0.5vh solid rgba(255, 255, 255, 0);
  border-left: .5vh solid gray; }

.evr-player {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 10; }
  .evr-player.white .evr-ui .evr-loader .loader-progress path {
    stroke: #fff; }
  .evr-player.evr-player--no-overlay .ui-overlay {
    display: none; }

body::before {
  content: "(xsm: 479px, sm: 750px, md: 768px, lg: 970px, xl: 1280px)";
  display: none; }

.presentation-dashboard .slider {
  margin-top: 6px;
  margin-left: 10px;
  margin-right: 10px;
  height: 2px;
  width: 100px; }
  .presentation-dashboard .slider .rc-slider-rail {
    background-color: black;
    height: 2px; }
  .presentation-dashboard .slider .rc-slider-track {
    background-color: black;
    height: 2px; }
  .presentation-dashboard .slider .rc-slider-handle {
    border: solid 2px #323232;
    border-radius: 0;
    background-color: whitesmoke;
    width: 7px;
    height: 20px;
    margin-top: -9px;
    transform: none; }

.presentation-dashboard .slider.white .rc-slider-rail, .presentation-dashboard .slider.white .rc-slider-track, .presentation-dashboard .slider.white .rc-slider-handle {
  background-color: white; }

.presentation-dashboard .slider.white .rc-slider-handle {
  border: none;
  width: 5px; }

.presentation-dashboard .imageIcon {
  width: 30px;
  height: 30px;
  cursor: pointer; }

.presentation-dashboard .imageIcon.white {
  fill: white; }

.presentation-dashboard .imageIcon.disabled {
  fill: #b9b9b9;
  cursor: not-allowed; }

.presentation-dashboard a {
  color: #4D4D4D; }

.presentation-dashboard__wrapper {
  position: fixed;
  max-height: calc(100% - 100px);
  width: calc(100vw - 25px);
  background: rgba(255, 255, 255, 0.94);
  color: #323232;
  z-index: 100;
  top: auto !important;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  overflow: hidden;
  pointer-events: all;
  display: flex;
  flex-direction: column; }
  .presentation-dashboard__wrapper .dashbord_control-icon {
    fill: #4f4f4f; }
  .presentation-dashboard__wrapper .presentation-dashboard__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 22px;
    box-sizing: border-box;
    flex-shrink: 0; }
  .presentation-dashboard__wrapper .presentation-dashboard__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    justify-items: center;
    align-items: center;
    height: 30px;
    cursor: pointer; }
    .presentation-dashboard__wrapper .presentation-dashboard__title .title-image-container {
      display: flex; }
    .presentation-dashboard__wrapper .presentation-dashboard__title .title-text-container {
      height: 19px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .presentation-dashboard__wrapper .presentation-dashboard__title .title__text {
      font-size: 18px;
      line-height: 16px;
      font-weight: 300;
      vertical-align: top;
      color: #666666; }
    .presentation-dashboard__wrapper .presentation-dashboard__title .title__text.white {
      color: white; }
    .presentation-dashboard__wrapper .presentation-dashboard__title .title__separator {
      width: 1px;
      height: 27px;
      display: inline-block;
      background: #e0e0e0;
      margin: 0 20px; }
    .presentation-dashboard__wrapper .presentation-dashboard__title .title__separator.white {
      background: white; }
    .presentation-dashboard__wrapper .presentation-dashboard__title img {
      height: 27px;
      width: auto;
      vertical-align: baseline; }
  .presentation-dashboard__wrapper .presentation-dashboard__controls {
    text-align: right;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: -6px;
    color: black; }
    .presentation-dashboard__wrapper .presentation-dashboard__controls .flex-container {
      flex: 0 1 auto;
      padding: 3px;
      margin-right: 20px; }
    .presentation-dashboard__wrapper .presentation-dashboard__controls .slider-container {
      display: flex;
      flex-direction: row; }
    .presentation-dashboard__wrapper .presentation-dashboard__controls .slider-icons {
      color: black;
      margin: 0; }
    .presentation-dashboard__wrapper .presentation-dashboard__controls .slider-icons.white {
      color: white; }
    .presentation-dashboard__wrapper .presentation-dashboard__controls .controls-container {
      flex: 0 1 auto;
      flex-wrap: nowrap; }
    .presentation-dashboard__wrapper .presentation-dashboard__controls span {
      margin-left: 8px;
      cursor: pointer;
      position: relative;
      transition: 0.2s all;
      width: 26px;
      height: 26px;
      display: inline-block; }
    .presentation-dashboard__wrapper .presentation-dashboard__controls svg {
      margin-left: 8px;
      cursor: pointer; }
    .presentation-dashboard__wrapper .presentation-dashboard__controls .controls-centered {
      display: flex;
      flex-wrap: nowrap;
      position: absolute;
      top: -14px;
      left: 50%;
      transform: translateX(-50%); }
      .presentation-dashboard__wrapper .presentation-dashboard__controls .controls-centered .controls__scenes-nav-arrow {
        width: 24px;
        height: 24px;
        transform: scaleY(1);
        margin: 0 20px;
        display: inline-block;
        fill: white; }
        .presentation-dashboard__wrapper .presentation-dashboard__controls .controls-centered .controls__scenes-nav-arrow:nth-child(1) {
          transform: rotate(-90deg); }
        .presentation-dashboard__wrapper .presentation-dashboard__controls .controls-centered .controls__scenes-nav-arrow:nth-child(3) {
          transform: rotate(90deg); }
      @media only screen and (max-width: 400px) {
        .presentation-dashboard__wrapper .presentation-dashboard__controls .controls-centered .controls__scenes-nav-arrow {
          margin: 0 15px; } }
  .presentation-dashboard__wrapper .presentation-dashboard__content {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
    .presentation-dashboard__wrapper .presentation-dashboard__content > div {
      box-sizing: border-box; }
  .presentation-dashboard__wrapper--open .presentation-dashboard__controls .controls__scenes-nav-arrow:nth-child(2) {
    transform: scaleY(-1); }

.presentation-dashboard--fullscreen .presentation-dashboard__wrapper, .presentation-dashboard--minimal .presentation-dashboard__wrapper {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  bottom: 0;
  padding: 0;
  color: #adadad;
  margin: 0;
  max-width: none;
  border-radius: 0;
  width: 100%;
  overflow: visible; }

.presentation-dashboard--fullscreen .presentation-dashboard__controls, .presentation-dashboard--minimal .presentation-dashboard__controls {
  color: white;
  flex-direction: row; }
  .presentation-dashboard--fullscreen .presentation-dashboard__controls .controls__scroll-button, .presentation-dashboard--minimal .presentation-dashboard__controls .controls__scroll-button {
    display: none; }

.presentation-dashboard--fullscreen .presentation-dashboard__wrapper .presentation-dashboard__content {
  display: none; }

.presentation-dashboard--fullscreen .presentation-dashboard__wrapper--open {
  top: calc(100% - 51px); }

@media (min-width: 768px) {
  .presentation-dashboard__wrapper {
    width: calc(100vw - 50px); } }

@media (max-width: 675px) {
  .presentation-dashboard__wrapper {
    top: calc(100% - 85px); }
  .presentation-dashboard__header {
    display: block !important; }
  .presentation-dashboard__controls {
    margin-top: 4px !important;
    align-items: center;
    justify-content: space-between; }
    .presentation-dashboard__controls .flex-container {
      margin-right: 0 !important; } }

@media (max-width: 400px) {
  .presentation-dashboard__wrapper {
    top: calc(100% - 116px); } }

.presentation-dashboard__wrapper--open {
  top: auto; }

body.ui-hidden .presentation-dashboard {
  display: none; }

.modal--startCoViewing .modal-secondary-content {
  padding: 10px 20px; }

.modal--startCoViewing .hash-title {
  font-size: 22px;
  padding-top: 16px; }

.modal--startCoViewing input {
  border: 0 !important; }

.modal--startCoViewing .hash-value {
  font-size: 42px;
  color: #2E2E2E;
  font-weight: 500;
  padding-bottom: 18px; }

.modal--startCoViewing .links-row {
  display: flex;
  align-items: flex-end;
  padding: 10px 0;
  flex-wrap: wrap; }
  .modal--startCoViewing .links-row .links-detail {
    flex-grow: 1;
    flex-shrink: 0;
    text-align: left; }
  .modal--startCoViewing .links-row .links-label {
    color: #828282; }
  .modal--startCoViewing .links-row .links-textfield input {
    box-shadow: none; }
    .modal--startCoViewing .links-row .links-textfield input:focus {
      box-shadow: none; }
  .modal--startCoViewing .links-row .links-cta {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: auto;
    text-align: right; }

.modal--startCoViewing .modal-loader {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto; }
  .modal--startCoViewing .modal-loader .spinner {
    position: absolute;
    border-left: 1.1em solid #2E2E2E; }

.modal--startCoViewing .modal-title, .modal--startCoViewing .hash-title, .modal--startCoViewing .hash-value, .modal--startCoViewing .links-detail > div, .modal--startCoViewing .links-cta span {
  font-family: 'Roboto', sans-serif;
  font-weight: 500; }

.vr-modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
  align-items: center;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.7); }

.container {
  width: 450px;
  margin: 0 auto;
  background-color: white; }

@media (max-width: 600px) {
  .container {
    height: 100vh;
    width: 100vw; }
  .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; } }

.modal-title {
  background: #2E2E2E;
  padding: 22px;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  text-align: left;
  margin-top: -1px; }

.modal-content {
  display: flex;
  flex-direction: column;
  align-items: center; }

.vr-img {
  width: auto;
  height: 30vh;
  margin-top: 16px;
  margin-bottom: 30px; }

.cta-button {
  background: #FFF100;
  border-radius: 30px;
  padding: 14px 0;
  width: 220px;
  border: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 25px; }

.stay-in-browser {
  text-transform: uppercase;
  color: grey;
  font-size: 13px;
  margin-bottom: 16px;
  cursor: pointer; }

body::before {
  content: "(xsm: 479px, sm: 750px, md: 768px, lg: 970px, xl: 1280px)";
  display: none; }

.modal.privatePresentation-modal .modal__window {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: none;
  max-height: none;
  border-radius: 2px;
  overflow: hidden;
  padding: 0;
  background: #fff; }
  .modal.privatePresentation-modal .modal__window .modal__body {
    padding: 0; }
  .modal.privatePresentation-modal .modal__window .modal-title {
    background: #2E2E2E;
    padding: 22px;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    text-align: left;
    margin-top: -1px; }
  .modal.privatePresentation-modal .modal__window .modal-content {
    color: #828282;
    padding: 0 40px;
    min-height: 220px; }
    .modal.privatePresentation-modal .modal__window .modal-content form {
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .modal.privatePresentation-modal .modal__window .modal-content form label {
        padding-top: 18px;
        padding-bottom: 10px;
        font-size: 24px;
        color: #BDBDBD; }
      .modal.privatePresentation-modal .modal__window .modal-content form input[type="password"] {
        box-shadow: none;
        font-size: 26px;
        text-align: center;
        color: #2E2E2E;
        border: none;
        border-bottom: 2px solid #bdbdbd;
        max-width: 190px;
        margin: 0 auto 44px; }
        .modal.privatePresentation-modal .modal__window .modal-content form input[type="password"].error {
          border-bottom: 2px solid #bdbdbd; }
    .modal.privatePresentation-modal .modal__window .modal-content .tip {
      margin-bottom: 1rem; }
    .modal.privatePresentation-modal .modal__window .modal-content .error {
      color: #f00;
      margin-bottom: 1rem; }
    .modal.privatePresentation-modal .modal__window .modal-content .success {
      color: #27AE60; }
    .modal.privatePresentation-modal .modal__window .modal-content .input-wrapper {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 153px; }
      .modal.privatePresentation-modal .modal__window .modal-content .input-wrapper.higher {
        min-height: 220px; }
    .modal.privatePresentation-modal .modal__window .modal-content .cta-button {
      flex-grow: 0;
      background: #ffff00;
      border-radius: 30px;
      padding: 14px 0;
      width: 220px;
      border: none;
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      cursor: pointer;
      margin-bottom: 25px; }
  .modal.privatePresentation-modal .modal__window .modal-secondary-content {
    background: #F2F2F2; }

@media (min-width: 768px) {
  .modal.privatePresentation-modal .modal__window {
    width: 450px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .modal.privatePresentation-modal .modal__window .modal__body {
      width: 100%; } }

body.ui-hidden .container {
  display: none; }


.scenes-nav {
  margin: 0;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .scenes-nav .owl-nav {
    pointer-events: none; }
    .scenes-nav .owl-nav .owl-prev, .scenes-nav .owl-nav .owl-next {
      position: absolute;
      bottom: 0;
      text-indent: -2000px;
      height: 133px;
      width: 110px;
      background: url("/static/home/embed/arrow.png") no-repeat 80px center, linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.3) 110px);
      pointer-events: all;
      cursor: pointer; }
      .scenes-nav .owl-nav .owl-prev.disabled, .scenes-nav .owl-nav .owl-next.disabled {
        display: none; }
    .scenes-nav .owl-nav .owl-prev {
      left: 0;
      transform: scaleX(-1); }
    .scenes-nav .owl-nav .owl-next {
      right: 0; }
  .scenes-nav .scene {
    position: relative;
    display: inline-block;
    width: 170px;
    box-sizing: border-box;
    pointer-events: all;
    cursor: pointer;
    padding: 6px 6px 0 6px; }
    .scenes-nav .scene .scene__background {
      display: block;
      height: 80px;
      opacity: .7;
      transition: all 0.2s;
      border-radius: 4px;
      overflow: hidden; }
    .scenes-nav .scene .scene__name {
      width: 100%;
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      transition: all 0.2s;
      color: #fff;
      opacity: .7;
      padding: 7px 14px 17px 14px; }
      .scenes-nav .scene .scene__name span {
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .scenes-nav .scene.scene--selected .scene__background, .scenes-nav .scene:hover .scene__background {
      opacity: 1;
      box-shadow: 0 0 14px rgba(255, 255, 255, 0.4); }
    .scenes-nav .scene.scene--selected .scene__name, .scenes-nav .scene:hover .scene__name {
      opacity: 1; }

body::before {
  content: "(xsm: 479px, sm: 750px, md: 768px, lg: 970px, xl: 1280px)";
  display: none; }

.registration-modal {
  text-align: left; }
  .registration-modal h3 {
    text-align: center; }
  .registration-modal .social {
    margin: 30px 0; }
    .registration-modal .social__label {
      flex-grow: 1;
      flex-shrink: 0;
      text-align: center;
      font-weight: 800;
      color: #666666;
      margin-top: 10px; }
    .registration-modal .social__buttons {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin: 15px 0;
      position: relative;
      width: 266px; }
      .registration-modal .social__buttons a {
        text-decoration: none;
        margin: 8px 0; }
    .registration-modal .social__button {
      display: flex;
      align-items: center;
      padding: 0;
      width: 300px;
      height: 37px;
      color: #fff;
      border: 0;
      border-radius: 3px;
      cursor: pointer; }
      .registration-modal .social__button-media-svg {
        width: 37px;
        height: 37px;
        border: 0;
        margin-right: 20px; }
      .registration-modal .social__button--google {
        background: #4285f4; }
      .registration-modal .social__button--linkedin {
        background: #1577b5; }
      .registration-modal .social__button--facebook {
        background: #4067b4; }
  .registration-modal__button {
    width: 100%;
    background-color: #008B87;
    color: #fff;
    font-size: 15px;
    align-self: baseline;
    display: inline-block;
    border-radius: 7px;
    letter-spacing: 1px;
    padding: 10px 17px;
    white-space: nowrap;
    font-family: "brandon", sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    outline: none;
    margin: 0 0 10px;
    user-select: none;
    border: none;
    cursor: pointer; }
    .registration-modal__button:hover {
      background-color: #FFF100;
      color: #008B87; }
  @media (min-width: 768px) {
    .registration-modal .modal__body {
      width: 100%; } }
  .registration-modal .hodden {
    position: fixed;
    top: -100px; }
  .registration-modal #customBtn {
    width: 134px;
    height: 39px;
    display: flex;
    align-items: center;
    background-color: #1a73e8;
    border-radius: 3px;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: -8; }
  .registration-modal #customBtn:hover {
    cursor: pointer; }
  .registration-modal span.label {
    font-family: serif;
    font-weight: normal; }
  .registration-modal span.icon {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAMAAABFjsb+AAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAV9QTFRF////+tjV9J+Y8oyD7WZa8YJ5/evp7V1R61BD6ks+6kM16kk8++Hg7mpf8Yd97mhd6kU37V5T8Htx8YR8+9rX8Yd+97Wv++Lg/Ojn/Orp7nJn+9jV/vz8/vHL96xM61E661RI/vb1/Obk/Nlz+rsR96wv7l9A9Kaf/M1I+7wF+rwM+LQz/fHwss362OX8+78Q+8o+U5D1qMf5/MxCQoX0oML5+8k28Mc3/NNc3MEua7VbwOTK2+j8ocL5s876/emuvsJLW7FVOKlWVbZv9Pr29fj/ap/25+/+/vvzdL52NqhUNKhTdsSL1e3c6fbthrjfRof0eqn3/P3/zenUPKxbO6tZULRreMWNjc6fl9OnR6t0XqPNSor01eT8+vz6u+LFP61dQq5fPahoYKyrttD6+vz+9/z4xebOXLl1R7Bjw+TR9vn+4vLmueHDcMKHmtOp3fDi5/Tq2+/g2O7e8PjyY5mFzQAAAP1JREFUeJxjYAADRiZmFhZWJkYGOGBjZufg5OLi5mBnZoMK8fACBSCAkw+qil8AyBMUEhYEkiIQMVGgkKCYuISkuJiUtAxYSFZOnktBWhHEVFSCCDEoq6iqqcswoAANTS1tHRBDFwr0GBj0NTUNwJKGUGDEwKCpqWkMFjOBAlMGBjNNTXN0MQtNSytrkJgNENgCxewYGOwdHJ2cXSD2uboBxdwZGDw8vby9fHxBQn7+ASYmgUFAVnCIt3doWHhEZLhzVLRJTCxINi4eKOgdmpAY6u2VlJySCjYlLT3DGwoys7KhXonLyc3LCPHOzMsvSEN4MK0wp6i4oLAEzAEAGzwwidABZLUAAAAASUVORK5CYII=) transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 31px;
    height: 31px;
    margin: 4px;
    margin-right: 10px;
    border-radius: 2px;
    background-color: white; }
  .registration-modal span.buttonText {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 24px; }

body::before {
  content: "(xsm: 479px, sm: 750px, md: 768px, lg: 970px, xl: 1280px)";
  display: none; }

.reset-password-modal h4 {
  margin: 20px 0;
  font-size: 16px;
  color: #666666; }

.set-password-modal .status {
  transition: all 0.2s ease-in-out;
  pointer-events: none; }
  .set-password-modal .status--closed {
    opacity: 0; }
  .set-password-modal .status--opened {
    opacity: 1; }

.set-password-modal svg {
  width: 20px;
  height: 17px;
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 6px; }

body::before {
  content: "(xsm: 479px, sm: 750px, md: 768px, lg: 970px, xl: 1280px)";
  display: none; }

.support-modal .modal__body {
  width: auto;
  padding: 30px;
  display: flex; }

.support-modal form {
  width: 100%; }

.support-modal .message-text-field {
  margin-top: 20px;
  /* Placeholder */ }
  .support-modal .message-text-field hr {
    bottom: 22px !important; }
  .support-modal .message-text-field > div:first-child {
    top: 12px !important;
    bottom: auto !important; }

.support-modal button {
  background: #008B87;
  color: #fff; }

@media (min-width: 768px) {
  .support-modal .modal__body {
    width: 540px; } }

body::before {
  content: "(xsm: 479px, sm: 750px, md: 768px, lg: 970px, xl: 1280px)";
  display: none; }

.modal.rodo-modal .modal__window .modal__body {
  width: 100%;
  padding: 30px; }

.modal.rodo-modal .modal__window .title {
  margin-bottom: 20px; }

.modal.rodo-modal .modal__window .modal__terms {
  font-size: 13px;
  padding: 10px;
  max-height: 240px;
  overflow-y: auto;
  border: 1px solid #e2e2e2;
  text-align: left;
  margin-bottom: 20px; }

.modal.rodo-modal .modal__window .modal__copy {
  padding-bottom: 20px;
  text-align: left; }

.modal.rodo-modal .modal__window .button {
  background: #008B87;
  color: #fff; }

@media (min-width: 768px) {
  .modal.rodo-modal .modal__window .modal__body {
    width: 600px; } }

.notifications {
  position: fixed;
  z-index: 11000;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center; }
  .notifications .notification {
    color: #fff;
    background: #008AAE;
    margin: 10px;
    padding: 10px 44px 10px 20px;
    border-radius: 7px;
    display: flex;
    position: relative; }
    .notifications .notification .close {
      position: absolute;
      color: #fff !important;
      height: 20px !important;
      right: 10px;
      cursor: pointer; }


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