/* COLORS */
/* FONTS */
#node-benchmark {
  /* <= 1799px */
  /* <= 1699px */
  /* <= 1599px */
  /* <= 1439px */
  /* <= 1247px */
  /* <= 1023px */
  /* <= 812px */
  /* <= 599px */
  /* <= 599px */
  /* <= 499px */
  /* <= 399px */
  /* <= 374px */
}
#node-benchmark a.edit-link {
  top: 200px;
}
#node-benchmark #intro {
  padding: 350px 0 200px 0;
  position: relative;
  background: url("/themes/custom/images/waves/hero_lightblue.svg") bottom center repeat-x transparent;
  background-size: cover;
}
#node-benchmark #intro .h1 {
  width: 60%;
}
#node-benchmark #intro .section-content {
  width: 60%;
  position: relative;
  z-index: 29;
}
#node-benchmark #intro .section-content .h1 {
  font-size: 85px;
  line-height: 90px;
  white-space: nowrap;
  width: 60%;
}
#node-benchmark #intro .section-content .h1 .typewriter-placeholder .Typewriter__cursor {
  background: #00adef;
}
#node-benchmark #intro .section-content .typewriter-words {
  display: none;
}
#node-benchmark #intro .section-content .text {
  margin-bottom: 70px;
}
#node-benchmark #intro .section-content .links {
  display: inline-block;
}
#node-benchmark #intro .section-content .links .app-container {
  margin-right: 10px;
  float: left;
}
#node-benchmark #intro .section-content .links .app-container .dropdown-content {
  right: auto;
  left: 0;
  margin: 10px 0 0 0;
  padding: 30px;
  border-radius: 12px;
}
#node-benchmark #intro .section-content .links .app-container .dropdown-content .downloads {
  white-space: nowrap;
  font-size: 0px;
  line-height: 0px;
}
#node-benchmark #intro .section-content .links .app-container .dropdown-content .downloads a {
  display: inline-block;
}
#node-benchmark #intro .section-content .links .app-container .dropdown-content .downloads a img {
  height: 50px;
  width: auto;
  max-width: none;
}
#node-benchmark #intro .section-content .links .app-container .dropdown-content .downloads a:first-child {
  margin-right: 20px;
}
#node-benchmark #intro .section-content .links .app-container .dropdown-content .downloads a:hover {
  opacity: 0.5;
}
#node-benchmark #intro .section-content .links .app-container .dropdown-content:before {
  right: auto;
  left: 30px;
}
#node-benchmark #intro .section-content .links a.request {
  float: left;
}
#node-benchmark #intro .section-content .links .certificates {
  margin-top: 7px;
  border-left: 1px solid #d1d1da;
  margin-left: 30px;
  padding-left: 30px;
  float: right;
}
#node-benchmark #intro .section-content .links .certificates a {
  display: block;
}
#node-benchmark #intro .section-content .links .certificates a img {
  height: 32px;
  width: auto;
}
#node-benchmark #intro .graph {
  width: 45%;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 80px 80px 80px 300px;
  position: absolute;
  top: 50%;
  right: -130px;
  transform: translateY(-50%);
  min-height: 330px;
}
#node-benchmark #intro .graph .circle {
  width: 170px;
  height: 170px;
  position: absolute;
  top: 80px;
  left: 80px;
  border-radius: 50%;
}
#node-benchmark #intro .graph .circle svg {
  width: 100%;
  height: 100%;
}
#node-benchmark #intro .graph .circle svg circle {
  stroke: #00adef;
  stroke-width: 24px;
  transform: rotate(-90deg);
  transform-origin: center center;
}
#node-benchmark #intro .graph .circle svg circle.bg {
  stroke: #ecf7fe;
}
#node-benchmark #intro .graph .title {
  font-weight: 700;
}
#node-benchmark #intro .graph .value {
  margin: 5px 0 !important;
  padding-right: 0;
}
#node-benchmark #intro .graph .info {
  font-size: 14px;
  line-height: 24px;
}
#node-benchmark #intro .graph .info a {
  color: #00adef;
}
#node-benchmark #intro .graph .info a:hover {
  color: #00adef;
}
#node-benchmark #intro .graph .button {
  margin-top: 10px;
}
#node-benchmark #case_studies {
  padding-top: 200px;
}
#node-benchmark #case_studies .section-content {
  width: 60%;
}
#node-benchmark #case_studies .view {
  margin-top: 100px;
}
#node-benchmark #case_studies .view .view-content .views-item {
  position: relative;
  z-index: 1;
}
#node-benchmark #case_studies .view .view-content .views-item:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -20px;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  border-radius: 12px;
  background: #ffffff;
  opacity: 0;
  transition: opacity 0.5s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
#node-benchmark #case_studies .view .view-content .views-item.active {
  z-index: 19;
}
#node-benchmark #case_studies .view .view-content .views-item.active:before {
  opacity: 1;
}
#node-benchmark #case_studies .view .view-content .views-item.active > a i.icon-angle-down {
  transform: rotate(180deg);
}
#node-benchmark #case_studies .view .view-content .views-item.header {
  color: #00adef;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #d1d1da;
}
#node-benchmark #case_studies .view .view-content .views-item > a {
  cursor: pointer;
  display: block;
  position: relative;
  border-bottom: 1px solid #d1d1da;
  padding: 20px 0;
  z-index: 9;
}
#node-benchmark #case_studies .view .view-content .views-item > a i.icon-angle-down {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 16px;
  margin-top: -8px;
  transition: transform 0.5s;
}
#node-benchmark #case_studies .view .view-content .views-item .title {
  width: 10%;
  float: left;
  padding-right: 20px;
}
#node-benchmark #case_studies .view .view-content .views-item .title .label {
  display: none;
}
#node-benchmark #case_studies .view .view-content .views-item .disease {
  width: 30%;
  float: left;
  text-align: center;
  padding-right: 20px;
}
#node-benchmark #case_studies .view .view-content .views-item .disease .label {
  display: none;
}
#node-benchmark #case_studies .view .view-content .views-item .age {
  width: 30%;
  float: left;
  text-align: center;
}
#node-benchmark #case_studies .view .view-content .views-item .age .label {
  display: none;
}
#node-benchmark #case_studies .view .view-content .views-item .result {
  width: 30%;
  float: left;
}
#node-benchmark #case_studies .view .view-content .views-item .result .label {
  display: none;
}
#node-benchmark #case_studies .view .view-content .views-item .result i {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: relative;
  float: left;
  margin: -1px 15px 0 0;
  z-index: 19;
  width: 22px;
  height: 32px;
  background: none;
}
#node-benchmark #case_studies .view .view-content .views-item .result i:before {
  content: "\e902";
  color: #00adef;
  font-size: 22px;
  position: absolute;
  top: 5px;
  left: 0;
}
#node-benchmark #case_studies .view .view-content .views-item .result i:after {
  content: "\e907";
  color: #00adef;
  font-size: 18px;
  position: absolute;
  top: 4px;
  left: 6px;
}
#node-benchmark #case_studies .view .view-content .views-item .result.failed {
  color: #aaaaaa;
}
#node-benchmark #case_studies .view .view-content .views-item .result.failed i:before {
  color: #aaaaaa;
}
#node-benchmark #case_studies .view .view-content .views-item .result.failed i:after {
  color: #aaaaaa;
  content: "\e912";
  font-size: 8px;
  top: 12px;
  left: 7px;
}
#node-benchmark #case_studies .view .view-content .views-item > .node {
  display: none;
  position: relative;
  z-index: 19;
  padding: 50px;
}
#node-benchmark #case_studies .view .view-content .views-item > .node a.edit-link {
  top: 0;
  left: 0;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .title {
  float: none;
  width: auto;
  margin: 0 !important;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .symptoms {
  width: 50%;
  float: left;
  padding-right: 50px;
  margin-top: 30px;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .symptoms .title {
  font-weight: 700;
  margin: 0 0 10px 0 !important;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .symptoms ul {
  margin: 0 0 10px 0 !important;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .symptoms ul li {
  padding-bottom: 10px !important;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .symptoms p {
  margin: 0 0 10px 0 !important;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .symptoms *:last-child {
  margin-bottom: 0 !important;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .informations {
  width: 50%;
  float: left;
  margin-top: 30px;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .informations .title {
  font-weight: 700;
  margin: 0 0 10px 0 !important;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .informations .item {
  margin: 0 0 10px 0;
  padding-right: 100px;
  position: relative;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .informations .item .answer {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 700;
  color: #00adef;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .source {
  margin-top: 30px;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .source .title {
  font-weight: 700;
  margin: 0 0 10px 0 !important;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .result {
  float: none;
  width: auto;
  background: #eeeeee;
  border-radius: 12px;
  padding: 50px;
  margin-top: 30px;
  margin-bottom: 0 !important;
  color: #aaaaaa;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .result .h6 {
  margin: 0 !important;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .result i {
  display: block;
  float: left;
  margin: 4px 20px 0 0;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .result i:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  color: #aaaaaa;
  display: block;
  font-size: 22px;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 19;
  width: auto;
  height: auto;
  background: none;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .result i:after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
  color: #aaaaaa;
  display: block;
  font-size: 8px;
  position: absolute;
  top: 12px;
  left: 7px;
  z-index: 19;
  width: auto;
  height: auto;
  background: none;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .result.passed {
  background: linear-gradient(90deg, #006cd5, #3eaef0);
  color: #ffffff;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .result.passed i:before {
  color: #ffffff;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .result.passed i:after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  color: #ffffff;
  display: block;
  font-size: 18px;
  position: absolute;
  top: 4px;
  left: 6px;
  z-index: 19;
  width: auto;
  height: auto;
  background: none;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .results {
  margin-top: 30px;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .results .title {
  font-weight: 700;
  margin: 0 0 10px 0 !important;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .results ul li {
  padding-left: 35px !important;
  padding-bottom: 10px !important;
  font-weight: 700;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .results ul li.passed {
  color: #00adef;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .results ul li.failed {
  color: #aaaaaa;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .results ul li.failed:before {
  color: #aaaaaa;
}
#node-benchmark #case_studies .view .view-content .views-item > .node .results ul li.failed:after {
  color: #aaaaaa;
  content: "\e912";
  font-size: 8px;
  top: 12px;
  left: 7px;
}
#node-benchmark #study {
  margin-top: 250px;
  padding: 80px 0;
  background: #ecf7fe;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}
#node-benchmark #study:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  background: url("/themes/custom/images/waves/bg-wave-top.svg") bottom center no-repeat transparent;
  background-size: 100% auto;
  padding-top: 7%;
  margin-bottom: -1px;
}
#node-benchmark #study:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  background: url("/themes/custom/images/waves/bg-wave-bottom.svg") top center no-repeat transparent;
  background-size: 100% auto;
  padding-top: 3%;
  margin-top: -1px;
  display: block;
}
#node-benchmark #study .image-wrapper {
  float: right;
  width: 50%;
  padding-left: 130px;
  position: relative;
  height: auto !important;
}
#node-benchmark #study .image-wrapper a {
  display: block;
  height: 100%;
}
#node-benchmark #study .image-wrapper a:before {
  content: "";
  position: absolute;
  top: -10%;
  left: -2%;
  width: 90%;
  height: 120%;
  background: url("/themes/custom/images/image-right-line.svg") center center no-repeat transparent;
  background-size: 100% 100%;
  z-index: 19;
  display: none;
}
#node-benchmark #study .image-wrapper a .image {
  position: relative;
  width: 100%;
  border-radius: 12px 0 0 12px;
}
#node-benchmark #study .image-wrapper a:hover {
  opacity: 0.5;
}
#node-benchmark #study .content {
  float: left;
  width: 50%;
  display: table;
}
#node-benchmark #study .content .content-inner {
  display: table-cell;
  vertical-align: middle;
}
#node-benchmark #study .content .content-inner .button-wrapper {
  margin-top: 50px;
  position: relative;
  z-index: 19;
  display: inline-block;
}
#node-benchmark #study .content .content-inner .button-wrapper svg {
  position: absolute;
  bottom: 25px;
  left: 100%;
  width: 50px;
  height: 44px;
  z-index: -1;
  margin-left: 40px;
}
#node-benchmark #study .content .content-inner .button-wrapper svg .line {
  stroke-dasharray: 67px;
  stroke-dashoffset: 67px;
  transition: stroke-dashoffset 1s 0s;
}
#node-benchmark #study .content .content-inner .button-wrapper svg .arrow {
  opacity: 0;
  transition: opacity 0.5s 1s;
}
#node-benchmark #study .content .content-inner .button-wrapper.animate svg .line {
  stroke-dashoffset: 0;
}
#node-benchmark #study .content .content-inner .button-wrapper.animate svg .arrow {
  opacity: 1;
}
#node-benchmark #study + #request-form-teaser {
  background: transparent;
  margin-top: 120px;
}
#node-benchmark #study + #request-form-teaser:before {
  display: none;
}
#node-benchmark #steps {
  padding-top: 200px;
}
#node-benchmark #steps .section-content {
  width: 930px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
#node-benchmark #steps .steps {
  text-align: left;
  margin-top: 120px;
}
#node-benchmark #steps .steps .step {
  width: 50%;
  padding: 30px 0;
  padding-right: 15%;
  position: relative;
  display: block;
}
#node-benchmark #steps .steps .step .step-name {
  color: #191b46;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
#node-benchmark #steps .steps .step .step-title {
  margin-bottom: 0;
}
#node-benchmark #steps .steps .step .step-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border: 2px solid #b8dbf5;
  border-radius: 50%;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
#node-benchmark #steps .steps .step .step-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#node-benchmark #steps .steps .step:nth-child(odd) {
  border-right: 2px solid #b8dbf5;
}
#node-benchmark #steps .steps .step:nth-child(odd) .step-icon {
  right: -50px;
}
#node-benchmark #steps .steps .step:nth-child(even) {
  border-left: 2px solid #b8dbf5;
  margin-left: calc(50% - 2px);
  padding-left: 15%;
  padding-right: 0;
}
#node-benchmark #steps .steps .step:nth-child(even) .step-icon {
  left: -50px;
}
#node-benchmark #steps .steps .step:first-child .step-icon:before {
  content: "";
  display: block;
  background: #fff;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -102px;
  left: 0;
}
#node-benchmark #steps .steps .step:last-child .step-icon:after {
  content: "";
  display: block;
  background: #fff;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -102px;
  left: 0;
}
#node-benchmark #faqs {
  padding-top: 100px;
}
#node-benchmark #faqs .section-content {
  width: 50%;
  float: left;
  padding-right: 130px;
}
#node-benchmark #faqs .view {
  width: 50%;
  float: right;
}
#node-benchmark #faqs .view .view-content .views-item {
  border-bottom: 1px solid #d1d1da;
  position: relative;
  padding: 20px 0;
  transition: border-bottom-color 0.5s 0.5s;
}
#node-benchmark #faqs .view .view-content .views-item > a {
  display: block;
  position: relative;
  padding-right: 40px;
}
#node-benchmark #faqs .view .view-content .views-item > a .title {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 100px 0 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 9;
  margin: 0 !important;
}
#node-benchmark #faqs .view .view-content .views-item > a .icon-right {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 19;
  display: block;
  margin-top: -16px;
  padding-right: 9px;
  transition: transform 0.5s;
}
#node-benchmark #faqs .view .view-content .views-item > a .icon-right:before {
  position: relative;
}
#node-benchmark #faqs .view .view-content .views-item > a .icon-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 36px;
  height: 36px;
  background: #d5f6ff;
  border-radius: 50%;
  z-index: -1;
  margin-top: -18px;
}
#node-benchmark #faqs .view .view-content .views-item > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -21px;
  height: 1px;
  width: 0%;
  background: #00adef;
  transition: width 1s 0s, opacity 0s 0.5s;
}
#node-benchmark #faqs .view .view-content .views-item > a:hover:after {
  width: 100%;
}
#node-benchmark #faqs .view .view-content .views-item .faq-content {
  display: none;
  padding: 15px 0;
  padding-right: 40px;
}
#node-benchmark #faqs .view .view-content .views-item .faq-content a.edit-link {
  top: 20px;
  left: 0;
}
#node-benchmark #faqs .view .view-content .views-item:first-child {
  border-top: 1px solid #d1d1da;
}
#node-benchmark #faqs .view .view-content .views-item.open {
  border-bottom-color: #00adef;
  transition: border-bottom-color 0.5s 0s;
}
#node-benchmark #faqs .view .view-content .views-item.open a {
  color: #00adef;
}
#node-benchmark #faqs .view .view-content .views-item.open a .icon-right {
  transform: rotate(-90deg);
}
#node-benchmark #faqs .view .view-content .views-item.open a:after {
  opacity: 0;
  transition: width 1s 0s, opacity 0s 0s;
}
#node-benchmark #faqs .view .button-wrapper {
  margin-top: 50px;
}
#node-benchmark #study + #faqs {
  margin-top: 100px;
}
@media all and (max-width: 1899px) {
  #node-benchmark #intro .graph {
    right: -100px;
    padding: 50px 50px 50px 260px;
    min-height: 270px;
  }
  #node-benchmark #intro .graph .circle {
    left: 50px;
    top: 50px;
  }
}
@media all and (max-width: 1699px) {
  #node-benchmark #intro .section-content {
    width: 60%;
    padding-right: 130px;
  }
  #node-benchmark #intro .graph {
    padding: 40px 40px 40px 220px;
    min-height: 220px;
  }
  #node-benchmark #intro .graph .circle {
    top: 50px;
    left: 40px;
    width: 140px;
    height: 140px;
  }
}
@media all and (max-width: 1599px) {
  #node-benchmark #intro {
    padding: 250px 0 150px 0;
  }
  #node-benchmark #intro .section-content {
    padding-right: 100px;
  }
  #node-benchmark #intro .section-content .h1 {
    font-size: 60px;
    line-height: 70px;
  }
  #node-benchmark #intro .section-content .text {
    margin-bottom: 50px;
  }
  #node-benchmark #intro .graph {
    padding: 220px 50px 50px 50px;
  }
  #node-benchmark #intro .graph .circle {
    top: 40px;
    left: 50px;
  }
  #node-benchmark #case_studies {
    padding-top: 150px;
  }
  #node-benchmark #study {
    padding-top: 150px;
  }
  #node-benchmark #study .image-wrapper {
    padding-left: 100px;
  }
  #node-benchmark #faqs {
    padding-top: 150px;
  }
  #node-benchmark #faqs .section-content {
    padding-right: 100px;
  }
  #node-benchmark #faqs .view .view-content .views-item {
    padding: 15px 0;
  }
  #node-benchmark #faqs .view .view-content .views-item a:after {
    bottom: -16px;
  }
  #node-benchmark #case_studies .view .view-content .views-item > .node .results ul li.failed::after {
    top: 9px;
    left: 6px;
  }
}
@media all and (max-width: 1439px) {
  #node-benchmark #intro {
    padding: 300px 0 150px 0;
  }
  #node-benchmark #intro .h1 {
    margin-bottom: 50px;
    padding-right: 70px;
  }
  #node-benchmark #intro .section-content {
    padding-right: 70px;
  }
  #node-benchmark #intro .graph {
    right: -70px;
  }
  #node-benchmark #case_studies {
    padding-top: 150px;
  }
  #node-benchmark #case_studies .view .view-content .views-item .result i {
    margin: -5px 10px -5px 0;
  }
  #node-benchmark #case_studies .view .view-content .views-item > a {
    font-size: 14px;
    line-height: 22px;
  }
  #node-benchmark #case_studies .view .view-content .views-item > .node {
    padding: 40px 20px;
    font-size: 14px;
    line-height: 22px;
  }
  #node-benchmark #case_studies .view .view-content .views-item > .node .result {
    padding: 40px;
  }
  #node-benchmark #case_studies .view .view-content .views-item > .node .result i {
    margin-top: -3px;
  }
  #node-benchmark #study {
    padding-top: 150px;
  }
  #node-benchmark #study .image-wrapper {
    padding-left: 70px;
  }
  #node-benchmark #faqs {
    padding-top: 150px;
  }
  #node-benchmark #faqs .section-content {
    padding-right: 70px;
  }
  #node-benchmark #study + #faqs {
    margin-top: 50px;
  }
}
@media all and (max-width: 1247px) {
  #node-benchmark #intro .section-content {
    padding-right: 50px;
  }
  #node-benchmark #intro .section-content .links .certificates {
    border-left: 0;
    padding-left: 0;
  }
  #node-benchmark #intro .graph {
    right: -50px;
  }
  #node-benchmark #study .image-wrapper {
    padding-left: 50px;
  }
  #node-benchmark #faqs .section-content {
    padding-right: 0;
    width: auto;
    float: none;
    margin-bottom: 50px;
  }
  #node-benchmark #faqs .section-content .scrollmagic-pin-spacer {
    inset: inherit !important;
    margin: 0px !important;
    display: block;
    position: relative !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    min-height: none !important;
  }
  #node-benchmark #faqs .section-content .scrollmagic-pin-spacer .pin-item {
    width: auto !important;
    position: relative !important;
    margin: 0 !important;
    inset: inherit !important;
    left: auto !important;
    top: auto !important;
  }
  #node-benchmark #faqs .view {
    width: auto;
    float: none;
  }
  #node-benchmark #faqs .view .view-content .views-item {
    padding: 15px 0;
  }
  #node-benchmark #faqs .view .view-content .views-item > a:after {
    bottom: -16px;
  }
  #node-benchmark #faqs .view .view-content .views-item .faq-content {
    padding: 5px 0 25px 0;
    padding-right: 40px;
  }
}
@media all and (max-width: 1023px) {
  #node-benchmark #intro {
    padding: 220px 0 60px 0;
  }
  #node-benchmark #intro .section {
    display: flex;
    flex-direction: column;
  }
  #node-benchmark #intro .section .subtitle {
    order: 1;
  }
  #node-benchmark #intro .section .h1 {
    order: 2;
  }
  #node-benchmark #intro .section .graph {
    order: 3;
  }
  #node-benchmark #intro .section .section-content {
    order: 4;
  }
  #node-benchmark #intro .section-content {
    width: auto;
    padding-right: 0;
  }
  #node-benchmark #intro .graph {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin: 0 0 50px 0 !important;
    padding: 40px 40px 40px 230px;
    margin-top: 50px;
    border-radius: 12px;
  }
  #node-benchmark #case_studies {
    padding-top: 100px;
  }
  #node-benchmark #case_studies .view .view-content .views-item > .node .symptoms {
    width: auto;
    float: none;
    padding-right: 0;
  }
  #node-benchmark #case_studies .view .view-content .views-item > .node .informations {
    width: auto;
    float: none;
  }
  #node-benchmark #case_studies .view .view-content .views-item > .node .result {
    padding: 30px;
    font-size: 18px;
  }
  #node-benchmark #study .image-wrapper {
    margin-right: 0;
    width: auto;
    float: none;
    height: auto !important;
    padding-left: 0;
  }
  #node-benchmark #study .image-wrapper a:before {
    top: -5%;
    left: -2%;
    width: 95%;
    height: 110%;
  }
  #node-benchmark #study .image-wrapper a .image {
    border-radius: 12px;
  }
  #node-benchmark #study .image-wrapper a .image img {
    width: auto;
  }
  #node-benchmark #study .content {
    width: auto;
    float: none;
    height: auto !important;
    display: block;
    margin-bottom: 30px;
  }
  #node-benchmark #study .content .content-inner {
    display: block;
  }
  #node-benchmark #study .content .content-inner .button-wrapper {
    margin-top: 30px;
  }
  #node-benchmark #faqs {
    padding-top: 100px;
  }
}
@media screen and (max-width: 812px) {
  #node-benchmark .section-content {
    width: 100%;
  }
  #node-benchmark #case_studies .section-content {
    text-align: left;
  }
  #node-benchmark #case_studies .view {
    margin-top: 30px;
  }
  #node-benchmark #case_studies .view .view-content {
    border-top: 1px solid #d1d1da;
  }
  #node-benchmark #case_studies .view .view-content .views-item.header {
    display: none;
  }
  #node-benchmark #case_studies .view .view-content .views-item .title {
    width: 30%;
    margin-bottom: 0;
  }
  #node-benchmark #case_studies .view .view-content .views-item .title .label {
    display: block;
    font-size: 10px;
    line-height: 16px;
    color: #aaaaaa;
  }
  #node-benchmark #case_studies .view .view-content .views-item .disease {
    width: 50%;
    text-align: left;
    margin-bottom: 0;
  }
  #node-benchmark #case_studies .view .view-content .views-item .disease .label {
    display: block;
    font-size: 10px;
    line-height: 16px;
    color: #aaaaaa;
  }
  #node-benchmark #case_studies .view .view-content .views-item .age {
    display: none;
  }
  #node-benchmark #case_studies .view .view-content .views-item .result {
    width: 20%;
    margin-bottom: 0;
  }
  #node-benchmark #case_studies .view .view-content .views-item .result .label {
    display: block;
    font-size: 10px;
    line-height: 16px;
    color: #aaaaaa;
  }
  #node-benchmark #case_studies .view .view-content .views-item .result .value {
    display: none;
  }
  #node-benchmark #case_studies .view .view-content .views-item .result i {
    margin: -2px 10px -8px 0;
  }
  #node-benchmark #case_studies .view .view-content .views-item .result i:before {
    font-size: 18px;
  }
  #node-benchmark #case_studies .view .view-content .views-item .result i:after {
    font-size: 14px;
    top: 5px;
    left: 4px;
  }
  #node-benchmark #case_studies .view .view-content .views-item .result.failed i:after {
    top: 10px;
    left: 5px;
  }
  #node-benchmark #case_studies .view .view-content .views-item > .node .result.failed i:after {
    top: 12px;
    left: 7px;
  }
  #node-benchmark #case_studies .view .view-content .views-item > .node .results ul li.failed::after {
    top: 7px;
    left: 6px;
  }
  #node-benchmark #study {
    padding-top: 100px;
    margin-top: 100px;
  }
  #node-benchmark #study + #request-form-teaser {
    margin-top: 40px;
  }
  #node-benchmark #intro .h1 {
    width: 100%;
  }
  #node-benchmark #intro .section-content {
    width: 100%;
    padding-right: 0;
    float: right;
  }
  #node-benchmark #intro .section-content .text {
    margin-bottom: 30px;
  }
  #node-benchmark #intro .graph {
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }
  #node-benchmark #intro .graph .info {
    font-size: 14px;
  }
  #node-benchmark #steps {
    margin-top: 100px;
    padding-top: 0;
  }
  #node-benchmark #steps .steps {
    margin-top: 30px;
  }
  #node-benchmark #steps .steps .step {
    width: calc(100% - 30px);
    margin-left: 30px !important;
    padding-right: 0;
    position: relative;
    display: block;
  }
  #node-benchmark #steps .steps .step:nth-child(odd) {
    border-right: 0;
    border-left: 2px solid #b8dbf5;
    padding-left: 15%;
  }
  #node-benchmark #steps .steps .step:nth-child(odd) .step-icon {
    left: -35px;
  }
  #node-benchmark #steps .steps .step:nth-child(even) {
    border-left: 2px solid #b8dbf5;
    padding-left: 15%;
    padding-right: 0;
  }
  #node-benchmark #steps .steps .step:nth-child(even) .step-icon {
    left: -35px;
  }
  #node-benchmark #steps .steps .step:first-child .step-icon:before {
    width: 70px;
  }
  #node-benchmark #steps .steps .step:last-child .step-icon:after {
    width: 70px;
  }
  #node-benchmark #steps .steps .step .step-icon {
    width: 70px;
    height: 70px;
    padding: 15px;
  }
  #node-benchmark #faqs .view .view-content .views-item > a {
    height: 80px;
  }
  #node-benchmark #faqs .view .view-content .views-item > a .icon-right {
    font-size: 35px;
    margin-top: -18px;
  }
  #node-benchmark #faqs .view .view-content .views-item > a .icon-right::after {
    height: 30px;
    width: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 599px) {
  #node-benchmark #intro {
    padding: 150px 0 60px 0;
  }
  #node-benchmark #intro .section-content .links .certificates a img {
    height: 28px;
  }
  #node-benchmark #intro .section-content .links .graph {
    padding: 40px 40px 40px 200px;
  }
  #node-benchmark #intro .section-content .links .graph .circle {
    left: 30px;
  }
  #node-benchmark #case_studies .view .view-content .views-item > .node {
    padding: 30px 0;
  }
  #node-benchmark #case_studies .view .view-content .views-item > .node .result {
    padding: 20px;
  }
}
@media screen and (max-width: 499px) {
  #node-benchmark #intro .graph {
    padding: 200px 30px 30px 30px;
    min-height: 200px;
  }
  #node-benchmark #intro .graph .circle {
    top: 30px;
  }
  #node-benchmark #faqs .view .view-content .views-item {
    padding: 25px 0;
  }
  #node-benchmark #faqs .view .view-content .views-item > a {
    height: auto;
  }
  #node-benchmark #faqs .view .view-content .views-item > a .title {
    padding-right: 60px;
    font-size: 16px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  #node-benchmark #faqs .view .view-content .views-item > a .icon-right {
    font-size: 30px;
    margin-top: -15px;
  }
  #node-benchmark #faqs .view .view-content .views-item > a:after {
    bottom: -26px;
  }
  #node-benchmark #request-form-teaser {
    margin-top: 100px;
  }
}
/*# sourceMappingURL=benchmark.css.map */