@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.lto-content {
  margin: 0 auto;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  line-height: 1.9;
  scroll-behavior: smooth; }

.lto-content::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

.lto-content::-webkit-scrollbar-track-piece {
  background: white;
  -webkit-border-radius: 3px; }

.lto-content::-webkit-scrollbar-thumb:horizontal {
  width: 50px;
  background-color: white;
  -webkit-border-radius: 3px; }

.lto-content::-webkit-scrollbar-thumb:vertical {
  height: 50px;
  background: #1E223F;
  -webkit-border-radius: 3px; }

.lto-content::-webkit-scrollbar-button:start:decrement,
.lto-content::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px; }

.lto-content::-webkit-scrollbar-button:vertical:increment {
  background: white; }

.lto-icon.lto-left {
  position: relative;
  border-radius: 15px;
  animation: slide-up 0.4s ease;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.lto-icon.lto-right {
  position: relative;
  animation: slide-up 0.4s ease;
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.lto-gaia {
  /* Creates a small triangle extender for the tooltip */
  /* Style northward tooltips differently */ }
  .lto-gaia .lto-block {
    max-width: 80%;
    min-width: 30%;
    display: inline-block;
    margin: 0 auto 30px;
    padding: 10px; }
  .lto-gaia .lto-block:hover {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .lto-gaia .lto-block.lto-nested {
    width: auto;
    transition: none;
    border: none; }
  .lto-gaia .lto-block.active {
    border: none;
    transition: none; }
  .lto-gaia .lto-button {
    border-radius: 15px;
    padding: 5px 20px;
    margin: 10px;
    animation: slide-up 0.4s ease;
    cursor: pointer;
    border: none; }
  .lto-gaia .lto-button:focus {
    outline: 0 !important; }
  .lto-gaia .lto-button.lto-right {
    margin-right: 30px; }
  .lto-gaia .lto-button.lto-left.lto-nested {
    width: 50%;
    margin-right: 10px;
    border-radius: 15px;
    padding: 5px;
    animation: slide-up 0.4s ease; }
  .lto-gaia .lto-button:disabled {
    cursor: default; }
  .lto-gaia .lto-take-photo,
  .lto-gaia .lto-reset-photo {
    border-radius: 100%;
    width: 100px;
    height: 100px; }
  .lto-gaia .lto-previous, .lto-gaia .lto-next {
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    z-index: 20;
    top: 40%;
    text-align: center;
    vertical-align: middle;
    color: white;
    cursor: pointer; }
  .lto-gaia .lto-next {
    right: 15px; }
  .lto-gaia .lto-previous {
    left: 15px; }
  .lto-gaia .lto-block.lto-nested.lto-carousel-cell {
    display: inline-block;
    height: fit-content;
    width: fit-content;
    position: absolute;
    -webkit-animation: fadein 2s;
    animation: fadein 2s;
    border-radius: 15px; }
  .lto-gaia .lto-carousel-cell.lto-previous-item {
    zoom: 90%;
    left: 0;
    top: 20px;
    pointer-events: none;
    opacity: 0.6; }
  .lto-gaia .lto-carousel-cell.lto-center-item {
    -webkit-animation: none;
    animation: none;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10; }
  .lto-gaia .lto-carousel-cell.lto-next-item {
    zoom: 90%;
    right: 0;
    top: 20px;
    pointer-events: none;
    opacity: 0.6; }
  .lto-gaia .lto-block.lto-nested.lto-carousel-cell.lto-not-visible-item {
    display: none;
    pointer-events: none; }
  .lto-gaia .lto-carousel {
    max-width: 80%;
    min-width: 30%;
    height: 80vh;
    overflow-y: hidden;
    position: relative; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .lto-gaia .lto-form {
    max-width: 80%;
    min-width: 30%;
    border-radius: 15px;
    display: inline-block;
    margin: 0 auto 30px;
    padding: 10px; }
  .lto-gaia .lto-form.lto-nested {
    width: auto;
    transition: none;
    border: none; }
  .lto-gaia .lto-icon {
    display: inline-block;
    border: 1px solid #1E223F;
    width: 40px;
    height: 40px;
    background: white;
    background-size: cover;
    animation: slide-up 0.4s ease;
    outline: 0; }
  .lto-gaia .lto-icon.lto-left {
    margin-left: 20px;
    margin-right: 20px;
    clear: both;
    background: white;
    background-size: cover;
    box-shadow: none;
    border-radius: 50%; }
  .lto-gaia .lto-icon.lto-right {
    margin-right: 20px;
    margin-left: 20px; }
  .lto-gaia .lto-image {
    max-width: 100%; }
  .lto-gaia .lto-label {
    max-width: 75%;
    min-width: 30%;
    animation: slide-up 0.4s ease;
    border-radius: 20px;
    padding: 10px;
    display: inline-block; }
  .lto-gaia .lto-label.lto-nested {
    width: 100%;
    min-width: unset;
    max-width: unset;
    border: none;
    padding: 0;
    margin-bottom: 10px; }
  .lto-gaia .lto-label.lto-right {
    margin-left: 30px;
    bottom: 40px; }
  .lto-gaia .lto-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    transition: transform .2s ease-in-out;
    background-size: cover;
    animation: slide-up 0.4s ease; }
  .lto-gaia .lto-icon.lto-right {
    margin-left: 30px; }
  .lto-gaia .lto-link {
    text-decoration: none;
    color: blueviolet; }
  .lto-gaia .lto-map .lto-map-container {
    width: 80vw;
    height: 500px;
    border-radius: 20px;
    display: inline-block;
    transform: scale(1.0315);
    margin: 10px auto;
    mix-blend-mode: normal; }
  .lto-gaia .lto-map.lto-nested {
    width: 100%;
    border-radius: 0; }
  .lto-gaia .lto-map .leaflet-interactive {
    transition: all 0.3s ease-in-out;
    width: 30px !important;
    height: 30px !important; }
  .lto-gaia .lto-overlay.lto-inactive {
    display: none; }
  .lto-gaia .lto-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 200ms;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000; }
  .lto-gaia .lto-overlay .lto-close-overlay {
    float: right;
    background: #fff;
    width: 20px;
    height: 20px; }
  .lto-gaia .lto-rating-submitted {
    display: none; }
  .lto-gaia .lto-reel.lto-left {
    background: white;
    max-width: 80%;
    min-width: 10%;
    float: left;
    border-radius: 15px;
    color: #1E223F;
    margin: 0 auto;
    padding: 10px;
    display: inline-block;
    text-align: center; }
  .lto-gaia .lto-reel.lto-nested.lto-left {
    background: white;
    max-width: 100%;
    border: none;
    padding: 10px;
    display: block;
    float: left;
    text-align: center; }
  .lto-gaia .lto-up {
    top: 0; }
  .lto-gaia .lto-down {
    bottom: 0; }
  .lto-gaia .lto-up,
  .lto-gaia .lto-down {
    border-radius: 15px;
    clear: both;
    padding: 5px 20px;
    margin: 10px;
    background: white;
    color: #989898;
    border: solid 1px lightgray;
    animation: slide-up 0.4s ease;
    cursor: pointer;
    outline: 0 !important; }
  .lto-gaia .lto-active,
  .lto-gaia .lto-image.lto-active {
    display: inline-block; }
  .lto-gaia .lto-passive,
  .lto-gaia .lto-image.lto-passive {
    display: none; }
  .lto-gaia .lto-reel-value.lto-left.lto-reel-char.lto-nested.lto-active,
  .lto-gaia .lto-reel-value.lto-left.lto-reel-digit.lto-nested.lto-active {
    margin: 0 auto;
    width: 100%; }
  .lto-gaia .lto-selection {
    position: relative;
    min-width: 30%;
    min-height: 500px;
    max-width: 80%;
    left: 25%;
    background: #fff;
    overflow: hidden; }
    .lto-gaia .lto-selection .lto-selection-item {
      z-index: 2;
      position: absolute;
      left: 0;
      background: #fff;
      top: 0;
      width: 100%;
      height: 100%;
      user-select: none; }
    .lto-gaia .lto-selection .lto-animate-right {
      animation: slide-right .3s ease-out; }
    .lto-gaia .lto-selection .lto-animate-left {
      animation: slide-left .3s ease-out; }
    .lto-gaia .lto-selection .lto-selection-right {
      right: 0;
      opacity: 0.2; }
      .lto-gaia .lto-selection .lto-selection-right:hover {
        opacity: 0.3; }
    .lto-gaia .lto-selection .lto-selection-left {
      left: 0;
      opacity: 0.1; }
      .lto-gaia .lto-selection .lto-selection-left:hover {
        opacity: 0.2; }
    .lto-gaia .lto-selection .lto-selection-right,
    .lto-gaia .lto-selection .lto-selection-left {
      position: absolute;
      height: 100%;
      width: 50%;
      background: black; }
  .lto-gaia .lto-selection-finished {
    display: none; }

@keyframes slide-right {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(100%);
    display: none; } }

@keyframes slide-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%);
    display: none; } }
  .lto-gaia .lto-slider {
    -webkit-appearance: none;
    width: 90%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    display: block;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    transform: rotate(90deg); }
  .lto-gaia a.lto-slider-prev {
    visibility: hidden;
    display: none; }
  .lto-gaia a.lto-slider-next {
    visibility: hidden;
    display: none; }
  .lto-gaia .lto-slider-min {
    float: left; }
  .lto-gaia .lto-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #1E223F;
    cursor: pointer; }
  .lto-gaia .lto-slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #1E223F;
    cursor: pointer; }
  .lto-gaia .lto-slider:hover {
    opacity: 1; }
  .lto-gaia .lto-slider-value {
    font-size: 50px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: block; }
  .lto-gaia .lto-slotmachine {
    background: white;
    max-width: 80%;
    min-width: 30%;
    border: 1px solid #1E223F;
    border-radius: 15px;
    color: #1E223F;
    margin: 0 auto 30px;
    padding: 10px;
    display: inline-block;
    text-align: center; }
  .lto-gaia .lto-slotmachine.lto-nested {
    background: white;
    max-width: 100%;
    border: none;
    color: #1E223F;
    margin: 0 auto 30px;
    padding: 10px;
    display: inline-block;
    text-align: center; }
  .lto-gaia .lto-submit {
    border-radius: 5px;
    padding: 5px;
    margin: 5px 50px;
    animation: slide-up 0.4s ease;
    border: none; }
  .lto-gaia .lto-submit:focus {
    outline: 0; }
  .lto-gaia .lto-submit.lto-right {
    display: none; }
  .lto-gaia .lto-submit.lto-nested {
    border-radius: 5px;
    padding: 5px;
    margin: 5px 50px;
    animation: slide-up 0.4s ease;
    width: calc(100% - 100px);
    font-size: 20px; }
  .lto-gaia .lto-suggestion {
    border-radius: 15px;
    padding: 5px 20px;
    margin: 10px;
    background: white;
    color: #989898;
    border: solid 1px lightgray;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    animation: slide-up 0.4s ease;
    cursor: pointer; }
  .lto-gaia .lto-suggestion.lto-right {
    border: 1px solid lightgray;
    background: #eeeeee;
    margin-right: 30px;
    color: #545454; }
  .lto-gaia .lto-suggestion:hover {
    background: rgba(184, 185, 181, 0.4); }
  .lto-gaia .lto-suggestion:disabled {
    cursor: default; }
  .lto-gaia .lto-hide {
    display: none; }
  .lto-gaia .lto-table {
    display: table;
    max-width: 80%;
    min-width: 30%;
    border-radius: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    table-layout: auto;
    border-collapse: collapse; }
  .lto-gaia .lto-table.lto-nested {
    width: auto;
    display: table;
    border-radius: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-right: 10px;
    table-layout: auto;
    border-collapse: collapse; }
  .lto-gaia .lto-col {
    padding-right: 15px; }
  .lto-gaia .lto-drop-area.lto-left {
    width: 100%;
    min-height: 200px;
    border: 2px dashed #1E223F;
    text-align: center; }
  .lto-gaia .lto-upload input[type=file] {
    display: none; }
  .lto-gaia .lto-upload {
    top: 50px;
    font-size: 18px;
    color: #1E223F;
    position: relative; }
  .lto-gaia .lto-upload:hover {
    text-decoration: underline; }
  .lto-gaia .lto-upload-error-label,
  .lto-gaia .lto-upload-file-label,
  .lto-gaia .lto-upload-text-label {
    margin: 2px; }
  .lto-gaia .lto-upload-error-label {
    color: red; }
  .lto-gaia .lto-vis-bar3d line {
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3px; }
  .lto-gaia .lto-vis-bar3d text {
    fill: cyan; }
  .lto-gaia .lto-vis-bar3d .grid {
    stroke-width: 0.3px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill-opacity: 0.9;
    stroke: black; }
    .lto-gaia .lto-vis-bar3d .grid.ccw {
      fill: cyan; }
    .lto-gaia .lto-vis-bar3d .grid:not(.ccw) {
      fill: lightgrey; }
  .lto-gaia .lto-vis-bar3d .lto-vis-0 {
    stroke: #30c4c4; }
  .lto-gaia .lto-vis-bar3d .lto-vis-1 {
    stroke: #008d8d; }
  .lto-gaia .lto-vis-bar3d .lto-vis-2 {
    stroke: #0fb5b5; }
  .lto-gaia .lto-vis-bar3d .lto-vis-3 {
    stroke: #53d4d4; }
  .lto-gaia .lto-vis-bar3d .lto-vis-4 {
    stroke: #83e5e5; }
  .lto-gaia .lto-vis-bar3d .legend {
    stroke: cyan;
    stroke-width: 0.5px; }
  .lto-gaia .lto-vis-doughnut svg {
    width: 100%;
    height: 100%; }
  .lto-gaia .lto-vis-lines {
    stroke: black; }
  .lto-gaia .lto-vis-doughnut path.lto-vis-slice {
    stroke-width: 2px; }
  .lto-gaia .lto-vis-doughnut polyline {
    opacity: .3;
    stroke-width: 2px;
    fill: none; }
  .lto-gaia .lto-vis-doughnut text {
    font-size: 0.75em; }
  .lto-gaia .lto-vis-slice-0 {
    fill: #83e5e5;
    stroke: #008d8d; }
  .lto-gaia .lto-vis-slice-1 {
    fill: #30c4c4;
    stroke: #008d8d; }
  .lto-gaia .lto-vis-slice-2 {
    fill: #008d8d;
    stroke: #008d8d; }
  .lto-gaia .lto-vis-slice-3 {
    fill: #0fb5b5;
    stroke: #0fb5b5; }
  .lto-gaia .lto-vis-slice-4 {
    fill: #53d4d4;
    stroke: #53d4d4; }
  .lto-gaia .lto-vis-slice-5 {
    fill: #83e5e5;
    stroke: #83e5e5; }
  .lto-gaia .lto-vis-slice-6 {
    fill: #30c4c4;
    stroke: #30c4c4; }
  .lto-gaia .lto-vis-slice-7 {
    fill: #008d8d;
    stroke: #008d8d; }
  .lto-gaia .lto-vis-slice-8 {
    fill: #0fb5b5;
    stroke: #0fb5b5; }
  .lto-gaia .lto-vis-slice-9 {
    fill: #53d4d4;
    stroke: #53d4d4; }
  .lto-gaia .lto-vis-heatmap {
    padding: 20px 0 20px 0;
    margin: 0 auto; }
  .lto-gaia .lto-vis-heatmap .calibration {
    margin-bottom: 15px;
    width: 400px; }
  .lto-gaia .lto-vis-heatmap .calibration .group {
    display: inline-block; }
  .lto-gaia .lto-vis-heatmap .calibration .description {
    width: 108px; }
  .lto-gaia .lto-vis-heatmap .calibration > .display-control label {
    vertical-align: top; }
  .lto-gaia .lto-vis-heatmap .calibration .description > label:last-child {
    float: right; }
  .lto-gaia .lto-vis-heatmap .calibration > .display-control {
    float: right; }
  .lto-gaia .lto-vis-heatmap .calibration > .display-control input[type='radio'] {
    cursor: pointer; }
  .lto-gaia .lto-vis-heatmap .heatmap .axis path {
    display: none; }
  .lto-gaia .lto-vis-heatmap .heatmap .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges; }
  .lto-gaia .lto-vis-heatmap .heatmap .axis text {
    font-size: 12px;
    fill: black; }
  .lto-gaia .lto-vis-color-0 {
    fill: #1e1e1e; }
  .lto-gaia .lto-vis-color-1 {
    fill: #30c4c4; }
  .lto-gaia .lto-vis-color-2 {
    fill: #008d8d; }
  .lto-gaia .lto-vis-color-3 {
    fill: #0fb5b5; }
  .lto-gaia .lto-vis-color-4 {
    fill: #53d4d4; }
  .lto-gaia .lto-vis-color-5 {
    fill: #83e5e5; }
  .lto-gaia .lto-vis-stackedbar .outer {
    width: 980px;
    margin-left: auto;
    margin-right: auto; }
  .lto-gaia .lto-vis-stackedbar .inner {
    width: 960px;
    border: solid #d9d9d9 1px; }
  .lto-gaia .lto-vis-stackedbar .controls {
    float: right;
    margin-top: 10px;
    margin-right: 38px; }
  .lto-gaia .lto-vis-stackedbar .bar {
    fill: steelblue; }
  .lto-gaia .lto-vis-stackedbar .axis {
    font-size: 14px; }
  .lto-gaia .lto-vis-stackedbar .tick {
    font-size: 8px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .lto-gaia .lto-vis-stackedbar .axis path {
    display: none; }
  .lto-gaia .lto-vis-stackedbar .legend {
    font-size: 11px; }
  .lto-gaia .lto-vis-stackedbar .lto-vis-A {
    fill: #30c4c4; }
  .lto-gaia .lto-vis-stackedbar .lto-vis-B {
    fill: #008d8d; }
  .lto-gaia .lto-vis-stackedbar .lto-vis-C {
    fill: #0fb5b5; }
  .lto-gaia .lto-vis-stackedbar .lto-vis-D {
    fill: #53d4d4; }
  .lto-gaia .lto-vis-stackedbar .lto-vis-E {
    fill: #83e5e5; }
  .lto-gaia .lto-vis-line .lto-vis-lines {
    fill: none;
    stroke: #00c8dc;
    stroke-width: 1.5px;
    stroke-linejoin: round;
    stroke-linecap: round; }
  .lto-gaia .lto-vis-line .lto-vis-lines path {
    animation: dash 1s linear forwards; }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }
  .lto-gaia .lto-vis-scatterplot rect {
    fill: transparent;
    shape-rendering: crispEdges; }
  .lto-gaia .lto-vis-scatterplot .axis path,
  .lto-gaia .axis line {
    fill: none;
    stroke: rgba(0, 0, 0, 0.1);
    shape-rendering: crispEdges; }
  .lto-gaia .lto-vis-scatterplot .axisLine {
    fill: none;
    shape-rendering: crispEdges;
    stroke: rgba(0, 0, 0, 0.5);
    stroke-width: 2px; }
  .lto-gaia .lto-vis-scatterplot .dot {
    fill-opacity: .5; }
  .lto-gaia .lto-vis-scatterplot .d3-tip {
    line-height: 1;
    font-weight: bold;
    padding: 12px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 2px; }
  .lto-gaia .lto-vis-scatterplot .d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    width: 100%;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    content: "\25BC";
    position: absolute;
    text-align: center; }
  .lto-gaia .lto-vis-scatterplot .d3-tip.n:after {
    margin: -1px 0 0 0;
    top: 100%;
    left: 0; }
  .lto-gaia .lto-vis-stackedbar .outer {
    width: 980px;
    margin-left: auto;
    margin-right: auto; }
  .lto-gaia .lto-vis-stackedbar .inner {
    width: 960px;
    border: solid #d9d9d9 1px; }
  .lto-gaia .lto-vis-stackedbar .controls {
    float: right;
    margin-top: 10px;
    margin-right: 38px; }
  .lto-gaia .lto-vis-stackedbar .bar {
    fill: steelblue; }
  .lto-gaia .lto-vis-stackedbar .axis {
    font-size: 14px; }
  .lto-gaia .lto-vis-stackedbar .tick {
    font-size: 8px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .lto-gaia .lto-vis-stackedbar .axis path {
    display: none; }
  .lto-gaia .lto-vis-stackedbar .legend {
    font-size: 11px; }
  .lto-gaia .lto-vis-stackedbar .lto-vis-A {
    fill: #30c4c4; }
  .lto-gaia .lto-vis-stackedbar .lto-vis-B {
    fill: #008d8d; }
  .lto-gaia .lto-vis-stackedbar .lto-vis-C {
    fill: #0fb5b5; }
  .lto-gaia .lto-vis-stackedbar .lto-vis-D {
    fill: #53d4d4; }
  .lto-gaia .lto-vis-stackedbar .lto-vis-E {
    fill: #83e5e5; }
  .lto-gaia .lto-vis-sunburst #legend {
    padding: 10px 0 0 3px; }
  .lto-gaia .lto-vis-sunburst #legend > svg {
    display: block; }
  .lto-gaia .lto-vis-sunburst #sequence text, .lto-gaia .lto-vis-sunburst #legend text {
    font-weight: 600;
    fill: #fff; }
  .lto-gaia .lto-vis-sunburst #chart {
    position: relative; }
  .lto-gaia .lto-vis-sunburst #chart path {
    stroke: #fff;
    opacity: 0; }
  .lto-gaia .lto-vis-sunburst #explanation {
    position: absolute;
    top: 260px;
    left: 305px;
    width: 140px;
    text-align: center;
    color: #666;
    z-index: -1; }
  .lto-gaia .lto-vis-sunburst #percentage {
    font-size: 2.5em; }
  .lto-gaia .lto-vis-sunburst .lto-vis-A {
    fill: #30c4c4; }
  .lto-gaia .lto-vis-sunburst .lto-vis-B {
    fill: #008d8d; }
  .lto-gaia .lto-vis-sunburst .lto-vis-C {
    fill: #0fb5b5; }
  .lto-gaia .lto-vis-sunburst .lto-vis-D {
    fill: #53d4d4; }
  .lto-gaia .lto-vis-sunburst .lto-vis-E {
    fill: #83e5e5; }
  .lto-gaia .lto-off {
    display: none; }
  .lto-gaia .lto-right {
    float: right; }
  .lto-gaia .lto-left {
    float: left; }
  .lto-gaia .lto-separator {
    clear: both; }
  .lto-gaia .lto-container {
    padding-bottom: 10px; }


/*# sourceMappingURL=convey-std.css.map*/