/* COLORS */
/* FONTS */
#node-ebook {
  /* <= 1799px */
  /* <= 1699px */
  /* <= 1599px */
  /* <= 1439px */
  /* <= 1247px */
  /* <= 1023px */
  /* <= 812px */
  /* <= 599px */
  /* <= 599px */
  /* <= 499px */
  /* <= 399px */
  /* <= 374px */
}
#node-ebook a.edit-link {
  top: 200px;
}
#node-ebook #intro {
  padding: 350px 0 200px 0;
  background: #ecf7fe;
  position: relative;
}
#node-ebook #intro: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-ebook #intro .h1 {
  width: 60%;
}
#node-ebook #intro .section-content {
  width: 80%;
  padding-right: 130px;
  position: relative;
  z-index: 29;
}
#node-ebook #intro .section-content .h1 {
  font-size: 85px;
  line-height: 90px;
  white-space: nowrap;
  width: 60%;
}
#node-ebook #intro .section-content .h1 .typewriter-placeholder .Typewriter__cursor {
  background: #00adef;
}
#node-ebook #intro .section-content .typewriter-words {
  display: none;
}
#node-ebook #intro .section-content .text {
  margin-bottom: 70px;
}
#node-ebook #intro .section-content .links {
  display: inline-block;
}
#node-ebook #intro .section-content .links .app-container {
  margin-right: 10px;
  float: left;
}
#node-ebook #intro .section-content .links .app-container .dropdown-content {
  right: auto;
  left: 0;
  margin: 10px 0 0 0;
  padding: 30px;
  border-radius: 12px;
}
#node-ebook #intro .section-content .links .app-container .dropdown-content .downloads {
  white-space: nowrap;
  font-size: 0px;
  line-height: 0px;
}
#node-ebook #intro .section-content .links .app-container .dropdown-content .downloads a {
  display: inline-block;
}
#node-ebook #intro .section-content .links .app-container .dropdown-content .downloads a img {
  height: 50px;
  width: auto;
  max-width: none;
}
#node-ebook #intro .section-content .links .app-container .dropdown-content .downloads a:first-child {
  margin-right: 20px;
}
#node-ebook #intro .section-content .links .app-container .dropdown-content .downloads a:hover {
  opacity: 0.5;
}
#node-ebook #intro .section-content .links .app-container .dropdown-content:before {
  right: auto;
  left: 30px;
}
#node-ebook #intro .section-content .links a.request {
  float: left;
}
#node-ebook #intro .section-content .links .certificates {
  margin-top: 7px;
  border-left: 1px solid #d1d1da;
  margin-left: 30px;
  padding-left: 30px;
  float: right;
}
#node-ebook #intro .section-content .links .certificates a {
  display: block;
}
#node-ebook #intro .section-content .links .certificates a img {
  height: 32px;
  width: auto;
}
#node-ebook #intro .image {
  width: 50%;
  height: 130%;
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  z-index: 19;
  border-radius: 12px;
  overflow: hidden;
  text-align: right;
}
#node-ebook #intro .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#node-ebook #intro .image .lottie {
  position: relative;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#node-ebook #intro .image .lottie svg {
  width: 100%;
}
#node-ebook #description {
  padding-top: 200px;
}
#node-ebook #description .section-content {
  width: 930px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
#node-ebook #contributors .section-content {
  width: 930px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
#node-ebook #contributors .items {
  margin: 100px -3% 0 -3%;
  position: relative;
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#node-ebook #contributors .items .item {
  flex-grow: 1;
  width: calc(100%/8);
  margin: 0 3%;
  float: left;
  text-align: left;
  margin-bottom: 20px;
}
#node-ebook #contributors .items .item .title {
  font-weight: bold;
}
#node-ebook #contributors .items .item .desc {
  margin: 20px 0;
}
#node-ebook #contributors .items .item .image {
  margin-bottom: 20px;
  border-radius: 12px;
  background: #fafafa;
  position: relative;
  padding-top: 66.666%;
  overflow: hidden;
  transform: translateZ(0);
}
#node-ebook #contributors .items .item .image a {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  cursor: default !important;
  /*
              &:hover {
                img {
                  //filter: grayscale(0%);
                  transform: scale(1.1);
                }
              }
               */
}
#node-ebook #contributors .items .item .image a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  object-fit: cover;
  object-position: top center;
}
#node-ebook #contributors .items .item .company-logo {
  margin-top: 0;
  height: 45px;
  width: auto;
  float: right;
}
#node-ebook #contributors .view {
  margin-top: 100px;
}
#node-ebook #contributors .view .view-filters {
  margin-bottom: 50px;
}
#node-ebook #contributors .view .view-filters a.show-filters {
  display: none;
}
#node-ebook #contributors .view .view-filters .dropdown-content {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  padding: 0;
  box-shadow: none;
  overflow: visible;
  margin: 0;
  background: none;
}
#node-ebook #contributors .view .view-filters .dropdown-content:before {
  display: none;
}
#node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none;
}
#node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup legend {
  padding: 0;
  margin: 10px 50px 0 0 !important;
  font-weight: 700;
  float: left;
  width: auto !important;
  display: none;
}
#node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper {
  float: left;
  width: auto !important;
}
#node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item {
  float: left;
  margin-right: 50px !important;
  margin-top: 10px !important;
}
#node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item input {
  display: none;
}
#node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item label {
  padding-left: 0 !important;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 28px !important;
}
#node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item label:before,
#node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item label:after {
  display: none !important;
}
#node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item label:hover {
  color: #00adef;
}
#node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item input:checked + label {
  color: #00adef;
  font-weight: 700;
}
#node-ebook #contributors .view .view-filters .views-exposed-form .form-actions {
  display: none;
}
#node-ebook #contributors .view .view-content {
  margin: -50px -1% 0 -1%;
}
#node-ebook #contributors .view .view-content .views-item {
  float: left;
  width: 18%;
  margin: 50px 1% 0 1%;
}
#node-ebook #contributors .view .view-content .views-item .image {
  margin-bottom: 20px;
  border-radius: 12px;
  background: #fafafa;
  position: relative;
  padding-top: 66.666%;
  overflow: hidden;
  transform: translateZ(0);
}
#node-ebook #contributors .view .view-content .views-item .image a {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
}
#node-ebook #contributors .view .view-content .views-item .image a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}
#node-ebook #contributors .view .view-content .views-item .image a:hover img {
  transform: scale(1.1);
}
#node-ebook #contributors .view .view-content .views-item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}
#node-ebook #contributors .view .view-content .views-item .title {
  margin: 0;
  font-weight: 700;
}
#node-ebook #contributors .view .view-content .views-item.career .image a {
  height: 0;
  padding-top: 66.666%;
  background: #d5f6ff;
  border-radius: 12px;
  overflow: hidden;
  transform: translateZ(0);
}
#node-ebook #contributors .view .view-content .views-item.career .image a .icon {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -55px;
  transition: transform 1s;
}
#node-ebook #contributors .view .view-content .views-item.career .image a .icon .lottie {
  width: 100%;
  height: 100%;
}
#node-ebook #contributors .view .view-content .views-item.career .image a:hover .icon {
  transform: scale(1.1);
}
#node-ebook #getyourcopy {
  padding: 140px 0 150px 0;
  margin-top: 200px;
  margin-bottom: 50px;
  background: #ecf7fe;
  position: relative;
  z-index: 1;
}
#node-ebook #getyourcopy: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-ebook #getyourcopy: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-ebook #getyourcopy .section-content {
  width: 930px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
#node-ebook #getyourcopy .section-content .button-wrapper {
  margin-top: 50px;
  position: relative;
  z-index: 19;
  display: inline-block;
}
#node-ebook #getyourcopy .section-content .button-wrapper svg {
  position: absolute;
  bottom: 25px;
  left: 100%;
  width: 50px;
  height: 44px;
  z-index: -1;
  margin-left: 40px;
}
#node-ebook #getyourcopy .section-content .button-wrapper svg .line {
  stroke-dasharray: 67px;
  stroke-dashoffset: 67px;
  transition: stroke-dashoffset 1s 0s;
}
#node-ebook #getyourcopy .section-content .button-wrapper svg .arrow {
  opacity: 0;
  transition: opacity 0.5s 1s;
}
#node-ebook #getyourcopy .section-content .button-wrapper.animate svg .line {
  stroke-dashoffset: 0;
}
#node-ebook #getyourcopy .section-content .button-wrapper.animate svg .arrow {
  opacity: 1;
}
#node-ebook #getyourcopy .form-item input.form-text,
#node-ebook #getyourcopy .form-item input.form-email,
#node-ebook #getyourcopy .form-item input.form-tel,
#node-ebook #getyourcopy .form-item input.form-number,
#node-ebook #getyourcopy .form-item input.form-date,
#node-ebook #getyourcopy .form-item input.form-url,
#node-ebook #getyourcopy .js-form-type-checkboxes .form-item label:before,
#node-ebook #getyourcopy .js-form-type-checkbox label:before,
#node-ebook #getyourcopy .js-form-type-radios .form-item label:before,
#node-ebook #getyourcopy .js-form-type-radio label:before {
  background: #fff !important;
  box-shadow: 0 0 10px rgba(0, 101, 189, 0.05) !important;
}
#node-ebook #getyourcopy .form-item label {
  text-align: left;
}
#node-ebook #getyourcopy input.form-submit.filled {
  background: linear-gradient(90deg, #006cd5, #3eaef0) !important;
}
#node-ebook #getyourcopy .webform-confirmation .h1 {
  font-size: 50px;
}
#node-ebook #getyourcopy .webform-confirmation .button {
  overflow: visible;
}
#node-ebook #getyourcopy .webform-confirmation .button:after {
  content: '';
  background: url('/themes/custom/images/icons/arrow_small_blue.svg') center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 12px;
  left: 100%;
  width: 50px;
  height: 44px;
  margin-left: 40px;
}
#node-ebook #request-form-teaser {
  background: transparent;
}
#node-ebook #request-form-teaser:before {
  display: none;
}
@media all and (max-width: 1699px) {
  #node-ebook #intro .section-content {
    width: 60%;
    padding-right: 130px;
  }
  #node-ebook #intro .image {
    margin-right: 0;
  }
  #node-ebook #contributors .view .view-content .views-item {
    width: 23%;
  }
}
@media all and (max-width: 1599px) {
  #node-ebook #intro {
    padding: 250px 0 150px 0;
  }
  #node-ebook #intro .section-content {
    padding-right: 100px;
  }
  #node-ebook #intro .section-content .h1 {
    font-size: 60px;
    line-height: 70px;
  }
  #node-ebook #intro .section-content .text {
    margin-bottom: 50px;
  }
  #node-ebook #description {
    padding-top: 150px;
  }
  #node-ebook #contributors .view {
    margin-top: 50px;
  }
  #node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item label {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media all and (max-width: 1439px) {
  #node-ebook #intro {
    padding: 300px 0 150px 0;
  }
  #node-ebook #intro .h1 {
    margin-bottom: 50px;
  }
  #node-ebook #intro .section-content {
    padding-right: 70px;
  }
  #node-ebook #description {
    padding-top: 150px;
  }
  #node-ebook #contributors .view .view-content .views-item {
    width: 31.333%;
  }
}
@media all and (max-width: 1247px) {
  #node-ebook #intro .section-content {
    padding-right: 50px;
  }
  #node-ebook #intro .section-content .links .certificates {
    border-left: 0;
    padding-left: 0;
  }
  #node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup legend {
    margin-right: 30px !important;
  }
  #node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item {
    margin-right: 30px !important;
  }
  #node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item label {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media all and (max-width: 1023px) {
  #node-ebook #intro {
    padding: 220px 0 100px 0;
  }
  #node-ebook #intro .section {
    display: flex;
    flex-direction: column;
  }
  #node-ebook #intro .section .subtitle {
    order: 1;
  }
  #node-ebook #intro .section .h1 {
    order: 2;
  }
  #node-ebook #intro .section .image {
    order: 3;
  }
  #node-ebook #intro .section .section-content {
    order: 4;
  }
  #node-ebook #intro .section-content {
    width: auto;
    padding-right: 0;
  }
  #node-ebook #intro .image {
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin: 0 0 50px 0 !important;
  }
  #node-ebook #intro .image img {
    top: auto;
    transform: none;
  }
  #node-ebook #intro .logos-wrapper {
    margin-top: 100px;
  }
  #node-ebook #description {
    padding-top: 100px;
  }
  #node-ebook #description .section-content {
    text-align: left;
  }
  #node-ebook #contributors .view .view-content {
    margin: -50px -2% 0 -2%;
  }
  #node-ebook #contributors .view .view-content .views-item {
    width: 46%;
    margin: 50px 2% 0 2%;
  }
  #node-ebook #request-form-teaser {
    margin-top: 50px;
  }
}
@media screen and (max-width: 812px) {
  #node-ebook #intro .h1 {
    width: 100%;
  }
  #node-ebook #intro .section-content {
    width: 100%;
    padding-right: 0;
    float: right;
  }
  #node-ebook #intro .section-content .text {
    margin-bottom: 30px;
  }
  #node-ebook #intro .image {
    float: none;
    margin-bottom: 30px;
    width: 80%;
  }
  #node-ebook #contributors .section-content {
    text-align: left;
  }
  #node-ebook #contributors .items {
    margin: 50px 0;
  }
  #node-ebook #contributors .items .item {
    width: 100%;
    margin: 20px 0;
  }
  #node-ebook #contributors .view .view-filters a.show-filters {
    display: inline-block;
  }
  #node-ebook #contributors .view .view-filters a.show-filters i {
    margin-left: 5px;
    font-size: 14px;
  }
  #node-ebook #contributors .view .view-filters .dropdown-content {
    display: none;
    position: absolute;
    right: auto;
    margin-right: 0;
    top: 100%;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 0;
    margin-top: 20px;
    left: 0;
    width: 100%;
  }
  #node-ebook #contributors .view .view-filters .dropdown-content:before {
    display: block;
    right: auto;
    left: 15px;
  }
  #node-ebook #contributors .view .view-filters .views-exposed-form {
    padding: 10px 20px 20px 20px;
    overflow: hidden;
    overflow-y: auto;
    max-height: 50vh;
  }
  #node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper {
    width: 100% !important;
  }
  #node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item {
    margin: 10px 0 0 0 !important;
    float: none !important;
  }
  #node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item label {
    font-size: 16px !important;
    line-height: 26px !important;
    width: 100%;
    display: block;
  }
  #node-ebook #getyourcopy {
    margin-top: 0;
    padding: 100px 0;
  }
}
@media screen and (max-width: 599px) {
  #node-ebook #intro {
    padding: 150px 0 100px 0;
  }
  #node-ebook #intro .section-content .links .certificates a img {
    height: 28px;
  }
  #node-ebook #intro .section-content .links .app-container .dropdown-content {
    padding: 20px 20px 10px 20px;
  }
  #node-ebook #intro .section-content .links .app-container .dropdown-content .downloads a {
    float: left;
    clear: left;
    margin: 0 0 10px 0 !important;
  }
  #node-ebook #intro .section-content .links .app-container .dropdown-content .downloads a img {
    height: 40px;
  }
  #node-ebook #contributors .view {
    margin-top: 50px;
  }
  #node-ebook #contributors .view .view-content {
    margin-top: -30px;
  }
  #node-ebook #contributors .view .view-content .views-item {
    width: 96%;
    margin-top: 30px;
  }
  #node-ebook #contributors .view .view-content .views-item .image {
    margin-bottom: 10px;
  }
  #node-ebook #contributors .view .view-content .views-item .content {
    height: auto !important;
  }
}
@media screen and (max-width: 499px) {
  #node-ebook #description {
    padding-top: 70px;
  }
}
@media screen and (max-width: 374px) {
  #node-ebook #intro .section-content .links #documentation-button {
    margin-right: 10px;
  }
}
/*# sourceMappingURL=ebook.css.map */