@charset "UTF-8";
.prevent-scroll {
  position: fixed;
}

.orange-text {
  color: #ed7d38;
}

.dark-bg {
  background: #181a3c;
}

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

h1 {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 73px;
  color: #51585b;
}
h1.subtitle-h2 {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 56px;
  color: #51585b;
}

h2 {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 56px;
  color: #51585b;
}

h3 {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #51585b;
}

p, h5 {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #51585b;
}

a {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #51585b;
  text-decoration: none;
}

.label {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  color: #51585b;
  text-transform: uppercase;
}

.legal {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #51585b;
  color: #a8abad;
  margin-bottom: 15px;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 1.2;
  }
  h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 420px) {
  .legal {
    margin-bottom: 20px;
  }
}
.container-fluid {
  max-width: 1360px;
  padding: 0 80px;
}
.container-fluid.wide {
  max-width: 100%;
}
.header .container-fluid {
  max-width: 1440px;
  padding: 0 25px;
}
.article .container-fluid {
  max-width: 1470px;
  padding: 0 15px;
}
.article .container-fluid .col-xl-2 {
  padding: 0;
}
.features-section .container-fluid, .report-cards .container-fluid {
  max-width: 1240px;
}
.step-block-section .container-fluid, .guide .container-fluid {
  max-width: 950px;
}
.slider-section .container-fluid {
  max-width: 1390px;
}

@media only screen and (max-width: 1200px) {
  .banner .container-fluid, .case-studies-meta .container-fluid {
    max-width: 870px;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 992px) {
  .container-fluid,
  .article .container-fluid {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 576px) {
  .service-progress .container-fluid {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .banner .container-fluid {
    padding: 0;
  }
}
.btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.btn-large {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 60px;
  color: #51585b;
  height: 60px;
  border-radius: 30px;
  max-width: 220px;
  width: 100%;
  text-transform: uppercase;
}
.btn-large.btn-landing-page {
  width: auto;
  max-width: none;
  padding: 0 47px;
}
.btn-medium {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 55px;
  color: #51585b;
  height: 55px;
  border-radius: 27px;
  padding: 0 50px;
}
.price .btn-medium {
  padding: 0 10px;
}
.btn-small {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #51585b;
  height: 40px;
  border-radius: 20px;
  padding: 0 30px;
}
.btn-primary {
  color: #fff;
  background: #ed7d38;
}
.btn-primary:hover {
  background-image: linear-gradient(-45deg, #D65201 0%, #FF7621 100%);
}
.btn-primary-outline {
  color: #ed7d38;
  border: 1px solid #ed7d38;
  text-transform: uppercase;
}
.btn-primary-outline:hover {
  background: #ed7d38;
  color: #fff;
}
.btn-secondary {
  color: #ed7d38;
  background: #fff;
  border: 1px solid rgba(237, 125, 56, 0.5);
}
.btn-secondary:hover {
  background: #ed7d38;
  color: #fff;
}
.header:not(.light) .btn-secondary {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.header:not(.light) .btn-secondary:hover {
  background: #fff;
  color: #ed7d38;
}
.header.sticky .btn-secondary {
  color: #ed7d38;
  background: #fff;
  border: 1px solid rgba(237, 125, 56, 0.5);
}
.header.sticky .btn-secondary:hover {
  background: #ed7d38;
  color: #fff;
}
.header.show .btn-secondary {
  color: #ed7d38;
  background: #fff;
  border: 1px solid rgba(237, 125, 56, 0.5);
}
.header.show .btn-secondary:hover {
  background: #ed7d38;
  color: #fff;
}
.btn.btn-landing-page {
  text-transform: none;
  font-size: 20px;
  font-weight: 400;
  box-shadow: 0 20px 20px -5px rgba(24, 26, 60, 0.3);
}
.btn-filled {
  color: #fff;
  background: #181a3c;
  text-transform: uppercase;
}
.btn-filled:hover {
  background: #101229;
}
.dark-bg .btn-filled {
  background: #ed7d38;
}
.dark-bg .btn-filled:hover {
  background: #c75712;
}
.btn-filled.btn-landing-page {
  background-image: linear-gradient(135deg, #181A3C 0%, #080C49 100%);
  border-radius: 15px;
}
.btn-filled.btn-landing-page:hover {
  background: #101229;
}
.dark-bg .btn-filled.btn-landing-page {
  background-image: linear-gradient(0deg, #C24A00 0%, #F2630B 100%);
}
.dark-bg .btn-filled.btn-landing-page:hover {
  background-image: linear-gradient(0deg, #ed7d38 0%, #ed7d38 100%);
}
.btn-outline-light {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.btn-outline-light:hover {
  background: #181a3c;
  border: 1px solid #181a3c;
}
.dark-bg .btn-outline-light:hover {
  background: #ed7d38;
  border: 1px solid #ed7d38;
}
.btn-outline-light.btn-landing-page {
  border-radius: 15px;
  color: #fff;
  border: 3px solid #fff;
  line-height: 55px;
}
.btn-outline-light.btn-landing-page:hover {
  background: #181a3c;
  border: 3px solid #181a3c;
}
.dark-bg .btn-outline-light.btn-landing-page:hover {
  background: #ed7d38;
  border: 3px solid #ed7d38;
}
.btn-outline-dark {
  border: 1px solid rgba(81, 88, 91, 0.5);
  text-transform: uppercase;
}
.btn-outline-dark:hover {
  color: #fff;
  background: #181a3c;
  border: 1px solid #181a3c;
}
.btn-outline-dark.btn-landing-page {
  border-radius: 15px;
  color: #181a3c;
  border: 3px solid #181a3c;
  line-height: 54px;
}
.btn-outline-dark.btn-landing-page:hover {
  background: #181a3c;
  color: #fff;
}
.btn-gradient {
  color: #fff;
  background-image: linear-gradient(-45deg, #D65201 0%, #FF7621 100%);
}
.btn-gradient:hover {
  box-shadow: 0 2px 30px -5px rgba(237, 125, 56, 0.5);
}

.label-btn {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 2px solid #ed7d38;
  transition: color 0.2s ease-in-out;
}
.label-btn:hover {
  color: #ed7d38;
}

@media only screen and (max-width: 767px) {
  .btn-medium {
    padding: 0 25px;
  }
  .btn.btn-landing-page {
    font-size: 16px !important;
  }
  .btn-large.btn-landing-page {
    padding: 0 22px;
  }
}
@media only screen and (max-width: 375px) {
  .btn-medium {
    padding: 0 15px;
    font-size: 12px;
  }
}
.component-gray {
  background: var(--slbs-light-gray);
}
.component-gray .fiw-gray {
  background: var(--slbs-light-gray) !important;
}

.component-dots {
  width: auto;
  height: auto;
}
.component-dots > div:not(.fiw-zone) {
  margin: 60px;
}
.component-dots .fiw-zone {
  width: 33.333%;
  height: 33.333%;
  float: left;
}
.component-dots .fiw-gray {
  background: var(--slbs-light-gray);
}

.simple .component-dots, .demo .component-dots {
  background: url(../images/complex_dots.png);
  background-size: auto;
}
.simple .component-dots .dots, .demo .component-dots .dots {
  color: var(--slbs-blue);
}

.complex .component-dots {
  background: url(../images/simple_dots.png);
  background-size: auto;
}
.complex .component-dots .dots {
  color: var(--slbs-orange);
}

.component-feature-items {
  padding: 40px 0;
}
.component-feature-items .feature-items-wrapper,
.component-feature-items .feature-items-wrapper h3 {
  color: #000 !important;
}
.component-feature-items .feature-items-wrapper .feature-items-header,
.component-feature-items .feature-items-wrapper h3 .feature-items-header {
  text-align: center;
}
.component-feature-items .feature-items-wrapper .feature-items-header .title,
.component-feature-items .feature-items-wrapper h3 .feature-items-header .title {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}
.component-feature-items .feature-items-wrapper .feature-items-header .description,
.component-feature-items .feature-items-wrapper h3 .feature-items-header .description {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 40px;
}
.component-feature-items .feature-items-wrapper .feature-items-header .subtext,
.component-feature-items .feature-items-wrapper h3 .feature-items-header .subtext {
  font-size: 14px;
  margin-top: 40px;
  font-weight: 400;
  margin-bottom: 40px;
  color: var(--slbs-gray);
}
.component-feature-items .feature-items-wrapper .feature-items-items,
.component-feature-items .feature-items-wrapper h3 .feature-items-items {
  display: flex;
  justify-content: center;
}
.component-feature-items .feature-items-wrapper .feature-items-items .item,
.component-feature-items .feature-items-wrapper h3 .feature-items-items .item {
  flex: 1/4;
  padding: 0 15px;
  text-align: center;
}
.component-feature-items .feature-items-wrapper .feature-items-items .point-icon,
.component-feature-items .feature-items-wrapper h3 .feature-items-items .point-icon {
  font-size: 32px;
  line-height: 85px;
  height: 85px;
  width: 85px;
  color: #fff;
  background: url(../images/components/feature_items/feature_bg.png) no-repeat center center;
}
.component-feature-items .feature-items-wrapper .feature-items-items .point-header,
.component-feature-items .feature-items-wrapper h3 .feature-items-items .point-header {
  text-align: left;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.component-feature-items .feature-items-wrapper .feature-items-items .point-description,
.component-feature-items .feature-items-wrapper h3 .feature-items-items .point-description {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}

.component-alert .alert {
  background: #181A3C;
  color: #fff;
  border-radius: 25px;
  padding: 20px 50px;
}
.component-alert .alert .link {
  padding-left: 10px;
}
.component-alert .alert .link a {
  color: #fff;
  text-decoration: underline;
  border: 0;
}
.component-alert .alert .link:after {
  content: "→";
}
.component-alert .alert button {
  float: right;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  padding: 0;
  margin-top: 5px;
}

.navbar-nav {
  display: flex;
}
.navbar-nav > li {
  position: relative;
  cursor: pointer;
}
.navbar-nav > li:not(:last-child) {
  margin-right: 40px;
}
.navbar-nav > li > a {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #51585b;
  color: #fff;
  transition: color 0.2s ease-in-out;
  color: #51585b;
}
.navbar-nav > li.menu-item-has-children > a::after {
  content: url(../images/icons/Icon_Angle-Down-Light.svg);
  display: inline-block;
  margin-left: 10px;
  transition: color 0.2s ease-in-out;
}
.navbar-nav > li:hover > a, .navbar-nav > li.active > a {
  opacity: 0.5;
}
.navbar-nav > li:hover > a::after, .navbar-nav > li.active > a::after {
  transform: rotate(180deg);
  position: relative;
  top: 3px;
}
.light .navbar-nav > li > a, .show .navbar-nav > li > a {
  color: #51585b;
}
.light .navbar-nav > li.menu-item-has-children > a, .show .navbar-nav > li.menu-item-has-children > a {
  color: #51585b;
}
.light .navbar-nav > li.menu-item-has-children > a::after, .show .navbar-nav > li.menu-item-has-children > a::after {
  content: url(../images/icons/Icon_Angle-Down-Dark.svg);
}
.light .navbar-nav > li:hover > a, .show .navbar-nav > li:hover > a {
  color: #ed7d38;
  opacity: 1;
}
.light .navbar-nav > li:hover > a::after, .show .navbar-nav > li:hover > a::after {
  filter: invert(52%) sepia(92%) saturate(498%) hue-rotate(334deg) brightness(96%) contrast(93%);
}
.light .navbar .navbar-toggler, .show .navbar .navbar-toggler, .sticky .navbar .navbar-toggler {
  color: #51585b;
  border: 2px solid #51585b;
}
.navbar .navbar-toggler {
  color: #fff;
  border: 2px solid #fff;
  height: 36px;
  width: 36px;
  padding: 0;
  text-align: center;
  background: transparent;
  border-radius: 100%;
  outline: none;
}
.navbar .navbar-toggler i {
  font-size: 18px;
}
.navbar .collapse:not(.show) {
  display: none;
}

.nav-buttons-mobile {
  display: none;
}
.nav-buttons .btn-primary {
  background: #181A3C;
}

@media only screen and (max-width: 1200px) {
  .navbar-nav > li:not(:last-child) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .navbar-nav > li:not(:last-child) {
    margin-right: 10px;
  }
  .navbar-nav > li a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 993px) {
  .navbar-nav > li ul {
    visibility: hidden;
    opacity: 0;
    z-index: -999;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    background: #fff;
    min-width: 260px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, calc(100% + 10px));
    padding: 10px;
    z-index: 999;
    border-radius: 10px;
    box-shadow: 0 2px 30px -5px rgba(0, 0, 0, 0.2);
  }
  .navbar-nav > li ul li:not(:last-child) {
    margin-bottom: 2px;
  }
  .navbar-nav > li ul li a {
    display: block;
    padding: 10px 20px;
  }
  .navbar-nav > li ul li a:hover {
    background-color: rgba(168, 171, 173, 0.2);
  }
  .navbar-nav > li ul :before {
    content: "";
    position: absolute;
    top: -20px;
    margin-left: -10px;
    left: 50%;
    border: solid 10px transparent;
    border-bottom-color: #FFF;
    z-index: 998;
  }
  .navbar-nav > li ul :after {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    height: 15px;
    z-index: 998;
  }
  .navbar-nav > li:hover ul {
    visibility: visible;
    opacity: 1;
  }
  .navbar .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar .navbar-toggler {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .navbar-collapse {
    position: fixed;
    z-index: 9998;
    background: #fff;
    right: 0;
    top: 80px;
    bottom: 0;
    height: calc(100vh - 80px);
    min-width: 320px;
    padding: 40px 0;
    box-shadow: 0 2px 30px -5px rgba(0, 0, 0, 0.2);
    overflow-y: scroll;
  }
  .navbar-nav {
    display: block;
  }
  .navbar-nav > li:not(:last-child) {
    margin: 0 0 22px;
  }
  .navbar-nav > li:last-child {
    margin: 0 0 50px;
  }
  .navbar-nav > li a {
    display: block;
    font-size: 16px;
  }
  .navbar-nav > li > a {
    padding: 10px 60px;
    clear: both;
  }
  .navbar-nav > li ul {
    display: none;
  }
  .navbar-nav > li ul li a {
    padding: 5px 60px;
    background-color: rgba(168, 171, 173, 0.1);
  }
  .navbar-nav > li.menu-item-has-children > a::after {
    float: right;
  }
  .navbar-nav > li.active > a {
    background-color: rgba(168, 171, 173, 0.2);
    color: #ed7d38;
  }
  .navbar-nav > li.active > a::after {
    color: #ed7d38;
  }
  .dark .navbar-nav > li > a {
    color: #51585b;
  }
  .dark .navbar-nav > li > a::after {
    color: #51585b;
    opacity: 1;
  }
  .dark .navbar-nav > li:hover > a, .dark .navbar-nav > li.active > a {
    color: #ed7d38;
    opacity: 1;
  }
  .dark .navbar-nav > li:hover > a::after, .dark .navbar-nav > li.active > a::after {
    color: #ed7d38;
    opacity: 1;
  }
  .nav-buttons {
    padding: 0 60px;
  }
  .nav-buttons .btn {
    display: block;
  }
  .nav-buttons .btn:first-child {
    margin-bottom: 10px;
  }
  .nav-buttons-mobile {
    display: block;
  }
  .nav-buttons-desktop {
    display: none;
  }
}
.nav_product .heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.nav_product .description {
  font-size: 14px;
  margin-bottom: 10px;
}
.nav_product .divider {
  margin-bottom: 10px;
}
.nav_product .link_columns {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.nav_product .link_columns .link_column {
  flex: 0 0 50%;
  padding-right: 10px;
}
.nav_product .link_columns .link_column:last-child {
  padding-right: 0;
}
.nav_product .link_columns .link_column .link {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--slbs-blue);
}
.nav_product .link_columns .link_column .link:hover {
  color: var(--slbs-blue);
}
.nav_product .nav-cta {
  display: flex;
  flex-wrap: wrap;
}
.nav_product .nav-cta .nav-cta-item {
  flex: 0 0 50%;
  padding-right: 10px;
}
.nav_product .nav-cta .nav-cta-item:last-child {
  padding-right: 0;
}
.nav_product .nav-cta .nav-cta-item .nav-cta-link {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--slbs-blue);
}
.nav_product .nav-cta .nav-cta-item .nav-cta-link:hover {
  color: var(--slbs-blue);
}

.logo a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  height: 80px;
}
.logo a svg {
  max-width: 200px;
  width: 100%;
}

.component-callouts .callouts-item {
  margin: 0 30px 20px 30px;
  min-height: 410px;
  border-radius: 5px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.component-callouts .callouts-item .image-wrapper {
  text-align: center;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.component-callouts .callouts-item h3 {
  margin: 5px 0;
  color: #000;
}
.component-callouts .callouts-item p {
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: normal;
}

.banner {
  position: relative;
  background: linear-gradient(0deg, #C24A00, #F2630B);
  padding-top: 80px;
  border-radius: 0 0 100px 100px;
  overflow: hidden;
}
.banner .banner-content {
  position: relative;
  z-index: 10;
  padding: 60px 40px;
  text-align: center;
  max-width: 870px;
  margin: 0 auto;
}
.banner .banner-content > h1, .banner .banner-content p {
  color: #fff;
}
.banner .banner-content p {
  margin-top: 10px;
  opacity: 0.8;
}
.banner .banner-content > h2 {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #51585b;
  color: #fff;
  margin-top: 10px;
  opacity: 0.8;
}
.banner .banner-content .banner-buttons {
  margin-top: 20px;
}
.banner .banner-content .banner-buttons .btn {
  margin: 20px 5px 0;
}
.banner .banner-content.wide {
  max-width: 1200px;
}
.banner::before {
  content: url(../images/hexagon.svg);
  position: absolute;
  left: 0;
  bottom: -10px;
}
.banner::after {
  content: url(../images/hexagon.svg);
  position: absolute;
  right: 0;
  bottom: -10px;
  transform: scaleX(-1);
}
.banner.contact-banner .banner-content {
  text-align: left;
  padding: 60px 0;
}
.banner.banner-feature {
  margin-bottom: -200px;
}
.banner.banner-feature .banner-content {
  padding: 60px 40px 240px;
}
.banner.featured-block {
  margin-bottom: -160px;
}
.banner.featured-block .banner-content {
  padding: 60px 40px 150px;
}
.webinar .banner:not(.banner-feature) {
  margin-bottom: 80px;
}
.landing-page .banner .banner-content > h2 {
  max-width: 790px;
  margin: 10px auto 0;
}

.banner-feature-media {
  margin-bottom: 40px;
}

.embed-block {
  display: block;
  margin: 0 auto;
  max-width: 790px;
}

@media only screen and (max-width: 1440px) {
  .banner.contact-banner .banner-content {
    padding: 60px 40px;
    margin: 0 auto;
    max-width: 545px;
    text-align: center;
  }
  .banner.contact-banner::before {
    left: -120px;
  }
  .banner.contact-banner::after {
    right: -120px;
  }
  .banner::before {
    left: -120px;
  }
  .banner::after {
    right: -120px;
  }
}
@media only screen and (max-width: 1200px) {
  .banner::before {
    left: -280px;
  }
  .banner::after {
    right: -280px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .banner.contact-banner .banner-content {
    padding: 60px 0;
    margin: 0 -15px;
  }
}
@media only screen and (max-width: 992px) {
  .banner.contact-banner .banner-content {
    padding: 60px 40px;
    margin: 0 auto;
    max-width: 545px;
    text-align: center;
  }
  .banner.contact-banner::before, .banner.contact-banner::after {
    display: none;
  }
}
@media only screen and (max-width: 870px) {
  .banner-feature-media .container-fluid {
    padding: 0;
  }
}
@media only screen and (max-width: 790px) {
  .banner-feature-media img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner::before {
    left: -330px;
  }
  .banner::after {
    right: -330px;
  }
}
@media only screen and (max-width: 560px) {
  .banner.featured-block {
    margin-bottom: 0;
  }
  .banner.featured-block .banner-content {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 480px) {
  .banner.banner-feature {
    margin-bottom: -100px;
  }
  .banner.banner-feature .banner-content {
    padding: 60px 40px 120px;
  }
}
.banner-case-studies {
  margin-bottom: 20px;
}
.banner-case-studies .banner-content {
  padding: 85px 40px;
  text-align: center;
  background: #181a3c;
}
.banner-case-studies .banner-content h1, .banner-case-studies .banner-content h3 {
  color: #fff;
}
.banner-case-studies .banner-content h3 {
  margin-top: 20px;
  opacity: 0.8;
}
.banner-case-studies .banner-content img {
  margin: 80px auto 0;
  max-width: 190px;
}

.pricing-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 598px;
  background: url(../images/PricingHeroBG.png) no-repeat;
  background-size: cover;
  background-position: bottom;
}
.old-pricing .pricing-banner {
  background-position: center 0;
}

.blog-list .blog-item {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05), 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease-in-out;
  height: 100%;
}
.blog-list .blog-item-media {
  position: relative;
}
.blog-list .blog-item-media img {
  display: block;
  max-width: 100%;
}
.blog-list .blog-item-media > img {
  height: auto;
}
.blog-list .blog-item-media-content {
  position: absolute;
  top: 40px;
  left: 5px;
  right: 5px;
  color: #fff;
  text-align: center;
}
.blog-list .blog-item-media-content h3 {
  font-size: 22px;
  line-height: 1;
}
.blog-list .blog-item-media-content p {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #51585b;
  margin-top: 20px;
}
.blog-list .blog-item-media-content h3, .blog-list .blog-item-media-content p {
  color: #fff;
}
.blog-list .blog-item-media-content img {
  margin: 30px auto 0;
  max-width: 80px;
  height: auto;
}
.blog-list .blog-item-media-content.centered {
  top: 50%;
  transform: translateY(-50%);
}
.blog-list .blog-item-content {
  padding: 40px;
}
.blog-list .blog-item-content h3 {
  color: #ed7d38;
  margin-bottom: 10px;
}
.blog-list .blog-item:not(.no-hover):hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1), 0 20px 40px 0 rgba(0, 0, 0, 0.1);
}
.blog-list .blog-item > a {
  display: block;
  height: 100%;
}
.blog-list .blog-item .label-btn {
  margin-top: 20px;
}
.blog-list .blog-row .blog-post {
  margin-bottom: 80px;
}
.blog-list.featured-post .blog-item {
  max-width: 790px;
  margin: 0 auto;
}
.blog-list.featured-post .blog-item-media {
  height: auto;
  max-height: 100%;
}
.blog-list.featured-post .blog-item-media > img {
  height: auto;
  max-height: 100%;
}
.blog-list h2 {
  margin-bottom: 40px;
  text-align: center;
  color: #a8abad;
}
.blog-list .blog-type-meta h2 {
  text-align: left;
  margin-bottom: 40px;
  color: #51585b;
}
.blog-list .blog-type-meta h2.type {
  margin-bottom: 20px;
  color: #a8abad;
}
.blog-list.related-blog-list {
  padding-top: 80px;
  border-top: 1px solid rgba(168, 171, 173, 0.5);
}
.orange-wave-bg-wrapper .blog-list.related-blog-list {
  border-top: 0;
  position: relative;
}
.orange-wave-bg-wrapper .blog-list.related-blog-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: rgba(168, 171, 173, 0.5);
  z-index: -1;
}
.blog-list .post-meta {
  display: block;
  color: #a8abad;
  margin-top: 20px;
}
.blog-list.case-studies-list .blog-item-media, .blog-list.related-case-studies .blog-item-media {
  max-height: 200px;
  overflow-y: hidden;
  height: 100%;
}
.blog-list.case-studies-list .blog-item-media > img, .blog-list.related-case-studies .blog-item-media > img {
  min-height: 200px;
  height: 100%;
}

.dark-bg + .related-blog-list,
.orange-wave-bg-wrapper + .related-blog-list {
  border-top: none;
  padding-top: 0;
}

@media only screen and (max-width: 1200px) {
  .blog-list .blog-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
  }
  .blog-list .blog-info h2 {
    text-align: center;
  }
  .blog-list .col-md-6 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-list .blog-item {
    max-width: 380px;
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 460px) {
  .blog-list .blog-item {
    height: auto;
  }
  .blog-list .blog-item-content {
    padding: 20px;
  }
}
.card {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05), 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  height: 100%;
}
.card .card-content h3 {
  color: #ed7d38;
  margin-bottom: 10px;
}
.card .card-content p + p {
  margin-top: 20px;
}
.card .card-content .icon {
  margin-bottom: 20px;
}
.card .card-content .label-btn {
  margin-top: 40px;
}
.very-small-cards .card .card-content .label-btn {
  margin-top: 10px;
}
.card .card-content h3 + .label-btn {
  margin-top: 30px;
}
.card-small {
  padding: 60px 40px;
}
.very-small-cards .card-small {
  padding: 40px;
  min-height: 175px;
}
.card-large {
  padding: 60px;
}
.card-large .card-content h3 {
  margin-bottom: 20px;
}

.card-wrapper {
  margin-bottom: 30px;
}

.cards-section-small .center-button {
  flex-wrap: wrap;
  margin: 10px 0 30px;
}
.cards-section-small .center-button .btn {
  margin: 0 5px 10px;
}
.cards-section-small.cards-checklist .card-content h3 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .cards-section-large .card-large {
    max-width: 585px;
    margin: 0 auto 30px;
  }
  .cards-section-small .card-small {
    min-height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .cards-section-small .card-small {
    min-height: auto;
  }
  .card-small,
  .card-large {
    padding: 30px;
  }
}
.rtf-wrapper {
  max-width: 820px;
  margin: 0 auto 80px;
  padding: 0 15px;
}
.rtf-wrapper h1 {
  margin-bottom: 30px;
  clear: both;
}
.rtf-wrapper p, .rtf-wrapper ul, .rtf-wrapper ol, .rtf-wrapper h2, .rtf-wrapper h3, .rtf-wrapper h4, .rtf-wrapper h5, .rtf-wrapper hr {
  margin-bottom: 40px;
  clear: both;
}
.rtf-wrapper h1, .rtf-wrapper p, .rtf-wrapper ul, .rtf-wrapper ol {
  word-break: break-word;
}
.rtf-wrapper h5 {
  font-weight: bold;
}
.rtf-wrapper h3, .rtf-wrapper h2, .rtf-wrapper h4, .rtf-wrapper h5 {
  margin-bottom: 20px;
}
.rtf-wrapper ul {
  padding-left: 30px;
}
.rtf-wrapper ul li {
  list-style: disc;
}
.rtf-wrapper ul ul {
  margin-bottom: 0;
}
.rtf-wrapper ul ul li {
  list-style: circle;
}
.rtf-wrapper ul > p, .rtf-wrapper ul h2, .rtf-wrapper ul h3, .rtf-wrapper ul h4, .rtf-wrapper ul h5, .rtf-wrapper ul hr {
  margin-top: 40px;
}
.rtf-wrapper ol {
  padding-left: 30px;
}
.rtf-wrapper ol li {
  list-style: decimal;
}
.rtf-wrapper ol ul {
  margin-bottom: 0;
}
.rtf-wrapper ol ul li {
  list-style: circle;
}
.rtf-wrapper > div {
  clear: both;
}
.rtf-wrapper table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
}
.rtf-wrapper table p, .rtf-wrapper table ul, .rtf-wrapper table ol, .rtf-wrapper table h4 {
  margin-bottom: 0;
}
.rtf-wrapper table h5 {
  margin: 16px 0;
}
.rtf-wrapper table td {
  vertical-align: top;
  border-top: 1px solid #d7d7d7;
  padding: 5px;
}
.rtf-wrapper address {
  margin-bottom: 40px;
}
.rtf-wrapper a {
  color: #0000ff;
}
.rtf-wrapper img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.single .article .rtf-wrapper {
  clear: both;
  overflow: hidden;
}
.single .article .rtf-wrapper p, .single .article .rtf-wrapper ul, .single .article .rtf-wrapper ol, .single .article .rtf-wrapper h4, .single .article .rtf-wrapper h5, .single .article .rtf-wrapper h6 {
  font-size: 19px;
  margin-bottom: 20px;
}
.single .article .rtf-wrapper a {
  font-size: 19px;
}
.single .article .rtf-wrapper h2 {
  font-weight: 700;
}
.single .article .rtf-wrapper h3 {
  font-size: 30px;
}
.rtf-wrapper .post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  clear: none !important;
}
.rtf-wrapper .post-meta:first-of-type {
  margin-bottom: 30px;
}
.rtf-wrapper .post-meta .post-author-date {
  display: flex;
  align-items: center;
  color: #a8abad;
}
.rtf-wrapper .post-meta .post-author-date a {
  font-size: 16px;
  color: #a8abad;
}
.rtf-wrapper .post-meta .post-author-date a:hover {
  text-decoration: underline;
}
.rtf-wrapper .post-meta .post-author-date img {
  display: inline-block;
  margin-right: 10px;
}
.single .article .rtf-wrapper .post-meta {
  float: left;
}
.rtf-wrapper .legal-meta {
  margin-bottom: 40px;
}
.rtf-wrapper .legal-meta p {
  margin: 0;
  font-weight: 700;
}
.rtf-wrapper .legal-meta p:first-child,
.rtf-wrapper .legal-meta p span {
  text-transform: uppercase;
}
.rtf-block-section .rtf-wrapper {
  margin-bottom: 0;
}
.rtf-block-section .rtf-wrapper *:last-child {
  margin-bottom: 0;
}
.single-legal .rtf-wrapper p + ul {
  margin-top: -20px;
}
.rtf-wrapper blockquote p {
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  .rtf-wrapper {
    padding: 0;
  }
  .article .rtf-wrapper {
    padding-bottom: 60px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(81, 88, 91, 0.2);
  }
  .case-studies .rtf-wrapper {
    max-width: 790px;
  }
}
@media only screen and (max-width: 767px) {
  .rtf-wrapper .post-meta {
    display: block;
  }
  .rtf-wrapper .post-meta .socials {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .rtf-block-section h2 {
    max-width: 790px;
    margin: 0 auto 40px;
    text-align: center;
  }
}
.section-title {
  max-width: 790px;
  margin: 0 auto 40px;
  text-align: center;
}
.section-title p {
  color: rgba(81, 88, 91, 0.8);
}
.section-title h2 + p {
  margin-top: 10px;
}
.section-title h3 {
  margin-bottom: 20px;
}
.section-title h3 a {
  vertical-align: middle;
}
.section-title img {
  display: inline-block;
  max-width: 100% !important;
  height: auto !important;
}
.features-section .section-title h2 a {
  vertical-align: middle;
}
.features-section .section-title img {
  vertical-align: middle;
}
.orange-wave-bg .section-title h2,
.orange-wave-bg .section-title h3, .dark-bg .section-title h2,
.dark-bg .section-title h3 {
  color: #fff;
}
.orange-wave-bg .section-title p, .dark-bg .section-title p {
  color: rgba(255, 255, 255, 0.8);
}
.tab-pane .section-title {
  margin-bottom: 20px;
}
.tab-pane .section-title h3 {
  margin-bottom: 10px;
}
.cards-section-large .section-title h2 + p {
  margin-top: 20px;
}
.step-block-section .section-title, .checklist-block .section-title, .features-section.dark-bg .section-title {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.spotlight-section .section-title {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(168, 171, 173, 0.5);
}
.features-section .section-title {
  max-width: 600px;
}
.step-block-section .section-title, .language-section .section-title {
  max-width: 100%;
}
.language-section .section-title {
  margin-bottom: 0;
}
.section-title.single {
  margin: 0 auto;
  max-width: 790px;
  text-align: left;
}
.section-title.single.single-centered {
  text-align: center;
}
.section-title.single.with-borders {
  padding: 41px 0;
  position: relative;
  text-align: center;
}
.section-title.single.with-borders::before, .section-title.single.with-borders::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 600px;
  width: 100%;
  height: 1px;
  background: rgba(168, 171, 173, 0.5);
}
.section-title.single.with-borders::before {
  top: 0;
}
.section-title.single.with-borders::after {
  bottom: 0;
}
.section-title.single .center-button {
  margin-top: 40px;
}
.section-title.single p + p {
  margin-top: 20px;
}
.dark-section-title .section-title {
  padding: 40px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.dark-bg .section-title h2, .dark-bg .section-title h3, .dark-bg .section-title p {
  color: #fff;
  text-align: center;
}
.error-page .section-title p + p {
  margin-top: 40px;
}
.error-page .section-title a {
  color: #0000ff;
  text-decoration: underline;
}
.error-page .section-title a:hover {
  text-decoration: none;
}
.service-features .section-title p {
  color: rgba(255, 255, 255, 0.8);
}

.dark-section-title {
  padding: 80px 0;
}
.dark-section-title .center-button .btn {
  margin: 0 15px 20px;
}

@media only screen and (max-width: 767px) {
  .dark-section-title .center-button {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 480px) {
  .dark-section-title .center-button {
    flex-direction: column;
  }
}
.section-quote {
  max-width: 630px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
.section-quote .author {
  max-width: 360px;
  margin: 0 auto;
  color: #a8abad;
}
.section-quote::before, .section-quote::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 300px;
  width: 100%;
  height: 1px;
  background: rgba(168, 171, 173, 0.5);
}
.section-quote::before {
  top: 0;
}
.section-quote::after {
  bottom: 0;
}

@media only screen and (max-width: 480px) {
  .section-quote::before, .section-quote::after {
    max-width: 150px;
  }
}
.searchbox {
  display: block;
  position: relative;
  max-width: 440px;
  width: 100%;
  height: 60px;
  white-space: nowrap;
  margin: 0 auto;
  position: relative;
  z-index: 11;
}
.searchbox-wrapper {
  width: 100%;
  height: 100%;
}
.searchbox-wrapper input {
  display: inline-block;
  border: 0;
  border-radius: 30px;
  box-shadow: 0 2px 30px -5px rgba(0, 0, 0, 0.2);
  background: #FFFFFF;
  padding: 15px 30px;
  width: 100%;
  height: 100%;
}
.searchbox-wrapper input::placeholder {
  color: #51585b;
}
.searchbox-wrapper input:focus {
  outline: 0;
}
.searchbox-wrapper input:hover {
  background: #fff;
}
.searchbox-wrapper button {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  margin: 0;
  border: 0;
  border-radius: 22px;
  background: #ed7d38;
  padding: 0;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.searchbox-wrapper button img {
  display: inline;
}
.searchbox-wrapper button:hover, .searchbox-wrapper button:active {
  background-image: linear-gradient(-45deg, #D65201 0%, #FF7621 100%);
  cursor: pointer;
}
.searchbox-wrapper button:focus {
  outline: 0;
}

.banner + .searchbox-section,
.searchbox-section.floating-search {
  margin-top: -30px;
}

@media only screen and (max-width: 375px) {
  .searchbox-wrapper input {
    padding: 15px 20px;
  }
}
.search-title {
  text-align: center;
}
.search-title h2 {
  color: #a8abad;
  margin-bottom: 20px;
}

.result-item {
  padding: 40px;
  margin: 0 auto 20px;
  max-width: 790px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05), 0 20px 40px 0 rgba(0, 0, 0, 0.05);
}
.result-item h3 {
  margin-bottom: 10px;
}
.result-item p {
  margin-bottom: 20px;
}
.result-item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
  .result-item {
    padding: 20px;
  }
}
.categories-list {
  position: relative;
  padding-bottom: 36px;
}
.categories-list .label {
  display: block;
  color: #a8abad;
  text-align: center;
  margin-bottom: 20px;
}
.categories-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5px;
}
.categories-list ul li {
  padding: 0 5px;
  margin-bottom: 5px;
}
.categories-list ul li a {
  display: inline-block;
  padding: 6px 8px;
  color: #51585b;
  background-color: #f2f2f2;
  border: 2px solid #f2f2f2;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.categories-list ul li a:hover {
  border-color: #ed7d38;
  background-color: #fff;
}
.categories-list::after {
  content: "";
  position: absolute;
  height: 1px;
  max-width: 380px;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(81, 88, 91, 0.2);
}
.categories-list.categories-sidebar {
  max-width: 790px;
  margin: 0 auto;
}
.categories-list.categories-sidebar::after {
  content: "";
  position: absolute;
  height: 1px;
  max-width: 790px;
}
.post-meta .categories-list {
  padding-bottom: 0;
}
.post-meta .categories-list ul {
  padding-left: 0;
  justify-content: flex-start;
}
.post-meta .categories-list ul li {
  list-style: none;
}
.post-meta .categories-list::after {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .categories-list.categories-sidebar {
    padding: 40px 0;
    background: #fff;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05), 0 20px 40px 0 rgba(0, 0, 0, 0.05);
    max-width: 240px;
    width: 100%;
    margin: 0;
    margin-left: auto;
  }
  .categories-list.categories-sidebar .label {
    text-align: left;
    margin-bottom: 0;
    padding: 0 30px 20px;
  }
  .categories-list.categories-sidebar ul {
    display: block;
    margin: 0;
    padding: 20px 30px 0;
    position: relative;
  }
  .categories-list.categories-sidebar ul li {
    padding: 0;
    margin-bottom: 21px;
  }
  .categories-list.categories-sidebar ul li a {
    display: block;
    padding: 0;
    border: 0;
    background-color: #fff;
    transition: color 0.2s ease-in-out;
  }
  .categories-list.categories-sidebar ul li a:hover {
    color: #ed7d38;
    background-color: #fff;
  }
  .categories-list.categories-sidebar ul li:last-child {
    margin-bottom: 0;
  }
  .categories-list.categories-sidebar ul::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(81, 88, 91, 0.2);
  }
  .categories-list.categories-sidebar::after {
    display: none;
  }
}
.case-studies .post-meta {
  text-align: right;
  margin-bottom: 20px;
}
.case-studies-sidebar {
  padding: 40px;
  background: #f2f2f2;
}
.case-studies-sidebar-block:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(168, 171, 173, 0.2);
}
.case-studies-sidebar-block .label {
  margin-bottom: 10px;
  color: #ed7d38;
}
@media only screen and (max-width: 1200px) {
  .case-studies-sidebar {
    max-width: 790px;
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 480px) {
  .case-studies-sidebar {
    padding: 20px;
  }
}
.footer-widget {
  flex: 0 1 25%;
  padding: 0 20px;
}
.footer-widget .widget-title {
  margin-bottom: 15px;
}
.footer-widget .widget-title h5 {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  color: #51585b;
  color: #000;
  text-transform: uppercase;
}
.footer-widget .widget-list ul li {
  margin-bottom: 10px;
}
.footer-widget .widget-list ul li a {
  color: var(--slbs-dark-gray);
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}
.footer-widget .widget-list ul li a:hover {
  color: #a8abad;
}

.footer-widget-wrapper {
  display: flex;
  margin: 0 -20px;
  font-size: 14px;
}
.footer-widget-wrapper a {
  font-size: 14px;
}

@media only screen and (max-width: 1440px) {
  .footer-widget-wrapper {
    max-width: 800px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget {
    flex: 1 1 50%;
    margin-bottom: 40px;
  }
  .footer-widget-wrapper {
    flex-wrap: wrap;
    max-width: 420px;
  }
}
@media only screen and (max-width: 420px) {
  .footer-widget {
    flex: 1 1 100%;
  }
}
.footer-form h5 {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  color: #51585b;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-form form {
  border-radius: 0;
  box-shadow: none;
}
.footer-form form label {
  display: block;
  color: var(--slbs-dark-gray);
  margin: 0 0 5px !important;
}
.footer-form form label.hs-error-msg {
  color: #E02020;
  padding-left: 0;
}
.footer-form form .hs-email {
  width: calc(100% - 100px);
  display: inline-block;
}
.footer-form form input {
  border: 0;
  border-radius: 5px;
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #51585b;
  padding: 11px 10px !important;
}
.footer-form form input:hover {
  background: var(--slbs-dark-gray);
}
.footer-form form input:focus {
  outline-color: #0091FF;
}
.footer-form form .input {
  margin: 0 !important;
}
.footer-form form .hs-submit {
  max-width: 95px;
  display: inline-block;
  vertical-align: top;
  padding-top: 35px;
}
.footer-form form button,
.footer-form form input[type=submit] {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #51585b;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #181a3c;
  height: 52px;
  width: 90px;
  margin-left: 5px;
  transition: background-color 0.2s ease-in-out;
  line-height: 1;
  -webkit-appearance: none;
  cursor: pointer;
}
.footer-form form button:hover,
.footer-form form input[type=submit]:hover {
  background-color: #ed7d38;
  border-color: #ed7d38;
}
.footer-form form input.error,
.footer-form form textarea.error,
.footer-form form select.error {
  background: var(--slbs-dark-gray);
}
.footer-form .submitted-message p {
  color: var(--slbs-dark-gray);
}

@media only screen and (max-width: 1200px) {
  .footer-form {
    max-width: 360px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 420px) {
  .footer-form {
    max-width: 100%;
  }
  .footer-form p {
    margin-bottom: 20px;
  }
  .footer-form form input {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-form form button {
    width: 100%;
    margin: 0;
  }
}
.addtoany_content a {
  display: inline-block;
  padding: 10px !important;
  border-radius: 10px;
  color: #fff;
  line-height: 1;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.addtoany_content a:not(:last-child) {
  margin-right: 10px;
}
.footer .addtoany_content {
  margin-top: 20px;
}
.footer .addtoany_content a {
  background-color: #464763;
}
.footer .addtoany_content a:hover {
  background-color: #fff;
  color: #181a3c;
}
.post-meta .addtoany_content a {
  background-color: #a8abad;
}
.post-meta .addtoany_content a:hover {
  background-color: #181a3c;
}
.post-meta .addtoany_content .addtoany_list a:hover img svg path,
.post-meta .addtoany_content .addtoany_list a:hover span svg path {
  fill: #181a3c;
}

.addtoany_content {
  clear: none !important;
  float: right;
}
.addtoany_content_top {
  margin: 0 0 20px !important;
}
.addtoany_content_bottom {
  margin: 0 !important;
}
.hide-bottom-socials .addtoany_content_bottom {
  display: none;
}
.addtoany_content a {
  display: inline-flex !important;
  background-color: #a8abad;
}
.addtoany_content a:hover {
  background-color: #181a3c;
}

.addtoany_list a:hover img,
.addtoany_list a:hover span {
  opacity: 1 !important;
}

.faq-block {
  max-width: 790px;
  margin: 0 auto;
}
.faq-block h3 {
  color: #ed7d38;
  margin-bottom: 20px;
}
.faq-block p + p {
  margin-top: 20px;
}

.faq-block + .faq-block {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(168, 171, 173, 0.5);
}

.faq-section .center-button {
  margin-top: 40px;
}

.checklist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.checklist li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.checklist li:not(:last-child) {
  margin-right: 40px;
}
.checklist li::before {
  content: url(../images/icons/checkmark.svg);
  margin-right: 10px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.card .checklist, .webinar-checklist .checklist, .checklist-block .checklist, .large-rtf-block .checklist, .modal-list .checklist, .with-checklist .checklist {
  display: block;
}
.card .checklist li, .webinar-checklist .checklist li, .checklist-block .checklist li, .large-rtf-block .checklist li, .modal-list .checklist li, .with-checklist .checklist li {
  align-items: flex-start;
}
.card .checklist li:not(:last-child), .webinar-checklist .checklist li:not(:last-child), .checklist-block .checklist li:not(:last-child), .large-rtf-block .checklist li:not(:last-child), .modal-list .checklist li:not(:last-child), .with-checklist .checklist li:not(:last-child) {
  margin-right: 0;
}
.card .checklist li:last-child, .webinar-checklist .checklist li:last-child, .checklist-block .checklist li:last-child, .large-rtf-block .checklist li:last-child, .modal-list .checklist li:last-child, .with-checklist .checklist li:last-child {
  margin-bottom: 0;
}
.card .checklist li::before, .webinar-checklist .checklist li::before, .checklist-block .checklist li::before, .large-rtf-block .checklist li::before, .modal-list .checklist li::before, .with-checklist .checklist li::before {
  margin-top: 3px;
}
.dark-bg .checklist {
  color: #fff;
}
.checklist.with-title li {
  align-items: flex-start;
  margin-right: 0;
}
.checklist.with-title li .checklist-content {
  display: block;
  opacity: 0.8;
}
.checklist.with-title li::before {
  margin-right: 20px;
}
.large-rtf-block .checklist {
  color: #fff;
}
.service-features .checklist {
  justify-content: flex-start;
}
.service-features .checklist li {
  flex: 0 1 calc(33.333333% - 40px);
  align-items: flex-start;
  margin-bottom: 40px;
}
.service-features .checklist li p {
  color: #fff;
}
.service-features .checklist li h3 {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #51585b;
  color: #ed7d38;
}
.service-features .checklist li::before {
  margin-top: 5px;
}
.service-progress .checklist, .competitor-progress .checklist {
  display: block;
}
.service-progress .checklist li, .competitor-progress .checklist li {
  display: block;
  padding-left: 34px;
  position: relative;
}
.service-progress .checklist li:not(:last-child), .competitor-progress .checklist li:not(:last-child) {
  margin-right: 0;
}
.service-progress .checklist li a, .competitor-progress .checklist li a {
  display: inline;
  color: #51585b;
  text-decoration: underline;
}
.service-progress .checklist li a:hover, .competitor-progress .checklist li a:hover {
  text-decoration: none;
}
.service-progress .checklist li::before, .competitor-progress .checklist li::before {
  margin-top: 5px;
  margin-right: 0;
  position: absolute;
  left: 0;
}
.service-progress .checklist {
  padding-left: 15px;
}
.competitor-progress .checklist {
  padding-left: 0;
}

@media only screen and (max-width: 992px) {
  .service-features .checklist li {
    flex: 0 1 calc(50% - 40px);
  }
  .service-features .checklist li:nth-child(even) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .checklist li:not(:last-child) {
    margin-right: 20px;
  }
  .service-features .checklist li {
    flex: 0 1 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .checklist {
    display: inline-block;
    margin: 0 auto;
  }
  .checklist-wrapper {
    display: inline-flex;
  }
  .checklist li {
    align-items: flex-start;
  }
  .checklist li:not(:last-child) {
    margin-right: 0;
  }
  .checklist li::before {
    margin-top: 3px;
  }
}
@media only screen and (max-width: 576px) {
  .service-progress .checklist {
    padding-left: 0;
  }
}
.checklist-block {
  padding: 80px 0;
}
.checklist-block .block-subtitle {
  color: #ed7d38;
  text-align: center;
  margin-bottom: 20px;
}
.checklist-block .checklist {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
.checklist-block .checklist li {
  flex: 0 1 50%;
  max-width: 555px;
  padding: 0 15px;
}
.checklist-block-row {
  position: relative;
  padding-bottom: 41px;
}
.checklist-block-row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 790px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 767px) {
  .checklist-block .checklist {
    display: block;
    margin: 0;
  }
  .checklist-block .checklist li {
    padding: 0;
    max-width: 100%;
  }
}
.step-block h3 {
  color: #fff;
}
.step-block p {
  color: rgba(255, 255, 255, 0.8);
}
.step-block h3 + p {
  margin-top: 20px;
}
.step-block p + p {
  margin-top: 40px;
}
.step-block .orange-text {
  margin-right: 20px;
}
.step-block-section {
  padding: 80px 0;
}

.step-block + .step-block {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 480px) {
  .step-block .orange-text {
    margin-right: 0;
    display: block;
  }
}
.client-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.client-list li:not(:last-child) {
  margin-right: 60px;
}

.client-wrapper p {
  text-align: center;
  margin-bottom: 20px;
}
.client-wrapper .label {
  display: inline-block;
  position: relative;
  color: #a8abad;
}
.client-wrapper .label::before, .client-wrapper .label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  height: 1px;
  background: rgba(168, 171, 173, 0.5);
}
.client-wrapper .label::before {
  left: -170px;
}
.client-wrapper .label::after {
  right: -170px;
}

@media only screen and (max-width: 992px) {
  .client-list li:not(:last-child) {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .client-list {
    flex-wrap: wrap;
  }
  .client-list li {
    margin-bottom: 10px;
  }
  .client-list li:not(:last-child) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .client-list li {
    flex: 0 1 50%;
    margin-bottom: 20px;
  }
  .client-list li:not(:last-child) {
    margin-right: 0;
  }
  .client-list li img {
    margin: 0 auto;
    max-width: 100%;
  }
  .client-wrapper .label::before, .client-wrapper .label::after {
    width: 80px;
  }
  .client-wrapper .label::before {
    left: -90px;
  }
  .client-wrapper .label::after {
    right: -90px;
  }
}
.legal-list ul li {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-size: 14px;
  padding: 0 5px;
}
.legal-list ul li a {
  font-size: 14px;
}
.legal-list ul li a:hover {
  text-decoration: underline;
}
.legal-list ul li:not(:last-child)::after {
  position: absolute;
  right: -6px;
  top: 0;
  content: "|";
}

@media only screen and (max-width: 420px) {
  .legal-list ul li {
    display: block;
    margin-bottom: 10px;
  }
  .legal-list ul li:not(:last-child)::after {
    display: none;
  }
}
.tabs-section {
  padding: 0 0 80px;
}
.tabs-section h2 {
  margin-bottom: 40px;
  text-align: center;
}
.tabs-section h2.has-subtitle {
  margin-bottom: 10px;
}
.tabs-section .subtitle {
  margin-bottom: 40px;
  text-align: center;
}
.tabs-section .nav-tabs {
  display: flex;
  border-top: 1px solid rgba(168, 171, 173, 0.5);
  border-bottom: 1px solid rgba(168, 171, 173, 0.5);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin: 0 -15px;
}
.tabs-section .nav-tabs li {
  text-align: center;
  flex-shrink: 0;
  flex-grow: 1;
}
.tabs-section .nav-tabs li a {
  display: block;
  padding: 21px 15px;
  height: 100%;
}
.tabs-section .nav-tabs li a.active {
  border-bottom: 4px solid #ed7d38;
  padding: 21px 15px 17px;
}
.tabs-section .tab-content {
  padding-top: 80px;
}
.tabs-section .tab-content.with-columns > .active {
  display: flex;
}
.tabs-section .tab-content.with-columns .tab-pane {
  margin: 0 -10px;
}
.tabs-section .tab-content .tab-pane .tab-column {
  flex: 0 1 50%;
  padding: 0 10px;
}
.tabs-section .tab-content .tab-pane-content {
  display: flex;
}
.tabs-section .tab-content .tab-pane-content-icon {
  margin-right: 20px;
}
.tabs-section .tab-content .tab-pane-content-copy h3 {
  margin-bottom: 10px;
}
.tabs-section .tab-content .tab-pane-content-copy .btn {
  margin-top: 40px;
}
.tabs-section .tab-content .tab-pane-content-copy.with-checklist h3 {
  margin-top: 10px;
}
.tabs-section .tab-content .tab-pane-media img {
  margin: 0 auto;
  max-width: 100%;
}
.tabs-section .tab-content .tab-pane-media .column-text {
  max-width: 480px;
  margin: 0 auto;
}
.tabs-section .tab-content .center-button {
  margin-top: 40px;
}
.tabs-section.dark-bg {
  padding: 80px 0;
}
.tabs-section.dark-bg h2 {
  color: #fff;
}
.tabs-section.dark-bg .nav-tabs {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tabs-section.dark-bg .nav-tabs li a {
  color: rgba(255, 255, 255, 0.8);
}
.tabs-section.dark-bg .nav-tabs li a.active {
  color: #ed7d38;
}
.tabs-section.dark-bg .tab-pane-content-copy h3 {
  color: #fff;
}
.tabs-section.dark-bg .tab-pane-content-copy p {
  color: rgba(255, 255, 255, 0.8);
}
.tabs-section.dark-bg .tab-pane-media .column-text p {
  color: #fff;
}
.tabs-section .checklist {
  margin-top: 40px;
}
.tabs-section .code-block {
  color: #fff;
  line-height: 1.1;
}
.tabs-section .code-block pre {
  word-break: break-word;
  white-space: break-spaces;
}

.tab-content > .tab-pane {
  display: block;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
}

.tab-content > .active {
  display: block;
  visibility: visible;
  max-height: 100%;
}

.post-header + .tabs-section {
  padding-top: 160px;
}

@media only screen and (max-width: 992px) {
  .tabs-section .tab-content.with-columns .tab-pane {
    margin: 0 -10px;
  }
  .tabs-section .tab-content .tab-pane .tab-column {
    padding: 0 10px;
  }
  .tabs-section .tab-content .tab-pane-content-icon {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .tabs-section .tab-content .tab-pane {
    margin: 0;
    flex-wrap: wrap;
  }
  .tabs-section .tab-content .tab-pane .tab-column {
    flex: 0 1 100%;
    padding: 0;
  }
  .tabs-section .tab-content .tab-pane-content {
    margin-top: 0;
  }
  .tabs-section .tab-content .tab-pane-content-icon {
    margin-right: 10px;
  }
  .tabs-section .tab-content .tab-pane-media {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .tabs-section .tab-content.with-columns .tab-column {
    min-height: 225px;
  }
}
@media only screen and (max-width: 560px) {
  .post-header + .tabs-section.dark-bg {
    padding-top: 80px;
  }
  .post-header + .tabs-section {
    padding-top: 0;
  }
}
.accordion {
  border-bottom: 1px solid rgba(168, 171, 173, 0.5);
  max-width: 790px;
  margin: 0 auto;
}
.accordion > a {
  display: block;
  padding-bottom: 10px;
}
.accordion > a:not(.collapsed) .accordion-head h3::after {
  content: url(../images/icons/Icon_AccordionDark.svg);
}
.accordion-head {
  padding-bottom: 10px;
}
.accordion-head h3 {
  color: #ed7d38;
  clear: both;
}
.accordion-head h3::after {
  content: url(../images/icons/Icon_Accordion.svg);
  float: right;
}
.accordion-content p {
  margin-bottom: 10px;
}

.accordion + .accordion > a {
  padding-top: 20px;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.features-section.dark-bg {
  padding: 80px 0;
}
.features-section.dark-bg .feature-item-content p {
  color: #fff;
}
.features-section.dark-bg .feature::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.features-section .feature {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px;
  position: relative;
}
.features-section .feature-item {
  max-width: 330px;
  padding: 0 15px;
  margin: 0 0 40px;
}
.features-section .feature-item-content {
  display: flex;
}
.features-section .feature-item-media .icon {
  margin-right: 20px;
}
.features-section .center-button {
  margin-top: 40px;
}

@media only screen and (max-width: 1120px) {
  .features-section .feature {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .features-section .feature {
    margin: 0;
  }
  .features-section .feature-item {
    max-width: none;
    width: 100%;
    padding: 0;
  }
  .features-section .feature-item-content {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 680px) {
  .features-section .feature::after {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 375px) {
  .features-section .feature-item-media .icon {
    margin-right: 10px;
  }
}
.component-framed-demo {
  padding: 80px 0;
}
.component-framed-demo .framed-demo-wrapper {
  color: #000 !important;
  text-align: center;
}
.component-framed-demo .framed-demo-wrapper .framed-demo-content {
  border: 37px solid var(--slbs-blue);
  border-radius: 37px;
  margin: 40px 160px;
}
.component-framed-demo .framed-demo-wrapper h3.title {
  color: #000 !important;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}
.component-framed-demo .framed-demo-wrapper .description {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 40px;
}
.component-framed-demo .framed-demo-wrapper .subtext {
  font-size: 14px;
  margin-top: 40px;
  font-weight: 400;
  margin-bottom: 40px;
  color: var(--slbs-gray);
}
.component-framed-demo .framed-demo-wrapper .btn {
  color: #fff;
  font-weight: 300;
}

.simple .component-framed-demo .framed-demo-title {
  color: var(--slbs-orange);
}
.simple .component-framed-demo .btn {
  background: var(--slbs-orange);
}
.simple .component-framed-demo .framed-demo-image {
  background: var(--slbs-orange);
}

.complex .component-framed-demo .framed-demo-title {
  color: var(--slbs-blue);
}
.complex .component-framed-demo .btn {
  background: var(--slbs-blue) !important;
  border-color: var(--slbs-blue) !important;
}
.complex .component-framed-demo .framed-demo-image {
  background: var(--slbs-blue);
}

@media only screen and (max-width: 1200px) {
  .component-framed-demo .framed-demo-content {
    margin: 40px 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .component-framed-demo .framed-demo-content {
    margin: 40px 40px !important;
  }
}
.integration {
  padding: 80px 0 50px;
}
.integration h2 {
  color: #fff;
}
.integration-list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px 0;
}
.integration-list li {
  flex: 0 1 150px;
  padding: 0 15px;
  margin-bottom: 30px;
}
.integration-list li .integration-list-item {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.integration-list li .integration-list-item img {
  margin-bottom: 10px;
}
.language-section .integration-list li .integration-list-item {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05), 0 20px 40px 0 rgba(0, 0, 0, 0.05);
}
.language-section .integration-list {
  justify-content: center;
  margin-top: 20px;
}
.integration-tabs {
  margin: 0 -80px 30px 80px;
}
.integration-tabs .nav-tabs {
  display: flex;
  padding: 16px 20px 0;
  background: #0E0F24;
  border-radius: 10px 0 0 0;
  overflow-x: auto;
  width: 100%;
}
.integration-tabs .nav-tabs li {
  text-align: center;
  flex-shrink: 0;
}
.integration-tabs .nav-tabs li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 20px 4px;
}
.integration-tabs .nav-tabs li a.active {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.integration-tabs .tab-content {
  padding: 40px;
  background: #181a3c;
  max-height: 336px;
  height: 100%;
  border-radius: 0 0 0 10px;
  overflow: hidden;
}
.integration-tabs .tab-content .integration-code-block {
  font-size: 12px;
  color: #fff;
  line-height: 1.1;
}
.integration-tabs .tab-content .integration-code-block pre {
  word-break: break-word;
  white-space: break-spaces;
}
.integration-tabs .tab-content > .active {
  max-height: 252px;
  overflow-y: scroll;
}

.enlighter-default {
  margin: 0 !important;
}

.enlighter-t-wpcustom div.enlighter > div,
.enlighter-t-wpcustom {
  background: transparent !important;
}

div.enlighter {
  word-break: break-word;
  white-space: pre-wrap;
}

@media only screen and (max-width: 992px) {
  .integration {
    padding: 80px 40px 50px;
  }
  .integration-tabs {
    margin: 0;
  }
}
@media only screen and (max-width: 580px) {
  .integration {
    padding: 80px 0 50px;
  }
  .integration .tab-content {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 350px) {
  .integration-list {
    justify-content: center;
  }
}
form,
.form {
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05), 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
form .form-header,
.form .form-header {
  padding: 40px 40px 35px;
  background: #181a3c;
  position: relative;
  overflow: hidden;
}
form .form-header h3,
.form .form-header h3 {
  color: #fff;
  font-weight: 600;
}
form .form-header::after,
.form .form-header::after {
  content: url(../images/page-hexagon.svg);
  position: absolute;
  left: -320px;
  top: -320px;
  opacity: 0.05;
  transform: rotate(15deg);
}
form .form-body,
.form .form-body {
  padding: 40px 40px 60px;
}
form .form-field,
.form .form-field {
  margin-bottom: 20px;
}
form label,
.form label {
  display: block;
  color: rgba(81, 88, 91, 0.8);
  margin: 0 15px !important;
  text-align: left;
}
form input,
form textarea,
form select,
.form input,
.form textarea,
.form select {
  padding: 15px 20px !important;
  color: #51585b;
  width: 100%;
  border: 1px solid rgba(168, 171, 173, 0.5);
  border-radius: 10px;
  line-height: 28px;
  transition: background-color 0.2s ease-in-out;
}
form input::placeholder,
form textarea::placeholder,
form select::placeholder,
.form input::placeholder,
.form textarea::placeholder,
.form select::placeholder {
  color: #a8abad;
}
form input:hover,
form textarea:hover,
form select:hover,
.form input:hover,
.form textarea:hover,
.form select:hover {
  background: rgba(0, 145, 255, 0.05);
}
form input:focus,
form textarea:focus,
form select:focus,
.form input:focus,
.form textarea:focus,
.form select:focus {
  outline-color: #0091FF;
}
form input:disabled,
form textarea:disabled,
form select:disabled,
.form input:disabled,
.form textarea:disabled,
.form select:disabled {
  border-color: #A8ABAD;
  background: #A8ABAD;
}
form input.error,
form textarea.error,
form select.error,
.form input.error,
.form textarea.error,
.form select.error {
  border-color: #E02020;
  background: rgba(224, 32, 32, 0.05);
}
form input:disabled,
form textarea:disabled,
form select:disabled,
.form input:disabled,
.form textarea:disabled,
.form select:disabled {
  border-color: rgba(168, 171, 173, 0.05) !important;
  background: rgba(168, 171, 173, 0.5) !important;
}
form button,
form input[type=submit],
.form button,
.form input[type=submit] {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 68px;
  color: #51585b;
  height: 70px;
  border-radius: 10px;
  max-width: 335px;
  width: 100%;
  border: none;
  cursor: pointer;
  line-height: 1;
  box-shadow: 0 2px 30px -5px rgba(237, 125, 56, 0.5);
  color: #fff;
  background-image: linear-gradient(-45deg, #D65201 0%, #FF7621 100%);
}
form button:hover,
form input[type=submit]:hover,
.form button:hover,
.form input[type=submit]:hover {
  box-shadow: 0 2px 30px -5px rgba(237, 125, 56, 0.5);
}
form button:disabled,
form input[type=submit]:disabled,
.form button:disabled,
.form input[type=submit]:disabled {
  opacity: 0.5;
}
.rtf-wrapper form,
.rtf-wrapper .form {
  padding: 40px 20px;
}
.rtf-wrapper form fieldset,
.rtf-wrapper .form fieldset {
  max-width: 100%;
  margin-bottom: 20px;
}
.rtf-wrapper form fieldset textarea,
.rtf-wrapper .form fieldset textarea {
  width: 100% !important;
}
.rtf-wrapper form fieldset .input,
.rtf-wrapper .form fieldset .input {
  margin: 0 15px !important;
}
.rtf-wrapper form fieldset label,
.rtf-wrapper .form fieldset label {
  margin-left: 15px;
}
.rtf-wrapper form fieldset .no-list,
.rtf-wrapper .form fieldset .no-list {
  padding: 0;
  margin: 0;
}
.rtf-wrapper form fieldset .no-list li,
.rtf-wrapper .form fieldset .no-list li {
  list-style: none;
  margin-left: 20px;
  margin-top: 5px;
}
.rtf-wrapper form fieldset .no-list li label,
.rtf-wrapper .form fieldset .no-list li label {
  font-size: 14px;
  line-height: 16px;
  color: #E02020;
}
.rtf-wrapper form fieldset.form-columns-1,
.rtf-wrapper .form fieldset.form-columns-1 {
  margin: 0;
}
.rtf-wrapper form input[type=submit],
.rtf-wrapper .form input[type=submit] {
  display: block;
  margin: 25px auto 0;
  color: #fff;
  line-height: 1;
  background-image: linear-gradient(-45deg, #D65201 0%, #FF7621 100%);
}
.rtf-wrapper form input[type=submit]:hover,
.rtf-wrapper .form input[type=submit]:hover {
  box-shadow: 0 2px 30px -5px rgba(237, 125, 56, 0.5);
}
.modal form,
.modal .form {
  box-shadow: none;
  border-radius: 0;
}
.modal form button,
.modal form input[type=submit],
.modal .form button,
.modal .form input[type=submit] {
  margin: 20px auto 0;
  display: block;
}
form fieldset,
.form fieldset {
  max-width: 100% !important;
}
form fieldset > div,
.form fieldset > div {
  margin-bottom: 20px !important;
}
form fieldset > div[style="display: none;"],
.form fieldset > div[style="display: none;"] {
  margin-bottom: 0 !important;
}
form .input,
.form .input {
  margin: 0 15px !important;
}
form .inputs-list.multi-container input,
.form .inputs-list.multi-container input {
  margin-right: 10px;
}
form .hs-error-msg,
.form .hs-error-msg {
  color: #E02020;
  padding-left: 23px;
}

.contact-section .form {
  max-width: 468px;
  width: 100%;
  background: #fff;
  transform: translateY(-366px);
  margin-bottom: -366px;
}
.contact-section .form form {
  border-radius: 0;
  box-shadow: none;
}
.contact-section .form form .hs-form-field {
  width: 100% !important;
  float: none;
}
.contact-section .form form input[type=submit] {
  max-width: 90%;
  margin: 0 auto;
  display: block;
}
.contact-section .form form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .contact-section .form {
    transform: translateY(0);
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  form .form-header h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  form .form-header h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  form .form-header::after {
    left: -350px;
  }
  fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  fieldset.form-columns-2 .hs-form-field:not(:last-child) {
    margin-bottom: 20px !important;
  }
}
.contact-item {
  display: flex;
}
.contact-item:not(:last-child) {
  margin-bottom: 40px;
}
.contact-item .contact-item-icon .icon {
  margin-right: 20px;
}
.contact-item .orange-text {
  font-weight: 700;
}
.contact-section .rtf-wrapper {
  padding: 0;
}

@media only screen and (max-width: 992px) {
  .contact {
    max-width: 465px;
    margin: 0 auto;
  }
  .contact-section .rtf-wrapper {
    max-width: 465px;
    margin: 0 auto 80px;
  }
}
.speaker {
  position: relative;
  z-index: 2;
}
.speaker-header {
  padding: 60px 40px 20px;
  background: #ed7d38;
  border-radius: 10px 10px 0 0;
  height: 100%;
}
.speaker-header p {
  color: #fff;
  text-align: center;
}
.speaker-header p.author {
  font-weight: 700;
}
.speaker-header img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}
.speaker-header.mobile {
  display: none;
}
.speaker-body {
  padding: 20px 40px 60px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05), 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  height: 100%;
  border-radius: 0 0 10px 10px;
  background: #fff;
}
.speaker-body p + p {
  margin-top: 20px;
}
.speaker-body img {
  max-width: 100%;
  height: auto;
}
.speaker-section-top {
  padding: 80px 0 0;
}
.speaker-section-top .webinar-checklist {
  margin-bottom: 80px;
}
.speaker-section-top .webinar-checklist h3 {
  color: #ed7d38;
  margin-bottom: 20px;
}
.speaker-section-bottom {
  margin-bottom: 80px;
}
.speaker-wrapper {
  max-width: 790px;
  margin: 0 auto;
}
.speaker-wrapper h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
.speaker-row {
  display: flex;
  margin: 0 -15px;
  justify-content: center;
}
.speaker-col {
  flex-grow: 1;
  padding: 0 15px;
  max-width: 380px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .speaker {
    max-width: 380px;
    margin: 0 auto;
  }
  .speaker-header {
    height: auto;
  }
  .speaker-header.desktop {
    display: none;
  }
  .speaker-header.mobile {
    display: block;
  }
  .speaker-section-bottom {
    margin-bottom: 50px;
  }
  .speaker-body {
    height: auto;
    margin-bottom: 30px;
  }
  .speaker-section-top {
    padding-bottom: 200px;
    margin-bottom: -200px;
  }
  .speaker-wrapper h2 {
    font-family: "Inter", "Open Sans", sans-serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 56px;
    color: #51585b;
    color: #fff;
  }
  .speaker-row {
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .speaker-wrapper h2 {
    font-size: 28px;
    line-height: 1.2;
  }
}
.code-block {
  background: #0E0F24;
  padding: 80px 100px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.code-block img {
  max-width: 100%;
}

@media only screen and (max-width: 992px) {
  .code-block {
    padding: 80px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .code-block {
    padding: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .code-block {
    padding: 20px;
  }
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
  margin: 0 5px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 5px;
}
.pagination .page-numbers.current {
  background: #ed7d38;
  color: #fff;
}
.pagination .page-numbers i {
  font-size: 18px;
  color: #ed7d38;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span,
.wp-pagenavi .current {
  margin: 0 5px !important;
  width: 36px;
  line-height: 34px;
  text-align: center;
  border-radius: 5px;
  border: none !important;
  padding: 0 !important;
}
.wp-pagenavi a i,
.wp-pagenavi span i,
.wp-pagenavi .current i {
  font-size: 18px;
  color: #ed7d38;
}
.wp-pagenavi .current {
  background: #ed7d38;
  color: #fff;
}
.wp-pagenavi .nextpostslink::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: #ed7d38;
}
.wp-pagenavi .previouspostslink::after {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: #ed7d38;
}
.wp-pagenavi .pages {
  display: none;
}

.counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 35px;
}
.counter h2 {
  color: #181a3c;
}

.stats-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.stats-row .stats-col {
  padding: 0 15px;
  max-width: 230px;
  width: 100%;
  margin-bottom: 30px;
}
.stats-row .stats-item {
  padding: 40px 20px 20px 40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05), 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.stats-row .stats-item h3 {
  color: #181a3c;
  margin-bottom: 10px;
}
.stats-row .stats-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 12px;
  background-image: linear-gradient(180deg, #363A72 0%, #181A3C 100%);
}

.journey-card {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05), 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  height: 100%;
}
.journey-card .card-header {
  padding: 0 30px 30px;
  background: #181a3c;
  border-radius: 10px 10px 0 0;
}
.journey-card .card-header .icon {
  margin-top: -35px;
  border: 5px solid #fff;
  padding: 18px;
  width: 70px;
  height: 70px;
}
.journey-card .card-header h3, .journey-card .card-header p {
  text-align: center;
}
.journey-card .card-header h3 {
  color: #ed7d38;
}
.journey-card .card-header p {
  color: #fff;
}
.journey-card .card-header .center-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.journey-card .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 40px;
}
.journey-card .card-content p {
  text-align: center;
  margin-bottom: 10px;
}
.journey-header {
  text-align: center;
  margin-bottom: 40px;
}
.journey-header h1 + h2,
.journey-header h1 + p {
  margin-top: 20px;
}
.journey-header h1 {
  background: -webkit-linear-gradient(-45deg, #D65201, #FF7621);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.journey-header h2 {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #51585b;
}
.journey-sub-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
}
.journey-sub-title p {
  display: inline;
  font-weight: 700;
  position: relative;
}
.journey-sub-title p::before, .journey-sub-title p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  max-width: 240px;
  width: 100%;
}
.journey-sub-title p::before {
  left: -260px;
  background-image: linear-gradient(-270deg, rgba(168, 171, 173, 0) 0%, #a8abad 100%);
}
.journey-sub-title p::after {
  right: -260px;
  background-image: linear-gradient(270deg, rgba(168, 171, 173, 0) 0%, #a8abad 100%);
}
.journey-item {
  margin: 30px 0;
}

@media only screen and (max-width: 767px) {
  .journey-sub-title p::before, .journey-sub-title p::after {
    max-width: 120px;
  }
  .journey-sub-title p::before {
    left: -140px;
  }
  .journey-sub-title p::after {
    right: -140px;
  }
}
@media only screen and (max-width: 560px) {
  .journey-sub-title p::before, .journey-sub-title p::after {
    max-width: 60px;
  }
  .journey-sub-title p::before {
    left: -80px;
  }
  .journey-sub-title p::after {
    right: -80px;
  }
}
@media only screen and (max-width: 440px) {
  .journey-card .card-header {
    flex-direction: column;
    padding: 0 20px 20px;
  }
  .journey-card .card-header .icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .journey-card .card-content {
    padding: 20px;
  }
  .journey-sub-title p::before, .journey-sub-title p::after {
    display: none;
  }
}
.cta {
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}
.cta h2, .cta p {
  color: #fff;
  margin-bottom: 20px;
}
.cta-section {
  background-image: linear-gradient(0deg, #C24A00 0%, #D65403 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: url(../images/hexagon.svg);
  position: absolute;
  left: -150px;
  top: -30px;
  transform: rotate(180deg) scaleX(-1);
}
.cta-section::after {
  content: url(../images/hexagon.svg);
  position: absolute;
  right: -100px;
  bottom: -40px;
  transform: rotate(-91deg);
}

@media only screen and (max-width: 1120px) {
  .cta-section::before {
    left: -250px;
  }
  .cta-section::after {
    right: -180px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-section::before {
    left: -300px;
  }
  .cta-section::after {
    right: -250px;
    bottom: -60px;
  }
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip-text {
  visibility: hidden;
  width: 240px;
  background-color: #181a3c;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 20px;
  position: absolute;
  z-index: 1;
}
.tooltip-text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.counter .tooltip .tooltip-text {
  top: 50%;
  right: -250px;
  transform: translateY(-50%);
}
.counter .tooltip .tooltip-text::after {
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #181a3c transparent transparent;
}
.tooltip .price-list .tooltip-text, .price-icon-list .tooltip .tooltip-text {
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
}
.tooltip .price-list .tooltip-text::after, .price-icon-list .tooltip .tooltip-text::after {
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 5px solid #181a3c;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.tooltip:hover .tooltip-text {
  visibility: visible;
}

.price_old .price {
  flex: 1 1 25%;
  padding: 0 10px;
  min-width: 25%;
  max-width: 50%;
}
.price_old .price-wrapper {
  display: flex;
  margin: 0 -10px;
}
.price_old .price-content {
  padding: 60px 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05), 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.price_old .price-content:not(.with-slider) .price-head {
  border-bottom: 1px solid rgba(168, 171, 173, 0.5);
}
.old-pricing .price_old .price-content:not(.with-slider) .price-head {
  padding-bottom: 15px;
}
.price_old .price-title {
  text-align: center;
  margin-bottom: 40px;
}
.price_old .price-title h1 {
  margin-bottom: 10px;
  color: #fff;
}
.price_old .price-title p {
  color: #fff;
}
.price_old .price-head h3 {
  margin-bottom: 10px;
}
.price_old .price-head .price-label {
  margin-bottom: 20px;
}
.price_old .price-head .per-month {
  display: inline-block;
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #51585b;
  color: #a8abad;
  vertical-align: top;
  margin-top: 8px;
}
.price_old .price-body {
  padding: 30px 0 40px;
}
.price_old .price-body h5 {
  margin-top: 40px;
  line-height: 24px;
  font-weight: 700;
}
.with-slider .price_old .price-body {
  padding-top: 15px;
}
.price_old .price-bottom {
  padding-top: 21px;
  margin-top: auto;
  border-top: 1px solid rgba(168, 171, 173, 0.5);
  min-height: 137px;
}
.price_old .price-bottom p {
  font-style: italic;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.8;
}
.price_old .price-bottom .btn {
  margin-bottom: 20px;
}
.price_old .price .btn {
  display: block;
  width: 100%;
  border-radius: 10px;
  text-transform: uppercase;
}
.price_old .price-list > li {
  display: flex;
  margin-bottom: 10px;
  line-height: 24px;
}
.price_old .price-list > li .underline {
  border-bottom: 1px dashed #a8abad;
  cursor: help;
}
.price_old .price-list > li::before {
  content: url(../images/icons/Icon_CheckmarkGrey.svg);
  margin-right: 10px;
  margin-top: 4px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.price_old .price-list > li .open-modal span {
  display: inline;
  border-bottom: 1px solid #a8abad;
}
.price_old .price.most-popular .price-content {
  position: relative;
  overflow: hidden;
}
.price_old .price.most-popular .price-content::before {
  content: "Most popular plan";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  background: #181a3c;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  padding: 12px 5px 8px;
}
.price_old h5 + .price-list {
  margin-top: 20px;
}
.price_old .btn + .price-list {
  margin-top: 40px;
}
@media only screen and (max-width: 1200px) {
  .price_old .price {
    flex: 1 1 50%;
    min-width: 50%;
    margin-bottom: 40px;
  }
  .price_old .price-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .price_old .price-content {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .price_old .price {
    flex: 1 1 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

:root,
:host {
  --slbs-gray: #94A3B8;
  --slbs-light-gray: #EFF1F3;
  --slbs-orange: #ed7e38;
  --slbs-light-orange: #ffe6d7;
  --slbs-blue: #181b3c;
  --slbs-light-blue: #edf0ff;
}

.gray {
  color: var(--slbs-gray);
}

.red {
  color: #ed3838;
}

.green {
  color: #2e7d32;
}

.center {
  text-align: center;
}

.simple {
  color: var(--slbs-orange) !important;
  border-color: var(--slbs-orange) !important;
}

.complex {
  color: var(--slbs-blue) !important;
  border-color: var(--slbs-blue) !important;
}

.homepage,
.pricing-page {
  /** Business Table **/
}
.homepage .cta,
.pricing-page .cta {
  margin: 10px 20px;
  padding: 5px;
  font-weight: 700;
  display: block;
  color: var(--slbs-orange);
  border: 2px solid var(--slbs-orange);
  border-radius: 10px;
}
.homepage .price-title,
.pricing-page .price-title {
  text-align: center;
  font-size: 39px;
  line-height: 50px;
  color: #000;
}
.homepage .price-subtitle,
.pricing-page .price-subtitle {
  text-align: center;
  font-weight: 800;
  color: #000;
  margin-top: 15px;
}
.homepage .dynamic-detail-section,
.pricing-page .dynamic-detail-section {
  background: var(--slbs-light-gray);
  padding: 20px 0 80px 0;
}
.homepage .dynamic-tab-section,
.pricing-page .dynamic-tab-section {
  border-bottom: 1px solid;
}
.homepage .dynamic-tab-simple-selected .dynamic-tab-simple,
.homepage .dynamic-tab-complex-selected .dynamic-tab-complex,
.pricing-page .dynamic-tab-simple-selected .dynamic-tab-simple,
.pricing-page .dynamic-tab-complex-selected .dynamic-tab-complex {
  margin-bottom: -1px !important;
  background: #fff;
  border-top: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid;
}
.homepage .dynamic-tab-simple-selected,
.homepage .dynamic-tab-simple-selected .dynamic-tab-simple,
.pricing-page .dynamic-tab-simple-selected,
.pricing-page .dynamic-tab-simple-selected .dynamic-tab-simple {
  border-color: var(--slbs-orange);
  padding: 10px 0 0 0;
}
.homepage .dynamic-tab-complex-selected,
.homepage .dynamic-tab-complex-selected .dynamic-tab-complex,
.pricing-page .dynamic-tab-complex-selected,
.pricing-page .dynamic-tab-complex-selected .dynamic-tab-complex {
  border-color: var(--slbs-blue);
  padding: 10px 0 0 0;
}
.homepage .dynamic-tab,
.pricing-page .dynamic-tab {
  text-align: center;
  border-radius: 3px 3px 0 0;
  margin: 0 5px;
  padding: 11px 1px 0 1px;
  flex: 0.5;
  color: #000;
  background: #eee;
  border-color: #eee;
}
.homepage .dynamic-tab:hover,
.pricing-page .dynamic-tab:hover {
  cursor: pointer;
}
.homepage .dynamic-tab-header,
.pricing-page .dynamic-tab-header {
  font-size: 20px;
  font-weight: bold;
}
.homepage .dynamic-tab-copy,
.pricing-page .dynamic-tab-copy {
  font-size: 12px;
  margin: 5px 0;
  padding: 0 10px;
}
.homepage .hide,
.pricing-page .hide {
  display: none;
}
.homepage .infobox,
.pricing-page .infobox {
  border: 1px solid #000;
  border-radius: 10px;
  background: #fff;
  margin: 30px 40px 0 40px;
  color: #51585B;
  font-family: "Inter", sans-serif;
}
.homepage .infobox.context-complex,
.pricing-page .infobox.context-complex {
  border-color: var(--slbs-blue) !important;
  margin-left: 0;
  margin-right: 0;
}
.homepage .infobox.context-complex .price-header-container .pricing-header,
.pricing-page .infobox.context-complex .price-header-container .pricing-header {
  padding: 10px 30px;
}
.homepage .infobox.context-complex .price-header-container .pricing-header .title,
.pricing-page .infobox.context-complex .price-header-container .pricing-header .title {
  line-height: 1.2em;
}
.homepage .infobox.context-complex .price-header-container .pricing-icon,
.pricing-page .infobox.context-complex .price-header-container .pricing-icon {
  margin-top: 15px;
  font-size: 70px;
}
.homepage .infobox.context-complex .content .cta,
.pricing-page .infobox.context-complex .content .cta {
  color: #fff;
  background: var(--slbs-blue);
  border-color: var(--slbs-blue);
}
.homepage .infobox.context-complex .content .features,
.pricing-page .infobox.context-complex .content .features {
  display: inherit;
  margin-bottom: 40px;
}
.homepage .infobox.highlight,
.pricing-page .infobox.highlight {
  border-color: var(--slbs-orange);
  border: 2px solid var(--slbs-orange);
}
.homepage .infobox.has-pricing-badge .pricing-header,
.pricing-page .infobox.has-pricing-badge .pricing-header {
  margin-top: -18px;
}
.homepage .infobox.has-pricing-badge .price-header-container,
.pricing-page .infobox.has-pricing-badge .price-header-container {
  min-height: 307px;
}
.homepage .infobox .price-header-container,
.pricing-page .infobox .price-header-container {
  min-height: 287px;
  text-align: center;
}
.homepage .infobox .price-header-container .pricing-badge,
.pricing-page .infobox .price-header-container .pricing-badge {
  position: relative;
  margin: -20px auto 0 auto;
  background: var(--slbs-orange);
  color: #fff;
  height: 38px;
  line-height: 38px;
  font-weight: 300;
  font-size: 14px;
  width: 70%;
  z-index: 50;
}
.homepage .infobox .price-header-container .pricing-header,
.pricing-page .infobox .price-header-container .pricing-header {
  border-radius: 10px 10px 0 0;
  background: #F2F2F2;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  padding: 30px 5px 0 5px;
  min-height: 150px;
}
.homepage .infobox .price-header-container .pricing-header .title,
.pricing-page .infobox .price-header-container .pricing-header .title {
  font-size: 2.5em;
}
.homepage .infobox .price-header-container .pricing-header .description,
.pricing-page .infobox .price-header-container .pricing-header .description {
  list-style: none;
  font-size: 16px;
  line-height: 1.2rem;
  padding: 20px 0 10px;
}
.homepage .infobox .price-header-container .price,
.pricing-page .infobox .price-header-container .price {
  text-align: center;
  color: #51585B;
}
.homepage .infobox .price-header-container .price .amount,
.pricing-page .infobox .price-header-container .price .amount {
  font-size: 24px;
}
.homepage .infobox .price-header-container .price .cadence,
.pricing-page .infobox .price-header-container .price .cadence {
  font-size: 16px;
  color: #A8ABAD;
}
.homepage .infobox .price-header-container .pricing-icon,
.pricing-page .infobox .price-header-container .pricing-icon {
  font-size: 80px;
  text-align: center;
  color: #193154;
  margin-top: 38px;
}
.homepage .infobox .price-header-container .plan-emails-container,
.pricing-page .infobox .price-header-container .plan-emails-container {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #000;
}
.homepage .infobox .content,
.pricing-page .infobox .content {
  text-align: center;
  font-size: 14px;
}
.homepage .infobox .content .feature-list-text,
.pricing-page .infobox .content .feature-list-text {
  text-align: center;
  font-weight: 700;
  height: 30px;
}
.homepage .infobox .content .features,
.pricing-page .infobox .content .features {
  margin: 20px 30px;
  text-align: left;
}
.homepage .infobox .content .features .features-item,
.pricing-page .infobox .content .features .features-item {
  text-decoration: dashed;
  margin: 15px 0;
}
.homepage .infobox .content .features .features-item .ficon,
.pricing-page .infobox .content .features .features-item .ficon {
  clear: both;
  color: #6DD400;
  width: 30px;
  float: left;
  display: block;
}
.homepage .infobox .content .features .features-item .ftext,
.pricing-page .infobox .content .features .features-item .ftext {
  flex: 1;
  margin-left: 30px;
}
.homepage .infobox .content .features .features-item .ftext span,
.pricing-page .infobox .content .features .features-item .ftext span {
  border-bottom: 1px dashed;
  cursor: pointer;
}
.homepage .infobox .content .divider,
.pricing-page .infobox .content .divider {
  height: 1px;
  border-bottom: 1px solid #A8ABAD;
  margin: 45px;
}
.homepage .infobox .content .overprice,
.pricing-page .infobox .content .overprice {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.homepage .infobox .content .feature-link,
.pricing-page .infobox .content .feature-link {
  margin: 15px 0;
  display: block;
  padding: 10px;
  color: var(--slbs-orange);
  text-decoration: underline;
  font-weight: bold;
  text-align: center;
}
.homepage .infobox .content .feature-link:hover,
.pricing-page .infobox .content .feature-link:hover {
  text-decoration: none;
}
.homepage .infobox .feature-footer,
.pricing-page .infobox .feature-footer {
  line-height: 30px;
  color: #A8ABAD;
  margin-bottom: 10px;
  font-size: 9px;
  height: 30px;
}
.homepage .plan-features-toggle,
.pricing-page .plan-features-toggle {
  text-align: center;
  margin: 50px 0 30px;
  width: 100%;
}
.homepage .plan-features-toggle .toggle-plan-features,
.pricing-page .plan-features-toggle .toggle-plan-features {
  padding: 20px 60px;
  font-weight: 700;
  font-size: 18px;
  color: var(--slbs-orange);
  border: 2px solid var(--slbs-orange);
  border-radius: 10px;
}
.homepage .plan-features .plan-features-header,
.pricing-page .plan-features .plan-features-header {
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0;
  display: flex;
}
.homepage .plan-features .plan-features-header .plan-features-header-column,
.pricing-page .plan-features .plan-features-header .plan-features-header-column {
  flex: 0.2;
  margin: 10px;
  min-width: 130px;
}
.homepage .plan-features .plan-features-container .plan-features-category,
.pricing-page .plan-features .plan-features-container .plan-features-category {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
.homepage .plan-features .plan-features-container .plan-features-category .plan-features-category-header,
.pricing-page .plan-features .plan-features-container .plan-features-category .plan-features-category-header {
  display: flex;
  margin: 20px 0;
}
.homepage .plan-features .plan-features-container .plan-features-category .plan-features-category-header .plan-features-category-title,
.pricing-page .plan-features .plan-features-container .plan-features-category .plan-features-category-header .plan-features-category-title {
  margin: 10px;
  flex: 1;
  font-size: 26px;
  font-weight: 700;
}
.homepage .plan-features .plan-features-container .plan-features-category .plan-features-category-header .plan-features-category-toggle,
.pricing-page .plan-features .plan-features-container .plan-features-category .plan-features-category-header .plan-features-category-toggle {
  margin: 10px;
  text-align: right;
  flex: 0.1;
}
.homepage .overview,
.pricing-page .overview {
  color: #000;
}
.homepage .overview .overview-header,
.pricing-page .overview .overview-header {
  border-bottom: 1px solid var(--slbs-blue);
  margin: 10px 0;
  padding: 15px 0;
  font-size: 24px;
  font-weight: 700;
}
.homepage .overview .overview-table,
.pricing-page .overview .overview-table {
  display: flex;
  flex-wrap: wrap;
}
.homepage .overview .overview-table .overview-table-column,
.pricing-page .overview .overview-table .overview-table-column {
  flex: 1;
  min-width: 290px;
  padding: 0 5px;
}
.homepage .overview .overview-table .overview-table-column .overview-table-item,
.pricing-page .overview .overview-table .overview-table-column .overview-table-item {
  font-size: 16px;
  margin-bottom: 30px;
}
.homepage .overview .overview-table .overview-table-column .overview-table-item .overview-table-item-title,
.pricing-page .overview .overview-table .overview-table-column .overview-table-item .overview-table-item-title {
  font-weight: 700;
  margin: 5px 0;
}
.homepage .overview .overview-table .overview-table-column .overview-table-item .overview-table-item-description,
.pricing-page .overview .overview-table .overview-table-column .overview-table-item .overview-table-item-description {
  font-size: 14px;
  margin: 5px 0;
}
.homepage .plan-features,
.pricing-page .plan-features {
  overflow-x: scroll;
}
.homepage .plan-features .plan-features-container,
.pricing-page .plan-features .plan-features-container {
  padding: 0 10px;
  min-width: 500px;
}
.homepage .plan-features .plan-features-container .features-header,
.pricing-page .plan-features .plan-features-container .features-header {
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0;
  display: flex;
}
.homepage .plan-features .plan-features-container .features-header .column,
.pricing-page .plan-features .plan-features-container .features-header .column {
  flex: 0.25;
  margin: 10px;
  text-align: center;
}
.homepage .plan-features .plan-features-container .features-header .column:first-child,
.pricing-page .plan-features .plan-features-container .features-header .column:first-child {
  text-align: left;
  width: 180px;
  font-size: 24px;
  flex: inherit;
}
.homepage .plan-features .plan-features-container .categories .category,
.pricing-page .plan-features .plan-features-container .categories .category {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
.homepage .plan-features .plan-features-container .categories .category.category-hidden .category-header .toggle i,
.pricing-page .plan-features .plan-features-container .categories .category.category-hidden .category-header .toggle i {
  transform: rotate(180deg);
}
.homepage .plan-features .plan-features-container .categories .category.category-hidden .category-header .title,
.pricing-page .plan-features .plan-features-container .categories .category.category-hidden .category-header .title {
  border-right: none;
}
.homepage .plan-features .plan-features-container .categories .category.category-hidden .feature-list,
.pricing-page .plan-features .plan-features-container .categories .category.category-hidden .feature-list {
  display: none;
}
.homepage .plan-features .plan-features-container .categories .category .category-header,
.pricing-page .plan-features .plan-features-container .categories .category .category-header {
  display: flex;
  color: var(--slbs-orange);
  border-top: 1px solid var(--slbs-orange);
  cursor: pointer;
}
.homepage .plan-features .plan-features-container .categories .category .category-header .title,
.pricing-page .plan-features .plan-features-container .categories .category .category-header .title {
  flex: none;
  padding: 20px 0 20px 10px;
  width: 200px;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  border-right: 1px solid var(--slbs-gray);
}
.homepage .plan-features .plan-features-container .categories .category .category-header .toggle,
.pricing-page .plan-features .plan-features-container .categories .category .category-header .toggle {
  padding: 20px 0;
  flex: 1;
  text-align: right;
}
.homepage .plan-features .plan-features-container .categories .category .feature-list .feature,
.pricing-page .plan-features .plan-features-container .categories .category .feature-list .feature {
  display: flex;
}
.homepage .plan-features .plan-features-container .categories .category .feature-list .feature.even,
.pricing-page .plan-features .plan-features-container .categories .category .feature-list .feature.even {
  background-color: #fff;
}
.homepage .plan-features .plan-features-container .categories .category .feature-list .feature.odd,
.pricing-page .plan-features .plan-features-container .categories .category .feature-list .feature.odd {
  background-color: var(--slbs-light-gray);
}
.homepage .plan-features .plan-features-container .categories .category .feature-list .feature:hover,
.pricing-page .plan-features .plan-features-container .categories .category .feature-list .feature:hover {
  /*background-color: var(--slbs-light-blue);*/
}
.homepage .plan-features .plan-features-container .categories .category .feature-list .feature .column,
.pricing-page .plan-features .plan-features-container .categories .category .feature-list .feature .column {
  text-align: center;
  flex: 0.25;
  font-size: 20px;
  font-weight: 500;
}
.homepage .plan-features .plan-features-container .categories .category .feature-list .feature .column:first-child,
.pricing-page .plan-features .plan-features-container .categories .category .feature-list .feature .column:first-child {
  text-align: left;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 300;
  border-right: 1px solid var(--slbs-gray);
  width: 200px;
  flex: none;
  padding: 10px;
}
.homepage .plan-features .plan-features-container .categories .category .feature-list .feature .column:not(:first-child) div,
.pricing-page .plan-features .plan-features-container .categories .category .feature-list .feature .column:not(:first-child) div {
  padding: 10px 0;
}
.homepage .plan-features .plan-features-container .categories .category .feature-list .feature .column .text,
.pricing-page .plan-features .plan-features-container .categories .category .feature-list .feature .column .text {
  font-size: 12px;
}

.sales-dialog {
  z-index: 9998;
  --width: 95vw;
}

@media only screen and (max-width: 992px) {
  .pricing-page .plan-features .plan-features-container .features-header {
    font-size: 20px;
  }
}
@media only screen and (max-width: 870px) {
  .pricing-page .plan-features .plan-features-container .features-header {
    font-size: 18px;
  }
}
@media only screen and (max-width: 790px) {
  .pricing-page .plan-features .plan-features-container .features-header {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-page .plan-features .plan-features-container .features-header {
    font-size: 14px;
  }
  .pricing-page .toggle-plan-features {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
input[type=range] {
  -webkit-appearance: none;
  -moz-apperance: none;
  border-radius: 6px;
  height: 6px;
  width: 100%;
  background: linear-gradient(to right, #0073B0 0%, #0073B0 50%, #eee 50%, #eee 100%);
}

input[type=range]::-moz-range-track {
  border: none;
  background: none;
  outline: none;
}

input[type=range]:focus {
  outline: none;
  border: none;
}

input[type=range]::-moz-range-thumb {
  -moz-appearance: none !important;
  background-color: #0073B0;
  border: none;
  height: 13px;
  width: 13px;
  border-radius: 50%;
}

.component-navigation-products {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  background: #fff;
  z-index: 999;
  padding: 20px 40px;
  color: #000;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: left;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
.component-navigation-products.active {
  display: block;
}
.component-navigation-products .comnav-header {
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}
.component-navigation-products .comnav-header.comnav-simple {
  border-color: var(--slbs-orange);
}
.component-navigation-products .comnav-header.comnav-complex {
  border-color: var(--slbs-blue);
}
.component-navigation-products .comnav-header .comnav-title {
  font-size: 18px;
  font-weight: bold;
}
.component-navigation-products .comnav-header a {
  color: #000;
}
.component-navigation-products .comnav-header a.comnav-title:hover {
  text-decoration: underline;
}
.component-navigation-products .comnav-header .comnav-description {
  font-size: 12px;
  line-height: 18px;
}
.component-navigation-products .comnav-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
  font-size: 14px;
}
.component-navigation-products .comnav-links:not(:last-child) {
  margin-bottom: 30px;
}
.component-navigation-products .comnav-links .comnav-links-col-3 {
  width: 33%;
}
.component-navigation-products .comnav-links .comnav-links-col-2 {
  width: 50%;
}
.component-navigation-products .comnav-links .comnav-links-col {
  width: 100%;
}
.component-navigation-products .comnav-links a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
}
.component-navigation-products .comnav-links a:hover {
  text-decoration: underline;
}

.modal-overlay {
  display: none;
  position: fixed;
  z-index: 9998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal-overlay .modal {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 95px 40px 0;
}
.modal-overlay .modal-content {
  max-width: 1200px;
  background-color: #fff;
  border-radius: 10px;
  max-height: 80vh;
  overflow-y: auto;
}
.modal-overlay .modal-content .modal-head {
  padding: 30px 40px 20px;
  background: #181a3c;
  position: relative;
  overflow: hidden;
}
.modal-overlay .modal-content .modal-head h2 {
  color: #fff;
  text-align: left;
}
.modal-overlay .modal-content .modal-body {
  padding: 30px 40px;
  position: relative;
  overflow: hidden;
}
.modal-overlay .modal-content .modal-body > * {
  position: relative;
  z-index: 2;
}
.modal-overlay .modal-content .modal-body fieldset.form-columns-2 .hs-form-field {
  width: 100% !important;
  float: none !important;
}
.modal-overlay .modal-content .modal-body form .input, .modal-overlay .modal-content .modal-body .form .input,
.modal-overlay .modal-content .modal-body form label, .modal-overlay .modal-content .modal-body .form label {
  margin: 0 !important;
}
.modal-overlay .modal-content .modal-body .legal-consent-container {
  max-width: 335px;
  margin: 0 auto;
}
.modal-overlay .modal-content .modal-body .legal-consent-container p {
  text-align: center;
  font-size: 14px;
}
.modal-overlay .modal-content .modal-body .grecaptcha-badge {
  margin: 0 auto;
}
.modal-overlay .modal-content .list-row {
  display: flex;
  margin: 0 -35px;
}
.modal-overlay .modal-content .list-row .list-column {
  padding: 0 35px;
  flex-grow: 1;
}
.modal-overlay .modal-content .list-row .list-column .modal-list:not(:last-child) {
  margin-bottom: 40px;
}
.modal-overlay .modal-content .modal-list {
  max-width: 300px;
  width: 100%;
}
.modal-overlay .modal-content .modal-list h3 {
  color: #ed7d38;
  margin-bottom: 10px;
}
.modal-overlay .modal p {
  text-align: left;
  color: #51585b;
}
.modal-overlay .content-wrapper {
  position: relative;
}
.modal-overlay .close-modal {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 9999;
}
.modal-overlay:not(#features-modal) .modal-content .modal-head h2 {
  font-size: 32px;
  line-height: 34px;
}
.modal-overlay:not(#features-modal) .content-wrapper {
  max-width: 465px;
  width: 100%;
}
.modal-overlay#features-modal .modal-content .modal-head {
  padding: 80px 80px 40px;
}
.modal-overlay#features-modal .modal-content .modal-head::before {
  content: url(../images/HexagonWhite.svg);
  position: absolute;
  top: 0;
  left: 0;
}
.modal-overlay#features-modal .modal-content .modal-body::after {
  content: url(../images/HexagonOrange.svg);
  position: absolute;
  bottom: -10px;
  right: 0;
}

@media only screen and (max-width: 1200px) {
  .modal-overlay .modal-content .list-row {
    margin: 0 -20px;
  }
  .modal-overlay .modal-content .list-row .list-column {
    padding: 0 20px;
  }
  .modal-overlay#features-modal .modal-content .modal-head {
    padding: 80px 40px 40px;
  }
  .modal-overlay#features-modal .modal-content .modal-body {
    padding: 40px 40px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-overlay .modal-content .list-row {
    flex-direction: column;
    margin: 0;
  }
  .modal-overlay .modal-content .list-row .list-column {
    padding: 0;
    margin-bottom: 40px;
  }
  .modal-overlay .modal-content .modal-list {
    max-width: 100%;
  }
  .modal-overlay .modal .content-wrapper {
    width: 100%;
  }
  .modal-overlay:not(#features-modal) .modal-content .modal-head h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .modal-overlay:not(#features-modal) .modal-content .modal-head {
    padding: 30px 20px 20px;
  }
  .modal-overlay:not(#features-modal) .modal-content .modal-body {
    padding: 30px 20px;
  }
  .modal-overlay#features-modal .modal-content .modal-body {
    padding: 40px 40px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .modal-overlay .modal .hs-fieldtype-intl-phone select {
    margin-bottom: 15px;
  }
}
.report-row:not(:last-child) {
  margin-bottom: 40px;
}
.report-title {
  margin-bottom: 40px;
  text-align: center;
}
.report-content {
  padding-top: 20px;
  max-width: 465px;
}
.report-content h3 {
  margin-bottom: 10px;
}
.report-content p {
  margin-bottom: 20px;
}
.report-content .label-btn {
  margin-top: 20px;
}
.report-media img {
  margin: 0 auto;
  max-width: 100%;
}

@media only screen and (max-width: 992px) {
  .report-content {
    padding-top: 0;
    margin: 0 auto 40px;
  }
  .report .image-left .report-media {
    order: 2;
  }
}
.report-cards {
  padding: 80px 0;
}
.report-cards .center-button {
  margin-top: 10px;
}

.large-rtf-block h2 {
  text-align: center;
  margin-bottom: 40px;
}
.large-rtf-block .block-list {
  background: #181a3c;
  padding: 65px 110px;
  position: relative;
  overflow: hidden;
}
.large-rtf-block .block-list h3 {
  color: #ed7d38;
  margin-bottom: 20px;
}
.large-rtf-block .block-list::before, .large-rtf-block .block-list::after {
  content: "";
  position: absolute;
  background: #fff;
}
.large-rtf-block .block-list::before {
  top: -35px;
  left: -35px;
  border: 35px solid #181a3c;
  border-bottom-color: transparent;
  transform: rotate(-45deg);
}
.large-rtf-block .block-list::after {
  bottom: -35px;
  right: -35px;
  border: 35px solid #181a3c;
  border-top-color: transparent;
  transform: rotate(-45deg);
}
.large-rtf-block .rtf-wrapper {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .large-rtf-block .block-list {
    padding: 65px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .large-rtf-block .block-list {
    padding: 65px 60px;
  }
}
.testimonial-slider .slider-item {
  background: #fff;
  height: 100%;
}
.testimonial-slider .slider-item img {
  display: inline;
}
.testimonial-slider .slider-item img.accent {
  max-width: 100%;
}
.testimonial-slider .slider-item h3 {
  color: #ed7d38;
  margin-bottom: 10px;
}
.testimonial-slider .slider-item p {
  margin-bottom: 20px;
}
.testimonial-slider .slider-item h5 {
  color: #a8abad;
  margin-bottom: 40px;
}
.testimonial-slider .item-wrap {
  margin-bottom: 30px;
}
.testimonial-slider.active {
  display: block !important;
  margin: 0 !important;
}

.slider-title {
  margin: 0 auto 60px;
  text-align: center;
}

.section.slider-section.orange-wave-bg {
  margin-top: 200px;
  padding-bottom: 80px;
}
.landing-page .section.slider-section.orange-wave-bg {
  margin-top: 80px;
}

.bx-viewport {
  padding: 20px 0;
  margin-bottom: 60px;
}

.bx-controls-direction {
  display: flex;
  justify-content: center;
}
.bx-controls-direction a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
  margin: 0 15px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}
.bx-controls-direction a.disabled {
  opacity: 0.5;
}
.bx-controls-direction a:not(.disabled):hover {
  border: 2px solid #fff;
}
.bx-controls-direction .bx-next svg {
  transform: rotate(180deg);
}

.slick-dots {
  display: flex;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.slick-dots li button {
  margin: 5px;
  border-radius: 50%;
  background: #181a3c;
  color: transparent;
  border: none;
  height: 12px;
  width: 10px;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #ed7d38;
}

.testimonial-header {
  text-align: center;
  font-size: 40px;
  line-height: 1.2em;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  min-height: 80px;
  padding: 0 20px;
  text-shadow: 0 1px 0 rgba(237, 125, 56, 0.5), 0 2px 0 rgba(135, 57, 9, 0.2);
}

.testimonial-description {
  font-size: 24px;
  color: #777;
}

.testimonial-description-wrapper {
  width: 65%;
  margin: 0 auto;
}

.testimonial-author {
  text-align: center;
  margin: 35px auto;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .testimonial-header {
    font-size: 28px;
  }
  .testimonial-description {
    font-size: 20px;
  }
  .testimonial-author {
    font-size: 12px;
  }
  .slider-item img.accent {
    display: none;
  }
}
.post-header {
  padding: 0 40px;
}
.post-header-wrapper {
  max-width: 790px;
  margin: 0 auto;
  padding: 39px 80px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05), 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
}
.post-header-wrapper .post-header-block {
  padding: 21px 0;
  position: relative;
}
.post-header-wrapper .post-header-block::before, .post-header-wrapper .post-header-block::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 300px;
  width: 100%;
  height: 1px;
  background: rgba(168, 171, 173, 0.5);
}
.post-header-wrapper .post-header-block::before {
  top: 0;
}
.post-header-wrapper .post-header-block::after {
  bottom: 0;
}
.post-header-wrapper::before, .post-header-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}
.post-header-wrapper::before {
  bottom: 100%;
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
}
.post-header-wrapper::after {
  top: 100%;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
}

@media only screen and (max-width: 560px) {
  .post-header-wrapper {
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
  .post-header-wrapper .post-header-block {
    padding: 40px 0;
  }
  .post-header-wrapper .post-header-block::before, .post-header-wrapper .post-header-block::after {
    background: #ed7d38;
  }
  .post-header-wrapper::before, .post-header-wrapper::after {
    display: none;
  }
}
.spotlight-content h3 {
  color: #ed7d38;
  margin-bottom: 10px;
}
.spotlight-content p {
  margin-bottom: 20px;
}
.spotlight-content .btn {
  margin-top: 20px;
}
.spotlight-media img {
  margin-left: auto;
  max-width: 100%;
}

@media only screen and (max-width: 992px) {
  .spotlight-media img {
    margin: 40px auto 0;
  }
}
.competitor-page-banner {
  margin: 40px 0 0;
}
.competitor-page-banner h1 {
  color: #ed7d38;
  text-align: center;
  max-width: 790px;
  margin: 0 auto 10px;
}
.competitor-page-banner .center-button {
  margin-top: 30px;
}

.page-hub .hub.hub-demo {
  padding: 0;
}
.page-hub .hub.hub-demo .hub-header {
  color: #fff !important;
  background: #181a3c;
}
.page-hub .hub.hub-demo .hub-header-content {
  color: #fff;
}
.page-hub .hub.hub-demo .hub-header-content h1, .page-hub .hub.hub-demo .hub-header-content h2 {
  color: #fff !important;
  text-align: left;
}
.page-hub .hub.hub-demo .hub-header-content h1 {
  font-size: 55px;
  font-weight: bold;
}
.page-hub .hub.hub-demo .hub-header-content h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
}
.page-hub .hub-header {
  padding-top: 80px;
  text-align: center;
  justify-content: center;
}
.page-hub .hub-header .hub-title {
  color: #000;
}
.page-hub .hub-header .hub-subheader {
  padding: 20px 0;
  color: #000;
  font-weight: 300;
  font-size: 40px;
}
.page-hub .hub-header .hub-cta {
  margin: 10px 30px;
}
.page-hub .hub-cta {
  border-radius: 3px;
  padding: 6px 25px;
  height: auto;
  margin: 1dvi 0;
  font-size: 18px;
  font-weight: normal;
  font-family: "Lato", sans-serif;
}
.comparison-dark-bg {
  background: #181a3c;
  padding: 80px 40px 245px;
  position: relative;
  overflow: hidden;
}
.comparison-dark-bg::after {
  content: url(../images/Hexagon-Light_RightGradient.svg);
  position: absolute;
  bottom: -420px;
  right: -150px;
  opacity: 0.05;
  transform: scale(1.5) rotate(75deg);
}
.comparison-dark-bg::before {
  content: url(../images/Hexagon-Light_RightGradient.svg);
  position: absolute;
  top: -400px;
  left: -250px;
  opacity: 0.05;
  transform: scale(1.5) rotate(140deg);
}
.comparison-wrapper {
  padding: 0 40px;
}
.comparison-title {
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}
.comparison-title h2 {
  color: #fff;
}
.comparison-title p {
  color: rgba(255, 255, 255, 0.8);
}
.comparison-table {
  max-width: 790px;
  margin: -200px auto 0;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05), 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}
.comparison-table img {
  max-width: 100%;
  max-height: 24px;
  margin: 0 auto;
}
.comparison-table p {
  line-height: 1.1;
}
.comparison-row {
  display: flex;
}
.comparison-row:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(168, 171, 173, 0.5);
  padding-bottom: 10px;
}
.comparison-row:first-child {
  padding: 15px 0;
  border: 0;
}
.comparison-col {
  flex: 0 1 25%;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
}
.comparison-col:first-child {
  flex: 0 1 50%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .comparison-table {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .comparison-wrapper {
    padding: 0 20px;
  }
  .comparison-table p {
    font-size: 12px;
  }
  .comparison-col {
    flex: 0 1 30%;
  }
  .comparison-col:first-child {
    flex: 0 1 40%;
  }
}
.competitor-progress-title {
  text-align: center;
}
.competitor-progress-title h2 {
  max-width: 1150px;
  margin: 0 auto;
}
.competitor-progress-title p {
  color: rgba(81, 88, 91, 0.8);
  max-width: 790px;
  margin: 20px auto 0;
}
.competitor-progress .progress-step {
  display: flex;
  margin-bottom: 80px;
}
.competitor-progress .progress-step-icon {
  position: relative;
  margin-right: 20px;
}
.competitor-progress .progress-step-icon .count {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.competitor-progress .progress-step-icon svg {
  filter: drop-shadow(-5px 10px 30px rgba(237, 125, 56, 0.5));
}
.competitor-progress .progress-step-title {
  margin-top: 10px;
  height: 100%;
  border-right: 1px solid rgba(168, 171, 173, 0.5);
}
.competitor-progress .progress-step-sub-title {
  color: #ed7d38;
  margin-bottom: 20px;
}
.competitor-progress-track {
  max-width: 810px;
  margin: 40px auto 0;
}
.competitor-progress-read-more {
  max-width: 810px;
  margin: 0 auto 40px;
  background: rgba(237, 125, 56, 0.1);
  text-align: center;
  padding: 20px;
}
.competitor-progress-read-more a {
  color: #ed7d38;
  text-decoration: underline;
}
.competitor-progress-read-more a:hover {
  text-decoration: none;
}
.competitor-progress .desktop-icon {
  display: block;
}
.competitor-progress .mobile-icon {
  display: none;
}

@media only screen and (max-width: 575px) {
  .competitor-progress .progress-step {
    margin-bottom: 40px;
  }
  .competitor-progress .progress-step-title {
    border: none;
  }
  .competitor-progress .progress-step-icon .count {
    font-size: 20px;
    top: 30px;
  }
  .competitor-progress .desktop-icon {
    display: none;
  }
  .competitor-progress .mobile-icon {
    display: block;
  }
}
.review {
  display: flex;
  max-width: 790px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05), 0 20px 40px 0 rgba(0, 0, 0, 0.05);
}
.review-title {
  text-align: center;
  margin-bottom: 20px;
}
.review-title-line {
  text-transform: uppercase;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.review-title-line p {
  display: inline;
  position: relative;
  color: #a8abad;
  font-size: 12px;
  line-height: 15px;
}
.review-title-line p:before, .review-title-line p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background: rgba(168, 171, 173, 0.5);
}
.review-title-line p::before {
  left: -127px;
}
.review-title-line p::after {
  right: -127px;
}
.review-media {
  min-width: 220px;
  padding: 50px 10px 60px;
  background-image: linear-gradient(0deg, rgba(194, 74, 0, 0.1) 0%, rgba(242, 99, 11, 0.1) 100%);
  text-align: center;
}
.review-media p {
  line-height: 20px;
}
.review-media p span {
  display: block;
}
.review-media .author {
  color: #ed7d38;
}
.review-media .author-image {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid rgba(237, 125, 56, 0.1);
  max-width: 120px;
}
.review-media .author-image img {
  max-width: 100%;
  height: auto;
}
.review-stars {
  margin-top: 40px;
}
.review-stars img {
  margin: 0 auto 5px;
  max-width: 100%;
  height: auto;
}
.review-content {
  padding: 80px 40px 60px 60px;
  position: relative;
}
.review-content h3 {
  color: #ed7d38;
  margin-bottom: 10px;
}
.review-content p {
  margin-bottom: 20px;
}
.review-content .source {
  color: rgba(81, 88, 91, 0.5);
  margin-bottom: 0;
}
.review-content .speech-mark {
  position: absolute;
  top: 60px;
  left: 40px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .review-media {
    min-width: 200px;
  }
  .review-content {
    padding: 80px 20px 60px 40px;
  }
  .review-content .speech-mark {
    left: 20px;
  }
}
@media only screen and (max-width: 568px) {
  .review {
    display: block;
  }
  .review-media {
    padding: 20px;
  }
  .review-content {
    padding: 60px 20px 40px 40px;
  }
  .review-content .speech-mark {
    top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .review-media {
    min-width: auto;
  }
  .review-title-line p:before, .review-title-line p::after {
    max-width: 60px;
  }
  .review-title-line p::before {
    left: -70px;
  }
  .review-title-line p::after {
    right: -70px;
  }
}
.sortinghat .hat {
  margin: 0 auto 0 auto;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
.sortinghat .hat .summary h2 {
  line-height: 1.1em;
}
.sortinghat .hat .cta-container {
  display: flex;
  justify-content: space-between;
  margin: 40px 100px;
}
.sortinghat .hat .cta-container .btn {
  margin: 0 30px;
  padding: 10px 5px;
  height: 60px;
}
.sortinghat .hat .cta-container .cta-1 {
  flex: 1;
}
.sortinghat .hat .cta-container .cta-2 {
  flex-basis: 50%;
}
.sortinghat .hat .cta-container .cta-3 {
  flex-basis: 33.33%;
}
.sortinghat .hat .cta-container .cta-4 {
  flex-basis: 25%;
}
.sortinghat .hat .cta-container .cta-5 {
  flex-basis: 20%;
}
.sortinghat .hat .cta-container .cta-6 {
  flex-basis: 16.667%;
}
.sortinghat .hat .cta-container img {
  display: inline;
  margin: 0 10px;
  padding: 0;
  vertical-align: middle;
}
.sortinghat .hat .cta-container img:first-child {
  margin-left: 0;
}
.sortinghat .hat .cta-container img:last-child {
  margin-right: 0;
}
.sortinghat .hat.complex .summary h2, .sortinghat .hat.complex .summary p {
  color: var(--slbs-blue) !important;
}
.sortinghat .hat.complex .btn {
  color: #fff !important;
  background: var(--slbs-blue) !important;
  border-color: var(--slbs-blue) !important;
}
.sortinghat .hat.simple .summary h2, .sortinghat .hat.simple .summary p {
  color: var(--slbs-orange) !important;
}
.sortinghat .hat.simple .btn {
  color: #fff !important;
  border-color: var(--slbs-orange);
  background-color: var(--slbs-orange);
}
.sortinghat .hat .closing {
  text-align: center;
}
.sortinghat .hat .closing h3 {
  color: var(--slbs-blue) !important;
}

.common-cta {
  min-width: 180px;
  border-radius: 6px;
  height: 43px;
  font-size: 16px;
  line-height: 41px;
}
.common-cta.complex {
  color: #fff !important;
  background: var(--slbs-blue) !important;
  border-color: var(--slbs-blue) !important;
}

@media only screen and (max-width: 1200px) {
  .sortinghat .hat .summary h2 {
    font-size: 38px;
  }
  .sortinghat .hat .cta-container {
    margin: 40px 30px;
  }
  .sortinghat .hat .cta-container .btn {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 900px) {
  .sortinghat .hat .summary h2 {
    font-size: 26px;
  }
  .sortinghat .hat .cta-container {
    margin: 40px 10px;
  }
  .sortinghat .hat .cta-container .btn {
    font-size: 14px;
    margin: 0 10px;
  }
  .sortinghat .hat .cta-container .btn img:first-child {
    display: none;
  }
}
.services {
  padding-right: 50px;
}
.services-item {
  display: flex;
}
.services-item-media {
  margin-right: 20px;
}
.services-item:not(:last-child) {
  margin-bottom: 30px;
}
.services-item h3 {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #51585b;
  color: #ed7d38;
}
.services-media img {
  margin: 0 auto;
  max-width: 100%;
}
.services-media .center-button {
  margin-top: 32px;
}

@media only screen and (max-width: 1200px) {
  .services {
    padding-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .services-item {
    max-width: 450px;
    margin: 0 auto;
  }
  .services-media {
    margin-top: 40px;
  }
}
.service-progress-title {
  text-align: center;
  margin-bottom: 40px;
}
.service-progress-track .progress-step {
  max-width: 740px;
  margin: 0 auto;
  position: relative;
}
.service-progress-track .progress-step-title {
  text-align: right;
  padding-right: 15px;
  width: 100%;
}
.service-progress-track .progress-step-title h5 {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  opacity: 0.5;
  font-weight: 700;
  color: #51585b;
}
.service-progress-track .progress-step-title p {
  color: #ed7d38;
  line-height: 1.2;
}
.service-progress-track .progress-step-icon {
  min-height: 160px;
  display: flex;
  align-items: center;
  position: relative;
}
.service-progress-track .progress-step-icon img {
  margin: 0 auto;
  width: 160px;
}
.service-progress-track .progress-step-icon .count {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-progress-track .progress-step::after {
  content: "";
  position: absolute;
  top: 80px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: rgba(168, 171, 173, 0.5);
  z-index: -1;
}
.service-progress .center-button {
  margin-top: 42px;
  flex-wrap: wrap;
}
.service-progress .center-button a {
  margin: 20px 10px 0;
}

@media only screen and (max-width: 576px) {
  .service-progress-track .progress-step {
    display: flex;
  }
  .service-progress-track .progress-step-title {
    text-align: left;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .service-progress-track .progress-step-title h5 {
    margin-left: 0;
    max-width: none;
  }
  .service-progress-track .progress-step-icon {
    padding-right: 15px;
    align-items: flex-start;
  }
  .service-progress-track .progress-step-icon img {
    margin: 0 auto;
    width: 80px;
  }
  .service-progress-track .progress-step-icon .count {
    top: 40px;
    left: calc(50% - 8px);
    transform: translate(-50%, -50%);
    font-size: 16px;
  }
  .service-progress-track .progress-step::after {
    display: none;
  }
  .service-progress-track .progress-step:not(:last-child) {
    margin-bottom: 40px;
  }
  .service-progress-title {
    padding: 0 20px;
  }
}
.service-features {
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}
.service-features .center-button {
  flex-wrap: wrap;
}
.service-features .center-button a {
  margin: 0 10px 20px;
}
.service-features::before {
  content: url(../images/Hexagon-Light_Gradient.svg);
  position: absolute;
  top: -50px;
  left: -120px;
  opacity: 0.05;
  transform: rotate(-455deg) scale(2);
}
.service-features::after {
  content: url(../images/Hexagon-Light_Gradient.svg);
  position: absolute;
  bottom: -150px;
  right: -100px;
  opacity: 0.05;
}

@media only screen and (max-width: 1200px) {
  .service-features::before {
    left: -320px;
  }
}
@media only screen and (max-width: 992px) {
  .service-features::before {
    left: -420px;
  }
}
@media only screen and (max-width: 767px) {
  .service-features::before {
    left: -520px;
  }
  .service-features::after {
    bottom: -300px;
  }
}
.service-support {
  padding: 80px 0;
  position: relative;
}
.service-support-content {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.service-support-content h2, .service-support-content p {
  color: #fff;
}
.service-support-content p {
  margin-top: 20px;
}
.service-support-card {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05), 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  padding: 60px 40px 80px;
  height: 100%;
}
.service-support-card img {
  max-width: 100%;
}
.service-support-card img:first-child {
  margin-bottom: 20px;
}
.service-support-card h3 {
  color: #ed7d38;
  margin-bottom: 10px;
}
.service-support-card p {
  margin-bottom: 20px;
}
.service-support-card h5 {
  color: #a8abad;
}
.service-support-card h5 + img {
  margin-top: 40px;
}
.service-support .center-button {
  margin-top: 40px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.service-support .center-button a {
  margin: 0 10px 20px;
}
.service-support::after {
  content: url(../images/Hexagon-Light_Gradient.svg);
  position: absolute;
  bottom: -210px;
  right: 10px;
  opacity: 0.1;
  transform: scale(1.2);
  z-index: 1;
}

@media only screen and (max-width: 992px) {
  .service-support {
    padding: 80px 0 60px;
  }
  .service-support-card {
    max-width: 600px;
    margin: 0 auto;
  }
  .service-support-content {
    margin-top: 40px;
  }
  .service-support::after {
    bottom: -370px;
    right: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .service-support-card {
    padding: 40px;
  }
  .service-support .center-button {
    justify-content: center;
  }
}
@media only screen and (max-width: 375px) {
  .service-support-card {
    padding: 40px 20px;
  }
}
.component-resources .resource-wrapper .resource-box {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin: 0 5px;
}
.component-resources .resource-wrapper .resource-box img {
  border: 0;
}
.component-resources .resource-wrapper .resource-box .content {
  padding: 0 10px 10px 10px;
}
.component-resources .resource-wrapper .resource-box .category {
  font-size: 12px;
  color: #999;
}
.component-resources .resource-wrapper .resource-box .name {
  height: 90px;
  overflow: hidden;
}
.component-resources .resource-wrapper .resource-box .name a {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.component-resources .resource-wrapper .resource-box .cta {
  margin-top: 10px;
  text-transform: uppercase;
  text-align: left;
}
.component-resources .resource-wrapper .resource-box .cta a {
  font-size: 12px;
  font-weight: 600;
  color: #1264A3;
  display: block;
}
.component-resources .resource-wrapper .resource-box a:hover {
  color: #333;
  text-decoration: underline;
}

.component-punchy {
  padding: 40px 0 0 0;
}
.component-punchy .punchy-wrapper,
.component-punchy .punchy-wrapper h3 {
  color: #000 !important;
}
.component-punchy .punchy-wrapper .punchy-header,
.component-punchy .punchy-wrapper .punchy-footer,
.component-punchy .punchy-wrapper h3 .punchy-header,
.component-punchy .punchy-wrapper h3 .punchy-footer {
  text-align: center;
  margin: 20px 0;
}
.component-punchy .punchy-wrapper .punchy-header .title,
.component-punchy .punchy-wrapper .punchy-footer .title,
.component-punchy .punchy-wrapper h3 .punchy-header .title,
.component-punchy .punchy-wrapper h3 .punchy-footer .title {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}
.component-punchy .punchy-wrapper .punchy-header .description,
.component-punchy .punchy-wrapper .punchy-footer .description,
.component-punchy .punchy-wrapper h3 .punchy-header .description,
.component-punchy .punchy-wrapper h3 .punchy-footer .description {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 40px;
}
.component-punchy .punchy-wrapper .punchy-header .subtext,
.component-punchy .punchy-wrapper .punchy-footer .subtext,
.component-punchy .punchy-wrapper h3 .punchy-header .subtext,
.component-punchy .punchy-wrapper h3 .punchy-footer .subtext {
  font-size: 14px;
  margin-top: 40px;
  font-weight: 400;
  margin-bottom: 40px;
  color: var(--slbs-gray);
}
.component-punchy .punchy-wrapper .punchy-items,
.component-punchy .punchy-wrapper h3 .punchy-items {
  display: flex;
  justify-content: center;
}
.component-punchy .punchy-wrapper .punchy-items .item,
.component-punchy .punchy-wrapper h3 .punchy-items .item {
  flex: 1/3;
  padding: 0 15px;
  text-align: center;
}
.component-punchy .punchy-wrapper .punchy-items .point-header,
.component-punchy .punchy-wrapper h3 .punchy-items .point-header {
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
}
.component-punchy .punchy-wrapper .punchy-items .point-description,
.component-punchy .punchy-wrapper h3 .punchy-items .point-description {
  font-size: 20px;
  font-weight: 500;
}
.component-punchy .punchy-wrapper .punchy-footer,
.component-punchy .punchy-wrapper h3 .punchy-footer {
  color: var(--slbs-gray) !important;
}

.component-feature {
  padding: 40px 0;
}
.component-feature .feature-wrapper {
  display: flex;
}
.component-feature .feature-wrapper .feature-content {
  flex: 0.45;
  padding: 0 15px;
  margin: auto 0;
}
.component-feature .feature-wrapper .feature-category {
  color: #51585b;
  font-size: 12px;
  font-weight: 300;
}
.component-feature .feature-wrapper .feature-title {
  line-height: initial;
  font-size: 28px;
}
.component-feature .feature-wrapper .feature-description {
  padding: 15px 0;
  font-size: 18px;
  color: #000;
}
.component-feature .feature-wrapper .feature-cta {
  color: #fff;
}
.component-feature .feature-wrapper .feature-image-wrapper {
  flex: 0.55;
  text-align: center;
  color: #fff;
}
.component-feature .feature-wrapper .feature-image-wrapper .fiw-background-container {
  width: 660px;
  height: 470px;
}
.component-feature .feature-wrapper .feature-image-wrapper .fiw-background-container .fiw-zone {
  width: 33.333%;
  height: 33.333%;
  float: left;
}
.component-feature .feature-wrapper .feature-image-wrapper .fiw-background-container .fiw-gray {
  background: #fff;
}
.component-feature .feature-wrapper .feature-image-wrapper .fiw-background-container .feature-image {
  border-radius: 20px;
  padding: 8px;
  background: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  margin: 35px 80px;
}
.component-feature .feature-wrapper .feature-image-wrapper .fiw-background-container .feature-image img {
  border-radius: 20px;
}
.component-feature .feature-wrapper .btn {
  color: #fff;
  font-weight: 300;
}

.simple .component-feature .feature-title, .demo .component-feature .feature-title {
  color: var(--slbs-orange);
}
.simple .component-feature .btn, .demo .component-feature .btn {
  background: var(--slbs-orange);
}
.simple .component-feature .fiw-background-container, .demo .component-feature .fiw-background-container {
  background: url(../images/complex_dots.png);
  background-size: auto;
}
.simple .component-feature .feature-image, .demo .component-feature .feature-image {
  background: var(--slbs-orange);
}
.simple .component-feature .dots, .demo .component-feature .dots {
  color: var(--slbs-blue);
}

.complex .component-feature .feature-title {
  color: var(--slbs-blue);
}
.complex .component-feature .btn {
  background: var(--slbs-blue) !important;
  border-color: var(--slbs-blue) !important;
}
.complex .component-feature .fiw-background-container {
  background: url(../images/simple_dots.png);
  background-size: auto;
}
.complex .component-feature .feature-image {
  background: var(--slbs-blue);
}
.complex .component-feature .dots {
  color: var(--slbs-orange);
}

@media only screen and (max-width: 1200px) {
  .navbar-nav > li:not(:last-child) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1350px) {
  .component-feature .feature-wrapper .feature-image-wrapper .feature-image {
    min-height: inherit;
  }
}
.component-hero-block {
  color: #000 !important;
}
.component-hero-block .hero-header {
  text-align: center;
  justify-content: center;
}
.component-hero-block .hero-header .hero-title {
  font-size: 34px;
  font-weight: 700;
}
.component-hero-block .hero-header .hero-description {
  font-size: 16px;
}
.component-hero-block .hero-demo-container {
  width: 100%;
  margin: 20px auto;
  background: var(--color-light-grey);
  border: 1px solid var(--color-grey);
  padding: 3px;
  border-radius: 5px;
  overflow: hidden;
}
.component-hero-block .hero-demo {
  height: 700px;
}
.component-hero-block .hero-footer {
  text-align: center;
}
.component-hero-block .btn {
  color: #fff;
  font-weight: 300;
}

.simple .component-hero-block .hero-title {
  color: var(--slbs-orange);
}
.simple .component-hero-block .btn {
  background: var(--slbs-orange);
}

.complex .component-hero-block .hero-title {
  color: var(--slbs-blue);
}
.complex .component-hero-block .btn {
  background: var(--slbs-blue) !important;
  border-color: var(--slbs-blue) !important;
}

.featured-partners {
  padding: 80px 0;
}
.featured-partners h2 {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}
.featured-partners .partner {
  background: #fff;
  padding: 60px 40px;
  border-radius: 10px;
  height: 100%;
}
.featured-partners .partner p {
  max-width: 190px;
}
.featured-partners .partner img {
  margin-bottom: 20px;
  max-width: 100%;
}
.featured-partners .partner-item {
  margin-bottom: 40px;
}
.featured-partners .partner-content-logo {
  display: flex;
  align-items: center;
}

.guide-title {
  text-align: center;
  margin-bottom: 40px;
}
.guide-nav {
  max-width: 690px;
  margin: 0 auto 80px;
  padding-top: 40px;
  position: relative;
}
.guide-nav::before, .guide-nav::after {
  content: "";
  position: absolute;
  left: 45px;
  right: 45px;
  height: 1px;
  background: rgba(168, 171, 173, 0.5);
}
.guide-nav::before {
  top: 0;
}
.guide-nav::after {
  bottom: 0;
}
.content-component .guide-nav {
  max-width: 100%;
  margin: 0;
}
.content-component .guide-nav::before, .content-component .guide-nav::after {
  display: none;
}
.guide-nav-item {
  display: flex;
  margin-bottom: 40px;
}
.guide-nav-item .icon {
  margin-right: 20px;
}
.guide-nav-item h5 {
  font-weight: 700;
}
.dark-bg .guide-nav-item h5 {
  color: #ed7d38;
}
.dark-bg .guide-nav-item p {
  color: #fff;
}
.guide-section-header {
  padding: 60px 40px;
  background: #181a3c;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 40px;
}
.guide-section-header h2, .guide-section-header p {
  color: #fff;
}
.guide-section-header p {
  margin-top: 10px;
  color: rgba(168, 171, 173, 0.8);
}
.guide-section-label {
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
}
.guide-section-label h5 {
  display: inline;
  font-weight: 700;
  color: #a8abad;
  position: relative;
}
.guide-section-label h5::before, .guide-section-label h5::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 120px;
}
.guide-section-label h5::before {
  left: -140px;
  background-image: linear-gradient(-270deg, rgba(168, 171, 173, 0) 0%, #a8abad 100%);
}
.guide-section-label h5::after {
  right: -140px;
  background-image: linear-gradient(270deg, rgba(168, 171, 173, 0) 0%, #a8abad 100%);
}
.guide-section h3 {
  color: #ed7d38;
}
.guide-section h3 + p,
.guide-section h3 + ul,
.guide-section h3 + ol {
  margin-top: 20px;
}
.guide-section p + p {
  margin-top: 40px;
}
.guide-section p + img,
.guide-section h3 + img {
  margin-top: 20px;
}
.guide-section img + h3,
.guide-section p + h3 {
  margin-top: 40px;
}
.guide-section img {
  max-width: 100%;
  height: auto;
}
.guide-section ul {
  padding-left: 30px;
}
.guide-section ul li {
  list-style: disc;
}
.guide-section ul ul {
  margin-bottom: 0;
}
.guide-section ul ul li {
  list-style: circle;
}
.guide-section ul > p, .guide-section ul h2, .guide-section ul h3, .guide-section ul h4, .guide-section ul h5, .guide-section ul hr {
  margin-top: 40px;
}
.guide-section ol {
  padding-left: 30px;
}
.guide-section ol li {
  list-style: decimal;
}
.guide-section ol ul {
  margin-bottom: 0;
}
.guide-section ol ul li {
  list-style: circle;
}
.guide-section.email h3 {
  color: #51585b;
}
.guide-section.email a {
  color: #0000ff;
}
.guide-section .pros-cons-list {
  margin: 40px 0 20px;
}
.guide-section .sender-wrapper h3 {
  margin: 0;
}
.guide .center-button {
  margin-top: 80px;
}

.guide-section + .guide-section {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .guide-section .pros-cons-list {
    display: block;
  }
  .guide-section .pros-cons-list .pros-cons {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .guide-nav > div {
    padding: 0;
  }
}
@media only screen and (max-width: 560px) {
  .guide-section-label h5::before, .guide-section-label h5::after {
    width: 60px;
  }
  .guide-section-label h5::before {
    left: -80px;
  }
  .guide-section-label h5::after {
    right: -80px;
  }
}
.section.orange-wave-bg-wrapper {
  position: relative;
  padding: 80px 0 40px;
}
.section.orange-wave-bg-wrapper.top {
  background: url("../images/orange-wave-bg.png") no-repeat top left;
  background-size: 100%;
}
.section.orange-wave-bg-wrapper.bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: url("../images/orange-wave-bg.png") no-repeat;
  transform: scaleY(-1);
}
.section.orange-wave-bg-wrapper.bottom.right::before {
  transform: scaleY(-1) scaleX(-1);
}
.section.orange-wave-bg-wrapper.bottom.slider-bg {
  padding: 0;
  margin-top: 80px;
}
.section.orange-wave-bg-wrapper.bottom.slider-bg::before {
  bottom: -1px !important;
  background-size: auto !important;
  background-position: center 0 !important;
  top: auto !important;
}

.section.features-section:not(.dark-bg) + .section.orange-wave-bg-wrapper {
  padding: 0;
  margin-top: 10px;
}

@media only screen and (min-width: 1700px) {
  .section.orange-wave-bg-wrapper.full-height::before, .section.orange-wave-bg-wrapper.bottom.slider-bg.full-height::before {
    background-size: 100% 100% !important;
  }
}
@media only screen and (max-width: 1440px) {
  .section.orange-wave-bg-wrapper.top {
    background-size: 115%;
  }
}
@media only screen and (max-width: 1350px) {
  .section.orange-wave-bg-wrapper.bottom::before {
    background-size: auto 76%;
  }
}
@media only screen and (max-width: 1200px) {
  .section.orange-wave-bg-wrapper.top {
    background-size: auto 60%;
  }
}
@media only screen and (max-width: 992px) {
  .section.orange-wave-bg-wrapper.bottom {
    padding-top: 0;
  }
  .section.orange-wave-bg-wrapper.bottom::before {
    background-position: center;
    background-size: auto 82%;
    bottom: auto;
    top: -10%;
  }
}
@media only screen and (max-width: 740px) {
  .section.orange-wave-bg-wrapper.bottom::before {
    background-size: auto 80%;
    top: -10%;
  }
}
@media only screen and (max-width: 576px) {
  .section.orange-wave-bg-wrapper.bottom::before {
    background-size: auto 65%;
    top: -4%;
  }
}
@media only screen and (max-width: 420px) {
  .section.orange-wave-bg-wrapper.bottom::before {
    background-position: center;
    background-size: auto 72%;
    top: -5%;
  }
}
@media only screen and (max-width: 350px) {
  .section.orange-wave-bg-wrapper.bottom::before {
    background-position: center;
    background-size: auto 85%;
    top: -5%;
  }
}
.hexagons {
  position: relative;
  overflow: hidden;
}
.hexagons::before {
  content: url(../images/page-hexagon.svg);
  position: absolute;
  left: -6%;
  top: -580px;
  opacity: 0.05;
}
.hexagons::after {
  content: url(../images/page-hexagon.svg);
  position: absolute;
  right: -9%;
  bottom: -540px;
  transform: scaleX(-1);
  opacity: 0.05;
}
.hexagons.features-section::before {
  left: -10%;
  top: -530px;
  transform: rotate(-15deg);
}
.hexagons.features-section::after {
  right: -9%;
  bottom: -500px;
  transform: scaleX(-1);
}
.hexagons.dark-section-title::before {
  left: -150px;
  top: -600px;
  transform: rotate(45deg);
}
.hexagons.dark-section-title::after {
  right: -190px;
  bottom: -650px;
  transform: scaleX(-1) rotate(-15deg);
}

.homepage-hexagon {
  position: relative;
  overflow: hidden;
}
.homepage-hexagon::before {
  content: url(../images/homepage-hexagon-left.svg);
  position: absolute;
  left: 0;
  top: -550px;
  opacity: 0.05;
}
.homepage-hexagon::after {
  content: url(../images/homepage-hexagon-right.svg);
  position: absolute;
  right: 0;
  top: calc(50% - 350px);
  opacity: 0.05;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1540px) {
  .hexagons::before {
    left: -12%;
  }
  .hexagons::after {
    right: -18%;
  }
}
@media only screen and (max-width: 1390px) {
  .hexagons::before {
    left: -27%;
  }
  .hexagons::after {
    right: -34%;
  }
  .homepage-hexagon::after {
    right: -150px;
  }
}
@media only screen and (max-width: 1320px) {
  .hexagons.features-section::before {
    left: -20%;
  }
  .hexagons.features-section::after {
    right: -13%;
  }
}
@media only screen and (max-width: 1200px) {
  .hexagons.features-section::before {
    left: -30%;
  }
  .hexagons.features-section::after {
    right: -23%;
  }
  .hexagons.dark-section-title::before {
    left: -300px;
  }
  .hexagons.dark-section-title::after {
    right: -350px;
  }
  .homepage-hexagon::before {
    top: -800px;
  }
}
@media only screen and (max-width: 992px) {
  .hexagons.features-section::before {
    left: -45%;
  }
  .hexagons.features-section::after {
    right: -38%;
  }
  .homepage-hexagon::before {
    left: -25px;
    top: -900px;
  }
}
@media only screen and (max-width: 767px) {
  .hexagons::before {
    left: -420px;
  }
  .hexagons::after {
    right: -470px;
  }
  .hexagons.speaker-section-top::before {
    display: none;
  }
  .hexagons.speaker-section-top::after {
    right: -490px;
  }
  .hexagons.features-section::before {
    left: -460px;
  }
  .hexagons.features-section::after {
    display: none;
  }
  .hexagons.dark-section-title::before {
    left: -400px;
  }
  .hexagons.dark-section-title::after {
    right: -400px;
  }
}
@media only screen and (max-width: 576px) {
  .homepage-hexagon::after {
    right: -250px;
  }
}
.icon {
  display: inline-block;
  background-image: linear-gradient(-45deg, #D65201 0%, #FF7621 100%);
  border-radius: 100%;
  padding: 18px;
  width: 60px;
  height: 60px;
}
.icon.icon-shadow {
  box-shadow: -5px 10px 30px 0 rgba(237, 125, 56, 0.5);
}
.icon img {
  margin: 0 auto;
}

.content-component {
  margin-bottom: 80px;
}

.orange,
.h3-orange,
.p-orange {
  color: #ed7d38 !important;
}

.p-grey {
  color: #a8abad !important;
}

.round-wrapper {
  flex-direction: column;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #ed7d38;
}

.round-inside {
  margin-bottom: 2px;
  width: 24px;
  border: 2px solid #fff;
  border-radius: 2px;
}

.rectangle {
  height: 6px;
}

.square {
  height: 16px;
}

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

.display-between {
  display: flex;
  justify-content: space-between;
}

.display-flex {
  display: flex;
}

.content-component {
  padding: 80px 0;
  background-color: #181a3c;
}
.content-component hr {
  width: 600px;
  margin: 0 auto;
  opacity: 20%;
}

.component-title h2, .component-title p {
  color: #fff;
  text-align: center;
}
.component-title p {
  opacity: 80%;
  padding: 10px 0 40px 0;
}

.chapter-nav {
  width: 1080px;
  margin: 0 auto;
  padding-top: 40px;
}

.chapter-item {
  width: 220px;
  padding-bottom: 40px;
}
.chapter-item strong {
  color: #ed7d38;
}
.chapter-item p {
  color: #fff;
}

.chapter-wrapper {
  margin: 80px 0 40px 0;
  padding: 60px 0 60px 0;
  border-radius: 10px;
  background-color: #181a3c;
}
.chapter-wrapper strong {
  margin: 0 20px;
  color: #a8abad;
}
.chapter-wrapper h2 {
  padding: 10px 0 0 0;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
.chapter-wrapper p {
  margin: 10px 0 0;
  color: #fff;
  opacity: 80%;
  text-align: center;
}

.gradient-right {
  width: 120px;
  height: 2px;
  background-image: linear-gradient(to right, #a8abad, #181a3c);
}

.gradient-left {
  width: 120px;
  height: 2px;
  background-image: linear-gradient(to left, #a8abad, #181a3c);
}

.pros-cons {
  width: 380px;
}
.pros-cons .display-flex {
  padding-top: 10px;
}

.poor-deliverability {
  margin: 40px 0;
}
.poor-deliverability h3, .poor-deliverability .fa-times-circle {
  color: #e02020 !important;
}
.poor-deliverability p {
  margin: 0 !important;
}

.good-deliverability {
  margin: 40px 0;
}
.good-deliverability h3, .good-deliverability .fa-check-circle {
  color: #5cb201 !important;
}
.good-deliverability p {
  margin: 0 !important;
}

.fa-check-circle,
.fa-times-circle {
  margin: 10px 10px 0 0;
}

.sender-wrapper {
  margin: 80px 0 40px;
  text-align: center;
}
.sender-wrapper strong {
  opacity: 80%;
  color: #51585b;
  font-size: 12px;
}
.sender-wrapper h3 {
  margin: 0;
}
.sender-wrapper hr {
  margin: 0 auto;
  width: 395px;
  opacity: 50%;
  color: #a8abad;
}

.sender-content {
  padding: 18px 0;
}

.h3-orange, .p-orange {
  color: #ed7d38;
}

.p-grey {
  color: #a8abad;
}

.infrastructure-text {
  margin: 40px 0;
  text-align: center;
}
.infrastructure-text p {
  margin: 0 !important;
}

.list-email p {
  margin-bottom: 20px;
}

.second-text {
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .pass-fail {
    display: block;
  }
  .pass-fail .pros-cons {
    width: 100%;
  }
}
.deliverability-services {
  flex: 0 0 25%;
  padding: 0 10px;
  margin-bottom: 40px;
}
.deliverability-services-wrapper {
  display: flex;
  margin: 0 -10px;
}
.deliverability-services .service-content {
  border: 1px solid rgba(168, 171, 173, 0.5);
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.deliverability-services .service-header {
  background: #181a3c;
  padding: 60px 30px 30px;
}
.deliverability-services .service-header h3 {
  color: #fff;
  margin-bottom: 10px;
}
.deliverability-services .service-header p {
  color: rgba(255, 255, 255, 0.8);
}
.deliverability-services .service-body {
  background: #fff;
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.deliverability-services .service-list {
  margin-bottom: 30px;
}
.deliverability-services .service-list p {
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
.deliverability-services .service-list ul li {
  display: flex;
  margin-bottom: 10px;
  line-height: 24px;
}
.deliverability-services .service-list ul li::before {
  content: url(../images/icons/Icon_CheckmarkGrey.svg);
  margin-right: 10px;
  margin-top: 4px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.deliverability-services .btn {
  display: block;
  width: 100%;
  border-radius: 10px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
  .deliverability-services {
    flex: 0 0 50%;
  }
  .deliverability-services-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .deliverability-services {
    flex: 0 0 100%;
  }
}
.alternating-content-blocks .block-row:not(:last-child) {
  margin-bottom: 40px;
}
.alternating-content-blocks .block-title {
  margin-bottom: 40px;
  text-align: center;
}
.alternating-content-blocks .block-content {
  padding-top: 20px;
}
.alternating-content-blocks .block-content h3 {
  margin-bottom: 10px;
  color: #ed7d38;
}
.alternating-content-blocks .block-content p {
  margin-bottom: 20px;
}
.alternating-content-blocks .block-content .btn {
  margin-top: 20px;
}
.alternating-content-blocks .block-media img {
  margin: 0 auto;
  max-width: 100%;
}

@media only screen and (max-width: 992px) {
  .alternating-content-blocks .block-content {
    padding-top: 0;
    margin: 0 auto 40px;
  }
  .alternating-content-blocks .image-left .block-media {
    order: 2;
  }
}
blockquote {
  padding: 54px 150px 60px;
  background: rgba(237, 125, 56, 0.05);
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
blockquote p {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #51585b;
  color: #ed7d38;
  margin: 0;
}
blockquote::before, blockquote::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  font-size: 48px;
  line-height: 1;
  color: rgba(237, 125, 56, 0.1);
}
blockquote::before {
  content: "\f10d";
  top: 30px;
  left: 40px;
}
blockquote::after {
  content: "\f10e";
  bottom: 30px;
  right: 40px;
}

@media only screen and (max-width: 767px) {
  blockquote {
    padding: 54px 99px 60px;
  }
  blockquote::before {
    left: 20px;
  }
  blockquote::after {
    right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  blockquote {
    padding: 80px 20px;
  }
  blockquote::before {
    top: 20px;
    left: 20px;
  }
  blockquote::after {
    bottom: 20px;
    right: 20px;
  }
}
.pricing-page-new .hidden-pricing {
  opacity: 0;
}
.pricing-page-new .slider-pricing {
  padding: 30px 0 25px;
}
.pricing-page-new .slider-pricing .irs {
  font-size: "Inter", "Open Sans", sans-serif;
}
.pricing-page-new .slider-pricing .irs.irs--flat {
  margin: 0 50px;
}
.pricing-page-new .slider-pricing .irs.irs--flat::after {
  content: "";
  height: 12px;
  width: 55px;
  position: absolute;
  right: calc(100% - 5px);
  top: calc(50% + 1px);
  background: #ed7d38;
  transform: translateY(-50%);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pricing-page-new .slider-pricing .irs.irs--flat::before {
  content: "";
  height: 10px;
  background: #f2f2f2;
  opacity: 0.5;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 50px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.pricing-page-new .slider-pricing .irs .irs-min,
.pricing-page-new .slider-pricing .irs .irs-max {
  display: none;
}
.pricing-page-new .slider-pricing .irs .irs-bar {
  background-color: #ed7d38;
}
.pricing-page-new .slider-pricing .irs .irs-grid-pol {
  height: 14px;
  color: #f2f2f2;
  top: -19px;
}
.pricing-page-new .slider-pricing .irs .irs-grid-pol.small {
  display: none;
}
.pricing-page-new .slider-pricing .irs .irs-line {
  height: 10px;
  background: #f2f2f2;
  opacity: 0.5;
  border-radius: 0;
}
.pricing-page-new .slider-pricing .irs .irs-handle {
  top: 18px;
  background: #ed7d38;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  transition: ease-in-out 0.2s;
}
.pricing-page-new .slider-pricing .irs .irs-handle i:first-child {
  display: none;
}
.pricing-page-new .slider-pricing .irs .irs-grid-text {
  color: #fff;
  font-size: 16px;
  bottom: 65px;
  font-weight: 600;
  text-transform: uppercase;
}
.pricing-page-new .slider-pricing .irs .irs-single {
  margin: 0 auto;
  width: 80px;
  height: 40px;
  top: -30px;
  background: #ed7d38;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 22;
  transition: ease-in-out 0.2s;
  text-transform: uppercase;
}
.pricing-page-new .slider-pricing .irs .irs-single::before {
  border: none;
}
.pricing-page-new h1 {
  font-size: 46px;
}
.pricing-page-new .price {
  flex: 0 1 27%;
  padding: 52px 10px 0;
  min-width: 27%;
  max-width: 50%;
}
.pricing-page-new .price .btn {
  text-transform: capitalize;
}
.pricing-page-new .price .recommended {
  display: none;
}
.pricing-page-new .price .price-content {
  box-shadow: none;
  border: 1px solid rgba(168, 171, 173, 0.5);
}
.pricing-page-new .price .price-content .price-head {
  position: relative;
}
.pricing-page-new .price .price-content .price-head p {
  line-height: 22px;
}
.pricing-page-new .price .recommended-free {
  margin-top: -31px;
  background: #ed7d38;
  color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 3px 0;
}
.pricing-page-new .price.active {
  min-width: 28%;
  padding: 20px 10px 0;
}
.pricing-page-new .price.active .price-content {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05), 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  border: none;
}
.pricing-page-new .price.active .recommended {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 35px;
  width: 100%;
  background: #fff;
  color: #ed7d38;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
}
.pricing-page-new .price.active .price-head {
  padding: 65px 39px 30px;
  min-height: 220px;
}
.pricing-page-new .price.active .price-body {
  padding: 0 39px;
}
.pricing-page-new .price.active .btn-primary-outline {
  background: #ed7d38;
  color: #fff;
}
.pricing-page-new .price.active .btn-primary-outline:hover {
  background: #de6114;
}
.pricing-page-new .price-title {
  margin: 0;
}
.pricing-page-new .price-content {
  padding: 0;
}
.pricing-page-new .price-head {
  padding: 30px;
  background: #f2f2f2;
  border-bottom: 0 !important;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-height: 187px;
}
.pricing-page-new .price-head .price-label {
  margin-bottom: 0;
}
.pricing-page-new .price-body {
  padding: 0 30px;
}
.pricing-page-new .price-body .price-icon-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.pricing-page-new .price-body .price-icon-list li span {
  display: inline;
  border-bottom: 1px dashed;
}
.pricing-page-new .price-body .price-icon-list li img {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.pricing-page-new .price-body-content {
  padding: 20px 0 0;
  text-align: center;
}
.pricing-page-new .price-body-content span:nth-child(2) {
  font-size: 12px;
  color: #a8abad;
}
.pricing-page-new .price-body-content #pro-price {
  font-weight: bold;
}
.pricing-page-new .price-body-content input {
  width: 14%;
  margin-right: 2px;
  background: transparent;
  border: none;
  text-transform: lowercase;
  font-size: 16px;
  font-weight: 500;
}
.pricing-page-new .price-btn {
  border-top: 1px solid rgba(168, 171, 173, 0.5);
  padding: 20px 0 0;
  margin: 20px 0 40px;
}
.pricing-page-new .price-btn .btn-medium {
  width: 100%;
  border-radius: 10px;
  border-width: 2px;
  font-size: 16px;
  padding: 0;
}
.pricing-page-new .price-email {
  border-top: 1px solid rgba(168, 171, 173, 0.5);
  padding: 20px 0;
  margin: 20px 0 0;
  font-size: 14px;
  color: #51585b;
  font-weight: 400;
  line-height: 20;
  opacity: 0.8;
  text-align: center;
}
.pricing-page-new .price-btn-footer {
  text-align: center;
}
.pricing-page-new .price-btn-footer a {
  color: orange;
  font-weight: 600;
  text-decoration: underline;
}
.pricing-page-new .pricing-section:first-child {
  margin-bottom: 40px;
}
.pricing-page-new .pricing-section .developers-wrapper {
  margin-bottom: 0 !important;
}
.pricing-page-new .developers-wrapper {
  margin: 40px 0 80px;
  padding: 34px 60px;
  border: 1px solid rgba(168, 171, 173, 0.5);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.pricing-page-new .developers-wrapper .recommended {
  display: none;
}
.pricing-page-new .developers-wrapper.active {
  padding: 0 60px 33px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05), 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  border: none;
}
.pricing-page-new .developers-wrapper.active .recommended {
  position: absolute;
  height: 35px;
  width: 100%;
  background: #f2f2f2;
  color: #ed7d38;
  font-size: 12px;
  font-weight: 700;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
}
.pricing-page-new .developers-wrapper.active .developers-content {
  margin-top: 65px;
}
.pricing-page-new .developers-wrapper .developers-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-page-new .developers-wrapper .developers-content div:not(:last-child) {
  margin-right: 60px;
}
.pricing-page-new .developers-wrapper .developers-content h2 {
  font-size: 38px;
  font-weight: 700;
}
.pricing-page-new .developers-wrapper .developers-content .btn-medium {
  border-radius: 10px;
  border-width: 2px;
  font-size: 16px;
  padding: 0 90px;
  text-transform: capitalize;
}
.pricing-page-new .developers-wrapper .developers-content p {
  line-height: 24px;
  opacity: 0.8;
}
.pricing-page-new .developers-wrapper .developers-content .price {
  font-weight: 700;
  opacity: 1;
}
.pricing-page-new .developers-wrapper .developers-content .month {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.5;
}
.pricing-page-new .developers-wrapper .developers-content .free {
  font-size: 12px;
  text-align: center;
}
.pricing-page-new .form-wrapper {
  margin: 58px 0 80px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05), 0 20px 40px 0 rgba(0, 0, 0, 0.05);
}
.pricing-page-new .form-wrapper form {
  border-radius: 0;
  box-shadow: none;
}
.pricing-page-new .form-wrapper form .shortcoded-hsform {
  width: 100%;
}
.pricing-page-new .form-wrapper form input:last-child {
  width: 100% !important;
}
.pricing-page-new .form-wrapper form textarea {
  width: 100% !important;
}
.pricing-page-new .form-wrapper form .hs_submit .actions {
  display: flex;
  justify-content: center;
}
.pricing-page-new .form-wrapper .form-header {
  padding: 70px 20px 0 20px;
  background: #fff;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.pricing-page-new .form-wrapper .form-header h2 {
  font-size: 38px;
}
.pricing-page-new .form-wrapper .form-header p {
  opacity: 0.8;
}
.pricing-page-new .form-wrapper .form-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  padding: 30px 125px 10px;
}
.pricing-page-new .form-wrapper .form-body .form-field {
  width: 48%;
}
.pricing-page-new .form-wrapper .form-body .form-field label {
  margin: 0 !important;
  opacity: 0.8;
}
.pricing-page-new .form-wrapper .form-body .submitted-message {
  text-align: center;
}
.pricing-page-new .form-wrapper .form-body .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.pricing-page-new .form-wrapper .form-body .checkbox .label-wrapper {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pricing-page-new .form-wrapper .form-body .checkbox .label-wrapper p {
  opacity: 0.8;
}
.pricing-page-new .form-wrapper .form-body .checkbox .label-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.pricing-page-new .form-wrapper .form-body .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: 1px solid rgba(168, 171, 173, 0.5);
}
.pricing-page-new .form-wrapper .form-body .checkbox .label-wrapper:hover input ~ .checkmark {
  background-color: #ed7d38;
}
.pricing-page-new .form-wrapper .form-body .checkbox .label-wrapper input:checked ~ .checkmark {
  background-color: #ed7d38;
}
.pricing-page-new .form-wrapper .form-body .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.pricing-page-new .form-wrapper .form-body .checkbox .label-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.pricing-page-new .form-wrapper .form-body .checkbox .label-wrapper .checkmark:after {
  left: 9px;
  top: 0;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pricing-page-new .form-wrapper .form-body .expected-emails-field,
.pricing-page-new .form-wrapper .form-body .textare-field {
  width: 100%;
}
.pricing-page-new .form-wrapper .form-body .center-button {
  width: 100%;
}
.pricing-page-new .form-wrapper .form-footer {
  margin: 0 auto;
  padding: 0 0 40px;
  text-align: center;
  width: 31%;
}
.pricing-page-new .form-wrapper .form-footer p, .pricing-page-new .form-wrapper .form-footer a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #a8abad;
}
.pricing-page-new .form-wrapper .form-footer a {
  text-decoration: underline;
}
.pricing-page-new .faq-title {
  padding: 80px 0 40px;
  text-align: center;
}
.pricing-page-new .faq-title h1 {
  font-weight: 400;
}
.pricing-page-new .none {
  display: none;
}
.pricing-page-new .block {
  max-height: 5000px !important;
  overflow: auto !important;
}
.pricing-page-new .feature-section {
  position: relative;
  max-height: 1000px;
  overflow: hidden;
  background: #181a3c;
  color: #fff;
  padding: 80px 0 40px;
  transition: max-height 1s ease-in-out;
}
.pricing-page-new .feature-section .container-fluid {
  max-height: 920px;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
}
.pricing-page-new .feature-section .see-all {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin: 20px 0;
  transform: translate(-50%, 0);
  background: transparent;
  border: 0;
  color: #ed7d38;
  font-weight: 900;
  font-size: 16px;
  cursor: pointer;
  z-index: 100;
}
.pricing-page-new .feature-section .gradient {
  background: rgb(24, 26, 60);
  background: linear-gradient(180deg, rgba(24, 26, 60, 0.5) 40%, rgb(24, 26, 60) 60%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 390px;
}
.pricing-page-new .feature-section .arrow {
  position: absolute;
  left: 46%;
  top: 20px;
  border: solid #ed7d38;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.pricing-page-new .feature-section .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.pricing-page-new .feature-section .feature-title {
  text-align: center;
  padding: 0 0 80px;
}
.pricing-page-new .feature-section .feature-title .text-head {
  opacity: 60%;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.pricing-page-new .feature-section .feature-title h1 {
  color: #fff;
}
.pricing-page-new .feature-section .feature-title p {
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.pricing-page-new .feature-section .feature-title a {
  text-decoration: underline;
  color: #fff;
}
.pricing-page-new .feature-section .feature-head {
  text-align: center;
}
.pricing-page-new .feature-section .feature-head h3 {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-weight: 600;
}
.pricing-page-new .feature-section .feature-head p {
  color: #fff;
  line-height: 30px;
  font-weight: 400;
  opacity: 90%;
  font-size: 14px;
}
.pricing-page-new .feature-section .feature-head .row {
  margin-left: 0;
  margin-right: 0;
}
.pricing-page-new .feature-section .feature-head .row [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.pricing-page-new .feature-section .feature-body {
  padding: 20px 0 0;
  margin: 10px 0 0;
  border-top: 1px solid rgba(151, 151, 151, 0.5);
}
.pricing-page-new .feature-section .feature-body h3 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
}
.pricing-page-new .feature-section .feature-body .row {
  margin-left: 0;
  margin-right: 0;
}
.pricing-page-new .feature-section .feature-body .row [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.pricing-page-new .feature-section .feature-body ul {
  text-align: center;
}
.pricing-page-new .feature-section .feature-body ul li {
  line-height: 1;
  min-height: 50px;
  max-height: auto;
  text-align: left;
  display: flex;
  align-items: center;
}
.pricing-page-new .feature-section .feature-body .icon-list li {
  justify-content: center;
}
.pricing-page-new .feature-section .feature-body .icon-list li:nth-child(2n+1) {
  background: rgba(255, 255, 255, 0.1);
}
.pricing-page-new .feature-section .feature-body .head-list li {
  justify-content: left;
  padding-left: 25px;
}
.pricing-page-new .feature-section .feature-body .head-list li:last-child {
  margin-bottom: 40px;
}
.pricing-page-new .feature-section .feature-body .head-list li:nth-child(2n+1) {
  background: rgba(255, 255, 255, 0.1);
}
.pricing-page-new .slick-list {
  padding: 0 !important;
}
.pricing-page-new .slick-dots {
  display: flex;
  justify-content: center;
}
.pricing-page-new .slick-dots li button {
  text-indent: -999999px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  width: 6px;
  height: 6px;
  padding: 0;
  cursor: pointer;
}
.pricing-page-new .slick-dots li.slick-active button {
  background: #fff;
}
.pricing-page-new .slick-dots li:not(:last-child) {
  margin-right: 6px;
}
.pricing-page-new .slick-arrow {
  position: absolute;
  cursor: pointer;
  top: 15px;
  font-size: 24px;
  z-index: 2;
}
.pricing-page-new .slick-next {
  right: 90px;
}
.pricing-page-new .slick-prev {
  left: 90px;
}
@media only screen and (max-width: 1211px) {
  .pricing-page-new .price {
    padding: 55px 10px 0;
  }
  .pricing-page-new .price .recommended-free {
    margin-top: -26px;
  }
  .pricing-page-new .price.active .recommended-free {
    margin-top: -30px;
  }
  .pricing-page-new .price-head {
    padding: 25px;
    min-height: 184px;
  }
}
@media only screen and (max-width: 1200px) {
  .pricing-page-new .container-fluid {
    padding: 0 40px;
  }
  .pricing-page-new .price {
    flex: 1 1 33.333333%;
    min-width: 33.333333%;
  }
  .pricing-page-new .slider-pricing {
    padding: 30px 0 55px;
  }
}
@media only screen and (max-width: 1091px) {
  .pricing-page-new .slider-pricing {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 1000px) {
  .pricing-page-new .form-wrapper .form-body {
    padding: 20px 50px 10px;
  }
  .pricing-page-new .form-wrapper .form-footer {
    width: 40%;
  }
}
@media only screen and (max-width: 992px) {
  .pricing-page-new .price,
  .pricing-page-new .price.active {
    flex: 0 0 80%;
    min-width: auto;
    max-width: 80%;
    padding: 10px 10px 0;
  }
  .pricing-page-new .price-head,
  .pricing-page-new .price.active-head {
    min-height: auto;
  }
  .pricing-page-new .pricing-section:first-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 899px) {
  .pricing-page-new .feature-section .feature-body .head-list {
    font-size: 14px;
  }
  .pricing-page-new .feature-section .feature-head {
    width: 66.666667%;
    margin-left: auto;
    margin-bottom: 0;
  }
  .pricing-page-new .feature-section .feature-head p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 862px) {
  .pricing-page-new .developers-wrapper .developers-content div:not(:last-child) {
    margin-right: 30px;
  }
  .pricing-page-new .developers-wrapper .developers-content .btn-medium {
    padding: 0 70px;
  }
}
@media only screen and (max-width: 831px) {
  .pricing-page-new .feature-section .gradient {
    height: 360px;
  }
}
@media only screen and (max-width: 800px) {
  .pricing-page-new .slider-pricing .irs .irs-single {
    width: 50px;
    padding: 0;
    font-size: 14px;
  }
  .pricing-page-new .slider-pricing .irs .irs-grid-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 775px) {
  .pricing-page-new .developers-wrapper {
    padding: 34px 35px;
  }
  .pricing-page-new .developers-wrapper .developers-content div:not(:last-child) {
    margin-right: 30px;
  }
  .pricing-page-new .developers-wrapper .developers-content .btn-medium {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-page-new h1 {
    font-size: 36px;
  }
  .pricing-page-new .form-wrapper .form-header h2 {
    font-size: 28px;
  }
  .pricing-page-new .form-wrapper .form-body {
    padding: 20px 20px 10px;
  }
  .pricing-page-new .form-wrapper .form-footer {
    width: 50%;
  }
  .pricing-page-new .slick-next {
    right: 30px;
  }
  .pricing-page-new .slick-prev {
    left: 30px;
  }
  .pricing-page-new .feature-section .feature-head {
    width: 100%;
  }
  .pricing-page-new .slider-pricing .irs.irs--flat {
    margin: 0;
  }
  .pricing-page-new .slider-pricing .irs.irs--flat::after {
    content: none;
  }
  .pricing-page-new .slider-pricing .irs.irs--flat::before {
    content: none;
  }
  .pricing-page-new .slider-pricing .irs.irs--flat .irs-line {
    border-radius: 5px;
  }
}
@media only screen and (max-width: 630px) {
  .pricing-page-new .slider-pricing .irs .irs-single {
    width: 35px;
    height: 30px;
    font-size: 12px;
    top: -15px;
  }
  .pricing-page-new .slider-pricing .irs .irs-grid-text {
    display: none;
  }
  .pricing-page-new .slider-pricing .irs .irs-handle {
    top: 20px;
    width: 20px;
    height: 20px;
  }
  .pricing-page-new .slider-pricing .container-fluid {
    padding: 0;
  }
  .pricing-page-new .form-wrapper .form-body .form-field {
    width: 100%;
  }
  .pricing-page-new .form-wrapper .form-footer {
    width: 90%;
  }
  .pricing-page-new .price,
  .pricing-page-new .price.active {
    flex: 0 0 90%;
    max-width: 90%;
  }
}
@media only screen and (max-width: 610px) {
  .pricing-page-new .developers-wrapper .developers-content {
    flex-wrap: wrap;
  }
  .pricing-page-new .developers-wrapper .developers-content .btn-medium {
    width: 100%;
  }
  .pricing-page-new .developers-wrapper .developers-content .developers-button {
    margin-top: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .pricing-page-new .slider-pricing .irs .irs-single {
    width: 50px;
  }
  .pricing-page-new .price,
  .pricing-page-new .price.active {
    min-width: 100%;
    max-width: 100%;
  }
  .pricing-page-new .developers-wrapper.active .recommended {
    width: 100%;
  }
  .pricing-page-new .slick-next {
    right: 0;
  }
  .pricing-page-new .slick-prev {
    left: 0;
  }
  .pricing-page-new .feature-section .feature-body .head-list li {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 457px) {
  .pricing-page-new .feature-section .gradient {
    height: 290px;
  }
}
@media only screen and (max-width: 400px) {
  .pricing-page-new .form-wrapper .form-header {
    padding: 70px 10px 0;
  }
  .pricing-page-new .form-wrapper .form-body {
    padding: 20px 10px 10px;
  }
  .pricing-page-new .price .recommended-free {
    margin-top: -25px;
  }
  .pricing-page-new .price.active .price-head {
    min-height: auto;
  }
  .pricing-page-new .price.active .price-body {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 332px) {
  .pricing-page-new .feature-section .gradient {
    height: 220px;
  }
}

.getting-more .container-fluid {
  padding-top: 80px;
  border-top: 1px solid rgba(81, 88, 91, 0.2);
}
.getting-more h3 {
  color: #ED7D38 !important;
}
.getting-more .report-row:not(:last-child) {
  margin-bottom: 80px;
}
.getting-more .report-title {
  margin-bottom: 80px;
}

.stream-score .report-content h1 {
  color: #ED7D38 !important;
}

.stream-cards .center-button {
  margin-top: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .getting-more .report-row:not(:last-child) {
    margin-bottom: 40px;
  }
  .getting-more .report-title {
    margin-bottom: 40px;
  }
  .stream-cards .center-button {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.full-page-iframe {
  display: block;
  width: 100vw;
  height: 100vh;
  border: 0;
}

.homepage-banner {
  padding: 160px 0 0;
  position: relative;
  margin-top: -30px;
  transform: skewY(1.5deg);
}
.homepage-banner h2 {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 13px;
}
.homepage-banner p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 30px;
  max-width: 560px;
}
.homepage-banner .btn {
  border-radius: 10px;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  min-width: 164px;
  margin-bottom: 60px;
}
.homepage-banner img {
  max-width: 100%;
  height: auto;
  position: relative;
  top: -40px;
  z-index: 2;
}
.homepage-banner .container-fluid {
  max-width: 1440px;
  padding: 0 15px;
}
.homepage-banner .banner-row {
  display: flex;
  justify-content: space-between;
}
.homepage-banner .banner-content {
  padding-top: 40px;
  padding-left: 65px;
  flex: 0 1 55%;
}
.homepage-banner .banner-media {
  flex: 0 1 45%;
}
.homepage-banner .banner-content,
.homepage-banner .banner-media {
  position: relative;
  z-index: 2;
}
.homepage-banner .homepage-banner-info {
  position: relative;
  top: -80px;
  background: #fff;
  width: 100%;
  color: #ed7d38;
  font-size: 18px;
  padding: 5px;
  transform: skewY(-1.5deg);
}
.homepage-banner .homepage-banner-info a {
  color: #ed7d38;
  text-decoration: underline;
}
.homepage-banner .homepage-banner-info a:hover {
  color: #51585b;
}
.homepage-banner .homepage-banner-info .container-fluid {
  display: flex;
}
.homepage-banner .homepage-banner-info .container-fluid .homepage-banner-container {
  margin: auto;
  line-height: 40px;
}
.homepage-banner .homepage-banner-info .container-fluid img {
  float: left;
  bottom: auto;
}
.homepage-banner #banner-dynamic-word {
  text-decoration: underline;
}
.homepage-banner-wrap {
  position: relative;
  z-index: 2;
  transform: skewY(-1.5deg);
}

@media only screen and (max-width: 1200px) {
  .homepage-banner {
    padding: 150px 0 0;
    margin-top: -20px;
  }
  .homepage-banner h2 {
    font-size: 42px;
  }
  .homepage-banner p {
    font-size: 18px;
    line-height: 24px;
  }
  .homepage-banner .banner-content {
    flex-shrink: 1;
  }
  .homepage-banner .homepage-banner-info {
    top: -50px;
  }
}
@media only screen and (max-width: 992px) {
  .homepage-banner .banner-row {
    display: block;
  }
  .homepage-banner .banner-content {
    text-align: center;
    padding-left: 0;
  }
  .homepage-banner p {
    margin: 0 auto 30px;
  }
  .homepage-banner img {
    margin: 0 auto 1px auto;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .homepage-banner .homepage-banner-info {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .homepage-banner .homepage-banner-info {
    font-size: 13px;
  }
}
.homepage-alternating-section, .code-visual-switcher-section {
  background-color: #f2f2f2;
}
.homepage-alternating-section h3, .code-visual-switcher-section h3 {
  color: #ed7d38;
  font-weight: 400;
  font-size: 38px;
  line-height: 53px;
}
.homepage-alternating-section p, .homepage-alternating-section ul, .code-visual-switcher-section p, .code-visual-switcher-section ul {
  color: #51585B;
  line-height: 25px;
}
.homepage-alternating-section ul li, .code-visual-switcher-section ul li {
  display: flex;
}
.homepage-alternating-section ul li::before, .code-visual-switcher-section ul li::before {
  content: "";
  display: block;
  width: 16px;
  height: 22px;
  min-width: 16px;
  background: url("../images/icons/checkmark.svg") no-repeat center center;
  background-size: 16px 16px;
  margin: 0 14px 0 3px;
}
.homepage-alternating-section ul li + li, .code-visual-switcher-section ul li + li {
  margin-top: 10px;
}
.homepage-alternating-section img, .code-visual-switcher-section img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.homepage-alternating-section p + p,
.homepage-alternating-section p + ul,
.homepage-alternating-section ul + p, .code-visual-switcher-section p + p,
.code-visual-switcher-section p + ul,
.code-visual-switcher-section ul + p {
  margin-top: 20px;
}
.homepage-alternating-section .block-content, .code-visual-switcher-section .block-content {
  padding: 0 50px 0 65px;
  margin: auto 0;
}
.homepage-alternating-section .image-left .block-content, .code-visual-switcher-section .image-left .block-content {
  padding: 0 65px 0 50px;
}
.homepage-alternating-section .block-row + .block-row, .code-visual-switcher-section .block-row + .block-row {
  margin-top: 80px;
}

@media only screen and (max-width: 1200px) {
  .homepage-alternating-section .block-content {
    padding: 0 15px;
  }
  .homepage-alternating-section .image-left .block-content {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 992px) {
  .homepage-alternating-section .block-content {
    padding-top: 0;
    margin: 0 auto 40px;
  }
  .homepage-alternating-section .image-left .block-media {
    order: 2;
  }
  .homepage-alternating-section .block-content {
    padding: 0;
  }
  .homepage-alternating-section .image-left .block-content {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .homepage-alternating-section .block-row + .block-row {
    margin-top: 60px;
  }
  .homepage-alternating-section h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.stats-list h2 {
  font-size: 46px;
  font-weight: 400;
  line-height: 64px;
  text-align: center;
}
.stats-list-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.stats-list-row .stats-item {
  padding: 40px 40px 0;
  position: relative;
  text-align: center;
}
.stats-list-row .stats-item h3 {
  margin-bottom: 4px;
  color: #ed7d38;
}
.stats-list-row .stats-item p {
  line-height: 25px;
}
.stats-list-row .stats-col:not(:last-of-type) .stats-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% + 20px);
  transform: translateY(-50%);
  width: 1px;
  height: 38px;
  background: #D3D5D6;
}

@media only screen and (max-width: 992px) {
  .stats-list .stats-break {
    flex: 1 1 100%;
  }
  .stats-list .stats-col:nth-child(2) .stats-item::after, .stats-list .stats-col:nth-child(5) .stats-item::after, .stats-list .stats-col:nth-child(7) .stats-item::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .stats-list h2 {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 480px) {
  .stats-list .stats-row .stats-item {
    padding: 40px 20px 0;
  }
}
@media only screen and (max-width: 370px) {
  .stats-list .stats-row .stats-item {
    padding: 40px 40px 0;
  }
  .stats-list .stats-row .stats-item::after {
    display: none !important;
  }
}
.glossary-card {
  max-width: 845px;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-right: 110px;
  border-bottom: 1px solid rgba(81, 88, 91, 0.25);
  position: relative;
}
.glossary-card > a {
  display: block;
}
.glossary-card > a:hover h3 {
  text-decoration: underline;
}
.glossary-card > a:hover img {
  right: -10px;
}
.glossary-card h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
  color: #ed7d38;
  margin-bottom: 16px;
  max-width: 625px;
}
.glossary-card img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: right 0.3s ease-in-out;
}
.glossary-filters-section .container-fluid {
  padding: 0;
}
.glossary-filters {
  padding: 10px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.glossary-filters::-webkit-scrollbar {
  display: none;
}
.glossary-filters a {
  display: inline-flex;
  font-size: 24px;
  line-height: 33px;
  min-width: 31px;
  position: relative;
  transition: color 0.3s ease-in-out;
}
.glossary-filters a:not(:last-child)::after {
  content: " ·";
  display: inline-block;
  opacity: 0.25;
  width: 15px;
  text-align: center;
}
.glossary-filters a:hover {
  color: #ed7d38;
}
.glossary-filters a.hide-filter {
  pointer-events: none;
}
.glossary-filters a.hide-filter span {
  visibility: hidden;
}
.glossary-filters.is-fixed {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(81, 88, 91, 0.25);
  z-index: 99;
}
.glossary-box {
  margin: 40px 25px 0;
  padding: 32px;
  background: rgba(237, 125, 56, 0.15);
}
.glossary-box h2, .glossary-box h3, .glossary-box h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 8px;
}
.glossary-box p {
  margin: 0;
}

.glossary-card + .glossary-card {
  margin-top: 30px;
}

.single-glossary.main.single {
  padding: 144px 0 108px;
}
.single-glossary .article .rtf-wrapper {
  padding: 0 25px;
  margin: 0;
  border: none;
}
.single-glossary .article .rtf-wrapper h1, .single-glossary .article .rtf-wrapper h2, .single-glossary .article .rtf-wrapper h3, .single-glossary .article .rtf-wrapper h4 {
  color: #ed7d38;
}
.single-glossary .article .rtf-wrapper h1 {
  font-weight: 400;
  font-size: 38px;
  line-height: 53px;
}
.single-glossary .article .rtf-wrapper h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
}
.single-glossary .article .rtf-wrapper h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}
.single-glossary .article .rtf-wrapper h4 {
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
}
.single-glossary .article .rtf-wrapper ul li {
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  list-style: none;
}
.single-glossary .article .rtf-wrapper ul li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -30px;
  width: 18px;
  height: 18px;
  background: url("../images/glossary-point.svg") no-repeat center center;
}
.single-glossary .article .rtf-wrapper ul li:not(:last-child) {
  margin-bottom: 8px;
}
.single-glossary.single .article .rtf-wrapper h1, .single-glossary.single .article .rtf-wrapper h2, .single-glossary.single .article .rtf-wrapper h3, .single-glossary.single .article .rtf-wrapper h4 {
  margin-bottom: 16px;
  color: #ed7d38;
}
.single-glossary.single .article .rtf-wrapper p {
  margin-bottom: 32px;
}
.single-glossary.single .article .rtf-wrapper ul {
  margin-bottom: 32px;
}
.single-glossary.single .article .rtf-wrapper ul + h2,
.single-glossary.single .article .rtf-wrapper ul + h3,
.single-glossary.single .article .rtf-wrapper ul + h4 {
  margin-top: 64px;
}
.single-glossary.single .article .rtf-wrapper > *:last-child {
  margin-bottom: 0 !important;
}

.breadcrumbs {
  max-width: 655px;
  margin: 0 auto 70px;
}
.breadcrumbs p {
  line-height: 1;
}
.breadcrumbs a {
  transition: color 0.3s ease-in-out;
}
.breadcrumbs a:hover {
  color: #ed7d38;
}
.breadcrumbs .current-article {
  color: #ed7d38;
}

.glossary-sidebar {
  padding: 40px 0;
  background: #fff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
.glossary-sidebar-block {
  padding: 0 30px;
}
.glossary-sidebar-block h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(81, 88, 91, 0.25);
}
.glossary-sidebar-block a {
  color: #ed7d38;
  line-height: 1;
}
.glossary-sidebar-block a:hover {
  text-decoration: underline;
}
.glossary-sidebar-block ul li {
  line-height: 24px;
}
.glossary-sidebar-block ul li:not(:last-child) {
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .single-glossary .sidebar-fixed {
    position: fixed;
    top: 110px;
    max-width: 336px;
    width: 100%;
  }
  .single-glossary .sidebar-absolute {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
  }
  .single-glossary .sidebar.additional-padding {
    padding-bottom: 80px;
  }
}

.glossary-sidebar-block + .glossary-sidebar-block {
  margin-top: 32px;
}

.searchbox.glossary-search {
  overflow: visible;
  box-shadow: none;
}

.autocomplete {
  position: relative;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid rgba(81, 88, 91, 0.25);
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 25px;
  right: 25px;
  max-height: 260px;
  overflow-y: scroll;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid rgba(81, 88, 91, 0.25);
  white-space: normal;
  line-height: 1.2;
}
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}
.autocomplete .autocomplete-items div:hover {
  background-color: #e9e9e9;
}
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .single-glossary .sidebar {
    margin-top: 60px;
  }
  .single-glossary .article .rtf-wrapper {
    margin: 0 auto;
  }
  .breadcrumbs {
    max-width: 820px;
    padding: 0 25px;
  }
  .glossary-box {
    max-width: 770px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 992px) {
  .glossary-card h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 800px) {
  .glossary-filters {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .glossary-filters a {
    font-size: 20px;
    line-height: 26px;
  }
  .glossary-card {
    padding-bottom: 20px;
    padding-right: 40px;
  }
  .glossary-card h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .glossary-card + .glossary-card {
    margin-top: 20px;
  }
  .section + .section.glossary-section {
    margin-top: 60px;
  }
  .single.single-glossary .article .rtf-wrapper h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .single.single-glossary .article .rtf-wrapper p {
    margin-bottom: 24px;
  }
  .single.single-glossary .article .rtf-wrapper ul {
    margin-bottom: 24px;
  }
  .single.single-glossary .article .rtf-wrapper ul + h2,
  .single.single-glossary .article .rtf-wrapper ul + h3,
  .single.single-glossary .article .rtf-wrapper ul + h4 {
    margin-top: 44px;
  }
  .single-glossary.main.single {
    padding: 140px 0 80px;
  }
}
@media screen and (max-width: 576px) {
  .glossary-card {
    padding-right: 10px;
  }
  .glossary-card img {
    right: -20px;
  }
  .glossary-card > a:hover img {
    right: -20px;
  }
  .glossary-box {
    padding: 16px;
  }
  .single.single-glossary .article .rtf-wrapper {
    padding: 0;
  }
  .single-glossary.main.single {
    padding: 120px 0 60px;
  }
  .breadcrumbs {
    padding: 0;
    margin-bottom: 40px;
  }
}
.tour_complex .tour_nav_item {
  border-left: 2px solid #181A3C;
  color: #181A3C;
}

.tour_simple .tour_nav_item {
  border-left: 2px solid #ed7d38;
  color: #ed7d38;
}

.tour_nav_item {
  opacity: 0.5;
  display: block;
  padding-left: 20px;
  margin-bottom: 40px;
  cursor: pointer;
}
.tour_nav_item.viscode-active {
  opacity: 1;
}

[data-viscode-id] {
  display: none;
}

sl-button.blue::part(base) {
  /*background-color: #181A3C;*/
  border-color: #181A3C;
  color: #181A3C;
}

sl-button.blue::part(base):hover {
  background-color: #313572;
  color: #fff !important;
}

sl-button.blue.viscode-active::part(base) {
  background-color: #181A3C;
  color: #fff !important;
}

sl-button.blue[outline]::part(base) {
  border-color: #181A3C;
  color: #181A3C;
}

.line-numbers {
  height: 368px;
  border-radius: 5px;
}

.video-holder {
  max-width: 800px;
  margin: 0 auto;
}

html,
body {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #51585b;
  overflow-x: hidden;
}
html.modal-open,
body.modal-open {
  overflow: hidden;
  height: 100vh;
}

.page-wrapper {
  overflow: hidden;
  position: relative;
}

.header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #fff !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 777;
  transition: background-color 0.2s ease-in-out;
}
.header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.header .header-wrapper .nav-buttons .btn:first-child {
  margin-right: 5px;
}
.header.sticky, .header.show {
  background-color: #fff !important;
}
.header.light {
  border-bottom: 1px solid rgba(81, 88, 91, 0.2);
  background-color: #fff !important;
}
.modal-open .header {
  z-index: -1;
}

.main {
  padding: 60px 0 0 0;
}
.main.single {
  padding: 150px 0 0;
}
.main.webinar {
  padding: 0;
}
.main.pricing-page {
  padding: 100px 0 0;
}
.main.contact {
  padding: 80px 0;
}
.main.with-hexagon::before {
  content: url(../images/page-hexagon.svg);
  position: absolute;
  left: -72px;
  top: 180px;
  z-index: -2;
}
.main.with-hexagon::after {
  content: url(../images/page-hexagon.svg);
  position: absolute;
  right: -72px;
  top: 180px;
  transform: scaleX(-1);
  z-index: -2;
}
.main.with-hexagon.with-banner {
  position: relative;
}
.main.with-hexagon.with-banner::before, .main.with-hexagon.with-banner::after {
  top: -287px;
}
.main.error-page {
  padding: 240px 0 160px;
}
.main > .section:last-child:not(.cta-section, .related-blog-list, .contact-section) {
  margin-bottom: 60px;
}
.main.glossary > .section:last-child {
  margin-bottom: 100px;
}
.landing-page .main:not(.with-banner) {
  padding: 81px 0 0;
}
.main > .features-section:first-child {
  margin-top: -10px;
}

.searchbox-section + .main {
  margin-top: -32px;
}

@media only screen and (max-width: 1440px) {
  .main.with-hexagon::before {
    left: -195px;
  }
  .main.with-hexagon::after {
    right: -195px;
  }
}
@media only screen and (max-width: 1200px) {
  .main.with-hexagon::before {
    left: -355px;
  }
  .main.with-hexagon::after {
    right: -355px;
  }
}
@media only screen and (max-width: 767px) {
  .main.with-hexagon::before {
    left: -402px;
  }
  .main.with-hexagon::after {
    right: -402px;
  }
  .main.glossary > .section:last-child {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 561px) {
  .featured-block + .main.with-hexagon.with-banner::before, .featured-block + .main.with-hexagon.with-banner::after {
    top: -127px;
  }
}
.simple.btn {
  color: #fff !important;
  border-color: var(--slbs-orange);
  background-color: var(--slbs-orange);
}

.section + .section {
  margin-top: 40px;
}

.cards-section-small + .section,
.legal-cards + .section,
.journey + .section {
  margin-top: 50px;
}

.orange-wave-bg.top + .section {
  margin-top: 210px;
}

.checklist-section + .section {
  margin-top: 70px;
}

.orange-wave-bg-wrapper.bottom + .dark-bg {
  margin-top: 0;
}

.post-header + .section {
  margin-top: -80px;
}

.comparison + .review-section {
  margin-top: 40px;
}

.clients-section + .section,
.clients-section {
  margin-top: 60px;
}
.homepage .clients-section + .section,
.homepage .clients-section {
  margin-top: 80px;
}

.features-section + .deliverability-services-section {
  margin-top: 5px;
}

@media only screen and (max-width: 1200px) {
  .orange-wave-bg.top + .section {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 560px) {
  .post-header + .section {
    margin-top: 80px;
  }
}
.footer {
  background: var(--slbs-light-gray);
  padding-top: 40px;
  position: relative;
  overflow: hidden;
  color: #000;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-top-content {
  flex: 0.5;
}
.footer-top-content h2 {
  color: #000;
  margin-bottom: 10px;
}
.footer-top-content p {
  color: var(--slbs-dark-gray);
}
.footer-top-cta-content {
  flex: 0.5;
  text-align: center;
}
.footer-top-cta-content a:not(:last-child) {
  margin-right: 10px;
}
.footer-bottom {
  margin: 20px 0 80px 0;
  padding: 20px 0 20px 0;
  text-align: center;
  border-top: 1px solid #ed7d38;
}
.footer-bottom .socials a {
  padding: 5px 10px;
  margin: 10px;
  border-radius: 5px;
}
.footer-bottom .socials a:hover {
  background-color: #181a3c;
  color: #fff;
}
.footer .footer-bottom {
  display: flex;
}
.footer .footer-bottom .footer-brands {
  flex: 0.3;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.footer .footer-bottom .footer-brands .footer-brand {
  padding: 0 15px;
}
.footer .footer-bottom .footer-brands .footer-brand img {
  display: inherit;
}
.footer.landing-page {
  padding-top: 80px;
}
.footer.landing-page .footer-top {
  display: block;
  text-align: center;
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.footer.landing-page .footer-top h2 {
  margin-bottom: 20px;
}
.footer.landing-page .footer-top .center-button {
  flex-wrap: wrap;
}
.footer.landing-page .footer-top .center-button a {
  margin: 0 10px 20px;
}
.footer.landing-page .footer-bottom {
  margin-top: 60px 0;
}

@media only screen and (max-width: 860px) {
  .footer-top {
    display: block;
  }
  .footer-top-content {
    margin-bottom: 40px;
  }
  .footer.landing-page .footer-top-content {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer.landing-page::after {
    top: -285px;
    left: -70px;
  }
}
@media only screen and (max-width: 520px) {
  .footer .container-fluid {
    padding: 0 40px;
  }
}

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