:root {
  --4-blog: #555;
  --2-blog: #268bce;
  --1-blog: #1c6799;
  --7-blog: #f9f9f9;
  --6-blog: #bfc9d1;
  --5-blog: #e5eaed;
  --white: white;
  --3-blog: #fda11f;
  --orange: #fea11d;
  --dark-transparent: rgba(0, 0, 0, .5);
  --bg: #f7f9fb;
  --background: #f2faff;
  --dodger-blue: #3498db;
  --black: black;
  --dark: #101c3e;
  --medium: #3a63d4;
  --light: #e5ecff;
}

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

body {
  color: var(--4-blog);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: var(--2-blog);
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: var(--2-blog);
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  color: var(--2-blog);
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  color: #6e6e6e;
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  color: #3498db;
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.6;
}

a {
  color: var(--2-blog);
  cursor: pointer;
  text-decoration: none;
}

ul {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 10px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.6;
}

li {
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 10px;
}

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

.footer {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 0;
}

.footer-flex-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.footer-link {
  color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.container {
  max-width: 740px;
}

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

.heading-2.banner {
  color: #64b0e2;
  margin-top: 36px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
}

.bigbluebutton {
  clear: none;
  background-color: var(--2-blog);
  color: #fff;
  border-radius: 5px;
  width: auto;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.bigbluebutton:hover {
  background-color: var(--1-blog);
}

.div-block {
  background-color: var(--7-blog);
  text-align: center;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 50px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.blueoutlinebutton {
  border: 3px solid var(--2-blog);
  color: var(--2-blog);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  width: 100%;
  margin-top: 0;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.blueoutlinebutton:hover {
  border-color: var(--1-blog);
  color: var(--1-blog);
}

.image-3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  transform: scale(1.2);
}

.text-span {
  color: var(--4-blog);
  font-size: 14px;
}

.image-4 {
  float: left;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.blogpostmenu2 {
  max-width: 1100px;
  margin-top: 89px;
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
}

.button-3 {
  background-color: #bdc9d2;
  padding: 15px 40px;
  font-weight: 700;
}

.button-3.outline {
  border: 3px solid var(--6-blog);
  color: var(--6-blog);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding: 13px 24px;
}

.button-3.outline:hover {
  border-color: var(--4-blog);
  color: var(--4-blog);
}

.back-link-wrapper {
  text-align: center;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 60px;
  display: flex;
}

.div-block-5 {
  background-color: #f7f9fb;
  margin-top: 100px;
}

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

.image-6 {
  float: left;
  margin-bottom: -70px;
  margin-left: -30px;
  transform: translate(0, -105px);
}

.container-4 {
  text-align: right;
}

.heading-3 {
  color: var(--4-blog);
  text-align: center;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 57px;
}

.heading-4 {
  color: var(--2-blog);
  margin-top: 60px;
  font-size: 30px;
}

.div-block-6 {
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.body {
  font-family: DM Sans, sans-serif;
}

.body._2 {
  background-color: var(--2-blog);
}

.link-2 {
  color: var(--2-blog);
  margin-left: -5px;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.link-2:hover {
  color: var(--1-blog);
}

.columns {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 12px;
  display: flex;
}

.image-7 {
  margin: auto;
  padding-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.heading-5 {
  color: var(--2-blog);
  margin-top: 40px;
}

.blue-top {
  z-index: -5;
  background-color: var(--2-blog);
  width: 100%;
  height: 650px;
  margin-top: -95px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: scale(1.2)rotate(-9deg);
}

.blue-top.hero {
  height: 500px;
}

.txt-content {
  z-index: 10;
  width: 52%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-5 {
  margin-top: 0;
  padding-top: 15px;
}

.container-5.notblog {
  max-width: 1100px;
  padding-left: 0;
}

.nav_elm {
  float: none;
  color: var(--2-blog);
  background-color: rgba(0, 0, 0, 0);
  margin-top: auto;
  margin-left: 10px;
  padding: 10px 6px 10px 10px;
}

.nav_elm:hover {
  font-weight: 400;
}

.nav_elm.w--current {
  color: var(--5-blog);
}

.nav_elm.white {
  color: var(--white);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 40px;
}

.nav-link-5 {
  float: right;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 5px;
  margin-right: 8px;
  padding: 10px 20px;
  font-family: DM Sans, sans-serif;
}

.nav-link-5:hover {
  text-shadow: 0 0 1px #fff;
}

.nav-menu-2 {
  float: none;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-6 {
  color: #fff;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}

.heading-6.small {
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
}

.image-11 {
  z-index: 10;
  width: 120%;
  max-width: 140%;
  display: block;
}

.background {
  z-index: -5;
  width: 100%;
  max-width: 100%;
  height: 700px;
  padding-left: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.background.orange {
  overflow: visible;
}

.background.home {
  height: 709px;
}

.bigorangebutton {
  float: none;
  clear: none;
  background-color: var(--3-blog);
  text-align: center;
  text-transform: capitalize;
  border-radius: 5px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.bigorangebutton:hover {
  background-color: #f69000;
}

.bigorangebutton.left {
  margin-left: 0;
  margin-right: auto;
  font-weight: 500;
}

.bigorangebutton.outlined {
  border: 2px solid var(--orange);
  color: var(--3-blog);
  background-color: #fff;
}

.bigorangebutton.outlined:hover {
  color: #e78b09;
  border-color: #e78b09;
}

.bigorangebutton.center_button.mb105 {
  margin-bottom: 105px;
}

.bigorangebutton.mt-20 {
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.bigorangebutton.full {
  width: 100%;
}

.bigorangebutton.nocap {
  text-transform: none;
}

.bigorangebutton.mr0, .bigorangebutton.to-right {
  margin-right: 0;
}

.div-block-9 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 80px;
}

.div-block-9._2 {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.div-block-9.home {
  margin-top: 110px;
}

.div-block-10 {
  clear: none;
  text-align: center;
  max-width: 90%;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
}

.bluetxt {
  color: var(--2-blog);
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 29px;
}

.image-12 {
  float: left;
}

.image-12.integ_image_large {
  height: 60px;
  margin-bottom: 17px;
}

.integration {
  float: left;
  color: #717070;
  background-color: #fff;
  border-radius: 5px;
  width: 48%;
  height: 40px;
  margin: 5px 1%;
  padding: 5px 5px 5px 14px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}

.integration.bl-fr {
  width: 100%;
  padding-left: 10px;
}

.integration.large_integration {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 140px;
  display: flex;
}

.text-block-3 {
  text-align: left;
  margin-top: 7px;
  margin-left: 45px;
  padding-left: 0;
}

.text-block-3.ml0 {
  color: #717070;
  margin-top: 0;
  margin-left: 0;
}

.integrations-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #899195;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.integration-fw {
  float: left;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  width: 98%;
  height: auto;
  margin: 5px 1%;
  padding: 20px 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.integration-fw.bl-fr {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-4 {
  color: var(--dark-transparent);
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}

.heading-7 {
  color: var(--2-blog);
  text-align: center;
}

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

.trustedby {
  filter: saturate(0%);
  height: 30px;
  max-height: 100%;
  margin: 24px 22px;
}

.trustedbyarea {
  text-align: center;
}

.devider {
  background-color: #d5dee9;
  width: 400px;
  max-width: 100%;
  height: 2px;
  margin: 100px auto;
}

.devider._2 {
  background-color: var(--5-blog);
  height: 1px;
  margin: 80px auto;
}

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

.background-video {
  z-index: 10;
  float: left;
  width: 100%;
  margin-top: -30px;
  margin-right: auto;
}

.div-block-16 {
  float: none;
  border-radius: 10px;
  height: 370px;
  margin-bottom: 15px;
  margin-right: 0%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.heading-8 {
  color: var(--2-blog);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 32px;
}

.heading-8.white {
  color: var(--7-blog);
}

.heading-8.left {
  color: var(--2-blog);
  text-align: left;
}

.heading-8.mt0 {
  margin-top: 0;
}

.heading-8.mt0.mb0 {
  margin-bottom: 0;
}

.small {
  clear: both;
  margin-top: 10px;
  padding-top: 12px;
  font-size: 18px;
  font-weight: 400;
}

.heading-9 {
  color: #fff;
  text-align: center;
  margin-bottom: 45px;
}

.heading-9.pricing {
  font-size: 38px;
}

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

.col6 {
  float: left;
  text-align: right;
  width: 50%;
}

.col6._2 {
  width: 50%;
  margin-bottom: 60px;
}

.smaller {
  color: var(--2-blog);
  font-size: 30px;
}

.greytxt {
  color: #717070;
}

.greytxt.smaller {
  color: #555;
  font-size: 20px;
  font-weight: 400;
}

.spacer100 {
  height: 100px;
}

.spacer50 {
  height: 50px;
}

.lightgreyarea-copy {
  background-color: var(--bg);
  margin-top: 0;
  padding-bottom: 0;
}

.image-19 {
  text-align: left;
  width: 300px;
}

.container-7 {
  text-align: center;
  padding-top: 40px;
}

.div-block-22 {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 40px;
  padding: 5px 20px 10px;
}

.paragraph {
  color: var(--4-blog);
  text-align: center;
  margin-top: 40px;
}

.nav_dd {
  color: var(--7-blog);
  margin-left: 0;
  margin-right: auto;
  padding: 10px 25px 10px 0;
}

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

.icon-3 {
  color: var(--white);
  margin-top: 12px;
  margin-right: 5px;
}

.icon-3.black {
  color: var(--6-blog);
  top: 35%;
  bottom: 0%;
  left: 2%;
  right: auto;
  transform: rotate(90deg);
}

.icon-3.black:hover {
  color: var(--4-blog);
}

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

.dropdown-list {
  color: #fff;
  background-color: #3498db;
  margin-top: 20px;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-list.w--open {
  background-color: var(--7-blog);
  border-bottom: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-radius: 5px;
  padding: 10px 10px 10px 0;
  top: 0;
  box-shadow: 3px 0 5px 2px rgba(85, 85, 85, .11);
}

.dropdown-link {
  display: block;
  position: relative;
}

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

.dropdown-link.has_menu {
  padding-left: 0;
}

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

.blogpostheader {
  background-color: var(--2-blog);
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 20px;
}

.nav-link-6 {
  border: 2px solid var(--3-blog);
  background-color: var(--3-blog);
  color: #fff;
  border-radius: 5px;
  align-items: flex-start;
  margin-right: 10px;
  padding: 10px 20px;
  font-family: DM Sans, sans-serif;
}

.nav-link-6:hover {
  background-color: #f69000;
}

.utility-page-wrap {
  color: var(--dodger-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 59px;
  display: flex;
}

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

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

.heading-10 {
  color: var(--2-blog);
  font-size: 38px;
}

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

.navbar-5 {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-23 {
  background-color: #1c6799;
}

.div-block-24 {
  background-color: var(--white);
}

.div-block-25 {
  background-color: #1c6799;
}

.paragraph-3 {
  float: none;
  color: var(--4-blog);
  margin-bottom: 30px;
  margin-left: 5px;
}

.blog_paragraph {
  clear: both;
}

.blog_paragraph.cursive {
  font-style: italic;
}

.link-5 {
  color: var(--3-blog);
  display: block;
}

.link-5:hover {
  color: #f69000;
}

.heading-12 {
  color: #268bce;
}

.blog_h3 {
  color: var(--2-blog);
  text-transform: capitalize;
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 0;
  line-height: 1.3;
}

.blog_h3.blue-background {
  background-color: var(--2-blog);
  color: #fff;
  margin-top: 20px;
  padding: 8px;
}

.blog_h3._2 {
  margin-top: 0;
}

.blog_h3._2.grey, .blog_h3.grey {
  color: var(--4-blog);
}

.blog_h3._3 {
  margin-top: 80px;
  font-size: 24px;
}

.blog_block-quote {
  clear: both;
  border-left-color: var(--6-blog);
  color: var(--6-blog);
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5%;
}

.blog_highlighted-text {
  background-color: #fcf8e3;
  border: 1px solid rgba(253, 161, 31, .36);
  border-left-color: #f9ebcc;
  border-radius: 5px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 30px;
}

.blog_text-in-highlited {
  color: var(--4-blog);
  font-size: 18px;
  line-height: 1.6;
}

.text-block-7 {
  color: var(--1-blog);
}

.faq-answer {
  color: #717070;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.faq-container {
  align-self: center;
  min-width: 600px;
  max-width: 600px;
  margin-bottom: 60px;
}

.faq-img {
  z-index: 2;
  color: var(--2-blog);
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.faq-p {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #dcdcdc;
  border-radius: 0;
  width: 100%;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}

.faq {
  color: #fff;
  white-space: break-spaces;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 50px 0 0;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px rgba(0, 0, 0, .1);
}

.faq-body-cont {
  border-top: 1px #000;
  padding: 0 30px 30px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-icon {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  width: 24px;
  margin-right: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.faq-body {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.container-9 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.blog_column-left {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 40px;
}

.blog_column-right {
  margin-bottom: 100px;
  position: -webkit-sticky;
  position: sticky;
  top: 183px;
}

.column-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.div-block-30 {
  padding-top: 0;
  padding-left: 0;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.block-style-guide {
  width: 100%;
}

.list-4 {
  color: #6e6e6e;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.6;
}

.italic-text {
  color: var(--4-blog);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.blog_unordered-list-item {
  color: var(--4-blog);
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 18px;
  line-height: 1.6;
  list-style-type: disc;
}

.blog_unordered-list-item.moved {
  margin-left: 60px;
}

.columns-3 {
  margin-bottom: 140px;
}

.sg-header-line {
  background-color: var(--5-blog);
  flex: 1;
  height: 1px;
}

.sg-title {
  color: var(--4-blog);
  margin: 0 1.5%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.sg-block {
  margin-top: 50px;
  margin-bottom: 20px;
  display: block;
}

.blog_h2 {
  color: var(--2-blog);
  text-transform: none;
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 1.3;
}

.blog_h2.blue-background {
  background-color: var(--2-blog);
  color: #fff;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 8px;
}

.blog_h2.no-vertical-padding {
  margin-top: 10px;
}

.sg-header-2 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  display: flex;
}

.paragraph-small {
  color: var(--4-blog);
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 14px;
}

.sg-header-3 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  display: flex;
}

.list-5 {
  margin-bottom: 20px;
}

.sg-header-4 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  display: flex;
}

.image-48 {
  margin-top: 40px;
}

.blog_pic-discription {
  color: var(--4-blog);
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 70px;
  font-size: 15px;
}

.bold-text-2 {
  color: var(--2-blog);
  font-weight: 500;
}

.blog_h1 {
  color: var(--2-blog);
  margin-bottom: 40px;
  font-size: 52px;
}

.button-orange-blog {
  border: 3px solid var(--3-blog);
  background-color: var(--3-blog);
  color: var(--white);
  text-transform: capitalize;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 15px 40px;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.button-orange-blog:hover {
  background-color: #f69000;
}

.blog_link_in_txt {
  color: var(--2-blog);
  cursor: pointer;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
}

.blog_link_in_txt:hover {
  color: var(--1-blog);
}

.link-8, .heading-24 {
  color: var(--2-blog);
}

.buttons-block-wrapper {
  padding-top: 60px;
  padding-left: 10px;
  display: flex;
  position: relative;
}

.blog_h4 {
  color: var(--2-blog);
  font-size: 22px;
}

.blog_h4.blue {
  color: var(--2-blog);
  margin-top: 70px;
  margin-bottom: 20px;
}

.blog_h4.grey {
  color: var(--4-blog);
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.4;
}

.blog_h4.grey.central {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}

.blog_h4.grey.no-padding {
  margin-top: 0;
}

.grid-style-colors-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: start;
}

.style-color-2 {
  background-color: var(--2-blog);
  border-radius: 5px;
  width: 100%;
  height: 70px;
}

.style-color-2.background-color {
  background-color: var(--5-blog);
  border: 1px solid #d7d8de;
}

.style-color-2.white {
  background-color: var(--6-blog);
  border: 1px solid #d7d8de;
}

.style-color-2.subtitle-color {
  background-color: var(--4-blog);
}

.style-color-2.golden {
  background-color: var(--7-blog);
  border: 1px solid rgba(0, 0, 0, .05);
}

.style-color-2.paragraphs-color {
  background-color: var(--3-blog);
}

.style-color-2.heading-color {
  background-color: var(--1-blog);
}

.color-palette {
  color: var(--4-blog);
  margin-top: 4px;
}

.image-49 {
  display: none;
}

.hero-img-wrapper {
  z-index: -5;
  flex: 1;
  width: 64%;
  margin: 20px -36px auto 0;
}

.div-block-36 {
  background-color: #f6f9fb;
}

.div-block-36.hidden_element {
  display: none;
}

.blog_list {
  color: var(--4-blog);
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  list-style-type: disc;
}

.blog_image {
  margin: 50px auto 70px;
  display: block;
}

.blog_image.with-description {
  margin-bottom: 10px;
}

.blog_image.hero {
  margin-bottom: 20px;
}

.blog_video {
  margin: 40px auto 80px;
}

.blog_columns {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.blog_ordered-list-item {
  margin-top: 30px;
  margin-bottom: 40px;
  list-style-type: decimal;
}

.div-block-38 {
  background-color: #edf4ff;
  border-radius: 1000000000px;
  width: 82px;
  height: 82px;
  margin: 5px auto 10px;
  display: block;
  position: relative;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
}

.tab-pane-tab-1 {
  padding: 50px 0;
}

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

.plan-card {
  background-color: var(--white);
  border: .5px rgba(0, 0, 0, .1);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 33%;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px 20px 45px;
  transition: all .25s;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 13px 1px rgba(0, 0, 0, .1);
}

.plan-card:hover {
  transform: translate(0, -1px);
}

.plan-card.price_plan_card {
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.list-of-benefits {
  margin-top: 40px;
}

.list-of-benefits.pricing_benefits {
  border-top: .5px solid #dcdcdc;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.text-block-9 {
  color: var(--2-blog);
  text-align: center;
  font-size: 28px;
  line-height: 45px;
}

.tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin: 40px auto auto;
  display: flex;
}

.tabs-menu.pricing_tab_menu {
  text-align: center;
  background-color: #fff;
  border: .5px solid #68bcff;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  max-width: 293px;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 5px;
  display: flex;
  box-shadow: 0 0 8px rgba(0, 0, 0, .05);
}

.image-51 {
  width: 17px;
  height: 17px;
  margin-right: 8px;
}

.tabs {
  width: 100%;
  margin: 0 auto 60px;
}

.tabs.bl-fr {
  background-color: var(--white);
  border-radius: 36px;
}

.tabs.pricing_tabs {
  text-align: center;
  background-color: rgba(217, 239, 254, .4);
  border-radius: 25px;
  max-width: 810px;
  margin-top: 0;
  padding: 35px 50px 50px;
}

.benefit {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.list-item-31 {
  color: var(--4-blog);
  margin-top: 0;
  font-weight: 400;
}

.list-item-31.benefit_text {
  color: #717070;
}

.cards-wrapper {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-link {
  border: 1px solid var(--2-blog);
  color: var(--4-blog);
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-left: -5px;
  margin-right: 0;
  padding: 10px 30px;
  font-weight: 500;
  line-height: 28px;
}

.tab-link.w--current {
  background-color: var(--2-blog);
  color: var(--white);
  margin-left: -5px;
  margin-right: 0;
  padding: 10px 30px;
}

.tab-link.pricing_tab_link {
  border-style: none;
  display: flex;
}

.tab-link.pricing_tab_link.w--current {
  border-style: none;
  margin-left: 0;
}

.text-block-11 {
  color: var(--4-blog);
  text-align: center;
  align-self: flex-start;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 52px;
}

.text-block-11.decorated {
  color: #ff1836;
  margin-left: 10px;
  font-size: 33px;
  text-decoration: line-through;
}

.tab-pane-tab-2 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.tabs-content {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.heading-26 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 500;
}

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

.pricing-hero-section {
  background-color: var(--2-blog);
  margin-top: 89px;
}

.pricing-hero-section.pt60 {
  padding-top: 60px;
}

.list-item-32 {
  color: var(--4-blog);
  margin-bottom: 4px;
  line-height: 20px;
}

.list-6 {
  margin-bottom: auto;
  padding-left: 50px;
}

.div-block-40 {
  cursor: pointer;
  align-items: center;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.image-53 {
  width: 14px;
  margin-left: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 20%;
}

.image-53._2 {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 8px;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 20%;
}

.image-53._2.mb0 {
  margin-bottom: 0;
}

.section-2 {
  background-color: #f6f9fb;
}

.flexbox {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.heading-28 {
  color: var(--4-blog);
  font-size: 30px;
  font-weight: 700;
}

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

.div-block-42 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.text-block-16 {
  color: var(--4-blog);
  margin-top: 13px;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 1.3;
}

.list-item-33 {
  color: var(--4-blog);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.7;
}

.list-7 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.list-7.outl_gmail {
  padding-left: 30px;
}

.image-54 {
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.flex_box {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.flex_box.author {
  display: none;
}

.div-block-44 {
  width: 80%;
}

.spacer {
  height: 100px;
}

.hover-with-inf {
  z-index: 10;
  background-color: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 7px;
  display: flex;
  position: absolute;
  top: -44px;
  bottom: auto;
  left: auto;
  right: -4%;
}

.hover-with-inf._2 {
  z-index: 2;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.paragraph-28 {
  color: rgba(31, 31, 31, .84);
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.paragraph-28._2 {
  margin-top: 0;
}

.div-block-47 {
  background-color: #f8f8f8;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  border-left: 1px #000;
  border-right: 1px solid rgba(0, 0, 0, .1);
  width: 12px;
  height: 12px;
  position: absolute;
  top: auto;
  bottom: -6px;
  left: auto;
  right: 74px;
  transform: rotate(45deg);
}

.text-span-3 {
  font-weight: 500;
}

.blog_container {
  flex-direction: column;
  align-items: stretch;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

.blog_colored-backgound {
  background-color: var(--7-blog);
  border-radius: 2px;
  margin-top: 70px;
  margin-bottom: 20px;
  padding: 10px;
}

.div-block-51 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.div-block-52 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0 0;
  display: flex;
}

.int_flexbox {
  flex-direction: row;
  justify-content: space-around;
  align-self: stretch;
  align-items: stretch;
  margin-top: 28px;
  margin-bottom: 28px;
  display: flex;
}

.tool-card {
  border: 1px none var(--5-blog);
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  transition: all .25s;
  display: flex;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}

.tool-card:hover {
  transform: translate(0, -2px);
}

.container-14 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.integration-card {
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.toolcard_text {
  color: var(--4-blog);
  line-height: 22px;
}

.toolcard_list {
  color: var(--4-blog);
  margin-top: 15px;
  padding-bottom: 0;
  padding-left: 18px;
  line-height: 22px;
}

.toolcard_name {
  color: var(--1-blog);
  text-transform: capitalize;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.toolcard_txts {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  padding-left: 30px;
  display: flex;
}

.toolcard_brand {
  flex-direction: column;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.section-6 {
  background-color: #f8f9fb;
  margin-top: -80px;
}

.div-block-57 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 80px;
  display: flex;
}

.heading-30 {
  color: var(--2-blog);
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 38px;
}

.heading-31 {
  color: var(--2-blog);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
}

.text-block-21 {
  color: var(--4-blog);
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

.button_wrapper {
  margin-top: 34px;
}

.button_wrapper._2 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.div-block-59 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-55 {
  z-index: 1;
  position: absolute;
}

.heading-32 {
  color: var(--2-blog);
  font-size: 30px;
  line-height: 1.4;
}

.text-block-22 {
  color: var(--4-blog);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.section-8, .section-9 {
  background-color: var(--7-blog);
}

.heading-33 {
  color: var(--2-blog);
  font-size: 20px;
}

.section-10 {
  background-color: var(--7-blog);
  padding-top: 40px;
}

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

.tw-rss-page-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.tw-rss_hero-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tw-rss_hero-content-wrapper.left {
  align-items: flex-start;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.heading-34 {
  color: #fff;
  font-size: 42px;
  line-height: 1.4;
}

.heading-35 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 75px;
  font-size: 24px;
  line-height: 1.7;
}

.heading-36 {
  color: var(--2-blog);
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
}

.heading-36._2 {
  color: var(--2-blog);
}

.card-txt {
  color: var(--4-blog);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 16px;
}

.section-12 {
  background-color: #f5f9fc;
}

.tw-rss-list {
  color: var(--4-blog);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  list-style-type: square;
}

.tw-rss--idea-headine {
  align-items: center;
  margin-top: 30px;
  margin-right: auto;
  display: flex;
}

.tw-rss-idea-img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.tw-rss-idea-name {
  color: var(--1-blog);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.tw-rss-idea-wrapper {
  max-width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tw-rss-idea-txt {
  color: var(--4-blog);
  margin-top: 10px;
  padding-left: 60px;
  font-size: 16px;
}

.tw-rss-list-item {
  line-height: 30px;
}

.tw-rss-paragraph {
  color: var(--4-blog);
  font-size: 16px;
}

.div-block-60 {
  margin-left: auto;
  margin-right: auto;
}

.tw-rss-hero-img {
  margin-bottom: 20px;
}

.text-block-25 {
  color: var(--dark-transparent);
  margin-top: 5px;
  font-size: 12px;
  line-height: 20px;
}

.image-57 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.button-6 {
  background-color: var(--2-blog);
  color: var(--white);
  cursor: pointer;
  border-radius: 5px;
  padding: 12px 20px;
}

.blog-summary {
  border-radius: 0 0 10px 10px;
  padding: 20px;
  box-shadow: 0 3px 5px 2px rgba(85, 85, 85, .11);
}

.blog-summary._2 {
  flex-direction: column;
  align-items: flex-start;
  height: 320px;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link-block {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-59 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.guide-index-item-linkblock {
  color: var(--2-blog);
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 5px;
  display: flex;
}

.guide-index_menu {
  background-color: var(--7-blog);
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.guide-index {
  background-color: var(--7-blog);
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 25px 0;
}

.guide-index-item-txt {
  margin-left: 10px;
  padding: 10px;
}

.guide-index_column {
  width: 48%;
}

.div-block-67 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-content {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.main-content.left {
  text-align: left;
}

.blog_letters_list {
  font-size: 18px;
  line-height: 1.6;
  list-style-type: lower-alpha;
}

.container-15 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.heading-38 {
  color: var(--1-blog);
}

.div-block-71 {
  border: 1px none var(--6-blog);
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 70vw;
  height: 38vh;
  padding: 50px 10px;
  display: flex;
  box-shadow: 1px 1px 10px 2px rgba(85, 85, 85, .1);
}

.div-block-72 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-block-28 {
  color: var(--2-blog);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.text-block-29 {
  color: var(--2-blog);
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.text-block-30 {
  color: var(--3-blog);
  font-size: 90px;
  font-weight: 700;
  line-height: .7;
}

.template-name {
  color: var(--4-blog);
  text-align: left;
  max-width: none;
  margin: 0 auto 28px 0;
  font-size: 28px;
  line-height: 1.5;
}

.text-span-5 {
  font-size: 80px;
  line-height: 0;
}

.referral_heading {
  color: var(--2-blog);
  text-align: center;
  margin-top: 50px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}

.referral_h {
  color: var(--2-blog);
  font-size: 30px;
  font-weight: 700;
}

.referral-content-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  box-shadow: 1px 1px 10px 2px rgba(85, 85, 85, .1);
}

.referral_section {
  background-color: var(--7-blog);
  padding-top: 30px;
}

.text-block-31 {
  color: var(--3-blog);
  font-size: 93px;
  font-weight: 700;
  line-height: 120px;
}

.text-span-6 {
  font-size: 55px;
}

.text-block-32 {
  color: var(--2-blog);
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}

.div-block-43-copy {
  padding-right: 24px;
}

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

.flexbox-copy {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.heading-40 {
  color: var(--2-blog);
}

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

.hero-section {
  margin-top: 89px;
  overflow: hidden;
}

.content-flexbox {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero_section {
  background-color: var(--2-blog);
  height: auto;
  margin-top: 89px;
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.hero_section.templstes_list {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: 89px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero_section.templstes_list.templateid {
  margin-top: 6px;
  padding-top: 40px;
}

.hero_section.home_hero {
  margin-top: 40px;
  padding-top: 100px;
  overflow: hidden;
}

.hero_section.hidden {
  display: none;
}

.hero_section.padd_hero {
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-41 {
  color: var(--white);
  text-align: center;
  margin: 70px auto 40px;
  font-size: 44px;
}

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

.heading-42 {
  color: var(--white);
  margin-top: auto;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.outl_html_button_wrapper {
  flex-direction: column;
  align-items: center;
  margin: 40px auto auto;
  display: flex;
}

.outl_html_button_wrapper.outl-html {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: auto;
}

.hero-text-block {
  color: var(--white);
  text-align: left;
  max-width: 47%;
  margin-left: 0;
  margin-right: auto;
}

.feature-txt-wrapper {
  flex: 0 auto;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 10px;
  padding-right: 20px;
}

.feature-txt-wrapper._2.center {
  justify-content: center;
  display: flex;
}

.outl_html_heading-2 {
  color: var(--2-blog);
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
}

.feature {
  background-color: #f7f9fb;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 80px;
  padding: 60px 20px;
  display: flex;
}

.feature.last {
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.section-14 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.outl_html-content-wrapper {
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.outl_html-content-wrapper._2 {
  z-index: 3;
  box-shadow: none;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.outl_html-content-wrapper._3 {
  box-shadow: none;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 40px;
}

.outl_html_features {
  text-align: left;
  flex-direction: row;
  max-width: 100%;
  padding-top: 0;
  display: block;
}

.outl-html-feature-img {
  box-shadow: none;
  border-radius: 5px;
  max-width: 107%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.txt-content-copy {
  z-index: 10;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.content_wrapper {
  margin-left: auto;
  margin-right: auto;
}

.content9-item-wrap {
  margin-left: 15px;
  margin-right: 15px;
  padding-right: 0;
}

._3-col {
  width: 33%;
  margin-right: 20px;
}

._3-col._3-col-last {
  width: 31%;
  margin-right: 0;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50-start {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: 1;
  color: var(--4-blog);
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.7;
}

.content9-icon {
  margin-bottom: 0;
  display: block;
}

.section-15 {
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.heading-43 {
  color: var(--4-blog);
  font-size: 20px;
}

.section-16 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-16._2 {
  background-color: #f7f9fb;
  padding-bottom: 100px;
  overflow: hidden;
}

.section-17 {
  background-color: #f7f9fb;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.outl_html_hero-content {
  align-items: center;
  margin-top: 30px;
  margin-bottom: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.gmail_html_hero-img-wrapper {
  flex: 1;
  align-self: center;
  width: 58%;
  margin-left: auto;
  display: block;
}

.image-61 {
  max-width: 100%;
  margin-left: 30px;
  margin-right: auto;
  display: block;
}

.intro {
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 60px;
}

.outl_html_heading-3 {
  color: var(--4-blog);
  margin: 0 auto 30px;
  font-size: 34px;
  line-height: 1.4;
}

.outl_html_-txt_centered {
  clear: both;
  color: var(--4-blog);
  max-width: 70%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.outl_html_-txt_centered.center {
  text-align: center;
  margin-bottom: 0;
}

.outl_html_txt_paragraph {
  clear: both;
  color: var(--4-blog);
  margin-bottom: auto;
  line-height: 1.7;
}

.gmail-html-flrxbox {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.div-block-82 {
  flex-direction: column;
  align-self: center;
  align-items: flex-end;
  width: 48%;
  padding-right: 40px;
  display: flex;
}

.div-block-83 {
  width: 55%;
  padding-left: 30px;
  padding-right: 42px;
}

.list-item-34 {
  color: var(--4-blog);
  margin-bottom: 12px;
  line-height: 1.6;
}

.feature-img-wrapper {
  flex: 0 auto;
  width: 50%;
  margin-top: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.feature-img-wrapper.right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-86 {
  background-color: var(--white);
  border: 1px #000;
  border-radius: 20px;
  height: auto;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
  box-shadow: -1px 1px 10px rgba(0, 0, 0, .1);
}

.brand-3 {
  margin-right: 40px;
}

.background-video-3 {
  z-index: 1;
  border: .5px solid rgba(191, 201, 209, .1);
  border-radius: 2px;
  width: auto;
  height: 260px;
}

.div-block-87 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px;
  display: block;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}

.div-block-87._2 {
  max-width: 81%;
  padding-left: 0;
  padding-right: 0;
}

.image-63 {
  border-radius: 5px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-33 {
  margin-top: 40px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
}

.div-block-76-copy-copy {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.template-list-txt-content {
  z-index: 10;
  color: var(--white);
  text-align: center;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 10px;
}

.text-block-35 {
  color: var(--4-blog);
  text-align: left;
  max-width: 96%;
  margin-left: 0;
  margin-right: auto;
  font-size: 18px;
  line-height: 27px;
}

.template-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(200px, 2fr) minmax(200px, 2fr) minmax(200px, 2fr);
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.faq-question-wrap {
  margin-bottom: 35px;
  transition: all .25s;
}

.faq-question-content {
  color: #3c4858;
  text-transform: none;
  font-weight: 500;
}

.body_section {
  padding-top: 20px;
  padding-bottom: 100px;
  display: block;
}

.buttons-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 50%;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-8 {
  border: 2px solid var(--3-blog);
  background-color: var(--3-blog);
  border-radius: 5px;
  margin-top: 0;
  margin-right: 20px;
  padding: 13px 20px;
  font-weight: 500;
  line-height: 20px;
}

.phone-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.phone-template-img-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 11px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.phone-template-wrapper {
  z-index: 10;
  object-fit: fill;
  border-radius: 36px;
  justify-content: center;
  align-items: flex-start;
  width: 49%;
  height: 98%;
  display: block;
  position: relative;
  overflow: auto;
}

.phone-template-wrapper.template-preview {
  width: 60%;
  height: 97%;
}

.phone {
  z-index: 5;
  width: 69%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.browse-all-templates-button {
  color: var(--2-blog);
  align-items: center;
  margin: 31px 0 20px auto;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
}

.desktop-wrapper {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: auto;
  max-width: 750px;
  box-shadow: 1px 1px 3px rgba(85, 85, 85, .1);
}

.desktop-template-wrapper {
  justify-content: center;
  padding-bottom: 20px;
  display: flex;
}

.text-block-36 {
  color: var(--2-blog);
  font-size: 18px;
  line-height: 22px;
}

.image-68 {
  box-shadow: none;
  border-radius: 5px;
  max-width: 80%;
}

.text-block-35-copy {
  color: var(--4-blog);
  text-align: center;
  max-width: 90%;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
}

.image-69._2 {
  max-width: 64%;
}

.image-70 {
  margin-left: auto;
  margin-right: auto;
}

.template-page-flexbox {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tabs-menu-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.tabs-content-2 {
  width: 100%;
  padding-top: 30px;
}

.template-page-img-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 65%;
  display: flex;
}

.template-page-txt-wrapper {
  z-index: 10;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 40%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.button-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.text-block-38 {
  color: var(--4-blog);
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-93 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.features-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.lottie-animation {
  width: 48px;
  height: auto;
  margin-left: 12px;
  margin-right: 20px;
}

.div-block-95 {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tab-link-desktop {
  opacity: .4;
  color: var(--2-blog);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 15px;
  padding-right: 15px;
}

.tab-link-desktop.w--current {
  border-style: none solid none none;
  border-width: 1px;
  border-color: var(--6-blog);
  opacity: 1;
  color: var(--2-blog);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
  text-decoration: underline;
}

.tab-link-mobile {
  opacity: .4;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.tab-link-mobile.w--current {
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: var(--6-blog);
  opacity: 1;
  color: var(--2-blog);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  text-decoration: underline;
}

.tab-pane-mobile {
  width: 100%;
}

.screen-sizes-tabs {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-96 {
  padding-top: 25px;
}

.related-templates-section {
  background-color: var(--7-blog);
}

.image-71 {
  height: 30px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .2s;
}

.image-71:hover {
  transform: translate(0, -1px);
}

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

.feature-txt {
  color: var(--2-blog);
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.tested-with-block {
  align-self: flex-start;
  align-items: flex-end;
  margin-top: 50px;
  display: block;
}

.statistic-info-flexbox {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.statistic-info-img {
  margin-right: 20px;
}

.statistic-info-txt {
  margin-left: 10px;
}

.guide_index_icon {
  margin: 0 auto 10px;
  display: block;
}

.guide-index-item-img {
  flex: none;
  width: 36px;
  height: 36px;
  position: relative;
}

.section6 {
  margin-top: 100px;
}

.section2 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 40px;
  padding-left: 0;
}

.section1 {
  margin-top: 100px;
}

.section4 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.newsletter-analysis {
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.newsletter-analysis-txt {
  width: 58%;
  padding-left: 10px;
  padding-right: 10px;
}

.newsletter-analysis-txt-feature {
  margin-top: 50px;
  margin-bottom: 40px;
}

.newsletter-analysis-txt-list-of-features {
  margin-top: 30px;
  margin-bottom: 60px;
}

.div-block-99 {
  align-items: center;
  display: flex;
}

.div-block-100 {
  margin-left: 20px;
}

.content-sources-flexbox {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-source-txt {
  width: 83%;
}

.go-up-bar {
  z-index: 110;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.go-up-wrapper {
  width: 85%;
  display: inline-block;
  position: relative;
}

.go-up-button {
  opacity: .45;
  color: var(--2-blog);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/publicate_img3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 36%;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  padding-top: 4px;
  transition: opacity .3s;
  position: absolute;
  bottom: 0;
  right: 0;
}

.go-up-overlay {
  background-color: var(--2-blog);
  opacity: .17;
  color: var(--2-blog);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: opacity .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.go-up-overlay:hover {
  opacity: .1;
}

.blog-text-flexbox {
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.blog-text-flexbox.coloured-backgr {
  background-color: var(--background);
  margin-top: 70px;
  padding: 10px;
}

.blog-text-flexbox-txt {
  width: 72%;
}

.blog-text-flexbox-img {
  padding-left: 25px;
}

.blog-text-flexbox-img.left {
  padding-left: 0;
  padding-right: 25px;
}

.blog_h4-copy-no-padding {
  color: var(--4-blog);
  margin-top: 0;
  margin-bottom: 20px;
}

.blog_coloured-block {
  background-color: #f2faff;
  margin-top: 70px;
  margin-bottom: 20px;
  padding: 10px;
}

.newsletter-ideas-img {
  width: 150px;
}

.blog_image-copy {
  margin: 50px auto 70px;
  padding-left: 20px;
  display: block;
}

.template-page-icon {
  width: 23px;
  max-width: 71%;
  height: auto;
  margin-left: 0;
  margin-right: 10px;
}

.template-page-link-block {
  cursor: pointer;
}

.div-block-101 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.works-with-block, .exports-with-block {
  margin-top: 50px;
}

.features-block {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-78 {
  height: 40px;
}

.div-block-102 {
  display: block;
}

.div-block-103 {
  justify-content: flex-start;
  display: flex;
}

.text-block-38-copy-copy {
  color: var(--2-blog);
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.heading-47 {
  color: var(--2-blog);
}

.navbar-5-copy {
  z-index: 2147483647;
  background-color: var(--2-blog);
  padding-top: 25px;
  padding-bottom: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pricing-plan-button-wrapper {
  justify-content: center;
  margin: 20px auto auto;
  display: flex;
}

.pricing-plan-txt {
  margin-bottom: auto;
  padding-bottom: 20px;
}

.text-block-11-copy {
  color: var(--dark-transparent);
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  font-weight: 400;
  line-height: 18px;
}

.text-block-11-copy.cc {
  margin-top: 5px;
  margin-bottom: auto;
  font-size: 15px;
}

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

.features-block-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 37px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.tab-link-tab-1 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.tab-link-tab-1.w--current {
  background-color: var(--7-blog);
}

.tab-link-tab-4 {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.tab-link-tab-4.w--current {
  background-color: var(--7-blog);
  border-radius: 3px;
}

.div-block-104 {
  margin-top: 0;
}

.template-categories-link-column {
  background-color: var(--7-blog);
  border-radius: 3px;
  flex-direction: column;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.template-categories-link-block-wrapper {
  background-color: var(--7-blog);
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
  display: flex;
}

.template-category-link-item {
  color: var(--4-blog);
  margin-bottom: 11px;
}

.tabs-menu-3 {
  color: var(--4-blog);
  justify-content: center;
  display: flex;
}

.features-block-copy {
  z-index: 120;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  display: flex;
  position: static;
  top: 0;
}

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

.features-text-copy {
  color: var(--4-blog);
  font-size: 14px;
  font-weight: 500;
}

.div-block-95-copy-copy {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  display: flex;
}

.div-block-107 {
  margin-top: 40px;
}

.layout-grid-static-content-grid {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.filtering-aside-wrapper {
  width: 15%;
  margin-right: 20px;
  font-size: 16px;
}

.collection-wrapper {
  flex: 0 auto;
  width: 85%;
}

.sticky-block-cc--templates {
  margin-bottom: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.sticky-sidebar {
  color: var(--4-blog);
  flex-direction: column;
  margin-top: 20px;
  font-size: 15px;
  line-height: 21px;
  display: flex;
}

.filtering-drodown-button {
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 16px;
  display: flex;
  position: static;
}

.dropdown-toggle.w--open {
  font-weight: 500;
}

.text-block-39 {
  color: var(--2-blog);
  font-size: 18px;
  line-height: 20px;
}

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

.dropdown-list-2.w--open {
  max-width: 100%;
  padding-left: 5px;
  position: relative;
}

.icon-6 {
  margin-right: 0;
  font-size: 12px;
  display: block;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-109 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.category-header {
  color: var(--4-blog);
  text-align: center;
  text-transform: capitalize;
  max-width: 80%;
  margin: 0 auto 28px;
  font-size: 28px;
  line-height: 1.5;
}

.div-block-113 {
  flex-flow: wrap;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.category-_filters_section {
  margin-bottom: 60px;
}

.div-block-115 {
  align-items: flex-start;
  max-width: 53%;
  margin-top: auto;
  display: flex;
}

.div-block-117 {
  flex-direction: row;
  align-items: flex-start;
  padding-top: 30px;
  display: flex;
}

.image-79 {
  max-width: 116%;
  padding-top: 0;
}

.text-block-35-copy {
  color: var(--4-blog);
  text-align: center;
  text-transform: none;
  max-width: 69%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 27px;
}

.text-span-8 {
  color: var(--2-blog);
  font-size: 22px;
}

.back-to-howto-landing-page {
  margin-top: 89px;
}

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

.heros_section_container {
  flex-direction: column;
  align-items: stretch;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 50px;
  display: flex;
}

.features-block-copy-copy {
  z-index: 120;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  display: flex;
  position: static;
  top: 0;
}

.div-block-109-copy {
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.category-page-wrapper {
  position: relative;
}

.image_link {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.back-to-blog-landing-page {
  color: var(--2-blog);
}

.heading_link {
  color: var(--2-blog);
  font-size: 28px;
}

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

.link-12 {
  color: var(--2-blog);
}

.terms-container {
  background-color: var(--7-blog);
  flex-direction: column;
  align-items: stretch;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.template-name-copy {
  color: var(--7-blog);
  text-align: left;
  max-width: none;
  margin: 0 auto 28px;
  font-size: 29px;
  line-height: 1.5;
}

.blogpodt-logos-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
}

.image-80 {
  margin-left: 40px;
  margin-right: 40px;
}

.template {
  transition: all .2s;
  box-shadow: 1px 1px 3px rgba(85, 85, 85, .15);
}

.template:hover {
  transform: translate(0, 3px);
  box-shadow: 1px 1px 3px 1px rgba(85, 85, 85, .15);
}

.tweeter-list-headings {
  margin-top: 100px;
}

.div-block-120 {
  text-align: right;
}

.template_item_wrapper {
  transition: all .2s;
  box-shadow: 1px 1px 4px rgba(16, 28, 62, .1);
}

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

.blog_list-copy {
  color: var(--4-blog);
  margin-top: -20px;
  margin-bottom: 40px;
  padding-left: 80px;
  list-style-type: square;
}

.author-ally-biring {
  flex-direction: row;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.paragraph-33 {
  margin-top: 0;
  margin-bottom: 0;
}

.blog_link_img_wrapper {
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-122 {
  width: 647px;
  height: 318px;
  margin: 50px auto 70px;
  position: relative;
  overflow: hidden;
}

.background-video-6 {
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-34 {
  color: var(--4-blog);
  margin-top: 100px;
  margin-bottom: -60px;
  line-height: 1.7;
}

.link-15 {
  color: var(--2-blog);
}

.blogpost-summary-link-img {
  cursor: pointer;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.blogpost-summary-link-heading {
  cursor: pointer;
}

.dropdown-link-3 {
  white-space: pre-line;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.div-block-124 {
  flex-wrap: wrap;
}

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

.div-block-126 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.div-block-127 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.faq-question-wrap-2 {
  margin-bottom: 35px;
}

.no-credit-card-required {
  color: var(--dark-transparent);
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
}

.div-block-128 {
  margin-top: -26px;
  margin-bottom: 108px;
}

.div-block-129 {
  margin-top: 40px;
}

.div-block-130 {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  display: flex;
}

.div-block-131 {
  max-width: 63%;
}

.section-18 {
  background-color: #f6f9fb;
}

.div-block-132 {
  flex: none;
}

.right-arrow-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.company-logo-t1 {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-t1 {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.left-arrow-t1 {
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  display: flex;
}

.slider-mobile-landscape-t1 {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: none;
}

.quote-icon-t1 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  position: static;
  top: 10%;
  left: 0%;
  right: auto;
}

.user-picture-t1 {
  border-radius: 100px;
  margin-top: 20px;
  padding: 3px;
  box-shadow: 0 1px 3px #a7a7a7;
}

.right-arrow-icon-t1 {
  height: 60px;
  transform: rotate(0);
}

.testimonials {
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.user-picture-wrapper-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.right-arrow-landscape-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav-landscape-t1 {
  font-size: 11px;
}

.user-name-t1 {
  color: var(--2-blog);
  text-align: left;
  font-weight: 700;
}

.slide-nav-portrait-t1, .slide-nav-t1 {
  font-size: 11px;
}

.testimonials-wrapper-t1 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow-portrait-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-mobile-portrait-t1 {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: none;
}

.quote-t1 {
  text-align: left;
  margin-top: 41px;
}

.left-arrow-icon-t1 {
  height: 25px;
  transform: rotate(0);
}

.left-arrow-landscape-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-subwrapper-t1 {
  flex-direction: column;
  width: 36%;
  max-width: 50%;
  height: 100%;
  margin: 30px 10px 20px;
}

.slide-wrapper-t1 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.arrow {
  height: 25px;
  margin-right: -30px;
  transform: rotate(0);
}

.left-arrow-portrait-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-45 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 43px;
}

.testimonials-subwrapper-t3 {
  border-radius: 5px;
  max-width: 374px;
  height: 310px;
  margin: 20px;
  padding: 20px;
  box-shadow: 1px 1px 15px 2px rgba(201, 201, 201, .3);
}

.user-wrapper-t3 {
  flex-direction: row;
  margin-bottom: 25px;
  display: flex;
  position: relative;
}

.user-name-wrapper-t3 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5px;
  margin-left: 18px;
  display: flex;
}

.user-name-t3 {
  font-size: 16px;
  font-weight: 600;
}

.quote-t3 {
  font-size: 16px;
}

.image-83 {
  filter: grayscale();
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 2%;
}

.div-block-133 {
  cursor: pointer;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section-with-vertical-margin-89 {
  margin-top: 89px;
}

.image-87, .image-88 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-134 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 70px;
  display: flex;
}

.heading-49 {
  color: var(--4-blog);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
}

.div-block-135 {
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-136 {
  width: 80%;
  margin-top: 150px;
  margin-left: 0;
  margin-right: auto;
}

.heading-50 {
  color: var(--2-blog);
}

.heading-51 {
  color: var(--2-blog);
  font-size: 38px;
}

.paragraph-38 {
  color: var(--4-blog);
  margin-top: 0;
  font-size: 16px;
}

.overflow-divblock {
  height: 400px;
  overflow: scroll;
}

.dropdown-toggle-3 {
  color: var(--7-blog);
}

.dropdown-toggle-3.nav_elm.pl-0.ml-o {
  margin-left: 0;
  padding-left: 0;
}

.div-block-139 {
  background-color: var(--7-blog);
  color: var(--2-blog);
  border-radius: 5px;
  padding: 8px;
  box-shadow: 1px 1px 3px rgba(28, 103, 153, .15);
}

.div-block-139.p0 {
  padding-left: 0;
  padding-right: 0;
}

.dropdown-list-3 {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-3 {
  margin-left: 0;
  margin-right: 0;
}

.text-block-49 {
  color: var(--dark-transparent);
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 26px;
}

.bigbluebutton-2 {
  clear: none;
  color: #fff;
  background-color: #268bce;
  border-radius: 5px;
  width: auto;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.bigbluebutton-2:hover {
  background-color: #1c6799;
}

.feature-image {
  float: none;
  align-self: center;
  width: 50%;
  height: 370px;
  margin-bottom: 15px;
  margin-right: 0%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.image-90 {
  width: 100%;
  height: 100%;
  margin-top: -70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: none;
}

.bigorangebutton-2 {
  float: none;
  clear: none;
  text-align: center;
  text-transform: capitalize;
  background-color: #fda11f;
  border-radius: 5px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.bigorangebutton-2:hover {
  background-color: #f69000;
}

.bigorangebutton-2.small {
  width: 100%;
  padding: 7px 10px;
  font-size: 13px;
  line-height: 20px;
}

.bluesection-2 {
  background-color: #268bce;
  padding-top: 100px;
  padding-bottom: 100px;
}

.smaller-2 {
  color: #268bce;
  font-size: 30px;
}

.feature-block {
  float: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.heading-52 {
  color: #268bce;
  text-align: center;
  font-size: 32px;
}

.heading-52.white {
  color: #fff;
}

.text-block-50 {
  color: #fff;
  margin-bottom: 40px;
}

.h3-heading-home-page {
  color: var(--2-blog);
  font-size: 26px;
}

.feature-description {
  text-align: left;
  width: 48%;
}

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

.paragraph-40 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.blog-lp-hero-txt {
  background-color: rgba(0, 0, 0, 0);
  width: 60%;
}

.subcategory-name-h2-decoration-line {
  border: 1px solid rgba(85, 85, 85, .1);
  flex: 1;
  width: 75%;
  height: 1px;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 20px;
  padding-top: 0;
  padding-right: 0;
}

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

.text-block-51 {
  line-height: 7px;
}

.blogpost-date {
  font-size: 14px;
  line-height: 1.6em;
}

.subcategory-name-h2-wrapper {
  cursor: pointer;
  flex: none;
  margin-right: 10px;
}

.bullet-devider {
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 4px;
  display: flex;
}

.category-buttons-wrapper {
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-summary-2 {
  border-radius: 0 0 10px 10px;
  flex-direction: column;
  height: 330px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 3px 5px 2px rgba(85, 85, 85, .11);
}

.blog-lp-hero-img-copy {
  margin-right: 20px;
}

.subcategory-name-h2-content {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.category-title-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 65%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.category-link-button {
  border: 2px solid var(--2-blog);
  color: #268bce;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 500;
}

.category-link-button:hover {
  background-color: rgba(242, 250, 255, .7);
}

.dropdown-toggle-4 {
  color: #268bce;
  padding: 12px 40px 12px 16px;
}

.blog_main_category.empty {
  display: none;
}

.subcategory-content-wrapper {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-content {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.top-content.blog-category-page {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.blog-lp-hero-content {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.summary-paragraph-2 {
  color: #555;
  margin-top: auto;
  font-size: 16px;
  line-height: 1.4;
}

.summary-paragraph-2.main {
  margin-top: 16px;
  margin-bottom: 10px;
}

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

.dropdown-list-4.w--open {
  border: 1px solid #268bce;
  border-radius: 10px;
  margin-top: 5px;
  padding-top: 0;
  padding-right: 10px;
  left: 0;
}

.summary-heading-2 {
  text-transform: capitalize;
  margin-top: 8px;
  font-size: 20px;
}

.container-16 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: relative;
}

.button-9 {
  background-color: var(--2-blog);
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  padding: 12px 20px;
}

.button-9:hover {
  background-color: #1e6fa5;
}

.title.category {
  margin-bottom: 20px;
  margin-right: 10px;
  font-size: 42px;
}

.blog-summary-button-wrapper-2 {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.blog-summary-button-wrapper-2.no_mb {
  margin-bottom: 0;
}

.blogpost-summary-wrapper-2 {
  text-align: left;
  align-self: stretch;
  width: 33%;
  margin-top: 0;
  margin-bottom: 60px;
  margin-right: 10px;
  padding-bottom: 23px;
}

.blogpost-summary-wrapper-2.cs_card {
  border-radius: 10px;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, .2);
}

.link-16 {
  color: #555;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.6;
}

.paragraph-41 {
  margin-top: 0;
  margin-bottom: 0;
}

.category-and-author-wrapper {
  opacity: .6;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.category-and-author-wrapper.main {
  justify-content: flex-start;
  align-items: center;
}

.blog-summary-txt-wrapper-2 {
  margin-top: 0;
  margin-bottom: auto;
}

.hero-most-recent-blogposts {
  flex-direction: row;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.hero-most-recent-blogposts.last {
  margin-bottom: 0;
}

.div-block-150 {
  max-width: 40%;
  margin-right: 10px;
}

.blog-hero-left-column {
  max-width: 65%;
}

.blog-hero-content {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.category-page-hero-txt {
  background-color: rgba(0, 0, 0, 0);
}

.category-page-h1 {
  padding-left: 0;
}

.category-page-h1._2 {
  padding-left: 0;
  font-size: 42px;
}

.category-page-hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 59%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.bread-crumb {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 15px;
}

.blog-hero-right-column {
  background-color: var(--7-blog);
  max-width: 30%;
}

.div-block-151 {
  color: var(--2-blog);
  font-weight: 500;
}

.link-back-to-wrapper {
  display: flex;
}

.link-back-to-wrapper.blogpost {
  opacity: .8;
  align-items: center;
  font-size: 15px;
}

.link-back-to {
  flex: 0 auto;
  align-items: center;
  margin-left: 0;
  margin-right: 8px;
  text-decoration: none;
  display: flex;
}

.link-back-to.first {
  margin-left: 0;
  margin-right: 8px;
}

.subcategory-breadcrumb-current-page {
  margin-left: 8px;
}

.button-10 {
  background-color: var(--2-blog);
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  padding: 12px 20px;
}

.button-10:hover {
  background-color: #1c74af;
}

.button-11 {
  background-color: var(--2-blog);
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  padding: 12px 20px;
}

.button-11:hover {
  background-color: #1d71a8;
}

.subcategory-breadcrumb-current-page-2 {
  margin-left: 8px;
}

.button-13 {
  background-color: var(--2-blog);
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  padding: 12px 20px;
}

.button-13:hover {
  background-color: #1c6da3;
}

.link-back-to-wrapper-2 {
  display: flex;
}

.button-14 {
  background-color: var(--2-blog);
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  padding: 12px 20px;
}

.button-14:hover {
  background-color: #1a6da3;
}

.link-back-to-wrapper-3 {
  display: flex;
}

.button-15 {
  background-color: var(--2-blog);
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  padding: 12px 20px;
}

.button-15:hover {
  background-color: #1c71aa;
}

.category-page-h1-2 {
  color: #268bce;
  padding-left: 10px;
}

.category-page-h1-2._2 {
  padding-left: 0;
  font-size: 42px;
}

.button-16 {
  background-color: var(--2-blog);
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  padding: 12px 20px;
}

.button-16:hover {
  background-color: #1971ac;
}

.blog_link_in_txt-2 {
  color: #268bce;
  cursor: pointer;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
}

.blog_link_in_txt-2:hover {
  color: #1c6799;
}

.blog-summary-button {
  background-color: var(--2-blog);
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  padding: 12px 20px;
}

.blog-summary-button:hover {
  background-color: #1e72aa;
}

.text-span-9 {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.div-block-152 {
  margin-left: 0;
}

.author-ally-biring-2 {
  margin-left: 10px;
}

.subcaterogy-dropdown {
  cursor: pointer;
}

.subcaterogy-dropdown:hover {
  color: var(--2-blog);
}

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

.heading-53 {
  color: var(--white);
  text-align: center;
  margin-bottom: 25px;
  font-size: 48px;
}

.heading-54 {
  color: var(--white);
  text-align: center;
  font-size: 28px;
}

.div-block-153 {
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-153.pt-10 {
  padding-top: 10px;
}

.js-clock {
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  font-size: 80px;
  line-height: 70px;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
  font-family: Lato, sans-serif;
}

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

.feature-wrapper {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.animation-wrapper {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.feature-content {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.text-block-52 {
  color: rgba(0, 0, 0, .5);
  margin-top: 0;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
}

.blog_list-2 {
  color: #555;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  list-style-type: disc;
}

.blog_column-right-2 {
  flex-direction: column;
  margin-bottom: 100px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 183px;
}

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

.blog_text-in-highlited-2 {
  color: #555;
  font-size: 18px;
  line-height: 1.6;
}

.blog_block-quote-2 {
  clear: both;
  color: #bfc9d1;
  border-left-color: #bfc9d1;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5%;
}

.link-17 {
  color: #268bce;
}

.blog_ordered-list-item-2 {
  color: #555;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.6;
  list-style-type: decimal;
}

.blogpost-autother-and-date {
  margin-top: -10px;
  margin-bottom: 40px;
  display: flex;
}

.italic-text-2 {
  color: #555;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.blog_h2-2 {
  color: #268bce;
  text-align: left;
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 1.3;
}

.blog_h3-3 {
  color: #268bce;
  text-transform: capitalize;
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 0;
  font-size: 28px;
}

.blog_h3-3.grey {
  color: #555;
}

.teme-to-read {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.blog_unordered-list-item-2 {
  color: #555;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 18px;
  line-height: 1.6;
  list-style-type: disc;
}

.spacer-180 {
  height: 150px;
}

.blog_colored-backgound-2 {
  background-color: #f9f9f9;
  border-radius: 2px;
  margin-top: 100px;
  margin-bottom: 20px;
  padding: 10px;
}

.guide-index-heading {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.div-block-154 {
  flex-wrap: wrap;
}

.div-block-155 {
  flex-direction: column;
  display: flex;
}

.paragraph-43 {
  color: var(--white);
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-43._2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
}

.paragraph-43._3 {
  margin-top: 55px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 25px;
}

.div-block-157 {
  z-index: 600;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
}

.lottie-animation-2 {
  height: 200px;
  position: absolute;
  top: 78%;
  bottom: auto;
  left: -7.6%;
  right: auto;
}

.text-span-10 {
  color: #ff1836;
}

.integrations-black-friday-landing-page {
  padding-top: 60px;
  padding-bottom: 100px;
}

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

.div-block-158 {
  width: 40%;
}

.div-block-159 {
  width: 60%;
}

.link-18 {
  color: var(--3-blog);
  text-decoration: underline;
}

.bl-fr-lottie {
  width: 25px;
  height: 25px;
}

.image-91 {
  position: absolute;
  top: -.5%;
  bottom: auto;
  left: -1%;
  right: auto;
}

.div-block-161 {
  align-self: center;
  margin-top: 0;
  display: flex;
}

.container-12-copy {
  background-color: var(--white);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  max-width: 1100px;
}

.bold-text-8 {
  color: #ff1836;
}

.bold-text-9 {
  color: var(--3-blog);
}

.div-block-161-copy {
  align-self: center;
  margin-top: 0;
  margin-bottom: 100px;
  display: flex;
}

.div-block-161-copy.mb-0 {
  margin-top: 10px;
  margin-bottom: 0;
}

.div-block-161-3 {
  align-self: center;
  display: flex;
}

.div-block-162 {
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-53 {
  font-size: 25px;
  font-weight: 500;
}

.background-copy {
  z-index: -5;
  width: 100%;
  max-width: 100%;
  height: 800px;
  padding-left: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.blue-top-copy {
  z-index: -5;
  background-color: var(--2-blog);
  width: 100%;
  height: 550px;
  margin-top: -95px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: scale(1.2)rotate(-9deg);
}

.spacer40 {
  height: 40px;
}

.div-block-163 {
  background-color: var(--bg);
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-18 {
  max-width: 1100px;
  height: auto;
  margin-bottom: 20px;
}

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

.heading-55 {
  color: var(--bg);
  text-align: center;
  font-size: 31px;
}

.div-block-165 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

.user-name-t4 {
  color: var(--2-blog);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.testimonials-t4 {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 16px 40px;
  display: flex;
}

.quote-1-subwrapper-t4 {
  max-width: 730px;
}

.quote-t4 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 19px;
  line-height: 30px;
}

.quote-icon-t4 {
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -5%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.quote-wrapper-t4 {
  max-width: 730px;
  height: 200px;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.see-more-button {
  background-color: var(--2-blog);
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  padding: 12px 30px;
}

.see-more-button:hover {
  background-color: #1e72aa;
}

.see-more-button-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.spacer-150 {
  height: 150px;
}

.guide-index_menu-2 {
  background-color: #f9f9f9;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.guide-index-item-linkblock-2 {
  color: #268bce;
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 5px;
  display: flex;
}

.guide-index-2 {
  background-color: #f9f9f9;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 25px 0;
}

.list-9 {
  list-style-type: decimal;
}

.div-block-166 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 130px;
}

.gouplocation {
  height: 1px;
}

.div-block-167 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.div-block-167.flex {
  justify-content: space-between;
  display: flex;
}

.paragraph-44 {
  color: var(--4-blog);
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.paragraph-28-copy {
  color: rgba(31, 31, 31, .84);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.paragraph-28-copy._2 {
  margin-top: 0;
}

.list-6-copy {
  margin-top: 0;
  margin-bottom: auto;
  padding-left: 50px;
  font-size: 16px;
  line-height: 24px;
}

.list-6-copy.rl {
  text-align: left;
}

.text-block-9-copy {
  color: var(--2-blog);
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}

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

.div-block-168._1 {
  margin-top: 20px;
}

.div-block-169 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-54 {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.pricing-plan-button-wrapper-copy {
  justify-content: center;
  margin: 20px auto auto;
  display: flex;
}

.text-block-55 {
  color: var(--dark-transparent);
  margin-left: 8px;
}

.summary-paragraph-3 {
  color: #555;
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
}

.blog-summary-txt-wrapper-3 {
  margin-top: 9px;
  margin-bottom: auto;
}

.blog-summary-3 {
  border-radius: 0 0 10px 10px;
  flex-direction: column;
  height: 270px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 3px 5px 2px rgba(85, 85, 85, .11);
}

.button-17 {
  color: #fff;
  cursor: pointer;
  background-color: #268bce;
  border-radius: 5px;
  padding: 12px 20px;
}

.button-17:hover {
  background-color: #1e6fa5;
}

.summary-heading-3 {
  text-transform: capitalize;
  cursor: pointer;
  margin-top: 8px;
  font-size: 20px;
}

.blog-summary-image-2 {
  border-radius: 2px;
}

.blog-summary-button-2 {
  color: #fff;
  cursor: pointer;
  background-color: #268bce;
  border-radius: 5px;
  padding: 12px 20px;
}

.blog-summary-button-2:hover {
  background-color: #1e72aa;
}

.summary-paragraph-4 {
  color: #555;
  margin-top: auto;
  font-size: 16px;
  line-height: 1.4;
}

.blog-summary-4 {
  border-radius: 0 0 10px 10px;
  flex-direction: column;
  height: 330px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 3px 5px 2px rgba(85, 85, 85, .11);
}

.button-18 {
  color: #fff;
  cursor: pointer;
  background-color: #268bce;
  border-radius: 5px;
  padding: 12px 20px;
}

.button-18:hover {
  background-color: #1c74af;
}

.blogpost-summary-wrapper-3 {
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 60px;
  margin-right: 10px;
  padding-bottom: 23px;
}

.summary-paragraph-3 {
  margin-bottom: 30px;
}

.footer_container {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-92 {
  margin-left: auto;
  margin-right: auto;
}

.hero_content {
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  padding-right: 50%;
  display: flex;
  position: relative;
}

.hero_content.home_hero_content {
  padding-right: 0%;
}

.hero_content.min-h-500 {
  min-height: 500px;
}

.hero_content.features_banner {
  min-height: 450px;
  padding-left: 15px;
}

.hero_content.center {
  justify-content: space-between;
  align-items: center;
  padding-right: 0%;
}

.hero_text_wrap {
  max-width: 517px;
  margin-right: 20px;
  padding-right: 0;
}

.hero_text_wrap.home_hero_text {
  max-width: 700px;
}

.hero_graphic {
  width: 50%;
  min-width: auto;
  max-width: 611px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -50px;
}

.hero_graphic.home_hero_graphic {
  max-width: 500px;
  position: relative;
}

.hero_graphic.rel {
  text-align: right;
  padding-left: 20px;
  position: static;
}

.hero_graphic.cs {
  text-align: right;
  margin-left: auto;
  position: static;
}

.hero_heading {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.hero_desc {
  color: #fff;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 26px;
}

.hero_desc.home_hero_desc {
  font-family: DM Sans, sans-serif;
}

.index_section {
  padding-top: 130px;
  padding-bottom: 90px;
}

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

.index_content {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.index_block {
  background-image: url('../images/icon-arrow-right.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #f3f4f5;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 49%;
  margin-bottom: 20px;
  padding: 24px 60px 24px 30px;
  display: flex;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, .06);
}

.index_number {
  margin-right: 20px;
}

.index_title {
  color: #717070;
  margin-top: 0;
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 24px;
}

.index_desc {
  color: #717070;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 23px;
}

.zig_zag_section {
  margin-top: 90px;
  margin-bottom: 90px;
}

.zig_zag_wrap {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.zig_zag_wrap.reverse {
  flex-direction: row-reverse;
}

.zig_zag_wrap.reverse.align_center {
  justify-content: center;
}

.zig_zag_wrap.mmb-50 {
  justify-content: space-around;
}

.zig_zag_content {
  width: 50%;
  max-width: 457px;
}

.zig_zag_content.custom_zig_part {
  max-width: 42%;
}

.zig_zag_graphic {
  width: 50%;
  max-width: 550px;
}

.zig_zag_graphic.small {
  max-width: 405px;
}

.zig_zag_graphic.medium {
  max-width: 460px;
}

.zig_zag_graphic.medium.custom_zig_video {
  width: 53%;
  max-width: 53%;
}

.zig_zag_tag {
  color: #717070;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
}

.zig_zag_title {
  color: #3c4858;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 26px;
  line-height: 34px;
}

.zig_zag_title.blue_color {
  color: #268bce;
}

.zig_zag_title.white {
  color: #fff;
}

.zig_zag_list {
  margin-top: 0;
  margin-bottom: 35px;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 24px;
}

.zig_zag_list_item {
  color: #717070;
  background-image: url('../images/blue_bg_check.png');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 25px;
  font-size: 16px;
  line-height: 24px;
}

.zig_zag_list_item.dark_blue_check {
  background-image: url('../images/checkmark_dark_bluw.svg');
}

.zig_zag_list_item {
  background-position: 0 2px;
  padding-left: 30px;
  line-height: 24px;
}

.zig_zag_link {
  background-image: url('../images/icon-arrow-right.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 11px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.zig_zag_link.white {
  color: #fff;
}

.boxes_wrap {
  flex-flow: wrap;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.light_blue_bg {
  background-color: #f7f9fb;
}

.light_blue_bg.box_section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.light_blue_bg.box_section.white_bg {
  background-color: #fff;
}

.box_item {
  background-color: #fff;
  border: 1px solid #f3f4f5;
  border-radius: 8px;
  width: 32%;
  margin-bottom: 25px;
  padding: 30px 25px;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, .06);
}

.box_item.transparent {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-width: 0;
  border-radius: 0;
  width: 32%;
}

.box_top_part {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 21px;
  display: flex;
}

.box_title {
  color: #717070;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 22px;
}

.box_desc {
  color: #717070;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.box_image {
  margin-right: 20px;
}

.box_item_tag {
  color: #717070;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 21px;
}

.box_item_custom_title {
  color: #3c4858;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 45px;
}

.div-block-167 {
  text-align: center;
  justify-items: center;
  margin-top: 25px;
  margin-bottom: 0;
  display: block;
}

.mobile_hero_graphic, .bold-text-10, .bold_custom, .section-25 {
  display: none;
}

.why_publicate_section {
  background-color: #f7f9fb;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section_title.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 32px;
  line-height: 41px;
}

.section_title.center.mb50 {
  margin-bottom: 50px;
}

.section_title.center.mb20 {
  margin-bottom: 20px;
}

.section_title.center.white {
  color: #fff;
}

.section_title.center.white.mb80, .section_title.center.mb80 {
  margin-bottom: 80px;
}

.section_title.center.mb-0 {
  margin-bottom: 0;
}

.section_title.center.mb70 {
  margin-bottom: 70px;
}

.section_desc.center {
  color: #717070;
  text-align: center;
  max-width: 700px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.why_publicate_blocks {
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

.why_publicate_block {
  text-align: center;
  border: 1px solid #f3f4f5;
  border-radius: 8px;
  width: 32%;
  padding: 35px 30px 30px;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, .06);
}

.block_image {
  margin-bottom: 30px;
}

.block_title {
  color: #717070;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
}

.block_description {
  color: #717070;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.works_with_section {
  background-color: #f7f9fb;
  padding-top: 100px;
  padding-bottom: 100px;
}

.works_with_inner {
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.work_with_desc {
  max-width: 450px;
}

.works_with_boxes {
  max-width: 470px;
}

.image-94 {
  margin-bottom: 16px;
}

.section_simple {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section_simple.p-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section_simple.p-60.gray_bg, .section_simple.gray_bg {
  background-color: #f7f9fb;
}

.section_simple.gray_bg.hidden {
  display: none;
}

.hero_bulet_list {
  color: #fff;
  margin-bottom: 60px;
  margin-left: 0;
  padding-left: 1px;
}

.hero_list_item {
  margin-left: 0;
}

.hero_list_item.zig_zag_list_item {
  color: #fff;
  position: relative;
}

._2col_boxes {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

._2col_box_item {
  border-radius: 8px;
  width: 49%;
  margin-bottom: 20px;
  padding: 35px 30px;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, .06);
}

._2col_box_image {
  margin-bottom: 20px;
}

._2col_box_image.mr-25 {
  margin-bottom: 0;
  margin-right: 25px;
}

._2col_box_title {
  color: #717070;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

._2col_box_title.med {
  color: #268bce;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 31px;
}

._2col_list {
  color: #717070;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 1px;
}

._2col_list_item {
  margin-left: 0;
}

.section_wide_message {
  background-color: #3498db;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.wide_message_title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 42px;
}

.wide_message_description {
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 28px;
}

.section_subtitle {
  color: #717070;
  text-align: center;
  max-width: 700px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.section_subtitle.large {
  max-width: 800px;
  margin-bottom: 50px;
  line-height: 26px;
}

.blue_bg_section {
  background-color: #3498db;
  padding-top: 120px;
  padding-bottom: 120px;
}

.custom_number_list_item {
  color: #fff;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.custom_number_list_item.default_color {
  color: #717070;
}

.number_image {
  margin-right: 30px;
}

.text_center {
  text-align: center;
}

.text_center.mt-20 {
  margin-top: 40px;
}

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

.section-26.hidden, .mobile_only {
  display: none;
}

.disclaimer_info {
  color: #717070;
  margin-bottom: 35px;
  padding-left: 80px;
  font-size: 14px;
  line-height: 24px;
}

.disclaimer_info.neg_top {
  color: #717070;
  margin-top: -25px;
  margin-bottom: 10px;
  padding-left: 80px;
  font-size: 14px;
  line-height: 24px;
}

.background-video-7 {
  z-index: 2;
  height: auto;
}

.background-video-8 {
  height: auto;
}

.bold-text-11 {
  color: var(--dodger-blue);
}

.dropdown-toggle-5 {
  padding: 0;
}

.dropdown-list-5 {
  background-color: var(--7-blog);
  width: 100%;
}

.link_submenu {
  color: var(--black);
  width: 100%;
  min-width: auto;
  padding: 10px 60px 10px 20px;
  display: block;
  position: relative;
}

.link_submenu:hover {
  color: var(--2-blog);
}

.link_submenu.sub_link.dropdown-link._w-dropdown-link {
  padding-left: 20px;
}

.icon-8 {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.footer_creds {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.footer_socials {
  margin-right: auto;
}

.image-95 {
  filter: invert() brightness();
  width: 30px;
}

.footer_logo {
  margin-left: 0;
  position: absolute;
}

.footer_social_link {
  margin-right: 20px;
}

.heading-57 {
  color: #268bce;
  text-align: center;
  margin-top: 60px;
  font-size: 30px;
}

.heading-57.text-right {
  text-align: right;
}

.heading-58 {
  color: #555;
  text-align: center;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 57px;
}

.heading-58.text-right {
  text-align: right;
  margin-top: 10px;
  font-weight: 400;
}

.container-19 {
  text-align: center;
  max-width: 1100px;
}

.container-19.text-right {
  text-align: right;
}

.bigorangebutton-3 {
  float: none;
  clear: none;
  text-align: center;
  text-transform: capitalize;
  background-color: #fda11f;
  border-radius: 5px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.bigorangebutton-3:hover {
  background-color: #f69000;
}

.bigorangebutton-3.hero_signup.center {
  min-width: 210px;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.bigorangebutton-3.large {
  min-width: 300px;
  margin-bottom: 48px;
  margin-right: auto;
  padding-left: 90px;
  padding-right: 90px;
}

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

.footer-list-2 {
  margin-top: 10px;
  margin-left: 0;
}

.footer_container-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.nav-link-7 {
  color: #fff;
  background-color: #fda11f;
  border: 2px solid #fda11f;
  border-radius: 5px;
  align-items: flex-start;
  margin-right: 10px;
  padding: 10px 20px;
  font-family: DM Sans, sans-serif;
}

.nav-link-7:hover {
  background-color: #f69000;
}

.footer_top {
  border-bottom: 2px solid #fff;
  max-width: 1100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer_col_title {
  color: #f7f9fb;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.nav-link-8 {
  float: right;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 5px;
  margin-right: 8px;
  padding: 10px 20px;
  font-family: DM Sans, sans-serif;
}

.nav-link-8:hover {
  text-shadow: 0 0 1px #fff;
}

.footer_list_item {
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  line-height: 22px;
}

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

.footer-flex-container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer_wrapper {
  background-color: #268bce;
}

.hero_tag {
  color: #fff;
  letter-spacing: 2.25px;
  font-size: 18px;
  line-height: 24px;
}

.zig_zag_desc {
  color: #717070;
  margin-bottom: 28px;
  line-height: 24px;
}

.features_section_title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  line-height: 42px;
}

._2col_box_tag {
  color: #717070;
  letter-spacing: 2px;
  margin-bottom: 10px;
  line-height: 21px;
}

._2col_box_top_info_wrap {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.box_item_content_heading {
  margin-top: 30px;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.box_item_content {
  color: #717070;
  line-height: 24px;
}

.feedback_section {
  background-color: #f7f9fb;
  margin-top: auto;
  padding: 85px 15px 75px;
}

.feedback_section.mb-30 {
  margin-bottom: 30px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.feedback_main_wrapper {
  justify-content: space-between;
  display: flex;
}

.feedback_item {
  max-width: 480px;
}

.feedback_item.inner.mobile {
  display: none;
}

.feedback_top {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.feedback_title {
  color: #545c6e;
  margin-right: 15px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}

.feedback_content {
  color: #545c6e;
  font-size: 14px;
  line-height: 22px;
}

.feedback_footer {
  border-top: 1px solid #bcc0c7;
  justify-content: space-between;
  align-items: center;
  margin-top: 17px;
  padding-top: 15px;
  display: flex;
}

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

.image-96 {
  margin-right: 15px;
}

.text-block-56 {
  opacity: .7;
  color: #545c6e;
  font-size: 14px;
  line-height: 21px;
}

.logos_section {
  background-color: #f7f9fb;
  padding-top: 80px;
  padding-bottom: 65px;
}

.logos_section.p0 {
  padding-top: 0;
  padding-bottom: 0;
}

.logos_section.p0.white {
  background-color: #fff;
}

.logos_wrap {
  filter: grayscale();
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.image-97 {
  object-fit: contain;
  max-width: 200px;
  max-height: 45px;
  margin-top: 15px;
  margin-bottom: 30px;
  margin-right: 30px;
}

.image-97.ml0 {
  margin-right: 0;
}

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

.spacer80 {
  height: 80px;
}

.blue_block {
  background-color: #3498db;
  border-radius: 20px;
  max-width: 435px;
  margin-left: 60px;
  padding: 52px 44px;
}

.blue_block_title {
  color: #fff;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.blue_block_description {
  color: #fff;
  margin-bottom: 34px;
  font-size: 18px;
  line-height: 24px;
}

.faq_items_wrap {
  background-color: #fff;
  border-radius: 40px;
  max-width: 835px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.faq_item {
  border-bottom: 2px solid rgba(123, 141, 177, .3);
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.faq_item.last {
  border-bottom-style: none;
}

.faq_toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.faq_q_text {
  color: #3c4858;
  text-transform: none;
  white-space: normal;
  max-width: none;
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.dropdown-list-6 {
  position: relative;
}

.dropdown-list-6.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 20px;
}

.text-block-57 {
  max-width: none;
  padding-right: 40px;
  line-height: 21px;
}

.faq_section {
  padding-top: 110px;
  padding-bottom: 140px;
}

.sign-up_section {
  padding-top: 150px;
  padding-bottom: 120px;
}

.sign-up_section.hsus {
  padding-top: 70px;
}

.sign-up_section.nsups {
  padding-bottom: 20px;
}

.signup-section_content_wrap {
  padding-left: 15px;
  padding-right: 15px;
}

.email_clients_grid {
  border-radius: 25px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.email_client_image {
  flex: 0 auto;
  min-width: 118px;
  margin: 5px;
}

.form_block_wraper {
  border: 2px solid #e6ebf3;
  border-radius: 25px;
  justify-content: space-around;
  max-width: 990px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.form_block_wraper.mb0 {
  margin-bottom: 0;
}

.form_desc_block {
  background-color: #ecf7fe;
  background-image: url('../images/free_trial_form_image.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 492px;
  min-width: 492px;
  min-height: 455px;
  padding-top: 45px;
}

.form_desc_block.review_half {
  background-color: #f7f9fb;
  background-image: none;
  justify-content: center;
  align-items: center;
  padding-bottom: 45px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.trial_form_wrapper {
  width: 100%;
  padding: 60px;
}

.trial_form_wrapper.home {
  color: var(--white);
  text-align: center;
  background-color: #3498db;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blue_button {
  background-color: #3498db;
  border-radius: 5px;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.blue_button.center {
  text-align: center;
  min-width: 210px;
  margin-left: 10px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.blue_button.small {
  width: 100%;
  margin-top: 0;
  padding: 7px 15px;
  font-size: 13px;
  line-height: 20px;
}

.templates_section {
  background-color: #f7f9fb;
  padding-top: 70px;
  padding-bottom: 70px;
}

.templates_grid {
  display: flex;
}

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

.summary-heading-4 {
  text-transform: capitalize;
  cursor: pointer;
  margin-top: 8px;
  font-size: 20px;
}

.blog-summary-button-3 {
  color: #fff;
  cursor: pointer;
  background-color: #268bce;
  border-radius: 5px;
  padding: 12px 20px;
}

.blog-summary-button-3:hover {
  background-color: #1e72aa;
}

.blog-summary-button-3.mt-auto {
  margin-top: auto;
}

.summary-paragraph-5 {
  color: #555;
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
}

.blog-summary-5 {
  border-radius: 0 0 10px 10px;
  flex-direction: column;
  height: 270px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 3px 5px 2px rgba(85, 85, 85, .11);
}

.blog-summary-5.no-shadow {
  box-shadow: none;
}

.heading-59 {
  color: #268bce;
  text-align: center;
  font-size: 32px;
}

.div-block-171 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.div-block-171.flex {
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.div-block-171.flex.beg {
  justify-content: flex-start;
  align-items: stretch;
}

.summary-paragraph-6 {
  margin-bottom: 30px;
}

.spacer-130.desktop_only {
  height: 130px;
}

.help_info {
  text-align: center;
  font-size: 24px;
  line-height: 35px;
}

.help_info.mt-50 {
  margin-top: 50px;
}

.background-video-9 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.form {
  text-align: center;
}

.phot_descrptio {
  text-align: center;
  margin-top: 0;
  font-size: 14px;
}

.tab_text {
  margin-left: 10px;
}

.pricing_plan_intro {
  padding-left: 30px;
  padding-right: 30px;
}

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

.plan_title_text {
  color: #268bce;
}

.plan_image {
  margin-right: 10px;
}

.plan_image.br {
  border-radius: 100px;
  overflow: hidden;
}

.pricing_text {
  color: #3c4858;
  text-align: left;
  margin-top: 15px;
}

.pricing_text.retail {
  color: #a8aeb7;
  font-size: 14px;
  line-height: 15px;
}

.pricing_sum {
  font-size: 45px;
  line-height: 50px;
}

.pricing_sum.retail {
  font-size: 20px;
  line-height: 23px;
  text-decoration: line-through;
}

.pricing_info {
  color: #717070;
  text-align: left;
  font-size: 14px;
}

.main_price_tabs {
  width: 100%;
  max-width: 810px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.toggle-circle-tab-off {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

.tab-toggle-text-l {
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 25px;
}

.tab-toggle-text-l.on {
  color: var(--2-blog);
  right: 43px;
}

.toggle-circle-tab-on {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

.pricing-tab-link.l {
  background-color: #3498db;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
  padding: 4px;
}

.pricing-tab-link.l.w--current {
  background-color: #3498db;
}

.pricing-tab-link.r {
  background-color: #3498db;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  padding: 4px;
}

.pricing-tab-link.r.w--current {
  padding-top: 4px;
  padding-bottom: 4px;
}

.tabs-menu-4 {
  text-align: right;
  margin-right: 0;
  padding-right: 135px;
}

.tab-toggle-text {
  align-items: center;
  width: 150px;
  font-size: 14px;
  display: flex;
  position: absolute;
  top: 0;
  left: 25px;
}

.pricing_tabs_content {
  margin-top: 25px;
}

.save_an {
  color: #fd1f68;
  background-color: rgba(253, 31, 104, .1);
  border-radius: 4px;
  margin-left: 10px;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 12px;
  display: block;
}

.save_an.ib {
  display: inline-block;
}

.orange_blurb_wrapper {
  background-color: #3498db;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 60px auto 100px;
  padding: 50px 80px;
  display: flex;
}

.orange_blurb_wrapper.orange {
  background-color: var(--orange);
}

.orabge_blurb_text {
  max-width: 560px;
}

.blurb_intro {
  color: #fff;
  letter-spacing: 2.25px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.blurb_text {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.plan_description_section {
  margin-top: 100px;
}

.white_features_block {
  border: 1px solid #ededed;
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
  padding: 32px;
  display: flex;
  box-shadow: 0 0 30px rgba(0, 0, 0, .06);
}

.features_image {
  border-radius: 18px;
  width: 100%;
  max-width: 400px;
  height: 400px;
  margin-right: 40px;
  overflow: hidden;
}

.feature_image {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

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

.feature_item {
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  margin-bottom: 20px;
  display: flex;
}

.feature_item_image {
  margin-bottom: 8px;
  margin-right: 10px;
}

.feature_desc {
  color: #717070;
  font-size: 18px;
  font-weight: 500;
}

.plan_presentation {
  display: flex;
}

.plan_block {
  background-color: rgba(55, 175, 255, .09);
  border-radius: 18px;
  width: 50%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 40px 35px;
}

.plan_block.dark {
  background-color: #3498db;
}

.plan_text {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.plan_text.white {
  color: #fff;
}

.plan_image_promo {
  margin-bottom: 10px;
}

.plan_desc {
  color: #717070;
  margin-bottom: 30px;
  line-height: 24px;
}

.plan_desc.white {
  color: #fff;
}

.comparison_section {
  margin-bottom: 60px;
  position: relative;
}

.comparison_table {
  padding-top: 20px;
  position: relative;
  overflow: hidden;
}

.comparison_row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  padding-bottom: 0;
  display: flex;
}

.comparison_row.header_row {
  border-bottom: 1px solid #bfc4c6;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.comparison_row.section_title_row {
  margin-bottom: 20px;
}

.comparison_row.section_title_row.inner {
  border-top: 1px solid #bfc4c6;
  padding-top: 18px;
}

.colum_title {
  width: 100%;
  max-width: 280px;
  margin-right: 50px;
}

.colum_simple {
  text-align: center;
  width: 100%;
  max-width: 120px;
}

.column_header {
  text-align: center;
  transition: all .3s;
  overflow: visible;
}

.column_header:hover {
  transform: scale(1.15);
}

.header_image {
  border-radius: 100px;
}

.header_image.br0 {
  border-radius: 0;
}

.header_title {
  color: #268bce;
  border-radius: 100%;
  margin-top: 5px;
  margin-bottom: 12px;
  font-weight: 500;
}

.colum_section_title {
  color: #3c4858;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.perk_title, .text_simple {
  color: #717070;
  font-size: 14px;
  line-height: 120%;
}

.heading_custom {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.title_image {
  margin-top: 5px;
  margin-left: 20px;
  transform: rotate(-90deg);
}

.comparison_overlay {
  cursor: pointer;
  background-image: linear-gradient(to top, #fff, rgba(0, 0, 0, 0));
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.features_hero_component {
  background-color: var(--2-blog);
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 100px;
}

.f_hero_comp_title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 40px;
  line-height: 50px;
}

.f_hero_desc {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.f_hero_steps {
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.f_hero_step {
  border: 20px solid var(--2-blog);
  opacity: 1;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f_hero_s_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

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

.stem_name {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  display: block;
}

.step_num {
  opacity: .4;
}

.fh_separator {
  opacity: .7;
  border-bottom: 3px #fff;
  justify-content: flex-start;
  width: 83%;
  height: 3px;
  margin-top: -86px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 88%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.feature_section_block {
  padding: 100px 10px;
}

.feature_section_block.dark {
  background-color: #f7f9fb;
}

.feature_block_heading {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.fb_num {
  margin-right: 30px;
}

.fb_cat {
  color: #008dd4;
  letter-spacing: 2.25px;
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 24px;
}

.fb_title {
  color: #3b4858;
  -webkit-text-stroke-color: #3b4858;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 39px;
}

.f_block {
  background-color: #fff;
  border: 1px solid #f3f4f5;
  border-radius: 8px;
  width: 31%;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, .06);
}

.f_block.large {
  justify-content: flex-start;
  align-items: center;
  width: 64%;
  display: flex;
}

.f_blocks_wrap {
  flex-wrap: wrap;
  margin-bottom: 20px;
  display: flex;
}

.f_block_image {
  object-fit: contain;
  width: auto;
  height: 160px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.f_block_image.large {
  width: 100%;
  max-width: 280px;
  height: auto;
  margin-right: 25px;
}

.text-block-58 {
  color: #008dd4;
  letter-spacing: 1.6px;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 17px;
}

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

.text-block-60 {
  color: #3b4858;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.fb_hover {
  opacity: 0;
  color: #fff;
  background-color: #268bce;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  transition: opacity .4s;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fb_hover:hover {
  opacity: 1;
}

.fbh_title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.fbh_desc {
  line-height: 24px;
}

.fb_feat {
  width: 100%;
}

.fb_desc {
  color: #717070;
  margin-top: 11px;
  line-height: 24px;
}

.link-block-3 {
  width: 210px;
}

.fb_desc_vis {
  display: none;
}

.news_step {
  width: 70px;
}

.separator_item {
  background-image: url('../images/Line.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  width: 110px;
  margin-left: 165px;
  margin-right: 0;
}

.separator_item.first {
  margin-left: 129px;
}

.all_and_below {
  text-align: left;
  margin-bottom: 15px;
}

.review-block {
  color: #fff;
  background-color: rgba(255, 255, 255, .34);
  border-radius: 11px;
  width: auto;
  margin-top: 100px;
  margin-bottom: 40px;
  padding: 18px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
}

.review-block.inner {
  min-width: 380px;
  margin-top: 0;
}

.review-item {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-item.review-item_border {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.review-item_text.l-text {
  font-size: 20px;
}

.review_image {
  height: 20px;
  margin-left: 15px;
}

.review_image.m0 {
  margin-left: 0;
  margin-right: 10px;
}

.review_image.mr-auto {
  width: auto;
  height: 27px;
  margin-left: auto;
}

.review_image.large {
  width: auto;
  height: 30px;
}

.soon {
  opacity: .55;
  color: var(--4-blog);
  margin-top: 10px;
  font-style: italic;
}

.cs_logo_wrap {
  background-color: var(--white);
  border-radius: 20px;
  max-width: 380px;
  margin-left: auto;
  padding: 130px 30px;
}

.cs_body {
  padding: 45px 20px;
}

.cs_back {
  color: #717070;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.quick_links {
  color: #3c4858;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.ql_text {
  color: #3c4858;
  margin-bottom: 10px;
  margin-right: 20px;
  font-size: 18px;
  line-height: 36px;
  display: inline-block;
}

.ql {
  color: #3c4858;
  margin-right: 8px;
}

.ql_separator {
  margin-right: 24px;
}

.cs_main_points {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.cs_main_points-item {
  border: 1px solid #e6ebf3;
  border-radius: 12px;
  width: 50%;
  padding: 20px 30px;
}

.cs_mp_tag {
  color: var(--dodger-blue);
  letter-spacing: 2.5px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 26px;
}

.cs_mp-item {
  color: #3c4858;
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 24px;
}

.cs_general_info {
  color: #3c4858;
  background-color: rgba(52, 152, 219, .05);
  border-radius: 12px;
  justify-content: space-between;
  margin-bottom: 70px;
  padding: 30px;
  line-height: 22px;
  display: flex;
}

.cs_general_info-item {
  min-width: 220px;
}

.cs_general_info-main {
  color: #3498db;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 700;
  line-height: 60px;
}

.cs_general_info-separator {
  background-color: #dce2ed;
  width: 2px;
}

.quote_block {
  color: var(--white);
  background-color: #1d2b39;
  border-radius: 20px;
  padding: 30px 60px;
  line-height: 1.44;
}

.quote_block.inner {
  margin-bottom: 50px;
}

.quote_text {
  margin-top: 30px;
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
}

.quote_auth {
  margin-top: 30px;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.cs_main_block {
  max-width: 760px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.cs_heading {
  color: #3c4858;
  margin-top: 0;
  margin-bottom: 16px;
}

.cs_intro {
  color: #717070;
  margin-bottom: 70px;
  line-height: 1.5;
}

.light_blue_block {
  color: #717070;
  background-color: #f3f9fd;
  border-radius: 20px;
  margin-bottom: 50px;
  padding: 30px;
  line-height: 24px;
}

.block_intro {
  color: #3c4858;
  margin-bottom: 44px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.cs_h3 {
  color: #3c4858;
  margin-top: 34px;
  margin-bottom: 11px;
  font-size: 22px;
  line-height: 29px;
}

.bb_image_wrap {
  background-color: var(--white);
  border: 1px solid #e6ebf3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  display: flex;
}

.block_image_item {
  width: 29px;
}

.cs_card_image {
  width: 100%;
  height: auto;
  padding: 0;
}

.cs_card_link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.ql_item {
  margin-bottom: 10px;
  display: flex;
}

.tf_title {
  letter-spacing: -.34px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}

.cs_img {
  object-fit: cover;
  width: 100%;
  height: 240px;
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 0;
  transform: translate(0, 180px);
}

@media screen and (min-width: 1280px) {
  .blue-top {
    height: 500px;
  }

  .txt-content {
    padding-right: 0;
  }

  .image-11 {
    z-index: 2147483647;
    width: 100%;
    max-width: 110%;
    margin-top: 0;
    top: 100px;
    bottom: auto;
    left: auto;
    right: -9%;
  }

  .background {
    overflow: hidden;
  }

  .background.orange {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .background.home {
    height: 738px;
  }

  .blog_column-right {
    top: 129px;
  }

  .hero-img-wrapper {
    z-index: 0;
    margin-right: -150px;
  }

  .list-6 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 48px;
  }

  .image-53 {
    flex: none;
    width: 15px;
    margin-top: 0;
    margin-bottom: 11px;
    margin-left: 0;
  }

  .flex_box.author {
    display: none;
  }

  .hover-with-inf {
    bottom: 0;
    right: -4%;
  }

  .hover-with-inf._2 {
    right: -17%;
  }

  .txt-content-copy {
    padding-right: 0;
  }

  .image-61 {
    margin-left: 40px;
  }

  .template-list-txt-content, .template-page-txt-wrapper {
    padding-right: 0;
  }

  .div-block-133 {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .blog_column-right-2 {
    top: 129px;
  }

  .background-copy {
    overflow: hidden;
  }

  .list-6-copy {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 48px;
    font-size: 16px;
  }

  .sign-up_section.hsus {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .heading-4 {
    margin-top: 60px;
  }

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

  .heading-6.small {
    font-size: 22px;
  }

  .image-11 {
    width: 100%;
    margin-right: -9%;
    top: 80px;
    right: 0;
  }

  .background {
    overflow: hidden;
  }

  .background.orange {
    height: 528px;
  }

  .text-block-5:hover {
    color: var(--background);
  }

  .hero-img-wrapper {
    object-fit: fill;
    margin-right: -240px;
    overflow: hidden;
  }

  .list-of-benefits {
    margin-top: 30px;
  }

  .tabs {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    position: static;
  }

  .list-item-31 {
    font-weight: 400;
  }

  .list-item-31.thin {
    font-weight: 300;
  }

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

  .image-53._2 {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .hover-with-inf {
    top: auto;
    bottom: 123%;
    left: auto;
    right: -6%;
  }

  .div-block-47 {
    right: 75px;
  }

  .div-block-47._2 {
    right: 47px;
  }

  .bold-text-3, .bold-text-4, .bold-text-5 {
    color: var(--2-blog);
  }

  .hero_section {
    overflow: hidden;
  }

  .hero_section.templstes_list {
    background-position: 100% -53%;
  }

  ._3-col {
    width: 28%;
  }

  ._3-col._3-col-last {
    width: 270px;
  }

  .wrap.w50-start {
    justify-content: space-between;
    width: auto;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .gmail_html_hero-img-wrapper {
    display: block;
  }

  .image-61 {
    margin-left: 50px;
  }

  .div-block-86 {
    border-style: none;
    border-width: 0;
  }

  .background-video-3 {
    height: 260px;
  }

  .template-page-icon {
    max-width: 90%;
  }

  .text-block-11-copy {
    text-align: center;
  }

  .template-category-link-item {
    font-size: 16px;
  }

  .features-block-copy {
    display: flex;
  }

  .features-text-copy {
    font-size: 15px;
  }

  .div-block-95-copy-copy {
    margin-right: 10px;
  }

  .sticky-block-cc--templates {
    margin-top: 0;
  }

  .div-block-113 {
    flex-wrap: wrap;
  }

  .features-block-copy-copy {
    display: flex;
  }

  .div-block-124 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .blog_main_category.empty {
    display: none;
  }

  .div-block-157 {
    position: relative;
  }

  .lottie-animation-2 {
    position: absolute;
  }

  .background-copy {
    overflow: hidden;
  }

  .hero_graphic {
    right: -100px;
  }

  .heading-57 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .heading-6.small {
    font-size: 20px;
  }

  .image-11 {
    width: 100%;
    margin-right: auto;
  }

  .background.orange {
    height: 640px;
  }

  .tab-pane-tab-1 {
    padding: 50px;
  }

  .tabs {
    width: 100%;
  }

  .blog_container {
    z-index: 13;
  }

  .div-block-51 {
    padding-bottom: 0;
  }

  .hero_section {
    z-index: -1;
    overflow: hidden;
  }

  .section-14 {
    position: relative;
    overflow: hidden;
  }

  .section-15 {
    overflow: hidden;
  }

  .section-16 {
    padding-top: 95px;
    position: static;
    overflow: visible;
  }

  .image-61 {
    margin-left: 60px;
  }

  .heros_section_container, .terms-container, .footer_container, .footer_container-2 {
    z-index: 13;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bigbluebutton {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block {
    margin-top: 140px;
    padding-right: 15px;
  }

  .blueoutlinebutton {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-3 {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .blogpostmenu2 {
    margin-top: 60px;
  }

  .div-block-5 {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-6 {
    margin-left: 10px;
  }

  .container-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 60px;
    display: flex;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .blue-top {
    height: 563px;
  }

  .blue-top.hero {
    height: 488px;
  }

  .container-5.notblog {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav_elm {
    margin-left: 0;
  }

  .nav-link-5 {
    float: none;
    margin-left: 20px;
    display: inline-block;
  }

  .nav-menu-2 {
    background-color: var(--2-blog);
    color: #fff;
    border-radius: 5px;
    flex-direction: column;
    align-items: flex-start;
    min-width: 100%;
    max-width: none;
    max-height: none;
    margin-top: 0;
    padding: 24px 20px;
    top: 50px;
    bottom: auto;
    left: auto;
    right: 0%;
    overflow: visible;
    box-shadow: 0 0 8px -1px rgba(0, 0, 0, .3);
  }

  .heading-6 {
    max-width: 100%;
    font-size: 38px;
  }

  .heading-6.small {
    font-size: 18px;
  }

  .image-11 {
    width: 102%;
    top: 20px;
    bottom: auto;
    left: auto;
    right: -3%;
  }

  .icon-2 {
    color: var(--white);
  }

  .menu-button-3 {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    display: block;
  }

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

  .background {
    height: 726px;
    overflow: hidden;
  }

  .bigorangebutton.center_button.mb105 {
    margin-bottom: 25px;
  }

  .bigorangebutton.mr0 {
    margin-right: auto;
  }

  .div-block-9.home {
    margin-top: 0;
  }

  .div-block-10 {
    width: 118%;
    max-width: 120%;
    margin-top: 140px;
    margin-left: 0;
    margin-right: auto;
  }

  .background-video {
    object-fit: fill;
    justify-content: center;
    width: 100%;
    margin-bottom: auto;
    margin-left: auto;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-16 {
    width: 100%;
    height: 317px;
    position: relative;
  }

  .col6 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 50%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .col6._2 {
    align-items: flex-end;
  }

  .spacer100 {
    display: none;
  }

  .spacer50 {
    margin-bottom: 0;
    display: block;
  }

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

  .icon-3.black {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .dropdown-list.w--open {
    background-color: var(--white);
    color: #3498db;
    margin-left: -186px;
    margin-right: auto;
  }

  .dropdown-link {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

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

  .blogpostheader {
    padding: 10px 20px 0;
  }

  .nav-link-6 {
    display: block;
  }

  .blogpostcontainer {
    margin-left: auto;
    margin-right: auto;
  }

  .blog_block-quote {
    clear: both;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
    padding-left: 12px;
  }

  .faq-img {
    width: 50px;
    height: 50px;
  }

  .blog_column-left {
    padding-left: 0;
    padding-right: 20px;
  }

  .blog_column-right {
    margin-bottom: 150px;
    padding-left: 0;
    padding-right: 0;
    position: -webkit-sticky;
    position: sticky;
    top: -140px;
    right: auto;
  }

  .sg-header-2, .sg-header-3, .sg-header-4 {
    margin-bottom: 64px;
  }

  .button-orange-blog {
    padding-left: 12px;
    padding-right: 12px;
  }

  .buttons-block-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-style-colors-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
    margin-left: 10px;
  }

  .container-11 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-49 {
    display: none;
  }

  .hero-img-wrapper {
    margin-top: 20px;
    margin-left: auto;
    margin-right: -60px;
  }

  .plan-card {
    width: 38%;
    margin-bottom: 23px;
  }

  .tabs.pricing_tabs {
    border-radius: 0;
  }

  .cards-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }

  .image-53._2 {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .flexbox {
    justify-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-43 {
    padding-left: 20px;
  }

  .paragraph-28 {
    margin-top: 0;
  }

  .div-block-47 {
    right: 25px;
  }

  .blog_container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog_container.pt-top {
    padding-top: 40px;
  }

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

  .container-14 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .toolcard_name {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 20px;
  }

  .toolcard_txts {
    padding-left: 0;
  }

  .toolcard_image {
    max-width: 20%;
    margin-right: 20px;
  }

  .toolcard_brand {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .text-block-21, .text-block-22, .heading-33 {
    text-align: center;
  }

  .tw-rss-page-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-summary._2 {
    height: 0;
    min-height: 410px;
  }

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

  .text-block-29 {
    text-align: center;
    line-height: 1.3;
  }

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

  .referral_heading {
    margin-top: 40px;
  }

  .referral-content-wrapper {
    width: 90vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-31 {
    font-size: 80px;
  }

  .text-span-6 {
    font-size: 50px;
  }

  .div-block-43-copy {
    padding-left: 20px;
  }

  .flexbox-copy {
    justify-content: space-around;
    padding: 10px 10px 30px;
  }

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

  .hero_section {
    margin-top: 0;
  }

  .hero_section.home_hero {
    padding-top: 0;
  }

  .feature-txt-wrapper {
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .feature-txt-wrapper._2 {
    order: 1;
  }

  .feature-txt-wrapper.video {
    width: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature {
    flex-wrap: wrap;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content_wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .content9-item-wrap {
    text-align: center;
    padding-right: 0;
  }

  ._3-col {
    width: 30%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  ._3-col._3-col-last {
    width: 31%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50-start {
    flex-flow: row;
    width: auto;
  }

  .content9-icon, .gmail_html_hero-img-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .image-61 {
    max-width: 100%;
    margin-left: 30px;
  }

  .intro {
    padding-top: 40px;
  }

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

  .outl_html_-txt_centered.center {
    max-width: 100%;
  }

  .outl_html_txt_paragraph {
    text-align: center;
  }

  .div-block-82 {
    width: 45%;
  }

  .div-block-83 {
    width: 57%;
  }

  .feature-img-wrapper {
    order: 1;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-86 {
    width: 500px;
    margin-top: 20px;
    padding: 30px 20px;
  }

  .brand-3 {
    margin-right: auto;
  }

  .background-video-3 {
    height: 267px;
  }

  .image-63 {
    max-width: 90%;
  }

  .template-list-txt-content {
    margin-left: auto;
    margin-right: auto;
  }

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

  .phone-template-img-wrapper {
    overflow: hidden;
  }

  .phone-template-wrapper {
    border-radius: 24px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .phone-template-wrapper.template-preview {
    width: 62%;
  }

  .template-page-flexbox {
    flex-direction: column;
    align-items: stretch;
  }

  .template-page-img-wrapper {
    width: 100%;
  }

  .template-page-txt-wrapper {
    order: -1;
    width: 100%;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .features-wrapper {
    flex-flow: column wrap;
  }

  .div-block-95, .works-with-block {
    margin-left: auto;
    margin-right: auto;
  }

  .features-block {
    flex-flow: wrap;
  }

  .navbar-5-copy {
    position: static;
  }

  .hero-text-flexbox {
    text-align: center;
    align-items: center;
  }

  .div-block-104 {
    margin-left: auto;
    margin-right: auto;
  }

  .features-block-copy {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .layout-grid-static-content-grid {
    flex-direction: column;
    align-items: center;
  }

  .filtering-aside-wrapper {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sticky-sidebar {
    flex-direction: row;
    justify-content: space-between;
  }

  .filtering-drodown-button {
    margin-left: 10px;
    margin-right: 15px;
  }

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

  .div-block-109 {
    margin-left: auto;
    margin-right: auto;
  }

  .filtering-tabs-menu {
    display: none;
  }

  .div-block-113 {
    justify-content: flex-start;
  }

  .category-_filters_section {
    display: none;
  }

  .div-block-115 {
    text-align: center;
    justify-content: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-117 {
    display: block;
  }

  .image-79 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heros_section_container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .features-block-copy-copy {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-109-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .terms-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .template-name-copy {
    text-align: center;
  }

  .tested-with-wrapper {
    flex-wrap: wrap;
    display: flex;
  }

  .div-block-122 {
    width: 500px;
    height: 250px;
  }

  .right-arrow-t1 {
    align-items: flex-end;
  }

  .slider-t1, .slider-mobile-landscape-t1 {
    display: none;
  }

  .right-arrow-icon-t1 {
    height: 25px;
  }

  .right-arrow-landscape-t1 {
    align-items: flex-end;
  }

  .right-arrow-portrait-t1 {
    align-items: center;
  }

  .slider-mobile-portrait-t1 {
    width: 700px;
    display: block;
  }

  .slide-subwrapper-t1 {
    width: 60%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .slide-wrapper-t1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-134 {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }

  .div-block-139 {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .div-block-139.p0 {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 20px;
    position: relative;
    left: auto;
  }

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

  .dropdown-3 {
    display: block;
  }

  .bigbluebutton-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image {
    width: 100%;
    height: 317px;
    position: relative;
  }

  .feature-image._1 {
    width: 50%;
  }

  .image-90 {
    width: auto;
    max-width: 100%;
    margin-top: -65px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    transform: none;
  }

  .bluesection-2 {
    flex-direction: column;
  }

  .feature-description {
    width: 60%;
  }

  .paragraph-40 {
    font-size: 28px;
  }

  .blog-lp-hero-txt {
    width: 100%;
  }

  .category-buttons-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
  }

  .category-link-button {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .subcategory-content-wrapper {
    justify-content: flex-start;
  }

  .top-content.blog-category-page {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog-lp-hero-content {
    flex-direction: column;
    align-items: center;
  }

  .container-16 {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blogpost-summary-wrapper-2 {
    margin-left: 0;
    margin-right: auto;
  }

  .blog-hero-content {
    align-items: flex-start;
  }

  .category-page-hero-wrapper {
    width: 100%;
    margin-top: 100px;
  }

  .link-back-to-wrapper.blogpost {
    flex-wrap: wrap;
  }

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

  .heading-53 {
    font-size: 40px;
  }

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

  .div-block-153 {
    flex-direction: column;
  }

  .blog_column-right-2 {
    margin-bottom: 150px;
    padding-left: 0;
    padding-right: 0;
    position: -webkit-sticky;
    position: sticky;
    top: -140px;
    right: auto;
  }

  .blog_block-quote-2 {
    clear: both;
  }

  .div-block-158, .div-block-159 {
    width: 100%;
  }

  .div-block-161 {
    margin-top: 0;
  }

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

  .div-block-161-copy, .div-block-161-3 {
    margin-top: 0;
  }

  .background-copy {
    height: 726px;
    overflow: hidden;
  }

  .blue-top-copy {
    height: 563px;
  }

  .quote-1-subwrapper-t4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .see-more-button-wrapper {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .paragraph-28-copy {
    margin-top: 0;
  }

  .blog-summary-3 {
    height: 380px;
  }

  .blogpost-summary-wrapper-3 {
    width: 45%;
    margin-left: 0;
    margin-right: auto;
  }

  .footer_container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero_content {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero_text_wrap {
    max-width: 100%;
  }

  .hero_graphic {
    text-align: center;
    width: 100%;
    max-width: 100%;
    position: static;
  }

  .hero_graphic.home_hero_graphic {
    right: 0;
  }

  .hero_graphic.rel {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

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

  .hero_heading {
    margin-bottom: 14px;
    font-size: 29px;
    line-height: 38px;
  }

  .hero_desc {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 21px;
  }

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

  .image-93 {
    display: none;
  }

  .index_content {
    flex-direction: column;
  }

  .index_block {
    width: 100%;
  }

  .index_number {
    display: none;
  }

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

  .zig_zag_wrap {
    flex-flow: column-reverse wrap;
  }

  .zig_zag_wrap.reverse {
    flex-direction: column-reverse;
  }

  .zig_zag_content {
    width: 100%;
    max-width: 100%;
  }

  .zig_zag_content.custom_zig_part {
    max-width: 100%;
  }

  .zig_zag_graphic {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .zig_zag_graphic.medium.custom_zig_video {
    width: 100%;
    max-width: 100%;
  }

  .zig_zag_title.blue_color {
    font-size: 20px;
    line-height: 25px;
  }

  .zig_zag_title.white {
    display: block;
  }

  .zig_zag_title.white.desktop_only {
    display: none;
  }

  .zig_zag_link {
    font-size: 18px;
    line-height: 25px;
  }

  .boxes_wrap {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box_item, .box_item.transparent {
    width: 100%;
  }

  .div-block-167 {
    margin-bottom: 40px;
  }

  .mobile_hero_graphic {
    display: block;
  }

  .bold-text-10, .bold_custom {
    display: inline;
  }

  .section_title.center.mb50, .section_title.center.mb20 {
    font-size: 28px;
    line-height: 37px;
  }

  .section_title.center.white.mb80 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 37px;
  }

  .section_title.center.mb80 {
    text-align: center;
    margin-bottom: 10px;
  }

  .section_simple.mpb-small {
    padding-bottom: 0;
  }

  .hero_bulet_list {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero_list_item.zig_zag_list_item {
    margin-bottom: 18px;
  }

  .section_content_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._2col_box_item {
    width: 100%;
  }

  ._2col_box_title {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 25px;
  }

  .wide_message_title {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .blue_bg_section {
    padding: 60px 20px;
  }

  .custom_number_list_item.default_color {
    margin-bottom: 20px;
  }

  .number_image {
    width: 20px;
    margin-right: 15px;
  }

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

  .desktop_only {
    display: none;
  }

  .mobile_only {
    display: block;
  }

  .mobile_only.zigzag_grafic {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-list-5 {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
  }

  .link_submenu {
    color: #fff;
  }

  .footer_creds {
    padding-left: 30px;
  }

  .heading-57 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .footer_container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-link-7 {
    display: block;
  }

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

  .footer_buttons {
    display: flex;
  }

  .nav-link-8 {
    float: none;
    margin-left: 20px;
    display: inline-block;
  }

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

  .feedback_item {
    max-width: 100%;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feedback_item.inner {
    margin-bottom: 0;
  }

  .logos_section.p0 {
    padding-top: 80px;
  }

  .logos_row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .blue_block {
    margin-left: auto;
    margin-right: auto;
  }

  .faq_items_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sign-up_section.nsups {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form_block_wraper {
    flex-direction: column;
  }

  .form_desc_block {
    min-width: 100%;
  }

  .templates_section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .templates_grid {
    flex-wrap: wrap;
  }

  .template_item {
    width: 20%;
  }

  .blog-summary-5 {
    height: 380px;
  }

  .pricing-tab-link.l {
    padding-top: 4px;
  }

  .tabs-menu-4 {
    padding-right: 160px;
  }

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

  .orange_blurb_wrapper.orange {
    max-width: 90%;
  }

  .orabge_blurb_text {
    text-align: center;
    margin-bottom: 20px;
  }

  .blurb_text {
    font-size: 28px;
    line-height: 35px;
  }

  .white_features_block {
    flex-direction: column;
  }

  .features_image {
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .feature_item {
    width: 100%;
  }

  .plan_presentation {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .plan_block {
    width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .comparison_section {
    display: none;
  }

  .features_hero_component {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .f_hero_comp_title {
    font-size: 29px;
    line-height: 38px;
  }

  .f_hero_desc {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .f_hero_steps {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-left: 60px;
    position: relative;
  }

  .f_hero_step {
    width: 110px;
    height: 110px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
  }

  .f_hero_s_item {
    text-align: left;
    margin-bottom: 0;
  }

  .stem_name {
    font-size: 20px;
    line-height: 26px;
  }

  .fh_separator {
    z-index: 12;
    opacity: .63;
    background-color: #fff;
    border-bottom-style: none;
    border-left: 1.5px #fff;
    flex-direction: column;
    width: 2px;
    height: 8px;
    margin-top: 0;
    display: flex;
    top: 106px;
    bottom: auto;
    left: 114px;
    right: auto;
  }

  .fh_separator.second {
    top: 213px;
  }

  .fh_separator.third {
    top: 323px;
  }

  .feature_section_block, .feature_section_block.dark {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .feature_block_heading {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .fb_num {
    width: auto;
    height: 30px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .fb_title {
    font-size: 28px;
    line-height: 37px;
  }

  .f_block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .f_block.large {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .f_block_image.large {
    margin-right: auto;
  }

  .text-block-60 {
    line-height: 24px;
  }

  .fb_hover {
    opacity: 0;
    display: block;
  }

  .link-block-3 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .fb_desc_vis {
    color: #717070;
    margin-top: 10px;
    line-height: 24px;
    display: none;
  }

  .news_step {
    width: 45px;
  }

  .separator_item {
    background-image: url('../images/mobile_line.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 3px;
    height: 90px;
    margin-top: 70px;
    margin-left: 0;
  }

  .separator_item.first {
    background-image: url('../images/mobile_line.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 3px;
    height: 90px;
    margin-top: 0;
    margin-left: 0;
    position: relative;
  }

  .cs_logo_wrap {
    margin-top: 40px;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .quick_links {
    flex-wrap: wrap;
  }

  .cs_main_points {
    flex-direction: column;
  }

  .cs_main_points-item {
    width: 100%;
  }

  .cs_general_info {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .cs_general_info-separator {
    display: none;
  }

  .quote_block {
    padding: 16px 24px;
    font-size: 14px;
    line-height: 18px;
  }

  .quote_text {
    font-size: 18px;
    line-height: 28px;
  }

  .quote_auth {
    font-size: 16px;
    line-height: 21px;
  }

  .cs_heading {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  h3 {
    font-size: 24px;
    line-height: 1.4;
  }

  h4 {
    font-size: 20px;
    line-height: 1.4;
  }

  h5 {
    font-size: 16px;
    line-height: 1.4;
  }

  h6 {
    font-size: 14px;
    line-height: 1.4;
  }

  p {
    font-size: 16px;
  }

  .footer {
    padding: 40px 0 0;
  }

  .footer-flex-container {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .bigbluebutton {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .container-4 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 58px;
    display: flex;
  }

  .heading-4 {
    text-align: center;
    margin-top: 10px;
  }

  .body {
    margin-right: 0;
    padding-left: 0;
  }

  .link-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .columns {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .image-7 {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .heading-5 {
    text-align: center;
    font-size: 20px;
  }

  .blue-top {
    width: 115%;
    height: 530px;
    margin-top: -81px;
  }

  .txt-content {
    order: -1;
    width: 57%;
  }

  .container-5.notblog {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    width: 105%;
    max-width: 130%;
    margin-top: 22px;
    padding-left: 0;
    font-size: 26px;
  }

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

  .image-11 {
    width: 100%;
    max-width: 150%;
  }

  .background {
    height: 700px;
  }

  .bigorangebutton {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

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

  .div-block-9 {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .div-block-10 {
    width: 175%;
    max-width: 200%;
    margin-top: 161px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .integrations-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-7.left {
    margin-top: 69px;
  }

  .devider.home {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .background-video {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .div-block-16 {
    width: 100%;
    height: 317px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
  }

  .small {
    text-align: center;
  }

  .col6 {
    flex-direction: column;
    align-self: auto;
    width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .col6._2 {
    align-items: center;
    width: 100%;
  }

  .smaller {
    text-align: center;
  }

  .spacer50 {
    display: none;
  }

  .icon-3.black {
    padding-top: 0;
    padding-bottom: 70px;
    padding-left: 0;
  }

  .blogpostheader {
    padding-left: 10px;
  }

  .nav-link-6 {
    display: block;
  }

  .blog_paragraph {
    margin-bottom: 0;
    font-size: 18px;
  }

  .faq-img {
    min-width: 50px;
    min-height: 40px;
  }

  .faq {
    height: 70px;
  }

  .container-9 {
    align-items: center;
  }

  .blog_column-left {
    margin-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog_column-right {
    margin-bottom: 100px;
  }

  .column-7 {
    flex: 1;
  }

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

  .grid-style-colors-2 {
    margin-bottom: 40px;
  }

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

  .image-49 {
    display: none;
  }

  .hero-img-wrapper {
    flex: 0 auto;
    order: -1;
    width: 50%;
    height: auto;
    margin-top: 15px;
    margin-right: -42px;
    top: 75px;
    overflow: hidden;
  }

  .div-block-35 {
    display: block;
  }

  .div-block-38 {
    display: block;
    position: relative;
  }

  .plan-card {
    width: 67%;
    padding-right: 25px;
  }

  .tabs-menu.pricing_tab_menu {
    max-width: 240px;
  }

  .tabs {
    margin-bottom: 0;
  }

  .tabs.pricing_tabs {
    padding: 15px;
  }

  .tab-link.pricing_tab_link {
    margin-left: 0;
    padding: 5px 15px;
  }

  .tab-link.pricing_tab_link.w--current {
    padding: 5px 15px;
  }

  .container-12 {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .flexbox {
    flex-direction: column;
  }

  .div-block-43 {
    order: -1;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .hover-with-inf {
    top: -44px;
    right: -1%;
  }

  .tool-card {
    height: 100%;
    padding: 25px 15px;
  }

  .container-14 {
    overflow: hidden;
  }

  .toolcard_text {
    text-align: left;
  }

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

  .button_wrapper {
    justify-content: center;
    margin-bottom: 10px;
    display: flex;
  }

  .tw-rss_hero-content-wrapper.left {
    max-width: 90%;
  }

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

  .tw-rss-idea-wrapper {
    max-width: 100%;
  }

  .blog-summary._2 {
    height: auto;
    min-height: auto;
    margin-bottom: 10px;
  }

  .main-content {
    max-width: 90%;
  }

  .div-block-71 {
    width: 90vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-29 {
    font-size: 24px;
  }

  .text-block-30 {
    font-size: 84px;
  }

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

  .div-block-43-copy {
    order: -1;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .flexbox-copy {
    flex-direction: column;
  }

  .content-flexbox {
    flex-direction: row;
  }

  .hero_section {
    padding-bottom: 60px;
  }

  .hero_section.templstes_list {
    padding-top: 11px;
  }

  .hero_section.home_hero {
    padding-bottom: 0;
  }

  .heading-41.left, .heading-42 {
    text-align: center;
  }

  .hero-text-block {
    max-width: 100%;
  }

  .feature-txt-wrapper {
    order: -1;
    width: 100%;
    margin-top: 0;
  }

  .feature-txt-wrapper._2 {
    order: 1;
    margin-top: 10px;
  }

  .feature-txt-wrapper.video {
    width: 100%;
  }

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

  .feature {
    flex-direction: column;
  }

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

  .outl_html-content-wrapper._2 {
    padding-top: 20px;
  }

  .outl_html-content-wrapper._3 {
    max-width: 85%;
    padding-top: 0;
    padding-left: 0;
  }

  .outl-html-feature-img {
    margin-top: 20px;
  }

  .txt-content-copy {
    order: -1;
    width: 57%;
  }

  .content_wrapper {
    padding-top: 0;
  }

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

  .text-14.text-14-60 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .section-16, .section-17 {
    padding-top: 40px;
  }

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

  .gmail_html_hero-img-wrapper {
    width: 84%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-61 {
    margin-left: auto;
  }

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

  .outl_html_-txt_centered {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .outl_html_txt_paragraph {
    text-align: center;
    margin-bottom: 22px;
    font-size: 18px;
  }

  .gmail-html-flrxbox {
    flex-direction: column;
  }

  .div-block-82 {
    order: 1;
    width: 100%;
    margin-top: 30px;
  }

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

  .feature-img-wrapper {
    order: 1;
    width: 100%;
    margin-top: 0;
  }

  .div-block-86 {
    width: 412px;
    margin-left: auto;
    margin-right: auto;
    padding: 19px;
  }

  .brand-3 {
    margin-right: auto;
  }

  .background-video-3 {
    width: auto;
    height: 245px;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .div-block-76-copy-copy {
    flex-direction: column;
  }

  .template-list-txt-content {
    max-width: 85vw;
  }

  .text-block-35 {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .template-grid {
    flex-direction: column;
    grid-template-columns: minmax(134px, 2fr) minmax(134px, 2fr) minmax(134px, 1.5fr);
    align-items: stretch;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .body_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .buttons-wrapper {
    max-width: 100%;
  }

  .button-8.use-button {
    margin-left: auto;
    margin-right: auto;
  }

  .phone-wrapper {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .phone-template-wrapper.template-preview {
    width: 62%;
  }

  .desktop-wrapper {
    max-width: 100%;
  }

  .template-page-img-wrapper {
    order: 1;
  }

  .template-page-txt-wrapper {
    order: 1;
    max-width: 85vw;
  }

  .button-wrapper {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .screen-sizes-tabs {
    width: 100%;
  }

  .features-block-copy {
    flex-wrap: wrap;
  }

  .layout-grid-static-content-grid {
    align-self: stretch;
  }

  .filtering-aside-wrapper {
    width: 100%;
  }

  .sticky-block-cc--templates {
    margin-bottom: 30px;
  }

  .dropdown-toggle {
    padding-right: 20px;
  }

  .div-block-109 {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .text-block-35-copy {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .features-block-copy-copy {
    flex-wrap: wrap;
  }

  .div-block-109-copy {
    flex-wrap: wrap;
    justify-content: center;
  }

  .template-name-copy {
    text-align: center;
  }

  .div-block-122 {
    width: 460px;
    height: 230px;
  }

  .div-block-130 {
    flex-direction: column;
  }

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

  .right-arrow-t1 {
    height: 40px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .slider-t1 {
    display: none;
  }

  .left-arrow-t1 {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .slider-mobile-landscape-t1 {
    display: none;
  }

  .right-arrow-icon-t1 {
    height: 35px;
  }

  .testimonials {
    padding: 40px 10px;
  }

  .right-arrow-landscape-t1 {
    align-items: center;
    height: 40px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .slide-nav-landscape-t1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .right-arrow-portrait-t1 {
    height: 40px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .slider-mobile-portrait-t1 {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-arrow-icon-t1 {
    height: 35px;
  }

  .left-arrow-landscape-t1 {
    height: 40px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .slide-subwrapper-t1 {
    width: 50%;
  }

  .arrow {
    height: 35px;
  }

  .left-arrow-portrait-t1 {
    height: 40px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .text-block-45 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-86 {
    margin-top: 50px;
  }

  .div-block-134 {
    flex-direction: column;
    margin-top: 40px;
  }

  .div-block-135 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-136 {
    width: 89%;
  }

  .bigbluebutton-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image {
    flex-direction: row;
    justify-content: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    display: flex;
  }

  .feature-image._1 {
    height: auto;
  }

  .image-90 {
    width: auto;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }

  .bigorangebutton-2 {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

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

  .feature-block {
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-52.home {
    margin-top: 20px;
  }

  .h3-heading-home-page {
    text-align: center;
  }

  .feature-description {
    order: 1;
    width: 100%;
  }

  .category-buttons-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .category-title-wrapper {
    max-width: 100%;
  }

  .category-link-button {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-content.blog-category-page {
    align-items: flex-start;
  }

  .blog-lp-hero-content {
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .blogpost-summary-wrapper-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .blog-hero-left-column {
    max-width: 100%;
  }

  .blog-hero-content {
    flex-direction: column;
    align-items: stretch;
    margin: 0 auto 60px;
  }

  .category-page-hero-wrapper {
    width: 100%;
    margin-top: 120px;
  }

  .blog-hero-right-column {
    max-width: 100%;
    margin-top: 60px;
    margin-bottom: 100px;
    display: none;
  }

  .blog_column-right-2 {
    margin-bottom: 100px;
  }

  .blog_paragraph-2 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .spacer-180 {
    display: block;
  }

  .background-copy {
    height: 700px;
  }

  .blue-top-copy {
    width: 115%;
    height: 530px;
    margin-top: -81px;
  }

  .testimonials-t4 {
    padding: 40px 20px;
  }

  .see-more-button-wrapper {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-167 {
    flex-wrap: wrap;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-167.flex {
    flex-direction: column;
  }

  .summary-paragraph-3 {
    margin-bottom: 20px;
  }

  .blog-summary-txt-wrapper-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .blog-summary-3 {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .summary-heading-3 {
    margin-top: 0;
    font-size: 18px;
  }

  .summary-paragraph-4 {
    margin-bottom: 20px;
  }

  .blog-summary-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blogpost-summary-wrapper-3 {
    width: 48%;
  }

  .footer-list {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-170 {
    flex-direction: column;
    display: flex;
  }

  .hero_graphic.home_hero_graphic {
    right: 0;
  }

  .zig_zag_wrap.mmb-50 {
    margin-bottom: 60px;
  }

  .why_publicate_blocks {
    flex-direction: column;
  }

  .why_publicate_block {
    width: 100%;
    margin-bottom: 40px;
  }

  .works_with_inner {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .section_simple.mpb-small {
    padding-bottom: 0;
  }

  .back_to_all {
    margin-top: 20px;
  }

  .footer_creds {
    flex-flow: column wrap;
  }

  .footer_socials {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer_logo {
    position: relative;
  }

  .heading-57 {
    text-align: center;
    margin-top: 10px;
  }

  .container-19 {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .bigorangebutton-3 {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

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

  .footer-list-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-link-7 {
    display: block;
  }

  .footer-flex-container-2 {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .footer_div {
    width: 48%;
  }

  .feedback_item.inner.mobile {
    background-color: #f7f9fb;
    width: 100vw;
    max-width: 100vw;
    margin-bottom: 20px;
    margin-left: -25px;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .blue_block {
    margin-left: auto;
    margin-right: auto;
  }

  .faq_q_text {
    padding-right: 20px;
  }

  .form_desc_block {
    width: 100%;
  }

  .form_desc_block.review_half {
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .templates_grid {
    flex-wrap: wrap;
    justify-content: center;
  }

  .template_item {
    width: 30%;
  }

  .summary-heading-4 {
    margin-top: 0;
    font-size: 18px;
  }

  .summary-paragraph-5 {
    margin-bottom: 20px;
  }

  .blog-summary-5 {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-59.home {
    margin-top: 20px;
  }

  .div-block-171 {
    flex-wrap: wrap;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-171.flex {
    flex-direction: column;
  }

  .orange_blurb_wrapper.orange {
    padding-left: 30px;
    padding-right: 30px;
  }

  .review-block {
    font-size: 18px;
    line-height: 21px;
  }

  .review-item {
    justify-content: flex-start;
  }

  .review_image {
    width: 100px;
    margin-left: auto;
  }

  .review_image.m0 {
    margin-right: 10px;
  }

  .ql_text {
    margin-bottom: 0;
  }

  .qq_title {
    width: 100%;
    margin-bottom: 5px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  h2 {
    line-height: 1.2;
  }

  h3 {
    line-height: 1.3;
  }

  h4, h5 {
    line-height: 1.4;
  }

  .footer {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-flex-container {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .bigbluebutton {
    text-align: center;
    margin-bottom: 10px;
    display: block;
  }

  .div-block {
    margin-bottom: 10px;
  }

  .blueoutlinebutton {
    margin-top: 0;
  }

  .image-3 {
    max-width: 100%;
    margin-top: -25px;
    margin-bottom: 1px;
    transform: none;
  }

  .blogpostmenu2 {
    margin-top: 0;
  }

  .button-3.outline {
    padding-left: 24px;
    position: relative;
  }

  .image-6 {
    float: none;
    max-width: 90%;
    margin: 19px auto -80px;
  }

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

  .heading-3 {
    line-height: 32px;
  }

  .heading-4 {
    margin-top: 0;
  }

  .body {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link-2 {
    display: block;
  }

  .columns {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .image-7 {
    position: static;
  }

  .blue-top {
    z-index: 0;
    width: 108%;
    height: 500px;
    margin-left: -15px;
    margin-right: 15px;
    transform: scale(1.3)rotate(-9deg);
  }

  .txt-content {
    z-index: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

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

  .nav_elm {
    color: var(--white);
  }

  .nav_elm.white {
    color: #fff;
    text-align: left;
  }

  .nav-link-5 {
    color: #fff;
    text-align: center;
    background-color: #3498db;
    margin-bottom: 9px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-2 {
    z-index: 4;
    border-style: none;
    border-color: var(--7-blog);
    background-color: var(--2-blog);
    color: var(--4-blog);
    max-width: 300px;
    margin-top: 0;
    padding-left: 10px;
    top: 40px;
    box-shadow: 0 0 8px -1px rgba(249, 249, 249, .2);
  }

  .heading-6 {
    width: 137%;
    max-width: 117%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .heading-6.small {
    text-align: left;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-11 {
    opacity: 1;
    display: none;
  }

  .menu-button-3 {
    z-index: 100;
    opacity: 1;
  }

  .background.orange {
    height: 533px;
  }

  .bigorangebutton {
    margin-bottom: 10px;
    line-height: 22px;
  }

  .bigorangebutton.left {
    margin-left: auto;
    margin-right: auto;
  }

  .bigorangebutton.to-right {
    margin-right: auto;
  }

  .div-block-9._2 {
    margin-top: 30px;
    margin-bottom: auto;
  }

  .div-block-10 {
    width: 100%;
    margin-top: 110px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-3 {
    white-space: nowrap;
  }

  .integrations-grid {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
    display: flex;
  }

  .heading-7.left {
    margin-top: 0;
  }

  .devider {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .background-video {
    width: 227px;
    height: 500px;
    margin-top: auto;
    margin-right: auto;
  }

  .div-block-16 {
    height: 317px;
  }

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

  .small {
    margin-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-9 {
    line-height: 1.4;
  }

  .heading-9.pricing {
    margin-bottom: 21px;
  }

  .col6 {
    float: none;
    flex: none;
    align-self: auto;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col6._2 {
    align-self: center;
    margin-bottom: 40px;
  }

  .smaller {
    text-align: center;
    margin-top: 0;
  }

  .spacer100, .spacer50 {
    display: none;
  }

  .nav_dd {
    color: var(--4-blog);
    padding-right: 80px;
    position: static;
  }

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

  .icon-3 {
    color: var(--4-blog);
  }

  .icon-3.black {
    margin-top: 12px;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-5 {
    color: var(--4-blog);
  }

  .dropdown-list.w--open {
    background-color: var(--2-blog);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .dropdown-link {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 20px;
    padding-right: 10px;
  }

  .nav-link-6 {
    text-align: center;
    border: 2px solid #fff;
    width: 100%;
    margin-right: 0;
    font-size: 15px;
    line-height: 18px;
    display: block;
  }

  .utility-page-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog_paragraph {
    text-align: left;
    font-size: 18px;
  }

  .blog_h3._2 {
    font-size: 24px;
  }

  .blog_block-quote {
    clear: both;
    background-color: rgba(0, 0, 0, 0);
  }

  .faq-img {
    display: none;
  }

  .container-9 {
    align-items: center;
  }

  .blog_column-left {
    margin-bottom: 60px;
    padding-right: 15px;
  }

  .blog_column-right {
    margin-bottom: 60px;
  }

  .column-7 {
    flex: 1;
    display: block;
  }

  .div-block-30 {
    position: static;
  }

  .blog_h2 {
    margin-top: 50px;
    font-size: 28px;
  }

  .blog_h1 {
    font-size: 32px;
  }

  .buttons-block-wrapper {
    justify-content: flex-start;
    padding-top: 0;
    display: flex;
  }

  .grid-style-colors-2 {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .image-49 {
    width: 320px;
    max-width: 130%;
    height: 208px;
    margin: 40px auto 20px;
    display: block;
  }

  .blog_image {
    margin-bottom: 20px;
  }

  .div-block-38 {
    width: 42px;
    height: 42px;
    margin-bottom: 0;
  }

  .tab-pane-tab-1 {
    padding: 20px 10px 0;
  }

  .tab-pane-tab-1.pricing_pane {
    padding-left: 0;
    padding-right: 0;
  }

  .plan-card {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-bottom: 40px;
    padding: 25px 7px 20px;
  }

  .plan-card.price_plan_card {
    margin-left: 0;
    margin-right: 0;
  }

  .list-of-benefits {
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-menu {
    margin-top: 60px;
  }

  .image-51 {
    width: 15px;
    height: 15px;
  }

  .tabs {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .list-item-31 {
    font-size: 16px;
    line-height: 1.4;
  }

  .tab-link {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 21px;
    line-height: 30px;
  }

  .tab-link.w--current {
    padding-left: 25px;
    padding-right: 25px;
    line-height: 30px;
  }

  .tab-link.pricing_tab_link {
    align-items: center;
  }

  .text-block-11 {
    font-size: 26px;
    line-height: 1.1;
  }

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

  .container-12 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .pricing-hero-section {
    margin-top: 0;
  }

  .flexbox {
    padding-top: 0;
    padding-bottom: 80px;
  }

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

  .div-block-42 {
    margin-top: 40px;
  }

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

  .list-item-33 {
    font-size: 15px;
    line-height: 32px;
  }

  .list-7 {
    padding-left: 20px;
  }

  .list-7.outl_gmail {
    padding-left: 0;
  }

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

  .spacer {
    height: 50px;
    display: block;
  }

  .hover-with-inf {
    opacity: 1;
    top: -68px;
    right: -5%;
  }

  .hover-with-inf._2 {
    top: -46px;
  }

  .div-block-47 {
    bottom: -6px;
    right: 10px;
  }

  .blog_container {
    justify-content: flex-start;
    align-items: stretch;
  }

  .int_flexbox {
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tool-card {
    height: auto;
    margin-bottom: 30px;
  }

  .integration-card {
    width: 100%;
  }

  .toolcard_image {
    width: 55px;
    height: 55px;
  }

  .div-block-57 {
    padding-bottom: 20px;
  }

  .heading-30, .heading-31, .heading-32 {
    text-align: center;
  }

  .text-block-22 {
    margin-bottom: 40px;
  }

  .tw-rss-page-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .heading-35 {
    margin-bottom: 50px;
    font-size: 17px;
  }

  .heading-36 {
    font-size: 23px;
  }

  .card-txt {
    font-size: 15px;
  }

  .tw-rss-idea-name {
    line-height: 1.4;
  }

  .blog-summary._2 {
    height: auto;
    min-height: auto;
  }

  .guide-index_menu {
    flex-direction: column;
  }

  .guide-index_column {
    width: 100%;
  }

  .main-content {
    max-width: 96%;
  }

  .div-block-71 {
    height: 28vh;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .text-block-30 {
    font-size: 68px;
    line-height: 1.4;
  }

  .template-name {
    text-align: center;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 23px;
  }

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

  .referral_heading {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 1.2;
  }

  .referral_section {
    padding-top: 0;
  }

  .text-block-31 {
    font-size: 60px;
    line-height: 70px;
  }

  .div-block-43-copy {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-container {
    overflow: hidden;
  }

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

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

  .txt-content-copy {
    z-index: 1;
    position: relative;
  }

  .hero_section {
    margin-top: 0;
    padding-top: 0;
  }

  .hero_section.templstes_list {
    padding-bottom: 40px;
  }

  .hero_section.home_hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-41.left {
    font-size: 42px;
  }

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

  .outl_html_button_wrapper.outl-html {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-txt-wrapper.video {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .outl_html_heading-2 {
    text-align: center;
    font-size: 24px;
  }

  .feature {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-14 {
    padding-bottom: 0;
  }

  .outl_html-content-wrapper {
    padding-bottom: 30px;
  }

  .outl_html-content-wrapper._2 {
    padding-top: 0;
  }

  .outl_html-content-wrapper._3 {
    padding-left: 0;
  }

  .outl_html_features {
    max-width: 100%;
  }

  .txt-content-copy {
    z-index: 1;
    width: 100%;
    position: relative;
  }

  ._3-col, ._3-col._3-col-last {
    width: 100%;
  }

  .wrap.w50-start {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .text-14.text-14-60 {
    max-width: 100%;
  }

  .section-15 {
    padding-bottom: 10px;
  }

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

  .gmail_html_hero-img-wrapper {
    width: 100%;
  }

  .image-61 {
    max-width: 100%;
    margin-left: auto;
  }

  .intro {
    padding-top: 0;
  }

  .outl_html_heading-3 {
    font-size: 19px;
  }

  .outl_html_-txt_centered {
    text-align: center;
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 18px;
  }

  .outl_html_-txt_centered.center {
    text-align: left;
  }

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

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

  .feature-img-wrapper {
    order: 1;
  }

  .div-block-86 {
    width: 254px;
  }

  .background-video-3 {
    width: 100%;
    height: 144px;
  }

  .div-block-87 {
    padding: 20px 16px;
  }

  .div-block-76-copy-copy {
    max-width: 100%;
    margin-top: 0;
  }

  .template-list-txt-content {
    z-index: 1;
    max-width: 100%;
    position: relative;
  }

  .text-block-35 {
    max-width: 100%;
  }

  .body_section {
    padding-top: 0;
  }

  .buttons-wrapper {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .button-8 {
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .phone-template-wrapper {
    border-radius: 40px;
    height: 98%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .phone-template-wrapper.template-preview {
    width: 90%;
  }

  .phone {
    width: 100%;
    display: block;
  }

  .text-block-36 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .tabs-content-2 {
    padding-top: 10px;
  }

  .template-page-txt-wrapper {
    z-index: 1;
    order: 1;
    max-width: 100%;
    position: relative;
  }

  .button-wrapper {
    flex-direction: column;
    order: 1;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-95 {
    justify-content: center;
    margin-left: 0;
  }

  .newsletter-analysis {
    flex-direction: column;
  }

  .newsletter-analysis-txt {
    width: 100%;
  }

  .content-sources-flexbox, .blog-text-flexbox, .blog-text-flexbox.coloured-backgr {
    flex-direction: column;
  }

  .blog-text-flexbox-txt {
    order: 1;
  }

  .blog-text-flexbox-img {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .features-block {
    justify-content: flex-start;
  }

  .navbar-5-copy {
    z-index: 900;
    position: static;
  }

  .text-block-11-copy {
    font-size: 17px;
    line-height: 1.1;
  }

  .features-block-copy {
    display: block;
  }

  .tab-link-tab-1 {
    margin-left: 10px;
  }

  .div-block-104 {
    align-self: stretch;
  }

  .category-filter-tabs {
    display: block;
  }

  .tabs-menu-3 {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .features-text-copy {
    text-align: left;
    font-size: 16px;
  }

  .layout-grid-static-content-grid {
    flex-direction: column;
  }

  .filtering-aside-wrapper {
    flex-direction: column;
    width: 80%;
  }

  .sticky-block-cc--templates {
    flex-direction: column;
    margin-bottom: 0;
    position: static;
  }

  .sticky-sidebar {
    flex-direction: column;
  }

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

  .div-block-109 {
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .category-header {
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .div-block-113 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
  }

  .text-block-35-copy {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .back-to-howto-landing-page {
    margin-top: 0;
  }

  .features-block-copy-copy {
    margin-bottom: 10px;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-109-copy {
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .template-name-copy {
    text-align: center;
    max-width: 100%;
    font-size: 23px;
  }

  .tested-with-wrapper {
    order: 1;
  }

  .div-block-120 {
    align-self: center;
  }

  .blog_list-copy {
    padding-left: 55px;
  }

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

  .div-block-122 {
    width: 247px;
    height: 139px;
  }

  .image-82 {
    width: 260px;
  }

  .div-block-128 {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .div-block-130 {
    flex-direction: column;
  }

  .div-block-131 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-18 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-mobile-landscape-t1 {
    display: none;
  }

  .testimonials {
    width: 100%;
    overflow: hidden;
  }

  .slide-nav-portrait-t1 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .right-arrow-portrait-t1 {
    align-items: center;
  }

  .slider-mobile-portrait-t1 {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .quote-t1 {
    max-width: 90%;
    font-size: 18px;
    line-height: 24px;
  }

  .slide-subwrapper-t1 {
    width: 100%;
    max-width: 300px;
  }

  .arrow {
    height: 45px;
  }

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

  .testimonials-subwrapper-t3 {
    height: auto;
  }

  .user-wrapper-t3 {
    align-items: flex-start;
  }

  .text-block-48.tab_text {
    font-size: 16px;
    line-height: 20px;
  }

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

  .section-with-vertical-margin-89.gmailaddon {
    margin-top: 20px;
  }

  .div-block-134 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 50px;
  }

  .div-block-135 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-136 {
    margin-top: 0;
  }

  .image-89 {
    width: 160px;
    height: auto;
  }

  .dropdown-toggle-3 {
    color: #fff;
    flex: 1;
    margin-left: 0;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .dropdown-toggle-3.w--open {
    color: #fff;
  }

  .dropdown-toggle-3.nav_elm.white._w-nav-link {
    padding-left: 0;
  }

  .dropdown-3 {
    color: #fff;
    margin-left: 20px;
    margin-right: auto;
  }

  .bigbluebutton-2 {
    text-align: center;
    margin-bottom: 10px;
    display: block;
  }

  .feature-image {
    order: -1;
    align-items: center;
    height: 317px;
    margin-bottom: 0;
  }

  .feature-image._1 {
    width: 100%;
  }

  .feature-image.home {
    height: auto;
  }

  .image-90 {
    max-width: 79%;
    margin: -40px auto 15px;
    display: block;
    transform: scale(1.1);
  }

  .bigorangebutton-2 {
    margin-bottom: 10px;
    line-height: 22px;
  }

  .bluesection-2 {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .smaller-2 {
    text-align: center;
    margin-top: 0;
  }

  .feature-block {
    float: none;
    flex-direction: column;
    width: 100%;
    padding: 40px 0 0;
  }

  .feature-block.home {
    padding-top: 0;
  }

  .feature-description {
    width: 100%;
  }

  .paragraph-40 {
    margin-top: 0;
    font-size: 30px;
  }

  .category-buttons-wrapper {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-summary-2 {
    height: 380px;
  }

  .top-content.blog-category-page {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .container-16 {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .title.category {
    font-size: 34px;
  }

  .blogpost-summary-wrapper-2 {
    width: 94%;
  }

  .category-and-author-wrapper.main {
    flex-wrap: wrap;
  }

  .category-page-h1._2 {
    font-size: 32px;
  }

  .category-page-hero-wrapper {
    margin-top: 10px;
  }

  .link-back-to-wrapper {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .subcategory-breadcrumb-current-page, .subcategory-breadcrumb-current-page-2 {
    margin-left: 0;
  }

  .link-back-to-wrapper-2 {
    flex-wrap: wrap;
  }

  .category-page-h1-2._2 {
    font-size: 32px;
  }

  .heading-53 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-153 {
    flex-direction: column;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 10px;
  }

  .blog_column-right-2 {
    margin-bottom: 60px;
  }

  .blog_paragraph-2 {
    text-align: left;
    font-size: 18px;
  }

  .blog_block-quote-2 {
    clear: both;
    background-color: rgba(0, 0, 0, 0);
  }

  .blog_h2-2 {
    margin-top: 50px;
    font-size: 28px;
  }

  .spacer-180 {
    display: none;
  }

  .paragraph-43 {
    color: var(--2-blog);
    margin-top: 28px;
  }

  .paragraph-43._3 {
    margin-top: 0;
  }

  .paragraph-43.mobile-inv, .lottie-animation-2 {
    display: none;
  }

  .div-block-158, .div-block-159 {
    width: 100%;
  }

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

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

  .blue-top-copy {
    z-index: 0;
    width: 108%;
    height: 500px;
    margin-left: -15px;
    margin-right: 15px;
    transform: scale(1.3)rotate(-9deg);
  }

  .testimonials-t4 {
    width: 100%;
    padding-top: 15px;
  }

  .quote-icon-t4 {
    width: 50px;
    top: 0%;
  }

  .quote-wrapper-t4 {
    height: auto;
    padding-top: 25px;
  }

  .see-more-button-wrapper {
    flex-direction: column;
    order: 1;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .spacer-150 {
    display: none;
  }

  .icon-7 {
    margin-top: 20px;
    margin-bottom: 24px;
  }

  .guide-index_menu-2 {
    flex-direction: column;
  }

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

  .div-block-167 {
    margin-bottom: 10px;
    display: block;
  }

  .link-block-2 {
    margin-bottom: 20px;
  }

  .blog-summary-4 {
    height: 350px;
  }

  .blogpost-summary-wrapper-3 {
    width: 94%;
  }

  .footer_container {
    justify-content: flex-start;
    align-items: stretch;
  }

  .hero_content.center {
    padding-left: 0;
  }

  .hero_graphic.home_hero_graphic {
    right: 0;
  }

  .hero_graphic.cs {
    margin-right: auto;
  }

  .zig_zag_wrap.reverse.align_center {
    padding-left: 0;
    padding-right: 0;
  }

  .zig_zag_title {
    font-size: 20px;
    line-height: 26px;
  }

  .zig_zag_link {
    font-size: 18px;
    line-height: 24px;
  }

  .boxes_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .light_blue_bg.box_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .box_item.transparent {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .box_item_custom_title {
    font-size: 20px;
    line-height: 26px;
  }

  .section_content_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer_creds {
    padding-left: 10px;
  }

  .footer_socials {
    text-align: left;
    padding-left: 20px;
  }

  .heading-57 {
    margin-top: 0;
  }

  .heading-58 {
    line-height: 32px;
  }

  .container-19 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .bigorangebutton-3 {
    margin-bottom: 10px;
    line-height: 22px;
  }

  .bigorangebutton-3.large {
    min-width: auto;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-list-2 {
    display: none;
  }

  .footer_container-2 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .nav-link-7 {
    text-align: center;
    border: 2px solid #fff;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 15px;
    line-height: 18px;
    display: block;
  }

  .footer_col_title {
    background-image: url('../images/chevron-down-solid1.svg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 20px;
  }

  .footer_buttons {
    flex-wrap: wrap;
  }

  .nav-link-8 {
    color: #fff;
    text-align: center;
    background-color: #3498db;
    width: 100%;
    margin-bottom: 9px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-flex-container-2 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .footer_div {
    width: 100%;
  }

  .faq_items_wrap {
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq_toggle {
    flex-wrap: nowrap;
    padding-right: 20px;
  }

  .faq_q_text {
    padding-right: 20px;
  }

  .image-98 {
    position: absolute;
    top: 18px;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .sign-up_section.spt {
    padding-top: 60px;
  }

  .email_client_image {
    min-width: auto;
  }

  .form_block_wraper.mb0 {
    border-style: none;
    border-radius: 0;
    width: 100%;
  }

  .form_desc_block {
    background-position: 50% 100%;
    background-size: contain;
    min-height: 350px;
  }

  .form_desc_block.review_half {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .trial_form_wrapper {
    padding: 20px 10px;
  }

  .template_item {
    width: 50%;
  }

  .template_buttons {
    flex-direction: column;
  }

  .div-block-171 {
    margin-bottom: 10px;
    display: block;
  }

  .tab_text {
    font-size: 16px;
    line-height: 20px;
  }

  .tab-toggle-text-l {
    top: 4px;
    right: 35px;
  }

  .toggle-circle-tab-on {
    background-color: rgba(0, 0, 0, 0);
    width: 18px;
    height: 18px;
    display: block;
  }

  .pricing-tab-link.l {
    width: 25px;
    height: 25px;
    display: block;
  }

  .pricing-tab-link.l.w--current, .pricing-tab-link.r, .pricing-tab-link.r.w--current {
    width: 25px;
    height: 25px;
  }

  .tabs-menu-4 {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .tab-toggle-text {
    top: 4px;
    left: 35px;
  }

  .orange_blurb_wrapper.orange {
    padding-left: 20px;
    padding-right: 20px;
  }

  .orange_blurb_wrapper.center {
    padding: 30px;
  }

  .f_hero_steps {
    padding-left: 10px;
  }

  .fh_separator {
    left: 63px;
  }

  .feature_section_block.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .review-block.inner {
    min-width: 100%;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .review-item_text.l-text {
    font-size: 14px;
  }

  .review_image.m0.small {
    height: auto;
  }

  .review_image.m0.smaller {
    width: auto;
    height: 15px;
  }

  .review_image.mr-auto {
    height: 18px;
  }

  .review_image.large {
    height: 20px;
  }

  .tf_title {
    font-size: 25px;
    line-height: 30px;
  }

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

#w-node-_5a3101ee-b8f3-1d1f-2bc8-b71765aadd60-7ccdfa25 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5a3101ee-b8f3-1d1f-2bc8-b71765aadd6c-7ccdfa25 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5a3101ee-b8f3-1d1f-2bc8-b71765aadd60-4ccfe7ba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5a3101ee-b8f3-1d1f-2bc8-b71765aadd6c-4ccfe7ba {
  grid-area: 1 / 3 / 2 / 4;
}


