:root {
  --grey: #323232;
  --dark-grey: #141415;
  --gradient1-left: #fa5853;
  --text-color: #dadada;
  --light-blue: #f4f8fb;
  --ots-orange: #f60;
  --gradient1-middle: #f46692;
  --gradient2-left: #60aef8;
  --gradient2-middle: #f46692;
  --gradient2-right: #f3a562;
  --gradient1-right: #ffc444;
  --light-grey: #787878;
  --dark-black: #212121;
  --ots-blue: #009;
  --flowui-component-library-gray-200: #f3f5fb;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-white: white;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-primary50: #f9f5ff;
  --untitled-ui-gray900: #101828;
  --untitled-ui-primary300: #d6bbfb;
  --untitled-ui-gray500: #667085;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-white: white;
}

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

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

@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: var(--grey);
  background-color: #fff;
  padding-top: 75px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  color: var(--grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 75px;
  font-weight: 800;
  line-height: 1.2;
}

h2 {
  color: var(--grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.3;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--grey);
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--dark-grey);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
  list-style-type: disc;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
  list-style-type: decimal;
}

li {
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

img {
  border-radius: 0;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-style: solid;
  border-width: 0 0 0 3px;
  border-color: black black black var(--gradient1-left);
  color: var(--dark-grey);
  margin: 1em auto;
  padding: 1em 0 1em 1em;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
  overflow: visible;
}

figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

figcaption {
  color: var(--text-color);
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
}

.fixed-nav {
  z-index: 10;
  background-color: #fff;
  min-height: auto;
  position: static;
  inset: 0% 0% auto;
  box-shadow: 0 1px #f1f1f1;
}

.fixed-nav.landing-page {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-logo {
  height: auto;
}

.nav-link {
  opacity: .8;
  color: var(--grey);
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 1em;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link:hover {
  opacity: 1;
  color: var(--grey);
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--dark-grey);
}

.footer {
  text-align: center;
  align-items: flex-start;
  margin-top: auto;
  padding: 0;
}

.footer-flex-container {
  text-align: left;
  justify-content: flex-end;
  display: flex;
}

.section {
  background-color: #fff;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.section.dark {
  background-color: var(--dark-grey);
}

.section.light-blue-bg {
  background-color: var(--light-blue);
  display: block;
}

.section.second {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.container {
  max-width: 1170px;
  margin: 2rem auto;
  padding: 0 1em;
}

.container.nav-container {
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.hero-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 210px;
  font-weight: 800;
  line-height: 1.2;
  overflow: hidden;
}

.hero-text._1 {
  background-image: linear-gradient(to bottom, var(--ots-orange), var(--ots-orange)), linear-gradient(to right, var(--gradient1-left), var(--gradient1-middle));
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 1rem;
  font-size: 150px;
}

.hero-text._2 {
  background-image: linear-gradient(to bottom, var(--ots-orange), var(--ots-orange));
  text-align: right;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 48vw;
  padding-left: 1rem;
  font-size: 150px;
}

.black-box {
  background-color: var(--dark-grey);
  width: 100%;
  padding: 1em;
}

.white-text {
  color: #fff;
}

.section-hero {
  padding-top: 0;
  position: relative;
}

.content {
  flex: 1;
}

.content.centered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content.phone-content-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link {
  flex: 0 auto;
  margin-right: 5px;
  padding-bottom: 5px;
  font-size: 32px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.link:hover {
  text-decoration: none;
}

.link-underline {
  background-color: #13cc78;
  background-image: linear-gradient(to right, var(--gradient2-left), var(--gradient2-middle) 50%, var(--gradient2-right));
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.grid-6-col {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.project-item {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  text-decoration: none;
  position: relative;
}

.project-item:hover {
  text-decoration: none;
}

.nav-menu {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.brand {
  z-index: 2;
  align-self: center;
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.brand.w--current {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.menu-button {
  z-index: 2;
}

.wrapper {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.project-item-style-2 {
  border-bottom: 5px solid #fff;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 60px;
  padding-right: 160px;
  text-decoration: none;
  position: relative;
}

.project-item-style-2:hover {
  text-decoration: none;
}

.heading-display {
  font-size: 70px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  min-height: 60vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  max-width: 40vw;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.represent-title {
  border: 1px solid var(--text-color);
  background-color: #fff;
  background-image: linear-gradient(86deg, var(--gradient1-left), var(--gradient2-left) 49%, var(--gradient1-left));
  color: #fff;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.represent-container {
  margin-top: 100px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.represent-container.first {
  margin-top: 0;
}

.post-item {
  padding-bottom: 0;
}

.post-item:hover {
  text-decoration: none;
}

.subscribe-form {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.subscribe-form-input-wrapper {
  text-align: left;
  flex: 1;
  position: relative;
}

.form-input {
  border: 1px solid var(--text-color);
  color: var(--dark-grey);
  background-color: #f4f8fb40;
  border-radius: 5px;
  min-width: 350px;
  height: 47px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 18px;
  line-height: 1;
  transition: border-color .2s;
}

.form-input:focus {
  border-color: var(--gradient1-left);
}

.form-input::placeholder {
  color: var(--text-color);
}

.form-input.subscribe-input {
  border-radius: 20px;
  height: 70px;
  padding-left: 20px;
  font-size: 25px;
}

.success-message {
  border: 1px solid var(--gradient1-left);
  background-color: var(--light-blue);
  background-image: linear-gradient(to right, var(--gradient2-left), var(--gradient2-middle) 54%, var(--gradient2-right));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 5px;
  padding: 15px 20px;
}

.error-message {
  color: var(--gradient1-left);
  background-color: #fee;
  border-radius: 3px;
}

.asset-licensing-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-gradient-1 {
  background-image: linear-gradient(111deg, var(--gradient1-left), var(--gradient1-middle) 50%, var(--gradient1-right));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-gradient-2 {
  background-image: linear-gradient(to bottom, var(--ots-orange), var(--ots-orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.footer-logo-link {
  max-width: 130px;
  margin-bottom: 1em;
  margin-right: 2em;
}

.footer-logo-link.w--current {
  text-align: center;
  max-width: 100px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  max-width: 50%;
  height: 100%;
}

.grey-text {
  color: var(--light-grey);
  text-align: center;
  font-size: 12px;
}

.gradient-line {
  background-image: linear-gradient(103deg, var(--gradient1-left), var(--gradient1-middle) 50%, var(--gradient1-right) 103%);
  width: 100%;
  height: 3px;
}

.gradient-line.line-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-cta-button {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--gradient1-left);
  background-image: linear-gradient(to bottom, var(--ots-orange), var(--ots-orange)), linear-gradient(to right, var(--gradient1-left), var(--gradient1-middle) 50%, var(--gradient1-right));
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border-radius: 5px;
  min-width: 180px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 13px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: letter-spacing .3s, color .3s;
}

.button:hover {
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.button.btn-subscribe {
  background-color: var(--ots-orange);
  background-image: url('../images/Arrow-White.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  width: 100px;
  min-width: 100px;
  line-height: 3.5;
  transition: background-position .3s, letter-spacing .3s, color .2s;
  position: absolute;
  inset: 5px 5px 5px auto;
}

.button.btn-subscribe:hover {
  background-position: 55%, 0 0;
}

.button.download {
  background-color: var(--dark-grey);
  background-image: none;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.button.download:hover {
  background-color: var(--dark-black);
  letter-spacing: 0;
}

.button.landing-page {
  margin-left: 40px;
  margin-right: 40px;
}

.button.landing-page-nest {
  background-color: var(--ots-blue);
  background-image: none;
  margin-left: 20px;
  margin-right: 20px;
}

.button.blue {
  background-color: var(--ots-blue);
  background-image: none;
}

.card-item {
  background-color: #1d1e1f;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px #0000000d;
}

.card-item:hover {
  text-decoration: none;
}

.card-item.light {
  background-color: #fcfdff;
  justify-content: space-between;
}

.white-40 {
  color: #fff6;
}

.card-item-content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2em;
  display: flex;
  position: relative;
}

.no-margin {
  margin: 0;
}

.text-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-product-demo {
  width: 100%;
  height: 160vh;
  display: block;
  position: relative;
}

.product-demo-sticky {
  z-index: 1;
  min-height: auto;
  padding-top: 0;
  position: sticky;
  top: 110px;
}

.small-container {
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.small-container.left-align {
  align-items: flex-start;
}

.customers-panel, .text-holder {
  padding-top: 0;
  padding-bottom: 0;
}

.customer-image {
  max-height: 150px;
}

.text-container {
  max-width: 50%;
  padding-bottom: 40px;
}

.product-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
  top: -30px;
  overflow: hidden;
}

.play-icon-holder {
  cursor: pointer;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  transition: box-shadow .2s;
  position: absolute;
  inset: 50% auto auto 50%;
}

.play-icon-holder:hover {
  box-shadow: 0 0 9px 4px #0000004d;
}

.text-regular {
  font-weight: 400;
}

.play-icon-image {
  border: 1px solid #fa585369;
  border-radius: 100%;
  position: relative;
  box-shadow: 0 0 30px #0000000d;
}

.product-phone-image {
  width: 100%;
}

.product-phone-demo-image {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

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

.team-item {
  color: #fff;
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
}

.team-item:hover {
  text-decoration: none;
}

.change-log-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  place-content: space-around start;
  place-items: center start;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
}

.feature-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 3em;
}

.ellipse-left {
  z-index: -1;
  background-image: url('../images/Ellipse-1.png');
  background-position: 50%;
  background-size: cover;
  width: 520px;
  height: 650px;
  position: absolute;
  inset: 5em auto auto -430px;
}

.ellipse-right {
  z-index: -1;
  background-image: url('../images/Ellipse-2.png');
  background-position: 50%;
  background-size: cover;
  width: 650px;
  height: 650px;
  position: absolute;
  inset: 0% -530px auto auto;
}

.app-icon-holder {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 25%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px 1px #0003;
}

.app-icon {
  width: 100%;
}

.main-hero-container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: auto;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.ellipses-holder {
  z-index: -1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-text-holder {
  flex-direction: row;
  justify-content: space-between;
  width: 99vw;
  display: flex;
  position: absolute;
  top: 200px;
  overflow: hidden;
}

.hero-text-sticky {
  flex-direction: row;
  justify-content: center;
  width: 99vw;
  display: flex;
  position: sticky;
  top: 75px;
  overflow: visible;
}

.product-phone-content {
  z-index: -1;
  position: absolute;
  inset: 36px 37px 35px 36px;
  overflow: hidden;
}

.product-phone-image-holder {
  width: 400px;
  position: relative;
}

.iphone-lock-screen-image {
  opacity: 1;
  object-fit: cover;
  border-radius: 36px;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.grid-5-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.download-buttons {
  margin-top: 2em;
  margin-bottom: 3em;
  display: flex;
}

.download-buttons.mobile-vertical {
  margin-top: 0;
  margin-bottom: 0;
}

.download-button {
  margin-right: 30px;
}

.download-button.last {
  margin-right: 0;
}

.download-button-icon {
  margin-right: 5px;
}

.feature-1-image {
  object-fit: cover;
  object-position: 50% 0%;
  height: 240px;
}

.card-feature-center {
  text-align: center;
  width: 100%;
}

.card-feature-icon {
  height: 65px;
  margin-bottom: .5em;
}

.content-sticky {
  position: sticky;
  top: 100px;
}

.trusted-item {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20vh;
  display: flex;
}

.trusted-item.last {
  margin-bottom: 0;
}

.trusted-no {
  background-image: linear-gradient(to bottom, var(--ots-orange), var(--ots-orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-xl {
  font-size: 24px;
}

.trusted-item-header {
  align-items: center;
  display: flex;
}

.trusted-white-overlay {
  background-image: linear-gradient(#fff, #fff0);
  width: 49vw;
  height: 10em;
  position: sticky;
  inset: 75px 0% auto;
}

.trusted-white-overlay.bottom {
  background-image: linear-gradient(to top, #fff, #ffffff45 73%, #fff0);
  height: 20vh;
  top: 80vh;
}

.trusted-overlay-container {
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.trusted-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.trusted-content.trusted-list {
  padding-top: 70vh;
}

.text-small {
  font-size: 60%;
}

.card-iphone {
  height: 390px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.card-iphone-image {
  width: 290px;
}

.light-grey {
  color: var(--light-grey);
}

.card-iphone-overlay {
  background-image: linear-gradient(to top, #1d1e1f, #1d1e1e00);
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.card-phone-image-container {
  z-index: -1;
  position: absolute;
  inset: 26px 26px 0;
  overflow: hidden;
}

.width-pct {
  width: 100%;
}

.card-iphone-screelock {
  border-radius: 29px;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.dont-take-our-word-title {
  text-align: center;
  margin-top: 5em;
  margin-bottom: 2em;
}

.testimonial-header {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.5em;
  display: flex;
}

.testimonial-text {
  flex: 1;
}

.testimonial-picture {
  border-radius: 50%;
  width: 43px;
  height: 43px;
  margin-right: 15px;
}

.testimonials-container {
  position: relative;
}

.testimonial-see-more {
  z-index: 2;
  background-image: linear-gradient(to top, var(--dark-grey), #141415d1 50%, #14141500);
  text-align: center;
  border-radius: 0 0 20px 20px;
  padding-top: 7em;
  position: absolute;
  inset: auto 0% 1em;
}

.more-testimonials {
  margin-top: 1em;
  position: relative;
  overflow: hidden;
}

.hero-text-holder-1 {
  text-align: right;
  width: 50vw;
  overflow: hidden;
}

.hero-text-holder-2 {
  text-align: left;
  overflow: hidden;
}

.hero-text-line {
  background-image: linear-gradient(to right, var(--gradient1-left), var(--gradient1-middle) 50%, var(--gradient1-right));
  border-radius: 20px;
  width: 3px;
  height: 160px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.external-link {
  text-transform: capitalize;
  background-image: url('../images/External-Link-Icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 23px;
  font-family: Manrope, sans-serif;
  font-weight: 800;
}

.footer-social-media-container {
  text-align: left;
  border-bottom: 1px solid #d5d7db;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 2em;
  padding-bottom: 2em;
  display: flex;
}

.footer-list {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-bottom: 0;
  display: flex;
}

.footer-list-item {
  white-space: nowrap;
  overflow-wrap: anywhere;
  object-fit: fill;
  margin-bottom: 0;
  padding-right: 1em;
}

.footer-brand-content {
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  padding-right: 10px;
  display: flex;
}

.footer-copyright {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.social-media-link {
  opacity: 1;
  margin-left: 1em;
  transition: opacity .2s, color .2s;
}

.social-media-link:hover {
  opacity: .7;
}

.social-media-content {
  flex-direction: row;
  display: flex;
}

.made-container {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.made-by-azwedo {
  color: var(--light-grey);
  display: flex;
}

.powered-by {
  margin-left: 1em;
}

.app-icon-holder-xs {
  background-image: linear-gradient(349deg, var(--gradient1-left), var(--gradient1-middle) 52%, var(--gradient1-right));
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 48px;
  min-width: 48px;
  height: 48px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.app-icon-text-holder {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.phone-holder-container {
  z-index: 2;
  height: 750px;
  position: relative;
  overflow: hidden;
}

.phone-slider-container {
  z-index: -1;
  background-color: #fa58539c;
  width: 239px;
  height: 511px;
  position: absolute;
  top: 25px;
  left: 75px;
  right: auto;
}

.phone-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.phone-slider-mask {
  width: 100%;
  height: 100%;
}

.phone-slide {
  position: relative;
}

.phone-slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.phone-slider-arrows, .phone-slide-nav {
  display: none;
}

.phone-holder-image {
  width: 530px;
  min-width: 530px;
}

.grid-testimonial {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.no-margin-top {
  margin-top: 0;
}

.text-xs {
  font-size: 16px;
  font-weight: 700;
}

.licensing-images-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 1em;
}

.licensing-device-image {
  max-height: 418px;
}

.made-by {
  margin-right: 5px;
}

.and {
  padding-left: 5px;
  padding-right: 5px;
}

.made-by-holder {
  display: flex;
}

.heading {
  color: var(--ots-orange);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.bold-text, .bold-text-2, .bold-text-3 {
  color: var(--ots-blue);
}

.heading-2 {
  margin-top: 40px;
  padding-top: 50px;
}

.text-block-2 {
  font-size: 16px;
}

.text-block-3 {
  padding-right: 0;
  font-size: 16px;
}

.text-block-4, .text-block-5 {
  font-size: 16px;
}

.div-block-2 {
  margin-top: 20px;
  display: flex;
}

.div-block-3 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  width: 100%;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-4 {
  background-image: linear-gradient(315deg, var(--gradient1-right), var(--gradient1-middle) 38%, var(--light-blue) 64%, var(--gradient1-right) 83%, white);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  max-height: 120px;
  display: flex;
}

.div-block-4.gradient_bg {
  background-image: none;
  box-shadow: 0 2px 5px #0003;
}

.div-block-5 {
  display: none;
}

.body {
  padding-top: 0;
}

.section-2 {
  padding-top: 3em;
}

.pricing-price-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.max-width-320 {
  max-width: 320px;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--ots-orange);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small.text-color-gray-700 {
  color: #fff;
}

.accent-r {
  position: absolute;
  inset: 24px 56px auto auto;
}

.accent-l {
  position: absolute;
  inset: 40px auto auto 80px;
}

.h2-heading {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.h2-heading.planheading {
  color: #000;
  font-style: normal;
}

.h2-heading.orange {
  color: #000;
}

.wrap-h-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

.title-wrapper-s {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 550px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-card-l {
  background-color: var(--ots-blue);
  border-radius: 12px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.pricing-card-l.popular {
  outline-color: var(--ots-orange);
  outline-offset: 0px;
  background-color: #fff;
  outline-width: 3px;
  outline-style: solid;
}

.pricing-icon-l {
  border: 1.5px solid #131315;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 32px;
  display: flex;
  box-shadow: 1px 1px #131315;
}

.pricing-icon-l.purple {
  background-color: #e1d8fd;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.container-regular {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pricing-divider-s {
  background-color: #e4e4e7;
  width: 1px;
  height: 16px;
}

.pricing-grid-s {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #f4f4f5;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding: 16px;
}

.wrap-v-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

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

.subheading-bold {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.subheading-bold.text-color-purple {
  color: var(--ots-blue);
  margin-top: 10px;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.paragraph-regular.text-color-gray-700 {
  color: #fff;
}

.paragraph-regular.blacktextforced {
  color: #000;
}

.icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.section-large {
  padding: 60px 5%;
  position: relative;
}

.div-block-6 {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
}

.heading-3, .heading-4, .heading-5 {
  color: #fff;
}

.back-button {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 24px;
  display: flex;
}

.icon {
  color: var(--ots-orange);
  -webkit-text-stroke-color: var(--ots-orange);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.title-paragraph {
  color: #666;
  font-size: 18px;
  line-height: 32px;
}

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

.large-title {
  color: #250a5c;
  letter-spacing: -.04em;
  margin-bottom: 32px;
  font-size: 60px;
  line-height: 65px;
}

.form-heading {
  color: #02044a;
  letter-spacing: -.03em;
  margin-top: 0;
  font-size: 26px;
  line-height: 38px;
}

.form-block {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.success-message-2 {
  color: #fff;
  background-color: #7e47ea;
  border-radius: 20px;
}

.text-field-large {
  border: 2px solid #ece3fc;
  border-radius: 10px;
  min-height: 150px;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
  transition: all .4s;
}

.text-field-large:hover {
  border-width: 2px;
  border-color: #7e47eb;
}

.text-field-large:active, .text-field-large:focus {
  border-width: 2px;
  border-color: #5f30e2;
}

.text-field-large::placeholder {
  color: #ccc;
}

.title-wrap {
  color: #7b88a8;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  position: relative;
  top: -38px;
}

.form-wrap {
  background-color: #fff;
  border-radius: 40px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 80px;
  box-shadow: 14px 14px 40px #dfd1fa40;
}

.title {
  color: #7e48ea;
  letter-spacing: 4px;
  font-weight: 600;
}

.text-field {
  border: 2px solid #ece3fc;
  border-radius: 10px;
  min-height: 56px;
  padding-left: 24px;
  padding-right: 24px;
  transition: all .4s;
}

.text-field:hover, .text-field:active, .text-field:focus {
  border-width: 2px;
  border-color: #7e47eb;
}

.text-field::placeholder {
  color: #ccc;
}

.form-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.form-icon-circle {
  -webkit-text-stroke-color: #ffcfaf;
  background-color: #fff3eb;
  border: 15px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 105px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  display: flex;
}

.required {
  color: #7e48ea;
  font-size: 14px;
}

.title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.field-wrap {
  margin-bottom: 20px;
}

.submit-button {
  background-color: var(--ots-orange);
  color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 64px;
  margin-top: 20px;
  padding: 20px 40px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.submit-button:hover {
  background-color: var(--gradient2-right);
}

.form-paragraph {
  color: #999;
  font-size: 16px;
  line-height: 32px;
}

.display-normal {
  color: #262626;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
}

.checkbox-field {
  display: flex;
}

.checkbox-label {
  width: 50%;
  padding-left: 10px;
  font-size: 16px;
}

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

.div-block-8 {
  justify-content: flex-end;
  display: flex;
}

.div-block-9 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.mobile-header {
  width: 100vw;
  height: 5vh;
  display: none;
}

.div-block-10 {
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.link-2 {
  color: var(--ots-blue);
  font-size: 32px;
  font-weight: 700;
}

.container-2 {
  width: auto;
  display: block;
}

.body-2 {
  padding-top: 30px;
}

.html-embed {
  margin-bottom: -200px;
}

.html-embed-2 {
  object-fit: none;
  height: 0;
  overflow: hidden;
}

.f-avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-avatar-x-large {
  background-color: var(--flowui-component-library-gray-200);
  mix-blend-mode: normal;
  border-radius: 15px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 120px;
  min-width: 96px;
  height: auto;
  min-height: 96px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 5px 3px #0003;
}

.section-3 {
  justify-content: center;
  display: flex;
}

.image-2 {
  width: auto;
}

.body-3 {
  padding-top: 30px;
}

.section-4, .checkbox-logo {
  justify-content: center;
  display: flex;
}

.error-text {
  color: #e23939;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text {
  font-weight: 600;
}

.success-message-3 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-text-style-link {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-form-checkbox-label {
  color: var(--untitled-ui-gray700);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary50);
}

.uui-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary50);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui-primary100);
  border-radius: .25rem;
}

.uui-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui-primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-form_input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-form_input.select {
  color: var(--untitled-ui-gray900);
  background-color: #fff;
}

.uui-field-label {
  color: var(--untitled-ui-gray700);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-field-wrapper {
  position: relative;
}

.uui-form-radio-label {
  color: var(--untitled-ui-gray700);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.uui-form-radio-icon {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  cursor: pointer;
  border-radius: 100px;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-radio-icon:hover {
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary50);
}

.uui-form-radio-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary50);
  background-image: url('../images/check-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.uui-form-radio-icon.w--redirected-focus {
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui-primary100);
  margin-top: 0;
}

.uui-form-radio-icon.tick-icon.w--redirected-checked {
  background-color: var(--untitled-ui-primary600);
  background-image: url('../images/check-tick.svg');
}

.uui-form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-radio-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact04_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact04_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.uui-text-style-link-02 {
  color: var(--untitled-ui-primary700);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-contact04_icon-wrapper {
  color: var(--untitled-ui-primary600);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-contact04_item {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.uui-contact04_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.uui-text-size-large {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-contact04_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge {
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 7rem;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_contact04 {
  background-color: #0000;
  border-radius: 10px;
  margin-top: 20px;
  padding-top: 10px;
  box-shadow: 0 5px 18px -5px #0003;
}

.slot-container {
  background-color: #0000;
  border-radius: 10px;
  margin-top: 40px;
  padding: 10px 20px;
  box-shadow: 0 4px 19px -8px #0003;
}

.grid {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.paragraph {
  text-align: center;
  letter-spacing: normal;
  overflow-wrap: normal;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-2, .text-block-7 {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.div-block-11 {
  border: 1px solid var(--light-grey);
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 3px 4px #0003;
}

.f-button-icon-payment {
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-button-payment {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-payment:hover {
  background-color: var(--flowui-component-library-gray-200);
  border-color: #0000;
}

.f-button-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-button-facebook {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--flowui-component-library-white);
  letter-spacing: -.02em;
  background-color: #1977f3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-icon-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-button-facebook-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--ots-orange);
  color: var(--flowui-component-library-white);
  letter-spacing: -.02em;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-facebook-2:hover {
  background-color: var(--gradient2-right);
}

.button-icon {
  background-color: var(--flowui-component-library-gray-900);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 4px;
  display: flex;
}

.stripe-container {
  background-color: #0000;
  border: 1px #000;
  border-radius: 10px;
  width: auto;
  padding: 20px 10px;
  box-shadow: 0 2px 3px #0003;
}

.heading-6 {
  font-size: 42px;
}

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

.devicesonlymobileheader, .devicesmobileonlyheader {
  display: none;
}

.container-4 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.text-block-12 {
  font-weight: 700;
}

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

.text-span-2 {
  color: var(--ots-blue);
  font-size: 24px;
}

.body-4 {
  padding-top: 0;
}

.landing-page-hero {
  height: 70vh;
}

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

.image-4 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.form-container {
  background-color: #f8f8f8;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 20px 40px;
  display: flex;
  box-shadow: -4px 7px 5px -1px #0003;
}

.text-block-13 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

.heading-7 {
  font-size: 32px;
}

.heading-8 {
  color: var(--dark-grey);
  margin-bottom: 0;
  font-size: 48px;
}

.heading-8.contactus {
  margin-bottom: 20px;
}

.price-call-out {
  flex-flow: column;
  display: flex;
}

.text-span-3 {
  color: var(--gradient1-left);
  font-style: italic;
  text-decoration: line-through;
}

.bold-text-5 {
  color: var(--ots-orange);
  font-size: 32px;
}

.bold-text-6 {
  color: var(--gradient1-left);
  font-weight: 700;
}

.link-3 {
  color: var(--ots-blue);
  text-decoration: underline;
}

.star-container {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.options-selector-container {
  padding-left: 60px;
  padding-right: 60px;
}

.options-nest {
  background-color: var(--ots-orange);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-field-2, .text-field-3, .text-field-4 {
  border-radius: 10px;
}

.faq-section {
  padding: 40px;
}

.body-copy {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.faq-tile {
  margin-bottom: 20px;
}

.faq-answer-padding {
  padding: 30px;
}

.icon-2 {
  font-size: 24px;
}

.max-1400 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown {
  width: 100%;
}

.faq-question-div {
  background-color: var(--ots-blue);
  color: #fff;
  cursor: pointer;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.faq-question-div:hover {
  background-color: var(--ots-orange);
  color: #fff;
}

.faq-question-div:active {
  background-color: var(--ots-orange);
}

.dropdown-list {
  min-height: 100%;
}

.dropdown-list.w--open {
  background-color: #f5f5f5;
}

.up-down-arrow {
  font-size: 20px;
  font-weight: 400;
}

._2nd-level-body-padding {
  padding-left: 100px;
  padding-right: 100px;
}

.faq-answer-div {
  background-color: #f5f5f5;
  overflow: hidden;
}

.heading-9 {
  color: var(--ots-orange);
  text-align: center;
  margin-bottom: 40px;
  font-size: 49px;
}

.why-ceramic-section-container {
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.text-block-14 {
  text-align: center;
  font-weight: 700;
}

.form, .form-block-2 {
  width: 100%;
}

.code-embed {
  color: var(--ots-blue);
  justify-content: center;
  align-items: center;
  font-size: 128px;
  display: flex;
}

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

.text-block-15 {
  color: var(--dark-grey);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.cell-2, .cell-3, .cell-4, .cell-5, .cell-6 {
  justify-content: center;
  align-items: center;
}

.hero_pricing-link {
  color: #fff;
  text-align: center;
  background-color: #2a2a2d;
  border: 1px solid #414141;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
}

.hero_pricing-link:hover {
  box-shadow: 0 0 5px 2px #ffffffbf;
}

.hero_pricing-link.is-professional {
  background-color: var(--ots-orange);
}

.hero_pricing-link.is-professional:hover {
  box-shadow: 0 0 5px 2px #ffffffbf;
}

.text-size-xlarge {
  font-size: 3rem;
}

.text-size-xlarge.text-weight-normal.text-align-center {
  color: var(--text-color);
  text-align: left;
}

.features_line {
  background-color: #a1a1a1;
  width: 40%;
  max-width: 70px;
  height: 2px;
}

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

.hero_pricing-professinal-text {
  background-image: linear-gradient(63deg, #ffb350, var(--ots-orange));
  text-align: center;
  border: 1px solid #ffffff4d;
  border-radius: 32px;
  padding: 5px 10px;
  font-size: .8rem;
}

.hero_free-gradient {
  opacity: .25;
  filter: blur(45px);
  background-color: #fff;
  border-top: 1px solid silver;
  border-right: 1px solid silver;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 200px;
  display: flex;
  position: absolute;
  inset: -26% -29% auto auto;
}

.hero_free-gradient.is-enterprise {
  inset: -26% auto auto -29%;
}

.hero_pricing-wrap {
  background-color: #1f1f1f80;
  border-radius: 10px;
  padding: 2px;
  position: relative;
  overflow: hidden;
}

.hero_pricing-wrap.is-enterprise {
  padding-bottom: 2px;
}

.hero_pricing-wrap.is-professional {
  background-color: #1f1f1f80;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 2px;
  display: flex;
}

.features_dot {
  background-color: #a1a1a1;
  border-radius: 100%;
  width: 1%;
  max-width: 4px;
  height: 4px;
}

.gradient_line-two {
  z-index: -1;
  filter: blur(10px);
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 20px;
  width: 25%;
  height: 25%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.text-size-small {
  font-size: .875rem;
}

.hero_pricing-features-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.checkbox_image {
  width: 12px;
}

.features {
  letter-spacing: 2px;
}

.features.text-color-darkgray {
  color: #a1a1a1;
}

.hero_professional-gradient {
  opacity: .5;
  filter: blur(45px);
  background-color: #fff;
  border-radius: 263px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 200px;
  display: flex;
  position: absolute;
  inset: -26% 0% 0% 15%;
}

.hero_pricing-detail-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.hero_pricing-professinal {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 100%;
  display: flex;
}

.hero_pricing-description {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.hero_pricing-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: grid;
}

.hero_pricing-table {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--ots-blue);
  color: var(--text-color);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero_pricing-table.is-enterprise {
  padding-bottom: 30px;
}

.hero_pricing-table.is-professional {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-plans {
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  position: static;
}

.title-div {
  width: 80%;
}

.content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 100px;
  display: flex;
}

.heading-10 {
  color: var(--ots-orange);
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: #3f2f2f;
  background-image: linear-gradient(135deg, #ff8000 50%, red);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 24px;
}

.div-block-16 {
  background-color: var(--ots-orange);
  width: 100%;
  height: 3px;
}

.heading-11 {
  color: var(--ots-blue);
  text-align: center;
  margin-top: 100px;
  margin-bottom: 10px;
}

.heading-11.subscribe {
  color: var(--light-blue);
  text-align: left;
  margin-top: 10px;
  font-size: 24px;
}

.heading-11.subscribe.text {
  margin-bottom: 10px;
}

.subscribe {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.subscribe-to-newsletter {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-span-4 {
  font-size: 32px;
}

.text-span-5 {
  font-size: 12px;
}

.text-block-16 {
  text-align: center;
  margin-bottom: 60px;
}

.text-field-5 {
  outline-offset: 0px;
  color: var(--dark-grey);
  border: 0 #000;
  outline: 0 #fff;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.email-input-wrapper {
  background-color: #fff;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 5px 20px 5px 10px;
  display: flex;
}

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

.div-block-18 {
  background-color: var(--ots-orange);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

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

.heading-12 {
  text-align: center;
  font-size: 100%;
}

.success_message_wrapper {
  padding: 100px;
}

.heading-13, .heading-14 {
  text-align: center;
}

.text-block-23 {
  font-size: 48px;
  font-weight: 700;
}

.quick-stack-3 {
  grid-column-gap: 49px;
  border-radius: 20px;
}

.cell-8 {
  background-color: #f000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  border: 5px solid var(--gradient1-left);
  opacity: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  outline-offset: 0px;
  cursor: grabbing;
  border-radius: 50px 50px 12px 12px;
  outline: 3px #fff;
  width: 50%;
  box-shadow: 0 2px 5px #0003;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }

  .container.nav-container {
    display: flex;
  }

  .nav-menu {
    text-align: left;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .brand {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

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

  .main-hero-container {
    padding-top: 0;
  }

  .text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5 {
    font-size: 16px;
  }

  .div-block {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    display: flex;
  }

  .image {
    background-color: #fff;
    border-radius: 0;
  }

  .div-block-3 {
    background-color: #fff;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
    display: flex;
  }

  .div-block-4 {
    background-image: linear-gradient(to bottom, var(--gradient1-right), #fa5e52 22%, var(--gradient1-left) 46%, var(--gradient1-right) 75%, var(--gradient1-middle));
    border-radius: 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 110px;
    min-height: 110px;
    display: flex;
  }

  .div-block-4.gradient_bg {
    background-image: none;
    min-width: 120px;
    min-height: 120px;
  }
}

@media screen and (min-width: 1440px) {
  h2 {
    font-size: 70px;
  }

  h3 {
    font-size: 50px;
  }

  h4 {
    font-size: 38px;
  }

  figure {
    margin-top: 20px;
  }

  .container.nav-container {
    display: flex;
  }

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

  .product-container {
    position: relative;
  }

  .play-icon-holder {
    margin-top: -76px;
    position: absolute;
    inset: 50% auto auto 50%;
  }

  .product-phone-image-holder {
    position: relative;
  }

  .content-sticky {
    padding-top: 100px;
  }

  .div-block-4.gradient_bg {
    background-image: none;
  }

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

  .uui-contact04_form-wrapper {
    margin-bottom: 0;
  }

  .slot-container {
    background-color: #ffefe200;
    border-radius: 12px;
  }

  .div-block-12 {
    padding: 10px;
  }

  .f-button-payment {
    background-color: #ff934b;
  }

  .text-block-8 {
    color: #fff;
    background-color: #fff0;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 700;
  }

  .text-block-9 {
    flex: 0 auto;
  }

  .text-block-10 {
    font-size: 18px;
    font-weight: 700;
  }
}

@media screen and (min-width: 1920px) {
  .section.light-blue-bg {
    display: block;
  }

  .div-block-4.gradient_bg {
    background-image: none;
  }

  .body-4 {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 55px;
  }

  .fixed-nav {
    box-shadow: none;
    background-color: #fff0;
    border-radius: 0;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .nav-link {
    text-align: left;
    margin-bottom: .5em;
    margin-left: 0;
    font-weight: 600;
  }

  .footer-flex-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container.nav-container {
    justify-content: flex-start;
    display: none;
  }

  .container.phone-container {
    padding-right: 0;
  }

  .hero-text {
    font-size: 100px;
  }

  .section-hero {
    padding-top: 1em;
  }

  .project-item {
    width: 100%;
    padding-right: 0;
  }

  .nav-menu {
    background-color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    box-shadow: 0 2px 3px #0000000d;
  }

  .brand {
    padding-left: 0;
  }

  .menu-button {
    background-image: linear-gradient(135deg, var(--gradient1-left), var(--gradient1-middle) 49%, var(--gradient1-right));
    text-align: center;
    border-radius: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 15px;
    line-height: 1;
    transition: background-color .2s;
    display: flex;
    position: absolute;
    inset: 7px 10px auto auto;
  }

  .menu-button.w--open {
    background-color: var(--grey);
  }

  .project-item-style-2 {
    padding-right: 0;
  }

  .heading-display {
    font-size: 55px;
  }

  .utility-page-content {
    max-width: 50vw;
  }

  .asset-licensing-grid {
    grid-template-columns: 1fr;
  }

  .nav-cta-button {
    text-align: left;
    justify-content: flex-start;
    padding-left: 1em;
  }

  .button.landing-page-nest {
    margin-bottom: 20px;
  }

  .button.blue.mobile {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .button.landing-page {
    display: none;
  }

  .small-container {
    max-width: 100%;
  }

  .customers-panel {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .text-container {
    max-width: 70%;
  }

  .play-icon-holder {
    width: 100px;
    margin-top: -50px;
    margin-left: -50px;
  }

  .play-icon-image {
    width: 100px;
  }

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

  .team-item {
    min-height: 300px;
  }

  .ellipse-left {
    left: -450px;
  }

  .ellipse-right {
    right: -560px;
  }

  .main-hero-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .download-buttons.mobile-vertical {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .download-button {
    margin-bottom: 10px;
  }

  .download-button.last {
    margin-bottom: 0;
  }

  .hero-text-line {
    height: 90px;
    margin-top: 25px;
  }

  .footer-social-media-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .social-media-content {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .made-container.responsive {
    margin-top: 15px;
  }

  .phone-holder-image {
    overflow: hidden;
  }

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

  .licensing-device-image {
    max-height: 250px;
  }

  .div-block-2 {
    justify-content: center;
  }

  .div-block-5 {
    justify-content: center;
    display: flex;
  }

  .body {
    margin-top: 25px;
    overflow: visible;
  }

  .button-primary {
    display: flex;
  }

  .accent-r {
    right: 24px;
  }

  .accent-l {
    left: 24px;
  }

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

  .mobile-header {
    z-index: 150;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .uui-contact04_contact-list {
    margin-top: 2rem;
  }

  .uui-contact04_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .devicesmobileonlyheader {
    text-align: center;
    width: 100%;
    display: block;
  }

  .container-3 {
    width: 10%;
  }

  .div-block-14 {
    border-radius: 20px;
    width: 100%;
    padding: 10px;
    box-shadow: 0 2px 5px #0003;
  }

  .bold-text-4 {
    color: var(--ots-orange);
  }

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

  .text-block-13 {
    font-size: 14px;
    display: none;
  }

  .heading-8 {
    font-size: 24px;
  }

  .heading-8.contactus {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .bold-text-5 {
    font-size: 14px;
  }

  .options-selector-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .options-nest {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-field-4 {
    display: none;
  }

  .faq-section {
    padding-bottom: 40px;
  }

  ._2nd-level-body-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .why-ceramic-section-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features_line {
    width: 125px;
  }

  .hero_pricing-wrap.is-enterprise {
    width: 50%;
  }

  .hero_pricing-wrap.is-professional {
    max-width: none;
  }

  .hero_pricing-professinal {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

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

  .hero_pricing-table {
    max-width: 450px;
  }

  .hero_pricing-table.is-enterprise {
    width: auto;
  }

  .pricing-plans, .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-11.subscribe.text {
    font-size: 14px;
  }

  .subscribe-to-newsletter {
    width: 25%;
  }

  .subscribe-to-newsletter.input {
    width: 75%;
  }

  .div-block-18 {
    justify-content: center;
    align-items: center;
    width: 95%;
  }

  .text-block-17 {
    font-size: 12px;
  }

  .field-label, .field-label-2, .field-label-3 {
    font-size: 14px;
  }

  .div-block-19 {
    display: none;
  }

  .quick-stack {
    margin-bottom: 20px;
  }

  .text-block-18 {
    font-size: 12px;
  }

  .bold-text-7, .text-block-19, .bold-text-8 {
    font-size: 14px;
  }

  .text-block-20 {
    font-size: 14px;
    display: none;
  }

  .text-block-21 {
    font-size: 12px;
  }

  .field-label-4, .field-label-5 {
    font-size: 14px;
  }

  .field-label-6, .field-label-7 {
    font-size: 14px;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 24px;
  }

  blockquote {
    font-size: 22px;
  }

  .footer-flex-container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .section.second {
    margin-top: 400px;
  }

  .container.phone-container {
    padding-top: 3rem;
  }

  .hero-text {
    margin-top: 0;
  }

  .hero-text._1 {
    text-align: center;
    width: 100%;
    padding-right: 0;
  }

  .hero-text._2 {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

  .content.phone-content-text {
    padding-right: 1em;
  }

  .grid-6-col {
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .project-item {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .nav-menu {
    flex-direction: column;
    display: flex;
  }

  .menu-button {
    background-image: linear-gradient(132deg, var(--gradient1-left), var(--gradient1-middle) 49%, var(--gradient1-right));
  }

  .menu-button.w--open {
    color: #000;
  }

  .heading-display {
    font-size: 45px;
  }

  .utility-page-content {
    max-width: none;
  }

  .subscribe-form-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .subscribe-form-input-wrapper {
    margin-right: 0;
  }

  .asset-licensing-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-image {
    object-fit: contain;
  }

  .button {
    margin-bottom: 5px;
  }

  .button.btn-subscribe {
    margin-right: 0;
    bottom: 0;
  }

  .button.download {
    justify-content: flex-start;
  }

  .button.landing-page-nest, .button.blue.mobile {
    margin-bottom: 0;
  }

  .card-item {
    flex-direction: column;
  }

  .card-item-content {
    align-self: auto;
  }

  .hero-product-demo {
    height: 130vh;
  }

  .customer-image {
    margin-bottom: 1em;
  }

  .text-container {
    max-width: 100%;
  }

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

  .team-item {
    min-height: auto;
  }

  .change-log-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-text-holder {
    flex-direction: column;
    align-items: center;
  }

  .grid-5-col {
    grid-template-columns: 1fr 1fr;
  }

  .download-buttons {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .download-buttons.mobile-vertical {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .download-button {
    width: 100%;
    margin-right: 0;
  }

  .trusted-item {
    margin-bottom: 3em;
  }

  .trusted-overlay-container {
    display: none;
  }

  .trusted-content {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .trusted-content.trusted-list {
    padding-top: 0;
  }

  .hero-text-holder-1, .hero-text-holder-2 {
    text-align: center;
    width: 100%;
  }

  .hero-text-line {
    width: 30%;
    height: 2px;
    margin-top: 0;
  }

  .footer-social-media-container, .footer-list {
    flex-direction: column;
  }

  .footer-brand-content {
    flex-direction: column;
    padding-right: 0;
  }

  .footer-copyright {
    padding-top: 1em;
  }

  .social-media-content {
    display: none;
  }

  .made-container {
    padding-top: 1em;
    padding-right: 0;
  }

  .grid-testimonial, .licensing-images-grid {
    grid-template-columns: 1fr 1fr;
  }

  .accent-r, .accent-l {
    display: none;
  }

  .h2-heading {
    font-size: 44px;
  }

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

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .title-wrapper {
    margin-bottom: 60px;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact04_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-3 {
    width: 15%;
  }

  .form-container {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .heading-8.contactus {
    font-size: 24px;
  }

  .text-field-4 {
    display: block;
  }

  .faq-answer-padding {
    padding: 20px;
  }

  .hero_pricing-wrap {
    background-color: #1f1f1f00;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero_pricing-wrap.is-enterprise {
    width: auto;
  }

  .hero_pricing-wrap.is-professional {
    background-color: #1f1f1f00;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .hero_pricing-grid {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .subscribe-to-newsletter, .subscribe-to-newsletter.input, .email-input-wrapper {
    width: auto;
  }

  .div-block-18 {
    flex-flow: column;
    width: auto;
    padding-bottom: 20px;
  }

  .text-block-18 {
    font-size: 14px;
  }

  .text-block-20 {
    margin-bottom: 10px;
    display: block;
  }

  .field-label-6, .field-label-7 {
    display: block;
  }

  .cell-7 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 30px;
    font-weight: 500;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-weight: 400;
  }

  .fixed-nav {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    inset: auto 0% 0%;
  }

  .fixed-nav.landing-page {
    display: flex;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer {
    text-align: left;
    max-width: 100%;
  }

  .footer-flex-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section.light-blue-bg {
    overflow: auto;
  }

  .section.second {
    margin-top: 50vh;
  }

  .container {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .container.nav-container {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .container.phone-container {
    margin-top: 1rem;
    padding-top: 0;
    padding-left: 0;
  }

  .hero-text {
    font-size: 80px;
  }

  .section-hero {
    padding-top: 0;
  }

  .nav-menu {
    flex-direction: column;
    display: none;
  }

  .menu-button {
    display: none;
  }

  .heading-display {
    font-size: 38px;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .form-input {
    width: 100%;
    min-width: auto;
  }

  .form-input.subscribe-input {
    border-radius: 10px;
    height: 60px;
    font-size: 18px;
  }

  .footer-logo-link.w--current {
    max-width: 50%;
    margin-right: 0;
  }

  .grey-text {
    text-align: center;
  }

  .button {
    background-image: linear-gradient(to bottom, var(--ots-orange), var(--ots-orange));
    justify-content: center;
    align-items: center;
    min-width: auto;
    font-size: 11px;
    display: flex;
  }

  .button.btn-subscribe {
    border-radius: 10px;
    width: 100%;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 0;
    position: relative;
    top: 0;
    right: 0;
  }

  .button.landing-page-nest {
    margin-left: 0;
    margin-right: 0;
  }

  .text-center {
    padding-top: 10px;
  }

  .hero-product-demo {
    height: 80vh;
  }

  .ellipse-left {
    width: 320px;
    height: 350px;
    top: 30%;
    left: -60%;
  }

  .ellipse-right {
    width: 350px;
    height: 350px;
    top: 30%;
    left: 75vw;
    right: auto;
  }

  .app-icon-holder {
    width: 80px;
    height: 80px;
  }

  .product-phone-content {
    inset: 26px 27px;
  }

  .product-phone-image-holder {
    width: 300px;
  }

  .iphone-lock-screen-image {
    border-radius: 30px;
  }

  .main-heading {
    padding-left: 10px;
    padding-right: 10px;
  }

  .external-link {
    justify-content: flex-start;
    display: flex;
  }

  .footer-social-media-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-list {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding-left: 0;
  }

  .footer-list-item {
    text-align: left;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .footer-brand-content {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }

  .footer-copyright {
    width: 100%;
    padding-bottom: 3rem;
  }

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

  .made-by-azwedo {
    flex-direction: column;
    width: 100%;
  }

  .powered-by {
    margin-top: .5em;
    margin-left: 0;
  }

  .phone-holder-container {
    height: 520px;
  }

  .phone-slider-container {
    width: 158px;
    height: 337px;
    top: 17px;
    left: 50px;
  }

  .phone-holder-image {
    width: 350px;
    min-width: 100%;
  }

  .hero-description {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .licensing-images-grid {
    grid-template-columns: 1fr;
  }

  .and {
    padding-left: 0;
  }

  .made-by-holder {
    width: 100%;
    margin-bottom: 5px;
    display: flex;
  }

  .text-block-5 {
    max-width: 100%;
    font-size: 18px;
  }

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

  .div-block-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-5 {
    display: none;
  }

  .body {
    margin-top: 10px;
    overflow: auto;
  }

  .text-block-6 {
    font-size: 10px;
  }

  .button-primary {
    width: 100%;
  }

  .wrap-h-small {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-card-l {
    padding: 24px;
  }

  .pricing-card-l.popular {
    align-items: center;
  }

  .large-title {
    font-size: 50px;
    line-height: 60px;
  }

  .form-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .mobile-header {
    height: auto;
    display: block;
  }

  .div-block-10 {
    display: flex;
  }

  .form-radio-2col {
    grid-template-columns: 1fr;
  }

  .form-field-2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .uui-contact04_component {
    grid-template-columns: 1fr;
  }

  .heading-6 {
    text-align: left;
    margin-top: 0;
  }

  .devicesonlymobileheader {
    z-index: 150;
    justify-content: center;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .devicesmobileonlyheader {
    display: block;
  }

  .image-3 {
    max-width: 100%;
  }

  .container-3 {
    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;
    margin-top: 15px;
    display: flex;
  }

  .div-block-14 {
    border-radius: 20px;
    width: auto;
    min-width: 100px;
    height: auto;
    min-height: 50px;
    padding: 15px 20px;
    box-shadow: 0 1px 8px #0003;
  }

  .container-4 {
    padding: 25px;
  }

  .text-block-11 {
    text-align: center;
    font-size: 16px;
  }

  .bold-text-4 {
    color: var(--ots-orange);
  }

  .div-block-15 {
    font-size: 8px;
  }

  .form-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-13 {
    margin-bottom: 10px;
    display: block;
  }

  .heading-8 {
    font-size: 28px;
  }

  .bold-text-5 {
    font-size: 24px;
  }

  .bold-text-6 {
    color: var(--light-grey);
    font-size: 14px;
  }

  .options-nest {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-9 {
    font-size: 32px;
  }

  .text-block-14 {
    font-size: 14px;
  }

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

  .hero_pricing-link {
    width: 100%;
    font-size: 12px;
  }

  .hero_pricing-link.is-professional {
    font-size: 12px;
  }

  .text-size-xlarge.text-weight-normal.text-align-center {
    text-align: left;
    font-size: 2rem;
  }

  .text-size-regular.text-weight-light.text-color-gray {
    font-size: .9rem;
  }

  .features_line {
    width: 30%;
    max-width: 70px;
  }

  .text-size-medium.text-weight-light.text-color-gray {
    text-align: center;
    font-size: 1rem;
  }

  .hero_pricing-professinal {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .hero_pricing-table {
    max-width: 290px;
    padding: 10px 10px 20px;
  }

  .content-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-11 {
    margin-top: 20px;
  }

  .subscribe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-5 {
    font-size: 9px;
  }

  .div-block-19 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-22 {
    margin-top: 10px;
  }

  .image-6 {
    display: none;
  }

  .quick-stack-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#w-node-_190db376-16ac-065f-db8b-98d87d0c00d9-43349f34 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_190db376-16ac-065f-db8b-98d87d0c00f0-43349f34 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ece89d93-2df3-9c66-994e-a99360ef72ee-43349f34 {
  grid-area: 1 / 2 / 2 / 10;
}

#w-node-_3b85f699-c949-f7e1-8df4-af4ae38e2f15-43349f34, #w-node-_8502412a-6474-098f-1e09-76bce2a84c58-43349f34 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-dc7224ca-e1a6-5f22-af6a-66bccec780c6-43349f34, #w-node-e5056ab3-9d03-0cc3-67ec-91e4f63df2d8-43349f34 {
  grid-area: 1 / 2 / 2 / 10;
}

#w-node-a8be1144-33e5-4510-22ce-cb492d5fbc02-2d5fbc02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1e7ba95a-12f5-d14f-865c-58c6925923e9-43349f42 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e1c4f535-3127-939f-3b3c-b1fd35478144-43349f42 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1e7ba95a-12f5-d14f-865c-58c6925923f0-43349f42, #w-node-_28629c33-4257-71a6-acd3-330ff62be0ab-43349f42, #w-node-_1a295a86-cf11-59c3-3bcd-ebc7bcbcf3bd-43349f42, #w-node-dc4af716-a088-4ac6-0cf2-c02239306c12-43349f42, #w-node-f932aca1-7ca1-1f39-9677-c9eca9d4e8fc-43349f42 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_55fc5522-bb2b-2f60-a4a5-2e1d59064549-43349f46, #w-node-_55fc5522-bb2b-2f60-a4a5-2e1d59064553-43349f46 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eaf134bc-d01b-cafc-8ac0-a72343aa1452-72ea8279, #w-node-eaf134bc-d01b-cafc-8ac0-a72343aa146f-72ea8279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd130728-3cbd-a9fa-a090-8c2f40a1ecc9-1fe5cfe5, #w-node-ca1888fb-7bb6-92d9-3897-d8d9d6a2bdf9-1fe5cfe5, #stripe-container.w-node-efa1b9b7-2bbb-fd78-f8bd-5eafadc21a8b-1fe5cfe5, #pay-buttom.w-node-_00796870-5085-c057-9bfb-47d242be7ccf-1fe5cfe5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4b6258f8-1a51-81fe-0aa6-0e27b63b5768-8227204b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b1cdfe56-9129-70c5-a6af-93cd11d3aaf3-8227204b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3e4a43b1-b5dc-a62d-3b45-f58e7c8a0c60-8227204b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d4d4a5a0-991f-ec45-56d8-88dcef27b4f3-0db71193 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c01ce7bc-a63c-8c4f-c268-0687d77bccf4-0db71193 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b1cdfe56-9129-70c5-a6af-93cd11d3aaf3-3f035bfb {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3e4a43b1-b5dc-a62d-3b45-f58e7c8a0c60-3f035bfb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1440px) {
  #w-node-cd130728-3cbd-a9fa-a090-8c2f40a1ecc9-1fe5cfe5, #w-node-ca1888fb-7bb6-92d9-3897-d8d9d6a2bdf9-1fe5cfe5, #pay-buttom.w-node-_00796870-5085-c057-9bfb-47d242be7ccf-1fe5cfe5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ece89d93-2df3-9c66-994e-a99360ef72ee-43349f34, #w-node-dc7224ca-e1a6-5f22-af6a-66bccec780c6-43349f34, #w-node-e5056ab3-9d03-0cc3-67ec-91e4f63df2d8-43349f34 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1e7ba95a-12f5-d14f-865c-58c6925923e9-43349f42, #w-node-_1e7ba95a-12f5-d14f-865c-58c6925923f0-43349f42, #w-node-_28629c33-4257-71a6-acd3-330ff62be0ab-43349f42, #w-node-_1a295a86-cf11-59c3-3bcd-ebc7bcbcf3bd-43349f42, #w-node-dc4af716-a088-4ac6-0cf2-c02239306c12-43349f42, #w-node-f932aca1-7ca1-1f39-9677-c9eca9d4e8fc-43349f42 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_190db376-16ac-065f-db8b-98d87d0c00d9-43349f34 {
    grid-column: span 2 / span 2;
    justify-self: stretch;
  }

  #w-node-_190db376-16ac-065f-db8b-98d87d0c00f0-43349f34, #w-node-_3b85f699-c949-f7e1-8df4-af4ae38e2f15-43349f34, #w-node-_8502412a-6474-098f-1e09-76bce2a84c58-43349f34, #w-node-dc7224ca-e1a6-5f22-af6a-66bccec780c6-43349f34, #w-node-e5056ab3-9d03-0cc3-67ec-91e4f63df2d8-43349f34 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5c99de4e-c47d-3b42-5c37-532e6d417559-43349f34 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4b6258f8-1a51-81fe-0aa6-0e27b63b5768-8227204b, #w-node-_3e4a43b1-b5dc-a62d-3b45-f58e7c8a0c60-8227204b, #w-node-_3e4a43b1-b5dc-a62d-3b45-f58e7c8a0c60-3f035bfb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e1c4f535-3127-939f-3b3c-b1fd35478144-43349f42 {
    grid-column: span 1 / span 1;
  }

  #w-node-eaf134bc-d01b-cafc-8ac0-a72343aa146f-72ea8279 {
    justify-self: center;
  }

  #w-node-b1cdfe56-9129-70c5-a6af-93cd11d3aaf3-8227204b, #w-node-d4d4a5a0-991f-ec45-56d8-88dcef27b4f3-0db71193, #w-node-b1cdfe56-9129-70c5-a6af-93cd11d3aaf3-3f035bfb {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


