<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  color: #555;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: #268bce;
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: #268bce;
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  color: #268bce;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  color: #3498db;
  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: #268bce;
  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 auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 30px;
  display: grid;
}

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

.footer-link:hover {
  text-decoration: underline;
}

.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 {
  width: auto;
  clear: none;
  color: #fff;
  background-color: #268bce;
  border-radius: 5px;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

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

.div-block {
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 50px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block.mb-35 {
  margin-bottom: 35px;
}

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

.blueoutlinebutton:hover {
  color: #1c6799;
  border-color: #1c6799;
}

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

.text-span {
  color: #555;
  font-size: 14px;
}

.image-4 {
  width: 30px;
  height: 30px;
  float: left;
  border-radius: 20px;
  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 {
  color: #bfc9d1;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #bfc9d1;
  border-radius: 5px;
  padding: 13px 24px;
}

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

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

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

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

.heading-3 {
  color: #555;
  text-align: center;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 57px;
}

.heading-3.text-right {
  text-align: right;
  margin-top: 10px;
  font-weight: 400;
}

.heading-4 {
  color: #268bce;
  text-align: center;
  margin-top: 60px;
  font-size: 30px;
}

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

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

.body._2 {
  background-color: #268bce;
}

.link-2 {
  color: #268bce;
  margin-left: -5px;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

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

.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: #268bce;
  margin-top: 40px;
}

.blue-top {
  z-index: -5;
  width: 100%;
  height: 650px;
  background-color: #268bce;
  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: 53%;
  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: #268bce;
  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: #e5eaed;
}

.nav_elm.white {
  color: #fff;
  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: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-6 {
  max-width: 100%;
  color: #fff;
  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%;
  height: 700px;
  max-width: 100%;
  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;
  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:hover {
  background-color: #f69000;
}

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

.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 {
  max-width: 90%;
  clear: none;
  text-align: center;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
}

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

.image-12 {
  float: left;
}

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

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

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

.integrations-grid {
  width: 80%;
  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;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

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

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

.heading-7 {
  color: #268bce;
  text-align: center;
}

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

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

.trustedbyarea {
  text-align: center;
}

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

.devider._2 {
  height: 1px;
  background-color: #e5eaed;
  margin: 80px auto;
}

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

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

.div-block-16 {
  height: 370px;
  float: none;
  border-radius: 10px;
  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: #268bce;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 32px;
}

.heading-8.white {
  color: #f9f9f9;
}

.heading-8.left {
  color: #268bce;
  text-align: left;
}

.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 {
  width: 50%;
  float: left;
  text-align: right;
}

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

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

.greytxt {
  color: #717070;
}

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

.spacer100 {
  height: 100px;
}

.spacer50 {
  height: 50px;
}

.lightgreyarea-copy {
  background-color: #f7f9fb;
  margin-top: 0;
  padding-bottom: 0;
}

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

.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: #555;
  text-align: center;
  margin-top: 40px;
}

.nav_dd {
  color: #f9f9f9;
  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: #fff;
  margin-top: 12px;
  margin-right: 5px;
}

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

.icon-3.black:hover {
  color: #555;
}

.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: #f9f9f9;
  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:hover {
  color: #268bce;
}

.blogpostheader {
  background-color: #268bce;
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 20px;
}

.nav-link-6 {
  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-6:hover {
  background-color: #f69000;
}

.nav-link-6.ml0 {
  margin-right: 0;
}

.utility-page-wrap {
  width: 100vw;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  color: #3498db;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 59px;
  display: flex;
}

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

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

.heading-10 {
  color: #268bce;
  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: #fff;
}

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

.paragraph-3 {
  float: none;
  color: #555;
  margin-bottom: 30px;
  margin-left: 5px;
}

.blog_paragraph {
  clear: both;
}

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

.link-5 {
  color: #fda11f;
  display: block;
}

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

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

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

.blog_h3.blue-background {
  color: #fff;
  background-color: #268bce;
  margin-top: 20px;
  padding: 8px;
}

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

.blog_h3._2.grey, .blog_h3.grey {
  color: #555;
}

.blog_h3.grey.no_cap {
  text-transform: none;
}

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

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

.blog_block-quote {
  clear: both;
  color: #bfc9d1;
  border-left-color: #bfc9d1;
  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: #555;
  font-size: 18px;
  line-height: 1.6;
}

.text-block-7 {
  color: #1c6799;
}

.faq-answer {
  margin-bottom: 0;
}

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

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

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

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

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

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

.faq-icon {
  z-index: 2;
  width: 24px;
  background-color: rgba(0, 0, 0, 0);
  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 {
  max-width: 1100px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  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 {
  height: auto;
  margin-bottom: 100px;
  display: block;
  position: static;
  top: 183px;
}

.blog_column-right.inner {
  height: auto;
  margin-top: 10px;
  margin-bottom: 120px;
  padding-left: 0;
  padding-right: 0;
}

.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: #555;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.blog_unordered-list-item {
  color: #555;
  text-align: left;
  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 {
  height: 1px;
  background-color: #e5eaed;
  flex: 1;
}

.sg-title {
  color: #555;
  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: #268bce;
  text-transform: none;
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 1.3;
}

.blog_h2.blue-background {
  color: #fff;
  text-transform: capitalize;
  background-color: #268bce;
  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: #555;
  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-description {
  color: #555;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 70px;
  font-size: 15px;
}

.bold-text-2 {
  color: #268bce;
  font-weight: 500;
  line-height: 24px;
}

.blog_h1 {
  color: #268bce;
  margin-bottom: 20px;
  font-size: 52px;
}

.blog_h1.small {
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

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

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

.button-orange-blog.text-center {
  text-align: center;
}

.button-orange-blog.text-center.custom_margin {
  margin-top: 15px;
  margin-bottom: 30px;
}

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

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

.link-8, .heading-24 {
  color: #268bce;
}

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

.blog_h4 {
  color: #268bce;
  font-size: 22px;
}

.blog_h4.blue {
  color: #268bce;
  margin-top: 70px;
  margin-bottom: 20px;
}

.blog_h4.grey {
  color: #555;
  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 {
  width: 100%;
  height: 70px;
  background-color: #268bce;
  border-radius: 5px;
}

.style-color-2.background-color {
  background-color: #e5eaed;
  border: 1px solid #d7d8de;
}

.style-color-2.white {
  background-color: #bfc9d1;
  border: 1px solid #d7d8de;
}

.style-color-2.subtitle-color {
  background-color: #555;
}

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

.style-color-2.paragraphs-color {
  background-color: #fda11f;
}

.style-color-2.heading-color {
  background-color: #1c6799;
}

.color-palette {
  color: #555;
  margin-top: 4px;
}

.image-49 {
  display: none;
}

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

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

.blog_list {
  color: #555;
  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_image.mb-0 {
  margin-bottom: 0;
}

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

.blog_columns {
  flex: 1;
  align-items: stretch;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog_columns.flex {
  flex: 1;
  align-items: stretch;
  display: flex;
}

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

.div-block-38 {
  width: 82px;
  height: 82px;
  background-color: #edf4ff;
  border-radius: 1000000000px;
  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;
}

.plan-card {
  width: 33%;
  height: auto;
  background-color: #fff;
  border: .5px rgba(0, 0, 0, .1);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  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, -2px);
}

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

.text-block-9 {
  color: #268bce;
  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;
}

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

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

.tabs.bl-fr {
  background-color: #fff;
  border-radius: 36px;
}

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

.list-item-31 {
  color: #555;
  font-weight: 400;
  line-height: 24px;
}

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

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

.tab-link.w--current {
  color: #fff;
  background-color: #268bce;
  margin-left: -5px;
  margin-right: 0;
  padding: 10px 30px;
}

.text-block-11 {
  color: #555;
  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;
}

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

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

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

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

.pricing-hero-section {
  background-color: #268bce;
  margin-top: 89px;
}

.list-item-32 {
  color: #555;
  margin-bottom: 4px;
  line-height: 24px;
}

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

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

.image-53 {
  width: 14px;
  margin-left: 10px;
}

.image-53._2 {
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 10px;
}

.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: #555;
  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: #555;
  margin-top: 13px;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 1.3;
}

.list-item-33 {
  color: #555;
  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 {
  width: 120px;
  height: 35px;
  background-color: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 7px;
  display: flex;
  position: absolute;
  top: -50px;
  bottom: auto;
  left: auto;
  right: -9%;
}

.hover-with-inf._2 {
  right: -18%;
}

.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 {
  width: 12px;
  height: 12px;
  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);
  position: absolute;
  top: auto;
  bottom: -6px;
  left: auto;
  right: 74px;
  transform: rotate(45deg);
}

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

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

.blog_colored-backgound {
  background-color: #f9f9f9;
  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 {
  width: 90%;
  background-color: #fff;
  border: 1px #e5eaed;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  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 {
  width: 50%;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.toolcard_text {
  color: #555;
  line-height: 22px;
}

.toolcard_list {
  color: #555;
  margin-top: 15px;
  padding-bottom: 0;
  padding-left: 18px;
  line-height: 22px;
}

.toolcard_name {
  color: #1c6799;
  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: #268bce;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 38px;
}

.heading-31 {
  color: #268bce;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
}

.text-block-21 {
  color: #555;
  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: #268bce;
  font-size: 30px;
  line-height: 1.4;
}

.text-block-22 {
  color: #555;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.section-8, .section-9 {
  background-color: #f9f9f9;
}

.heading-33 {
  color: #268bce;
  font-size: 20px;
}

.section-10 {
  background-color: #f9f9f9;
  padding-top: 40px;
}

.section-11 {
  background-color: #268bce;
}

.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 {
  max-width: 75%;
  align-items: flex-start;
  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: #268bce;
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
}

.heading-36._2 {
  color: #268bce;
}

.card-txt {
  color: #555;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 16px;
}

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

.tw-rss-list {
  color: #555;
  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: #1c6799;
  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: #555;
  margin-top: 10px;
  padding-left: 60px;
  font-size: 16px;
}

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

.tw-rss-paragraph {
  color: #555;
  font-size: 16px;
}

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

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

.text-block-25 {
  color: rgba(0, 0, 0, .5);
  margin-top: 5px;
  font-size: 12px;
  line-height: 20px;
}

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

.button-6 {
  color: #fff;
  cursor: pointer;
  background-color: #268bce;
  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 {
  height: 300px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.blog-summary-image {
  max-height: 100%;
  border-radius: 2px;
}

.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: #268bce;
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  margin-top: 15px;
  padding: 5px 5px 5px 10px;
  display: flex;
}

.guide-index_menu {
  background-color: #f9f9f9;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.guide-index {
  background-color: #f9f9f9;
  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;
}

.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: #1c6799;
}

.div-block-71 {
  width: 70vw;
  height: 38vh;
  background-color: #fff;
  border: 1px #bfc9d1;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  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: #268bce;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.text-block-29 {
  color: #268bce;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.text-block-30 {
  color: #fda11f;
  font-size: 90px;
  font-weight: 700;
  line-height: .7;
}

.template-name {
  max-width: none;
  color: #555;
  text-align: left;
  margin: 0 auto 28px 0;
  font-size: 28px;
  line-height: 1.5;
}

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

.referral_heading {
  color: #268bce;
  text-align: center;
  margin-top: 50px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}

.referral_h {
  color: #268bce;
  font-size: 30px;
  font-weight: 700;
}

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

.referral_section {
  background-color: #f9f9f9;
  padding-top: 30px;
}

.text-block-31 {
  color: #fda11f;
  font-size: 93px;
  font-weight: 700;
  line-height: 120px;
}

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

.text-block-32 {
  color: #268bce;
  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: #268bce;
}

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

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

.hero_section {
  height: auto;
  background-color: #268bce;
  margin-top: 89px;
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.hero_section.templstes_list {
  color: #fff;
  -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;
}

.heading-41 {
  color: #fff;
  text-align: center;
  margin: 70px auto 40px;
  font-size: 44px;
}

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

.heading-42 {
  color: #fff;
  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 {
  max-width: 47%;
  color: #fff;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

.feature-txt-wrapper {
  width: 50%;
  flex: 0 auto;
  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: #268bce;
  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 {
  max-width: 100%;
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  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 {
  max-width: 100%;
  text-align: left;
  flex-direction: row;
  padding-top: 0;
  display: block;
}

.outl-html-feature-img {
  max-width: 107%;
  box-shadow: none;
  border-radius: 5px;
  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: #555;
  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: #555;
  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 {
  width: 58%;
  flex: 1;
  align-self: center;
  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: #555;
  margin: 0 auto 30px;
  font-size: 34px;
  line-height: 1.4;
}

.outl_html_-txt_centered {
  max-width: 70%;
  clear: both;
  color: #555;
  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: #555;
  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 {
  width: 48%;
  flex-direction: column;
  align-self: center;
  align-items: flex-end;
  padding-right: 40px;
  display: flex;
}

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

.list-item-34 {
  color: #555;
  margin-bottom: 12px;
  line-height: 1.6;
}

.feature-img-wrapper {
  width: 50%;
  flex: 0 auto;
  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 {
  height: auto;
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  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;
  width: auto;
  height: 260px;
  border: .5px solid rgba(191, 201, 209, .1);
  border-radius: 2px;
}

.div-block-87 {
  max-width: 90%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  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;
  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 {
  max-width: 100%;
  border-radius: 5px;
  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: #fff;
  text-align: center;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 10px;
}

.text-block-35 {
  max-width: 96%;
  color: #555;
  text-align: left;
  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: #555;
  text-transform: none;
  font-weight: 500;
}

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

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

.button-8 {
  background-color: #fda11f;
  border: 2px solid #fda11f;
  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;
  width: 49%;
  height: 98%;
  object-fit: fill;
  border-radius: 36px;
  justify-content: center;
  align-items: flex-start;
  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: #268bce;
  align-items: center;
  margin: 31px 0 20px auto;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
}

.desktop-wrapper {
  width: auto;
  max-width: 750px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  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: #268bce;
  font-size: 18px;
  line-height: 22px;
}

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

.text-block-35-copy {
  max-width: 90%;
  color: #555;
  text-align: center;
  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 {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

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

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

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

.text-block-38 {
  color: #555;
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-93 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  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: #268bce;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 15px;
  padding-right: 15px;
}

.tab-link-desktop.w--current {
  opacity: 1;
  color: #268bce;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #bfc9d1;
  border-right-style: solid;
  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 {
  opacity: 1;
  color: #268bce;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #bfc9d1;
  border-left-width: 1px;
  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: #f9f9f9;
}

.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: #268bce;
  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 {
  width: 36px;
  height: 36px;
  flex: none;
  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 {
  width: 40px;
  height: 40px;
  opacity: .45;
  color: #268bce;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/publicate_img3_1publicate_img3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 36%;
  margin-bottom: 20px;
  padding-top: 4px;
  transition: opacity .3s;
  position: absolute;
  bottom: 0;
  right: 0;
}

.go-up-overlay {
  width: 40px;
  height: 40px;
  opacity: .17;
  color: #268bce;
  background-color: #268bce;
  border-radius: 50%;
  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: #f2faff;
  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: #555;
  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 {
  max-width: 71%;
  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: #268bce;
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

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

.navbar-5-copy {
  z-index: 2147483647;
  background-color: #268bce;
  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: rgba(0, 0, 0, .5);
  text-align: center;
  margin-top: 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: #f9f9f9;
}

.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: #f9f9f9;
  border-radius: 3px;
}

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

.template-categories-link-column {
  background-color: #f9f9f9;
  border-radius: 3px;
  flex-direction: column;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

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

.template-category-link-item {
  color: #555;
  margin-bottom: 11px;
}

.tabs-menu-3 {
  color: #555;
  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: #555;
  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 {
  width: 85%;
  flex: 0 auto;
}

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

.sticky-sidebar {
  color: #555;
  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: #268bce;
  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 {
  max-width: 80%;
  color: #555;
  text-align: center;
  text-transform: capitalize;
  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 {
  max-width: 53%;
  align-items: flex-start;
  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 {
  max-width: 69%;
  color: #555;
  text-align: center;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 27px;
}

.text-span-8 {
  color: #268bce;
  font-size: 22px;
}

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

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

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

.heros_section_container {
  max-width: 1100px;
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 10px;
  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: #268bce;
}

.heading_link {
  color: #268bce;
  font-size: 28px;
}

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

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

.terms-container {
  max-width: 1100px;
  background-color: #f9f9f9;
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.template-name-copy {
  max-width: none;
  color: #f9f9f9;
  text-align: left;
  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: #555;
  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: #555;
  margin-top: 100px;
  margin-bottom: -60px;
  line-height: 1.7;
}

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

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

.dropdown-link-3 {
  max-width: 100%;
  white-space: pre-line;
  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: rgba(0, 0, 0, .5);
  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 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

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

.slider-mobile-landscape-t1 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  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: #268bce;
  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 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  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 {
  width: 36%;
  height: 100%;
  max-width: 50%;
  flex-direction: column;
  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 {
  height: 310px;
  max-width: 374px;
  border-radius: 5px;
  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 {
  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: #555;
  text-align: left;
  margin-top: 0;
  font-size: 20px;
}

.div-block-135 {
  width: 30%;
  flex-direction: column;
  justify-content: space-between;
  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: #268bce;
}

.heading-51 {
  color: #268bce;
  font-size: 38px;
}

.paragraph-38 {
  color: #555;
  font-size: 16px;
}

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

.dropdown-toggle-3 {
  color: #f9f9f9;
}

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

.div-block-139 {
  color: #268bce;
  background-color: #f9f9f9;
  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: rgba(0, 0, 0, .5);
  margin-bottom: 40px;
}

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

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

.feature-image {
  width: 50%;
  height: 370px;
  float: none;
  align-self: center;
  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: 0;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

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

.bigorangebutton-2.mb-15 {
  margin-bottom: 20px;
}

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

.bluesection-2.full_width {
  width: 100%;
  margin-bottom: 30px;
}

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

.feature-block {
  width: 100%;
  float: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  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: #268bce;
  font-size: 26px;
}

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

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

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

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

.subcategory-name-h2-decoration-line {
  width: 75%;
  height: 1px;
  border: 1px solid rgba(85, 85, 85, .1);
  flex: 1;
  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;
}

.text-block-51.new {
  color: #2e4b63;
}

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

.blogpost-date.new {
  color: #2e4b63;
}

.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 {
  height: 330px;
  border-radius: 0 0 10px 10px;
  flex-direction: column;
  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 {
  max-width: 65%;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.category-link-button {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #268bce;
  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;
  border: 1px solid #268bce;
}

.dropdown-list-4.w--open {
  background-color: #fff;
  border-width: 1px;
  border-color: rgba(38, 139, 206, .4);
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(28, 103, 153, .07);
}

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

.page-wrapper {
  z-index: 1;
  position: relative;
}

.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 {
  color: #fff;
  cursor: pointer;
  background-color: #268bce;
  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 {
  margin-top: auto;
  margin-bottom: auto;
}

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

.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;
  margin-top: 4px;
}

.category-and-author-wrapper.main.landing, .category-and-author-wrapper.main.no_mp {
  margin-top: 0;
}

.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 {
  width: 59%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

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

.blog-hero-right-column {
  max-width: 30%;
  background-color: #f9f9f9;
  padding: 10px;
}

.div-block-151 {
  color: #268bce;
  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-wrapper.blogpost.mt-140 {
  margin-top: 140px;
}

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

.link-back-to.chevron_text {
  color: #268bce;
}

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

.button-10 {
  color: #fff;
  cursor: pointer;
  background-color: #268bce;
  border-radius: 5px;
  padding: 12px 20px;
}

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

.button-11 {
  color: #fff;
  cursor: pointer;
  background-color: #268bce;
  border-radius: 5px;
  padding: 12px 20px;
}

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

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

.button-13 {
  color: #fff;
  cursor: pointer;
  background-color: #268bce;
  border-radius: 5px;
  padding: 12px 20px;
}

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

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

.button-14 {
  color: #fff;
  cursor: pointer;
  background-color: #268bce;
  border-radius: 5px;
  padding: 12px 20px;
}

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

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

.button-15 {
  color: #fff;
  cursor: pointer;
  background-color: #268bce;
  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 {
  color: #fff;
  cursor: pointer;
  background-color: #268bce;
  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 {
  color: #fff;
  cursor: pointer;
  background-color: #268bce;
  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: #268bce;
}

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

.heading-53 {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  font-size: 48px;
}

.heading-54 {
  color: #fff;
  text-align: center;
  font-size: 28px;
}

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

.js-clock {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  width: 120px;
  height: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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: 20px;
  display: flex;
}

.blogpost-autother-and-date.pb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.teme-to-read.new {
  color: #2e4b63;
}

.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: #fff;
  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: #fda11f;
  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 {
  max-width: 1100px;
  background-color: #fff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

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

.bold-text-9 {
  color: #fda11f;
}

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

.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%;
  height: 800px;
  max-width: 100%;
  padding-left: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.blue-top-copy {
  z-index: -5;
  width: 100%;
  height: 550px;
  background-color: #268bce;
  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: #f7f9fb;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-18 {
  height: 50px;
  max-width: 1100px;
}

.section-24 {
  background-color: #268bce;
}

.heading-55 {
  color: #f7f9fb;
  text-align: center;
  font-size: 31px;
}

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

.user-name-t4 {
  color: #268bce;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.testimonials-t4 {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
  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 {
  height: 200px;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.see-more-button {
  color: #fff;
  cursor: pointer;
  background-color: #268bce;
  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;
}

.icon-8 {
  color: #268bce;
}

.list-10 {
  list-style-type: decimal;
}

.topofthepage {
  height: 1px;
  display: none;
}

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

.list-11 {
  list-style-type: decimal;
}

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

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

.div-block-167.mb-40 {
  margin-bottom: 40px;
}

.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-list {
  margin-top: 10px;
  margin-left: 0;
}

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

.footer_container {
  max-width: 1100px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.list-12, .list-13, .list-14, .list-15 {
  list-style-type: decimal;
}

.paragraph-44 {
  margin-bottom: 0;
  font-weight: 700;
}

.list-16, .list-17 {
  list-style-type: decimal;
}

.div-block-168 {
  margin-bottom: 17px;
}

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

.useful_link {
  color: #f2faff;
  background-color: #1c6799;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  transition: all .2s;
  display: inline-block;
}

.useful_link:hover {
  opacity: .65;
}

.hidden_element {
  display: none;
}

.dropdown-toggle-5 {
  padding: 0;
}

.link_submenu {
  width: 100%;
  min-width: auto;
  color: #000;
  padding: 10px 60px 10px 20px;
  display: block;
  position: relative;
}

.link_submenu:hover {
  color: #268bce;
}

.link_submenu.dropdown-link.sub_link._w-dropdown-link.pl-0 {
  padding-left: 0;
}

.icon-9 {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.dropdown-list-5 {
  width: 100%;
  background-color: #f9f9f9;
}

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

.dropdown-link-4:hover {
  color: #268bce;
}

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

.footer_creds {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.footer_socials {
  margin-right: auto;
}

.footer_social_link {
  margin-right: 20px;
}

.image-95 {
  width: 30px;
  filter: invert() brightness();
}

.footer_logo {
  margin-left: 0;
  position: absolute;
}

.blog_social_sharing {
  display: block;
}

.blog_share_link {
  width: 50px;
  margin-right: 10px;
}

.share_this_item.blog_share_link {
  display: inline-block;
}

.link-19, .link-20, .link-21, .link-22 {
  text-decoration: underline;
}

.footer_wrapper {
  background-color: #268bce;
}

.footer_col_title {
  color: #f7f9fb;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.footer_list_item {
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  line-height: 22px;
}

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

.footer_top {
  max-width: 1100px;
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

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

.blog_sidebar_h4 {
  background-image: url('../images/Popular-post.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 30px;
  padding-left: 30px;
}

.blog_sidebar_s_title {
  color: #268bce;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  display: block;
}

.blog_sidebar_link {
  margin-bottom: 10px;
  padding-left: 0;
  font-weight: 400;
  line-height: 21px;
  display: block;
}

.text-block-54 {
  margin-bottom: 5px;
}

.blog_sidebar_content_block {
  margin-bottom: 30px;
}

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

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

.blog_sidebar_content_block.text-center.colored_block {
  color: #fff;
  text-align: left;
  background-color: #268bce;
  border-radius: 12px;
  padding: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.blog_sidebar_text {
  margin-bottom: 10px;
  font-weight: 500;
}

.colorend_section_title {
  text-align: center;
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.clored_block_text {
  background-image: url('../images/check_white.svg');
  background-position: 3px 2px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 21px;
}

.clored_block_text.mb-25 {
  margin-bottom: 25px;
}

.blog_sidebar_sticky {
  position: static;
  top: 140px;
}

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

.blog_top_part {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 50px;
  display: flex;
}

.blog_top_part.mt-160 {
  margin-top: 160px;
}

.blog_hero {
  width: 550px;
  max-width: 100%;
  min-width: 550px;
  border-radius: 0;
  display: block;
  overflow: hidden;
}

.blog_top_part_content {
  flex-direction: column;
  justify-content: space-between;
  margin-right: 45px;
  display: flex;
}

.blog_top_ribbon {
  width: auto;
  object-fit: fill;
  background-color: #f9f9f9;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  padding: 10px 20px;
  display: flex;
}

.blog_ribbon_text {
  color: #555;
  margin-right: 20px;
  font-weight: 500;
}

.blog_hero_image {
  border-radius: 12px;
}

.mobile_only {
  display: none;
}

.desktop_only.mt_auto {
  margin-top: 0;
}

.ribbon_wrapper {
  margin-top: 20px;
  display: inline-block;
}

.share_post_block {
  text-align: center;
}

.share_title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
}

.blog_column_right_content {
  height: 100%;
  flex: 0 auto;
}

.list-18 {
  font-size: 18px;
}

.link-23, .link-24, .link-25, .link-26, .link-27, .link-28 {
  text-decoration: underline;
}

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

.image-97 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.center_align {
  text-align: center;
}

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

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-item-32 {
    color: #555;
    line-height: 29px;
  }

  .list-6 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 48px;
  }

  .div-block-40 {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .image-53 {
    width: 15px;
    flex: none;
    margin-top: 0;
    margin-bottom: 11px;
    margin-left: 0;
  }

  .flex_box.author {
    display: none;
  }

  .hover-with-inf {
    bottom: 0;
    right: -7%;
  }

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

  .subcategory-name-h2-decoration-line {
    margin-bottom: 40px;
  }

  .subcategory-h2 {
    margin-top: 40px;
  }

  .blog_column-right-2 {
    top: 129px;
  }

  .background-copy {
    overflow: hidden;
  }
}

@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: #f2faff;
  }

  .hero-img-wrapper {
    object-fit: fill;
    margin-right: -240px;
    overflow: hidden;
  }

  .tab-pane-tab-1 {
    width: auto;
    max-width: none;
    padding: 51px;
  }

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

  .cards-wrapper {
    width: auto;
    max-width: 1100px;
    justify-content: space-around;
    display: flex;
  }

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

  .tabs-content {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .bold-text-3, .bold-text-4, .bold-text-5 {
    color: #268bce;
  }

  .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 {
    width: auto;
    max-width: 1100px;
    justify-content: space-between;
    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;
  }
}

@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%;
  }

  .cards-wrapper {
    width: 100%;
    max-width: none;
  }

  .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 {
    z-index: 13;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    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 {
    max-height: none;
    max-width: none;
    min-width: 100%;
    color: #fff;
    background-color: #268bce;
    border-radius: 5px;
    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: #fff;
  }

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

  .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 {
    width: 100%;
    object-fit: fill;
    justify-content: center;
    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 {
    width: 50%;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    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 {
    color: #3498db;
    background-color: #fff;
    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: 0;
    display: block;
  }

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

  .blog_columns {
    flex-direction: column;
    display: block;
  }

  .plan-card {
    width: 38%;
    margin-bottom: 23px;
  }

  .cards-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }

  .flexbox {
    justify-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-43 {
    padding-left: 20px;
  }

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

  .blog_container {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .feature-txt-wrapper {
    width: 80%;
    flex-direction: column;
    align-items: center;
    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 {
    width: auto;
    flex-flow: row;
  }

  .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 {
    width: 90%;
    border-radius: 24px;
    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 {
    width: 100%;
    order: -1;
  }

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

  .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, .category-_filters_section {
    display: none;
  }

  .div-block-115 {
    max-width: 90%;
    text-align: center;
    justify-content: center;
    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: 40px;
    position: relative;
    left: auto;
  }

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

  .dropdown-3 {
    width: 100%;
  }

  .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 {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .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: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blogpost-summary-wrapper-2 {
    width: 45%;
    margin-left: 0;
    margin-right: auto;
  }

  .category-and-author-wrapper.main.no_mp.desktop_only {
    display: none;
  }

  .blog-hero-content {
    align-items: flex-start;
  }

  .category-page-hero-wrapper {
    width: 100%;
    margin-top: 0;
  }

  .link-back-to-wrapper.blogpost {
    flex-wrap: wrap;
  }

  .link-back-to-wrapper.blogpost.mt-140 {
    margin-top: 40px;
  }

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

  .footer_container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .link_submenu {
    color: #fff;
  }

  .dropdown-link-4 {
    background-color: rgba(0, 0, 0, 0);
  }

  .footer_creds {
    padding-left: 30px;
  }

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

  .footer_buttons {
    display: flex;
  }

  .blog_top_part {
    flex-direction: column;
    margin-bottom: 0;
  }

  .blog_hero {
    width: 100%;
    min-width: 100%;
  }

  .blog_top_part_content {
    flex-direction: column;
  }

  .blog_hero_image {
    width: 100%;
  }

  .mobile_only {
    display: block;
  }

  .desktop_only.mt_auto {
    display: none;
  }

  .share_post_block, .share_title {
    text-align: center;
  }
}

@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: column;
  }

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

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

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

  .div-block-5 {
    text-align: center;
    margin-top: 0;
  }

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

  .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 {
    width: 57%;
    order: -1;
  }

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

  .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: 120px;
    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;
  }

  .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 {
    width: 100%;
    flex-direction: column;
    align-self: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .col6._2 {
    width: 100%;
    align-items: center;
  }

  .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-height: 40px;
    min-width: 50px;
  }

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

  .blog_h1.small {
    width: 100%;
    text-align: left;
    font-size: 29px;
    line-height: 38px;
  }

  .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 {
    width: 50%;
    height: auto;
    flex: 0 auto;
    order: -1;
    margin-top: 15px;
    margin-right: -42px;
    top: 75px;
    overflow: hidden;
  }

  .div-block-35, .blog_columns.flex {
    display: block;
  }

  .div-block-38 {
    display: block;
    position: relative;
  }

  .plan-card {
    width: 67%;
    padding-right: 25px;
  }

  .tabs {
    margin-bottom: 0;
  }

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

  .heading-41.left, .heading-42 {
    text-align: center;
  }

  .hero-text-block {
    max-width: 100%;
  }

  .feature-txt-wrapper {
    width: 100%;
    order: -1;
    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 {
    width: 57%;
    order: -1;
  }

  .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 {
    width: 100%;
    order: 1;
    margin-top: 30px;
  }

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

  .feature-img-wrapper {
    width: 100%;
    order: 1;
    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 {
    max-width: 85vw;
    order: 1;
  }

  .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 {
    height: 40px;
    align-items: center;
    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 {
    height: auto;
    flex-direction: row;
    justify-content: center;
    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 {
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .h3-heading-home-page {
    text-align: center;
  }

  .feature-description {
    width: 100%;
    order: 1;
  }

  .category-buttons-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .blog-summary-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .summary-paragraph-2 {
    margin-bottom: 20px;
  }

  .summary-heading-2 {
    margin-top: 0;
    font-size: 18px;
  }

  .blogpost-summary-wrapper-2 {
    width: 48%;
  }

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

  .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: 40px;
  }

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

  .footer-flex-container-2 {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-list {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer_creds {
    flex-flow: column wrap;
  }

  .footer_socials {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer_logo {
    position: relative;
  }

  .footer_top {
    flex-direction: column;
    display: flex;
  }

  .footer_top_content {
    flex-direction: column;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .footer_col {
    width: 48%;
  }

  .blog_sidebar_sticky {
    position: static;
  }

  .blog_top_part {
    text-align: left;
    margin-top: 20px;
  }

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

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

  .bigbluebutton {
    text-align: center;
    margin-bottom: 10px;
    display: block;
  }

  .div-block {
    margin-top: 100px;
    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 {
    max-width: 90%;
    float: none;
    margin: 100px auto 0;
  }

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

  .heading-3 {
    line-height: 32px;
  }

  .heading-4 {
    margin-top: 0;
  }

  .div-block-6 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 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, .nav_elm.white {
    color: #fff;
  }

  .nav-link-5 {
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #3498db;
    margin-bottom: 9px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-2 {
    z-index: 4;
    max-width: 300px;
    color: #555;
    background-color: #268bce;
    border-style: none;
    border-color: #f9f9f9;
    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 {
    width: auto;
    text-align: left;
    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;
  }

  .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 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-9 {
    line-height: 1.4;
  }

  .heading-9.pricing {
    margin-bottom: 21px;
  }

  .col6 {
    width: 100%;
    float: none;
    flex: none;
    align-self: auto;
    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: #555;
    padding-right: 80px;
    position: static;
  }

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

  .icon-3 {
    color: #555;
  }

  .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: #555;
  }

  .dropdown-list.w--open {
    max-width: 100%;
    background-color: #268bce;
    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 {
    width: 100%;
    text-align: center;
    border: 2px solid #fff;
    margin-right: 0;
    font-size: 15px;
    line-height: 18px;
    display: block;
  }

  .nav-link-6.mb-20 {
    margin-bottom: 10px;
  }

  .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: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog_column-right {
    margin-bottom: 20px;
  }

  .column-7 {
    flex: 1;
    display: block;
  }

  .div-block-30 {
    position: static;
  }

  .blog_h2 {
    margin-top: 50px;
    font-size: 28px;
  }

  .blog_h1 {
    font-size: 30px;
  }

  .blog_h1.small {
    padding-left: 0;
    padding-right: 0;
  }

  .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;
    height: 208px;
    max-width: 130%;
    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;
  }

  .plan-card {
    width: 100%;
    height: auto;
    min-height: auto;
    justify-content: flex-start;
    margin-bottom: 40px;
    padding: 25px 7px 20px;
  }

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

  .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 {
    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 {
    max-width: 100%;
    text-align: center;
    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 {
    padding-top: 0;
  }

  .hero_section.templstes_list {
    padding-bottom: 40px;
  }

  .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 {
    max-width: 100%;
    text-align: center;
    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 {
    height: 98%;
    border-radius: 40px;
    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;
    max-width: 100%;
    order: 1;
    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: relative;
  }

  .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 {
    width: 80%;
    flex-direction: column;
  }

  .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 {
    width: 100%;
    align-items: flex-start;
    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;
  }

  .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 {
    width: 100%;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .template-name-copy {
    max-width: 100%;
    text-align: center;
    font-size: 23px;
  }

  .blogpodt-logos-wrapper {
    flex-wrap: wrap;
  }

  .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;
    height: 179.391px;
  }

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

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

  .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;
    margin-left: 0;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 0;
  }

  .dropdown-toggle-3.w--open {
    color: #fff;
  }

  .dropdown-3 {
    margin-left: 20px;
    margin-right: auto;
  }

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

  .bigbluebutton-2 {
    text-align: center;
    margin-bottom: 10px;
    display: block;
  }

  .feature-image {
    height: 317px;
    order: -1;
    align-items: center;
    margin-bottom: 0;
  }

  .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 {
    width: 100%;
    float: none;
    flex-direction: column;
    padding: 40px 0 20px;
  }

  .feature-description {
    width: 100%;
  }

  .paragraph-40 {
    margin-top: 0;
    font-size: 30px;
  }

  .subcategory-name-h2-decoration-line {
    display: none;
  }

  .subcategory-h2 {
    margin-top: 20px;
    font-size: 28px;
  }

  .category-buttons-wrapper {
    max-width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-summary-2 {
    height: 350px;
  }

  .top-content.blog-category-page {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .blog-lp-hero-content {
    margin-bottom: 20px;
  }

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

  .link-back-to-wrapper.blogpost.mt-140 {
    margin-top: 40px;
  }

  .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: #268bce;
    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: 10px;
  }

  .guide-index_menu-2 {
    flex-direction: column;
  }

  .footer-flex-container-2 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .footer_container {
    justify-content: flex-start;
    align-items: stretch;
  }

  .dropdown-link-4 {
    color: #555;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 20px;
    padding-right: 10px;
  }

  .footer_creds {
    padding-left: 10px;
  }

  .footer_socials {
    text-align: left;
    padding-left: 0;
  }

  .footer_buttons {
    flex-direction: column;
  }

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

  .dropdown-toggle-3.nav_elm.white._w-nav-link {
    align-items: center;
    display: block;
    position: relative;
  }
}


</pre></body></html>