body {
  color: #fff;
  background-color: #000;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

a {
  text-decoration: none;
  transition: all .35s ease-in-out;
}

.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;
  }
}

.teemyco-hero-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -webkit-backdrop-filter: blur(144px);
  backdrop-filter: blur(144px);
  text-align: center;
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 36px;
  display: flex;
}

.dropdown-menu-icon-box {
  color: #fff;
  background-color: #fff3;
  border: 1px solid #fff3;
  border-bottom-color: #676767;
  border-radius: 8px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  display: flex;
  box-shadow: 0 2px 6px #0000000a;
}

.teemyco-features-title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why-teemyco-details {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.why-teemyco-details-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.why-teemyco-section {
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.why-teemyco-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 16px;
  margin-bottom: 32px;
  display: flex;
}

.teemyco-features-inner {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.why-teemyco-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.teemyco-feedback-section {
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.teemyco-footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 156px 156px;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-container {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.teemyco-matrix-inner {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.navmenu-link {
  color: #fff;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.navmenu-link:hover {
  color: #c75dc6;
}

.dropdown-inner-box {
  border-radius: 12px;
  overflow: hidden;
}

.teemyco-hero-inner {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.teemyco-client-logo {
  width: 100%;
  max-width: 100%;
}

.teemyco-client-title-wrap {
  text-align: center;
  margin-bottom: 50px;
}

.teemyco-client-marquee {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.header-dropdown-list {
  background-color: #272727;
  border: 1px solid #535353;
  border-radius: 12px;
  padding: 12px;
  top: 110%;
  left: -20%;
  box-shadow: 0 4px 20px #0000001a;
}

.header-dropdown-list.w--open {
  width: 710px;
}

.why-teemyco-header-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.teemyco-hero-button-wrap {
  margin-top: 16px;
}

.teemyco-features-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.teemyco-feedback-title-wrap {
  text-align: center;
}

.header-brand {
  flex: none;
  margin-right: auto;
  padding-left: 0;
}

.teemyco-client-list {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.why-teemyco-inner {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.navmenu-dropdown {
  padding: 12px;
  position: static;
}

.why-teemyco-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.teemyco-copyright-text {
  color: #d1d5db;
  font-size: 16px;
  font-weight: 400;
}

.dropdown-menu-icon-code {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.dropdown-menu-item-name {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.dropdown-menu-item-name.is-highlight {
  color: #5727e7;
}

.teemyco-cta-box {
  -webkit-backdrop-filter: blur(144px);
  backdrop-filter: blur(144px);
  background-color: #ffffff12;
  background-image: url("https://cdn.prod.website-files.com/69818162f4bb749b1c89915a/698181aaae35b610ef602c47_Ellipse%2030%20(4).png"), url("https://cdn.prod.website-files.com/69818162f4bb749b1c89915a/698181aaae35b610ef602c3a_Ellipse%2031.png"), url("https://cdn.prod.website-files.com/69818162f4bb749b1c89915a/698181aaae35b610ef602c42_BG%20(2).png");
  background-position: 100% 100%, 50% 0, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: cover, cover, cover;
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  padding: 60px 24px;
}

.teemyco-cta-tick {
  background-image: linear-gradient(-90deg, #c75dc6, #a675ed);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 16px;
  height: 16px;
  display: flex;
}

.tablet-nav-top {
  display: none;
}

.teemyco-footer-menu-link {
  color: #f3f4f6;
  font-size: 16px;
  font-weight: 400;
}

.teemyco-footer-menu-link:hover {
  color: #c75dc6;
}

.teemyco-summary {
  color: #d1d5db;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.teemyco-summary.is-gray {
  color: #9ca3af;
}

.why-teemyco-tag {
  background-color: #000;
  background-image: url("https://cdn.prod.website-files.com/69818162f4bb749b1c89915a/698181aaae35b610ef602c4e_Chip.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding: 6px 12px;
}

.teemyco-feedback-top {
  background-color: #ffffff0d;
  background-image: url("https://cdn.prod.website-files.com/69818162f4bb749b1c89915a/698181aaae35b610ef602c32_BG%20(1).png"), url("https://cdn.prod.website-files.com/69818162f4bb749b1c89915a/698181aaae35b610ef602c30_Ellipse%2030.png");
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.teemyco-footer {
  padding-top: 80px;
  padding-bottom: 48px;
}

.why-teemyco-right {
  background-color: #ffffff1a;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 94px 12px;
  display: flex;
}

.teemyco-icon-circle {
  background-image: linear-gradient(-90deg, #c75dc6, #a675ed);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 16px;
  height: 16px;
  margin-top: 6px;
  display: flex;
}

.gradient-button {
  background-image: linear-gradient(#f975f8, #9f6ee5);
  border-radius: 30px;
  padding: 1.5px;
}

.header-logo-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.teemyco-features-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #ffffff0d;
  background-image: url("https://cdn.prod.website-files.com/69818162f4bb749b1c89915a/698181aaae35b610ef602c4f_Card.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #fff3;
  border-radius: 16px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.gradinet-button-css {
  display: none;
}

.teemyco-feedback-bottom {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.teemyco-cta-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.teemyco-cta-section {
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.teemyco-matrix-item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #ffffff0d;
  background-image: url("https://cdn.prod.website-files.com/69818162f4bb749b1c89915a/698181aaae35b610ef602c35_Ellipse%2030%20(3).png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.teemyco-cta-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #ffffff08;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 16px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.dropdown-menu-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.teemyco-cta-title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.teemyco-cta-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.teemyco-features-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brand {
  padding-left: 0;
}

.teemyco-paragraph-small {
  color: #9ca3af;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.3;
}

.teemyco-matrix-section {
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.black-navigation {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-menu-title-box {
  margin-bottom: 16px;
}

.why-teemyco-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 16px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-button-white {
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 30px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
}

.header-button-white:hover {
  color: #fff;
  background-color: #0000;
}

.navmenu-dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 16px;
  transition: all .35s ease-in-out;
  display: flex;
  position: static;
}

.navmenu-dropdown-toggle:hover {
  color: #c75dc6;
}

.dropdown-menu-grid-box {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.teemyco-features-section {
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.teemyco-cta-name {
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
}

.teemyco-hero-h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.dropdown-short-desc {
  color: #9ca3af;
  white-space: normal;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.teemyco-feedback-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.navmenu-dropdown-arrow {
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.dropdown-menu-heading {
  text-transform: uppercase;
  border-bottom: 1px solid #535353;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.teemyco-hero-section {
  background-image: url("https://cdn.prod.website-files.com/69818162f4bb749b1c89915a/698181a9ae35b610ef602c03_BG%20(14).png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 170px;
  padding-bottom: 80px;
}

.main-wrapper {
  z-index: 9999;
}

.why-teemyco-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.dropdown-menu-link-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #0000;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 12px;
  display: flex;
}

.dropdown-menu-link-box:hover {
  background-color: #fff;
}

.teemyco-hero-image {
  width: 100%;
}

.why-teemyco-tag-box {
  background-image: linear-gradient(#f975f8, #a675ed);
  border-radius: 12px;
  padding: 1px;
  font-size: 16px;
  overflow: hidden;
}

.teemyco-footer-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.teemyco-hero-h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.teemyco-client-section {
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.teemyco-feedback-inner {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.black-header {
  z-index: 999;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.teemyco-feedback-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.why-teemyco-item-inner {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.gradient-button-inner {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-image: linear-gradient(270deg, #c75dc6, #a675ed);
  border-radius: 30px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: all .35s ease-in-out;
}

.why-teemyco-title-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.teemyco-matrix-title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.teemyco-hero-h1 {
  color: #fff;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.teemyco-cta-summary {
  color: #d1d5db;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.header-button-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.teemyco-matrix-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  font-weight: 400;
  display: flex;
}

.teemyco-hero-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.page-wrapper {
  overflow: clip;
}

.teemyco-cta-image {
  width: 100%;
}

.teemyco-hero-summary {
  color: #fffc;
  margin-bottom: 0;
}

.teemyco-footer-desc {
  color: #e5e7eb;
}

.why-teemyco-desc {
  color: #9ca3af;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.teemyco-hero-h4 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.teemyco-hero-h4.weight-medium {
  font-weight: 500;
}

.teemyco-paragraph {
  color: #9ca3af;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}

.teemyco-features-desc {
  color: #d1d5db;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.black-navbar {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.teemyco-footer-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.why-teemyco-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.teemyco-footer-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.teemyco-hero-h1-medium {
  color: #fff;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.teemyco-matrix-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.teemyco-cta-inner {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.teemyco-features-icon-box {
  background-image: linear-gradient(-90deg, #c75dc6, #a675ed);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48px;
  height: 48px;
  display: flex;
}

.menu-tooltip {
  opacity: 0;
  pointer-events: none;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: 700;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 100px;
}

.tooltip-arrow {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -8px 0% auto;
  transform: rotate(180deg);
}

@media screen and (min-width: 1280px) {
  .teemyco-cta-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-menu-grid-box {
    grid-column-gap: 16px;
  }

  .teemyco-cta-name {
    font-size: 16px;
  }

  .dropdown-menu-right {
    width: 257px;
    min-width: 257px;
  }

  .center-content.center-text {
    margin: 0;
    padding: 0;
  }

  .h1-white-text.warm-grey-text {
    margin-bottom: 0;
  }

  .footer3_top-wrapper {
    flex: 0 auto;
  }

  .button-2.is-navbar4-button.download {
    padding-left: 0;
  }

  .button-2.is-navbar4-button.pricing {
    color: #edf0f9;
    border-width: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .button-2.is-navbar4-button.book-a-dem {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.pricing {
    max-width: 1300px;
    padding-bottom: 0;
  }

  .navbar4_component.light {
    -webkit-text-fill-color: inherit;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border: 1px #000;
    border-bottom-width: 0;
    position: sticky;
  }

  .large-text {
    color: #000;
    text-align: left;
    padding-top: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
  }

  .large-text.price {
    text-align: center;
  }

  .large-text.warm-grey-text.center-content {
    padding-top: 0;
  }

  .price-card-top {
    margin-bottom: 0;
  }

  .grid-5 {
    margin-top: 0;
  }
}

@media screen and (min-width: 1440px) {
  .teemyco-features-title-wrap {
    max-width: 730px;
  }

  .page-container {
    max-width: 1230px;
  }

  .navmenu-link, .navmenu-dropdown {
    padding-left: 16px;
    padding-right: 16px;
  }

  .teemyco-feedback-top {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .teemyco-features-item, .teemyco-cta-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .teemyco-matrix-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .teemyco-cta-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 12px;
  }

  .teemyco-cta-title-wrap {
    max-width: 800px;
  }

  .black-navigation {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .header-button-white {
    font-size: 18px;
  }

  .teemyco-hero-h2 {
    font-size: 32px;
  }

  .navmenu-dropdown-arrow {
    width: 24px;
  }

  .why-teemyco-tag-box {
    font-size: 18px;
  }

  .teemyco-hero-h3 {
    font-size: 26px;
  }

  .teemyco-feedback-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .gradient-button-inner {
    font-size: 18px;
  }

  .teemyco-matrix-title-wrap {
    max-width: 700px;
  }

  .teemyco-hero-h1 {
    font-size: 56px;
  }

  .teemyco-cta-summary {
    font-size: 18px;
  }

  .teemyco-hero-top {
    max-width: 800px;
  }

  .teemyco-hero-summary, .teemyco-footer-desc, .teemyco-hero-h4 {
    font-size: 20px;
  }

  .teemyco-paragraph {
    font-size: 18px;
  }

  .why-teemyco-grid {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .teemyco-hero-h1-medium {
    font-size: 40px;
  }

  .teemyco-matrix-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .center-content.center-text {
    margin-bottom: 0;
  }

  .text-block-48 {
    padding-bottom: 20px;
  }

  .button-2.is-navbar4-button.signinbutton {
    border-style: none none solid;
  }

  .button-2.is-navbar4-button.book-a-dem {
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_left-wrapper {
    width: 900px;
  }

  .table-wrap {
    max-width: 1300px;
  }

  .disclamer {
    font-style: italic;
    font-weight: 400;
  }

  .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.priceblock {
    padding-bottom: 0;
  }

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

  .navbar4_component {
    background-color: #444;
  }

  .navbar4_component.light {
    background-color: #fff;
  }

  .heading-18 {
    padding-top: 20px;
  }

  .main-cta {
    box-shadow: 1px 1px 3px #3232327d;
  }

  .pricing-columns {
    grid-column-gap: 40px;
  }

  .text-block-47 {
    padding-bottom: 20px;
  }

  .grid-5 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
  }
}

@media screen and (min-width: 1920px) {
  .header-button-white, .gradient-button-inner {
    font-size: 20px;
  }

  .teemyco-matrix-title-wrap {
    max-width: 780px;
  }

  .teemyco-hero-h1-medium {
    font-size: 48px;
  }

  .header-price {
    line-height: 40px;
  }

  .center-content.center-text {
    flex-direction: column;
    align-self: center;
    align-items: center;
    max-width: 1300px;
    margin-bottom: 0;
    display: flex;
  }

  .container-51 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .footer3_top-wrapper {
    grid-column-gap: 0vw;
    flex: 1;
    grid-template-columns: .75fr .5fr;
    justify-content: center;
    justify-items: center;
    width: auto;
  }

  .button-2.is-navbar4-button {
    background-color: #e8fc31;
    border-radius: 25px;
  }

  .button-2.is-navbar4-button.download {
    background-color: #0000;
  }

  .button-2.is-navbar4-button.download.light {
    font-weight: 500;
  }

  .button-2.is-navbar4-button.signinbutton {
    color: #f2f2f2;
    background-color: #0000;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
  }

  .button-2.is-navbar4-button.signinbutton.light {
    font-weight: 500;
  }

  .button-2.is-navbar4-button.pricing {
    background-color: #0000;
    border-radius: 0;
  }

  .button-2.is-navbar4-button.pricing.light {
    font-weight: 500;
  }

  .button-2.is-navbar4-button.book-a-dem {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
  }

  .text-block-46 {
    line-height: 36px;
  }

  .navbar4_container {
    width: 1300px;
  }

  .navbar4_menu {
    font-weight: 400;
  }

  .footer3_left-wrapper {
    padding-left: 0;
  }

  .footer3_menu-wrapper {
    justify-items: start;
  }

  .navbar4_wrapper.light {
    font-weight: 400;
  }

  .container {
    align-self: auto;
    max-width: 1300px;
    max-height: none;
    margin-bottom: 0;
    margin-left: 250px;
    margin-right: 250px;
    padding: 0;
    display: block;
  }

  .container.priceblock {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch flex-start;
    align-self: center;
    align-items: center;
    max-width: 1300px;
    margin-bottom: 0;
    overflow: visible;
  }

  .container.pricing {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
    display: block;
  }

  .navbar4_component {
    background-color: #444;
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .navbar4_component.light {
    background-color: #fff;
    padding-top: 10px;
    position: sticky;
  }

  .section {
    background-color: #0000;
  }

  .section.warm-grey {
    align-self: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
    position: static;
  }

  .large-text {
    text-align: left;
  }

  .price-card-top {
    margin-bottom: -2px;
  }

  .pricing-columns {
    width: 100%;
  }

  ._60px {
    height: 60px;
  }
}

@media screen and (max-width: 991px) {
  .teemyco-features-title-wrap {
    max-width: 75%;
  }

  .why-teemyco-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .teemyco-features-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .teemyco-feedback-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .teemyco-footer-grid {
    grid-template-columns: 1fr 130px 130px;
  }

  .page-container {
    max-width: 95%;
  }

  .navmenu-link {
    padding-left: 0;
    padding-right: 0;
  }

  .teemyco-hero-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .dropdown-menu-left {
    padding-bottom: 20px;
    padding-right: 12px;
  }

  .teemyco-client-title-wrap {
    margin-bottom: 30px;
  }

  .navigation-list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .header-dropdown-list {
    margin-top: 15px;
    position: static;
  }

  .header-dropdown-list.w--open, .dropdown-menu-sub-dropdown {
    width: 100%;
  }

  .why-teemyco-header-wrap {
    max-width: 100%;
  }

  .teemyco-client-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .navmenu-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .teemyco-copyright-text {
    font-size: 14px;
  }

  .teemyco-cta-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tablet-nav-top {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .menu-bottom-cross {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    transform: translate(0, -2px)rotate(-45deg);
  }

  .menu-bottom-cross.is-white {
    background-color: #fff;
  }

  .teemyco-footer-menu-link {
    font-size: 15px;
  }

  .why-teemyco-tag {
    border-radius: 8px;
  }

  .teemyco-footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .why-teemyco-right {
    padding: 24px;
  }

  .menu-top-cross {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    transform: rotate(45deg);
  }

  .menu-top-cross.is-white {
    background-color: #fff;
  }

  .gradient-button {
    font-size: 16px;
    line-height: 1.5;
  }

  .teemyco-features-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .teemyco-cta-grid {
    grid-template-columns: 1fr;
  }

  .teemyco-cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .teemyco-cta-title-wrap {
    max-width: 90%;
  }

  .teemyco-features-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .menu-close-button {
    cursor: pointer;
    padding: 12px;
  }

  .teemyco-matrix-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .black-navigation {
    z-index: 9999;
    background-color: #000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    padding: 40px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .navmenu-dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
  }

  .teemyco-features-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .teemyco-menu-bottom-line {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .teemyco-cta-name {
    font-size: 15px;
  }

  .teemyco-hero-h2 {
    font-size: 24px;
  }

  .teemyco-hero-section {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .header-menu-button {
    align-self: center;
    margin-left: auto;
    padding: 14px;
  }

  .header-menu-button.w--open {
    background-color: #fff0;
  }

  .why-teemyco-tag-box {
    border-radius: 8px;
    font-size: 14px;
  }

  .teemyco-hero-h3 {
    font-size: 18px;
  }

  .teemyco-client-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .teemyco-feedback-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .why-teemyco-item-inner {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    font-size: 16px;
  }

  .gradient-button-inner {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .teemyco-matrix-title-wrap {
    max-width: 80%;
  }

  .teemyco-hero-h1 {
    font-size: 40px;
  }

  .teemyco-menu-top-line {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header-button-list {
    justify-content: flex-start;
    align-items: center;
  }

  .teemyco-hero-top {
    max-width: 80%;
  }

  .teemyco-hero-summary {
    font-size: 16px;
  }

  .teemyco-footer-desc, .why-teemyco-desc {
    font-size: 15px;
  }

  .teemyco-menu-middle-line {
    background-color: #fff;
    width: 24px;
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .teemyco-features-desc {
    font-size: 14px;
  }

  .dropdown-menu-right {
    width: 260px;
    min-width: 260px;
    padding-bottom: 20px;
  }

  .teemyco-footer-inner {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .why-teemyco-grid {
    grid-template-columns: 1fr;
  }

  .teemyco-matrix-grid {
    grid-template-columns: 1fr 1fr;
  }

  .menu-tooltip {
    top: 50%;
    left: auto;
    right: -100px;
    transform: translate(0, -50%);
  }

  .tooltip-arrow {
    inset: 50% auto 0% -8px;
    transform: translate(0, -50%)rotate(90deg);
  }

  .navbar4_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar4_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .space-top-small {
    height: 22px;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .navbar4_dropdown-toggle {
    align-items: center;
    width: 100%;
    margin: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
    position: relative;
  }

  .footer.black {
    width: 100%;
    max-width: 100%;
  }

  .button-2.is-navbar4-button.pricing.light, .button-2.is-navbar4-button.book-a-dem {
    display: block;
  }

  .button-2.is-navbar4-button.pricing.light, .button-2.is-navbar4-button.book-a-dem {
    display: block;
  }

  .button-2.is-navbar4-button.download {
    color: #edf0f9;
    border-style: none;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-2.is-navbar4-button.signinbutton {
    border-style: none;
    padding-left: .8rem;
    padding-right: 0;
    display: block;
  }

  .button-2.is-navbar4-button.pricing {
    display: none;
  }

  .button-2.is-navbar4-button.pricing.light, .button-2.is-navbar4-button.book-a-dem {
    display: block;
  }

  .navbar4_dropdown-link {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    font-size: 20px;
  }

  .navbar4_container {
    grid-auto-columns: 1fr;
  }

  .navbar4_menu {
    z-index: 1;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    display: block;
  }

  .space-top-tiny {
    height: 14px;
  }

  .dropdown-icon-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch flex-start;
    justify-items: end;
    max-width: 90%;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
    display: block;
  }

  .navbar4_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar4_menu-button.w--open {
    background-color: #0000;
  }

  .section.warm-grey {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .large-text {
    color: #000;
  }

  .price-card-top {
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .main-cta {
    text-align: center;
    width: 225px;
    display: block;
  }

  .navbar4_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    display: block;
    position: relative;
  }

  .navbar4_link {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 0;
    font-size: 1.25rem;
    position: static;
  }

  .pricing-columns {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .teemyco-hero-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .teemyco-features-title-wrap {
    max-width: 100%;
  }

  .why-teemyco-details-wrap {
    flex-flow: column;
  }

  .why-teemyco-section, .teemyco-feedback-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .teemyco-footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .page-container {
    max-width: 95%;
  }

  .dropdown-inner-box {
    flex-flow: column;
  }

  .teemyco-client-logo {
    flex: none;
    width: 160px;
  }

  .why-teemyco-header-wrap {
    max-width: 100%;
  }

  .teemyco-hero-button-wrap {
    margin-top: 5px;
  }

  .teemyco-summary {
    font-size: 15px;
  }

  .teemyco-feedback-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .teemyco-footer {
    padding-top: 40px;
  }

  .why-teemyco-right {
    padding: 20px;
  }

  .teemyco-cta-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .teemyco-matrix-item {
    padding: 20px;
  }

  .teemyco-cta-title-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: 100%;
  }

  .teemyco-features-grid {
    grid-template-columns: 1fr;
  }

  .teemyco-matrix-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .black-navigation {
    padding-left: 24px;
    padding-right: 24px;
  }

  .teemyco-features-icon {
    width: 24px;
  }

  .dropdown-menu-grid-box {
    grid-template-columns: 1fr;
  }

  .teemyco-features-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .teemyco-cta-name {
    font-size: 13px;
  }

  .teemyco-hero-h2 {
    font-size: 22px;
  }

  .teemyco-hero-section {
    padding-bottom: 40px;
  }

  .why-teemyco-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .teemyco-client-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .teemyco-feedback-grid {
    grid-template-columns: 1fr;
  }

  .teemyco-matrix-title-wrap {
    max-width: 100%;
  }

  .teemyco-hero-h1 {
    font-size: 32px;
  }

  .teemyco-cta-summary {
    font-size: 15px;
  }

  .teemyco-hero-top {
    max-width: 100%;
  }

  .teemyco-hero-h4 {
    font-size: 16px;
  }

  .teemyco-paragraph {
    font-size: 15px;
  }

  .dropdown-menu-right {
    width: 100%;
    min-width: 100%;
  }

  .why-teemyco-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .teemyco-hero-h1-medium {
    font-size: 26px;
  }

  .teemyco-cta-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .teemyco-features-icon-box {
    max-width: 42px;
    height: 42px;
  }

  .teemyco-tabs-content {
    margin-top: 32px;
  }

  .teemyco-tab-link {
    border-radius: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .teemyco-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-24 {
    display: none;
  }

  .space-top-small {
    height: 20px;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .button-2.is-navbar4-button.download, .button-2.is-navbar4-button.signinbutton {
    display: block;
  }

  .button-2.is-navbar4-button.signinbutton.light, .button-2.is-navbar4-button.pricing.light {
    display: none;
  }

  .button-2.is-navbar4-button {
    padding: .25rem 1rem;
  }

  .button-2.is-navbar4-button.download, .button-2.is-navbar4-button.signinbutton {
    display: block;
  }

  .button-2.is-navbar4-button.signinbutton.light, .button-2.is-navbar4-button.pricing.light {
    display: none;
  }

  .button-2.is-navbar4-button.book-a-dem, .button-2.is-navbar4-button.download, .button-2.is-navbar4-button.signinbutton {
    display: block;
  }

  .button-2.is-navbar4-button.signinbutton.light, .button-2.is-navbar4-button.pricing.light, .button-2.is-navbar4-button.pricing.light {
    display: none;
  }

  .button-2.is-navbar4-button.book-a-dem {
    display: block;
  }

  .footer3_left-wrapper {
    width: 100%;
    display: block;
  }

  .space-top-tiny {
    height: 12px;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
    display: flex;
  }

  .container {
    justify-content: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-18 {
    flex-direction: column;
  }

  .navbar4_component {
    min-height: 4rem;
  }

  .section.warm-grey {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .large-text {
    color: #000;
    text-align: left;
    font-size: 16px;
    line-height: 28px;
  }

  .price-card-top {
    align-items: center;
  }

  .main-cta {
    width: 225px;
  }

  .main-cta.navigation-2 {
    display: none;
  }

  .footer3_link-list {
    padding-left: 30px;
  }

  .pricing-columns {
    grid-template-columns: 1fr;
  }

  .paragraph-13 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .teemyco-hero-bottom {
    border-radius: 20px;
    padding: 18px;
  }

  .why-teemyco-details-wrap {
    flex-flow: column;
  }

  .why-teemyco-info {
    margin-bottom: 24px;
  }

  .teemyco-footer-grid {
    grid-row-gap: 30px;
  }

  .teemyco-hero-inner {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .teemyco-client-logo {
    width: 140px;
  }

  .teemyco-cta-box {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .teemyco-summary {
    font-size: 14px;
  }

  .teemyco-feedback-top {
    padding-left: 48px;
    padding-right: 48px;
  }

  .teemyco-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .why-teemyco-right {
    border-radius: 12px;
    padding: 15px;
  }

  .teemyco-features-item {
    padding: 16px;
  }

  .teemyco-cta-right {
    grid-template-columns: 1fr;
  }

  .teemyco-hero-h2 {
    font-size: 18px;
  }

  .dropdown-menu-heading {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .teemyco-hero-section {
    padding-top: 120px;
  }

  .teemyco-client-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gradient-button-inner {
    font-size: 15px;
  }

  .teemyco-hero-h1 {
    font-size: 26px;
  }

  .teemyco-hero-summary {
    font-size: 15px;
    line-height: 1.4;
  }

  .why-teemyco-desc, .teemyco-paragraph {
    font-size: 14px;
  }

  .teemyco-footer-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .teemyco-hero-h1-medium {
    font-size: 20px;
  }

  .teemyco-matrix-grid {
    grid-template-columns: 1fr;
  }

  .teemyco-tabs-menu {
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
  }

  .header-price, .center-content.center-text, .center-content.center-text {
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_top-wrapper {
    text-align: center;
    flex-direction: column;
    justify-items: center;
  }

  .footer.black {
    text-align: center;
    text-align: center;
  }

  .footer-logo-2 {
    margin-top: 23px;
  }

  .button-2.is-navbar4-button.download {
    padding-right: 2rem;
  }

  .button-2.is-navbar4-button.download.light {
    padding-top: .35rem;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    display: none;
  }

  .button-2.is-navbar4-button.signinbutton {
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    display: none;
  }

  .button-2.is-navbar4-button.pricing.light {
    display: none;
  }

  .button-2.is-navbar4-button.book-a-dem {
    display: block;
  }

  .text-block-46 {
    padding-left: 0;
    font-size: 15px;
    line-height: 27px;
  }

  .pricing-row {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .navbar4_container {
    align-items: center;
  }

  .limit-medium {
    width: 320px;
    max-width: 320px;
    margin-left: 0;
  }

  .navbar4_menu {
    display: none;
  }

  .footer3_left-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .disclamer {
    line-height: 25px;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
    display: block;
  }

  .text-block-41 {
    text-align: center;
    width: auto;
    padding-left: 1px;
  }

  .navbar4_wrapper {
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 31px;
    display: flex;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container.priceblock {
    padding-top: 40px;
    display: flex;
  }

  .footer3_logo-link {
    align-items: center;
  }

  .container-18 {
    flex-direction: column-reverse;
  }

  .navbar4_menu-button {
    display: none;
  }

  .pricing-column {
    width: auto;
    max-width: none;
    margin-left: 0;
    padding-right: 0;
  }

  .navbar4_component.light {
    min-width: auto;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .section.warm-grey {
    background-color: #f6f7fc;
    max-width: 100rem;
    padding: 10px;
    display: none;
  }

  .large-text {
    color: #323232;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
  }

  .price-card-top {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .price-card-top.right {
    flex-direction: column;
  }

  .price-card-top.left {
    padding-left: 0;
    padding-right: 0;
  }

  .main-cta {
    text-align: center;
    align-self: center;
    width: auto;
    margin-left: 10px;
    padding-left: 32px;
    display: block;
  }

  .footer3_link-list {
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .pricing-columns {
    width: auto;
  }

  .paragraph-13 {
    display: none;
  }

  .grid-5 {
    width: 100%;
    margin-top: 0;
    display: block;
  }
}

#w-node-e9038bce-5a70-7cdc-c2ac-821e95ab86d5-1c8991c6, #w-node-e9038bce-5a70-7cdc-c2ac-821e95ab8743-1c8991c6 {
  order: 9999;
}

@media screen and (max-width: 991px) {
  #w-node-e9038bce-5a70-7cdc-c2ac-821e95ab86d5-1c8991c6, #w-node-e9038bce-5a70-7cdc-c2ac-821e95ab8743-1c8991c6 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e9038bce-5a70-7cdc-c2ac-821e95ab8822-1c8991c6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_748bc4f4-6b21-05d9-709c-6eda1033b570-1033b56b {
    grid-area: 1 / 1 / 2 / 3;
  }
}
