:root {
  --blue: #0e2b8f;
  --orange: #ff5206;
  --orange-light: #ffeee6;
  --blue-light: #f3f7fd;
  --white: white;
}

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

h1 {
  color: var(--blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

p {
  color: var(--blue);
  margin-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  line-height: 124%;
}

a {
  color: var(--orange);
  text-decoration: underline;
}

.sticky-navigation-landing {
  z-index: 1000;
  background-color: #fff;
  margin-top: auto;
  padding: 4px 20px 20px;
  display: block;
  position: fixed;
  inset: 0 0% auto;
}

.sticky-navigation-landing_inner {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.logo-landing {
  align-self: center;
  margin-bottom: 40px;
}

.logo-landing.sticky {
  margin-top: 0;
  margin-bottom: auto;
  display: none;
}

.logo-landing.lp-logo {
  margin-top: -40px;
  margin-bottom: 60px;
  display: none;
}

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

.button-landing {
  text-align: center;
  background-color: #ff5206;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  font-weight: 500;
  transition: transform .2s;
  display: inline-block;
}

.button-landing:hover {
  transform: scale(1.03);
}

.button-landing.sticky {
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

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

.h-features {
  color: #0e2b8f;
  padding-bottom: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 40px;
  line-height: 100%;
}

.slide-icon {
  width: 120px;
}

.cookie-holder {
  text-align: center;
  justify-content: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.i-icon.individual {
  margin-right: 16px;
}

.list-item-landing {
  padding-bottom: 10px;
}

.list-item-landing.lp-text {
  font-size: 16px;
}

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

.footer-section-2 {
  z-index: 1;
  color: #fff;
  text-align: center;
  background-color: #0e2b8f;
  background-image: url('../images/polygons-bg-blue.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  padding-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  box-shadow: 0 7px 10px #00000047;
}

.p-tag {
  color: #ff5206;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 0;
}

.p-tag.blue {
  color: #0e2b8f;
  font-family: Work Sans, sans-serif;
}

.p-tag.dedicated {
  font-size: 16px;
}

.p {
  color: #0e2b8f;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.p.white {
  color: #fff;
}

.p.white.text-numbers {
  text-align: left;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Work Sans, sans-serif;
}

.p.pricing {
  padding-top: 16px;
}

.image-87 {
  object-fit: contain;
  object-position: 50% 0%;
  border-top-left-radius: 10px;
  width: 100%;
  max-width: 400px;
}

.f-testimonial-section {
  background-color: #f3f7fd;
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

.feature-name-inner-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  font-family: Work Sans, sans-serif;
  display: flex;
}

.price-card-line-feature {
  color: #ff5206;
  border: 2px solid #0e2b8f;
  border-radius: 10px;
  margin-top: 64px;
  margin-bottom: 32px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.img-wrape-features {
  margin-top: auto;
  margin-bottom: auto;
}

.f-grid-four-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
}

.f-grid-four-column._6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 1300px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.f-testimonial-author {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.list-landing {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
}

.zig-zag-left {
  background-image: url('../images/evča.svg');
  background-position: 40% 0;
  background-repeat: no-repeat;
  background-size: 24%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
}

.zig-zag-left.features {
  background-image: none;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.partnership-types {
  background-image: url('../images/polygons-bg-blue.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.intro-ilustrace {
  background-color: #fff;
  flex: 0 40%;
  justify-content: flex-end;
  align-self: center;
  padding: 100px 60px 20px 20px;
  display: flex;
}

.intro-ilustrace.lp-new {
  flex-basis: 60%;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 20px;
}

.div-block-8 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-8.lp-block {
  align-self: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.f-testimonial-slide {
  margin-right: 40px;
}

.button-4 {
  text-transform: none;
  background-color: #ff5206;
  border-radius: 4.25px;
  padding: 16px 40px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  transition: opacity .2s;
  box-shadow: 1px 10px 20px #ff52064d;
}

.button-4:hover {
  opacity: .77;
}

.button-4.buy {
  margin-top: 24px;
  margin-bottom: 0;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
}

.button-4.button-pricing_secondary-22 {
  border-width: 1.5px;
  border-color: var(--orange);
  box-shadow: none;
  margin-bottom: 0;
  padding: 16px 40px;
  font-weight: 600;
}

.button-4.button-pricing_secondary-22.review {
  margin-top: 40px;
}

.f-testimonial-left-a {
  color: #0e2b8f;
  background-color: #0000;
  border: 1px solid #0e2b8f26;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 60px auto auto;
}

.f-testimonial-left-a:hover {
  color: #fff;
  background-color: #0e2b8f;
}

.price-text-large {
  color: #0e2b8f;
  margin-bottom: 14px;
  padding-top: 0;
  font-family: Work Sans, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
}

.container-x-small-3 {
  z-index: 5;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

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

.button-pricing-24 {
  color: #f7f7f7;
  text-align: center;
  background-color: #4255bd;
  border: 1px solid #6070c8;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-top: 24px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s;
  display: flex;
}

.button-pricing-24:hover {
  border-color: #d3d3d3;
}

.slider {
  background-color: #0000;
  height: 690px;
  margin-bottom: 90px;
}

.footer-padding {
  background-color: #0000;
  height: 200px;
  display: none;
  overflow: visible;
}

.button-outline {
  color: #4255bd;
  text-align: center;
  background-color: #0000;
  border: 1.5px solid #6070c8;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s;
  display: flex;
}

.button-outline:hover {
  border-color: #d3d3d3;
}

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

.heading-landing {
  font-size: 44px;
  font-weight: 300;
  line-height: 124%;
}

.heading-landing.lp-h1 {
  padding-right: 32px;
  font-size: 40px;
}

.heading-landing.lp-h1.individual {
  font-size: 72px;
  line-height: 112%;
}

.secondary-wrap-button {
  padding-left: 20px;
  display: inline-block;
  position: static;
}

.secondary-wrap-button.get-in-touch {
  margin-left: 20px;
  padding-left: 0;
}

.feature-desc-24 {
  color: #0e2b8f;
  text-align: left;
  flex: 0 auto;
  align-self: stretch;
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 125%;
  display: none;
}

.div-block-325 {
  font-size: 14px;
  line-height: 22px;
}

.h2 {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 40px;
  padding-left: 0;
  font-size: 40px;
}

.h2.center {
  text-align: center;
  text-align: center;
  max-width: 69%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 120%;
}

.h2.center.lp {
  max-width: 90%;
  margin-top: 0;
  padding-top: 32px;
}

.h2.center.start {
  margin-bottom: 80px;
}

.p-tag-2 {
  color: #ff5206;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 0;
}

.price-feature {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.price-feature-block-blue {
  background-color: #f4f5fb;
  border: 1.5px solid #0e2b8f33;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 32px;
  display: flex;
}

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

.f-paragraph-regular.f-text-weight-medium {
  margin-top: 0;
  font-weight: 700;
}

.f-icon-regular {
  color: #ff5206;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: -5px;
  margin-right: -5px;
  transition: color .2s;
  display: flex;
}

.f-icon-regular.arrow-back {
  color: #0e2b8f;
}

.f-icon-regular.arrow-back:hover, .f-icon-regular.arrow-next {
  color: #fff;
}

.badges {
  width: auto;
  min-width: 0;
  max-width: 120px;
  padding-left: 0;
}

.badges.leader {
  padding-left: 16px;
  padding-right: 16px;
}

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

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.desc-link-22 {
  text-decoration: none;
  display: block;
}

.pricing-icon-2 {
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.pricing-icon-2.pricing-blue-icon {
  color: #4255bd;
}

.soc-med-link {
  width: 40px;
  margin-left: 0;
  margin-right: 20px;
  transition: opacity .2s;
}

.soc-med-link:hover {
  opacity: .69;
}

.mask-3 {
  width: 100%;
  overflow: visible;
}

.sticky-nav-area-2 {
  background-color: #fff;
  border-top: 0 solid #0e2b8f;
  position: relative;
}

.affiliate-number {
  padding-left: 0;
  padding-right: 0;
}

.text-color-mindnight-blue {
  color: #0e2b8f;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 28px;
  line-height: 40px;
  display: block;
}

.text-color-mindnight-blue.individual {
  text-align: left;
  margin-bottom: -8px;
  font-size: 40px;
  display: none;
}

.alter-img {
  flex: 0 auto;
  align-self: center;
  width: 500px;
  margin-left: 15px;
  margin-right: 15px;
}

.alter-img.even {
  order: -1;
}

.grid {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 8%;
}

.grid.lp {
  background-color: #f3f7fd;
  margin-top: 80px;
}

.grid.lp.indi {
  display: none;
}

.numbers {
  text-align: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 8%;
}

.numbers.home {
  padding-top: 80px;
}

.image-6 {
  max-width: 300px;
  margin-bottom: 33px;
}

.footer-legal-holder-landing {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.static-ip-section-1 {
  background-color: #fff;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.static-ip-section-1.individual {
  padding-top: 140px;
  padding-bottom: 80px;
}

.tag-uni {
  background-color: #e7e9f3;
  border-radius: 40px;
  flex-direction: row;
  margin-right: 0;
  padding: 8px 20px;
  display: inline-block;
}

.tag-uni.orange {
  background-color: #ffeee6;
  margin-left: 0;
  margin-right: auto;
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

.tag-uni.orange.top {
  background-color: #0000;
  margin-top: 16px;
  padding-left: 0;
  font-size: 17px;
}

.tag-uni.orange.center {
  background-color: #ffeee6;
  margin-left: auto;
}

.tag-uni.centre {
  margin-left: auto;
  margin-right: auto;
}

.landing-cookies-section-2 {
  z-index: -1;
  text-align: center;
  background-color: #eeeef0;
  align-items: center;
  height: 200px;
  padding-left: 6vw;
  padding-right: 6vw;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.f-testimonial-slider-mask {
  width: 350px;
  overflow: visible;
}

.cta-2 {
  text-align: center;
  letter-spacing: 0;
  background-color: #ff5206;
  border-radius: 4.25px;
  align-items: center;
  height: 30px;
  padding: 16px 60px 36px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  display: inline-block;
  box-shadow: 0 10px 20px #ff52064d;
}

.cta-2:hover {
  transform: scale(1.03);
}

.dashboard {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
}

.sub-title {
  font-weight: 300;
}

.badge-pricing-secondary {
  color: #4255bd;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #f4f5fb;
  border: 1px solid #b3bbe5;
  border-radius: 32px;
  margin-bottom: 32px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.div-block-324 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  width: 82%;
  margin: 40px;
  padding-bottom: 60px;
  padding-right: 60px;
  display: flex;
  box-shadow: 0 0 40px #0e2b8f26;
}

.feature-grid {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.paragraph-small {
  letter-spacing: -.01em;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.text-weight-semibold {
  font-weight: 600;
}

.paragraph-small.text-weight-semibold.plans {
  color: #0e2b8f;
  padding-top: 24px;
  padding-bottom: 8px;
}

.price-detail {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.badge-pricing {
  color: #1a1a1a;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 32px;
  margin-bottom: 32px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.f-paragraph-small-2 {
  color: #0e2b8f;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.numbers-white {
  color: #fff;
  text-align: left;
  padding-left: 20px;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

.numbers-white.individual {
  font-family: Work Sans, sans-serif;
  font-size: 50px;
}

.badge-beta {
  color: gray;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  padding: 2px 6px;
  font-weight: 600;
  display: flex;
}

.intro-block {
  background-color: #fff;
  flex: 0 60%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding: 0 60px;
  display: flex;
}

.intro-block.lp-new-block {
  max-width: none;
  padding-left: 40px;
  padding-right: 0;
}

.h2-centre {
  margin-top: 24px;
  margin-bottom: 56px;
  padding-left: 8%;
  padding-right: 8%;
  font-size: 40px;
  line-height: 100%;
}

.h2-centre.features {
  color: var(--blue);
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  line-height: 100%;
}

.h2-centre.white {
  color: #fff;
  font-family: Work Sans, sans-serif;
}

.h2-centre.features {
  margin-bottom: 0;
  line-height: 100%;
}

.link-block-landing {
  margin-top: 59px;
}

.link-block-landing.w--current {
  margin-top: 63px;
}

.alter-text {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 373px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.div-block-69 {
  text-align: center;
}

.image-78 {
  padding-left: 0;
}

.image-78.mobile, .hide-arrow {
  display: none;
}

.price-feature-grid {
  grid-column-gap: 14px;
  grid-row-gap: 4px;
  grid-template-columns: 1fr;
  margin-top: 14px;
}

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

.hero-item.mb-52 {
  margin-bottom: 10px;
}

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

.soc-med-holder {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  padding-bottom: 10px;
  display: block;
}

.strike-through-color {
  opacity: 1;
  color: red;
  text-align: center;
  align-items: flex-start;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  text-decoration: line-through;
  display: block;
  position: static;
  top: 50%;
  transform: translate(0);
}

.tags {
  text-align: center;
  display: flex;
}

.tags.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.badge-beta-blue {
  color: #8e99d7;
  background-color: #f4f5fb;
  border: 1px solid #b3bbe5;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  padding: 2px 6px;
  font-weight: 600;
  display: flex;
}

.zig-zag {
  margin-top: 40px;
  padding-right: 0;
}

.zig-zag.left {
  padding-left: 0;
  padding-right: 60px;
}

.zig-zag.right {
  padding-left: 60px;
}

.f-testimonial-right-a {
  color: #fff;
  background-color: #0e2b8f;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 0% auto auto;
}

.f-testimonial-right-a:hover {
  color: #fff;
  background-color: #0e2b8f;
  border-color: #160042;
}

.price-feature-line {
  border-bottom: 1.5px solid #e6e6e6;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.price-feature-line.striked {
  opacity: .3;
  text-decoration: line-through;
}

.div-block-327 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  width: 100%;
  max-width: 460px;
  margin-top: 60px;
  padding-left: 20px;
  font-size: 17px;
  display: flex;
}

.footer-link {
  color: #fff;
  font-family: Work Sans, sans-serif;
}

.features-wrap {
  margin-left: 8%;
  margin-right: 8%;
}

.features-wrap.individual {
  margin-top: 120px;
}

.feature-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-section-2 {
  background-image: url('../images/polygons-bright.svg');
  background-position: 0 0;
  background-size: cover;
  padding: 60px 20px 100px;
}

.alternating-block {
  text-align: center;
  justify-content: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}

.zig-zag-right {
  max-width: 1280px;
  margin: 120px auto;
  display: none;
}

.right-img {
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 60px;
}

.cta-middle {
  text-align: center;
  padding-top: 64px;
  padding-bottom: 120px;
}

.cta-middle.feature {
  padding-top: 0;
  padding-bottom: 80px;
}

.cta-middle.feature.compliance {
  padding-bottom: 0;
}

.price-type {
  color: gray;
  font-size: 16px;
  line-height: 24px;
}

.div-block-326 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 482px;
  height: 52px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.price-tabs-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing-grid-wide {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  align-items: center;
}

.div-block-321 {
  display: inline-block;
}

.f-testimonial-slider-large {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 48px;
}

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

.left-img {
  padding-right: 60px;
}

.left-img.mobile {
  display: none;
}

.left-img.desktop {
  padding-right: 0;
}

.bold {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.feature-name-wrap-22 {
  text-align: left;
  border-bottom: 0 solid #0e2b8f1a;
  justify-content: space-between;
  display: block;
}

.feature-name-wrap-22.individual {
  border-bottom-width: 1.5px;
}

.column-48 {
  margin-top: auto;
  margin-bottom: auto;
}

.price-content {
  width: 100%;
  overflow: visible;
}

.wrapper-2 {
  width: 100%;
  display: none;
  overflow: hidden;
}

.price-feature-block {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 18px;
  display: flex;
}

.price-card-line {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  margin-bottom: 32px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.price-text {
  color: #1a1a1a;
  margin-bottom: 14px;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.feature-name-23 {
  color: #0e2b8f;
  text-align: left;
  width: 100%;
  margin-top: 10px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}

.feature-name-23.individual {
  margin-top: 14px;
  margin-bottom: 14px;
  padding-right: 8px;
}

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

.section-regular-2 {
  margin-bottom: 0;
  padding: 80px 4% 32px;
  position: relative;
}

.f-testimonial-card {
  color: #0e2b8f;
  background-color: #fff;
  border-radius: 10px;
  padding: 32px;
  box-shadow: 0 0 40px #0e2b8f26;
}

.tabs {
  flex: 1;
  max-width: 50%;
}

.nav-link {
  color: #fff;
  border-bottom: 1px solid #fff0;
  text-decoration: none;
  transition: border .2s;
}

.nav-link:hover {
  border-bottom-color: #fff;
}

.list-wrap {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.list-wrap.last {
  margin-bottom: 0;
}

.white {
  color: #fff;
}

.tabs-menu {
  display: none;
}

.nav {
  z-index: 9999;
  background-color: #252331;
  border-bottom: 1px solid #3e3f484d;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  top: 0;
}

.mb-20 {
  width: 60%;
  margin-bottom: 10px;
}

.line {
  background-color: #fff3;
  width: 1px;
}

.button-nav {
  background-color: #6949ff;
  border: 1px solid #6949ff;
  border-radius: 10px;
  padding: 15px 20px;
  transition: background-color .2s, border .2s;
}

.button-nav:hover {
  background-color: #0000;
  border-color: #f6f6f6;
}

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

.card-link {
  color: #323138;
  border: 1px solid #323138;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.card-link.mb-40 {
  margin-bottom: 40px;
}

.card-link.mb-40.transparent {
  transition: color .2s, background-color .2s;
}

.card-link.mb-40.transparent:hover {
  color: #f6f6f6;
  background-color: #3e3f48;
}

.card-link.filled {
  color: #fff;
  white-space: nowrap;
  background-color: #6949ff;
  border-color: #6949ff;
}

.card-link.filled.mb-40 {
  transition: background-color .2s, border .2s;
}

.card-link.filled.mb-40:hover {
  background-color: #0000;
  border-color: #f6f6f6;
}

.content-label {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.cards-wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.mobile-nav {
  display: none;
}

.nav-wrap {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.card-wrap.right {
  width: 100%;
  padding-left: 20px;
}

.card-wrap.left {
  width: 100%;
  padding-right: 20px;
}

.medium {
  font-weight: 500;
}

.card-heading {
  border-bottom: 0 solid #32313833;
  margin-bottom: 25px;
}

.card-heading.white {
  border-bottom-color: #fff3;
}

.shadow {
  display: none;
}

.mb-15 {
  color: var(--blue);
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: Work Sans, sans-serif;
  font-size: 56px;
}

.mb-15.starting {
  margin-top: 32px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.mb-15.individual {
  margin-top: 82px;
  margin-bottom: 32px;
}

.mb-15.price-teams {
  margin-bottom: 8px;
}

.mb-30 {
  margin-bottom: 30px;
}

.black-p {
  color: #323138;
}

.black-p.mb-20 {
  margin-bottom: 20px;
}

.black-p.mb-30 {
  margin-bottom: 30px;
}

.heading-wrap {
  text-align: center;
  width: 100%;
  max-width: 645px;
  margin-bottom: 50px;
}

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

.section.if {
  display: none;
}

.yellow-block {
  background-color: var(--orange-light);
  color: #3e3f48;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 110px;
  height: 40px;
  padding: 10px 20px;
  display: flex;
}

.nav-button {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.switch {
  background-color: var(--blue);
  cursor: pointer;
  border-radius: 20px;
  flex: none;
  align-items: center;
  width: 65px;
  height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

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

.double-cards {
  background-color: #3e3f48;
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 50px 30px;
  display: flex;
}

.double-cards.yearly {
  background-color: #0000;
  border: 2px solid #e4e4e7;
}

.card {
  background-color: #0000;
  border: 2px solid #e4e4e7;
  border-radius: 10px;
  width: 100%;
  max-width: 50%;
  padding: 50px 30px;
}

.switcher {
  background-color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.heading {
  color: var(--blue);
  background-color: #0000;
}

.rich-text-block {
  color: var(--blue);
  font-family: Work Sans, sans-serif;
  font-size: 16px;
}

.paragraph-3 {
  color: var(--blue);
  font-family: Work Sans, sans-serif;
}

.main-p {
  margin-top: 32px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 140%;
}

.heading-2 {
  margin-top: 32px;
  margin-bottom: 24px;
  padding-top: 0;
  font-size: 56px;
}

.designation {
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 28px;
}

.feature-icon-copy {
  color: #258aff;
  background-color: #258aff;
  border-radius: 55px;
  width: 55px;
  height: 55px;
  margin-bottom: 21px;
  padding: 16px;
  font-size: 31px;
}

.content-grid-label {
  color: #258aff;
  text-align: left;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
}

.customer-story {
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.story {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  position: relative;
  box-shadow: 1px 1px 4px #0000000a;
}

.story.pr-20 {
  top: -20px;
}

.story-content-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
}

.content-section {
  background-color: #0000;
  padding: 175px 30px 120px;
  display: none;
}

.feature-content-copy {
  flex: 1;
  padding-right: 20px;
}

.feature-text {
  color: #666;
  max-width: 540px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 28px;
}

.client-logo {
  filter: grayscale();
}

.person-info {
  flex: 1;
  padding-left: 15px;
}

.client-logos {
  justify-content: space-between;
  max-width: 1140px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-hr {
  background-color: #fff;
  max-width: 1140px;
  height: 1px;
  margin: 120px auto 165px;
}

.story-text {
  color: #1f1f1f;
  max-width: 480px;
  margin-bottom: 50px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.content-grid-title {
  color: #1f1f1f;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 56px;
}

.content-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.icon-copy {
  color: #fff;
  text-align: center;
  font-size: 26px;
}

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

.feature-copy {
  flex-direction: column;
  display: flex;
}

.feature-title {
  color: #000;
  margin-top: 0;
  font-size: 21px;
}

.content-grid-sub {
  color: #666;
  max-width: 480px;
  margin-bottom: 100px;
  font-size: 18px;
  line-height: 32px;
}

.person-name {
  color: #1f1f1f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 25px;
}

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

.customer-story-left {
  width: 370px;
}

.pricign-button-copy {
  color: #fff;
  background-color: #fc593b;
  border-radius: 4px;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.price-copy {
  color: #000;
  text-align: left;
  margin-top: 0;
  font-size: 17px;
}

.price-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

.pricing-list-item.item-striked {
  opacity: .46;
  text-decoration: line-through;
}

.price-type-2 {
  color: #e5e5e5;
  margin-bottom: 40px;
  font-size: 13px;
  font-weight: 700;
}

.pricing-basic {
  background-color: var(--blue-light);
  text-align: left;
  border-radius: 10px;
  padding: 45px;
  position: relative;
}

.price-type-pro {
  color: #3a3333;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
}

.pro-pricing {
  text-align: left;
  background-color: #fff;
  padding: 50px 50px 30px;
  position: relative;
}

.pricing-section {
  background-image: url('../images/asset-12.png');
  background-position: 50%;
  background-size: cover;
  padding: 120px 30px;
}

.pricing-content {
  position: relative;
}

.price {
  color: var(--blue);
  text-align: left;
  margin-top: 0;
  font-size: 17px;
}

.amount-text {
  font-size: 50px;
}

.paragraph-5 {
  color: #fff;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 17px;
  line-height: 30px;
}

.pricing-icon-black {
  width: 15px;
}

.paragraph-5-copy {
  color: #070707;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 17px;
  line-height: 30px;
}

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

.currency {
  font-size: 30px;
  position: relative;
  top: -10px;
  right: 3px;
}

.pricign-button {
  color: #fff;
  background-color: #258aff;
  border-radius: 4px;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.pricing-wrapper {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-badge {
  color: #fff;
  text-align: center;
  background-color: #4eab08;
  border-radius: 50px;
  width: 83px;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 12px;
}

.pricing-card-info-copy {
  color: #666;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 28px;
}

.pricing-section-title {
  color: #fff;
  text-align: center;
  letter-spacing: -3px;
  max-width: 540px;
  margin: 0 auto 85px;
  font-size: 48px;
  line-height: 56px;
}

.pricing-card-info {
  color: #e5e5e5;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 28px;
}

.paragraph-4 {
  color: #fff;
  margin-bottom: 30px;
  line-height: 21px;
}

.image-3 {
  opacity: .86;
  filter: invert();
  width: 15px;
}

.pricing-top-text {
  color: #fff;
  text-align: center;
  margin-bottom: 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

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

.paragraph-6 {
  color: var(--orange);
  font-weight: 700;
}

.container-x-small-2 {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-heading-wrapper {
  z-index: 0;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 640px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.faq-item-plain {
  color: #0e2b8f;
  background-color: #f3f7fd;
  border-radius: 10px;
  width: 100%;
  padding: 28px 32px;
  transition: all .3s;
  display: block;
}

.section-faq {
  background-color: #0000;
  padding: 120px 5%;
  position: relative;
}

.faq-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.faq-toggle:hover {
  color: #338cff;
}

.faq {
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.faq-arrow {
  color: #0e2b8f;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-regular-2 {
  letter-spacing: 0;
  padding-top: 16px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-2.faq {
  margin-bottom: 8px;
}

.grid-one-column {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.faq-title-wrapper-plain {
  color: #0e2b8f;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.faq-content {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.faq-content-wrapper {
  width: 100%;
  max-width: 90%;
  line-height: 36px;
}

.paragraph-regular-bold {
  letter-spacing: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.link, .link-2 {
  color: var(--orange);
}

.p-2 {
  color: #0e2b8f;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.p-2.pricing-section {
  text-align: center;
  max-width: 600px;
  margin-bottom: 240px;
}

.f-margin-bottom-41 {
  margin-bottom: 16px;
}

.f-margin-bottom-42 {
  margin-bottom: 24px;
}

.tab-pricing-22 {
  color: #fff;
  background-color: #0000;
  border-radius: 3px;
  padding: 7px 17px;
}

.tab-pricing-22.w--current {
  color: #0e2b8f;
  background-color: #c7d3ff;
}

.text-block-58 {
  color: #0e2b8f;
}

.feature-name-inner-wrapper-2 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.buy-now-link {
  color: #0e2b8f;
  text-align: center;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.col-plan-top {
  text-align: left;
  flex-direction: column;
  align-self: stretch;
  margin-left: 35px;
  margin-right: 20px;
  display: flex;
}

.plan-description-22 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 125%;
}

.button-pricing_secondary-22 {
  color: #ff5206;
  text-align: center;
  background-color: #0000;
  border: 1px solid #ff520666;
  border-radius: 5px;
  align-self: stretch;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 10px 30px;
  font-weight: 500;
  transition: all .2s;
}

.button-pricing_secondary-22:hover {
  border-color: #ff5206;
  transform: scale(1.03);
}

.tabs-pricing-22 {
  border: 1.5px solid #6e80bc;
  border-radius: 5px;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  padding: 5px;
  font-family: Work Sans, sans-serif;
  font-weight: 500;
  display: flex;
}

.button-pricing-22 {
  text-align: center;
  background-color: #ff5206;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 10px 30px;
  font-weight: 500;
  transition: transform .2s;
}

.button-pricing-22:hover {
  transform: scale(1.03);
}

.plan-name-pricing {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.plan-name-pricing.plan-name-pricing--left {
  text-align: left;
  font-weight: 700;
}

.saving-text {
  color: #fff;
  letter-spacing: .05em;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.saving-text.save {
  color: #0e2b8f;
  text-align: center;
  margin-bottom: 40px;
  font-family: Work Sans, sans-serif;
  font-weight: 400;
}

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

.spacer-pricing-02 {
  height: 67px;
}

.feature-category-22 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.price-22 {
  margin-right: 14px;
  font-size: 42px;
  font-weight: 300;
  line-height: 42px;
}

.most-popular-label {
  color: #fff;
  background-color: #0e2b8f80;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  inset: 9px 19px auto auto;
}

.price-lable-bottom {
  font-size: 14px;
  line-height: 17px;
}

.min-users-enterprise {
  margin-bottom: 8px;
  font-size: 14px;
}

.tab-pane {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.spacer-pricing-01 {
  height: 89px;
}

.feature-desc-22 {
  color: #0e2b8f;
  text-align: left;
  flex: 0 auto;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 125%;
  display: none;
}

.wrapper-plans {
  background-color: #fff;
  border: 2px solid #e4e4e7;
  border-radius: 5px;
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

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

.boldie {
  font-weight: 700;
}

.col-plan-bottom {
  flex-direction: column;
  align-self: stretch;
  margin-left: 35px;
  margin-right: 35px;
  display: none;
}

.price-block-22 {
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.price-block-22.price-free {
  margin-top: 23px;
  margin-bottom: 51px;
}

.button-pricing_secondary {
  color: #ff5206;
  text-align: center;
  background-color: #0000;
  border: 1px solid #ff520666;
  border-radius: 5px;
  align-self: stretch;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px 30px;
  font-weight: 500;
  transition: all .2s;
}

.button-pricing_secondary:hover {
  border-color: #ff5206;
  transform: scale(1.03);
}

.pricing-tabs {
  flex-direction: column;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.col-plan {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 40px;
  padding-right: 0;
  display: flex;
}

.col-plan.col-plan--grey {
  background-color: #eeeef080;
  position: relative;
}

.col-plan.col-plan--grey.mobile-plan {
  background-color: #f6f8ff;
  border: 0 solid #000;
}

.col-plan.col-plan--first {
  border: 0 solid #000;
  border-right: 2px solid #e4e4e7;
}

.buy-now-link-22 {
  color: #0e2b8f;
  text-align: center;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  display: block;
}

.text-block-97 {
  padding-top: 65px;
}

.price-lable-top {
  text-transform: uppercase;
  flex-direction: column;
  font-size: 13px;
  line-height: 22px;
  display: block;
}

.button-pricing {
  text-align: center;
  background-color: #ff5206;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 10px 30px;
  font-weight: 500;
  transition: transform .2s;
}

.button-pricing:hover {
  transform: scale(1.03);
}

.dedicated-gateway {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
}

.notif {
  z-index: 1000;
  display: block;
  position: relative;
}

.notification-ghost {
  height: 58px;
}

.notification {
  z-index: 99;
  background-color: var(--blue);
  color: #fff;
  background-image: url('../images/polygons-bg-blue.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  margin-top: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.notif-text {
  color: #fff;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  text-decoration: none;
  display: flex;
}

.notif-text-1 {
  text-align: right;
  flex: 0 auto;
  font-family: Work Sans, sans-serif;
}

.notif-text-1.learn {
  padding-left: 20px;
  font-weight: 700;
  text-decoration: underline;
}

.notif-text-2 {
  text-align: center;
  flex: none;
  margin-left: 7px;
  margin-right: 7px;
  text-decoration: underline;
}

.notif-text-3 {
  text-align: left;
  flex: 0 auto;
}

.close-notif {
  background-image: url('../images/cross.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 58px;
  height: 58px;
}

.p-tag-3 {
  color: #ff5206;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 0;
}

.image-76 {
  border-radius: 10px;
  max-width: 100%;
  margin: 56px 0 0;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  box-shadow: 0 0 40px #0e2b8f26;
}

.paragraph-hero {
  color: #0e2b8f;
  text-align: center;
  max-width: 760px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
}

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

.h2-middle {
  color: #0e2b8f;
  text-align: center;
  max-width: 56%;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  font-weight: 700;
  line-height: 124%;
}

.highlight-no {
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
}

.hero-wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.highlight-p {
  text-align: center;
  margin-top: 36px;
  font-size: 18px;
  font-weight: 500;
}

.highlight-box {
  border-radius: 10px;
  padding: 80px 40px 48px;
  box-shadow: 0 0 40px #eef6ff;
}

.bold-text-26 {
  line-height: 119%;
}

.image-88 {
  max-width: 3%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-right: 0;
  display: none;
}

.h3-2 {
  color: #0e2b8f;
  letter-spacing: -.41px;
  text-indent: 0;
  font-size: 22px;
  font-weight: 600;
}

.bold-text-27 {
  font-weight: 700;
  display: inline;
}

.slide {
  background-color: #fff;
  border-radius: 5px;
}

.tab-pane-tab-1 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
}

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

.content-block {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.product-tour-tab-paragraph {
  padding-bottom: 10px;
  font-size: 14px;
  display: none;
  overflow: visible;
}

.text-block-20 {
  color: #0e2b8f;
  padding-bottom: 20px;
}

.tab-pane-tab-4 {
  margin-top: auto;
  margin-bottom: auto;
}

.image-89 {
  object-fit: contain;
  object-position: 50% 0%;
  border-top-left-radius: 10px;
  width: 100%;
  max-width: 400px;
}

.text-block-19 {
  color: #0e2b8f;
}

.testimonial-text {
  align-self: center;
  margin-right: 20px;
  display: block;
}

.feature-name-inner-wrapper-3 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.logo {
  border-top: 1px #c3c3c7;
  border-bottom: 1px #c3c3c7;
}

.logo.badges-lp {
  max-width: 50%;
  max-height: 100px;
}

.logo.badges-lp._2 {
  max-width: 44%;
  padding-top: 6px;
}

.logo.badges-lp.capterra {
  max-width: 65%;
}

.reviews-wrapper {
  background-color: #fff;
  margin-top: 0;
  padding-top: 1px;
}

.reviews-wrapper.landing-badges {
  border-top: 0 #fff;
  margin-top: -50px;
  padding: 30px 0 20px;
  display: block;
  overflow: hidden;
}

.tabs-menu-2 {
  padding-right: 50px;
}

.card-3 {
  color: #0e2b8f;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 32px 32px 48px;
  transition: all .3s cubic-bezier(.55, .085, .68, .53);
  display: block;
}

.card-3:hover {
  color: #0e2b8f;
  background-color: #fff;
  border: 1px solid #f3f7fd;
  border-radius: 10px;
  box-shadow: 0 0 40px #dbdfee;
}

.customer-logos {
  padding-left: 20px;
  padding-right: 20px;
}

.button-5 {
  text-transform: none;
  background-color: #ff5206;
  border-radius: 4.25px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  transition: opacity .2s;
  box-shadow: 1px 10px 20px #ff52064d;
}

.button-5:hover {
  opacity: .77;
}

.product-tour-image-tab {
  text-align: left;
  object-fit: fill;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.product-tour-wrapper {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px 100px;
}

.text-block-72 {
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 31px;
}

.price-value-item {
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 25%;
  padding: 45px 32px 66px 35px;
  font-weight: 600;
  display: flex;
  box-shadow: 0 0 40px #0e2b8f26;
}

.price-value-item._1 {
  border-radius: 8px;
  padding-top: 32px;
  padding-left: 24px;
  padding-right: 24px;
}

.price-value-item._3 {
  padding-top: 32px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  left: -7px;
}

.price-value-item._2 {
  z-index: 3;
  background-color: #f3f7fd;
  width: 25%;
  padding-top: 32px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  left: -2px;
}

.p-old {
  color: #0e2b8fb3;
  letter-spacing: -.41px;
  font-size: 16px;
  line-height: 170%;
}

.logos-static-ip {
  text-align: center;
  flex: 0 auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-328 {
  font-size: 14px;
  line-height: 22px;
}

.animation-block {
  border-radius: 25px;
  margin-top: auto;
  margin-bottom: auto;
}

.p-tag-4 {
  color: #ff5206;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 0;
}

.p-tag-4.blue {
  color: #0e2b8f;
}

.paragraph-52 {
  width: 100%;
  max-width: 250px;
  margin-top: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
}

.secondary-cta-2 {
  color: #ff5206;
  padding-bottom: 56px;
  font-weight: 600;
  text-decoration: underline;
}

.secondary-cta-2.basic {
  padding-bottom: 0;
  padding-right: 8px;
}

.steps_single-column {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: max-content max-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: relative;
}

.tabs-2 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.price-pakage-body {
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 100%;
  padding: 32px 24px 30px;
  box-shadow: 0 0 40px #0e2b8f26;
}

.feature_component_steps {
  grid-column-gap: 10rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.feature_component_steps.margin-top.margin-xlarge {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  padding-top: 0;
}

.prize-partners-2 {
  color: #0e2b8f;
  grid-template: "Area Area-3 Area-2"
  / 1fr 1fr 1fr 1fr 1fr;
  justify-items: stretch;
  max-width: 1592px;
  margin-top: 20px;
  padding-bottom: 20px;
}

.prize-partners-2.lp-open-vpn {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-left: 60px;
  padding-right: 60px;
}

.text-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.icon-wrapper {
  text-align: left;
  display: block;
}

.tab-button {
  opacity: .3;
  color: #151c34;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  font-size: 15px;
  display: flex;
}

.tab-button.w--current {
  opacity: 1;
  color: #151c34;
  background-color: #0e2b8f1a;
  border-radius: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.testimonials-title-wrapper {
  background-color: #0000;
}

.pakage-item {
  color: #fff;
  background-color: #0e2b8f;
  border: 2px solid #0e2b8f;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
  box-shadow: 0 0 40px #0e2b8f26;
}

.price-btn {
  text-align: center;
  background-color: #ff5206;
  border: 1px dashed #ff5206;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 12px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-weight: 700;
  box-shadow: 0 0 20px #ff52064d;
}

.tab-grid {
  object-fit: fill;
  grid-template-rows: auto;
  align-content: stretch;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-style-h6 {
  color: #0e2b8f;
  font-family: Work Sans, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 110%;
}

.heading-style-h6.text-align-center {
  padding-left: 20px;
  padding-right: 20px;
}

.tab-panel {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  min-height: 500px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: 0 60px 100px -50px #0e2b8f4d;
}

.image-90 {
  max-width: 120px;
  margin-bottom: 33px;
}

.text-block-71 {
  width: 100%;
  max-width: 235px;
  padding-top: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
}

.testimonial-inside {
  border-radius: 5px;
  align-items: center;
  height: 100%;
  padding: 40px 100px;
  display: flex;
}

.text-block-95 {
  text-transform: none;
  margin-bottom: 8px;
}

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

.tour-heading {
  font-size: 15px;
  font-weight: 500;
}

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

.price-link {
  color: #0e2b8f;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.price-link.pakage {
  margin-top: 39px;
  font-weight: 700;
  display: block;
}

.div-block-329 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  width: 82%;
  margin: 40px;
  padding-bottom: 60px;
  padding-right: 60px;
  display: flex;
  box-shadow: 0 0 40px #0e2b8f26;
}

.text-block-68 {
  margin-top: 40px;
  margin-bottom: 64px;
  font-size: 42px;
  font-weight: 600;
  line-height: 54px;
}

.text-block-68._1 {
  margin-top: 32px;
  margin-bottom: 76px;
}

.tabs-content-6 {
  padding-top: 40px;
  overflow: visible;
}

.text-block-70 {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 124%;
}

.div-block-330 {
  text-align: center;
}

.image-20 {
  border-radius: 180px;
  flex: none;
  display: inline-block;
}

.product-tour-2 {
  text-align: center;
  object-fit: fill;
  background-color: #f1f3f8;
  background-image: url('../images/learn-more-bgr-resoponsive.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 780px;
  background-attachment: scroll;
  padding-top: 60px;
  padding-bottom: 120px;
  display: block;
}

.product-tour-2.mobile {
  display: none;
}

.product-tour-tab {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/arrow_drop_down_white_24dp.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  border: 0 #000;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 320px;
  padding: 5px 20px 6px;
  font-size: 14px;
  display: block;
}

.product-tour-tab:hover {
  background-color: #ffffff4d;
}

.product-tour-tab.w--current {
  color: #0e2b8f;
  background-color: #fff;
  border-radius: 5px;
  margin-top: -5px;
  padding-bottom: 9px;
  display: block;
}

.feature_component_hr {
  z-index: 0;
  background-color: #0e2b8f33;
  width: 66%;
  height: 2px;
  margin-top: 52px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0% auto auto;
}

.slide-nav {
  color: #0e2b8f;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.intro-ilustrace-2 {
  background-color: #fff;
  flex: 0 40%;
  justify-content: flex-end;
  align-self: center;
  padding: 100px 60px 20px 20px;
  display: flex;
}

.intro-ilustrace-2.lp-new {
  flex-basis: 60%;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 20px;
}

.p-3 {
  color: #0e2b8f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.p-3.slider-text {
  text-align: center;
  background-color: #ffffff03;
  border-radius: 10px;
  font-weight: 700;
}

.price-tag {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.container-benefits {
  margin-left: auto;
  margin-right: auto;
}

.feature_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.stats-text-number {
  font-size: 45px;
  font-weight: 300;
  line-height: 51px;
}

.text-block-74 {
  font-size: 42px;
  font-weight: 600;
  line-height: 54px;
}

.text-block-74.enterprise {
  text-transform: capitalize;
  margin-top: 0;
  padding-top: 0;
  font-weight: 300;
}

.text-block-74.enterprise.onrequest {
  margin-top: 0;
  padding: 0;
}

.testimonials {
  border-radius: 5px;
  margin: 60px 20px;
}

.testimonials.landing-2 {
  background-color: #0000;
  max-width: 1100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.price-value-top-box {
  z-index: 10;
  background-color: #fff;
  width: 25%;
  position: absolute;
  top: -160px;
  left: 25%;
}

.h3-slider {
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 42px;
}

.get-started {
  padding: 80px 4% 40px;
}

.icon-2 {
  color: #0e2b8f;
}

.tabs-content {
  overflow: visible;
}

.product-tour-image {
  text-align: left;
  object-fit: fill;
  border-radius: 5px;
  margin-top: -5px;
  display: block;
}

.div-block-331 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  width: 100%;
  max-width: 460px;
  margin-top: 60px;
  padding-left: 20px;
  font-size: 17px;
  display: flex;
}

.dedicated-gtw {
  text-transform: none;
  padding-top: 8px;
}

.img-benefits {
  width: 90px;
}

.div-block-332 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 482px;
  height: 52px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.prive-table-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.image-46 {
  max-width: 40%;
  padding-top: 40px;
  display: block;
}

.div-block-333 {
  display: inline-block;
}

.load-bar-base {
  background-color: #0e2b8f;
  border-radius: 500px;
  max-width: 130px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-53 {
  align-self: center;
}

.image-86 {
  min-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0 40px;
}

.image-86.split {
  min-width: 95%;
  max-width: 80%;
}

.reviews-block-2 {
  background-color: #f1f3f8;
  margin-left: auto;
  margin-right: auto;
}

.reviews-block-2.lp {
  background-color: #f8faff;
}

.stats-text-desc {
  text-align: left;
  align-self: flex-start;
  font-size: 22px;
  line-height: 24px;
}

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

.container-13 {
  max-width: 1330px;
}

.price-section {
  color: #0e2b8f;
  background-color: #f3f7fd;
  margin-top: 0;
  padding: 120px 20px 700px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.price-value-body {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu-slider {
  justify-content: center;
  align-items: stretch;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.not-a-company-landing {
  margin-right: 20px;
  padding-top: 40px;
  font-size: 14px;
  line-height: 17px;
  display: block;
}

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

.benefit-section {
  max-width: 1280px;
  margin-top: 0;
  margin-left: 4%;
  margin-right: 4%;
}

.benefit-section.lp {
  margin-top: 80px;
  margin-left: 4%;
  margin-right: 4%;
}

.steps_paragraph {
  color: #0e2b8f;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

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

.text-block-69 {
  font-size: 42px;
  font-weight: 600;
  line-height: 54px;
}

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

.seconds, .hours {
  margin-left: 4px;
  font-weight: 700;
}

.text-block-98 {
  color: #0e2b8f;
}

.buy-now-link-23 {
  color: #0e2b8f;
  text-align: center;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text-32 {
  background-image: url('../images/underline.svg');
  background-position: 50% 87%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
}

.bold-text-32.early {
  background-image: url('../images/early-bird-underline.svg');
}

.bold-text-32.feb {
  background-image: url('../images/february-underline.svg');
}

.trigger-nr2 {
  color: #0e2b8f;
  background-image: url('../images/bg-polygon.svg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 112px;
  padding-bottom: 50px;
}

.tabs-pricing-23 {
  border: 1.5px solid #6e80bc;
  border-radius: 5px;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  padding: 5px;
  font-weight: 500;
  display: flex;
}

.pricing-heading {
  color: #0e2b8f;
  background-color: #0000;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 52px;
  position: relative;
}

.pricing-heading.cd {
  padding-left: 4%;
  padding-right: 4%;
  font-size: 48px;
  line-height: 124%;
  display: none;
}

.image-43 {
  z-index: 101;
  cursor: pointer;
  width: 25px;
  max-width: 60%;
  padding-top: 0;
  padding-left: 0;
  position: relative;
}

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

.div-block-49 {
  text-align: center;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 3px;
  font-weight: 700;
  display: flex;
}

.div-block-49.clockdiv {
  background-color: #ff520633;
  border-radius: 100px;
  justify-content: center;
  margin-top: 10px;
  padding: 8px 24px;
  display: inline-block;
}

.feature-desc-23 {
  color: #0e2b8f;
  text-align: left;
  flex: 0 auto;
  align-self: stretch;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-right: 26%;
  font-size: 14px;
  line-height: 125%;
  display: none;
}

.feature-desc-23.desc {
  color: #0e2b8f;
  text-align: left;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0%;
  display: inline;
}

.feature-desc-23.info {
  z-index: auto;
  float: none;
  clear: none;
  text-align: left;
  background-color: #fff;
  border: 2px solid #e4e4e7;
  border-radius: 5px;
  flex-direction: column;
  width: 290px;
  margin: 26% 6% 0 auto;
  padding: 20px;
  font-size: 14px;
  line-height: 170%;
  display: none;
  position: absolute;
  inset: -10px 0% auto auto;
}

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

.link-17 {
  display: inline-block;
}

.text-block-57 {
  color: #0e2b8f;
}

.plans-section-22 {
  text-align: center;
  background-color: #0000;
  background-image: none;
  background-position: 50% 25%;
  background-repeat: repeat-x;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}

.days {
  margin-left: 4px;
  font-weight: 700;
}

.tab-pane-2 {
  padding-top: 0;
}

.spacer-pricing-3 {
  height: 89px;
}

.feature-desc-25 {
  color: #0e2b8f;
  text-align: left;
  flex: 0 auto;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 125%;
  display: none;
}

.pricing-subtitle {
  color: #fff;
  font-size: 28px;
  position: relative;
}

.pricing-subtitle.pricing-subtitle--22 {
  color: #0e2b8f;
  padding-top: 10px;
  font-size: 24px;
}

.pricing-subtitle.pricing-subtitle--22.offer {
  padding-top: 0;
}

.bold-text-22 {
  text-transform: none;
  font-weight: 400;
}

.div-block-334 {
  padding-bottom: 80px;
  display: none;
}

.button-pricing_secondary-23 {
  color: #ff5206;
  text-align: center;
  background-color: #0000;
  border: 1px solid #ff520666;
  border-radius: 5px;
  align-self: stretch;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px 30px;
  font-weight: 500;
  transition: all .2s;
}

.button-pricing_secondary-23:hover {
  border-color: #ff5206;
  transform: scale(1.03);
}

.pricing-tabs-2 {
  flex-direction: column;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.minutes {
  margin-left: 4px;
  font-weight: 700;
}

.buy-now-link-24 {
  color: #0e2b8f;
  text-align: center;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  display: block;
}

.text-block-41 {
  color: #fff;
}

.text-block-41.countdown {
  color: #ff5206;
  order: -1;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
  line-height: 120%;
  display: inline-block;
}

.text-block-100 {
  padding-top: 65px;
}

.button-pricing-25 {
  text-align: center;
  background-color: #ff5206;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 10px 30px;
  font-weight: 500;
  transition: transform .2s;
}

.button-pricing-25:hover {
  transform: scale(1.03);
}

.f-margin-bottom-48 {
  margin-bottom: 38px;
}

.bold-text-83 {
  text-transform: none;
  font-weight: 400;
}

.f-paragraph-small {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.text-block-103 {
  color: #0e2b8f;
}

.div-block-342 {
  text-align: center;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 3px;
  font-weight: 700;
  display: flex;
}

.div-block-342.clockdiv {
  background-color: #ff520633;
  border-radius: 100px;
  justify-content: center;
  margin-top: 10px;
  padding: 8px 24px;
  display: inline-block;
}

.feature-desc-26 {
  color: #0e2b8f;
  text-align: left;
  flex: 0 auto;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 125%;
  display: none;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.bold-text-80 {
  background-image: url('../images/underline.svg');
  background-position: 50% 87%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
}

.bold-text-80.feb {
  background-image: url('../images/february-underline.svg');
}

.bold-text-80.early {
  background-image: url('../images/early-bird-underline.svg');
}

.tabs-pricing-24 {
  border: 1.5px solid #6e80bc;
  border-radius: 5px;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  padding: 5px;
  font-weight: 500;
  display: flex;
}

.feature-desc-27 {
  color: #0e2b8f;
  text-align: left;
  flex: 0 auto;
  align-self: stretch;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-right: 26%;
  font-size: 14px;
  line-height: 125%;
  display: none;
}

.feature-desc-27.info {
  z-index: auto;
  float: none;
  clear: none;
  text-align: left;
  background-color: #fff;
  border: 2px solid #e4e4e7;
  border-radius: 5px;
  flex-direction: column;
  width: 290px;
  margin: 26% 6% 0 auto;
  padding: 20px;
  font-size: 14px;
  line-height: 170%;
  display: none;
  position: absolute;
  inset: -10px 0% auto auto;
}

.feature-desc-27.desc {
  color: #0e2b8f;
  text-align: left;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0%;
  display: inline;
}

.f-footer-vertical-divider {
  background-color: #e4e6f1;
  width: 1px;
  height: 16px;
}

.f-footer-content {
  align-items: center;
}

.f-footer-divider {
  background-color: #f3f5fb;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.button-pricing_secondary-25 {
  color: #ff5206;
  text-align: center;
  background-color: #0000;
  border: 1px solid #ff520666;
  border-radius: 5px;
  align-self: stretch;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px 30px;
  font-weight: 500;
  transition: all .2s;
}

.button-pricing_secondary-25:hover {
  border-color: #ff5206;
  transform: scale(1.03);
}

.f-footer-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  min-width: 550px;
  display: flex;
}

.spacer-pricing-4 {
  height: 67px;
}

.footer-legal {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.f-footer-regular {
  background-color: #fff;
  background-image: url('../images/polygons-bg-blue.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: cover;
  border-top: 1px solid #fff;
  padding: 64px 5%;
  position: relative;
}

.f-footer-regular-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.f-footer-regular-grid.margin-bottom-56 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 56px;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-link {
  color: #fff;
  letter-spacing: -.01em;
  order: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: #ff5206;
}

.f-footer-link.smallt {
  display: block;
}

.f-footer-link.legal {
  clear: none;
  text-align: center;
  object-fit: fill;
  flex: 1;
  align-self: flex-end;
}

.button-pricing_secondary-24 {
  color: #ff5206;
  text-align: center;
  background-color: #0000;
  border: 1px solid #ff520666;
  border-radius: 5px;
  align-self: stretch;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 10px 30px;
  font-weight: 500;
  transition: all .2s;
}

.button-pricing_secondary-24:hover {
  border-color: #ff5206;
  transform: scale(1.03);
}

.f-footer-title {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.f-footer-title:hover {
  color: #ff5206;
  text-decoration: none;
}

.f-footer-block {
  flex-direction: column;
}

.f-footer-block.features, .f-footer-block.edu {
  padding-top: 32px;
}

.f-footer-large-link-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.6fr;
}

.spacer-pricing-5 {
  height: 89px;
}

.div-block-343 {
  padding-bottom: 80px;
  display: none;
}

.f-footer-detail {
  color: #fff;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.button-pricing-26 {
  text-align: center;
  background-color: #ff5206;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 10px 30px;
  font-weight: 500;
  transition: transform .2s;
}

.button-pricing-26:hover {
  transform: scale(1.03);
}

.pricing-tabs-3 {
  flex-direction: column;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.f-footer-logo {
  flex: none;
}

.image-111 {
  z-index: 101;
  cursor: pointer;
  width: 25px;
  max-width: 60%;
  padding-top: 0;
  padding-left: 0;
  position: relative;
}

.f-margin-bottom-49 {
  margin-bottom: 24px;
}

.text-block-104 {
  padding-top: 65px;
}

.text-block-101 {
  color: #0e2b8f;
}

.buy-now-link-25 {
  color: #0e2b8f;
  text-align: center;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  display: block;
}

.top-menu-trial-cta {
  border: 1px solid #0e2b8f;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 29px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.top-menu-trial-cta:hover {
  opacity: .69;
}

.top-menu-trial-cta.blue {
  display: none;
}

.top-menu-trial-cta.orange {
  background-color: #ff5206;
  border-color: #ff5206;
  height: 40px;
  padding: 10px 24px;
}

.top-nav-holder-1 {
  justify-content: space-between;
  width: 100%;
  min-width: 350px;
  max-width: 550px;
  margin-left: 0;
}

.top-nav-section {
  justify-content: space-between;
  align-items: center;
  margin: auto 40px;
  padding-top: 12px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.top-nav-link {
  color: #0e2b8f;
  text-transform: uppercase;
  background-image: url('../images/menu-triangle.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.top-nav-link:hover {
  opacity: .69;
}

.top-nav-link.single {
  text-transform: capitalize;
  background-image: none;
  padding-right: 0;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.top-nav-link.single.w--current {
  text-transform: capitalize;
}

.top-nav-link.hidden, .top-nav-link.hidden.single, .top-nav-link.hidden.single.w--current {
  display: none;
}

.lang-link {
  color: #0e2b8f;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.top-nav-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.cp-text {
  color: #0e2b8f;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.cp-text.orange {
  color: #fff;
}

.drop-menu-link {
  color: #0e2b8f;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 43px;
  text-decoration: none;
  transition: all .2s;
  display: block;
  overflow: hidden;
}

.drop-menu-link:hover {
  opacity: .69;
}

.hamburger-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.top-logo-link {
  flex: none;
  margin-top: -3px;
}

.login-top-2 {
  color: #0e2b8f;
  margin-right: 0;
  padding-left: 0;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.menu-drop-item {
  text-transform: capitalize;
  display: block;
  position: relative;
}

.image {
  max-width: 400px;
}

.menu-drop {
  z-index: -1;
  background-color: #fff;
  border-left: 1px solid #0e2b8f;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 25px;
  padding-left: 10px;
  padding-right: 8px;
  display: none;
  position: absolute;
  inset: 20px auto auto -10px;
}

.masonry__grid-quote {
  border-left-style: none;
  border-left-width: 0;
  margin-top: 18px;
  padding: 0;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}

.masonry__grid-person {
  color: #222;
  font-weight: 600;
  line-height: 21px;
}

.header__heading {
  text-align: center;
  font-size: 57px;
  font-weight: 600;
  line-height: 62px;
}

.masonry__grid-signature {
  align-items: center;
  display: flex;
}

.section-45 {
  background-color: #f3f7fd;
  padding-top: 96px;
  padding-bottom: 96px;
  overflow: hidden;
}

.masonry__grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1220px;
  height: auto;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.masonry__grid-job-title {
  color: #6b6b6b;
  letter-spacing: .125px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.masonry__grid-portrait {
  object-fit: cover;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.masonry__grid-nav, .masonry__grid-arrow {
  display: none;
}

.container-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.masonry__grid-slide {
  margin-bottom: 20px;
}

.masonry__grid-block {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 0 #0e2b8f26;
}

.masonry__grid-mask {
  column-count: 4;
  white-space: normal;
  column-gap: 20px;
}

.p-pricing {
  padding-right: 0%;
}

.month {
  font-size: 24px;
}

.button-6 {
  text-transform: none;
  background-color: #ff5206;
  border-radius: 4.25px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  transition: opacity .2s;
  box-shadow: 1px 10px 20px #ff52064d;
}

.button-6:hover {
  opacity: .77;
}

.button-6.reviews {
  margin-top: 40px;
}

.p-detail {
  color: #0e2b8f;
  padding-top: 20px;
  font-size: 12px;
}

.p-detail.no-card {
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 13px;
}

.p-detail.support {
  margin-top: 0;
  padding-top: 0;
  font-family: Work Sans, sans-serif;
}

.p-detail.no-card {
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 13px;
  display: block;
  position: static;
}

.div-block-362 {
  text-align: center;
  width: 52%;
}

@media screen and (min-width: 1280px) {
  .logo-landing.lp-logo {
    display: none;
  }

  .list-item-landing {
    font-size: 16px;
  }

  .list-item-landing.lp-text {
    font-size: 18px;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr 1fr 1fr 2fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .f-grid-four-column._6 {
    width: 100%;
  }

  .zig-zag-left {
    background-image: url('../images/evča.svg');
    background-position: 40% 0;
    background-repeat: no-repeat;
    background-size: 24%;
  }

  .intro-ilustrace {
    flex-basis: 50%;
  }

  .intro-ilustrace.lp-new {
    flex-shrink: 1;
  }

  .slider {
    background-color: #0000;
  }

  .heading-landing.lp-h1 {
    margin-top: 30px;
    padding-right: 20px;
    font-size: 50px;
  }

  .h2.center.lp {
    padding-left: 80px;
    padding-right: 80px;
  }

  .badges {
    max-width: none;
    padding-left: 0;
  }

  .badges.leader {
    max-width: 100%;
  }

  .sticky-nav-area-2 {
    background-color: #fff;
  }

  .dashboard {
    padding-left: 0;
  }

  .div-block-324 {
    background-color: #fff;
  }

  .intro-block {
    flex-basis: 50%;
  }

  .h2-centre {
    font-size: 48px;
  }

  .alter-text {
    flex: none;
    width: 500px;
  }

  .div-block-327 {
    padding-left: 0;
  }

  .alternating-block {
    justify-content: center;
    padding-right: 0;
  }

  .card-wrap.right {
    margin-top: 16px;
    padding-left: 0;
  }

  .mb-15.individual {
    margin-bottom: 34px;
  }

  .most-popular-label {
    top: 38px;
    right: 19px;
  }

  .tab-pane {
    max-width: 1400px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .price-block-22.price-free {
    margin-top: 40px;
  }

  .pricing-tabs {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide {
    padding-bottom: 0;
  }

  .reviews-wrapper.landing-badges {
    border-top: 0 solid #0e2b8f;
    margin-top: auto;
    padding-bottom: 40px;
  }

  .price-value-item._1, .price-value-item._3, .price-value-item._2 {
    padding-top: 40px;
    padding-left: 36px;
    padding-right: 34px;
  }

  .price-pakage-body {
    padding-top: 40px;
    padding-left: 34px;
    padding-right: 36px;
  }

  .prize-partners-2.lp-open-vpn {
    padding-left: 100px;
    padding-right: 100px;
  }

  .testimonial-inside {
    padding-bottom: 35px;
  }

  .div-block-329 {
    background-color: #fff;
  }

  .intro-ilustrace-2 {
    flex-basis: 50%;
  }

  .intro-ilustrace-2.lp-new {
    flex-shrink: 1;
  }

  .div-block-331 {
    padding-left: 0;
  }

  .benefit-section.lp {
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
  }

  .content-section-2 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .bold-text-32 {
    background-position: 40% 90%;
    background-size: contain;
  }

  .bold-text-32.early {
    background-image: url('../images/early-bird-underline.svg');
  }

  .bold-text-32.feb {
    background-image: url('../images/february-underline.svg');
  }

  .image-43 {
    right: auto;
  }

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

  .div-block-49.clockdiv {
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-desc-23 {
    display: block;
  }

  .feature-desc-23.desc {
    color: #0e2b8f;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0%;
    display: inline;
  }

  .feature-desc-23.info {
    z-index: 106;
    width: 300px;
    margin-top: 25.5%;
    margin-left: auto;
    margin-right: 8%;
    display: none;
    top: -6px;
    left: auto;
  }

  .tab-pane-2 {
    max-width: 1260px;
  }

  .pricing-subtitle.pricing-subtitle--22.offer {
    padding-top: 0;
    display: block;
  }

  .div-block-334 {
    padding-bottom: 80px;
  }

  .pricing-tabs-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-41.countdown {
    margin-left: 0;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-342.clockdiv {
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text-80 {
    background-position: 40% 90%;
    background-size: contain;
  }

  .bold-text-80.feb {
    background-image: url('../images/february-underline.svg');
  }

  .bold-text-80.early {
    background-image: url('../images/early-bird-underline.svg');
  }

  .feature-desc-27 {
    display: block;
  }

  .feature-desc-27.info {
    z-index: 106;
    width: 300px;
    margin-top: 25.5%;
    margin-left: auto;
    margin-right: 8%;
    display: none;
    top: -6px;
    left: auto;
  }

  .feature-desc-27.desc {
    color: #0e2b8f;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0%;
    display: inline;
  }

  .div-block-343 {
    padding-bottom: 80px;
  }

  .pricing-tabs-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-111 {
    right: auto;
  }

  .top-nav-holder-1 {
    max-width: 650px;
  }

  .top-nav-section {
    padding-top: 8px;
  }

  .image {
    max-width: 450px;
  }

  .menu-drop {
    display: none;
  }

  .p-pricing {
    margin-right: 0;
    padding-right: 0%;
  }

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

@media screen and (min-width: 1440px) {
  .sticky-navigation-landing_inner {
    align-items: center;
  }

  .logo-landing {
    display: block;
  }

  .logo-landing.sticky {
    margin-bottom: 6px;
  }

  .logo-landing.lp-logo {
    display: none;
  }

  .button-landing.sticky {
    padding: 10px 20px;
    font-size: 14px;
  }

  .bold-text {
    font-size: 56px;
    line-height: 124%;
  }

  .f-grid-four-column._6 {
    max-width: 1000px;
  }

  .zig-zag-left {
    background-image: url('../images/evča.svg');
    background-position: 40% 0;
    background-repeat: no-repeat;
    background-size: 25%;
  }

  .div-block-8.lp-block {
    margin-left: 0;
  }

  .heading-landing.lp-h1 {
    margin-top: 50px;
    padding-top: 40px;
  }

  .h2.center.lp {
    padding-left: 12%;
    padding-right: 12%;
  }

  .badges {
    max-width: 125px;
  }

  .grid.lp {
    background-color: #0000;
  }

  .section-44 {
    background-color: #f3f7fd;
  }

  .tab-pane {
    max-width: 1280px;
  }

  .price-block-22.price-free {
    margin-top: 40px;
  }

  .bold-text-27 {
    font-size: 56px;
    line-height: 124%;
  }

  .logo.badges-lp.capterra {
    max-width: 70%;
  }

  .reviews-wrapper.landing-badges {
    padding-left: 140px;
    padding-right: 140px;
  }

  .prize-partners-2.lp-open-vpn {
    max-width: none;
  }

  .benefit-section {
    margin-left: auto;
    margin-right: auto;
  }

  .trigger-nr2 {
    background-image: url('../images/bg-polygon.svg');
    background-position: 50% 2%;
    background-size: cover;
  }

  .pricing-heading.cd {
    padding-left: 8%;
    padding-right: 8%;
  }

  .div-block-49, .div-block-49.clockdiv {
    justify-content: center;
  }

  .feature-desc-23.info {
    text-align: left;
    margin-top: 22%;
    margin-right: 14%;
    display: none;
  }

  .tab-pane-2 {
    max-width: 1280px;
  }

  .text-block-41.countdown {
    margin-right: 20px;
    padding-left: 0;
  }

  .div-block-342, .div-block-342.clockdiv {
    justify-content: center;
  }

  .feature-desc-27.info {
    text-align: left;
    margin-top: 22%;
    margin-right: 14%;
    display: none;
  }

  .top-menu-trial-cta {
    height: 37px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-nav-holder-1 {
    max-width: 650px;
  }

  .top-nav-section {
    padding-top: 8px;
  }

  .top-nav-link {
    font-size: 14px;
  }

  .lang-link, .cp-text, .login-top-2 {
    font-size: 16px;
  }

  .image {
    max-width: 430px;
  }

  .month {
    font-size: 24px;
  }

  .div-block-362 {
    width: 42%;
  }
}

@media screen and (min-width: 1920px) {
  .logo-landing.lp-logo {
    display: none;
  }

  .bold-text {
    font-size: 60px;
  }

  .list-item-landing.lp-text {
    font-size: 20px;
  }

  .zig-zag-left {
    background-image: url('../images/evča.svg');
    background-position: 40% 0;
    background-repeat: no-repeat;
    background-size: 25%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-landing.lp-h1 {
    font-size: 60px;
  }

  .h2.center.lp {
    padding-left: 12%;
    padding-right: 12%;
  }

  .testimonial-section-2 {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .price-block-22.price-free {
    margin-top: 40px;
  }

  .bold-text-27 {
    font-size: 60px;
  }

  .logo.badges-lp {
    max-width: 50%;
    max-height: 100px;
  }

  .logo.badges-lp.capterra {
    max-width: 75%;
  }

  .reviews-wrapper.landing-badges {
    padding-left: 350px;
    padding-right: 350px;
  }

  .prize-partners-2.lp-open-vpn {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
    display: grid;
  }

  .container-benefits {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .benefit-section.lp {
    margin-left: auto;
    margin-right: auto;
  }

  .trigger-nr2 {
    background-position: 50% 17%;
  }

  .feature-desc-23.info, .feature-desc-27.info {
    text-align: left;
    margin-top: 16%;
    margin-right: 24%;
    display: block;
    right: 0%;
  }

  .top-nav-holder-1 {
    max-width: 650px;
  }
}

@media screen and (max-width: 991px) {
  .h-features {
    font-size: 32px;
  }

  .slide-icon {
    width: 60px;
  }

  .i-icon {
    right: -10px;
  }

  .footer-section-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .p-tag, .p-tag.blue {
    display: inline;
  }

  .p {
    font-size: 14px;
    line-height: 22px;
  }

  .p.white.text-numbers {
    padding-top: 0;
    padding-left: 0;
  }

  .image-87 {
    max-width: 150px;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr 1fr 1fr 2fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .f-grid-four-column._6 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .zig-zag-left {
    padding-left: 40px;
    padding-right: 40px;
  }

  .zig-zag-left.features {
    margin-top: 40px;
    margin-bottom: 40px;
    display: none;
  }

  .intro-ilustrace {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 100px;
    padding-left: 60px;
  }

  .intro-ilustrace.lp-new {
    padding-bottom: 40px;
    padding-left: 20px;
    display: flex;
  }

  .slider {
    height: auto;
    margin-bottom: 80px;
  }

  .secondary-wrap-button {
    padding-top: 20px;
    padding-left: 0;
  }

  .secondary-wrap-button.get-in-touch {
    margin-top: 20px;
    padding-top: 0;
    padding-left: 0;
  }

  .feature-desc-24 {
    margin-bottom: 10px;
  }

  .h2 {
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 32px;
  }

  .h2.center {
    max-width: 60%;
    margin-bottom: 24px;
    font-size: 32px;
  }

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

  .soc-med-link {
    width: 21px;
  }

  .mask-3 {
    overflow: hidden;
  }

  .sticky-nav-area-2 {
    border-top-width: 0;
  }

  .footer-legal-holder-landing {
    font-size: 14px;
  }

  .static-ip-section-1 {
    padding-bottom: 0;
    display: block;
  }

  .static-ip-section-1.individual {
    padding-top: 160px;
    padding-bottom: 0;
  }

  .f-testimonial-slider-mask {
    width: 420px;
  }

  .cta-2 {
    justify-content: center;
  }

  .div-block-324 {
    grid-row-gap: 30px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 40px 40px 20px;
  }

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

  .numbers-white {
    padding-left: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .numbers-white.individual {
    font-size: 40px;
  }

  .intro-block {
    flex: 0 auto;
  }

  .h2-centre {
    font-size: 32px;
  }

  .h2-centre.features {
    margin-bottom: 16px;
  }

  .link-block-landing {
    margin-top: 58px;
  }

  .alter-text {
    flex: none;
    width: 300px;
  }

  .image-78 {
    display: inline-block;
  }

  .image-85 {
    order: -1;
    max-width: 100%;
  }

  .soc-med-holder {
    justify-content: center;
    margin-top: 6px;
  }

  .zig-zag.left {
    padding-right: 0;
  }

  .zig-zag.right {
    padding-left: 0;
  }

  .div-block-327 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: none;
    margin-top: 20px;
    padding-left: 40px;
    font-size: 15px;
  }

  .features-wrap {
    margin-left: 4%;
    margin-right: 4%;
  }

  .feature-image-wrapper {
    justify-content: flex-start;
  }

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

  .cta-middle, .cta-middle.feature, .cta-middle.feature {
    padding-bottom: 80px;
  }

  .left-img.mobile {
    display: none;
  }

  .bold {
    font-size: 32px;
    line-height: 124%;
  }

  .feature-name-wrap-22 {
    border-bottom: 1px #0000001a;
  }

  .column-48 {
    clear: none;
    overflow: visible;
  }

  .feature-name-23 {
    margin-right: -5px;
  }

  .tabs {
    max-width: 100%;
  }

  .nav {
    z-index: 999;
    grid-row-gap: 30px;
    background-color: #252331;
    border-left: 1px solid #3e3f484d;
    flex-direction: column;
    width: 100%;
    max-width: 250px;
    height: auto;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 40px;
    display: none;
    position: fixed;
    inset: 60px 0% 0 auto;
  }

  .line {
    width: 100%;
    height: 1px;
  }

  .button-nav {
    width: 100%;
    max-width: 160px;
  }

  .cards-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .mobile-nav {
    z-index: 9999;
    background-color: #252331;
    border-bottom: 1px solid #3e3f484d;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .content-wrap {
    margin-top: 40px;
  }

  .logo-link {
    display: none;
  }

  .logo-link.mobile {
    display: block;
  }

  .hamburger {
    cursor: pointer;
    width: 40px;
  }

  .nav-wrap {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .card-wrap.right {
    padding-left: 0;
  }

  .card-wrap.left {
    padding-right: 0;
  }

  .hamburger-line {
    background-color: #f6f6f6;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line.mid {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .shadow {
    z-index: 998;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #0003;
    display: none;
    position: fixed;
    inset: 0%;
  }

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

  .nav-button {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .double-cards {
    grid-row-gap: 50px;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .card {
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content-grid-label {
    margin-bottom: 20px;
  }

  .customer-story {
    flex-direction: column;
  }

  .story-content-grid {
    margin-top: -50px;
  }

  .content-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .client-logos {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
  }

  .logo-wrap {
    text-align: center;
    width: 33.33%;
    margin-bottom: 20px;
  }

  .content-hr {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .content-grid {
    align-items: center;
  }

  .content-grid-sub {
    margin-bottom: 40px;
  }

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

  .customer-story-left {
    width: auto;
    margin-bottom: 90px;
  }

  .pricing-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-faq {
    padding-top: 80px;
  }

  .faq {
    font-size: 14px;
    line-height: 26px;
  }

  .paragraph-regular-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .faq-content {
    width: 100%;
  }

  .p-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .p-2.pricing-section {
    margin-bottom: 40px;
  }

  .col-plan-top {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .plan-name-pricing.plan-name-pricing--left {
    position: static;
    top: 150px;
  }

  .feature-category-22 {
    padding-bottom: 0;
  }

  .price-22.free {
    margin-bottom: 39px;
  }

  .most-popular-label {
    inset: 5px auto auto 20px;
  }

  .spacer-pricing-01 {
    height: 114px;
  }

  .feature-desc-22 {
    margin-bottom: 10px;
  }

  .boldie {
    font-size: 16px;
  }

  .col-plan-bottom {
    display: none;
  }

  .price-block-22 {
    flex-direction: column;
  }

  .col-plan {
    padding-bottom: 0;
    position: relative;
  }

  .notification {
    margin-top: 82px;
  }

  .p-tag-3 {
    display: inline;
  }

  .image-76 {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .paragraph-hero {
    margin-top: 0;
    font-size: 14px;
  }

  .highllights {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .h2-middle {
    max-width: 80%;
    font-size: 32px;
  }

  .highlight-no {
    font-size: 40px;
  }

  .highlight-p {
    margin-top: 16px;
    font-size: 16px;
  }

  .highlight-box {
    padding-top: 56px;
    padding-left: 40px;
  }

  .h3-2 {
    font-size: 20px;
  }

  .content-block {
    padding: 20px 10px;
  }

  .text-block-20 {
    text-align: center;
  }

  .image-89 {
    max-width: 150px;
  }

  .text-block-19 {
    text-align: center;
  }

  .testimonial-text {
    margin-right: 0;
  }

  .logo.badges-lp {
    max-width: 80%;
  }

  .logo.badges-lp.capterra {
    max-width: 80%;
    padding-top: 0;
  }

  .reviews-wrapper.landing-badges {
    margin-top: 0;
    display: none;
    overflow: hidden;
  }

  .tabs-menu-2 {
    flex-direction: column;
    flex: 0 auto;
    align-items: stretch;
    padding-right: 0;
    display: block;
  }

  .card-3 {
    padding: 24px 24px 32px;
  }

  .right-arrow {
    display: block;
  }

  .product-tour-image-tab {
    display: none;
  }

  .product-tour-wrapper {
    background-color: #0e2b8f;
    padding-bottom: 80px;
  }

  .price-value-item {
    width: auto;
  }

  .price-value-item._1.mobile {
    display: none;
  }

  .price-value-item._3, .price-value-item._2 {
    width: auto;
    position: static;
  }

  .p-old, .secondary-cta-2.basic {
    font-size: 14px;
  }

  .tabs-2 {
    justify-content: center;
    display: block;
  }

  .price-pakage-body {
    padding-bottom: 40px;
  }

  .feature_component_steps.margin-top.margin-xlarge {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .prize-partners-2 {
    color: #0e2b8f;
    grid-template: "Area Area-3 Area-2"
                   "Area-4 Area-4 Area-4"
                   / 1fr 1fr 1fr;
    justify-items: stretch;
  }

  .tab-button, .tab-button.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-title-wrapper {
    background-color: #0000;
  }

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

  .heading-style-h6.text-align-center {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .testimonial-inside {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container-12 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .div-block-329 {
    grid-row-gap: 30px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 40px 40px 20px;
  }

  .image-20 {
    flex: 0 auto;
    align-self: auto;
    width: 100px;
    margin-top: 20px;
    display: block;
  }

  .product-tour-2 {
    background-color: #0e2b8f;
    background-image: none;
    padding-bottom: 0;
  }

  .product-tour-tab {
    width: 100%;
  }

  .feature_component_hr {
    display: none;
  }

  .intro-ilustrace-2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 100px;
    padding-left: 60px;
  }

  .intro-ilustrace-2.lp-new {
    padding-bottom: 40px;
    padding-left: 20px;
    display: flex;
  }

  .p-3 {
    font-size: 14px;
    line-height: 22px;
  }

  .image-92 {
    order: -1;
    max-width: 100%;
  }

  .stats-text.landing {
    text-align: center;
    margin-bottom: 40px;
  }

  .stats-text-number.landing {
    text-align: center;
    font-size: 40px;
  }

  .testimonials {
    min-height: 400px;
    margin-bottom: 80px;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonials.landing-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-value-top-box {
    width: auto;
    max-width: none;
    position: static;
  }

  .tabs-content, .product-tour-image {
    display: none;
  }

  .div-block-331 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: none;
    margin-top: 20px;
    padding-left: 40px;
    font-size: 15px;
  }

  .prive-table-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    width: 50%;
    margin-bottom: 40px;
    display: flex;
  }

  .left-arrow {
    display: block;
  }

  .reviews-block-2 {
    background-color: #eeeef0;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .reviews-block-2.lp {
    background-color: #f8faff;
  }

  .stats-text-desc {
    text-align: left;
  }

  .stats-text-desc.landing {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .steps_paragraph {
    font-size: 14px;
    line-height: 1.5rem;
  }

  .trigger-nr2 {
    padding-top: 100px;
    padding-bottom: 44px;
  }

  .pricing-heading, .pricing-heading.cd {
    font-size: 40px;
  }

  .feature-desc-23 {
    margin-bottom: 10px;
  }

  .feature-desc-23.info {
    width: 200px;
    margin-top: 40%;
    margin-left: auto;
    margin-right: 3%;
    padding-top: 20px;
    display: none;
    top: 0;
    left: auto;
    right: 0;
  }

  .plans-section-22 {
    padding-bottom: 0;
  }

  .spacer-pricing-3 {
    height: 114px;
  }

  .feature-desc-25 {
    margin-bottom: 10px;
  }

  .pricing-subtitle {
    font-size: 24px;
  }

  .pricing-subtitle.pricing-subtitle--22 {
    font-size: 22px;
  }

  .text-block-41 {
    display: block;
  }

  .text-block-41.countdown {
    text-align: left;
    margin-left: auto;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-desc-26, .feature-desc-27 {
    margin-bottom: 10px;
  }

  .feature-desc-27.info {
    width: 200px;
    margin-top: 40%;
    margin-left: auto;
    margin-right: 3%;
    padding-top: 20px;
    display: none;
    top: 0;
    left: auto;
    right: 0;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-title {
    margin-bottom: 24px;
  }

  .f-footer-large-link-grid {
    grid-template-columns: 1fr;
  }

  .spacer-pricing-5 {
    height: 114px;
  }

  .top-menu-trial-cta {
    margin-left: 14px;
  }

  .top-menu-trial-cta.blue {
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
    position: relative;
  }

  .top-menu-trial-cta.orange {
    width: 100%;
    margin-top: 12px;
    margin-left: 0;
    position: relative;
    left: auto;
  }

  .image-9 {
    max-width: none;
  }

  .top-nav-holder-1 {
    background-color: #fff;
    justify-content: center;
    min-width: 0;
    max-width: none;
    margin-left: 0;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .top-nav-section {
    background-color: #fff;
    justify-content: flex-start;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 20px;
  }

  .top-nav-link {
    margin-left: 14px;
    font-size: 18px;
    line-height: 40px;
  }

  .lang-link {
    font-size: 14px;
    position: relative;
    left: -73px;
  }

  .top-nav-holder {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-top: 111px;
    padding-bottom: 85px;
    display: flex;
    position: static;
    inset: 0%;
  }

  .drop-menu-link {
    font-size: 14px;
  }

  .hamburger-2 {
    z-index: 101;
    width: 46px;
    height: 46px;
    display: block;
    position: fixed;
    inset: 12px 30px auto auto;
    overflow: hidden;
  }

  .top-logo-link {
    z-index: 100;
    flex: 0 auto;
    margin-top: 0;
    position: relative;
  }

  .top-logo-link.w--current {
    justify-content: flex-start;
  }

  .login-top-2 {
    margin-top: 23px;
    margin-bottom: 16px;
    font-size: 14px;
    position: relative;
    left: -65px;
  }

  .menu-drop-item {
    width: 200px;
    margin-bottom: 19px;
  }

  .image {
    max-width: 200px;
  }

  .menu-drop {
    border-left-style: none;
    padding-top: 0;
    padding-left: 15px;
    position: static;
  }

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

  .masonry__grid-mask {
    column-count: 3;
  }

  .div-block-362 {
    width: 35.5%;
  }
}

@media screen and (max-width: 767px) {
  .logo-landing.sticky {
    max-width: 50%;
  }

  .button-landing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-icon {
    width: 40px;
  }

  .image-87 {
    max-width: 260px;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-grid-four-column._6 {
    margin-bottom: 40px;
  }

  .list-landing {
    font-size: 16px;
  }

  .zig-zag-left {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .zig-zag-left.features {
    margin-top: 0;
    margin-bottom: 40px;
    display: none;
  }

  .partnership-types {
    padding-top: 20px;
  }

  .intro-ilustrace {
    padding-bottom: 60px;
  }

  .div-block-8 {
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .f-testimonial-left-a {
    display: none;
  }

  .grid-15 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-padding {
    height: 170px;
  }

  .heading-landing {
    font-size: 30px;
  }

  .secondary-wrap-button, .secondary-wrap-button.get-in-touch {
    padding-left: 20px;
  }

  .h2 {
    margin-right: 0%;
    line-height: 124%;
  }

  .h2.center {
    max-width: 80%;
  }

  .badges {
    max-width: 100px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .badges.leader {
    padding-bottom: 0;
  }

  .pricing-icon-2 {
    color: #1a1a1a;
  }

  .alter-img {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .alter-img.even {
    margin-left: 0;
    margin-right: 20px;
  }

  .grid {
    padding-top: 40px;
  }

  .footer-legal-holder-landing {
    flex-direction: column;
  }

  .static-ip-section-1 {
    padding-top: 40px;
  }

  .tag-uni.orange {
    display: inline-block;
  }

  .landing-cookies-section-2 {
    align-items: center;
    height: 170px;
  }

  .f-testimonial-slider-mask {
    width: 400px;
  }

  .cta-2 {
    height: 45px;
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-324 {
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
  }

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

  .image-7 {
    width: auto;
  }

  .numbers-white.individual {
    font-size: 32px;
  }

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

  .intro-block.lp-new-block {
    padding-top: 60px;
  }

  .h2-centre {
    padding-left: 4%;
    padding-right: 4%;
    font-size: 32px;
    line-height: 124%;
  }

  .h2-centre.features {
    margin-bottom: 16px;
  }

  .alter-text {
    order: 1;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-78 {
    max-width: 100%;
    display: none;
    overflow: visible;
  }

  .image-78.mobile {
    max-width: 100%;
    padding-bottom: 40px;
    display: block;
  }

  .soc-med-holder {
    flex: 1;
    justify-content: center;
    align-items: flex-start;
  }

  .f-testimonial-right-a {
    display: none;
  }

  .div-block-327 {
    margin-top: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .alternating-block {
    flex-direction: column;
    margin-top: 40px;
  }

  .zig-zag-right {
    margin-top: 0;
    margin-bottom: 40px;
    display: none;
  }

  .right-img {
    display: none;
  }

  .cta-middle.feature {
    padding-bottom: 40px;
  }

  .div-block-326 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

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

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

  .left-img {
    display: block;
  }

  .left-img.mobile {
    padding-top: 0;
    padding-bottom: 40px;
    padding-right: 0;
    display: inline-block;
  }

  .left-img.desktop {
    display: none;
  }

  .bold {
    line-height: 124%;
  }

  .feature-name-23 {
    flex: 1;
    font-size: 14px;
  }

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

  .tabs {
    max-width: 100%;
  }

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

  .feature-icon-copy {
    margin-bottom: 10px;
  }

  .content-grid-label {
    margin-bottom: 20px;
  }

  .story.pr-20 {
    top: 0;
  }

  .story-content-grid {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .content-section {
    padding-bottom: 60px;
  }

  .feature-text {
    max-width: 300px;
    margin-left: 0;
    margin-right: auto;
  }

  .logo-wrap {
    width: 50%;
  }

  .content-hr {
    margin-top: 50px;
  }

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

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

  .customer-story-left {
    margin-bottom: 20px;
  }

  .pricing-basic, .pro-pricing {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .pricing-section-title {
    max-width: 400px;
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 44px;
  }

  .paragraph-4 {
    max-width: 300px;
  }

  .pricing-top-text {
    margin-bottom: 10px;
  }

  .faq-heading-wrapper {
    margin-bottom: 24px;
  }

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

  .paragraph-regular-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .faq-title-wrapper-plain {
    font-size: 14px;
  }

  .paragraph-regular-bold {
    font-size: 14px;
    line-height: 22px;
  }

  .plan-description-22 {
    font-size: 16px;
  }

  .button-pricing_secondary-22, .button-pricing-22 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .plan-name-pricing.plan-name-pricing--left {
    font-size: 26px;
  }

  .feature-category-22 {
    font-size: 14px;
  }

  .price-22.free {
    margin-bottom: 0;
  }

  .most-popular-label {
    inset: 38px 20px auto auto;
  }

  .spacer-pricing-01 {
    height: 1px;
  }

  .wrapper-plans {
    background-color: #0000;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .boldie {
    font-size: 16px;
  }

  .price-block-22 {
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button-pricing_secondary {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-plan {
    background-color: #fff;
    border: 0 solid #ecf0ff;
    border-radius: 0;
    margin-bottom: 65px;
  }

  .col-plan.col-plan--grey {
    background-color: #0000;
    background-image: linear-gradient(#eeeef080, #eeeef080), linear-gradient(#fff, #fff);
  }

  .col-plan.col-plan--first {
    border-right-width: 0;
  }

  .button-pricing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .notification {
    margin-top: 82px;
  }

  .notif-text {
    padding-left: 50px;
  }

  .notif-text-1, .notif-text-3 {
    flex: 0 auto;
  }

  .h2-middle {
    max-width: 100%;
  }

  .product-tour-tab-paragraph {
    display: none;
  }

  .text-block-20 {
    text-align: center;
  }

  .image-89 {
    max-width: 260px;
  }

  .text-block-19 {
    text-align: center;
  }

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

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

  .right-arrow {
    width: 40px;
    display: none;
    inset: 0% -30px 0% auto;
  }

  .product-tour-image-tab {
    display: none;
  }

  .product-tour-wrapper.mobile {
    background-color: #f8faff;
  }

  .prize-partners-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .tab-button {
    flex-direction: column;
    justify-content: flex-start;
  }

  .tab-button.w--current {
    flex-direction: column;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .testimonial-inside {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .tour-heading.lp {
    color: #0e2b8f;
  }

  .div-block-329 {
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .image-91 {
    width: auto;
  }

  .product-tour-2 {
    background-image: none;
    display: block;
  }

  .product-tour-2.mobile {
    background-color: #f8faff;
    display: block;
  }

  .product-tour-tab.w--current {
    background-image: url('../images/arrow-up-1.svg');
    box-shadow: 0 0 40px #0e2b8f26;
  }

  .product-tour-tab.lp {
    background-image: url('../images/arrow-down-1.svg');
    border: 1px solid #f3f7fd;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 40px #0e2b8f26;
  }

  .intro-ilustrace-2 {
    padding-bottom: 60px;
  }

  .stats-text.landing {
    margin-bottom: 20px;
  }

  .stats-text-number.landing {
    font-size: 29px;
    line-height: 36px;
  }

  .testimonials {
    min-height: 460px;
  }

  .get-started {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .icon-2 {
    color: #fff;
  }

  .div-block-331 {
    margin-top: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-332 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .prive-table-grid {
    width: 70%;
  }

  .left-arrow {
    width: 40px;
    display: none;
    inset: 0% auto 0% -30px;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-53 {
    text-align: center;
    order: -1;
  }

  .stats-text-desc.landing {
    font-size: 15px;
  }

  .price-section {
    padding-bottom: 80px;
  }

  .tabs-menu-slider {
    flex-wrap: wrap;
  }

  .steps_paragraph {
    margin-top: -10px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }

  .content-section-2 {
    display: none;
  }

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

  .pricing-heading.cd {
    font-size: 32px;
  }

  .image-43 {
    margin-right: 20px;
    padding-right: 0;
  }

  .div-block-49.clockdiv {
    text-align: center;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-desc-23.info {
    z-index: 105;
    margin-top: 0%;
    display: none;
    top: 9%;
    left: 240px;
  }

  .plans-section-22 {
    background-color: #0000;
  }

  .spacer-pricing-3 {
    height: 1px;
  }

  .pricing-subtitle {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .pricing-subtitle.pricing-subtitle--22 {
    line-height: 28px;
  }

  .pricing-subtitle.pricing-subtitle--22.offer {
    padding-top: 0;
    font-size: 20px;
  }

  .button-pricing_secondary-23 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-41.countdown {
    text-align: left;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 20px;
  }

  .button-pricing-25 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-342.clockdiv {
    text-align: center;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-desc-27.info {
    z-index: 105;
    margin-top: 0%;
    display: none;
    top: 9%;
    left: 240px;
  }

  .button-pricing_secondary-25 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-footer-menu {
    min-width: 100%;
  }

  .f-footer-regular-grid {
    grid-template-columns: 1fr 1fr;
  }

  .button-pricing_secondary-24 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spacer-pricing-5 {
    height: 1px;
  }

  .button-pricing-26 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-111 {
    margin-right: 20px;
    padding-right: 0;
  }

  .top-menu-trial-cta {
    border-color: #fff;
    margin-top: 30px;
    margin-left: 0;
  }

  .top-menu-trial-cta.blue {
    border-color: #0e2b8f;
  }

  .image-9 {
    max-width: none;
  }

  .top-nav-holder-1 {
    z-index: 4;
    align-items: flex-start;
  }

  .top-nav-section {
    z-index: 200;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 30px;
  }

  .top-nav-link.hidden {
    color: #0e2b8f;
    margin-bottom: 19px;
    display: block;
    position: relative;
    left: -65px;
  }

  .top-nav-holder {
    flex-direction: column;
    justify-content: center;
  }

  .hamburger-2 {
    z-index: 101;
    width: 46px;
    height: 46px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: fixed;
    inset: 23px 30px auto auto;
    overflow: hidden;
  }

  .header__heading {
    font-size: 42px;
    line-height: 48px;
  }

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

  .masonry__grid-mask {
    column-count: 2;
  }

  .p-detail.no-card {
    text-align: left;
  }

  .div-block-362 {
    width: 100%;
    font-family: Work Sans, sans-serif;
  }
}

@media screen and (max-width: 479px) {
  .sticky-navigation-landing {
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .sticky-navigation-landing_inner {
    justify-content: center;
  }

  .logo-landing {
    max-width: 70%;
    margin-bottom: 40px;
  }

  .logo-landing.sticky {
    display: none;
  }

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

  .button-landing.sticky {
    width: 80%;
    margin-top: 40px;
    margin-right: 0;
  }

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

  .bold-text.lp-h1 {
    font-size: 32px;
    line-height: 120%;
  }

  .h-features {
    padding-right: 20px;
    font-size: 24px;
  }

  .list-item-landing {
    font-size: 16px;
  }

  .footer-section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p {
    font-size: 14px;
    line-height: 22px;
  }

  .p.white.text-numbers {
    text-align: center;
    padding-right: 0;
  }

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

  .feature-name-inner-wrapper {
    justify-content: flex-start;
  }

  .price-card-line-feature {
    padding: 24px 14px;
  }

  .img-wrape-features {
    padding-left: 0;
    padding-right: 0;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-grid-four-column._6 {
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .zig-zag-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .zig-zag-left.features {
    margin-top: 0;
    margin-bottom: 0;
  }

  .partnership-types.home {
    padding-top: 0;
  }

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

  .div-block-8.lp-block {
    position: static;
  }

  .button-4 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .price-text-large {
    font-size: 40px;
  }

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

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

  .slider {
    height: 160%;
    margin-bottom: 40px;
  }

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

  .heading-landing.lp-h1 {
    padding-right: 0;
    font-size: 32px;
  }

  .secondary-wrap-button {
    padding-left: 0;
    display: block;
  }

  .secondary-wrap-button.get-in-touch {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 0;
    display: block;
  }

  .feature-desc-24 {
    padding-right: 10%;
  }

  .h2 {
    margin-bottom: 0;
    margin-right: 0%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
  }

  .h2.center {
    max-width: 100%;
    padding-right: 0;
    font-size: 24px;
  }

  .price-feature-block-blue {
    background-color: #fff;
    border-style: none;
    padding: 16px 0;
  }

  .badges {
    width: 100%;
    max-width: 95px;
    padding-right: 10px;
  }

  .italic-text-2 {
    font-size: 14px;
    line-height: 120%;
  }

  .soc-med-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .alter-img {
    order: -1;
    margin-left: 0;
  }

  .grid {
    padding-top: 80px;
  }

  .soc-med-icon {
    height: 22px;
  }

  .landing-cookies-section-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .f-testimonial-slider-mask, .cta-2 {
    width: 100%;
  }

  .dashboard {
    padding-left: 0;
  }

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

  .div-block-324 {
    padding-right: 20px;
  }

  .price-detail {
    font-size: 16px;
  }

  .image-7 {
    width: auto;
  }

  .numbers-white.individual {
    text-align: center;
  }

  .intro-block.lp-new-block {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-centre {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .h2-centre.white {
    text-align: center;
    margin-bottom: 32px;
  }

  .h2-centre.features {
    line-height: 124%;
  }

  .alter-text {
    width: auto;
  }

  .image-78.mobile {
    max-width: 100%;
    padding-top: 0;
  }

  .hero-item.mb-52 {
    margin-bottom: 0;
  }

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

  .strike-through-color {
    font-size: 38px;
  }

  .zig-zag.left {
    margin-top: 20px;
  }

  .zig-zag.right, .div-block-327 {
    margin-top: 0;
  }

  .features-wrap {
    margin-left: 4%;
    margin-right: 4%;
  }

  .testimonial-section-2 {
    padding: 80px 0;
  }

  .alternating-block {
    flex-direction: column;
    padding-bottom: 0;
  }

  .div-block-326 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-left: 8%;
    padding-right: 8%;
    display: grid;
  }

  .div-block-321 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .bold {
    font-size: 24px;
  }

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

  .feature-name-23 {
    width: auto;
    padding-right: 10px;
  }

  .feature-name-23.individual {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 0;
  }

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

  .tabs {
    max-width: 100%;
  }

  .nav {
    margin-bottom: 0;
  }

  .mb-20 {
    width: 100%;
  }

  .mb-15 {
    line-height: 124%;
  }

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

  .double-cards.yearly {
    max-width: 100%;
  }

  .story {
    padding: 15px;
  }

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

  .client-logos {
    margin-top: 60px;
  }

  .logo-wrap {
    width: 100%;
  }

  .content-hr {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .story-text {
    margin-bottom: 20px;
  }

  .content-grid-title {
    font-size: 36px;
    line-height: 44px;
  }

  .grid-copy {
    margin-bottom: 20px;
  }

  .pricing-basic, .pro-pricing {
    padding: 15px;
  }

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

  .faq-heading-wrapper {
    margin-bottom: 24px;
  }

  .faq-item-plain {
    padding: 24px;
  }

  .section-faq {
    padding: 0 4% 80px;
  }

  ._2 {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 20px;
    display: flex;
  }

  .paragraph-regular-bold {
    font-size: 16px;
  }

  .p-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .p-2.pricing-section {
    text-align: center;
  }

  .feature-name-inner-wrapper-2 {
    justify-content: flex-start;
  }

  .plan-description-22 {
    font-size: 14px;
  }

  .button-pricing_secondary-22 {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }

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

  .button-pricing-22 {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }

  .plan-name-pricing {
    font-size: 16px;
  }

  .most-popular-label {
    padding-left: 7px;
    top: 43px;
    right: 19px;
  }

  .tab-pane {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-desc-22 {
    padding-right: 10%;
  }

  .boldie {
    font-size: 16px;
  }

  .button-pricing_secondary {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }

  .col-plan {
    border-width: 0;
    margin-bottom: 0;
    padding-top: 10px;
  }

  .col-plan.mobile-plan {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .col-plan.col-plan--first {
    border-right-width: 0;
  }

  .col-plan.col-plan--first.mobile-plan {
    border-width: 0 0 2px;
    border-color: #000 #000 #e4e4e7;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-pricing {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }

  .notification-ghost {
    height: 92px;
  }

  .notification {
    margin-top: 78px;
  }

  .notif-text {
    justify-content: flex-start;
    padding-left: 30px;
  }

  .notif-text-1 {
    text-align: left;
    display: block;
  }

  .notif-text-1.learn {
    padding-left: 0;
    display: none;
  }

  .notif-text-2, .notif-text-3 {
    text-align: left;
  }

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

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

  .h2-middle {
    font-size: 30px;
  }

  .hero-wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }

  .bold-text-27 {
    text-align: center;
  }

  .bold-text-27.lp-h1 {
    font-size: 32px;
    line-height: 120%;
  }

  .container-large-4 {
    max-width: none;
  }

  .content-block {
    padding-bottom: 10px;
  }

  .product-tour-tab-paragraph {
    display: none;
  }

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

  .text-block-19 {
    font-size: 14px;
    line-height: 120%;
  }

  .feature-name-inner-wrapper-3 {
    justify-content: flex-start;
  }

  .logo {
    height: 30px;
  }

  .logo.badges-lp, .logo.badges-lp.capterra {
    height: auto;
  }

  .reviews-wrapper.landing-badges, .right-arrow {
    display: none;
  }

  .button-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .product-tour-image-tab {
    display: none;
  }

  .product-tour-wrapper {
    padding-top: 40px;
  }

  .product-tour-wrapper.mobile {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .text-block-72 {
    font-size: 20px;
  }

  .price-value-item {
    padding: 40px 20px;
  }

  .price-value-item._3, .price-value-item._2 {
    display: block;
  }

  .paragraph-52 {
    font-size: 14px;
  }

  .price-pakage-body {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature_component_steps.margin-top.margin-xlarge {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .prize-partners-2 {
    grid-row-gap: 0px;
  }

  .tab-panel {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-inside {
    flex-direction: column;
    height: 100%;
    padding: 20px;
  }

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

  .div-block-329 {
    padding-right: 20px;
  }

  .tabs-content-6 {
    padding-top: 20px;
  }

  .image-91 {
    width: auto;
  }

  .image-20 {
    width: 70px;
  }

  .product-tour-2 {
    background-size: 100% 230px;
    padding-top: 30px;
  }

  .intro-ilustrace-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-3 {
    font-size: 14px;
    line-height: 22px;
  }

  .stats-text.landing {
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .stats-text-number.landing {
    font-size: 23px;
    line-height: 25px;
  }

  .text-block-74.enterprise {
    margin-right: -10px;
  }

  .testimonials {
    min-height: 490px;
  }

  .testimonials.landing-2 {
    min-height: 440px;
  }

  .get-started {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-331 {
    margin-top: 0;
  }

  .div-block-332 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-left: 8%;
    padding-right: 8%;
    display: grid;
  }

  .prive-table-grid {
    width: 100%;
  }

  .left-arrow {
    display: none;
  }

  .image-46 {
    text-align: left;
    max-width: 60%;
  }

  .div-block-333 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .stats-text-desc.landing {
    font-size: 13px;
  }

  .price-section {
    padding-top: 40px;
  }

  .text-block-69 {
    font-size: 40px;
  }

  .trigger-nr2 {
    padding-top: 90px;
    padding-bottom: 20px;
  }

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

  .pricing-heading {
    margin-top: 40px;
    font-size: 28px;
  }

  .feature-desc-23 {
    padding-right: 10%;
  }

  .feature-desc-23.info {
    width: 190px;
    padding: 10px;
    font-size: 11px;
    line-height: 140%;
    display: none;
    top: 10.3%;
    left: 103px;
  }

  .plans-section-22 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-desc-25 {
    padding-right: 10%;
  }

  .pricing-subtitle {
    font-size: 20px;
    display: none;
  }

  .pricing-subtitle.pricing-subtitle--22 {
    font-size: 18px;
    line-height: 24px;
  }

  .button-pricing_secondary-23 {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }

  .text-block-41.countdown {
    text-align: left;
    margin-left: auto;
    padding-top: 2px;
    font-size: 13px;
    line-height: 120%;
  }

  .button-pricing-25 {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }

  .feature-desc-26 {
    padding-right: 10%;
  }

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

  .feature-desc-27 {
    padding-right: 10%;
  }

  .feature-desc-27.info {
    width: 190px;
    padding: 10px;
    font-size: 11px;
    line-height: 140%;
    display: none;
    top: 10.3%;
    left: 103px;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .button-pricing_secondary-25 {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }

  .f-footer-menu {
    flex-direction: column;
    min-width: 100%;
  }

  .f-footer-regular-grid {
    grid-template-columns: 1fr;
  }

  .button-pricing_secondary-24, .button-pricing-26 {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }

  .top-nav-holder-1 {
    display: none;
  }

  .top-nav-section {
    margin-left: 20px;
    padding-top: 30px;
    inset: 0% auto auto 0%;
  }

  .top-nav-link.single {
    border-bottom: 0 solid #000;
    justify-content: flex-start;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 32px;
  }

  .top-nav-holder {
    padding-top: 136px;
    display: flex;
  }

  .drop-menu-link {
    display: block;
  }

  .hamburger-2 {
    right: 20px;
  }

  .top-logo-link {
    margin-top: 0;
    padding-top: 0;
  }

  .menu-drop-item {
    border-bottom: 1px solid var(--blue);
    align-self: flex-start;
    width: 100%;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
    display: block;
  }

  .menu-drop-item:active {
    background-color: var(--blue-light);
  }

  .menu-drop-item._1 {
    display: none;
  }

  .image {
    max-width: 210px;
  }

  .menu-drop {
    display: none;
  }

  .header__heading {
    font-size: 32px;
    line-height: 36px;
  }

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

  .masonry__grid-container {
    margin-top: 40px;
  }

  .masonry__grid-icon {
    color: #333;
    margin: 0;
    position: static;
  }

  .masonry__grid-nav {
    width: 100%;
    padding-top: 16px;
    display: block;
    position: static;
    overflow: hidden;
  }

  .masonry__grid-arrow {
    width: 48px;
    height: 48px;
    margin: 0;
    display: none;
    position: relative;
    top: 0;
    right: 10px;
  }

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

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

  .masonry__grid-nav-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 48px auto 48px;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .masonry__grid-mask {
    column-count: auto;
    white-space: nowrap;
  }

  .button-6 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .p-detail {
    text-align: center;
  }
}

#w-node-_85202d75-bf0c-15f7-6dbd-fd4a8835ecc3-8cb494a1, #w-node-_85202d75-bf0c-15f7-6dbd-fd4a8835ecc4-8cb494a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_85202d75-bf0c-15f7-6dbd-fd4a8835ecc5-8cb494a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_85202d75-bf0c-15f7-6dbd-fd4a8835ecc7-8cb494a1, #w-node-_85202d75-bf0c-15f7-6dbd-fd4a8835ecc8-8cb494a1, #w-node-a1923c4c-6bba-2700-10e7-87e5d84f35c9-8cb494a1, #w-node-_9f759766-f3b1-01bc-084c-f316b0bb0ea5-8cb494a1, #w-node-_41df2282-1728-b6ef-c366-7f67939c3403-8cb494a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-_85202d75-bf0c-15f7-6dbd-fd4a8835ecc3-8cb494a1, #w-node-_85202d75-bf0c-15f7-6dbd-fd4a8835ecc4-8cb494a1, #w-node-_85202d75-bf0c-15f7-6dbd-fd4a8835ecc7-8cb494a1, #w-node-_85202d75-bf0c-15f7-6dbd-fd4a8835ecc8-8cb494a1, #w-node-a1923c4c-6bba-2700-10e7-87e5d84f35c9-8cb494a1, #w-node-_9f759766-f3b1-01bc-084c-f316b0bb0ea5-8cb494a1, #w-node-_41df2282-1728-b6ef-c366-7f67939c3403-8cb494a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_60cacb9c-bc96-b178-d25b-ec35a9766a3b-8cb494a1 {
    order: 9999;
  }
}


