html {
  overflow-y: visible !important;
}

.one-transport-body {
  padding-top: 62px !important;
}

@supports (mask-image: none) or (-webkit-mask-image: none) {
  .is-style-circle-mask img {
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    border-radius: none;
  }
}

@font-face {
  font-family: "Gotham";
  src: url("/fonts/Gotham-Book.woff2") format("woff2"), url("/fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("/fonts/Gotham-Light.woff2") format("woff2"), url("/fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("/fonts/Gotham-Medium.woff2") format("woff2"), url("/fonts/Gotham-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("/fonts/Gotham-Bold.woff2") format("woff2"), url("/fonts/Gotham-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}


.vishid {
  color: transparent !important;
  height: 1px !important;
  left: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  top: 0 !important;
  white-space: nowrap !important;
  width: 1px !important;
}

* {
  box-sizing: border-box;
  /*font-family: inherit;*/
  /*font-weight: inherit;*/
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

* + * {
  /*margin-top: 1em;*/
}

html {
  scroll-behavior: smooth;
}

body,li,span,main {
  margin-top: 0;
}

body {
  background-color: #ffffff;
  color: #283234;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

a:hover {
  color: #1c2e4f;
}

a img {
  border: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
  line-height: 1.25;
}

h1 {
  font-family: "Rozha One", "Gotham", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

@media screen and (min-width: 37.5rem) {
  h1 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 56.25rem) {
  h1 {
    font-size: 5rem;
  }
}

h2 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.125;
  text-transform: uppercase;
}

@media screen and (min-width: 25rem) {
  h2 {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 37.5rem) {
  h2 {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 56.25rem) {
  h2 {
    font-size: 3.25rem;
  }
}

@media screen and (min-width: 75rem) {
  h2 {
    font-size: 3.5rem;
  }
}

h3 {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.125;
  text-transform: uppercase;
}

@media screen and (min-width: 37.5rem) {
  h3 {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 56.25rem) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #e4e4e4;
  border: 2px solid #e4e4e4;
  border-radius: 0;
  color: #283234;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  padding: 0.75em 1em;
  -webkit-transition: background-color 0.3s, border 0.3s;
  transition: background-color 0.3s, border 0.3s;
  width: 100%;
}

input:hover {
  border-color: #1c2e4f;
}

input:focus {
  background-color: #ffffff;
  border-color: #1c99d6;
  outline: 0;
}

input::-webkit-input-placeholder {
  color: #283234;
  font-size: 0.8em;
  font-weight: 500;
  opacity: 0.5;
  text-transform: uppercase;
}

input::-moz-placeholder {
  color: #283234;
  font-size: 0.8em;
  font-weight: 500;
  opacity: 0.5;
  text-transform: uppercase;
}

input::-ms-input-placeholder {
  color: #283234;
  font-size: 0.8em;
  font-weight: 500;
  opacity: 0.5;
  text-transform: uppercase;
}

input::placeholder {
  color: #283234;
  font-size: 0.8em;
  font-weight: 500;
  opacity: 0.5;
  text-transform: uppercase;
}

input[type="checkbox"],input[type="radio"] {
  background-position: 50% 500%;
  background-repeat: no-repeat;
  background-size: 1em;
  cursor: pointer;
  display: inline-block;
  height: 1.5em;
  padding: 0;
  vertical-align: middle;
  -webkit-transition: background 0.3s ease-out, border 0.3s;
  transition: background 0.3s ease-out, border 0.3s;
  width: 1.5em;
}

input[type="checkbox"]:checked,input[type="radio"]:checked {
  background-position: 50% 50%;
  border-color: #1c99d6;
}

input[type="search"] {
  background-color: rgba(0, 0, 0, 0.25);
  background-image: url(/images/icon-search.svg);
  background-position: 0.75em center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  border-color: transparent;
  padding: 0.25em 1em 0.25em 2.5em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

input[type="search"]:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

input[type="search"]::-webkit-input-placeholder {
  color: #283234;
}

input[type="search"]::-moz-placeholder {
  color: #283234;
}

input[type="search"]::-ms-input-placeholder {
  color: #283234;
}

input[type="search"]::placeholder {
  color: #283234;
}

[role="button"],input[type="submit"],button {
  /*background-color: #1c99d6;*/
  border: 0;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 1.25rem 2.5rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

[role="button"]:hover,input[type="submit"]:hover,button:hover {
  background-color: #1c2e4f;
  color: #ffffff;
}

input[type="submit"],button {
  cursor: pointer;
  width: auto;
}

input[type="submit"]:disabled,button:disabled {
  cursor: auto;
  opacity: 0.5;
}

button::before {
  content: none;
}

time {
  display: block;
}

body > header {
  -webkit-box-align: center;
  align-items: center;
  background-color: #1c2e4f;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

@media (min-width: 37.5rem) {
  body > header {
    padding: 1rem 1.25rem;
  }
}

@media (min-width: 56.25rem) {
  body > header {
    padding: 0.5rem 2.5rem;
  }
}

@media (min-width: 75rem) {
  body > header {
    padding: 0.5rem 2.5rem;
  }
}

body > header a {
  display: block;
  padding: 0.5em;
}

@media (min-width: 56.25rem) {
  body > header a {
    padding: 1em;
  }
}

body > header a:hover {
  color: #1c99d6;
}

body > header nav {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 56.249rem) {
  body > header nav {
    background-color: #1c2e4f;
    color: #ffffff;
    font-size: 0.875rem;
    height: calc(100% - 5rem);
    left: 0;
    opacity: 0;
    padding: 2.5rem;
    position: fixed;
    top: 5rem;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s;
    visibility: hidden;
    width: 100%;
  }
}

@media (max-width: 37.49rem) {
  body > header nav {
    height: calc(100% - 4rem);
    top: 4rem;
  }
}

@media (min-width: 56.25rem) {
  body > header nav {
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
}

body > header nav > ul {
  display: -webkit-box;
  display: flex;
  list-style: none;
}

@media (max-width: 56.249rem) {
  body > header nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
  }
}

@media (max-width: 56.249rem) {
  body > header nav > ul > li:first-child {
    margin-top: auto;
  }

  body > header nav > ul > li:last-child {
    margin-bottom: auto;
  }
}

@media (max-width: 56.249rem) {
  body > header nav > ul > li + li {
    margin-top: 1rem;
  }
}

@media (min-width: 56.25rem) {
  body > header nav .login {
    margin-left: auto;
    text-transform: none;
  }
}

@media (min-width: 56.25rem) {
  body > header .logo {
    margin-right: 2.5rem;
  }
}

body > header .logo img {
  display: block;
  height: 1.5rem;
  width: auto;
}

@media (min-width: 37.5rem) {
  body > header .logo img {
    height: 2rem;
  }
}

body > header [for="menu-btn"] {
  display: none;
}

@media (max-width: 56.249rem) {
  body > header [for="menu-btn"] {
    cursor: pointer;
    display: block;
    height: 3rem;
    margin-top: 0;
    padding: 0;
    position: relative;
    width: 3rem;
  }

  /*body > header [for="menu-btn"]:hover span,    body > header [for="menu-btn"]:hover span::before,    body > header [for="menu-btn"]:hover span::after {
        background-color: #1c99d6;
    }*/

  body > header [for="menu-btn"] span {
    background-color: currentColor;
    height: 2px;
    position: absolute;
    right: calc(50% - 0.75em);
    top: calc(50% - 1px);
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    width: 1.5em;
  }

  body > header [for="menu-btn"] span::after,  body > header [for="menu-btn"] span::before {
    background-color: currentColor;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    width: 100%;
  }

  body > header [for="menu-btn"] span::after {
    -webkit-animation: menu-btn-bot-rev 0.4s;
    animation: menu-btn-bot-rev 0.4s;
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
  }

  body > header [for="menu-btn"] span::before {
    -webkit-animation: menu-btn-top-rev 0.4s;
    animation: menu-btn-top-rev 0.4s;
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
  }
}

body > footer {
  background-color: #1c2e4f;
  color: #ffffff;
  font-size: 0.75rem;
  margin-top: 0;
  padding: 1rem;
}

@media screen and (min-width: 37.5rem) {
  body > footer {
    padding: 1.25rem;
  }
}

@media screen and (min-width: 56.25rem) {
  body > footer {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    padding: 1.5rem 2.5rem;
  }
}

@media screen and (min-width: 56.25rem) {
  body > footer > * {
    margin-top: 0;
  }
}

body > footer ul {
  display: -webkit-box;
  display: flex;
  line-height: 1;
  list-style: none;
}

@media screen and (min-width: 56.25rem) {
  body > footer ul {
    border-left: 1px solid currentColor;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
  }
}

@media screen and (min-width: 56.25rem) {
  body > footer ul a {
    white-space: nowrap;
  }
}

body > footer ul a:hover {
  color: #1c99d6;
}

body > footer ul li + li {
  margin-left: 1em;
}

@media screen and (max-width: 37.49rem) {
  body > footer .copyright {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 56.25rem) {
  body > footer .copyright {
    margin-left: auto;
    white-space: nowrap;
  }
}

body > footer .copyright a {
  color: #1c99d6;
}

body > footer .copyright a:hover {
  color: #7973b5;
}

body > footer .copyright img {
  display: inline-block;
  height: 1.5em;
  margin-right: 0.5em;
  vertical-align: middle;
  width: 1.5em;
}

@media screen and (max-width: 37.49rem) {
  body > footer .copyright span {
    display: block;
  }

  body > footer .copyright span + span {
    margin-top: 0.5em;
  }
}

@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  body > footer .tag p {
    background-image: -webkit-gradient(linear, left top, right top, from(#7973b5), to(#1c99d6));
    background-image: linear-gradient(90deg, #7973b5 0%, #1c99d6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

main {
  display: block;
}

article > * + * {
  margin-top: 0;
}

.background-container {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.motion-background {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-position: center;
  background-size: cover;
  height: calc(100% + ((100vh - 100%) / 2));
  left: 0;
  position: absolute;
  top: calc(50% - (50% + ((50vh - 50%) / 2)));
  width: 100%;
  will-change: transform;
}

.motion-background ~ * {
  z-index: 2;
  position: relative;
}

[role="alert"] {
  background-color: #1c2e4f;
  color: #ffffff;
  margin-top: 4rem;
  padding: 1rem;
  position: relative;
}

@media (min-width: 37.5rem) {
  [role="alert"] {
    margin-top: 5rem;
    padding: 1.25rem;
  }
}

@media (min-width: 56.25rem) {
  [role="alert"] {
    padding: 5rem 2.5rem;
  }
}

@media (min-width: 75rem) {
  [role="alert"] {
    margin-top: 6rem;
    padding: 5rem calc(((100vw - 16rem) / 12) + 3.5rem);
  }
}

[role="alert"] h2 {
  font-size: 1.5rem;
}

@media screen and (min-width: 37.5rem) {
  [role="alert"] h2 {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 56.25rem) {
  [role="alert"] h2 {
    font-size: 2rem;
  }
}

[role="alert"] + main {
  margin-top: 0;
}

.about {
  background-color: #1c2e4f;
  color: #ffffff;
  height: 400vh;
  margin-top: -100vh;
  position: relative;
  z-index: 2;
}

.about figure {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-position: center;
  background-size: cover;
  height: 142vmax;
  left: calc(50% - 71vmax);
  position: absolute;
  top: calc(50% - 71vmax);
  width: 142vmax;
  will-change: transform;
}

.about .background {
  display: block;
  height: 100vh;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.about .background ~ * {
  position: relative;
  z-index: 5;
}

.about .content {
  -webkit-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100vh;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 50vh;
  padding: 1rem;
}

@media screen and (min-width: 37.5rem) {
  .about .content {
    padding: 1.25rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .about .content {
    padding: 2.5rem 2.5rem 2.5rem calc(((100vw - 16rem) / 12 * 4) + 7.5rem);
  }
}

@media screen and (min-width: 75rem) {
  .about .content {
    padding: 5rem calc(((100vw - 16rem) / 12) + 3.5rem) 5rem calc(((100vw - 16rem) / 12 * 6) + 9.5rem);
  }
}

.about .content p a {
  color: #fff;
  border-bottom: 1px solid currentColor;
}

.about .content p a:hover {
  color: #1c99d6;
}

.about .content img {
  display: block;
  height: 4rem;
  width: auto;
}

.consortium-partners {
  background-color: #ffffff;
  padding: 2rem 0;
  position: relative;
  text-align: center;
  z-index: 5;
}

@media screen and (min-width: 37.5rem) {
  .consortium-partners {
    padding: 2.5rem 0;
  }
}

@media screen and (min-width: 56.25rem) {
  .consortium-partners {
    padding: 3.75rem 2.5rem;
  }
}

@media screen and (min-width: 75rem) {
  .consortium-partners {
    padding: 5rem calc(((100vw - 16rem) / 12) + 3.5rem);
  }
}

.consortium-partners h2 {
  color: #7973b5;
  font-size: 1.5rem;
}

@media screen and (min-width: 37.5rem) {
  .consortium-partners h2 {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .consortium-partners h2 {
    font-size: 2rem;
  }
}

.consortium-partners * + h2 {
  margin-top: 2rem;
}

@media screen and (min-width: 37.5rem) {
  .consortium-partners * + h2 {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .consortium-partners * + h2 {
    margin-top: 5rem;
  }
}

.content {
  /*font-size: 0.875rem;*/
}

.content ul {
  padding-left: 1.5em;
}

.intersection {
  background-color: #1c2e4f;
  color: #ffffff;
  padding: 1rem;
  position: relative;
  z-index: 5;
}

@media (min-width: 37.5rem) {
  .intersection {
    padding: 1.25rem;
  }
}

@media (min-width: 56.25rem) {
  .intersection {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 5rem 2.5rem;
  }
}

@media (min-width: 75rem) {
  .intersection {
    padding: 5rem calc(((100vw - 16rem) / 12) + 3.5rem);
  }
}

@media (min-width: 56.25rem) {
  .intersection > * {
    flex-basis: calc(50% - 1.25rem);
    margin-top: 0;
  }
}

@media (min-width: 75rem) {
  .intersection > * {
    flex-basis: calc(50% - 2.5rem);
  }
}

.intersection figure img {
  display: block;
  height: auto;
  width: 100%;
}

@media (min-width: 37.5rem) {
  .intersection .content {
    font-size: 1.25em;
  }
}

.intro {
  -webkit-box-align: center;
  align-items: center;
  background-color: #1c2e4f;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100vh;
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: 1rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 37.5rem) {
  .intro {
    padding: 1.25rem;
  }
}

@media (min-width: 56.25rem) {
  .intro {
    padding: 2.5rem;
  }
}

.intro canvas {
  height: 100%;
  left: calc(50% - 88.88vh);
  position: absolute;
  top: 0;
  width: 177.77vh;
}

@media (min-aspect-ratio: 1280/720) {
  .intro canvas {
    height: 56.25vw;
    left: 0;
    top: calc(50% - 28.125vw);
    width: 100%;
  }
}

.intro img {
  display: block;
  height: 4rem;
  opacity: 0;
  position: relative;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: opacity 2.5s 1.5s ease-out, -webkit-transform 2.5s 1.5s ease-out;
  transition: opacity 2.5s 1.5s ease-out, -webkit-transform 2.5s 1.5s ease-out;
  transition: opacity 2.5s 1.5s ease-out, transform 2.5s 1.5s ease-out;
  transition: opacity 2.5s 1.5s ease-out, transform 2.5s 1.5s ease-out, -webkit-transform 2.5s 1.5s ease-out;
  width: auto;
}

@media (min-width: 37.5rem) {
  .intro img {
    height: 10rem;
  }
}

.intro video {
  display: none;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}

.intro p {
  color: #1c99d6;
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 4rem;
  opacity: 0;
  position: relative;
  text-align: center;
  -webkit-transition: opacity 2.5s 2.5s ease-out;
  transition: opacity 2.5s 2.5s ease-out;
}

@media (min-width: 37.5rem) {
  .intro p {
    font-size: 1rem;
  }
}

@media (min-width: 56.25rem) {
  .intro p {
    font-size: 1.125rem;
    margin-top: 5rem;
    max-width: 25em;
  }
}

@media (min-width: 75rem) {
  .intro p {
    font-size: 2rem;
  }
}

.intro p .accent-3 {
  color: #7973b5;
}

.intro p .background {
  color: #ffffff;
  font-style: italic;
}

.locations {
  background-color: #ffffff;
  color: #ffffff;
  margin-top: calc(-100vh + 4rem);
  position: relative;
}

@media screen and (min-width: 37.5rem) {
  .locations {
    margin-top: calc(-100vh + 5rem);
  }
}

@media screen and (min-width: 56.25rem) {
  .locations {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% calc(100% - 2.5rem));
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% calc(100% - 2.5rem));
    margin-top: calc(-100vh + 6rem);
  }
}

@media screen and (min-width: 75rem) {
  .locations {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% calc(100% - 5rem));
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% calc(100% - 5rem));
  }
}

.locations figure {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-position: center;
  background-size: cover;
  display: block;
  height: calc(100vh - 4rem);
  margin-bottom: 12rem;
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
  will-change: opacity;
}

@media screen and (min-width: 37.5rem) {
  .locations figure {
    height: calc(100vh - 5rem);
    top: 5rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .locations figure {
    height: calc(100vh - 6rem);
    top: 6rem;
  }
}

.locations figure ~ * {
  position: relative;
  z-index: 5;
}

.locations figure span:first-of-type,.locations figure span:last-of-type {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.locations figure span:first-of-type {
  background-color: #1c2e4f;
  mix-blend-mode: screen;
}

.locations figure span:last-of-type {
  -webkit-backdrop-filter: grayscale(100%) brightness(0.75);
  backdrop-filter: grayscale(100%) brightness(0.75);
  background-color: #3a97d3;
  mix-blend-mode: multiply;
}

.locations h2 {
  height: 100vh;
  margin-top: 100vh;
  padding: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
}

@media screen and (min-width: 37.5rem) {
  .locations h2 {
    padding: 1.25rem;
    top: 5rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .locations h2 {
    padding: 2.5rem;
    top: 6rem;
  }
}

@media screen and (min-width: 75rem) {
  .locations h2 {
    padding: 5rem calc(((100vw - 16rem) / 12) + 3.5rem);
  }
}

.locations .content {
  background-color: #1c2e4f;
  margin-top: -25vh;
  padding: 2.5rem 1rem;
  position: relative;
}

@media screen and (min-width: 37.5rem) {
  .locations .content {
    padding: 2.5rem 1.25rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .locations .content {
    -webkit-clip-path: polygon(0% 10rem, 50% 1rem, 100% 2.5rem, 100% 100%, 0% 100%);
    clip-path: polygon(0% 10rem, 50% 1rem, 100% 2.5rem, 100% 100%, 0% 100%);
    padding: 7.5rem 2.5rem 5rem 50%;
  }
}

@media screen and (min-width: 75rem) {
  .locations .content {
    -webkit-clip-path: polygon(0% 12.5rem, 75% 1rem, 100% 2.5rem, 100% 100%, 0% 100%);
    clip-path: polygon(0% 12.5rem, 75% 1rem, 100% 2.5rem, 100% 100%, 0% 100%);
    padding: 10rem calc(((100vw - 16rem) / 12) + 3.5rem) 10rem 50%;
  }
}

.partners-list {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  list-style: none;
}

@media screen and (max-width: 56.249rem) {
  .partners-list {
    padding: 0.5rem;
  }
}

.partners-list > * {
  flex-basis: 50%;
  padding: 0.5rem;
}

@media screen and (min-width: 37.5rem) {
  .partners-list > * {
    flex-basis: 25%;
  }
}

@media screen and (min-width: 56.25rem) {
  .partners-list > * {
    flex-basis: 20%;
    padding: 0.75rem;
  }
}

.partners-list li > div {
  padding: 0 0.5rem;
}

@media screen and (min-width: 56.25rem) {
  .partners-list li > div {
    padding: 0 0.75rem;
  }
}

.partners-list a {
  display: block;
}

.partners-list img {
  display: block;
  height: auto;
  margin: auto;
  max-height: 3rem;;
  max-width: 7rem;
  width: auto;
}

@media screen and (min-width: 56.25rem) {
  .partners-list img {
    max-height: 150px;
    max-width: 150px;
  }
}

.partners-list .partner-content {
  background-color: #ffffff;
  box-shadow: 0 0 3em -1em rgba(0, 0, 0, 0.5);
  height: calc(100% - 5rem);
  left: 0;
  margin: 0;
  overflow-y: auto;
  padding: 3.5rem 1rem 1rem 1rem;
  position: fixed;
  text-align: left;
  top: 5rem;
  -webkit-transform: translateX(calc(-100% - 3rem));
  transform: translateX(calc(-100% - 3rem));
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  width: 100%;
}

@media screen and (min-width: 37.5rem) {
  .partners-list .partner-content {
    padding: 3.5rem 1.25rem 1.25rem 1.25rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .partners-list .partner-content {
    height: calc(100% - 6rem);
    padding: 5rem 2.5rem;
    top: 6rem;
    width: 50%;
  }
}

@media screen and (min-width: 75rem) {
  .partners-list .partner-content {
    padding: 5rem 5rem 5rem calc(((100vw - 16rem) / 12) + 3.5rem);
  }
}

.partners-list .partner-content:target {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.partners-list .partner-content [role="button"] {
  display: inline-block;
}

.partners-list .partner-content [href="#close"] {
  background-image: url(/images/icon-arrow-left.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  font-size: 0.75rem;
  font-weight: 600;
  left: 1rem;
  letter-spacing: 0.1em;
  padding-left: 1.5em;
  position: absolute;
  text-transform: uppercase;
  top: 1rem;
}

@media screen and (min-width: 37.5rem) {
  .partners-list .partner-content [href="#close"] {
    left: 1.25rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .partners-list .partner-content [href="#close"] {
    left: 2.5rem;
  }
}

@media screen and (min-width: 75rem) {
  .partners-list .partner-content [href="#close"] {
    left: calc(((100vw - 16rem) / 12) + 3.5rem);
  }
}

.partners-list .partner-content [href="#close"] + * {
  margin-top: 0;
}

.partners-list.government-partners > * {
  flex-basis: 50%;
}

@media screen and (min-width: 37.5rem) {
  .partners-list.government-partners > * {
    flex-basis: 33.33%;
  }
}

.partners-list.government-partners img {
  max-height: none;
  max-width: none;
  width: 100%;
}

.project-examples {
  background-color: #1c2e4f;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.project-examples .example {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.project-examples .example:nth-child(2n) {
  background-image: -webkit-gradient(linear, left top, right top, from(#7973b5), to(#1c99d6));
  background-image: linear-gradient(90deg, #7973b5, #1c99d6);
}

.project-examples .example.convexEnabledMobility {
  background-image: url(/img/convexlogos/Convex_Enabled_Mobility_Solutions_bg_img.png);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center 65%;
  align-items: normal;
}

.project-examples .example.convexEnabledMobility .content {
  text-align: center;
}

.project-examples .example.convexEnabledMobility .content h2 {
  margin-top: 35%;
}

@media screen and (min-width: 56.25rem) {
  .project-examples .example:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
}

.project-examples .example:nth-child(2n) h3 {
  color: #1c2e4f;
}

.project-examples .example:nth-child(2n) .motion-background {
  background-position: left center;
}

.project-examples .example .motion-background {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 100%;
  margin: 0;
}

@media screen and (max-width: 56.249rem) {
  .project-examples .example .motion-background {
    opacity: 0.25;
  }
}

.project-examples .example h2 {
  font-size: 1.5rem;
}

@media screen and (min-width: 25rem) {
  .project-examples .example h2 {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 37.5rem) {
  .project-examples .example h2 {
    font-size: 2rem;
  }

  .project-examples .example.convexEnabledMobility .content h2 {
    margin-top: 20%;
  }
}

@media screen and (min-width: 46.875rem) {
  .project-examples .example.convexEnabledMobility .content h2 {
    margin-top: 10%;
  }
}

@media screen and (min-width: 56.25rem) {
  .project-examples .example h2 {
    font-size: 2.25rem;
  }

  .project-examples .example.convexEnabledMobility {
    background-position: 85% 50%;
    background-size: 45%;
    align-items: center;
  }

  .project-examples .example.convexEnabledMobility .content {
    text-align: left;
  }
}

@media screen and (min-width: 75rem) {
  .project-examples .example h2 {
    font-size: 2.5rem;
  }
}

.project-examples .example h3 {
  color: #1c99d6;
  margin-top: 1.75em;
}

@media (min-width: 37.5rem) {
  .project-examples .example h3 {
    font-size: 1.875rem;
  }
}

@media (min-width: 56.25rem) {
  .project-examples .example h3 {
    font-size: 2rem;
  }
}

.project-examples .example .content {
  flex-basis: 100%;
  padding: 1rem;
  position: relative;
  -webkit-transform-origin: top;
  transform-origin: top;
  will-change: opacity;
  z-index: 5;
}

@media screen and (min-width: 37.5rem) {
  .project-examples .example .content {
    padding: 1.25rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .project-examples .example .content {
    font-size: 1.125em;
    flex-basis: 50%;
    padding: 2.5rem;
  }
}

@media screen and (min-width: 75rem) {
  .project-examples .example .content {
    font-size: 1.25em;
    padding: 5rem 5rem 5rem calc(((100vw - 16rem) / 12) + 3.5rem);
  }
}

.project-examples .example .icon {
  width: auto;
  height: 60px;
  display: inline-block;
  margin-right: 10px;
  padding: 5px;
}

.project-examples .example .icon + * {
  margin-top: 1rem;
}

.project-examples .examples {
  margin: 0;
}

.project-examples .project-intro {
  background-color: #ffffff;
  color: #283234;
  padding: 1rem;
}

@media screen and (min-width: 37.5rem) {
  .project-examples .project-intro {
    padding: 1.25rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .project-examples .project-intro {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 2.5rem;
  }
}

@media screen and (min-width: 75rem) {
  .project-examples .project-intro {
    padding: 5rem calc(((100vw - 16rem) / 12) + 3.5rem);
  }
}

.project-examples .project-intro h2 {
  color: #1c99d6;
}

@media screen and (min-width: 56.25rem) {
  .project-examples .project-intro h2 {
    flex-basis: 40%;
  }
}

@media screen and (min-width: 56.25rem) {
  .project-examples .project-intro div {
    margin-left: 2.5rem;
    margin-top: 0;
  }
}

.services {
  background-color: #7973b5;
  padding: 1rem;
  position: relative;
  z-index: 5;
}

@media (min-width: 37.5rem) {
  .services {
    padding: 1.25rem;
  }
}

@media (min-width: 56.25rem) {
  .services {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 5rem 2.5rem;
  }
}

@media (min-width: 75rem) {
  .services {
    padding: 5rem calc(((100vw - 16rem) / 12) + 3.5rem);
  }
}

@media (min-width: 56.25rem) {
  .services > * {
    flex-basis: calc(50% - 0.75rem);
    margin-top: 0;
  }
}

.services .service {
  background-color: #1c99d6;
  color: #ffffff;
  padding: 1.5rem;
}

@media (min-width: 75rem) {
  .services .service {
    padding: 2.5rem;
  }
}

.services .service:nth-child(2n) {
  background-color: #1c99d6;
}

.services .service:nth-child(2n) h3 {
  color: #1c2e4f;
}

.services .service h2 {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (min-width: 37.5rem) {
  .services .service h2 {
    font-size: 1.75rem;
  }
}

@media (min-width: 56.25rem) {
  .services .service h2 {
    font-size: 2rem;
  }
}

.services .service h3 {
  color: #7973b5;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.375;
  position: relative;
}

.services .service .info {
  position: relative;
}

@media (min-width: 37.5rem) {
  .services .service h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 56.25rem) {
  .services .service h3 {
    padding: 1rem 0 1rem 50%;
    font-size: 1.75rem;
  }

  .services .service .info {
    margin-top: 2rem;
    padding: 1rem 0 1rem 40%;
  }

  .services .service .info p {
    font-size: 2em;
  }

  .services .service .info ul li {
    font-size: 1.5em;
  }
}

.services .service h3 + * {
  margin-top: 2rem;
}

@media (min-width: 56.25rem) {
  .services .service h3::before,  .services .service .info::before {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(50% - 1rem);
  }

  .services .service h3::before {
    background-image: url(/img/convex-logo.png);
  }

  .services .service .info::before {
    width: calc(40% - 1rem);
    background-image: url(/img/convex_catalogue_view.png);
  }
}

@media (min-width: 75rem) {
  .services .service p {
    font-size: 1.25em;
  }
}

.slider {
  overflow: hidden;
  position: relative;
}

.slider .partners-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: -webkit-transform 0.75s ease-out;
  transition: -webkit-transform 0.75s ease-out;
  transition: transform 0.75s ease-out;
  transition: transform 0.75s ease-out, -webkit-transform 0.75s ease-out;
}

.slider .partners-list > * {
  flex-shrink: 0;
}

.slider input[name^="slider"] {
  display: none;
}

.slider input[name^="slider"]:checked:nth-of-type(1) ~ ul {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.slider input[name^="slider"]:checked:nth-of-type(2) ~ ul {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.slider input[name^="slider"]:checked:nth-of-type(3) ~ ul {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}

.slider input[name^="slider"]:checked:nth-of-type(4) ~ ul {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}

.slider input[name^="slider"]:checked:nth-of-type(5) ~ ul {
  -webkit-transform: translateX(-400%);
  transform: translateX(-400%);
}

.video-flyby {
  background-color: #1c2e4f;
  height: 250vh;
  position: relative;
  z-index: 3;
}

.video-flyby video,.video-flyby canvas {
  height: calc(100vh - 4rem);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
  width: 100%;
}

@media (min-width: 37.5rem) {
  .video-flyby video,  .video-flyby canvas {
    height: calc(100vh -6rem);
    top: 5rem;
  }
}

@media (min-width: 56.25rem) {
  .video-flyby video,  .video-flyby canvas {
    height: calc(100vh - 6rem);
    top: 6rem;
  }
}

.vision {
  background-color: #1c2e4f;
  color: #ffffff;
  height: 300vh;
  margin-top: -100vh;
  position: relative;
}

.vision canvas {
  display: block;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: 0.25;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  width: 100%;
}

.vision .content {
  margin-top: -50vh;
  padding: 25vh 1rem;
  position: relative;
  text-align: center;
  z-index: 5;
}

@media (min-width: 37.5rem) {
  .vision .content {
    padding: 25vh 1.25rem;
  }
}

@media (min-width: 56.25rem) {
  .vision .content {
    padding: 25vh 2.5rem;
  }
}

@media (min-width: 75rem) {
  .vision .content {
    padding: 25vh 10%;
  }
}

.vision .content p {
  color: #1c99d6;
  font-size: 1.5rem;
  font-weight: 300;
}

@media (min-width: 37.5rem) {
  .vision .content p {
    font-size: 2rem;
  }
}

@media (min-width: 56.25rem) {
  .vision .content p {
    font-size: 2.25rem;
  }
}

@media (min-width: 75rem) {
  .vision .content p {
    font-size: 2.5rem;
  }
}

.vision .content p .accent-3 {
  color: #7973b5;
}

.vision .content p .background {
  color: #ffffff;
  font-style: italic;
}

.vision .content h2 {
  color: #1c99d6;
}

.vision .content-container {
  height: 150vh;
  margin-top: 50vh;
  position: -webkit-sticky;
  position: sticky;
  text-align: center;
  top: 0;
  z-index: 5;
}

@-webkit-keyframes menu-btn-top {
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes menu-btn-top {
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes menu-btn-bot {
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@keyframes menu-btn-bot {
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@-webkit-keyframes menu-btn-top-rev {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes menu-btn-top-rev {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes menu-btn-bot-rev {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes menu-btn-bot-rev {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5rem);
    transform: translateY(5rem);
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5rem);
    transform: translateY(5rem);
  }
}

@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(5rem);
    transform: translateX(5rem);
  }
}

@keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(5rem);
    transform: translateX(5rem);
  }
}

@-webkit-keyframes menu-in {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes menu-in {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

a:hover {
  cursor: pointer;
}

.section-panel {
  padding: 1em;
}

@font-face {
  font-family: 'Gotham';
  font-display: swap;
  src: url('/fonts/Gotham-Book.woff2') format('woff2'), url('/fonts/Gotham-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  font-display: swap;
  src: url('/fonts/Gotham-Light.woff2') format('woff2'), url('/fonts/Gotham-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  font-display: swap;
  src: url('/fonts/Gotham-Medium.woff2') format('woff2'), url('/fonts/Gotham-Medium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  font-display: swap;
  src: url('/fonts/Gotham-Bold.woff2') format('woff2'), url('/fonts/Gotham-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

html,body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#one-transport-container {
  position: relative;
  min-height: 100%;
  margin: 0;
  background-color: #202950;
}

#one-transport-header {
  position: fixed;
  z-index: 1;
  width: 100%;
  top: 0;
}

@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}

#one-transport-body {
  min-height: 100vh;
  background: #fff;
}

#one-transport-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#one-transport-footer .footer-text {
  text-align: center;
}

body {
  font-family: 'Gotham', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

a {
  color: #2b9bd7;
}

a:hover {
  color: #202950;
}

h3 {
  font-size: 1.5em;
}

.navbar-default {
  border: none;
  background-color: transparent;
}

.navbar-default ul.navbar-nav > li > a {
  font-size: 12px;
  font-weight: 500;
  line-height: 64px;
  padding: 0 1.5em;
  color: white;
  transition: color 0.3s;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.navbar-default ul.navbar-nav > li > a:focus {
  color: #2b9bd7;
}

.navbar-default ul.navbar-nav > li > a:hover {
  color: #2b9bd7;
}

.navbar-default ul.navbar-nav > li > a:active {
  color: #2b9bd7;
}

.navbar-default ul.navbar-nav li.open,.navbar-default ul.navbar-nav li.open > a,.navbar-default ul.navbar-nav li.open > a:hover,.navbar-default ul.navbar-nav li.open > a:focus {
  background-color: transparent;
  color: white;
}

.navbar-default ul.navbar-right > li > a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
}

.navbar-brand {
  padding: 0px;
  margin: 0.45em 2em 0 0;
}

.navbar-brand img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 196px;
  height: 48px;
}

.otc-top-nav {
  background-color: #202950;
  border-color: #258cc4;
}

.otc-top-nav nav.navbar {
  margin-bottom: 0;
}

footer {
  width: 100%;
  padding: 1em;
  border-color: #2b9bd7;
  background-color: #202950;
  color: #dbe0e1;
  z-index: 9999;
}

footer a {
  font-size: 12px;
  font-weight: 500;
  transition: color 0.3s;
}

footer a,footer a:visited {
  text-decoration: none;
  color: #F8F9F9;
}

footer a:hover {
  color: #2b9bd7;
  text-decoration: none;
}

footer #copyrightText {
  color: #ADB6BE;
  font-size: 12px;
  font-weight: 500;
}

.loading {
  -webkit-box-align: center;
  align-items: center;
  background-color: #1c2e4f;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-size: 0.75rem;
  font-weight: 700;
  height: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  left: 0;
  letter-spacing: 0.2em;
  margin: 0;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
  width: 100%;
  z-index: 9999;
}
.loading img {
  display: block;
  height: 7.5rem;
  width: auto;
}
.loading span {
  display: block;
  margin-top: 1rem;
  opacity: 0.5;
}
.loaded body > header {
  -webkit-animation: menu-in 0.75s 2.5s ease-out backwards;
  animation: menu-in 0.75s 2.5s ease-out backwards;
}
.loaded .intro img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.loaded .intro p {
  opacity: 1;
}
.loaded .loading {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
