.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.dropdown-list {
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.dropdown-toggle {
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.dropdown-image {
  margin-bottom: 14px;
  border-radius: 10px;
}

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  padding: 20px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Inter, sans-serif;
  color: #444;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
}

.navigation-link:hover {
  color: #0047ff;
}

.navigation-link.w--current {
  color: #99d715;
}

.navigation-link.no-show-desktop {
  display: none;
}

.nav-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-content-wrap:hover {
  color: #0047ff;
}

.dropdown-toggle-2 {
  padding-right: 24px;
  padding-left: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Inter, sans-serif;
  color: #444;
  font-size: 14px;
  line-height: 17px;
}

.dropdown-toggle-2:hover {
  color: #0047ff;
}

.nav-blog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.dropdown-pointer {
  position: relative;
}

.nav-link-details {
  color: rgba(40, 51, 56, 0.6);
  font-size: 14px;
  white-space: normal;
}

.navigation-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  margin-right: 0px;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1330px;
  min-height: 83px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu-mob {
  display: none;
}

.button-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #8c54ff;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  left: -100px;
  max-height: 100vh;
  min-width: 320px;
  padding-top: 10px;
  background-color: transparent;
}

.navigation-dropdown.dropdown-long {
  left: -185px;
  min-width: 500px;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-block {
  position: relative;
  z-index: 25;
  width: 100%;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fafafa;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-wrapper-flex {
  display: block;
  overflow: hidden;
  min-width: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
}

.dropdown-wrapper-flex.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.dropdown-title {
  width: 100%;
  margin-bottom: 2px;
  padding: 20px;
  font-family: Inter, sans-serif;
  color: #444;
  font-size: 15px;
  line-height: 17px;
}

.dropdown-title:hover {
  color: #0047ff;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.dropdown-wrapper {
  overflow: hidden;
  min-width: 140px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
}

.dropdown-wrapper.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.icon-4 {
  margin-right: 5px;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #283338;
  font-size: 15px;
}

.tti-logo {
  width: 136px;
  height: 25px;
}

.icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: rgba(140, 84, 255, 0.05);
}

.dropdown-link-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 22px 16px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.icon {
  width: 100%;
}

.pointer {
  position: absolute;
  left: 0%;
  top: -5%;
  right: 4%;
  bottom: auto;
  z-index: 20;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pointer._2 {
  top: -2%;
}

.login-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-blog {
  color: #8c54ff;
  font-size: 14px;
  white-space: normal;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.5px solid #e4e4e4;
  background-color: #fff;
}

.dropdown {
  margin-right: 40px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.dropdown.last {
  margin-right: 0px;
}

.dropdown-column-right {
  width: 50%;
  height: 100%;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fafafa;
}

.dropdown-link {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: hsla(0, 0%, 98%, 0.8);
  color: #7839f3;
}

.section-outer {
  display: block;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 0px none #e4e4e4;
}

.section-outer.footer-block {
  max-width: 1160px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-style: none;
  border-top-width: 0px;
}

.section-outer.page-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 76px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-outer.body-grid {
  display: block;
  max-width: 1160px;
  margin-top: 100px;
  padding-right: 5%;
  padding-left: 5%;
  border-top: 0px none #e4e4e4;
}

.section-outer.body-grid.video-section {
  max-width: 960px;
  margin-top: 100px;
}

.section-outer.body-grid.video-section.full-screen {
  margin-top: 0px;
}

.section-outer.body-grid.img-in-text {
  display: block;
  width: 100%;
  max-width: 1160px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-outer.body-grid.news-article-grid {
  max-width: 920px;
  border-left: 1px solid transparent;
  font-style: italic;
  font-weight: 400;
}

.section-outer.for-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-outer.for-button.left-align {
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-outer.for-button.in-carousel {
  position: relative;
  z-index: 99;
  width: 25%;
  margin-top: -48px;
}

.section-outer.for-button.on-article-page {
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-outer.faq-section {
  display: block;
  margin-top: 100px;
}

.section-outer.faq-section.first {
  display: block;
  overflow: visible;
  margin-top: 0px;
}

.section-outer.for-features {
  border-top-width: 1px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #444;
  font-size: 13px;
  line-height: 16px;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Inter, sans-serif;
  color: #444;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #0047ff;
}

.footer-link.terms-of-use {
  color: #c9c9c9;
  font-size: 12px;
  line-height: 15px;
}

.image {
  width: auto;
  height: 15px;
}

.image-2 {
  width: 18px;
  height: 18px;
}

.social-button.first {
  margin-right: 15px;
}

.header-outer {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  margin-top: 83px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../jpg/home-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-content {
  max-width: 580px;
  margin: auto auto auto 0px;
}

.landing-header-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: avant-garde, sans-serif;
  color: #fff;
  line-height: 50px;
}

.header-text {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
}

.button {
  margin-top: 50px;
  padding: 14px 37.5px;
  border: 1px none #0047ff;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  font-family: Inter, sans-serif;
  color: #0058d0;
  line-height: 17px;
}

.button:hover {
  background-color: #e5ecff;
}

.button.button-in-nav {
  margin-top: auto;
  border-color: #0047ff;
  border-radius: 5px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Inter, sans-serif;
  color: #0047ff;
}

.button.button-in-nav:hover {
  background-color: #0047ff;
  color: #fff;
}

.button.button-in-nav.button-header {
  border-style: solid;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}

.button.in-card {
  max-width: 101px;
}

.button.banner-button {
  margin-top: auto;
  margin-bottom: auto;
  padding: 14.5px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button.banner-button:hover {
  border-style: none;
  background-color: #e5ecff;
}

.footer {
  padding-top: 150px;
  padding-bottom: 50px;
}

.title {
  max-width: 790px;
  margin-top: 100px;
  margin-bottom: 50px;
  font-family: avant-garde, sans-serif;
  color: #0047ff;
  font-size: 40px;
  line-height: 50px;
}

.title.page-title {
  margin: 183px auto 40px;
  font-style: normal;
  text-align: center;
}

.title.page-title.title-in-page {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-top: 0px;
}

.title.page-title.news-article-title {
  max-width: 930px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #444;
  font-size: 34px;
  line-height: 40px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}

.title.page-title.usecase-title {
  max-width: 930px;
  text-align: left;
}

.title.page-title.usecase-title.in-page {
  margin-top: 100px;
}

.title.page-title.usecase-title.in-page.more-usecases {
  margin-top: 150px;
  text-align: center;
}

.title.in-text {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 100px;
}

.title.in-text.open-jobs-title {
  padding-top: 0px;
}

.title.in-text.subject {
  margin-top: 40px;
  padding-top: 0px;
  padding-left: 16px;
}

.body-text {
  max-width: 790px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #444;
  font-size: 22px;
  line-height: 38px;
  font-weight: 400;
}

.section-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-inner.section_logo_aws_page {
  margin-bottom: 0px;
}

.image-3 {
  width: 115px;
  height: 46px;
  margin-right: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-3.first {
  width: auto;
  margin-bottom: 150px;
  margin-left: -32px;
}

.slide {
  width: 300px;
  background-color: #b33333;
}

.slide-2 {
  width: 300px;
  background-image: url('../png/thousands_gateways.png');
  background-position: 50% 50%;
  background-size: contain;
}

.slide-2._2 {
  background-color: #7d9e31;
}

.slide-2._4 {
  background-color: #b3be6f;
}

.slide-3 {
  overflow: hidden;
  width: 300px;
  background-color: #49c5ae;
}

.slide-4 {
  overflow: hidden;
  width: 50%;
  background-color: #6b2121;
}

.mask {
  overflow: auto;
  width: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.slider {
  overflow: hidden;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.carousel {
  width: 100vw;
  height: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.carousel.is_contained {
  width: 100%;
  height: auto;
  max-width: 1160px;
  padding-bottom: 100px;
  padding-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 505px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  color: #b8b9c2;
}

.card.latest-news-card {
  width: 330px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.card.latest-news-card:hover {
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.15);
}

.card.latest-news-card.in-news-overview {
  width: 31%;
  height: auto;
  margin-right: 1%;
  margin-bottom: 35px;
  margin-left: 1%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.card.company-card-on-page {
  width: auto;
  max-width: 820px;
  margin-top: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card.customer-success {
  width: 48%;
  height: auto;
  margin-right: 1px;
  margin-bottom: 30px;
  margin-left: 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  text-decoration: none;
}

.card.customer-success:hover {
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.15);
}

.card.usecase-img {
  width: 600px;
  height: 424px;
  background-image: url('../png/img1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card.usecase-img._2 {
  background-image: url('../png/img2.png');
}

.card.usecase-img._3 {
  background-image: url('../png/img3.png');
}

.card.success-mobile {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.card.success-mobile:hover {
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.15);
}

.card.team-card {
  text-decoration: none;
}

.arrow-left {
  left: 6%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-right {
  left: auto;
  top: auto;
  right: 6%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.card-body.latest-news {
  width: 100%;
  padding: 20px;
}

.card-body.usecase {
  width: auto;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.card-body.success-mobile {
  text-decoration: none;
}

.card-body.team-card-content {
  width: auto;
  padding: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.carousel-slider {
  position: static;
  width: auto;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-right: 30px;
}

.carousel-slider._6 {
  right: -105%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._8 {
  right: -147%;
}

.btn {
  position: relative;
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #3862ec;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #213ea0;
}

.carousel-mask {
  overflow: visible;
  width: 505px;
  -o-object-fit: fill;
  object-fit: fill;
}

.carousel-mask.latest-news-mask {
  width: 330px;
}

.card-header {
  width: 50%;
  height: 100%;
  min-height: 333px;
  background-image: url('../jpg/david-lundgren-1677087-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.card-header.latest-news {
  width: 100%;
  min-height: 217px;
}

.card-header.latest-news.in-overview {
  height: 217px;
  background-image: url('../jpg/news1.jpg');
}

.card-header.in-page {
  max-width: 360px;
  min-height: 247px;
}

.card-header.customer-case-logo-parent {
  width: auto;
  height: auto;
  min-height: auto;
  padding-right: 40px;
  padding-left: 40px;
  background-image: none;
}

.section {
  overflow: hidden;
  padding-top: 99px;
  padding-bottom: 99px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #303136;
}

.section.is_full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.home-usecase-title {
  margin-top: 0px;
  font-family: avant-garde, sans-serif;
  color: #444;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  text-decoration: none;
}

.home-usecase-title.latest-news {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.home-usecase-title.in-card {
  color: #0047ff;
  font-size: 15px;
  line-height: 19px;
}

.home-usecase-title.team-member {
  margin-bottom: 5px;
  padding-top: 0px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 19px;
}

.home-usecase-text {
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #444;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.home-usecase-text.latest-news {
  line-height: 20px;
}

.home-usecase-text.team-role {
  padding-right: 20px;
  color: #7e7e7e;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}

.home-usecase-content {
  font-style: normal;
}

.card-link {
  margin-bottom: 0px;
  padding: 8px 4px 8px 0px;
  font-family: Inter, sans-serif;
  color: #0047ff;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
}

.in-card-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #0047ff #0047ff transparent;
  border-radius: 3px;
  text-decoration: none;
}

.in-card-button:hover {
  border-bottom-width: 1px;
  border-bottom-color: #0047ff;
  border-radius: 0px;
}

.image-4 {
  width: 14px;
  height: 9px;
  margin-top: 3px;
}

.icon-5 {
  background-color: red;
}

.normal-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #0047ff;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: Inter, sans-serif;
  color: #0047ff;
  line-height: 17px;
}

.normal-cta:hover {
  background-color: #0047ff;
  color: #fff;
}

.normal-cta.left-align {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
}

.normal-cta.white {
  margin-left: 0px;
  border-style: none;
  border-color: #fff;
  background-color: #fff;
}

.normal-cta.white:hover {
  background-color: #e5ecff;
  color: #0047ff;
}

.slide-nav {
  display: none;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 150px;
  margin-bottom: 150px;
  background-color: #e4e4e4;
}

.divider.margin-top-100 {
  margin-top: 100px;
}

.divider.margin-top-100.outside-section {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.divider.margin-top-100.outside-section.on-cases-page {
  margin-top: 100px;
  margin-bottom: 100px;
}

.divider.margin-top-100.margin-bottom-100 {
  margin-bottom: 100px;
}

.divider.margin-top-100.margin-bottom-0 {
  margin-bottom: 0px;
}

.additional-products-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-card {
  width: 30%;
  padding: 0px;
  border-style: solid;
  border-width: 0.5px;
  border-color: hsla(0, 0%, 59.2%, 0.5);
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.product-card:hover {
  border-color: hsla(0, 0%, 59.2%, 0.5);
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.15);
}

.product-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 170px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #f2f6ff;
}

.product-name {
  margin-bottom: 20px;
  padding-right: 23px;
  padding-left: 23px;
  font-family: avant-garde, sans-serif;
  color: #444;
}

.product-name.white {
  padding-left: 0px;
  color: #fff;
}

.product-text {
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #444;
  font-size: 13px;
  line-height: 18px;
}

.product-text.in-card {
  padding-right: 23px;
  padding-bottom: 30px;
  padding-left: 23px;
  font-family: Inter, sans-serif;
}

.news-metadata {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px 20px;
  font-style: normal;
}

.metadata {
  margin-bottom: 0px;
  padding-right: 4px;
  font-family: Lato, sans-serif;
  color: #444;
  font-size: 13px;
  line-height: 16px;
  font-weight: 900;
}

.metadata.date {
  padding-right: 0px;
  padding-left: 4px;
}

.metadata.divide-meta {
  padding-right: 0px;
}

.get-in-touch-banner {
  min-height: 345px;
  margin-top: 100px;
  padding: 75px 70px;
  border-radius: 10px;
  background-color: #0047ff;
  background-image: url('../jpg/mail-banner-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}

.get-in-touch-banner.banner-basic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 235px;
  margin-top: 150px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}

.get-in-touch-banner.banner-basic.on-articlepage {
  margin-top: 70px;
}

.get-in-touch-banner.on-news-overview {
  min-height: auto;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.question-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: avant-garde, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 42px;
}

.question-title.on-newspage {
  max-width: 700px;
  color: #444;
  font-style: normal;
}

.paragraph {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 50px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.paragraph.banner-text {
  margin-right: 0px;
  padding-bottom: 0px;
}

.paragraph.on-newspage {
  max-width: 700px;
  color: #444;
  font-style: normal;
}

.text-field {
  height: 60px;
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 16px;
  padding-left: 30px;
  border: 0px solid transparent;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.25);
  font-family: Inter, sans-serif;
  color: #444;
  font-size: 20px;
  line-height: 30px;
}

.text-field.on-newspage {
  border-style: none;
  border-width: 0px;
  border-color: hsla(0, 0%, 59.2%, 0.5);
  box-shadow: none;
  font-style: normal;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form.on-newspage {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 59.2%, 0.4);
  border-radius: 3px;
}

.submit-button {
  width: 138px;
  height: 60px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #e5ecff;
  font-family: Inter, sans-serif;
  color: #0047ff;
  font-size: 20px;
  line-height: 30px;
}

.submit-button.on-newspage {
  background-color: #0047ff;
  color: #fff;
  font-style: normal;
}

.form-block {
  margin-bottom: 0px;
}

.form-block.on-newspage {
  max-width: 700px;
}

.map-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 318px;
  border-radius: 10px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.card-left-side {
  width: 62%;
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.address-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38%;
  padding: 88px 20px 88px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.paragraph-2 {
  font-family: avant-garde, sans-serif;
  color: #0047ff;
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
}

.paragraph-3 {
  margin-top: 25px;
  font-family: avant-garde, sans-serif;
  color: #444;
  font-weight: 700;
}

.link {
  font-family: Lato, sans-serif;
  color: #444;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.link.phone2 {
  font-family: Inter, sans-serif;
}

.link.phone1 {
  margin-bottom: 6px;
}

.video {
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.video.packetbroker {
  margin-top: 100px;
  margin-bottom: 100px;
  border-radius: 5px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
}

.video.security-solution {
  margin-bottom: 100px;
}

.page-intro {
  max-width: 715px;
  margin: 0px auto;
  padding-bottom: 150px;
  font-family: Inter, sans-serif;
  color: #444;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.page-intro.on-netwerk-server-page {
  margin-left: 0px;
  padding-bottom: 100px;
  text-align: left;
}

.page-intro.on-netwerk-server-page.ui-intro {
  padding-bottom: 30px;
}

.page-intro.article-intro {
  max-width: 930px;
  padding-bottom: 50px;
  font-size: 20px;
  font-style: normal;
  text-align: left;
}

.page-intro.article-intro.usecase-intro {
  padding-bottom: 100px;
}

.page-intro.our-team-intro {
  padding-bottom: 100px;
}

.image-5 {
  background-color: #bfd9ff;
  background-image: url('../jpg/david-lundgren-1677087-unsplash.jpg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.intro-image {
  width: 100%;
  height: 350px;
  max-height: 350px;
  margin-bottom: 100px;
  border-radius: 10px;
  background-color: #bfd9ff;
  background-image: url('../svg/lora-ghz.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.intro-image.career {
  height: 560px;
  max-height: 560px;
  border-radius: 10px;
  background-image: url('../jpg/career-img.jpg');
}

.intro-image.globaljoinserver {
  border-radius: 10px;
  background-image: url('../svg/globaljoinserver.svg');
  background-position: 100% 50%;
}

.intro-image.integrations {
  border-radius: 10px;
  background-image: url('../svg/integrations.svg');
}

.intro-image.packetbroker {
  border-radius: 10px;
  background-image: url('../svg/packetbroker-visual.svg');
}

.intro-image.security {
  background-image: url('../png/visual_deutsche_telekom_partnership.png');
  -o-object-fit: fill;
  object-fit: fill;
}

.intro-image.enterprise {
  background-image: url('../svg/things-stack.svg');
}

.intro-image.device {
  background-image: url('../svg/device.svg');
  background-position: 50% 50%;
}

.intro-image.gateway {
  background-image: url('../svg/gateway.svg');
}

.intro-image.api {
  background-image: url('../svg/api.svg');
}

.intro-image.ui {
  background-image: url('../svg/ui.svg');
}

.intro-image.devicemakerenablement {
  background-image: url('../svg/visual_device_maker_enablement.svg');
}

.intro-image.awsintegration {
  background-image: url('../svg/visual_aws_integration.svg');
}

.intro-image.secureelement {
  background-image: url('../svg/visual_secure_element.svg');
}

.intro-image.azureiothub {
  background-image: url('../png/visual-azure-iot-hub.png');
}

.page-bodytext {
  max-width: 830px;
  margin-bottom: 50px;
  font-family: Inter, sans-serif;
  color: #444;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
}

.page-bodytext.customer-success-intro-text {
  margin-top: 50px;
}

.page-bodytext.on-enterprise {
  margin-bottom: 100px;
}

.page-bodytext.on-enterprise.ui-title {
  margin-bottom: 30px;
}

.page-bodytext.no-margin {
  margin-bottom: 0px;
  padding-left: 90px;
}

.page-bodytext.with-margin-top-100 {
  margin-top: 100px;
}

.page-bodytext.text-link {
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #0047ff;
  text-align: left;
  text-decoration: none;
}

.page-bodytext.text-link:hover {
  text-decoration: underline;
}

.banner-text {
  margin-right: 100px;
}

.faq-button {
  width: 120px;
  height: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #dbd2d2;
}

.faq-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.faq-answer {
  margin-bottom: 0px;
}

.faq-answer-parent {
  overflow: hidden;
  height: 0px;
}

.description {
  overflow: visible;
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 0px none #000;
}

.faq-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1040px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-style: solid;
  border-width: 0.5px;
  border-color: hsla(0, 0%, 59.2%, 0.5);
  border-radius: 5px;
  cursor: pointer;
}

.ingredients {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0px none #000;
}

.faqanswer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  border-style: none;
  border-color: #000;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.ingredients-content {
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 28px 32px;
  border-style: solid solid none;
  border-width: 0px 2px;
  border-color: #000;
  border-radius: 0px;
  color: #000;
  font-size: 20px;
  line-height: 32px;
}

.list-content {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.list {
  margin-bottom: 0px;
  padding-right: 32px;
  padding-left: 20px;
  font-size: 20px;
  list-style-type: none;
}

.faq-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: auto;
  min-width: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-top: 0px none #000;
  border-bottom: 0px none #000;
  background-color: #fafafa;
  cursor: pointer;
}

.paragraph-4 {
  margin: auto;
  color: #000;
  line-height: 21px;
}

.faq-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 45px 45px 45px 34px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.faq-title {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #444;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-5 {
  width: 100%;
  margin-top: 22px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #666;
  line-height: 25px;
}

.plus-parent {
  width: 20px;
  height: 20px;
}

.horizontal {
  position: relative;
  left: -0.5px;
  top: -12px;
  z-index: 2;
  width: 20.5px;
  height: 3px;
  margin: auto;
  background-color: #979797;
}

.vertical {
  position: relative;
  z-index: 1;
  width: 3px;
  height: 20px;
  margin: auto;
  background-color: #979797;
}

.faq-subject {
  margin-top: 0px;
  margin-bottom: 50px;
  padding-left: 40px;
  font-family: avant-garde, sans-serif;
  color: #444;
  font-size: 30px;
  line-height: 30px;
}

.faq-subject.customer-field-title {
  margin-bottom: 25px;
  padding-left: 20px;
}

.faq-subject.feature-title {
  max-width: 820px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
}

.faq-subject.feature-title.go-to {
  padding-left: 0px;
}

.faq-subject.feature-title.open-job {
  width: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  font-size: 30px;
}

.faq-subject.feature-title.open-job.arrow-icon {
  padding-right: 20px;
}

.arrow {
  font-family: Inter, sans-serif;
  font-weight: 900;
}

.bold-text {
  font-weight: 700;
}

.icon-6 {
  background-color: red;
}

.image-6 {
  width: 100%;
}

.stack-img-full-width {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 75px;
}

.pricing-grid-wrapper-mobile {
  display: none;
}

.text-block {
  opacity: 0.5;
  color: #7b88a8;
  letter-spacing: 2px;
}

.pricing-table-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ececec;
  color: #ccc;
}

.pricing-table-cell.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #7b88a8;
  font-size: 12px;
  letter-spacing: 2px;
}

.grid-pricing {
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.5fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr;
}

.heading-2 {
  color: #2d3958;
  letter-spacing: -0.03em;
}

.check {
  width: 18px;
  opacity: 1;
}

.pricing-line-break-top {
  height: 40px;
  margin-top: 0px;
  padding-right: 0px;
  background-color: #ececec;
}

.help {
  margin-left: 5px;
  opacity: 0.5;
}

.grid-top-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 83px;
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.5fr 1fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-top-sticky.bottom-not-sticky {
  position: static;
}

.pricing-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 165px;
  padding: 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  background-color: #fbfcff;
}

.pricing-top.no-border {
  min-height: 100px;
  border-width: 0px 0px 1px;
  background-color: #fbfcff;
}

.pricing-top.no-border.bottom {
  border-width: 0px;
}

.pricing-top.priority {
  padding: 10px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right-width: 0px;
  border-left-width: 0px;
  background-color: #fbfcff;
}

.pricing-top.bottom {
  border-top-width: 0px;
}

.pricing-top.first {
  padding: 10px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fbfcff;
}

.start-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #0047ff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.start-link:hover {
  background-color: #0039ce;
}

.top-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2d3958;
  letter-spacing: -0.03em;
}

.pricing-line-break {
  height: 81px;
  margin-top: 20px;
  padding-top: 44px;
  padding-right: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #8c54ff;
}

.title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.pricing-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbfcff;
  color: #fff;
}

.help-icon {
  width: 18px;
  min-width: 18px;
}

.pricing-wrapper {
  background-color: #fbfcff;
}

.container-2 {
  width: auto;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fbfcff;
}

.discount {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
}

.heading-3 {
  color: #160d0d;
}

.support-title {
  font-family: Inter, sans-serif;
  color: #444;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0px;
}

.pricing-line-break-top-2 {
  height: 40px;
  margin-top: 0px;
  padding: 10px 0px 10px 20px;
  background-color: #ececec;
}

.support-item {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  font-family: Inter, sans-serif;
  color: #444;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
}

.support-item.cell-1 {
  font-weight: 500;
  text-align: left;
}

.support-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px;
  font-family: Inter, sans-serif;
  color: #0047ff;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
}

.support-type {
  margin-top: 0px;
  margin-bottom: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Inter, sans-serif;
  color: #3d2222;
  line-height: 20px;
  text-align: center;
}

.support-type.price {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #919191;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
}

.support-button-type {
  padding: 12px 30px;
  border-radius: 0px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.empty {
  display: none;
  opacity: 0.5;
  font-family: Lato, sans-serif;
  color: #444;
  font-size: 20px;
}

.success-click {
  width: 30px;
  height: 30px;
  background-color: #b33a3a;
}

.customer-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #656565;
  cursor: pointer;
}

.customer-field-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.customer-field-outer {
  overflow: hidden;
}

.customer-case-logo {
  display: block;
  width: 80px;
  height: 60px;
  max-width: none;
  margin-left: 0px;
  padding-right: 0px;
}

.join-server-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.join-server-card {
  width: 30%;
  padding: 38px 20px 20px;
  border-style: solid;
  border-width: 0.5px;
  border-color: hsla(0, 0%, 59.2%, 0.4);
  border-radius: 5px;
}

.join-server-card-image {
  display: block;
  width: 154px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.join-card-number {
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 18px;
  font-family: Inter, sans-serif;
  color: #444;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
}

.bullet-list {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  font-size: 20px;
  line-height: 30px;
  list-style-type: disc;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 80px;
  column-gap: 80px;
}

.bullet-list.one-column {
  padding-left: 20px;
  -webkit-column-count: 1;
  column-count: 1;
}

.list-text {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 25px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  font-family: Inter, sans-serif;
  color: #444;
  font-size: 15px;
  line-height: 23px;
}

.feature-section {
  max-width: 820px;
  margin: 100px auto;
}

.feature-section.one-column {
  max-width: 740px;
  margin-top: 0px;
  margin-left: 0px;
}

.go-to-page {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: avant-garde, sans-serif;
  color: #0047ff;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.go-to-img {
  width: 96px;
  height: auto;
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.go-to-img.api {
  margin-top: -2px;
}

.go-to-img.gw {
  width: 76px;
}

.go-to-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.go-to-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 226px;
  max-width: 193px;
  padding: 25px 32px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.go-to-card:hover {
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.15);
}

.img-in-text {
  width: 200px;
}

.text-img {
  width: 200px;
  height: auto;
  margin-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-with-image-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.news-articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.news-articles.on-articlepage {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-articles.team-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.on-newspage-banner-content {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-block {
  width: 100%;
}

.news-article-image {
  max-width: 100%;
  margin: 0px auto;
  padding-top: 0px;
}

.news-article-image.first-image {
  margin-top: 0px;
}

.news-text {
  margin-bottom: 0px;
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: Inter, sans-serif;
  color: #444;
  font-size: 20px;
  line-height: 33px;
  font-style: normal;
}

.news-text.light {
  padding-top: 0px;
  font-weight: 300;
}

.news-text.under-subtitle {
  padding-top: 0px;
}

.news-meta-intro {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.article-highlight {
  color: #3782cd;
  text-decoration: underline;
}

.article-quote {
  margin-top: 70px;
  margin-bottom: 70px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 50px;
  border-left: 2px solid #0047ff;
  font-family: Lato, sans-serif;
  color: #444;
  font-size: 20px;
  line-height: 33px;
  font-style: italic;
  font-weight: 300;
}

.article-quote.no-top-margin {
  margin-top: 0px;
}

.article-quote.usecase-quote {
  display: none;
  padding-left: 0px;
  border-left-style: none;
  border-left-width: 0px;
  line-height: 30px;
  text-align: center;
}

.quote-from {
  font-style: normal;
  font-weight: 400;
}

.italic-text {
  font-family: Inter, sans-serif;
  font-style: italic;
}

.italic-text-2 {
  font-family: Inter, sans-serif;
  font-style: normal;
}

.article-subtitle {
  margin-top: 0px;
  margin-bottom: 26px;
  font-family: Inter, sans-serif;
  color: #444;
  font-size: 26px;
  line-height: 33px;
  font-style: normal;
}

.link-in-text {
  color: #3782cd;
}

.download-pdf-button {
  margin-top: 80px;
  margin-bottom: 50px;
  padding: 13px 30px 13px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 59.2%, 0.4);
  border-radius: 5px;
  background-color: transparent;
  background-image: url('../svg/arrow-down.svg');
  background-position: 30px 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  font-family: Inter, sans-serif;
  color: #979797;
  line-height: 17px;
  font-style: normal;
  text-decoration: none;
}

.social-sharing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-7 {
  width: auto;
  height: 20px;
}

.social-share-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../svg/fb-icon.svg');
  background-position: 50% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.social-share-icon:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.social-share-icon.fb {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.social-share-icon.tw {
  background-image: url('../svg/tw-icon.svg');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.social-share-icon.tw:hover {
  -webkit-filter: none;
  filter: none;
}

.social-share-icon.in {
  background-image: url('../svg/in-icon.svg');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.social-share-icon.in:hover {
  -webkit-filter: none;
  filter: none;
}

.social-share-icon.mail {
  background-image: url('../svg/mail-icon.svg');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.social-share-icon.mail:hover {
  -webkit-filter: none;
  filter: none;
}

.mask-2 {
  width: 100vw;
  height: 424px;
}

.slide-5 {
  width: 600px;
  height: 424px;
  margin-right: 20px;
  border-radius: 4px;
  background-image: url('../png/img1.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slider-2 {
  width: 100vw;
  height: 424px;
}

.slide-6 {
  width: 600px;
  height: 424px;
  background-image: url('../png/img2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7 {
  width: 600px;
  height: 424px;
}

.tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

.paragraph-6 {
  margin-bottom: 0px;
  padding-left: 15px;
  font-family: Inter, sans-serif;
  color: #0047ff;
  font-size: 15px;
  line-height: 18px;
  font-style: normal;
  font-weight: 700;
}

.image-8 {
  width: 15px;
}

.tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-img {
  width: 50px;
  height: 50px;
  margin-top: 0px;
  border-radius: 999px;
}

.team-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  max-width: 325px;
  margin-bottom: 2%;
  padding: 20px 30px 80px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 5px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
}

.team-card.even {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
}

.team-card.odd {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
}

.contact-us-field {
  width: 450px;
  height: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 59.2%, 0.3);
  border-radius: 2px;
  font-family: Lato, sans-serif;
}

.contact-us-field:focus {
  border-color: #0047ff;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.submit-button-2 {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 66px;
  border-radius: 5px;
  background-color: #0047ff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  line-height: 17px;
  font-weight: 400;
}

.submit-button-2:hover {
  background-color: #0039ce;
}

.contact-us-label {
  margin-bottom: 20px;
  padding-left: 9px;
  font-family: Inter, sans-serif;
  color: #323232;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.div-block {
  width: 100%;
}

.div-block-2 {
  margin-bottom: 40px;
}

.textarea {
  width: 100%;
  max-width: 100%;
  min-height: 220px;
  min-width: 100%;
  padding-top: 16px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 59.2%, 0.3);
  border-radius: 2px;
  font-family: Inter, sans-serif;
  color: #323232;
  font-size: 15px;
  line-height: 18px;
}

.success-message {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 2px;
  background-color: #0047ff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.text-block-2 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
}

.text-block-3 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  font-family: Lato, sans-serif;
  color: #803b3b;
  font-size: 17px;
  text-align: center;
}

.error-message {
  width: 60%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-radius: 2px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.bold-text-2 {
  font-family: Inter, sans-serif;
}

.support-disclaimer {
  margin-bottom: 0px;
  padding-top: 50px;
}

.open-job-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 25px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.open-job-link:hover {
  border: 0px none #000;
  border-radius: 3px;
  background-color: #f7f7f7;
}

.bold-text-3 {
  font-size: 30px;
}

.title-with-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-img {
  width: 120px;
  height: 120px;
  margin-left: -14px;
}

.title-img.gw {
  width: 90px;
  height: 90px;
}

.title-img.api {
  width: 90px;
  height: 90px;
}

.title-img.ui {
  width: 90px;
  height: 90px;
}

.title-img.device {
  width: 90px;
  height: 90px;
}

.image-10 {
  display: block;
  width: 140px;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
}

.highlight-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  margin-bottom: 150px;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #001959;
  background-image: url('../svg/highlicht-background.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left {
  margin-left: 60px;
}

.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 540px;
  margin-left: 0px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-11 {
  width: 140px;
  height: 140px;
}

.full-with-section {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f2f6ff;
}

.list-item {
  padding-top: 20px;
  padding-bottom: 20px;
  list-style-type: none;
}

.list-item.feature-title {
  padding-right: 14px;
  padding-bottom: 17px;
  padding-left: 24px;
  background-color: #e6edff;
  font-family: avant-garde, sans-serif;
  color: #0047ff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.list-item.feature-title.first-left {
  padding-bottom: 17px;
  border-top-left-radius: 13px;
  font-size: 18px;
}

.list-item.feature-title.first-right {
  border-top-right-radius: 13px;
}

.list-item.odd {
  display: block;
  width: 100%;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #ececec;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.list-item.odd.mid {
  border-right-width: 1px;
  border-right-color: #ececec;
  border-left-width: 1px;
  border-left-color: #ececec;
}

.feature-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 19px;
  list-style-type: none;
}

.feature-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 150px;
  margin-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px 1px 0px;
  border-color: #ececec;
  border-radius: 15px;
}

.list-item.even {
  width: 100%;
  height: auto;
  padding-right: 15px;
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #ececec;
  background-color: #f8faff;
  color: #000;
  font-size: 15px;
}

.list-item.even.mid {
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
}

.list-item.even.last-left {
  border-bottom-left-radius: 15px;
}

.list-item.even.last-right {
  border-bottom-right-radius: 15px;
}

.list-item.odd {
  height: auto;
  padding-right: 15px;
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
}

.list-outer {
  width: 33.33333%;
}

.list-outer.middle {
  width: 33.33333%;
}

.list-outer.first {
  width: 40%;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #969696;
}

.div-block-6 {
  width: 100%;
}

.div-block-7 {
  width: 100%;
}

.row-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.row-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.row-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.li-item {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-8 {
  margin-bottom: 0px;
}

.paragraph-9 {
  margin-bottom: 0px;
}

.bold-text-4 {
  font-family: Inter, sans-serif;
  line-height: 20px;
}

.bold-text-5 {
  font-family: Inter, sans-serif;
}

.news-author {
  max-width: 930px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 50px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.list-2 {
  max-width: 830px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.link-block-2 {
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  text-decoration: none;
}

.link-block-2:hover {
  text-decoration: underline;
}

.italic-text-4 {
  font-weight: 300;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.body-demi {
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-9 {
  width: 46%;
  padding: 20px;
  border-radius: 10px;
  background-color: #f2f6ff;
}

.div-block-10 {
  width: 46%;
}

.body {
  overflow: visible;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f2f6ff;
}

.image-12 {
  max-width: 30%;
}

.grid-top-sticky-deployment {
  position: -webkit-sticky;
  position: sticky;
  top: 83px;
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.5fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fbfcff;
}

.grid-top-sticky-deployment.bottom-not-sticky {
  position: static;
}

.grid-pricing-deployment {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.5fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
}

.div-block-13-right {
  margin-left: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-13 {
  width: 35%;
}

.paragraph-telekom-left {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-align: right;
}

.h1-telekom {
  font-family: Inter, sans-serif;
  font-size: 35px;
  text-align: left;
}

.bold-text-6 {
  font-size: 35px;
  text-align: left;
}

.div-block-13-left {
  margin-right: 50px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.h1-telekom-left {
  font-family: Inter, sans-serif;
  font-size: 35px;
  text-align: right;
}

.paragraph-telekom-right {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.image-schema-telekom {
  width: 100%;
  margin-bottom: 75px;
}

.div-block-12-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
}

.text-block-4 {
  color: #444;
  font-size: 15px;
  line-height: 19px;
}

.heading-4 {
  font-family: Inter, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.image-14 {
  width: 10%;
  margin-right: 20px;
}

.link-2 {
  color: #0047ff;
}

.link-3 {
  color: #0047ff;
}

.link-4 {
  color: #0047ff;
}

.link-5 {
  color: #0047ff;
}

.link-6 {
  color: #0047ff;
}

.body-2 {
  background-color: #fbfcff;
}

.body-3 {
  background-color: #fbfcff;
}

.body-4 {
  background-color: #fbfcff;
}

.body-5 {
  background-color: #fbfcff;
}

.intro-image-from-ttn-to-tti {
  width: 100%;
  height: 350px;
  max-height: 350px;
  margin-bottom: 100px;
  border-radius: 10px;
  background-color: #bfd9ff;
  background-image: url('../svg/visual_from_ttn_to_tti.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.intro-image-from-ttn-to-tti.career {
  height: 560px;
  max-height: 560px;
  border-radius: 10px;
  background-image: url('../jpg/career-img.jpg');
}

.intro-image-from-ttn-to-tti.globaljoinserver {
  border-radius: 10px;
  background-image: url('../svg/globaljoinserver.svg');
  background-position: 100% 50%;
}

.intro-image-from-ttn-to-tti.integrations {
  border-radius: 10px;
  background-image: url('../svg/integrations.svg');
}

.intro-image-from-ttn-to-tti.packetbroker {
  border-radius: 10px;
  background-image: url('../svg/packetbroker-visual.svg');
}

.intro-image-from-ttn-to-tti.security {
  background-image: url('../png/visual_deutsche_telekom_partnership.png');
  -o-object-fit: fill;
  object-fit: fill;
}

.intro-image-from-ttn-to-tti.enterprise {
  background-image: url('../svg/things-stack.svg');
}

.intro-image-from-ttn-to-tti.device {
  background-image: url('../svg/device.svg');
  background-position: 50% 50%;
}

.intro-image-from-ttn-to-tti.gateway {
  background-image: url('../svg/gateway.svg');
}

.intro-image-from-ttn-to-tti.api {
  background-image: url('../svg/api.svg');
}

.intro-image-from-ttn-to-tti.ui {
  background-image: url('../svg/ui.svg');
}

.intro-image-from-ttn-to-tti.devicemakerenablement {
  background-image: url('../svg/visual_device_maker_enablement.svg');
}

.intro-image-from-ttn-to-tti.awsintegration {
  background-image: url('../svg/visual_aws_integration.svg');
}

.intro-image-from-ttn-to-tti.secureelement {
  background-image: url('../svg/visual_secure_element.svg');
}

.image-15 {
  margin-bottom: 50px;
}

.slider-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-15 {
  width: 55%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-16 {
  max-width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-16 {
  width: 50%;
  background-image: url('../png/hardware_project.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.body-text-small {
  font-family: Inter, sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 25px;
}

.slide-nav-2 {
  display: block;
}

.slider-img-1 {
  width: 40%;
  margin-right: 25px;
  background-image: url('../png/open_source.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-img-2 {
  width: 40%;
  margin-right: 25px;
  background-image: url('../png/thousands_gateways.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-img-3 {
  width: 40%;
  margin-right: 25px;
  background-image: url('../png/speed_up_market.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-img-4 {
  width: 40%;
  margin-right: 25px;
  background-image: url('../png/developer_suite.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-img-5 {
  width: 40%;
  margin-right: 25px;
  background-image: url('../png/datas_exchange.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-img-6 {
  width: 40%;
  margin-right: 25px;
  background-image: url('../png/hardware_project.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pricing-table-cell-highlighted {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ececec;
  background-color: #f2f6ff;
  color: #ccc;
}

.pricing-table-cell-highlighted.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f2f6ff;
}

.slider-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.right-arrow {
  display: block;
}

.icon-7 {
  display: none;
}

.left-arrow {
  display: block;
}

.icon-8 {
  display: none;
}

.divider-copy {
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: #e4e4e4;
}

.divider-copy.margin-top-100 {
  margin-top: 100px;
}

.divider-copy.margin-top-100.outside-section {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.divider-copy.margin-top-100.outside-section.on-cases-page {
  margin-top: 100px;
  margin-bottom: 100px;
}

.divider-copy.margin-top-100.margin-bottom-100 {
  margin-bottom: 100px;
}

.divider-copy.margin-top-100.margin-bottom-0 {
  margin-bottom: 0px;
}

.section-slider {
  display: block;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 0px none #e4e4e4;
}

.section-slider.footer-block {
  max-width: 1160px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-style: none;
  border-top-width: 0px;
}

.section-slider.page-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 76px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-slider.body-grid {
  display: block;
  max-width: 1160px;
  margin-top: 100px;
  padding-right: 5%;
  padding-left: 5%;
  border-top: 0px none #e4e4e4;
}

.section-slider.body-grid.video-section {
  max-width: 960px;
  margin-top: 100px;
}

.section-slider.body-grid.video-section.full-screen {
  margin-top: 0px;
}

.section-slider.body-grid.img-in-text {
  display: block;
  width: 100%;
  max-width: 1160px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-slider.body-grid.news-article-grid {
  max-width: 920px;
  border-left: 1px solid transparent;
  font-style: italic;
  font-weight: 400;
}

.section-slider.for-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-top: 0px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f2f6ff;
}

.section-slider.for-button.left-align {
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-slider.for-button.in-carousel {
  position: relative;
  z-index: 99;
  width: 25%;
  margin-top: -48px;
}

.section-slider.for-button.on-article-page {
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-slider.faq-section {
  display: block;
  margin-top: 100px;
}

.section-slider.faq-section.first {
  display: block;
  overflow: visible;
  margin-top: 0px;
}

.section-slider.for-features {
  border-top-width: 1px;
}

.grid-pricing-copy {
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.5fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr;
}

.grid-top-sticky-device-maker {
  position: -webkit-sticky;
  position: sticky;
  top: 83px;
  z-index: 4;
  overflow: visible;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.5fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-top-sticky-device-maker.bottom-not-sticky {
  position: static;
}

.grid {
  -ms-grid-columns: 1.5fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr;
}

.device-maker-fee-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ececec;
  color: #ccc;
}

.device-maker-fee-cell.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.support-item-device-maker {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  font-family: Inter, sans-serif;
  color: #444;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
}

.support-item-device-maker.cell-1 {
  font-weight: 500;
  text-align: left;
}

.pricing-top-device-maker {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 165px;
  padding: 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  background-color: #fbfcff;
}

.pricing-top-device-maker.no-border {
  border-width: 0px 0px 1px;
  background-color: #fbfcff;
}

.pricing-top-device-maker.no-border.bottom {
  border-width: 0px;
}

.pricing-top-device-maker.priority {
  min-height: 100px;
  padding: 10px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right-width: 0px;
  border-left-width: 0px;
  background-color: #fbfcff;
}

.pricing-top-device-maker.bottom {
  border-top-width: 0px;
}

.pricing-top-device-maker.first {
  min-height: 100px;
  padding: 10px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fbfcff;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #e9e9e9;
  }

  .navigation-link.no-show-desktop {
    display: block;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .dropdown-toggle-2 {
    border-bottom: 1px solid #e9e9e9;
  }

  .navigation-container-mob {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .brand {
    left: 32px;
  }

  .navigation-mob {
    display: none;
    height: 85px;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(68, 85, 103, 0.11);
  }

  .navigation-container {
    min-height: 62px;
  }

  .menu-mob {
    position: absolute;
    left: auto;
    top: 5%;
    right: 3%;
    bottom: 0%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: transparent;
  }

  .navigation-dropdown.w--open {
    position: static;
  }

  .navigation-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navigation-right {
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .dropdown-wrapper {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
    display: block;
    width: 100vw;
    min-height: 100vh;
    margin-top: 0%;
    padding-top: 9%;
    background-color: #fff;
  }

  .mobile-nav {
    padding-top: 15px;
    background-color: #fff;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }

  .dropdown-link-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-list-2 {
    background-color: #fff;
  }

  .pointer {
    display: none;
  }

  .navigation {
    display: block;
    padding-right: 0%;
    padding-left: 0%;
  }

  .dropdown {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
  }

  .dropdown.last {
    margin-right: auto;
  }

  .section-outer.footer-block {
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .section-outer.body-grid {
    margin-top: 75px;
  }

  .footer-block {
    min-width: 33%;
    padding-top: 36px;
  }

  .header-outer {
    margin-top: 62px;
    background-position: 63% 50%;
  }

  .button.button-in-nav {
    display: none;
  }

  .footer {
    margin-top: 100px;
    padding-top: 50px;
    background-color: #f7f7f7;
  }

  .title.page-title {
    margin-top: 150px;
    font-size: 30px;
    line-height: 40px;
  }

  .title.page-title.usecase-title.in-page.more-usecases {
    text-align: left;
  }

  .title.in-text {
    font-size: 30px;
    line-height: 40px;
  }

  .section-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-3 {
    width: 75px;
    height: auto;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-3.first {
    width: 75px;
    height: auto;
    margin-bottom: 25px;
  }

  .card.latest-news-card.in-news-overview {
    width: 48%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .divider {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .divider.margin-top-100.outside-section.hidden-divider {
    display: none;
  }

  .product-name {
    font-size: 20px;
    line-height: 28px;
  }

  .product-name.white {
    padding-right: 60px;
  }

  .get-in-touch-banner.banner-basic {
    margin-top: 100px;
  }

  .page-intro {
    padding-bottom: 100px;
    font-size: 17px;
  }

  .intro-image {
    border-radius: 20px;
  }

  .intro-image.career {
    height: 350px;
    max-height: 350px;
  }

  .intro-image.integrations {
    background-position: 50% 50%;
  }

  .page-bodytext {
    font-size: 17px;
  }

  .description {
    border-bottom-width: 0px;
  }

  .ingredients {
    border-right-style: none;
  }

  .faqanswer {
    border-style: none none solid;
    border-width: 0px;
  }

  .ingredients-content {
    border-style: none solid none none;
    border-width: 0px 2px 0px 0px;
    font-size: 17px;
    line-height: 27px;
  }

  .list-content {
    font-size: 14px;
    line-height: 18px;
  }

  .plus-parent.benefit {
    margin-top: 5px;
  }

  .faq-subject.feature-title {
    padding-left: 0px;
  }

  .faq-subject.feature-title.open-job {
    font-size: 25px;
    line-height: 25px;
  }

  .arrow {
    font-size: 30px;
    line-height: 30px;
  }

  .grid-top-sticky {
    top: 61px;
  }

  .pricing-section {
    padding-bottom: 0px;
  }

  .support-type {
    text-align: center;
  }

  .join-server-cards {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .join-server-card {
    width: 36%;
    margin-bottom: 50px;
  }

  .bullet-list {
    padding-left: 20px;
  }

  .list-text {
    font-size: 13px;
    line-height: 22px;
  }

  .go-to-page {
    font-size: 13px;
    line-height: 18px;
  }

  .go-to-img {
    width: 72px;
  }

  .go-to-img.gw {
    width: 58px;
  }

  .go-to-card {
    width: 22%;
    height: auto;
    padding: 10px 20px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .news-articles {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .news-articles.team-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .team-card {
    width: 48%;
    margin-bottom: 5%;
  }

  .team-card.even {
    margin-right: 2%;
  }

  .team-card.odd {
    margin-left: 2%;
  }

  .contact-us-field {
    width: 100%;
  }

  .form-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .submit-button-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-2 {
    width: 50%;
  }

  .div-block-3 {
    width: 47%;
  }

  .open-job-link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bold-text-3 {
    font-size: 25px;
    line-height: 25px;
  }

  .title-with-img {
    padding-top: 50px;
  }

  .image-10 {
    width: 110px;
    height: 110px;
  }

  .list-item.feature-title.first-left {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .list-item.feature-title.first-right {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .list-item.feature-title.middle {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .feature-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 15px;
  }

  .feature-lists {
    width: 70%;
    margin: 100px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-width: 0px;
  }

  .list-item.even {
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
  }

  .list-item.even.last-left {
    border-bottom-right-radius: 15px;
  }

  .list-item.even.last-right {
    border-bottom-left-radius: 15px;
  }

  .list-item.odd {
    border-right-width: 1px;
    border-right-color: #ececec;
    border-left-width: 1px;
    border-left-color: #ececec;
  }

  .list-outer {
    width: 100%;
    border-radius: 15px;
  }

  .list-outer.middle {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    box-shadow: none;
  }

  .list-outer.first {
    width: 100%;
    border-radius: 15px;
    box-shadow: none;
  }

  .div-block-4 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .row-one {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .li-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 150px;
    -ms-flex: 0 150px;
    flex: 0 150px;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }

  .div-block-9 {
    width: 47%;
  }

  .grid-top-sticky-deployment {
    top: 61px;
  }

  .paragraph-telekom-left {
    font-size: 17px;
  }

  .h1-telekom {
    font-size: 25px;
  }

  .h1-telekom-left {
    font-size: 25px;
  }

  .paragraph-telekom-right {
    font-size: 17px;
  }

  .text-block-4 {
    font-size: 15px;
    line-height: 19px;
  }

  .heading-4 {
    font-size: 18px;
  }

  .div-block-13 {
    margin-bottom: 45px;
  }

  .intro-image-from-ttn-to-tti {
    border-radius: 20px;
  }

  .intro-image-from-ttn-to-tti.career {
    height: 350px;
    max-height: 350px;
  }

  .intro-image-from-ttn-to-tti.integrations {
    background-position: 50% 50%;
  }

  .icon-8 {
    display: none;
  }

  .divider-copy {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .divider-copy.margin-top-100.outside-section.hidden-divider {
    display: none;
  }

  .section-slider.footer-block {
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .section-slider.body-grid {
    margin-top: 75px;
  }

  .grid-top-sticky-device-maker {
    top: 61px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-link.no-show-desktop {
    display: block;
  }

  .menu-mob {
    top: 2px;
    width: 60px;
    height: 60px;
  }

  .nav-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    height: 100vh;
    margin-top: 0px;
  }

  .navigation {
    position: static;
  }

  .section-outer.body-grid.video-section {
    margin-top: 50px;
  }

  .section-outer.for-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .header-outer {
    margin-top: 0px;
    background-position: 60% 50%;
  }

  .title {
    margin-top: 50px;
  }

  .title.page-title {
    margin-top: 70px;
  }

  .title.page-title.usecase-title.in-page {
    margin-top: 70px;
  }

  .title.in-text {
    padding-top: 50px;
  }

  .image-3 {
    width: 50px;
  }

  .image-3.first {
    width: 50px;
    margin-left: -25px;
  }

  .carousel.is_contained.use-case-upper-img-carousel {
    padding-bottom: 0px;
    padding-left: 0%;
  }

  .carousel.is_contained.bottom {
    padding-bottom: 20px;
  }

  .card.customer-success {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.usecase-img {
    width: 100%;
    height: 300px;
    margin-right: 510px;
  }

  .arrow-left {
    display: none;
  }

  .arrow-right {
    display: none;
  }

  .card-body.usecase {
    padding-right: 24px;
    padding-left: 24px;
  }

  .carousel-slider {
    padding-right: 0px;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-slider.uper-img-inner {
    width: 100%;
    margin-right: 40px;
  }

  .carousel-mask {
    width: 100%;
  }

  .card-header.latest-news.in-overview {
    height: 150px;
    min-height: 150px;
  }

  .card-header.customer-case-logo-parent {
    margin-top: 30px;
    padding-bottom: 16px;
  }

  .section.is_full.usecase-image-slider {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
  }

  .home-usecase-title.team-member {
    font-size: 14px;
    line-height: 17px;
  }

  .home-usecase-text.team-role {
    font-size: 14px;
    line-height: 17px;
  }

  .divider {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .divider.margin-top-100.outside-section.on-cases-page {
    margin-top: 20px;
    margin-bottom: 70px;
  }

  .divider.margin-top-100.outside-section.hidden-divider {
    display: none;
  }

  .divider.margin-top-100.margin-bottom-100 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .divider.margin-top-100.margin-bottom-0 {
    margin-top: 50px;
  }

  .additional-products-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-card {
    width: 70%;
    margin-bottom: 24px;
    padding-top: 0px;
  }

  .product-image {
    height: 140px;
    background-size: cover;
  }

  .product-name.white {
    padding-right: 0px;
    font-size: 18px;
    line-height: 26px;
  }

  .page-intro {
    padding-bottom: 50px;
  }

  .page-intro.article-intro.usecase-intro {
    padding-bottom: 80px;
  }

  .intro-image {
    height: 220px;
    margin-bottom: 50px;
    border-radius: 14px;
  }

  .intro-image.security {
    background-image: url('../svg/visual_device_maker_enablement.svg');
  }

  .intro-image.devicemakerenablement {
    background-image: url('../svg/visual_device_maker_enablement.svg');
  }

  .intro-image.awsintegration {
    background-image: url('../svg/visual_aws_integration.svg');
  }

  .intro-image.azureiothub {
    background-image: url('../svg/visual_aws_integration.svg');
  }

  .page-bodytext.on-enterprise {
    margin-bottom: 50px;
  }

  .page-bodytext.no-margin {
    padding-left: 0px;
  }

  .description {
    width: 100%;
    border-style: none;
    border-width: 0px;
  }

  .faq-wrap {
    border-bottom: 0.5px solid hsla(0, 0%, 59.2%, 0.5);
  }

  .ingredients {
    width: 100%;
    border-style: none;
    border-width: 0px;
  }

  .faqanswer {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: none;
    border-width: 0px;
  }

  .ingredients-content {
    margin-bottom: 0px;
    padding: 20px 12px;
    border-bottom: 2px solid #000;
    border-top-style: solid;
    border-top-width: 2px;
    border-right-style: none;
    border-right-width: 0px;
    font-size: 14px;
    line-height: 21px;
  }

  .list-content {
    font-size: 12px;
    line-height: 20px;
  }

  .list {
    margin-bottom: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 28px;
  }

  .faq-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 64px;
    border-bottom-width: 0px;
  }

  .plus-parent.benefit {
    margin-top: 8px;
  }

  .faq-subject.feature-title {
    margin-bottom: 24px;
  }

  .faq-subject.feature-title.open-job.job-desc {
    margin-top: 5px;
  }

  .image-6 {
    display: none;
  }

  .pricing-grid-wrapper-mobile {
    display: none;
  }

  .tab-pane {
    padding: 30px;
  }

  .pricing-table-cell.left {
    width: 25vw;
  }

  .mobile-pricing {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab-standard {
    margin-right: 10px;
    margin-left: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(123, 136, 168, 0.27);
    border-radius: 50px;
    background-color: transparent;
    color: #fff;
  }

  .tab-standard.w--current {
    border-color: transparent;
    background-color: #8c54ff;
    color: #fff;
  }

  .help {
    display: none;
  }

  .grid-top-sticky {
    top: 61px;
  }

  .pricing-top {
    min-height: 100px;
    padding-top: 0px;
    padding-bottom: 12px;
    border-right-width: 1px;
    border-left-width: 0px;
  }

  .pricing-top.priority {
    padding-top: 0px;
    padding-bottom: 12px;
    border-right-width: 1px;
    border-left-width: 1px;
  }

  .pricing-top.priority.bottom {
    border-left-width: 0px;
  }

  .pricing-top.bottom {
    border-left-width: 1px;
  }

  .pricing-top.bottom.last {
    border-left-width: 0px;
  }

  .pricing-top.first {
    border-right-width: 0px;
    border-left-width: 1px;
  }

  .start-link {
    width: 90%;
    height: 36px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .pricing-grid-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-wrapper {
    display: block;
  }

  .discount {
    color: #7b88a8;
  }

  .support-item {
    font-size: 12px;
    line-height: 16px;
  }

  .support-button-type {
    width: auto;
    padding-right: 6px;
    padding-left: 6px;
  }

  .join-server-cards {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .join-server-card {
    width: 48%;
    margin-bottom: 4%;
  }

  .join-server-card-image {
    width: 128px;
  }

  .bullet-list {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .bullet-list.gateways {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .feature-section {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .text-img {
    margin-bottom: 40px;
  }

  .text-with-image-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-card {
    margin-bottom: 4%;
    padding-right: 20px;
    padding-bottom: 44px;
  }

  .form-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-2 {
    width: 100%;
  }

  .div-block-3 {
    width: 100%;
  }

  .support-disclaimer {
    font-family: Lato, sans-serif;
    font-size: 12px;
    line-height: 16px;
  }

  .title-with-img {
    padding-top: 30px;
  }

  .highlight-card {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .left {
    margin-left: 5%;
  }

  .right {
    max-width: 330px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .image-11 {
    width: 110px;
    height: 110px;
  }

  .feature-lists {
    width: 100%;
  }

  .div-block-8 {
    display: block;
    margin-bottom: 0px;
  }

  .div-block-9 {
    width: auto;
    margin-bottom: 30px;
  }

  .div-block-10 {
    width: auto;
  }

  .image-12 {
    max-width: 50%;
  }

  .grid-top-sticky-deployment {
    top: 61px;
  }

  .div-block-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-13-right {
    margin-top: 30px;
    margin-left: 0px;
  }

  .paragraph-telekom-left {
    text-align: center;
  }

  .h1-telekom {
    line-height: 30px;
    text-align: center;
  }

  .div-block-13-left {
    margin-top: 30px;
    margin-right: 0px;
  }

  .h1-telekom-left {
    line-height: 30px;
    text-align: center;
  }

  .paragraph-telekom-right {
    text-align: center;
  }

  .div-block-12-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .intro-image-from-ttn-to-tti {
    height: 220px;
    margin-bottom: 50px;
    border-radius: 14px;
  }

  .intro-image-from-ttn-to-tti.security {
    background-image: url('../svg/visual_device_maker_enablement.svg');
  }

  .intro-image-from-ttn-to-tti.devicemakerenablement {
    background-image: url('../svg/visual_device_maker_enablement.svg');
  }

  .intro-image-from-ttn-to-tti.awsintegration {
    background-image: url('../svg/visual_aws_integration.svg');
  }

  .pricing-table-cell-highlighted.left {
    width: 25vw;
  }

  .divider-copy {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .divider-copy.margin-top-100.outside-section.on-cases-page {
    margin-top: 20px;
    margin-bottom: 70px;
  }

  .divider-copy.margin-top-100.outside-section.hidden-divider {
    display: none;
  }

  .divider-copy.margin-top-100.margin-bottom-100 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .divider-copy.margin-top-100.margin-bottom-0 {
    margin-top: 50px;
  }

  .section-slider.body-grid.video-section {
    margin-top: 50px;
  }

  .section-slider.for-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .grid-top-sticky-device-maker {
    top: 61px;
  }

  .device-maker-fee-cell.left {
    width: 25vw;
  }

  .support-item-device-maker {
    font-size: 12px;
    line-height: 16px;
  }

  .pricing-top-device-maker {
    min-height: 100px;
    padding-top: 0px;
    padding-bottom: 12px;
    border-right-width: 1px;
    border-left-width: 0px;
  }

  .pricing-top-device-maker.priority {
    padding-top: 0px;
    padding-bottom: 12px;
    border-right-width: 1px;
    border-left-width: 1px;
  }

  .pricing-top-device-maker.priority.bottom {
    border-left-width: 0px;
  }

  .pricing-top-device-maker.bottom {
    border-left-width: 1px;
  }

  .pricing-top-device-maker.bottom.last {
    border-left-width: 0px;
  }

  .pricing-top-device-maker.first {
    border-right-width: 0px;
    border-left-width: 1px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-link {
    width: 80%;
    padding-top: 24px;
    font-family: avant-garde, sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
  }

  .navigation-link.no-show-desktop {
    display: block;
    width: 58%;
    margin-top: 25%;
    padding-top: 14px;
    padding-bottom: 10px;
    border: 1px solid #0047ff;
    border-radius: 5px;
    color: #0047ff;
    text-align: center;
  }

  .dropdown-toggle-2 {
    padding-top: 24px;
    font-family: avant-garde, sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
  }

  .dropdown-toggle-2.last {
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .brand {
    padding-left: 0px;
  }

  .navigation-mob {
    display: none;
  }

  .navigation-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-mob {
    width: 60px;
  }

  .menu-mob.w--open {
    width: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }

  .navigation-left {
    width: 100%;
    height: 62px;
  }

  .nav-menu {
    display: block;
    min-height: 100vh;
    padding-top: 15%;
  }

  .tti-logo {
    margin-left: -10px;
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .login-buttons {
    position: relative;
    z-index: 99;
    display: none;
    width: 100vw;
    height: 30px;
  }

  .navigation {
    position: fixed;
    display: block;
  }

  .dropdown {
    width: 80%;
  }

  .dropdown.last {
    width: 80%;
  }

  .section-outer.page-bottom {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-outer.body-grid.video-section {
    margin-top: 50px;
  }

  .section-outer.body-grid.with-pricing-section {
    padding-right: 0%;
    padding-left: 0%;
  }

  .section-outer.for-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-outer.for-button.in-carousel {
    width: 60%;
    margin-top: -38px;
  }

  .section-outer.faq-section {
    margin-top: 50px;
  }

  .footer-block {
    min-width: 100%;
  }

  .footer-link.terms-of-use {
    margin-bottom: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 13px;
    line-height: 16px;
  }

  .image {
    width: 162px;
    height: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .footer-social {
    margin-bottom: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .image-2 {
    width: 26px;
    height: 26px;
  }

  .social-button.first {
    margin-right: 26px;
  }

  .header-outer {
    height: auto;
    min-height: 87vh;
    background-position: 60% 50%;
  }

  .landing-header-text {
    font-size: 30px;
    line-height: 40px;
  }

  .header-text {
    font-size: 20px;
    line-height: 29px;
  }

  .button.button-in-nav {
    display: none;
    margin-top: 0px;
  }

  .button.banner-button {
    margin-top: 48px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .footer {
    margin-top: 50px;
    padding-top: 0px;
  }

  .title {
    margin-top: 50px;
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 40px;
  }

  .title.page-title {
    margin-top: 103px;
    margin-bottom: 20px;
  }

  .title.page-title.news-article-title {
    font-size: 22px;
    line-height: 36px;
  }

  .title.page-title.usecase-title.in-page {
    margin-top: 70px;
  }

  .title.page-title.pricing-page-detail {
    padding-right: 5%;
    padding-left: 5%;
  }

  .title.in-text {
    margin-bottom: 16px;
  }

  .title.in-text.subject {
    margin-top: 0px;
    padding-left: 0px;
  }

  .body-text {
    font-size: 16px;
    line-height: 29px;
  }

  .section-inner {
    margin-bottom: -25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-3 {
    width: 24%;
    margin: 25px;
    padding: 0px;
  }

  .image-3.first {
    width: 24%;
    margin-left: auto;
  }

  .image-3.last-center {
    margin-right: auto;
    margin-left: auto;
  }

  .container {
    width: 85%;
    margin-left: 0px;
  }

  .carousel.is_contained {
    padding-left: 2%;
  }

  .card.latest-news-card {
    width: 90%;
  }

  .card.latest-news-card.in-news-overview {
    width: 100%;
  }

  .card.company-card-on-page {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.customer-success {
    width: 100%;
  }

  .card.success-mobile {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .arrow-left {
    display: none;
    width: 30px;
    height: 30px;
  }

  .arrow-right {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 30px;
    height: 30px;
  }

  .card-body {
    padding: 20px;
  }

  .card-body.in-page {
    width: 100%;
  }

  .card-body.usecase {
    padding-bottom: 0px;
  }

  .card-body.success-mobile {
    width: 100%;
  }

  .card-body.team-card-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .carousel-slider {
    padding-right: 0px;
    padding-left: 0px;
  }

  .carousel-slider._6 {
    right: 0%;
  }

  .carousel-slider._2 {
    right: 0%;
  }

  .carousel-slider._4 {
    right: 0%;
  }

  .carousel-slider._3 {
    right: 0%;
  }

  .carousel-slider._7 {
    right: 0%;
  }

  .carousel-slider._5 {
    right: 0%;
  }

  .carousel-slider._8 {
    right: 0%;
  }

  .carousel-mask {
    width: 100%;
  }

  .carousel-mask.latest-news-mask {
    width: 100%;
  }

  .card-header.latest-news.in-overview {
    height: 190px;
    min-height: 170px;
  }

  .card-header.in-page {
    width: 100%;
    max-width: none;
    min-height: 170px;
  }

  .card-header.customer-case-logo-parent {
    padding-left: 24px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .card-header.success-mobile {
    width: 100%;
    min-height: 220px;
  }

  .home-usecase-title.latest-news {
    font-size: 18px;
    line-height: 24px;
  }

  .home-usecase-text {
    margin-bottom: 30px;
  }

  .home-usecase-text.team-role {
    margin-bottom: 0px;
  }

  .normal-cta {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 16px;
  }

  .normal-cta.left-align {
    margin-right: auto;
    margin-left: auto;
  }

  .normal-cta.white {
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .divider {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .divider.margin-top-100.outside-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .divider.margin-top-100.outside-section.on-cases-page {
    margin-top: 0px;
  }

  .additional-products-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-card {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 0px;
  }

  .product-image {
    height: 160px;
  }

  .product-name.white {
    margin-top: 30px;
    margin-bottom: 0px;
    padding-right: 5%;
    padding-left: 5%;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
  }

  .product-text {
    font-size: 14px;
    line-height: 20px;
  }

  .get-in-touch-banner {
    min-height: auto;
    padding: 48px 24px 36px;
  }

  .get-in-touch-banner.banner-basic {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .get-in-touch-banner.banner-basic.on-articlepage {
    padding: 48px 24px 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .get-in-touch-banner.on-news-overview {
    padding-right: 0px;
    padding-left: 0px;
  }

  .question-title {
    font-size: 26px;
    line-height: 31px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph.banner-text {
    padding-top: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .text-field {
    height: 50px;
    padding-left: 16px;
    font-size: 16px;
    line-height: 26px;
  }

  .submit-button {
    height: 50px;
    font-size: 16px;
    line-height: 26px;
  }

  .map-section {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-left-side {
    width: 100%;
  }

  .address-card {
    width: 100%;
    padding: 30px;
  }

  .paragraph-2 {
    margin-bottom: 0px;
  }

  .paragraph-3 {
    margin-top: 15px;
    margin-bottom: 12px;
  }

  .link.phone2 {
    font-size: 15px;
  }

  .link.phone1 {
    margin-bottom: 10px;
  }

  .page-intro {
    padding-bottom: 50px;
    font-size: 15px;
    line-height: 27px;
  }

  .page-intro.article-intro {
    font-size: 17px;
    line-height: 30px;
  }

  .page-intro.pricing-page-detail {
    padding-right: 5%;
    padding-left: 5%;
  }

  .intro-image {
    height: 170px;
    margin-bottom: 50px;
  }

  .intro-image.career {
    height: 170px;
  }

  .intro-image.integrations {
    height: 170px;
  }

  .page-bodytext {
    font-size: 15px;
    line-height: 27px;
  }

  .page-bodytext.on-enterprise.ui-title {
    margin-bottom: 16px;
  }

  .faq-wrap {
    border-bottom-width: 0.5px;
    border-bottom-color: hsla(0, 0%, 59.2%, 0.5);
  }

  .list {
    padding-bottom: 14px;
  }

  .faq-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    min-width: 44px;
  }

  .faq-parent {
    padding: 16px;
  }

  .faq-title {
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-5 {
    margin-top: 16px;
  }

  .faq-subject {
    margin-bottom: 20px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 28px;
  }

  .faq-subject.feature-title {
    margin-bottom: 16px;
  }

  .faq-subject.feature-title.open-job {
    font-size: 18px;
    line-height: 18px;
  }

  .faq-subject.feature-title.open-job.arrow-icon {
    margin-top: -9px;
    margin-bottom: auto;
  }

  .faq-subject.feature-title.open-job.job-desc {
    margin-top: 3px;
    margin-bottom: auto;
  }

  .image-6 {
    display: none;
  }

  .stack-img-full-width {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .pricing-grid-wrapper-mobile {
    display: none;
  }

  .tab-pane {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pricing-table-cell {
    width: 25vw;
  }

  .pricing-table-cell.left {
    width: 25vw;
    padding-left: 10px;
  }

  .tabs-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab-standard {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .check {
    width: 12px;
  }

  .grid-top-sticky {
    top: 61px;
  }

  .pricing-top {
    width: 25vw;
    min-height: 130px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pricing-top.priority {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .start-link {
    width: 90%;
  }

  .pricing-section {
    position: static;
    left: 0px;
  }

  .pricing-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-line-break-top-2 {
    padding-left: 10px;
  }

  .support-item {
    padding-left: 0px;
    font-size: 10px;
    line-height: 14px;
    white-space: normal;
  }

  .support-text {
    padding: 12px;
    font-size: 11px;
    line-height: 14px;
  }

  .support-type {
    font-size: 14px;
    line-height: 20px;
  }

  .support-button-type {
    padding: 6px;
    font-size: 10px;
  }

  .support-button-type.email-consulting {
    padding-right: 18px;
    padding-left: 18px;
  }

  .support-button-type.signup {
    padding-right: 6px;
    padding-left: 6px;
  }

  .join-server-cards {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .join-server-card {
    width: 90%;
    margin-right: auto;
    margin-bottom: 6%;
    margin-left: auto;
    padding-top: 20px;
  }

  .join-server-card-image {
    width: 128px;
  }

  .join-card-number {
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .go-to-img {
    width: 60px;
    margin-bottom: 10px;
  }

  .go-to-img.gw {
    width: 50px;
  }

  .go-to-cards {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .go-to-card {
    width: 48%;
    margin-bottom: 16px;
    padding-bottom: 14px;
  }

  .rich-text-block {
    width: 100%;
    max-width: 100%;
  }

  .news-text {
    font-size: 17px;
    line-height: 30px;
  }

  .article-quote {
    padding-left: 20px;
    font-size: 17px;
    line-height: 27px;
  }

  .article-quote.usecase-quote {
    margin-top: 50px;
  }

  .quote-from {
    line-height: 24px;
  }

  .italic-text {
    font-size: 17px;
    line-height: 27px;
  }

  .italic-text-2 {
    font-size: 17px;
    line-height: 24px;
  }

  .article-subtitle {
    font-size: 20px;
    line-height: 27px;
  }

  .image-9 {
    width: 30px;
  }

  .italic-text-3 {
    font-size: 15px;
  }

  .team-card {
    width: 100%;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .team-card.even {
    margin-right: 0%;
  }

  .team-card.odd {
    margin-left: 0%;
  }

  .submit-button-2 {
    margin-top: 20px;
  }

  .contact-us-label {
    margin-bottom: 8px;
    padding-left: 4px;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .textarea {
    min-height: 150px;
  }

  .support-disclaimer {
    padding-right: 5%;
    padding-left: 5%;
    font-size: 11px;
    line-height: 15px;
    font-style: normal;
    text-decoration: none;
  }

  .open-job-link {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-with-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .title-img.gw {
    margin-left: -18px;
  }

  .title-img.api {
    margin-left: -18px;
  }

  .title-img.ui {
    margin-left: -18px;
  }

  .title-img.device {
    margin-left: -18px;
  }

  .highlight-card {
    margin-top: 50px;
    margin-bottom: 70px;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 50% 50%;
    background-size: cover;
  }

  .left {
    margin-left: 0px;
  }

  .right {
    padding-right: 0%;
    padding-left: 0px;
  }

  .image-11 {
    width: 110px;
    height: 110px;
  }

  .full-with-section {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .list-item.feature-title.first-left {
    padding-right: 16px;
    padding-left: 16px;
  }

  .list-item.odd {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
  }

  .feature-lists {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .list-item.even {
    padding: 16px;
    font-size: 14px;
  }

  .list-item.even.last-left {
    padding-right: 16px;
    padding-left: 16px;
  }

  .list-item.odd {
    padding-right: 16px;
    padding-left: 16px;
  }

  .list-outer.middle {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .image-12 {
    max-width: 70%;
  }

  .grid-top-sticky-deployment {
    top: 61px;
  }

  .paragraph-telekom-left {
    font-size: 15px;
  }

  .h1-telekom {
    font-size: 20px;
    line-height: 25px;
  }

  .h1-telekom-left {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-telekom-right {
    font-size: 15px;
  }

  .image-schema-telekom {
    margin-bottom: 0px;
  }

  .intro-image-from-ttn-to-tti {
    height: 170px;
    margin-bottom: 50px;
  }

  .intro-image-from-ttn-to-tti.career {
    height: 170px;
  }

  .intro-image-from-ttn-to-tti.integrations {
    height: 170px;
  }

  .slider-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-15 {
    display: block;
  }

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slider-img-1 {
    width: 100%;
    margin-right: 0px;
  }

  .slider-img-2 {
    width: 100%;
    margin-right: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .slider-img-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .slider-img-4 {
    width: 100%;
    margin-right: 0px;
  }

  .slider-img-5 {
    width: 100%;
    margin-right: 0px;
  }

  .slider-img-6 {
    width: 100%;
    margin-right: 0px;
  }

  .pricing-table-cell-highlighted {
    width: 25vw;
  }

  .pricing-table-cell-highlighted.left {
    width: 25vw;
    padding-left: 10px;
  }

  .left-arrow {
    display: none;
  }

  .icon-8 {
    display: none;
  }

  .divider-copy {
    display: none;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .divider-copy.margin-top-100.outside-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .divider-copy.margin-top-100.outside-section.on-cases-page {
    margin-top: 0px;
  }

  .section-slider.page-bottom {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-slider.body-grid.video-section {
    margin-top: 50px;
  }

  .section-slider.body-grid.with-pricing-section {
    padding-right: 0%;
    padding-left: 0%;
  }

  .section-slider.for-button {
    display: none;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-slider.for-button.in-carousel {
    width: 60%;
    margin-top: -38px;
  }

  .section-slider.faq-section {
    margin-top: 50px;
  }

  .grid-top-sticky-device-maker {
    top: 61px;
  }

  .device-maker-fee-cell {
    width: 25vw;
  }

  .device-maker-fee-cell.left {
    width: 25vw;
    padding-left: 10px;
  }

  .support-item-device-maker {
    padding-left: 0px;
    font-size: 10px;
    line-height: 14px;
    white-space: normal;
  }

  .pricing-top-device-maker {
    width: 25vw;
    min-height: 130px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pricing-top-device-maker.priority {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

#w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62a71-75e319e0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62a77-75e319e0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62a7f-75e319e0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62a86-75e319e0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62ab6-75e319e0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62adb-75e319e0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62a71-0bbd1a98 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62a77-0bbd1a98 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62a7f-0bbd1a98 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_8c09b13c-2b53-af94-670d-812d0dddc13f-0bbd1a98 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62a86-0bbd1a98 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

#w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62a89-0bbd1a98 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62ab6-0bbd1a98 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

#w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62adb-0bbd1a98 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

#w-node-e0bc7c5a-0695-a33d-d383-28c7b87e45d8-0bbd1a98 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

#w-node-adf38a9d-c453-47a7-fbd0-8f7c5f660149-0bbd1a98 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

#w-node-_8f01b831-eb3a-3341-c1cc-8ceed66a6664-0bbd1a98 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

#w-node-_982dd870-0fb5-f151-9a4c-aa7b3adad838-0bbd1a98 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

#w-node-_8db6bfa1-4096-8c36-ca07-b726fa689f33-0bbd1a98 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

#w-node-f6e0655a-7970-3c8a-2f38-ad3fcb7b8643-0bbd1a98 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

#w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62a71-87b80471 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62a77-87b80471 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62a86-87b80471 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62ab6-87b80471 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62adb-87b80471 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62a71-0bbd1a98 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62a77-0bbd1a98 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62a7f-0bbd1a98 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62a71-75e319e0 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62a77-75e319e0 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62a7f-75e319e0 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62a71-87b80471 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_3f1d3ab5-d31b-7553-ecd7-af75f9b62a77-87b80471 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@font-face {
  font-family: 'Inter';
  src: url('../woff/inter-black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../woff/inter-bold-2.woff') format('woff'), url('../woff/inter-extrabold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../woff/inter-bolditalic.woff') format('woff'), url('../woff/inter-extrabolditalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../woff/inter-blackitalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../woff/inter-extralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../woff/inter-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../woff/inter-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../woff/inter-extralightitalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../woff/inter-lightitalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../woff/inter-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../woff/inter-regular-2.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../woff/inter-mediumitalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../woff/inter-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../woff/inter-thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../woff/inter-thinitalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../woff/inter-semibolditalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'avant-garde';
  src: url('../ttf/itc-avant-garde-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}