:root {
  --header-height: 50px;
}
@media (max-width: 1025px) {
  :root {
    --header-height: 32px;
  }
}
@media (max-width: 785px) {
  :root {
    --header-height: 32px;
  }
}
.footer-container {
  background-color: #999;
  color: #666;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.footer-container .menu-holder {
  display: block;
  padding: 0px;
  max-width: 650px;
}
.footer-container .menu-holder .general-menu {
  font-size: 12px;
  font-family: "Rubik Regular", "Lucida Sans Unicode", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 785px) {
  .footer-container .menu-holder .general-menu {
    font-size: 10px;
  }
}
@media (min-width: 1025px) {
  .footer-container .menu-holder .general-menu {
    font-size: 15px;
  }
}
.footer-container .menu-holder .main-menu {
  font-size: 12px;
  font-family: "Rubik Light", "Lucida Sans Unicode", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 5px;
  line-height: 1.7em;
}
@media (max-width: 785px) {
  .footer-container .menu-holder .main-menu {
    font-size: 10px;
  }
}
@media (min-width: 1025px) {
  .footer-container .menu-holder .main-menu {
    font-size: 15px;
  }
}
.footer-container .menu-holder .bottom-header {
  font-size: 2em;
  margin-bottom: 0.7em;
}
.footer-container .menu-holder .bottom-text {
  margin-bottom: 1em;
}
.footer-container .logos-holder {
  padding: 0px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-container ul {
  font-weight: bold;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-container ul li {
  padding-right: 15px;
}
@media only screen and (max-width: 785px) {
  .footer-container ul li {
    padding-right: 5px;
  }
}
@media only screen and (min-width: 786px) {
  .footer-container ul li {
    display: inline;
  }
}
.footer-container a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.12em;
  font-variant: all-petite-caps;
}
.footer-container a:hover {
  color: #222;
}
:root {
  --header-height: 50px;
}
@media (max-width: 1025px) {
  :root {
    --header-height: 32px;
  }
}
@media (max-width: 785px) {
  :root {
    --header-height: 32px;
  }
}
.chart-switcher {
  height: var(--header-height);
  font-size: 16px;
  position: relative;
  display: flex;
}
.chart-switcher:hover a.selected {
  border-bottom: 3px solid #fff;
}
.chart-switcher a {
  cursor: pointer;
  padding: 0px 5px;
  display: flex;
  align-items: center;
  border-bottom: 3px solid #fff;
  transition: border-width 0.5s ease-in-out;
}
.chart-switcher a:hover {
  text-decoration: none !important;
  border-bottom: 3px solid #900 !important;
}
.chart-switcher a.selected {
  border-bottom: 3px solid #900;
  cursor: default;
}
.chart-switcher a img {
  height: 25px;
}
.chart-switcher-options {
  position: absolute;
  width: 90px;
  background-color: #fff;
  top: 36px;
  left: 45px;
  z-index: 300;
  border: 1px solid #eee;
  white-space: normal;
  padding: 7px;
}
.chart-switcher-options .selected a {
  color: #222;
}
.chart-switcher-options div {
  padding: 3px;
}
.chart-switcher-options div a {
  cursor: pointer;
}
:root {
  --header-height: 50px;
}
@media (max-width: 1025px) {
  :root {
    --header-height: 32px;
  }
}
@media (max-width: 785px) {
  :root {
    --header-height: 32px;
  }
}
a {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.flow-container {
  display: flex;
  align-items: center;
}
.navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 999;
  font-weight: bold;
}
@media only screen and (max-width: 785px) {
  .navbar-nav {
    position: static;
    width: 100%;
    z-index: auto;
  }
  .navbar-nav:hover {
    display: block !important;
  }
}
.navbar-nav li {
  padding-right: 15px;
}
@media only screen and (max-width: 785px) {
  .navbar-nav li {
    padding-right: 5px;
  }
}
@media only screen and (min-width: 786px) {
  .navbar-nav li {
    display: inline;
  }
}
.header {
  height: var(--header-height);
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  max-height: 40px;
  color: #425663;
}
@media only screen and (max-width: 785px) {
  .header {
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }
  .header.open {
    max-height: none;
  }
}
.header a {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #222;
}
.header a:hover {
  text-decoration: underline;
}
.header .navigation {
  white-space: nowrap;
  overflow: hidden;
  margin-left: 20px;
  flex: 1 0 0px;
  min-width: 130px;
}
@media (max-width: 785px) {
  .header .navigation {
    margin-left: 10px;
  }
}
@media (min-width: 1025px) {
  .header .navigation {
    margin-left: calc(5px + 0.015 * (100vw - 290px));
  }
}
@media only screen and (max-width: 785px) {
  .header .navigation {
    flex: none;
    order: -2;
    padding: 3px;
  }
}
.header .navigation .header-title {
  overflow: hidden;
  background-image: url("assets/images/logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 170px;
  background-size: 100%;
  color: #fff;
  float: left;
  font-size: 16px;
  line-height: var(--header-height);
  margin: 0;
}
@media (max-width: 785px) {
  .header .navigation .header-title {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .header .navigation .header-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 785px) {
  .header .navigation .header-title {
    height: 30px;
  }
}
.header .navigation img {
  padding-right: 3px;
  position: relative;
  top: 2px;
}
.header .how-to-use {
  flex: 2 0 0px;
  min-width: 320px;
}
@media only screen and (max-width: 785px) {
  .header .how-to-use {
    flex: none;
    width: 100%;
  }
}
.header .social {
  flex: 1.5 0 0px;
  min-width: 225px;
}
.header .social .flow-container {
  justify-content: flex-end;
}
@media only screen and (max-width: 785px) {
  .header .social {
    flex: none;
    width: 100%;
  }
  .header .social .flow-container {
    justify-content: center;
  }
  .header .social .flow-container .social-list {
    margin: 5px;
  }
}
.header .language {
  flex: none;
}
@media only screen and (max-width: 785px) {
  .header .language {
    order: -1;
  }
  .header .language .lang-wrapper {
    margin: 10px;
  }
}
.header .menu-mobile {
  align-self: flex-end;
  flex: 1 0 0px;
  min-width: 100px;
  cursor: pointer;
  transition-duration: 0.5s;
}
@media only screen and (min-width: 786px) {
  .header .menu-mobile {
    display: none;
  }
}
.header .menu-mobile .social-share-icon {
  margin: 4px;
  color: #fff;
  background: #222;
  border: none;
  font-size: 15px;
  margin: 5px 0;
  border-radius: 4px;
  outline: none;
  width: 22px;
  height: 22px;
  line-height: 22px;
  padding: 0;
  text-align: center;
}
.header .menu-mobile .social-share-icon path {
  fill: #fff;
}
.header .menu-mobile .social-share-icon i {
  position: relative;
  top: 1px;
}
.header .menu-mobile .menu-icon {
  position: relative;
  margin: 4px;
}
.header .menu-mobile .menu-icon .icon {
  transition-duration: 0.2s;
  width: 30px;
  height: 3px;
  background-color: #222;
}
.header .menu-mobile .menu-icon .icon:before,
.header .menu-mobile .menu-icon .icon:after {
  transition-duration: 0.5s;
  background-color: #222;
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
}
.header .menu-mobile .menu-icon .icon:before {
  top: -7px;
}
.header .menu-mobile .menu-icon .icon:after {
  top: 7px;
}
.header .menu-mobile.open .icon {
  background-color: transparent;
}
.header .menu-mobile.open .icon:before,
.header .menu-mobile.open .icon:after {
  top: 0;
}
.header .menu-mobile.open .icon:before {
  transform: rotate(-45deg);
}
.header .menu-mobile.open .icon:after {
  transform: rotate(45deg);
}
.header-divider {
  background-color: #222;
  height: 2px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.how-to-use-video:hover {
  color: #222 !important;
}
@media only screen and (max-width: 785px) {
  .how-to-use-video {
    position: relative;
  }
  .how-to-use-video span {
    display: none;
  }
}
@media only screen and (min-width: 786px) {
  .how-to-use-video {
    position: relative;
    top: 0;
  }
  .how-to-use-video span {
    display: inline-block;
    width: 26px;
    color: #fff;
    background: #222;
    border: none;
    font-size: 15px;
    border-radius: 4px;
    outline: none;
    height: 22px;
    line-height: 22px;
    padding: 0;
    text-align: center;
    margin-top: -22px;
    margin-right: 10px;
    margin-left: 0px;
    margin-bottom: -2px;
    padding-left: 5px;
  }
  .how-to-use-video span path {
    fill: #fff;
  }
}
@media only screen and (min-width: 786px) {
  .how-to-outer {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
  }
}
.how-to-content {
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 786px) {
  .how-to-content {
    background-color: #fefefe;
    margin: 40px auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 900px;
  }
  .how-to-content .nav-faq-help-links a {
    white-space: nowrap;
    font-size: 16px;
    text-transform: none;
    letter-spacing: normal;
    margin-right: 15px;
    color: #425663;
    font-family: "Rubik Light", "Lucida Sans Unicode", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .how-to-content .nav-faq-help-links a:hover {
    color: #222;
  }
}
.button-close {
  color: #222;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -15px;
}
@media only screen and (max-width: 785px) {
  .button-close {
    display: none;
  }
}
.button-close:hover,
.button-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.data-editor {
  display: flex;
  max-height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 50px;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 5px;
}
.data-editor .add {
  margin-right: auto;
}
@media only screen and (max-width: 785px) {
  .data-editor {
    margin: 0;
    padding: 0;
  }
}
.data-editor-instructions {
  text-align: left;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.data-editor-instructions a {
  text-decoration: underline;
  text-transform: none;
  color: #4b98aa;
}
.data-editor-close {
  align-self: flex-end;
  margin-right: 10px;
}
.data-editor-buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.data-editor-buttons .de-apply {
  color: #289500;
}
.data-editor-buttons .de-reload {
  color: #950000;
}
.data-editor-buttons .add-row {
  width: 33px;
  text-align: center;
  font-size: 2em;
  line-height: 0.32em;
}
.data-editor-buttons a {
  cursor: pointer;
}
.data-editor-buttons a:last-child {
  margin-right: 15px;
}
.table {
  width: 100%;
  overflow: auto;
}
@media only screen and (max-width: 785px) {
  .table {
    overflow: hidden;
  }
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table .no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.table .row {
  border: 5px solid #fff;
}
.table .container {
  position: absolute;
  top: 0;
  left: 250px;
}
@media only screen and (max-width: 785px) {
  .table .row-data {
    display: block;
  }
}
.table .cell {
  width: 100%;
}
@media only screen and (max-width: 785px) {
  .table .cell {
    display: block;
    width: auto;
    margin-left: 5px;
  }
}
.table .checkbox div {
  width: 20px;
  height: 20px;
  border: 1px solid #425663;
  border-radius: 2px;
  cursor: pointer;
}
.table .checkbox div:after {
  content: "\2713";
  margin-left: 4px;
  opacity: 0;
}
.table .checkbox div:hover:after {
  opacity: 0.2;
}
.table .checkbox div[data-checked=true]:after {
  opacity: 1;
}
.table .dropdown div {
  position: relative;
  cursor: pointer;
}
.table .dropdown div:after {
  content: '\25BC';
  padding: 0 0 0 4px;
  border-left: 1px solid #425663;
  color: #425663;
  position: absolute;
  right: 2px;
}
.table .dropdown li {
  display: block;
  cursor: pointer;
  border-top: 1px dotted;
}
.table .dropdown ul {
  padding-left: 0;
  padding-top: 5px;
  line-height: 1.8em;
}
.table td,
.table th {
  border: 1px solid #425663;
  background-color: #fff;
  padding: 5px;
  text-align: left;
}
.table th.header {
  cursor: default;
  border: none;
  min-width: 70px;
}
.table th.edit {
  width: 15px;
}
.table th.edit a {
  opacity: 0.2;
  font-size: 2em;
  line-height: 0.32em;
  cursor: pointer;
}
.table th.edit a:hover {
  opacity: 1;
}
:root {
  --header-height: 50px;
}
@media (max-width: 1025px) {
  :root {
    --header-height: 32px;
  }
}
@media (max-width: 785px) {
  :root {
    --header-height: 32px;
  }
}
.lang-wrapper {
  float: right;
  display: inline-block;
  height: 18px;
  margin: 0 20px 0 8px;
  position: relative;
  font-size: 13px;
  padding: 1px 6px 1px 10px;
  border: 1px solid #222;
  border-radius: 4px;
  cursor: pointer;
/*+for_breakpoint(medium)
    margin-left -85px*/
}
.lang-wrapper .lang-current {
  display: block;
  padding-right: 25px;
  opacity: 1;
  text-transform: capitalize;
}
.lang-wrapper .lang-current:after {
  content: '\25BC';
  padding: 0 0 0 4px;
  border-left: 1px solid #222;
  color: #222;
  position: absolute;
  right: 4px;
}
.lang-wrapper ul {
  position: absolute;
  list-style: none;
  z-index: 10;
  left: -1px;
  border: 1px solid #222;
  top: 18px;
  margin: 0;
  border-top: none;
  background: #fff;
  padding: 8px 0 2px 0;
  width: 100%;
}
.lang-wrapper ul li {
  text-transform: capitalize;
  text-align: right;
  padding: 4px 8px;
  border-bottom: 1px dotted #222;
  margin: 0 4px;
}
.lang-wrapper ul li:last-child {
  border-bottom: none;
}
.lang-wrapper ul.selected {
  display: block;
}
.lang-wrapper:after {
  clear: both;
}
@media only screen and (max-width: 785px) {
  .lang-wrapper .lang-current {
    min-width: 100px;
  }
}
:root {
  --header-height: 50px;
}
@media (max-width: 1025px) {
  :root {
    --header-height: 32px;
  }
}
@media (max-width: 785px) {
  :root {
    --header-height: 32px;
  }
}
.mobile-share-menu-item {
  display: flex !important;
  justify-content: center;
}
.mobile-share-menu-item a.menu-item:hover {
  color: #222 !important;
  cursor: default !important;
}
li.nav-expandable {
  padding-right: 0px;
/*&, *
    box-sizing(border-box)*/
}
li.nav-expandable .nav-expandable-item {
  display: inline-block;
}
@media only screen and (max-width: 785px) {
  li.nav-expandable .nav-expandable-item {
    display: block;
    border-bottom: 1px solid #f2f2f2;
  }
}
li.nav-expandable .nav-expandable-item a.menu-item {
  color: #222;
  cursor: pointer;
  display: block;
  font-family: "Rubik Regular", "Lucida Sans Unicode", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  padding: 13px 15px 12px 15px;
  position: relative;
  font-weight: lighter;
  font-variant: all-petite-caps;
}
@media only screen and (min-width: 786px) and (max-width: 1024px) {
  li.nav-expandable .nav-expandable-item a.menu-item {
    padding: 13px 8px 12px 8px;
  }
}
@media only screen and (max-width: 785px) {
  li.nav-expandable .nav-expandable-item a.menu-item {
    padding: 10px;
  }
  li.nav-expandable .nav-expandable-item a.menu-item:hover {
    text-decoration: underline;
  }
}
li.nav-expandable .nav-expandable-item .nav-expanded:hover + .nav-toggle-expanded {
  border-left-color: #222;
  border-right-color: #222;
}
li.nav-expandable .nav-expandable-item .nav-toggle-expanded {
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}
li.nav-expandable .nav-expandable-item .nav-toggle-expanded:hover {
  background-color: #fff;
  color: #222;
}
@media only screen and (max-width: 785px) {
  li.nav-expandable .nav-expandable-item .nav-toggle-expanded.active {
    background-color: #fff;
    color: #222;
  }
  li.nav-expandable .nav-expandable-item .nav-toggle-expanded.active + .nav-expanded {
    z-index: 55;
    display: block !important;
  }
}
@media only screen and (min-width: 786px) {
  li.nav-expandable .nav-expandable-item .nav-toggle-expanded:hover + .nav-expanded,
  li.nav-expandable .nav-expandable-item .nav-toggle-expanded + .nav-expanded:hover {
    z-index: 55;
    display: block !important;
  }
}
li.nav-expandable .nav-expandable-item .how-to-use-video.active {
  background-color: #fff;
  color: #222;
}
li.nav-expandable .nav-expandable-item .how-to-use-video.active + .nav-expanded {
  z-index: 55;
  display: block !important;
}
@media only screen and (min-width: 786px) {
  li.nav-expandable .nav-expandable-item .how-to-use-video + .nav-expanded {
    border: 0;
    padding: 0;
  }
}
li.nav-expandable .nav-expandable-item .nav-expanded {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #fff;
  border-left: 2px solid #222;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  border-top: 2px solid #fff;
  box-sizing: border-box;
  display: none;
  padding: 30px 10px;
  padding-bottom: 10px;
  position: absolute;
  left: 0;
  width: 700px;
}
@media only screen and (min-width: 786px) {
  li.nav-expandable .nav-expandable-item .nav-expanded {
    display: none;
  }
}
@media only screen and (max-width: 785px) {
  li.nav-expandable .nav-expandable-item .nav-expanded {
    width: auto;
    position: static;
    padding: 4px;
    border: 0;
  }
}
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-heading {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
  color: #b2b2b2;
  display: block;
  font-family: "Rubik Bold", "Lucida Sans Unicode", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
@media (min-width: 786px) {
  li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-heading {
    float: left;
    width: 100%;
  }
}
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-more {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
  text-align: right;
}
@media (min-width: 786px) {
  li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-more {
    float: left;
    width: 100%;
  }
}
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns a {
  padding: 0;
}
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns ul {
  padding: 0;
  list-style: none;
}
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns.nav-expanded-columns-1 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
}
@media (min-width: 786px) {
  li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns.nav-expanded-columns-1 {
    float: left;
    width: 50%;
  }
}
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns.nav-expanded-columns-1 .expanded-column-item {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
}
@media (min-width: 786px) {
  li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns.nav-expanded-columns-1 .expanded-column-item {
    float: left;
    width: 100%;
  }
}
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns.nav-expanded-columns-2 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
}
@media (min-width: 786px) {
  li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns.nav-expanded-columns-2 {
    float: left;
    width: 100%;
  }
}
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns.nav-expanded-columns-2 .expanded-column-item {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
}
@media (min-width: 786px) {
  li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns.nav-expanded-columns-2 .expanded-column-item {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 786px) and (max-width: 1024px) {
  li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns.nav-expanded-columns-2 .expanded-column-item {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0;
  }
}
@media only screen and (min-width: 786px) and (max-width: 1024px) and (min-width: 786px) {
  li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns.nav-expanded-columns-2 .expanded-column-item {
    float: left;
    width: 100%;
  }
}
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns.nav-expanded-columns-icons {
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 20px;
}
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns.nav-expanded-columns-icons:last-child {
  border: none;
  margin-bottom: 0;
}
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns.nav-expanded-columns-bulletpoints {
  margin-bottom: 7px;
}
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns.nav-expanded-columns-bulletpoints .nav-expanded-columns-inner .expanded-column-item {
  margin-bottom: 5px;
}
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns.nav-expanded-columns-bulletpoints .column-item-icon {
  background-color: #222;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  top: 8px;
}
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns.nav-expanded-columns-bulletpoints .column-item-icon span {
  display: none;
}
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns.nav-expanded-columns-bulletpoints .nav-expanded-columns-inner .expanded-column-item .column-item-info {
  margin-left: 21px;
}
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns.nav-expanded-columns-bulletpoints .nav-expanded-columns-inner .expanded-column-item .column-item-info .column-item-heading,
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns.nav-expanded-columns-bulletpoints .nav-expanded-columns-inner .expanded-column-item .column-item-info .column-item-description {
  display: inline;
  margin-left: 0;
}
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns.nav-expanded-columns-plain .nav-expanded-columns-inner .expanded-column-item .column-item-icon {
  display: none;
}
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns.nav-expanded-columns-plain .nav-expanded-columns-inner .expanded-column-item .column-item-info .column-item-heading,
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns.nav-expanded-columns-plain .nav-expanded-columns-inner .expanded-column-item .column-item-info .column-item-description {
  margin-left: 0;
}
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner make-row,
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner .expanded-column-item {
  margin-bottom: 20px;
}
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner make-row a,
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner .expanded-column-item a {
  text-transform: none;
  letter-spacing: normal;
  line-height: 31px;
}
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner make-row .column-item-icon,
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner .expanded-column-item .column-item-icon {
  color: #222;
  font-size: 32px;
  position: absolute;
}
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner make-row .column-item-info .column-item-heading,
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner .expanded-column-item .column-item-info .column-item-heading,
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner make-row .column-item-info .column-item-description,
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner .expanded-column-item .column-item-info .column-item-description {
  margin-left: 80px;
  font-family: "Rubik Regular", "Lucida Sans Unicode", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
}
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner make-row .column-item-info .column-item-heading,
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner .expanded-column-item .column-item-info .column-item-heading {
  font-size: 20px;
  font-family: "Rubik Light", "Lucida Sans Unicode", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 785px) {
  li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner make-row .column-item-info .column-item-heading,
  li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner .expanded-column-item .column-item-info .column-item-heading {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner make-row .column-item-info .column-item-heading,
  li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner .expanded-column-item .column-item-info .column-item-heading {
    font-size: 24px;
  }
}
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner make-row .column-item-info .column-item-description,
li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner .expanded-column-item .column-item-info .column-item-description {
  color: #b2b2b2;
  font-size: 16px;
}
@media (max-width: 785px) {
  li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner make-row .column-item-info .column-item-description,
  li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner .expanded-column-item .column-item-info .column-item-description {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner make-row .column-item-info .column-item-description,
  li.nav-expandable .nav-expandable-item .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner .expanded-column-item .column-item-info .column-item-description {
    font-size: 18px;
  }
}
@media only screen and (min-width: 786px) and (min-width: 786px) and (max-width: 1024px) {
  li.nav-expandable .nav-expandable-item .nav-expanded {
    left: 0;
    width: 400px;
  }
}
.how-to-content .nav-faq-help-links a {
  white-space: nowrap;
  font-size: 16px;
  text-transform: none;
  letter-spacing: normal;
  margin-right: 15px;
  color: #425663;
  font-family: "Rubik Light", "Lucida Sans Unicode", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.how-to-content .nav-faq-help-links a:hover {
  color: #222;
}
@media only screen and (max-width: 785px) {
  .how-to-content {
    left: 0;
  }
}
.how-to-frame {
  border: 1px solid #808080;
}
@media only screen and (min-width: 786px) {
  .how-to-frame {
    width: 100%;
    height: 100%;
    min-height: 480px;
  }
}
@media only screen and (max-width: 785px) {
  .how-to-frame {
    width: 96vw;
    height: 54vw;
  }
}
#message {
  position: relative;
  text-align: center;
  padding: 10px;
  border: 2px solid #222;
  border-bottom: none;
  line-height: 1.5em;
}
#message-close {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
}
.app-message {
  display: none;
}
:root {
  --header-height: 50px;
}
@media (max-width: 1025px) {
  :root {
    --header-height: 32px;
  }
}
@media (max-width: 785px) {
  :root {
    --header-height: 32px;
  }
}
.social-list li {
  float: left;
  margin: 4px;
}
.social-list li a {
  display: inline-block;
}
.social-list .button {
  color: #fff;
  background: #222;
  border: none;
  font-size: 15px;
  margin: 5px 0;
  border-radius: 4px;
  outline: none;
  width: 22px;
  height: 22px;
  line-height: 22px;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.social-list .button path {
  fill: #fff;
}
.social-list .share-text-box {
  border: none;
  font-size: 16px;
  margin: 5px 0;
  cursor: pointer;
  outline: none;
  height: 22px;
}
:root {
  --header-height: 50px;
}
@media (max-width: 1025px) {
  :root {
    --header-height: 32px;
  }
}
@media (max-width: 785px) {
  :root {
    --header-height: 32px;
  }
}
.column {
  padding: 0;
}
.column.main {
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - var(--header-height) - 40px);
  background: #fff;
}
@media only screen and (min-width: 786px) and (max-width: 1024px) {
  .column.main {
    height: calc(100% - var(--header-height) - 9px);
  }
}
@media only screen and (max-width: 785px) {
  .column.main {
    height: calc(100% - var(--header-height) - 9px);
  }
}
.card {
  background: #fff;
  border-radius: 2px;
  box-shadow: rgba(0,0,0,0.02) 0px 2px 1px 2px;
  padding: 20px;
  margin: 0px auto 10px auto;
  max-width: 250px;
}
@media only screen and (max-width: 785px) {
  .card:nth-child(i) {
    opacity: 0;
    animation: fadeInDown 0.5s 0/4s forwards;
  }
  .card:nth-child(i) {
    opacity: 0;
    animation: fadeInDown 0.5s 1/4s forwards;
  }
  .card:nth-child(i) {
    opacity: 0;
    animation: fadeInDown 0.5s 2/4s forwards;
  }
  .card:nth-child(i) {
    opacity: 0;
    animation: fadeInDown 0.5s 3/4s forwards;
  }
  .card:nth-child(i) {
    opacity: 0;
    animation: fadeInDown 0.5s 4/4s forwards;
  }
  .card:nth-child(i) {
    opacity: 0;
    animation: fadeInDown 0.5s 5/4s forwards;
  }
  .card:nth-child(i) {
    opacity: 0;
    animation: fadeInDown 0.5s 6/4s forwards;
  }
  .card:nth-child(i) {
    opacity: 0;
    animation: fadeInDown 0.5s 7/4s forwards;
  }
  .card:nth-child(i) {
    opacity: 0;
    animation: fadeInDown 0.5s 8/4s forwards;
  }
  .card:nth-child(i) {
    opacity: 0;
    animation: fadeInDown 0.5s 9/4s forwards;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.btn {
  box-sizing: border-box;
  background: #999;
  border: 0px;
  border-radius: 2px;
  box-shadow: rgba(0,0,0,0.02) 0px 2px 1px 2px;
  padding: 8px 10px;
  margin: 0px 3px 7px 3px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 16px;
  font-family: 'Lato', Arial, sans-serif;
}
@media (max-width: 785px) {
  .btn {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .btn {
    font-size: 18px;
  }
}
.btn:hover {
  cursor: pointer;
  background: #8a8a8a;
}
.btn.primary {
  background: #222;
}
.btn.primary:hover {
  background: #1f1f1f;
}
.btn.block {
  width: 100%;
  display: block;
}
:root {
  --header-height: 50px;
}
@media (max-width: 1025px) {
  :root {
    --header-height: 32px;
  }
}
@media (max-width: 785px) {
  :root {
    --header-height: 32px;
  }
}
body .page-lang-rtl {
  direction: rtl;
}
body .page-lang-rtl .header .navigation {
  margin-left: 0;
  margin-right: 10px;
}
body .page-lang-rtl .header-title {
  float: right;
}
body .page-lang-rtl .navbar-nav {
  left: auto;
  right: 200px;
}
body .page-lang-rtl .navbar-nav .nav-expandable .nav-expanded {
  right: 0;
  left: auto;
}
body .page-lang-rtl .navbar-nav .nav-expandable .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner .column-item-info .column-item-heading,
body .page-lang-rtl .navbar-nav .nav-expandable .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner .column-item-info .column-item-description {
  margin-left: 0;
  margin-right: 80px;
}
body .page-lang-rtl .navbar-nav .nav-expandable .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner .column-item-info.no-icon .column-item-heading,
body .page-lang-rtl .navbar-nav .nav-expandable .nav-expanded .nav-expanded-columns .nav-expanded-columns-inner .column-item-info.no-icon .column-item-description {
  margin-right: 0;
}
body .page-lang-rtl .lang-wrapper {
  float: left;
}
body .page-lang-rtl .lang-wrapper .lang-current {
  padding-left: 25px;
  padding-right: 0;
}
body .page-lang-rtl .lang-wrapper .lang-current:after {
  left: 4px;
  right: auto;
  padding: 0 4px 0 0;
  border-left: none;
  border-right: 1px solid #222;
}
@media only screen and (min-width: 786px) {
  body .page-lang-rtl .lang-wrapper {
    margin-left: 10px;
    margin-right: 8px;
  }
}
@media only screen and (max-width: 785px) {
  body .page-lang-rtl .lang-wrapper.opened {
    display: inline-block;
  }
}
body .page-lang-rtl .social-list {
  float: left;
}
body .page-lang-rtl .social-list li {
  float: right;
}
@media only screen and (max-width: 785px) {
  body .page-lang-rtl .social-list {
    float: none;
    margin: 0;
    clear: both;
  }
}
@media only screen and (min-width: 786px) and (max-width: 1024px) {
  body .page-lang-rtl .social-list {
    clear: none;
  }
}
body .page-lang-rtl .menu-mobile {
  right: auto;
  left: 0;
}
body .page-lang-rtl .more {
  direction: rtl;
}
body .page-lang-rtl .see-also-heading {
  margin-left: 0;
  width: 100%;
}
@media only screen and (max-width: 785px) {
  body .page-lang-rtl .social-share-icon {
    left: 45px;
    right: initial;
  }
}
body .page-lang-rtl .nav li {
  padding-right: 0;
  padding-left: 15px;
}
@media only screen and (max-width: 785px) {
  body .page-lang-rtl .nav li {
    padding-right: 0;
    padding-left: 5px;
  }
}
@media only screen and (min-width: 786px) {
  body .page-lang-rtl .how-to-use-video span {
    margin-right: 0 !important;
    margin-left: 10px !important;
  }
}
body .page-lang-rtl .how-to-close {
  float: left;
}
body .page-lang-rtl .chart-switcher-options {
  left: auto;
  right: 30px;
}
@font-face {
  font-family: 'Rubik Light';
  src: url("assets/fonts/ext/IBMPlexSans-ExtraLight.ttf") format('truetype');
  unicode-range: U+0400-04FF;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik Regular';
  src: url("assets/fonts/ext/IBMPlexSans-Light.ttf") format('truetype');
  unicode-range: U+0400-04FF;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik Light';
  src: url("assets/fonts/ext/IBMPlexSans-ExtraLight.ttf") format('truetype');
  unicode-range: U+0020 -U2F, U+0030 -U39, U+003A -U40, U+0041 -U5A, U+005B -U60, U+0061 -U7A, U+007B -U7E, U+00C0 -U0C 3, U+00C8 -U0CA, U+00CC -U0CD, U+00D0, U+00D2 -U0D 5, U+00D9 -U0DA, U+00DD, U+00E0 -U0E 3, U+00E8 -U0EA, U+00EC -U0ED, U+00F2 -U0F 5, U+00F9 -U0FA, U+00FD, U+0102 -U103, U+0110 -U111, U+0128 -U129, U+0168 -U169, U+01A0 -U1B 0, U+1EA0 -U1EF 9, U+02C6 -U323;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik Regular';
  src: url("assets/fonts/ext/IBMPlexSans-Light.ttf") format('truetype');
  unicode-range: U+0020 -U2F, U+0030 -U39, U+003A -U40, U+0041 -U5A, U+005B -U60, U+0061 -U7A, U+007B -U7E, U+00C0 -U0C 3, U+00C8 -U0CA, U+00CC -U0CD, U+00D0, U+00D2 -U0D 5, U+00D9 -U0DA, U+00DD, U+00E0 -U0E 3, U+00E8 -U0EA, U+00EC -U0ED, U+00F2 -U0F 5, U+00F9 -U0FA, U+00FD, U+0102 -U103, U+0110 -U111, U+0128 -U129, U+0168 -U169, U+01A0 -U1B 0, U+1EA0 -U1EF 9, U+02C6 -U323;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik Medium Italic';
  font-weight: normal;
  font-style: normal;
  src: url("assets/fonts/rubik/Rubik-MediumItalic.ttf") format('truetype');
}
@font-face {
  font-family: 'Rubik Ligh Italic';
  font-weight: normal;
  font-style: normal;
  src: url("assets/fonts/rubik/Rubik-LightItalic.ttf") format('truetype');
}
@font-face {
  font-family: 'Rubik Regular';
  font-weight: normal;
  font-style: normal;
  src: url("assets/fonts/rubik/Rubik-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'Rubik Regular Italic';
  font-weight: normal;
  font-style: normal;
  src: url("assets/fonts/rubik/Rubik-Italic.ttf") format('truetype');
}
@font-face {
  font-family: 'Rubik Bold';
  font-weight: normal;
  font-style: normal;
  src: url("assets/fonts/rubik/Rubik-Bold.ttf") format('truetype');
}
@font-face {
  font-family: 'Rubik Black Italic';
  font-weight: normal;
  font-style: normal;
  src: url("assets/fonts/rubik/Rubik-BlackItalic.ttf") format('truetype');
}
@font-face {
  font-family: 'Rubik Bold Italic';
  font-weight: normal;
  font-style: normal;
  src: url("assets/fonts/rubik/Rubik-BoldItalic.ttf") format('truetype');
}
@font-face {
  font-family: 'Rubik Medium';
  font-weight: normal;
  font-style: normal;
  src: url("assets/fonts/rubik/Rubik-Medium.ttf") format('truetype');
}
@font-face {
  font-family: 'Rubik Black';
  font-weight: normal;
  font-style: normal;
  src: url("assets/fonts/rubik/Rubik-Black.ttf") format('truetype');
}
@font-face {
  font-family: 'Rubik Light';
  font-weight: normal;
  font-style: normal;
  src: url("assets/fonts/rubik/Rubik-Light.ttf") format('truetype');
}
@font-face {
  font-family: 'Courier Prime';
  src: url("assets/fonts/courierprime/courier-prime-sans.eot?#iefix") format('embedded-opentype'), url("assets/fonts/courierprime/courier-prime-sans.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Courier Prime Bold';
  src: url("assets/fonts/courierprime/courier-prime-sans-bold.eot?#iefix") format('embedded-opentype'), url("assets/fonts/courierprime/courier-prime-sans-bold.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
:root {
  --header-height: 50px;
}
@media (max-width: 1025px) {
  :root {
    --header-height: 32px;
  }
}
@media (max-width: 785px) {
  :root {
    --header-height: 32px;
  }
}
html,
body {
  height: 100%;
}
body {
  background-color: #fff;
  font-family: "Rubik Regular", "Lucida Sans Unicode", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-width: 250px;
  padding: 0;
  margin: 0;
}
.wrapper {
  display: block;
  position: relative;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 785px) {
  .wrapper {
    position: static;
    min-height: auto;
  }
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.app-line-under-chart {
  height: var(--header-height);
  background-color: #f5f9fb;
  display: flex;
  align-items: center;
  justify-content: start;
}
.app-line-under-chart .social {
  margin-left: 20px;
}
@media (max-width: 785px) {
  .app-line-under-chart .social {
    margin-left: 10px;
  }
}
@media (min-width: 1025px) {
  .app-line-under-chart .social {
    margin-left: calc(5px + 0.015 * (100vw - 290px));
  }
}
.social-list {
  list-style: none;
/*margin 0 100px 0 0*/
  margin: 0;
  padding: 0;
  float: right;
/*+for_breakpoint(medium)
    margin-right 100px*/
}
.heading-2 {
  margin: 0;
  margin-bottom: 10px;
  font-family: "Rubik Regular", "Lucida Sans Unicode", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  text-shadow: rgba(0,0,0,0.01) 0 0 1px;
}
@media (max-width: 785px) {
  .heading-2 {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .heading-2 {
    font-size: 18px;
  }
}
.loader-wrapper {
  box-sizing: border-box;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  z-index: 111111;
}
.loader {
  border: 5px solid #ccc;
  border-right-color: transparent;
  border-radius: 50%;
  display: none;
  float: right;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
}
.loading .loader {
  display: block;
}
.vzb-tool {
  font-family: "Rubik Regular", "Lucida Sans Unicode", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.vzb-tool .vzb-datetime-background {
  font-family: "Courier Prime", "Lucida Sans Unicode", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.vzb-tool-buttonlist,
.vzb-dialog-zoom-buttonlist,
.vzb-tool-dialogs,
.vzb-sidebar,
.vzb-dialog-checkbox label:before {
  background-color: #fff !important;
}
.vzb-dialogs-dialog.vzb-sidebar {
  margin: 5px 0 2px -5px !important;
}
.vzb-dialog-shadow {
  border-top: none !important;
  border-bottom: none !important;
}
.more {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 785px) {
  .more {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 786px) {
  .more {
    padding-top: 0;
  }
}
@media only screen and (max-width: 785px) {
  .more ul.social-list {
    justify-content: center;
  }
}
.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 35%;
  order: 1;
  box-sizing: border-box;
}
@media only screen and (max-width: 785px) {
  .about {
    background: #f2fafc;
    width: 100%;
  }
  .about .heading-2 {
    display: none;
  }
}
.connections {
  display: flex;
  flex: 1 100%;
  order: 3;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 785px) {
  .connections {
    align-items: center;
  }
}
.embedded-view .header,
.embedded-view .header-divider,
.embedded-view .app-see-also,
.embedded-view .app-related-items,
.embedded-view .more,
.embedded-view .app-footer {
  display: none;
}
.embedded-view .column.main {
  height: 100%;
}
:root {
  --header-height: 50px;
}
@media (max-width: 1025px) {
  :root {
    --header-height: 32px;
  }
}
@media (max-width: 785px) {
  :root {
    --header-height: 32px;
  }
}
.app-related-items {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 30px 30px 0px;
  gap: 30px;
  align-items: flex-start;
}
.related-block {
  margin-left: 20px;
  flex: 2;
}
@media (max-width: 785px) {
  .related-block {
    margin-left: 10px;
  }
}
@media (min-width: 1025px) {
  .related-block {
    margin-left: calc(5px + 0.015 * (100vw - 290px));
  }
}
.related-heading {
  font-size: 2em;
  color: #666;
  margin-bottom: 0.7em;
}
.related-container {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 785px) {
  .related-container {
    padding: 20px 10px 20px 0;
  }
}
.related-items {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 1025px) {
  .related-items {
    -moz-columns: 2 20px;
    columns: 2 20px;
  }
}
.related-item {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 785px) {
  .related-item {
    padding: 0px;
    margin-bottom: 10px;
  }
}
.related-item a {
  flex-direction: row;
  display: -moz-flex;
  display: flex;
  text-decoration: none;
  color: #222;
}
.related-item a:hover .title {
  color: #607889;
  text-decoration: underline;
}
.related-item a.newtab span.title::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  top: -0.1em;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.3em;
  background: no-repeat center/contain url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M36%2024c-1.2%200-2%200.8-2%202v12c0%201.2-0.8%202-2%202h-22c-1.2%200-2-0.8-2-2v-22c0-1.2%200.8-2%202-2h12c1.2%200%202-0.8%202-2s-0.8-2-2-2h-12c-3.4%200-6%202.6-6%206v22c0%203.4%202.6%206%206%206h22c3.4%200%206-2.6%206-6v-12c0-1.2-0.8-2-2-2z%22/%3E%3Cpath%20d%3D%22M43.8%205.2c-0.2-0.4-0.6-0.8-1-1-0.2-0.2-0.6-0.2-0.8-0.2h-12c-1.2%200-2%200.8-2%202s0.8%202%202%202h7.2l-18.6%2018.6c-0.8%200.8-0.8%202%200%202.8%200.4%200.4%200.8%200.6%201.4%200.6s1-0.2%201.4-0.6l18.6-18.6v7.2c0%201.2%200.8%202%202%202s2-0.8%202-2v-12c0-0.2%200-0.6-0.2-0.8z%22/%3E%3C/svg%3E");
}
.related-item-thumbnail {
  flex-shrink: 0;
  width: 160px;
  height: auto;
}
@media only screen and (min-width: 786px) and (max-width: 1024px) {
  .related-item-thumbnail {
    width: 130px;
  }
}
@media only screen and (max-width: 785px) {
  .related-item-thumbnail {
    width: 100px;
  }
}
.related-item-thumbnail img {
  width: 100%;
  height: auto;
  border: 1px solid #ecebe9;
  border-radius: 3px;
  box-shadow: 0 1px 20px rgba(0,0,0,0.03), 0 1px 10px rgba(0,0,0,0.12);
}
.related-item-info {
  display: inline-block;
  flex: 1;
  line-height: 1.2;
  padding-right: 15px;
  position: relative;
  margin-left: 20px;
}
.related-item-info .title,
.related-item-info .subtitle {
  display: block;
}
.related-item-info .title {
  margin-bottom: 5px;
  font-family: "Rubik Light", "Lucida Sans Unicode", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
@media (max-width: 785px) {
  .related-item-info .title {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .related-item-info .title {
    font-size: 24px;
  }
}
.related-item-info .subtitle {
  font-size: 16px;
  font-style: italic;
  color: #808080;
}
@media (max-width: 785px) {
  .related-item-info .subtitle {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .related-item-info .subtitle {
    font-size: 18px;
  }
}
:root {
  --header-height: 50px;
}
@media (max-width: 1025px) {
  :root {
    --header-height: 32px;
  }
}
@media (max-width: 785px) {
  :root {
    --header-height: 32px;
  }
}
.see-also-block {
  width: 100%;
  background-color: #f5f9fb;
}
.see-also-heading {
  display: none;
  color: #68b4cd;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 12px;
  padding: 5px 0 0 0;
  margin-left: 20px;
}
@media (max-width: 785px) {
  .see-also-heading {
    font-size: 10px;
  }
}
@media (min-width: 1025px) {
  .see-also-heading {
    font-size: 15px;
  }
}
@media (max-width: 785px) {
  .see-also-heading {
    margin-left: 10px;
  }
}
@media (min-width: 1025px) {
  .see-also-heading {
    margin-left: calc(5px + 0.015 * (100vw - 290px));
  }
}
.other-tools-container {
  margin: 0;
  margin-left: 20px;
  padding: 15px 40px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 785px) {
  .other-tools-container {
    margin-left: 10px;
  }
}
@media (min-width: 1025px) {
  .other-tools-container {
    margin-left: calc(5px + 0.015 * (100vw - 290px));
  }
}
@media only screen and (max-width: 785px) {
  .other-tools-container {
    padding: 10px 20px 0 0;
  }
}
.other-tools-container > .other-tools-item {
  margin: 0;
  width: 128px;
  text-align: center;
  padding-bottom: 15px;
}
.other-tools-container > .other-tools-item > a {
  transition-duration: 0.2s;
  border-radius: 3px;
  display: block;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  max-width: 400px;
  box-shadow: 0 1px 11px rgba(0,0,0,0.05), 0 1px 6px rgba(0,0,0,0.18);
}
.other-tools-container > .other-tools-item > a .title {
  color: #808285;
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
@media (max-width: 785px) {
  .other-tools-container > .other-tools-item > a .title {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .other-tools-container > .other-tools-item > a .title {
    font-size: 18px;
  }
}
.other-tools-container > .other-tools-item > a .image {
  width: 100%;
  height: auto;
}
.other-tools-container > .other-tools-item > a:hover {
  transform: translateY(-3px) skew(-2deg, 0deg);
}
.other-tools-container > .other-tools-item > a:hover > .title {
  color: #607889;
}
.other-tools-container > .other-tools-item > a[hidden] {
  display: none;
}
