:root {
  --navy: #000563;
  --black: white;
  --slate-grey: #505e78;
  --cornflower-blue: #6e8cf8;
  --lavender-2: #f2f5ff;
  --lavender: #dbe3ff;
  --blue: #4b39ef;
  --black-2: black;
  --light-steel-blue: #9aaef1;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  color: var(--navy);
  font-family: Raleway;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

h3 {
  color: var(--navy);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

h6 {
  color: var(--navy);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
}

p {
  color: var(--slate-grey);
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

li {
  font-family: Nunito Sans, sans-serif;
}

img {
  color: var(--navy);
  max-width: 100%;
  font-family: Lato, sans-serif;
  display: inline-block;
}

blockquote {
  border-style: none none none solid;
  border-width: 1px 1px 1px 3px;
  border-color: black black black var(--cornflower-blue);
  background-color: var(--lavender-2);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px 40px;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.container-full {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section {
  padding: 120px 20px 20px;
  font-family: Nunito Sans, sans-serif;
  position: relative;
}

.section.cta {
  border-top: 1px solid var(--lavender);
  border-bottom: 1px solid var(--lavender);
  background-color: var(--lavender-2);
  background-image: url('../images/Dots.svg'), url('../images/Dots.svg');
  background-position: 80% 100%, 20px -80px;
  background-repeat: no-repeat, no-repeat;
  background-size: 80px, 200px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.more-paddings {
  padding-top: 200px;
}

.section.more-paddings.gray {
  padding-top: 360px;
}

.section.more-paddings.color {
  background-color: var(--cornflower-blue);
}

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

.section.gray {
  border-top: 1px solid var(--lavender);
  background-color: var(--lavender-2);
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Nunito Sans, sans-serif;
}

.section.gray.contact {
  background-image: url('../images/Dots.svg'), url('../images/Dots.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 200px, 125px;
}

.section.gray.may-like {
  display: none;
}

.section.dark {
  background-color: var(--cornflower-blue);
  background-image: url('../images/Dots.svg'), url('../images/Dots.svg');
  background-position: 100% 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: 250px, 125px;
  padding-top: 220px;
}

.section.color {
  background-color: var(--lavender-2);
}

.section.components {
  background-color: var(--cornflower-blue);
  background-image: url('../images/Dots.svg'), url('../images/Dots.svg'), url('../images/Dots.svg');
  background-position: 0 100%, 100%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 300px, 200px, 125px;
}

.section.video-tour, .section.after-banner.hide {
  display: none;
}

.section.carrier2 {
  background-color: #f2f5ff;
}

.section.security-report, .section.knowledge-base {
  padding-bottom: 120px;
}

.div-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  background-color: var(--lavender);
  color: var(--navy);
  text-align: center;
  border-radius: 5px;
  padding: 12px 35px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  transition: transform .4s;
}

.button:hover {
  transform: translate(0, -10px);
}

.button.dark {
  background-color: var(--blue);
  color: var(--black);
  border: 0 #0000;
  margin-top: 0;
  font-weight: 700;
  transition: transform .4s;
}

.button.dark:hover {
  transform: translate(0, -3px);
}

.button.dark.line {
  border: 1px solid var(--blue);
  color: var(--blue);
  background-color: #0000;
}

.button.dark.btn-order {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
  overflow: visible;
}

.button.submit-full {
  background-color: var(--blue);
  color: var(--black);
  width: 100%;
}

.button.submit-full:hover {
  box-shadow: 0 3px 10px #00056333;
}

.button.white {
  background-color: var(--black);
  transition: transform .4s;
}

.button.white:hover {
  transform: translate(0, -3px);
}

.button.text-box {
  color: var(--cornflower-blue);
  text-align: left;
  background-color: #0000;
  width: auto;
  margin-top: 0;
  padding: 0;
  display: inline-block;
}

.button.text-box:hover {
  color: var(--blue);
  border-width: 0;
  transform: none;
}

.button.line {
  border: 1px solid var(--lavender);
  color: var(--lavender-2);
  background-color: #0000;
}

.button.cta-button {
  background-color: var(--blue);
  color: var(--black);
  text-align: center;
  border: 0 #0000;
  justify-content: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  transition: transform .4s;
  display: flex;
}

.button.cta-button:hover {
  transform: translate(0, -3px);
}

.button.cta-button.apply-now {
  letter-spacing: 0;
  max-width: 400px;
}

.button-wrapper {
  margin-top: 40px;
}

.heading-left {
  color: var(--navy);
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.heading-left.faq {
  font-size: 30px;
}

.heading-left.faq.padding {
  margin-top: 60px;
}

.heading-left.white {
  color: var(--black);
}

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

.top-title {
  color: var(--black);
  font-family: Raleway;
  font-size: 25px;
  line-height: 36px;
}

.top-title.dark {
  color: var(--cornflower-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.top-title.dark.light {
  color: var(--lavender);
}

.top-title.dark.title-left {
  justify-content: flex-start;
}

.top-title.dark.title-left.bottom-margin-40 {
  margin-bottom: 40px;
  font-size: 16px;
}

.block-mockup {
  border: 1px solid var(--lavender);
  background-color: var(--lavender-2);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 500px;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.block-mockup.iphone-mockups {
  background-color: var(--lavender);
  background-image: url('../images/Dots.svg'), url('../images/Dots.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 200px, 125px;
  border-radius: 0 0 20px 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.market-place-block {
  text-align: center;
  width: 30%;
  margin-top: 60px;
}

.market-place-grid {
  grid-template-rows: auto;
}

.features-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 0;
}

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

.features-card {
  border: 1px solid var(--lavender);
  background-color: var(--lavender-2);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features-icon {
  border: 1px solid var(--lavender);
  background-color: var(--black);
  background-image: url('../images/88.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
  border-radius: 20%;
  width: 60px;
  height: 60px;
  margin-bottom: 12px;
  margin-right: 12px;
}

.features-icon.second {
  background-color: var(--black);
  background-image: url('../images/333.png');
  background-size: 26px;
}

.features-icon.three {
  background-color: var(--black);
  background-image: url('../images/222.png');
  background-size: 26px;
}

.features-icon.four {
  background-color: var(--black);
  background-image: url('../images/Untitled-3.png');
  background-size: 26px;
}

.grid-block {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
}

.grid-block.flex {
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.grid-block.padding-top {
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
  display: none;
}

.info-block {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.info-block.info-box {
  padding-left: 12%;
  padding-right: 12%;
}

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

.video-lightbox {
  z-index: 10;
  background-image: url('../images/003new.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 45px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 2500px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.video-lightbox.third {
  background-image: url('../images/004new.png');
  transform: rotate(0);
}

.video-button-div {
  background-color: var(--black);
  border-radius: 35px;
  align-items: center;
  padding: 5px 40px 5px 5px;
  font-family: Nunito Sans, sans-serif;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
  box-shadow: 0 10px 20px #4b39ef42;
}

.video-button-div:hover {
  transform: translate(0, -10px);
}

.video-icon {
  background-color: var(--blue);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  display: flex;
}

.video-text {
  color: var(--navy);
  font-family: Nunito Sans, sans-serif;
  text-decoration: none;
}

.image-mockup {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  width: 500px;
  height: 500px;
  position: relative;
}

.image-mockup.iphone {
  background-image: url('../images/Layer-111.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}

.image-mockup.iphone.bigger {
  background-image: url('../images/002.png');
  width: 400px;
  height: 600px;
  margin-left: 0;
  margin-right: 0;
}

.image-mockup.iphone.third {
  background-image: url('../images/003new.png');
}

.image-mockup.iphone.fourth {
  background-image: url('../images/004new.png');
}

.image-mockup.iphone.big {
  background-size: contain;
  height: 600px;
}

.image-mockup.iphone.big.four {
  background-image: url('../images/002.png');
}

.image-mockup.iphone.side {
  background-image: url('../images/004new.png');
}

.image-mockup.iphone.side.third {
  background-image: url('../images/003new.png');
}

.color-block-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 600px;
  display: flex;
  position: relative;
}

.color-block-wrapper.centered {
  margin-left: auto;
  margin-right: auto;
}

.color-block {
  background-color: #0000;
  background-image: url('../images/Dots_1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px;
  border-radius: 0%;
  width: 450px;
  height: 450px;
  margin-top: -45px;
  margin-left: -45px;
  position: absolute;
}

.color-square {
  background-color: var(--lavender);
  border-radius: 20%;
  justify-content: center;
  width: 450px;
  height: 450px;
  margin-top: 45px;
  margin-left: 0;
  display: flex;
  position: absolute;
}

.header-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
  overflow: visible;
}

.big-videolight-box {
  z-index: 10;
  background-image: linear-gradient(146deg, #4b39efb3, #6e8cf8b3), url('../images/5d03eb7bce538b0123761670_5d024bc6d2fa16a3d6bed559_daniel-korpai-1362102-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 45px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 540px;
  margin-top: 0;
  margin-bottom: 80px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.big-videolight-box.full {
  width: 100%;
}

.big-videolight-box.full.side-block {
  border-radius: 20px;
  height: 520px;
  margin-bottom: 0;
}

.team-quote-wrapper {
  background-color: #fcfcfc;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1000px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.team-info {
  color: #798099;
  width: 30%;
}

.team-icon {
  background-image: url('../images/Team-4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.team-name {
  color: var(--navy);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.quote-div {
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.quote-paragraph {
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}

.quote-icon {
  width: 50px;
  height: 50px;
  margin-right: 12px;
  position: relative;
}

.iphone-wrapper {
  background-color: var(--lavender);
  border-radius: 20px;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-bottom: 80px;
  display: flex;
}

.iphone-wrapper.no-padding {
  margin-bottom: 0;
}

.download-link {
  color: var(--cornflower-blue);
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.container-logo {
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-page {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.title-page.left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.title-page.horizontal-flex {
  flex-direction: row;
}

.title-page.horizontal-flex.less-margin {
  justify-content: space-between;
}

.title-page.less-margin {
  margin-bottom: 0;
}

.title-page.cta {
  width: 80%;
  margin-bottom: 0;
}

.title-page.hero {
  margin-bottom: 0;
}

.section-image {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section-image.third {
  z-index: 2;
  background-color: var(--lavender);
  background-image: none;
  border-bottom-left-radius: 100px;
  width: 50%;
  height: 650px;
  padding-left: 0;
}

.section-image.left-side {
  background-color: var(--lavender);
  background-image: url('../images/Dots.svg'), url('../images/Dots.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 200px, 125px;
  border-radius: 0 60px 60px 0;
  width: 50%;
  height: 600px;
  margin-top: 100px;
  margin-right: 0;
  inset: 0% auto 0% 0%;
}

.intro-section {
  align-items: center;
  height: 600px;
  padding: 140px 20px 96px;
  display: flex;
  position: relative;
}

.intro-section.hero {
  background-color: var(--black);
  height: 100vh;
}

.intro-section.hero.third {
  background-color: var(--black);
  height: auto;
  padding-bottom: 0;
}

.intro-section.hero.fourth {
  background-color: var(--lavender);
}

.intro-section.hero.intro {
  background-color: var(--lavender-2);
  background-image: url('../images/Dots.svg'), url('../images/Dots.svg');
  background-position: 100% 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: 200px, 150px;
  height: 800px;
  margin-top: 0;
  padding-top: 220px;
  padding-bottom: 0;
}

.small-intro {
  width: 100%;
  max-width: 450px;
}

.small-intro.right-side {
  margin-left: auto;
}

.big-text {
  margin-bottom: 24px;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.big-text.center {
  width: 60%;
}

.logo-brand {
  width: 180px;
  height: auto;
}

.logo-brand.invert {
  filter: brightness(200%);
}

.hero-iphone {
  width: 500px;
  margin: 12% auto auto 12%;
}

.hero-iphone.fourth {
  z-index: 0;
  width: 400px;
  position: static;
}

.hero-iphone.second {
  width: 400px;
}

.hero-iphone.left-side {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.hero-iphone.left-side.second {
  width: 340px;
  margin-top: 5%;
}

.grid {
  grid-column-gap: 42px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

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

.grid.features.line {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 0;
  grid-template-rows: auto;
  overflow: hidden;
}

.grid.hero {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-service {
  border: 1px solid var(--lavender);
  background-color: var(--black);
  border-radius: 20px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 20px;
  text-decoration: none;
}

.div-service.trasparent {
  height: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

.div-service.padding-both-sides {
  background-color: #0000;
  border-top: 0 #0000;
  border-bottom: 0 #0000;
  border-right: 0 #0000;
  border-radius: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.div-service.padding-both-sides.hero {
  padding-left: 20px;
  padding-right: 0;
}

.features-icon-new {
  color: #00cca7;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/THEFT.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px;
  font-weight: 500;
  display: flex;
}

.features-icon-new.third {
  background-image: url('../images/999.png');
  background-position: 50%;
  background-size: cover;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
}

.features-icon-new.second {
  background-image: url('../images/66.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.features-icon-new.four {
  background-image: url('../images/Untitled-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.features-icon-new.fifth {
  background-image: url('../images/222.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.features-icon-new.sixth {
  background-image: url('../images/333.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.features-icon-new.premade {
  background-image: url('../images/Pre-made.png');
  margin-bottom: 30px;
}

.features-icon-new.award {
  background-image: url('../images/Award.png');
}

.features-icon-new.ninth {
  background-image: url('../images/responsive.png');
}

.buttons-grid {
  grid-template: ". Area"
  / 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 60px;
}

.buttons-grid.cta {
  margin-top: 0;
  margin-bottom: 0;
}

.slider-side {
  background-color: #0000;
  height: 600px;
}

.left-arrow, .right-arrow {
  background-color: var(--lavender);
  color: var(--black-2);
  border-radius: 8px;
  width: 40px;
  height: 40px;
  font-size: 15px;
}

.mask {
  overflow: hidden;
}

.slide {
  background-image: url('../images/006new2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
}

.slide.second {
  background-image: url('../images/006-new.png');
}

.slide-nav {
  display: none;
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.avatar-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.slide-nav-testimonials {
  color: #3774f0;
  background-color: #0000;
  border-radius: 10px;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 8px;
  line-height: 30px;
  display: inline-block;
  position: static;
}

.rate-block {
  text-align: center;
  margin-top: 10px;
}

.avatar-info {
  text-transform: none;
  flex: 1;
}

.avatar-info.left {
  display: flex;
}

.testimonial-slide {
  width: 50%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.visible-mask {
  overflow: visible;
}

.review-paragraph {
  text-align: center;
  text-transform: none;
}

.review-paragraph.left {
  text-align: left;
}

.review-name {
  color: var(--navy);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.review-name.padding {
  margin-bottom: 10px;
}

.testimonial-card {
  border: 1px solid var(--lavender);
  background-color: var(--black);
  color: #333;
  text-align: center;
  text-transform: lowercase;
  background-image: url('../images/Quotes.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding: 50px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.testimonial-card.white {
  background-color: var(--black);
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
}

.left-arrows {
  color: #000;
  background-color: #fff;
  border: 1px solid #d2d2f5;
  border-radius: 6px;
  width: 48px;
  height: 48px;
  margin-top: 140px;
  margin-left: -30px;
  font-size: 13px;
  box-shadow: 0 12px 24px #00000017;
}

.left-arrows.testimonial-arrow {
  margin-top: 140px;
}

.right-arrows {
  color: #000;
  background-color: #fff;
  border: 1px solid #d2d2f5;
  border-radius: 6px;
  width: 48px;
  height: 48px;
  margin-top: 140px;
  margin-right: -30px;
  font-size: 13px;
  box-shadow: 0 11px 24px #00000017;
}

.right-arrows.testimonial-arrow {
  margin-top: 140px;
}

.grid-scale {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-scale.over-the-section {
  grid-column-gap: 20px;
  grid-template-columns: 1.25fr 1.5fr 1.25fr;
  align-items: center;
  margin-top: 0;
}

.grid-scale.center-flex {
  grid-template-columns: .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr .25fr;
  align-items: start;
}

.grid-scale.style {
  grid-column-gap: 20px;
}

.pricing-card {
  border: 10px solid var(--black);
  background-color: var(--lavender);
  background-image: linear-gradient(to bottom, var(--blue), var(--cornflower-blue));
  box-shadow: none;
  color: #333;
  text-align: center;
  text-transform: capitalize;
  border-radius: 40px;
  padding: 0 40px 60px;
  text-decoration: none;
  position: relative;
}

.pricing-card.sides {
  box-shadow: none;
  background-color: #0000;
  background-image: none;
  border-width: 0;
  border-radius: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 20px;
  transition-property: none;
}

.pricing-card.sides:hover {
  transform: none;
}

.pricing-card.sides.right {
  padding-left: 20px;
  padding-right: 40px;
}

.pricing-card.sides.right:hover {
  transform: none;
}

.pricing-list-table {
  background-color: #0000;
  border: 1px solid #dbe3ff4d;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 0;
}

.pricing-list-table.sides {
  border-color: var(--lavender);
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 0;
}

.pricing-list {
  color: var(--black);
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Nunito Sans, sans-serif;
  line-height: 24px;
}

.pricing-list.dark {
  color: var(--navy);
  font-family: Nunito Sans, sans-serif;
}

.tag-label {
  background-color: var(--black);
  color: var(--cornflower-blue);
  letter-spacing: 1px;
  border-radius: 0 0 6px 6px;
  margin-bottom: 20px;
  padding: 4px 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
}

.top-padding {
  margin-top: 30px;
}

.pricing-text {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.price-nr {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 50px;
  font-weight: 800;
  display: block;
}

.price-nr.dark {
  color: var(--blue);
  margin-top: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 40px;
  font-weight: 800;
}

.pricing-post-info {
  color: #666;
  text-transform: uppercase;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.position {
  color: var(--cornflower-blue);
  text-transform: none;
}

.per-user {
  color: var(--lavender);
  text-align: center;
  margin-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
}

.per-user.dark {
  color: var(--cornflower-blue);
  margin-bottom: 20px;
  font-weight: 600;
}

.features-title {
  margin-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.features-title.dark {
  color: var(--navy);
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

.logotypes {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.logo-link {
  opacity: .76;
  color: #9b9b9b;
  text-align: center;
  font-size: 44px;
  line-height: 56px;
  text-decoration: none;
  transition: opacity .4s;
}

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

.logo-card {
  z-index: 2;
  border: 1px solid var(--lavender);
  border-radius: 10px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 100px;
  padding-bottom: 35px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.logo-card.no-padding {
  margin-bottom: 0;
}

.logo-title {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-text {
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 28px;
}

.logo-text.all-capital {
  background-color: var(--black);
  color: var(--cornflower-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -15px;
  margin-bottom: 0;
  padding: 4px 25px;
  font-family: Nunito Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
}

.logo-text.all-capital.gray {
  background-color: var(--lavender-2);
}

.footer-link {
  color: var(--navy);
  border-bottom: 2px #0000;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.footer-link:hover {
  border-bottom: 2px none var(--blue);
  color: var(--blue);
  text-decoration: none;
}

.footer-link.white {
  color: var(--light-steel-blue);
}

.footer-link.white:hover {
  color: var(--black);
}

.footer-link.color {
  color: var(--blue);
  font-size: 15px;
  line-height: 25px;
}

.footer-link.color:hover {
  color: var(--navy);
  text-decoration: underline;
}

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

.container.facts {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  display: flex;
}

.footer-bottom-div {
  align-items: center;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: flex;
}

.team-social-div {
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-social-div.white-content {
  border: 1px solid var(--lavender);
  text-align: right;
  background-color: #0000;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.team-social-div.white-content.white {
  background-color: var(--black);
}

.link-block-twitter {
  margin-left: 0;
  margin-right: 0;
}

.footer-column-info {
  flex-direction: column;
  display: flex;
}

.link-block-social {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  position: relative;
}

.link {
  color: #666;
  line-height: 30px;
  text-decoration: none;
}

.link.space {
  margin-left: 4px;
  margin-right: 4px;
}

.footer-copyright {
  border-top: 1px solid var(--lavender);
  color: #666;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-copyright.white {
  border-top-color: #6e8cf887;
}

.fourth-social-icon {
  opacity: .6;
  filter: invert();
  background-color: #0000;
  background-image: url('../images/facebook-logo-Black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  transition: background-color .2s;
  display: flex;
}

.fourth-social-icon:hover {
  opacity: 1;
}

.fourth-social-icon.instagram-icon {
  border-style: none solid;
  border-right-color: var(--lavender);
  border-left-color: var(--lavender);
  opacity: 1;
  filter: none;
  background-color: #0000;
  background-image: url('../images/instagram-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 0;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-bottom: -1px;
  margin-right: 0;
  padding-top: 0;
  transition: background-color .2s, opacity .4s;
  position: relative;
  overflow: hidden;
}

.fourth-social-icon.instagram-icon:hover {
  border-style: solid;
  border-color: var(--lavender);
  background-color: var(--lavender);
  opacity: 1;
  width: 40px;
  height: 40px;
}

.fourth-social-icon.twitter-icon {
  opacity: 1;
  filter: none;
  background-color: #0000;
  background-image: url('../images/twitter-logo-silhouette-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-width: 0;
  border-color: #0000;
  border-radius: 0;
  width: 40px;
  height: 40px;
  margin-bottom: -1px;
  margin-right: -1px;
  transition: background-color .2s, opacity .4s;
  position: relative;
  overflow: hidden;
}

.fourth-social-icon.twitter-icon:hover {
  border-color: var(--lavender);
  background-color: var(--lavender);
  opacity: 1;
}

.fourth-social-icon.facebook-icon {
  opacity: 1;
  filter: none;
  background-color: #0000;
  background-image: url('../images/facebook-logo-Black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-style: none;
  border-radius: 0;
  width: 40px;
  height: 40px;
  margin-bottom: -1px;
  margin-right: 0;
  transition: opacity .4s;
  position: relative;
  overflow: hidden;
}

.fourth-social-icon.facebook-icon:hover {
  border-style: solid;
  border-color: var(--lavender);
  background-color: var(--lavender);
  opacity: 1;
  border-radius: 0;
}

.fourth-social-icon.googleplus-icon {
  border-style: none solid none none;
  border-width: 2px 1px 2px 0;
  border-color: var(--lavender);
  opacity: 1;
  filter: none;
  background-color: #0000;
  background-image: url('../images/icon-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 0;
  width: 40px;
  height: 40px;
  margin-bottom: -1px;
  margin-right: 0;
  transition: background-color .2s, opacity .4s;
  position: relative;
  overflow: hidden;
}

.fourth-social-icon.googleplus-icon:hover {
  border-style: solid solid solid none;
  border-color: var(--lavender);
  background-color: var(--lavender);
  opacity: 1;
}

.footer-bottom-text {
  color: #798099;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.footer-bottom-text.white {
  color: var(--black);
}

.subscribe-card {
  background-color: var(--black);
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  width: 80%;
  padding: 0;
  display: flex;
  position: relative;
}

.subscribe-image {
  object-fit: fill;
  background-image: url('../images/Subscribe.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 400px;
  width: 400px;
  height: 570px;
  margin-top: -45px;
  margin-left: 0;
  padding-bottom: 0;
  position: relative;
}

.subscribe-content {
  text-align: left;
  flex: 1;
  padding: 65px 65px 40px 30px;
}

.field-wrapper {
  border: 1px solid var(--lavender);
  border-radius: 5px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.field-image {
  border-right: 1px solid var(--lavender);
  background-color: #0000;
  background-image: url('../images/44.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  width: 50px;
  height: 50px;
}

.text-field {
  background-color: var(--lavender-2);
  color: var(--navy);
  border: 1px #000;
  flex: 1;
  height: 50px;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
}

.grid-blocks {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  transition: transform .4s;
}

.grid-blocks.padding {
  grid-column-gap: 40px;
  margin-top: 100px;
}

.blocks-image-mockup {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  width: 500px;
  height: 500px;
  position: relative;
}

.blocks-image-mockup.iphone {
  background-image: url('../images/Layer-111.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 400px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.blocks-image-mockup.third {
  background-image: url('../images/003new.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 400px;
}

.blocks-image-mockup.first {
  background-image: url('../images/002.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 400px;
}

.blocks-content {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 15%;
  display: flex;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 96px;
  display: flex;
}

.tabs-menu.second-variation {
  background-color: var(--lavender-2);
  border-bottom: 3px #2e323c1a;
  border-radius: 20px 20px 0 0;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
}

.tabs-menu.blog-menu {
  border: 1px solid var(--lavender);
  background-color: var(--lavender-2);
  border-radius: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.tab-pannel {
  margin-bottom: 60px;
}

.side-tab-white {
  color: var(--navy);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 0 #d2d2f5;
  height: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.side-tab-white.w--current {
  border-top: 1px solid var(--blue);
  background-color: var(--lavender);
  color: var(--navy);
  border-radius: 0;
  height: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
}

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

.position-title {
  color: var(--slate-grey);
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.column-navigation {
  text-align: left;
  justify-content: flex-end;
  width: auto;
  margin-bottom: 0;
  display: flex;
}

.div-address {
  text-align: left;
  width: 300px;
}

.container-template {
  text-align: center;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: static;
}

.section-footer {
  border-top: 1px solid var(--lavender);
  background-color: var(--black);
  padding: 0 20px;
  font-family: Nunito Sans, sans-serif;
  position: relative;
}

.section-footer.gray {
  background-color: var(--blue);
}

.footer-link-bottom {
  color: var(--navy);
  letter-spacing: 0;
  text-transform: none;
  margin-left: 0;
  margin-right: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  text-decoration: none;
  transition: color .4s;
}

.footer-link-bottom:hover {
  color: #4760fc;
}

.footer-link-bottom.contact {
  margin-right: 20px;
  font-weight: 600;
}

.footer-link-bottom.white {
  color: var(--light-steel-blue);
  font-family: Nunito Sans, sans-serif;
}

.footer-link-bottom.white:hover {
  color: var(--black);
}

.brand {
  display: flex;
}

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

.heading-alternative {
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
}

.grid-contact {
  grid-template-rows: auto auto auto auto;
}

.field-label-alternative {
  color: #343e52;
  text-align: left;
  text-transform: none;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
}

.field-label-alternative.contact-us-field {
  color: var(--navy);
  letter-spacing: 0;
  margin-bottom: 8px;
  font-family: Nunito Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
}

.form-block-contact {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.text-field-contact {
  float: left;
  border: 1px solid var(--lavender);
  background-color: var(--lavender-2);
  color: var(--navy);
  border-radius: 6px;
  min-width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.text-field-contact:hover {
  border-bottom-color: #e4e8ee;
}

.text-field-contact.message {
  color: #19155e;
  height: auto;
  min-height: 140px;
}

.text-field-contact.center {
  text-align: center;
}

.success-message {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #34cf2c;
  border-radius: 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

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

.error-message-second {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: red;
  border-radius: 10px;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.center-button-block {
  text-align: left;
  width: 100%;
}

.small-text {
  color: var(--cornflower-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.question-info-block {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0%;
  display: flex;
  position: sticky;
  top: 120px;
}

.question-info-block.right-side {
  padding-left: 12%;
}

.toogle-answer {
  text-align: left;
  padding: 0;
  font-size: 17px;
  line-height: 26px;
  display: block;
}

.toogle-questions {
  cursor: pointer;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  font-family: Nunito Sans, sans-serif;
  display: flex;
}

.toogle-wrapper {
  border: 1px solid var(--lavender);
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 16px;
  transition: transform .4s;
}

.toogle-wrapper:hover {
  border-color: var(--lavender);
  background-color: var(--lavender-2);
  transform: translate(0, -5px);
}

.toogle-icon {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 12px;
  display: flex;
}

.paragraph {
  color: #30364d;
}

.paragraph.centered {
  text-align: center;
}

.toogle-info {
  padding: 20px;
}

.plus {
  background-color: #6a4ee1;
  width: 18px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.toogle-title {
  color: var(--navy);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.minus {
  background-color: #6a4ee1;
  width: 18px;
  height: 2px;
}

.huge-paragraph {
  text-align: center;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 30px;
}

.huge-paragraph.contact {
  text-align: center;
  width: 80%;
  margin-top: 20px;
}

.huge-paragraph.contact.left {
  text-align: left;
}

.huge-paragraph.contact.text-left {
  text-align: center;
}

.huge-paragraph.contact.dark {
  color: var(--navy);
}

.blog-title-post {
  color: var(--navy);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
}

.blog-post-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 140px;
  max-width: 260px;
  height: 140px;
  padding: 12px;
  position: relative;
}

.content {
  padding: 0 0 0 30px;
  position: relative;
}

.content.blog-posts {
  flex: 1;
  padding-right: 16px;
}

.label-post {
  color: #30364d;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 2px 8px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.blog-post-link {
  background-color: var(--lavender-2);
  color: #333;
  text-transform: capitalize;
  border: 1px solid #d2d2f5;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 25px;
  font-family: Lato, sans-serif;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-post-link:hover {
  transform: translate(0, -5px);
  box-shadow: 0 5px 20px #d2d2f599;
}

.blog-post-link.w--current, .blog-post-link.paddings {
  margin-bottom: 20px;
}

.iphone-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  align-items: center;
}

.blog-card {
  background-color: var(--black);
  border-radius: 10px;
  width: auto;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 12px 24px #0000001f;
}

.blog-card.full {
  width: 100%;
  transition: transform .4s;
}

.blog-card.full:hover {
  transform: translate(0, -5px);
}

.blog-image {
  background-image: url('../images/5ec94239d0fb9b99faa53dd8_photo-of-a-laptop-and-a-tablet-on-the-table-2528118.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

.blog-content {
  color: var(--navy);
  padding: 25px 30px;
}

.bottom-blog {
  border-bottom: 1px solid var(--lavender);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.blog-date {
  color: var(--light-steel-blue);
  text-transform: uppercase;
  font-family: Nunito Sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.blog-tag {
  background-color: var(--black);
  color: var(--cornflower-blue);
  letter-spacing: 1px;
  border-radius: 0 0 6px 6px;
  margin-bottom: 20px;
  padding: 4px 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
}

.blog-tag.colored {
  background-color: var(--lavender);
  color: var(--navy);
  letter-spacing: 0;
  border-radius: 6px;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  display: inline-block;
}

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

.navigation-container {
  border-top-right-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.navigation-container.navigation {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 6px;
  padding: 10px;
  left: 0;
  box-shadow: 0 6px 28px #30364d3d;
}

.intro {
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  display: flex;
}

.intro.w--current {
  margin-top: 0;
}

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

.navigation-div {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 85px;
  display: flex;
}

.dropdown {
  background-color: #0000;
  display: none;
}

.nav-link {
  color: var(--navy);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  transition: background-color .4s;
}

.nav-link:hover {
  color: var(--blue);
  background-color: #0000;
  border-radius: 6px;
}

.nav-link.w--current {
  color: var(--blue);
  padding-top: 12px;
  padding-bottom: 12px;
}

.dropdown-link {
  color: var(--slate-grey);
  background-color: #fff;
  border-radius: 6px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  transition: background-color .4s;
}

.dropdown-link:hover {
  background-color: var(--lavender-2);
}

.dropdown-link.w--current {
  background-color: var(--lavender-2);
  color: var(--slate-grey);
  font-family: Nunito Sans, sans-serif;
}

.dropdown-link.w--current:hover {
  color: var(--navy);
}

.navbar {
  z-index: 100;
  background-color: #0000;
  border-bottom: 1px #f4f5f95c;
  justify-content: center;
  align-items: center;
  height: 85px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
}

.dropdown-toggle {
  color: var(--navy);
  background-color: #0000;
  border-radius: 6px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  transition: background-color .4s;
}

.dropdown-toggle:hover {
  color: var(--blue);
  background-color: #0000;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

.logo-dark {
  width: 180px;
}

.author-image {
  background-image: url('../images/Team-4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: auto;
}

.author-image.second {
  background-image: url('../images/Team-3.jpg');
}

.author-image.third {
  background-image: url('../images/Team-1.jpg');
}

.author-image.forth {
  background-image: url('../images/Team-2.jpg');
}

.light-sea-green {
  background-color: var(--cornflower-blue);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  display: flex;
}

.light-sea-green.rebeccapurple {
  background-color: var(--blue);
}

.light-sea-green.slate-grey {
  background-color: var(--slate-grey);
}

.light-sea-green.dark-blue {
  background-color: var(--navy);
  color: var(--navy);
}

.light-sea-green.lavender {
  background-color: var(--lavender);
}

.light-sea-green.light-cyan {
  background-color: var(--lavender-2);
  border: 1px solid #d2d2f5;
}

.light-sea-green.black {
  background-color: var(--black-2);
}

.color-text {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 600;
}

.gray-space {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.gray-space.blue {
  background-color: var(--blue);
}

.gray-space.dark {
  background-color: var(--navy);
}

.big-headline {
  color: var(--navy);
  letter-spacing: -1px;
  font-family: Nunito Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.small-heading {
  text-transform: none;
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
  line-height: 22px;
}

.text-big {
  color: var(--slate-grey);
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 27px;
}

.small {
  color: var(--slate-grey);
  font-size: 13px;
  line-height: 23px;
}

.small.newsletter {
  width: 80%;
}

.hero-section {
  align-items: center;
  height: 600px;
  padding: 140px 20px 96px;
  display: flex;
  position: relative;
}

.hero-section.pages-section {
  background-color: var(--lavender-2);
  background-image: url('../images/Dots.svg'), url('../images/Dots.svg');
  background-position: 100% 0, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 200px, 125px;
  flex-direction: column;
  height: auto;
  padding-bottom: 0;
  font-family: Nunito Sans, sans-serif;
}

.hero-section.pages-section.blog {
  padding-bottom: 60px;
}

.hero-section.blog-section {
  background-color: var(--lavender-2);
  background-image: url('../images/Dots.svg'), url('../images/Dots.svg');
  background-position: 100% 0, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 200px, 125px;
  flex-direction: column;
  height: 400px;
  padding-top: 100px;
  padding-bottom: 0;
  font-family: Nunito Sans, sans-serif;
}

.subpage-title {
  color: var(--cornflower-blue);
  font-family: Nunito Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.subpage-title.category {
  color: var(--light-steel-blue);
}

.breadcrumbs {
  background-color: var(--black);
  color: #999;
  text-align: center;
  text-transform: capitalize;
  border: 1px #ffffff52;
  border-radius: 20px 20px 0 0;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  margin-top: 100px;
  padding: 12px 30px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.page-title {
  color: var(--navy);
  font-weight: 700;
}

.breadcrumbs-arrow {
  background-image: url('../images/icons8-forward-96_1icons8-forward-96.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  margin-left: 2px;
  margin-right: 2px;
}

.breadcrumbs-arrow.white {
  filter: invert();
  color: var(--cornflower-blue);
  background-image: url('../images/icons8-forward-90-1_1icons8-forward-90 (1).png');
}

.breadcrumbs-arrow.second {
  opacity: .6;
}

.breadcrumbs-link {
  color: #333;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.breadcrumbs-link.white {
  color: var(--blue);
  font-family: Nunito Sans, sans-serif;
  font-weight: 600;
}

.bigger-text {
  color: #30364d;
  font-size: 17px;
}

.bigger-text.center {
  text-align: center;
  letter-spacing: -.5px;
}

.licence-item-wrapper {
  border: 1px solid var(--lavender);
  background-color: var(--lavender-2);
  border-radius: 10px;
  align-items: center;
  width: 60%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.column-icons {
  margin-bottom: 10px;
}

.column-icons.no-padding {
  margin-bottom: 0;
}

.image-div {
  width: 100px;
  height: 100px;
}

.image-div.dashboard {
  border: 1px none var(--lavender);
  background-color: #f8f8ff;
  background-image: url('../images/006new2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 8px;
}

.image-div.dashboard.second {
  background-image: url('../images/019.png');
  border-style: none;
}

.image-div.dashboard.third {
  background-image: url('../images/006.png');
}

.image-div.icons {
  background-color: #f8f8ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100px;
  display: flex;
  overflow: hidden;
}

.image-div.logo {
  background-image: url('../images/Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 30px;
  margin-bottom: 20px;
  margin-right: 0;
}

.section-title {
  color: #fff;
  letter-spacing: -1px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.licence-link {
  color: var(--slate-grey);
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.licence-link:hover {
  color: var(--blue);
  font-weight: 500;
  text-decoration: underline;
}

.column-no-padding {
  padding-left: 0;
  padding-right: 0;
}

.licence-links-wrapper {
  color: #717177;
  flex: 1;
  justify-content: space-between;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.icon-div {
  width: 50px;
  height: 50px;
}

.icon-div.four {
  border: 1px solid var(--lavender-2);
  background-color: var(--lavender);
  background-image: url('../images/88.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.icon-div.one {
  border: 1px solid var(--lavender-2);
  background-color: var(--lavender);
  opacity: 1;
  background-image: url('../images/Quote.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.icon-div.two {
  border: 1px solid var(--lavender-2);
  background-color: var(--lavender);
  background-image: url('../images/Untitled-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.icon-div.image {
  background-image: url('../images/Team-4.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin: 1px;
}

.icon-div.image.four {
  background-image: url('../images/Team-3.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 1px;
  margin-left: 1px;
}

.icon-div.image.sec {
  background-image: url('../images/Team-1.jpg');
  margin-top: 1px;
  margin-left: 1px;
}

.icon-div.image.third {
  background-image: url('../images/Team-2.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 1px;
  margin-left: 1px;
}

.icon-div.three {
  border: 1px solid var(--lavender-2);
  background-color: var(--lavender);
  background-image: url('../images/44.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.tab-link {
  color: var(--navy);
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.tab-link:hover {
  background-color: #6e8cf817;
}

.tab-link.w--current {
  border-right: 1px solid var(--lavender);
  border-left: 1px solid var(--lavender);
  background-color: #e7ecff;
}

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

.collection-item-tab {
  width: 20%;
  padding-left: 0;
  padding-right: 0;
}

.collection-blog {
  margin-left: auto;
  margin-right: auto;
}

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

.blog-post-card {
  background-color: var(--black);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: -200px auto -100px;
  padding: 60px 0;
  font-family: Nunito Sans, sans-serif;
  display: flex;
  box-shadow: 0 12px 24px #0000001f;
}

.big-imager-post {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
  margin-top: 40px;
}

.blog-heading {
  text-align: center;
  width: 60%;
  margin-bottom: 20px;
}

.rich-text-blog {
  padding-top: 60px;
  padding-left: 100px;
  padding-right: 100px;
}

.gray {
  background-color: var(--lavender-2);
}

.licence-item-second {
  background-color: #fff;
  border: 1px solid #d7d5ff;
  border-radius: 10px;
  align-items: center;
  width: 60%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.licence-item-second:hover {
  box-shadow: 0 5px 20px #d2d2f599;
}

.licence-item-second.center {
  border-color: var(--lavender);
  background-color: var(--lavender-2);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  transition: transform .4s;
}

.licence-item-second.center:hover {
  border-color: var(--lavender);
  transform: translate(0, -5px);
  box-shadow: 0 5px 20px #d2d2f533;
}

.changelog-text {
  margin-bottom: 0;
}

.contact-block-form {
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #e4ecf691;
  border-radius: 10px;
  height: auto;
  padding: 45px 24px;
  position: relative;
  right: -45px;
  box-shadow: 7px 7px 25px #525b731f;
}

.contact-block-form.new {
  z-index: 0;
  border-color: var(--lavender);
  box-shadow: none;
  border-radius: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 30px;
  display: block;
  position: static;
}

.contact-block-form.new.percentual {
  width: 60%;
}

.contact-mockup {
  z-index: 1;
  background-image: url('../images/contact.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.info-contact {
  color: var(--cornflower-blue);
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.subscribe {
  font-weight: 700;
}

.title-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.price-wrapper {
  background-color: #0000;
  background-image: url('../images/Dots.svg'), url('../images/Dots.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 70px, 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.price-wrapper.silver {
  background-color: #0000;
  height: auto;
  margin-bottom: 0;
  padding-top: 20px;
}

.facts-nr {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.facts-nr.white {
  color: var(--black);
}

.big-facts {
  color: #4760fc;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.big-facts.color {
  color: #fff;
  letter-spacing: 1px;
  background-color: #0000;
  padding: 5px 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.second-list-item {
  text-align: left;
  border-radius: 10px;
  width: 100%;
}

.price-row {
  width: 100%;
}

.tab-price {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-right: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-price.centered {
  align-items: center;
  margin-right: 0;
  padding-right: 0;
}

.pricing-table {
  background-color: var(--lavender-2);
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 0 0 40px;
  transition: box-shadow .4s, transform .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-table:hover {
  transform: translate(0, -10px);
}

.pricing-table.color {
  background-color: var(--cornflower-blue);
  background-image: linear-gradient(to bottom, var(--blue), var(--cornflower-blue));
}

.title-price {
  color: #677081;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.title-price.check-text {
  float: none;
  color: #19155e;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.title-price.check-text.light {
  color: #19155e66;
}

.check-text-block {
  color: #677081;
  background-color: #0000;
  border: 1px #e4e8ee;
  border-bottom-style: solid;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Lato, sans-serif;
}

.check-text-block.first {
  color: #677081;
  background-color: #0000;
  border: 1px #e4e8ee;
  border-bottom-style: solid;
  padding-top: 10px;
  padding-bottom: 10px;
}

.check-text-block.first.second-vr {
  border-style: none none solid;
  border-bottom-color: var(--lavender);
  font-family: Nunito Sans, sans-serif;
}

.check-text-block.first.last {
  border-bottom-style: none;
}

.check-text-block.second-vr {
  color: #19155e;
  border-bottom-style: solid;
}

.check-list.padding-top-bottom {
  border: 1px solid var(--lavender);
  background-color: var(--black);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-left: 0;
  display: flex;
}

.small-block-shape {
  background-color: var(--lavender-2);
  border-radius: 60px;
  width: 200px;
  height: 200px;
  margin-top: -45px;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.small-block-shape.light {
  background-color: var(--lavender);
}

.big-shape-block {
  background-color: var(--lavender);
  border-radius: 20%;
  justify-content: center;
  width: 400px;
  height: 400px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.big-shape-block.darker {
  background-color: var(--lavender-2);
}

.mockup-image {
  z-index: 1;
  background-image: url('../images/019.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  width: 800px;
  height: 600px;
  margin-bottom: -300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-shape {
  background-color: var(--cornflower-blue);
  border-radius: 60px;
  width: 200px;
  height: 200px;
  margin-top: -45px;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon-shape.hero-small-shape {
  background-color: var(--black);
  background-image: url('../images/019.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110px;
  border-radius: 25px;
  width: 130px;
  height: 130px;
  inset: auto 43% 30% auto;
  box-shadow: 0 6px 20px #6e8cf81a;
}

.icon-shape-copy {
  background-color: var(--black);
  background-image: url('../images/006-new.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 25px;
  width: 100px;
  height: 100px;
  margin-top: -45px;
  margin-left: 0;
  position: absolute;
  inset: auto auto 25% 1%;
  box-shadow: 0 3px 9px #00056333;
}

.icon-shape-copy.hero-more-smaller {
  background-color: var(--black);
  background-image: url('../images/006new2.png');
  border-radius: 25px;
  width: 100px;
  height: 100px;
  margin-top: 0;
  inset: auto 60% 2% auto;
  box-shadow: 0 3px 9px #0005631a;
}

.icon-shape-big {
  background-color: var(--cornflower-blue);
  border-radius: 60px;
  width: 200px;
  height: 200px;
  margin-top: -45px;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon-shape-big.bigger-size {
  background-color: var(--black);
  background-image: url("https://cdn.prod.website-files.com/6192d3355712838ed5d3c105/6192d336571283a078d3c193_Messages'.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 300px;
  height: 240px;
  inset: auto 15% 0% auto;
  box-shadow: 0 3px 9px #00056333;
}

.features-block {
  border: 1px solid var(--lavender);
  background-color: var(--black);
  background-image: url('../images/Dots.svg'), url('../images/Dots.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 150px, 125px;
  border-radius: 20px;
  flex-wrap: wrap;
  place-content: stretch center;
  display: flex;
}

.features-block-card {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 100px;
  display: flex;
}

.features-block-card.border {
  border-left: 1px solid var(--lavender);
}

.div-paddings {
  margin-top: 20px;
  margin-bottom: 20px;
}

.app {
  transition: transform .4s;
}

.app:hover {
  transform: translate(0, -5px);
}

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

.hero-form-block {
  border-radius: 8px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.light-form {
  border: 1px solid var(--lavender);
  background-color: var(--lavender-2);
  color: var(--navy);
  border-radius: 10px;
  align-items: center;
  padding: 5px 5px 5px 20px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
  display: flex;
}

.input {
  background-color: #0000;
  border: 0 #000;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
}

.form-text {
  color: var(--slate-grey);
  margin-top: 10px;
  padding-right: 40px;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: inline-block;
}

.color-headline {
  color: var(--blue);
}

.color-headline.light {
  color: var(--cornflower-blue);
}

.utility-page-wrap {
  background-color: var(--lavender-2);
  background-image: url('../images/Dots.svg'), url('../images/Dots.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 240px, 125px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  font-family: Nunito Sans, sans-serif;
  display: flex;
}

.utility-page-content {
  border: 1px solid var(--lavender);
  background-color: var(--black);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 380px;
  padding: 40px;
  display: flex;
}

.utility-page-form {
  border: 1px solid var(--lavender);
  background-color: var(--black);
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 380px;
  padding: 40px;
  display: flex;
  box-shadow: 0 3px 9px #4b39ef1a;
}

.heading-password {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

._404-text {
  margin-bottom: 40px;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.lock, .second-image {
  margin-left: auto;
  margin-right: auto;
}

.heading-text {
  font-family: Nunito Sans, sans-serif;
}

.padding-div {
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.line-color {
  background-color: var(--cornflower-blue);
  width: 2px;
  height: 50px;
  margin-top: 0;
  margin-left: -1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.intro-hero-image {
  z-index: 1;
  border-radius: 20px;
  width: 800px;
  height: 600px;
  margin: 60px auto -300px;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 18px #4b39ef1a;
}

.demo-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin: 10px;
}

.demo-image {
  background-image: url('../images/Image-Gallery-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 340px;
  box-shadow: 3px 0 20px #4b39ef26;
}

.demo-image.second {
  background-image: url('../images/Image-Gallery-2.jpg');
}

.demo-image.third {
  background-image: url('../images/Image-Gallery-3.jpg');
}

.demo-image.four {
  background-image: url('../images/Image-Gallery-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.demo-content {
  background-color: var(--black);
  color: var(--navy);
  text-align: center;
  padding: 50px 20px;
}

.demo-link {
  border: 1px solid var(--lavender);
  border-radius: 10px;
  text-decoration: none;
  overflow: hidden;
}

.demo-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.facts-wrapper {
  align-items: center;
  width: 100%;
}

.facts-wrapper.line {
  border-color: var(--lavender);
  border-radius: 0;
  width: 73%;
  margin-top: 40px;
}

.facts-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.facts-grid.three {
  border: 1px solid var(--lavender);
  border-radius: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.facts-card {
  background-color: #fff;
  border-right: 1px solid #d7d5ff;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.facts-card.right {
  border-right-style: none;
  border-right-width: 0;
}

.facts-second {
  color: var(--navy);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

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

.big-facts-intro {
  color: var(--cornflower-blue);
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.components {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.components-link {
  color: var(--black);
  text-transform: none;
  background-color: #ffffff1a;
  border: 1px solid #dbe3ff85;
  border-radius: 20px;
  flex: 30%;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.components-link:hover {
  background-color: var(--black);
  color: var(--navy);
  text-decoration: none;
}

.page-wrapper {
  overflow: hidden;
}

.text-block {
  color: var(--black-2);
}

.heading {
  color: var(--navy);
  text-align: left;
  margin-top: 0;
}

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

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

.section-3 {
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-3.support-1 {
  background-color: #f2f5ff9c;
}

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

.section-4 {
  background-color: #f2f5ff;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.heading-3 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 38px;
}

.paragraph-2 {
  text-align: center;
}

.section-6 {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-7 {
  background-color: #f2f5ff;
  background-image: url('../images/Dots.svg');
  background-position: 5% -5%;
  background-repeat: no-repeat;
  background-size: 150px 150px;
  padding-top: 80px;
  padding-bottom: 100px;
}

.heading-4 {
  text-align: center;
  font-size: 38px;
}

.paragraph-3 {
  text-align: center;
}

.button-2 {
  text-align: left;
}

.container-3, .container-4, .container-5, .container-6, .container-7 {
  max-width: 1100px;
}

.section-8 {
  background-color: #f2f5ff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-8 {
  max-width: 1100px;
}

.html-embed {
  margin-left: 0;
  margin-right: 0;
}

.grid-2 {
  grid-column-gap: 45px;
  grid-template-rows: auto;
}

.heading-5 {
  margin-bottom: 60px;
  font-size: 38px;
}

.container-9 {
  max-width: 1100px;
}

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

.div-block {
  background-color: #f2f5ff;
  border: 1px solid #d2d2f5;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
  display: block;
}

.blog-curve-image {
  border-radius: 8px;
}

.heading-6 {
  padding-left: 20px;
  display: block;
}

.link-2 {
  color: var(--cornflower-blue);
  font-size: 16px;
  font-weight: 600;
}

.container-10 {
  max-width: 1100px;
}

.column {
  border: 0px solid var(--blue);
  background-color: #0000;
  margin: auto;
  display: block;
}

.div-block-2 {
  background-color: var(--cornflower-blue);
}

.heading-7 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.container-11 {
  max-width: 1100px;
}

.section-10 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.heading-8 {
  text-align: center;
  margin-bottom: 60px;
}

.heading-9 {
  color: var(--black);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-10 {
  text-align: center;
  font-size: 26px;
}

.div-block-3 {
  text-align: center;
  padding-bottom: 40px;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.div-block-4 {
  background-color: #e6e6fa;
}

.disabled {
  color: #00056373;
}

.section-11 {
  padding-bottom: 100px;
}

.image-2 {
  object-fit: contain;
  max-width: 100%;
  max-height: 450px;
}

.image-3, .image-4, .image-5 {
  object-fit: contain;
}

.image-6 {
  object-fit: contain;
  max-width: 88%;
}

.image-7 {
  object-fit: contain;
  max-width: 92%;
}

.image-8 {
  object-fit: contain;
  max-width: 88%;
}

.image-9 {
  object-fit: contain;
  max-width: 92%;
}

.image-10 {
  max-width: 49%;
  margin-left: auto;
  margin-right: auto;
}

.list-item, .list-2 {
  color: var(--slate-grey);
}

.list-2.huge-paragraph.text-left {
  text-align: left;
}

.container-12, .container-13 {
  max-width: 1100px;
}

.suppoer-testimonial {
  padding-top: 100px;
  padding-bottom: 100px;
}

.support-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.list-3 {
  color: var(--slate-grey);
}

.list-3.huge-paragraph.text-left {
  text-align: left;
  list-style-type: disc;
}

.heading-11 {
  color: var(--navy);
  font-size: 38px;
}

.team-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.image-11 {
  max-width: 250px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner-heading-only {
  color: #000563;
  text-align: left;
}

.latest-blog-home-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ctsdshds {
  color: #000563;
  text-align: left;
  line-height: 50px;
}

.ct.ctm-blog-gris-only {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 1px 1px 12px #0000001a;
}

.ctm-blogg-title-only {
  color: #000563;
  text-align: left;
  font-size: 32px;
  line-height: 32px;
}

.bold-text-2 {
  font-size: 21px;
  line-height: 26px;
}

.gshdgshdgshqq {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}

.zcxgfsasqqq {
  padding: 0 20px 40px;
}

.container-14 {
  max-width: 1100px;
}

.tytrylkljk {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gfhfghfghrtretll {
  text-align: center;
}

.hgfhfghtrytry {
  padding-bottom: 60px;
}

.vbvcbrewrw {
  margin-bottom: 20px;
}

.hjhgjhgj {
  color: #4b39ef;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.column-2 {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.columns {
  align-items: center;
  display: flex;
}

.text-block-2 {
  margin-right: 5px;
  font-family: Nunito Sans, sans-serif;
}

.dfdfccv {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bnbn {
  margin-top: 40px;
}

.heading-12 {
  color: var(--navy);
}

.paragraph-4 {
  text-align: center;
}

.paragraph-5 {
  font-size: 16px;
}

.paragraph-6 {
  text-align: center;
}

.container-15 {
  max-width: 850px;
}

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

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

.div-block-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-16 {
  max-width: 1200px;
  padding-top: 60px;
}

.heading-13 {
  font-size: 23px;
  line-height: 30px;
  text-decoration: none;
}

.link-block {
  border: 2px solid var(--lavender);
  justify-content: center;
  align-items: flex-start;
  height: 490px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.link-block.short {
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 10px;
  outline: 3px #00e;
  height: 325px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.link-block.short.white {
  background-color: #fff;
  height: 325px;
}

.div-block-6 {
  padding-left: 10px;
  padding-right: 10px;
}

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

.paragraph-7 {
  text-align: center;
}

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

.paragraph-8 {
  max-width: 600px;
}

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

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

.section-14 {
  padding-bottom: 100px;
}

.paragraph-10 {
  text-align: center;
}

.image-14 {
  max-width: 200px;
}

.container-18 {
  margin-bottom: 60px;
}

.text-block-3 {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.image-15 {
  height: 45px;
}

.image-16 {
  height: 40px;
}

.section-15 {
  background-color: #f2f5ff;
  border-radius: 8px;
  margin-bottom: 100px;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.heading-14 {
  color: var(--navy);
}

.container-19 {
  max-width: 1200px;
}

.div-block-8 {
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  .section.more-paddings {
    padding-top: 100px;
  }

  .block-mockup {
    width: 60%;
    height: auto;
    margin-top: 0;
  }

  .block-mockup.iphone-mockups {
    width: 100%;
    height: auto;
  }

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

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

  .grid-block.comtact-grid {
    grid-column-gap: 16px;
  }

  .info-block.info-box {
    margin-top: 0;
    margin-bottom: 0;
  }

  .info-block.info-box.padding {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .info-block.info-box.top-padding, .info-block.info-box.padding-top {
    margin-top: 100px;
  }

  .image-mockup.iphone {
    height: 400px;
  }

  .image-mockup.iphone.bigger {
    height: 450px;
  }

  .color-block-wrapper.centered {
    flex-direction: column-reverse;
  }

  .big-videolight-box, .team-quote-wrapper {
    width: 100%;
  }

  .iphone-wrapper {
    width: 100%;
    height: 200px;
  }

  .title-page.left {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .title-page.left.padding {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .title-page.horizontal-flex.less-margin {
    flex-direction: column;
  }

  .title-page.cta {
    width: 100%;
  }

  .title-page.hero {
    max-width: 450px;
  }

  .section-image {
    width: 100%;
    position: relative;
  }

  .section-image.third {
    background-image: none;
    border-top-left-radius: 100px;
    flex: 0 auto;
    width: 100%;
    height: 500px;
    margin-right: -50px;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .section-image.left-side {
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .intro-section.hero {
    flex-direction: column;
    height: auto;
  }

  .intro-section.hero.intro {
    padding-right: 20px;
  }

  .small-intro {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .hero-iphone {
    width: 400px;
    margin-top: 0%;
    margin-left: auto;
  }

  .hero-iphone.fourth {
    margin-right: auto;
  }

  .hero-iphone.left-side.second {
    width: 300px;
    margin-top: 0%;
  }

  .grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .buttons-grid {
    grid-auto-flow: row;
  }

  .slide-wrapper {
    margin-top: 60px;
  }

  .testimonial-slide {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-name.padding {
    text-align: left;
  }

  .testimonial-card {
    margin-bottom: 20px;
  }

  .left-arrows {
    margin-left: 0;
  }

  .left-arrows.testimonial-arrow {
    display: block;
  }

  .right-arrows {
    margin-right: 0;
  }

  .right-arrows.testimonial-arrow {
    display: block;
  }

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

  .grid-scale.over-the-section {
    grid-template-columns: 1fr;
  }

  .grid-scale.center-flex {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .pricing-card.sides {
    padding-right: 40px;
  }

  .pricing-card.sides.right {
    padding-left: 40px;
  }

  .logotypes {
    grid-column-gap: 100px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo-card {
    width: 100%;
  }

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

  .footer-column-info {
    width: 100%;
    margin-bottom: 40px;
  }

  .fourth-social-icon {
    cursor: pointer;
  }

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

  .subscribe-image {
    width: 100%;
  }

  .subscribe-content {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .blocks-image-mockup.third {
    width: 400px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .blocks-image-mockup.first {
    margin-left: auto;
    margin-right: auto;
  }

  .blocks-content {
    width: 100%;
    padding-top: 40px;
    padding-left: 12%;
  }

  .tabs {
    width: 100%;
  }

  .column-navigation {
    text-align: center;
    justify-content: center;
  }

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

  .brand {
    justify-content: center;
  }

  .field-label-alternative {
    font-size: 12px;
    line-height: 22px;
  }

  .form-block-contact {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .question-info-block {
    margin-bottom: 60px;
    position: relative;
    top: auto;
  }

  .question-info-block.right-side {
    padding-left: 0%;
    padding-right: 0%;
  }

  .toogle-questions {
    text-align: left;
  }

  .blog-post-link {
    padding-right: 25px;
  }

  .blog-card {
    width: 100%;
  }

  .collection-blog-list {
    grid-template-columns: 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .navigation-container.navigation {
    align-items: center;
    padding-left: 0;
  }

  .dropdown-list.w--open {
    border-radius: 0;
  }

  .dropdown:hover {
    color: var(--cornflower-blue);
  }

  .nav-link {
    color: #fff;
  }

  .nav-link:hover {
    color: var(--cornflower-blue);
    border-radius: 0;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .navbar {
    position: absolute;
  }

  .dropdown-toggle {
    color: #fff;
    border-radius: 0;
  }

  .dropdown-toggle:hover {
    color: var(--cornflower-blue);
  }

  .nav-menu {
    z-index: 102;
    background-color: #282f4b;
  }

  .big-headline {
    text-align: left;
  }

  .big-headline.center {
    text-align: center;
  }

  .licence-item-wrapper {
    width: 80%;
  }

  .image-div.logo {
    margin-right: 0;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .licence-item-second {
    width: 80%;
  }

  .licence-item-second.center {
    width: 70%;
  }

  .licence-info {
    flex: 1;
  }

  .changelog-text {
    text-align: left;
    display: inline-block;
  }

  .contact-block-form {
    width: 110%;
    right: 0;
  }

  .contact-block-form.new {
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .contact-block-form.new.percentual {
    width: 80%;
  }

  .contact-mockup {
    height: 600px;
  }

  .contact-mockup.padding-bottom {
    margin-bottom: 100px;
  }

  .pricing-table {
    width: 60%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .mockup-image {
    background-size: contain;
    width: 600px;
    height: 500px;
    margin-top: 40px;
  }

  .icon-shape.hero-small-shape {
    bottom: 42%;
    right: 7%;
  }

  .icon-shape-copy {
    left: 3%;
  }

  .icon-shape-copy.hero-more-smaller {
    bottom: 3%;
  }

  .icon-shape-big.bigger-size {
    bottom: 29%;
    right: 0%;
  }

  .features-block-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .input {
    margin-bottom: 0;
  }

  .form-text {
    padding-right: 0;
  }

  .intro-hero-image {
    background-image: none;
    width: 600px;
    height: 460px;
    margin-top: 40px;
  }

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

  .demo-image, .demo-image.four {
    background-position: 50% 0;
  }

  .facts-wrapper.line {
    width: 80%;
    margin-top: 140px;
  }

  .components {
    flex-direction: column;
  }

  .menu-button {
    color: var(--navy);
    justify-content: center;
    align-items: center;
    padding-top: 18px;
    display: block;
  }

  .menu-button.w--open {
    color: var(--navy);
    background-color: #0000;
  }
}

@media screen and (max-width: 767px) {
  .section.more-paddings {
    padding-bottom: 120px;
  }

  .block-mockup {
    width: 80%;
    height: auto;
    margin-top: 0;
  }

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

  .grid-block.comtact-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .info-block.info-box {
    padding-left: 0%;
  }

  .image-mockup.iphone {
    height: 300px;
  }

  .image-mockup.iphone.bigger {
    height: 350px;
  }

  .image-mockup.iphone.big, .image-mockup.iphone.big.four {
    margin-left: auto;
    margin-right: auto;
  }

  .image-mockup.iphone.side, .image-mockup.iphone.side.third {
    width: 400px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-section {
    text-align: center;
  }

  .team-quote-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .iphone-wrapper {
    height: 200px;
    margin-bottom: 0;
  }

  .title-page.left {
    margin-bottom: 0;
  }

  .title-page.horizontal-flex, .title-page.horizontal-flex.less-margin {
    flex-direction: column;
  }

  .title-page.cta {
    margin-top: 0;
  }

  .section-image.third {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    height: 400px;
    margin-top: 40px;
  }

  .section-image.left-side {
    height: 500px;
  }

  .intro-section.hero {
    padding-top: 100px;
  }

  .intro-section.hero.third {
    padding-top: 140px;
  }

  .intro-section.hero.intro {
    padding-right: 0;
  }

  .hero-iphone {
    width: 350px;
    margin-top: 0%;
  }

  .hero-iphone.left-side.second {
    width: 250px;
  }

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

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

  .div-service, .testimonial-slide {
    width: 100%;
  }

  .left-arrows, .right-arrows {
    display: block;
  }

  .grid-scale {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .grid-scale.over-the-section {
    grid-template-columns: 1fr;
  }

  .logotypes {
    grid-column-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container.facts.intro-facts {
    padding-top: 180px;
  }

  .team-social-div.white-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-copyright {
    flex-direction: column;
  }

  .grid-blocks {
    grid-row-gap: 16px;
  }

  .tabs-menu.second-variation {
    width: 100%;
  }

  .side-tab-white {
    align-items: center;
    display: flex;
  }

  .column-navigation {
    text-align: center;
    justify-content: center;
  }

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

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

  .form-block-contact {
    width: 100%;
  }

  .toogle-questions {
    text-align: left;
  }

  .content.blog-posts {
    padding-right: 0;
  }

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

  .navigation-container.navigation, .intro {
    padding-left: 0;
  }

  .nav-button {
    display: none;
  }

  .big-headline {
    font-size: 50px;
    line-height: 60px;
  }

  .licence-item-wrapper {
    width: 100%;
  }

  .image-div.logo {
    margin-right: 20px;
  }

  .collection-list-blog {
    grid-template-columns: 1fr;
  }

  .licence-item-second {
    width: 100%;
  }

  .licence-item-second.center {
    justify-content: center;
    width: 90%;
  }

  .changelog-text {
    text-align: left;
    display: inline-block;
  }

  .contact-block-form {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    right: 0;
  }

  .contact-block-form.new {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-block-form.new.percentual {
    width: 100%;
  }

  .pricing-table {
    width: 70%;
  }

  .mockup-image {
    width: 100%;
    margin-bottom: -240px;
  }

  .features-block-card {
    width: 100%;
  }

  .features-block-card.border {
    border-top: 1px solid var(--lavender);
    border-left-style: none;
  }

  .form-text {
    padding-right: 0;
  }

  .intro-hero-image {
    width: 500px;
    height: 380px;
    margin-bottom: -240px;
  }

  .facts-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .facts-grid.three {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .facts-card {
    border-bottom: 1px solid #d7d5ff;
    border-right-style: none;
  }

  .components-link {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container-full {
    width: 100%;
  }

  .section.more-paddings.gray {
    padding-top: 220px;
  }

  .button {
    margin-bottom: 10px;
  }

  .block-mockup {
    width: 100%;
  }

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

  .info-block.info-box {
    padding-left: 0%;
    padding-right: 0%;
  }

  .video-lightbox {
    width: 250px;
    height: 2000px;
  }

  .image-mockup.iphone, .image-mockup.iphone.bigger {
    width: 100px;
  }

  .image-mockup.iphone.big {
    width: 200px;
    height: 400px;
  }

  .image-mockup.iphone.big.four {
    height: 400px;
  }

  .image-mockup.iphone.side, .image-mockup.iphone.side.third {
    width: 200px;
    height: 300px;
  }

  .color-block-wrapper.centered {
    width: 100%;
  }

  .color-block {
    width: 90%;
  }

  .color-square {
    width: 100%;
    height: 300px;
  }

  .header-section {
    text-align: center;
    align-items: center;
  }

  .big-videolight-box {
    height: 340px;
  }

  .big-videolight-box.full.side-block {
    height: 400px;
  }

  .team-info {
    width: 100%;
  }

  .iphone-wrapper {
    flex-direction: column;
    height: 1000px;
    margin-bottom: 0;
  }

  .title-page.cta {
    width: 100%;
  }

  .section-image.third {
    height: 300px;
    margin-top: 60px;
    margin-right: -40px;
  }

  .section-image.left-side {
    height: 400px;
  }

  .intro-section.hero.intro {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-iphone.left-side.second {
    width: 200px;
  }

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

  .buttons-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template: ". Area"
    / 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .slide-wrapper {
    margin-bottom: 0;
  }

  .slide-wrapper.padding-bottom {
    margin-bottom: 60px;
  }

  .slide {
    background-size: contain;
  }

  .testimonial-slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-name.left {
    text-align: left;
  }

  .testimonial-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-arrows {
    margin-left: -10px;
  }

  .right-arrows {
    margin-right: -10px;
  }

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

  .grid-scale.center-flex {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .pricing-card, .pricing-card.sides, .pricing-card.sides.right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logotypes {
    grid-column-gap: 140px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-link {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-card {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.facts.intro-facts {
    padding-top: 80px;
  }

  .footer-copyright {
    flex-direction: column;
  }

  .subscribe-card {
    width: 100%;
  }

  .blocks-image-mockup.iphone {
    background-size: 300px;
  }

  .blocks-image-mockup.third, .blocks-image-mockup.first {
    background-size: 300px;
    width: 100%;
  }

  .blocks-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu.second-variation {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .tabs-menu.second-variation.no-space {
    margin-bottom: 0;
  }

  .tabs-menu.blog-menu {
    flex-direction: column;
  }

  .side-tab-white {
    text-align: center;
    width: 100%;
  }

  .side-tab-white.w--current {
    width: 100%;
  }

  .column-navigation {
    flex-wrap: wrap;
    width: 100%;
  }

  .section-footer {
    padding-bottom: 0;
  }

  .footer-link-bottom {
    margin-left: 6px;
    margin-right: 6px;
  }

  .grid-contact {
    width: 100%;
  }

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

  .text-field-contact {
    min-width: auto;
  }

  .question-info-block.right-side {
    padding-left: 0%;
    padding-right: 0%;
  }

  .toogle-questions {
    text-align: left;
  }

  .blog-post-image {
    width: 100%;
  }

  .content.blog-posts {
    padding-top: 32px;
    padding-left: 0;
  }

  .blog-post-link {
    flex-direction: column;
    padding-right: 25px;
  }

  .iphone-grid {
    flex-direction: column;
    justify-items: center;
    display: flex;
  }

  .collection-blog-list {
    width: 100%;
  }

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

  .gray-space {
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-headline {
    text-align: center;
    width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

  .hero-section.pages-section {
    background-size: 120px, 70px;
  }

  .licence-item-wrapper {
    justify-content: space-between;
    width: auto;
    padding: 15px 15px 14px;
  }

  .image-div {
    flex: 0 auto;
    width: 100px;
  }

  .image-div.logo {
    margin-right: 20px;
  }

  .licence-link {
    margin-right: 10px;
    font-size: 12px;
    line-height: 22px;
  }

  .licence-links-wrapper {
    flex: 1;
    padding-left: 16px;
    padding-right: 16px;
  }

  .collection-item-tab {
    width: 100%;
  }

  .licence-item-second {
    justify-content: space-between;
    width: auto;
    padding: 15px 15px 14px;
  }

  .licence-item-second.center {
    width: 100%;
  }

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

  .contact-block-form {
    width: 100%;
    position: static;
    right: 0;
  }

  .contact-block-form.new {
    width: 100%;
    padding: 30px 0;
  }

  .contact-block-form.new.percentual {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-mockup {
    background-size: 270px;
    height: 400px;
  }

  .pricing-table {
    width: 100%;
  }

  .small-block-shape {
    width: 150px;
    height: 150px;
    top: 3%;
  }

  .small-block-shape.light {
    width: 150px;
    height: 150px;
  }

  .big-shape-block {
    width: 300px;
    height: 300px;
    bottom: 3%;
  }

  .big-shape-block.darker {
    width: 300px;
    height: 300px;
  }

  .mockup-image {
    background-size: 280px;
    width: 100%;
    height: 300px;
    margin-top: 0;
    margin-bottom: -150px;
  }

  .icon-shape.hero-small-shape, .icon-shape-big.bigger-size {
    display: none;
  }

  .light-form {
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .input {
    text-align: center;
    background-color: #fff;
    border: 1px solid #d2d2f5;
    border-radius: 10px;
    flex: 1;
    margin-bottom: 10px;
    padding: 15px 0;
  }

  .form-text {
    padding-right: 0;
  }

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

  .intro-hero-image {
    background-image: none;
    width: 100%;
    height: 220px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .facts-wrapper.line {
    width: 100%;
    margin-top: 60px;
  }

  .facts-grid.three {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .facts-card {
    border-bottom: 1px solid #d7d5ff;
  }

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

#w-node-_6409c74a-c41a-2f67-aef0-7b530162ec95-ccd3c120 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_464b353f-d76a-ce89-757e-71ec67efb076-ccd3c120, #w-node-_464b353f-d76a-ce89-757e-71ec67efb07a-ccd3c120, #w-node-_464b353f-d76a-ce89-757e-71ec67efb07e-ccd3c120 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3b501d4f-e632-6086-91cd-f353232ff392-232ff33a {
  align-self: start;
}

#w-node-_42c739ea-9eb3-f42b-dc4e-c4e67bad5a1b-7bad5a18 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-_86d593af-05f1-34ca-c57d-c3688292060a-bd0a7755 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-d6f40904-8323-8974-a55a-0431cf35e099-cf35e087, #w-node-d6f40904-8323-8974-a55a-0431cf35e09d-cf35e087, #w-node-d6f40904-8323-8974-a55a-0431cf35e0a1-cf35e087 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86d593af-05f1-34ca-c57d-c3688292060a-4437af61 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-a65d81f7-5583-890d-e341-ea9b378382dd-8b258b2b, #w-node-a65d81f7-5583-890d-e341-ea9b378382dd-34081460, #w-node-a65d81f7-5583-890d-e341-ea9b378382dd-10f44d49 {
  align-self: start;
}

#w-node-_9ba9dad2-ef7f-dcd7-62a4-b024181b3bc7-8104d493, #w-node-_9ba9dad2-ef7f-dcd7-62a4-b024181b3bcb-8104d493, #w-node-_9ba9dad2-ef7f-dcd7-62a4-b024181b3bcf-8104d493, #w-node-_0f85cb23-f81c-ae89-4ef7-221a5ab73d78-18cf935e, #w-node-_0f85cb23-f81c-ae89-4ef7-221a5ab73d7c-18cf935e, #w-node-_0f85cb23-f81c-ae89-4ef7-221a5ab73d80-18cf935e, #w-node-_0f85cb23-f81c-ae89-4ef7-221a5ab73d78-17fa51ee, #w-node-_0f85cb23-f81c-ae89-4ef7-221a5ab73d7c-17fa51ee, #w-node-_0f85cb23-f81c-ae89-4ef7-221a5ab73d80-17fa51ee, #w-node-_3e082543-0607-3b47-cd03-5bdfa72aac6c-5c5cc3c9, #w-node-_3e082543-0607-3b47-cd03-5bdfa72aac70-5c5cc3c9, #w-node-_3e082543-0607-3b47-cd03-5bdfa72aac74-5c5cc3c9, #w-node-_9ba9dad2-ef7f-dcd7-62a4-b024181b3bc7-4389cd4d, #w-node-_9ba9dad2-ef7f-dcd7-62a4-b024181b3bcb-4389cd4d, #w-node-_9ba9dad2-ef7f-dcd7-62a4-b024181b3bcf-4389cd4d, #w-node-_9ba9dad2-ef7f-dcd7-62a4-b024181b3bc7-6709b3ee, #w-node-_9ba9dad2-ef7f-dcd7-62a4-b024181b3bcb-6709b3ee, #w-node-_9ba9dad2-ef7f-dcd7-62a4-b024181b3bcf-6709b3ee, #w-node-_9ba9dad2-ef7f-dcd7-62a4-b024181b3bc7-6cf64230, #w-node-_9ba9dad2-ef7f-dcd7-62a4-b024181b3bcb-6cf64230, #w-node-_9ba9dad2-ef7f-dcd7-62a4-b024181b3bcf-6cf64230 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_6409c74a-c41a-2f67-aef0-7b530162ec95-ccd3c120 {
    grid-column-end: 8;
  }

  #w-node-_4788538a-9b6c-35e2-1790-3f85aa4c8b9b-ccd3c120 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3b501d4f-e632-6086-91cd-f353232ff34a-232ff33a {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-_3b501d4f-e632-6086-91cd-f353232ff384-232ff33a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3b501d4f-e632-6086-91cd-f353232ff392-232ff33a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_42c739ea-9eb3-f42b-dc4e-c4e67bad5a1b-7bad5a18 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_86d593af-05f1-34ca-c57d-c3688292060a-bd0a7755 {
    grid-column-end: 8;
  }

  #w-node-d6f40904-8323-8974-a55a-0431cf35e08b-cf35e087 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d6f40904-8323-8974-a55a-0431cf35e08c-cf35e087 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_86d593af-05f1-34ca-c57d-c3688292060a-4437af61 {
    grid-column-end: 8;
  }

  #w-node-a0535738-a106-5b3d-1fd0-a64ad665b5c1-dbdf9c8b {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-_826ec171-df26-8186-3520-39c861559c9c-27c226f0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a0535738-a106-5b3d-1fd0-a64ad665b5c1-27c226f0 {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-_826ec171-df26-8186-3520-39c861559c9c-ed8a88b2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a65d81f7-5583-890d-e341-ea9b378382dd-8b258b2b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a65d81f7-5583-890d-e341-ea9b378382ea-8b258b2b {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-a65d81f7-5583-890d-e341-ea9b378382dd-34081460 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a65d81f7-5583-890d-e341-ea9b378382ea-34081460 {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-_9000f182-dc03-458a-bcde-d19273a62ffd-f161c39f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a0535738-a106-5b3d-1fd0-a64ad665b5c1-f161c39f, #w-node-a0535738-a106-5b3d-1fd0-a64ad665b5c1-b8edbcb0 {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-a65d81f7-5583-890d-e341-ea9b378382dd-10f44d49 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a65d81f7-5583-890d-e341-ea9b378382ea-10f44d49 {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-f20f86c1-2fe2-323f-26ea-90cefe833906-218aae00, #w-node-_826ec171-df26-8186-3520-39c861559c9c-218aae00 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6409c74a-c41a-2f67-aef0-7b530162ec95-ccd3c120 {
    grid-column: 1 / 9;
  }

  #w-node-_464b353f-d76a-ce89-757e-71ec67efb076-ccd3c120, #w-node-_464b353f-d76a-ce89-757e-71ec67efb07a-ccd3c120, #w-node-_464b353f-d76a-ce89-757e-71ec67efb07e-ccd3c120 {
    grid-column: span 1 / span 1;
  }

  #w-node-_42c739ea-9eb3-f42b-dc4e-c4e67bad5a1b-7bad5a18 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_86d593af-05f1-34ca-c57d-c3688292060a-bd0a7755 {
    grid-column: 1 / 9;
  }

  #w-node-d6f40904-8323-8974-a55a-0431cf35e099-cf35e087, #w-node-d6f40904-8323-8974-a55a-0431cf35e09d-cf35e087, #w-node-d6f40904-8323-8974-a55a-0431cf35e0a1-cf35e087 {
    grid-column: span 1 / span 1;
  }

  #w-node-_86d593af-05f1-34ca-c57d-c3688292060a-4437af61 {
    grid-column: 1 / 9;
  }

  #w-node-_9ba9dad2-ef7f-dcd7-62a4-b024181b3bc7-8104d493, #w-node-_9ba9dad2-ef7f-dcd7-62a4-b024181b3bcb-8104d493, #w-node-_9ba9dad2-ef7f-dcd7-62a4-b024181b3bcf-8104d493, #w-node-_0f85cb23-f81c-ae89-4ef7-221a5ab73d78-18cf935e, #w-node-_0f85cb23-f81c-ae89-4ef7-221a5ab73d7c-18cf935e, #w-node-_0f85cb23-f81c-ae89-4ef7-221a5ab73d80-18cf935e, #w-node-_0f85cb23-f81c-ae89-4ef7-221a5ab73d78-17fa51ee, #w-node-_0f85cb23-f81c-ae89-4ef7-221a5ab73d7c-17fa51ee, #w-node-_0f85cb23-f81c-ae89-4ef7-221a5ab73d80-17fa51ee, #w-node-_3e082543-0607-3b47-cd03-5bdfa72aac6c-5c5cc3c9, #w-node-_3e082543-0607-3b47-cd03-5bdfa72aac70-5c5cc3c9, #w-node-_3e082543-0607-3b47-cd03-5bdfa72aac74-5c5cc3c9, #w-node-_9ba9dad2-ef7f-dcd7-62a4-b024181b3bc7-4389cd4d, #w-node-_9ba9dad2-ef7f-dcd7-62a4-b024181b3bcb-4389cd4d, #w-node-_9ba9dad2-ef7f-dcd7-62a4-b024181b3bcf-4389cd4d, #w-node-_9ba9dad2-ef7f-dcd7-62a4-b024181b3bc7-6709b3ee, #w-node-_9ba9dad2-ef7f-dcd7-62a4-b024181b3bcb-6709b3ee, #w-node-_9ba9dad2-ef7f-dcd7-62a4-b024181b3bcf-6709b3ee, #w-node-_9ba9dad2-ef7f-dcd7-62a4-b024181b3bc7-6cf64230, #w-node-_9ba9dad2-ef7f-dcd7-62a4-b024181b3bcb-6cf64230, #w-node-_9ba9dad2-ef7f-dcd7-62a4-b024181b3bcf-6cf64230 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6409c74a-c41a-2f67-aef0-7b530162ec95-ccd3c120 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3b501d4f-e632-6086-91cd-f353232ff33d-232ff33a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_42c739ea-9eb3-f42b-dc4e-c4e67bad5a1b-7bad5a18, #w-node-_86d593af-05f1-34ca-c57d-c3688292060a-bd0a7755, #w-node-_86d593af-05f1-34ca-c57d-c3688292060a-4437af61 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a0535738-a106-5b3d-1fd0-a64ad665b5b6-dbdf9c8b, #w-node-a0535738-a106-5b3d-1fd0-a64ad665b5b6-27c226f0, #w-node-a0535738-a106-5b3d-1fd0-a64ad665b5b6-f161c39f, #w-node-a0535738-a106-5b3d-1fd0-a64ad665b5b6-b8edbcb0 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


