/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
/* =Theme customization starts here
------------------------------------------------------- */
/* Basic styles */
.et-fixed-header {
  background-color: #bfbcb6 !important;
}

.et-social-github a.icon:before {
  content: "\f09b";
  font-family: "Font Awesome 5 Brands" !important;
}

#main-header {
  padding-top: 2.5vw;
}

#main-header .container {
  width: 85% !important;
  max-width: 85%;
}

.et_pb_text_inner h1,
.et_pb_text_inner h2 {
  font-weight: 800;
  font-size: 3.473vw !important;
  line-height: 4.38vw;
}

.et_pb_text_inner h3,
h3 {
  font-weight: 800;
  font-size: 2.5vw !important;
  line-height: 3.3vw;
}

.et_pb_with_border.et_pb_module.et_pb_post_content.et_pb_post_content_0_tb_body.blog-post-template-1
.et-l.et-l--post
h1,
.et_pb_with_border.et_pb_module.et_pb_post_content.et_pb_post_content_0_tb_body.blog-post-template-1
.et-l.et-l--post
h2,
.et_pb_with_border.et_pb_module.et_pb_post_content.et_pb_post_content_0_tb_body.blog-post-template-1
.et-l.et-l--post
h3 {
  font-size: 1.67vw !important;
  line-height: 1.5 !important;
  font-weight: 800;
}

h4 {
  font-weight: 800;
  font-size: 1.667vw !important;
  line-height: 1.5;
  /* 2.083vw; */
}

p,
li {
  font-weight: normal;
  font-size: 1.112vw;
  line-height: 1.5;
  /* 1.667vw; */
}

/* List bullets */
.custom-bullets ul li {
  padding-left: 30px;
  list-style: none;
  margin-bottom: 10px;
}

.custom-bullets ul li::before {
  content: url(/wp-content/uploads/2020/07/list-circle.svg);
  display: inline-block;
  margin-right: 7px;
  margin-left: -1.38vw;
  padding-right: 5px;
  vertical-align: middle;
}

/* Faq toggle icons  */
.et_pb_toggle_title:before {
  content: url(/wp-content/uploads/2020/07/faq-plus.svg) !important;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
  content: url(/wp-content/uploads/2020/07/faq-minus.svg) !important;
}

/* Inline buttons */
.inline-buttons .et_pb_button_module_wrapper {
  display: inline-block !important;
}

@media (min-width: 1024px) {
  #post-953 .et_pb_button_module_wrapper {
    display: inline-block !important;
    padding-right: 1vw;
  }
}

.req-demo {
  margin-left: 3vw;
}

/* Products */
.products-icons-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100% !important;
}

.products-icons-flex .et_pb_module.et_pb_blurb {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding: 0 2vw !important;
}

.async-column {
  margin-left: -2.5vw;
}

/* Blog */
.bloggrid .et_pb_post {
  min-height: 27vw !important;
  max-height: 27vw !important;
}

.et_pb_blog_grid .et_pb_image_container {
  margin-bottom: 0px !important;
}

.et_pb_post .entry-featured-image-url {
  margin-bottom: 0 !important;
}

.bloggrid .et_pb_post {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 3vw !important;
}

/* Blog pagination styling */
.et_pb_blog_grid .pagination.clearfix {
  width: 100%;
  display: block;
}

.et_pb_blog_grid .pagination,
.pagination.clearfix .alignright,
.pagination.clearfix .alignleft {
  width: 9vw;
  color: black;
  font-size: 1.67vw;
  font-weight: 800;
}

.pagination.clearfix .alignright {
  float: right;
  text-align: right;
}

.pagination.clearfix .alignleft {
  float: left;
  text-align: left;
}

.et_pb_blog_grid .pagination > .alignleft a:before {
  /*   content: 'OLDER';
    visibility: visible;
    color:black;
    font-size:1.67vw;
    font-weight:800;
    position: relative;
    right:0vw;   */
}

.et_pb_blog_grid .pagination > .alignright {
  text-align: right;
}

.et_pb_blog_grid .pagination > .alignleft a,
.et_pb_blog_grid .pagination > .alignright a {
  color: black;
  font-size: 1.67vw;
  font-weight: 800;
  border-bottom: 2px solid black;
  width: 9vw;
  display: block;
  padding-bottom: 12px;
}

.et_pb_blog_grid .pagination > .alignleft a:before {
  content: url(/wp-content/uploads/2021/02/arrow-left.svg);
  visibility: visible;
  position: relative;
  display: inline-block;
  padding-right: 8px;
}

.et_pb_blog_grid .pagination > .alignright a:after {
  content: url(/wp-content/uploads/2020/07/arrow.svg);
  visibility: visible;
  position: relative;
  display: inline-block;
  padding-left: 8px;
}

.et_pb_blog_grid .pagination > .alignleft a {
  /* visibility: hidden; */
}

.et_pb_button_module_wrapper .gq_r_fixed_buttons {
  position: absolute;
  bottom: 6%;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.pricing-tables {
  min-height: 34.72vw !important;
  padding-bottom: 3vw !important;
}

.pricing-tables h5 {
  font-size: 1.8vw !important;
  padding: 0.5em 0.1em;
}

@media only screen and (max-width: 980px) {
  .pricing-tables h5 {
    font-size: 2.5em !important;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-tables h5 {
    font-size: 2.5em !important;
  }
}

@media only screen and (max-width: 481px) {
  .pricing-tables h5 {
    font-size: 2.25em !important;
  }
}

.pricing-tables,
.volume-pricing {
  width: 29vw !important;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

.et_pb_toggle_title {
  padding-right: 60px !important;
}

.cta-row {
  margin-left: -1vw !important;
}

.inline-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tos {
  padding-right: 2vw;
  padding-left: 0.5vw;
}

/* Hubspot SignUp form */
.hs-input {
  background-color: #eee !important;
  border: none !important;
  padding: 1vw !important;
  color: #4e4e4e;
  width: 100% !important;
  margin-top: 0.5vw;
}

.hs_email span {
  font-weight: 800;
  font-size: 1.25em;
}

.hs-button {
  margin-top: 2vw;
  border: none !important;
  background-color: black;
  color: #eee;
  padding: 10px 34px;
  font-size: 1.25em;
  font-weight: 600;
  -webkit-transition: 0.3s all ease-in-out !important;
  -o-transition: 0.3s all ease-in-out !important;
  transition: 0.3s all ease-in-out !important;
}

.hs-button:hover {
  color: black;
  background-color: #eee;
  -webkit-transition: all ease-in-out;
  -o-transition: all ease-in-out;
  transition: all ease-in-out;
}

/* Social Share Icons */
#st-1 .st-btn,
#st-2 .st-btn {
  background-color: #1a1a1a !important;
}

.st-btn img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

#st-2 {
  text-align: left !important;
}

#st-1 .st-btn[data-network="whatsapp"] {
  display: inline-block !important;
}

/* Menu */
#top-menu li a:hover {
  opacity: 1 !important;
}

.menu-cta a {
  background-color: #e3a019;
  color: #000 !important;
  padding: 10px 2vw !important;
  text-align: center;
}

.sub-menu {
  width: 13vw !important;
}

.sub-menu li a {
  width: 11vw !important;
  padding-left: 0 !important;
}

.nav li li a {
  font-size: 0.973vw;
}

.menu-cta a:hover {
  background-color: #f0b030 !important;
  color: #000 !important;
}

.et_header_style_left #et-top-navigation {
  padding-top: 16px !important;
}

.et_header_style_left .et-fixed-header #et-top-navigation {
  padding-top: 6px !important;
}

#main-header.et-fixed-header .menu-cta a {
  color: #000 !important;
}

#main-header.et-fixed-header .menu-cta a:hover {
  color: #000 !important;
}

#top-menu li {
  padding: 0 2vw;
  font-size: 0.973vw;
  line-height: 1.45vw;
  font-weight: 800;
}

#top-menu .menu-item-has-children > a:first-child:after {
  /*content:url(/wp-content/uploads/2020/07/menu-icon.svg) !important;    
	margin-top:-1px !important;*/
  content: "\43";
}

/* Mobile Menu */
#main-header .et_mobile_menu li ul.hide {
  display: none !important;
}

#mobile_menu .menu-item-has-children {
  position: relative;
}

#mobile_menu .menu-item-has-children > a {
  background: transparent;
}

#mobile_menu .menu-item-has-children > a + span {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  z-index: 3;
}

span.menu-closed:before {
  content: "\4c";
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: ETmodules;
}

span.menu-closed.menu-open:before {
  content: "\4d";
}

.et-fixed-header#main-header {
  padding: 0.5vw 0 0.5vw;
}

#main-header.et-fixed-header .nav li ul {
  background-color: #bfbcb6;
}

#hero-headline {
  /*FadeIn*/
}

#hero-headline .et_pb_text_inner h1 {
  font-size: 2.5em !important;
  line-height: 1.33 !important;
  text-align: center;
}

@media (min-width: 400px) {
  #hero-headline .et_pb_text_inner h1 {
    font-size: 3em !important;
  }
}

@media (min-width: 981px) {
  #hero-headline .et_pb_text_inner h1 {
    text-align: left;
    font-size: 3vw !important;
  }
}

#hero-headline .et_pb_text_inner h1 * {
  font-weight: 800;
}

#hero-headline .fadeInSymbl {
  display: block;
  height: 1em;
  text-align: center;
}

@media (min-width: 981px) {
  #hero-headline .fadeInSymbl {
    display: inline-block;
    text-align: left;
  }
}

#hero-headline .fadeInSymbl span {
  animation: fadeEffectUpdate 10s linear infinite 0s;
  -ms-animation: fadeEffectUpdate 10s linear infinite 0s;
  -webkit-animation: fadeEffectUpdate 10s linear infinite 0s;
  color: #ffffff;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

@media (min-width: 981px) {
  #hero-headline .fadeInSymbl span {
    margin: initial;
    left: initial;
    right: initial;
    display: inline;
  }
}

#hero-headline .fadeInSymbl span:nth-child(2) {
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}

#hero-headline .fadeInSymbl span:nth-child(3) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}

#hero-headline .fadeInSymbl span:nth-child(4) {
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s;
}

#hero-headline .fadeInSymbl span:nth-child(5) {
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
}

/*FadeIn Animation*/
@-moz-keyframes fadeEffectUpdate {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -moz-transform: translateY(0px);
  }
  10% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -moz-transform: translateY(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeEffectUpdate {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -webkit-transform: translateY(0px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-ms-keyframes fadeEffectUpdate {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -ms-transform: translateY(0px);
  }
  10% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -ms-transform: translateY(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.typewriter h1 {
  overflow: hidden;
  border-right: 0.15em solid #fff;
  white-space: nowrap;
  -webkit-animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end 5;
  animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end 5;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

/* The typing effect */
@-webkit-keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */
@-webkit-keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  10% {
    border-color: #fff;
  }
}
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  10% {
    border-color: #fff;
  }
}

/* Menu underline animation */
#top-menu li a:before,
.blog-menu.et_pb_text > :last-child:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 100%;
  bottom: 1.5vw;
  background: #1a1a1a;
  height: 2px;
  -webkit-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#top-menu li a:hover,
.blog-menu.et_pb_text > :last-child:hover {
  opacity: 1 !important;
}

#top-menu li a:hover:before,
.blog-menu.et_pb_text > :last-child:hover:before {
  right: 0;
}

#top-menu li li a:before,
.blog-menu.et_pb_text > :last-child:before {
  bottom: 10%;
}

.et-fixed-header li a:before {
  bottom: 0.4vw !important;
  background: #1a1a1a;
  height: 1px;
}

.blog-menu.et_pb_text > :last-child:before {
  bottom: -0.5vw !important;
  background: #1a1a1a;
  height: 2px;
}

.blog-menu {
  display: inline-block !important;
}

@media only screen and (min-width: 981px) {
  .blog-menu.et_pb_row_5col {
    display: block !important;
  }
}

/* Search Icon */
.ds-icon-search input.et_pb_searchsubmit,
.widget_search input#searchsubmit {
  background: transparent;
  color: transparent;
  border: none;
  width: 55px;
  z-index: 2;
}

.ds-icon-search input.et_pb_s,
.widget_search input#s {
  padding-right: 55px !important;
}

.ds-icon-search .et_pb_searchform:before,
.widget_search::before {
  content: url(/wp-content/uploads/2020/07/search-icon.png) !important;
  color: black !important;
  position: absolute;
  font-family: "ETModules";
  z-index: 1;
  right: 0;
  font-size: 16px;
  padding: 10px 20px;
}

.dp_pec_compact_wrapper.dp_pec_wrapper .dp_pec_content .dp_pec_date .dp_date_head span {
  color: #0d4077 !important;
}

.dp_pec_wrapper .dp_pec_nav .selectric .label {
  color: #0d4077 !important;
}

/* Carousel bullets */
.swiper-pagination-bullet-active {
  content: url(/wp-content/uploads/2020/07/active-dot.svg) !important;
}

.dica_divi_carousel .swiper-pagination-bullet {
  content: url(/wp-content/uploads/2020/07/inactive-dot.svg);
}

.swiper-pagination-bullet-active {
  content: url(/wp-content/uploads/2020/07/active-dot.svg) !important;
}

.dica_divi_carousel .swiper-pagination-bullet {
  content: url(/wp-content/uploads/2020/07/inactive-dot.svg);
}

.dgbc_blog_carousel .swiper-pagination .swiper-pagination-bullet {
  content: url(/wp-content/uploads/2020/07/inactive-dot.svg) !important;
}

.dgbc_blog_carousel .swiper-pagination .swiper-pagination-bullet-active {
  content: url(/wp-content/uploads/2020/07/active-dot.svg) !important;
}

.dgbc_blog_carousel_0_tb_body.dgbc_carousel_wrapper.swiper-pagination .swiper-pagination-bullet {
  width: 40px !important;
  height: 40px !important;
}

.swiper-pagination-bullet {
  width: auto;
  height: auto;
  padding-left: 2vw;
}

.dica_divi_carousel_0.dica_divi_carousel .swiper-pagination-bullet {
  background-color: transparent !important;
}

.footer-seattle,
.footer-pune {
  line-height: 1.43vw !important;
}

/*add labels above the form input fields*/
.et_pb_contact_form label.et_pb_contact_form_label {
  display: block !important;
  font-weight: bold;
}

/*hide the extra label*/
.et_pb_contact_form .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title {
  display: none;
}

/*make placehold text same color as field background*/
.et_pb_contact_form ::-webkit-input-placeholder {
  color: #eee !important;
}

.et_pb_contact_form.my_contact :-moz-placeholder {
  color: #eee !important;
}

.et_pb_contact_form ::-moz-placeholder {
  color: #eee !important;
}

.et_pb_contact_form :-ms-input-placeholder {
  color: #eee !important;
}

.et_contact_bottom_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100% !important;
}

.button-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.arrow {
  padding-left: 1vw;
}

/* Media Queries */
@media (min-width: 2560px) {
  #top-menu li a:before {
    bottom: 0.5vw !important;
  }
  .custom-bullets ul li::before {
    margin-left: -0.9vw !important;
    margin-top: -12px !important;
  }
  .cta-row {
    margin-left: -1vw !important;
  }
  .logos-big-screen,
  .footer-logo img {
    -webkit-transform: scale(1.6) !important;
    -ms-transform: scale(1.6) !important;
    transform: scale(1.6) !important;
  }
  .solutions-blurb.et_pb_blurb_position_left .et_pb_main_blurb_image img {
    width: 18vw;
  }
  #salesforce {
    margin-left: 3vw !important;
  }
  #mail {
    margin-right: 4vw !important;
  }
  .footer-logo img {
    margin-left: 2vw;
  }
  .tech-partners img {
    -webkit-transform: scale(1.5) !important;
    -ms-transform: scale(1.5) !important;
    transform: scale(1.5) !important;
    padding-right: 1vw !important;
  }
  .toggle-2 .et_pb_toggle_title {
    margin-top: -0.5vw !important;
  }
}

@media (min-width: 1920px) and (max-width: 2559px) {
  .custom-bullets ul li::before {
    margin-left: -1.2vw !important;
    margin-top: -5px !important;
  }
  .logos-big-screen {
    -webkit-transform: scale(1.3) !important;
    -ms-transform: scale(1.3) !important;
    transform: scale(1.3) !important;
  }
  #salesforce {
    margin-left: 2vw !important;
  }
  #mail {
    margin-right: 3vw !important;
  }
  .toggle-2 .et_pb_toggle_title {
    margin-top: -0.3vw !important;
  }
}

@media (min-width: 1440px) and (max-width: 1560px) {
  .toggle-2 .et_pb_toggle_title {
    padding-top: 0px !important;
    padding-right: 50px !important;
  }
  #salesforce {
    margin-left: 3vw !important;
  }
}

@media (min-width: 1366px) and (max-width: 1439px) {
  .toggle-2 .et_pb_toggle_title {
    margin-top: 0.9vw !important;
  }
}

@media only screen and (min-width: 1121px) and (max-width: 1280px) {
  .custom-bullets ul li::before {
    margin-left: -2vw !important;
  }
  .toggle-2.et_pb_toggle_title {
    padding-top: 1.5vw !important;
  }
}

@media (min-width: 1024px) and (max-width: 1120px) {
  .button-arrow {
    width: 30vw !important;
  }
  .toggle-2 .et_pb_toggle_title {
    padding-top: 0.7vw !important;
  }
  .sub-menu li a {
    width: 9vw !important;
    padding-left: 0 !important;
  }
}

@media (min-width: 1024px) {
  #revel img {
    margin-left: 9vw !important;
  }
  #alexa-fund img {
    margin-left: -9vw !important;
  }
  #ff img {
    margin-left: 3vw !important;
  }
  #techstars img {
    margin-left: -3vw !important;
  }
  .footer-col-2 {
    padding-left: 2vw;
  }
  .footer-col-3 {
    padding-left: 3vw;
  }
}

@media (max-width: 980px) {
  .icons-tablet-order {
    width: 33.3%;
  }
  .yellow-button,
  .red-button,
  .req-demo,
  .get-started-button,
  .black-button,
  .et_pb_button_module_wrapper .gq_r_fixed_buttons {
    width: 31.25vw !important;
  }
  .col-4-logos-order {
    width: 25% !important;
  }
  .products-icons-flex,
  .async-column {
    margin: auto auto !important;
  }
  .products-banner-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .pricing-tables {
    min-height: 62.5vw !important;
  }
  .pricing-tables,
  .volume-pricing {
    min-width: 57.3vw !important;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
  }
  .custom-bullets ul li::before {
    margin-left: -2.6vw;
  }
  .about-logos {
    width: 33.3%;
  }
  .about-logos-row2 {
    width: 25% !important;
  }
  .menu-cta a {
    text-align: center !important;
    background-color: #bfbcb6 !important;
  }
  .et_mobile_menu .menu-item-843 a {
    color: #1a1a1a !important;
  }
  .menu-cta a:hover {
    background-color: #bfbcb6 !important;
    color: #1a1a1a !important;
  }
  .et_header_style_split .mobile_menu_bar,
  .et_header_style_left .mobile_menu_bar {
    z-index: 9999;
  }
  #et-top-navigation {
    padding-right: 5px;
  }
  #mobile_menu {
    display: block !important;
    min-height: 100vh;
    height: 100%;
    top: 0;
    right: 0;
    position: fixed;
    z-index: 9998;
    overflow: scroll;
    border-top: none;
    padding-top: 60px !important;
  }
  .et_mobile_menu li a {
    color: #eeeeee !important;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ddd;
    margin: 5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-transform: uppercase;
  }
  .mobile_nav ul#mobile_menu .current_page_item > a {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .mobile_nav.closed #mobile_menu {
    background: rgba(51, 51, 51, 0.9) !important;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s;
    transition: -webkit-transform 0.4s 0s;
    -o-transition: transform 0.4s 0s;
    transition: transform 0.4s 0s;
    transition: transform 0.4s 0s, -webkit-transform 0.4s 0s;
    background: rgba(51, 51, 51, 0.9) !important;
  }
  .mobile_nav.opened #mobile_menu {
    background: rgba(27, 29, 30, 0.98) !important;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s;
    transition: -webkit-transform 0.4s 0s;
    -o-transition: transform 0.4s 0s;
    transition: transform 0.4s 0s;
    transition: transform 0.4s 0s, -webkit-transform 0.4s 0s;
  }
  #main-header .container.clearfix.et_menu_container {
    width: 100%;
  }
  .mobile_menu_bar:before {
    color: #1b1d1e !important;
  }
  body.home .mobile_menu_bar:before, .page-id-60 .mobile_menu_bar:before, .page-id-13619 .mobile_menu_bar:before, .page-template-page-landing .mobile_menu_bar:before {
    color: #fff !important;
  }
  .mobile_nav.opened .mobile_menu_bar:before {
    content: "\4d";
    color: #fff !important;
    z-index: 9999;
  }
  .et_pb_section_0_tb_footer .et_pb_text {
    line-height: inherit !important;
  }
  .cta-row {
    margin-left: 0vw !important;
  }
  .et_pb_toggle_title {
    padding-right: 50px !important;
  }
  .dica_divi_carousel_1.dica_divi_carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #eee !important;
  }
  .swiper-pagination-bullet {
    padding: 1vw;
  }
  .sub-menu {
    width: 100% !important;
  }
  .sub-menu li a {
    width: 100% !important;
    padding-left: 5px !important;
  }
  .inline-footer {
    display: block;
  }
  .tos {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
  .et_pb_text_inner h1,
  .et_pb_text_inner h2,
  .et_pb_text_inner h3 {
    font-weight: 800;
    font-size: 6.5vw !important;
    line-height: 8.2vw !important;
  }
  .et_pb_text_inner h3,
  h3 {
    font-weight: 800;
    font-size: 3.9vw !important;
  }
  .et_pb_with_border.et_pb_module.et_pb_post_content.et_pb_post_content_0_tb_body.blog-post-template-1
.et-l.et-l--post
h1,
  .et_pb_with_border.et_pb_module.et_pb_post_content.et_pb_post_content_0_tb_body.blog-post-template-1
.et-l.et-l--post
h2,
  .et_pb_with_border.et_pb_module.et_pb_post_content.et_pb_post_content_0_tb_body.blog-post-template-1
.et-l.et-l--post
h3 {
    font-size: 3.13vw !important;
    line-height: 5.6vw !important;
    font-weight: 800;
  }
  h4 {
    font-weight: 800;
    font-size: 3vw !important;
    line-height: 3.9vw;
  }
  p,
  li {
    font-weight: normal;
    font-size: 2.08vw !important;
    line-height: 3.13vw;
  }
  .mobile_menu_bar:before {
    font-size: 10vw;
  }
  .footer-col-1,
  .footer-col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
  }
  .footer-col-1 {
    margin-left: -1vw;
  }
  .footer-pune {
    padding-left: 10vw;
  }
  .footer-col-3,
  .footer-col-4,
  .footer-col-5 {
    width: 31% !important;
  }
  .pricing-tables,
  .volume-pricing {
    margin-left: 10vw;
  }
  .footer-seattle,
  .footer-pune {
    line-height: 3.25vw !important;
  }
  .footer-col-4 {
    margin-left: -2vw;
  }
  .footer-col-5 {
    padding-left: 6vw;
  }
  .categories-columns {
    width: 17.5% !important;
  }
  .press-carousel .swiper-pagination {
    margin-top: 5vw;
  }
  .share-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dgbc_blog_carousel_0_tb_body .dgbc_carousel_wrapper .swiper-pagination {
    margin-top: 4vw !important;
  }
  .products-blurb .et_pb_module_header {
    padding-right: 5vw !important;
    padding-left: 5vw !important;
  }
  #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
    top: 28vw !important;
  }
  .et_first_mobile_item {
    margin-top: 2vw;
  }
  .hs-button,
  .hs_email span {
    font-size: 2.34vw !important;
  }
  .hs-button {
    margin-top: 12vw;
    display: block;
    margin: 10vw auto 0 auto;
  }
  label#label-email-34830912-c8fc-40d7-97a0-593ac971bc3e {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 3vw;
  }
}

@media only screen and (min-width: 481px) {
  #mobile_menu {
    width: 340px;
    margin-left: calc(100% - 340px);
  }
}

@media (max-width: 480px) {
  .et_pb_text_inner h1,
  .et_pb_text_inner h2 {
    font-weight: 800;
    font-size: 9.6vw !important;
    line-height: 12.8vw !important;
  }
  .et_pb_text_inner h3,
  h3 {
    font-weight: 800;
    font-size: 9.6vw !important;
    line-height: 12.8vw !important;
  }
  .et_pb_with_border.et_pb_module.et_pb_post_content.et_pb_post_content_0_tb_body.blog-post-template-1
.et-l.et-l--post
h1,
  .et_pb_with_border.et_pb_module.et_pb_post_content.et_pb_post_content_0_tb_body.blog-post-template-1
.et-l.et-l--post
h2,
  .et_pb_with_border.et_pb_module.et_pb_post_content.et_pb_post_content_0_tb_body.blog-post-template-1
.et-l.et-l--post
h3 {
    font-size: 4.8vw !important;
    line-height: 8.5vw !important;
    font-weight: 800;
  }
  h4 {
    font-size: 5.7vw !important;
    line-height: 5.6vw important;
  }
  p,
  li {
    font-weight: normal;
    font-size: 3.733vw !important;
    line-height: 5.6vw !important;
  }
  .mobile_menu_bar:before {
    font-size: 15vw;
  }
  .req-demo {
    margin-left: 0 !important;
  }
  .inline-buttons .et_pb_button_module_wrapper {
    display: block !important;
    margin-left: 0vw !important;
  }
  .yellow-button,
  .red-button,
  .req-demo,
  .get-started-button,
  .black-button,
  .et_pb_button_module_wrapper .gq_r_fixed_buttons {
    width: 64vw !important;
  }
  .et_pb_button_module_wrapper .gq_r_fixed_buttons {
    bottom: 7% !important;
  }
  .logos-order {
    width: 48% !important;
  }
  .col-4-logos-order {
    width: 48% !important;
  }
  .products-icons-flex,
  .async-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pricing-tables {
    min-height: 128vw !important;
  }
  .pricing-tables,
  .volume-pricing {
    min-width: 85.9vw !important;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
  }
  .custom-bullets ul li::before {
    margin-left: -5.3vw;
  }
  .about-logos {
    width: 100%;
  }
  .about-logos-row2 {
    width: 100% !important;
  }
  #mobile_menu {
    width: 290px;
    margin-left: calc(100% - 290px);
  }
  .pricing-tables,
  .volume-pricing {
    margin-left: -2vw;
  }
  .footer-seattle,
  .footer-pune {
    line-height: 6.66vw !important;
  }
  .dica_divi_carousel_2 .swiper-button-next:before {
    margin-left: 10vw;
  }
  .dica_divi_carousel_2 .swiper-button-prev:before {
    margin-left: -10vw;
  }
  #st-2 {
    text-align: center !important;
  }
  .et_pb_widget select {
    height: 39px;
    border: none;
  }
  .press-carousel .swiper-pagination {
    margin-top: 5vw;
  }
  .share-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .dgbc_blog_carousel_0_tb_body .dgbc_carousel_wrapper .swiper-pagination {
    margin-top: 6vw !important;
  }
  .hs-button,
  .hs_email span {
    font-size: 4.8vw !important;
  }
  .hs-button {
    margin-top: 30vw !important;
    display: block;
    margin: 0 auto;
  }
  label#label-email-34830912-c8fc-40d7-97a0-593ac971bc3e {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 5vw;
  }
}

@media only screen and (min-width: 414px) and (max-width: 479px) {
  .custom-bullets ul li::before {
    margin-top: -1vw !important;
  }
  #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
    top: 54vw !important;
  }
}

@media only screen and (min-width: 375px) and (max-width: 412px) {
  #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
    top: 60vw !important;
  }
  .custom-bullets ul li::before {
    margin-top: -1vw;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
    top: 62vw !important;
  }
}

#et-boc #team-carousel.dica_divi_carousel .dica_divi_carouselitem .dica-image-container img,
#team-carousel.dica_divi_carousel .dica_divi_carouselitem .dica-image-container img {
  width: 300px;
  margin: 0 auto;
}

.single-post .et-l--post td,
.single-post .et-l--post th {
  font-weight: normal;
  font-size: 1.112vw;
  line-height: 1.667vw;
  vertical-align: top;
  padding: 0 1vw 1vw 0;
}

.single-post .et-l--post th {
  font-weight: bold;
}

.single-post .et-l--post li {
  font-weight: 400;
  padding-bottom: 0.5vw;
}

.single-post .et-l--post table.instructions th {
  width: 40%;
}

.single-post .et-l--post table.instructions th.col1 {
  width: 20%;
}

@media only screen and (max-width: 980px) {
  .single-post .et-l--post td,
  .single-post .et-l--post th {
    font-size: 2.08vw;
    line-height: 3.13vw;
  }
}

@media only screen and (max-width: 767px) {
  .single-post .et-l--post td,
  .single-post .et-l--post th {
    font-size: 3.73vw;
    line-height: 5.6vw;
  }
}

.single-post .et-l--post .et_pb_button {
  color: #ffffff !important;
  border-width: 0px !important;
  border-radius: 0px;
  font-size: 17px;
  font-weight: 700 !important;
  background-color: #000000;
  padding-top: 9px !important;
  padding-right: 3vw !important;
  padding-bottom: 9px !important;
  padding-left: 3vw !important;
  margin-top: 3vw !important;
  margin-bottom: 1vw !important;
}

.single-post .et-l--post .et_pb_button:after {
  font-size: inherit;
  position: relative;
  display: inline;
  font-weight: bold;
  line-height: inherit;
}

.single-post .et-l--post h2,
.single-post .et-l--post h3 {
  margin: 1em 0;
  padding: 0;
}

.single-post .et-l--post h3 {
  font-size: 1.33em !important;
}

.single-post .et-l--post p,
.single-post .et-l--post ul,
.single-post .et-l--post ol {
  margin: 0 0 1em;
  padding: 0;
}

.single-post .et-l--post .my-syntax-highlighter {
  padding: 0 0.5em 1em;
}

.single-post .et-l--post ol li,
.single-post .et-l--post ul li {
  padding: 0 0 0.5em;
}

.single-post .et-l--post ul li {
  margin-left: 40px;
}

.single-post .et-l--post p img {
  display: block;
  padding: 0.5em 0;
}

/*.single-post .et-l--post img*/
.single-post .et-l--post #author-publishdate,
.single-post .et-l--post #author-publishdate p {
  font-weight: 800;
  font-size: 1.5em;
  line-height: 1.333;
  width: 100%;
  max-width: 100%;
}

.single-post .et-l--post pre {
  overflow: initial;
  padding: 0;
}

.single-post .et-l--post pre code {
  background-color: #272822;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0.5em;
  padding: 1em;
  color: #f8f8f2;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.75;
  display: block;
  margin: 0em 0em;
  overflow: auto;
}

@media (min-width: 768px) {
  .single-post .et-l--post pre code {
    margin: 0em 4em;
    border-radius: 4em;
    padding: 4em;
  }
}

.single-post .et_pb_title_container h1 {
  padding-top: 1.5em;
}

.single-post .et-l--post #author-publishdate p {
  padding: 7px 0 0;
}

.single-post .et-l--post #author-publishdate * {
  font-size: inherit !important;
}

.et_pb_column_1 {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.et_pb_column_1 .et_pb_text_1 {
  margin: 6px 0 !important;
  font-size: 1.5em;
}

@media only screen and (min-width: 981px) {
  .single-post .et-l--post #author-publishdate br {
    display: inline;
    content: "";
  }
  .single-post .et-l--post #author-publishdate br:after {
    content: ", ";
  }
}

.single-post .et-l--post #post-summary p,
.single-post .et-l--post #post-summary li {
  /* font-size:1.33vw; 
	font-weight:300 !important; */
  font-style: italic !important;
  margin: 0 0 1em !important;
  line-height: 1.5;
}

.single-post .et-l--post #post-summary {
  border-bottom: 2px solid #1a1a1a;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
}

.single-post .et-l--post ol li,
.single-post .et-l--post ul li {
  font-size: 1.112vw;
}

@media only screen and (max-width: 768px) {
  .single-post .et-l--post #post-summary,
  .single-post .et-l--post #post-summary p,
  .single-post .et-l--post p,
  .single-post .et-l--post li,
  .single-post .et-l--post ol li,
  .single-post .et-l--post ul li {
    font-size: 4vw;
    line-height: 1.5;
  }
  .single-post .et-l--post h3,
  .single-post
.et_pb_with_border.et_pb_module.et_pb_post_content.et_pb_post_content_0_tb_body.blog-post-template-1
.et-l.et-l--post
h1,
  .single-post
.et_pb_with_border.et_pb_module.et_pb_post_content.et_pb_post_content_0_tb_body.blog-post-template-1
.et-l.et-l--post
h2,
  .single-post
.et_pb_with_border.et_pb_module.et_pb_post_content.et_pb_post_content_0_tb_body.blog-post-template-1
.et-l.et-l--post
h3 {
    font-size: 4.5vw !important;
    line-height: 1.5 !important;
  }
}

@media only screen and (max-width: 980px) and (min-width: 768px) {
  .single-post .et-l--post #post-summary,
  .single-post .et-l--post #post-summary p,
  .single-post .et-l--post #post-summary li,
  .single-post .et-l--post ol li,
  .single-post .et-l--post ul li {
    font-size: 2.4vw;
  }
}

@media (min-width: 981px) {
  .single-post .et_pb_section {
    padding: 4% 0;
  }
}

@media only screen and (min-width: 1800px) {
  .single-post .et_pb_section {
    padding: 72px 0;
  }
}

.et-l--body div#categories-4 {
  float: none;
  margin: 3vw auto 0;
}

.et-l--body div#categories-4 select#cat {
  background-color: #ffffff;
  padding-top: 0.715em !important;
  padding-right: 0.715em !important;
  padding-bottom: 0.715em !important;
  padding-left: 0.715em !important;
  height: auto;
  min-height: 0;
  color: #666;
  border: 0 none;
  border-radius: 3px;
  font-size: 14px;
}

.et-l--body div#categories-4 select#cat option {
  padding: 0;
}

.et-l--body .et_pb_row_5_tb_body.blog-categories-dropdown {
  max-width: 100% !important;
  width: 100% !important;
}

@media only screen and (max-width: 980px) {
  .et-l--body div#categories-4 {
    max-width: 50%;
    width: 50%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .et-l--body div#categories-4 {
    max-width: 85%;
    width: 85%;
  }
}

.et_pb_row.search-the-blog {
  padding-bottom: 3vw !important;
}

ul.et_pb_social_media_follow > div,
ul.et_pb_social_media_follow > div div.et_pb_module_inner {
  display: inline !important;
  margin: 0 !important;
}

ul.et_pb_social_media_follow li {
  margin-right: 0.3vw !important;
}

.contact-description ul li {
  text-align: left;
}

.contact-description ul {
  margin: 0 auto;
  display: inline-block;
}

.et-l--post ol.alpha-lower {
  list-style: lower-alpha;
  margin-left: 0;
  padding-left: 0;
}

.et-l--post ol.alpha-lower li {
  margin-left: 0;
  padding-left: 0;
  list-style-position: inside;
}

.et-l--post ol.roman-lower {
  list-style: lower-roman;
  list-style-position: inside;
}

.et-l--post ol li,
.et-l--post ul li {
  font-size: 1.112vw;
  padding-bottom: 1.112vw;
  font-weight: 400;
  line-height: 2.01vw;
}

.et-l--post table,
.et-l--post td,
.et-l--post th {
  font-size: 1.112vw;
}

.et-l--post table,
.et-l--post td {
  font-weight: 400;
}

.et-l--post ol ol.alpha-lower,
.et-l--post ol ul {
  padding: 2px 0 2px 35px;
}

#home-toolkit ul, #toolkit ul {
  padding: 23px 1.75em;
  line-height: 1em;
}

#home-toolkit ul li, #toolkit ul li {
  padding-bottom: 0;
}

#home-toolkit, #toolkit {
  overflow-x: hidden;
}

.et-l--post img.size-full,
.et-l--post img.third-width, .et-l--post picture.size-full,
.et-l--post picture.third-width {
  height: auto;
  width: 33%;
}

.et-l--post img.half-width, .et-l--post picture.half-width {
  height: auto;
  width: 50%;
}

.et-l--post img.max-width, .et-l--post picture.max-width {
  height: auto;
  width: 100%;
}

.et-l--post img.max-width-1024, .et-l--post picture.max-width-1024 {
  height: auto;
  width: 100%;
  max-width: 1024px;
}

.et-l--post img.quarter-width, .et-l--post picture.quarter-width {
  height: auto;
  width: 25%;
}

.et-l--post img.three-quarter-width, .et-l--post picture.three-quarter-width {
  height: auto;
  width: 75%;
}

.et-l--post picture.size-full img,
.et-l--post picture.third-width img,
.et-l--post picture.half-width img,
.et-l--post picture.max-width img,
.et-l--post picture.max-width-1024 img,
.et-l--post picture.quarter-width img,
.et-l--post picture.three-quarter-width img {
  margin: 0 auto;
}

.et-l--post table.borders {
  border-collapse: collapse;
  border: 1px solid #555;
}

.et-l--post table.borders td {
  border-collapse: collapse;
  border: 1px solid #555;
  padding: 10px !important;
}

@media only screen and (max-width: 767px) {
  .et-l--post img.third-width,
  .et-l--post img.half-width,
  .et-l--post img.quarter-width,
  .et-l--post img.max-width,
  .et-l--post picture.third-width,
  .et-l--post picture.half-width,
  .et-l--post picture.quarter-width,
  .et-l--post picture.max-width {
    height: auto;
    width: 100%;
  }
}

/* .logos */
body.home .et_pb_section_0,
.page-id-60 .et_pb_section_0,
.page-id-13619 .et_pb_section_0,
.page-template-page-landing .et_pb_section_0 {
  background: #1a1a1a;
}

body.home #top-menu a,
.page-id-60 #top-menu a,
.page-id-13619 #top-menu a,
.page-template-page-landing #top-menu a {
  color: #fff;
}

body.home #logo,
.page-id-60 #logo,
.page-id-13619 #logo,
.page-template-page-landing #logo {
 /* background: url(/wp-content/uploads/2021/02/Symbl-Logo-1-white.svg) no-repeat;
 display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 180px;
  width: 180px;
  height: 40px;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  background-size: 100% auto; */
}

body.home .et-fixed-header #logo,
.page-id-60 .et-fixed-header #logo,
.page-id-13619 .et-fixed-header #logo,
.page-template-page-landing .et-fixed-header #logo {
/*  background: transparent;
  padding-left: initial;
  width: initial;
  height: initial;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; */
}

body.home #main-header .nav li ul,
.page-id-60 #main-header .nav li ul,
.page-id-13619 #main-header .nav li ul,
.page-template-page-landing #main-header .nav li ul {
  background-color: #1a1a1a;
}

body.home #main-header.et-fixed-header .nav li ul,
.page-id-60 #main-header.et-fixed-header .nav li ul,
.page-id-13619 #main-header.et-fixed-header .nav li ul,
.page-template-page-landing #main-header.et-fixed-header .nav li ul {
  background-color: #bfbcb6;
}

body.home #main-header #top-menu li a:before, body.home #main-header .blog-menu.et_pb_text > :last-child:before,
.page-id-60 #main-header #top-menu li a:before,
.page-id-60 #main-header .blog-menu.et_pb_text > :last-child:before,
.page-id-13619 #main-header #top-menu li a:before,
.page-id-13619 #main-header .blog-menu.et_pb_text > :last-child:before,
.page-template-page-landing #main-header #top-menu li a:before,
.page-template-page-landing #main-header .blog-menu.et_pb_text > :last-child:before {
  background-color: #fff;
}

body.home #main-header.et-fixed-header #top-menu li a:before, body.home #main-header.et-fixed-header .blog-menu.et_pb_text > :last-child:before,
.page-id-60 #main-header.et-fixed-header #top-menu li a:before,
.page-id-60 #main-header.et-fixed-header .blog-menu.et_pb_text > :last-child:before,
.page-id-13619 #main-header.et-fixed-header #top-menu li a:before,
.page-id-13619 #main-header.et-fixed-header .blog-menu.et_pb_text > :last-child:before,
.page-template-page-landing #main-header.et-fixed-header #top-menu li a:before,
.page-template-page-landing #main-header.et-fixed-header .blog-menu.et_pb_text > :last-child:before {
  background-color: #1a1a1a;
}

body.home .menu-cta a,
.page-id-60 .menu-cta a,
.page-id-13619 .menu-cta a,
.page-template-page-landing .menu-cta a {
  background-color: #e3a019 !important;
}

body.home .menu-cta a:hover,
.page-id-60 .menu-cta a:hover,
.page-id-13619 .menu-cta a:hover,
.page-template-page-landing .menu-cta a:hover {
  background-color: #f0b030 !important;
}

body.home #home-hero h1,
body.home #home-hero p,
.page-id-60 #home-hero h1,
.page-id-60 #home-hero p,
.page-id-13619 #home-hero h1,
.page-id-13619 #home-hero p,
.page-template-page-landing #home-hero h1,
.page-template-page-landing #home-hero p {
  color: #fff;
}

@media (min-width: 980.1px) {
  .page-id-13619 #pricing-hero {
    height: 40vw;
  }
}

.page-id-13619 #pricing-hero #hero-text {
  margin: 0 !important;
}

@media (min-width: 980.1px) {
  .page-id-13619 #pricing-hero #hero-text {
    margin: 2vw 0 1em !important;
  }
}

@media (min-width: 1280px) {
  .page-id-13619 #pricing-hero #hero-text {
    margin: 8vw 0 1em !important;
  }
}

.page-id-13619 #pricing-hero #hero-text h1 {
  color: #e3a019;
  font-size: 1.85em !important;
  text-align: left;
}

.page-id-13619 #pricing-hero #hero-text p {
  color: #fff;
  font-size: 1rem;
  text-align: left;
}

@media (min-width: 980.1px) {
  .page-id-13619 #pricing-hero #hero-text h1 {
    font-size: 40px !important;
  }
  .page-id-13619 #pricing-hero #hero-text p {
    font-size: 24px;
  }
}

.page-id-13619 #pricing-hero #hero-text + .et_pb_button_module_wrapper {
  margin-bottom: 0 !important;
}

@media (min-width: 980.1px) {
  .page-id-13619 #pricing-hero #hero-text + .et_pb_button_module_wrapper {
    margin-bottom: 2vw !important;
  }
}

@media (min-width: 1280px) {
  .page-id-13619 #pricing-hero #hero-text + .et_pb_button_module_wrapper {
    margin-bottom: 8vw !important;
  }
}

.page-id-13619 #pricing-hero .et_pb_image .et_pb_image_wrap {
  max-width: 90%;
}

.page-id-13619 #pricing-hero .et_pb_image_0 {
  position: absolute !important;
}

@media (max-width: 980px) {
  .page-id-13619 #pricing-hero .et_pb_image_0 {
    position: relative !important;
    width: 50%;
  }
}

.page-id-13619 #pricing-model .et_pb_column {
  border-left: 2px solid #1a1a1a;
  padding: 0.5vw 4vw;
  margin: 0 0 1vw 0 !important;
  width: 33.3%;
}

@media (max-width: 990px) {
  .page-id-13619 #pricing-model .et_pb_column {
    margin: 0 0 8vw 0 !important;
  }
}

.page-id-13619 #pricing-model .et_pb_text_inner h3, .page-id-13619 #pricing-model h3 {
  font-weight: 700;
  font-size: 2rem !important;
  line-height: 1.85em;
  background-color: #fff;
  display: inline;
  white-space: pre-wrap;
  padding: 0.25em 0 0;
  -webkit-box-shadow: -0.25em 0 0 #ffffff;
  box-shadow: -0.25em 0 0 #ffffff;
  overflow-wrap: normal;
}

@media (max-width: 990px) {
  .page-id-13619 #pricing-model .et_pb_text_inner h3, .page-id-13619 #pricing-model h3 {
    padding: 0 0 0;
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
  }
}

.page-id-13619 #pricing-model .et_pb_text_inner h4, .page-id-13619 #pricing-model h4 {
  font-weight: 400;
  font-size: 1.5rem !important;
  line-height: 1.25;
}

@media (max-width: 990px) {
  .page-id-13619 #pricing-model .et_pb_text_inner h4, .page-id-13619 #pricing-model h4 {
    padding-top: 1vw;
  }
}

.page-id-13619 #pricing-model .et_pb_text_inner p, .page-id-13619 #pricing-model p {
  font-weight: bold;
  font-size: 1rem !important;
}

@media (max-width: 990px) {
  .page-id-13619 #pricing-model .et_pb_text_inner p, .page-id-13619 #pricing-model p {
    padding-top: 1vw;
  }
}

.page-id-13619 #pricing-tables .et_pb_column {
  border: 1px solid #1a1a1a;
  border-bottom: 0 none;
  text-align: center;
}

.page-id-13619 #pricing-tables .et_pb_column .et_pb_module.et_pb_text {
  border-bottom: 1px solid #1a1a1a;
  margin: 0;
}

.page-id-13619 #pricing-tables .et_pb_column .et_pb_module.et_pb_text:first-child {
  background-size: auto 80%;
  border-bottom: 0 none;
}

.page-id-13619 #pricing-tables .et_pb_column .et_pb_text_inner h3, .page-id-13619 #pricing-tables .et_pb_column h3 {
  font-size: 1.5rem !important;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: 300;
  padding: 2vw;
}

.page-id-13619 #pricing-tables .et_pb_column .et_pb_text_inner p, .page-id-13619 #pricing-tables .et_pb_column p {
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 1vw;
  font-size: 1.125em;
}

.page-id-13619 #pricing-tables a {
  color: #43822C;
}

.page-id-13619 #pricing-tables a:hover {
  text-decoration: underline;
}

@media (max-width: 660px) {
  .page-id-13619 #pricing-cta-1 a.et_pb_button {
    width: 90%;
    display: block;
    margin: auto;
  }
}

.page-id-13619 #capabilities .heading h2 {
  font-size: 2.5rem !important;
  color: #C0BCB7;
  line-height: 1.5;
  text-align: center;
  padding: 0;
}

@media (min-width: 660px) {
  .page-id-13619 #capabilities .heading h2 {
    padding: 0 15%;
  }
}

.page-id-13619 #capabilities .shadow-boxes {
  display: none;
}

.page-id-13619 #capabilities .et_pb_button.expander-button {
  color: #000 !important;
  font-weight: 300 !important;
  font-size: 1.25rem !important;
  margin: 0 auto;
  display: block;
  text-align: center;
  background-color: transparent;
  border: 0 none !important;
  padding-bottom: 30px !important;
  background: center bottom url(img/arrow-down.svg) no-repeat;
}

.page-id-13619 #capabilities .et_pb_button.expander-button:hover {
  background: center bottom url(img/arrow-down.svg) no-repeat;
}

.page-id-13619 #capabilities .et_pb_button.expander-button.open {
  background: center bottom url(img/arrow-up.svg) no-repeat;
}

.page-id-13619 #capabilities .et_pb_button.expander-button.open:hover {
  background: center bottom url(img/arrow-up.svg) no-repeat;
}

.page-id-13619 #capabilities .blue .et_pb_button.expander-button {
  color: #106BAE !important;
}

.page-id-13619 #capabilities .green .et_pb_button.expander-button {
  color: #43822C !important;
}

.page-id-13619 #capabilities .orange .et_pb_button.expander-button {
  color: #E3A020 !important;
}

.page-id-13619 #capabilities .red .et_pb_button.expander-button {
  color: #C1272E !important;
}

.page-id-13619 .row-heading {
  padding: 4% 2% 2%;
}

@media (min-width: 660px) {
  .page-id-13619 .row-heading {
    padding: 4% 20% 2%;
  }
}

.page-id-13619 .row-heading h3 {
  font-size: 2rem !important;
  line-height: 1.5;
  font-weight: bold;
}

.page-id-13619 .row-heading h4 {
  font-size: 1.75rem !important;
  line-height: 1.5;
  font-weight: 300;
}

.page-id-13619 .row-heading.blue h3 {
  color: #106BAE;
}

.page-id-13619 .row-heading.green h3 {
  color: #43822C;
}

.page-id-13619 .row-heading.orange h3 {
  color: #E3A020;
}

.page-id-13619 .row-heading.red h3 {
  color: #C1272E;
}

.page-id-13619 .shadow-boxes {
  padding: 0;
}

@media (min-width: 768px) {
  .page-id-13619 .shadow-boxes {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 480px) {
  .page-id-13619 .shadow-boxes {
    margin-left: 5%;
  }
}

.page-id-13619 .shadow-boxes .et_pb_column {
  background: #fff;
  margin: 1%;
  -webkit-box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2%;
}

.page-id-13619 .shadow-boxes .et_pb_column.et_pb_column_1_4 {
  width: 94%;
  margin: 1% 3%;
}

@media (min-width: 768px) {
  .page-id-13619 .shadow-boxes .et_pb_column.et_pb_column_1_4 {
    width: 48%;
    margin: 1%;
  }
}

@media (min-width: 980px) {
  .page-id-13619 .shadow-boxes .et_pb_column.et_pb_column_1_4 {
    width: 25%;
  }
}

.page-id-13619 .shadow-boxes .et_pb_column.et_pb_column_1_2 {
  width: 94%;
  margin: 1% 3%;
}

@media (min-width: 768px) {
  .page-id-13619 .shadow-boxes .et_pb_column.et_pb_column_1_2 {
    margin: 1%;
  }
}

@media (min-width: 980px) {
  .page-id-13619 .shadow-boxes .et_pb_column.et_pb_column_1_2 {
    width: 50%;
  }
}

.page-id-13619 .shadow-boxes .et_pb_column p {
  font-weight: 500;
  font-size: 1.25rem;
  text-align: center;
}

.page-id-13619 .shadow-boxes.blue .et_pb_column {
  -webkit-box-shadow: 2px 2px 10px 3px rgba(16, 107, 174, 0.5);
  box-shadow: 2px 2px 10px 3px rgba(16, 107, 174, 0.5);
}

.page-id-13619 .shadow-boxes.green .et_pb_column {
  -webkit-box-shadow: 2px 2px 10px 3px rgba(67, 130, 44, 0.5);
  box-shadow: 2px 2px 10px 3px rgba(67, 130, 44, 0.5);
}

.page-id-13619 .shadow-boxes.orange .et_pb_column {
  -webkit-box-shadow: 2px 2px 10px 3px rgba(227, 160, 32, 0.5);
  box-shadow: 2px 2px 10px 3px rgba(227, 160, 32, 0.5);
}

.page-id-13619 .shadow-boxes.red .et_pb_column {
  -webkit-box-shadow: 2px 2px 10px 3px rgba(193, 39, 46, 0.5);
  box-shadow: 2px 2px 10px 3px rgba(193, 39, 46, 0.5);
}

.page-id-13619 #tools-and-services .heading {
  max-width: 100%;
  width: 100%;
  position: relative;
  padding: 100px 0;
  margin-bottom: 100px;
}

@media (min-width: 660px) {
  .page-id-13619 #tools-and-services .heading {
    padding: 30px 0;
  }
}

.page-id-13619 #tools-and-services .heading h2 {
  font-size: 2rem !important;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

.page-id-13619 #tools-and-services .heading .et_pb_column {
  margin: 0 !important;
  width: 27.5%;
}

.page-id-13619 #tools-and-services .heading .et_pb_column.middle {
  width: 45%;
}

.page-id-13619 #tools-and-services .heading .et_pb_module.et_pb_image {
  position: absolute;
}

@media (min-width: 660px) {
  .page-id-13619 #tools-and-services .heading .et_pb_module.et_pb_image {
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
  }
}

.page-id-13619 #tools-and-services .heading .et_pb_module.et_pb_image.et_pb_image_1 {
  float: left;
  left: 0;
  width: 160px;
}

@media (min-width: 660px) {
  .page-id-13619 #tools-and-services .heading .et_pb_module.et_pb_image.et_pb_image_1 {
    width: auto;
  }
}

.page-id-13619 #tools-and-services .heading .et_pb_module.et_pb_image.et_pb_image_1 span.et_pb_image_wrap {
  -webkit-transform: translateY(-180px);
  -ms-transform: translateY(-180px);
  transform: translateY(-180px);
}

@media (min-width: 660px) {
  .page-id-13619 #tools-and-services .heading .et_pb_module.et_pb_image.et_pb_image_1 span.et_pb_image_wrap {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

.page-id-13619 #tools-and-services .heading .et_pb_module.et_pb_image.et_pb_image_2 {
  float: right;
  right: 0;
  width: 160px;
  overflow: hidden;
}

@media (min-width: 660px) {
  .page-id-13619 #tools-and-services .heading .et_pb_module.et_pb_image.et_pb_image_2 {
    width: auto;
  }
}

@media (min-width: 660px) {
  .page-id-13619 #tools-and-services .heading .et_pb_module.et_pb_image.et_pb_image_2 span.et_pb_image_wrap {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
}

.page-id-13619 #our-clients h2 {
  text-transform: uppercase;
  font-size: 1.75rem !important;
}

.page-id-13619 #our-clients .et_pb_image_wrap img {
  max-width: 150px;
}

@media (max-width: 660px) {
  .page-id-13619 #our-clients .et_pb_gutters1 {
    padding: 0 !important;
  }
  .page-id-13619 #our-clients .et_pb_gutters1 .about-logos {
    padding: 10px !important;
    width: 200px;
    margin: 0 auto !important;
    display: block;
    float: none;
  }
  .page-id-13619 #our-clients .et_pb_gutters1 .about-logos .et_pb_image {
    padding: 0 !important;
  }
}

.page-id-13619 #bottom-cta .et_pb_text_inner h2, .page-id-13619 #bottom-cta h2 {
  font-size: 2rem !important;
}

.page-id-13619 #bottom-cta .et_pb_text_inner p, .page-id-13619 #bottom-cta p {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}

.page-id-13619 #bottom-cta .et_pb_text_inner p a, .page-id-13619 #bottom-cta p a {
  color: #e3a019;
  text-decoration: underline;
}

.page-id-13619 #bottom-cta .et_pb_button_2 {
  width: 90% !important;
}

@media (min-width: 768px) {
  .page-id-13619 #bottom-cta .et_pb_button_2 {
    max-width: 300px;
  }
}

.page-id-13619 div#pricing-model:after, .page-id-13619 div#pricing-cta-1:after, .page-id-13619 div#tools-and-services:after, .page-id-13619 div#tools-and-services .heading:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  position: absolute;
  bottom: -40px;
  left: 50%;
  z-index: 2;
  margin-left: -40px;
}

.page-id-13619 div#pricing-model:after {
  border-top: 40px solid #e3a019;
}

.page-id-13619 div#pricing-cta-1:after, .page-id-13619 div#tools-and-services .heading:before {
  border-top: 40px solid #1a1a1a;
}

.page-id-13619 div#tools-and-services:after {
  border-top: 40px solid #fff;
}

body.home .logos-order .et_pb_image img,
.page-id-60 .logos-order .et_pb_image img {
  height: auto;
  width: auto;
  margin: 0 auto;
  display: block;
}

body.home .et_pb_column_19 .et_pb_image,
.page-id-60 .et_pb_column_19 .et_pb_image {
  width: 25%;
  vertical-align: middle;
  text-align: center;
}

body.home #first-logos,
.page-id-60 #first-logos {
  border-bottom: 6px solid #8c8c8c;
  padding: 0;
  display: block;
  text-align: center;
}

body.home #first-logos .et_pb_row_1.et_pb_row,
.page-id-60 #first-logos .et_pb_row_1.et_pb_row {
  padding: 1vw 2vw !important;
  display: block;
  text-align: center;
}

body.home #first-logos .et_pb_column.logos-order,
.page-id-60 #first-logos .et_pb_column.logos-order {
  display: inline-block !important;
  vertical-align: middle !important;
  float: none !important;
  padding: 4%;
  margin: auto !important;
  width: auto;
}

@media (min-width: 768px) {
  body.home #first-logos .et_pb_column.logos-order,
  .page-id-60 #first-logos .et_pb_column.logos-order {
    padding: 2% 2%;
    width: 25%;
  }
}

@media (min-width: 1280px) {
  body.home #first-logos .et_pb_column.logos-order,
  .page-id-60 #first-logos .et_pb_column.logos-order {
    width: 16%;
  }
}

body.home #first-logos .et_pb_column.logos-order .et_pb_image,
.page-id-60 #first-logos .et_pb_column.logos-order .et_pb_image {
  text-align: center;
}

body.home #first-logos .et_pb_column.logos-order .et_pb_image img,
.page-id-60 #first-logos .et_pb_column.logos-order .et_pb_image img {
  max-width: 135px;
  padding: 5% 10%;
  display: inline-block !important;
}

@media (min-width: 768px) {
  body.home #first-logos .et_pb_column.logos-order .et_pb_image img,
  .page-id-60 #first-logos .et_pb_column.logos-order .et_pb_image img {
    padding: 0;
  }
}

body.home #first-logos .et_pb_column.logos-order .et_pb_image .et_pb_image_wrap,
.page-id-60 #first-logos .et_pb_column.logos-order .et_pb_image .et_pb_image_wrap {
  display: inline-block !important;
}

body.home #build-with-symbl,
.page-id-60 #build-with-symbl {
  /* #build-with-symbl .et_pb_column h4{
			height: 3.5em;
			padding-right:30%;
		 } */
  border-bottom: 6px solid #0E6BAE;
}

body.home #build-with-symbl .et_pb_text_3 h2,
.page-id-60 #build-with-symbl .et_pb_text_3 h2 {
  padding-bottom: 0.7em;
}

@media (min-width: 768px) {
  body.home #build-with-symbl .et_pb_text_3,
  .page-id-60 #build-with-symbl .et_pb_text_3 {
    max-width: 60%;
  }
}

body.home #build-with-symbl .et_pb_main_blurb_image,
.page-id-60 #build-with-symbl .et_pb_main_blurb_image {
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 2.5em;
}

body.home #build-with-symbl .et_pb_blurb .et_pb_image_wrap,
.page-id-60 #build-with-symbl .et_pb_blurb .et_pb_image_wrap {
  margin: 0 auto;
  padding: 0 5%;
}

body.home #build-with-symbl .et_pb_module_header,
.page-id-60 #build-with-symbl .et_pb_module_header {
  padding: 0 0 1em;
}

body.home #build-with-symbl .et_pb_blurb_description,
.page-id-60 #build-with-symbl .et_pb_blurb_description {
  padding: 0 0 2em;
}

body.home #build-with-symbl .view-docs,
.page-id-60 #build-with-symbl .view-docs {
  position: absolute;
  bottom: 0;
}

body.home #made-for-developers,
.page-id-60 #made-for-developers {
  border-bottom: 6px solid #42822C;
  text-align: center;
  background-color: #c4c4c4;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
}

body.home #made-for-developers div.code-toolbar > .toolbar,
.page-id-60 #made-for-developers div.code-toolbar > .toolbar {
  top: 2em;
  right: 2em;
}

body.home #made-for-developers .et_pb_module.et_pb_text.et_pb_text_4 .et_pb_text_inner > *,
.page-id-60 #made-for-developers .et_pb_module.et_pb_text.et_pb_text_4 .et_pb_text_inner > * {
  text-align: center;
}

body.home #made-for-developers .et_pb_tabs,
.page-id-60 #made-for-developers .et_pb_tabs {
  border: 0 none;
}

body.home #made-for-developers .et_pb_tabs li,
.page-id-60 #made-for-developers .et_pb_tabs li {
  background-color: transparent;
  font-size: 1.8em;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  margin: 0 2% 2%;
  border: 0 none;
  float: none;
  height: auto !important;
  padding: 0;
}

body.home #made-for-developers .et_pb_tabs li a,
.page-id-60 #made-for-developers .et_pb_tabs li a {
  color: #1a1a1a !important;
  display: inline-block;
  padding: 0.1em 0.4em;
}

@media (min-width: 768px) {
  body.home #made-for-developers .et_pb_tabs li a,
  .page-id-60 #made-for-developers .et_pb_tabs li a {
    font-size: 1.25vw;
    font-weight: 700 !important;
    padding-top: 8px !important;
    padding-right: 3.4vw !important;
    padding-bottom: 8px !important;
    padding-left: 3.4vw !important;
  }
}

body.home #made-for-developers .et_pb_tabs li.et_pb_tab_active,
.page-id-60 #made-for-developers .et_pb_tabs li.et_pb_tab_active {
  background-color: #eee;
}

body.home #made-for-developers ul.et_pb_tabs_controls,
.page-id-60 #made-for-developers ul.et_pb_tabs_controls {
  float: none;
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  height: auto;
  text-align: center;
  background-color: transparent;
}

@media (min-width: 768px) {
  body.home #made-for-developers ul.et_pb_tabs_controls,
  .page-id-60 #made-for-developers ul.et_pb_tabs_controls {
    width: 600px !important;
  }
}

body.home #made-for-developers ul.et_pb_tabs_controls:after,
.page-id-60 #made-for-developers ul.et_pb_tabs_controls:after {
  display: none;
}

body.home #made-for-developers div.code-toolbar,
.page-id-60 #made-for-developers div.code-toolbar {
  clear: both;
}

body.home #made-for-developers .et_pb_all_tabs,
.page-id-60 #made-for-developers .et_pb_all_tabs {
  background-color: transparent;
  border: 0 none;
  margin: 0 auto;
  max-width: 960px;
}

body.home #made-for-developers .et_pb_all_tabs pre[class*="language-"],
.page-id-60 #made-for-developers .et_pb_all_tabs pre[class*="language-"] {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4em;
  padding: 4em;
}

@media (min-width: 768px) {
  body.home #made-for-developers .et_pb_all_tabs pre[class*="language-"],
  .page-id-60 #made-for-developers .et_pb_all_tabs pre[class*="language-"] {
    max-height: 560px;
  }
}

body.home #made-for-developers .et_pb_all_tabs .et_pb_tab,
.page-id-60 #made-for-developers .et_pb_all_tabs .et_pb_tab {
  padding: 0;
}

body.home #made-for-developers pre.language-js::-webkit-scrollbar,
.page-id-60 #made-for-developers pre.language-js::-webkit-scrollbar {
  display: none;
}

body.home #made-for-developers pre.language-js,
.page-id-60 #made-for-developers pre.language-js {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

body.home #partners .logos-order,
.page-id-60 #partners .logos-order {
  text-align: center;
  width: 100% !important;
}

body.home #partners .logos-order .et_pb_image,
.page-id-60 #partners .logos-order .et_pb_image {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  padding: 0 2%;
  margin-bottom: 4%;
}

body.home #partners .logos-order .et_pb_image img,
.page-id-60 #partners .logos-order .et_pb_image img {
  max-width: 135px;
  width: auto;
  height: auto;
}

@media (min-width: 480px) {
  body.home #partners .logos-order .et_pb_image,
  .page-id-60 #partners .logos-order .et_pb_image {
    width: 20%;
    padding: 0 2%;
    margin-bottom: 4%;
  }
}

body.home #toolkit .et_pb_button.et_pb_button_5.black-button.et_pb_bg_layout_light,
.page-id-60 #toolkit .et_pb_button.et_pb_button_5.black-button.et_pb_bg_layout_light {
  background-color: transparent;
  padding: 0 0 0.5vw !important;
  text-transform: uppercase;
  border: 0 none;
  border-bottom: 2px solid #fff !important;
}

body.home #toolkit .et_pb_button.et_pb_button_5.black-button.et_pb_bg_layout_light:hover,
.page-id-60 #toolkit .et_pb_button.et_pb_button_5.black-button.et_pb_bg_layout_light:hover {
  border-bottom: 2px solid #000 !important;
}

body.home #toolkit .et_pb_button.et_pb_button_5.black-button.et_pb_bg_layout_light:hover:after,
.page-id-60 #toolkit .et_pb_button.et_pb_button_5.black-button.et_pb_bg_layout_light:hover:after {
  color: #000;
}

body.home #toolkit .et_pb_button.et_pb_button_5.black-button.et_pb_bg_layout_light::after,
.page-id-60 #toolkit .et_pb_button.et_pb_button_5.black-button.et_pb_bg_layout_light::after {
  position: relative;
  vertical-align: bottom;
}

body.home #integration,
.page-id-60 #integration,
.page-id-223 #integration {
  border-bottom: 6px solid #C1272D;
}

body.home #integration .et_pb_row.other-logos,
.page-id-60 #integration .et_pb_row.other-logos,
.page-id-223 #integration .et_pb_row.other-logos {
  display: none;
}

body.home #integration .first-logo-row,
.page-id-60 #integration .first-logo-row,
.page-id-223 #integration .first-logo-row {
  padding-bottom: 0 !important;
}

body.home #integration .logos-order,
.page-id-60 #integration .logos-order,
.page-id-223 #integration .logos-order {
  text-align: center;
  width: 100% !important;
}

body.home #integration .logos-order .et_pb_image.logos-big-screen,
.page-id-60 #integration .logos-order .et_pb_image.logos-big-screen,
.page-id-223 #integration .logos-order .et_pb_image.logos-big-screen {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  padding: 0 2%;
  margin-bottom: 4%;
}

body.home #integration .logos-order .et_pb_image.logos-big-screen img,
.page-id-60 #integration .logos-order .et_pb_image.logos-big-screen img,
.page-id-223 #integration .logos-order .et_pb_image.logos-big-screen img {
  max-width: 135px;
  width: auto;
  height: auto;
}

body.home #integration .logos-order .et_pb_image.logos-big-screen.ultrawide img,
.page-id-60 #integration .logos-order .et_pb_image.logos-big-screen.ultrawide img,
.page-id-223 #integration .logos-order .et_pb_image.logos-big-screen.ultrawide img {
  max-width: 100%;
}

@media (min-width: 1024px) {
  body.home #integration .logos-order .et_pb_image.logos-big-screen.ultrawide,
  .page-id-60 #integration .logos-order .et_pb_image.logos-big-screen.ultrawide,
  .page-id-223 #integration .logos-order .et_pb_image.logos-big-screen.ultrawide {
    width: 28%;
  }
}

@media (min-width: 1600px) {
  body.home #integration .logos-order .et_pb_image.logos-big-screen.ultrawide,
  .page-id-60 #integration .logos-order .et_pb_image.logos-big-screen.ultrawide,
  .page-id-223 #integration .logos-order .et_pb_image.logos-big-screen.ultrawide {
    width: 16%;
  }
}

@media (min-width: 480px) {
  body.home #integration .logos-order .et_pb_image.logos-big-screen,
  .page-id-60 #integration .logos-order .et_pb_image.logos-big-screen,
  .page-id-223 #integration .logos-order .et_pb_image.logos-big-screen {
    width: 29%;
    padding: 0 1%;
    margin-bottom: 0%;
  }
}

@media (min-width: 1024px) {
  body.home #integration .logos-order .et_pb_image.logos-big-screen,
  .page-id-60 #integration .logos-order .et_pb_image.logos-big-screen,
  .page-id-223 #integration .logos-order .et_pb_image.logos-big-screen {
    width: 16%;
    padding: 0 1%;
    margin-bottom: 0%;
  }
}

@media (min-width: 480px) {
  .page-id-223 #integration .logos-order .et_pb_image.logos-big-screen {
    padding: 1vw 2vw;
  }
}

@media (min-width: 1024px) {
  .page-id-223 #integration .logos-order .et_pb_image.logos-big-screen {
    width: 23%;
    padding: 1vw 4vw;
    margin-bottom: 0%;
  }
}

.page-id-223 #integration .logos-order .et_pb_image.logos-big-screen.ultrawide img {
  max-width: 100%;
}

@media (min-width: 1024px) {
  .page-id-223 #integration .logos-order .et_pb_image.logos-big-screen.ultrawide {
    width: 28%;
  }
}

@media (min-width: 1600px) {
  .page-id-223 #integration .logos-order .et_pb_image.logos-big-screen.ultrawide {
    width: 28%;
  }
}

.investor-logos .et_pb_image .et_pb_image_wrap {
  width: 100%;
}

.investor-logos .et_pb_image .et_pb_image_wrap img {
  margin: 2vw auto;
  height: 80px;
  display: block;
}

.twitter-tweet.twitter-tweet-rendered {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 981px) {
  #blog-menu .et_pb_column_1_5 {
    width: 20%;
    margin-right: 0;
    text-align: center;
  }
}

@media (max-width: 480px) {
  #blog-menu .et_pb_column_1_5 .et_pb_module {
    padding: 0 !important;
  }
}

@media (max-width: 480px) {
  #blog-menu .et_pb_column.et_pb_column_1_4, #blog-menu .et_pb_column.et_pb_column_1_5, #blog-menu .et_pb_column.et_pb_column_1_6 {
    margin: 0 auto 1vw;
    text-align: center;
  }
}

#pricing-tables p, #pricing-tables li {
  line-height: 1.65 !important;
}

.products-channels a {
  color: #c1272d !important;
}

.products-channels a {
  color: #c1272d !important;
}

.products-intelligence a, .conversation-analytics a {
  color: #ffffff !important;
}

#et-main-area footer.et-l--footer .footer-nav div {
  line-height: 1;
}

#et-main-area footer.et-l--footer .footer-nav div a {
  line-height: 1;
  display: block;
  margin-bottom: 0.25em;
}

@media only screen and (max-width: 767px) {
  .et_pb_blurb_0_tb_footer.et_pb_blurb .et_pb_blurb_description, .et_pb_blurb_1_tb_footer.et_pb_blurb .et_pb_blurb_description {
    text-align: center;
    line-height: 1.25;
  }
}

body #page-container .et_pb_section .et_pb_button_module_wrapper a.button {
  font-size: 1.2em;
}

body #page-container .et_pb_section .et_pb_button_module_wrapper a.blue.button {
  color: #fff !important;
  background-color: #0e6bae !important;
}

body #page-container .et_pb_section .et_pb_button_module_wrapper a.blue.button:hover {
  background-color: #277ab6 !important;
}

body #page-container .et_pb_section .et_pb_button_module_wrapper a.yellow.button {
  color: #000 !important;
  background-color: #e3a019 !important;
}

body #page-container .et_pb_section .et_pb_button_module_wrapper a.yellow.button:hover {
  background-color: #f0b030 !important;
}

body #page-container .et_pb_section .et_pb_button_module_wrapper a.black.button {
  color: #fff !important;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #000000 !important;
}

body #page-container .et_pb_section .et_pb_button_module_wrapper a.black.button:hover {
  background-color: #444444 !important;
}

body #page-container .et_pb_section#pricing-tables .et_pb_button_module_wrapper a.button {
  font-size: 142.5%;
  padding: 10px 2vw !important;
}

body #page-container .et_pb_section.whats-included ul {
  display: inline-block;
}

body #page-container .et_pb_section.whats-included ul li {
  display: list-item;
  text-align: left;
}

.page-template-page-landing #main-content .container {
  max-width: 100%;
  width: 100%;
  padding-top: 0 !important;
}

.page-template-page-landing #main-content .container:before {
  content: none;
}

.page-template-page-landing #main-content .container #hero, .page-template-page-landing #main-content .container #cta {
  color: #fff;
  background-color: #1A1A1A;
  padding: 60px 0;
}

.page-template-page-landing #main-content .container #hero {
  padding: 140px 0 60px;
}

@media (min-width: 768px) {
  .page-template-page-landing #main-content .container #hero {
    padding: 120px 0 60px;
  }
}

.page-template-page-landing #main-content .container #hero h1 {
  color: #fff;
}

.page-template-page-landing #main-content .container #hero .container_row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.page-template-page-landing #main-content .container #hero .container_row .col.content {
  padding-top: 1em;
}

.page-template-page-landing #main-content .container #hero .container_row .col.content h1 {
  font-weight: 800;
  font-size: 2.5em;
  color: #f0b030;
}

.page-template-page-landing #main-content .container #hero .container_row .col.content p {
  font-size: 1.855em;
  padding: 1em 0;
}

.page-template-page-landing #main-content .container #hero .container_row .col.content .img-button {
  max-width: 330px;
  background-color: #fff;
  padding: 1em 2em;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-template-page-landing #main-content .container #hero .container_row .col.content .img-button picture {
  line-height: 1;
  display: block;
}

@media (min-width: 768px) {
  .page-template-page-landing #main-content .container #hero .container_row .col.content {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .page-template-page-landing #main-content .container #hero .container_row {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-template-page-landing #main-content .container #hero .container_row .col.content {
    width: 55%;
    padding: 0 5% 0 0;
  }
  .page-template-page-landing #main-content .container #hero .container_row .col.image {
    width: 45%;
  }
}

.page-template-page-landing #main-content .container #stats {
  background-color: #eee;
}

.page-template-page-landing #main-content .container #stats .stat, .page-template-page-landing #main-content .container #stats .stat-label {
  text-align: center;
  display: block;
}

.page-template-page-landing #main-content .container #stats .stat {
  color: #D28E00;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.125;
}

@media (min-width: 768px) {
  .page-template-page-landing #main-content .container #stats .stat {
    font-size: 4em;
  }
}

@media (min-width: 1280px) {
  .page-template-page-landing #main-content .container #stats .stat {
    font-size: 5.5em;
  }
}

.page-template-page-landing #main-content .container #stats .stat-label {
  color: #1a1a1a;
  font-weight: bold;
  text-transform: uppercase;
}

.page-template-page-landing #main-content .container #stats .container_row {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.page-template-page-landing #main-content .container #landing-content {
  padding: 60px 0;
}

.page-template-page-landing #main-content .container #landing-content .container_row {
  display: block !important;
}

@media (min-width: 768px) {
  .page-template-page-landing #main-content .container #landing-content .container_row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.page-template-page-landing #main-content .container #landing-content .col.content {
  display: block;
}

.page-template-page-landing #main-content .container #landing-content .col.content h2, .page-template-page-landing #main-content .container #landing-content .col.content h3, .page-template-page-landing #main-content .container #landing-content .col.content h4, .page-template-page-landing #main-content .container #landing-content .col.content h5, .page-template-page-landing #main-content .container #landing-content .col.content h6, .page-template-page-landing #main-content .container #landing-content .col.content p, .page-template-page-landing #main-content .container #landing-content .col.content blockquote {
  margin: 0 0 1.5em;
  padding: 0;
}

.page-template-page-landing #main-content .container #landing-content .col.content h2, .page-template-page-landing #main-content .container #landing-content .col.content h3, .page-template-page-landing #main-content .container #landing-content .col.content h4, .page-template-page-landing #main-content .container #landing-content .col.content h5, .page-template-page-landing #main-content .container #landing-content .col.content h6 {
  text-transform: uppercase;
  font-size: 1.855em !important;
  font-weight: 800;
  line-height: 1.25;
  margin-top: 2em;
}

.page-template-page-landing #main-content .container #landing-content .col.content h2:first-child, .page-template-page-landing #main-content .container #landing-content .col.content h3:first-child, .page-template-page-landing #main-content .container #landing-content .col.content h4:first-child, .page-template-page-landing #main-content .container #landing-content .col.content h5:first-child, .page-template-page-landing #main-content .container #landing-content .col.content h6:first-child {
  margin-top: 0;
}

.page-template-page-landing #main-content .container #landing-content .col.content p {
  font-weight: 300;
  font-size: 1.3em;
}

.page-template-page-landing #main-content .container #landing-content .col.content blockquote {
  border-left: 2px solid #1A1A1A;
  color: #f0b030;
  font-size: 1.855em !important;
  font-weight: 500;
  padding: 0 0 0 1em;
}

.page-template-page-landing #main-content .container #landing-content .col.content blockquote p {
  font-size: inherit;
  font-weight: inherit;
}

.page-template-page-landing #main-content .container #landing-content .col.content div.wp-caption {
  background-color: transparent;
  padding: 1em 0;
  border: 0;
  max-width: 100%;
  margin: 0;
}

.page-template-page-landing #main-content .container #landing-content .col.content div.wp-caption p {
  text-align: center;
  font-style: italic;
  padding-top: 1em;
}

@media (min-width: 1024px) {
  .page-template-page-landing #main-content .container #landing-content .col.content {
    width: 62.5%;
  }
}

.page-template-page-landing #main-content .container #landing-content .col.sidebar {
  display: block;
}

@media (min-width: 768px) {
  .page-template-page-landing #main-content .container #landing-content .col.sidebar {
    border-left: 2px solid #eee;
    padding: 2em 0 2em 5%;
  }
}

@media (min-width: 1024px) {
  .page-template-page-landing #main-content .container #landing-content .col.sidebar {
    width: 27.5%;
  }
}

.page-template-page-landing #main-content .container #landing-content .col.sidebar .quick-facts h6 {
  font-size: 1.855em;
  font-weight: 400;
  padding: 0;
  margin-bottom: 1.5em;
}

.page-template-page-landing #main-content .container #landing-content .col.sidebar .quick-facts ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
}

.page-template-page-landing #main-content .container #landing-content .col.sidebar .quick-facts ul li {
  padding: 0 0 1em 0;
  line-height: 1;
}

.page-template-page-landing #main-content .container #landing-content .col.sidebar .quick-facts ul li strong, .page-template-page-landing #main-content .container #landing-content .col.sidebar .quick-facts ul li span {
  font-weight: bold;
  font-size: 16px;
  display: inline;
}

.page-template-page-landing #main-content .container #landing-content .col.sidebar .quick-facts ul li strong {
  text-transform: uppercase;
}

.page-template-page-landing #main-content .container #landing-content .col.sidebar .quick-facts ul li strong:after {
  content: ":";
}

.page-template-page-landing #main-content .container #landing-content .col.sidebar .testimonial picture {
  display: block;
  padding: 1em 0;
}

@media (min-width: 1024px) {
  .page-template-page-landing #main-content .container #landing-content .col.sidebar .testimonial picture {
    width: 75%;
  }
}

.page-template-page-landing #main-content .container #landing-content .col.sidebar .testimonial blockquote {
  border: 0 none;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.page-template-page-landing #main-content .container #landing-content .col.sidebar .testimonial figcaption {
  color: #8C8C8C;
  font-size: 16px;
  font-weight: bold;
}

.page-template-page-landing #main-content .container #hero .container_row, .page-template-page-landing #main-content .container #hero .stories, .page-template-page-landing #main-content .container #stats .container_row, .page-template-page-landing #main-content .container #stats .stories, .page-template-page-landing #main-content .container #landing-content .container_row, .page-template-page-landing #main-content .container #landing-content .stories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-page-landing #main-content .container #success-stories {
  background: center center url(/wp-content/uploads/2021/09/success-stories-bg.jpg) no-repeat;
  background-size: cover;
}

.page-template-page-landing #main-content .container #success-stories .stories {
  display: block;
}

@media (min-width: 768px) {
  .page-template-page-landing #main-content .container #success-stories .stories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 0;
  }
}

@media (min-width: 768px) {
  .page-template-page-landing #main-content .container #success-stories .stories {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.page-template-page-landing #main-content .container #success-stories .stories .col {
  padding-top: 1em;
}

@media (min-width: 768px) {
  .page-template-page-landing #main-content .container #success-stories .stories .col {
    width: 31%;
    padding-top: 0;
  }
}

@media (min-width: 1024px) {
  .page-template-page-landing #main-content .container #success-stories .stories .col {
    width: 27.5%;
  }
}

.page-template-page-landing #main-content .container #success-stories .stories .col picture {
  display: block;
  line-height: 1;
  border: 2px solid #999;
}

.page-template-page-landing #main-content .container #success-stories .stories .col picture img {
  display: block;
}

.page-template-page-landing #main-content .container #success-stories .stories .col h5, .page-template-page-landing #main-content .container #success-stories .stories .col p, .page-template-page-landing #main-content .container #success-stories .stories .col a.button {
  text-align: center;
}

.page-template-page-landing #main-content .container #success-stories .stories .col h5 {
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
  padding: 1.5em 0 1em;
}

.page-template-page-landing #main-content .container #success-stories .stories .col p {
  font-size: 1.2em;
  font-weight: 300;
  padding: 0 0 1.5em;
}

.page-template-page-landing #main-content .container #success-stories .stories .col a.button {
  background-color: transparent !important;
  border: 4px solid #e3a019;
  color: #e3a019 !important;
  margin: auto;
  font-size: 1em;
}

.page-template-page-landing #main-content .container #success-stories h4 {
  color: #1a1a1a;
  text-align: center;
  font-size: 2.5em !important;
  line-height: 1.25;
  padding: 0;
}

.page-template-page-landing #main-content .container #cta {
  text-align: center;
}

.page-template-page-landing #main-content .container #cta h4 {
  color: #eee;
  text-align: center;
  font-size: 2.25em !important;
  line-height: 1.5;
  padding: 0;
}

.page-template-page-landing #main-content .container #cta p {
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 1.2em;
}

.page-template-page-landing #main-content .container #cta p a {
  color: #E3A020;
  text-decoration: underline;
}

.page-template-page-landing #main-content .container #cta p a:hover {
  text-decoration: none;
}

.page-template-page-landing #main-content .container .container_row {
  margin: 0 auto;
  padding: 48px 0;
  width: 85%;
  max-width: 85%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-template-page-landing #main-content .container .container_row .button {
  text-align: center;
  margin: 0 auto;
  color: #000 !important;
  background-color: #e3a019 !important;
  -webkit-transition: 0.3s background-color;
  -o-transition: 0.3s background-color;
  transition: 0.3s background-color;
  font-size: 1.2em;
  padding-top: 8px !important;
  padding-right: 2.2vw !important;
  padding-bottom: 8px !important;
  padding-left: 2.2vw !important;
  border: 2px solid transparent;
  display: inline-block;
  font-weight: bold;
  margin: 2.25em 0;
}

.page-template-page-landing #main-content .container .container_row .button:hover {
  background-color: #f0b030 !important;
}

.page-template-page-landing #main-content .container .container_row .col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 980px) {
  .page-template-page-landing #main-content .container .container_row {
    padding: 30px 0;
  }
}

.page-template-page-landing #main-content .container #hero, .page-template-page-landing #main-content .container #cta {
  position: relative;
}

.page-template-page-landing #main-content .container #hero:after, .page-template-page-landing #main-content .container #cta:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #1a1a1a;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
}

/*# sourceMappingURL=style.css.map */