@charset "UTF-8";
/*
Theme Name: ReadSpeaker
Author: GoingClear Interactive
Author URI: https://www.goingclear.com/
Version: 1.0.0
Text Domain: readspeaker
*/
/***********************************
BASE STYLES
***********************************/
@font-face {
  font-family: "Visby CF";
  src: url("./fonts/VisbyCF-Heavy.eot");
  src: url("./fonts/VisbyCF-Heavy.eot?#iefix") format("embedded-opentype"), url("./fonts/VisbyCF-Heavy.woff2") format("woff2"), url("./fonts/VisbyCF-Heavy.woff") format("woff"), url("./fonts/VisbyCF-Heavy.ttf") format("truetype"), url("./fonts/VisbyCF-Heavy.svg#VisbyCF-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Visby CF Extra";
  src: url("./fonts/VisbyCF-ExtraBold.eot");
  src: url("./fonts/VisbyCF-ExtraBold.eot?#iefix") format("embedded-opentype"), url("./fonts/VisbyCF-ExtraBold.woff2") format("woff2"), url("./fonts/VisbyCF-ExtraBold.woff") format("woff"), url("./fonts/VisbyCF-ExtraBold.ttf") format("truetype"), url("./fonts/VisbyCF-ExtraBold.svg#VisbyCF-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Visby CF";
  src: url("./fonts/VisbyCF-Bold.eot");
  src: url("./fonts/VisbyCF-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/VisbyCF-Bold.woff2") format("woff2"), url("./fonts/VisbyCF-Bold.woff") format("woff"), url("./fonts/VisbyCF-Bold.ttf") format("truetype"), url("./fonts/VisbyCF-Bold.svg#VisbyCF-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Visby CF";
  src: url("./fonts/VisbyCF-Medium.eot");
  src: url("./fonts/VisbyCF-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/VisbyCF-Medium.woff2") format("woff2"), url("./fonts/VisbyCF-Medium.woff") format("woff"), url("./fonts/VisbyCF-Medium.ttf") format("truetype"), url("./fonts/VisbyCF-Medium.svg#VisbyCF-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Visby CF";
  src: url("./fonts/VisbyCF-Regular.eot");
  src: url("./fonts/VisbyCF-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/VisbyCF-Regular.woff2") format("woff2"), url("./fonts/VisbyCF-Regular.woff") format("woff"), url("./fonts/VisbyCF-Regular.ttf") format("truetype"), url("VisbyCF-Regular.svg#VisbyCF-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 100%;
  overflow-y: scroll;
}

ul {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p,
a, span, li {
  transition: 0.3s ease all;
}

strong {
  font-weight: 700;
}

figure {
  display: flex;
  align-items: flex-start;
}

.row {
  margin-right: -14px;
  margin-left: -14px;
}

.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xl-11, .col-xxl-12, .col-xxl,
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
}

@media (min-width: 1541px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
:root {
  --current-color: currentColor;
}

body {
  margin: 0;
  width: 100%;
  height: 100%;
  color: #000000;
  background: #FFFFFF;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 300 18px/28px "halyard-display", sans-serif;
}
body.dark-bg {
  color: #FFFFFF;
  background-color: #000000;
}
body.dark-bg .btn:hover, body.dark-bg .btn:focus {
  background-color: #fa4031;
}
body.sidr-open:before {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 100%;
  content: "";
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
}

h1, .h1 {
  font-size: 72px;
  line-height: 90px;
}
h1.fs-lg, .h1.fs-lg {
  font-size: 96px;
  line-height: 124px;
}

h2, .h2 {
  font-size: 60px;
  line-height: 73px;
}

h3, .h3 {
  font-size: 48px;
  line-height: 64px;
}

h4, .h4 {
  font-size: 36px;
  line-height: 50px;
}

h5, .h5 {
  font-size: 30px;
  line-height: 46px;
}

h6, .h6 {
  font-size: 24px;
  line-height: 36px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 800;
  font-family: "Visby CF Extra";
}

a:hover, a:focus, button:hover, button:focus {
  outline: 0;
  text-decoration: none;
}

p {
  margin: 0 0 30px;
}

section {
  padding: 50px 0;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=search],
select,
textarea {
  border: 0 !important;
  width: 100% !important;
  height: auto !important;
  color: #000000 !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  border-radius: 500px !important;
  line-height: 24px !important;
  background: #FFFFFF !important;
  font-family: "halyard-display", sans-serif !important;
  padding: 13px 20px !important;
  transition: all 0.5s ease;
}
input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
}
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
}
input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
}
input[type=text]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=search]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
}
input[type=text]:hover, input[type=text]:focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=search]:hover,
input[type=search]:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  outline: 0;
}

a:hover, a:focus, button:hover, button:focus {
  outline: 0;
  box-shadow: none !important;
}

.lr-9 {
  margin-left: -9px;
  margin-right: -9px;
}
.lr-9 [class*=col] {
  padding-left: 9px;
  padding-right: 9px;
}

.container {
  width: 100%;
  max-width: 1560px;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}

.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.btn {
  border: 0;
  color: #FFFFFF;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.2;
  position: relative;
  font-family: "Visby CF";
  padding: 16px 24px;
  border-radius: 500px;
  background-color: #1B22D3;
  transition: all 0.3s;
}
.btn span {
  margin-right: 9px;
}
.btn.btn-lg {
  font-size: 24px;
  padding: 20px 30px;
}
.btn.btn-sm {
  font-size: 18px;
  padding: 16.5px 24px;
}
.btn.btn-orange {
  color: #FFFFFF;
  background-color: #ffb40b;
}
.btn.btn-orange span {
  color: #000000;
}
.btn.btn-black {
  color: #FFFFFF;
  background-color: #000000;
}
.btn.btn-black span {
  color: #FFFFFF;
}
.btn.btn-white {
  color: #000000;
  background-color: #FFFFFF;
}
.btn.btn-white span {
  color: #000000;
}
.btn:hover, .btn:focus {
  color: #FFFFFF;
  background-color: #000000;
}
.btn:hover.btn-black, .btn:focus.btn-black {
  background-color: #fa4031;
}
.btn:hover.btn-orange, .btn:focus.btn-orange {
  background-color: #fa4031;
}

.list-inline {
  margin-left: -5px;
  margin-right: -5px;
}
.list-inline li {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.last-none {
  margin-bottom: -28px;
}

.full-width {
  max-width: 100% !important;
}
.full-width h1, .full-width h2, .full-width h3, .full-width h4, .full-width h5, .full-width h6,
.full-width .h1, .full-width .h2, .full-width .h3, .full-width .h4, .full-width .h5, .full-width .h6, .full-width p, .full-width .entry-title {
  max-width: 100% !important;
}

.entry-title.text-white .sub-title, .entry-title.text-white .title, .entry-title.text-white p, .banner__content.text-white .sub-title, .banner__content.text-white .title, .banner__content.text-white p {
  color: #FFFFFF;
}

.text-white .sub-title, .text-white .title, .text-white p, .text-white div,
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5, .text-white .h6 {
  color: #FFFFFF !important;
}

.text-black .sub-title, .text-black .title, .text-black p, .text-black div,
.text-black h1, .text-black h2, .text-black h3, .text-black h4, .text-black h5, .text-black h6, .text-black .h1, .text-black .h2, .text-black .h3, .text-black .h4, .text-black .h5, .text-black .h6 {
  color: #000000 !important;
}

.horizontal-linebar {
  margin: 0;
  padding: 0;
  border-width: 2px;
  border-color: #000000;
}
.horizontal-linebar.has--lg {
  border-width: 4px;
}
.horizontal-linebar.has--primary {
  border-width: 3px;
  border-color: #1B22D3;
}

.hidden {
  display: none !important;
}

/***********************************
ICON FONTS
***********************************/
@font-face {
  font-family: "readspeaker";
  src: url("./fonts/readspeaker.eot?80558260");
  src: url("./fonts/readspeaker.eot?80558260#iefix") format("embedded-opentype"), url("./fonts/readspeaker.woff2?80558260") format("woff2"), url("./fonts/readspeaker.woff?80558260") format("woff"), url("./fonts/readspeaker.ttf?80558260") format("truetype"), url("./fonts/readspeaker.svg?80558260#readspeaker") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "readspeaker";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-computers-online:before {
  content: "";
}

.icon-ebooks:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-france-flag:before {
  content: "";
}

.icon-game:before {
  content: "";
}

.icon-grid:before {
  content: "";
}

.icon-guidance:before {
  content: "";
}

.icon-home-controls:before {
  content: "";
}

.icon-italian-flag:before {
  content: "";
}

.icon-language:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-male:before {
  content: "";
}

.icon-female:before {
  content: "";
}

.icon-marketing-idea:before {
  content: "";
}

.icon-motion-graphics:before {
  content: "";
}

.icon-neural-network:before {
  content: "";
}

.icon-newsletter:before {
  content: "";
}

.icon-persona:before {
  content: "";
}

.icon-platform:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-qualitative-analysis:before {
  content: "";
}

.icon-quote:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-sound-production:before {
  content: "";
}

.icon-spain-flag:before {
  content: "";
}

.icon-speaker:before {
  content: "";
}

.icon-swipe:before {
  content: "";
}

.icon-text-speech:before {
  content: "";
}

.icon-tv:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-usa:before {
  content: "";
}

.icon-cancel:before {
  content: "";
}

.icon-virtual-assistant:before {
  content: "";
}

.icon-variations:before {
  content: "";
}

.icon-voice:before {
  content: "";
}

.icon-voice-alt:before {
  content: "";
}

.icon-voice-commerce:before {
  content: "";
}

.icon-webinar:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-advertising:before {
  content: "";
}

.icon-angle-down:before {
  content: "";
}

.icon-application:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-audio:before {
  content: "";
}

.icon-brand:before {
  content: "";
}

.icon-pause:before {
  content: "";
}

.icon-caret-down:before {
  content: "";
}

.icon-gplus:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-tumblr:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-whatsapp:before {
  content: "";
}

/***********************************
HEADER STYLE
***********************************/
.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  position: fixed;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.header .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.header .navbar {
  margin: 0;
  padding: 27px 0;
  background-color: transparent;
  transition: all 0.3s ease;
}
.header .navbar .navbar-header .navbar-brand {
  padding: 0;
  color: #000000;
  font: 800 40px/52px "Visby CF Extra";
}
.header .navbar .navbar-header .navbar-brand.image {
  line-height: inherit !important;
}
.header .navbar .navbar-header .navbar-brand img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}
.header .navbar .navbar-header .navbar-brand img.sticky {
  display: none;
}
.header .navbar .navbar-collapse {
  justify-content: flex-end;
}
.header .navbar .navbar-collapse .navbar-nav {
  align-items: center;
}
.header .navbar .navbar-collapse .navbar-nav > li {
  margin-right: 30px;
}
.header .navbar .navbar-collapse .navbar-nav > li > a {
  color: #000000;
  display: block;
  position: relative;
  background: transparent;
  font: 900 18px/24px "Visby CF";
  transition: all 0.3s;
}
.header .navbar .navbar-collapse .navbar-nav > li > a span[class^=icon-] {
  min-width: 25px;
  margin-right: 10px;
  color: currentColor;
}
.header .navbar .navbar-collapse .navbar-nav > li.wpml-ls-item a {
  white-space: nowrap;
}
.header .navbar .navbar-collapse .navbar-nav > li.menu-btn {
  margin-right: 10px;
}
.header .navbar .navbar-collapse .navbar-nav > li.menu-btn a {
  color: #FFFFFF;
  padding: 11px 20px;
  white-space: nowrap;
  border-radius: 500px;
  background-color: #1B22D3;
  transition: all 0.3s ease;
}
.header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:hover, .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:focus {
  color: #FFFFFF;
  background-color: #fa4031;
}
.header .navbar .navbar-collapse .navbar-nav > li.menu-btn.btn-black a {
  background-color: #000000;
}
.header .navbar .navbar-collapse .navbar-nav > li.menu-btn.btn-black a:hover, .header .navbar .navbar-collapse .navbar-nav > li.menu-btn.btn-black a:focus {
  background-color: #1B22D3;
}
.header .navbar .navbar-collapse .navbar-nav > li.menu-btn.active a, .header .navbar .navbar-collapse .navbar-nav > li.menu-btn:hover a, .header .navbar .navbar-collapse .navbar-nav > li.menu-btn:focus a {
  color: #FFFFFF;
}
.header .navbar .navbar-collapse .navbar-nav > li.dropdown > a .dropdown-toggle {
  display: inline-block;
  padding-left: 4px;
  transition: initial;
}
.header .navbar .navbar-collapse .navbar-nav > li.dropdown > a .dropdown-toggle:after {
  border: 0;
  font-size: 5px;
  content: "";
  vertical-align: 3px;
  font-family: "readspeaker";
}
.header .navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu {
  left: 0;
  border: 0;
  top: 100%;
  z-index: 1;
  padding: 0;
  right: auto;
  margin-top: 0;
  min-width: 250px;
  overflow: hidden;
  border-radius: 0;
  padding: 10px 0;
  background: #FFFFFF;
  box-shadow: 0 6px 26px rgba(0, 0, 0, 0.16);
  transition: all 0.5s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a {
  width: 100%;
  color: #000000;
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;
  position: relative;
  font-family: "Visby CF";
  padding: 7.5px 15px;
  background: transparent;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.header .navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a span[class^=icon-] {
  width: 19px;
  margin-right: 10px;
  color: currentColor;
}
.header .navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li.active > a, .header .navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li:hover > a, .header .navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li:focus > a {
  color: #1B22D3;
}
.header .navbar .navbar-collapse .navbar-nav > li.dropdown.show a .dropdown-toggle, .header .navbar .navbar-collapse .navbar-nav > li.dropdown:hover a .dropdown-toggle, .header .navbar .navbar-collapse .navbar-nav > li.dropdown:focus a .dropdown-toggle {
  color: #1B22D3;
}
.header .navbar .navbar-collapse .navbar-nav > li.dropdown.show .dropdown-menu, .header .navbar .navbar-collapse .navbar-nav > li.dropdown:hover .dropdown-menu, .header .navbar .navbar-collapse .navbar-nav > li.dropdown:focus .dropdown-menu {
  display: block;
}
.header .navbar .navbar-collapse .navbar-nav > li.active a, .header .navbar .navbar-collapse .navbar-nav > li:hover a, .header .navbar .navbar-collapse .navbar-nav > li:focus a {
  color: #1B22D3;
}
.header .navbar .navbar-collapse .navbar-nav.navbar--nav-right li:not(:last-child) {
  margin-right: 20px;
}
.header .navbar .navbar-collapse .navbar-nav.navbar--nav-right li:last-child {
  margin-right: 0;
}
.header .navbar .navbar-collapse .navbar-nav.navbar--nav-right li.mobile-navbar-toggler {
  margin-left: 13px;
}
.header.transparent {
  background-color: transparent;
}
.header.transparent .navbar .navbar-header .navbar-brand {
  color: #FFFFFF;
}
.header.transparent .navbar .navbar-collapse .navbar-nav > li > a {
  color: #FFFFFF;
}
.header.transparent .navbar .navbar-collapse .navbar-nav > li.menu-btn:hover a, .header.transparent .navbar .navbar-collapse .navbar-nav > li.menu-btn:focus a {
  color: #FFFFFF;
}
.header.transparent .navbar .navbar-collapse .navbar-nav > li.active a, .header.transparent .navbar .navbar-collapse .navbar-nav > li:hover a, .header.transparent .navbar .navbar-collapse .navbar-nav > li:focus a {
  color: #1B22D3;
}
.header.transparent .navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}
.header.transparent.stop .navbar .navbar-header .navbar-brand {
  color: #000000;
}
.header.transparent.stop .navbar .navbar-header .navbar-brand img.normal {
  display: none;
}
.header.transparent.stop .navbar .navbar-header .navbar-brand img.sticky {
  display: block;
}
.header.transparent.stop .navbar .navbar-collapse .navbar-nav > li > a {
  color: #000000;
}
.header.transparent.stop .navbar .navbar-collapse .navbar-nav > li.menu-btn a {
  color: #FFFFFF;
}
.header.transparent.stop .navbar .navbar-collapse .navbar-nav > li.menu-btn:hover a, .header.transparent.stop .navbar .navbar-collapse .navbar-nav > li.menu-btn:focus a {
  color: #FFFFFF;
}
.header.transparent.stop .navbar .navbar-collapse .navbar-nav > li.active > a, .header.transparent.stop .navbar .navbar-collapse .navbar-nav > li:hover > a, .header.transparent.stop .navbar .navbar-collapse .navbar-nav > li:focus > a {
  color: #1B22D3;
}
.header.transparent.stop .navbar-toggle .icon-bar {
  background-color: #000000;
}
.header.stop {
  background-color: #FFFFFF;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.24);
}
.header.stop .navbar {
  padding: 22px 0;
}
.header.stop .navbar .navbar-header .navbar-brand {
  font-size: 36px;
  line-height: 46px;
}

.header-gutter {
  height: 100px;
}

.sidr {
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999999;
  position: fixed;
  max-width: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.sidr.right {
  left: auto;
  right: -100%;
}
.sidr.left {
  left: -100%;
  right: auto;
}
.sidr .sidr-inner .mobile-header {
  padding: 0 50px;
  padding-bottom: 40px;
  display: block !important;
}
.sidr .sidr-inner .mobile-header input[type=text],
.sidr .sidr-inner .mobile-header input[type=email],
.sidr .sidr-inner .mobile-header input[type=search] {
  border: 1px solid #DEDEDE !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  border-radius: 500px !important;
  line-height: 28px !important;
  background: #F7F7F7 !important;
  padding: 13px 30px 15px 26px !important;
}
.sidr .sidr-inner .mobile-header input[type=text]::-webkit-input-placeholder,
.sidr .sidr-inner .mobile-header input[type=email]::-webkit-input-placeholder,
.sidr .sidr-inner .mobile-header input[type=search]::-webkit-input-placeholder {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.sidr .sidr-inner .mobile-header input[type=text]::-moz-placeholder,
.sidr .sidr-inner .mobile-header input[type=email]::-moz-placeholder,
.sidr .sidr-inner .mobile-header input[type=search]::-moz-placeholder {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.sidr .sidr-inner .mobile-header input[type=text]:-ms-input-placeholder,
.sidr .sidr-inner .mobile-header input[type=email]:-ms-input-placeholder,
.sidr .sidr-inner .mobile-header input[type=search]:-ms-input-placeholder {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.sidr .sidr-inner .mobile-header input[type=text]:-moz-placeholder,
.sidr .sidr-inner .mobile-header input[type=email]:-moz-placeholder,
.sidr .sidr-inner .mobile-header input[type=search]:-moz-placeholder {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.sidr .sidr-inner .mobile-header .search-box {
  margin: 22px 0 20px;
  position: relative;
}
.sidr .sidr-inner .mobile-header .search-box input[type=search] {
  padding-right: 65px !important;
}
.sidr .sidr-inner .mobile-header .search-box .search-submit {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  z-index: 1;
  width: 60px;
  height: 100%;
  color: #000000;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  background: transparent;
  transition: all 0.3s ease;
}
.sidr .sidr-inner .mobile-header .search-box .search-submit i {
  font-size: 20px;
}
.sidr .sidr-inner .mobile-header .search-box .search-submit:hover, .sidr .sidr-inner .mobile-header .search-box .search-submit:focus {
  color: #1B22D3;
}
.sidr .sidr-inner .mobile-header .horizontal-linebar {
  border-width: 2px;
  border-color: #FFB40B;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li {
  float: none;
  padding: 11px 0;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li > a {
  color: #000000;
  display: block;
  position: relative;
  background: transparent;
  font: 700 30px/46px "Visby CF";
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li > a span {
  color: #000000;
  transition: all 0.3s;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li > a span[class^=icon-] {
  margin-right: 10px;
  color: currentColor;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li > a:hover, .sidr .sidr-inner .mobile-header .navbar-nav > li > a:focus {
  color: #1B22D3;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li > a:hover span, .sidr .sidr-inner .mobile-header .navbar-nav > li > a:focus span {
  color: #1B22D3;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li.wpml-ls-item, .sidr .sidr-inner .mobile-header .navbar-nav > li.mobile-navbar-toggler {
  display: none !important;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li.menu-btn {
  margin-right: 20px;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li.menu-btn a {
  color: #FFFFFF;
  padding: 11px 20px;
  border-radius: 500px;
  font: 900 18px/24px "Visby CF";
  background-color: #fa4031;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li.menu-btn a:hover, .sidr .sidr-inner .mobile-header .navbar-nav > li.menu-btn a:focus {
  color: #FFFFFF;
  background-color: #1B22D3;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li.menu-btn a:hover span[class^=icon-], .sidr .sidr-inner .mobile-header .navbar-nav > li.menu-btn a:focus span[class^=icon-] {
  color: currentColor;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li.menu-btn.btn-black a {
  background-color: #000000;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li.menu-btn.btn-black a:hover, .sidr .sidr-inner .mobile-header .navbar-nav > li.menu-btn.btn-black a:focus {
  background-color: #1B22D3;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li.menu-btn.active a, .sidr .sidr-inner .mobile-header .navbar-nav > li.menu-btn:hover a, .sidr .sidr-inner .mobile-header .navbar-nav > li.menu-btn:focus a {
  color: #FFFFFF;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li.dropdown > a {
  display: block;
  position: relative;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li.dropdown > a .dropdown-toggle {
  top: 0;
  right: 0;
  padding: 0 10px;
  margin-left: 5px;
  position: absolute;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li.dropdown > a .dropdown-toggle:after {
  border: 0;
  font-size: 8px;
  line-height: 0;
  content: "";
  vertical-align: 6px;
  font-family: "readspeaker";
}
.sidr .sidr-inner .mobile-header .navbar-nav > li.dropdown .dropdown-menu {
  border: 0;
  display: none;
  max-width: 100%;
  background-color: transparent;
  position: initial !important;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li.dropdown .dropdown-menu > li {
  padding: 5px 15px;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li.dropdown .dropdown-menu > li > a {
  width: 100%;
  color: #000000;
  font: 900 21px/28px "Visby CF";
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li.dropdown .dropdown-menu > li > a span[class^=icon-] {
  min-width: 25px;
  margin-right: 10px;
  color: currentColor;
  display: inline-block;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li.dropdown .dropdown-menu > li.active > a, .sidr .sidr-inner .mobile-header .navbar-nav > li.dropdown .dropdown-menu > li:hover > a, .sidr .sidr-inner .mobile-header .navbar-nav > li.dropdown .dropdown-menu > li:focus > a {
  color: #1B22D3;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li.dropdown .dropdown-menu > li.active > a .dropdown-toggle, .sidr .sidr-inner .mobile-header .navbar-nav > li.dropdown .dropdown-menu > li:hover > a .dropdown-toggle, .sidr .sidr-inner .mobile-header .navbar-nav > li.dropdown .dropdown-menu > li:focus > a .dropdown-toggle {
  color: #1B22D3;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li.dropdown.show a, .sidr .sidr-inner .mobile-header .navbar-nav > li.dropdown:hover a, .sidr .sidr-inner .mobile-header .navbar-nav > li.dropdown:focus a {
  color: #1B22D3;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li.dropdown.show a .dropdown-toggle, .sidr .sidr-inner .mobile-header .navbar-nav > li.dropdown:hover a .dropdown-toggle, .sidr .sidr-inner .mobile-header .navbar-nav > li.dropdown:focus a .dropdown-toggle {
  color: #1B22D3;
}
.sidr .sidr-inner .mobile-header .navbar-nav > li.active a {
  color: #1B22D3;
}
.sidr .sidr-inner .mobile-header .navbar-header {
  width: 100%;
  float: none;
  display: flex;
  padding: 38px 0px;
}
.sidr .sidr-inner .mobile-header .navbar-header .navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sidr .sidr-inner .mobile-header .navbar-header .navbar-nav li {
  padding: 0;
}
.sidr .sidr-inner .mobile-header .navbar-header .navbar-toggle {
  border: 0;
  padding: 0;
  color: #000000;
  margin-left: 20px;
  background: transparent;
  display: block !important;
  transition: all 0.5s;
}
.sidr .sidr-inner .mobile-header .navbar-header .navbar-toggle i {
  font-size: 22px;
}
.sidr .sidr-inner .mobile-header .navbar-header .navbar-toggle:hover, .sidr .sidr-inner .mobile-header .navbar-header .navbar-toggle:focus {
  color: #1B22D3;
}
.sidr .sidr-inner .mobile-header .navigation .navbar-nav {
  margin-bottom: 11px;
}
.sidr .sidr-inner .mobile-header .navigation .navbar-nav:not(.nav) {
  display: none;
  margin-bottom: 0;
}
.sidr .sidr-inner .mobile-header .newsletter {
  padding: 40px 0;
}
.sidr .sidr-inner .mobile-header .newsletter .title {
  color: #000000;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 17px;
}
.sidr .sidr-inner .mobile-header .newsletter .title span {
  width: 40px;
  height: 40px;
  float: left;
  color: #FFFFFF;
  font-size: 19px;
  margin-right: 10px;
  align-items: center;
  display: inline-flex;
  border-radius: 500px;
  justify-content: center;
  background-color: #1B22D3;
}
.sidr .sidr-inner .mobile-header .newsletter input {
  margin-bottom: 12px;
}
.sidr .sidr-inner .mobile-header .newsletter button {
  border: 0;
  width: 100%;
  color: #FFFFFF;
  border-radius: 39px;
  padding: 14px 20px 16px;
  font: 700 18px/28px "halyard-display", sans-serif;
  background-color: #1B22D3;
}
.sidr .sidr-inner .mobile-header .newsletter .gform_confirmation_wrapper .gform_confirmation_message {
  color: #000000 !important;
}
.sidr .sidr-inner .mobile-header .newsletter .gform_confirmation_wrapper .gform_confirmation_message:before {
  content: "✔";
  color: green;
  padding-right: 10px;
}
.sidr .sidr-inner .mobile-header .newsletter .gform_wrapper {
  padding: 0 !important;
  margin: 0 !important;
}
.sidr .sidr-inner .mobile-header .newsletter .gform_wrapper form .gform_body .gform_fields .gfield {
  width: 100%;
  position: relative;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  background: transparent !important;
}
.sidr .sidr-inner .mobile-header .newsletter .gform_wrapper form .gform_body .gform_fields .gfield + .gfield {
  margin-top: 12px !important;
}
.sidr .sidr-inner .mobile-header .newsletter .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
  display: none !important;
}
.sidr .sidr-inner .mobile-header .newsletter .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.sidr .sidr-inner .mobile-header .newsletter .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container span {
  margin: 0 !important;
  padding: 0 !important;
}
.sidr .sidr-inner .mobile-header .newsletter .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
  margin: 0 !important;
}
.sidr .sidr-inner .mobile-header .newsletter .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .gfield_description {
  margin: 0 !important;
  padding: 0 !important;
  font-weight: normal !important;
}
.sidr .sidr-inner .mobile-header .newsletter .gform_wrapper form .gform_footer {
  padding: 0 !important;
  margin: 12px 0 0 !important;
}
.sidr .sidr-inner .mobile-header .newsletter .gform_wrapper form .gform_footer .btn {
  margin: 0 !important;
}
.sidr .sidr-inner .mobile-header .newsletter .gform_wrapper form .gform_footer .gform_ajax_spinner {
  display: none !important;
}
.sidr .sidr-inner .mobile-header .newsletter .gform_wrapper .validation_error {
  display: none !important;
}
.sidr .sidr-inner .mobile-header .hbspt-form .hs-form .field {
  margin-bottom: 15px;
}
.sidr .sidr-inner .mobile-header .hbspt-form .hs-form .field input {
  margin: 0 !important;
}
.sidr .sidr-inner .mobile-header .hbspt-form .hs-form .field label[id*=label] {
  color: #000000 !important;
}
.sidr .sidr-inner .mobile-header .hbspt-form .hs-form .field .hs-error-msgs {
  list-style: none;
}
.sidr .sidr-inner .mobile-header .hbspt-form .hs-form .field .hs-error-msgs li {
  color: #790000;
}
.sidr .sidr-inner .mobile-header .hbspt-form .hs-form .actions {
  margin-top: 15px;
}
.sidr .sidr-inner .mobile-header .hbspt-form .hs-form .actions .hs-button {
  border: 0;
  width: 100%;
  color: #FFFFFF;
  font-size: 21px;
  font-weight: 900;
  line-height: 28px;
  position: relative;
  font-family: "Visby CF";
  padding: 15px 20px;
  border-radius: 500px;
  background-color: #1B22D3;
  transition: all 0.3s;
}
.sidr .sidr-inner .mobile-header .hbspt-form .hs-form .actions .hs-button:hover, .sidr .sidr-inner .mobile-header .hbspt-form .hs-form .actions .hs-button:focus {
  border: 0;
  outline: 0;
  color: #FFFFFF;
  box-shadow: none;
  background-color: #fa4031;
}
.sidr .sidr-inner .mobile-header .social-media {
  padding: 20px 0;
}

.navbar-toggle {
  border: 0;
  width: 28px;
  padding: 0;
  display: block;
  border-radius: 0;
  overflow: inherit;
  background: transparent;
}
.navbar-toggle:hover .icon-bar:nth-child(2) {
  width: 28px;
}
.navbar-toggle .icon-bar {
  height: 4px;
  display: block;
  margin-left: auto;
  border-radius: 2px;
  background-color: #000000;
  transition: all 0.3s ease;
}
.navbar-toggle .icon-bar:not(:last-child) {
  margin-bottom: 6px;
}
.navbar-toggle .icon-bar:nth-child(2) {
  width: 20px;
}

.social-media {
  display: flex;
  margin-left: -9px;
  margin-right: -9px;
}
.social-media li {
  padding-left: 9px;
  padding-right: 9px;
}
.social-media li a {
  width: 36px;
  height: 36px;
  display: flex;
  color: #FFFFFF;
  font-size: 13px;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  background-color: #000000;
  transition: all 0.3s ease;
}
.social-media li a.icon-facebook {
  font-size: 19px;
}
.social-media li a.icon-facebook:hover, .social-media li a.icon-facebook:focus {
  color: #FFFFFF;
  background-color: #3449A0;
}
.social-media li a.icon-twitter:hover, .social-media li a.icon-twitter:focus {
  color: #FFFFFF;
  background-color: #08A6ED;
}
.social-media li a.icon-instagram:hover, .social-media li a.icon-instagram:focus {
  color: #FFFFFF;
  background-color: #D5347E;
}
.social-media li a.icon-pinterest:hover, .social-media li a.icon-pinterest:focus {
  color: #FFFFFF;
  background-color: #E60023;
}
.social-media li a.icon-youtube:hover, .social-media li a.icon-youtube:focus {
  color: #FFFFFF;
  background-color: #FE0000;
}
.social-media li a.icon-linkedin:hover, .social-media li a.icon-linkedin:focus {
  color: #FFFFFF;
  background-color: #0074B2;
}

/***********************************
BREADCRUMB STYLES
***********************************/
.breadcrumb-wrapper {
  padding: 0;
  background: transparent;
}

.breadcrumb {
  border: 0;
  margin: 0;
  z-index: 2;
  border-radius: 0;
  position: relative;
  padding: 40px 0 20px;
  background: transparent;
  border-bottom: 1px solid #000000;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  font-family: "Visby CF";
  vertical-align: middle;
}
.breadcrumb span.angle-right {
  color: #000000;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: middle;
}
.breadcrumb .current-page {
  color: #000000 !important;
  text-decoration: none !important;
}
.breadcrumb a {
  color: #000000;
  vertical-align: middle;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #1B22D3;
}

/***********************************
HOME PAGE STYLES
***********************************/
.before-banner {
  overflow: hidden;
  position: relative;
}
.before-banner .before-pattern {
  top: 720px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
}
.before-banner .before-pattern .media {
  margin-left: -672px;
  transform: rotate(-25deg);
}

.after-text p, .before-text p {
  color: #ffb40b;
  margin-bottom: 0;
  pointer-events: none;
  font: 700 16px/24px "Visby CF";
  text-transform: uppercase;
  letter-spacing: 48px;
}
.after-text p:not(:last-child), .before-text p:not(:last-child) {
  margin-bottom: 76px;
}

.banner {
  padding: 100px 0 0;
}
.banner__content {
  max-width: 1045px;
  padding: 250px 0 307px;
}
.banner__content .title {
  font-weight: 700;
  font-family: "Visby CF";
  margin-bottom: 12px;
}
.banner__content .sub-title {
  font-weight: 700;
  font-family: "Visby CF";
  margin-bottom: 40px;
}
.banner__content .btn:hover, .banner__content .btn:focus {
  background-color: #fa4031;
}
.banner .before-text, .banner .after-text {
  position: absolute;
}
.banner .before-text {
  top: 110px;
  left: -110px;
}
.banner .after-text {
  bottom: 46px;
  right: -124px;
}
.banner .after-text p {
  text-align: right;
}

.robotic-voices {
  padding: 94px 0 134px;
}
.robotic-voices__content .title {
  margin-bottom: 3px;
}
.robotic-voices__content p {
  font-size: 21px;
  line-height: 32px;
  max-width: 424px;
}
.robotic-voices .before-text {
  bottom: -134px;
  left: -103px;
  position: absolute;
}
.robotic-voices .before-text p {
  color: #FFFFFF;
}

.hm-solutions {
  padding: 92px 0 197px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover !important;
}
.hm-solutions .entry-title {
  margin-bottom: 55px;
}
.hm-solutions .entry-title .title {
  margin-bottom: 4px;
}
.hm-solutions .entry-title p {
  font-weight: 400;
  margin-bottom: 0;
}
.hm-solutions__card {
  width: 100%;
  display: flex;
  margin-bottom: 28px;
  align-items: center;
  flex-direction: column;
  background-color: #FFFFFF;
  padding: 80px 35px 90px;
}
.hm-solutions__card:any-link:hover .hm-solutions__card-icon, .hm-solutions__card:any-link:focus .hm-solutions__card-icon {
  animation: shake 0.5s forwards;
}
.hm-solutions__card:any-link:hover .hm-solutions__card-text .title, .hm-solutions__card:any-link:focus .hm-solutions__card-text .title {
  color: #1B22D3;
}
.hm-solutions__card-icon {
  display: flex;
  height: 80px;
  margin-bottom: 47px;
}
.hm-solutions__card-icon i {
  color: #000000;
  font-size: 84px;
}
.hm-solutions__card-icon i.icon-text-speech {
  font-size: 80px;
}
.hm-solutions__card-icon.has--image img {
  width: auto;
  height: 84px;
  max-width: initial;
}
.hm-solutions__card-text .title {
  color: #000000;
  margin-bottom: 2px;
}
.hm-solutions__card-text p {
  color: #000000;
  font-weight: 400;
  margin-bottom: 40px;
  max-width: 354px;
  margin-left: auto;
  margin-right: auto;
}

.hm-before-wrapper {
  overflow: hidden;
}

.hm-readspeaker-difference {
  position: relative;
  padding: 48px 0 297px;
}
.hm-readspeaker-difference .entry-title {
  margin-bottom: 65px;
}
.hm-readspeaker-difference .entry-title .title {
  margin-bottom: 4px;
}
.hm-readspeaker-difference .entry-title p {
  font-weight: 400;
  margin-bottom: 0;
}
.hm-readspeaker-difference .last-none {
  margin-bottom: -60px;
}
.hm-readspeaker-difference__item {
  margin-bottom: 60px;
}
.hm-readspeaker-difference__item-icon {
  display: flex;
  height: 50px;
  margin-bottom: 16px;
  align-items: center;
}
.hm-readspeaker-difference__item-icon i {
  font-size: 50px;
}
.hm-readspeaker-difference__item-icon i.icon-persona {
  font-size: 37px;
}
.hm-readspeaker-difference__item-icon i.icon-platform {
  font-size: 42px;
}
.hm-readspeaker-difference__item-icon.has--image img {
  width: auto;
  height: 50px;
  max-width: initial;
}
.hm-readspeaker-difference__item-text .title {
  color: #FFFFFF;
  margin-bottom: 5px;
}
.hm-readspeaker-difference__item-text p {
  color: #FFFFFF;
  margin-bottom: 0;
  max-width: 288px;
}
.hm-readspeaker-difference .btn-box {
  margin-top: 50px;
}
.hm-readspeaker-difference .btn-box a {
  color: #FFFFFF;
  display: flex;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 30px;
  align-items: center;
  transition: all 0.3s ease;
}
.hm-readspeaker-difference .btn-box a span {
  margin-right: 66px;
  text-decoration: underline;
}
.hm-readspeaker-difference .btn-box a i {
  width: 76px;
  height: 76px;
  display: flex;
  font-size: 22px;
  color: #FFFFFF;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  border: 2px solid #fa4031;
  background-color: transparent;
  transition: all 0.3s ease;
}
.hm-readspeaker-difference .btn-box a:hover, .hm-readspeaker-difference .btn-box a:focus {
  color: #fa4031;
}
.hm-readspeaker-difference .btn-box a:hover i, .hm-readspeaker-difference .btn-box a:focus i {
  color: #FFFFFF;
  border-color: #fa4031;
  background-color: #fa4031;
}
.hm-readspeaker-difference .before-shape {
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: start;
  position: absolute;
  justify-content: flex-end;
}
.hm-readspeaker-difference .after-text {
  top: -154px;
  right: -124px;
  position: absolute;
}
.hm-readspeaker-difference .after-text p {
  text-align: right;
}

.hm-applications {
  padding: 0;
  z-index: 1;
  position: relative;
  background-color: #1B22D3;
}
.hm-applications .lr-0 [class^=col-] {
  padding: 0;
}
.hm-applications__content {
  margin-bottom: 60px;
}
.hm-applications__content .title {
  margin-bottom: 5px;
  max-width: 454px;
}
.hm-applications__content p {
  font-size: 21px;
  line-height: 32px;
  max-width: 413px;
}
.hm-applications__card {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #000000;
  padding: 74px 20px 70px 62px;
}
.hm-applications__card:hover .hm-applications__card-icon, .hm-applications__card:focus .hm-applications__card-icon {
  animation: shake 0.5s forwards;
}
.hm-applications__card-icon {
  height: 64px;
  display: flex;
  margin-bottom: 52px;
  align-items: center;
}
.hm-applications__card-icon i {
  color: #000000;
  font-size: 64px;
}
.hm-applications__card-icon.has--image {
  width: auto;
  height: 64px;
  max-width: initial;
}
.hm-applications__card-text .title {
  color: #FFFFFF;
  margin-bottom: 4px;
}
.hm-applications__card-text p {
  color: #FFFFFF;
  max-width: 240px;
  margin-bottom: 40px;
}
.hm-applications__card-text .btn {
  width: 60px;
  height: 60px;
  color: #FFFFFF;
  display: flex;
  font-size: 16px;
  align-items: center;
  margin-right: 12px;
  border-radius: 500px;
  justify-content: center;
  border: 2px solid #000000;
  background-color: transparent;
  transition: all 0.3s ease;
}
.hm-applications__card-text .btn:hover, .hm-applications__card-text .btn:focus {
  color: #FFFFFF;
  border-color: #fa4031;
  background-color: #fa4031;
}
.hm-applications .border-center-1 {
  position: relative;
  background-color: #1B22D3;
}
.hm-applications .border-center-1:before {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #1B22D3;
}
.hm-applications .border-center-1:after {
  left: 0;
  width: 100vw;
  height: 1px;
  content: "";
  position: absolute;
  top: calc(50% - .5px);
  background-color: #000000;
}
.hm-applications .before-shape {
  left: -270px;
  bottom: -200px;
  position: absolute;
  pointer-events: none;
  transform: rotate(-30deg);
}
.hm-applications .after-text {
  top: -164px;
  left: -103px;
  position: absolute;
}

.hm-whatsthe-word {
  overflow: hidden;
  margin-top: -60px;
  padding: 148px 0 87px;
  background-color: #FFFFFF;
}
.hm-whatsthe-word .entry-title {
  margin-bottom: 32px;
}
.hm-whatsthe-word .entry-title .title {
  color: #000000;
  margin-bottom: 4px;
}
.hm-whatsthe-word .entry-title p {
  color: #000000;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
}
.hm-whatsthe-word .whatsthe-word__slider-text .meta-wrap {
  margin-top: 30px;
}
.hm-whatsthe-word .whatsthe-word__slider-text .meta-wrap .date {
  color: #1B22D3;
}
.hm-whatsthe-word .whatsthe-word__slider-text .meta-wrap .date:hover, .hm-whatsthe-word .whatsthe-word__slider-text .meta-wrap .date:focus {
  color: #fa4031;
}
.hm-whatsthe-word .whatsthe-word__slider-text p {
  color: #000000;
  font-weight: 400;
  margin-bottom: 24px;
}
.hm-whatsthe-word .whatsthe-word__slider-text .btn-box {
  margin-bottom: 0;
}
.hm-whatsthe-word .btn-wrapper {
  margin-top: 60px;
  text-align: right;
}
.hm-whatsthe-word .btn-wrapper a {
  color: #1B22D3;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 30px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
.hm-whatsthe-word .btn-wrapper a span {
  margin-right: 53px;
  text-decoration: underline;
}
.hm-whatsthe-word .btn-wrapper a i {
  min-width: 76px;
  height: 76px;
  display: flex;
  font-size: 22px;
  color: #000000;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  border: 2px solid #1B22D3;
  background-color: transparent;
  transition: all 0.3s ease;
}
.hm-whatsthe-word .btn-wrapper a:hover, .hm-whatsthe-word .btn-wrapper a:focus {
  color: #1B22D3;
}
.hm-whatsthe-word .btn-wrapper a:hover i, .hm-whatsthe-word .btn-wrapper a:focus i {
  color: #FFFFFF;
  border-color: #1B22D3;
  background-color: #1B22D3;
}
.hm-whatsthe-word .after-text {
  top: -154px;
  right: -124px;
  z-index: 1;
  position: absolute;
}
.hm-whatsthe-word .after-text p {
  text-align: right;
}

.hm-cta {
  padding: 69px 0 0;
  overflow: hidden;
  background-color: #fa4031;
}
.hm-cta__content {
  z-index: 1;
  margin: 30px 0;
  max-width: 752px;
  position: relative;
}
.hm-cta__content .sub-title {
  color: #000000;
  margin-bottom: 26px;
  font: 400 21px/32px "halyard-display", sans-serif;
}
.hm-cta__content .sub-title strong {
  color: #FFFFFF;
}
.hm-cta__content .title {
  margin-bottom: 6px;
}
.hm-cta__content p {
  max-width: 681px;
  margin-bottom: 18px;
}
.hm-cta__content .btn:hover.btn-white, .hm-cta__content .btn:focus.btn-white {
  background-color: #1B22D3;
}
.hm-cta__media.has--pattern-overlay {
  z-index: 0;
  position: relative;
}
.hm-cta__media.has--pattern-overlay:before {
  top: -145px;
  left: auto;
  width: 706px;
  z-index: -1;
  height: 741px;
  content: "";
  position: absolute;
  background-image: url("./images/free-ebook-shape.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover !important;
}

.hm-customer-story {
  padding: 170px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover !important;
}
.hm-customer-story__content .title {
  margin-bottom: 5px;
}
.hm-customer-story__content p {
  font-size: 21px;
  line-height: 32px;
  max-width: 416px;
}
.hm-customer-story__item {
  display: block;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 60px 60px 50px;
}
.hm-customer-story__item:any-link:hover .hm-customer-story__item-media {
  animation: shake 0.5s forwards;
}
.hm-customer-story__item:any-link:hover .hm-customer-story__item-text .icon-arrow-right {
  color: #FFFFFF;
  background: #1B22D3;
  border-color: #1B22D3;
}
.hm-customer-story__item-media {
  float: right;
}
.hm-customer-story__item-text {
  max-width: 416px;
}
.hm-customer-story__item-text h6 {
  color: #1B22D3;
  margin-bottom: 4px;
}
.hm-customer-story__item-text .title {
  color: #000000;
  margin-bottom: 34px;
}
.hm-customer-story__item-text p {
  color: #000000;
  font-weight: 400;
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 54px;
}
.hm-customer-story__item-text .icon-arrow-right {
  width: 60px;
  height: 60px;
  color: #1B22D3;
  display: flex;
  font-size: 16px;
  align-items: center;
  margin-right: 12px;
  border-radius: 500px;
  justify-content: center;
  border: 2px solid #000000;
  background-color: transparent;
  transition: all 0.3s ease;
}
.hm-customer-story__item-text .icon-arrow-right:hover, .hm-customer-story__item-text .icon-arrow-right:focus {
  color: #FFFFFF;
  border-color: #1B22D3;
  background-color: #1B22D3;
}
.hm-customer-story .before-text {
  top: -300px;
  left: -103px;
  position: absolute;
}

/***********************************
ABOUT PAGE STYLES
***********************************/
.about-us {
  overflow: hidden;
  padding: 80px 0 40px;
  margin-top: -80px;
}
.about-us__content {
  margin-bottom: 30px;
}
.about-us__content .title {
  max-width: 619px;
  margin-bottom: 10px;
}
.about-us__content .sub-title {
  color: #1B22D3;
  margin-bottom: 13px;
}
.about-us__content p {
  max-width: 668px;
}
.about-us__media {
  margin-top: -80px;
  margin-right: -500px;
}

.about-company {
  overflow: hidden;
  padding: 40px 0 80px;
}
.about-company__content {
  margin-top: 30px;
}
.about-company__content .title {
  max-width: 496px;
  margin-bottom: 5px;
}
.about-company__map {
  position: relative;
}
.about-company__map .media {
  top: 0;
  z-index: -1;
  left: -230px;
  height: 100%;
  position: absolute;
}
.about-company__map .media img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.about-company__map .text {
  padding-left: 124px;
  padding-bottom: 43px;
}
.about-company__map .text .number {
  font: 900 124px/114px "Visby CF";
  letter-spacing: 3.224px;
}
.about-company__map .text .sub-title {
  font-weight: 700;
  font-family: "Visby CF";
  letter-spacing: 15px;
}
.about-company__map .text.has--data-text .number {
  position: relative;
}
.about-company__map .text.has--data-text .number:before {
  left: -115px;
  color: #ffb40b;
  position: absolute;
  top: calc(50% - 10px);
  content: attr(data-text);
  text-transform: uppercase;
  font: 700 16px/22px "Visby CF";
  letter-spacing: 48px;
}

.pioneering-voice {
  overflow: hidden;
  padding: 160px 0 50px;
  margin-top: -160px;
}
.pioneering-voice__content .title {
  max-width: 643px;
  margin-bottom: 5px;
}
.pioneering-voice__content p {
  max-width: 622px;
}
.pioneering-voice__media {
  align-items: center;
  justify-content: flex-end;
  padding: 0px 0 248px;
}
.pioneering-voice__media .media {
  top: -160px;
  right: -160px;
  z-index: -1;
  position: absolute;
}
.pioneering-voice__media .text .number {
  color: #000000;
  position: relative;
  font: 700 426px/1 "Visby CF";
}
.pioneering-voice__media .text .number .backgroundclip {
  top: 0;
  left: 0;
  position: absolute;
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: 34% 40%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pioneering-voice__media .text .sub-title {
  z-index: 1;
  position: relative;
  font-weight: 700;
  max-width: 583px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Visby CF";
  margin-top: -48px;
  letter-spacing: 15px;
}

.partnerships {
  overflow: hidden;
  position: relative;
  padding: 166px 0 204px;
  background-color: #1b22d3e6;
}
.partnerships .entry-title {
  margin-bottom: 40px;
}
.partnerships .entry-title p {
  font-weight: 400;
  margin-bottom: 0;
}
.partnerships .before-media {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.partnerships__item {
  display: flex;
  padding: 30px;
  overflow: hidden;
  min-height: 225px;
  margin-bottom: 28px;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.partnerships__item img {
  transition: all 0.5s ease;
}
.partnerships__item:any-link:hover img, .partnerships__item:any-link:focus img {
  transform: scale(1.2);
}

.slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 500px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  border: 2px solid #1B22D3;
  transform: translate(0, -120%);
  transition: all 0.3s ease;
}
.slick-arrow:before {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "readspeaker";
  transition: all 0.3s ease;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:before {
  content: "";
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:before {
  content: "";
}
.slick-arrow:hover, .slick-arrow:focus {
  background-color: #1B22D3;
}
.slick-arrow:hover:before, .slick-arrow:focus:before {
  color: #FFFFFF;
}

.testimonial, .testimonial-transparent {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.testimonial__slider, .testimonial-transparent__slider {
  padding: 0 124px;
}
.testimonial__slider-item, .testimonial-transparent__slider-item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.testimonial__slider-icon, .testimonial-transparent__slider-icon {
  margin-bottom: 29px;
}
.testimonial__slider-icon i, .testimonial-transparent__slider-icon i {
  font-size: 45px;
  color: #fa4031;
}
.testimonial__slider-feedback, .testimonial-transparent__slider-feedback {
  max-width: 1079px;
  margin-bottom: 24px;
}
.testimonial__slider-feedback p, .testimonial-transparent__slider-feedback p {
  font: 400 24px/36px "Visby CF";
}
.testimonial__slider-feedback p:last-child, .testimonial-transparent__slider-feedback p:last-child {
  margin-bottom: 0px;
}
.testimonial__slider-reviewer, .testimonial-transparent__slider-reviewer {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.testimonial__slider-reviewer .media, .testimonial-transparent__slider-reviewer .media {
  width: 66px;
  height: 66px;
  overflow: hidden;
  border-radius: 500px;
  margin-bottom: 10px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.testimonial__slider-reviewer .media img, .testimonial-transparent__slider-reviewer .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.testimonial__slider-reviewer .text .title, .testimonial-transparent__slider-reviewer .text .title {
  color: #000000;
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 4px;
}
.testimonial__slider-reviewer .text p, .testimonial-transparent__slider-reviewer .text p {
  color: #000000;
  margin-bottom: 0;
  font: 400 16px/24px "Visby CF";
  text-transform: uppercase;
  letter-spacing: 2px;
}
.testimonial__slider-reviewer:any-link:hover .media img, .testimonial__slider-reviewer:any-link:focus .media img, .testimonial-transparent__slider-reviewer:any-link:hover .media img, .testimonial-transparent__slider-reviewer:any-link:focus .media img {
  transform: scale(1.2);
}
.testimonial__slider-reviewer:any-link:hover .text .title, .testimonial__slider-reviewer:any-link:focus .text .title, .testimonial-transparent__slider-reviewer:any-link:hover .text .title, .testimonial-transparent__slider-reviewer:any-link:focus .text .title {
  color: #fa4031 !important;
}

.testimonial {
  padding: 186px 0;
  background-color: #000000;
}

.join-us {
  overflow: hidden;
  padding: 61px 0 53px;
}
.join-us__content .title {
  margin-bottom: 15px;
}
.join-us__content p {
  font-size: 21px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 26px;
}
.join-us__before-wrapper {
  position: relative;
}
.join-us__before-wrapper .before-shape {
  top: -140px;
  left: -56px;
  z-index: -1;
  position: absolute;
}
/***********************************
BLOG PAGE STYLES
***********************************/
.whatsthe-word {
  overflow: hidden;
  padding: 40px 0 26px;
}
.whatsthe-word .entry-title {
  margin-bottom: 30px;
}
.whatsthe-word .entry-title .title {
  margin-bottom: 3px;
}
.whatsthe-word .entry-title p {
  color: #1B22D3;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
}
.whatsthe-word__slider {
  margin-right: calc(-100vw / 2 + 100% / 2);
}
.whatsthe-word__slider .slick-track {
  height: 100%;
  display: table !important;
}
.whatsthe-word__slider .slick-track .slick-slide {
  vertical-align: top;
  float: none !important;
  display: table-cell !important;
}
.whatsthe-word__slider-item {
  height: 100%;
  display: flex;
  border: 6px solid #000000;
  justify-content: space-between;
}
.whatsthe-word__slider-item:hover .whatsthe-word__slider-text .title:any-link, .whatsthe-word__slider-item:focus .whatsthe-word__slider-text .title:any-link {
  color: #1B22D3;
}
.whatsthe-word__slider-item:hover .whatsthe-word__slider-media img, .whatsthe-word__slider-item:focus .whatsthe-word__slider-media img {
  transform: scale(1.2);
}
.whatsthe-word__slider-text {
  padding: 40px;
}
.whatsthe-word__slider-text .meta-wrap {
  margin-top: 45px;
  margin-bottom: 7px;
  font-weight: 400;
  line-height: 22px;
}
.whatsthe-word__slider-text .meta-wrap .date {
  color: #000000;
}
.whatsthe-word__slider-text .meta-wrap .date:hover, .whatsthe-word__slider-text .meta-wrap .date:focus {
  color: #1B22D3;
  text-decoration: underline;
}
.whatsthe-word__slider-text .meta-wrap .contributor {
  color: #1B22D3;
}
.whatsthe-word__slider-text .meta-wrap .contributor:hover, .whatsthe-word__slider-text .meta-wrap .contributor:focus {
  color: #fa4031;
}
.whatsthe-word__slider-text .title {
  color: #000000;
  display: inherit;
  margin-bottom: 5px;
}
.whatsthe-word__slider-text .title:any-link:hover, .whatsthe-word__slider-text .title:any-link:focus {
  color: #1B22D3;
}
.whatsthe-word__slider-text p {
  margin-bottom: 26px;
}
.whatsthe-word__slider-text .btn-box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: -10px;
}
.whatsthe-word__slider-text .btn-box a {
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 10px;
}
.whatsthe-word__slider-media {
  min-width: 840px;
  max-width: 840px;
  margin-left: 59px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.whatsthe-word__slider-media a {
  width: 100%;
  height: 100%;
}
.whatsthe-word__slider-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.whatsthe-word__slider-help {
  display: flex;
  color: #000000;
  font-weight: 400;
  margin-top: 30px;
  align-items: flex-end;
}
.whatsthe-word__slider-help img {
  width: auto;
  height: 40px;
  max-width: initial;
  margin-right: 10px;
}

.categories {
  margin-bottom: -10px;
}
.categories li a {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  display: inherit;
  border-radius: 500px;
  margin-bottom: 10px;
  padding: 7px 12px;
  background-color: #000000;
  transition: all 0.3s ease;
}
.categories li a:hover, .categories li a:focus {
  background-color: #1B22D3;
}
.categories li.active a {
  background-color: #1B22D3;
}

.blog-post {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #FFB40B;
}
.blog-post__media {
  float: left;
  overflow: hidden;
  min-width: 344px;
  max-width: 344px;
  margin-right: 28px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.blog-post__media a, .blog-post__media img {
  width: 100%;
}
.blog-post__media img {
  transition: all 0.5s ease;
}
.blog-post__text {
  overflow: hidden;
  max-width: 627px;
}
.blog-post__text .meta-wrap {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 2px;
}
.blog-post__text .meta-wrap .date {
  color: #000000;
}
.blog-post__text .meta-wrap .date:hover, .blog-post__text .meta-wrap .date:focus {
  color: #1B22D3;
  text-decoration: underline;
}
.blog-post__text .meta-wrap .contributor {
  color: #1B22D3;
}
.blog-post__text .meta-wrap .contributor:hover, .blog-post__text .meta-wrap .contributor:focus {
  color: #fa4031;
}
.blog-post__text .title {
  color: #000000;
}
.blog-post__text p {
  margin-bottom: 0;
}
.blog-post__text .btn-box a {
  font-size: 16px;
  margin-top: 12px;
  padding: 10px 15px;
}
.blog-post__text .btn-box a span {
  font-size: 14px;
  margin-right: 5px;
}
.blog-post:hover .blog-post__media img, .blog-post:focus .blog-post__media img {
  transform: scale(1.2);
}
.blog-post:hover .blog-post__text .title, .blog-post:focus .blog-post__text .title {
  color: #1B22D3;
}

.content-area .main-title {
  margin-bottom: 18px;
  padding-top: 16px;
  border-top: 4px solid #1B22D3;
}

.pagination {
  display: block;
  border-radius: 0;
  overflow: hidden;
  margin: 30px 0 40px;
}
.pagination a {
  color: #000000;
  display: flex;
  align-items: center;
  font: 700 30px/36px "Visby CF";
  transition: all 0.3s ease;
}
.pagination a i {
  width: 60px;
  height: 60px;
  display: flex;
  font-size: 16px;
  color: #fa4031;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  border: 2px solid #000000;
  background-color: transparent;
  transition: all 0.3s ease;
}
.pagination a:hover, .pagination a:focus {
  color: #fa4031;
}
.pagination a:hover i, .pagination a:focus i {
  color: #FFFFFF;
  border-color: #fa4031;
  background-color: #fa4031;
}
.pagination .float-left a i {
  margin-right: 17px;
}
.pagination .float-right a i {
  margin-left: 17px;
}

.sidebar {
  margin-bottom: -50px;
}
.sidebar .widget {
  margin-bottom: 50px;
}
.sidebar .widget__title {
  margin-bottom: 18px;
  padding-top: 16px;
  border-top: 4px solid #1B22D3;
}
.sidebar .widget__search-form .input-group {
  position: relative;
}
.sidebar .widget__search-form .input-group input[type=search] {
  width: 100% !important;
  color: #000000 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  border-radius: 0 !important;
  background: #FFFFFF !important;
  border: 2px solid #000000 !important;
  padding: 18px 80px 18px 20px !important;
}
.sidebar .widget__search-form .input-group input[type=search]::-webkit-input-placeholder {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.sidebar .widget__search-form .input-group input[type=search]::-moz-placeholder {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.sidebar .widget__search-form .input-group input[type=search]:-ms-input-placeholder {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.sidebar .widget__search-form .input-group input[type=search]:-moz-placeholder {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.sidebar .widget__search-form .input-group input[type=search]:hover, .sidebar .widget__search-form .input-group input[type=search]:focus {
  outline: 0;
}
.sidebar .widget__search-form .input-group .btn-search {
  top: 0;
  right: 0;
  height: 100%;
  color: #000000;
  padding: 0 18px;
  position: absolute;
  background-color: #FFFFFF;
  border: 2px solid #000000;
}
.sidebar .widget__search-form .input-group .btn-search i {
  font-size: 24px;
}
.sidebar .widget__search-form .input-group .btn-search:hover, .sidebar .widget__search-form .input-group .btn-search:focus {
  outline: 0;
  color: #1B22D3;
  box-shadow: none;
}
.sidebar .widget__save-seat {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 117px 30px 23px;
  background-color: #1B22D3;
  justify-content: space-between;
  font: 800 24px/36px "Visby CF Extra";
  transition: all 0.3s ease;
}
.sidebar .widget__save-seat span {
  width: 60px;
  height: 60px;
  display: flex;
  font-size: 16px;
  margin-left: 8px;
  color: #FFFFFF;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  border: 2px solid #000000;
  background-color: transparent;
  transition: all 0.3s ease;
}
.sidebar .widget__save-seat:hover, .sidebar .widget__save-seat:focus {
  color: #FFFFFF;
}
.sidebar .widget__save-seat:hover span, .sidebar .widget__save-seat:focus span {
  color: #FFFFFF;
  border-color: #000000;
  background-color: #000000;
  transform: translateX(5px);
}
.sidebar .widget__resources-form, .sidebar .widget__join-form {
  padding: 25px 32px 44px;
  background-color: #1B22D3;
}
.sidebar .widget__resources-form .title, .sidebar .widget__join-form .title {
  color: #FFFFFF;
}
.sidebar .widget__resources-form p, .sidebar .widget__join-form p {
  color: #FFFFFF;
  margin-bottom: 18px;
}
.sidebar .widget__resources-form img, .sidebar .widget__join-form img {
  width: 100%;
}
.sidebar .widget__resources-form .contact-form .gform_wrapper form .gform_footer, .sidebar .widget__join-form .contact-form .gform_wrapper form .gform_footer {
  margin-top: 20px !important;
}
.sidebar .widget__resources-form .contact-form .gform_wrapper form .gform_footer .btn, .sidebar .widget__join-form .contact-form .gform_wrapper form .gform_footer .btn {
  width: 100%;
}
.sidebar .widget .helpful-wrapper .col:nth-child(2) .helpful-box__media {
  right: -155px;
  bottom: -139px;
  transform: rotate(30deg);
}
.sidebar .widget .helpful-wrapper .col:nth-child(3) .helpful-box__media {
  right: -292px;
  bottom: -239px;
  transform: rotate(-30deg);
}
.sidebar .widget .helpful-wrapper .col:last-child .helpful-box {
  margin-bottom: 0;
}
.sidebar .widget .helpful-box {
  z-index: 0;
  width: 100%;
  display: flex;
  overflow: hidden;
  min-height: 320px;
  margin-bottom: 20px;
  position: relative;
  padding: 30px 30px;
  flex-direction: column;
}
.sidebar .widget .helpful-box__content .title {
  color: #FFFFFF;
}
.sidebar .widget .helpful-box__content p {
  color: #FFFFFF;
  font-size: 21px;
  max-width: 258px;
  line-height: 28px;
  margin-bottom: 15px;
}
.sidebar .widget .helpful-box__icon {
  transition: all 0.3s ease;
}
.sidebar .widget .helpful-box__icon i {
  width: 60px;
  height: 60px;
  display: flex;
  font-size: 16px;
  margin-top: auto;
  align-items: center;
  color: currentColor;
  border-radius: 500px;
  justify-content: center;
  border: 2px solid currentColor;
  background-color: transparent;
  transition: all 0.3s ease;
}
.sidebar .widget .helpful-box__icon i:before {
  color: #FFFFFF;
}
.sidebar .widget .helpful-box__media {
  right: -12px;
  z-index: -1;
  bottom: -29px;
  position: absolute;
  pointer-events: none;
}
.sidebar .widget .helpful-box:hover .helpful-box__icon, .sidebar .widget .helpful-box:focus .helpful-box__icon {
  transform: translateX(10px);
}
.sidebar .widget .helpful-box:hover .helpful-box__icon i, .sidebar .widget .helpful-box:focus .helpful-box__icon i {
  background-color: currentColor;
}
.sidebar .widget .speechmatics-box {
  padding: 32px 30px 30px;
  background-color: #000000;
}
.sidebar .widget .speechmatics-box .horizontal-linebar {
  border-color: #FFFFFF;
}
.sidebar .widget .speechmatics-box .list-unstyled {
  margin-top: 30px;
}
.sidebar .widget .speechmatics-box .list-unstyled li {
  color: #ffb40b;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
}
.sidebar .widget .speechmatics-box .list-unstyled li a {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  font: 800 24px/34px "Visby CF Extra";
  transition: all 0.3s ease;
}
.sidebar .widget .speechmatics-box .list-unstyled li a span {
  width: 28px;
  height: 28px;
  color: #FFFFFF;
  font-size: 12px;
  margin-left: 10px;
  align-items: center;
  display: inline-flex;
  border-radius: 500px;
  justify-content: center;
  background-color: #1B22D3;
  transition: all 0.3s ease;
}
.sidebar .widget .speechmatics-box .list-unstyled li a:any-link:hover, .sidebar .widget .speechmatics-box .list-unstyled li a:any-link:focus {
  color: #fa4031;
}
.sidebar .widget .speechmatics-box .list-unstyled li a:any-link:hover span, .sidebar .widget .speechmatics-box .list-unstyled li a:any-link:focus span {
  background-color: #fa4031;
}

.blog-page {
  padding: 20px 0 120px;
}

.blog-details-page {
  padding: 59px 0 120px;
}
.blog-details-page .back-button {
  color: #000000;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  font: 700 24px/24px "Visby CF";
  transition: all 0.3s ease;
}
.blog-details-page .back-button i {
  width: 60px;
  height: 60px;
  display: flex;
  font-size: 16px;
  color: #fa4031;
  align-items: center;
  margin-right: 12px;
  border-radius: 500px;
  justify-content: center;
  border: 2px solid #1B22D3;
  background-color: transparent;
  transition: all 0.3s ease;
}
.blog-details-page .back-button:hover, .blog-details-page .back-button:focus {
  color: #1B22D3;
}
.blog-details-page .back-button:hover i, .blog-details-page .back-button:focus i {
  color: #FFFFFF;
  border-color: #1B22D3;
  background-color: #1B22D3;
}
.blog-details-page .blog-post {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
}
.blog-details-page .blog-post .text .title {
  margin-bottom: 0px;
}
.blog-details-page .blog-post .text .meta-wrap {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 5px;
}
.blog-details-page .blog-post .text .meta-wrap .date {
  color: #000000;
}
.blog-details-page .blog-post .text .meta-wrap .date:hover, .blog-details-page .blog-post .text .meta-wrap .date:focus {
  color: #1B22D3;
  text-decoration: underline;
}
.blog-details-page .blog-post .text .meta-wrap .contributor {
  color: #1B22D3;
}
.blog-details-page .blog-post .text .meta-wrap .contributor:hover, .blog-details-page .blog-post .text .meta-wrap .contributor:focus {
  color: #fa4031;
}
.blog-details-page .blog-post .text .btn-box {
  margin-top: 15px;
}
.blog-details-page .blog-post .text .btn-box .btn {
  color: #FFFFFF;
  font-size: 18px;
  background: linear-gradient(45deg, #0d00a2 -50%, #f0218c 62.74%, #ffda10 150%);
}
.blog-details-page .blog-post .text .btn-box .btn span {
  width: 22px;
  color: #000000;
  display: inline-block;
}
.blog-details-page .blog-post .media {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-top: 20px;
}
.blog-details-page .blog-post .media img {
  width: 100%;
}
.blog-details-page .blog-post .entry-content {
  margin-top: 20px;
}
.blog-details-page .blog-post .entry-content h1, .blog-details-page .blog-post .entry-content h2, .blog-details-page .blog-post .entry-content h3, .blog-details-page .blog-post .entry-content h4, .blog-details-page .blog-post .entry-content h5, .blog-details-page .blog-post .entry-content h6 {
  margin-bottom: 15px;
}
.blog-details-page .blog-post .entry-content hr {
  margin-bottom: 30px;
}
.blog-details-page .blog-post .entry-content p {
  max-width: 810px;
}
.blog-details-page .blog-post .entry-content p:last-child {
  margin: 0;
}
.blog-details-page .blog-post .entry-content p a {
  font-weight: 300;
  text-decoration: underline;
}
.blog-details-page .blog-post .entry-content p a:hover, .blog-details-page .blog-post .entry-content p a:focus {
  color: #1B22D3;
}
.blog-details-page .blog-post .entry-content img {
  max-width: 100%;
  height: auto;
}
.blog-details-page .blog-post .entry-content .btn {
  margin-bottom: 20px;
}
.blog-details-page .blog-post .entry-content a:hover, .blog-details-page .blog-post .entry-content a:focus {
  color: #1B22D3;
}
.blog-details-page .blog-post .entry-content ul {
  list-style: none;
}
.blog-details-page .blog-post .entry-content ul li {
  padding-left: 25px;
  position: relative;
}
.blog-details-page .blog-post .entry-content ul li:before {
  left: 0;
  content: "•";
  color: #000000;
  position: absolute;
}
.blog-details-page .blog-post .entry-content ol {
  list-style: none;
  counter-reset: section;
}
.blog-details-page .blog-post .entry-content ol li {
  position: relative;
}
.blog-details-page .blog-post .entry-content ol li:before {
  counter-increment: section;
  content: counters(section, ".") ". ";
}
.blog-details-page .blog-post .entry-content ol li ol {
  margin-top: 25px;
  margin-left: 25px;
}
.blog-details-page .blog-post .entry-content ul, .blog-details-page .blog-post .entry-content ol {
  margin-bottom: 30px;
}
.blog-details-page .blog-post .entry-content ul li, .blog-details-page .blog-post .entry-content ol li {
  margin-bottom: 20px;
}
.blog-details-page .blog-post .entry-content blockquote {
  color: #000000;
  margin: 30px 0;
  position: relative;
  padding: 0 10px 0 18px;
  background-color: transparent;
  border-left: 8px solid #1B22D3;
}
.blog-details-page .blog-post .entry-content blockquote p {
  font-style: italic;
  margin-bottom: 10px;
}
.blog-details-page .blog-post .entry-content .wp-caption {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
}
.blog-details-page .blog-post .entry-content .wp-caption img {
  width: 100%;
  border-radius: 36px;
}
.blog-details-page .blog-post .entry-content .wp-caption p {
  font-size: 75%;
  margin-top: 10px;
}
.blog-details-page .blog-post .share-wrapper {
  margin-top: 30px;
}
.blog-details-page .blog-post .share-wrapper .sharethis-inline-share-buttons .st-btn {
  width: 60px !important;
  padding: 5px !important;
  height: 60px !important;
  font-size: 24px !important;
  line-height: 60px !important;
  background: #8DDE51 !important;
  border-radius: 500px !important;
  transition: all 0.3s ease;
}
.blog-details-page .blog-post .share-wrapper .sharethis-inline-share-buttons .st-btn:after {
  top: 0;
  left: 0;
  right: 0;
  content: "";
  color: #000000;
  margin: 0 auto;
  position: absolute;
  vertical-align: middle;
  font-family: "readspeaker";
}
.blog-details-page .blog-post .share-wrapper .sharethis-inline-share-buttons .st-btn img {
  display: none !important;
}
.blog-details-page .blog-post .share-wrapper .sharethis-inline-share-buttons .st-btn .st-label {
  font-size: 16px;
  padding: 0 !important;
  color: #FFFFFF !important;
  min-width: auto !important;
  font-weight: 700 !important;
  display: inline-block !important;
}
.blog-details-page .blog-post .share-wrapper .sharethis-inline-share-buttons .st-btn:not([data-network=sharethis]) {
  display: none !important;
}
.blog-details-page .blog-post .share-wrapper .sharethis-inline-share-buttons .st-btn:hover {
  background: #1B22D3 !important;
}
.blog-details-page .blog-post .share-wrapper .sharethis-inline-share-buttons .st-btn:hover:after {
  color: #FFFFFF !important;
}
.blog-details-page .blog-post .btn-share {
  color: #000000;
  display: inline-flex;
  align-items: center;
  font: 700 24px/24px "Visby CF";
  transition: all 0.3s ease;
}
.blog-details-page .blog-post .btn-share i {
  width: 60px;
  height: 60px;
  display: flex;
  font-size: 26px;
  color: #000000;
  align-items: center;
  margin-right: 12px;
  border-radius: 500px;
  justify-content: center;
  background-color: #8DDE51;
  transition: all 0.3s ease;
}
.blog-details-page .blog-post .btn-share:hover, .blog-details-page .blog-post .btn-share:focus {
  color: #1B22D3;
}
.blog-details-page .blog-post .btn-share:hover i, .blog-details-page .blog-post .btn-share:focus i {
  color: #FFFFFF;
  border-color: #1B22D3;
  background-color: #1B22D3;
}
.blog-details-page .blog-post .custom-cta {
  z-index: 0;
  width: 100%;
  display: flex;
  overflow: hidden;
  margin-top: 43px;
  position: relative;
  padding: 38px 42px 42px;
  flex-direction: column;
  background-color: #1B22D3;
}
.blog-details-page .blog-post .custom-cta.embed {
  padding: 0;
  background: transparent;
}
.blog-details-page .blog-post .custom-cta__content .title {
  color: #FFFFFF;
}
.blog-details-page .blog-post .custom-cta__content p {
  color: #FFFFFF;
  font-size: 21px;
  max-width: 460px;
  line-height: 30px;
  margin-bottom: 34px;
}
.blog-details-page .blog-post .custom-cta__content .icon-wrapper {
  transition: all 0.3s ease;
}
.blog-details-page .blog-post .custom-cta__content .icon-wrapper i {
  width: 60px;
  height: 60px;
  display: flex;
  font-size: 16px;
  margin-top: auto;
  align-items: center;
  color: currentColor;
  border-radius: 500px;
  justify-content: center;
  border: 2px solid #000000;
  background-color: transparent;
  transition: all 0.3s ease;
}
.blog-details-page .blog-post .custom-cta__content .icon-wrapper i:before {
  color: #FFFFFF;
}
.blog-details-page .blog-post .custom-cta__media {
  z-index: -1;
  right: -139px;
  bottom: -279px;
  position: absolute;
  pointer-events: none;
  transform: rotate(-30deg);
}
.blog-details-page .blog-post .custom-cta:hover .custom-cta__content .icon-wrapper, .blog-details-page .blog-post .custom-cta:focus .custom-cta__content .icon-wrapper {
  transform: translateX(10px);
}

/***********************************
VOICE COMMERCE PAGE STYLES
***********************************/
.voice-commerce {
  overflow: hidden;
  padding: 150px 0 0;
  margin-top: -20px;
}
.voice-commerce__content {
  background: #FFFFFF;
}
.voice-commerce__content .title {
  margin-bottom: 7px;
}
.voice-commerce__content .sub-title {
  color: #1B22D3;
  margin-bottom: 47px;
}
.voice-commerce__content .voice-sample {
  padding: 38px 36px 44px;
  border: 6px solid #FA4031;
  background-color: #FFFFFF;
}
.voice-commerce__content .voice-sample .title {
  margin-bottom: 0;
}
.voice-commerce__content .voice-sample p {
  margin-bottom: 20px;
}
.voice-commerce__content .voice-sample .play-voice {
  display: flex;
  color: #000000;
  cursor: pointer;
  align-items: center;
  font: 900 18px/24px "Visby CF";
}
.voice-commerce__content .voice-sample .play-voice span {
  width: 90px;
  height: 90px;
  display: flex;
  color: #FFFFFF;
  font-size: 31px;
  margin-right: 16px;
  border-radius: 500px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(20deg, #5a4bff -20%, #f0218c 97.74%, #ffda10 150%);
}
.voice-commerce__content .voice-sample .play-voice span.icon-play:before {
  text-indent: 5px;
}
.voice-commerce__content .voice-sample .play-voice:hover, .voice-commerce__content .voice-sample .play-voice:focus {
  color: #1B22D3;
}
.voice-commerce__media.has--pattern-overlay {
  position: relative;
}
.voice-commerce__media.has--pattern-overlay:before {
  top: -165px;
  left: auto;
  width: 946px;
  z-index: -1;
  height: 689px;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover !important;
}
.voice-commerce.new {
  z-index: 1;
  margin-top: 0;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 80% center;
}
.voice-commerce.new.has--image:before {
  top: 0px;
  left: 0px;
  z-index: -1;
  content: "";
  width: 65%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to right, white 20%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%);
}
.voice-commerce.new .voice-commerce__content {
  position: relative;
  background: transparent;
}

.supported {
  padding: 114px 0 120px;
  border-bottom: 1px solid #fa4031;
  background: linear-gradient(#f7f7f7 0%, #fff 100%);
}
.supported .list-style {
  margin-bottom: 28px;
}
.supported .list-style > li {
  display: flex;
  list-style: none;
  align-items: center;
  position: relative;
  padding-left: 43px;
}
.supported .list-style > li > a {
  color: #1B22D3;
  font-size: 21px;
  line-height: 24px;
}
.supported .list-style > li > a:any-link {
  text-decoration: underline;
}
.supported .list-style > li > a:any-link:hover, .supported .list-style > li > a:any-link:focus {
  color: #fa4031;
}
.supported .list-style > li:not(:last-child) {
  margin-bottom: 19px;
}
.supported .list-style > li:before {
  min-width: 4px;
  height: 4px;
  content: "";
  margin-right: 7px;
  background-color: #1B22D3;
}
.supported .list-style > li.bold {
  padding-left: 0;
  align-items: flex-start;
}
.supported .list-style > li.bold > a {
  color: #000000;
  font: 800 24px/32px "Visby CF Extra";
}
.supported .list-style > li.bold > a:any-link:hover, .supported .list-style > li.bold > a:any-link:focus {
  color: #1B22D3;
  text-decoration: underline;
}
.supported .list-style > li.bold:not(:last-child) {
  margin-bottom: 19px;
}
.supported .list-style > li.bold:before {
  height: 24px;
  margin-top: 4px;
  min-width: 24px;
  margin-right: 18px;
  background-color: #fa4031;
}

.brief-definition {
  padding: 90px 0 100px;
}
.brief-definition__content .title {
  margin-bottom: 5px;
}
.brief-definition__content p {
  font-size: 21px;
  line-height: 34px;
  max-width: 529px;
}
.brief-definition__media {
  margin-left: -114px;
  margin-right: 82px;
}

.whatwe-offer {
  padding: 150px 0 170px;
  background-color: #1B22D3;
}
.whatwe-offer .last-none {
  margin-bottom: -40px;
}
.whatwe-offer .entry-title {
  margin-bottom: 85px;
}
.whatwe-offer__card {
  padding-left: 29px;
  margin-bottom: 40px;
  border-left: 1px solid #000000;
}
.whatwe-offer__card-icon {
  margin-bottom: 30px;
}
.whatwe-offer__card-icon i {
  font-size: 69px;
}
.whatwe-offer__card-icon.has--image img {
  width: auto;
  height: 69px;
  max-width: initial;
}
.whatwe-offer__card-text p {
  max-width: 390px;
  margin-bottom: 38px;
}

.readspeaker-difference {
  padding: 149px 0 120px;
}
.readspeaker-difference__content {
  max-width: 320px;
}
.readspeaker-difference__content .title {
  margin-bottom: 5px;
}
.readspeaker-difference__content .sub-title {
  color: #1B22D3;
}
.readspeaker-difference__content p {
  font-size: 21px;
  line-height: 34px;
}
.readspeaker-difference__card {
  padding: 26px;
  width: 100%;
  display: flex;
  min-height: 500px;
  flex-direction: column;
  border: 4px solid currentColor;
  margin-bottom: 28px;
}
.readspeaker-difference__card-icon {
  display: flex;
  margin-bottom: 20px;
  justify-content: flex-end;
}
.readspeaker-difference__card-icon i {
  font-size: 66px;
  color: currentColor;
}
.readspeaker-difference__card-icon.has--image {
  width: auto;
  height: 66px;
  max-width: initial;
}
.readspeaker-difference__card-text .number {
  color: currentColor;
  margin-bottom: 10px;
  font: 700 88px/88px "Visby CF";
}
.readspeaker-difference__card-text .title {
  color: #000000;
  font-weight: 700;
  font-family: "Visby CF";
}
.readspeaker-difference__card-text p {
  color: #000000;
  margin-bottom: 0;
  font-weight: 400;
  max-width: 237px;
}

.testimonial-transparent {
  padding: 140px 0 54px;
  background-color: transparent;
}
.testimonial-transparent .slick-arrow:before {
  color: #000000;
}
.testimonial-transparent .slick-arrow:hover:before, .testimonial-transparent .slick-arrow:focus:before {
  color: #FFFFFF;
}
.testimonial-transparent .slick-dots {
  left: 0;
  bottom: -122px;
  line-height: 0;
}
.testimonial-transparent .slick-dots li {
  width: 30px;
  height: 10px;
  border-radius: 0;
  border: 2px solid #000000;
  background-color: transparent;
  transition: all 0.3s ease;
}
.testimonial-transparent .slick-dots li button {
  display: none;
}
.testimonial-transparent .slick-dots li.slick-active {
  height: 21px;
  background-color: #000000;
}
.testimonial-transparent__slider {
  position: relative;
}
.testimonial-transparent__slider.slick-dotted {
  margin-bottom: 122px;
}

.request-demo {
  padding: 78px 0 120px;
}
.request-demo__wrap {
  padding: 106px 20px;
  background-color: #000000;
}
.request-demo__wrap .entry-title {
  max-width: 735px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 54px;
}
.request-demo__wrap .entry-title.max {
  max-width: 905px;
}
.request-demo__form {
  width: 100%;
  max-width: 683px;
  margin-left: auto;
  margin-right: auto;
}
.request-demo__form.contact-form .gform_wrapper .gform_confirmation_message {
  text-align: center;
}
.request-demo__form.contact-form .gform_wrapper form .gform_body .gform_fields .gfield {
  margin-top: 20px !important;
  line-height: normal !important;
}
.request-demo__form.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input, .request-demo__form.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select, .request-demo__form.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  color: #FFFFFF !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border-bottom: 4px solid #FFB40B !important;
}
.request-demo__form.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder, .request-demo__form.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::-webkit-input-placeholder, .request-demo__form.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
}
.request-demo__form.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder, .request-demo__form.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::-moz-placeholder, .request-demo__form.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
}
.request-demo__form.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder, .request-demo__form.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select:-ms-input-placeholder, .request-demo__form.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
}
.request-demo__form.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:-moz-placeholder, .request-demo__form.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select:-moz-placeholder, .request-demo__form.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:-moz-placeholder {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
}
.request-demo__form.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select:before {
  right: 5px;
}
.request-demo__form.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload {
  border-radius: 0 !important;
  background: transparent !important;
  border-bottom: 4px solid #FFB40B !important;
}
.request-demo__form.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload:before {
  z-index: 3;
}
.request-demo__form.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload:after {
  display: none !important;
  color: #FFFFFF !important;
  padding-left: 0 !important;
}
.request-demo__form.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .ginput_preview {
  color: #FFFFFF !important;
  background: #000000 !important;
}
.request-demo__form.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .ginput_preview strong {
  color: #FFFFFF !important;
}
.request-demo__form.contact-form .gform_wrapper form .gform_body .gform_fields .gfield.custom_file_upload .gfield_description {
  left: 0;
  width: calc(100% - 169px);
  color: #FFFFFF !important;
  background: transparent !important;
}
.request-demo__form.contact-form .gform_wrapper form .gform_footer {
  margin-top: 20px !important;
}
.request-demo__form.contact-form .gform_wrapper form .gform_footer .btn {
  background: #1B22D3;
}
.request-demo__form .hbspt-form .hs-form .field {
  margin-bottom: 20px;
}
.request-demo__form .hbspt-form .hs-form .field label[id*=label] {
  color: #FFFFFF;
}
.request-demo__form .hbspt-form .hs-form .field input {
  color: #FFFFFF !important;
  padding: 10px 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border-bottom: 4px solid #ffb40b !important;
}
.request-demo__form .hbspt-form .hs-form .field .hs-error-msgs {
  list-style: none;
}
.request-demo__form .hbspt-form .hs-form .field .hs-error-msgs li {
  color: #790000;
}
.request-demo__form .hbspt-form .hs-form .actions {
  margin-top: 20px;
  text-align: right;
}
.request-demo__form .hbspt-form .hs-form .actions .hs-button {
  border: 0;
  color: #FFFFFF;
  font-size: 21px;
  font-weight: 900;
  line-height: 28px;
  position: relative;
  font-family: "Visby CF";
  padding: 10px 24px;
  border-radius: 500px;
  background-color: #1B22D3;
  transition: all 0.3s;
}
.request-demo__form .hbspt-form .hs-form .actions .hs-button:hover, .request-demo__form .hbspt-form .hs-form .actions .hs-button:focus {
  border: 0;
  outline: 0;
  color: #FFFFFF;
  box-shadow: none;
  background-color: #fa4031;
}

/***********************************
CONTACT PAGE STYLES
***********************************/
.contact-us {
  padding: 80px 0;
}
.contact-us__content {
  margin-bottom: 30px;
}
.contact-us__content .title {
  margin-bottom: 5px;
}
.contact-us__content .sub-title {
  color: #1B22D3;
  margin-bottom: 10px;
}
.contact-us__content p {
  font-size: 21px;
  max-width: 560px;
  line-height: 32px;
  margin-bottom: 24px;
}
.contact-us__content .wrapper {
  margin-bottom: 42px;
}
.contact-us__content .wrapper .title {
  color: #fa4031;
  margin-bottom: 15px;
}
.contact-us__content .list-unstyled li:first-child {
  margin-bottom: 30px;
}
.contact-us__content .list-unstyled li:first-child span {
  display: block;
  font-weight: 700;
}
.contact-us__content .list-unstyled li a {
  color: #000000;
}
.contact-us__content .list-unstyled li a[href^="mailto:"] {
  color: #1B22D3;
  text-decoration: underline;
}
.contact-us__content .list-unstyled li a:hover:any-link, .contact-us__content .list-unstyled li a:focus:any-link {
  color: #fa4031;
}
.contact-us__form {
  position: relative;
  padding: 60px 66px 62px;
  background-color: #1B22D3;
}
.contact-us__form .title {
  color: #FFFFFF;
}
.contact-us__form p {
  color: #FFFFFF;
  margin-bottom: 27px;
}
.contact-us__form img {
  width: 100%;
}
.contact-us__form:after {
  top: 0;
  left: -39px;
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: 2px;
  border-bottom: 0;
  border-top: 49px solid #1B22D3;
  border-right: 42px solid transparent;
  border-left: 42px solid transparent;
}

.contact-form .gform_confirmation_wrapper .gform_confirmation_message {
  color: #FFFFFF;
}
.contact-form .gform_confirmation_wrapper .gform_confirmation_message:before {
  content: "✔";
  color: green;
  padding-right: 10px;
}
.contact-form .gform_wrapper {
  margin: 0 !important;
}
.contact-form .gform_wrapper form .validation_error {
  display: none !important;
}
.contact-form .gform_wrapper form .gform_body {
  line-height: 0 !important;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield {
  border: 0 !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
  padding-bottom: 0 !important;
  background: transparent !important;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield + .gfield {
  margin-top: 12px !important;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield.gf_full_width .ginput_container span {
  width: 100% !important;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield.gf_full_width .ginput_container span + span {
  margin-top: 12px !important;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
  margin: 0 !important;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
  margin: 0 !important;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 150px !important;
  border-radius: 16px !important;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent {
  position: relative;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent input[type=checkbox] {
  left: 0;
  top: 5px;
  position: absolute;
  padding: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  width: 20px !important;
  clear: none !important;
  height: 20px !important;
  line-height: 0 !important;
  min-width: 20px !important;
  cursor: pointer !important;
  text-align: center !important;
  background: #DCDDE8 !important;
  border-radius: 500px !important;
  display: inline-block !important;
  vertical-align: middle !important;
  border: 3px solid #FFFFFF !important;
  -webkit-appearance: none;
  appearance: none;
  transition: 0.05s border-color ease-in-out;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent input[type=checkbox]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  width: 8px;
  color: #333;
  text-align: center;
  position: relative;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent input[type=checkbox]:checked::before {
  top: 0;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  border-radius: 500px;
  background-color: #fa4031;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent label.gfield_consent_label {
  color: #FFFFFF;
  font-size: 90%;
  cursor: pointer;
  margin-left: 30px;
  line-height: normal;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent .gfield_required {
  display: none !important;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select {
  position: relative;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select:before {
  top: 0;
  right: 20px;
  height: 100%;
  content: "";
  color: #FFFFFF;
  font-size: 8px;
  position: absolute;
  text-align: center;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "readspeaker";
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select select {
  color: #FFFFFF !important;
  background: #000000 !important;
  -webkit-appearance: none;
  appearance: none;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  width: 8px;
  color: #333;
  text-align: center;
  position: relative;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload {
  height: 50px;
  padding: 4px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background: #FFFFFF;
  border-radius: 500px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload:before {
  top: 4px;
  right: 4px;
  z-index: 3;
  width: 100%;
  color: #FFFFFF;
  font-size: 16px;
  cursor: pointer;
  max-width: 139px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  border-radius: 500px;
  background: #1B22D3;
  content: "Attach File";
  height: calc(100% - 8px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  color: #767784;
  font-size: 16px;
  cursor: pointer;
  font-weight: 300;
  line-height: 24px;
  position: absolute;
  align-items: center;
  padding: 4px 150px 4px 20px;
  content: "No Attachment";
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload input[type=file] {
  opacity: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent;
  position: relative;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .ginput_preview {
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  color: #767784;
  display: flex;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  overflow: hidden;
  line-height: 28px;
  position: absolute;
  padding-left: 15px;
  background: #FFFFFF;
  white-space: nowrap;
  align-items: center;
  width: calc(100% - 150px);
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .ginput_preview strong {
  color: #767784;
  font-weight: 300;
  margin-left: 5px;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .ginput_preview img {
  width: 15px !important;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield.custom_file_upload {
  cursor: pointer;
  position: relative;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield.custom_file_upload .gfield_description {
  margin: 0;
  left: 20px;
  padding: 0;
  z-index: 1;
  width: auto;
  color: #767784;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  position: absolute;
  background: #FFFFFF;
  white-space: nowrap;
  pointer-events: none;
  top: calc(50% - 12px);
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield.custom_file_upload .gfield_description.validation_message {
  left: 0;
  color: #790000;
  font-size: 15px;
  background: transparent;
  position: inherit !important;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield.custom_file_upload.gfield_error .gfield_description:not(.validation_message) {
  display: none !important;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .gfield_description {
  margin: 0 !important;
  padding: 0 !important;
  line-height: normal !important;
  font-weight: normal !important;
}
.contact-form .gform_wrapper form .gform_footer {
  text-align: right;
  padding: 0 !important;
  margin: 12px 0 0 !important;
}
.contact-form .gform_wrapper form .gform_footer .btn {
  color: #FFFFFF;
  background: #000000;
}
.contact-form .gform_wrapper form .gform_footer .btn:hover, .contact-form .gform_wrapper form .gform_footer .btn:focus {
  color: #FFFFFF;
  background: #fa4031;
}
.contact-form .gform_wrapper form .gform_footer .gform_ajax_spinner {
  display: none !important;
}

.contact-offices {
  padding: 80px 0;
  overflow: hidden;
}
.contact-offices__country {
  padding-top: 103px;
  border-top: 1px solid #ffb40b;
}
.contact-offices__country:not(:last-child) {
  padding-bottom: 120px;
}
.contact-offices__country .last-none {
  margin-bottom: -60px;
}
.contact-offices__content .sub-title {
  font-size: 16px;
  color: #fa4031;
  font-weight: 700;
  line-height: 24px;
  font-family: "Visby CF";
  letter-spacing: 8px;
}
.contact-offices .before-background {
  position: relative;
}
.contact-offices .before-background .media {
  top: -84px;
  left: -12px;
  z-index: -1;
  position: absolute;
  pointer-events: none;
}
.contact-offices .list-unstyled {
  margin-bottom: 50px;
}
.contact-offices .list-unstyled li:first-child {
  margin-bottom: 30px;
}
.contact-offices .list-unstyled li:first-child span {
  display: block;
  font-weight: 700;
}
.contact-offices .list-unstyled li.text {
  margin-top: 20px;
}
.contact-offices .list-unstyled li.text + .text {
  margin-top: 0;
}
.contact-offices .list-unstyled li a {
  color: #000000;
}
.contact-offices .list-unstyled li a[href^="mailto:"] {
  color: #1B22D3;
  text-decoration: underline;
}
.contact-offices .list-unstyled li a:hover:any-link {
  color: #fa4031;
}

.connect-withus {
  padding: 80px 0 120px;
}
.connect-withus .social-connect {
  width: 100%;
  color: #FFFFFF;
  display: flex;
  min-height: 300px;
  margin-bottom: 28px;
  flex-direction: column;
  padding: 40px 40px 26px;
  height: calc(100% - 28px);
  transition: all 0.3s ease;
}
.connect-withus .social-connect__icon i {
  font-size: 37px;
}
.connect-withus .social-connect__text {
  max-width: 200px;
}
.connect-withus .social-connect--facebook {
  background-color: #3449A0;
}
.connect-withus .social-connect--facebook:hover, .connect-withus .social-connect--facebook:focus {
  background-color: #27377a;
}
.connect-withus .social-connect--twitter {
  background-color: #08A6ED;
}
.connect-withus .social-connect--twitter:hover, .connect-withus .social-connect--twitter:focus {
  background-color: #0683bc;
}
.connect-withus .social-connect--instagram {
  background-color: #D5347E;
}
.connect-withus .social-connect--instagram:hover, .connect-withus .social-connect--instagram:focus {
  background-color: #b12565;
}
.connect-withus .social-connect--pinterest {
  background-color: #E60023;
}
.connect-withus .social-connect--pinterest:hover, .connect-withus .social-connect--pinterest:focus {
  background-color: #b3001b;
}
.connect-withus .social-connect--youtube {
  background-color: #FE0000;
}
.connect-withus .social-connect--youtube:hover, .connect-withus .social-connect--youtube:focus {
  background-color: #cb0000;
}
.connect-withus .social-connect--linkedin {
  background-color: #0074B2;
}
.connect-withus .social-connect--linkedin:hover, .connect-withus .social-connect--linkedin:focus {
  background-color: #00537f;
}

/***********************************
CUSTOMER STORIES PAGE STYLES
***********************************/
.customer-stories {
  overflow: hidden;
  padding: 60px 0 38px;
}
.customer-stories .entry-title {
  margin-bottom: 40px;
}
.customer-stories .entry-title .title {
  margin-bottom: 5px;
}
.customer-stories .entry-title .sub-title {
  color: #1B22D3;
}
.customer-stories__slider {
  margin-right: calc(-100vw / 2 + 100% / 2);
}
.customer-stories__slider.slider-disable .slick-track {
  width: 100% !important;
  transform: initial !important;
}
.customer-stories__slider.slider-disable .slick-track .slick-slide {
  width: 100% !important;
}
.customer-stories__slider-item {
  display: flex;
  min-height: 400px;
  position: relative;
  flex-direction: column;
  border: 3px solid #000000;
  padding: 48px 54px 37px 37px;
}
.customer-stories__slider-item .link {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  position: absolute;
}
.customer-stories__slider-item:hover .customer-stories__slider-media, .customer-stories__slider-item:focus .customer-stories__slider-media {
  animation: shake 0.5s forwards;
}
.customer-stories__slider-item:hover .customer-stories__slider-text .title, .customer-stories__slider-item:focus .customer-stories__slider-text .title {
  color: #1B22D3;
}
.customer-stories__slider-media {
  margin-bottom: 20px;
  justify-content: flex-end;
}
.customer-stories__slider-text {
  margin-top: auto;
}
.customer-stories__slider-text .title {
  color: #000000;
  transition: all 0.3s ease;
}
.customer-stories__slider-text p {
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 0px;
}
.customer-stories__slider-help {
  display: flex;
  font-weight: 400;
  margin-top: 40px;
  align-items: flex-end;
}
.customer-stories__slider-help img {
  width: auto;
  height: 40px;
  max-width: initial;
  margin-right: 10px;
}

.customer-stories__post {
  width: 100%;
  display: flex;
  min-height: 260px;
  position: relative;
  padding: 27px 17px;
  margin-bottom: 28px;
  flex-direction: column;
  border: 3px solid #000000;
}
.customer-stories__post .link {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.customer-stories__post:hover .media, .customer-stories__post:focus .media {
  animation: shake 0.5s forwards;
}
.customer-stories__post:hover .text .title, .customer-stories__post:focus .text .title {
  color: #1B22D3;
}
.customer-stories__post .media {
  display: flex;
  margin-bottom: 20px;
  justify-content: flex-end;
}
.customer-stories__post .text {
  margin-top: auto;
}
.customer-stories__post .text .title {
  color: #000000;
  font-size: 21px;
  line-height: 32px;
  transition: all 0.3s ease;
}
.customer-stories__post .text p {
  margin-bottom: 0px;
}

.customer-stories-page {
  padding: 30px 0 120px;
}
.customer-stories-page .main-title {
  padding-top: 26px;
}

.customer-stories-detail-page {
  padding: 39px 0 120px;
}
.customer-stories-detail-page .content-area {
  max-width: 940px;
}
.customer-stories-detail-page .customer-stories__head {
  display: flex;
  min-height: 400px;
  position: relative;
  margin-bottom: 60px;
  flex-direction: column;
  border: 3px solid #000000;
  padding: 37px 37px 32px;
}
.customer-stories-detail-page .customer-stories__head .media {
  margin-bottom: 20px;
  justify-content: flex-end;
}
.customer-stories-detail-page .customer-stories__head .text {
  margin-top: auto;
}
.customer-stories-detail-page .customer-stories__head .text .sub-title {
  max-width: 690px;
}
.customer-stories-detail-page .customer-stories__head .text p {
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 0px;
}
.customer-stories-detail-page .customer-stories__post {
  border: 0;
  padding: 0;
  margin-bottom: 0;
}
.customer-stories-detail-page .customer-stories__post .main-title {
  color: #1B22D3;
  padding-top: 26px;
  margin-bottom: 18px;
  border-top: 4px solid #1B22D3;
}
.customer-stories-detail-page .customer-stories__post .text .main-title {
  color: #fa4031;
  border-color: #fa4031;
}
.customer-stories-detail-page .customer-stories__post .text p {
  max-width: 896px;
  margin-bottom: 30px;
}
.customer-stories-detail-page .customer-stories__post .media {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.customer-stories-detail-page .customer-stories__post .media img {
  width: 100%;
}
.customer-stories-detail-page .customer-stories__post .entry-content {
  margin-top: 50px;
}
.customer-stories-detail-page .customer-stories__post .entry-content:first-child {
  margin-top: 0;
}
.customer-stories-detail-page .customer-stories__post .entry-content h1, .customer-stories-detail-page .customer-stories__post .entry-content h2, .customer-stories-detail-page .customer-stories__post .entry-content h3, .customer-stories-detail-page .customer-stories__post .entry-content h4, .customer-stories-detail-page .customer-stories__post .entry-content h5, .customer-stories-detail-page .customer-stories__post .entry-content h6 {
  margin-bottom: 15px;
}
.customer-stories-detail-page .customer-stories__post .entry-content hr {
  margin-bottom: 30px;
}
.customer-stories-detail-page .customer-stories__post .entry-content p {
  max-width: 913px;
}
.customer-stories-detail-page .customer-stories__post .entry-content p:last-child {
  margin: 0;
}
.customer-stories-detail-page .customer-stories__post .entry-content p a {
  font-weight: 700;
  text-decoration: underline;
}
.customer-stories-detail-page .customer-stories__post .entry-content p a:hover, .customer-stories-detail-page .customer-stories__post .entry-content p a:focus {
  color: #1B22D3;
}
.customer-stories-detail-page .customer-stories__post .entry-content img {
  max-width: 100%;
  height: auto;
}
.customer-stories-detail-page .customer-stories__post .entry-content .btn {
  margin-bottom: 20px;
}
.customer-stories-detail-page .customer-stories__post .entry-content a:hover, .customer-stories-detail-page .customer-stories__post .entry-content a:focus {
  color: #1B22D3;
}
.customer-stories-detail-page .customer-stories__post .entry-content ul {
  list-style: none;
}
.customer-stories-detail-page .customer-stories__post .entry-content ul li {
  padding-left: 25px;
  position: relative;
}
.customer-stories-detail-page .customer-stories__post .entry-content ul li:before {
  left: 0;
  content: "•";
  color: #000000;
  position: absolute;
}
.customer-stories-detail-page .customer-stories__post .entry-content ol {
  list-style: none;
  counter-reset: section;
}
.customer-stories-detail-page .customer-stories__post .entry-content ol li {
  position: relative;
}
.customer-stories-detail-page .customer-stories__post .entry-content ol li:before {
  counter-increment: section;
  content: counters(section, ".") ". ";
}
.customer-stories-detail-page .customer-stories__post .entry-content ol li ol {
  margin-top: 25px;
  margin-left: 25px;
}
.customer-stories-detail-page .customer-stories__post .entry-content ul, .customer-stories-detail-page .customer-stories__post .entry-content ol {
  margin-bottom: 30px;
}
.customer-stories-detail-page .customer-stories__post .entry-content ul li, .customer-stories-detail-page .customer-stories__post .entry-content ol li {
  margin-bottom: 20px;
}
.customer-stories-detail-page .customer-stories__post .entry-content blockquote {
  color: #000000;
  margin: 30px 0;
  position: relative;
  padding: 0 10px 0 18px;
  background-color: transparent;
  border-left: 8px solid #1B22D3;
}
.customer-stories-detail-page .customer-stories__post .entry-content blockquote p {
  font-style: italic;
  margin-bottom: 10px;
}

/***********************************
RESOURCE PAGE STYLES
***********************************/
.Chrome .resource__post.has--grayscale:before {
  background: #626262;
  isolation: isolate;
  mix-blend-mode: multiply;
}

.resources {
  padding: 60px 0 20px;
}
.resources .entry-title {
  margin-bottom: 32px;
}
.resources .entry-title .title {
  margin-bottom: 3px;
}
.resources .entry-title .sub-title {
  color: #1B22D3;
}
.resources .white-space {
  margin: 40px 0;
}
.resources__post {
  padding: 0;
  height: 406px;
  overflow: hidden;
  position: relative;
  margin-bottom: 28px;
}
.resources__post.big {
  height: 840px;
}
.resources__post.big .resources__post-text {
  padding: 40px;
}
.resources__post.big .resources__post-text .bottom {
  max-width: 530px;
}
.resources__post:not(.big) .resources__post-text .title {
  font-size: 24px;
  line-height: 32px;
}
.resources__post:not(.big) .resources__post-text .meta-wrap span {
  display: block;
}
.resources__post.has--overlay:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
}
.resources__post.has--grayscale .resources__post-media img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.resources__post .link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.resources__post:hover .resources__post-media a img, .resources__post:focus .resources__post-media a img {
  transform: scale(1.2);
}
.resources__post-media {
  top: 0;
  left: 0;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.resources__post-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.resources__post-text {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 33px 30px 26px 30px;
}
.resources__post-text .categories li a {
  z-index: 1;
  font-weight: 300;
  font-size: 16px;
  line-height: 0;
  position: relative;
  padding: 10px 18px;
}
.resources__post-text .categories li a span {
  font-size: 19px;
  margin-right: 8px;
  vertical-align: -1px;
}
.resources__post-text .categories li a:hover, .resources__post-text .categories li a:focus {
  background-color: #000000 !important;
}
.resources__post-text .meta-wrap {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 2px;
  position: relative;
}
.resources__post-text .meta-wrap .date {
  color: #FFFFFF;
}
.resources__post-text .meta-wrap .date:any-link:hover, .resources__post-text .meta-wrap .date:any-link:focus {
  color: #1B22D3;
  text-decoration: underline;
}
.resources__post-text .meta-wrap .contributor {
  color: #ffb40b;
}
.resources__post-text .meta-wrap .contributor:any-link:hover, .resources__post-text .meta-wrap .contributor:any-link:focus {
  color: #fa4031;
}
.resources__post-text a:any-link:hover .title, .resources__post-text a:any-link:focus .title {
  color: #1B22D3;
}
.resources__post-text .title {
  color: #FFFFFF;
  position: relative;
}
.resources__post-text .excerpt {
  color: #FFFFFF;
  margin-top: 10px;
}
.resources__post-text .excerpt p {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
}
.resources__post-text .bottom {
  max-width: 244px;
}

.resources-page {
  padding: 20px 0 120px;
}
.resources-page .resources-filter {
  padding: 40px 0;
  margin-bottom: 40px;
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000;
}
.resources-page .resources-filter .last-none {
  margin-bottom: -15px;
}
.resources-page .resources-filter .title {
  margin-bottom: 15px;
}
.resources-page .resources-filter .form-group.radio {
  margin-bottom: 15px;
}
.resources-page .resources-filter .form-group.radio input[type=radio]:empty {
  display: none;
}
.resources-page .resources-filter .form-group.radio label {
  width: 100%;
  color: #FFFFFF;
  display: flex;
  cursor: pointer;
  font-size: 21px;
  line-height: 1.2;
  align-items: center;
  padding: 14.5px 24px;
  border-radius: 500px;
  justify-content: center;
  transition: all 0.3s ease;
}
.resources-page .resources-filter .form-group.radio label span {
  font-size: 26px;
  margin-right: 11px;
  transition: initial;
}
.resources-page .resources-filter .form-group.radio label span.icon-grid {
  font-size: 22px;
}
.resources-page .resources-filter .form-group.radio label[for=all-resources] {
  color: #000000;
  padding-top: 17px;
  background: #DCDDE8;
  white-space: nowrap;
  padding-bottom: 17px;
}
.resources-page .resources-filter .form-group.radio label:hover {
  color: #FFFFFF;
  background-color: #000000 !important;
}
.resources-page .resources-filter .form-group.radio input[type=radio]:checked ~ label {
  color: #FFFFFF;
  background-color: #000000 !important;
}

.resources-detail-page {
  padding: 60px 0 120px;
}
.resources-detail-page .content-area {
  max-width: 840px;
}
.resources-detail-page .resources__post {
  margin: 0;
  padding: 0;
  height: 100%;
}
.resources-detail-page .resources__post .text {
  margin-bottom: 20px;
}
.resources-detail-page .resources__post .text .meta-wrap {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 7px;
  position: relative;
}
.resources-detail-page .resources__post .text .meta-wrap a {
  color: #000000;
}
.resources-detail-page .resources__post .text .meta-wrap a:any-link:hover, .resources-detail-page .resources__post .text .meta-wrap a:any-link:focus {
  color: #1B22D3;
  text-decoration: underline;
}
.resources-detail-page .resources__post .text .meta-wrap .contributor {
  color: #1B22D3;
}
.resources-detail-page .resources__post .text .meta-wrap .contributor:any-link:hover, .resources-detail-page .resources__post .text .meta-wrap .contributor:any-link:focus {
  color: #fa4031;
  text-decoration: none;
}
.resources-detail-page .resources__post .text .title {
  margin-bottom: 5px;
}
.resources-detail-page .resources__post .text p {
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  max-width: 786px;
}
.resources-detail-page .resources__post .media {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.resources-detail-page .resources__post .media img {
  width: 100%;
}
.resources-detail-page .resources__post .entry-content {
  margin-bottom: 40px;
}
.resources-detail-page .resources__post .entry-content h1, .resources-detail-page .resources__post .entry-content h2, .resources-detail-page .resources__post .entry-content h3, .resources-detail-page .resources__post .entry-content h4, .resources-detail-page .resources__post .entry-content h5, .resources-detail-page .resources__post .entry-content h6 {
  margin-bottom: 15px;
}
.resources-detail-page .resources__post .entry-content h1 span, .resources-detail-page .resources__post .entry-content h2 span, .resources-detail-page .resources__post .entry-content h3 span, .resources-detail-page .resources__post .entry-content h4 span, .resources-detail-page .resources__post .entry-content h5 span, .resources-detail-page .resources__post .entry-content h6 span {
  color: #000000;
}
.resources-detail-page .resources__post .entry-content hr {
  margin-bottom: 30px;
}
.resources-detail-page .resources__post .entry-content p {
  max-width: 811px;
}
.resources-detail-page .resources__post .entry-content p:last-child {
  margin: 0;
}
.resources-detail-page .resources__post .entry-content p a {
  font-weight: 700;
  text-decoration: underline;
}
.resources-detail-page .resources__post .entry-content p a:hover, .resources-detail-page .resources__post .entry-content p a:focus {
  color: #1B22D3;
}
.resources-detail-page .resources__post .entry-content img {
  max-width: 100%;
  height: auto;
}
.resources-detail-page .resources__post .entry-content .btn {
  margin-bottom: 20px;
}
.resources-detail-page .resources__post .entry-content a:hover, .resources-detail-page .resources__post .entry-content a:focus {
  color: #1B22D3;
}
.resources-detail-page .resources__post .entry-content ul {
  list-style: none;
}
.resources-detail-page .resources__post .entry-content ul li {
  padding-left: 25px;
  position: relative;
}
.resources-detail-page .resources__post .entry-content ul li:before {
  left: 0;
  content: "•";
  color: #000000;
  position: absolute;
}
.resources-detail-page .resources__post .entry-content ol {
  list-style: none;
  counter-reset: section;
}
.resources-detail-page .resources__post .entry-content ol li {
  position: relative;
}
.resources-detail-page .resources__post .entry-content ol li:before {
  counter-increment: section;
  content: counters(section, ".") ". ";
}
.resources-detail-page .resources__post .entry-content ol li ol {
  margin-top: 25px;
  margin-left: 25px;
}
.resources-detail-page .resources__post .entry-content ul, .resources-detail-page .resources__post .entry-content ol {
  margin-bottom: 30px;
}
.resources-detail-page .resources__post .entry-content ul li, .resources-detail-page .resources__post .entry-content ol li {
  margin-bottom: 20px;
}
.resources-detail-page .resources__post .entry-content blockquote {
  color: #000000;
  margin: 30px 0;
  position: relative;
  padding: 0 10px 0 18px;
  background-color: transparent;
  border-left: 8px solid #1B22D3;
}
.resources-detail-page .resources__post .entry-content blockquote p {
  font-style: italic;
  margin-bottom: 10px;
}

/***********************************
APPLICATION & SOLUTIONS PAGE STYLES
***********************************/
.applications-page, .solutions-page {
  margin-top: -60px;
  padding: 190px 0 60px;
}
.applications-page .content, .solutions-page .content {
  max-width: 600px;
  margin-bottom: 30px;
}
.applications-page .content .title, .solutions-page .content .title {
  margin-bottom: 7px;
}
.applications-page .content .sub-title, .solutions-page .content .sub-title {
  color: #1B22D3;
  margin-bottom: 9px;
}
.applications-page .content p, .solutions-page .content p {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 0;
}
.applications-page .media.has--pattern-overlay, .solutions-page .media.has--pattern-overlay {
  position: relative;
}
.applications-page .media.has--pattern-overlay:before, .solutions-page .media.has--pattern-overlay:before {
  top: -190px;
  left: auto;
  width: 1011px;
  z-index: -1;
  height: 895px;
  content: "";
  position: absolute;
  background-image: url("./images/application-shape.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover !important;
}

.applications, .solutions {
  padding: 60px 0 120px;
}
.applications__card, .solutions__card {
  width: 100%;
  display: flex;
  min-height: 340px;
  margin-bottom: 28px;
  flex-direction: column;
  border: 4px solid #000000;
  background-color: #FFFFFF;
  height: calc(100% - 28px);
  padding: 26px 33px 36px 36px;
  transition: all 0.3s ease;
}
.applications__card .link, .solutions__card .link {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.applications__card:hover, .applications__card:focus, .solutions__card:hover, .solutions__card:focus {
  border-color: #1B22D3;
}
.applications__card:hover .applications__card-icon, .applications__card:hover .solutions__card-icon, .applications__card:focus .applications__card-icon, .applications__card:focus .solutions__card-icon, .solutions__card:hover .applications__card-icon, .solutions__card:hover .solutions__card-icon, .solutions__card:focus .applications__card-icon, .solutions__card:focus .solutions__card-icon {
  animation: shake 0.5s forwards;
}
.applications__card:hover .applications__card-text .title, .applications__card:hover .solutions__card-text .title, .applications__card:focus .applications__card-text .title, .applications__card:focus .solutions__card-text .title, .solutions__card:hover .applications__card-text .title, .solutions__card:hover .solutions__card-text .title, .solutions__card:focus .applications__card-text .title, .solutions__card:focus .solutions__card-text .title {
  color: #1B22D3;
}
.applications__card-icon, .solutions__card-icon {
  display: flex;
  margin-bottom: 30px;
  justify-content: flex-end;
}
.applications__card-icon i, .solutions__card-icon i {
  font-size: 45px;
}
.applications__card-icon i.icon-virtual-assistant, .solutions__card-icon i.icon-virtual-assistant {
  font-size: 54px;
}
.applications__card-icon i.icon-marketing-idea, .solutions__card-icon i.icon-marketing-idea {
  font-size: 60px;
}
.applications__card-icon.has--image, .solutions__card-icon.has--image {
  width: auto;
  height: 45px;
  max-width: initial;
}
.applications__card-text .title, .solutions__card-text .title {
  margin-bottom: 4px;
}
.applications__card-text p, .solutions__card-text p {
  margin-bottom: 0;
  max-width: 546px;
}
.applications__card-text .btn, .solutions__card-text .btn {
  z-index: 2;
  margin-top: 15px;
}

.branded-voice-commerce {
  overflow: hidden;
  padding: 154px 0;
}
.branded-voice-commerce__content {
  margin-bottom: 30px;
}
.branded-voice-commerce__content .title {
  margin-bottom: 10px;
}
.branded-voice-commerce__content p {
  font-size: 21px;
  line-height: 34px;
}
.branded-voice-commerce__media {
  margin-left: 0;
}

.voice-commerce-tts .content {
  margin-bottom: 30px;
}
.voice-commerce-tts .content .title {
  max-width: 674px;
  margin-bottom: 25px;
}
.voice-commerce-tts .content p {
  font-size: 21px;
  line-height: 34px;
  max-width: 691px;
}
.voice-commerce-tts .media {
  overflow: hidden;
  border-radius: 500px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.voice-commerce-tts .media img {
  width: 100%;
}

.tts-solutions {
  padding: 173px 0;
  background-color: #1B22D3;
}
.tts-solutions .last-none {
  margin-bottom: -40px;
}
.tts-solutions .entry-title {
  margin-bottom: 80px;
}
.tts-solutions .entry-title .sub-title {
  margin-bottom: 25px;
}
.tts-solutions .entry-title p {
  font-size: 21px;
  line-height: 34px;
  margin-bottom: 0;
  max-width: 1088px;
}
.tts-solutions .desc {
  margin-top: 84px;
  max-width: 1088px;
}
.tts-solutions .desc p {
  font-size: 21px;
  line-height: 34px;
}
.tts-solutions .desc p:last-child {
  margin-bottom: 0;
}
.tts-solutions__card {
  margin-bottom: 40px;
}
.tts-solutions__card-icon {
  margin-bottom: 30px;
}
.tts-solutions__card-icon i {
  font-size: 69px;
}
.tts-solutions__card-icon.has--image img {
  width: auto;
  height: 69px;
  max-width: initial;
}
.tts-solutions__card-text .title {
  margin-bottom: 2px;
}
.tts-solutions__card-text p {
  max-width: 390px;
  margin-bottom: 38px;
}

.voice-economy {
  padding: 120px 0;
}
.voice-economy__content {
  margin-bottom: 30px;
}
.voice-economy__content .title {
  max-width: 750px;
  margin-bottom: 10px;
}
.voice-economy__content p {
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 38px;
}
.voice-economy__content .tts__list li .text p {
  max-width: 733px;
}
.voice-economy__media {
  overflow: hidden;
  border-radius: 500px;
  margin-left: -97px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

/***********************************
SOLUTIONS PAGE STYLES
***********************************/
.solutions__card {
  min-height: 420px;
}
.solutions__card-text p {
  max-width: 304px;
}

.custom-tts-voices {
  overflow: hidden;
  padding: 17px 0 50px;
}
.custom-tts-voices__content .title {
  margin-bottom: 4px;
}
.custom-tts-voices__content .sub-title {
  color: #1B22D3;
  margin-bottom: 3px;
}
.custom-tts-voices__content p {
  font-size: 21px;
  line-height: 34px;
}
.custom-tts-voices__media {
  margin-right: -124px;
}

.crafting-tts-voices {
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding: 102px 0;
  margin-bottom: 30px;
  border-top: 1px solid #000000;
  box-shadow: 0 24px 24px rgba(0, 0, 0, 0.24);
}
.crafting-tts-voices__content {
  max-width: 791px;
}
.crafting-tts-voices__content .title {
  margin-bottom: 3px;
}
.crafting-tts-voices__content p {
  font-size: 21px;
  line-height: 34px;
  margin-bottom: 35px;
}
.crafting-tts-voices .before-pattern {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  pointer-events: none;
}
.crafting-tts-voices .before-pattern .pattern-1 {
  top: -773px;
  left: -962px;
  position: absolute;
}
.crafting-tts-voices .before-pattern .pattern-2 {
  top: -210px;
  right: -682px;
  position: absolute;
}

.overflow-before-wrapper {
  overflow: hidden;
  margin-top: -30px;
  padding-bottom: 135px;
}

.how-build-tts-voices {
  position: relative;
  padding: 150px 0 0;
  background-color: #1B22D3;
}
.how-build-tts-voices__content {
  z-index: 1;
  position: relative;
}
.how-build-tts-voices__content .sub-title {
  margin-bottom: 40px;
}
.how-build-tts-voices__content .tts__list li:not(:last-child) {
  margin-bottom: 57px;
}
.how-build-tts-voices__media {
  margin-left: -181px;
  margin-right: -230px;
  margin-bottom: -130px;
}
.how-build-tts-voices .before-shape {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.how-build-tts-voices .before-shape .media {
  bottom: -145px;
  right: -521px;
  position: absolute;
  pointer-events: none;
  transform: rotate(148deg);
}

.tts__list {
  list-style: none;
}
.tts__list li {
  display: flex;
}
.tts__list li:not(:last-child) {
  margin-bottom: 37px;
}
.tts__list li .icon-wrapper {
  display: flex;
  min-width: 60px;
  margin-right: 28px;
  justify-content: center;
}
.tts__list li .icon-wrapper i {
  color: #000000;
  font-size: 57px;
}
.tts__list li .icon-wrapper.has--image {
  width: auto;
  height: 57px;
  max-width: initial;
}
.tts__list li .text .title {
  margin-bottom: 5px;
}
.tts__list li .text p {
  margin-bottom: 0;
  max-width: 660px;
}

.whychoose-custom-tts {
  padding: 0 0 120px;
  margin-top: -65px;
}
.whychoose-custom-tts__content .title {
  margin-bottom: 8px;
}
.whychoose-custom-tts__content .sub-title {
  color: #1B22D3;
  margin-bottom: 36px;
  max-width: 796px;
}
.whychoose-custom-tts__content .tts__list li .text p {
  max-width: 733px;
}
.whychoose-custom-tts .pioneering-voice__media {
  justify-content: center;
  padding: 232px 0 248px;
  margin-left: -230px;
}
.whychoose-custom-tts .pioneering-voice__media .media {
  top: 0;
  right: -60px;
  margin-left: -230px;
}

.voice-experiences {
  padding: 100px 0 90px;
}
.voice-experiences .entry-title {
  margin-bottom: 76px;
}
.voice-experiences .entry-title .title {
  margin-bottom: 3px;
}
.voice-experiences .entry-title .sub-title {
  color: #1B22D3;
  margin-bottom: 5px;
}
.voice-experiences .entry-title p {
  font-size: 21px;
  line-height: 34px;
  margin-bottom: 0;
}
.voice-experiences .last-none {
  margin-bottom: -85px;
}
.voice-experiences__item {
  margin-bottom: 85px;
}
.voice-experiences__item-icon {
  margin-bottom: 24px;
}
.voice-experiences__item-icon i {
  color: #000000;
  font-size: 60px;
}
.voice-experiences__item-icon.has--image img {
  width: auto;
  height: 60px;
  max-width: initial;
}
.voice-experiences__item-text .title {
  font-size: 21px;
  line-height: 30px;
}

/***********************************
LIVE DEMO PAGE STYLES
***********************************/
.application-demo {
  padding: 40px 0 40px;
}
.application-demo .entry-title {
  margin-bottom: 24px;
}
.application-demo .entry-title .title {
  margin-bottom: 3px;
}
.application-demo .entry-title .sub-title {
  color: #1B22D3;
}
.application-demo .media img {
  width: 100%;
}

.multi-stepform {
  background-color: #000000;
  border: 2px solid #000000;
}
.multi-stepform__select {
  display: flex;
}
.multi-stepform__select .select-group {
  width: 100%;
  position: relative;
  background-color: #242424;
}
.multi-stepform__select .select-group:not(:last-child) {
  border-right: 2px solid #000000;
}
.multi-stepform__select .select-group label {
  z-index: 1;
  color: #767784;
  padding-top: 14px;
  padding-left: 26px;
  margin-bottom: -38px;
  position: relative;
  display: table-caption;
  font: 400 16px/24px "Visby CF";
}
.multi-stepform__select .select-group select {
  display: none !important;
}
.multi-stepform__select .select-group .select-wrapper {
  height: 100%;
  position: relative;
}
.multi-stepform__select .select-group .select-wrapper .rs-select-placeholder {
  color: #767784;
  height: 100%;
  display: flex;
  cursor: pointer;
  align-items: center;
  padding: 47px 68px 21px 26px;
  font: 800 24px/32px "Visby CF Extra";
}
.multi-stepform__select .select-group .select-wrapper:before {
  right: 50px;
  color: #767784;
  content: "";
  font-size: 11px;
  position: absolute;
  pointer-events: none;
  top: calc(50% - 6px);
  font-family: "readspeaker";
}
.multi-stepform__select .select-group.active label, .multi-stepform__select .select-group.show label {
  color: #000000;
}
.multi-stepform__select .select-group.active .select-wrapper .rs-select-placeholder, .multi-stepform__select .select-group.show .select-wrapper .rs-select-placeholder {
  color: #000000;
  background-color: #FFFFFF;
}
.multi-stepform__select .select-group.active .select-wrapper:before, .multi-stepform__select .select-group.show .select-wrapper:before {
  color: #1B22D3;
}
.multi-stepform__select-body {
  margin-top: 2px;
  min-height: 268px;
  position: relative;
}
.multi-stepform__select-body .rs-select-options {
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  margin-top: -2px;
  position: absolute;
}
.multi-stepform__select-body .rs-select-options.show {
  z-index: 1;
  display: block;
}
.multi-stepform__select-body .rs-select-options .select-options {
  display: flex;
  min-height: 268px;
  text-align: center;
}
.multi-stepform__select-body .rs-select-options .select-options li {
  width: 100%;
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  padding: 34px 26px 36px;
  background-color: #242424;
  border-top: 2px solid #000000;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.multi-stepform__select-body .rs-select-options .select-options li:not(:last-child) {
  border-right: 2px solid #000000;
}
.multi-stepform__select-body .rs-select-options .select-options li .icon-wrapper {
  height: 54px;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
}
.multi-stepform__select-body .rs-select-options .select-options li .icon-wrapper i {
  color: #FFFFFF;
  font-size: 43px;
  transition: all 0.3s ease;
}
.multi-stepform__select-body .rs-select-options .select-options li .icon-wrapper i.icon-voice-commerce {
  font-size: 53px;
}
.multi-stepform__select-body .rs-select-options .select-options li .text {
  color: #FFFFFF;
  margin-bottom: 22px;
  font: 800 24px/32px "Visby CF Extra";
  transition: all 0.3s ease;
}
.multi-stepform__select-body .rs-select-options .select-options li button {
  border: 0;
  color: #000000;
  padding: 12px 20px;
  border-radius: 500px;
  display: inline-block;
  background-color: #FFFFFF;
  font: 900 16px/1.2 "Visby CF";
  transition: all 0.3s ease;
}
.multi-stepform__select-body .rs-select-options .select-options li.selected, .multi-stepform__select-body .rs-select-options .select-options li:hover, .multi-stepform__select-body .rs-select-options .select-options li:focus {
  background-color: #FFFFFF;
}
.multi-stepform__select-body .rs-select-options .select-options li.selected .icon-wrapper i, .multi-stepform__select-body .rs-select-options .select-options li:hover .icon-wrapper i, .multi-stepform__select-body .rs-select-options .select-options li:focus .icon-wrapper i {
  color: #000000;
}
.multi-stepform__select-body .rs-select-options .select-options li.selected .text, .multi-stepform__select-body .rs-select-options .select-options li:hover .text, .multi-stepform__select-body .rs-select-options .select-options li:focus .text {
  color: #000000;
}
.multi-stepform__select-body .rs-select-options .select-options li.selected button, .multi-stepform__select-body .rs-select-options .select-options li:hover button, .multi-stepform__select-body .rs-select-options .select-options li:focus button {
  color: #FFFFFF;
  background-color: #1B22D3;
}
.multi-stepform__select-body .desc {
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  display: flex;
  padding: 30px 20px;
  position: absolute;
  align-items: center;
  justify-content: center;
}
.multi-stepform__select-body .desc p {
  color: #FFFFFF;
  margin-bottom: 0;
  font: 800 24px/26px "Visby CF Extra";
}

#loadAjaxDemo .ajax-preloader {
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  display: flex;
  padding: 30px 20px;
  position: absolute;
  align-items: center;
  justify-content: center;
}

.result-sample {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  padding: 40px 40px 38px 50px;
}
.result-sample + .result-sample {
  border-top: 2px solid #000000;
}
.result-sample__box {
  min-width: 376px;
  max-width: 376px;
  margin-right: 82px;
}
.result-sample__box .btn {
  margin: 0;
  color: #FFFFFF;
  display: flex;
  font-size: 30px;
  font-weight: 700;
  padding-left: 44px;
  align-items: center;
  font-family: "Visby CF Extra";
  background: linear-gradient(45deg, #5a4bff 0%, #f0218c 55.74%, #ffda10 100%);
}
.result-sample__box .btn span {
  margin-right: 44px;
}
.result-sample__box .btn span.icon-play, .result-sample__box .btn span.icon-pause {
  font-size: 46px;
}
.result-sample__box .btn:hover, .result-sample__box .btn:focus {
  color: #FFFFFF;
}
.result-sample__text p {
  max-width: 810px;
}
.result-sample .social-media {
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  padding: 17px 21px;
  border-radius: 500px;
  border: 2px solid #1B22D3;
  justify-content: space-between;
}
.result-sample .social-media li {
  display: flex;
  font-weight: 700;
  align-items: center;
}
.result-sample .social-media li a.icon-pinterest {
  font-size: 18px;
}
.result-sample .social-media li a.icon-facebook {
  font-size: 16px;
}
.result-sample .audio-controls .progress {
  max-width: 688px;
}

.audio-controls .progress {
  height: 12px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 500px;
  border: 2px solid #000000;
  background-color: #000000;
}
.audio-controls .progress .progress-current {
  top: 0;
  left: 0;
  width: 24px;
  height: 100%;
  position: absolute;
  border-radius: 500px;
  background-color: #FFB40B;
}

.additional-speech {
  padding: 0 0 60px;
}
.additional-speech .entry-title {
  margin-bottom: 21px;
}
.additional-speech__list {
  display: flex;
  flex-wrap: wrap;
  border: 0.5px solid #000000;
}
.additional-speech__list li {
  display: flex;
  align-items: center;
  flex: 1 1 33.333333%;
  padding: 25px 28px 27px;
  border: 0.5px solid #000000;
}
.additional-speech__list li .audio-play {
  min-width: 103px;
  max-width: 103px;
  margin-right: 26px;
}
.additional-speech__list li .audio-play .btn {
  height: 103px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #5a4bff 0%, #f0218c 50.74%, #ffda10 100%);
}
.additional-speech__list li .audio-play .btn span {
  color: #FFFFFF;
  margin-right: 0;
}
.additional-speech__list li .audio-play .btn span.icon-play, .additional-speech__list li .audio-play .btn span.icon-pause {
  font-size: 31px;
}
.additional-speech__list li .text p {
  line-height: 26px;
  margin-bottom: 20px;
}

.explore-applications {
  padding: 60px 0 100px;
}
.explore-applications .entry-title {
  margin-bottom: 36px;
}
.explore-applications__item {
  width: 100%;
  display: flex;
  margin-bottom: 28px;
  flex-direction: column;
  background-color: #F7F7F7;
  padding: 21px 23px 25px 25px;
}
.explore-applications__item:any-link:hover .explore-applications__item-text .title, .explore-applications__item:any-link:focus .explore-applications__item-text .title {
  color: #1B22D3;
}
.explore-applications__item:hover .explore-applications__item-icon, .explore-applications__item:focus .explore-applications__item-icon {
  animation: shake 0.5s forwards;
}
.explore-applications__item-icon {
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 34px;
  justify-content: flex-end;
}
.explore-applications__item-icon i {
  color: #000000;
  font-size: 45px;
}
.explore-applications__item-icon i.icon-virtual-assistant {
  font-size: 54px;
}
.explore-applications__item-icon i.icon-marketing-idea {
  font-size: 60px;
}
.explore-applications__item-icon.has--image {
  width: auto;
  height: 45px;
  max-width: initial;
}
.explore-applications__item-text .title {
  color: #000000;
}
.explore-applications__item-text p {
  color: #000000;
  margin-bottom: 0;
  max-width: 380px;
}

.explore-solutions {
  padding: 60px 0 47px;
}
.explore-solutions .entry-title {
  margin-bottom: 36px;
}

/***********************************
CAREERS PAGE STYLES
***********************************/
.careers-page {
  padding: 79px 0 120px;
}
.careers-page .entry-title {
  max-width: 848px;
  margin-top: -18px;
  margin-bottom: 30px;
}
.careers-page .entry-title .title {
  margin-bottom: 5px;
}
.careers-page .entry-title .sub-title {
  color: #1B22D3;
  margin-bottom: 5px;
}
.careers-page .entry-title p {
  font-size: 21px;
  line-height: 34px;
  margin-bottom: 0;
}
.careers-page .reasons-tojoin {
  margin-bottom: 60px;
}
.careers-page .reasons-tojoin > .title {
  font-size: 21px;
  line-height: 34px;
  font-family: "halyard-display", sans-serif;
  margin-bottom: 38px;
}
.careers-page .reasons-tojoin__list {
  list-style: none;
}
.careers-page .reasons-tojoin__list li {
  display: flex;
}
.careers-page .reasons-tojoin__list li:not(:last-child) {
  margin-bottom: 37px;
}
.careers-page .reasons-tojoin__list li .icon-wrapper {
  display: flex;
  min-width: 60px;
  margin-right: 28px;
  justify-content: center;
}
.careers-page .reasons-tojoin__list li .icon-wrapper i {
  font-size: 57px;
}
.careers-page .reasons-tojoin__list li .icon-wrapper.has--image {
  width: auto;
  height: 57px;
  max-width: initial;
}
.careers-page .reasons-tojoin__list li .text .title {
  margin-bottom: 3px;
}
.careers-page .reasons-tojoin__list li .text p {
  margin-bottom: 0;
  max-width: 733px;
}
.careers-page .entry-content {
  margin: 40px 0;
}
.careers-page .entry-content h1, .careers-page .entry-content h2, .careers-page .entry-content h3, .careers-page .entry-content h4, .careers-page .entry-content h5, .careers-page .entry-content h6 {
  margin-bottom: 15px;
}
.careers-page .entry-content h1 span, .careers-page .entry-content h2 span, .careers-page .entry-content h3 span, .careers-page .entry-content h4 span, .careers-page .entry-content h5 span, .careers-page .entry-content h6 span {
  color: #000000;
}
.careers-page .entry-content hr {
  margin-bottom: 30px;
}
.careers-page .entry-content p {
  max-width: 811px;
}
.careers-page .entry-content p:last-child {
  margin: 0;
}
.careers-page .entry-content p a {
  font-weight: 700;
  text-decoration: underline;
}
.careers-page .entry-content p a:hover, .careers-page .entry-content p a:focus {
  color: #1B22D3;
}
.careers-page .entry-content img {
  max-width: 100%;
  height: auto;
}
.careers-page .entry-content .btn {
  margin-bottom: 20px;
}
.careers-page .entry-content a:hover, .careers-page .entry-content a:focus {
  color: #1B22D3;
}
.careers-page .entry-content ul {
  list-style: none;
}
.careers-page .entry-content ul li {
  padding-left: 25px;
  position: relative;
}
.careers-page .entry-content ul li:before {
  left: 0;
  content: "•";
  color: #000000;
  position: absolute;
}
.careers-page .entry-content ol {
  list-style: none;
  counter-reset: section;
}
.careers-page .entry-content ol li {
  position: relative;
}
.careers-page .entry-content ol li:before {
  counter-increment: section;
  content: counters(section, ".") ". ";
}
.careers-page .entry-content ol li ol {
  margin-top: 25px;
  margin-left: 25px;
}
.careers-page .entry-content ul, .careers-page .entry-content ol {
  margin-bottom: 30px;
}
.careers-page .entry-content ul li, .careers-page .entry-content ol li {
  margin-bottom: 20px;
}
.careers-page .entry-content blockquote {
  color: #000000;
  margin: 30px 0;
  position: relative;
  padding: 0 10px 0 18px;
  background-color: transparent;
  border-left: 8px solid #1B22D3;
}
.careers-page .entry-content blockquote p {
  font-style: italic;
  margin-bottom: 10px;
}

.popup-gallery-item {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 28px;
}
.popup-gallery-item img {
  width: 100%;
}
.popup-gallery-item:before {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  content: "";
  height: 100%;
  border-radius: 0;
  visibility: hidden;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-in;
}
.popup-gallery-item:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  display: flex;
  content: "+";
  font-size: 50px;
  font-weight: 700;
  align-items: center;
  position: absolute;
  visibility: hidden;
  justify-content: center;
  transform: translateY(20px);
  transition: all 0.5s;
}
.popup-gallery-item:hover:before, .popup-gallery-item:focus:before {
  opacity: 1;
  visibility: visible;
}
.popup-gallery-item:hover:after, .popup-gallery-item:focus:after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.mfp-move-from-top {
  transition: initial;
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top.mfp-bg {
  opacity: 1 !important;
  background: transparent;
  -webkit-backdrop-filter: blur(12.7291002274px);
  backdrop-filter: blur(12.7291002274px);
  --webkit-backdrop-filter: blur(12.729100227355957px);
  background-color: rgba(244, 239, 250, 0.18);
}
.mfp-move-from-top .mfp-container {
  padding: 0;
}
.mfp-move-from-top .mfp-container .mfp-content {
  height: 100%;
  vertical-align: middle;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(300px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(100px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-from-top.vertical-middle .mfp-container .mfp-content {
  height: auto;
  padding: 0 15px;
}
.mfp-move-from-top.vertical-middle .mfp-container .mfp-content .mfp-close {
  opacity: 1;
  color: #000000;
  font-size: 40px;
}
.mfp-move-from-top.vertical-middle .mfp-container .mfp-arrow {
  margin: 0;
  opacity: 1;
  width: 50px;
  height: 50px;
  color: #FFFFFF;
  background: #000000;
  border-radius: 500px;
}
.mfp-move-from-top.vertical-middle .mfp-container .mfp-arrow:before {
  top: 0;
  left: 0;
  border: 0;
  margin: 0;
  opacity: 1;
  width: 100%;
  content: "";
  height: 100%;
  font-size: 16px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}
.mfp-move-from-top.vertical-middle .mfp-container .mfp-arrow:after {
  content: none;
}
.mfp-move-from-top.vertical-middle .mfp-container .mfp-arrow.mfp-arrow-left {
  left: 25px;
}
.mfp-move-from-top.vertical-middle .mfp-container .mfp-arrow.mfp-arrow-left:before {
  content: "";
  height: 10px;
  width: 10px;
  top: calc(50% - 5px);
  left: calc(50% - 4px);
  position: absolute;
  display: inline-block;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  transform: rotate(135deg);
}
.mfp-move-from-top.vertical-middle .mfp-container .mfp-arrow.mfp-arrow-right {
  right: 25px;
}
.mfp-move-from-top.vertical-middle .mfp-container .mfp-arrow.mfp-arrow-right:before {
  top: calc(50% - 5px);
  left: calc(50% - 7px);
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  display: inline-block;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  transform: rotate(-45deg);
}
.mfp-move-from-top.vertical-middle .mfp-container .mfp-arrow:hover, .mfp-move-from-top.vertical-middle .mfp-container .mfp-arrow:focus {
  color: #FFFFFF;
  background: #1B22D3;
}
.mfp-move-from-top.vertical-middle .mfp-container .mfp-bottom-bar {
  margin-top: -20px;
}
.mfp-move-from-top.vertical-middle .mfp-container .mfp-bottom-bar .mfp-title {
  color: #000000;
}
.mfp-move-from-top.vertical-middle .mfp-container .mfp-bottom-bar .mfp-counter {
  color: #000000;
}
.mfp-move-from-top .mfp-iframe-scaler {
  overflow: inherit;
}

/***********************************
FOOTER STYLES
***********************************/
.cta-contact {
  padding: 109px 0;
  overflow: hidden;
  position: relative;
  background-color: #FFB40B;
}
.cta-contact .content .title {
  margin-bottom: 3px;
}
.cta-contact .content p {
  font-size: 21px;
  line-height: 32px;
}
.cta-contact .before-shape {
  top: 167px;
  right: -392px;
  position: absolute;
  pointer-events: none;
  transform: rotate(-30deg);
}

.footer {
  color: #FFFFFF;
  background-color: #1B22D3;
}
.footer__top {
  padding: 68px 0 77px;
  border-bottom: 1px solid #000000;
}
.footer__bottom {
  padding: 104px 0 120px;
}
.footer__bottom .last-none {
  margin-bottom: -40px;
}
.footer__newsletter {
  display: block;
}
.footer__newsletter .title {
  margin-bottom: 21px;
}
.footer__newsletter input {
  margin-bottom: 28px;
}
.footer__newsletter input[type=text],
.footer__newsletter input[type=email] {
  color: #000000 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  border-radius: 500px !important;
  line-height: 28px !important;
  background: #FFFFFF !important;
  padding: 14px 30px 16px 26px !important;
}
.footer__newsletter input[type=text]::-webkit-input-placeholder,
.footer__newsletter input[type=email]::-webkit-input-placeholder {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.footer__newsletter input[type=text]::-moz-placeholder,
.footer__newsletter input[type=email]::-moz-placeholder {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.footer__newsletter input[type=text]:-ms-input-placeholder,
.footer__newsletter input[type=email]:-ms-input-placeholder {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.footer__newsletter input[type=text]:-moz-placeholder,
.footer__newsletter input[type=email]:-moz-placeholder {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.footer__newsletter button {
  border: 0;
  color: #FFFFFF;
  margin-bottom: 28px;
  padding: 16px 24px;
  border-radius: 500px;
  background-color: #000000;
  font: 900 21px/25px "Visby CF";
  transition: all 0.3s ease;
}
.footer__newsletter button:hover, .footer__newsletter button:focus {
  background-color: #fa4031;
}
.footer__newsletter .gform_confirmation_wrapper .gform_confirmation_message:before {
  content: "✔";
  color: green;
  padding-right: 10px;
}
.footer__newsletter .gform_wrapper {
  padding: 0 !important;
  margin: 0 !important;
}
.footer__newsletter .gform_wrapper form {
  display: flex !important;
  display: -ms-flexbox !important;
}
.footer__newsletter .gform_wrapper form .gform_body {
  flex: 0 0 75% !important;
  max-width: 75% !important;
}
.footer__newsletter .gform_wrapper form .gform_body .gform_fields {
  display: flex !important;
  margin-left: -14px !important;
  margin-right: -14px !important;
  display: -ms-flexbox !important;
}
.footer__newsletter .gform_wrapper form .gform_body .gform_fields .gfield {
  width: 100%;
  position: relative;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
  background: transparent !important;
}
.footer__newsletter .gform_wrapper form .gform_body .gform_fields .gfield:nth-child(odd) {
  flex: 0 0 33.333333% !important;
  max-width: 33.333333% !important;
}
.footer__newsletter .gform_wrapper form .gform_body .gform_fields .gfield:nth-child(even) {
  flex: 0 0 66% !important;
  max-width: 66% !important;
}
.footer__newsletter .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
  display: none !important;
}
.footer__newsletter .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.footer__newsletter .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container span {
  margin: 0 !important;
  padding: 0 !important;
}
.footer__newsletter .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
  margin: 0 !important;
}
.footer__newsletter .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .gfield_description {
  margin: 0 !important;
  padding: 0 !important;
  font-weight: normal !important;
}
.footer__newsletter .gform_wrapper form .gform_footer {
  margin: 0 !important;
  max-width: 25% !important;
  flex: 0 0 25% !important;
  -ms-flex: 0 0 25% !important;
  padding: 0 0 0 19px !important;
  -webkit-box-flex: 0 !important;
}
.footer__newsletter .gform_wrapper form .gform_footer .btn {
  margin: 0 !important;
}
.footer__newsletter .gform_wrapper form .gform_footer .gform_ajax_spinner {
  display: none !important;
}
.footer__newsletter .gform_wrapper .validation_error {
  display: none !important;
}
.footer__newsletter .hbspt-form .hs-form {
  display: flex;
  flex-wrap: wrap;
  margin-right: -14px;
  margin-left: -14px;
}
.footer__newsletter .hbspt-form .hs-form .field {
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
}
.footer__newsletter .hbspt-form .hs-form .field.hs_firstname {
  flex: 0 0 25%;
  max-width: 25%;
}
.footer__newsletter .hbspt-form .hs-form .field.hs_email {
  flex: 0 0 50%;
  max-width: 50%;
}
.footer__newsletter .hbspt-form .hs-form input {
  margin: 0 !important;
}
.footer__newsletter .hbspt-form .hs-form .hs-error-msgs {
  list-style: none;
}
.footer__newsletter .hbspt-form .hs-form .actions {
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
  margin-top: 28px;
}
.footer__newsletter .hbspt-form .hs-form .actions .hs-button {
  border: 0;
  color: #FFFFFF;
  font-size: 21px;
  font-weight: 900;
  line-height: 28px;
  position: relative;
  font-family: "Visby CF";
  padding: 15px 24px;
  border-radius: 500px;
  background-color: #000000;
  transition: all 0.3s;
}
.footer__newsletter .hbspt-form .hs-form .actions .hs-button:hover, .footer__newsletter .hbspt-form .hs-form .actions .hs-button:focus {
  border: 0;
  outline: 0;
  color: #FFFFFF;
  box-shadow: none;
  background-color: #fa4031;
}
.footer__wrapper {
  margin-bottom: 30px;
}
.footer__wrapper .desc {
  margin-bottom: 47px;
}
.footer__wrapper .desc p {
  font-size: 18px;
  max-width: 539px;
  line-height: 28px;
}
.footer__wrapper .desc p:last-child {
  margin-bottom: 0;
}
.footer__wrapper .social-media {
  margin-left: -9px;
  margin-right: -9px;
}
.footer__wrapper .social-media li {
  padding-left: 9px;
  padding-right: 9px;
}
.footer__wrapper .social-media li a {
  color: #000000;
  background-color: #FFFFFF;
}
.footer__logo {
  margin-bottom: 17px;
}
.footer__logo .brand-logo {
  color: #FFFFFF;
  font: 800 49px/64px "Visby CF Extra";
}
.footer__widget {
  margin-bottom: 40px;
}
.footer__widget-nav {
  list-style: none;
}
.footer__widget-nav > li {
  line-height: 0;
}
.footer__widget-nav > li:not(:last-child) {
  margin-bottom: 31px;
}
.footer__widget-nav > li > a {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  font: 700 18px/22px "Visby CF";
  transition: all 0.3s ease;
}
.footer__widget-nav > li > a span {
  width: 30px;
  float: left;
  color: #000000;
  display: flex;
  overflow: hidden;
  font-size: 22px;
  margin-right: 15px;
  justify-content: center;
}
.footer__widget-nav > li > a span.icon-tv {
  font-size: 33px;
}
.footer__widget-nav > li > a span.icon-application {
  font-size: 30px;
}
.footer__widget-nav > li > a span.icon-advertising {
  font-size: 35px;
}
.footer__widget-nav > li > a:hover, .footer__widget-nav > li > a:focus {
  color: #000000;
}
.footer__widget-nav > li.bold:not(:last-child) {
  margin-bottom: 27px;
}
.footer__widget-nav > li.bold > a {
  color: #FFFFFF;
  font: 700 24px/32px "Visby CF";
}
.footer__widget-nav > li.bold > a:any-link:hover, .footer__widget-nav > li.bold > a:any-link:focus {
  color: #000000;
}
.footer__widget-copyright {
  margin-top: 84px;
}
.footer__widget-copyright p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

/***********************************
DEFAULT STYLES
***********************************/
.default-page {
  padding: 50px 0 80px;
}
.default-page .content h1, .default-page .content h2, .default-page .content h3, .default-page .content h4, .default-page .content h5, .default-page .content h6 {
  margin-bottom: 15px;
}
.default-page .content p:last-child {
  margin: 0;
}
.default-page .content p a {
  color: #1B22D3;
  font-weight: 400;
  text-decoration: underline;
}
.default-page .content p a:hover, .default-page .content p a:focus {
  color: #fa4031;
}
.default-page .content .btn {
  margin-bottom: 20px;
}
.default-page .content a {
  color: #1B22D3;
  font-weight: 400;
  text-decoration: underline;
}
.default-page .content a:hover, .default-page .content a:focus {
  color: #fa4031;
}
.default-page .content ul {
  list-style: none;
}
.default-page .content ul li {
  padding-left: 20px;
  position: relative;
}
.default-page .content ul li:before {
  left: 0;
  content: "•";
  color: #000000;
  position: absolute;
}
.default-page .content ol {
  list-style: none;
  counter-reset: section;
}
.default-page .content ol li {
  position: relative;
}
.default-page .content ol li:before {
  counter-increment: section;
  content: counters(section, ".") ". ";
}
.default-page .content ol li ol {
  margin-top: 20px;
  margin-left: 20px;
}
.default-page .content ul, .default-page .content ol {
  margin-bottom: 30px;
}
.default-page .content ul li, .default-page .content ol li {
  margin-bottom: 20px;
}
.default-page .content blockquote {
  color: #1B22D3;
  margin: 30px 0;
  position: relative;
  padding: 0 10px 0 18px;
  background-color: transparent;
  border-left: 8px solid #1B22D3;
}
.default-page .content blockquote p {
  font-style: italic;
  margin-bottom: 10px;
}
.default-page .content .entry-footer a:hover, .default-page .content .entry-footer a:focus {
  color: #1B22D3;
}

/***********************************
404 STYLES
***********************************/
.error404 .content-area {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - 280px);
}
.error404 .error-404 {
  padding: 40px 0 0;
}
.error404 .error-404 .page-header {
  width: 100%;
  margin-top: 0;
  max-width: 800px;
  padding: 0 0 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  min-height: inherit;
  background: transparent;
  border-bottom: 1px dashed #1B22D3;
}
.error404 .error-404 .page-header:after, .error404 .error-404 .page-header:before {
  content: none;
}
.error404 .error-404 .page-header .hero {
  margin: 0;
  font-size: 162px;
  font-weight: 900;
  line-height: 162px;
}
.error404 .error-404 .page-content p {
  margin: 0;
}
.error404 .error-404 .page-content .btn {
  margin-top: 30px;
}

/***********************************
BASIC WORDPRESS STYLES
***********************************/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gallery {
  flex-wrap: wrap;
  display: inline-flex;
  margin-left: -9px !important;
  margin-right: -9px !important;
  margin-bottom: 12px !important;
}
.gallery br {
  display: none;
}
.gallery .gallery-item {
  height: 220px;
  overflow: hidden;
  padding-left: 9px;
  padding-right: 9px;
  text-align: center;
  margin-bottom: 18px;
  vertical-align: top;
  display: inline-block;
  float: none !important;
  width: 100% !important;
  margin-top: 0 !important;
}
.gallery .gallery-item .gallery-icon {
  height: 100%;
  width: 100%;
}
.gallery .gallery-item a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.gallery .gallery-item a:before, .gallery .gallery-item a:after {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.gallery .gallery-item a:before {
  bottom: 0;
  z-index: 1;
  opacity: 0;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  transition: 0.5s opacity, 0.5s background-color;
}
.gallery .gallery-item a:after {
  top: 0;
  opacity: 0;
  content: "+";
  color: #FFFFFF;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(10px);
  transition: 0.4s transform 0.2s, 0.4s opacity 0.2s;
}
.gallery .gallery-item a:hover:before {
  opacity: 1;
}
.gallery .gallery-item a:hover:after {
  opacity: 1;
  transform: translateY(0);
}
.gallery .gallery-item a:hover img {
  transform: scale(1.2);
}
.gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0 !important;
  transition: all 0.3s;
}
.gallery .gallery-item:nth-child(3n+1), .gallery .gallery-item:nth-child(3n+2) {
  width: 35% !important;
}
.gallery .gallery-item:nth-child(4n+2), .gallery .gallery-item:nth-child(4n+3) {
  width: 65% !important;
}

.gallery-caption {
  display: block;
}

@media only screen and (max-width: 767px) {
  .gallery .gallery-item:nth-child(3n+1), .gallery .gallery-item:nth-child(3n+2) {
    width: 40% !important;
  }
  .gallery .gallery-item:nth-child(4n+2), .gallery .gallery-item:nth-child(4n+3) {
    width: 60% !important;
  }
}
@media only screen and (max-width: 575px) {
  .gallery .gallery-item {
    width: 100% !important;
  }
}
/***********************************
BASIC TEMPLATE STYLES
***********************************/
.basic_container {
  padding: 40px 0 48px 0;
}
.basic_container .btn {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
  text-decoration: none !important;
}

.basic {
  padding: 0 0 80px;
}
.basic:first-child {
  padding-top: 60px;
}
.basic h1, .basic h2, .basic h3, .basic h4, .basic h5, .basic h6 {
  margin-bottom: 12px;
}
.basic ul {
  margin-left: 30px;
  list-style-type: disc;
}
.basic ul li {
  margin-bottom: 15px;
}
.basic p:last-child {
  margin-bottom: 25px;
}
.basic hr {
  margin-top: 0;
  margin-bottom: 0;
}

/* left */
.basic_left img {
  max-width: 100%;
  display: block;
  float: left;
}
.basic_left p {
  display: block;
  padding: 0;
}

/* middle */
.middle_box {
  padding: 0 15px;
}

.basic_middle img {
  max-width: 100%;
  display: block;
  float: none;
  margin: 0 auto 50px auto;
  max-width: 1008px;
  max-width: 100%;
}
.basic_middle h2 {
  text-align: center;
}
.basic_middle p {
  margin-bottom: 0 !important;
  margin: 10px 0;
  columns: 2;
  column-gap: 50px;
}
.basic_middle .btn {
  float: none;
  margin: 25px auto 0 auto;
}

.basic_single .btn {
  float: none;
  margin: 25px auto 0 auto;
}

/* right */
.basic_right img {
  max-width: 100%;
  display: block;
  float: right;
  margin: 0 auto;
}
.basic_right p {
  display: block;
  padding: 0;
}

.gcbase-home {
  width: 100%;
  background: #008cc6;
  background: linear-gradient(45deg, #008cc6 0%, #8ec652 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#008cc6", endColorstr="#8ec652",GradientType=1 );
}

@keyframes bounce {
  0%, 20%, 60%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  80% {
    transform: translateY(-3px);
  }
}
@keyframes shake {
  0%, 20%, 60%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(-3px);
  }
}
/* Buzz Out */
@keyframes hvr-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes move1 {
  0% {
    transform: translate(-45%, -52%);
  }
  50% {
    transform: translate(-54%, -40%);
  }
  100% {
    transform: translate(-45%, -52%);
  }
}
@keyframes parallax {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(20px);
  }
}
@keyframes zoom {
  100% {
    transform-origin: center center;
    transform: scale(0.412) translate(-120%, -120%);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/***********************************
MEDIA QUERIES
***********************************/
@media only screen and (max-width: 1800px) {
  /***********************************
  HOME PAGE STYLES
  ***********************************/
  .after-text p, .before-text p {
    letter-spacing: 30px;
  }
  .after-text p:not(:last-child), .before-text p:not(:last-child) {
    margin-bottom: 50px;
  }

  .banner__content {
    padding: 250px 0;
  }
  .banner .before-text, .banner .after-text {
    position: absolute;
  }
  .banner .before-text {
    top: 140px;
    left: -55px;
  }
  .banner .after-text {
    right: -75px;
  }

  .robotic-voices {
    padding: 94px 0 135px;
  }
  .robotic-voices .before-text {
    bottom: -85px;
    left: -55px;
  }

  .hm-solutions {
    padding: 92px 0 120px;
  }

  .hm-readspeaker-difference {
    padding: 48px 0 200px;
  }
  .hm-readspeaker-difference .after-text {
    top: -100px;
    right: -85px;
  }

  .hm-applications .after-text {
    top: -100px;
    left: -55px;
  }

  .hm-whatsthe-word {
    margin-top: -30px;
    padding: 130px 0 87px;
  }
  .hm-whatsthe-word .after-text {
    top: -134px;
    right: -85px;
  }

  .hm-customer-story {
    padding: 120px 0;
  }
  .hm-customer-story .before-text {
    top: -220px;
    left: -55px;
  }

  /***********************************
  ABOUT PAGE STYLES
  ***********************************/
  .about-us__media {
    margin-top: -80px;
    margin-right: -400px;
  }

  .partnerships {
    padding: 100px 0;
  }

  .testimonial {
    padding: 160px 0;
  }

  /***********************************
  BLOG PAGE STYLES
  ***********************************/
  .whatsthe-word__slider-media {
    min-width: 600px;
    max-width: 600px;
    margin-left: 59px;
  }

  .blog-page {
    padding-bottom: 100px;
  }

  /***********************************
  VOICE COMMERCE PAGE STYLES
  ***********************************/
  .supported {
    padding: 100px 0;
  }

  .whatwe-offer {
    padding: 100px 0 120px;
  }
  .whatwe-offer .entry-title {
    margin-bottom: 60px;
  }

  .readspeaker-difference {
    padding: 100px 0;
  }

  .request-demo {
    padding-bottom: 100px;
  }
  .request-demo__wrap {
    padding: 100px 0 120px;
  }

  /***********************************
  CONTACT PAGE STYLES
  ***********************************/
  .contact-offices {
    padding: 100px 0 70px;
  }

  .connect-withus {
    padding: 70px 0 100px;
  }

  /***********************************
  CUSTOMER STORIES PAGE STYLES
  ***********************************/
  .customer-stories-page {
    padding-bottom: 100px;
  }

  .customer-stories-detail-page {
    padding-bottom: 100px;
  }

  /***********************************
  RESOURCE PAGE STYLES
  ***********************************/
  .resources-page, .resources-detail-page {
    padding-bottom: 100px;
  }

  /***********************************
  APPLICATION & SOLUTIONS PAGE STYLES
  ***********************************/
  .applications, .solutions {
    padding: 60px 0 100px;
  }

  .branded-voice-commerce {
    padding: 100px 0;
  }

  .tts-solutions {
    padding: 100px 0;
  }

  .voice-economy {
    padding: 100px 0;
  }

  /***********************************
  SOLUTIONS PAGE STYLES
  ***********************************/
  .custom-tts-voices__media {
    margin-right: -60px;
  }

  .crafting-tts-voices {
    padding: 100px 0;
  }
  .crafting-tts-voices .before-pattern .pattern-1 {
    left: -1090px;
  }
  .crafting-tts-voices .before-pattern .pattern-2 {
    right: -850px;
  }

  .how-build-tts-voices {
    padding: 120px 0 0;
  }
  .how-build-tts-voices__media {
    margin-left: -80px;
    margin-right: -160px;
  }
  .how-build-tts-voices .before-shape .media {
    bottom: -233px;
    right: -608px;
  }

  .whychoose-custom-tts {
    padding: 0 0 100px;
  }
  .whychoose-custom-tts .pioneering-voice__media {
    margin-left: -40px;
  }
  .whychoose-custom-tts .pioneering-voice__media .media {
    top: 0;
    right: -60px;
    margin-left: -180px;
  }

  .voice-experiences {
    padding: 100px 0 60px;
  }

  /***********************************
  CAREERS PAGE STYLES
  ***********************************/
  .careers-page {
    padding: 79px 0 100px;
  }

  /***********************************
  FOOTER STYLES
  ***********************************/
  .cta-contact {
    padding: 100px 0;
  }

  .footer__bottom {
    padding: 100px 0;
  }
}
/* 1800 */
@media only screen and (max-width: 1700px) {
  /***********************************
  HOME PAGE STYLES
  ***********************************/
  .after-text p, .before-text p {
    letter-spacing: 20px;
  }
  .after-text p:not(:last-child), .before-text p:not(:last-child) {
    margin-bottom: 40px;
  }

  .banner__content {
    padding: 200px 0;
  }
  .banner .before-text {
    top: 105px;
    left: -20px;
  }
  .banner .after-text {
    right: -20px;
  }

  .robotic-voices .before-text {
    left: 0;
  }

  .hm-readspeaker-difference .after-text {
    right: -20px;
  }

  .hm-applications .after-text {
    left: 0;
  }

  .hm-whatsthe-word .after-text {
    right: -20px;
  }

  .hm-customer-story .before-text {
    left: 0;
  }
}
/* 1700 */
@media only screen and (max-width: 1600px) {
  h1, .h1 {
    font-size: 62px;
    line-height: 76px;
  }
  h1.fs-lg, .h1.fs-lg {
    font-size: 84px;
    line-height: 96px;
  }

  /***********************************
  HOME PAGE STYLES
  ***********************************/
  .before-banner .before-pattern {
    top: 600px;
  }
  .before-banner .before-pattern .media {
    margin-left: -450px;
    margin-right: -450px;
    transform: rotate(-20deg);
  }
  .before-banner .before-pattern .media img {
    width: 100%;
  }

  .banner__content {
    padding: 180px 0 160px;
  }
  .banner .before-text {
    top: 30px;
    left: 50px;
  }
  .banner .after-text {
    right: 0;
  }

  .robotic-voices {
    padding: 94px 0 120px;
  }
  .robotic-voices .before-text {
    left: 10px;
  }

  .hm-readspeaker-difference .before-shape .media {
    max-width: 1000px;
  }
  .hm-readspeaker-difference .after-text {
    right: 0;
  }

  .hm-applications .after-text {
    left: 10px;
  }

  .hm-whatsthe-word .after-text {
    right: 0;
  }

  .hm-customer-story .before-text {
    left: 10px;
  }

  /***********************************
  ABOUT PAGE STYLES
  ***********************************/
  .about-us__content .title {
    max-width: 519px;
  }
  .about-us__media {
    margin-right: -300px;
  }

  .partnerships {
    padding: 90px 0;
  }

  .testimonial {
    padding: 140px 0;
  }

  /***********************************
  BLOG PAGE STYLES
  ***********************************/
  .blog-page {
    padding-bottom: 90px;
  }

  .blog-details-page {
    padding-bottom: 90px;
  }
  .blog-details-page .blog-post .custom-cta__media {
    right: -139px;
    bottom: -324px;
  }

  /***********************************
  VOICE COMMERCE PAGE STYLES
  ***********************************/
  .voice-commerce.new {
    padding: 90px 0;
  }

  .supported {
    padding: 90px 0;
  }

  .whatwe-offer {
    padding: 90px 0 100px;
  }
  .whatwe-offer .entry-title {
    margin-bottom: 60px;
  }

  .readspeaker-difference {
    padding: 90px 0;
  }

  .request-demo {
    padding-bottom: 90px;
  }
  .request-demo__wrap {
    padding: 90px 20px 100px;
  }

  /***********************************
  CONTACT PAGE STYLES
  ***********************************/
  .contact-us {
    padding: 90px 0;
  }

  .contact-offices {
    padding: 90px 0 60px;
  }

  .connect-withus {
    padding: 60px 0 90px;
  }

  /***********************************
  CUSTOMER STORIES PAGE STYLES
  ***********************************/
  .customer-stories-page {
    padding-bottom: 90px;
  }

  .customer-stories-detail-page {
    padding-bottom: 90px;
  }

  /***********************************
  RESOURCE PAGE STYLES
  ***********************************/
  .resources-page, .resources-detail-page {
    padding-bottom: 90px;
  }

  /***********************************
  APPLICATION & SOLUTIONS PAGE STYLES
  ***********************************/
  .applications, .solutions {
    padding: 60px 0 90px;
  }

  .branded-voice-commerce {
    padding: 90px 0;
  }

  .tts-solutions {
    padding: 90px 0;
  }

  .voice-economy {
    padding: 90px 0;
  }

  /***********************************
  SOLUTIONS PAGE STYLES
  ***********************************/
  .overflow-before-wrapper {
    padding-bottom: 0px;
  }

  .how-build-tts-voices {
    padding: 100px 0 90px;
  }
  .how-build-tts-voices__media {
    margin-left: -80px;
    margin-right: -80px;
  }
  .how-build-tts-voices .before-shape .media {
    bottom: -194px;
    right: -800px;
  }

  .whychoose-custom-tts {
    padding: 100px 0;
    margin-top: 0;
  }
  .whychoose-custom-tts .pioneering-voice__media {
    margin-left: 0;
    padding: 110px 0;
  }
  .whychoose-custom-tts .pioneering-voice__media .media {
    right: -40px;
    margin-left: -60px;
  }

  /***********************************
  LIVE DEMO PAGE STYLES
  ***********************************/
  .explore-applications {
    padding-bottom: 90px;
  }

  .explore-solutions {
    padding-bottom: 37px;
  }

  /***********************************
  CAREERS PAGE STYLES
  ***********************************/
  .careers-page {
    padding: 79px 0 90px;
  }

  /***********************************
  FOOTER STYLES
  ***********************************/
  .cta-contact {
    padding: 90px 0;
  }
  .cta-contact .before-shape {
    top: 167px;
    right: -392px;
    position: absolute;
    pointer-events: none;
    transform: rotate(-30deg);
  }

  .footer__bottom {
    padding: 90px 0;
  }
  .footer__widget-copyright {
    margin-top: 74px;
  }
}
@media only screen and (max-width: 1460px) {
  h1, .h1 {
    font-size: 60px;
    line-height: 73px;
  }
  h1.fs-lg, .h1.fs-lg {
    font-size: 72px;
    line-height: 96px;
  }

  h2, .h2 {
    font-size: 52px;
    line-height: 64px;
  }

  h3, .h3 {
    font-size: 48px;
    line-height: 56px;
  }

  h4, .h4 {
    font-size: 30px;
    line-height: 40px;
  }

  .container {
    max-width: 1182px;
  }

  .container, .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }

  /***********************************
  HEADER STYLE
  ***********************************/
  .header .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }

  /***********************************
  HOME PAGE STYLES
  ***********************************/
  .before-banner .before-pattern .media {
    margin-left: -350px;
    margin-right: -350px;
    transform: rotate(-20deg);
  }
  .before-banner .before-pattern .media img {
    width: 100%;
  }

  .banner .before-text {
    top: 50px;
    left: -80px;
  }
  .banner .after-text {
    right: -80px;
    bottom: -50px;
  }

  .robotic-voices {
    padding: 94px 0 120px;
  }
  .robotic-voices .before-text {
    left: 10px;
  }

  .hm-solutions__card {
    padding: 50px 35px 60px;
  }
  .hm-solutions__card-icon {
    margin-bottom: 30px;
  }

  .hm-readspeaker-difference {
    padding: 48px 0 160px;
  }
  .hm-readspeaker-difference .before-shape .media {
    max-width: 800px;
  }
  .hm-readspeaker-difference .after-text {
    top: -100px;
    right: 0;
  }

  .hm-applications .after-text {
    top: -100px;
    left: 10px;
  }

  .hm-whatsthe-word {
    margin-top: -30px;
    padding: 130px 0 87px;
  }
  .hm-whatsthe-word .after-text {
    top: -134px;
    right: 0;
  }

  .hm-customer-story {
    padding: 120px 0;
  }
  .hm-customer-story .before-text {
    top: -220px;
    left: 10px;
  }

  /***********************************
  ABOUT PAGE STYLES
  ***********************************/
  .about-us {
    padding: 60px 0 40px;
    margin-top: -60px;
  }
  .about-us__content .title {
    max-width: 519px;
  }
  .about-us__media {
    margin-top: -60px;
    margin-right: -300px;
  }

  .about-company__map .text {
    padding-left: 60px;
    padding-bottom: 30px;
  }
  .about-company__map .text .number {
    font-size: 96px;
    letter-spacing: 2.496px;
  }
  .about-company__map .text.has--data-text .number:before {
    left: -60px;
  }

  .pioneering-voice__media {
    padding: 0px 0 120px;
  }
  .pioneering-voice__media .media {
    top: -80px;
    right: -120px;
  }
  .pioneering-voice__media .text {
    padding-top: 100px;
  }
  .pioneering-voice__media .text .number {
    display: flex;
    font-size: 280px;
    justify-content: center;
  }
  .pioneering-voice__media .text .number .backgroundclip {
    left: auto;
  }
  .pioneering-voice__media .text .sub-title {
    font-size: 24px;
    max-width: 480px;
    margin-top: -30px;
    letter-spacing: 3px;
  }

  .partnerships {
    padding: 80px 0;
  }

  .testimonial {
    padding: 120px 0;
  }

  /***********************************
  BLOG PAGE STYLES
  ***********************************/
  .whatsthe-word__slider-media {
    min-width: 500px;
    max-width: 500px;
  }

  .sidebar .widget .helpful-box {
    padding: 24px 20px 30px;
  }

  .blog-page {
    padding-bottom: 80px;
  }

  .blog-details-page {
    padding-bottom: 80px;
  }
  .blog-details-page .blog-post .custom-cta__media {
    right: -170px;
  }

  /***********************************
  VOICE COMMERCE PAGE STYLES
  ***********************************/
  .voice-commerce__content .sub-title {
    margin-bottom: 37px;
  }
  .voice-commerce__media.has--pattern-overlay:before {
    top: -150px;
    width: 818px;
    height: 585px;
  }
  .voice-commerce.new {
    padding: 80px 0;
  }

  .supported {
    padding: 80px 0;
  }

  .whatwe-offer {
    padding: 80px 0 90px;
  }
  .whatwe-offer .entry-title {
    margin-bottom: 50px;
  }

  .brief-definition {
    padding: 80px 0 90px;
  }

  .readspeaker-difference {
    padding: 80px 0;
  }
  .readspeaker-difference__content {
    max-width: 100%;
  }

  .request-demo {
    padding-bottom: 80px;
  }
  .request-demo__wrap {
    padding: 80px 20px 90px;
  }

  /***********************************
  CONTACT PAGE STYLES
  ***********************************/
  .contact-us {
    padding: 80px 0;
  }
  .contact-us__form {
    padding: 50px 40px 52px;
  }

  .contact-offices {
    padding: 80px 0 50px;
  }
  .contact-offices__country {
    padding-top: 80px;
  }
  .contact-offices__country:not(:last-child) {
    padding-bottom: 80px;
  }
  .contact-offices__country .last-none {
    margin-bottom: -40px;
  }
  .contact-offices .before-background .media {
    top: -60px;
  }
  .contact-offices .list-unstyled {
    margin-bottom: 40px;
  }

  .connect-withus {
    padding: 50px 0 80px;
  }
  /***********************************
  CUSTOMER STORIES PAGE STYLES
  ***********************************/
  .customer-stories-page {
    padding-bottom: 80px;
  }

  .customer-stories-detail-page {
    padding-bottom: 80px;
  }

  /***********************************
  RESOURCE PAGE STYLES
  ***********************************/
  .resources-page, .resources-detail-page {
    padding-bottom: 80px;
  }

  /***********************************
  APPLICATION & SOLUTIONS PAGE STYLES
  ***********************************/
  .applications-page .media.has--pattern-overlay:before, .solutions-page .media.has--pattern-overlay:before {
    height: 680px;
    background-size: contain !important;
  }

  .applications, .solutions {
    padding: 60px 0 80px;
  }

  .branded-voice-commerce {
    padding: 80px 0;
  }
  .branded-voice-commerce__media {
    margin-left: 0;
  }

  .voice-commerce-tts {
    padding-top: 40px;
  }

  .tts-solutions {
    padding: 80px 0;
  }

  .voice-economy {
    padding: 80px 0;
  }
  .voice-economy__media {
    margin-left: 0;
  }

  /***********************************
  SOLUTIONS PAGE STYLES
  ***********************************/
  .custom-tts-voices {
    padding: 50px 0;
  }
  .custom-tts-voices__media {
    margin-right: 0px;
  }

  .crafting-tts-voices {
    padding: 90px 0;
  }
  .crafting-tts-voices .before-pattern .pattern-1 {
    left: -1170px;
  }
  .crafting-tts-voices .before-pattern .pattern-2 {
    right: -910px;
  }

  .how-build-tts-voices .before-shape .media {
    bottom: -233px;
    right: -910px;
  }

  .whychoose-custom-tts {
    padding: 80px 0;
    margin-top: 0;
  }
  .whychoose-custom-tts .pioneering-voice__media {
    margin-left: 0;
    padding: 110px 0;
  }
  .whychoose-custom-tts .pioneering-voice__media .media {
    right: -40px;
    margin-left: -60px;
  }

  .voice-experiences {
    padding: 80px 0 40px;
  }

  /***********************************
  LIVE DEMO PAGE STYLES
  ***********************************/
  .multi-stepform__select .select-group .select-wrapper .rs-select-placeholder {
    font-size: 22px;
    padding: 47px 40px 21px 26px;
  }
  .multi-stepform__select .select-group .select-wrapper:before {
    right: 20px;
  }
  .multi-stepform__select-body .rs-select-options .select-options li {
    padding: 34px 15px 36px;
  }
  .multi-stepform__select-body .rs-select-options .select-options li .text {
    font-size: 22px;
  }

  .result-sample {
    padding-left: 40px;
  }
  .result-sample__box {
    margin-right: 40px;
  }

  .additional-speech__list li {
    padding: 25px 20px 27px;
  }
  .additional-speech__list li .audio-play {
    min-width: 90px;
    max-width: 90px;
    margin-right: 20px;
  }
  .additional-speech__list li .audio-play .btn {
    height: 90px;
  }

  .explore-applications {
    padding-bottom: 80px;
  }

  .explore-solutions {
    padding-bottom: 27px;
  }

  /***********************************
  CAREERS PAGE STYLES
  ***********************************/
  .careers-page {
    padding: 79px 0 80px;
  }

  /***********************************
  FOOTER STYLES
  ***********************************/
  .cta-contact {
    padding: 80px 0;
  }
  .cta-contact .before-shape {
    right: -492px;
  }

  .footer__bottom {
    padding: 80px 0;
  }
  .footer__wrapper .desc {
    margin-bottom: 37px;
  }
  .footer__widget-copyright {
    margin-top: 64px;
  }
}
/* 1460 */
@media only screen and (max-width: 1366px) {
  h1, .h1 {
    font-size: 48px;
    line-height: 64px;
  }
  h1.fs-lg, .h1.fs-lg {
    font-size: 60px;
    line-height: 73px;
  }

  h2, .h2 {
    font-size: 42px;
    line-height: 56px;
  }

  h3, .h3 {
    font-size: 38px;
    line-height: 52px;
  }

  h5, .h5 {
    font-size: 26px;
    line-height: 36px;
  }

  h6, .h6 {
    font-size: 22px;
    line-height: 32px;
  }

  .container {
    max-width: 1182px;
  }

  /***********************************
  HOME PAGE STYLES
  ***********************************/
  .before-banner .before-pattern {
    top: 520px;
  }
  .before-banner .before-pattern .media {
    margin-left: -350px;
    margin-right: -350px;
    transform: rotate(-20deg);
  }
  .before-banner .before-pattern .media img {
    width: 100%;
  }

  .banner__content {
    max-width: 870px;
    padding: 140px 0 120px;
  }
  .banner .before-text {
    top: 60px;
    left: -45px;
  }
  .banner .after-text p:not(:last-child), .banner .before-text p:not(:last-child) {
    margin-bottom: 25px;
  }

  .robotic-voices {
    padding: 94px 0 100px;
  }
  .robotic-voices .before-text {
    left: 10px;
  }

  .hm-solutions__card {
    padding: 50px 20px 60px;
  }
  .hm-solutions__card-icon {
    margin-bottom: 30px;
  }
  .hm-solutions__card-text .btn {
    font-size: 18px;
  }

  .hm-cta__media.has--pattern-overlay:before {
    right: -100px;
    left: initial;
  }

  /***********************************
  ABOUT PAGE STYLES
  ***********************************/
  .about-us {
    padding: 60px 0 40px;
  }
  .about-us__media {
    margin-right: -200px;
  }

  /***********************************
  BLOG PAGE STYLES
  ***********************************/
  .whatsthe-word__slider-text {
    padding: 30px 30px;
  }
  .whatsthe-word__slider-media {
    margin-left: 30px;
  }

  .blog-page {
    padding-bottom: 70px;
  }

  .blog-details-page {
    padding-bottom: 70px;
  }

  /***********************************
  VOICE COMMERCE PAGE STYLES
  ***********************************/
  .voice-commerce.new {
    padding: 70px 0;
  }

  .supported {
    padding: 70px 0;
  }

  .whatwe-offer {
    padding: 70px 0 80px;
  }
  .whatwe-offer .entry-title {
    margin-bottom: 50px;
  }

  .readspeaker-difference {
    padding: 70px 0;
  }
  .readspeaker-difference__content {
    max-width: 100%;
  }

  .brief-definition {
    padding: 70px 0;
  }
  .brief-definition__media {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-transparent {
    padding-top: 120px;
  }
  .testimonial-transparent .slick-dots {
    left: 0;
    bottom: -100px;
    line-height: 0;
  }
  .testimonial-transparent__slider.slick-dotted {
    margin-bottom: 100px;
  }

  .request-demo {
    padding: 70px 0;
  }
  .request-demo__wrap {
    padding: 70px 0 80px;
  }
  .request-demo__wrap .entry-title {
    margin-bottom: 40px;
  }

  /***********************************
  CONTACT PAGE STYLES
  ***********************************/
  .contact-us {
    padding: 70px 0 60px;
  }
  .contact-us__form {
    padding: 50px 40px 52px;
  }

  .contact-offices {
    padding: 60px 0 40px;
  }

  .connect-withus {
    padding: 40px 0 70px;
  }

  /***********************************
  CUSTOMER STORIES PAGE STYLES
  ***********************************/
  .customer-stories-page {
    padding-bottom: 70px;
  }

  .customer-stories-detail-page {
    padding-bottom: 70px;
  }

  /***********************************
  RESOURCE PAGE STYLES
  ***********************************/
  .resources__post.big {
    height: 406px;
  }

  .resources-page, .resources-detail-page {
    padding-bottom: 70px;
  }

  /***********************************
  APPLICATION & SOLUTIONS PAGE STYLES
  ***********************************/
  .applications-page, .solutions-page {
    margin-top: -30px;
    padding: 160px 0 60px;
  }
  .applications-page .content, .solutions-page .content {
    max-width: 500px;
  }
  .applications-page .media.has--pattern-overlay:before, .solutions-page .media.has--pattern-overlay:before {
    top: -160px;
    width: 721px;
    height: 638px;
  }

  /***********************************
  APPLICATION & SOLUTIONS PAGE STYLES
  ***********************************/
  .applications, .solutions {
    padding: 60px 0 70px;
  }

  .branded-voice-commerce {
    padding: 70px 0;
  }
  .branded-voice-commerce__media {
    margin-left: 0;
  }

  .tts-solutions {
    padding: 70px 0;
  }

  .voice-economy {
    padding: 70px 0;
  }

  /***********************************
  SOLUTIONS PAGE STYLES
  ***********************************/
  .how-build-tts-voices .before-shape .media {
    bottom: -242px;
    right: -938px;
  }

  .whychoose-custom-tts .pioneering-voice__media {
    padding: 30px 0;
  }

  /***********************************
  LIVE DEMO PAGE STYLES
  ***********************************/
  .explore-applications {
    padding-bottom: 70px;
  }

  .explore-solutions {
    padding-bottom: 17px;
  }

  /***********************************
  CAREERS PAGE STYLES
  ***********************************/
  .careers-page {
    padding: 70px 0 70px;
  }
  .careers-page .entry-title {
    margin-top: 0px;
  }

  /***********************************
  FOOTER STYLES
  ***********************************/
  .cta-contact {
    padding: 70px 0;
  }
  .cta-contact .before-shape {
    right: -492px;
  }

  .footer__top {
    padding: 61px 0 70px;
  }
  .footer__bottom {
    padding: 70px 0;
  }
  .footer__wrapper .desc {
    margin-bottom: 30px;
  }
  .footer__widget-copyright {
    margin-top: 54px;
  }
}
/* 1366 */
@media only screen and (max-width: 1300px) {
  .banner .before-text {
    top: 20px;
    left: 40px;
  }
}
/* 1300 */
@media only screen and (max-width: 1199px) {
  .container, .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }

  /***********************************
  HEADER STYLE
  ***********************************/
  .header .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header .navbar {
    padding: 23px 0;
  }
  .header .navbar .navbar-header .navbar-brand {
    font-size: 36px;
    line-height: 46px;
  }
  .header .navbar .navbar-collapse .navbar-nav:not(.navbar--nav-right) > li:nth-child(1) {
    display: none;
  }
  .header .navbar .navbar-collapse .navbar-nav > li {
    margin-right: 24px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.menu-btn > a {
    font-size: 16px;
    line-height: 22px;
  }
  .header .navbar .navbar-collapse .navbar-nav.navbar--nav-right li:not(:last-child) {
    margin-right: 16px;
  }
  .header .navbar .navbar-collapse .navbar-nav.navbar--nav-right li:last-child {
    margin-right: 0;
  }
  .header .navbar .navbar-collapse .navbar-nav.navbar--nav-right li.mobile-navbar-toggler {
    margin-left: 10px;
  }
  .header.stop .navbar {
    padding: 18px 0;
  }
  .header.stop .navbar .navbar-header .navbar-brand {
    font-size: 30px;
    line-height: 36px;
  }

  .header-gutter {
    height: 90px;
  }

  .sidr .sidr-inner .mobile-header .navigation .navbar-nav:not(.nav) {
    display: block;
  }
  .sidr .sidr-inner .mobile-header .navigation .navbar-nav:not(.nav) > li {
    display: none;
  }
  .sidr .sidr-inner .mobile-header .navigation .navbar-nav:not(.nav) > li:nth-child(1) {
    display: block;
  }

  .breadcrumb {
    padding-top: 30px;
  }

  /***********************************
  HOME PAGE STYLES
  ***********************************/
  .before-banner .before-pattern {
    top: 350px;
  }
  .before-banner .before-pattern .media {
    margin-left: -300px;
    margin-right: -300px;
    transform: rotate(-16deg);
  }
  .before-banner .before-pattern .media img {
    width: 100%;
  }

  .after-text, .before-text {
    display: none;
  }

  .banner {
    padding-top: 90px;
  }
  .banner__content {
    padding: 140px 0 90px;
  }
  .banner .before-text {
    left: 30px;
    display: block;
  }
  .banner .after-text {
    display: block;
  }

  .hm-solutions {
    padding: 60px 0 80px;
  }
  .hm-solutions__card {
    padding: 50px 35px 60px;
  }
  .hm-solutions__card-icon {
    margin-bottom: 30px;
  }

  .hm-readspeaker-difference {
    padding: 48px 0 80px;
  }
  .hm-readspeaker-difference .entry-title {
    margin-bottom: 40px;
  }
  .hm-readspeaker-difference .before-shape {
    align-items: center;
  }
  .hm-readspeaker-difference .before-shape .media {
    max-width: 600px;
  }

  .hm-applications__card {
    padding: 40px 20px 40px 30px;
  }
  .hm-applications__card-icon {
    height: 50px;
    margin-bottom: 30px;
  }
  .hm-applications__card-icon i {
    font-size: 50px;
  }
  .hm-applications__card-icon.has--image {
    height: 50px;
  }

  .hm-whatsthe-word {
    margin-top: 0;
    padding: 60px 0 60px;
  }

  .hm-customer-story {
    padding: 60px 0;
  }
  .hm-customer-story__content {
    margin-bottom: 30px;
  }
  .hm-customer-story__content p {
    max-width: 100%;
  }
  /***********************************
  BLOG PAGE STYLES
  ***********************************/
  .whatsthe-word__slider-text {
    padding: 30px 20px;
  }
  .whatsthe-word__slider-text .meta-wrap {
    margin-top: 20px;
  }
  .whatsthe-word__slider-media {
    min-width: 400px;
    max-width: 400px;
    margin-left: 0px;
  }

  .blog-page {
    padding-bottom: 60px;
  }

  .blog-details-page {
    padding: 40px 0 60px;
  }
  .blog-details-page .blog-post .entry-content p {
    max-width: 100%;
  }

  /***********************************
  VOICE COMMERCE PAGE STYLES
  ***********************************/
  .voice-commerce {
    padding: 35px 0 0;
    margin-top: 0px;
  }
  .voice-commerce__media.has--pattern-overlay {
    padding-top: 160px;
  }
  .voice-commerce__media.has--pattern-overlay:before {
    top: 0px;
    width: 818px;
    height: 585px;
  }
  .voice-commerce.new {
    padding: 60px 0;
  }

  .supported {
    padding: 60px 0;
  }

  .whatwe-offer {
    padding: 60px 0 70px;
  }
  .whatwe-offer .entry-title {
    margin-bottom: 40px;
  }

  .readspeaker-difference {
    padding: 60px 0;
  }

  .testimonial-transparent {
    padding-top: 100px;
  }
  .testimonial-transparent .slick-dots {
    bottom: -80px;
  }
  .testimonial-transparent__slider.slick-dotted {
    margin-bottom: 80px;
  }

  .request-demo {
    padding: 60px 0;
  }
  .request-demo__wrap {
    padding: 60px 20px 70px;
  }

  /***********************************
  CONTACT PAGE STYLES
  ***********************************/
  .contact-us {
    padding: 60px 0 60px;
  }

  .contact-offices {
    padding: 60px 0 40px;
  }
  .contact-offices__country {
    padding-top: 60px;
  }
  .contact-offices__content {
    margin-bottom: 40px;
  }
  .contact-offices .before-background .media {
    display: none;
  }

  .connect-withus {
    padding: 40px 0 60px;
  }

  /***********************************
  CUSTOMER STORIES PAGE STYLES
  ***********************************/
  .customer-stories-page {
    padding-bottom: 60px;
  }

  .customer-stories-detail-page {
    padding-bottom: 60px;
  }
  .customer-stories-detail-page .content-area {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .customer-stories-detail-page .customer-stories__post .text p {
    max-width: 100%;
  }
  .customer-stories-detail-page .customer-stories__post .entry-content {
    margin-top: 40px;
  }
  .customer-stories-detail-page .customer-stories__post .entry-content p {
    max-width: 100%;
  }

  /***********************************
  RESOURCE PAGE STYLES
  ***********************************/
  .resources-page {
    padding-bottom: 60px;
  }

  .resources-detail-page {
    padding-bottom: 60px;
  }
  .resources-detail-page .content-area {
    max-width: 100%;
  }
  .resources-detail-page .resources__post .text p {
    max-width: 100%;
  }
  .resources-detail-page .resources__post .entry-content p {
    max-width: 100%;
  }

  /***********************************
  APPLICATION & SOLUTIONS PAGE STYLES
  ***********************************/
  .applications-page, .solutions-page {
    margin-top: 0;
    padding: 35px 0 40px;
  }
  .applications-page .content, .solutions-page .content {
    max-width: 100%;
  }
  .applications-page .media.has--pattern-overlay:before, .solutions-page .media.has--pattern-overlay:before {
    display: none;
  }

  .applications, .solutions {
    padding: 50px 0 60px;
  }

  .branded-voice-commerce {
    padding: 60px 0;
  }
  .branded-voice-commerce__media {
    margin-left: 0;
  }

  .tts-solutions {
    padding: 60px 0;
  }
  .tts-solutions .entry-title p, .tts-solutions .desc p {
    max-width: 100%;
  }
  .tts-solutions__card-text p {
    max-width: 100%;
  }

  .voice-economy {
    padding: 60px 0;
  }
  .voice-economy__content .tts__list li .text p {
    max-width: 100%;
  }

  /***********************************
  SOLUTIONS PAGE STYLES
  ***********************************/
  .crafting-tts-voices {
    padding: 80px 0;
  }
  .crafting-tts-voices .before-pattern .pattern-1 {
    left: -1243px;
  }
  .crafting-tts-voices .before-pattern .pattern-2 {
    right: -984px;
  }

  .how-build-tts-voices__content .tts__list li:not(:last-child) {
    margin-bottom: 37px;
  }
  .how-build-tts-voices .before-shape .media {
    bottom: -242px;
    right: -938px;
  }

  .whychoose-custom-tts {
    padding: 70px 0;
  }
  .whychoose-custom-tts__content .sub-title {
    max-width: 100%;
  }
  .whychoose-custom-tts__content .tts__list li .text p {
    max-width: 100%;
  }
  .whychoose-custom-tts .pioneering-voice__media {
    padding: 0;
  }
  .whychoose-custom-tts .pioneering-voice__media .media {
    display: none;
  }
  .whychoose-custom-tts .pioneering-voice__media .text {
    padding-top: 30px;
  }

  .voice-experiences {
    padding: 70px 0 40px;
  }

  /***********************************
  LIVE DEMO PAGE STYLES
  ***********************************/
  .multi-stepform__select-body .rs-select-options .select-options {
    flex-wrap: wrap;
  }
  .multi-stepform__select-body .rs-select-options .select-options li {
    flex: 1 1 25%;
  }

  .result-sample {
    padding: 40px 30px 38px 30px;
  }
  .result-sample__box {
    min-width: 320px;
    max-width: 320px;
    margin-right: 30px;
  }
  .result-sample__box .btn {
    font-size: 24px;
    padding-left: 44px;
  }
  .result-sample__box .btn span {
    margin-right: 24px;
  }
  .result-sample__box .btn span.icon-play, .result-sample__box .btn span.icon-pause {
    font-size: 36px;
  }
  .result-sample__box .btn:hover, .result-sample__box .btn:focus {
    color: #FFFFFF;
  }
  .result-sample__text p {
    max-width: 100%;
  }
  .result-sample .social-media {
    padding: 17px 10px;
  }
  .result-sample .social-media li {
    padding-left: 5px;
    padding-right: 5px;
  }

  .additional-speech__list li {
    flex: 1 1 50%;
  }

  .explore-applications {
    padding-bottom: 60px;
  }

  /***********************************
  CAREERS PAGE STYLES
  ***********************************/
  .careers-page {
    padding: 35px 0 60px;
  }
  .careers-page .entry-title {
    max-width: 100%;
  }
  .careers-page .reasons-tojoin__list li .text p {
    max-width: 100%;
  }
  .careers-page .entry-content p {
    max-width: 100%;
  }

  /***********************************
  FOOTER STYLES
  ***********************************/
  .cta-contact {
    padding: 60px 0;
  }
  .cta-contact .before-shape {
    right: -592px;
  }

  .footer__top {
    padding: 51px 0 60px;
  }
  .footer__bottom {
    padding: 60px 0;
  }
  .footer__logo .brand-logo {
    font-size: 36px;
    line-height: 36px;
  }
  .footer__widget-copyright {
    margin-top: 44px;
  }
}
/* 1199 */
@media only screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 42px;
    line-height: 56px;
  }
  h1.fs-lg, .h1.fs-lg {
    font-size: 48px;
    line-height: 64px;
  }

  h2, .h2 {
    font-size: 38px;
    line-height: 52px;
  }

  h3, .h3 {
    font-size: 36px;
    line-height: 50px;
  }

  h4, .h4 {
    font-size: 30px;
    line-height: 42px;
  }

  h5, .h5 {
    font-size: 24px;
    line-height: 36px;
  }

  h6, .h6 {
    font-size: 21px;
    line-height: 32px;
  }

  .container, .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }

  .btn {
    font-size: 18px;
    padding: 13px 24px 14px;
  }
  .btn.btn-lg {
    font-size: 21px;
    padding: 16px 24px;
  }

  /***********************************
  HEADER STYLE
  ***********************************/
  .header .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .navbar {
    padding: 18px 0;
  }
  .header .navbar .navbar-header .navbar-brand {
    font-size: 30px;
    line-height: 36px;
  }
  .header .navbar .navbar-collapse .navbar-nav:not(.navbar--nav-right) > li:nth-child(2) {
    display: none;
  }
  .header .navbar .navbar-collapse .navbar-nav:not(.navbar--nav-right) > li:nth-child(3) {
    display: none;
  }
  .header.stop .navbar {
    padding: 15px 0;
  }
  .header.stop .navbar .navbar-header .navbar-brand {
    font-size: 26px;
    line-height: 32px;
  }

  .header-gutter {
    height: 80px;
  }

  .sidr .sidr-inner .mobile-header .navigation .navbar-nav:not(.nav) > li:nth-child(2) {
    display: block;
  }
  .sidr .sidr-inner .mobile-header .navigation .navbar-nav:not(.nav) > li:nth-child(3) {
    display: block;
  }

  /***********************************
  HOME PAGE STYLES
  ***********************************/
  .before-banner .before-pattern {
    top: 520px;
  }
  .before-banner .before-pattern .media {
    margin-left: -530px;
    margin-right: -530px;
    transform: rotate(-35deg);
  }

  .banner {
    padding-top: 80px;
  }
  .banner__content {
    max-width: 100%;
    padding: 120px 0 60px;
  }
  .banner .before-text {
    display: none;
  }
  .banner .after-text {
    display: none;
  }

  .robotic-voices {
    padding: 50px 0;
  }
  .robotic-voices__content p {
    max-width: 100%;
  }
  .robotic-voices__media {
    margin-bottom: 20px;
  }

  .hm-solutions {
    padding: 60px 0 60px;
  }
  .hm-solutions .entry-title {
    margin-bottom: 30px;
  }

  .hm-readspeaker-difference {
    padding: 48px 0 60px;
  }
  .hm-readspeaker-difference .entry-title {
    margin-bottom: 30px;
  }
  .hm-readspeaker-difference .before-shape .media {
    max-width: 400px;
  }

  .hm-applications {
    padding-top: 50px;
  }
  .hm-applications .container {
    padding: 0;
  }
  .hm-applications .row {
    margin: 0;
  }
  .hm-applications .row [class^=col-] {
    padding: 0;
  }
  .hm-applications__content {
    width: 100%;
    margin-bottom: 0;
    padding: 0 20px 40px;
    border-bottom: 1px solid #000000;
  }
  .hm-applications__content .title {
    max-width: 100%;
  }
  .hm-applications__content p {
    max-width: 100%;
  }
  .hm-applications__card {
    padding: 40px 20px 40px 30px;
  }
  .hm-applications__card-text p {
    max-width: 100%;
  }
  .hm-applications .border-center-1:before {
    display: none;
  }
  .hm-applications .before-shape {
    display: none;
  }

  .hm-whatsthe-word {
    padding: 50px 0 50px;
  }
  .hm-whatsthe-word .btn-wrapper {
    margin-top: 30px;
  }

  .hm-cta {
    padding-top: 50px;
  }
  .hm-cta__content {
    margin-top: 0;
  }
  .hm-cta__media.has--pattern-overlay:before {
    display: none;
  }

  .hm-customer-story {
    padding: 50px 0;
  }
  .hm-customer-story__item {
    padding: 40px 40px 40px;
  }
  .hm-customer-story__item-text {
    max-width: 100%;
  }
  .hm-customer-story__item-text h6 {
    margin-bottom: 0;
  }
  .hm-customer-story__item-text .title {
    margin-bottom: 15px;
  }
  .hm-customer-story__item-text .sub-title {
    margin-bottom: 3px;
  }
  .hm-customer-story__item-media {
    margin-bottom: 40px;
  }

  /***********************************
  ABOUT PAGE STYLES
  ***********************************/
  .about-us {
    padding: 35px 0 40px;
    margin-top: 0px;
  }
  .about-us__content .title, .about-us__content p {
    max-width: 100%;
  }
  .about-us__media {
    margin-top: 0px;
    margin-right: 0px;
  }

  .about-company {
    padding: 40px 0 50px;
  }
  .about-company__content {
    margin-top: 0;
    text-align: center;
  }
  .about-company__content .title {
    max-width: 100%;
  }
  .about-company__map .media {
    left: 0;
  }
  .about-company__map .text {
    padding-left: 0;
    text-align: center;
  }
  .about-company__map .text.has--data-text .number:before {
    display: none;
  }

  .pioneering-voice {
    padding: 50px 0;
    margin-top: 0;
  }
  .pioneering-voice__content {
    text-align: center;
  }
  .pioneering-voice__content p {
    max-width: 100%;
  }
  .pioneering-voice__media {
    padding: 0;
    justify-content: center;
  }
  .pioneering-voice__media .media {
    display: none;
  }
  .pioneering-voice__media .text {
    padding-top: 0px;
  }

  .partnerships {
    padding: 50px 0;
  }
  .partnerships__item {
    min-height: 140px;
  }

  .slick-arrow.slick-prev {
    left: 15px;
  }
  .slick-arrow.slick-next {
    right: 15px;
  }

  .testimonial__slider, .testimonial-transparent__slider {
    padding: 0 100px;
  }
  .testimonial__slider-feedback p, .testimonial-transparent__slider-feedback p {
    font-size: 18px;
    line-height: 28px;
  }
  .testimonial__slider-reviewer .text p, .testimonial-transparent__slider-reviewer .text p {
    font-size: 14px;
    letter-spacing: 0.91px;
  }

  .testimonial {
    padding: 100px 0;
  }

  .join-us {
    padding: 50px 0;
  }
  .join-us__content {
    margin-bottom: 30px;
  }
  .join-us__content .title {
    margin-bottom: 10px;
  }
  .join-us__content p {
    font-size: 18px;
    line-height: 28px;
  }
  .join-us__before-wrapper .before-shape {
    display: none;
  }
  .join-us__media {
    display: flex;
    justify-content: center;
  }

  /***********************************
  BLOG PAGE STYLES
  ***********************************/
  .whatsthe-word {
    padding: 35px 0 20px;
  }
  .whatsthe-word__slider-item {
    flex-direction: column-reverse;
  }
  .whatsthe-word__slider-text {
    padding: 30px 15px;
  }
  .whatsthe-word__slider-text .meta-wrap {
    margin-top: 20px;
  }
  .whatsthe-word__slider-media {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }

  .sidebar .widget .helpful-box__content p {
    font-size: 18px;
    line-height: 28px;
  }
  .sidebar .widget__save-seat {
    padding-top: 60px;
  }

  .blog-page {
    padding-bottom: 50px;
  }

  /***********************************
  VOICE COMMERCE PAGE STYLES
  ***********************************/
  .voice-commerce__content .sub-title {
    margin-bottom: 30px;
  }
  .voice-commerce.new {
    padding: 50px 0;
    background-image: none !important;
    background-color: #FFFFFF !important;
  }
  .voice-commerce.new:before {
    display: none;
  }
  .voice-commerce.new.has--image .voice-commerce__content .title {
    color: #000000 !important;
  }
  .voice-commerce.new.has--image .voice-commerce__content .sub-title {
    color: #1B22D3 !important;
  }
  .voice-commerce.new.has--image .voice-commerce__content .media {
    z-index: -1;
    margin-left: -20px;
    position: relative;
    margin-bottom: 30px;
    width: calc(100% + 40px);
  }
  .voice-commerce.new.has--image .voice-commerce__content .media:before {
    top: 0px;
    left: 0px;
    z-index: 1;
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  }
  .voice-commerce.new.has--image .voice-commerce__content .media img {
    width: 100%;
  }

  .supported {
    padding: 50px 0;
  }

  .whatwe-offer {
    padding: 50px 0 60px;
  }
  .whatwe-offer .entry-title {
    margin-bottom: 30px;
  }

  .readspeaker-difference {
    padding: 50px 0;
  }
  .readspeaker-difference__card-text p {
    max-width: 100%;
  }

  .brief-definition {
    padding: 50px 0;
  }
  .brief-definition__content p {
    max-width: 100%;
  }

  .testimonial-transparent {
    padding-top: 80px;
  }
  .testimonial-transparent .slick-dots {
    bottom: -60px;
  }
  .testimonial-transparent__slider.slick-dotted {
    margin-bottom: 60px;
  }

  .request-demo {
    padding: 50px 0;
  }
  .request-demo__wrap {
    padding: 50px 20px 60px;
  }

  /***********************************
  CONTACT PAGE STYLES
  ***********************************/
  .contact-us {
    padding: 35px 0 40px;
  }
  .contact-us__form {
    padding: 40px 30px 42px;
    margin-left: 29px;
  }
  .contact-us__form:after {
    left: -29px;
    border-top-width: 39px;
    border-left-width: 32px;
    border-right-width: 32px;
  }

  .contact-offices {
    padding: 40px 0 40px;
  }
  .contact-offices__country:not(:last-child) {
    padding-bottom: 60px;
  }
  .contact-offices__content {
    margin-bottom: 30px;
  }
  .contact-offices .list-unstyled li:first-child {
    margin-bottom: 20px;
  }

  .connect-withus {
    padding: 30px 0 50px;
  }

  /***********************************
  CUSTOMER STORIES PAGE STYLES
  ***********************************/
  .customer-stories {
    padding: 35px 0 38px;
  }
  .customer-stories .entry-title {
    margin-bottom: 30px;
  }
  .customer-stories__slider-item {
    padding: 40px 20px;
  }
  .customer-stories__slider-text p {
    font-size: 18px;
    line-height: 28px;
  }
  .customer-stories__slider-help {
    margin-top: 30px;
  }

  .customer-stories-page {
    padding-bottom: 50px;
  }

  .customer-stories-detail-page {
    padding-bottom: 50px;
  }
  .customer-stories-detail-page .customer-stories__head {
    min-height: 350px;
    margin-bottom: 50px;
  }

  /***********************************
  RESOURCE PAGE STYLES
  ***********************************/
  .resources {
    padding-top: 35px;
  }
  .resources__post.big .resources__post-text {
    padding: 30px 20px;
  }
  .resources__post:not(.big) .resources__post-text .title {
    font-size: 21px;
    line-height: 28px;
  }
  .resources__post-text {
    padding: 30px 20px;
  }
  .resources__post-text .excerpt p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
  }
  .resources__post-text .bottom {
    max-width: 100%;
  }

  .resources-page {
    padding-bottom: 50px;
  }

  .resources-detail-page {
    padding: 40px 0 50px;
  }

  /***********************************
  APPLICATION & SOLUTIONS PAGE STYLES
  ***********************************/
  .applications-page .content p, .solutions-page .content p {
    font-size: 18px;
    line-height: 28px;
  }

  .applications, .solutions {
    padding: 40px 0 50px;
  }

  .branded-voice-commerce {
    padding: 50px 0;
  }
  .branded-voice-commerce__content p {
    font-size: 18px;
    line-height: 28px;
    max-width: 100%;
  }
  .branded-voice-commerce__media {
    margin-left: 0px;
  }

  .voice-commerce-tts .content .title {
    max-width: 100%;
  }
  .voice-commerce-tts .content p {
    font-size: 18px;
    line-height: 28px;
    max-width: 100%;
  }

  .tts-solutions {
    padding: 50px 0;
  }
  .tts-solutions .entry-title {
    margin-bottom: 40px;
  }
  .tts-solutions .entry-title p {
    font-size: 18px;
    line-height: 28px;
    max-width: 100%;
  }
  .tts-solutions .desc {
    margin-top: 60px;
  }
  .tts-solutions .desc p {
    font-size: 18px;
    line-height: 28px;
    max-width: 100%;
  }

  .voice-economy {
    padding: 50px 0;
  }
  .voice-economy__content p {
    font-size: 18px;
    line-height: 28px;
    max-width: 100%;
  }

  /***********************************
  SOLUTIONS PAGE STYLES
  ***********************************/
  .solutions__card {
    min-height: 380px;
  }
  .solutions__card-text p {
    max-width: 100%;
  }

  .custom-tts-voices {
    padding: 35px 0 50px;
  }
  .custom-tts-voices__media {
    margin-right: 0px;
  }

  .crafting-tts-voices {
    padding: 50px 0;
    margin-bottom: 0;
    box-shadow: none;
  }
  .crafting-tts-voices .before-pattern {
    display: none;
  }

  .overflow-before-wrapper {
    margin: 0;
  }

  .how-build-tts-voices {
    padding: 60px 0 80px;
  }
  .how-build-tts-voices__content {
    margin-bottom: 30px;
  }
  .how-build-tts-voices__content .tts__list li:not(:last-child) {
    margin-bottom: 30px;
  }
  .how-build-tts-voices .before-shape .media {
    bottom: -242px;
    right: -938px;
  }

  .tts__list li:not(:last-child) {
    margin-bottom: 30px;
  }
  .tts__list li .text p {
    max-width: 100%;
  }

  .whychoose-custom-tts {
    padding: 60px 0;
  }
  .whychoose-custom-tts__content .sub-title {
    max-width: 100%;
  }
  .whychoose-custom-tts__content .tts__list li .text p {
    max-width: 100%;
  }
  .whychoose-custom-tts .pioneering-voice__media {
    padding: 0;
  }
  .whychoose-custom-tts .pioneering-voice__media .media {
    display: none;
  }
  .whychoose-custom-tts .pioneering-voice__media .text {
    padding-top: 30px;
  }

  .voice-experiences {
    padding: 60px 0 30px;
  }
  .voice-experiences .entry-title {
    margin-bottom: 40px;
  }
  .voice-experiences .entry-title p {
    font-size: 18px;
    line-height: 28px;
  }
  .voice-experiences .last-none {
    margin-bottom: -40px;
  }
  .voice-experiences__item {
    margin-bottom: 40px;
  }
  .voice-experiences__item-icon {
    margin-bottom: 15px;
  }
  .voice-experiences__item-icon i {
    font-size: 50px;
  }
  .voice-experiences__item-icon.has--image {
    height: 50px;
  }

  /***********************************
  LIVE DEMO PAGE STYLES
  ***********************************/
  .application-demo {
    padding-bottom: 50px;
  }

  .multi-stepform__select .select-group .select-wrapper .rs-select-placeholder {
    font-size: 18px;
    line-height: 24px;
  }
  .multi-stepform__select .select-group .select-wrapper:before {
    right: 10px;
    font-size: 8px;
    top: calc(50% - 4px);
  }
  .multi-stepform__select-body .rs-select-options .select-options {
    margin-right: -2px;
  }
  .multi-stepform__select-body .rs-select-options .select-options li {
    flex: 1 1 33.333333%;
    padding: 30px 15px;
    border-right: 2px solid #000000;
  }
  .multi-stepform__select-body .rs-select-options .select-options li .text {
    font-size: 18px;
    line-height: 24px;
  }

  .result-sample {
    flex-wrap: wrap;
    padding: 30px 20px;
  }
  .result-sample__box {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .additional-speech {
    padding-bottom: 50px;
  }

  .explore-applications {
    padding: 50px 0;
  }

  .explore-solutions {
    padding-top: 50px;
  }

  /***********************************
  CAREERS PAGE STYLES
  ***********************************/
  .careers-page {
    padding-bottom: 50px;
  }
  .careers-page .reasons-tojoin {
    margin-bottom: 40px;
  }
  .careers-page .reasons-tojoin > .title {
    margin-bottom: 30px;
  }
  .careers-page .reasons-tojoin__list li:not(:last-child) {
    margin-bottom: 30px;
  }

  /***********************************
  FOOTER STYLES
  ***********************************/
  .cta-contact {
    padding: 50px 0;
  }
  .cta-contact .before-shape {
    right: -592px;
  }

  .footer__top {
    padding: 41px 0 50px;
  }
  .footer__bottom {
    padding: 50px 0;
  }
  .footer__newsletter .title {
    margin-bottom: 15px;
  }
  .footer__newsletter .gform_wrapper form .gform_body .gform_fields {
    margin-left: 0 !important;
  }
  .footer__newsletter .gform_wrapper form .gform_body .gform_fields .gfield {
    padding-left: 0 !important;
  }
  .footer__newsletter .gform_wrapper form .gform_body .gform_fields .gfield:nth-child(odd) {
    flex: 0 0 41.666667% !important;
    max-width: 41.666667% !important;
  }
  .footer__newsletter .gform_wrapper form .gform_body .gform_fields .gfield:nth-child(even) {
    flex: 0 0 58.333333% !important;
    max-width: 58.333333% !important;
  }
  .footer__newsletter .gform_wrapper form .gform_footer {
    padding-left: 14px !important;
  }
  .footer__newsletter .hbspt-form .hs-form .field.hs_firstname {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer__wrapper .desc p {
    max-width: 100%;
  }
  .footer__logo .brand-logo {
    font-size: 36px;
    line-height: 36px;
  }
  .footer__widget-copyright {
    margin-top: 34px;
  }
}
/* 991 */
@media only screen and (max-width: 820px) {
  /***********************************
  HEADER STYLE
  ***********************************/
  .header .navbar .navbar-collapse .navbar-nav:not(.navbar--nav-right) {
    display: none;
  }
  .header .navbar .navbar-collapse .navbar-nav.navbar--nav-right > li:nth-child(1) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 38px;
    line-height: 52px;
  }
  h1.fs-lg, .h1.fs-lg {
    font-size: 42px;
    line-height: 56px;
  }

  h2, .h2 {
    font-size: 36px;
    line-height: 50px;
  }

  h3, .h3 {
    font-size: 32px;
    line-height: 48px;
  }

  h4, .h4 {
    font-size: 26px;
    line-height: 36px;
  }

  h5, .h5 {
    font-size: 22px;
    line-height: 32px;
  }

  h6, .h6 {
    font-size: 20px;
    line-height: 30px;
  }

  section {
    padding: 35px 0;
  }

  .container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  /***********************************
  HEADER STYLE
  ***********************************/
  .header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .navbar {
    padding: 20.82px 0;
  }
  .header .navbar .navbar-collapse .navbar-nav.navbar--nav-right > li:nth-child(2) {
    display: none;
  }
  .header .navbar .navbar-collapse .navbar-nav.navbar--nav-right > li.mobile-navbar-toggler {
    margin-left: 0;
  }

  .sidr {
    max-width: 420px;
  }
  .sidr .sidr-inner .mobile-header {
    padding: 0 30px;
  }
  .sidr .sidr-inner .mobile-header .navigation .navbar-nav > li a {
    font-size: 26px;
    line-height: 40px;
  }
  .sidr .sidr-inner .mobile-header .navigation .navbar-nav:not(.nav) > li:nth-child(2) {
    display: block;
  }

  /***********************************
  HOME PAGE STYLES
  ***********************************/
  .banner {
    padding-top: 80px;
  }
  .banner__content {
    padding: 100px 0 30px;
  }

  .robotic-voices {
    padding: 40px 0;
  }
  .robotic-voices__content p {
    font-size: 18px;
    line-height: 28px;
  }

  .hm-solutions {
    padding: 40px 0;
  }

  .hm-readspeaker-difference {
    padding: 40px 0;
  }
  .hm-readspeaker-difference .before-shape .media {
    max-width: 300px;
  }
  .hm-readspeaker-difference .btn-box a {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .hm-readspeaker-difference .btn-box a span {
    margin-right: 17px;
  }
  .hm-readspeaker-difference .btn-box a i {
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 12px;
  }

  .hm-applications {
    padding-top: 40px;
  }
  .hm-applications__content {
    width: 100%;
    padding: 0 15px;
    border-bottom: 0;
    margin-bottom: 30px;
  }
  .hm-applications__content p {
    font-size: 18px;
    line-height: 28px;
  }
  .hm-applications__card {
    padding: 30px 15px;
    border-left: 0;
    border-top: 1px solid #000000;
  }
  .hm-applications__card-icon {
    height: 40px;
    margin-bottom: 20px;
  }
  .hm-applications__card-icon i {
    font-size: 40px;
  }
  .hm-applications__card-icon.has--image {
    height: 40px;
  }
  .hm-applications__card-text p {
    margin-bottom: 30px;
  }

  .hm-whatsthe-word {
    padding: 40px 0;
  }
  .hm-whatsthe-word .entry-title p {
    font-size: 18px;
    line-height: 28px;
  }
  .hm-whatsthe-word .btn-wrapper {
    margin-top: 30px;
  }
  .hm-whatsthe-word .btn-wrapper a {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .hm-whatsthe-word .btn-wrapper a span {
    margin-right: 17px;
  }
  .hm-whatsthe-word .btn-wrapper a i {
    height: 50px;
    min-width: 50px;
    font-size: 12px;
  }

  .hm-cta {
    padding-top: 40px;
  }
  .hm-cta__content .sub-title {
    margin-bottom: 10px;
  }

  .hm-customer-story {
    padding: 40px 0;
  }
  .hm-customer-story__content p {
    font-size: 18px;
    line-height: 28px;
  }
  .hm-customer-story__item {
    padding: 40px 20px 40px;
  }
  .hm-customer-story__item-text p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
  }

  /***********************************
  ABOUT PAGE STYLES
  ***********************************/
  .about-us {
    padding: 35px 0 30px;
  }

  .about-company {
    padding: 40px 0;
  }

  .pioneering-voice {
    padding: 0 0 40px;
  }

  .partnerships {
    padding: 40px 0;
  }
  .partnerships .entry-title {
    margin-bottom: 30px;
  }
  .partnerships__item {
    min-height: 140px;
  }

  .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .slick-arrow:before {
    font-size: 12px;
  }
  .slick-arrow.slick-prev {
    left: 15px;
  }
  .slick-arrow.slick-next {
    right: 15px;
  }

  .testimonial__slider, .testimonial-transparent__slider {
    padding: 0 60px;
  }
  .testimonial__slider-icon i, .testimonial-transparent__slider-icon i {
    font-size: 36px;
  }
  .testimonial__slider-feedback p, .testimonial-transparent__slider-feedback p {
    font-size: 16px;
    line-height: 28px;
  }
  .testimonial__slider-reviewer .text p, .testimonial-transparent__slider-reviewer .text p {
    font-size: 14px;
    letter-spacing: 0.364px;
  }

  .testimonial {
    padding: 80px 0;
  }

  .join-us {
    padding: 40px 0;
  }

  /***********************************
  BLOG PAGE STYLES
  ***********************************/
  .whatsthe-word {
    padding: 35px 0 20px;
  }
  .whatsthe-word__slider {
    margin-left: -5px;
    margin-right: -15px;
  }
  .whatsthe-word__slider [class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .whatsthe-word__slider-item {
    border-width: 4px;
    flex-direction: column-reverse;
  }
  .whatsthe-word__slider-text {
    padding: 30px 15px;
  }
  .whatsthe-word__slider-text .meta-wrap {
    margin-top: 20px;
  }
  .whatsthe-word__slider-media {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }

  .blog-post {
    flex-direction: column;
  }
  .blog-post__media {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .blog-post__text {
    max-width: 100%;
  }

  .content-area .main-title {
    border-width: 3px;
  }

  .pagination a {
    font-size: 24px;
    line-height: 32px;
  }
  .pagination a i {
    width: 50px;
    height: 50px;
    font-size: 13px;
  }
  .pagination .float-left a i {
    margin-right: 10px;
  }
  .pagination .float-right a i {
    margin-left: 10px;
  }

  .sidebar {
    margin-bottom: -40px;
  }
  .sidebar .widget {
    margin-bottom: 40px;
  }
  .sidebar .widget__title {
    border-width: 3px;
  }
  .sidebar .widget__search-form .input-group {
    position: relative;
  }
  .sidebar .widget__search-form .input-group input[type=search] {
    padding: 18px 65px 18px 15px !important;
  }
  .sidebar .widget__save-seat {
    font-size: 21px;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sidebar .widget__resources-form, .sidebar .widget__join-form {
    padding: 25px 20px 35px;
  }
  .sidebar .widget .helpful-wrapper .col {
    flex: 1 0 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
  }
  .sidebar .widget .helpful-box__content p {
    max-width: 100%;
  }
  .sidebar .widget .speechmatics-box {
    padding: 32px 20px;
  }
  .sidebar .widget .speechmatics-box .list-unstyled li a {
    font-size: 21px;
    line-height: 30px;
  }

  .blog-page {
    padding-bottom: 40px;
  }

  .blog-details-page {
    padding-bottom: 40px;
  }
  .blog-details-page .blog-post .custom-cta {
    padding: 24px 20px 30px;
  }
  .blog-details-page .blog-post .custom-cta__media {
    bottom: -376px;
  }

  /***********************************
  VOICE COMMERCE PAGE STYLES
  ***********************************/
  .voice-commerce__content .sub-title {
    margin-bottom: 27px;
  }
  .voice-commerce__content .voice-sample {
    border-width: 3px;
    padding: 30px 20px 30px;
  }
  .voice-commerce__content .voice-sample .play-voice span {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
  .voice-commerce__media.has--pattern-overlay {
    padding-top: 100px;
  }
  .voice-commerce__media.has--pattern-overlay:before {
    width: 690px;
    height: 520px;
  }
  .voice-commerce.new {
    padding: 40px 0;
  }

  .supported {
    padding: 40px 0;
  }
  .supported .list-style li.bold:before {
    height: 16px;
    min-width: 16px;
    margin-right: 12px;
  }

  .whatwe-offer {
    padding: 40px 0 50px;
  }
  .whatwe-offer__card {
    padding-left: 20px;
  }
  .whatwe-offer__card-icon {
    margin-bottom: 20px;
  }
  .whatwe-offer__card-icon i {
    font-size: 40px;
  }
  .whatwe-offer__card-icon.has--image img {
    height: 40px;
  }

  .readspeaker-difference {
    padding: 40px 0;
  }
  .readspeaker-difference__card {
    min-height: 320px;
  }
  .readspeaker-difference__card-icon i {
    font-size: 40px;
  }
  .readspeaker-difference__card-icon.has--image {
    height: 40px;
  }
  .readspeaker-difference__card-text .number {
    font-size: 40px;
    line-height: 40px;
  }

  .brief-definition {
    padding: 40px 0;
  }

  .testimonial-transparent {
    padding-top: 80px;
  }
  .testimonial-transparent .slick-dots {
    bottom: -40px;
  }
  .testimonial-transparent__slider.slick-dotted {
    margin-bottom: 40px;
  }

  .request-demo {
    padding: 40px 0;
  }
  .request-demo__wrap {
    padding: 40px 20px 50px;
  }

  /***********************************
  CONTACT PAGE STYLES
  ***********************************/
  .contact-us {
    padding-bottom: 20px;
  }
  .contact-us__content p {
    font-size: 18px;
    line-height: 28px;
  }
  .contact-us__content .wrapper {
    margin-bottom: 30px;
  }
  .contact-us__content .list-unstyled li:first-child {
    margin-bottom: 20px;
  }
  .contact-us__form {
    padding: 30px 20px;
    margin-left: 19px;
  }
  .contact-us__form:after {
    left: -19px;
    border-top-width: 29px;
    border-left-width: 22px;
    border-right-width: 22px;
  }

  .contact-offices {
    padding: 20px 0 20px;
  }
  .contact-offices__country {
    padding-top: 35px;
  }
  .contact-offices__country:not(:last-child) {
    padding-bottom: 40px;
  }
  .contact-offices__country .last-none {
    margin-bottom: -30px;
  }
  .contact-offices__content {
    margin-bottom: 30px;
  }
  .contact-offices .list-unstyled {
    margin-bottom: 30px;
  }
  .contact-offices .list-unstyled li:first-child {
    margin-bottom: 15px;
  }

  .connect-withus {
    padding: 30px 0 40px;
  }
  .connect-withus .social-connect {
    padding: 30px 20px 24px;
  }

  /***********************************
  CUSTOMER STORIES PAGE STYLES
  ***********************************/
  .customer-stories__slider {
    margin-right: -15px;
  }
  .customer-stories__slider [class^=col] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .customer-stories__slider-item {
    padding: 30px 20px;
    min-height: 380px;
  }
  .customer-stories__slider-help {
    font-size: 16px;
    line-height: 22px;
  }

  .customer-stories-page {
    padding-bottom: 40px;
  }

  .customer-stories-detail-page {
    padding-bottom: 40px;
  }
  .customer-stories-detail-page .customer-stories__head {
    min-height: 300px;
    padding: 30px 20px;
  }
  .customer-stories-detail-page .customer-stories__head .text .sub-title {
    max-width: 100%;
  }
  .customer-stories-detail-page .customer-stories__head .text p {
    font-size: 18px;
    line-height: 28px;
  }
  .customer-stories-detail-page .customer-stories__post .main-title {
    border-width: 3px;
    padding-top: 16px;
  }
  .customer-stories-detail-page .customer-stories__post .entry-content {
    margin-top: 30px;
  }

  /***********************************
  RESOURCE PAGE STYLES
  ***********************************/
  .resources-page, .resources-detail-page {
    padding-bottom: 40px;
  }

  .resources-detail-page .resources__post .text p {
    font-size: 18px;
    line-height: 28px;
  }

  /***********************************
  APPLICATION & SOLUTIONS PAGE STYLES
  ***********************************/
  .applications, .solutions {
    padding: 40px 0 40px;
  }
  .applications__card, .solutions__card {
    border-width: 3px;
    padding: 26px 20px 30px 20px;
  }

  .branded-voice-commerce {
    padding: 40px 0;
  }

  .tts-solutions {
    padding: 40px 0;
  }
  .tts-solutions .entry-title {
    margin-bottom: 30px;
  }
  .tts-solutions .desc {
    margin-top: 40px;
  }

  .voice-economy {
    padding: 40px 0;
  }

  /***********************************
  SOLUTIONS PAGE STYLES
  ***********************************/
  .solutions__card {
    min-height: 320px;
  }

  .custom-tts-voices {
    padding: 35px 0 40px;
  }

  .crafting-tts-voices {
    padding: 40px 0;
  }
  .crafting-tts-voices__content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
  }

  .how-build-tts-voices {
    padding: 40px 0 0px;
  }
  .how-build-tts-voices__content {
    margin-bottom: 30px;
  }
  .how-build-tts-voices__media {
    margin-bottom: -30px;
    margin-left: 0;
    margin-right: 0;
  }
  .how-build-tts-voices .before-shape .media {
    bottom: -272px;
    right: -1060px;
  }

  .tts__list li .icon-wrapper {
    min-width: 35px;
    margin-top: 4px;
    margin-right: 15px;
  }
  .tts__list li .icon-wrapper i {
    font-size: 32px;
  }
  .tts__list li .icon-wrapper.has--image {
    height: 32px;
  }

  .whychoose-custom-tts {
    padding: 40px 0;
  }
  .whychoose-custom-tts .pioneering-voice__media .text {
    padding-top: 0px;
  }

  .voice-experiences {
    padding: 40px 0 20px;
  }
  .voice-experiences .entry-title {
    margin-bottom: 30px;
  }

  /***********************************
  LIVE DEMO PAGE STYLES
  ***********************************/
  .application-demo {
    padding-bottom: 40px;
  }

  .multi-stepform__select {
    flex-wrap: wrap;
  }
  .multi-stepform__select .select-group:not(:last-child) {
    border-right: 0px;
    border-bottom: 2px solid #000000;
  }
  .multi-stepform__select .select-group label {
    padding-left: 15px;
  }
  .multi-stepform__select .select-group .select-wrapper:before {
    right: 15px;
  }
  .multi-stepform__select .select-group .select-wrapper .rs-select-placeholder {
    padding-left: 15px;
  }
  .multi-stepform__select-body .desc p {
    font-size: 18px;
    line-height: 28px;
  }

  .audio-controls .progress {
    height: 10px;
  }

  .additional-speech {
    padding-bottom: 40px;
  }
  .additional-speech__list li {
    flex: 1 1 100%;
  }

  .explore-applications {
    padding: 40px 0;
  }

  .explore-solutions {
    padding-top: 40px;
  }

  /***********************************
  CAREERS PAGE STYLES
  ***********************************/
  .careers-page {
    padding-bottom: 40px;
  }
  .careers-page .entry-title p {
    font-size: 18px;
    line-height: 28px;
  }
  .careers-page .reasons-tojoin__list li .icon-wrapper {
    min-width: 35px;
    margin-top: 4px;
    margin-right: 15px;
  }
  .careers-page .reasons-tojoin__list li .icon-wrapper i {
    font-size: 32px;
  }
  .careers-page .reasons-tojoin__list li .icon-wrapper.has--image {
    height: 32px;
  }
  .careers-page .entry-content {
    margin-top: 30px;
  }

  /***********************************
  FOOTER STYLES
  ***********************************/
  .cta-contact {
    padding: 40px 0;
  }
  .cta-contact .content p {
    font-size: 18px;
  }
  .cta-contact .before-shape {
    right: -592px;
  }

  .footer__top {
    padding: 31px 0 40px;
  }
  .footer__bottom {
    padding: 40px 0;
  }
  .footer__bottom .last-none {
    margin-bottom: 0px;
  }
  .footer__newsletter .title {
    margin-bottom: 15px;
  }
  .footer__newsletter .last-none {
    margin-bottom: -12px;
  }
  .footer__newsletter input, .footer__newsletter button {
    margin-bottom: 15px;
  }
  .footer__newsletter input[type=text],
.footer__newsletter input[type=email] {
    color: #000000 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    background: #FFFFFF !important;
    padding: 12px 20px 14px 20px !important;
  }
  .footer__newsletter input[type=text]::-webkit-input-placeholder,
.footer__newsletter input[type=email]::-webkit-input-placeholder {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
  }
  .footer__newsletter input[type=text]::-moz-placeholder,
.footer__newsletter input[type=email]::-moz-placeholder {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
  }
  .footer__newsletter input[type=text]:-ms-input-placeholder,
.footer__newsletter input[type=email]:-ms-input-placeholder {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
  }
  .footer__newsletter input[type=text]:-moz-placeholder,
.footer__newsletter input[type=email]:-moz-placeholder {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
  }
  .footer__newsletter button {
    padding: 12px 24px;
    font-size: 18px;
    line-height: 24px;
  }
  .footer__newsletter .hbspt-form .hs-form .actions {
    margin-top: 20px;
  }
  .footer__newsletter .hbspt-form .hs-form .actions .hs-button {
    font-size: 18px;
    line-height: 24px;
    padding: 13px 20px;
  }
  .footer__wrapper .desc p {
    max-width: 100%;
  }
  .footer__logo .brand-logo {
    font-size: 36px;
    line-height: 36px;
  }
  .footer__widget {
    margin-bottom: 0px;
  }
  .footer__widget-copyright {
    margin-top: 40px;
    text-align: center;
  }
}
/* 767 */
@media only screen and (max-width: 680px) {
  /***********************************
  HEADER STYLE
  ***********************************/
  .header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .navbar .navbar-header .navbar-brand {
    font-size: 28px;
  }
  .header .navbar .navbar-collapse .navbar-nav:not(.navbar--nav-right) > li:nth-child(3) {
    display: none;
  }

  .sidr .sidr-inner .mobile-header .navigation .navbar-nav:not(.nav) > li:nth-child(3) {
    display: block;
  }

  /***********************************
  FOOTER STYLES
  ***********************************/
  .cta-contact .before-shape {
    right: -470px;
  }
}
/* 680 */
@media only screen and (max-width: 575px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 50px;
  }
  h1.fs-lg, .h1.fs-lg {
    font-size: 38px;
    line-height: 52px;
  }

  h2, .h2 {
    font-size: 32px;
    line-height: 48px;
  }

  h3, .h3 {
    font-size: 30px;
    line-height: 42px;
  }

  h4, .h4 {
    font-size: 24px;
    line-height: 36px;
  }

  h5, .h5 {
    font-size: 21px;
    line-height: 32px;
  }

  h6, .h6 {
    font-size: 18px;
    line-height: 28px;
  }

  section {
    padding: 30px 0;
  }

  /***********************************
  HEADER STYLE
  ***********************************/
  .header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .navbar {
    padding: 17px 0;
  }
  .header .navbar .navbar-header .navbar-brand {
    font-size: 26px;
    min-height: 38px;
    display: flex;
    align-items: center;
  }
  .header .navbar .navbar-collapse .navbar-nav.navbar--nav-right > li.wpml-ls-item {
    display: block !important;
  }
  .header.stop .navbar {
    padding: 15px 0;
  }
  .header.stop .navbar .navbar-header .navbar-brand {
    font-size: 24px;
    line-height: 32px;
  }

  .header-gutter {
    height: 72px;
  }

  .sidr {
    max-width: 390px;
  }
  .sidr .sidr-inner .mobile-header {
    padding: 0 25px;
  }
  .sidr .sidr-inner .mobile-header .navigation .navbar-nav > li > a {
    font-size: 24px;
    line-height: 36px;
  }
  .sidr .sidr-inner .mobile-header .navigation .navbar-nav:not(.nav) > li {
    display: block !important;
  }

  .breadcrumb {
    padding-top: 20px;
  }

  /***********************************
  HOME PAGE STYLES
  ***********************************/
  .before-banner .before-pattern {
    top: 370px;
  }
  .before-banner .before-pattern .media {
    margin-left: -630px;
    margin-right: -630px;
    transform: rotate(-35deg);
  }

  .banner {
    padding-top: 70px;
  }
  .banner__content {
    padding: 80px 0 30px;
  }
  .banner__content .sub-title {
    margin-bottom: 30px;
  }

  .hm-solutions__card {
    padding: 40px 15px;
  }
  .hm-solutions__card-text p {
    margin-bottom: 30px;
  }

  .hm-readspeaker-difference .before-shape {
    display: none;
  }
  .hm-readspeaker-difference__item-text p {
    max-width: 100%;
  }

  /***********************************
  CUSTOMER PAGE STYLES
  ***********************************/
  .customer-stories-detail-page .customer-stories__head {
    margin-bottom: 40px;
    min-height: inherit !important;
  }
  .customer-stories-detail-page .customer-stories__head .media {
    margin-bottom: 30px;
  }

  /***********************************
  RESOURCES PAGE STYLES
  ***********************************/
  .resources__post {
    height: 340px;
  }

  /***********************************
  ABOUT PAGE STYLES
  ***********************************/
  .testimonial__slider, .testimonial-transparent__slider {
    padding: 0 0px;
  }

  .testimonial {
    padding: 60px 0;
  }

  /***********************************
  LIVE DEMO PAGE STYLES
  ***********************************/
  .multi-stepform__select-body .rs-select-options .select-options li {
    flex: 1 1 50%;
  }

  /***********************************
  FOOTER STYLES
  ***********************************/
  .footer__newsletter .gform_wrapper form {
    display: block !important;
  }
  .footer__newsletter .gform_wrapper form .gform_body {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .footer__newsletter .gform_wrapper form .gform_footer {
    margin-top: 20px !important;
    padding-left: 0 !important;
  }
  .footer__logo .brand-logo {
    font-size: 32px;
    line-height: 36px;
  }
  .footer__widget-nav > li:not(:last-child) {
    margin-bottom: 31px;
  }
  .footer__widget-nav > li > a {
    font-size: 16px;
  }
  .footer__widget-nav > li > a span {
    width: 26px;
    min-width: 26px;
    font-size: 18px;
    margin-right: 12px;
  }
  .footer__widget-nav > li > a span.icon-tv {
    font-size: 24px;
  }
  .footer__widget-nav > li > a span.icon-application {
    font-size: 22px;
  }
  .footer__widget-nav > li > a span.icon-advertising {
    font-size: 24px;
  }
  .footer__widget-nav > li.bold > a {
    font-size: 21px;
    line-height: 30px;
  }

  .connect-withus .social-connect {
    min-height: 240px;
  }
}
/* 575 */
@media only screen and (max-width: 480px) {
  body {
    font-size: 18px;
    line-height: 30px;
  }

  section {
    padding: 20px 0;
  }

  p {
    margin: 0 0 20px;
  }

  .btn {
    font-size: 16px;
    padding: 12px 24px 12px 24px;
  }
  .btn.btn-sm {
    padding: 12px 20px 12px 20px;
  }
  .btn.btn-border {
    border-width: 1px;
    padding: 11px 21px 11px 21px;
  }

  /***********************************
  HEADER STYLE
  ***********************************/
  .sidr {
    max-width: 320px;
  }
  .sidr .sidr-inner .mobile-header {
    padding: 0 15px;
    padding-bottom: 20px;
  }
  .sidr .sidr-inner .mobile-header .search-box {
    margin: 15px 0;
  }
  .sidr .sidr-inner .mobile-header .navbar-nav > li {
    float: none;
    padding: 8px 0;
  }
  .sidr .sidr-inner .mobile-header .navbar-nav > li > a {
    font-size: 21px;
    line-height: 36px;
  }
  .sidr .sidr-inner .mobile-header .navbar-nav > li.menu-btn {
    margin-right: 10px;
  }
  .sidr .sidr-inner .mobile-header .navbar-nav > li.menu-btn a {
    font-size: 16px;
  }
  .sidr .sidr-inner .mobile-header .navbar-nav > li.dropdown .dropdown-menu > li > a {
    font-size: 18px;
    line-height: 24px;
  }
  .sidr .sidr-inner .mobile-header .navbar-header {
    padding: 20px 0px;
  }
  .sidr .sidr-inner .mobile-header .navbar-header .navbar-toggle {
    margin-left: 10px;
  }
  .sidr .sidr-inner .mobile-header .navigation .navbar-nav > li:nth-child(3) {
    display: block;
  }
  .sidr .sidr-inner .mobile-header .newsletter {
    padding: 30px 0;
  }
  .sidr .sidr-inner .mobile-header .newsletter .title {
    font-size: 20px;
  }
  .sidr .sidr-inner .mobile-header .social-media {
    padding: 20px 0;
  }

  /***********************************
  HOME PAGE STYLES
  ***********************************/
  .banner__content {
    padding: 50px 0 30px;
  }

  .hm-customer-story__item-media {
    float: none;
  }

  /***********************************
  ABOUT PAGE STYLES
  ***********************************/
  .pioneering-voice__media .text .number {
    font-size: 180px;
  }
  .pioneering-voice__media .text .sub-title {
    font-size: 21px;
    max-width: 100%;
    margin-top: -10px;
    letter-spacing: 1.344px;
  }

  .partnerships__item {
    padding: 20px 20px;
    min-height: 120px;
  }

  /***********************************
  BLOG PAGE STYLES
  ***********************************/
  .whatsthe-word__slider-text {
    padding-top: 20px;
  }
  .whatsthe-word__slider-text .meta-wrap {
    margin-top: 10px;
    font-size: 16px;
  }
  .whatsthe-word__slider-text .title {
    font-size: 22px;
    line-height: 32px;
  }
  .whatsthe-word__slider-help {
    font-size: 16px;
    line-height: 24px;
  }

  .sidebar .widget .helpful-wrapper .col {
    flex: 1 0 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
  }
  .sidebar .widget .helpful-box__content p {
    max-width: 100%;
  }

  .blog-details-page .blog-post .custom-cta__media {
    bottom: -420px;
  }

  /***********************************
  VOICE COMMERCE PAGE STYLES
  ***********************************/
  .voice-commerce__content .title {
    margin: 0;
  }
  .voice-commerce__content .voice-sample {
    padding: 30px 15px 30px;
  }
  .voice-commerce__content .voice-sample .play-voice {
    font-size: 16px;
  }
  .voice-commerce__content .voice-sample .play-voice span {
    margin-right: 12px;
  }
  .voice-commerce__media.has--pattern-overlay {
    padding-top: 85px;
  }
  .voice-commerce__media.has--pattern-overlay:before {
    width: 580px;
    height: 430px;
  }
  .voice-commerce.new {
    padding: 30px 0;
  }

  .testimonial-transparent {
    padding-top: 60px;
  }

  /***********************************
  CONTACT PAGE STYLES
  ***********************************/
  .contact-us__form {
    padding: 30px 15px;
    margin-left: 9px;
  }
  .contact-us__form:after {
    left: -9px;
    border-top-width: 19px;
    border-left-width: 12px;
    border-right-width: 12px;
  }

  .contact-offices__content {
    margin-bottom: 30px;
  }
  .contact-offices__content .sub-title {
    font-size: 14px;
    letter-spacing: 6px;
  }
  .contact-offices .list-unstyled {
    margin-bottom: 30px;
  }

  /***********************************
  SOLUTIONS PAGE STYLES
  ***********************************/
  .how-build-tts-voices__media {
    margin-bottom: 0px;
  }
  .how-build-tts-voices .before-shape .media {
    bottom: -272px;
    right: -1164px;
  }

  /***********************************
  LIVE DEMO PAGE STYLES
  ***********************************/
  .multi-stepform__select-body .rs-select-options .select-options li {
    padding: 30px 10px;
  }
  .multi-stepform__select-body .rs-select-options .select-options li .icon-wrapper {
    height: 44px;
  }
  .multi-stepform__select-body .rs-select-options .select-options li .icon-wrapper i {
    font-size: 36px;
  }
  .multi-stepform__select-body .rs-select-options .select-options li .icon-wrapper i.icon-voice-commerce {
    font-size: 43px;
  }
  .multi-stepform__select-body .rs-select-options .select-options li button {
    padding: 8px 20px;
  }

  .result-sample {
    padding: 30px 15px;
  }
  .result-sample__box {
    min-width: 280px;
    max-width: 280px;
  }
  .result-sample__box .btn {
    font-size: 20px;
    padding-left: 36px;
  }
  .result-sample__box .btn span.icon-play, .result-sample__box .btn span.icon-pause {
    font-size: 32px;
  }
  .result-sample__box .btn:hover, .result-sample__box .btn:focus {
    color: #FFFFFF;
  }
  .result-sample .social-media {
    padding: 15px;
  }
  .result-sample .social-media li.title {
    font-size: 16px;
    line-height: 20px;
  }

  .additional-speech__list li {
    align-items: start;
    flex-direction: column;
    padding: 25px 20px 27px;
  }
  .additional-speech__list li .audio-play {
    min-width: 80px;
    max-width: 80px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .additional-speech__list li .audio-play .btn {
    height: 80px;
  }
  .additional-speech__list li .audio-play .btn.icon-play, .additional-speech__list li .audio-play .btn.icon-pause {
    font-size: 20px;
  }

  /***********************************
  FOOTER STYLES
  ***********************************/
  .cta-contact .before-shape {
    top: 120px;
    right: -470px;
    transform: rotate(-20deg);
  }

  .footer__newsletter .gform_wrapper form {
    display: block !important;
  }
  .footer__newsletter .gform_wrapper form .gform_body .gform_fields {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block !important;
  }
  .footer__newsletter .gform_wrapper form .gform_body .gform_fields .gfield {
    padding-right: 0 !important;
    padding-left: 0 !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .footer__newsletter .gform_wrapper form .gform_body .gform_fields .gfield:nth-child(odd), .footer__newsletter .gform_wrapper form .gform_body .gform_fields .gfield:nth-child(even) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .footer__newsletter .gform_wrapper form .gform_body .gform_fields .gfield + .gfield {
    margin-top: 14px !important;
  }
  .footer__newsletter .gform_wrapper form .gform_footer {
    margin-top: 20px !important;
    padding-left: 0 !important;
  }
  .footer__newsletter .hbspt-form .hs-form {
    display: block !important;
  }
  .footer__newsletter .hbspt-form .hs-form .field {
    margin-bottom: 10px;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
/* 480 */
@media only screen and (max-width: 420px) {
  /***********************************
  HOME PAGE STYLES
  ***********************************/
  .before-banner .before-pattern {
    top: 320px;
  }
  .before-banner .before-pattern .media {
    margin-left: -730px;
    margin-right: -730px;
  }

  /***********************************
  BLOG PAGE STYLES
  ***********************************/
  .blog-details-page .blog-post .custom-cta__media {
    bottom: -460px;
  }

  /***********************************
  FOOTER STYLES
  ***********************************/
  .footer__bottom {
    padding-bottom: 30px;
  }
  .footer__widget-nav > li:not(:last-child) {
    margin-bottom: 24px;
  }
  .footer__widget-nav > li > a {
    font-size: 14px;
  }
  .footer__widget-nav > li > a span {
    width: 20px;
    min-width: 20px;
    font-size: 15px;
    margin-right: 10px;
  }
  .footer__widget-nav > li > a span.icon-tv {
    font-size: 18px;
  }
  .footer__widget-nav > li > a span.icon-application {
    font-size: 16px;
  }
  .footer__widget-nav > li > a span.icon-advertising {
    font-size: 18px;
  }
  .footer__widget-nav > li.bold:not(:last-child) {
    margin-bottom: 24px;
  }
  .footer__widget-nav > li.bold > a {
    font-size: 18px;
    line-height: 28px;
  }
}
/* 420 */
@media only screen and (max-width: 375px) {
  /***********************************
  BLOG PAGE STYLES
  ***********************************/
  .blog-details-page .blog-post .text .btn-box {
    margin-top: 0;
    text-align: left;
    margin-bottom: 20px;
  }
  .blog-details-page .blog-post .custom-cta__content p {
    font-size: 18px;
  }
  .blog-details-page .blog-post .custom-cta__media {
    bottom: -485px;
  }

  /***********************************
  VOICE COMMERCE PAGE STYLES
  ***********************************/
  .voice-commerce__media.has--pattern-overlay {
    padding-top: 75px;
  }
  .voice-commerce__media.has--pattern-overlay:before {
    width: 480px;
    height: 340px;
  }

  .testimonial-transparent {
    padding-top: 40px;
  }

  /***********************************
  LIVE DEMO PAGE STYLES
  ***********************************/
  .result-sample {
    padding: 30px 15px;
  }
  .result-sample__box {
    min-width: 100%;
    max-width: 100%;
  }
  .result-sample .social-media {
    padding: 15px 10px;
  }
  .result-sample .social-media li.title {
    font-size: 16px;
    line-height: 20px;
  }

  /***********************************
  FOOTER STYLES
  ***********************************/
  .cta-contact .before-shape {
    top: 175px;
  }
}
/* 375 */
/* 320 */