.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

body {
  color: #111;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.w-body {
  line-height: 20px;
}

p {
  color: #6e6e6e;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}

a {
  text-decoration: none;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #6e6e6e;
  font-size: 17px;
  font-weight: 600;
}

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

strong {
  color: #fcb150;
  font-weight: 800;
}

em {
  color: #5e5e5e;
  font-style: italic;
}

blockquote {
  border-left: 3px solid #fcb150;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  font-family: Caveat, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 38px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #6e6e6e;
  text-align: center;
  margin-top: 5px;
  font-family: Caveat, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.webflow-container {
  z-index: 1;
  max-width: 1200px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.webflow-container.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.webflow-container.flex._2 {
  justify-content: space-between;
}

.webflow-container._1000px {
  max-width: 1000px;
}

.webflow-container.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.webflow-container.negative {
  margin-top: -350px;
}

.webflow-container.negative-2 {
  margin-top: -110px;
}

.brand {
  order: -1;
  align-items: center;
  display: flex;
}

.brand.vertical {
  flex-direction: column;
}

.brand._2 {
  margin-right: 10px;
}

.brand.absolute {
  position: absolute;
  top: 30px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.nav-menu {
  order: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  border: 1px solid rgba(41, 51, 92, 0.15);
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-list.mega-menu.w--open {
  min-width: 280px;
  display: flex;
}

.mega-shrink {
  flex: 1;
}

.menu-button {
  width: 25px;
  height: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.line-1 {
  width: 25px;
  height: 3px;
  background-color: #111;
  border-radius: 20%;
  position: absolute;
  top: 20px;
}

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

.loader {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.error-message {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #f64d52;
  font-weight: 600;
}

.line-2 {
  width: 25px;
  height: 3px;
  background-color: #111;
  border-radius: 20%;
  position: absolute;
  top: 27px;
}

.line-3 {
  width: 25px;
  height: 3px;
  background-color: #111;
  border-radius: 20%;
  position: absolute;
  top: 34px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-content {
  width: 370px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.hero {
  min-height: 80vh;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
  position: relative;
}

.hero.tour {
  min-height: auto;
  background-color: #f4f5f8;
  padding: 65px 5% 75px;
  display: flex;
}

.hero._2 {
  min-height: auto;
  background-color: #000;
  background-image: url("../images/photo-5.jpg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  padding: 160px 5% 260px;
  display: flex;
}

.hero._3 {
  min-height: auto;
  background-color: #fff;
  padding: 200px 5%;
  font-size: 20px;
  display: flex;
}

.hero._3.less-vertical-padding {
  padding-top: 0px;
  padding-bottom: 20px;
}

.hero._4 {
  min-height: auto;
  justify-content: center;
  align-items: center;
  padding: 50px 5%;
  display: flex;
}

.hero._5 {
  min-height: auto;
}

.hero._6 {
  min-height: 100vh;
  padding-top: 110px;
  padding-bottom: 50px;
  display: flex;
}

.hero._8 {
  min-height: 100vh;
  grid-column-gap: 0px;
}

.hero._7 {
  min-height: auto;
  background-color: #f4f5f8;
  padding: 70px 5%;
  display: flex;
}

.hero._7.black {
  background-color: #000;
  padding-bottom: 180px;
}

.arrow-icon {
  color: #fcb150;
  margin-right: 14px;
  font-size: 11px;
  top: 1px;
  transform: rotate(-90deg);
}

.nav-link {
  color: #000;
  padding-right: 20px;
  font-size: 17px;
  line-height: 17px;
  transition: opacity 0.2s;
}

.nav-link:hover {
  color: #636363;
  text-decoration: underline;
}

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

.nav-link.dropdown {
  padding-right: 30px;
}

.dropdown-link {
  color: rgba(17, 17, 17, 0.61);
  padding: 5px 30px;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-link:hover {
  opacity: 0.9;
  color: #111;
}

.dropdown-link.w--current {
  color: #fcb150;
}

.navigation {
  min-height: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.sticky-navigation {
  z-index: 100;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section {
  padding: 100px 5%;
}

.section.gray {
  background-color: #f6f7f9;
}

.section.black {
  background-color: #000;
}

.section._80px {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.section.cta {
  background-color: #fcb150;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section._60px-top {
  padding-top: 60px;
}

.section.presantation {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.section.orange-section {
  background-color: #fcb150;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section._0-bottom {
  padding-top: 0;
}

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

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

.hero-max.for-section {
  min-height: 500px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.hero-max._2 {
  max-width: 1000px;
}

.hero-max.center {
  text-align: center;
}

.hero-max._3 {
  max-width: 800px;
  text-align: center;
}

.hero-max.nevative {
  margin-left: -60px;
  position: relative;
}

.hero-max._1.demo {
  padding-top: 75px;
  padding-bottom: 75px;
}

.hero-max._1.centerize {
  text-align: center;
}

.hero-max._550px {
  max-width: 550px;
}

.hero-max._4 {
  max-width: 800px;
  text-align: center;
}

.hero-max._5 {
  max-width: 650px;
  text-align: center;
}

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

.hero-iamge {
  height: 100%;
  background-image: url("../images/photo-1.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-iamge._2 {
  background-image: url("../images/photo-14.jpg");
  background-position: 50% 0;
}

.hero-iamge._3 {
  background-color: #fcb150;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.title-1.white {
  color: #fff;
}

.subhead {
  color: #6e6e6e;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subhead.white {
  color: #fff;
}

.subhead.black {
  color: #000;
}

.button-flex {
  display: flex;
  position: relative;
}

.button-flex.center {
  justify-content: center;
}

.button-flex.absolute {
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 10px;
  right: 0%;
}

.button-flex.margin-left {
  margin-left: 15px;
}

.button-flex._2 {
  align-items: center;
}

.button {
  color: #000;
  background-color: #f4f5f8;
  padding: 15px 40px;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.4s;
}

.button:hover,
.button.black {
  color: #fff;
  background-color: #000;
}

.button.black:hover {
  color: #000;
  background-color: #fff;
}

.button.orange {
  background-color: #fcb150;
}

.button.orange:hover {
  color: #fff;
  background-color: #000;
}

.button.google {
  background-image: url("../images/search.svg");
  background-position: 11%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 60px;
}

.button.google.dark {
  color: #fff;
  background-color: #000;
}

.button.google.dark:hover {
  color: #000;
  background-color: #fff;
}

.button.small {
  padding: 15px 25px;
  font-size: 15px;
}

.small-title {
  color: #fcb150;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
}

.small-title.black {
  color: #6e6e6e;
  font-size: 15px;
}

.small-title.black._100 {
  color: #000;
}

.margin-40px {
  margin-top: 40px;
  position: relative;
}

.arrow-wrapper {
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 187px;
  right: 0%;
}

.arrow-wrapper._2 {
  top: 17%;
  left: 178px;
}

.arrow-wrapper._2.b {
  left: 157px;
}

.arrow-wrapper._2.b.make-offer-arrow {
  left: 191px;
}

.arrow-wrapper._3 {
  top: 153%;
  bottom: auto;
  left: 63%;
  right: auto;
}

.arrow-wrapper._3.d {
  top: 130%;
  left: 52%;
}

.arrow-wrapper._4 {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 15%;
}

.arrow-wrapper._5 {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 8%;
}

.arrow-wrapper._5.b {
  align-items: center;
  right: -18%;
}

.arrow-wrapper._5.c {
  right: -23%;
}

.arrow-wrapper._6 {
  width: 100%;
  left: 162px;
}

.arrow-wrapper._6.person-3-arrow {
  left: 134px;
}

.arrow-wrapper._6.arrow-wrapper-3 {
  width: 150%;
  top: 23%;
  left: 150px;
}

.arrow-wrapper._6.arrow-wrapper-1 {
  width: 150%;
}

.arrow-wrapper._7 {
  width: 100%;
  flex-direction: row-reverse;
  left: -139px;
}

.arrow-wrapper._7.person-2-wrapper {
  width: 102%;
  left: -141px;
}

.arrow-wrapper._7.person-2-wrapper.arrow-wrapper-2 {
  width: 160%;
  left: -201px;
}

.arrow-wrapper._7.arrow-wrapper-4 {
  width: 150%;
  top: 60%;
  left: -221px;
}

.arrow-wrapper._8 {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 14%;
}

.arrow-wrapper._9 {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.arrow-wrapper._10 {
  bottom: auto;
  left: auto;
  right: 11%;
}

.arrow-wrapper._19 {
  top: 0%;
  bottom: auto;
  left: 23%;
  right: auto;
}

.arrow-wrapper._11 {
  top: 0%;
  bottom: auto;
  left: auto;
  right: -16%;
}

.arrow {
  transform: rotate(34deg);
}

.arrow._2 {
  transform: rotate(60deg);
}

.arrow._3 {
  transform: rotate(111deg);
}

.arrow._4 {
  transform: rotate(-120deg);
}

.arrow.person-3-arrow {
  transform-style: preserve-3d;
  border-radius: 0;
  transform: translate(0, 40px) rotateX(180deg) rotateY(0) rotateZ(58deg);
}

.arrow.person-2-arrow {
  transform-style: preserve-3d;
  transform: translate(-7px, -7px) rotateX(-4deg) rotateY(180deg) rotateZ(50deg);
}

.arrow-text {
  color: #000;
  font-family: Caveat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  top: -7px;
  left: 16px;
}

.arrow-text._2 {
  top: 12px;
}

.arrow-text._3 {
  font-size: 20px;
  top: 0;
  left: 0;
}

.arrow-text._4 {
  color: #fff;
  white-space: nowrap;
  top: 25px;
}

.arrow-text._4.b {
  color: #000;
}

.arrow-text._4.b.white,
.arrow-text._5 {
  color: #fff;
}

.arrow-text._5.b {
  color: #000;
}

.arrow-text._6 {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 25px;
  top: 0;
  left: 0;
}

.arrow-text._7 {
  font-size: 22px;
  font-weight: 700;
  left: -14px;
}

.arrow-text._8 {
  color: #fff;
}

.arrow-text.person-3-arrow-text {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  top: 43px;
}

.arrow-text.person-2-arrow-text {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  top: -14px;
  left: -12px;
}

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

.title-2 {
  font-size: 58px;
  line-height: 56px;
}

.title-2.white {
  color: #fff;
}

.features-title {
  font-size: 20px;
  line-height: 28px;
}

.features-wrapper {
  padding-right: 10%;
}

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

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

.author-flex.center {
  justify-content: center;
}

.author-photo {
  width: 80px;
  height: 80px;
  background-image: url("../images/person-2.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  margin-right: 15px;
}

.author-photo._2 {
  background-image: url("../images/person-1.jpg");
}

.author-name {
  font-size: 17px;
  line-height: 22px;
}

.author-name.white {
  color: #fff;
}

.lighter {
  color: #6e6e6e;
  font-weight: 600;
}

.lighter.black {
  color: #000;
}

.photo-wrapper {
  position: relative;
}

.photo-wrapper._2 {
  width: 90%;
}

.photo-wrapper._3 {
  width: 90%;
  margin-left: auto;
}

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

.photo-wrapper._400px {
  max-width: 480px;
}

.photo-wrapper._400px.video-background {
  width: 480px;
  min-height: 470px;
}

.start-wrapper {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 17px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 20px;
}

.start-wrapper._2 {
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}

.start-wrapper.for-quote {
  max-width: 300px;
  text-align: center;
  align-items: center;
  padding: 38px 15px;
  bottom: auto;
  left: auto;
}

.start-wrapper.star-flex {
  color: #111;
  flex-direction: row;
  align-items: center;
}

.star-image {
  margin-right: 10px;
}

.margin-120px {
  margin-top: 120px;
}

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

.margin-60px {
  margin-top: 60px;
  position: relative;
}

.list-grid {
  width: 85%;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.list-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.list-number {
  z-index: 2;
  width: 70px;
  height: 70px;
  color: #6e6e6e;
  background-color: #fff;
  border: 2px solid #6e6e6e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 20px;
  display: flex;
  position: relative;
}

.icons-title {
  color: #000;
  font-size: 19px;
  line-height: 26px;
}

.icons-title.white {
  color: #fff;
}

.line-process {
  width: 80%;
  height: 1px;
  background-image: linear-gradient(
    to right,
    #fff 5%,
    #e1e1e1 23%,
    #e1e1e1 50%,
    #e1e1e1 78%,
    #fff 95%
  );
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 36px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

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

.paragraph-no-margin {
  margin-bottom: 0;
}

.button-divider {
  width: 20px;
}

.button-divider.height {
  width: 0;
  height: 10px;
}

.button-divider.circle {
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.white-link {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.2s;
}

.white-link:hover {
  color: #fff;
}

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

.footer {
  background-color: #111;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 30px;
}

.copyright-dot {
  width: 4px;
  height: 4px;
  background-color: #fcb150;
  border-radius: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-logo {
  height: 30px;
}

.copyright-flex {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.paragraph-white {
  color: #fff;
  display: block;
}

.footer-column._1 {
  padding-right: 10%;
}

.copyright {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
}

.margin-25px {
  margin-top: 25px;
}

.footer-gird {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 0.8fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
  padding-right: 10px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.footer-link:hover,
.footer-link.white-link {
  color: #fff;
}

.footer-link.gray-link {
  color: #6e6e6e;
}

.social-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.social-wrapper.absolute {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.social-icon {
  width: 35px;
  height: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-icon:hover {
  opacity: 0.7;
}

.social-icon.square {
  height: 35px;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  margin-left: 2px;
  margin-right: 2px;
  padding: 10px;
}

.social-icon.square:hover {
  opacity: 1;
  background-color: #fcb150;
}

.social-icon.square._2x {
  width: 50px;
  height: 50px;
  margin-bottom: 4px;
}

.ui-text {
  color: #fcb150;
  margin-top: 2px;
  margin-left: 10px;
  font-family: Caveat, sans-serif;
  font-size: 20px;
}

.ui-text.top {
  margin-top: 5px;
  margin-left: 0;
}

.title-3 {
  font-size: 48px;
  line-height: 50px;
}

.title-3.white {
  color: #fff;
}

.logo-flex {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.logo-flex.center {
  justify-content: center;
}

.logo-image {
  opacity: 0.6;
  margin-bottom: 30px;
  margin-right: 30px;
}

.logo-image.logo-white {
  opacity: 1;
}

.logo-image._2 {
  max-height: 50px;
  object-fit: cover;
  margin-left: 15px;
  margin-right: 15px;
}

.logo-image._2.greyscale {
  filter: contrast(200%) grayscale();
}

.text-field {
  height: 60px;
  color: #222;
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 16px;
}

.text-field::-ms-input-placeholder {
  color: #6e6e6e;
  font-weight: 600;
}

.text-field::placeholder {
  color: #6e6e6e;
  font-weight: 600;
}

.text-field.gray-line {
  border-style: solid;
  border-color: rgba(41, 51, 92, 0.15);
}

.text-field.area {
  padding-top: 15px;
}

.text-field.area.gray-line {
  height: auto;
  padding-bottom: 35px;
}

.checkbox-label {
  font-size: 14px;
  font-weight: 700;
  display: none;
}

.cookies-font {
  margin-bottom: 0;
  font-size: 15px;
}

.cookies-font.check {
  color: #fff;
  margin-left: 11px;
  font-size: 14px;
  font-weight: 600;
}

.cookies-font.check.dark {
  color: #6e6e6e;
}

.cookies-font.check.dark._0-margin {
  margin-left: 0;
}

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

.grid-form._2 {
  width: 100%;
}

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

.checkbox-field.margin-top {
  justify-content: flex-start;
}

.checkbox-field.margin-top.center {
  justify-content: center;
}

.checkbox-field.margin-top.demo {
  align-items: flex-start;
}

.checkbox {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-style: none;
  border-radius: 0;
  flex: none;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  background-color: #00b600;
  background-size: 12px;
  border-style: none;
}

.checkbox.gray-line {
  border-style: solid;
  border-color: rgba(41, 51, 92, 0.15);
}

.checkbox.gray-line._2 {
  margin-top: 2px;
}

.success-message {
  color: #fff;
  background-color: #2e856e;
  font-size: 16px;
  font-weight: 600;
}

.subscribe-form {
  max-width: 600px;
}

.subscribe-form._450px {
  max-width: 450px;
}

.subscribe-form._450px.center {
  margin-left: auto;
  margin-right: auto;
}

.subscribe-form._400px {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.logo-hero {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 0%;
  right: 0%;
}

.tab-link-second {
  color: #000;
  background-color: #f6f7f9;
  align-self: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 23px 26px;
  font-size: 16px;
  display: flex;
}

.tab-link-second.w--current {
  color: #fff;
  background-color: #000;
  border-style: none;
}

.tab-menu {
  max-width: 900px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 15px;
  display: flex;
}

.tab-icon {
  width: 34px;
  margin-right: 11px;
}

.metrics-wrapper.grid {
  width: 85%;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.metrics-content {
  border-bottom: 4px solid #fff;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.metrics-content.flex {
  border-bottom-style: none;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.metrics-content.flex.center {
  text-align: center;
  align-items: center;
}

.metrics-title {
  margin-top: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.toggle-wrapper {
  width: 100%;
  border-bottom: 1px solid #ededed;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.dropdown-toggle {
  width: 100%;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  display: flex;
}

.toggle-icon {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.plus-icon {
  width: 12px;
}

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

.toggle-content {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  position: relative;
}

.toggle-content.w--open {
  padding-top: 0;
}

.dark-link {
  color: #111;
  text-decoration: underline;
}

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

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

.cta-wrapper {
  background-color: #f4f5f8;
  padding: 40px 90px 50px;
}

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

.team-image {
  width: 500px;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.margin-200px {
  margin-top: 200px;
}

.first-part {
  order: -1;
  align-items: center;
  display: flex;
}

.second-part {
  order: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

/* New Influencer Grid System */
.influencer-grid-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.influencer-grid-container a {
  pointer-events: auto;
}

.hero-center-content {
  position: relative;
  z-index: 15;
  text-align: center;
  pointer-events: auto;
  max-width: 800px;
}

/* Grid Tier Classes for Fade/Blur Effects */
.grid-tier-center {
  opacity: 1;
  filter: blur(0px);
  z-index: 10;
  transition: all 0.3s ease;
  animation: float 6s ease-in-out infinite;
}

.grid-tier-2 {
  opacity: 0.8;
  filter: blur(0.5px);
  z-index: 8;
  transition: all 0.3s ease;
  animation: float 8s ease-in-out infinite;
  animation-delay: -1s;
}

.grid-tier-3 {
  opacity: 0.6;
  filter: blur(1px);
  z-index: 6;
  transition: all 0.3s ease;
  animation: float 10s ease-in-out infinite;
  animation-delay: -2s;
}

.grid-tier-4 {
  opacity: 0.4;
  filter: blur(2px);
  z-index: 4;
  transition: all 0.3s ease;
  animation: float 12s ease-in-out infinite;
  animation-delay: -3s;
}

/* Floating animation */
@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Base styles for additional grid personas */
.person-grid {
  border-radius: 100%;
  position: absolute;
  background-color: #f0f0f0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
}

.person-grid:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.person-grid .creator-text {
  display: none;
}

.person-1 {
  width: 140px;
  height: 140px;
  background-image: url("../images/person/linus.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: 10%;
  right: auto;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.person-2 {
  width: 120px;
  height: 120px;
  background-image: url("../images/person/ashley.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  flex: 1;
  display: flex;
  position: absolute;
  top: 8%;
  bottom: auto;
  left: auto;
  right: 10%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.person-3 {
  width: 115px;
  height: 115px;
  background-image: url("../images/person/skumnut.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 10%;
  right: auto;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.person-4 {
  width: 130px;
  height: 130px;
  color: #000;
  background-image: url("../images/person/tom.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 10%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Second tier profiles - positioned around center content */
.person-5 {
  width: 100px;
  height: 100px;
  top: 10%;
  left: 18%;
  background-image: url("../images/person/alex.jpg");
}

.person-6 {
  width: 95px;
  height: 95px;
  top: 15%;
  right: 18%;
  background-image: url("../images/person/amy.jpg");
}

.person-7 {
  width: 105px;
  height: 105px;
  top: 35%;
  left: 8%;
  background-image: url("../images/person/kelsey.jpg");
}

.person-8 {
  width: 110px;
  height: 110px;
  top: 40%;
  right: 8%;
  background-image: url("../images/person/bitesizedsponge.jpg");
}

.person-9 {
  width: 90px;
  height: 90px;
  bottom: 15%;
  left: 18%;
  background-image: url("../images/person/dani.jpg");
}

.person-10 {
  width: 100px;
  height: 100px;
  bottom: 10%;
  right: 18%;
  background-image: url("../images/person/nicole.jpg");
}

/* Third tier profiles - further from center */
.person-11 {
  width: 80px;
  height: 80px;
  top: 5%;
  left: 8%;
  background-image: url("../images/person/amadou.jpg");
}

.person-12 {
  width: 75px;
  height: 75px;
  top: 8%;
  right: 8%;
  background-image: url("../images/person/yellow.jpg");
}

.person-13 {
  width: 85px;
  height: 85px;
  top: 25%;
  left: 3%;
  background-image: url("../images/person/crystal.jpg");
}

.person-14 {
  width: 78px;
  height: 78px;
  top: 28%;
  right: 3%;
  background-image: url("../images/person/molly.jpg");
}

.person-15 {
  width: 82px;
  height: 82px;
  top: 55%;
  left: 4%;
  background-image: url("../images/person/shannon.jpg");
}

.person-16 {
  width: 88px;
  height: 88px;
  top: 58%;
  right: 4%;
  background-image: url("../images/person/jon.jpg");
}

.person-17 {
  width: 76px;
  height: 76px;
  bottom: 8%;
  left: 5%;
  background-image: url("../images/person/anna.jpg");
}

.person-18 {
  width: 84px;
  height: 84px;
  bottom: 5%;
  right: 5%;
  background-image: url("../images/person/stephanie.jpg");
}

/* Fourth tier profiles - most faded and at edges */
.person-19 {
  width: 65px;
  height: 65px;
  top: 2%;
  left: 2%;
  background-image: linear-gradient(135deg, #e1bee7 0%, #ce93d8 100%);
}

.person-20 {
  width: 60px;
  height: 60px;
  top: 0%;
  left: 25%;
  background-image: linear-gradient(135deg, #c5e1a5 0%, #aed581 100%);
}

.person-21 {
  width: 68px;
  height: 68px;
  top: 2%;
  right: 2%;
  background-image: linear-gradient(135deg, #ffcc02 0%, #ffa726 100%);
}

.person-22 {
  width: 62px;
  height: 62px;
  top: 15%;
  left: 0%;
  background-image: linear-gradient(135deg, #90caf9 0%, #64b5f6 100%);
}

.person-23 {
  width: 70px;
  height: 70px;
  top: 45%;
  left: 0%;
  background-image: linear-gradient(135deg, #ffab91 0%, #bcaaa4 100%);
}

.person-24 {
  width: 66px;
  height: 66px;
  top: 68%;
  left: 1%;
  background-image: linear-gradient(135deg, #80deea 0%, #4dd0e1 100%);
}

.person-25 {
  width: 64px;
  height: 64px;
  bottom: 2%;
  left: 0%;
  background-image: linear-gradient(135deg, #f48fb1 0%, #ec407a 100%);
}

.person-26 {
  width: 72px;
  height: 72px;
  bottom: 0%;
  left: 25%;
  background-image: linear-gradient(135deg, #dcedc8 0%, #c5e1a5 100%);
}

.person-27 {
  width: 58px;
  height: 58px;
  bottom: 0%;
  right: 25%;
  background-image: linear-gradient(135deg, #ffcdd2 0%, #f8bbd9 100%);
}

.person-28 {
  width: 74px;
  height: 74px;
  bottom: 2%;
  right: 0%;
  background-image: linear-gradient(135deg, #e0e0e0 0%, #bdbdbd 100%);
}

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

.photo-overlay {
  background-image: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.82),
    rgba(0, 0, 0, 0) 62%
  );
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.counters-content {
  font-size: 50px;
  line-height: 50px;
}

.counters-content.with-padding {
  padding-left: 57px;
  padding-right: 57px;
}

.get-started-wrapper {
  text-align: center;
  background-color: #f4f5f8;
  padding: 45px 66px 55px;
}

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

.month-plan {
  color: #000;
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.month-plan.w--current {
  color: #000;
  background-color: #fcb150;
  border-color: #e29578;
}

.pricing-tab-menu {
  text-align: center;
  margin-bottom: 50px;
}

.small-dot {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 100%;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.small-text {
  color: #9c9c9c;
  text-align: right;
  margin-top: 5px;
  font-weight: 600;
}

.small-text.center {
  color: #fff;
  text-align: center;
}

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

.small {
  margin-right: 3px;
  font-size: 30px;
  display: inline-block;
}

.membership-list {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.membership-list.in-pricing {
  justify-content: flex-start;
  margin-bottom: 10px;
  padding-left: 0;
}

.pricing-gird {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.price-tag {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.pricing-content-2 {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 40px 30px;
  display: flex;
  position: relative;
}

.tag-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  padding: 10px 22px;
  font-size: 11px;
  font-weight: 700;
}

.tag-text.absolute {
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.check-green {
  width: 20px;
  height: 20px;
  background-color: #fcb150;
  background-image: url("../images/checkbox.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 100%;
  margin-right: 10px;
}

.margin-30px-2 {
  margin-top: 50px;
}

.billed-text {
  color: #6e6e6e;
  font-family: Caveat, sans-serif;
  font-size: 22px;
}

.price-title {
  margin-bottom: 15px;
  font-weight: 800;
}

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

.blog-list.page {
  width: 80%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.blog-wrapper {
  width: 100%;
  color: #111;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.3s;
  display: flex;
}

.blog-wrapper:hover {
  color: #fcb150;
}

.blog-title {
  margin-top: 15px;
  font-size: 26px;
  line-height: 30px;
}

.categoru-text {
  color: #6e6e6e;
  font-family: Caveat, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.cta-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.4fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.alight-right {
  text-align: right;
}

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

.cta-title-2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

.subscribe-flex {
  justify-content: center;
  display: flex;
  position: relative;
}

.orange-color {
  color: #fcb150;
  font-weight: 600;
}

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

.orange-title {
  color: #fcb150;
}

.margin-80px {
  margin-top: 80px;
}

.background-video {
  object-fit: cover;
}

.circle-testimonials-block {
  width: 80%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centerize-block {
  text-align: center;
}

.testimonials-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slide-nave {
  font-size: 12px;
  position: relative;
  top: 15px;
}

.testimonials-circle {
  width: 130px;
  height: 130px;
  border: 6px solid #f4f5f8;
  border-radius: 100%;
  margin-left: -25px;
  position: relative;
  left: 25px;
}

.testimonials-circle._3 {
  z-index: 2;
  background-image: url("../images/person-3.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials-circle._2 {
  z-index: 3;
  background-image: url("../images/person-1.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials-circle._4 {
  background-image: url("../images/person-2.jpg");
  background-position: 50% 0;
  background-size: cover;
}

.testimonials-circle._1 {
  z-index: 4;
  background-image: url("../images/person-4.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.arrow-display-none {
  display: none;
}

.madox-logo.margin-right-10px {
  margin-right: 10px;
}

.madox-logo.mobile-logo.margin-horizontal-10px {
  margin-left: 10px;
  margin-right: 10px;
}

.about-sub {
  background-color: #000;
  padding: 80px 5% 300px;
}

.about-grid {
  width: 70%;
  min-height: 500px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.team-grid._2 {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-columns: 1fr 1fr;
}

.team-grid._3 {
  max-width: 720px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.team-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 29px;
  padding-right: 29px;
  display: flex;
}

.team-content._2 {
  text-align: left;
  flex-direction: row;
  padding-left: 0;
}

.team-content._3 {
  background-color: #111;
  padding: 33px 50px;
}

.team-circle {
  width: 140px;
  height: 140px;
  background-image: url("../images/person-1.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  flex: none;
  margin-bottom: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.team-circle._2 {
  background-image: url("../images/person-4.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-circle._3 {
  background-image: url("../images/person-2.jpg");
}

.team-circle._4 {
  background-image: url("../images/person-3.jpg");
}

.team-circle.square {
  width: 200px;
  height: 200px;
  border-radius: 0%;
  margin-bottom: 0;
  margin-right: 50px;
}

.or-divider {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.or-text {
  width: 60px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  position: absolute;
}

.or-line {
  width: 100%;
  height: 1px;
  background-color: rgba(41, 51, 92, 0.15);
}

.margin-5px {
  margin-top: 5px;
}

.coming-soon-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.flex-utility {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.blog-image {
  width: 100%;
  height: 100%;
}

.blog-body {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1em;
}

.medium {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1em;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.light-block {
  width: 100%;
  background-color: #f4f5f8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px 20px 40px 45px;
}

.regular-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1em;
}

.grayscale-parent {
  width: 100%;
  height: 85px;
  clear: left;
  border-radius: 4px;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-row {
  width: 100%;
  clear: left;
  margin-top: 45px;
  position: relative;
}

.light-block-second {
  width: 100%;
  background-color: #f4f5f8;
  padding: 20px 20px 40px 45px;
}

.light-block-second.rounded-bottom {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 45px;
  padding-bottom: 30px;
}

.typography-flex {
  width: 58%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.text-highlight {
  width: 42%;
  background-color: #fff;
  border-radius: 5px;
  padding: 40px;
}

.type-column {
  width: 33.3333%;
  background-color: #f4f5f8;
  border-radius: 5px;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.type-column.right {
  margin-right: 0;
}

.type-row {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.caption {
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.caption.margined {
  color: #6e6e6e;
  margin-top: 10px;
}

.white-block {
  width: 100%;
  background-color: #fff;
  padding: 20px 20px 40px 45px;
}

.light-gray {
  width: 16.6667%;
  height: 100%;
  background-color: #6c7486;
  border-radius: 4px 0 0 4px;
  padding: 10px;
  display: flex;
}

.light-gray-3 {
  width: 16.6667%;
  height: 100%;
  background-color: #e4ecfa;
  border-radius: 0;
  padding: 10px;
  display: flex;
}

.light-gray-2 {
  width: 16.6667%;
  height: 100%;
  background-color: #99a3ba;
  border-radius: 0;
  padding: 10px;
  display: flex;
}

.color-row {
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.color-row.grey {
  margin-bottom: 25px;
  padding-bottom: 0;
}

.color-block {
  width: 100%;
  height: 85px;
  background-color: #fcb150;
  border-radius: 4px;
  padding: 10px;
  display: flex;
}

.color-block.secondary {
  background-color: #6e6e6e;
}

.color-block.primary-lighy {
  background-color: #f4f5f8;
}

.black-link {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: underline;
}

.black-link.creator-text {
  color: #fcb150;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  margin-top: 150px;
  padding-top: 0;
  font-family: Caveat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.shrink-item {
  flex: 1;
  margin-right: 20px;
}

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

.shrink-item.gird {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-size {
  width: 50px;
}

.licensing-block {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

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

.licensing-content {
  min-height: 150px;
  background-color: #f4f5f8;
  padding: 25px;
  display: flex;
}

.licensing-content.verical {
  flex-direction: column;
  align-items: center;
  padding-bottom: 35px;
}

.licensing-content.verical.for-instructions {
  width: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.presantation-link {
  color: #000;
  text-align: center;
  background-color: #f4f5f8;
  padding: 30px 30px 20px;
  transition: all 0.3s;
}

.presantation-link:hover {
  opacity: 0.8;
  color: #fcb150;
}

.pres-image {
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.pres-text {
  font-family: Caveat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.masterthemes-quote {
  text-align: center;
  background-color: #fff;
  align-items: center;
  padding: 50px;
  display: flex;
}

.rich-text-block {
  width: 70%;
}

.gird-photo {
  max-width: 720px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.photo-about {
  min-height: 210px;
  background-image: url("../images/project-1.jpg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-about._2 {
  background-image: url("../images/photo-13.jpg");
  background-position: 50%;
}

.photo-about._4 {
  background-image: url("../images/photo-11.jpg");
  background-position: 50%;
}

.photo-about._3 {
  background-image: url("../images/photo-17.jpg");
  background-position: 50%;
}

.photo-about._5 {
  background-image: url("../images/photo-10.jpg");
  background-position: 50% 0;
}

.photo-about._6 {
  background-image: url("../images/photo-7.jpg");
}

.icons-size {
  width: 50px;
  margin-bottom: 20px;
}

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

.icons-grid._3-column {
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.icons-wrapper {
  border-right: 2px solid #fff;
  padding-left: 3%;
  padding-right: 3%;
}

.icons-wrapper.second {
  text-align: center;
  border-right-style: none;
  padding-left: 12%;
  padding-right: 12%;
}

.parahraph-black {
  color: #000;
}

.features-second-wrapper {
  text-align: center;
  background-color: #000;
  border-radius: 2px;
  align-items: center;
  padding: 30px 40px 20px;
  display: flex;
}

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

.features-icon-big {
  width: 50px;
  margin-bottom: 15px;
}

.relative-div {
  position: relative;
}

.grid-features {
  width: 100%;
  max-width: 660px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image {
  display: inline-block;
}

.no-margins {
  margin: 0;
}

.no-margins.white-text {
  color: #fff;
}

.no-margins.dark-orange-text {
  color: #fcb150;
}

.no-margins.dark-orange-text.margin-left-10px {
  margin-left: 10px;
}

.div-block {
  flex: 0 auto;
}

.link {
  text-decoration: underline;
}

.creator-text {
  color: #fcb150;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  font-family: Caveat, sans-serif;
  font-size: 23px;
  font-weight: 500;
  display: flex;
}

.creator-text.creator-2-text {
  color: #000;
  text-align: center;
  margin-top: 150px;
  font-size: 22px;
  font-weight: 400;
}

.creator-text.creator-4-text {
  color: #000;
  text-align: center;
  margin-top: 145px;
  font-size: 22px;
  font-weight: 400;
}

.creator-text.creator-3-text {
  color: #000;
  text-align: center;
  margin-top: 125px;
  font-size: 22px;
  font-weight: 400;
}

.creator-text.creator-1-text {
  color: #000;
  margin-top: 160px;
  font-size: 22px;
  font-weight: 400;
}

.paragraph-gray {
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 991px) {
  .webflow-container.negative {
    margin-top: -300px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    background-color: #fff;
    padding-bottom: 20px;
  }

  .dropdown-list.w--open {
    position: relative;
  }

  .menu-button {
    order: 1;
    top: -5px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .utility-page-wrap {
    height: 600px;
  }

  .hero {
    min-height: auto;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    padding-top: 50px;
  }

  .hero._2 {
    background-position: 115%;
    padding-top: 70px;
    padding-bottom: 243px;
  }

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

  .hero._6 {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .hero._8 {
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .nav-link {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
  }

  .nav-link.dropdown {
    width: 100%;
  }

  .dropdown-link {
    padding-left: 40px;
  }

  .navigation {
    min-height: 70px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .hero-max.nevative {
    margin-left: 0;
  }

  .hero-max._1.demo {
    padding-bottom: 50px;
  }

  .hero-max.on-tab {
    margin-bottom: 50px;
  }

  .hero-iamge {
    min-height: 500px;
  }

  .hero-iamge._2 {
    min-height: 600px;
    background-position: 50% 0;
  }

  .hero-iamge._3 {
    min-height: auto;
    padding-top: 61px;
    padding-bottom: 103px;
  }

  .title-1 {
    font-size: 64px;
    line-height: 58px;
  }

  .button-flex.margin-left.for-mobile {
    margin-top: 15px;
    margin-left: 0;
    padding-left: 20px;
  }

  .arrow-wrapper._3 {
    left: 22%;
  }

  .arrow-wrapper._3.b {
    left: 98%;
  }

  .arrow-wrapper._3.d {
    left: 51%;
  }

  .arrow-wrapper._4 {
    display: none;
    right: 5%;
  }

  .arrow-wrapper._5 {
    right: 34%;
  }

  .arrow-wrapper._5.b {
    right: 26%;
  }

  .arrow-wrapper._5.c,
  .arrow-wrapper._6,
  .arrow-wrapper._6.person-3-arrow {
    display: none;
  }

  .arrow-wrapper._7 {
    display: none;
    top: 21%;
    left: -122px;
  }

  .arrow-wrapper._8 {
    top: -2%;
    right: 1%;
  }

  .arrow-wrapper._9 {
    display: none;
  }

  .arrow-wrapper._10 {
    top: -12%;
    right: 5%;
  }

  .arrow-wrapper._11 {
    display: none;
  }

  .arrow-text._7 {
    left: -1px;
  }

  .arrow-text.person-2-arrow-text {
    top: 3px;
  }

  .features-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .title-2 {
    font-size: 48px;
    line-height: 48px;
  }

  .grid-2-columns {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.flex-reverse {
    flex-direction: column-reverse;
    display: flex;
  }

  .photo-wrapper {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .photo-wrapper._3 {
    width: 100%;
  }

  .photo-wrapper._400px {
    margin-left: auto;
    margin-right: auto;
  }

  .start-wrapper.for-quote {
    max-width: 400px;
    padding: 50px;
  }

  .list-grid {
    width: 100%;
  }

  .list-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .line-process {
    top: 47px;
  }

  .footer {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .title-3 {
    font-size: 40px;
    line-height: 42px;
  }

  .cookies-font {
    flex: 1;
  }

  .grid-form {
    width: 100%;
  }

  .checkbox-field.margin-top {
    text-align: left;
  }

  .logo-hero {
    padding-left: 5%;
  }

  .tab-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .metrics-wrapper.grid {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

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

  .team-image {
    width: 200px;
    display: none;
  }

  .margin-200px {
    margin-top: 80px;
  }

  .person-1 {
    width: 120px;
    height: 120px;
    top: 6%;
    left: 5%;
  }

  .person-2 {
    width: 80px;
    height: 80px;
    top: 7%;
    right: 6%;
  }

  .person-3 {
    width: 80px;
    height: 80px;
    left: 8%;
  }

  .person-4 {
    width: 100px;
    height: 100px;
    right: 5%;
  }

  .hero-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .counters-content {
    width: 50%;
  }

  .counters-content.with-padding {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .get-started-wrapper {
    padding-left: 31px;
    padding-right: 31px;
  }

  .pricing-wrapper {
    width: 100%;
  }

  .membership-list {
    margin-bottom: 15px;
  }

  .pricing-gird {
    max-width: 520px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .tag-text,
  .check-green {
    flex: none;
  }

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

  .blog-list.page {
    width: 100%;
  }

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

  .align-center-mobile,
  .alight-right {
    text-align: center;
  }

  .about-grid {
    width: 100%;
  }

  .team-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .team-grid._2 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .team-content {
    padding-left: 0;
    padding-right: 0;
  }

  .team-content._2 {
    max-width: 620px;
  }

  .coming-soon-wrapper {
    min-height: 800px;
  }

  .blog-body {
    width: 100%;
  }

  .color-block-parent {
    width: 33.3333%;
  }

  .text-highlight {
    padding: 20px;
  }

  .light-gray,
  .light-gray-3,
  .light-gray-2 {
    width: 33.3333%;
  }

  .licensing-block {
    width: 100%;
  }

  .gird-photo {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .photo-about {
    min-height: 200px;
  }

  .icons-grid,
  .icons-grid._3-column {
    grid-template-columns: 1fr 1fr;
  }

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

  .no-margins.dark-orange-text.margin-left-10px {
    margin-left: 10px;
  }

  .creator-text.creator-2-text,
  .creator-text.creator-4-text,
  .creator-text.creator-3-text,
  .creator-text.creator-1-text {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-list.mega-menu.w--open {
    flex-direction: column;
  }

  .hero._2 {
    background-position: 131%;
  }

  .navigation {
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .hero-max.for-section {
    min-height: auto;
  }

  .hero-iamge {
    min-height: 450px;
  }

  .title-1 {
    font-size: 58px;
    line-height: 56px;
  }

  .subhead {
    font-size: 20px;
    line-height: 24px;
  }

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

  .arrow-wrapper._3.b {
    top: 119%;
    left: 75%;
  }

  .arrow-wrapper._3.d {
    display: none;
  }

  .arrow-wrapper._5 {
    right: 10%;
  }

  .arrow-wrapper._6 {
    left: 138px;
  }

  .arrow-wrapper._8 {
    display: none;
  }

  .arrow-wrapper._10 {
    display: none;
    top: 5%;
    right: 3%;
  }

  .arrow-text {
    left: 23px;
  }

  .title-2 {
    font-size: 44px;
    line-height: 44px;
  }

  .photo-wrapper._2 {
    width: 100%;
  }

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

  .line-process {
    display: none;
  }

  .button-divider {
    height: 20px;
  }

  .social-wrapper.absolute {
    margin-top: 50px;
    position: relative;
    bottom: 0;
    left: 0%;
    transform: none;
  }

  .title-3 {
    font-size: 36px;
  }

  .grid-form {
    width: 80%;
  }

  .tab-link-second {
    width: 100%;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-menu {
    max-width: 100%;
    border-radius: 30px;
    flex-direction: column;
  }

  .cta-wrapper {
    padding-left: 17px;
    padding-right: 17px;
  }

  .person-1 {
    width: 100px;
    height: 100px;
  }

  .person-3 {
    bottom: 8%;
  }

  .person-4 {
    bottom: 5%;
  }

  .customer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .circle-testimonials-block,
  .testimonials-slider {
    width: 100%;
  }

  .testimonials-circle._1 {
    margin-left: -40px;
  }

  .about-sub {
    padding-top: 60px;
  }

  .about-grid,
  .team-grid._3 {
    grid-template-columns: 1fr;
  }

  .coming-soon-wrapper {
    min-height: auto;
    flex-direction: column;
    padding-top: 103px;
    padding-bottom: 40px;
  }

  .text-highlight {
    padding: 26px 9px;
  }

  .type-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .type-row {
    flex-direction: column;
  }

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

  .photo-about {
    min-height: 150px;
  }

  .icons-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .icons-wrapper {
    border-right-style: none;
  }

  .features-second-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .icon-second-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    padding-left: 0;
  }

  .brand.absolute {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .hero._2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 20px;
  }

  .hero._3 {
    padding-top: 145px;
    padding-bottom: 159px;
  }

  .hero._3.less-vertical-padding {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .hero._6 {
    padding-top: 110px;
  }

  .hero._7 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

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

  .hero-max._1 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-iamge {
    min-height: 300px;
  }

  .hero-iamge._2 {
    min-height: 400px;
  }

  .hero-iamge._3 {
    padding: 40px 3%;
  }

  .title-1 {
    font-size: 44px;
    line-height: 44px;
  }

  .subhead {
    font-size: 18px;
    line-height: 22px;
  }

  .button.google.dark {
    padding-left: 50px;
  }

  .button.small.hide-mobile,
  .arrow-wrapper {
    display: none;
  }

  .arrow-text {
    font-size: 21px;
  }

  .arrow-text._3 {
    margin-top: 10px;
    font-size: 19px;
  }

  .arrow-text._6 {
    font-size: 24px;
    line-height: 24px;
  }

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

  .title-2 {
    font-size: 34px;
    line-height: 34px;
  }

  .author-name {
    font-size: 16px;
  }

  .photo-wrapper._2,
  .photo-wrapper._3 {
    width: 100%;
  }

  .photo-wrapper._400px.video-background {
    width: 100%;
    height: 320px;
    min-height: 320px;
  }

  .start-wrapper.for-quote {
    width: 80%;
    max-width: none;
    padding: 20px 28px;
  }

  .start-wrapper.star-flex {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .start-wrapper.star-flex._2 {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .start-wrapper.star-flex.make-vertical {
    flex-direction: column;
    align-items: flex-start;
    bottom: 10px;
    left: 10px;
  }

  .margin-120px {
    margin-top: 80px;
  }

  .margin-60px._30px {
    margin-top: 30px;
  }

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

  .copyright-dot {
    display: none;
  }

  .copyright-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .copyright {
    margin-bottom: 5px;
  }

  .footer-gird {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .social-wrapper.center-mobile {
    justify-content: center;
  }

  .social-icon.square._2x {
    width: 40px;
    height: 40px;
  }

  .ui-text {
    margin-left: 5px;
    font-size: 17px;
  }

  .title-3 {
    font-size: 28px;
    line-height: 28px;
  }

  .title-3.quote {
    font-size: 23px;
    line-height: 26px;
  }

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

  .text-field {
    margin-bottom: 10px;
  }

  .grid-form {
    width: 100%;
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .checkbox-field {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .checkbox-field.margin-top {
    align-items: flex-start;
  }

  .checkbox {
    flex: none;
    margin-top: 4px;
  }

  .subscribe-form._450px {
    width: 100%;
  }

  .logo-hero {
    margin-top: 30px;
    position: relative;
    bottom: 0;
  }

  .tab-link-second {
    width: 100%;
    text-align: center;
    flex-direction: column;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .tab-menu {
    margin-bottom: 30px;
  }

  .tab-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .metrics-content.flex {
    align-items: center;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .qa-text {
    white-space: break-spaces;
    line-height: 22px;
  }

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

  .cta-wrapper {
    padding: 31px 13px 34px;
  }

  .cta-grid {
    flex-direction: column;
    grid-template-columns: minmax(180px, 1fr);
    display: flex;
  }

  .hero._3 {
    padding: 0px;
  }

  .person-1 {
    width: 80px;
    height: 80px;
    top: -5%;
    left: 2%;
  }

  .person-2 {
    top: -5%;
    right: 2%;
  }

  .person-3 {
    width: 80px;
    height: 80px;
    bottom: -5%;
    left: 2%;
  }

  .person-4 {
    width: 90px;
    height: 90px;
    bottom: -5%;
    right: 2%;
  }

  /* Mobile responsiveness for new grid system */
  .influencer-grid-container {
    min-height: 400px;
  }

  .hero-center-content {
    max-width: 90%;
    padding: 20px;
  }

  .grid-tier-3,
  .grid-tier-4 {
    display: none;
  }

  .grid-tier-2 {
    opacity: 0.6;
    filter: blur(1px);
  }

  /* Scale down second tier profiles for mobile */
  .person-5,
  .person-6,
  .person-7,
  .person-8,
  .person-9,
  .person-10 {
    width: 50px !important;
    height: 50px !important;
  }

  .person-5 {
    top: 5%;
    left: 10%;
  }

  .person-6 {
    top: 8%;
    right: 10%;
  }

  .person-7 {
    top: 30%;
    left: 5%;
  }

  .person-8 {
    top: 35%;
    right: 5%;
  }

  .person-9 {
    bottom: 25%;
    left: 8%;
  }

  .person-10 {
    bottom: 20%;
    right: 8%;
  }

  .counters-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .small-text-flex {
    flex-direction: column;
  }

  .month-plan {
    text-align: center;
    margin: 10px 0;
  }

  .cta-title-2 {
    font-size: 30px;
    line-height: 32px;
  }

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

  .background-video {
    height: 100%;
  }

  .testimonials-circle {
    width: 75px;
    height: 75px;
  }

  .testimonials-circle._1 {
    margin-left: -60px;
  }

  .madox-logo {
    width: 80px;
  }

  .madox-logo.margin-right-10px {
    margin-right: 10px;
  }

  .madox-logo.mobile-logo {
    width: 32px;
  }

  .madox-logo.mobile-logo.margin-horizontal-10px {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .team-content._2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .team-circle.square {
    width: 150px;
    height: 150px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .coming-soon-wrapper {
    padding-bottom: 41px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .grayscale-parent {
    height: 55px;
  }

  .typography-flex {
    width: 68%;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .type-column {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .type-row {
    flex-direction: column;
  }

  .light-gray,
  .light-gray-3,
  .light-gray-2 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-row {
    flex-direction: column;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .shrink-item {
    margin-right: 0;
  }

  .shrink-item.flex {
    margin-top: 20px;
    margin-right: 0;
  }

  .image-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .licensing-content {
    flex-direction: column;
  }

  .presantation-link {
    padding: 15px;
  }

  .gird-photo {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .photo-about {
    min-height: 140px;
  }

  .icons-grid._3-column,
  .icon-second-grid {
    grid-template-columns: 1fr;
  }
}

#w-node-ecf75da9-442c-1512-6941-12d68f2d3513-0b8606de {
  align-self: center;
  justify-self: end;
}

#w-node-_666b0c01-401c-aab0-5e18-bb447ad9d218-0b8606de,
#w-node-_666b0c01-401c-aab0-5e18-bb447ad9d23c-0b8606de,
#w-node-_666b0c01-401c-aab0-5e18-bb447ad9d298-0b8606de,
#w-node-_666b0c01-401c-aab0-5e18-bb447ad9d2bc-0b8606de {
  align-self: start;
}

#w-node-c0142f85-48ad-db1a-f67c-b15a07088650-0b8606e6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_93d45a9b-6de8-67b7-0f5e-82b146b78c49-0b8606e6 {
  justify-self: stretch;
}

#w-node-_93d45a9b-6de8-67b7-0f5e-82b146b78c5d-0b8606e6,
#w-node-_93d45a9b-6de8-67b7-0f5e-82b146b78c70-0b8606e6,
#w-node-b573b324-9564-c91f-d2ae-24354e3c3680-0b8606e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_9982df5c-50e4-add8-a54c-e83e961fa1d8-0b8606e7 {
  justify-self: stretch;
}

#w-node-_9982df5c-50e4-add8-a54c-e83e961fa1ec-0b8606e7,
#w-node-_9982df5c-50e4-add8-a54c-e83e961fa1fc-0b8606e7,
#w-node-_9982df5c-50e4-add8-a54c-e83e961fa20c-0b8606e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_925af03d-1666-e16e-6d40-c3a3b326c1fe-0b8606e8 {
  justify-self: stretch;
}

#w-node-_925af03d-1666-e16e-6d40-c3a3b326c212-0b8606e8,
#w-node-_925af03d-1666-e16e-6d40-c3a3b326c222-0b8606e8,
#w-node-_925af03d-1666-e16e-6d40-c3a3b326c232-0b8606e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-c3063761-b043-8e1a-9aed-6123c75df29e-0b8606e8 {
  align-self: center;
  justify-self: end;
}

#Name.w-node-_0f96b01d-c729-bb77-5e7d-f3db46d4f57e-0b8606ea,
#Email.w-node-_0f96b01d-c729-bb77-5e7d-f3db46d4f57f-0b8606ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f96b01d-c729-bb77-5e7d-f3db46d4f581-0b8606ea {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_985a6b47-bd2c-5a07-b501-14e1d5238452-0b8606ef {
  align-self: stretch;
}

#Email.w-node-_793a49f9-ec94-c18a-de2c-436c1ced978d-0b8606ef {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_37936159-f26a-e478-5daa-a621ab88c6d3-0b8606ef {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_793a49f9-ec94-c18a-de2c-436c1ced978f-0b8606ef,
#Name.w-node-_8640ea6e-83eb-d1de-42b6-bf9d9f6259e6-0b8606f1,
#Company.w-node-d0eb75be-9be5-3108-7d7d-e852482d9fc4-0b8606f1,
#Email.w-node-_8640ea6e-83eb-d1de-42b6-bf9d9f6259e7-0b8606f1,
#Message.w-node-e096c97f-df94-300c-6c62-9ed4beb16926-0b8606f1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8640ea6e-83eb-d1de-42b6-bf9d9f6259e9-0b8606f1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_8640ea6e-83eb-d1de-42b6-bf9d9f6259e8-0b8606f1,
#Name.w-node-_0d5c4e60-ff60-ae2b-bb98-613ad4ad7bc3-0b8606f2,
#Company.w-node-_0d5c4e60-ff60-ae2b-bb98-613ad4ad7bc4-0b8606f2,
#Email.w-node-_0d5c4e60-ff60-ae2b-bb98-613ad4ad7bc5-0b8606f2,
#Message.w-node-_0d5c4e60-ff60-ae2b-bb98-613ad4ad7bc6-0b8606f2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0d5c4e60-ff60-ae2b-bb98-613ad4ad7bc7-0b8606f2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_0d5c4e60-ff60-ae2b-bb98-613ad4ad7bcd-0b8606f2,
#Name.w-node-_7a69ba23-3fdd-a35f-0e34-93ab090f0c6b-0b8606f3,
#Email.w-node-_7a69ba23-3fdd-a35f-0e34-93ab090f0c6d-0b8606f3,
#Message.w-node-_7a69ba23-3fdd-a35f-0e34-93ab090f0c6e-0b8606f3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7a69ba23-3fdd-a35f-0e34-93ab090f0c6f-0b8606f3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_7a69ba23-3fdd-a35f-0e34-93ab090f0c75-0b8606f3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fa669305-a28e-3784-5e14-0fc36200921a-0b8606f3 {
  align-self: center;
  justify-self: end;
}

#Name.w-node-b5421b0b-2395-1787-926a-127a7c3c2492-0b8606f4,
#Email.w-node-b5421b0b-2395-1787-926a-127a7c3c2493-0b8606f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5421b0b-2395-1787-926a-127a7c3c2495-0b8606f4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#Name.w-node-_9b631e4a-0543-9025-6847-99591f435b9b-0b8606f5,
#Email.w-node-_9b631e4a-0543-9025-6847-99591f435b9c-0b8606f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b631e4a-0543-9025-6847-99591f435b9e-0b8606f5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#Email.w-node-_18161253-c2f0-5406-7490-769b62d2ab1f-0b8606f6,
#w-node-_18161253-c2f0-5406-7490-769b62d2ab27-0b8606f6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#Name.w-node-febd2821-93b5-1db5-af7f-5d5eba13cc1f-0b8606f8,
#Email.w-node-febd2821-93b5-1db5-af7f-5d5eba13cc20-0b8606f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-febd2821-93b5-1db5-af7f-5d5eba13cc22-0b8606f8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-f93d359a-bb5e-48b6-887d-5c340ae6c517-0b8606f8,
#w-node-f93d359a-bb5e-48b6-887d-5c340ae6c501-0b8606f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed5978df-2b9b-7e22-c62b-908980468465-80468462 {
  justify-self: center;
}

#w-node-e69f3a68-a038-ae89-dcb7-c998d8715bc8-80468462 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ed5978df-2b9b-7e22-c62b-9089804684aa-80468462 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ed5978df-2b9b-7e22-c62b-9089804684a6-80468462 {
  order: 9999;
}

#w-node-_555d9bd7-6805-3f23-248e-fe21d5f1ec68-0b8606f9 {
  justify-self: center;
}

#Name-2.w-node-_603e5b1c-430e-b50b-6c9f-554f3039264d-0b8606fa,
#Email-2.w-node-_603e5b1c-430e-b50b-6c9f-554f3039264e-0b8606fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_603e5b1c-430e-b50b-6c9f-554f30392650-0b8606fa {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_603e5b1c-430e-b50b-6c9f-554f3039267d-0b8606fa {
  justify-self: end;
}

#w-node-_7f382f00-8092-7b93-7c68-c1c3a1f4ff6d-0b8606fe {
  justify-self: center;
}

#w-node-_7f382f00-8092-7b93-7c68-c1c3a1f4ff6f-0b8606fe,
#w-node-_7f382f00-8092-7b93-7c68-c1c3a1f4ff71-0b8606fe,
#w-node-_7f382f00-8092-7b93-7c68-c1c3a1f4ff73-0b8606fe,
#w-node-_7f382f00-8092-7b93-7c68-c1c3a1f4ff75-0b8606fe,
#w-node-_7f382f00-8092-7b93-7c68-c1c3a1f4ff77-0b8606fe,
#w-node-_7f382f00-8092-7b93-7c68-c1c3a1f4ff79-0b8606fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6c95dbc9-6393-1c0e-6919-d7f81c64c9a6-0b860732,
#w-node-_6c95dbc9-6393-1c0e-6919-d7f81c64c9ca-0b860732,
#w-node-_6c95dbc9-6393-1c0e-6919-d7f81c64ca26-0b860732,
#w-node-_6c95dbc9-6393-1c0e-6919-d7f81c64ca4a-0b860732 {
  align-self: start;
}

#w-node-_21749dfe-250a-cbf5-577e-59c033a4c743-0b860732 {
  align-self: center;
  justify-self: end;
}

#w-node-_1b6216c6-f167-6313-3b56-c4d4cdafe3cc-0b860744,
#w-node-_1b6216c6-f167-6313-3b56-c4d4cdafe3cf-0b860744 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91d6010b-a6d4-81e1-c052-27ca521d68c1-0b860756 {
  justify-self: end;
}

#w-node-_3a5c5330-2bf3-07a8-f7db-d3a4087350b6-0b860768 {
  align-self: start;
}

#w-node-_3a5c5330-2bf3-07a8-f7db-d3a4087350af-0b860768 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Email.w-node-_7923e8d8-58cb-47a2-908b-5070d0c759b7-0b86077a,
#Password.w-node-_7923e8d8-58cb-47a2-908b-5070d0c759ba-0b86077a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7923e8d8-58cb-47a2-908b-5070d0c759bd-0b86077a {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_7923e8d8-58cb-47a2-908b-5070d0c759bc-0b86077a,
#Email.w-node-d9d0230a-52b4-6c00-ad6f-a36acfaea566-0b86077d,
#Name.w-node-d9d0230a-52b4-6c00-ad6f-a36acfaea564-0b86077d,
#Last-Name.w-node-fe78f59a-f7db-0f45-9551-d1b5f99b086a-0b86077d,
#Password.w-node-d9d0230a-52b4-6c00-ad6f-a36acfaea565-0b86077d,
#Repeat-Password.w-node-c0bed1a7-9dae-f0a1-d49b-6910c43c9f0d-0b86077d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d9d0230a-52b4-6c00-ad6f-a36acfaea569-0b86077d {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-d9d0230a-52b4-6c00-ad6f-a36acfaea568-0b86077d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-ecf75da9-442c-1512-6941-12d68f2d3513-0b8606de {
    justify-self: center;
  }

  #w-node-_6b1d1796-cfbb-a32b-873e-4fa16ce016f8-0b8606de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-feabc299-0295-bac8-5452-a6f79247385c-0b8606e6,
  #w-node-_857b5e0a-e1f8-7acf-ebea-58e2c9589405-0b8606e8,
  #w-node-c3063761-b043-8e1a-9aed-6123c75df29e-0b8606e8,
  #w-node-_94e73a73-0a5f-a412-384f-facfb3a326c8-0b8606f3,
  #w-node-fa669305-a28e-3784-5e14-0fc36200921a-0b8606f3 {
    justify-self: center;
  }

  #w-node-ed5978df-2b9b-7e22-c62b-908980468465-80468462 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-ed5978df-2b9b-7e22-c62b-9089804684a6-80468462 {
    order: 9999;
  }

  #w-node-_21749dfe-250a-cbf5-577e-59c033a4c743-0b860732 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_305abd90-5252-57d5-9886-1e71ddabe896-0b8606de,
  #w-node-c9539cd6-3012-8244-6b17-6bae64231306-0b8606de,
  #w-node-_0822f53f-6284-d524-a281-6e8caa57e7c0-0b8606de,
  #w-node-_9dc4e862-4983-a68a-d195-8015f26f4011-0b8606de,
  #w-node-_835ba2c3-04ba-7308-ed08-74d9b482a12d-0b8606de,
  #w-node-efd9f418-1765-f372-c35c-c2dfbec9fa58-0b8606de,
  #w-node-c7b2952e-3aab-9a84-cf8f-7c73ebd62a85-0b8606de,
  #w-node-bb094e9e-a73b-0dc6-4393-61bf579988f8-0b8606de,
  #w-node-_8442b3fd-7335-c78e-bdcd-f445bd121643-0b8606de,
  #w-node-e4bf9375-ad4b-0be8-c262-15115e6f5b21-0b8606de,
  #w-node-_936ee1cb-8135-dfbd-eb18-f77bd50ab9e1-0b8606de,
  #w-node-_742394da-57b4-d808-1ada-646a2ea7e8b9-0b8606de,
  #w-node-ac476137-f5e6-954f-39d4-ccbb052067fe-0b8606de,
  #w-node-d5501cce-91d1-4330-e411-649ef7460793-0b8606de,
  #w-node-a28e2376-67a9-e7f0-4f35-5504faedb77a-0b8606de,
  #w-node-a1d628b4-bc66-be45-6308-8ec80c995895-0b8606de,
  #w-node-cfb4ac1d-ab64-7e5f-2c76-3341b4554f09-0b8606de,
  #w-node-ac09a267-4c75-1d02-7043-140c60b0d296-0b8606de,
  #w-node-_33948f54-630c-4cef-6dbf-027eb6dace60-0b8606de,
  #w-node-_49b7027a-ff41-8a79-a3a2-4822c3e13a42-0b8606de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Name.w-node-febd2821-93b5-1db5-af7f-5d5eba13cc1f-0b8606f8,
  #Email.w-node-febd2821-93b5-1db5-af7f-5d5eba13cc20-0b8606f8,
  #w-node-febd2821-93b5-1db5-af7f-5d5eba13cc21-0b8606f8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ed5978df-2b9b-7e22-c62b-908980468465-80468462 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #Name.w-node-_0f96b01d-c729-bb77-5e7d-f3db46d4f57e-0b8606ea,
  #Email.w-node-_0f96b01d-c729-bb77-5e7d-f3db46d4f57f-0b8606ea,
  #w-node-_0f96b01d-c729-bb77-5e7d-f3db46d4f580-0b8606ea,
  #Email.w-node-_793a49f9-ec94-c18a-de2c-436c1ced978d-0b8606ef,
  #w-node-_793a49f9-ec94-c18a-de2c-436c1ced978f-0b8606ef,
  #Name.w-node-_8640ea6e-83eb-d1de-42b6-bf9d9f6259e6-0b8606f1,
  #Company.w-node-d0eb75be-9be5-3108-7d7d-e852482d9fc4-0b8606f1,
  #Email.w-node-_8640ea6e-83eb-d1de-42b6-bf9d9f6259e7-0b8606f1,
  #w-node-_8640ea6e-83eb-d1de-42b6-bf9d9f6259e8-0b8606f1,
  #Name.w-node-_0d5c4e60-ff60-ae2b-bb98-613ad4ad7bc3-0b8606f2,
  #Company.w-node-_0d5c4e60-ff60-ae2b-bb98-613ad4ad7bc4-0b8606f2,
  #Email.w-node-_0d5c4e60-ff60-ae2b-bb98-613ad4ad7bc5-0b8606f2,
  #w-node-_0d5c4e60-ff60-ae2b-bb98-613ad4ad7bcd-0b8606f2,
  #Name.w-node-_7a69ba23-3fdd-a35f-0e34-93ab090f0c6b-0b8606f3,
  #Email.w-node-_7a69ba23-3fdd-a35f-0e34-93ab090f0c6d-0b8606f3,
  #w-node-_7a69ba23-3fdd-a35f-0e34-93ab090f0c75-0b8606f3,
  #Name.w-node-b5421b0b-2395-1787-926a-127a7c3c2492-0b8606f4,
  #Email.w-node-b5421b0b-2395-1787-926a-127a7c3c2493-0b8606f4,
  #w-node-b5421b0b-2395-1787-926a-127a7c3c2494-0b8606f4,
  #Name.w-node-_9b631e4a-0543-9025-6847-99591f435b9b-0b8606f5,
  #Email.w-node-_9b631e4a-0543-9025-6847-99591f435b9c-0b8606f5,
  #w-node-_9b631e4a-0543-9025-6847-99591f435b9d-0b8606f5,
  #Email.w-node-_18161253-c2f0-5406-7490-769b62d2ab1f-0b8606f6,
  #w-node-_18161253-c2f0-5406-7490-769b62d2ab27-0b8606f6,
  #Name.w-node-febd2821-93b5-1db5-af7f-5d5eba13cc1f-0b8606f8,
  #Email.w-node-febd2821-93b5-1db5-af7f-5d5eba13cc20-0b8606f8,
  #w-node-febd2821-93b5-1db5-af7f-5d5eba13cc21-0b8606f8,
  #Name-2.w-node-_603e5b1c-430e-b50b-6c9f-554f3039264d-0b8606fa,
  #Email-2.w-node-_603e5b1c-430e-b50b-6c9f-554f3039264e-0b8606fa,
  #w-node-_603e5b1c-430e-b50b-6c9f-554f3039264f-0b8606fa,
  #Email.w-node-_7923e8d8-58cb-47a2-908b-5070d0c759b7-0b86077a,
  #Password.w-node-_7923e8d8-58cb-47a2-908b-5070d0c759ba-0b86077a,
  #w-node-_7923e8d8-58cb-47a2-908b-5070d0c759bc-0b86077a,
  #Email.w-node-d9d0230a-52b4-6c00-ad6f-a36acfaea566-0b86077d,
  #Name.w-node-d9d0230a-52b4-6c00-ad6f-a36acfaea564-0b86077d,
  #Last-Name.w-node-fe78f59a-f7db-0f45-9551-d1b5f99b086a-0b86077d,
  #Password.w-node-d9d0230a-52b4-6c00-ad6f-a36acfaea565-0b86077d,
  #Repeat-Password.w-node-c0bed1a7-9dae-f0a1-d49b-6910c43c9f0d-0b86077d,
  #w-node-d9d0230a-52b4-6c00-ad6f-a36acfaea568-0b86077d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}
