.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  background: rgba(255, 255, 255, 0.7); }
  .loader svg {
    position: absolute;
    width: auto;
    height: 13rem;
    top: 250px;
    left: 50%;
    transform: translate(-50%, -50%); }
    .loader svg path {
      fill: rgba(0, 0, 0, 0);
      stroke: #b9b9b9;
      stroke-dashArray: 201;
      animation: stroke 3s infinite; }
  .loader.isHidden {
    display: none; }
  @media screen and (min-width: 40rem) {
    .loader svg {
      top: 350px; } }

@keyframes stroke {
  from {
    stroke-dashoffset: 0; }
  to {
    stroke-dashoffset: 400; } }

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

.logotype-set {
  background-color: #F1F1F1; }
  .logotype-set__wrapper {
    margin: 0 auto;
    width: 100%;
    height: 40px; }
    @media (min-width: 768px) {
      .logotype-set__wrapper {
        padding: 0 66px; } }
    @media screen and (min-width: 660px) {
      .logotype-set__wrapper {
        max-width: 660px;
        height: 60px;
        padding: 0; } }
  .logotype-set__text {
    display: none;
    font-size: 12px;
    font-weight: 700;
    color: #666666;
    letter-spacing: 1px; }
    @media (min-width: 1280px) {
      .logotype-set__text {
        display: block; } }
  .logotype-set__logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%; }
    .logotype-set__logos > svg {
      fill: #666666;
      width: 12%;
      max-height: 35%; }
      @media (min-width: 768px) {
        .logotype-set__logos > svg {
          width: 11.5%; } }
  .logotype-set__logo {
    display: block;
    width: 30%;
    height: auto;
    margin: 0 auto !important; }
  .logotype-set__link svg, .logotype-set__link img {
    width: 60%; }
    @media (min-width: 768px) {
      .logotype-set__link svg, .logotype-set__link img {
        width: 40%; } }
  .logotype-set__link path, .logotype-set__link polygon {
    fill: #4D4D4D; }
  .logotype-set__link:hover path, .logotype-set__link:hover polygon {
    fill: #008B87; }
  .logotype-set__logos--explore {
    height: 65px !important; }

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

.modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10005;
  text-align: center; }
  .modal__window {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 70px;
    min-width: 300px;
    color: #666666;
    background: #fff;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.7);
    border-radius: 2px; }
  .modal__close {
    position: absolute;
    height: 30px !important;
    width: 30px !important;
    right: 20px;
    top: 20px;
    cursor: pointer; }
    .modal__close:hover {
      transform: rotate(90deg);
      transition: all ease-in 0.2s; }
  .modal__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000; }
  .modal__heading {
    color: #008aae;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px; }
  .modal__body {
    padding: 30px 50px;
    width: 100%; }
  .modal .status {
    transition: all 0.2s ease-in-out;
    pointer-events: none; }
    .modal .status--closed {
      opacity: 0; }
    .modal .status--opened {
      opacity: 1; }
    .modal .status svg {
      width: 20px;
      height: 17px;
      display: inline-block;
      margin-top: 0px;
      margin-right: 10px;
      margin-left: 6px; }
  .modal h3 {
    margin: 10px 0 80px 0;
    font-weight: 800; }
  .modal a {
    color: #333333;
    text-decoration: underline; }
  .modal.modal--no-window .modal__window {
    top: 0;
    left: 0;
    transform: none;
    box-shadow: none;
    background: none;
    width: 100%;
    height: 100vh;
    max-height: none; }
  .modal.modal--title .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.modal--title .modal__window .modal__body {
      padding: 0;
      width: 100%; }
    .modal.modal--title .modal__window .modal-title {
      background: #2E2E2E;
      padding: 22px;
      font-size: 20px;
      line-height: 23px;
      color: #fff;
      text-align: left;
      margin-top: -1px; }
    .modal.modal--title .modal__window .modal-content {
      color: #828282;
      padding: 0 40px;
      min-height: 170px; }
      .modal.modal--title .modal__window .modal-content form {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: none; }
        .modal.modal--title .modal__window .modal-content form label {
          padding-top: 18px;
          padding-bottom: 10px;
          font-size: 24px;
          color: #BDBDBD; }
        .modal.modal--title .modal__window .modal-content form input[type="text"] {
          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.modal--title .modal__window .modal-content .error {
        color: #f00; }
      .modal.modal--title .modal__window .modal-content .success {
        color: #27AE60; }
      .modal.modal--title .modal__window .modal-content .input-wrapper {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 153px; }
        .modal.modal--title .modal__window .modal-content .input-wrapper.higher {
          min-height: 220px; }
      .modal.modal--title .modal__window .modal-content .cta-button {
        flex-grow: 0;
        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; }
    .modal.modal--title .modal__window .modal-secondary-content {
      background: #F2F2F2; }
  .modal.modal--title .modal__close {
    color: #fff; }
  .modal .hash-title {
    color: #5b5b5b; }
  .modal .hash-value {
    padding-top: 10px; }
  .modal .link {
    margin-top: 4px;
    padding: 0; }
  .modal .links-textfield {
    border-bottom: 1px solid #adadad;
    width: 200px;
    margin-bottom: 4px; }
    .modal .links-textfield div input {
      padding: 4px 0 2px 0; }
  .modal .send-invite-btn {
    background-color: #adadad;
    border-radius: 22px;
    color: white !important;
    padding: 13px 16px; }
  @media (min-width: 768px) {
    .modal__window {
      max-height: 85vh;
      width: auto;
      height: auto; }
    .modal__body {
      padding: 60px 100px;
      width: 500px; }
    .modal.modal--title .modal__window {
      width: 520px;
      height: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); } }
  @media (min-width: 1280px) {
    .modal__body {
      width: 450px; } }

#get-started {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%; }

#get-started h1, #get-started h2, #get-started h3, #get-started h4 {
  margin-bottom: 30px;
  color: #fff; }

#get-started span {
  display: block;
  width: 100%; }

#get-started p {
  color: #fff;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300; }

#get-started .btn {
  max-width: 190px;
  display: inline-block;
  border: 2px solid #ffff41;
  width: 190px;
  height: 45px;
  line-height: 42px;
  border-radius: 20px;
  transition: all .15s ease-in-out;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  color: #ffff41; }

#get-started .btn:hover {
  background-color: #ffff41;
  color: #000; }

#get-started .faq-btn {
  max-width: 245px;
  display: inline-block;
  border: 2px solid #ffff41;
  width: 245px;
  height: 45px;
  line-height: 42px;
  border-radius: 20px;
  transition: all .15s ease-in-out;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  color: #ffff41; }

#get-started .faq-btn:hover {
  background-color: #ffff41;
  color: #000; }

#get-started p.conv {
  margin-bottom: 0; }

#get-started a.yellow {
  color: #ffff41;
  letter-spacing: 1.1px;
  position: relative;
  display: inline-block; }

#get-started a.yellow:after {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 1px;
  background: #ffff41;
  position: absolute;
  left: 0;
  transition: all .15s ease-in-out; }

#get-started a.yellow:hover:after {
  width: 0%;
  left: 50%; }

@media only screen and (max-width: 48em) {
  #get-started {
    padding-top: 60px;
    padding-bottom: 60px; }
  #get-started .btn {
    margin-bottom: 0; }
  #get-started .faq-btn {
    font-size: 12px; }
  #get-started a.yellow, #get-started p.conv {
    font-size: 18px;
    letter-spacing: 0; } }

.webvr_QR_modal {
  display: none;
  font-weight: 100;
  overflow: auto; }

.webvr_QR_modal.visible {
  display: flex;
  z-index: 9999;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.666);
  flex-direction: column;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  align-items: center;
  justify-content: center; }

.webvr_QR_modal .content {
  margin: 1em;
  text-align: center;
  position: relative; }

.webvr_QR_modal .control {
  width: 30px;
  height: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer; }

.webvr_QR_modal .title {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center; }

.webvr_QR_modal .close {
  width: 30px !important;
  height: 30px !important;
  cursor: pointer;
  margin-left: 30px;
  fill: white;
  position: absolute;
  top: 20px;
  right: 20px; }

.webvr_QR_modal .text {
  margin: 0 auto;
  position: relative;
  font-size: 20px;
  color: #fff; }

.webvr_QR_modal .more {
  margin: 0 auto;
  margin-top: 38px;
  text-transform: uppercase;
  color: #FFF100;
  font-size: 13px; }
  .webvr_QR_modal .more a {
    color: #FFF100; }

.link-container {
  width: 360px;
  position: relative;
  margin: 0 auto; }

.webvr_QR_modal .link {
  width: 360px;
  border-radius: 20px;
  border: none;
  margin-top: 24px;
  background-color: white;
  height: 46px;
  padding-left: 20px;
  padding-right: 5px;
  color: black; }

.vr-image {
  max-width: 380px;
  height: auto; }

@media (max-width: 768px) {
  .webvr_QR_modal .close {
    top: 70px; }
  .webvr_QR_modal.visible {
    padding-top: 85px;
    justify-content: flex-start; }
    .webvr_QR_modal.visible .content {
      padding-top: 50px; } }

@media only screen and (max-width: 400px) {
  .webvr_QR_modal .title {
    font-size: 20px;
    max-width: 80vw; }
  .vr-image {
    max-width: 80vw; }
  .webvr_QR_modal .text {
    max-width: 80vw;
    font-size: 15px; }
  .webvr_QR_modal .link {
    max-width: 95vw; }
  .link-container {
    max-width: 95vw; }
  .webvr_QR_modal.visible .content {
    padding-top: 0; }
    .webvr_QR_modal.visible .content .title {
      margin-bottom: 20px; } }

.carousel-container {
  overflow: visible;
  position: relative; }
  .carousel-container .carousel {
    padding-top: 40px;
    padding-bottom: 40px; }
  .carousel-container .home-slider-navigation {
    position: absolute;
    z-index: 2;
    top: 46px; }
    .carousel-container .home-slider-navigation ul {
      margin: 0;
      padding-left: 120px;
      font-size: 0; }
      .carousel-container .home-slider-navigation ul li {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        padding: 0 17px; }
        .carousel-container .home-slider-navigation ul li:first-child {
          padding-left: 0; }
        .carousel-container .home-slider-navigation ul li:last-child {
          padding-right: 0; }
        .carousel-container .home-slider-navigation ul li.active a, .carousel-container .home-slider-navigation ul li:hover a {
          transition: all 150ms ease-in-out;
          color: #000;
          border-color: #000;
          border-width: 2px;
          -webkit-transform: scale(1);
          transform: scale(1); }
      .carousel-container .home-slider-navigation ul:after {
        content: "";
        position: absolute;
        height: 2px;
        right: 5px;
        left: 0;
        background: #ddd;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        z-index: -1; }
    .carousel-container .home-slider-navigation a {
      display: inline-block;
      border: 3px solid #ddd;
      font-family: Roboto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: 300;
      transition: all 150ms ease-in-out;
      font-size: 13px;
      width: 23px;
      height: 23px;
      border-radius: 50%;
      line-height: 20px;
      color: #fbfbfb;
      font-weight: 700;
      text-align: center;
      background: #fbfbfb;
      z-index: 3;
      -webkit-transform: scale(0.5);
      transform: scale(0.5); }
  .carousel-container .arrows {
    position: absolute;
    z-index: 3;
    padding-left: 19px;
    bottom: 72px; }
    .carousel-container .arrows svg {
      cursor: pointer;
      height: 20px; }
    .carousel-container .arrows .prev {
      margin-right: 51px; }
      .carousel-container .arrows .prev svg {
        transition: all 150ms ease-in-out; }
      .carousel-container .arrows .prev:hover svg {
        transition: all 150ms ease-in-out;
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px); }
    .carousel-container .arrows .next svg {
      transition: all 150ms ease-in-out; }
    .carousel-container .arrows .next:hover svg {
      transition: all 150ms ease-in-out;
      -webkit-transform: translate(5px, 5px);
      transform: translate(5px, 5px); }
  .carousel-container .slide h4 {
    font-weight: 400;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 35px;
    font-family: Roboto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .carousel-container .slide p {
    font-family: Roboto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #676767;
    font-weight: 300; }
  .carousel-container .slide .btn {
    max-width: 190px;
    display: inline-block;
    border: 2px solid #000;
    width: 146px;
    height: 45px;
    line-height: 42px;
    border-radius: 20px;
    transition: all 150ms ease-in-out;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
    background-color: #000;
    color: #ffff41;
    letter-spacing: 1.1px;
    font-family: Roboto;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center; }
    .carousel-container .slide .btn:hover {
      transition: all 150ms ease-in-out;
      background-color: #ffff41;
      border-color: #ffff41;
      color: #000; }
  .carousel-container .slide .large-8.columns {
    padding-right: 0; }
  .carousel-container .slide[data-slide="1"], .carousel-container .slide[data-slide="2"] {
    background-position: 0;
    background-size: 300px;
    background-repeat: no-repeat;
    margin-bottom: 50px; }
  .carousel-container .slide[data-slide="3"] {
    background-position: 0;
    background-size: 300px;
    background-repeat: no-repeat; }
  .carousel-container .arrows .next,
  .carousel-container .arrows .prev {
    width: 17px;
    height: 17px;
    float: left; }
  .carousel-container .arrows svg {
    stroke: #000;
    float: left;
    width: 100%; }

@media only screen and (max-width: 48em) {
  .carousel-container .carousel .slide .columns {
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (min-width: 64em) and (max-width: 1550px) {
  .carousel-container .slide p {
    font-size: 15px; }
  .carousel-container .arrows {
    bottom: 35px; } }

@media only screen and (min-width: 1px) and (max-width: 64em) {
  .row.carousel-container .home-slider-navigation {
    width: 100%;
    text-align: center; }
    .row.carousel-container .home-slider-navigation ul {
      padding-left: 0; }
  .row.carousel-container .carousel .owl-item {
    overflow: hidden; }
  .row.carousel-container .vc {
    padding-top: 40px; }
  .row.carousel-container .slide .large-8.columns,
  .row.carousel-container .slide .large-9 {
    padding: 0; }
  .row.carousel-container .arrows {
    text-align: center;
    padding: 0;
    bottom: 45px; }
    .row.carousel-container .arrows .next {
      float: none;
      display: inline-block; }
    .row.carousel-container .arrows .prev {
      float: none;
      display: inline-block;
      margin-right: 85px; }
  .row.carousel-container [data-slide] {
    background-position: 0 100% !important; } }

@media only screen and (max-width: 48em) {
  .row.carousel-container {
    margin-bottom: 18px;
    float: none; }
    .row.carousel-container [data-slide] {
      background-position: 100% 100%; }
    .row.carousel-container .slide {
      text-align: center; }
      .row.carousel-container .slide h4 {
        font-size: 25px; }
      .row.carousel-container .slide p {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 29px; } }

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

.coronavirus-modal h4 {
  margin: 20px 0;
  font-size: 14px;
  color: #666666; }

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

.coronavirus-modal .coronavirus-modal__image-wrapper {
  display: none; }

.coronavirus-modal a {
  background: #008B87;
  color: #fff !important;
  margin-top: 20px;
  text-decoration: none !important;
  font-size: 16px; }
  .coronavirus-modal a:hover {
    color: #008B87 !important; }

.coronavirus-modal .bold {
  font-weight: bold; }

@media (min-width: 768px) {
  .coronavirus-modal .coronavirus-modal__image-wrapper {
    width: 380px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .coronavirus-modal .coronavirus-modal__image-wrapper img {
      width: 100%;
      height: auto; }
  .coronavirus-modal .coronavirus-modal-wrapper {
    width: 510px;
    padding-left: 30px;
    border-left: 1px solid #b3b3b3; } }


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

.login-modal {
  text-align: left;
  background-color: white;
  background-image: url("/static/home/viewing/background.jpg");
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover; }
  .login-modal.lagardere {
    background-image: url("/static/home/lagardere/background.jpg"); }
  .login-modal h3 {
    text-align: center; }
  .login-modal .social {
    margin: 30px 0; }
    .login-modal .social__label {
      flex-grow: 1;
      flex-shrink: 0;
      text-align: center;
      font-weight: 800;
      color: #666666;
      margin-top: 30px; }
    .login-modal .social__buttons {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin: 15px 0;
      position: relative; }
      .login-modal .social__buttons a {
        text-decoration: none;
        margin: 8px 0; }
    .login-modal .social__button {
      display: flex;
      align-items: center;
      padding: 0;
      width: 300px;
      height: 37px;
      color: #fff;
      border: 0;
      border-radius: 3px;
      cursor: pointer; }
      .login-modal .social__button-media-svg {
        width: 37px;
        height: 37px;
        border: 0;
        margin-right: 20px; }
      .login-modal .social__button--google {
        background: #4285f4; }
      .login-modal .social__button--linkedin {
        background: #1577b5; }
      .login-modal .social__button--facebook {
        background: #4067b4; }
  .login-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; }
    .login-modal__button:hover {
      background-color: #FFF100;
      color: #008B87; }
  .login-modal .register {
    margin-top: 15px;
    border: 1px solid #008B87;
    color: #008B87;
    background-color: white; }
    .login-modal .register:hover {
      background-color: #FFF100;
      border-color: #FFF100; }
  @media (min-width: 768px) {
    .login-modal .modal__body {
      width: 500px; } }
  .login-modal .hodden {
    position: fixed;
    top: -100px; }
  .login-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; }
  .login-modal #customBtn:hover {
    cursor: pointer; }
  .login-modal span.label {
    font-family: serif;
    font-weight: normal; }
  .login-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; }
  .login-modal span.buttonText {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 24px; }
  .login-modal #microsoftBtn:hover {
    cursor: pointer; }

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

.footer {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 32px; }
  @media (min-width: 768px) {
    .footer {
      text-align: left;
      padding-top: 60px;
      max-width: 650px;
      box-sizing: content-box; } }
  .footer__how-it-works {
    text-align: center; }
    .footer__how-it-works--heading {
      font-weight: 500;
      margin-top: 35px; }
    .footer__how-it-works--description {
      margin-top: 15px; }
    .footer__how-it-works--toggle-icon {
      color: #fff100;
      background-color: #008aae;
      border-radius: 12px;
      margin-top: 35px;
      cursor: pointer; }
    .footer__how-it-works .open {
      height: auto; }
    .footer__how-it-works .close {
      height: 200px;
      overflow: hidden;
      position: relative; }
    .footer__how-it-works .close:after {
      height: 50%;
      width: 100%;
      content: "";
      background: linear-gradient(to top, white 20%, rgba(255, 255, 255, 0) 80%);
      position: absolute;
      bottom: 0;
      left: 0; }
  @media (min-width: 768px) {
    .footer__columns-top {
      margin-top: 35px;
      display: flex;
      justify-content: space-between;
      padding-bottom: 15px;
      padding-top: 70px;
      border-top: 1px solid #CCCCCC;
      border-bottom: 1px solid #CCCCCC; } }
  @media (min-width: 768px) {
    .footer__columns-bottom {
      display: flex;
      flex-direction: row-reverse; } }
  @media (min-width: 768px) {
    .footer__column--evryplace, .footer__column--help, .footer__column--more {
      width: 25%; } }
  @media (min-width: 1280px) {
    .footer__column--evryplace, .footer__column--help, .footer__column--more {
      width: 21%; } }
  .footer__column--evryplace {
    display: none; }
  @media (min-width: 768px) {
    .footer__column {
      display: block; } }
  .footer__column--help {
    margin-top: 43px;
    margin-bottom: 43px;
    border-top: 1px solid #CCCCCC;
    padding-top: 43px; }
    @media (min-width: 768px) {
      .footer__column--help {
        padding-top: 0;
        border: none;
        margin-top: 0; } }
    @media (min-width: 1280px) {
      .footer__column--help {
        margin-bottom: 0; } }
  .footer__column--more {
    margin-bottom: 31px; }
    @media (min-width: 768px) {
      .footer__column--more {
        margin-bottom: 0; } }
  .footer__column--logos {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 28px 0;
    margin-bottom: 31px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .footer__column--logos > a {
      display: block; }
    @media (min-width: 768px) {
      .footer__column--logos {
        border-top: none;
        border-bottom: none;
        width: 66%;
        text-align: right;
        padding: 23px 0; } }
    @media (min-width: 1280px) {
      .footer__column--logos {
        padding: 32px 0; } }
  @media (min-width: 768px) {
    .footer__column--terms {
      width: 50%;
      display: flex;
      padding-top: 25px; } }
  .footer__column-heading {
    color: #006783;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .footer__column-heading {
        font-size: 22px;
        margin-bottom: 22px; } }
    @media (min-width: 1280px) {
      .footer__column-heading {
        font-size: 16px;
        margin-bottom: 29px; } }
  .footer__column-links > a {
    color: #4D4D4D;
    text-transform: capitalize;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px; }
    .footer__column-links > a.social {
      margin-top: 44px; }
    @media (min-width: 768px) {
      .footer__column-links > a {
        font-size: 16px;
        margin-bottom: 13px; }
        .footer__column-links > a.social {
          margin-top: 44px;
          margin-top: 72px; } }
    @media (min-width: 1280px) {
      .footer__column-links > a {
        font-size: 13px;
        margin-bottom: 7px; }
        .footer__column-links > a.social {
          margin-top: 28px;
          margin-top: 48px; } }
    .footer__column-links > a:hover {
      color: #1F97BC; }
  .footer__img {
    width: 70px;
    margin-left: 15px;
    margin-right: 15px; }
    @media (min-width: 768px) {
      .footer__img {
        width: 103px; }
        .footer__img:last-child {
          margin-right: 0; } }
    @media (min-width: 1280px) {
      .footer__img {
        width: 75px; } }
  .footer__logo {
    display: none; }
    @media (min-width: 768px) {
      .footer__logo {
        display: block;
        width: 64px;
        height: 28px;
        margin-right: 19px; } }
  .footer__copyright {
    font-size: 10px; }
    @media (min-width: 768px) {
      .footer__copyright {
        font-size: 15px; } }
  .footer__link {
    color: #4D4D4D; }
    .footer__link:hover {
      color: #1F97BC; }
  .footer__gottotop {
    display: none;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 47px;
    position: absolute;
    right: 5%;
    bottom: 340px;
    border-radius: 50%;
    box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.5); }
    @media (min-width: 1280px) {
      .footer__gottotop {
        display: flex; } }
    .footer__gottotop > svg {
      width: 13px;
      height: 13px; }
    .footer__gottotop > div {
      position: absolute;
      color: gray;
      bottom: -20px;
      font-size: 12px;
      width: 80px;
      text-align: center;
      text-align: #666666; }

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

.contact-modal h4 {
  margin: 20px 0;
  font-size: 14px;
  color: #666666; }

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

.contact-modal .contact-modal__image-wrapper {
  display: none; }

.contact-modal .contact-modal__form-wrapper {
  width: 100%; }

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

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

@media (min-width: 768px) {
  .contact-modal .contact-modal__image-wrapper {
    width: 380px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .contact-modal .contact-modal__image-wrapper img {
      width: 100%;
      height: auto; }
  .contact-modal .contact-modal__form-wrapper {
    width: 510px;
    padding-left: 30px;
    border-left: 1px solid #b3b3b3; } }

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

.mobile-menu {
  width: 250px;
  height: 100vh;
  position: fixed;
  overflow-x: auto;
  top: 0;
  left: 0;
  background: #4c4c4c;
  z-index: 5000;
  padding: 25px 0;
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
  -webkit-transition: -webkit-transform 0.2s;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .mobile-menu--active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
    @media (min-width: 768px) {
      .mobile-menu--active {
        width: 560px; } }
  .mobile-menu__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 55px;
    padding-right: 55px; }
    @media (max-width: 767px) {
      .mobile-menu__header {
        flex-direction: column;
        padding-left: 25px;
        padding-right: 25px; } }
  @media (max-width: 767px) {
    .mobile-menu__login-buttons {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; } }
  .mobile-menu__login-button {
    box-sizing: border-box;
    width: auto;
    border-radius: 7px;
    white-space: nowrap;
    font-family: "brandon", sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
    margin-left: 10px !important;
    letter-spacing: 2px; }
    .mobile-menu__login-button:hover {
      background-color: #FFF100;
      color: #006783; }
  @media (max-width: 767px) {
    .mobile-menu__login-button.no-sides-margin {
      margin-left: 0 !important;
      margin-right: 0 !important; } }
  .mobile-menu__signup-button.button {
    margin: 0;
    border: 3px solid #FFF100; }
  .mobile-menu .login-btn {
    font-size: 18px;
    align-self: auto;
    padding: 6px 14px; }
    @media (max-width: 767px) {
      .mobile-menu .login-btn {
        border: 1px solid #FFF100;
        font-size: 13px;
        padding: 5px 17px;
        margin: 10px 5px 5px 0; } }
  .mobile-menu .login-btn.no-sides-margin {
    margin: 10px 0 0 0; }
  .mobile-menu__logo {
    text-align: center; }
    .mobile-menu__logo svg {
      fill: white;
      width: 50px;
      height: 23px; }
      @media (min-width: 768px) {
        .mobile-menu__logo svg {
          width: 77px;
          height: 35px; } }
  .mobile-menu__links {
    padding: 20px 0;
    margin-top: 20px;
    position: relative; }
    .mobile-menu__links::before {
      content: '';
      position: absolute;
      display: block;
      height: 1px;
      width: 80%;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      background-color: #cfcfcf; }
  .mobile-menu__item {
    position: relative; }
  .mobile-menu__link {
    text-transform: capitalize;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 25px;
    display: block; }
    @media (min-width: 768px) {
      .mobile-menu__link {
        font-size: 18px;
        padding: 15px 55px; } }
    .mobile-menu__link:hover {
      background-color: #CBCBCB;
      color: #FFF100; }
    .mobile-menu__link--second {
      color: #989898; }
  .mobile-menu__close-btn--active {
    width: 20px;
    height: 20px;
    position: fixed;
    top: 30px;
    left: 265px;
    z-index: 99999;
    -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) {
      .mobile-menu__close-btn--active {
        left: 580px;
        width: 30px;
        height: 30px; } }
    .mobile-menu__close-btn--active:focus {
      outline: none; }
    .mobile-menu__close-btn--active 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; }
    .mobile-menu__close-btn--active span:nth-child(1) {
      top: 10px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg); }
    .mobile-menu__close-btn--active span:nth-child(2) {
      opacity: 0;
      left: -60px; }
    .mobile-menu__close-btn--active span:nth-child(3) {
      top: 10px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg); }


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