@charset "UTF-8";
.highlight {
  color: #00bdf3;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  color: white;
  background-color: #1e1e1e;
  min-height: 100vh;
  padding-top: 80px;
}

img {
  width: 100%;
  height: auto;
}

input, textarea {
  border: none;
  background: none;
}

h1 {
  font-family: "komua", sans-serif;
  font-weight: normal;
  font-size: 6rem;
  line-height: 0.9em;
  margin-bottom: 0.9rem;
}

h2 {
  font-family: "komua", sans-serif;
  font-weight: normal;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 0.9rem;
}

h3 {
  font-size: 2rem;
  font-weight: normal;
}

.blog-post h4 {
  font-size: 1.4rem;
  margin-top: 1.5rem;
  margin-bottom: 1.1rem;
  font-weight: normal;
}

.blog-post h5 {
  font-size: 1.2rem;
  margin-top: 1.5rem;
  margin-bottom: 1.1rem;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: white;
}

ol {
  margin-bottom: 1.1rem;
  font-weight: 300;
  line-height: 1.6rem;
  letter-spacing: 0.03rem;
  padding-left: 1em;
}

ul {
  margin-bottom: 1.1rem;
  font-weight: 300;
  line-height: 1.6rem;
  letter-spacing: 0.03rem;
  list-style: none;
  padding: 0;
}
ul li {
  padding-left: 1em;
  text-indent: -0.7em;
}
ul li::before {
  font-size: 1rem;
  content: "■ ";
  color: #00bdf3;
}

p {
  margin-bottom: 1.1em;
  font-weight: 300;
  line-height: 1.4em;
  letter-spacing: 0.03em;
}

a .accessible {
  height: 0;
  overflow: hidden;
  position: absolute;
}

@media only screen and (max-width: 799px) {
  h2 {
    font-size: 3.2rem;
  }
}
#bot-wrap {
  margin: 90px auto;
  max-width: 800px;
}
#bot-wrap .header {
  display: flex;
  padding: 0 2rem;
  border-bottom: 1px solid #323232;
  justify-content: space-between;
}
#bot-wrap .header p {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: #606060;
}
#bot-wrap .detail-link {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #323232;
  padding: 2rem;
  transition: 0.3s ease-in-out;
}
#bot-wrap .detail-link p {
  margin-bottom: 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#bot-wrap .detail-link p:last-of-type {
  font-weight: bold;
}
#bot-wrap .detail-link:hover {
  background-color: #323232;
}

#app {
  margin: 0 2em;
  transition: all 0.5s ease-in-out;
  min-height: 350px;
}
#app .sent button {
  width: 0;
  padding: 0;
  opacity: 0;
}
#app .sent input {
  border-radius: 3px;
  color: #606060;
  border-color: #606060;
}
#app .response {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-left: 150px;
}
#app .bot-response {
  display: flex;
  width: 100%;
}
#app .bot-response .messages {
  width: 100%;
}
#app .bot-response img {
  width: 50px;
  height: 100%;
  margin: 5px 40px 25px 0;
}
#app .time {
  width: 80px;
  text-align: right;
  font-style: italic;
  color: #606060;
}
#app .message {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .message:last-of-type {
  margin-bottom: 0;
}
#app .message:first-of-type {
  margin-top: 0;
}
#app .message .text {
  color: white;
  background-color: #323232;
  padding: 20px;
  border-radius: 3px;
  border: 1px solid #606060;
  line-height: 1.3em;
  width: calc(100% - 180px);
}
#app .responses {
  text-align: right;
  width: 100%;
}
#app .field {
  display: flex;
  justify-content: flex-end;
}
#app .choice {
  background-color: #00bdf3;
  cursor: pointer;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 20px;
  border-radius: 3px;
  display: inline-block;
}
#app .clicked {
  pointer-events: none;
}
#app input, #app button {
  padding: 20px;
}
#app input {
  border-radius: 3px 0 0 3px;
  border: 1px solid #00bdf3;
}
#app button {
  background-color: #00bdf3;
  border: none;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}

@media only screen and (max-width: 720px) {
  #app .response {
    display: block;
  }
  #app .response .time {
    display: block;
    text-align: right;
    width: 100%;
  }
  #app .message {
    display: block;
  }
  #app .message .text {
    width: calc(100% - 70px);
  }
  #app .message .time {
    display: none;
    margin-top: 20px;
    text-align: left;
  }
  #app .message:last-of-type .time {
    display: block;
  }
}
@media only screen and (max-width: 590px) {
  #app {
    margin: 0 1em;
  }
  #app .bot-response img {
    margin-right: 20px;
  }
  #app .response {
    padding-left: 80px;
  }
}
.messages-move {
  transition: 0.5s ease-in-out;
}
.messages-enter-active, .messages-leave-active {
  transition: 0.5s ease-in-out;
}
.messages-enter {
  opacity: 0;
  transform: translateX(-50px);
}
.messages-enter-active {
  transition-delay: calc(0.4s * var(--i));
}

.responses-move {
  transition: 0.5s ease-in-out;
}
.responses-enter-active, .responses-leave-active {
  transition: 0.5s ease-in-out;
}
.responses-item {
  transition: all 0.5s;
  display: inline-block;
}
.responses-enter, .responses-leave-to {
  opacity: 0;
  transform: translateY(50px);
}
.responses-enter-active {
  transition-delay: calc((var(--total) + var(--i)) * 0.4s);
}

.post {
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid #606060;
  border-bottom: 1px solid #606060;
  color: #cdcdcd;
  margin: 20px;
  transition: 0.3s;
}
.post .img-container {
  width: 100%;
  background-size: cover;
  height: 240px;
  margin-bottom: 0;
}
.post:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.8);
  border-color: #00bdf3;
  transform: translateY(-5px);
}
.post h4 {
  font-size: 1.4rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post p {
  padding-top: 10px;
}
.post .top {
  border-bottom: 1px solid #00bdf3;
}
.post .top a {
  color: #cdcdcd;
}
.post .top h4 {
  color: inherit;
}
.post .top p {
  font-size: 0.8rem;
  color: #cdcdcd;
}
.post .preview, .post .tags {
  margin: 10px;
}
.post .preview a, .post .tags a {
  color: #cdcdcd;
}
.post .tags a {
  margin-top: 10px;
  color: #cdcdcd;
  display: inline-block;
  line-height: 1.2rem;
}
.post .img-container {
  margin-top: 20px;
}
.post .card-author:hover {
  color: #00bdf3;
  text-decoration: underline;
}

.business-card {
  display: flex;
  max-width: 600px;
  margin: 40px 0;
}
.business-card h1 {
  font-size: 4rem;
}
.business-card .person-info {
  margin: auto 30px;
  text-align: left;
}
@media only screen and (max-width: 450px) {
  .business-card .person-info {
    margin: auto 10px;
  }
}
.business-card .person-info h1 {
  margin-bottom: 0.3rem;
}
.business-card .person-info .person-title {
  color: #00bdf3;
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}
.business-card .person-info a {
  display: block;
  font-weight: 400;
  line-height: 1.4rem;
  color: #cdcdcd;
  transition: 0.2s;
}
.business-card .person-info a:hover {
  color: #00bdf3;
  text-decoration: underline;
}
.business-card .img-container {
  max-width: 150px;
  max-height: 150px;
  border: 2px solid #00bdf3;
  border-radius: 50%;
  margin: 0;
}
@media only screen and (max-width: 450px) {
  .business-card .img-container {
    max-width: 90px;
    max-height: 90px;
  }
}

.blue-btn {
  font-style: normal;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #00bdf3;
  border-radius: 0;
  padding: 10px 20px;
  color: #00bdf3;
  box-shadow: inset 0 0 0 0 #00bdf3;
  transition: 0.5s;
  margin: 10px 0;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
.blue-btn:hover {
  box-shadow: inset 0 -100px 0 0 #00bdf3;
  color: #1e1e1e;
}
.blue-btn:active {
  opacity: 0.5;
}

.small {
  font-size: 0.8em;
  padding: 5px 10px;
  margin: 5px 0;
}

@media only screen and (max-width: 800px) {
  .button-wrap {
    text-align: center;
  }
}
.block-image_carousel {
  max-width: 1200px;
  margin: 0 auto;
}

.customer-reference {
  display: flex;
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 50px;
}
.customer-reference iframe {
  width: 100%;
}
.customer-reference a {
  color: #00bdf3;
}
.customer-reference .logo {
  border-top: 1px solid #00bdf3;
  text-align: center;
  color: #cdcdcd;
  font-style: italic;
}
.customer-reference .logo .img-container {
  width: auto;
}
.customer-reference .r-heading {
  font-family: "komua", sans-serif;
  font-size: 2rem;
  line-height: 1em;
  padding: 0;
  margin-top: -66px;
  text-align: center;
  color: #00bdf3;
  width: 100%;
  margin-bottom: 20px;
  font-style: normal;
}
.customer-reference .r-heading span {
  position: relative;
  display: inline;
  z-index: 0;
}
.customer-reference .r-heading span::after {
  position: absolute;
  background-color: #1e1e1e;
  color: #1e1e1e;
  pointer-events: none;
  content: "m";
  left: -10px;
  right: 10px;
  width: calc(100% + 20px);
  z-index: -1;
}
.customer-reference .point-grid {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
}
.customer-reference .point-grid .img-container {
  grid-column: 1;
  height: 50px;
  width: 100px;
  margin-right: 30px;
  margin-bottom: 0;
}
.customer-reference .point-grid .benefit {
  grid-column: 2;
  margin: 10px 0;
}
.customer-reference .point-grid .benefit p {
  margin: 10px 0;
  line-height: 1em;
}
.customer-reference .logo, .customer-reference .description, .customer-reference .benefits, .customer-reference .scale {
  padding: 50px;
  letter-spacing: 0.03em;
}
.customer-reference .scale {
  text-align: center;
}
.customer-reference .benefit, .customer-reference .scale h4 {
  font-family: "komua", sans-serif;
  font-size: 1.7rem;
  font-weight: normal;
}
.customer-reference .description {
  grid-row: 2/4;
  grid-column: 1;
  border-top: 1px solid #00bdf3;
}
.customer-reference .benefits {
  grid-row: 1/3;
  grid-column: 2;
  border-top: 1px solid #00bdf3;
}
.customer-reference .scale {
  grid-row: 3;
  grid-column: 2;
  border-top: 1px solid #00bdf3;
}

@media only screen and (min-width: 799px) {
  .customer-reference .column {
    width: 50%;
    border-bottom: 1px solid #00bdf3;
  }
  .customer-reference .column:last-of-type {
    border-left: 1px solid #00bdf3;
  }
}
@media only screen and (max-width: 799px) {
  .customer-reference {
    display: block;
    padding-top: 50px;
    margin: 50px 20px;
    background-color: #1e1e1e;
    box-shadow: 0 10px 10px 0 black;
    border-top: 1px solid #00bdf3;
    border-bottom: 1px solid #00bdf3;
  }
  .customer-reference .description {
    border-bottom: none;
  }
  .customer-reference .benefits, .customer-reference .scale {
    border-left: none;
  }
}
@media only screen and (max-width: 560px) {
  .customer-reference .logo, .customer-reference .description, .customer-reference .benefits, .customer-reference .scale {
    padding: 50px 10px;
  }
  .customer-reference .point-grid {
    display: block;
  }
  .customer-reference .point-grid .img-container {
    width: 100%;
    margin-top: 60px;
  }
  .customer-reference .point-grid .benefit {
    text-align: center;
    margin-bottom: 60px;
  }
}
.event-banner {
  background-color: #00bdf3;
  text-align: center;
  padding: 10px 10px 10px 10px !important;
  line-height: 1.6rem;
  box-shadow: 0 20px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  display: flex;
  z-index: 29;
}
.event-banner.open {
  display: flex;
  text-align: center;
}
.event-banner i:hover {
  color: #1e1e1e;
}
.event-banner .close-event-banner {
  margin: auto 0 auto 0;
}
.event-banner .event-info-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  transform: translateX(8px);
}
.event-banner .event-info-wrapper .event {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
}
.event-banner .event-info-wrapper .event-subtitle {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  text-transform: none;
}
.event-banner .event-info-wrapper .event-subtitle .blue-btn {
  border: 1px solid white;
  color: white;
  padding: 0px 10px;
  margin: 0 10px;
  font-size: 0.8rem;
}
.event-banner .event-info-wrapper .event-subtitle .blue-btn:hover {
  box-shadow: inset 0 -100px 0 0 white;
  color: #00bdf3;
}
.event-banner .event-info-wrapper .event-subtitle a {
  text-decoration: underline;
  font-style: italic;
}
@media only screen and (max-width: 700px) {
  .event-banner .event-info-wrapper {
    flex-direction: column;
  }
  .event-banner .blue-btn {
    margin-top: 5px !important;
  }
}

.events-list {
  margin: 50px 0;
}
.events-list .events {
  text-align: center;
}
.events-list .event {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.events-list .event .blue-btn {
  padding: 5px 10px;
  margin-left: 30px;
  font-size: 0.8rem;
}
.events-list .event .event-name {
  text-align: left;
  width: 450px;
}
.events-list .event h3 {
  display: inline-block;
  font-family: "komua", sans-serif;
  font-size: 2.7rem;
}
.events-list .event p {
  font-family: "Komua", sans-serif;
  font-size: 1.7rem;
  margin: auto 0;
}
@media only screen and (max-width: 750px) {
  .events-list .event {
    flex-direction: column;
  }
  .events-list .event .event-name {
    width: auto;
  }
  .events-list .event .blue-btn {
    margin-left: 0;
  }
}

.anchor-wrapper {
  padding-top: 60px;
  margin-top: -60px;
}

.feature-card {
  width: 319px;
  border-top: 1px solid #606060;
  border-bottom: 1px solid #606060;
  color: #cdcdcd;
  margin: 20px;
  transition: 0.3s;
}
.feature-card p {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
}
.feature-card h3 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
}
.feature-card:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.8);
  border-color: #00bdf3;
  transform: translateY(-5px);
}
.feature-card:hover .tags a {
  color: #00bdf3;
}
.feature-card .feature-name {
  text-align: center;
  padding: 1rem;
  border-bottom: 1px solid #606060;
  margin: 0 1rem;
}
.feature-card .feature-description {
  margin: 1rem;
}
.feature-card .feature-image {
  border-bottom: 1px solid #606060;
}
.feature-card .tags a {
  line-height: 1.4rem;
  font-size: 0.95rem;
  display: block;
  white-space: normal;
}
.feature-card .blog-posts {
  margin: 0 1rem;
}
.feature-card .blog-posts p {
  padding-bottom: 0.3rem;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .feature-card h3 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 1.2rem;
  }
  .feature-card .feature-card {
    width: 100%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.8);
    border-color: #00bdf3;
  }
  .feature-card .feature-card .tags a {
    color: #00bdf3;
  }
}

@media only screen and (max-width: 750px) {
  .feature-card {
    width: 90%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.8);
    border-color: #00bdf3;
  }
  .feature-card .tags a {
    color: #00bdf3;
  }
}
input, textarea {
  background-color: #1e1e1e;
  color: #cdcdcd;
  border-radius: 3px;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  transition: 0.2s ease-in-out;
}

button {
  background: none;
}

textarea {
  resize: none;
}

.math {
  max-width: 100px;
  display: inline-block;
}

.policy {
  display: inline-block;
}
.policy input {
  display: inline-block !important;
}
.policy a {
  color: #00bdf3;
  text-decoration: underline;
}
.policy a:hover {
  text-decoration: none;
}

.field-wrapper {
  /* This class is only used for honeypots. DO NOT CHANGE OR USE IT FOR ANY OTHER PURPOSE */
  min-height: 3rem;
  position: relative;
  margin: 2em 0;
}
.field-wrapper input {
  height: 3rem;
}
.field-wrapper input, .field-wrapper textarea {
  width: 100%;
  padding: 0 1rem;
}
.field-wrapper label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #606060;
}
.field-wrapper .label-content {
  position: absolute;
  color: #606060;
  background-color: #1e1e1e;
  padding: 0 0.1rem;
  top: 0.9rem;
  left: 0.9rem;
  transition: 0.2s ease-in-out;
}
.field-wrapper textarea {
  padding: 1rem;
}
.field-wrapper input:focus, .field-wrapper textarea:focus {
  color: #00bdf3;
}
.field-wrapper input:focus + label, .field-wrapper textarea:focus + label {
  border-color: #00bdf3;
}
.field-wrapper input:focus + label .label-content, .field-wrapper textarea:focus + label .label-content {
  color: #00bdf3;
}
.field-wrapper input::placeholder, .field-wrapper textarea::placeholder {
  color: transparent;
}
.field-wrapper input:focus + label .label-content,
.field-wrapper input:not(:placeholder-shown) + label .label-content,
.field-wrapper textarea:focus + label .label-content,
.field-wrapper textarea:not(:placeholder-shown) + label .label-content {
  transform: translateY(-1.5rem);
  font-size: 0.8rem;
}

.image-group {
  max-width: 1200px;
  display: flex;
  margin: 70px auto;
  justify-content: center;
  flex-wrap: wrap;
}
.image-group .image-item {
  margin: 10px;
}
.image-group .image-item p {
  text-align: center;
  text-transform: uppercase;
}
.image-group .img-container {
  min-width: 300px;
  min-height: 300px;
  width: 100%;
}

.person {
  text-align: center;
  width: 350px;
  margin-bottom: 20px;
}
.person p {
  margin-bottom: 0.5rem;
}
.person .blue-btn {
  transform: scale(0.9);
}
.person .profile-picture img {
  width: 200px;
  height: 200px;
}
.contact-page-landing .person {
  margin-bottom: 70px;
}
.contact-page-landing .person p {
  font-size: 1rem;
}
.person .author-title {
  margin-bottom: 0.3rem;
  margin-top: 1rem;
}
.person .expertise {
  margin-bottom: 1rem;
}

.profile-social-media {
  font-size: 1.5rem;
}
.profile-social-media a {
  color: #cdcdcd;
}
.profile-social-media a:hover {
  color: #00bdf3;
}

.author-title, .expertise {
  color: #cdcdcd;
  line-height: 1em;
  font-size: 0.9rem;
}

.author-name {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 1rem 5rem;
  border-bottom: 2px solid #00bdf3;
}

.profile-picture {
  margin: 1.5rem auto 1rem auto;
}
.profile-picture img {
  border-radius: 50%;
  border: 3px solid #00bdf3;
  width: 150px;
  height: 150px;
}

.profile-info {
  margin-bottom: 0.5rem;
}

.profile-contact a {
  display: block;
  color: #cdcdcd;
  transition: 0.2s;
}
.profile-contact a:hover {
  color: #00bdf3;
  text-decoration: underline;
}

.reference-logos-black {
  background-color: #1e1e1e;
}

.reference-logos-gray {
  background-color: #323232;
}

.reference-logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reference-logo-container .reference-logos {
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.reference-logo-container .reference-logos .reference-image-group {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
.reference-logo-container .reference-logos .reference-image-group .reference-image-item {
  margin: 20px;
}
.reference-logo-container .reference-logos .reference-image-group .reference-img-container {
  min-width: 300px;
  min-height: 300px;
  width: 100%;
}

.share-buttons .fab {
  color: #00bdf3;
  font-size: 1.8rem;
  margin-right: 0.2rem;
  transition: 0.3s;
}
.share-buttons .fab:hover {
  color: white;
}

.tags {
  font-size: 0.8rem;
  margin-bottom: 5px;
  /* Class used in the blog index page only, because tags need a different arrangement there */
}
.tags.index-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 40px auto;
}
.tags.index-box a {
  margin: 5px;
}
.post-title .tags {
  font-size: 1rem;
  margin-top: 10px;
}
.tags a {
  display: inline-block;
  line-height: 1.7em;
  transition: 0.2s;
  white-space: nowrap;
  color: #cdcdcd;
  padding: 2px 5px;
  background-color: #323232;
  border-radius: 2px;
}
.tags a:hover {
  color: #00bdf3;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs {
  max-width: 1200px;
  margin: 0 auto;
}
.tabs .buttons {
  text-align: right;
}
.tabs .tabcontent {
  display: none;
  animation: fade 0.5s;
}
.tabs .tabcontent.active {
  display: block;
}
.tabs .blue-btn {
  font-size: 0.7rem;
  padding: 7px 14px;
}
.tabs .blue-btn.active {
  box-shadow: inset 0 -100px 0 0 #00bdf3;
  color: #1e1e1e;
}

.tos-content {
  margin-bottom: 50px;
}
.tos-content p {
  line-height: 1.7em;
}
.tos-content h3 {
  font-size: 1.5rem;
  margin-bottom: 25px;
}
.tos-content ol {
  line-height: 1.7em;
}
.tos-content a {
  text-decoration: underline solid #00bdf3;
}
.tos-content h2 {
  font-size: 3rem;
  text-align: left;
  margin-top: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #00bdf3;
}

.video-frame {
  padding-bottom: 56.25%;
  position: relative;
  max-height: 550px;
}
.video-frame iframe, .video-frame video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-frame h3 {
  margin-top: 20px;
  font-size: 1.3rem;
}
.video-frame p {
  margin-top: 15px;
}
@media only screen and (max-width: 700px) {
  .video-frame h3 {
    font-size: 1.1rem;
  }
  .video-frame p {
    font-size: 0.9rem;
  }
}

.block-video_block {
  width: 500px;
  margin-right: 50px;
  margin-bottom: 30px;
}
.block-video_block h3 {
  margin-top: 20px;
  font-size: 1.3rem;
}
.block-video_block p {
  margin-top: 15px;
}
.block-video_block .video-frame {
  padding-bottom: 56.25%;
  position: relative;
}
.block-video_block .video-frame iframe, .block-video_block .video-frame video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1100px) {
  .block-video_block {
    margin: 25px;
  }
}
@media only screen and (max-width: 700px) {
  .block-video_block h3 {
    font-size: 1.1rem;
  }
  .block-video_block p {
    font-size: 0.9rem;
  }
}

.countdown {
  padding: 50px 40px;
  text-align: center;
}

.timer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 500px) {
  .timer {
    gap: 5px;
  }
}

.time-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
}
@media only screen and (max-width: 500px) {
  .time-unit {
    padding: 0 2.5px;
  }
}

.value {
  font-size: 2.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .value {
    font-size: 2rem;
  }
}

.label {
  font-size: 1rem;
  color: #00bdf3;
  margin-top: 5px;
}
@media only screen and (max-width: 500px) {
  .label {
    font-size: 0.7rem;
  }
}

.divider {
  width: 2px;
  height: 100px;
  background-color: #585858;
}
@media only screen and (max-width: 500px) {
  .divider {
    height: 80px;
  }
}

.text {
  font-size: 150%;
}
@media only screen and (max-width: 500px) {
  .text {
    font-size: 120%;
  }
}

.query {
  padding: 50px 40px;
  text-align: center;
}

.embedded {
  margin-left: 400px;
  margin-right: 400px;
}
@media screen and (max-width: 1650px) {
  .embedded {
    margin-right: 300px;
    margin-left: 300px;
  }
}
@media screen and (max-width: 1330px) {
  .embedded {
    margin-right: 150px;
    margin-left: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .embedded {
    margin-right: 50px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 750px) {
  .embedded {
    margin-right: 0;
    margin-left: 0;
  }
}

.faq {
  max-width: 1500px;
  margin: 0 auto;
  padding: 2rem;
}
.faq__headline {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #cdcdcd;
}
.faq__items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.faq__item {
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  background-color: #323232;
  border: 1.5px solid transparent;
  transition: border-color 0.3s ease;
}
.faq__item.open .faq__icon {
  transform: rotate(90deg);
}
.faq__item:hover {
  border-color: #00bdf3;
}
.faq__question {
  all: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 1.5rem;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s;
  background: #323232;
}
.faq__text {
  color: #cdcdcd;
  font-style: "Lato", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 20px;
  font-weight: bolder;
  flex: 1;
  display: block;
  white-space: normal;
  word-break: break-word;
  margin-right: 20px;
}
.faq__icon {
  color: #cdcdcd;
  font-size: 25px;
  margin-right: 50px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  background: #323232;
  padding: 0 1.5rem;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq__answer.open {
  max-height: 500px;
  padding: 1rem 1.5rem;
}

.comparison-table {
  margin: 2rem 0;
  font-family: "Lato", sans-serif;
}
.comparison-table .comparison-table-headline {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-family: "komua", sans-serif;
  text-align: center;
}
.comparison-table .comparison-table-description {
  font-size: 1rem;
  margin-bottom: 2rem;
  text-align: center;
}
.comparison-table .comparison-table-wrapper {
  overflow-x: auto;
  margin-left: 550px;
  margin-right: 550px;
}
.comparison-table .comparison-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.comparison-table .comparison-table td.comparison-cell {
  padding: 0;
  border: 1px solid white;
}
.comparison-table .comparison-table td.comparison-cell .comparison-cell-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  min-height: 100px;
  text-align: center;
  width: 100%;
  height: 100%;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
}
.comparison-table .comparison-table td.comparison-cell p {
  margin: 0;
}
@media (max-width: 1450px) {
  .comparison-table .comparison-table-wrapper {
    margin-left: 300px;
    margin-right: 300px;
  }
}
@media (max-width: 1250px) {
  .comparison-table .comparison-table-wrapper {
    margin-left: 200px;
    margin-right: 200px;
  }
}
@media (max-width: 1050px) {
  .comparison-table .comparison-table-wrapper {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media (max-width: 850px) {
  .comparison-table .comparison-table-wrapper {
    margin-left: 50px;
    margin-right: 50px;
    overflow-x: auto;
  }
  .comparison-table .comparison-table {
    margin: 0 auto;
    table-layout: auto;
  }
  .comparison-table td.comparison-cell {
    min-width: 200px;
  }
}

@media only screen and (max-width: 1600px) {
  .category-title {
    padding-left: 15px;
  }
}
.category-list {
  max-width: 1200px;
  margin: 0 auto;
}

.category-title {
  padding-left: 0;
}
.category-title h2 {
  text-align: left;
  border-bottom: 2px solid #00bdf3;
  margin-bottom: 0.5rem;
}

.two-columns {
  width: 100%;
  margin: 80px auto 150px auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.two-columns .block-content {
  padding: 0 20px 30px 20px;
}
.two-columns.form, .two-columns.top {
  align-items: normal;
}
.two-columns.right-first {
  flex-wrap: wrap-reverse;
}
.two-columns.small-margins {
  margin: 40px auto 75px auto;
}
.two-columns .block-paragraph  {
  color: #cdcdcd;
}
.two-columns .column {
  width: 50%;
  padding: 0 50px;
  min-width: 400px;
}
.two-columns .column form {
  padding: 0 30px;
}
.two-columns .column .block-content h2 {
  text-align: left;
}
.two-columns .column .block-content ul {
  padding-left: 15px;
  margin-bottom: 0.3rem;
  line-height: 1.5rem;
}
.two-columns .column .block-content li {
  padding-bottom: 7px;
}
.two-columns .column .block-content li a {
  color: #00bdf3;
  position: relative;
  text-decoration: none;
  font-style: italic;
  transition: 0.2s ease-in-out;
}
.two-columns .column .block-content li a::after {
  border-top: 0.15em solid #00bdf3;
  content: "";
  position: absolute;
  z-index: -1;
  right: 0.2em;
  bottom: -0.1em;
  left: -0.2em;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 799px) {
  .two-columns .column .block-content h2 {
    text-align: center;
  }
}
.two-columns h1 {
  font-size: 5rem;
}
@media only screen and (max-width: 1030px) {
  .two-columns h1 {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .two-columns h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .two-columns .block-heading {
    font-size: 3.5rem;
  }
}
.two-columns .block-heading p {
  line-height: 0.9em;
  margin-bottom: 0.2em;
  letter-spacing: 0;
}
@media only screen and (max-width: 799px) {
  .two-columns .block-heading, .two-columns .column h1, .two-columns .column h3, .two-columns .column p {
    text-align: center;
  }
  .two-columns.small-margins {
    margin: 20px auto 75px auto;
  }
  .two-columns .block-heading {
    font-size: 3.5rem;
  }
  .two-columns .column {
    width: 100%;
    padding: 0;
    min-width: 0;
    margin: 30px 0;
  }
  .two-columns .column h1 {
    font-size: 3.2rem;
    margin: 0 0.5rem 0.9rem 0.5rem;
  }
  .two-columns .column ol, .two-columns .column ul {
    text-align: left;
  }
  .two-columns .column .block-content h2 {
    text-align: center;
  }
}

.single-column {
  width: 100%;
  margin: 80px auto 150px auto;
  max-width: 1200px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
.single-column .block-content {
  padding: 0 20px 30px 20px;
}
.single-column h1 {
  font-size: 5rem;
}
@media only screen and (max-width: 1030px) {
  .single-column h1 {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .single-column h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .single-column .block-heading {
    font-size: 3.2rem;
  }
}
.single-column .block-heading p {
  line-height: 0.9em;
  margin-bottom: 0.2em;
  letter-spacing: 0;
}
@media only screen and (max-width: 750px) {
  .single-column {
    margin: 20px auto 0 auto;
  }
}

.blog-index-content .single-column:last-of-type {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1170px) {
  .flex-container {
    flex-direction: column-reverse;
    width: 100%;
    align-items: center;
    display: flex;
  }
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
.flex-container .img-container {
  height: 120px;
  width: 112px;
  margin: 10px;
}

.verticals h2, .customers-block h2 {
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}

.vertical-block {
  max-width: 1200px;
  margin: 0 auto 100px auto;
}
.vertical-block p {
  margin-bottom: 60px;
  text-align: center;
  padding: 0 50px 0 50px;
}
@media only screen and (max-width: 750px) {
  .vertical-block p {
    padding: 0 20px 0 20px;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (max-width: 750px) {
  .vertical-block {
    margin: 0 auto 60px auto;
  }
}
.vertical-block .verticals {
  display: flex;
  margin: 40px auto;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
}
.vertical-block .verticals .vertical {
  margin: 0 15px;
  text-align: center;
}
.vertical-block .verticals .vertical a {
  display: block;
  width: 250px;
  transition: 0.3s;
  text-align: center;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
}
.vertical-block .verticals .vertical a:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.8);
  border-top: 1px #00bdf3 solid;
  border-bottom: 1px #00bdf3 solid;
  transform: translateY(-10px);
}
.vertical-block .verticals .vertical .vertical-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 150px;
  width: 200px;
  margin: 25px auto 10px auto;
}
.vertical-block .verticals .vertical .vertical-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 150px;
  width: 200px;
  margin: 25px auto 10px auto;
}
.vertical-block .verticals .vertical h3 {
  text-align: center;
  padding-bottom: 0.7rem;
  padding-top: 0.7rem;
  margin: 0 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
}
.vertical-block .verticals .vertical p {
  font-size: 0.9rem;
  margin: 0 1rem 15px 1rem;
}

.faq-panel {
  width: 70%;
  margin: auto;
}
.faq-panel h1 {
  padding-top: 60px;
  font-size: 3rem;
}
.faq-panel .border {
  border-top: 1px solid #00bdf3;
}

.q_a_block h1 {
  font-size: 2.2rem;
  padding-top: 0;
}

.block-questions_and_answers {
  margin-bottom: 2rem;
}

@media screen and (max-width: 800px) {
  .faq-panel {
    width: 80%;
    margin-left: auto;
  }
}
.feature-list {
  width: 100%;
  margin-bottom: 50px;
}
.feature-list.faq .title-row h3 {
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: none;
}
.feature-list.faq .collapse-data {
  padding: 0 0.5em 0 1em;
}
.feature-list.faq .collapse-data ul li {
  text-indent: -1em;
}
.feature-list .table-title {
  display: flex;
  justify-content: space-between;
  color: #cdcdcd;
}
.feature-list .table-title * {
  width: 100px;
}
.feature-list .table-title p {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  padding: 0.5rem;
}
.feature-list h3 {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: 0.13em;
  margin-left: 0.5em;
}
.feature-list .plans {
  display: flex;
  align-items: center;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}
.feature-list .plans .plan {
  width: 100px;
  color: #00bdf3;
  text-align: center;
}
.feature-list .plans .plan p {
  display: none;
}
.feature-list .title-row {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 1.5em 0;
  border-bottom: 1px solid #323232;
  transition: 0.3s;
}
.feature-list .title-row.open {
  background-color: #323232;
}
.feature-list .title-row:hover {
  background-color: #323232;
}
.feature-list .title-row * {
  pointer-events: none;
}
.feature-list .plans {
  display: flex;
}
.feature-list .description {
  padding: 1em;
  font-size: 0.8rem;
  margin-bottom: 0;
  color: #cdcdcd;
}
.feature-list .collapse-data {
  background-color: #323232;
  border-bottom: 1px solid #1e1e1e;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

@media only screen and (max-width: 700px) {
  .feature-list .plans {
    max-height: 0;
    overflow: hidden;
    margin-left: 0.5em;
    align-items: flex-start;
    transition: max-height 0.3s ease-in-out;
    padding-top: 0.5em;
  }
  .feature-list .plans .plan {
    width: auto;
    margin-right: 0.5em;
  }
  .feature-list .plans .plan p {
    display: block;
  }
  .feature-list .title-row {
    flex-direction: column;
  }
  .feature-list .plan p {
    color: #cdcdcd;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
  }
}
.footer-top {
  /*
  mid-gray part of the footer
  */
  display: flex;
  padding: 30px 10%;
  color: #cdcdcd;
  background-color: #323232;
  justify-content: center;
}
.footer-top div {
  margin: 0 40px;
}
.footer-top .line {
  margin: 0;
  border-left: 1px solid #606060;
}
.footer-top a {
  color: inherit;
  font-size: 0.9rem;
  transition: 0.3s;
}
.footer-top a:hover {
  color: #00bdf3;
}
.footer-top .contacts {
  padding-right: 40px;
  max-width: 170px;
}
.footer-top .contacts h3, .footer-top .nav-group h3 {
  margin: 20px 0 5px 0;
}
.footer-top .contacts h3:first-of-type, .footer-top .nav-group h3:first-of-type {
  margin-top: 0;
}
.footer-top .contacts p, .footer-top .nav-group p {
  font-size: 0.95rem;
  margin-bottom: 0;
  line-height: 1.7em;
}
.footer-top .contacts a, .footer-top .nav-group a {
  display: block;
  line-height: 1.7em;
  letter-spacing: 0.03em;
}
.footer-top .contacts a:last-of-type, .footer-top .nav-group a:last-of-type {
  margin-bottom: 20px;
}
.footer-top .content {
  /* Wrapper for both navigation and contact links */
  display: flex;
}
.footer-top .content .nav {
  display: flex;
  flex-wrap: wrap;
}
.footer-top .socials {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.footer-top .socials div {
  margin: 0;
}
.footer-top .socials a {
  font-size: 2.2rem;
  margin-top: 3px;
}
.footer-top .socials .logo-image {
  margin-bottom: 23px;
}
@media only screen and (max-width: 1010px) {
  .footer-top {
    padding: 30px 5%;
  }
  .footer-top #pages {
    margin-left: 0;
    margin-top: 0;
  }
  .footer-top div {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 715px) {
  .footer-top {
    flex-direction: column;
  }
  .footer-top .socials {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 40px;
  }
  .footer-top .content {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 555px) {
  .footer-top .socials {
    margin: 0;
  }
  .footer-top div {
    margin: 0;
  }
  .footer-top .line {
    border-bottom: 1px solid #606060;
    margin-bottom: 20px;
  }
  .footer-top .content {
    flex-direction: column;
  }
  .footer-top .content .nav {
    flex-direction: column;
  }
}

footer {
  margin-bottom: 40px;
}
footer h3 {
  font-weight: bold;
  color: white;
  font-size: 1rem;
  margin: 14px 0 5px 0;
}
footer .flex-certificates {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
footer .flex-certificates .img-container {
  margin: 0;
}
footer .logo-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  height: 54.3px;
  width: 120px;
}
@media only screen and (max-width: 897px) {
  footer .img-container {
    height: 101px;
    width: 135px;
  }
}

.copyright {
  margin-top: 20px;
  text-align: center;
  color: #cdcdcd;
  font-size: 0.7rem;
}
.copyright p {
  margin-bottom: 3px;
}
.copyright a {
  text-decoration: underline;
  color: #cdcdcd;
}
.copyright a:hover {
  text-decoration: none;
}

nav {
  background-color: #1e1e1e;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 30;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  top: 0;
}

.navbar {
  display: flex;
  min-height: 45px;
  align-items: center;
  justify-content: space-between;
  padding: 0.4em 50px;
  top: 0;
  width: 100%;
  font-size: 0.7rem;
}
.navbar .links a:not(.blue-btn):hover {
  color: #00bdf3;
  transition: 0.2s ease;
}
.navbar .links a:not(.blue-btn), .navbar .dropdown {
  color: #cdcdcd;
}
.navbar .dropdown {
  position: relative;
}
.navbar .dropdown .content {
  display: flex;
  flex-direction: row;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-5px);
  gap: 2em;
  padding: 1em 1em 0em 1em;
  background-color: #1e1e1e;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  z-index: 32;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar .dropdown .items {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.navbar .dropdown .items a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  white-space: nowrap;
  color: #cdcdcd;
}
.navbar .dropdown .items a:first-child {
  margin-top: 1em;
}
.navbar .dropdown .items a:not(:last-child) {
  border-bottom: 1px solid #606060;
}
.navbar .dropdown .items a:hover {
  color: #00bdf3;
}
.navbar .dropdown .fa-chevron-down {
  font-size: 0.5em;
  transform: translateY(-3px);
  transition: 0.3s;
}
.navbar .dropdown:hover .content {
  opacity: 1;
  pointer-events: all;
  display: flex;
}
.navbar .dropdown-columns {
  display: flex;
  flex-direction: row;
  gap: 2em;
}
.navbar .dropdown-category {
  display: flex;
  flex-direction: column;
  min-width: 180px;
  margin-bottom: 1em;
}
.navbar .dropdown-category .category-title {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #00bdf3;
  border-bottom: 1px solid #606060;
  padding-bottom: 0.5em;
}
.navbar .dropdown-category .category-links {
  display: flex;
  flex-direction: column;
  padding: 0.5em 0;
}
.navbar .dropdown-category .category-links a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #cdcdcd;
  text-decoration: none;
}
.navbar .dropdown-category .category-links a:not(:last-child) {
  border-bottom: 1px solid #606060;
}
.navbar .dropdown-category .category-links a:hover {
  color: #00bdf3;
}

.select-language .dropdown .content {
  flex-direction: column !important;
}
.select-language .dropdown .content a {
  padding-top: 0;
}

@media only screen and (min-width: 1235px) {
  .dropdown:hover .fa-chevron-down {
    transform: rotate(180deg);
  }
}
.menu-logo {
  max-width: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

#hamburger {
  display: none;
}

.hidden {
  display: none;
}

.links {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.fixed {
  position: fixed;
}

#def-menu {
  width: 100%;
}

@media only screen and (max-width: 799px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1235px) {
  nav {
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: 100%;
    position: fixed;
    top: 0;
  }
  nav .links {
    display: none;
    margin: 0 auto;
  }
  nav.open {
    height: 100vh;
  }
  nav.open .hidden, nav.open #super {
    display: flex;
  }
  nav.open .links {
    display: flex;
  }
  #hamburger {
    display: inline-block;
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 15px;
  }
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .navbar .dropdown {
    transition: 0.2s ease;
  }
  .navbar .dropdown.visible .fa-chevron-down {
    transform: rotate(180deg);
  }
  .navbar .dropdown.visible .content {
    display: block;
  }
  .navbar .dropdown .title {
    pointer-events: auto;
    cursor: pointer;
  }
  .navbar .dropdown .content {
    opacity: 1;
    position: relative;
    display: none;
    flex-direction: column;
    transform: none;
    background-color: #1e1e1e;
    padding: 1em 1em 0em 1em;
    font-size: 0.75rem;
    border: none;
    box-shadow: none;
  }
  .navbar .dropdown .content .dropdown-category {
    padding-left: 0;
  }
  .navbar .dropdown .content .dropdown-category .category-title {
    border-bottom: 1px solid #606060;
    margin-bottom: 0.5em;
  }
  .navbar .dropdown .content .dropdown-category .category-links {
    padding-left: 1em;
  }
  .navbar .dropdown .content .dropdown-category .category-links a {
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
  }
  .navbar .dropdown .content .dropdown-category .category-links a:hover {
    color: #00bdf3;
  }
  .links {
    flex-direction: column;
  }
  .links a, .links .dropdown, .links .select-language {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
  }
  .links .select-language .dropdown {
    padding: 0;
  }
  .links .select-language .dropdown .title {
    border: none;
  }
  .links .select-language .dropdown .content {
    display: none;
    flex-direction: column !important;
  }
  .links .select-language .dropdown .content a {
    padding: 15px 0;
    border: none;
  }
  .links .select-language .dropdown.visible .content {
    display: flex;
  }
  .links a:not(.blue-btn), .links .dropdown {
    border-bottom: 1px solid #606060;
  }
  .links .select-language .dropdown {
    border-bottom: none;
  }
  .menu-logo {
    background-position: left center;
  }
}
.plansblock {
  margin-top: 160px;
  margin-bottom: 160px;
}
.plansblock .plan-table {
  border: 1px solid #606060;
  justify-content: space-between;
  padding: 10px;
  border-radius: 10px;
  width: 350px;
  margin: 20px;
  background: #323232;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
}
.plansblock .plan-table:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
  border-color: #00bdf3;
}
.plansblock .plan-title {
  border-bottom: 1px solid #606060;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  color: #cdcdcd;
  max-width: 250px;
  margin: auto auto;
}
.plansblock .plan-items {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #606060;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #cdcdcd;
}
.plansblock .plan-link {
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}
.plansblock .plan-link-style {
  color: #00bdf3;
  font-size: 1.2rem;
}
.plansblock .plans-titles {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  justify-content: center;
  text-align: center;
}
.plansblock .plans-titles h1 {
  font-size: 5rem;
}
.plansblock .plans-details {
  margin: 20px auto 40px auto;
  max-width: 800px;
  justify-content: center;
  text-align: center;
}
.plansblock .plans-details h1 {
  font-size: 4rem;
}
.plansblock .plans-details .blue-btn {
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .plansblock .plans-details {
    margin-right: 30px;
    margin-left: 30px;
  }
  .plansblock .plans-titles {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 470px) {
  .plansblock .plan-table {
    width: 85%;
  }
}
@media only screen and (max-width: 1170px) {
  .plansblock .flex-container {
    flex-direction: column;
  }
  .plansblock .plans-titles h1 {
    font-size: 3.5rem;
  }
  .plansblock .plans-details h1 {
    font-size: 3rem;
  }
}

#success-stories {
  background-color: #323232;
  width: 100%;
  padding: 50px 0;
}

#success-stories div {
  padding: 0 40px;
  margin: auto;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
#success-stories div .customer {
  text-align: center;
  justify-content: center;
  width: 300px;
}
#success-stories div .customer h3 {
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding-bottom: 0.1em;
}
#success-stories div .customer p {
  color: #cdcdcd;
}

.img-container {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 150px;
  width: 200px;
  margin: 0 auto 30px auto;
}

.img-container-customers {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 150px;
  width: 200px;
  margin: 0 20px 30px 20px;
}
@media only screen and (max-width: 560px) {
  .img-container-customers {
    height: 105px;
    width: 140px;
    margin: 0 10px 30px 10px;
  }
}

.swiper-customers {
  max-width: 1200px;
  background: radial-gradient(circle, rgba(255, 0, 0, 0) 90%, rgb(30, 30, 30) 100%);
}
@media only screen and (max-width: 500px) {
  .swiper-customers {
    width: 80%;
  }
}
.swiper-customers #gradient {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  height: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 90%, rgb(30, 30, 30) 100%);
}

.customer-logo-slide {
  max-width: 250px;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 500px) {
  .customer-logo-slide {
    max-width: 100%;
  }
}

/* Process max width */
/* Mobile Breakpoint */
.process-snippet {
  background: #323232;
  padding: 30px 0;
  width: 100%;
  margin-bottom: 80px;
}
.process-snippet h2 {
  padding: 0 20px 0 20px;
}
.process-snippet p {
  margin-right: 150px;
  margin-left: 150px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .process-snippet p {
    margin-right: 60px;
    margin-left: 60px;
  }
}
@media screen and (max-width: 700px) {
  .process-snippet p {
    margin-right: 50px;
    margin-left: 50px;
  }
}

.process-container {
  display: grid;
  max-width: 1520px;
  margin: 100px auto 50px auto;
  text-align: center;
}
.process-container.hide-arrow .arrow {
  display: none !important;
}
.process-container .img-container {
  grid-row: 1;
  padding-right: 20px;
}
.process-container .heading {
  grid-row: 2;
  font-size: 1.3rem;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.process-container p {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  color: #cdcdcd;
}
.process-container .description {
  margin-bottom: 1.2rem;
  padding: 0 0 1rem 0;
  grid-row: 3;
}
.process-container .description p {
  margin-top: 1.2em;
  margin-right: 0;
  margin-left: 0;
}
.process-container .description.bottom-line {
  border-bottom: 1px solid #606060;
}
.process-container .length {
  margin-bottom: 0.5rem;
  grid-row: 4;
  font-weight: bold;
  text-transform: uppercase;
}
.process-container .participants {
  font-style: italic;
}

.arrow-divider {
  grid-row: 1/6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
}
.arrow-divider:last-of-type {
  display: none;
}

.arrow {
  border: solid #00bdf3;
  border-width: 0 5px 5px 0;
  width: 35px;
  height: 35px;
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

@media only screen and (max-width: 1520px) {
  .arrow-divider {
    margin: 0 0 50px 0;
  }
  .arrow {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .process-container {
    max-width: 800px;
  }
  .process-container .img-container {
    align-self: center;
  }
}
@media only screen and (min-width: 1520px) {
  .process-container {
    justify-items: center;
  }
  .process-container .heading, .process-container .description, .process-container .img-container {
    max-width: 400px;
  }
  .blue-btn {
    grid-row: 5;
    max-width: 400px;
  }
}
@media only screen and (max-width: 1520px) and (min-width: 750px) {
  .arrow-divider {
    grid-column: 1/3;
    grid-row: span 1;
  }
  .process-container {
    text-align: left;
  }
  .process-container p {
    text-align: left;
  }
  .process-container .heading, .process-container .description, .process-container .length, .process-container .participants {
    grid-row: span 1;
    grid-column: 2;
  }
  .process-container .img-container {
    grid-column: 1;
    grid-row: span 4;
  }
}
@media only screen and (max-width: 750px) {
  .process-container .heading, .process-container .description, .process-container .length, .process-container .participants, .process-container .arrow-divider {
    grid-column: 1;
    grid-row: span 1;
  }
  .process-container .img-container {
    grid-row: span 1;
  }
  .process-container .description {
    margin-left: 50px;
    margin-right: 50px;
  }
}
#post-grid, .blogs {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0 15rem;
  grid-column-gap: 3rem;
  max-width: 1800px;
  margin: 3rem auto;
}
.blog-wrapper .post-txt {
  line-height: 2rem;
}
.blog-wrapper .post-txt .embedded {
  margin: 0;
}
.blog-wrapper .post-txt .faq {
  margin: 0;
}
.blog-wrapper .post-txt .faq__headline {
  font-size: 2.5rem;
  text-align: center;
  font-family: "komua", sans-serif;
}
.blog-wrapper .post-txt .comparison-table {
  margin: 2rem 0;
}
.blog-wrapper .post-txt .comparison-table .comparison-table-wrapper {
  overflow-x: auto;
  margin-left: 0px;
  margin-right: 0px;
}
.blog-wrapper .post-txt ul {
  padding-left: 15px;
}
.blog-wrapper .post-txt .column ul {
  border-top: none;
  padding-top: 0;
  padding-left: 15px;
}
.blog-wrapper .post-txt .column p {
  margin-bottom: 0.3rem;
}
.blog-wrapper blockquote {
  display: block;
  font-family: "komua", sans-serif;
  font-size: 2rem;
  line-height: 1.1em;
  border-left: 2px solid #00bdf3;
  padding: 0.4rem 1rem;
  margin: 0.5rem;
  max-width: 600px;
}
.blog-wrapper .two-columns {
  margin: 0;
}
.blog-wrapper .column {
  padding: 0;
  min-width: 0;
}
.blog-wrapper .block-image {
  margin: 20px 0;
}
.blog-wrapper .block-image p {
  color: #cdcdcd;
  font-style: italic;
}
.blog-wrapper h2, .blog-wrapper h3 {
  font-family: "Lato", sans-serif;
  text-align: left;
  margin-bottom: 20px;
}
.blog-wrapper h2 {
  font-size: 2rem;
}
.blog-wrapper h3 {
  font-size: 1.5rem;
}

.share-buttons {
  margin: 10px 0;
}

.post-txt a:not(.blue-btn) {
  color: #00bdf3;
  position: relative;
  text-decoration: none;
  font-style: italic;
  transition: 0.2s ease-in-out;
}
.post-txt a:not(.blue-btn):hover {
  text-decoration: underline;
}

.blog-post {
  justify-content: center;
  grid-column: 1/4;
  margin-bottom: 50px;
}
.blog-post .date-author {
  font-size: 1.2rem;
  font-weight: normal;
  color: #8e8e8e;
  margin-bottom: 0;
}
.blog-post .post-title {
  margin-top: 1rem;
  line-height: normal;
  margin-bottom: 1rem;
}
.blog-post .post-intro {
  margin-bottom: 2rem;
  margin-top: 1rem;
  border-bottom: 2px solid #00bdf3;
}
.blog-post .intro {
  font-style: italic;
  color: #cdcdcd;
  font-size: 1.05rem;
  margin-bottom: 1rem;
}
.blog-post .video-frame {
  padding-bottom: 56.25%;
  position: relative;
  max-height: 550px;
}
.blog-post .video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.details-title {
  font-weight: normal;
  margin-bottom: 0;
  letter-spacing: 0.07rem;
  line-height: 1em;
  font-size: 5rem;
}

.date-author {
  font-size: 1.2rem;
  color: #8e8e8e;
}

.date-author {
  font-size: 1rem;
}

.author-blog-title {
  font-size: 2.3rem;
  margin-bottom: 0.5rem;
  font-family: "komua", sans-serif;
  border-bottom: none;
  letter-spacing: 0.03em;
}

.author-block {
  text-align: center;
  border-bottom: 1px solid #00bdf3;
  border-top: 1px solid #00bdf3;
  font-weight: 300;
  grid-column: 4;
}
.author-block .author-name {
  font-size: 3rem;
  margin-bottom: 0.2rem;
  font-family: "komua", sans-serif;
  border-bottom: none;
  letter-spacing: 0.03em;
}
.author-block .author-title {
  margin-bottom: 0.7rem;
}
.author-block .profile-info p {
  font-weight: 400;
  line-height: 1em;
}
.author-block .profile-description {
  font-size: 1rem;
  width: 70%;
  margin: 0 auto 0.7rem auto;
  color: #cdcdcd;
}
.author-block .profile-social-media {
  margin-bottom: 1rem;
}
.author-block .fab {
  font-size: 1.5rem;
  margin: 0.2rem;
  transition: 0.2s;
  color: #cdcdcd;
}
.author-block .fab:hover {
  color: #00bdf3;
}

@media only screen and (max-width: 1400px) {
  .blog-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
  .author-block {
    grid-column: 1;
  }
  .blog-post {
    grid-column: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .richtext-image.right {
    float: right;
    padding: 2em 0 2em;
    width: 50%;
    margin-left: 1.2rem;
  }
  .richtext-image.left {
    float: left;
    padding: 2em 0 2em;
    width: 50%;
    margin-right: 1.2rem;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 900px) {
  .author-block {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 20px;
  }
  .author-block .profile-info {
    width: 60%;
    text-align: left;
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 1500px) {
  .blog-wrapper {
    padding: 0 5rem;
  }
}
@media only screen and (min-width: 2000px) {
  .blog-wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 800px) {
  .blog-wrapper {
    padding: 0 5%;
    margin: 0 auto 2.2rem;
  }
  .blog-wrapper h1 {
    font-size: 3rem;
  }
  .blog-wrapper .column {
    text-align: left !important;
    padding: 0 !important;
  }
  .blog-wrapper .column h2 {
    font-size: 1.6rem;
  }
  .blog-wrapper .column h3 {
    font-size: 1.2rem;
  }
  .blog-wrapper .column img {
    max-width: 60%;
    margin: 0 20%;
  }
}
@media only screen and (max-width: 500px) {
  .blog-wrapper h1 {
    font-size: 2.5rem;
  }
}
.contact-form-wrapper {
  max-width: 600px;
  padding: 0 30px;
  margin: 0 auto;
}
.contact-form-wrapper input, .contact-form-wrapper textarea {
  display: block;
}

.contact-page-landing {
  text-align: center;
}

.contact-page h1, .contact-page p {
  text-align: center;
}

.contact-page h1 {
  margin-top: 0.5em;
}

.contact-page {
  margin-bottom: 70px;
}
.contact-page h1 {
  padding-bottom: 2rem;
}

@media only screen and (max-width: 1400px) and (min-width: 900px) {
  .contact-page .profile-info {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}
.flex-personnel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-bottom: 140px;
}

.contact-page-landing {
  width: 1200px;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}

.contact-page-landing .thank-you {
  width: 60%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
}

.contact-page-landing .profile-contact {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.contact-page-landing .profile-contact a {
  display: block;
  font-weight: 400;
  color: #cdcdcd;
  transition: 0.2s;
}

.contact-page-landing .profile-contact a:hover {
  color: #00bdf3;
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
  .contact-page-landing p {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-page-landing {
    width: 90%;
  }
  .contact-page-landing .thank-you {
    width: 80%;
  }
  .contact-page-landing h1 {
    font-size: 3rem;
  }
  .contact-page-landing h2 {
    font-size: 2.5rem;
  }
  .contact-page-landing p {
    font-size: 0.9rem;
  }
}
.error-message-box {
  margin: 80px auto;
  text-align: center;
  min-height: calc(100vh - 500px);
}

#category-wrapper {
  margin: 0 auto;
  padding: 0 20px 0 20px;
  max-width: 1200px;
}

@media only screen and (max-width: 580px) {
  #category-wrapper h1 {
    font-size: 4rem;
  }
  #category-wrapper h2 {
    font-size: 2.8rem;
  }
}
#customers {
  display: flex;
  justify-content: center;
  max-width: 1150px;
  margin: 70px auto;
  flex-wrap: wrap;
  border-bottom: 1px solid #1e1e1e;
}
#customers .img-container {
  margin: 0 20px 30px 20px;
}

.customers-block {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  .customers-block {
    margin-top: 50px;
  }
}
.customers-block h2 {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 750px) {
  .customers-block h2 {
    font-size: 3.5rem;
    margin-bottom: 2.5rem;
  }
}
.customers-block p {
  margin: 0;
  line-height: 1;
}

.tos-page {
  width: 1000px;
  margin: 100px auto;
}
.tos-page h1 {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #00bdf3;
}
.tos-page .tos-titles a {
  display: block;
  line-height: 1.7em;
}
@media only screen and (max-width: 1080px) {
  .tos-page {
    word-wrap: break-word;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .tos-page h1 {
    font-size: 3rem;
  }
  .tos-page h2 {
    font-size: 2.5rem;
  }
  .tos-page h3 {
    font-size: 1.5rem;
  }
  .tos-page p {
    font-size: 0.9rem;
  }
  .tos-page a {
    word-wrap: break-word;
  }
}

.video-page {
  max-width: 1100px;
  margin: 100px auto;
}
.video-page .video-page-intro h1 {
  font-size: 6rem;
  margin-bottom: 60px;
}
.video-page .video-page-intro h2 {
  text-align: left;
  font-size: 1.2rem;
  font-family: "Lato", sans-serif;
  margin-bottom: 40px;
}
.video-page .videos {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1100px) {
  .video-page .videos {
    justify-content: center;
  }
  .video-page .video-page-intro {
    text-align: center;
    margin: 0 10%;
  }
  .video-page .video-page-intro h1 {
    font-size: 5rem;
  }
  .video-page .video-page-intro h2 {
    font-size: 1.1rem;
    text-align: center;
  }
}
@media only screen and (max-width: 780px) {
  .video-page {
    margin: 50px auto;
  }
  .video-page .video-page-intro h1 {
    font-size: 2.7rem;
  }
  .video-page .video-page-intro h2 {
    font-size: 1.1rem;
  }
}

/*# sourceMappingURL=main.css.map */
