:root {
  --ktg-blue: #2babff;
  --teal: #1e756e;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Exo, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

.c-nav-dropdown-link {
  color: #333;
  text-transform: none;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: .9em;
  line-height: 1.2em;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.b-nav-dropdown {
  background-color: #ffffff26;
  border-radius: 500px;
  padding: 3px;
  transition: all .25s;
}

.c-content {
  opacity: 1;
  background-color: #1f1e1d00;
  background-image: url('../images/wave.png'), linear-gradient(37deg, #330867, #30cfd0);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.c-content.section-1 {
  height: 100vh;
  position: relative;
}

.c-content.section-1.sub-page {
  background-position: 0%, 0 0;
  background-size: cover, auto;
  height: 35vh;
  margin-top: 85px;
}

._w-content {
  background-color: #1f1e1d00;
  width: 100%;
  height: 100%;
  position: relative;
}

._w-content.sub-page {
  height: 35vh;
}

.c-nav {
  z-index: 9999;
  background-color: #222;
  display: block;
  position: fixed;
  inset: 0% 0 auto;
}

._w-nav {
  padding: 20px 2.5%;
}

.c-nav-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-nav-logo {
  z-index: 5;
  position: relative;
}

.c-nav-logo-link {
  color: #fff;
  text-decoration: none;
}

.logo-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.c-nav-items {
  align-items: center;
  display: flex;
}

.c-nav-contact {
  z-index: 5001;
  margin-right: 40px;
  position: relative;
}

.cloneable-area {
  position: relative;
}

.c-nav-contact-link {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.c-nav-contact-link-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 600;
  position: relative;
}

.c-nav-contact-link-text.focus {
  color: #2babff;
  position: absolute;
}

.c-nav-menu-btn {
  z-index: 5001;
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: relative;
}

._w-nav-menu-btn {
  width: 100%;
  height: 100%;
  position: relative;
}

.b-nav-menu-btn {
  background-color: #fff;
  border-radius: 5000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.b-nav-menu-btn.menu-opened {
  background-color: #333;
  display: none;
  position: absolute;
  inset: 0%;
}

.b-nav-menu-btn.default {
  position: relative;
}

.c-nav-menu-btn-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-nav-menu-btn-icon {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

._w-nav-menu-btn-icon.menu-opened {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50%;
  position: relative;
}

.nav-menu-btn-line {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #666;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.nav-menu-btn-line.short {
  width: 70%;
}

.c-body-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-body-content.sub-page {
  height: 35vh;
}

._w-body-content {
  z-index: 0;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  position: absolute;
  inset: auto auto auto 10%;
}

._w-body-content.no-event {
  text-align: left;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-top: 50px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: auto;
  right: auto;
}

._w-body-content.no-event.sub-page {
  margin-top: 50px;
}

.c-content-subheader {
  margin-bottom: 10px;
}

.content-subheader-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.b-body-content {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  display: block;
}

.b-body-content.column {
  width: 100%;
}

.b-body-content.sub-page {
  width: 50%;
}

.c-content-main-description {
  color: #fff;
  margin-bottom: 40px;
}

.c-content-header {
  margin-bottom: 40px;
}

.content-header {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1em;
}

.content-header.ktg-cms-editable {
  letter-spacing: 5px;
}

.content-header.hidden {
  display: block;
}

.content-paragraph {
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;
}

.blue-text {
  color: var(--ktg-blue);
}

.c-content-btn.m-30 {
  margin-top: 30px;
}

._w-content-btn {
  display: inline-block;
}

._w-content-btn.pointer-link {
  margin-top: 0;
  margin-right: 10px;
}

._w-content-btn.pointer-link.our-services-git {
  margin-top: 30px;
}

._w-content-btn.pointer-link.full-wdth-mobi.nm {
  margin-right: 0;
}

.c-content-btn-link {
  color: #fff;
  border: 1px solid #fff3;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.c-content-btn-link.gradient {
  border-color: #009efd00;
}

.c-content-btn-link.accelerate {
  background-color: #1f1e1d;
  border-width: 0;
  border-color: #717171;
  border-radius: 0;
}

.c-content-btn-link.accelerate.services-tab {
  margin-top: 20px;
}

.c-content-btn-details {
  position: relative;
}

._w-content-btn-details {
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

._w-content-btn-details.default {
  padding-top: 15px;
  padding-bottom: 15px;
}

._w-content-btn-details.default.accelerate {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

._w-content-btn-details.focus {
  background-image: linear-gradient(45deg, #2babff, #5fb4db);
  border-radius: 0;
  width: 100%;
  padding: 15px;
  position: absolute;
}

.content-btn-details-text {
  width: auto;
  max-width: none;
  margin-right: 10px;
}

.content-btn-details-text.dark {
  color: #717171;
  font-family: Montserrat, sans-serif;
}

.content-btn-details-text.accelerate {
  color: #717171;
  width: 150px;
  max-width: none;
  margin-right: 10px;
}

.content-btn-details-text.accelerate.get-in-touch {
  color: #fff;
  width: auto;
  margin-right: 0;
}

.content-btn-details-text.accelerate.get-in-touch.dark, .content-btn-details-text.accelerate.get-in-touch.white {
  color: #fff;
}

.content-btn-details-text.accelerate.our-portfolio {
  color: #fff;
  width: auto;
  margin-right: 0;
}

.content-btn-details-text.accelerate.our-portfolio.white {
  color: #fff;
}

.content-btn-details-text.accelerate.our-services {
  width: auto;
  margin-right: 0;
}

.content-btn-details-text.accelerate.our-services.dark, .content-btn-details-text.accelerate.our-services.white {
  color: #fff;
}

.content-btn-details-text.accelerate.our-services-a {
  color: #fff;
  width: auto;
  margin-right: 0;
}

.content-btn-details-text.accelerate.our-services-a.dark, .content-btn-details-text.accelerate.our-services-a.white {
  color: #fff;
}

.content-btn-details-text.accelerate.pricing {
  color: #fff;
  width: auto;
  margin-right: 0;
}

.content-btn-details-text.accelerate.pricing.dark, .content-btn-details-text.accelerate.pricing.white {
  color: #fff;
}

.content-btn-details-icon {
  height: 15px;
}

.content-btn-details-icon.default {
  opacity: .75;
}

.content-btn-details-icon.default.accelerate {
  color: #717171;
}

.c-body-content-bg-circle {
  z-index: 1;
  border: 0 solid #ffffff0d;
  border-radius: 99999px;
  width: 60vw;
  height: 60vw;
  position: absolute;
  inset: -5% auto auto 40%;
}

.c-body-content-bg-text {
  z-index: 2;
  color: #4bc9ff;
  text-transform: uppercase;
  font-family: Changa One, Impact, sans-serif;
  font-size: 11vw;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
  inset: auto 5% 20% auto;
  transform: translate(0, -50%)rotate(-90deg);
}

.c-nav-menu-overlay {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.c-nav-menu-overlay-bg {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  inset: 40px 2.5% auto auto;
}

.nav-menu-overlay-bg {
  background-color: #fff;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.nav-menu-btn-close-icon {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-menu-btn-close-icon._1 {
  transform: rotate(45deg);
}

.nav-menu-btn-close-icon._2 {
  position: absolute;
  transform: rotate(-45deg);
}

.c-nav-menu-content {
  z-index: 1000;
  width: 90%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.c-col-menu-header {
  padding-right: 40px;
}

.c-col-menu-links {
  flex: 1;
}

.c-col-menu-social {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.col-menu-header-text {
  transform-origin: 50% 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
  position: relative;
  transform: rotate(-90deg);
}

.c-menu-item {
  margin-bottom: 20px;
}

.c-menu-item-link {
  color: #333;
  text-decoration: none;
}

._w-menu-item-link {
  display: flex;
  position: relative;
}

.c-menu-item-number {
  margin-right: 20px;
  display: none;
  position: absolute;
}

.c-menu-item-text {
  position: relative;
}

.menu-item-number {
  letter-spacing: 1px;
  font-size: .8em;
  font-weight: 900;
}

.menu-item-text {
  letter-spacing: 1px;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

._w-col-menu-links {
  display: inline-block;
}

._w-col-menu-social {
  padding-bottom: 20px;
}

.c-nav-social-contact-item {
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.c-nav-social-contact-item-link {
  color: #1e756e;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.nav-social-contact-item-link-text {
  color: #999;
  text-decoration: underline;
}

.nav-social-contact-item-link-text.default {
  color: #888;
  position: relative;
}

.nav-social-contact-item-link-text.focus {
  color: #2babff;
  position: absolute;
}

.c-nav-social-address {
  margin-bottom: 20px;
}

.c-nav-social-media-item {
  padding: 5px;
  display: inline-block;
}

.c-nav-social-media-link {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

._w-nav-social-media-link {
  padding: 5px;
  position: relative;
}

._w-nav-social-media-link.focus {
  background-image: linear-gradient(45deg, #219fa3, #5dc3a3);
  border-radius: 5px;
  position: absolute;
}

.nav-social-media-link-icon {
  height: 20px;
}

.nav-social-media-link-icon.default {
  opacity: .5;
}

.nav-social-media-link-icon.focus {
  opacity: 1;
}

.co-created {
  z-index: 99998;
  position: fixed;
  inset: 0% 10px auto auto;
  overflow: hidden;
}

.c-created {
  z-index: 99998;
  opacity: .75;
  cursor: pointer;
  transition: all .25s;
}

.c-created:hover {
  opacity: 1;
}

._w-created {
  background-color: #333;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  align-items: center;
  padding: 7px 12px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

._w-created:hover {
  padding-top: 15px;
}

.logo {
  height: 15px;
  margin-right: 5px;
}

.c-created-link {
  color: #fff;
  letter-spacing: .5px;
  font-size: .6em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.b-faq {
  height: 100%;
  padding: 10px;
  overflow: auto;
}

.c-howto-divider {
  border-bottom: 1px dashed #eee;
  width: 100%;
  height: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

._w-help-btn {
  background-color: #13131326;
  border: 1px solid #ffffff80;
  border-radius: 5000px;
  padding: 5px;
  box-shadow: 0 0 15px #13131326;
}

._w-help-btn.menu-toggle {
  position: relative;
  overflow: hidden;
}

.howto-list-item-img {
  border-radius: 5px;
  overflow: hidden;
}

._w-faq {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
  box-shadow: 0 0 10px #13131333;
}

.c-howto-close {
  cursor: pointer;
  position: absolute;
  inset: 10px 10px auto auto;
}

._w-howto-close {
  background-color: #333;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 8px;
  display: flex;
}

.howto-list-item-text {
  line-height: 1.2em;
}

.help-icon {
  z-index: 500;
  height: 25px;
}

.c-help-btn {
  text-align: right;
  padding: 10px;
}

.howto-header {
  color: #219fa3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.4em;
}

.c-help-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  overflow: hidden;
}

.help {
  z-index: 99999;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.c-help {
  padding-top: 20px;
  padding-bottom: 10px;
}

.c-help-link {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.help-text {
  color: #fff;
  white-space: nowrap;
  padding-left: 12px;
  font-weight: 500;
}

.c-help-open-nav {
  display: block;
  position: relative;
  overflow: hidden;
}

.c-howto-list {
  padding-left: 20px;
  list-style-type: square;
}

.b-help-btn {
  background-image: linear-gradient(45deg, #2babff, #5fb4db);
  border-radius: 5000px;
  align-items: center;
  padding: 12px;
  display: flex;
}

.b-help-btn.close-menu {
  position: relative;
}

.b-help-btn.open-menu {
  opacity: 0;
  display: none;
  position: absolute;
}

.c-howto-list-item {
  margin-bottom: 30px;
}

.c-faq {
  z-index: 99999;
  align-items: flex-start;
  width: 400px;
  padding: 10px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.c-faq-btn {
  text-align: right;
  padding: 10px;
  position: relative;
}

.c-faq-btn.faq {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.c-howto-header {
  padding-right: 40px;
}

.particles {
  z-index: 20;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image {
  width: 100%;
  max-width: 250px;
}

.client-scroll {
  background-color: #1f1e1d;
  display: none;
  overflow: hidden;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.logo_component-slider {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.logo-slider-img {
  width: 450px;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding: 0;
}

.logo-slide_section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.marquee_wrap {
  width: 200vw;
  max-width: none;
  display: flex;
  overflow: hidden;
}

.static-marquee_logos {
  justify-content: space-around;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.logo-2 {
  width: 388px;
  margin-left: 5px;
  margin-right: 5px;
}

.overline {
  color: #717171;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.feature-image {
  overflow: hidden;
}

.feature-column-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  min-height: 250px;
  padding: 30px 50px 50px 0;
  display: flex;
}

.ribbon {
  position: absolute;
  inset: -20px -8px auto auto;
}

.feature-wrap {
  width: 100%;
  margin-bottom: 55px;
  display: flex;
}

.feature-wrap.reverse-wrap {
  flex-direction: row-reverse;
}

.container-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  inset: 0%;
}

.container-flex.header {
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 50px;
}

.features {
  z-index: 10;
  justify-content: center;
  align-items: center;
  padding: 40px 3% 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features.section-2 {
  padding: 50px 0%;
}

.paragraph {
  color: #99a1ba;
  text-align: center;
  max-width: 680px;
  margin-bottom: 48px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph.left-align {
  opacity: 1;
  color: #717171;
  text-align: left;
  max-width: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph.left-align.title {
  width: 100%;
  max-width: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
}

.paragraph.left-align.title.ktg-cms-editable.top-no-mt, .paragraph.left-align.title.top-no-mt {
  margin-top: 0;
}

.paragraph.left-align.ktg-cms-editable, .paragraph.left-align.ktg-cms-editable.support-monthly-plans {
  max-width: none;
}

.paragraph.left-align.italic {
  font-style: italic;
  font-weight: 400;
}

.paragraph.left-align.smp {
  color: #fff;
}

.paragraph.left-align.seamless-integration {
  padding-top: 15px;
  font-size: .9em;
  font-weight: 700;
}

.paragraph.left-align.pt-10 {
  padding-top: 10px;
}

.feature-column-image {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 40%;
  min-height: 250px;
  padding: 30px;
  display: flex;
}

.h2-span {
  opacity: .6;
}

.ribbon-3 {
  position: absolute;
  inset: auto -40px -40px auto;
}

.right-blur {
  z-index: 5;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.feature-image-div {
  position: relative;
}

.left-blur {
  opacity: .5;
  position: absolute;
  inset: 20% auto auto 0%;
}

.ribbon-2 {
  position: absolute;
  inset: -50px auto auto -40px;
}

.content-h2 {
  color: #1111f0;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
}

.content-h2.content-h2-centre {
  color: #18183a;
  text-align: center;
}

.content-block {
  max-width: 655px;
}

.body {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.body.scroll-bar {
  font-family: Montserrat, sans-serif;
}

.image-wrapper.overflow-hidden.border-radius-24px {
  box-shadow: 13px 3px 20px 3px #0000004d;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.gap-row-28px {
  grid-row-gap: 28px;
}

.grid-1-column.gap-row-28px.mg-top-110px {
  margin-top: 110px;
}

.grid-git {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-git.align-top {
  align-items: start;
}

.grid-git.align-top._2-col-mbl {
  grid-template-columns: 1fr 1fr;
}

.grid-git.contact-form-side-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: max-content;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.background-video {
  width: 100%;
  max-width: none;
  max-height: 200px;
}

.heading {
  margin-top: 0;
}

.heading.gradient-header {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.heading.gradient-header.mb.our-services-tab {
  text-align: left;
  width: 100%;
}

.heading.home-header {
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.heading.main-header {
  color: #da0000;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 30px;
}

.heading.main-header.mb.our-services-tab {
  text-align: left;
  width: 100%;
  font-size: 1.2em;
  line-height: 25px;
  display: block;
}

.heading.main-header.mb.our-services-tab.smaller-devices {
  display: none;
}

.main-wrapper {
  z-index: 11;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
  left: auto;
}

.main-wrapper.sub-page {
  justify-content: flex-start;
  max-width: none;
}

.button-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 170px;
  max-width: 200px;
  height: 45px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.button-wrap.center {
  margin-left: auto;
  margin-right: auto;
}

.button-wrap.center.m-30 {
  margin-top: 30px;
}

.button-wrap.center.m-30.max-width-280 {
  max-width: 280px;
}

.circle-contain {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.button-base {
  background-color: #5b3acc00;
  background-image: linear-gradient(32deg, #6f76c0, #30cfd0);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.image-3 {
  position: absolute;
  top: 14px;
  bottom: 0;
  left: 18px;
}

.button-t {
  color: #333;
  letter-spacing: 1px;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
}

.button-link {
  z-index: 5;
  font-family: Montserrat, sans-serif;
  position: absolute;
  inset: 0;
}

.design-projects {
  background-color: #f6f6f600;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.html-embed {
  display: block;
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: block;
  position: absolute;
  inset: -100px auto auto;
}

.d-133-card-wrapper {
  border: 0 solid #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.d-133-border {
  border: 0 solid #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.d-133-image-wrapper {
  object-fit: fill;
  background-image: url('../images/project-beijing.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  right: auto;
}

.d-133-image-wrapper._3 {
  background-image: url('../images/kazuend-40010-unsplash.jpg');
  background-size: cover;
}

.d-133-image-wrapper._2 {
  background-image: url('../images/jon-flobrant-65429-unsplash.jpg');
  background-size: cover;
}

.browser-dot {
  background-color: #fc615d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.portfolio-p.arrow {
  text-align: left;
  margin-bottom: 10px;
  font-size: 19px;
  position: static;
  inset: 0% auto auto 0%;
}

.portfolio-p.main {
  text-align: left;
  max-width: 350px;
  margin-right: 60px;
  padding-right: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.d-133-3d-wrapper {
  perspective: 1000px;
  border-radius: 0;
  width: 33%;
  height: 400px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  position: relative;
}

.d-133-text-wrapper {
  padding: 10px;
  position: relative;
}

.browser-demo {
  z-index: auto;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 900px;
  height: 500px;
  display: block;
  position: relative;
  overflow: hidden;
}

.d-133-h3-heading {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 1px 1px #000;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.d-133-paragraph {
  color: #fff;
  text-shadow: 1px 1px #000;
  font-family: Montserrat, sans-serif;
}

.browser-top {
  z-index: 1;
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.design-projects-wrapper {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.d-133-color-overlay {
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.image-4 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.hero-h1 {
  color: #18183a;
  text-align: center;
  font-size: 50px;
  line-height: 1;
}

.container {
  text-align: left;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.hero-overline {
  color: #717171;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.wave-top {
  z-index: 10;
  background-image: url('../images/wave-top.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 20px;
  left: 0;
}

.background-wrapper {
  background-color: #f8f8f8;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.button-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.button-wrap--medium {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 170px;
  max-width: 200px;
  height: 45px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.button-wrap--medium.center {
  margin-left: auto;
  margin-right: auto;
}

.button-wrap--medium.center.m-30 {
  margin-top: 30px;
}

.button-wrap--medium.center.m-30.max-width-280 {
  max-width: 280px;
}

.section-title-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #4a3aff00;
  background-image: linear-gradient(89deg, #6f76c0, #009efd);
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 24px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button:hover {
  background-color: #1f11c3;
}

.button.small {
  background-image: linear-gradient(265deg, #00c3fc, #005bea);
  border-radius: 5px;
  max-width: 200px;
  margin-top: 30px;
  padding: 10px 5px 10px 10px;
  font-family: Montserrat, sans-serif;
}

.button.small.white {
  background-image: none;
  border: 2px solid #fff;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.button.small.white:hover {
  color: #04a0fd;
  background-color: #fff;
}

.button.small.accelerate {
  border-radius: 2px;
  max-width: 150px;
  margin-left: 0;
  margin-right: 10px;
  display: inline-flex;
}

.button-circle {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 24px;
  display: flex;
}

.arrow-right {
  width: 100%;
  max-width: 18px;
}

.nav-wrapper {
  display: flex;
}

.side-menu-wrapper {
  z-index: 14;
  white-space: nowrap;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: start end;
  width: 25rem;
  height: 100vh;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  overflow: hidden;
}

.menu-icon {
  width: 2rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-button {
  flex: 0 auto;
  padding: 0 0 0 1.5rem;
}

.close-button {
  cursor: pointer;
  background-color: #30cfd0;
  background-image: url('../images/cross-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border: 0 solid #fff;
  border-radius: 100vw;
  width: 3rem;
  height: 3rem;
  padding: 0;
  transition: border-color .35s;
}

.close-button:hover {
  border-color: #fff;
}

.side-menu-background {
  z-index: 1;
  background-color: #222;
  width: 25rem;
  height: 130vh;
  padding-top: 0;
  position: fixed;
  inset: -20% 0 auto auto;
  overflow: hidden;
  box-shadow: -8px 0 30px #0000003b;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-color-white {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  text-decoration: none;
  transition: opacity .2s;
}

.text-size-tiny.text-color-white:hover {
  opacity: .5;
}

.side-menu-item-wrapper.footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.side-menu-item-wrapper.flex-v {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.side-menu-item-wrapper.flex-h {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.underline {
  background-color: #30cfd0;
  width: 100%;
  height: 2px;
  transform: translate(102%);
}

.navbar_component {
  z-index: auto;
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
}

.nav-link-block {
  flex: 1;
}

.side-menu_component {
  z-index: 999;
  white-space: normal;
  object-fit: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 25rem;
  height: 130vh;
  padding-top: 20rem;
  display: flex;
  position: fixed;
  inset: -20rem 0 0 auto;
  overflow: visible;
}

.ktg-logo {
  width: 11rem;
}

.ktg-logo.small {
  width: 9rem;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.text-color-white {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.side-menu-text-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin: .5rem 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.full-logo-wrap {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: relative;
  right: 0;
}

.logo-wrap {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding: 0;
  display: flex;
}

.light-logo {
  width: 22px;
  height: 22px;
}

.social-circle {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #fff;
  background-color: #ffffff0a;
  border: 1px solid #ffffff1a;
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 12px;
  transition: all .3s;
  display: flex;
}

.social-circle:hover {
  color: #30cfd0;
  background-color: #30cfd0;
  border-color: #30cfd0;
}

.social-circle.linkedin {
  padding-left: 10px;
  padding-right: 10px;
}

.social-svg-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.phone-icon, .mail-icon {
  width: 100%;
  max-width: 25px;
  margin-right: 15px;
  padding-right: 0;
}

.si-top {
  transform-origin: 50% 0;
  background-image: linear-gradient(#00a3de 32%, #13ca79);
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
}

.si-bottom {
  transform-origin: 50% 100%;
  background-image: linear-gradient(#13ca79, #00a3de 62%);
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.si-overlay {
  opacity: .6;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-image: linear-gradient(126deg, #2df158 83%, #464bff00);
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  transform: scale3d(1, 0, 1);
}

.browser-demo-2 {
  background-color: #1a1a1a00;
  border: 0 solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-103-card-wrapper {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-103-shape-placeholder {
  background-color: #ffffff80;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-bottom: 20px;
}

.d-103-option-text {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 1em;
}

.d-103-right-side {
  transform-origin: 0 100%;
  background-color: #0000;
  width: 50%;
  height: 120%;
  position: absolute;
  inset: auto 0% 0% 100%;
  transform: rotate(-10deg);
}

.d-103-arrow {
  width: 15px;
  margin-top: 50px;
  margin-left: 5px;
  transform: rotate(10deg);
}

.header-services {
  background-color: #1a1a1a00;
  border: 0 solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.d-103-card-wrapper-2 {
  color: #fff;
  border: 0 solid #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  height: 430px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.feature-list-item {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.checkbox {
  background-color: #3b2ae500;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 30px;
  height: auto;
  margin-right: 10px;
  padding: 6px;
  display: flex;
}

.paragraph-3 {
  opacity: .75;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-3.black {
  opacity: 1;
}

.paragraph-3.black.no-bottom-pad {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.image-5 {
  width: 22px;
}

.tab-panel {
  background-color: #fff;
  border-radius: 24px;
  min-height: auto;
  padding: 50px;
  box-shadow: 0 20px 100px -50px #151c344f;
}

.tab-panel.sector {
  padding-left: 0;
  padding-right: 0;
}

.tab-panel.support-monthly-plans {
  padding-left: 50px;
  padding-right: 50px;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.heading-2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 50px;
}

.tab-button {
  opacity: 1;
  color: #717171;
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.tab-button.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(81deg, #2f4ff8, #1a9dd1 51%, #31bdd6);
  border-radius: 10px 10px 0 0;
  align-self: auto;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
  position: relative;
}

.tab-image {
  width: 100%;
  max-width: none;
  margin-right: 12px;
}

.tab-image.bss {
  width: 100%;
  max-width: none;
}

.top-header {
  color: #717171;
  letter-spacing: 1px;
  max-width: 650px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.link-arrow {
  color: #6a35ff;
  align-items: center;
  margin-top: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.load-bar-base {
  background-color: #eceff8;
  border-radius: 500px;
  max-width: 220px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-h1 {
  color: #333;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 1.1;
}

.content-block-home {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.tab-grid {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  width: 100%;
  height: 100%;
}

.tabs-menu {
  border-bottom: 3px solid #005bea;
  justify-content: center;
  align-items: stretch;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.tabs-menu.sector, .tabs-menu.support-monthly-plans {
  justify-content: flex-start;
  align-items: stretch;
}

.animation-block {
  border-radius: 25px;
}

.tabs-content {
  margin-top: 20px;
  padding-top: 0;
  overflow: visible;
}

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

.text-block-5 {
  margin-right: 14px;
}

.load-bar {
  background-color: #009efd;
  border-radius: 500px;
  width: 0%;
  height: 5px;
}

.content-section {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-wrapper {
  background-color: #0000;
  border-radius: 100px;
  width: 100%;
  max-width: 44px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.icon-digital-services {
  color: #495ea7;
}

.home-services {
  margin-top: 10px;
  font-size: .8em;
  font-weight: 600;
}

.home-services.sector {
  text-transform: uppercase;
}

.home-services.our-services {
  height: 50px;
}

.check-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.feature-wrap-home {
  align-items: center;
  font-size: 15px;
  line-height: 1.5;
  display: flex;
}

.check {
  width: 100%;
  max-width: 15px;
  margin-right: 20px;
}

.text-block-7, .text-block-8 {
  font-weight: 500;
}

.text-block-9 {
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
}

.dropdown {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.dropdown-toggle {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.dropdown-list {
  position: relative;
}

.client-scroll {
  display: block;
  position: relative;
}

.container-client-scroll-kg {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px;
}

.container-client-scroll-kg.full {
  max-width: none;
  padding: 0;
}

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

.flex.vert {
  text-align: center;
  border-radius: 0;
  flex-direction: column;
}

.carousel {
  background-color: #0000;
}

.slide {
  background-color: #141414;
  justify-content: center;
  width: 190px;
  height: 100px;
  margin-right: 0;
  display: flex;
}

.our-services.section-4 {
  background-color: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}

.container-2 {
  max-width: 1300px;
}

.tabs-menu-wrapper {
  background-color: #1f1e1d;
  border-radius: 0%;
  align-items: center;
  padding: 0;
  display: flex;
}

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.third-example-with-unterline {
  border-top: 1px dashed #505050;
  margin-top: 5em;
  padding-top: 5em;
}

.title3 {
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.2em;
}

.tab-content-inner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-nav-item-underline {
  grid-column-gap: .5em;
  color: #ffffff80;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline:hover {
  color: #fff;
  background-color: #0000;
}

.tabs-nav-item-underline.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-item {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  padding: 1em 2em;
  transition: all .3s;
  position: relative;
}

.tabs-nav-item:hover {
  background-color: #535353;
}

.tabs-nav-item.w--current {
  color: #000;
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-item._02 {
  border-radius: 5%;
  transition-property: none;
}

.tabs-nav-item._02:hover {
  border-radius: 0%;
}

.tabs-nav-item._01 {
  transition-property: none;
}

.tabs-nav-item._01:hover {
  border-radius: 0%;
}

.tabs-nav-item._01.w--current {
  color: #fff;
}

.tabs-nav-item._03 {
  transition-property: none;
}

.tabs-nav-item._03:hover {
  border-radius: 0%;
}

.second-example-with-unterline {
  border-top: 1px dashed #505050;
  margin-top: 5em;
  padding-top: 5em;
}

.tab-content-title {
  color: #fff;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

.tabs-nav-unterline {
  z-index: 0;
  background-color: #fff;
  border-radius: 999em;
  height: 2px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-content-image {
  border-radius: 1.4em;
}

.tabs-nav-item-underline2 {
  grid-column-gap: .5em;
  color: #ffffff80;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline2:hover {
  color: #fff;
  background-color: #0000;
}

.tabs-nav-item-underline2.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.container-tab {
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.container-tab.gutter-outside {
  max-width: none;
  margin-top: 50px;
}

.container-tab.gutter-outside.business-systems {
  margin-top: 0;
}

.tabs-nav-background {
  z-index: 0;
  background-color: #fff;
  background-image: linear-gradient(86deg, #005bea, #00c3fc);
  border-radius: 0%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 22px 2.5em #0006;
}

.p-md-end {
  padding-bottom: 5.5em;
}

.tab-content2, .tab-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu-underline-wrapper {
  background-color: #464646;
  border-radius: 1.4em;
  align-items: center;
  padding: 1em 2.5em 1.2em;
  display: flex;
}

.tabs-nav-icon {
  width: 1.5em;
  height: 1.5em;
}

.tabs-nav-text {
  z-index: 1;
  color: #fff;
  position: relative;
}

.icon-web-design {
  z-index: 1;
  color: #000;
  width: 100%;
  max-width: 60px;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
}

.icon-code {
  color: #fff;
  width: 100%;
  max-width: 50px;
}

.services-top-wrapper {
  text-align: center;
  width: 100%;
}

.our-portfolio.section-5 {
  background-color: #fff;
  height: auto;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}

.wave-t {
  z-index: 10;
  transform-style: preserve-3d;
  background-image: url('../images/wave-top.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.instructions-wrapper-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: none;
  position: absolute;
  inset: -100px auto auto;
}

.portfolio-main-text-wrapper {
  z-index: 99;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  height: auto;
  margin-top: 100px;
  margin-left: 40px;
  margin-right: 0;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.d-135-view-project-text {
  z-index: 5;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.d-135-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.portfolio-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.separator {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin-bottom: 15px;
}

.d-135-view-project-underline {
  transform-origin: 0%;
  background-color: #0000;
  background-image: linear-gradient(283deg, #00c3fc, #005bea);
  height: 10px;
  margin-top: 0;
  position: relative;
}

.portfolio {
  z-index: auto;
  background-color: #1a1a1a;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 800px;
  height: 400px;
  display: none;
  position: relative;
  overflow: hidden;
}

.d-135-color-overlay {
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.d-135-card-wrapper {
  background-image: url('../images/automotive-background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 160px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.d-135-card-wrapper._2 {
  background-image: url('../images/mohammad-metri-250963-unsplash.jpg');
}

.d-135-card-wrapper._3 {
  background-image: url('../images/prince-akachi-728006-unsplash.jpg');
}

.d-135-card-wrapper.automotive-sector {
  height: 180px;
}

.d-135-card-wrapper.property-sector {
  background-image: url('../images/property-background.jpg');
  height: 180px;
}

.d-135-card-wrapper.manufacturing-sector {
  background-image: url('../images/manufacturing-background.jpg');
  height: 180px;
}

.d-135-card-wrapper.health-sector {
  background-image: url('../images/health-background.jpg');
  height: 180px;
}

.d-135-card-wrapper.communications-sector {
  background-image: url('../images/communications-background.jpg');
  height: 180px;
}

.d-135-card-wrapper.goverment-sector {
  background-image: url('../images/goverment-background.jpg');
  height: 180px;
}

.d-135-card-wrapper.financial-sector {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/financial-background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 180px;
}

.d-135-card-wrapper.request-presentation {
  background-image: linear-gradient(84deg, #005bea, #00c3fc);
  height: 180px;
}

.d-135-view-project-wrapper {
  margin-top: 10px;
}

.d-135-card-caption {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .7em;
  font-weight: 400;
  line-height: 1.3em;
}

.d-135-card-caption.bold {
  font-size: 1.7em;
}

.portfolio-heading.h1 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 38px;
  position: relative;
  inset: 0% auto auto 0%;
}

.portfolio-heading.h2 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  display: none;
}

.portfolio-wrapper {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.d-135-h3-heading {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
}

.d-135-h3-heading.bold {
  font-size: 30px;
}

.image-6 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.cost-calculator {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.cost-calculator.section-6 {
  overflow: hidden;
}

.background {
  background-image: linear-gradient(289deg, #00c3fc, #005bea);
  height: 300px;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.background-noise {
  opacity: .4;
  position: absolute;
  inset: 0%;
}

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

.section-features {
  position: relative;
}

.animated-gradient_embed {
  display: block;
}

.text-size-medium {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.text-size-medium.landing-page {
  text-align: left;
  font-size: .8em;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-right.padding-large {
  padding-left: 0;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.capabilities_component {
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.padding-section-large {
  margin-left: 0;
  margin-right: 0;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.heading-cost-calculator {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.heading-cost-calculator.landing-page {
  text-align: left;
  margin-bottom: 10px;
}

.wave-top-svg {
  z-index: 10;
  width: 100%;
  height: 80px;
  position: absolute;
  inset: -2% 0% auto;
  overflow: hidden;
}

.html-wave-top {
  color: #0192e7;
  overflow: hidden;
}

.wave-bottom-svg {
  z-index: 10;
  width: 100%;
  height: 80px;
  position: absolute;
  inset: auto 0% -35px;
  overflow: hidden;
}

.html-wave-bottom {
  color: #0192e7;
}

.references.section-7 {
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.references.section-8 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.arrow-2 {
  height: 25px;
  transform: rotate(0);
}

.right-arrow-t1 {
  justify-content: center;
  align-items: center;
  display: none;
}

.testimonials-wrapper-t1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.left-arrow-icon-t1 {
  height: 25px;
  transform: rotate(0);
}

.left-arrow-portrait-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-mobile-landscape-t1 {
  background-color: #0000;
  height: 100%;
  display: none;
}

.slider-t1 {
  background-color: #0000;
  height: 100%;
}

.user-picture-wrapper-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.quote-icon-t1 {
  position: absolute;
  inset: 10% auto auto 15%;
}

.testimonials-arrow-right {
  height: 60px;
  margin-top: 80px;
  margin-right: 0;
  position: absolute;
  transform: rotate(0);
}

.slide-nav-t1 {
  font-size: 11px;
}

.slide-nav-t1.support-monthly-plans {
  display: none;
}

.right-arrow-icon-t1 {
  height: 60px;
  transform: rotate(0);
}

.user-picture-t1 {
  border-radius: 100px;
  margin-top: 20px;
  padding: 3px;
  box-shadow: 0 1px 3px #a7a7a7;
}

.user-name-t1 {
  color: #717171;
  text-align: left;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.user-name-t1.title {
  padding-top: 5px;
  font-size: 14px;
  font-weight: 400;
}

.user-name-t1.support-monthly-plans {
  color: #fff;
  text-align: center;
  min-height: 85px;
  padding-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3em;
}

.slide-wrapper-t1 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 70px;
  margin-right: 70px;
  display: flex;
}

.right-arrow-portrait-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav-portrait-t1 {
  font-size: 11px;
}

.company-logo-t1 {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-subwrapper-t1 {
  text-align: left;
  background-color: #f6f6f6;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  max-width: 418px;
  height: 100%;
  min-height: 370px;
  margin: 0 5px;
  padding: 20px;
}

.slide-subwrapper-t1.support-monthly-plans {
  background-color: #00409e;
  background-image: linear-gradient(#00409e, #2f4ff8);
  min-height: 1045px;
  padding: 40px;
}

.slide-subwrapper-t1.main {
  background-color: #0000;
}

.slide-nav-landscape-t1 {
  font-size: 11px;
}

.slider-mobile-portrait-t1 {
  background-color: #0000;
  height: 100%;
  display: none;
}

.quote-t1 {
  color: #717171;
  text-align: left;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
}

.quote-t1.disclaimer {
  opacity: 1;
  color: #fff;
  letter-spacing: 1.1px;
  font-weight: 800;
}

.quote-t1.disclaimer.red, .quote-t1.support-monthly-plans, .quote-t1.ktg-cms-editable.main {
  color: #fff;
}

.left-arrow-landscape-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow-t1 {
  justify-content: center;
  align-items: center;
  display: none;
}

.right-arrow-landscape-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-top-wrapper {
  border-bottom: 1px solid #fff6;
  min-height: 110px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.html-embed-home-testimonials {
  color: #fc0;
  width: 100%;
}

.quick-stack {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.cell {
  justify-content: center;
  align-items: flex-start;
}

.footer {
  background-color: #111;
}

.footer.footer-top-copy {
  background-color: #000;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.icon-pagraph-wrapper {
  display: flex;
}

.grid-footer-5-columns {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
}

.link-text {
  color: #f6f6f6;
  text-align: left;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  transition: color .3s;
  display: inline-block;
}

.link-text:hover {
  color: #31bdd6;
}

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

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

.text-300.bold.footer-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.footer-middle {
  padding-top: 120px;
  padding-bottom: 120px;
}

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: #4a3aff;
}

.link-wrapper.color-primary {
  color: #3082e9;
  text-align: left;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link-wrapper.color-primary:hover {
  color: red;
}

.link-wrapper.mb-15 {
  margin-bottom: 15px;
}

.footer-link {
  color: #6e7191;
  text-decoration: none;
}

.footer-link:hover {
  color: #4a3aff;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.social-icon-square {
  color: #717171;
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: auto;
  height: auto;
  min-height: auto;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  color: #006aff;
  background-color: #0000;
}

.social-icon-square.facebook {
  width: 20px;
  height: auto;
}

.social-icon-square.facebook:hover {
  color: #1877f2;
}

.grid-footer-paragrah---social-media {
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  align-items: center;
}

.social-icon-font {
  line-height: 21px;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: end;
  justify-items: end;
}

.mg-bottom-0 {
  color: gray;
  text-align: left;
  margin-bottom: 0;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #eff0f6;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-bottom.text-left.text-center-mb {
  background-color: #000;
  border-top-width: 0;
}

.footer-wrapper {
  background-color: #111;
  margin-top: 0;
}

.footer-title-wrapper {
  text-align: left;
  border-bottom: 1px solid #ffffff1a;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.accelerate-brand {
  margin-top: 10px;
}

.button-icon {
  color: #717171;
  width: 100%;
  max-width: 15px;
}

.button-icon.white {
  color: #fff;
}

.accelerate-button-wrapper {
  width: 100%;
  margin-top: 30px;
}

.phone-icon-footer {
  width: 100%;
  max-width: 20px;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-flex;
}

.icon-wrapper-footer {
  text-align: left;
  width: 100%;
  max-width: none;
  display: inline-block;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 20px 2.25fr;
}

.mail-icon-footer, .location-icon-footer, .calendar-icon-footer {
  width: 100%;
  max-width: 20px;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-flex;
}

.facebook-icon-footer {
  width: 100%;
  max-width: none;
}

.facebook-icon-footer.git {
  max-width: 17px;
  padding-top: 5px;
}

.linkedin-icon-footer {
  width: 100%;
  max-width: none;
}

.linkedin-icon-footer:hover {
  color: #0077b5;
}

.linkedin-icon-footer.git {
  max-width: 19px;
  padding-top: 2px;
}

.sub-page-content-header {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.5em;
  line-height: 1em;
}

.sub-page-text-block {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.sub-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sub-wrapper.get-in-touch {
  padding-top: 0;
  padding-bottom: 0;
}

.automotive-section {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.content-section-inner-01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.content-wrap-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.section-title-2 {
  color: #da0000;
  text-align: left;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.heading-2 {
  text-align: left;
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.clients-inner-02 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.client-logo {
  opacity: .55;
  max-width: 175px;
  transition: all .2s;
}

.client-logo:hover {
  opacity: 1;
}

.section {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.space-around {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.section-header {
  text-align: center;
  justify-content: center;
  margin: 0 auto 80px;
  display: block;
}

.partner-logo {
  width: 100px;
}

.clients-section-01 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  display: flex;
}

.clients-title {
  color: #3b2ae5;
  text-transform: none;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.clients-inner-01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.div-block-as-kaitech {
  margin-top: 0;
}

.h4-as-kaitech {
  margin-top: 0;
  font-weight: 700;
}

.c-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.c-accordion-list-k {
  margin-bottom: 0;
}

.accordion-item-q-text {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
}

._w-accordion-item {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: all .25s;
  box-shadow: 1px 1px 15px #13131326;
}

._w-accordion-item:hover {
  border-color: #dbdbdb40;
  box-shadow: 1px 1px 15px #c4c4c4bf;
}

.c-accordion-item-q-text {
  flex: 1;
  align-items: center;
  padding: 20px;
  display: flex;
}

.column-4 {
  display: none;
}

.accordion-item-q-icon-stripe-2 {
  background-color: #454344;
  width: .3em;
  height: 100%;
  position: absolute;
}

.list {
  margin-top: 10px;
}

._w-accordion-item-q {
  display: flex;
}

.accordion-content-divider {
  border-bottom: 1px dashed #3333;
  width: 100%;
  height: 0;
}

.accordion-item-q-icon-stripe-1 {
  background-color: #454344;
  width: 100%;
  height: .3em;
  position: relative;
}

.main-accordion-k {
  margin-top: 40px;
}

._w-accordion-content-divider {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

._w-accordion-content-divider.pb-20 {
  margin-bottom: 20px;
}

.accordion-item-a-text {
  color: #717171;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

._w-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
}

.column-sector-client {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.image-as {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.columns-as {
  text-align: left;
  padding: 10px 0 0;
}

.columns-as.accordion-item-a-text {
  margin-left: 0;
  margin-right: 0;
}

.div-block-cas {
  text-align: center;
  position: relative;
  left: auto;
}

._w-accordion-item-a {
  padding: 20px 20px 30px;
  display: block;
}

.c-accordion-item {
  background-color: #fff;
  margin-bottom: 10px;
}

.bold-text-2 {
  font-size: 17px;
}

.c-accordion-item-a {
  overflow: hidden;
}

.column-13 {
  display: none;
}

.accordion-item-q-text-2 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
}

.columns-pi {
  text-align: left;
  padding: 10px 0 0;
}

.columns-pi.accordion-item-a-text {
  margin-left: 0;
  margin-right: 0;
}

._w-accordion-content-divider-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.accordion-item-a-text-2 {
  color: #636363;
  margin-bottom: 0;
}

.column-14 {
  display: none;
}

.column-2 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.image-pi {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.column-8 {
  display: none;
}

.accordion-item-q-text-3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
}

._w-accordion-content-divider-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.accordion-item-a-text-3 {
  color: #636363;
  margin-bottom: 0;
}

.column-9 {
  display: none;
}

.image-mems {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.columns-mems {
  text-align: left;
  padding: 10px 0 0;
}

.columns-mems.accordion-item-a-text {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.accordion-item-q-text-4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
}

.image-hhbs {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.columns-hhbs {
  text-align: left;
  padding: 10px 0 0;
}

.columns-hhbs.accordion-item-a-text {
  margin-left: 0;
  margin-right: 0;
}

.column-10 {
  display: none;
}

.accordion-item-q-text-5 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
}

.image-cppms {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.columns-cppms {
  text-align: left;
  padding: 10px 0 0;
}

.columns-cppms.accordion-item-a-text {
  margin-left: 0;
  margin-right: 0;
}

.accordion-item-q-text-6 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
}

.column-12 {
  display: none;
}

.columns-gaes {
  text-align: left;
  padding: 10px 0 0;
}

.columns-gaes.accordion-item-a-text {
  margin-left: 0;
  margin-right: 0;
}

.image-uokzn {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.column-11 {
  display: none;
}

.image-uoj, .image-coa, .image-dsa {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.accordion-item-q-text-7 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
}

.columns-fs {
  text-align: left;
  padding: 10px 0 0;
}

.columns-fs.accordion-item-a-text {
  margin-left: 0;
  margin-right: 0;
}

.image-fs {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.support-monthly-plans.section-6 {
  padding-top: 0;
  padding-bottom: 50px;
}

.support-monthly-plans-wrapper-t1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.support-monthly-plans-top-wrapper {
  text-align: center;
  border-bottom: 1px solid #fff6;
  margin-bottom: 0;
  padding-bottom: 0;
}

.support-monthly-plan-listed-item {
  margin-top: 10px;
  padding-left: 20px;
}

.support-monthly-plan-sub-list {
  padding-left: 50px;
}

.essential-support, .monthly-retainer {
  color: #fff;
  width: 100%;
  max-width: 95px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.divider {
  background-color: #dcddeb;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.text-decoration-none {
  color: #111;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.text-area {
  background-color: #fff;
  border: 0 solid #eff0f6;
  border-bottom: 1px solid #005bea;
  border-radius: 0;
  min-height: 144px;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.input {
  background-color: #fff;
  border: 0 solid #eff0f6;
  border-bottom: 1px solid #005bea;
  border-radius: 0;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin-bottom: 0;
  padding: 25px 24px;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  line-height: 20px;
}

.input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.mg-right-32px {
  margin-right: 32px;
}

.m.mg-bottom-32px {
  color: #717171;
  font-family: Montserrat, sans-serif;
}

.m.mg-bottom-32px.mt-30 {
  margin-top: 30px;
  font-size: .8em;
  font-weight: 300;
}

.contact-form-left-side {
  background-color: #f7f7fc;
  padding: 88px 56px 88px 100px;
}

.text-200 {
  line-height: 20px;
}

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

.text-200.bold.color-neutral-800 {
  font-family: Montserrat, sans-serif;
}

.success-message {
  color: #333;
  background-color: #bfbfc200;
  border-radius: 24px;
  width: 100%;
  padding: 30px 28px;
}

.flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-horizontal.start {
  justify-content: flex-start;
}

.card {
  background-color: #fff;
  border: 0 solid #eff0f6;
  border-radius: 24px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.white {
  color: #4a3aff;
  background-color: #fff;
}

.btn-primary.white:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
}

.mg-top-8px {
  margin-top: 8px;
}

.social-icon-square-git {
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square-git:hover {
  color: #fff;
  background-color: #4a3aff;
}

.social-icon-square-git.color-primary {
  color: #fff;
  background-color: #da0000;
  border-radius: 50px;
}

.social-icon-square-git.color-primary:hover {
  background-color: #3324d5;
}

.color-neutral-300 {
  color: #da0000;
  margin-top: 0;
  margin-bottom: 20px;
}

.contact-form-right-side {
  background-color: #0000;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  width: 100%;
  padding: 30px 0;
}

.support-monthly-plans-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.pricing-wrapper, .pricing-wrapper.bottom {
  margin-top: 50px;
}

.checklist {
  color: #fff;
  list-style-type: disc;
  inset: 0% 0% auto auto;
}

.pricing-options.bottom {
  margin-top: 30px;
}

.pricing-block {
  text-align: left;
  background-color: #2a2d30;
  border-radius: 4px;
  height: 680px;
  padding: 60px 40px;
  position: relative;
}

.pricing-block.image {
  color: #fff;
  background-image: linear-gradient(#000000b3, #000000b3);
  max-width: none;
  height: 760px;
}

.pricing-paragraph-bold {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: .9em;
  font-weight: 500;
  line-height: 20px;
}

.pricing-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.checklist-item {
  margin-bottom: -3px;
  padding-left: 0;
  padding-right: 30px;
  position: relative;
}

.pricing-block-tag {
  color: #fff;
  text-transform: uppercase;
  background-color: #da0000;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 9px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.package-pricing {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.button-package-price {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f89838;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
}

.button-package-price:hover {
  color: #fff;
  background-color: #333;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.button-package-price.pricing-button {
  text-align: center;
  background-color: #da0000;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  inset: auto 0% 0%;
}

.button-package-price.pricing-button:hover {
  color: #da0000;
  background-color: #fff;
}

.check-icon {
  height: 15px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.paragraph-sa-pricing {
  color: #fffc;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
}

.bold-text-3 {
  text-align: left;
  font-size: 1em;
}

.back-to-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.back-to-top-2 {
  background-color: #da0000;
  padding: 20px;
}

.image-7 {
  width: 100%;
  max-width: 20px;
  padding: 0;
}

.heading-contact-form {
  color: #717171;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-contact-form.form {
  margin-bottom: 30px;
}

.link-form-privacy-policy {
  color: #717171;
  text-decoration: none;
}

.testimonials-arrow-left {
  height: 60px;
  margin-top: 80px;
  transform: rotate(0);
}

.privacy-wrapper {
  margin-top: 150px;
}

.heading-15-privacy-policy {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.divider-pp {
  background-color: #69696926;
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.sub-header-privacy-policy-small {
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-privacy-policy {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.sub-header-privacy-policy {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.link-privacy-policy {
  color: #2babff;
  width: auto;
  font-weight: 500;
  text-decoration: none;
  display: inline;
}

.paragraph-10 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.privacy-bloc {
  align-items: stretch;
  display: flex;
}

.privacy-bloc.our-role {
  flex-direction: column;
}

.listed-item-privacy-policy-large {
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.paragraph_centered {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.content_wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.intro_wrapper {
  text-align: center;
}

.listed-item-privacy-policy {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.privacy_content_wrapper {
  background-color: #fff;
  border: 1px solid #6969691a;
  border-radius: 20px;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.privacy_content_wrapper.padding-50 {
  padding: 50px;
}

.heading-17 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.divider-2 {
  background-color: #69696926;
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.heading-19 {
  font-family: Montserrat, sans-serif;
}

.header_section_wrapper {
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.paragraph-11 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.heading-20 {
  font-family: Montserrat, sans-serif;
}

.link-cookie-policy {
  color: #2babff;
  font-weight: 500;
  text-decoration: none;
  display: inline;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
  font-family: Open Sans, sans-serif;
}

.fs-cc-banner_text-link {
  color: #0279e2;
  -webkit-text-stroke-color: #0279e2;
  border-bottom: 2px solid #2babff;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #0279e2;
  border: 2px solid #027ae2;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.fs-cc-banner_trigger {
  display: none;
}

.privacy-link {
  color: gray;
  text-decoration: none;
}

.privacy-wrapper-mini, .cookie-wrapper-mini {
  margin-top: 0;
}

.disclaimer-support {
  opacity: .9;
  color: #da0000;
  font-size: 1em;
  font-weight: 600;
}

.support-monthly-plan-sub-sub-list {
  padding-left: 70px;
}

.sub-heading-cost-calculator {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.sub-heading-cost-calculator.landing-page {
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1em;
}

.section1-header2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
}

.container-main {
  width: 100%;
  max-width: 1300px;
  position: relative;
}

.header-wrapper {
  z-index: 11;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.header-wrapper.sub-page {
  justify-content: flex-start;
  max-width: 1300px;
}

.ktg-cms-editable-content.ktg-cms-editable {
  padding-left: 0;
  padding-right: 0;
}

.ktg-cms-editable-content.ktg-cms-editable.pb-10 {
  padding-bottom: 10px;
}

.z-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.button-padding-pricing {
  margin-top: 20px;
  margin-bottom: 50px;
}

.body-2, .body-3 {
  font-family: Montserrat, sans-serif;
}

.main-wrapper-sub-page {
  z-index: 11;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
  left: auto;
}

.main-wrapper-sub-page.sub-page {
  justify-content: flex-start;
  max-width: none;
}

.location-icon-footer-copy {
  width: 100%;
  max-width: 20px;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-flex;
}

.text-block-10 {
  color: #333;
}

.tick-siccess {
  width: Infinity% ;
  max-width: none;
}

.ktg-preloader {
  z-index: 99999;
  background-color: #4a3aff00;
  background-image: linear-gradient(46deg, #330867, #30cfd0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.ktg-preloader-img {
  margin-left: 0;
  display: inline-block;
  position: static;
  inset: 0% auto;
}

.heading-21, .heading-22 {
  display: none;
}

.link-footer {
  color: #fff;
  text-decoration: none;
}

.wrapper-badges {
  margin-top: 15px;
}

.badge-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
}

.footer-badge-1, .footer-badge-2, .footer-badge-3, .home-badge-1, .home-badge-2, .home-badge-3 {
  width: 130px;
}

.grid-main {
  grid-template-rows: auto;
  grid-template-columns: 70% 0% 30%;
}

.wrapper-main-testimonials {
  display: block;
}

.main-testimonial-title {
  color: #fff;
}

.home-sub-title {
  color: #cfcfcf;
}

.header-wrapper-main {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 600px;
  display: flex;
}

.color-neutral-100 {
  color: #fff;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.btn-secondary {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.btn-secondary.white {
  color: #fff;
  background-color: #0000;
}

.btn-secondary.white:hover {
  color: #211f54;
  background-color: #fff;
  border-color: #fff;
}

.main-wrap {
  width: 100%;
  margin-bottom: 55px;
  display: flex;
}

.main-wrap.reverse-wrap {
  flex-direction: row-reverse;
}

.home-column-content-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  min-height: 250px;
  padding: 30px 50px 50px 0;
  display: flex;
}

.home-column-image-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30%;
  min-height: 250px;
  padding: 30px;
  display: flex;
}

.content-block-mini {
  max-width: 655px;
}

.home-image-div {
  position: relative;
}

.particles-wrapper {
  z-index: 11;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.container-pricing-packiging {
  max-width: 1300px;
}

.tooltip-v1 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  min-width: 100px;
  max-width: 200px;
  min-height: 42px;
  padding: 12px 16px;
  display: flex;
  box-shadow: 4px 4px 14px #080f340a, 1px 1px 1px #170f490a, 0 0 1px #170f4908;
}

.tooltip-v1.center-content {
  text-align: center;
  justify-content: center;
}

.tooltip {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-301 {
  color: #170f49;
  font-size: 18px;
  line-height: 20px;
}

.text-301.bold {
  cursor: pointer;
  font-weight: 700;
}

.tooltip-float {
  min-height: 42px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
}

.tooltip-float.top {
  inset: -284% auto auto -2%;
}

.tooltip-arrow {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 34% auto auto -8px;
}

.tooltip-arrow.bottom {
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% -9px;
  transform: rotate(-90deg);
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

@media screen and (min-width: 1440px) {
  .c-content.section-1 {
    height: 110vh;
  }

  .c-nav {
    display: block;
  }

  .c-body-content {
    height: 110vh;
    margin-top: 0;
  }

  ._w-body-content.no-event {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    left: auto;
    right: auto;
  }

  .c-content-main-description {
    margin-bottom: 20px;
  }

  .grid-git.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .heading.main-header {
    color: #da0000;
  }

  .heading.main-header.mb.our-services-tab {
    display: block;
  }

  .heading.main-header.mb.our-services-tab.smaller-devices {
    display: none;
  }

  .main-wrapper {
    justify-content: center;
    align-items: center;
  }

  .nav-wrapper {
    display: block;
  }

  .slide-subwrapper-t1.main {
    background-color: #0000;
  }

  .quote-t1.ktg-cms-editable.main {
    color: #fff;
  }

  .testimonial-top-wrapper {
    border-bottom-color: #fff;
    min-height: 95px;
  }

  .html-embed-home-testimonials {
    color: #fc0;
    height: 80px;
  }

  .quick-stack.main {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cell {
    justify-content: center;
    align-items: center;
  }

  .grid-footer-5-columns {
    grid-column-gap: 88px;
  }

  .privacy_content_wrapper {
    margin: 0 0 50px;
    padding: 0;
  }

  .ktg-preloader {
    display: flex;
  }

  .wrapper-badges {
    margin-top: 0;
  }

  .badge-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: auto auto auto auto;
    width: 100%;
  }

  .code-badge {
    text-align: left;
  }

  .code-badge-wrapper {
    text-align: center;
  }

  .footer-badge._1 {
    text-align: left;
    width: 130px;
    max-width: 100%;
  }

  .footer-badge-1, .footer-badge-2, .footer-badge-3 {
    width: 130px;
  }

  .footer-badge-link {
    width: 90%;
    margin-top: 35px;
  }

  .home-badge-link {
    width: 35%;
    margin-top: 35px;
  }

  .home-badge-link.pointer-link {
    width: 100%;
  }

  .home-badge._1 {
    text-align: left;
    width: 130px;
    max-width: 100%;
  }

  .home-badge-1 {
    width: 130px;
  }

  .footer-badge-copy._1 {
    text-align: left;
    width: 130px;
    max-width: 100%;
  }

  .home-badge-2, .home-badge-3 {
    width: 130px;
  }

  .top-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-main {
    grid-template-rows: auto;
    grid-template-columns: 60% 40%;
    width: 100%;
  }

  .wrapper-main-testimonials {
    border: 0 solid #fff3;
    border-radius: 5px;
    display: block;
  }

  .main-testimonial-title {
    color: #fff;
  }

  .home-sub-title {
    color: #cfcfcf;
  }

  .header-wrapper-main {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1300px;
    height: 600px;
    display: flex;
    position: relative;
  }

  .home-column-content-left {
    width: 70%;
  }

  .home-column-image-right {
    width: 30%;
  }

  .particles-wrapper {
    z-index: 11;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .home-wrapper-mini {
    max-width: 1300px;
  }

  .quick-stack-main {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .c-content.section-1 {
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
  }

  .c-nav {
    display: block;
  }

  .c-body-content {
    height: 100vh;
    margin-top: 0%;
  }

  ._w-body-content.no-event {
    width: 100%;
    max-width: 1300px;
    left: auto;
    right: auto;
  }

  .container-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.left-align {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }

  .heading.gradient-header {
    font-weight: 600;
  }

  .heading.main-header {
    font-weight: 700;
  }

  .main-wrapper {
    justify-content: center;
    align-items: center;
  }

  .section-title-container {
    max-width: 530px;
  }

  .section-title {
    font-size: 40px;
  }

  .nav-wrapper {
    display: block;
  }

  .browser-demo-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .d-103-card-wrapper {
    max-width: 350px;
  }

  .header-services {
    background-color: #1a1a1a00;
    border-width: 0;
    width: 100%;
    height: auto;
  }

  .slide-subwrapper-t1.main {
    background-color: #f6f6f600;
  }

  .quote-t1.ktg-cms-editable.main {
    color: #fff;
  }

  .testimonial-top-wrapper {
    border-bottom-color: #fff6;
  }

  .html-embed-home-testimonials {
    color: #fc0;
    height: 80px;
  }

  .ktg-preloader {
    display: flex;
  }

  .badge-grid {
    grid-template-columns: auto auto auto auto;
  }

  .footer-badge-link {
    width: 90%;
  }

  .home-badge-link.pointer-link, .top-wrapper {
    width: 100%;
  }

  .grid-main {
    grid-template-rows: auto;
    grid-template-columns: 60% 40%;
  }

  .wrapper-main-testimonials {
    border: 0 solid #fff3;
    height: 100px;
  }

  .main-testimonial-title {
    color: #fff;
  }

  .home-sub-title {
    color: #cfcfcf;
  }

  .header-wrapper-main {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: absolute;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 70% 30%;
  }

  .header-wrapper-mini {
    max-width: 1300px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-column-content-left {
    width: 70%;
    padding-right: 0;
  }

  .home-column-image-right {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: stretch;
    width: 30%;
    padding-left: 0;
    padding-right: 0;
  }

  .content-block-mini {
    max-width: none;
  }

  .particles-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .quick-stack-main {
    width: 100%;
    max-width: 1300px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .c-content.section-1 {
    height: 100vh;
  }

  ._w-content {
    height: 100%;
  }

  .c-nav {
    display: block;
  }

  .c-body-content {
    height: 100vh;
  }

  ._w-body-content.no-event {
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .c-col-menu-header {
    display: none;
  }

  .c-col-menu-social {
    justify-content: center;
  }

  .menu-item-text {
    font-size: 3.5em;
  }

  .section-logo {
    overflow: hidden;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-slider-img {
    width: 174px;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .marquee_wrap {
    width: 400vw;
  }

  .static-marquee_logos {
    width: 200vw;
  }

  .feature-column-content {
    width: 100%;
    min-height: auto;
    padding: 25px;
  }

  .feature-wrap {
    margin-bottom: 0;
  }

  .features.section-2 {
    padding: 40px 50px;
  }

  .feature-column-image {
    padding: 25px;
    display: none;
  }

  .right-blur, .left-blur {
    z-index: -1;
  }

  .content-h2 {
    font-size: 38px;
  }

  .grid-git.contact-form-side-details {
    grid-template-columns: 1.2fr;
  }

  .heading.main-header.mb.our-services-tab, .heading.main-header.mb.our-services-tab.smaller-devices {
    display: block;
  }

  .main-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .portfolio-p.main {
    max-width: 350px;
    margin-bottom: 40px;
    padding-right: 32px;
  }

  .d-133-3d-wrapper {
    margin-bottom: 80px;
  }

  .browser-demo {
    flex-direction: column;
    justify-content: center;
    width: 700px;
    height: 500px;
    margin-bottom: 100px;
  }

  .design-projects-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 140px;
    margin-right: 0%;
  }

  .image-4 {
    margin-right: 0;
  }

  .hero-h1 {
    text-align: center;
  }

  .section-title-container {
    font-size: 15px;
  }

  .section-title {
    font-size: 26px;
  }

  .nav-wrapper {
    display: block;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .side-menu-background {
    z-index: 0;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .browser-demo-2 {
    flex-direction: column;
    justify-content: center;
    width: 500px;
    height: auto;
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .d-103-card-wrapper {
    margin-bottom: 60px;
  }

  .header-services {
    flex-direction: column;
    justify-content: center;
    width: 500px;
    height: auto;
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .d-103-card-wrapper-2 {
    margin-bottom: 60px;
  }

  .tab-panel {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tab-button.w--current {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .tab-button.bb.w--current {
    line-height: 23px;
  }

  .content-block-home {
    padding: 20px 10px;
  }

  .tab-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .animation-block {
    display: none;
  }

  .container-our-services {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .icon-wrapper {
    max-width: 30px;
  }

  .home-services {
    line-height: 20px;
  }

  .container-client-scroll-kg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-services.section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-tab.gutter-outside {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .our-portfolio.section-5 {
    padding-top: 50px;
  }

  .wave-t {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: 0;
  }

  .instructions-wrapper-2 {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .portfolio-main-text-wrapper {
    width: 510px;
    margin-top: 100px;
    margin-left: 40px;
    margin-right: auto;
    position: absolute;
  }

  .portfolio-container {
    clear: both;
    flex-direction: row;
    justify-content: center;
    height: auto;
    min-height: auto;
    display: flex;
    overflow: hidden;
  }

  .portfolio {
    flex-direction: column;
    justify-content: center;
    width: 700px;
    height: 500px;
    margin-bottom: 100px;
  }

  .d-135-card-wrapper {
    margin-bottom: 60px;
  }

  .d-135-card-wrapper.automotive-sector, .d-135-card-wrapper.property-sector, .d-135-card-wrapper.manufacturing-sector, .d-135-card-wrapper.health-sector, .d-135-card-wrapper.communications-sector, .d-135-card-wrapper.goverment-sector, .d-135-card-wrapper.financial-sector {
    margin-bottom: 10px;
  }

  .portfolio-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .image-6 {
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .capabilities_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-large {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .references.section-8 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .right-arrow-t1 {
    align-items: flex-end;
  }

  .testimonials-arrow-right {
    margin-top: 120px;
  }

  .slide-wrapper-t1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .right-arrow-portrait-t1 {
    align-items: flex-end;
  }

  .slide-subwrapper-t1 {
    width: 33%;
    min-height: 320px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .right-arrow-landscape-t1 {
    align-items: flex-end;
  }

  .html-embed-home-testimonials {
    display: none;
  }

  .grid-footer-5-columns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 2fr 1fr 1fr;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .footer-middle {
    padding: 94px 30px;
  }

  .grid-footer-paragrah---social-media {
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr;
  }

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

  .social-media-grid-top.right.center-tablet {
    justify-content: center;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-bottom.text-left.text-center-mb {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid {
    grid-template-rows: auto;
  }

  .location-icon-footer {
    width: 100%;
    max-width: 20px;
  }

  .content-section-inner-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

  .clients-inner-02 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper.space-around {
    flex-wrap: wrap;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .partner-logo-container {
    justify-content: center;
    width: 50%;
    display: flex;
  }

  .partner-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .clients-section-01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .clients-inner-01 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-as-kaitech {
    margin-top: 0;
  }

  .column-4, .column-8, .column-9 {
    display: none;
  }

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

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .contact-form-left-side {
    padding: 64px 40px;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .contact-form-right-side {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 24px;
    padding: 64px 40px;
  }

  .support-monthly-plans-wrapper {
    padding: 20px 10px;
  }

  .checklist {
    margin-left: 15px;
  }

  .pricing-block {
    border-radius: 0;
    height: 720px;
    padding: 50px 20px 30px;
  }

  .pricing-block.image {
    height: 720px;
  }

  .checklist-item {
    margin-bottom: -5px;
    font-size: 13px;
  }

  .pricing-column {
    padding-left: 0;
    padding-right: 0;
  }

  .package-pricing {
    font-size: 34px;
    line-height: 30px;
  }

  .button-package-price.pricing-button {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 11px;
    line-height: 17px;
  }

  .tabs-our-services {
    margin-left: 50px;
    margin-right: 50px;
  }

  .tabs-support {
    margin-left: 30px;
    margin-right: 30px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .header-wrapper, .main-wrapper-sub-page {
    padding-left: 0;
    padding-right: 0;
  }

  .location-icon-footer-copy {
    width: 100%;
    max-width: 20px;
  }

  .ktg-preloader-img {
    width: 100px;
  }

  .grid-main {
    grid-template-columns: 100% 1fr;
  }

  .wrapper-main-testimonials {
    display: none;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .main-wrap {
    margin-bottom: 0;
  }

  .home-column-content-left {
    width: 100%;
    min-height: auto;
    padding: 25px;
  }

  .home-column-image-right {
    padding: 25px;
    display: none;
  }

  .div-testimonial-clutch {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-nav {
    display: block;
  }

  ._w-body-content {
    margin-left: 30%;
  }

  .c-nav-menu-content {
    width: 80%;
    display: block;
  }

  .c-col-menu-links {
    margin-bottom: 40px;
  }

  .c-menu-item {
    margin-bottom: 15px;
  }

  .menu-item-text {
    font-size: 3em;
  }

  .c-faq {
    width: 100%;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-slider-img {
    width: 125px;
  }

  .feature-column-content {
    width: 100%;
    padding: 0;
  }

  .feature-wrap {
    flex-wrap: wrap;
  }

  .features {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .features.section-2 {
    padding: 30px;
  }

  .feature-column-image {
    width: 100%;
  }

  .right-blur {
    z-index: -1;
  }

  .grid-1-column.gap-row-28px.mg-top-110px.mg-top-0-mbl {
    margin-top: 0;
  }

  .grid-git {
    grid-template-columns: 1fr;
  }

  .grid-git.form {
    grid-row-gap: 20px;
  }

  .instructions-wrapper {
    margin-left: 0;
  }

  .portfolio-p.main {
    max-width: 350px;
    margin-right: 30px;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .browser-demo {
    flex-flow: column;
    justify-content: center;
    width: 400px;
    height: 500px;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .design-projects-wrapper {
    margin-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-container {
    width: 100%;
    max-width: none;
  }

  .section-title {
    font-size: 24px;
  }

  .nav-wrapper {
    display: block;
  }

  .side-menu-wrapper {
    width: 25rem;
    overflow: hidden;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .side-menu-background {
    z-index: 6;
    right: 0;
  }

  .side-menu_component {
    width: 25rem;
    padding-right: 0;
    overflow: scroll;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .full-logo-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .logo-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .social-circle {
    width: 44px;
    height: 44px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .browser-demo-2, .header-services {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
    padding: 100px 30px;
  }

  .tab-panel, .tab-panel.support-monthly-plans {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-button {
    color: #fff;
    background-color: #1f1e1d;
    border-radius: 0;
    justify-content: flex-start;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-button.w--current {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-button.bb {
    border-bottom: 1px solid #ffffff1a;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .icon-wrapper {
    max-width: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding-top: 0;
    padding-right: 0;
    display: none;
  }

  .home-services {
    margin-top: 0;
    padding-top: 0;
    display: inline-block;
  }

  .check-grid {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .flex.vert {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .title3 {
    font-size: 2em;
  }

  .p-md-end {
    padding-bottom: 4em;
  }

  .our-portfolio.section-5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .instructions-wrapper-2 {
    margin-left: 0;
  }

  .portfolio-main-text-wrapper {
    width: auto;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .portfolio-container {
    background-image: linear-gradient(#0000, #0000);
    align-items: center;
    min-height: auto;
    display: block;
  }

  .portfolio {
    flex-flow: column;
    justify-content: center;
    width: 400px;
    height: 500px;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .portfolio-heading.h1 {
    max-width: 400px;
  }

  .portfolio-heading.h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .portfolio-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .capabilities_section-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .wave-top-svg {
    top: -2%;
  }

  .arrow-2 {
    height: 35px;
  }

  .right-arrow-t1 {
    height: 40px;
    inset: auto 0% 0% auto;
  }

  .left-arrow-icon-t1 {
    height: 35px;
  }

  .left-arrow-portrait-t1 {
    height: 40px;
    inset: auto auto 0% 0%;
  }

  .slider-mobile-landscape-t1 {
    display: block;
  }

  .slider-t1 {
    display: none;
  }

  .testimonials-arrow-right, .right-arrow-icon-t1 {
    height: 35px;
  }

  .right-arrow-portrait-t1 {
    height: 40px;
    inset: auto 0% 0% auto;
  }

  .slide-subwrapper-t1 {
    width: 50%;
    min-height: 400px;
  }

  .slide-nav-landscape-t1 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .left-arrow-landscape-t1 {
    height: 40px;
    inset: auto auto 0% 0%;
  }

  .left-arrow-t1 {
    inset: 0% auto 0% 0%;
  }

  .right-arrow-landscape-t1 {
    align-items: center;
    height: 40px;
    inset: auto 0% 0% auto;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .grid-footer-5-columns {
    grid-template-columns: 1fr 1fr;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .footer-middle {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-footer-paragrah---social-media {
    grid-row-gap: 8px;
  }

  .mg-bottom-0 {
    font-size: .8em;
  }

  .sub-wrapper {
    padding: 30px;
  }

  .sub-wrapper.get-in-touch {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .automotive-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

  .clients-inner-02 {
    flex-wrap: wrap;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .client-logo {
    width: 50%;
  }

  .wrapper.space-around {
    justify-content: space-around;
  }

  .row {
    flex-wrap: wrap;
  }

  .partner-logo {
    flex: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .clients-inner-01 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .column-4 {
    display: none;
  }

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

  .text-area {
    border-radius: 0;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .mg-right-32px {
    margin-right: 24px;
  }

  .contact-form-left-side {
    padding: 30px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .contact-form-right-side {
    padding: 30px;
  }

  .pricing-block {
    height: 550px;
    padding: 30px;
  }

  .pricing-block.image {
    height: 550px;
    padding-top: 50px;
  }

  .pricing-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .package-pricing {
    margin-bottom: 20px;
  }

  .button-package-price.pricing-button {
    margin-top: 10px;
  }

  .testimonials-arrow-left {
    height: 35px;
  }

  .tabs-our-services {
    margin-left: 30px;
    margin-right: 30px;
  }

  .html-embed-web-design {
    margin-top: 0;
    padding-top: 0;
  }

  .privacy-wrapper {
    padding: 30px;
  }

  .content_wrapper {
    padding-left: 40px;
  }

  .privacy_content_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .privacy_content_wrapper.padding-50 {
    padding: 10px 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-badge-link, .home-badge-link {
    display: none;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-wrap {
    flex-wrap: wrap;
  }

  .home-column-content-left {
    width: 100%;
    padding: 0;
  }

  .home-column-image-right {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .c-content.section-1 {
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    min-height: 1400px;
    max-height: 1400px;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .c-content.section-1.sub-page {
    height: 25vh;
    min-height: auto;
    max-height: none;
  }

  ._w-content {
    height: 100%;
  }

  ._w-content.sub-page {
    height: 25vh;
  }

  .c-nav {
    display: block;
  }

  .c-nav-logo {
    margin-right: 20px;
  }

  .c-nav-items {
    justify-content: space-between;
  }

  .c-nav-contact {
    margin-right: 15px;
  }

  .c-nav-contact-link {
    text-align: right;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .c-nav-contact-link-text.focus {
    display: none;
  }

  .c-body-content {
    height: 200vh;
    margin-top: 0;
    position: absolute;
  }

  .c-body-content.sub-page {
    height: 25vh;
  }

  ._w-body-content.no-event {
    margin-top: 150px;
    padding-left: 0;
  }

  .b-body-content {
    width: 100%;
  }

  .content-header {
    font-size: 1.5em;
    line-height: 1.1em;
  }

  .content-header.ktg-cms-editable {
    font-size: 1.6em;
    font-weight: 800;
  }

  ._w-content-btn.pointer-link, ._w-content-btn.pointer-link.full-wdth-mobi, .c-content-btn-link {
    width: 100%;
  }

  .c-content-btn-link.accelerate {
    display: block;
  }

  .c-content-btn-link.accelerate.full-width-mobi {
    width: 100%;
  }

  ._w-content-btn-details.default {
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  ._w-content-btn-details.default.accelerate, ._w-content-btn-details.focus {
    justify-content: center;
    align-items: center;
  }

  .content-btn-details-icon.default {
    display: none;
  }

  .c-nav-menu-content {
    width: 85%;
  }

  .c-col-menu-links {
    margin-bottom: 30px;
  }

  .c-menu-item {
    margin-bottom: 10px;
  }

  .menu-item-text {
    font-size: 2.5em;
  }

  .particles {
    height: 100%;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo-slider-img {
    width: 100px;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .marquee_wrap {
    width: 800vw;
  }

  .static-marquee_logos {
    width: 400vw;
  }

  .feature-column-content {
    padding: 10px;
  }

  .ribbon {
    display: none;
  }

  .container-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .features {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .features.section-2 {
    padding: 20px;
  }

  .feature-column-image {
    margin-top: 25px;
    padding: 10px;
  }

  .ribbon-3 {
    width: 90px;
    display: none;
  }

  .right-blur, .ribbon-2 {
    display: none;
  }

  .image-wrapper.overflow-hidden.border-radius-24px {
    border-radius: 16px;
  }

  .grid-git.align-top._2-col-mbl {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .heading.main-header {
    width: 100%;
    max-width: 250px;
    line-height: 35px;
    display: none;
  }

  .main-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
  }

  .instructions-wrapper {
    align-self: auto;
    margin-left: 0;
  }

  .portfolio-p.main {
    max-width: 350px;
    margin-bottom: 20px;
    margin-right: 30px;
    padding-right: 0;
    font-size: 14px;
  }

  .browser-demo {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .design-projects-wrapper {
    align-items: center;
    margin-top: 100px;
    margin-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    margin-top: 0;
    margin-right: 0;
  }

  .hero-h1 {
    font-size: 44px;
  }

  .button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-circle {
    margin-left: 12px;
  }

  .nav-wrapper {
    display: flex;
  }

  .side-menu-wrapper {
    width: 100%;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .side-menu-background {
    width: 100%;
  }

  .navbar_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .side-menu_component {
    width: 100%;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .social-circle {
    width: 42px;
    height: 42px;
    margin: 4px;
    padding: 8px;
  }

  .browser-demo-2, .header-services {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-panel {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-block-home {
    padding-bottom: 10px;
  }

  .tabs-content {
    margin-top: 0;
    padding-top: 0;
  }

  .text-block-9 {
    font-size: 1em;
  }

  .tabs-nav-item-underline, .tabs-nav-item-underline2 {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .tabs-menu-underline-wrapper {
    padding: .8em 1em 1em;
  }

  .instructions-wrapper-2 {
    align-self: auto;
    margin-left: 0;
  }

  .portfolio-main-text-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .d-135-card-wrapper.automotive-sector, .d-135-card-wrapper.property-sector, .d-135-card-wrapper.manufacturing-sector, .d-135-card-wrapper.health-sector, .d-135-card-wrapper.communications-sector, .d-135-card-wrapper.goverment-sector {
    background-position: 100%;
    margin-bottom: 0;
  }

  .d-135-card-wrapper.financial-sector {
    background-image: linear-gradient(#000000ba, #000000ba), url('../images/financial-background.jpg');
    background-position: 0 0, 100%;
    margin-bottom: 0;
  }

  .d-135-card-wrapper.request-presentation {
    margin-bottom: 30px;
  }

  .portfolio-heading.h1 {
    line-height: 28px;
  }

  .portfolio-heading.h2 {
    font-size: 15px;
    line-height: 20px;
  }

  .portfolio-wrapper {
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-6 {
    margin-top: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-features {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .capabilities_section-content {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .capabilities_component {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .wave-top-svg {
    top: -50px;
  }

  .arrow-2 {
    height: 45px;
  }

  .left-arrow-portrait-t1, .slider-mobile-landscape-t1 {
    display: none;
  }

  .testimonials-arrow-right {
    height: 45px;
  }

  .right-arrow-portrait-t1 {
    align-items: center;
    display: none;
  }

  .slide-nav-portrait-t1 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .slide-subwrapper-t1 {
    width: 100%;
    max-width: 300px;
    height: auto;
    min-height: 420px;
  }

  .slider-mobile-portrait-t1 {
    display: block;
  }

  .quote-t1 {
    font-size: 18px;
    line-height: 24px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .grid-footer-5-columns {
    grid-column-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }

  .footer-middle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .social-icon-square.facebook {
    min-width: 20px;
  }

  .social-icon-square.linkedin {
    width: 25px;
    min-width: 25px;
  }

  .grid-footer-paragrah---social-media {
    grid-template-columns: 1fr;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .footer-title-wrapper {
    margin-top: 20px;
  }

  .sub-page-content-header {
    line-height: 1.1em;
  }

  .content-wrap-left {
    margin-bottom: 20px;
  }

  .client-logo {
    width: 100%;
  }

  .wrapper.space-around {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .partner-logo {
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .accordion-item-q-text {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .column-4 {
    display: none;
  }

  .list {
    padding-left: 20px;
  }

  .image-as {
    width: 100px;
  }

  .accordion-item-q-text-2, .accordion-item-q-text-3, .accordion-item-q-text-4, .accordion-item-q-text-5, .accordion-item-q-text-6, .accordion-item-q-text-7 {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .support-monthly-plans.section-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .divider, .divider._64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .text-area {
    padding-left: 0;
  }

  .input {
    padding-left: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input.git {
    padding-left: 0;
  }

  .mg-right-32px.mg-bottom-16px-mbp {
    margin-bottom: 16px;
  }

  .contact-form-left-side {
    padding: 48px 24px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .social-icon-square-git {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .contact-form-right-side {
    padding: 0;
  }

  .support-monthly-plans-wrapper {
    padding-bottom: 10px;
  }

  .pricing-block {
    height: 750px;
    min-height: auto;
    padding: 20px;
  }

  .pricing-block.image {
    height: 800px;
  }

  .pricing-block-tag {
    margin-bottom: 0;
  }

  .button-package-price {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .testimonials-arrow-left {
    height: 45px;
  }

  .tabs-our-services, .tabs-support {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph_centered {
    text-align: left;
  }

  .content_wrapper {
    flex: 1;
    padding-left: 24px;
  }

  .privacy_content_wrapper {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .privacy_content_wrapper.padding-50 {
    border-width: 0;
    padding: 0;
  }

  .heading-19 {
    text-align: left;
  }

  .header_section_wrapper {
    align-items: flex-start;
  }

  .heading-20 {
    text-align: left;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .slide-2 {
    min-height: 270px;
  }

  .section1-header2 {
    font-size: 1em;
  }

  .header-wrapper {
    margin-top: 0;
    padding-left: 10px;
  }

  .z-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .main-wrapper-sub-page {
    margin-top: 0;
    margin-left: 0;
    padding-left: 50px;
    padding-right: 0;
  }

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

  .best-choice-wrapper {
    margin-top: 40px;
  }

  .ktg-preloader-img {
    width: 80px;
  }

  .badge-grid {
    grid-template-columns: 100%;
  }

  .footer-badge-link, .home-badge-link {
    display: block;
  }

  .grid-main {
    grid-template-columns: repeat(auto-fit, minmax(100%, 260px)) 0;
  }

  .buttons-row {
    flex-direction: column;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .home-column-content-left {
    text-align: center;
    padding: 10px;
  }

  .home-column-image-right {
    margin-top: 25px;
    padding: 10px;
  }

  .content-block-mini {
    text-align: left;
  }
}

#w-node-_7eacdf27-f613-8345-87bd-4a89f51a91eb-b03c6516 {
  grid-template-rows: auto;
  grid-template-columns: 70% 30%;
}

#w-node-bd0dc824-2e0b-712f-5e45-272d592834b4-b03c6516 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_742dcbee-5b8b-3a22-8807-047106a227bf-b03c6516, #w-node-d4995476-8825-a8a1-7145-a6a95529a428-b03c6516, #w-node-_6eb74584-58f5-08c8-b8c0-6c0a987c713a-b03c6516, #w-node-da4b114b-e14e-8117-523c-37a3391d4536-b03c6516, #w-node-da4b114b-e14e-8117-523c-37a3391d4542-b03c6516, #w-node-da4b114b-e14e-8117-523c-37a3391d454e-b03c6516 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-_30b69eda-1e0a-50c4-0085-bec74f9fd143-4f9fd139 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-fda46f77-d3f7-bfa4-f16e-53e78d226a3c-bfa6985a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7eacdf27-f613-8345-87bd-4a89f51a91eb-7e580bec {
  grid-template-rows: auto;
  grid-template-columns: 70% 30%;
}

#w-node-bd0dc824-2e0b-712f-5e45-272d592834b4-7e580bec {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_742dcbee-5b8b-3a22-8807-047106a227bf-7e580bec, #w-node-d4995476-8825-a8a1-7145-a6a95529a428-7e580bec, #w-node-_6eb74584-58f5-08c8-b8c0-6c0a987c713a-7e580bec, #w-node-da4b114b-e14e-8117-523c-37a3391d4536-7e580bec, #w-node-da4b114b-e14e-8117-523c-37a3391d4542-7e580bec, #w-node-da4b114b-e14e-8117-523c-37a3391d454e-7e580bec {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_7eacdf27-f613-8345-87bd-4a89f51a91eb-b03c6516 {
    grid-template-rows: auto;
    grid-template-columns: 70% 30%;
  }

  #w-node-ddf1f462-61af-545e-093e-12e1ede85c07-89a1b560 {
    grid-column-start: span 1.5;
    grid-column-end: span 1.5;
    grid-row: span 1 / span 1;
  }

  #w-node-_7eacdf27-f613-8345-87bd-4a89f51a91eb-7e580bec {
    grid-template-rows: auto;
    grid-template-columns: 70% 30%;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_7eacdf27-f613-8345-87bd-4a89f51a91eb-b03c6516, #w-node-_7eacdf27-f613-8345-87bd-4a89f51a91eb-7e580bec {
    grid-template-rows: auto;
    grid-template-columns: 70% 30%;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7eacdf27-f613-8345-87bd-4a89f51a91eb-b03c6516 {
    grid-template-rows: auto;
    grid-template-columns: 100% 0%;
  }

  #w-node-_5acf333a-f58b-9eaf-a358-a2b953fcb6d7-b03c6516, #w-node-_6f937955-321b-e3c9-16fc-ea7d3ed8aca3-b03c6516, #w-node-d054dc04-a947-db66-9946-c3bc73b6c5a7-b03c6516, #w-node-d054dc04-a947-db66-9946-c3bc73b6c5ab-b03c6516, #w-node-abe9c8a1-da4e-8c3a-883e-5233790f2128-b03c6516, #w-node-abe9c8a1-da4e-8c3a-883e-5233790f212c-b03c6516, #w-node-_67694a00-52aa-2758-0bdb-4c353ce58af5-b03c6516, #w-node-_67694a00-52aa-2758-0bdb-4c353ce58af9-b03c6516, #w-node-b38a9512-abc2-aa40-425f-d326e936b27a-b03c6516, #w-node-b38a9512-abc2-aa40-425f-d326e936b27e-b03c6516 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bd0dc824-2e0b-712f-5e45-272d592834b4-b03c6516 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_742dcbee-5b8b-3a22-8807-047106a227bf-b03c6516 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_7eacdf27-f613-8345-87bd-4a89f51a91eb-7e580bec {
    grid-template-rows: auto;
    grid-template-columns: 100% 0%;
  }

  #w-node-_5acf333a-f58b-9eaf-a358-a2b953fcb6d7-7e580bec, #w-node-_6f937955-321b-e3c9-16fc-ea7d3ed8aca3-7e580bec, #w-node-d054dc04-a947-db66-9946-c3bc73b6c5a7-7e580bec, #w-node-d054dc04-a947-db66-9946-c3bc73b6c5ab-7e580bec, #w-node-abe9c8a1-da4e-8c3a-883e-5233790f2128-7e580bec, #w-node-abe9c8a1-da4e-8c3a-883e-5233790f212c-7e580bec, #w-node-_67694a00-52aa-2758-0bdb-4c353ce58af5-7e580bec, #w-node-_67694a00-52aa-2758-0bdb-4c353ce58af9-7e580bec, #w-node-b38a9512-abc2-aa40-425f-d326e936b27a-7e580bec, #w-node-b38a9512-abc2-aa40-425f-d326e936b27e-7e580bec {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bd0dc824-2e0b-712f-5e45-272d592834b4-7e580bec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_742dcbee-5b8b-3a22-8807-047106a227bf-7e580bec {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e5d61852-b695-857f-85e5-ba449b84937d-b03c6516, #w-node-e5d61852-b695-857f-85e5-ba449b84937f-b03c6516, #w-node-e5d61852-b695-857f-85e5-ba449b849381-b03c6516, #w-node-_33bc2d3f-2a36-1d71-3536-a6aed2ea885c-b03c6516 {
    justify-self: center;
  }

  #w-node-bd0dc824-2e0b-712f-5e45-272d592834b4-b03c6516 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fda46f77-d3f7-bfa4-f16e-53e78d226a3c-bfa6985a {
    grid-column: span 1 / span 1;
  }

  #w-node-e5d61852-b695-857f-85e5-ba449b84937d-7e580bec, #w-node-e5d61852-b695-857f-85e5-ba449b84937f-7e580bec, #w-node-e5d61852-b695-857f-85e5-ba449b849381-7e580bec, #w-node-_33bc2d3f-2a36-1d71-3536-a6aed2ea885c-7e580bec {
    justify-self: center;
  }

  #w-node-bd0dc824-2e0b-712f-5e45-272d592834b4-7e580bec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


