@font-face {
  font-family: 'GT Walsheim';
  src: url('webfonts/GT-Walsheim-Bold.woff2') format('woff2'), url('webfonts/GT-Walsheim-Bold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url('webfonts/GT-Walsheim-Regular.woff2') format('woff2'), url('webfonts/GT-Walsheim-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url('webfonts/GT-Walsheim-Regular-Oblique.woff2') format('woff2'), url('webfonts/GT-Walsheim-Regular-Oblique.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url('webfonts/GT-Walsheim-Regular.woff2') format('woff2'), url('webfonts/GT-Walsheim-Regular.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url('webfonts/GT-Walsheim-Regular-Oblique.woff2') format('woff2'), url('webfonts/GT-Walsheim-Regular-Oblique.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url('webfonts/GT-Walsheim-Regular.woff2') format('woff2'), url('webfonts/GT-Walsheim-Regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url('webfonts/GT-Walsheim-Regular-Oblique.woff2') format('woff2'), url('webfonts/GT-Walsheim-Regular-Oblique.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url('webfonts/GT-Walsheim-Bold.woff2') format('woff2'), url('webfonts/GT-Walsheim-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url('webfonts/GT-Walsheim-Bold-Oblique.woff2') format('woff2'), url('webfonts/GT-Walsheim-Bold-Oblique.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 90px;
  background: rgba(179, 179, 179, 0.05);
}
@media only screen and (min-width: 901px) {
  #masthead {
    backdrop-filter: blur(20px);
  }
}
@media only screen and (max-width: 900px) {
  #masthead {
    position: fixed;
  }
}
#masthead .site-branding {
  z-index: 100;
  overflow: hidden;
  width: 140px;
}
#masthead .site-branding svg {
  display: none;
}
#masthead .site-branding img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 900px) {
  #masthead .site-branding {
    top: 50%;
    left: 50%;
    transform: translateX(-50%), translateY(-50%);
  }
  #masthead .site-branding svg {
    display: block;
  }
  #masthead .site-branding img {
    display: none;
  }
}
.site-header {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 30px;
}
.site-header a {
  color: #555;
}
.skip-to-main {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-50px);
  z-index: 1;
}
.skip-to-main:focus {
  transform: translateY(0);
}
.h-inverted #main-logo {
  fill: #fff !important;
}
.h-inverted #hamburger_bar1,
.h-inverted #hamburger_bar2,
.h-inverted #hamburger_bar3 {
  fill: #fff !important;
}
@media only screen and (min-width: 901px) {
  .h-inverted a {
    color: #eee !important;
  }
  .h-inverted a:hover {
    color: #fff !important;
  }
}
#logo {
  width: 50px;
  height: 50px;
}
#site-navigation {
  text-align: center;
  flex-grow: 1;
}
#site-navigation a {
  display: inline-block;
  padding: 10px;
  line-height: 30px;
  margin: 0 20px;
  color: #555;
  position: relative;
  text-decoration: none;
  transition: color 300ms;
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  #site-navigation a {
    font-size: calc(14px  +  4  * ((100vw -  960px ) / 720 ));
  }
}
@media screen and (min-width: 1680px) {
  #site-navigation a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  #site-navigation a {
    display: block;
    color: white;
    font-size: 16px;
  }
}
#site-navigation a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 3px;
  width: 0%;
  border-radius: 5px;
  background: #222;
  transform: translateX(-50%);
  transition: all 300ms ease-in-out;
  opacity: 0;
}
@media only screen and (max-width: 900px) {
  #site-navigation a:after {
    background: #fff;
  }
}
@media only screen and (max-width: 900px) {
  #site-navigation {
    transform: none;
    top: 0;
    left: 0;
  }
}
#site-navigation ul,
#site-navigation li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  #site-navigation ul#primary-menu {
    display: block;
    padding-top: 4em;
  }
}
#site-navigation .menu-item {
  cursor: pointer;
}
#site-navigation li {
  position: relative;
}
@media only screen and (max-width: 900px) {
  #site-navigation li {
    display: block;
    text-align: center;
  }
}
#site-navigation .menu-item--login {
  margin-top: 2em;
}
#site-navigation .menu-item--login,
#site-navigation .menu-item--demo {
  font-size: 24px;
}
#site-navigation .menu-item--demo a {
  display: inline-block;
  background: white;
  color: black;
  border-radius: 6px;
  padding: 10px 15px;
}
#site-navigation ul.submenu {
  display: none;
}
@media only screen and (max-width: 900px) {
  #site-navigation ul.submenu {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms;
    background: #111;
  }
  #site-navigation ul.submenu a {
    line-height: 20px;
    font-size: 16px;
  }
  #site-navigation ul.submenu.visible {
    max-height: 80vh;
  }
}
@media only screen and (min-width: 901px) {
  #site-navigation .menu-item--login,
  #site-navigation .menu-item--demo {
    display: none;
  }
  #site-navigation ul.submenu {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%) translateY(-20px);
    background: black;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: all 300ms;
  }
  #site-navigation ul.submenu li {
    white-space: nowrap;
  }
  #site-navigation ul.submenu li a {
    color: white;
    font-size: 14px;
  }
  #site-navigation ul.submenu li a:hover {
    color: white;
  }
  #site-navigation ul.submenu li a:after {
    background: white;
  }
  #site-navigation li:hover ul.submenu {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
}
@media only screen and (min-width: 901px) and screen and (min-width: 960px) {
  #site-navigation ul.submenu li a {
    font-size: calc(14px  +  4  * ((100vw -  960px ) / 720 ));
  }
}
@media only screen and (min-width: 901px) and screen and (min-width: 1680px) {
  #site-navigation ul.submenu li a {
    font-size: 18px;
  }
}
#site-navigation .current-menu-item a,
#site-navigation a:hover {
  transition: color 300ms;
  color: #222;
}
@media only screen and (max-width: 900px) {
  #site-navigation .current-menu-item a,
  #site-navigation a:hover {
    color: white;
  }
}
#site-navigation .current-menu-item a:after,
#site-navigation a:hover:after {
  width: 50%;
  opacity: 1;
}
#site-navigation .menu-item.demo {
  display: none;
}
@media only screen and (max-width: 900px) {
  #site-navigation .menu-item.demo {
    display: block;
  }
}
#demo-button {
  border-radius: 6px;
  line-height: 28px;
  display: inline-block;
  padding: 0px 15px;
  margin: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  #demo-button {
    font-size: calc(14px  +  4  * ((100vw -  960px ) / 720 ));
  }
}
@media screen and (min-width: 1680px) {
  #demo-button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .site-actions {
    display: none;
  }
}
#login-button {
  line-height: 28px;
  padding: 0px 15px;
  margin: 0;
  font-size: 14px;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  #login-button {
    font-size: calc(14px  +  4  * ((100vw -  960px ) / 720 ));
  }
}
@media screen and (min-width: 1680px) {
  #login-button {
    font-size: 18px;
  }
}
.menu-toggle {
  display: none;
}
@media only screen and (max-width: 900px) {
  .menu-toggle {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 1100;
    background: transparent;
    border: 0;
  }
  .menu-toggle #hamburger_bar1 {
    transform-origin: 25px 25px;
  }
  .menu-toggle #hamburger_bar3 {
    transform-origin: 25px 25px;
  }
  .menu-toggle rect {
    transition: all 300ms;
  }
  .menu-toggle-container {
    overflow: hidden;
    transition: height 600ms;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 1000;
    display: none;
  }
  .menu-toggle-open .menu-toggle-container {
    height: 100%;
    display: block;
  }
  .menu-toggle-open .menu-toggle #hamburger_bar1,
  .menu-toggle-open .menu-toggle #hamburger_bar3 {
    fill: #fff;
  }
  .menu-toggle-open .menu-toggle #hamburger_bar1 {
    transform: rotateZ(45deg) translateY(10px);
  }
  .menu-toggle-open .menu-toggle #hamburger_bar3 {
    transform: rotateZ(-45deg) translateY(-10px);
  }
  .menu-toggle-open .menu-toggle #hamburger_bar2 {
    opacity: 0;
  }
  .menu-toggle-open #demo-button {
    display: none;
  }
}
@media only screen and (min-width: 901px) {
  #site-navigation #primary-menu {
    display: flex;
    justify-content: center;
  }
}
.ls-resources {
  padding: 40px 20px;
}
.ls-resources h1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ls-resources h1 {
    font-size: 36px;
  }
}
.ls-resources__tabs {
  display: flex;
  list-style: none;
  margin: 0 20px 20px;
  padding: 0;
}
.ls-resources__tabs li {
  line-height: 60px;
  font-size: 24px;
  padding: 0 40px 0 0;
  color: #aaa;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ls-resources__tabs li {
    font-size: 18px;
  }
}
.ls-resources__tabs li a {
  color: #aaa;
  text-decoration: none;
  transition: color 400ms;
}
.ls-resources__tabs li a:hover {
  color: #888;
}
.ls-resources__tabs li.active a {
  color: black;
}
.ls-resources__blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
}
@media screen and (max-width: 768px) {
  .ls-resources__blocks {
    width: 100%;
  }
}
.ls-resources__blocks h4 {
  font-size: 32px;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ls-resources__blocks h4 {
    font-size: 18px;
  }
}
.ls-resources__blocks ul,
.ls-resources__blocks li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 18px;
}
.ls-resources__blocks a {
  text-decoration: none;
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 300ms;
  font-weight: normal;
  font-size: 18px;
}
.ls-resources__blocks a:hover {
  border-bottom-color: black;
}
.ls-resources__blocks h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .ls-resources__blocks h5 {
    font-size: 16px;
  }
}
.ls-resources__blocks li {
  padding: 10px 0;
}
.ls-resources__blocks ul ul {
  margin-top: -5px;
  margin-bottom: 25px;
}
.ls-resources__block:nth-child(2n+0) {
  background-color: #d5f5f0;
  background-image: url(/images/backgrounds/6.jpg);
}
.ls-resources__block:nth-child(2n+1) {
  background-color: #dde1fc;
  background-image: url(/images/backgrounds/1.jpg);
}
.ls-resources__block:nth-child(2n+2) {
  background-color: #e6f6d4;
  background-image: url(/images/backgrounds/2.jpg);
}
.ls-resources__block:nth-child(2n+3) {
  background-color: #f9edbd;
  background-image: url(/images/backgrounds/3.jpg);
}
.ls-resources__block:nth-child(2n+4) {
  background-color: #f8d8bd;
  background-image: url(/images/backgrounds/4.jpg);
}
.ls-resources__block:nth-child(2n+5) {
  background-color: #f6d7d4;
  background-image: url(/images/backgrounds/5.jpg);
}
.ls-resources__block {
  width: calc(33% - 120px);
  padding: 40px;
  margin: 0 20px 40px;
  border-radius: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .ls-resources__block {
    padding: 20px;
    border-radius: 20px;
    width: calc(100% - 80px);
  }
}
.breadcrumb {
  margin-left: 25%;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-left: 0;
    font-size: 16px;
  }
}
.breadcrumb a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.ls-blog {
  padding: 40px 20px;
}
.ls-blog h1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ls-blog h1 {
    font-size: 36px;
  }
}
.ls-blog__articles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .ls-blog__articles {
    width: 100%;
    font-size: 16px;
  }
}
.ls-blog__articles h4 {
  font-size: 32px;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ls-blog__articles h4 {
    font-size: 28px;
    margin-bottom: 0;
  }
}
.ls-blog__articles a {
  text-decoration: none;
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 300ms;
  font-weight: normal;
}
.ls-blog__articles a:hover {
  border-bottom-color: black;
}
.ls-blog__article {
  width: calc(33% - 40px);
  padding: 0;
  margin: 0 20px 40px;
}
@media screen and (max-width: 768px) {
  .ls-blog__article {
    margin: 0 0 40px;
    width: calc(100%);
  }
}
.ls-blog__author {
  font-weight: bold;
}
.ls-blog__description {
  line-height: 1.4em;
}
.ls-blog__cover {
  position: relative;
  margin-bottom: 30px;
}
.ls-blog__cover img {
  width: 100%;
  height: auto;
  background: #f0f0f0;
  display: block;
  aspect-ratio: 16/9;
  border-radius: 20px;
}
.ls-blog__cover p {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  color: white;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ls-blog__cover p {
    font-size: 28px;
  }
}
.ls-blog__tags span {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.breadcrumb--blog {
  padding-left: 40px;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.demo-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 30px;
}
.demo-form label {
  width: 100%;
  margin-top: 20px;
  display: block;
  margin-bottom: 5px;
}
.demo-form input[type="text"],
.demo-form input[type="email"],
.demo-form textarea {
  width: 100%;
  padding: 8px 5px;
  border: 2px solid #ddd;
  border-radius: 3px;
  font-weight: normal;
  font-family: "GT Walsheim", sans-serif;
}
.demo-form button,
.demo-form input[type="submit"] {
  background: #222;
  padding: 15px 45px;
  border-radius: 5px;
  color: #fff;
  display: block;
  margin: 60px auto;
  font-size: 18px;
  font-family: "GT Walsheim", sans-serif;
}
.demo-form p {
  margin-bottom: 1.5em;
}
body {
  font-family: "GT Walsheim", sans-serif;
  margin: 0;
}
#main {
  padding-top: 90px;
}
body.body-home #main {
  padding-top: 0px;
}
#main.without-menu {
  padding-top: 0 !important;
}
#main:not(.without-menu) :target {
  scroll-margin-top: 105px;
  /* higher height than the header */
}
#page {
  position: relative;
}
.btn {
  border-radius: 5px;
  padding: 10px 20px 8px;
}
h1 {
  font-size: 48px;
}
@media screen and (min-width: 960px) {
  h1 {
    font-size: calc(48px  +  16  * ((100vw -  960px ) / 720 ));
  }
}
@media screen and (min-width: 1680px) {
  h1 {
    font-size: 64px;
  }
}
.icon-404 {
  padding-top: 180px;
  text-align: center;
}
.icon-404 svg {
  max-width: 80%;
  height: auto;
}
:focus {
  box-shadow: none;
  outline: none;
}
a:focus {
  box-shadow: none;
  outline: none;
}
.no-js :focus,
.keyboard-focus :focus {
  outline: 3px solid #4c8bf5;
}
/* Remove Cookiebot logos */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none !important;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  display: none !important;
}
