article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  background: #fff;
  color: #000;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0;
  line-height: 1; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

p,
pre {
  margin: 1em 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  word-wrap: break-word; }

q {
  quotes: none; }

q::before,
q::after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #e8eced;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ol,
ul {
  list-style: none; }

.nofocus:focus {
  outline: none; }

.placeholder {
  color: #e8eced; }

.dimmer {
  background-color: #000;
  filter: alpha(opacity=75);
  -moz-opacity: .75;
  opacity: .75;
  height: 500px;
  position: absolute;
  top: 0;
  width: 100%; }

.noborder {
  border: none !important; }

.noborder-left {
  border-left: none !important; }

.noborder-right {
  border-right: none !important; }

.noborder-top {
  border-top: none !important; }

.noborder-bottom {
  border-bottom: none !important; }

.nomargin {
  margin: 0 !important; }

.nomargin-left {
  margin-left: 0 !important; }

.nomargin-right {
  margin-right: 0 !important; }

.nomargin-top {
  margin-top: 0 !important; }

.nomargin-bottom {
  margin-bottom: 0 !important; }

.nopadding {
  padding: 0 !important; }

.nopadding-left {
  padding-left: 0 !important; }

.nopadding-right {
  padding-right: 0 !important; }

.nopadding-top {
  padding-top: 0 !important; }

.nopadding-bottom {
  padding-bottom: 0 !important; }

.floater-left {
  float: left; }

.floater-right {
  float: right; }

.centered-text {
  text-align: center !important; }

.right-aligned-text {
  text-align: right !important; }

.left-aligned-text {
  text-align: left !important; }

.nobackground {
  background: none !important; }

.cf::before,
.cf::after {
  content: '';
  display: table; }

.cf::after {
  clear: both; }

.cf {
  *zoom: 1; }

.affix {
  position: fixed !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #454F53 !important;
  line-height: 24px !important;
  background: #fff;
  -webkit-font-smoothing: antialiased; }

a {
  color: #3681d7;
  text-decoration: none;
  font-weight: 600; }

.container {
  width: calc(100% - 40px);
  max-width: 1032px;
  margin: 0 auto;
  position: relative; }

.container-blog {
  width: 95%;
  max-width: 1032px;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 768px) {
    .container-blog {
      width: calc(100% - 50px); } }
section.hero-bg {
  display: none; }
  @media screen and (min-width: 1024px) {
    section.hero-bg {
      display: inline-block;
      background: #f5f9fc url("/assets/img/bg-hero-image.svg") no-repeat 50% 0%;
      background-size: 100%;
      padding-top: 100px;
      content: '';
      height: 700px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; } }
@media screen and (min-width: 1024px) {
  section.slider {
    padding-top: 30px;
    z-index: 80;
    position: relative;
    background: #f5f9fc; } }

.no-show {
  display: none; }

hr {
  border: 0;
  border-bottom: 1px solid #e8eced; }

h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #454F53 !important;
  line-height: 22px !important; }
  @media screen and (min-width: 768px) {
    h2 {
      font-family: 'Open Sans', sans-serif;
      font-size: 24px !important;
      font-weight: 700 !important;
      color: #454F53 !important;
      line-height: 28px !important; } }
h3 {
  font-family: 'Work Sans', sans-serif;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #454F53 !important;
  line-height: 16px !important;
  text-transform: uppercase;
  margin-bottom: 5px; }
  @media screen and (min-width: 768px) {
    h3 {
      font-family: 'Work Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 600 !important;
      color: #454F53 !important;
      line-height: 18px !important; } }
header {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 410; }
  header .container {
    width: 100%;
    max-width: 1440px; }
  header .logo {
    position: relative;
    margin: 17px 16px;
    width: 214px; }
    @media screen and (min-width: 1024px) {
      header .logo {
        margin: 30px 32px;
        width: 285px;
        display: inline-block;
        float: left; } }
    header .logo a {
      display: block;
      width: 100%;
      height: 25px;
      background: url("/assets/img/logo-header.svg") no-repeat 0 0;
      background-size: 100%; }
      @media screen and (min-width: 1024px) {
        header .logo a {
          float: left;
          height: 31px; } }
  header .menu-toggle {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/assets/img/btn-nav.svg") no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: 22px;
    right: 16px; }
    @media screen and (min-width: 1024px) {
      header .menu-toggle {
        display: none; } }
  header .menu-toggle.close {
    background: url("/assets/img/btn-nav-close.svg") no-repeat 0 0;
    background-size: 100%; }
  header nav {
    position: absolute;
    top: 60px;
    z-index: 400;
    background: #fff;
    width: 100%;
    display: none; }
    @media screen and (min-width: 1024px) {
      header nav {
        display: inline;
        position: relative;
        top: 10px;
        width: calc(100% - 360px);
        float: right; } }
    @media screen and (min-width: 1024px) {
      header nav ul {
        padding-top: 3px; } }
    header nav ul li {
      border-bottom: 1px solid #0865d1;
      font-family: 'Open Sans', sans-serif;
      font-size: 18px !important;
      font-weight: 600 !important;
      color: #0865d1 !important;
      line-height: 22px !important;
      text-transform: uppercase;
      padding: 20px 0 20px 21px;
      position: relative;
      cursor: pointer; }
      @media screen and (min-width: 375px) {
        header nav ul li {
          padding: 24px 0 24px 21px; } }
      @media screen and (min-width: 1024px) {
        header nav ul li {
          float: left;
          border-bottom: 0;
          font-family: 'Open Sans', sans-serif;
          font-size: 14px !important;
          font-weight: 600 !important;
          color: #0865d1 !important;
          line-height: 18px !important; } }
      header nav ul li a {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px !important;
        font-weight: 600 !important;
        color: #0865d1 !important;
        line-height: 22px !important;
        display: block; }
        @media screen and (min-width: 1024px) {
          header nav ul li a {
            font-family: 'Open Sans', sans-serif;
            font-size: 14px !important;
            font-weight: 600 !important;
            color: #0865d1 !important;
            line-height: 18px !important; } }
      header nav ul li .products-chevron {
        display: none; }
        @media screen and (min-width: 1024px) {
          header nav ul li .products-chevron {
            display: inline-block;
            width: 12px;
            height: 6px;
            background: url("/assets/img/chevron-down.svg") no-repeat 0 0;
            background-size: cover; } }
      @media screen and (min-width: 1024px) {
        header nav ul li .products-box {
          position: absolute;
          top: 56px;
          left: -50px;
          background: #fff;
          border: 1px solid #e8eced;
          box-shadow: 0 4px 8px 0 rgba(4, 47, 66, 0.2);
          width: 280px;
          border-radius: 4px;
          padding: 30px 16px;
          display: none;
          z-index: 5000; } }
      header nav ul li .show {
        display: block; }
      header nav ul li .teams {
        margin: 15px 0; }
        @media screen and (min-width: 1024px) {
          header nav ul li .teams {
            margin: 0; } }
      header nav ul li .teams a,
      header nav ul li .community a {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #0865d1 !important;
        line-height: 18px !important; }
      header nav ul li .teams span,
      header nav ul li .community span {
        display: inline-block;
        float: left;
        margin: 10px 0; }
        @media screen and (min-width: 1024px) {
          header nav ul li .teams span,
          header nav ul li .community span {
            font-family: 'Work Sans', sans-serif;
            font-size: 14px !important;
            font-weight: 600 !important;
            color: #454F53 !important;
            line-height: 18px !important;
            margin: 0; } }
        header nav ul li .teams span small,
        header nav ul li .community span small {
          display: block;
          font-family: 'Open Sans', sans-serif;
          font-size: 14px !important;
          font-weight: 400 !important;
          color: #75848B !important;
          line-height: 18px !important;
          text-transform: initial; }
      header nav ul li .teams span.icon,
      header nav ul li .community span.icon {
        width: 35px;
        height: 40px;
        float: left;
        margin: 0 10px 0 0; }
        @media screen and (min-width: 1024px) {
          header nav ul li .teams span.icon,
          header nav ul li .community span.icon {
            position: relative; } }
      header nav ul li .teams span.teams,
      header nav ul li .community span.teams {
        background: url("/assets/img/icon-teams.svg") no-repeat 0 0;
        background-size: 100%; }
        @media screen and (min-width: 1024px) {
          header nav ul li .teams span.teams,
          header nav ul li .community span.teams {
            margin-bottom: 23px; } }
      header nav ul li .teams span.community,
      header nav ul li .community span.community {
        background: url("/assets/img/icon-community.png") no-repeat 0 0;
        background-size: 100%; }
    header nav ul li:last-child {
      border: none; }
    @media screen and (min-width: 1024px) {
      header nav ul li.book-a-trial {
        position: absolute;
        top: 10px;
        padding: 0;
        left: calc(100% - 184px); }
        header nav ul li.book-a-trial a {
          font-family: 'Open Sans', sans-serif !important;
          font-weight: 600;
          font-size: 14px !important;
          color: #fff !important;
          display: inline-block;
          background: #0865d1;
          border-radius: 4px;
          padding: 14px 17px;
          text-transform: uppercase;
          width: auto !important; } }
    @media screen and (min-width: 1024px) {
      header nav ul li.sign-in {
        position: absolute;
        left: calc(100% - 280px); } }
@media screen and (min-width: 1024px) {
  header.home {
    background: url("/assets/img/transparent.png") repeat;
    box-shadow: none; }
    header.home nav {
      background: url("/assets/img/transparent.png") repeat; } }

footer {
  background: #042F42; }
  footer .logo {
    display: block;
    background: url("/assets/img/logo-footer.svg") no-repeat 0 0;
    background-size: 100%;
    width: 214px;
    height: 30px;
    margin: 33px auto 22px; }
    @media screen and (min-width: 1024px) {
      footer .logo {
        width: 285px;
        height: 40px;
        margin: 48px 43px 0 0;
        float: left; } }
    @media screen and (min-width: 1440px) {
      footer .logo {
        margin: 48px 73px 0 0; } }
  footer .footer-col {
    float: left;
    width: 146px;
    margin-right: 16px;
    display: none; }
    @media screen and (min-width: 1024px) {
      footer .footer-col {
        display: inline;
        margin-top: 52px; } }
    footer .footer-col p {
      font-family: 'Work Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 600 !important;
      color: #fff !important;
      line-height: 18px !important;
      text-transform: uppercase; }
      footer .footer-col p a {
        font-family: 'Open Sans', sans-serif;
        font-size: 17px !important;
        font-weight: 400 !important;
        color: #fff !important;
        line-height: 21px !important;
        text-transform: initial;
        display: inline-block;
        margin-bottom: 5px; }
      footer .footer-col p a:hover {
        text-decoration: underline; }
    footer .footer-col p.title {
      margin-bottom: 10px; }
  footer .social-box {
    margin: 0 auto;
    width: 214px;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      footer .social-box {
        position: absolute;
        bottom: -70px;
        right: 0; } }
    footer .social-box a {
      display: inline-block;
      width: 16px;
      height: 16px; }
    footer .social-box .twitter {
      background: url("/assets/img/social/x-logo-white.png") no-repeat 0 0;
      background-size: 100%;
      position: relative;
      bottom: 3px; }
  footer .footer-bottom {
    border-top: 1px solid #44626f;
    margin-top: 23px;
    text-align: center;
    padding: 17px 0; }
    footer .footer-bottom a {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 400 !important;
      color: #fff !important;
      line-height: 18px !important;
      margin: 0 10px; }

section.blocks {
  position: relative; }
  section.blocks .block-container {
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 1032px;
    position: relative;
    flex-wrap: wrap;
    /* Ensure flexibility for multiple blocks */
    gap: 40px;
    /* Default gap between children */
    padding: 50px 0; }
    @media screen and (min-width: 768px) {
      section.blocks .block-container {
        display: flex; } }
    section.blocks .block-container .block h1 {
      font-family: 'Work Sans', sans-serif;
      font-size: 22px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 26px !important; }
      @media screen and (min-width: 768px) {
        section.blocks .block-container .block h1 {
          font-family: 'Work Sans', sans-serif;
          font-size: 30px !important;
          font-weight: 200 !important;
          color: #454F53 !important;
          line-height: 34px !important; } }
      @media screen and (min-width: 1024px) {
        section.blocks .block-container .block h1 {
          font-family: 'Work Sans', sans-serif;
          font-size: 44px !important;
          font-weight: 200 !important;
          color: #454F53 !important;
          line-height: 48px !important;
          line-height: 60px !important; } }
      section.blocks .block-container .block h1 + h1 {
        margin-top: 0px; }
    section.blocks .block-container .block h2 {
      font-family: 'Open Sans', sans-serif;
      font-size: 18px !important;
      font-weight: 700 !important;
      color: #454F53 !important;
      line-height: 22px !important; }
      @media screen and (min-width: 768px) {
        section.blocks .block-container .block h2 {
          font-family: 'Open Sans', sans-serif;
          font-size: 24px !important;
          font-weight: 700 !important;
          color: #454F53 !important;
          line-height: 28px !important; } }
    section.blocks .block-container .block p {
      font-family: 'Open Sans', sans-serif;
      font-size: 16px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 20px !important; }
      @media screen and (min-width: 1024px) {
        section.blocks .block-container .block p {
          font-family: 'Open Sans', sans-serif;
          font-size: 20px !important;
          font-weight: 400 !important;
          color: #454F53 !important;
          line-height: 24px !important; } }
    section.blocks .block-container .block small {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 400 !important;
      color: #75848B !important;
      line-height: 18px !important; }
    section.blocks .block-container .block ol li {
      font-family: 'Open Sans', sans-serif;
      font-size: 17px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 21px !important;
      position: relative;
      padding: 0 0 0 24px;
      margin-bottom: 20px; }
    section.blocks .block-container .block ol li:before {
      width: 8px;
      height: 8px;
      background: #0865d1;
      border-radius: 4px;
      content: '';
      position: absolute;
      top: 6px;
      left: 0; }
    section.blocks .block-container .block ul li {
      font-family: 'Open Sans', sans-serif;
      font-size: 17px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 21px !important;
      position: relative;
      padding: 0;
      margin: 0 0 20px 20px;
      list-style-type: decimal; }
    section.blocks .block-container .block dl dt {
      font-family: 'Open Sans', sans-serif;
      font-size: 15px !important;
      font-weight: 700 !important;
      color: #454F53 !important;
      line-height: 19px !important;
      margin-bottom: 3px; }
      @media screen and (min-width: 1024px) {
        section.blocks .block-container .block dl dt {
          font-family: 'Open Sans', sans-serif;
          font-size: 18px !important;
          font-weight: 700 !important;
          color: #454F53 !important;
          line-height: 22px !important;
          margin-bottom: 6px; } }
    section.blocks .block-container .block dl dd {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 18px !important;
      margin-bottom: 15px; }
      @media screen and (min-width: 1024px) {
        section.blocks .block-container .block dl dd {
          font-family: 'Open Sans', sans-serif;
          font-size: 17px !important;
          font-weight: 400 !important;
          color: #454F53 !important;
          line-height: 21px !important;
          margin-bottom: 25px; } }
    section.blocks .block-container .block a.book-trial-button {
      font-family: 'Open Sans', sans-serif !important;
      font-weight: 600;
      font-size: 14px !important;
      color: #fff !important;
      display: inline-block;
      background: #0865d1;
      border-radius: 4px;
      padding: 14px 0;
      text-transform: uppercase;
      width: auto !important;
      text-align: center;
      margin: 0 auto 33px;
      width: 100% !important; }
      @media screen and (min-width: 768px) {
        section.blocks .block-container .block a.book-trial-button {
          font-family: 'Open Sans', sans-serif !important;
          font-weight: 600;
          font-size: 14px !important;
          color: #fff !important;
          display: inline-block;
          background: #0865d1;
          border-radius: 4px;
          padding: 14px 68px;
          text-transform: uppercase;
          width: auto !important;
          width: auto !important; } }
      @media screen and (min-width: 1024px) {
        section.blocks .block-container .block a.book-trial-button {
          margin-bottom: 60px; } }
    section.blocks .block-container .block .testimonial {
      display: none; }
      @media screen and (min-width: 768px) {
        section.blocks .block-container .block .testimonial {
          display: block;
          background: #f5f9fc;
          margin: 15px 0 30px;
          padding: 34px 28px;
          box-sizing: border-box; } }
      section.blocks .block-container .block .testimonial blockquote {
        font-family: 'Open Sans', sans-serif;
        font-size: 17px !important;
        font-weight: 600 !important;
        color: #454F53 !important;
        line-height: 21px !important;
        line-height: 28px !important;
        font-style: italic;
        margin: 0 0 10px; }
      section.blocks .block-container .block .testimonial cite {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #999EA1 !important;
        line-height: 18px !important;
        font-style: normal; }
    section.blocks .block-container .block.h1-science-blue h1 {
      color: #0865d1 !important; }
    section.blocks .block-container .block.centered {
      text-align: center; }
    section.blocks .block-container .block.medium-image img {
      width: 50%; }
    section.blocks .block-container .block[class*="h1-icon-"] h1 {
      display: inline-flex;
      align-items: center; }
      @media screen and (min-width: 768px) {
        section.blocks .block-container .block[class*="h1-icon-"] h1 {
          align-items: flex-start; } }
      @media screen and (min-width: 1024px) {
        section.blocks .block-container .block[class*="h1-icon-"] h1 {
          align-items: center; } }
    section.blocks .block-container .block.h1-icon-share h1:after {
      content: '';
      width: 24px;
      height: 24px;
      background: url("/assets/img/referral/block-icon-share.svg") no-repeat 0 0;
      background-size: cover;
      margin-left: 10px; }
    section.blocks .block-container .block.h1-icon-money h1:after {
      content: '';
      width: 24px;
      height: 24px;
      background: url("/assets/img/referral/block-icon-money.svg") no-repeat 0 0;
      background-size: cover;
      margin-left: 10px; }
    section.blocks .block-container .block.h1-icon-repeat h1:after {
      content: '';
      width: 24px;
      height: 24px;
      background: url("/assets/img/referral/block-icon-repeat.svg") no-repeat 0 0;
      background-size: cover;
      margin-left: 10px; }
  section.blocks.bg-science-blue {
    background: #0865d1;
    color: #fff; }
  section.blocks.bg-light-grey {
    background: #f5f9fc; }
  section.blocks.bg-topography {
    background: url("/assets/img/bg-contact-module.svg") no-repeat 0 0;
    background-size: cover; }

section.blocks .block-container:has(> .block:nth-child(1):only-child) {
  width: calc(100% - 40px); }

section.blocks .block-container:has(> .block:nth-child(2)) {
  width: calc(100% - 40px); }

section.blocks .block-container:has(> .block:nth-child(2)) > .block {
  flex: 1 1 calc(50% - 40px);
  /* 50% width for each block with a gap */ }
  section.blocks .block-container:has(> .block:nth-child(2)) > .block h1 {
    margin: 0 0 20px 0; }
    @media screen and (min-width: 1024px) {
      section.blocks .block-container:has(> .block:nth-child(2)) > .block h1 {
        margin: 0 0 36px 0; } }
  section.blocks .block-container:has(> .block:nth-child(2)) > .block p {
    margin: 0 0 20px; }

section.blocks .block-container:has(> .block:nth-child(3)) {
  width: calc(100% - 40px); }

section.blocks .block-container:has(> .block:nth-child(3)) > .block {
  width: calc(100% - 40px);
  margin: 0 auto 40px;
  display: block; }
  @media screen and (min-width: 768px) {
    section.blocks .block-container:has(> .block:nth-child(3)) > .block {
      flex: 1 1 calc(30% - 40px);
      /* 30% width for each block with a gap */ } }
  section.blocks .block-container:has(> .block:nth-child(3)) > .block h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #454F53 !important;
    line-height: 22px !important;
    margin-bottom: 20px; }

.block-slant {
  display: block;
  width: 100%;
  height: 60px;
  z-index: 21;
  position: absolute;
  transform: skewY(-2deg);
  bottom: -30px;
  transform-origin: top left; }
  @media screen and (min-width: 768px) {
    .block-slant {
      transform: skewY(-1.8deg);
      bottom: -40px; } }
  @media screen and (min-width: 1024px) {
    .block-slant {
      transform: skewY(-1.8deg);
      bottom: -60px; } }
.block-light-slant {
  background: #f5f9fc; }

.block-dark-slant {
  background: #042F42; }

#cookie-notice {
  z-index: 10000;
  padding: 1.5rem 1rem;
  display: none;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: calc(100% - 2rem);
  background: #0865d1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #fff !important;
  line-height: 18px !important;
  flex-direction: column; }
  @media screen and (min-width: 1024px) {
    #cookie-notice {
      flex-direction: row;
      justify-content: center; } }
  #cookie-notice .cookie-text,
  #cookie-notice .cookie-buttons {
    width: calc(100% -40px); }
    @media screen and (min-width: 1024px) {
      #cookie-notice .cookie-text,
      #cookie-notice .cookie-buttons {
        width: calc(50% -20px); } }
  #cookie-notice a {
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
    color: #fff !important;
    margin: 0 15px; }
  #cookie-notice #cookie-notice-close {
    position: absolute;
    top: -8px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url("/assets/img/btn-cookies-close.svg") no-repeat 0 0;
    background-size: cover; }
    @media screen and (min-width: 1024px) {
      #cookie-notice #cookie-notice-close {
        width: 24px;
        height: 24px;
        top: 50%;
        margin-top: -12px; } }
@media (max-width: 767px) {
  #cookie-notice span {
    display: block;
    padding-top: 3px;
    margin-bottom: 1rem; }
  #cookie-notice a {
    position: relative;
    bottom: 4px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

section.hero {
  margin-bottom: 30px;
  position: relative;
  overflow-y: hidden; }
  @media screen and (min-width: 768px) {
    section.hero {
      height: 390px; } }
  @media screen and (min-width: 1024px) {
    section.hero {
      height: 490px;
      margin-bottom: 0; } }
  @media screen and (min-width: 1440px) {
    section.hero {
      height: 690px; } }
  section.hero h1 {
    font-family: 'Work Sans', sans-serif;
    font-size: 22px !important;
    font-weight: 200 !important;
    color: #042F42 !important;
    line-height: 26px !important;
    margin: 45px auto 11px; }
    @media screen and (min-width: 768px) {
      section.hero h1 {
        font-family: 'Work Sans', sans-serif;
        font-size: 30px !important;
        font-weight: 200 !important;
        color: #042F42 !important;
        line-height: 34px !important;
        line-height: 40px !important;
        margin: 30px 16px 10px;
        max-width: 410px; } }
    @media screen and (min-width: 1024px) {
      section.hero h1 {
        font-family: 'Work Sans', sans-serif;
        font-size: 44px !important;
        font-weight: 200 !important;
        color: #042F42 !important;
        line-height: 48px !important;
        line-height: 60px !important;
        margin: 52px 16px 8px;
        max-width: 560px; } }
    @media screen and (min-width: 1440px) {
      section.hero h1 {
        margin-left: 0; } }
  section.hero p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 20px !important;
    margin: 0 auto 30px; }
    @media screen and (min-width: 768px) {
      section.hero p {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 24px !important;
        line-height: 26px !important;
        margin: 0 16px 15px;
        width: 400px; } }
    @media screen and (min-width: 1024px) {
      section.hero p {
        line-height: 30px !important;
        margin: 0 16px 35px;
        width: 500px; } }
    @media screen and (min-width: 1440px) {
      section.hero p {
        margin-left: 0; } }
  section.hero a {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    font-size: 14px !important;
    color: #fff !important;
    display: inline-block;
    background: #0865d1;
    border-radius: 4px;
    padding: 14px 33px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0;
    line-height: 0;
    height: 40px;
    box-sizing: border-box;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      section.hero a {
        padding: 22px 40px;
        width: auto !important;
        font-size: 16px !important;
        line-height: 0;
        margin: 0 0 0 16px; } }
    @media screen and (min-width: 1024px) {
      section.hero a {
        padding: 27px 60px;
        width: auto !important;
        font-size: 20px !important;
        line-height: 0; } }
    @media screen and (min-width: 1440px) {
      section.hero a {
        margin-left: 0; } }
  section.hero .hero-img-box {
    display: block;
    width: 100%;
    position: relative; }
    @media screen and (min-width: 768px) {
      section.hero .hero-img-box {
        position: absolute;
        top: 0; } }
  section.hero .hero-img {
    display: block;
    background: url("/assets/img/hero-firefighter.png") no-repeat 0 0;
    background-size: cover;
    width: 259px;
    height: 259px;
    margin: 0 auto;
    z-index: 20;
    position: relative; }
    @media screen and (min-width: 768px) {
      section.hero .hero-img {
        width: 330px;
        height: 330px;
        margin: 0 auto;
        z-index: 20;
        position: absolute;
        top: 30px;
        right: 30px; } }
    @media screen and (min-width: 1024px) {
      section.hero .hero-img {
        width: 460px;
        height: 460px;
        top: 0;
        right: 40px; } }
    @media screen and (min-width: 1440px) {
      section.hero .hero-img {
        width: 630px;
        height: 630px;
        top: 0;
        right: -170px; } }
  section.hero div.dark-slant {
    display: block;
    width: 100%;
    height: 80px;
    background: #042F42;
    transform: skewY(2deg);
    transform-origin: top left;
    z-index: 19;
    position: absolute;
    bottom: 0; }
    @media screen and (min-width: 768px) {
      section.hero div.dark-slant {
        top: 310px; } }
    @media screen and (min-width: 1024px) {
      section.hero div.dark-slant {
        top: 380px;
        height: 110px; } }
    @media screen and (min-width: 1440px) {
      section.hero div.dark-slant {
        top: 440px;
        height: 310px;
        transform: skewY(3.5deg); } }
  section.hero div.light-slant {
    display: block;
    width: 100%;
    height: 30px;
    background: #fff;
    transform: skewY(-2deg);
    transform-origin: top left;
    z-index: 21;
    position: absolute;
    bottom: -30px; }
    @media screen and (min-width: 768px) {
      section.hero div.light-slant {
        height: 80px;
        top: 380px; } }
    @media screen and (min-width: 1024px) {
      section.hero div.light-slant {
        background: #f5f9fc;
        height: 100px;
        top: 480px; } }
    @media screen and (min-width: 1440px) {
      section.hero div.light-slant {
        height: 170px;
        top: 670px;
        transform: skewY(-3.5deg); } }
section.slider h2 {
  text-align: left;
  margin: 0 0 12px; }
  @media screen and (min-width: 768px) {
    section.slider h2 {
      text-align: center; } }
section.slider p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #454F53 !important;
  line-height: 20px !important;
  line-height: 24px !important;
  margin: 0 auto 24px; }
  @media screen and (min-width: 768px) {
    section.slider p {
      font-family: 'Open Sans', sans-serif;
      font-size: 20px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 24px !important;
      line-height: 30px !important;
      width: 600px;
      text-align: center; } }
section.slider div.features-desktop {
  display: none; }

@media screen and (min-width: 1024px) {
  section.slider div.features-mobile {
    display: none; } }

section.slider div.features-mobile .feature {
  border-bottom: 1px solid #fff; }
  section.slider div.features-mobile .feature h4 {
    font-family: 'Work Sans', sans-serif;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #fff !important;
    line-height: 16px !important;
    background: #0865d1;
    padding: 16px 24px;
    position: relative;
    text-transform: uppercase; }
    section.slider div.features-mobile .feature h4 .toggle {
      width: 16px;
      height: 16px;
      position: absolute;
      top: 16px;
      right: 24px;
      cursor: pointer; }
    section.slider div.features-mobile .feature h4 .expand {
      background: url("/assets/img/icon-plus.svg") no-repeat 0 0; }
    section.slider div.features-mobile .feature h4 .close {
      background: url("/assets/img/icon-minus.svg") no-repeat 0 0; }
  section.slider div.features-mobile .feature .container {
    display: none; }
  section.slider div.features-mobile .feature dl {
    margin: 24px auto; }
    section.slider div.features-mobile .feature dl dt {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 700 !important;
      color: #454F53 !important;
      line-height: 18px !important;
      margin-bottom: 10px; }
    section.slider div.features-mobile .feature dl dd {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 18px !important; }

section.testimonials {
  background: #eaf3fa; }
  @media screen and (min-width: 1024px) {
    section.testimonials .container {
      max-width: 925px;
      margin: 0 auto;
      width: 100%; } }
  @media screen and (min-width: 1440px) {
    section.testimonials .container {
      max-width: 1100px; } }
  section.testimonials .container blockquote {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 24px !important;
    line-height: 28px !important;
    font-style: italic;
    margin: 26px auto 16px;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      section.testimonials .container blockquote {
        font-family: 'Open Sans', sans-serif;
        font-size: 24px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 28px !important;
        line-height: 34px !important;
        margin: 46px auto 16px; } }
    @media screen and (min-width: 1440px) {
      section.testimonials .container blockquote {
        font-family: 'Open Sans', sans-serif;
        font-size: 30px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 34px !important;
        line-height: 42px !important;
        margin: 66px auto 36px; } }
  section.testimonials .container span.name {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #454F53 !important;
    line-height: 18px !important;
    text-transform: uppercase;
    margin-bottom: 10px;
    z-index: 40;
    position: relative;
    display: block;
    margin: 0;
    text-align: center; }
  section.testimonials .container span.office {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #999EA1 !important;
    line-height: 20px !important;
    font-style: italic;
    line-height: 22px !important;
    margin: 0 auto 39px;
    display: block;
    text-align: center; }
    @media screen and (min-width: 768px) {
      section.testimonials .container span.office {
        position: relative;
        z-index: 40;
        margin: 0 0 40px; } }
@media screen and (min-width: 768px) {
  section.teams-showcase .container {
    padding: 40px 0; } }

@media screen and (min-width: 1024px) {
  section.teams-showcase .container {
    padding: 75px 0; } }

section.teams-showcase .team-image {
  margin: 22px auto 28px; }
  @media screen and (min-width: 768px) {
    section.teams-showcase .team-image {
      margin: 0;
      width: calc(100% - 450px);
      float: left; } }
  @media screen and (min-width: 1440px) {
    section.teams-showcase .team-image {
      position: relative;
      left: -50px; } }
  section.teams-showcase .team-image img {
    width: 100%; }

@media screen and (min-width: 768px) {
  section.teams-showcase .content {
    width: 416px;
    float: right; } }

section.teams-showcase .content h2 {
  margin-bottom: 16px; }
  @media screen and (min-width: 1024px) {
    section.teams-showcase .content h2 {
      margin-bottom: 21px; } }
section.teams-showcase .content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #454F53 !important;
  line-height: 20px !important;
  margin-bottom: 21px; }
  @media screen and (min-width: 1024px) {
    section.teams-showcase .content p {
      font-family: 'Open Sans', sans-serif;
      font-size: 20px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 24px !important; } }
section.teams-showcase .content dl dt {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #454F53 !important;
  line-height: 19px !important;
  margin-bottom: 3px; }
  @media screen and (min-width: 1024px) {
    section.teams-showcase .content dl dt {
      font-family: 'Open Sans', sans-serif;
      font-size: 18px !important;
      font-weight: 700 !important;
      color: #454F53 !important;
      line-height: 22px !important;
      margin-bottom: 6px; } }
section.teams-showcase .content dl dd {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #454F53 !important;
  line-height: 18px !important;
  margin-bottom: 15px; }
  @media screen and (min-width: 1024px) {
    section.teams-showcase .content dl dd {
      font-family: 'Open Sans', sans-serif;
      font-size: 17px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 21px !important;
      margin-bottom: 25px; } }
section.teams-showcase .content a {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600;
  font-size: 14px !important;
  color: #fff !important;
  display: inline-block;
  background: #0865d1;
  border-radius: 4px;
  padding: 14px 33px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 32px auto 78px; }

section.community-showcase {
  background: #f5f9fc; }
  @media screen and (min-width: 768px) {
    section.community-showcase .container {
      padding: 40px 0; } }
  @media screen and (min-width: 1024px) {
    section.community-showcase .container {
      padding: 75px 0; } }
  section.community-showcase .community-image {
    margin: 22px auto 28px; }
    @media screen and (min-width: 768px) {
      section.community-showcase .community-image {
        margin: 0;
        width: calc(100% - 520px);
        float: right; } }
    @media screen and (min-width: 1440px) {
      section.community-showcase .community-image {
        position: relative;
        right: 0px; } }
    section.community-showcase .community-image img {
      width: 100%; }
  @media screen and (min-width: 768px) {
    section.community-showcase .content {
      width: 416px;
      float: left; } }
  section.community-showcase .content h2 {
    margin-bottom: 16px; }
    @media screen and (min-width: 1024px) {
      section.community-showcase .content h2 {
        margin-bottom: 21px; } }
  section.community-showcase .content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 20px !important;
    margin-bottom: 21px; }
    @media screen and (min-width: 1024px) {
      section.community-showcase .content p {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 24px !important; } }
  section.community-showcase .content dl dt {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #454F53 !important;
    line-height: 19px !important;
    margin-bottom: 3px; }
    @media screen and (min-width: 1024px) {
      section.community-showcase .content dl dt {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px !important;
        font-weight: 700 !important;
        color: #454F53 !important;
        line-height: 22px !important;
        margin-bottom: 6px; } }
  section.community-showcase .content dl dd {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 18px !important;
    margin-bottom: 15px; }
    @media screen and (min-width: 1024px) {
      section.community-showcase .content dl dd {
        font-family: 'Open Sans', sans-serif;
        font-size: 17px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 21px !important;
        margin-bottom: 25px; } }
  section.community-showcase .content a {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    font-size: 14px !important;
    color: #fff !important;
    display: inline-block;
    background: #0865d1;
    border-radius: 4px;
    padding: 14px 33px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 32px auto 78px; }

section.testimonial-showcase {
  position: relative; }
  @media screen and (min-width: 768px) {
    section.testimonial-showcase {
      background: #042F42;
      overflow-y: hidden; } }
  @media screen and (min-width: 1024px) {
    section.testimonial-showcase {
      height: auto;
      background: none;
      margin: 40px 0; } }
  @media screen and (min-width: 1440px) {
    section.testimonial-showcase {
      height: 590px; } }
  section.testimonial-showcase .light-slant {
    display: block;
    width: 100%;
    height: 30px;
    background: #f5f9fc;
    transform: skewY(-2deg);
    transform-origin: top left;
    z-index: 21;
    position: absolute;
    top: -15px; }
    @media screen and (min-width: 768px) {
      section.testimonial-showcase .light-slant {
        display: none; } }
  section.testimonial-showcase .desktop-bg {
    display: none; }
    @media screen and (min-width: 768px) {
      section.testimonial-showcase .desktop-bg {
        background: #042F42;
        position: absolute;
        width: 55%;
        height: 100%;
        opacity: .9;
        display: block;
        content: '';
        z-index: 20;
        top: 0;
        right: 0; } }
    @media screen and (min-width: 1440px) {
      section.testimonial-showcase .desktop-bg {
        opacity: .8; } }
  section.testimonial-showcase .img-mobile {
    width: 100%;
    overflow-x: hidden; }
    @media screen and (min-width: 768px) {
      section.testimonial-showcase .img-mobile {
        display: none; } }
    section.testimonial-showcase .img-mobile img {
      width: 150%;
      display: block; }
  section.testimonial-showcase .container {
    background: #042F42;
    margin: 0 auto;
    width: 100%;
    position: relative; }
    @media screen and (min-width: 768px) {
      section.testimonial-showcase .container {
        background: #042F42 url("/assets/img/hero-02-home.jpg") no-repeat 0 0;
        background-size: cover; } }
    @media screen and (min-width: 1024px) {
      section.testimonial-showcase .container {
        height: 100%; } }
    @media screen and (min-width: 1440px) {
      section.testimonial-showcase .container {
        max-width: 1190px;
        margin: 0 auto; } }
    @media screen and (min-width: 768px) {
      section.testimonial-showcase .container .content {
        float: right;
        width: 50%; } }
    @media screen and (min-width: 1024px) {
      section.testimonial-showcase .container .content {
        width: 55%; } }
    section.testimonial-showcase .container .content .thequotes {
      width: 35px;
      height: 27px;
      background: url("/assets/img/testimonial-quotes.png") no-repeat 0 0;
      background-size: cover;
      opacity: 0.2;
      display: block;
      margin: 35px 0 0 20px;
      z-index: 60;
      position: relative; }
      @media screen and (min-width: 768px) {
        section.testimonial-showcase .container .content .thequotes {
          margin: 35px 0 0 45px; } }
      @media screen and (min-width: 1024px) {
        section.testimonial-showcase .container .content .thequotes {
          width: 50px;
          height: 39px;
          margin: 45px 0 0 55px; } }
      @media screen and (min-width: 1440px) {
        section.testimonial-showcase .container .content .thequotes {
          width: 106px;
          height: 83px;
          margin: 45px 0 0 55px; } }
    section.testimonial-showcase .container .content blockquote {
      font-family: 'Work Sans', sans-serif;
      font-size: 18px !important;
      font-weight: 200 !important;
      color: #fff !important;
      line-height: 22px !important;
      line-height: 24px !important;
      padding: 28px 40px 15px 20px; }
      @media screen and (min-width: 768px) {
        section.testimonial-showcase .container .content blockquote {
          position: relative;
          z-index: 40;
          padding: 40px 50px 25px 50px; } }
      @media screen and (min-width: 1024px) {
        section.testimonial-showcase .container .content blockquote {
          font-family: 'Work Sans', sans-serif;
          font-size: 22px !important;
          font-weight: 200 !important;
          color: #fff !important;
          line-height: 26px !important;
          line-height: 33px !important;
          padding: 45px 64px 40px; } }
      @media screen and (min-width: 1440px) {
        section.testimonial-showcase .container .content blockquote {
          padding: 60px 64px 50px; } }
    section.testimonial-showcase .container .content span.name {
      font-family: 'Work Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 600 !important;
      color: #fff !important;
      line-height: 18px !important;
      text-transform: uppercase;
      margin-bottom: 10px;
      padding: 0 0 0 20px;
      z-index: 40;
      position: relative;
      display: block;
      margin: 0; }
      @media screen and (min-width: 768px) {
        section.testimonial-showcase .container .content span.name {
          padding: 0 0 0 55px; } }
      @media screen and (min-width: 1024px) {
        section.testimonial-showcase .container .content span.name {
          padding: 0 0 0 64px; } }
    section.testimonial-showcase .container .content span.office {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 600 !important;
      color: #ccd5D9 !important;
      line-height: 18px !important;
      font-style: italic;
      line-height: 22px !important;
      margin: 0 auto 39px;
      display: block;
      padding: 0 20px; }
      @media screen and (min-width: 768px) {
        section.testimonial-showcase .container .content span.office {
          position: relative;
          z-index: 40;
          margin: 0 0 40px;
          padding: 0 55px; } }
      @media screen and (min-width: 1024px) {
        section.testimonial-showcase .container .content span.office {
          font-family: 'Open Sans', sans-serif;
          font-size: 17px !important;
          font-weight: 400 !important;
          color: #fff !important;
          line-height: 21px !important;
          line-height: 27px !important;
          padding: 0 0 0 64px;
          margin: 0 0 20px; } }
      @media screen and (min-width: 768px) {
        section.testimonial-showcase .container .content span.office br {
          display: none; } }
    section.testimonial-showcase .container .content a {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 600 !important;
      color: #fff !important;
      line-height: 18px !important;
      line-height: 22px !important;
      text-decoration: underline;
      display: block;
      margin: 34px auto 39px;
      width: calc(100% - 50px); }
      @media screen and (min-width: 768px) {
        section.testimonial-showcase .container .content a {
          position: relative;
          z-index: 40;
          width: calc(100% - 105px); } }
      @media screen and (min-width: 1024px) {
        section.testimonial-showcase .container .content a {
          font-family: 'Open Sans', sans-serif;
          font-size: 17px !important;
          font-weight: 700 !important;
          color: #fff !important;
          line-height: 21px !important;
          line-height: 27px !important;
          padding: 0 0 0 64px;
          margin: 0 0 40px; } }
      @media screen and (min-width: 1440px) {
        section.testimonial-showcase .container .content a {
          width: calc(100% - 205px); } }
      section.testimonial-showcase .container .content a span {
        background: url("/assets/img/icon-link.svg") no-repeat 0 0;
        width: 16px;
        height: 16px;
        display: inline-block;
        position: relative;
        top: 4px;
        left: 5px; }

section.logo-stripe h3 {
  padding: 24px 0;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    section.logo-stripe h3 {
      margin: 95px 0 55px;
      padding: 0; } }
section.logo-stripe .logo-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  @media screen and (min-width: 1024px) {
    section.logo-stripe .logo-grid {
      justify-content: center;
      padding-bottom: 95px; } }
section.logo-stripe .logo-col {
  width: calc(50% - 40px);
  margin: 20px; }
  @media screen and (min-width: 768px) {
    section.logo-stripe .logo-col {
      width: calc(30% - 20px);
      max-width: 160px; } }
  @media screen and (min-width: 1024px) {
    section.logo-stripe .logo-col {
      width: 170px;
      margin: 20px 40px; } }
  section.logo-stripe .logo-col img {
    width: 100%; }

section.get-in-touch {
  background: url("/assets/img/bg-contact-module.svg") no-repeat 0 0;
  background-size: cover; }
  section.get-in-touch h3 {
    text-align: center;
    margin: 55px 0 5px; }
    @media screen and (min-width: 1024px) {
      section.get-in-touch h3 {
        margin: 85px 0 10px; } }
  section.get-in-touch h2 {
    line-height: 24px !important;
    text-align: center;
    margin: 0 0 30px; }
    @media screen and (min-width: 1024px) {
      section.get-in-touch h2 {
        margin: 0 0 40px; } }
    @media screen and (min-width: 768px) {
      section.get-in-touch h2 br {
        display: none; } }
  section.get-in-touch a {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    font-size: 14px !important;
    color: #fff !important;
    display: inline-block;
    background: #0865d1;
    border-radius: 4px;
    padding: 14px 0;
    text-transform: uppercase;
    width: auto !important;
    margin: 0 auto 65px;
    display: block !important;
    text-align: center;
    max-width: 348px; }
    @media screen and (min-width: 1024px) {
      section.get-in-touch a {
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 600;
        font-size: 20px !important;
        color: #fff !important;
        display: inline-block;
        background: #0865d1;
        border-radius: 4px;
        padding: 20px 0;
        text-transform: uppercase;
        width: auto !important; } }
section.about-hero {
  position: relative; }
  section.about-hero .content {
    position: relative;
    z-index: 31;
    padding-bottom: 20px; }
    section.about-hero .content h1 {
      font-family: 'Work Sans', sans-serif;
      font-size: 22px !important;
      font-weight: 200 !important;
      color: #042F42 !important;
      line-height: 26px !important;
      margin: 45px auto 11px; }
      @media screen and (min-width: 768px) {
        section.about-hero .content h1 {
          font-family: 'Work Sans', sans-serif;
          font-size: 30px !important;
          font-weight: 200 !important;
          color: #042F42 !important;
          line-height: 34px !important;
          line-height: 40px !important;
          margin: 30px 16px 10px;
          max-width: 410px; } }
      @media screen and (min-width: 1024px) {
        section.about-hero .content h1 {
          font-family: 'Work Sans', sans-serif;
          font-size: 44px !important;
          font-weight: 200 !important;
          color: #042F42 !important;
          line-height: 48px !important;
          line-height: 60px !important;
          margin: 52px 16px 8px;
          max-width: 560px; } }
    section.about-hero .content p {
      font-family: 'Open Sans', sans-serif;
      font-size: 16px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 20px !important;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        section.about-hero .content p {
          font-family: 'Open Sans', sans-serif;
          font-size: 20px !important;
          font-weight: 400 !important;
          color: #454F53 !important;
          line-height: 24px !important;
          line-height: 26px !important;
          margin: 0 16px 15px;
          width: 400px; } }
      @media screen and (min-width: 1024px) {
        section.about-hero .content p {
          line-height: 30px !important;
          margin: 0 16px 35px;
          width: 500px; } }
  section.about-hero .bottom-section {
    background: #f5f9fc;
    padding-top: 70px;
    position: relative; }
    @media screen and (min-width: 768px) {
      section.about-hero .bottom-section {
        padding-bottom: 56px; } }
    @media screen and (min-width: 1024px) {
      section.about-hero .bottom-section {
        padding-top: 80px; } }
    section.about-hero .bottom-section h2 {
      margin-bottom: 14px; }
      @media screen and (min-width: 768px) {
        section.about-hero .bottom-section h2 {
          width: 50%;
          padding: 0 16px; } }
      @media screen and (min-width: 1024px) {
        section.about-hero .bottom-section h2 {
          line-height: 32px !important; } }
    section.about-hero .bottom-section p {
      font-family: 'Open Sans', sans-serif;
      font-size: 16px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 20px !important;
      line-height: 24px !important;
      margin-bottom: 14px; }
      @media screen and (min-width: 768px) {
        section.about-hero .bottom-section p {
          width: 50%;
          padding: 0 16px; } }
      @media screen and (min-width: 1024px) {
        section.about-hero .bottom-section p {
          font-family: 'Open Sans', sans-serif;
          font-size: 17px !important;
          font-weight: 400 !important;
          color: #454F53 !important;
          line-height: 21px !important;
          line-height: 27px !important; } }
  section.about-hero .hero-img {
    display: block;
    background: url("/assets/img/hero-about.png") no-repeat 0 0;
    background-size: cover;
    width: 220px;
    height: 315px;
    margin: 40px auto 0;
    z-index: 50;
    position: relative; }
    @media screen and (min-width: 768px) {
      section.about-hero .hero-img {
        width: 330px;
        height: 475px;
        margin: 0 auto;
        position: absolute;
        bottom: -56px;
        right: 0; } }
    @media screen and (min-width: 1024px) {
      section.about-hero .hero-img {
        width: 440px;
        height: 655px;
        right: 0px; } }
  section.about-hero div.light-slant {
    display: block;
    width: 100%;
    height: 90px;
    background: #fff;
    transform: skewY(5deg);
    transform-origin: top left;
    z-index: 21;
    position: absolute;
    top: -80px; }
    @media screen and (min-width: 768px) {
      section.about-hero div.light-slant {
        height: 120px;
        top: -120px; } }
    @media screen and (min-width: 1440px) {
      section.about-hero div.light-slant {
        height: 170px;
        top: -170px;
        transform: skewY(3.5deg); } }
section.stats-block {
  background: #0865d1;
  padding: 30px 0; }
  @media screen and (min-width: 1024px) {
    section.stats-block {
      padding: 60px 0; } }
  @media screen and (min-width: 1440px) {
    section.stats-block {
      padding: 90px 0; } }
  section.stats-block .stat-box {
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      section.stats-block .stat-box {
        margin: 0 20px;
        float: left;
        width: calc(33% - 40px); } }
    section.stats-block .stat-box h5 {
      font-family: 'Work Sans', sans-serif;
      font-size: 44px !important;
      font-weight: 400 !important;
      color: #fff !important;
      line-height: 48px !important;
      margin-bottom: 10px; }
    section.stats-block .stat-box p {
      font-family: 'Open Sans', sans-serif;
      font-size: 15px !important;
      font-weight: 700 !important;
      color: #fff !important;
      line-height: 19px !important; }

section.team-block {
  padding: 32px 0; }
  section.team-block .team-image {
    margin: 22px auto 28px; }
    @media screen and (min-width: 768px) {
      section.team-block .team-image {
        margin: 0;
        width: calc(100% - 75%);
        float: left;
        position: relative;
        left: 20px;
        top: 5px; } }
    @media screen and (min-width: 1440px) {
      section.team-block .team-image {
        position: relative;
        right: -60px; } }
    section.team-block .team-image img {
      display: none;
      width: 100%; }
      @media screen and (min-width: 768px) {
        section.team-block .team-image img {
          display: block; } }
  @media screen and (min-width: 768px) {
    section.team-block .content {
      width: 65%;
      float: right; } }
  section.team-block h2 {
    line-height: 24px !important;
    margin: 0 0 14px; }
    @media screen and (min-width: 768px) {
      section.team-block h2 {
        margin: 0 16px 14px; } }
    @media screen and (min-width: 1024px) {
      section.team-block h2 {
        margin: 30px 16px 14px; } }
  section.team-block p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 20px !important;
    line-height: 24px !important;
    margin-bottom: 14px; }
    @media screen and (min-width: 768px) {
      section.team-block p {
        padding: 0 16px; } }
    @media screen and (min-width: 1024px) {
      section.team-block p {
        font-family: 'Open Sans', sans-serif;
        font-size: 17px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 21px !important;
        line-height: 27px !important; } }
section.hero-team {
  position: relative; }
  @media screen and (min-width: 1440px) {
    section.hero-team {
      height: 540px; } }
  section.hero-team .hero-image {
    width: 100%;
    max-width: 320px;
    height: 175px;
    background: url("/assets/img/teams-hero@2x.png") no-repeat -30px 0;
    background-size: 95%;
    display: block;
    margin: 30px auto 15px; }
    @media screen and (min-width: 414px) {
      section.hero-team .hero-image {
        max-width: 390px;
        height: 205px; } }
    @media screen and (min-width: 768px) {
      section.hero-team .hero-image {
        position: absolute;
        top: 0;
        right: 0;
        width: 297px;
        max-width: initial;
        height: 270px;
        z-index: 300; } }
    @media screen and (min-width: 1024px) {
      section.hero-team .hero-image {
        top: 30px;
        height: 430px;
        width: 508px; } }
    @media screen and (min-width: 1440px) {
      section.hero-team .hero-image {
        top: 20px;
        height: 430px;
        width: 522px;
        right: 0;
        display: none; } }
  section.hero-team .hero-image-bg {
    display: none; }
    @media screen and (min-width: 1440px) {
      section.hero-team .hero-image-bg {
        background: url("/assets/img/teams-hero-background@2x.png") no-repeat 0 0;
        background-size: 100%;
        position: absolute;
        top: 35px;
        right: -30px;
        width: 747px;
        height: 540px;
        z-index: 300;
        display: inline; } }
  section.hero-team .hero-image-fg {
    display: none; }
    @media screen and (min-width: 1440px) {
      section.hero-team .hero-image-fg {
        background: url("/assets/img/teams-hero-foreground@2x.png") no-repeat 0 0;
        background-size: 100%;
        top: 103px;
        height: 640px;
        width: 342px;
        right: -10px;
        z-index: 300;
        position: absolute;
        display: block; } }
  section.hero-team h3 {
    margin: 28px 0 10px; }
    @media screen and (min-width: 1024px) {
      section.hero-team h3 {
        margin: 60px 0 10px; } }
    @media screen and (min-width: 1440px) {
      section.hero-team h3 {
        margin-top: 120px; } }
  section.hero-team h1 {
    font-family: 'Work Sans', sans-serif;
    font-size: 22px !important;
    font-weight: 200 !important;
    color: #042F42 !important;
    line-height: 26px !important;
    margin: 10px auto 27px; }
    @media screen and (min-width: 768px) {
      section.hero-team h1 {
        font-family: 'Work Sans', sans-serif;
        font-size: 30px !important;
        font-weight: 200 !important;
        color: #042F42 !important;
        line-height: 34px !important;
        line-height: 40px !important;
        max-width: 410px;
        margin: 0 0 20px; } }
    @media screen and (min-width: 1024px) {
      section.hero-team h1 {
        font-family: 'Work Sans', sans-serif;
        font-size: 44px !important;
        font-weight: 200 !important;
        color: #042F42 !important;
        line-height: 48px !important;
        line-height: 60px !important;
        margin: 10px 0 41px;
        max-width: 420px; } }
  section.hero-team a {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    font-size: 14px !important;
    color: #fff !important;
    display: inline-block;
    background: #0865d1;
    border-radius: 4px;
    padding: 14px 0;
    text-transform: uppercase;
    width: auto !important;
    text-align: center;
    margin: 0 auto 33px;
    width: 100% !important; }
    @media screen and (min-width: 768px) {
      section.hero-team a {
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 600;
        font-size: 14px !important;
        color: #fff !important;
        display: inline-block;
        background: #0865d1;
        border-radius: 4px;
        padding: 14px 68px;
        text-transform: uppercase;
        width: auto !important;
        width: auto !important; } }
    @media screen and (min-width: 1024px) {
      section.hero-team a {
        margin-bottom: 60px; } }
section.team-features {
  background: #f5f9fc;
  padding: 30px 0; }
  @media screen and (min-width: 1024px) {
    section.team-features {
      padding-top: 60px; } }
  section.team-features h2 {
    text-align: left;
    margin: 0 0 12px; }
    @media screen and (min-width: 768px) {
      section.team-features h2 {
        text-align: center; } }
  section.team-features p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 20px !important;
    line-height: 24px !important;
    margin: 0 auto 24px; }
    @media screen and (min-width: 768px) {
      section.team-features p {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 24px !important;
        line-height: 30px !important;
        width: 600px;
        text-align: center; } }
  section.team-features div.features-desktop {
    display: none; }
  @media screen and (min-width: 1024px) {
    section.team-features div.features-mobile {
      display: none; } }
  section.team-features div.features-mobile .feature {
    border-bottom: 1px solid #fff; }
    section.team-features div.features-mobile .feature h4 {
      font-family: 'Work Sans', sans-serif;
      font-size: 12px !important;
      font-weight: 600 !important;
      color: #fff !important;
      line-height: 16px !important;
      background: #0865d1;
      padding: 16px 24px;
      position: relative;
      text-transform: uppercase; }
      section.team-features div.features-mobile .feature h4 .toggle {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 16px;
        right: 24px;
        cursor: pointer; }
      section.team-features div.features-mobile .feature h4 .expand {
        background: url("/assets/img/icon-plus.svg") no-repeat 0 0; }
      section.team-features div.features-mobile .feature h4 .close {
        background: url("/assets/img/icon-minus.svg") no-repeat 0 0; }
    section.team-features div.features-mobile .feature .container {
      display: none; }
      section.team-features div.features-mobile .feature .container img.feature-image {
        display: block;
        width: calc(100% - 32px);
        margin: 22px auto; }
    section.team-features div.features-mobile .feature dl {
      margin: 24px auto; }
      section.team-features div.features-mobile .feature dl dt {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px !important;
        font-weight: 700 !important;
        color: #454F53 !important;
        line-height: 18px !important;
        margin-bottom: 10px; }
      section.team-features div.features-mobile .feature dl dd {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 20px !important; }
    section.team-features div.features-mobile .feature ul {
      padding-bottom: 21px; }
      section.team-features div.features-mobile .feature ul li {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 18px !important;
        margin-bottom: 16px;
        position: relative;
        padding: 0 0 0 24px; }
      section.team-features div.features-mobile .feature ul li:before {
        width: 8px;
        height: 8px;
        background: #0865d1;
        border-radius: 4px;
        content: '';
        position: absolute;
        top: 5px;
        left: 0; }

@media screen and (min-width: 768px) {
  section.communications {
    position: relative; } }

@media screen and (min-width: 1440px) {
  section.communications {
    padding: 105px 0; } }

section.communications .content-image {
  width: calc(100% - 32px);
  margin: 21px auto; }
  section.communications .content-image img {
    display: block;
    width: 100%; }
  @media screen and (min-width: 768px) {
    section.communications .content-image {
      position: absolute;
      top: 30px;
      right: 0px;
      width: 50%;
      max-width: 420px;
      height: 420px;
      z-index: 300; } }
  @media screen and (min-width: 1024px) {
    section.communications .content-image {
      top: 70px;
      margin: 0;
      overflow: hidden;
      max-width: 600px;
      height: 500px;
      width: 50%; } }
  @media screen and (min-width: 1440px) {
    section.communications .content-image {
      top: 50%;
      margin-top: -230px;
      height: 460px; } }
section.communications h2 {
  margin-bottom: 14px; }
  @media screen and (min-width: 768px) {
    section.communications h2 {
      margin: 51px 0 12px;
      max-width: 410px;
      width: 50%; } }
section.communications p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #454F53 !important;
  line-height: 20px !important;
  line-height: 24px !important;
  margin: 0 auto 24px; }
  @media screen and (min-width: 768px) {
    section.communications p {
      font-family: 'Open Sans', sans-serif;
      font-size: 20px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 24px !important;
      line-height: 30px !important;
      width: 50%;
      max-width: 410px;
      margin: 0 0 16px; } }
section.communications ul {
  padding-bottom: 21px; }
  @media screen and (min-width: 768px) {
    section.communications ul {
      width: 50%;
      max-width: 330px; } }
  @media screen and (min-width: 1024px) {
    section.communications ul {
      width: 50%;
      max-width: 400px; } }
  section.communications ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 18px !important;
    margin-bottom: 16px;
    position: relative;
    padding: 0 0 0 24px; }
    @media screen and (min-width: 768px) {
      section.communications ul li {
        font-family: 'Open Sans', sans-serif;
        font-size: 17px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 21px !important;
        margin-bottom: 20px; } }
  section.communications ul li:before {
    width: 8px;
    height: 8px;
    background: #0865d1;
    border-radius: 4px;
    content: '';
    position: absolute;
    top: 5px;
    left: 0; }

section.communications .testimonial {
  display: none; }
  @media screen and (min-width: 768px) {
    section.communications .testimonial {
      display: block;
      background: #f5f9fc;
      margin: 15px 0 30px;
      max-width: 330px;
      width: 50%;
      padding: 34px 28px;
      box-sizing: border-box; } }
  @media screen and (min-width: 1024px) {
    section.communications .testimonial {
      max-width: 440px; } }
  section.communications .testimonial blockquote {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #454F53 !important;
    line-height: 21px !important;
    line-height: 28px !important;
    font-style: italic;
    margin: 0 0 10px; }
  section.communications .testimonial cite {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #999EA1 !important;
    line-height: 18px !important;
    font-style: normal; }

section.integrations {
  background: #f5f9fc; }
  section.integrations img {
    display: block;
    width: 80%;
    max-width: 240px;
    margin: 53px auto 24px; }
    @media screen and (min-width: 1024px) {
      section.integrations img {
        max-width: 400px;
        margin: 77px auto 37px; } }
  section.integrations h2 {
    text-align: center;
    margin: 0 0 20px; }
  section.integrations p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 20px !important;
    text-align: center;
    margin: 0 auto 35px;
    max-width: 400px; }
    @media screen and (min-width: 1024px) {
      section.integrations p {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 24px !important;
        max-width: 700px; } }
  section.integrations a {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    font-size: 14px !important;
    color: #fff !important;
    display: inline-block;
    background: #0865d1;
    border-radius: 4px;
    padding: 14px 0;
    text-transform: uppercase;
    width: auto !important;
    text-align: center;
    margin: 0 auto 50px;
    width: 100%;
    max-width: 350px;
    display: block !important; }
    @media screen and (min-width: 1024px) {
      section.integrations a {
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 600;
        font-size: 20px !important;
        color: #fff !important;
        display: inline-block;
        background: #0865d1;
        border-radius: 4px;
        padding: 21px 0;
        text-transform: uppercase;
        width: auto !important; } }
section.teams-testimonial-showcase {
  position: relative; }
  @media screen and (min-width: 768px) {
    section.teams-testimonial-showcase {
      background: #042F42;
      overflow-y: hidden; } }
  @media screen and (min-width: 1024px) {
    section.teams-testimonial-showcase {
      height: 500px;
      background: none;
      margin: 40px 0; } }
  @media screen and (min-width: 1440px) {
    section.teams-testimonial-showcase {
      height: 590px; } }
  section.teams-testimonial-showcase .light-slant {
    display: block;
    width: 100%;
    height: 30px;
    background: #f5f9fc;
    transform: skewY(-2deg);
    transform-origin: top left;
    z-index: 21;
    position: absolute;
    top: -15px; }
    @media screen and (min-width: 768px) {
      section.teams-testimonial-showcase .light-slant {
        display: none; } }
  section.teams-testimonial-showcase .desktop-bg {
    display: none; }
    @media screen and (min-width: 768px) {
      section.teams-testimonial-showcase .desktop-bg {
        background: #042F42;
        position: absolute;
        width: 55%;
        height: 100%;
        opacity: .9;
        display: block;
        content: '';
        z-index: 20;
        top: 0;
        left: 0; } }
    @media screen and (min-width: 1440px) {
      section.teams-testimonial-showcase .desktop-bg {
        opacity: .8; } }
  section.teams-testimonial-showcase .img-mobile {
    width: 100%;
    overflow-x: hidden; }
    @media screen and (min-width: 768px) {
      section.teams-testimonial-showcase .img-mobile {
        display: none; } }
    section.teams-testimonial-showcase .img-mobile img {
      width: 100%;
      display: block; }
  section.teams-testimonial-showcase .container {
    background: #042F42;
    margin: 0 auto;
    width: 100%;
    position: relative; }
    @media screen and (min-width: 768px) {
      section.teams-testimonial-showcase .container {
        background: #042F42 url("/assets/img/bg-testimonials-teams.jpg") no-repeat 70% 0;
        background-size: cover; } }
    @media screen and (min-width: 1024px) {
      section.teams-testimonial-showcase .container {
        height: 100%; } }
    @media screen and (min-width: 1440px) {
      section.teams-testimonial-showcase .container {
        max-width: 1190px;
        margin: 0 auto; } }
    @media screen and (min-width: 768px) {
      section.teams-testimonial-showcase .container .content {
        float: left;
        width: 50%; } }
    @media screen and (min-width: 1024px) {
      section.teams-testimonial-showcase .container .content {
        width: 55%; } }
    section.teams-testimonial-showcase .container .content .thequotes {
      width: 35px;
      height: 27px;
      background: url("/assets/img/testimonial-quotes.png") no-repeat 0 0;
      background-size: cover;
      opacity: 0.2;
      display: block;
      margin: 35px 0 0 20px;
      z-index: 60;
      position: relative; }
      @media screen and (min-width: 768px) {
        section.teams-testimonial-showcase .container .content .thequotes {
          margin: 35px 0 0 45px; } }
      @media screen and (min-width: 1024px) {
        section.teams-testimonial-showcase .container .content .thequotes {
          width: 50px;
          height: 39px;
          margin: 45px 0 0 55px; } }
      @media screen and (min-width: 1440px) {
        section.teams-testimonial-showcase .container .content .thequotes {
          width: 106px;
          height: 83px;
          margin: 45px 0 0 55px; } }
    section.teams-testimonial-showcase .container .content blockquote {
      font-family: 'Work Sans', sans-serif;
      font-size: 18px !important;
      font-weight: 200 !important;
      color: #fff !important;
      line-height: 22px !important;
      line-height: 24px !important;
      padding: 28px 40px 15px 20px; }
      @media screen and (min-width: 768px) {
        section.teams-testimonial-showcase .container .content blockquote {
          position: relative;
          z-index: 40;
          padding: 40px 50px 25px 50px; } }
      @media screen and (min-width: 1024px) {
        section.teams-testimonial-showcase .container .content blockquote {
          font-family: 'Work Sans', sans-serif;
          font-size: 22px !important;
          font-weight: 200 !important;
          color: #fff !important;
          line-height: 26px !important;
          line-height: 33px !important;
          padding: 35px 60px 65px; } }
      @media screen and (min-width: 1440px) {
        section.teams-testimonial-showcase .container .content blockquote {
          padding-top: 80px; } }
    section.teams-testimonial-showcase .container .content span.name {
      font-family: 'Work Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 600 !important;
      color: #fff !important;
      line-height: 18px !important;
      text-transform: uppercase;
      margin-bottom: 10px;
      padding: 0 0 0 20px;
      z-index: 40;
      position: relative;
      display: block;
      margin: 0; }
      @media screen and (min-width: 768px) {
        section.teams-testimonial-showcase .container .content span.name {
          padding: 0 0 0 55px; } }
      @media screen and (min-width: 1024px) {
        section.teams-testimonial-showcase .container .content span.name {
          padding: 0 0 0 64px; } }
    section.teams-testimonial-showcase .container .content span.office {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 600 !important;
      color: #ccd5D9 !important;
      line-height: 18px !important;
      font-style: italic;
      line-height: 22px !important;
      margin: 0 auto 39px;
      display: block;
      padding: 0 20px; }
      @media screen and (min-width: 768px) {
        section.teams-testimonial-showcase .container .content span.office {
          position: relative;
          z-index: 40;
          margin: 0 0 40px;
          padding: 0 55px; } }
      @media screen and (min-width: 1024px) {
        section.teams-testimonial-showcase .container .content span.office {
          font-family: 'Open Sans', sans-serif;
          font-size: 17px !important;
          font-weight: 400 !important;
          color: #fff !important;
          line-height: 21px !important;
          line-height: 27px !important;
          padding: 0 0 0 64px;
          margin: 0 0 20px; } }
      @media screen and (min-width: 768px) {
        section.teams-testimonial-showcase .container .content span.office br {
          display: none; } }
    section.teams-testimonial-showcase .container .content a {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 600 !important;
      color: #fff !important;
      line-height: 18px !important;
      line-height: 22px !important;
      text-decoration: underline;
      display: block;
      margin: 34px auto 39px;
      width: calc(100% - 50px); }
      @media screen and (min-width: 768px) {
        section.teams-testimonial-showcase .container .content a {
          position: relative;
          z-index: 40;
          width: calc(100% - 105px); } }
      @media screen and (min-width: 1024px) {
        section.teams-testimonial-showcase .container .content a {
          font-family: 'Open Sans', sans-serif;
          font-size: 17px !important;
          font-weight: 700 !important;
          color: #fff !important;
          line-height: 21px !important;
          line-height: 27px !important;
          padding: 0 0 0 64px;
          margin: 0; } }
      @media screen and (min-width: 1440px) {
        section.teams-testimonial-showcase .container .content a {
          width: calc(100% - 205px); } }
      section.teams-testimonial-showcase .container .content a span {
        background: url("/assets/img/icon-link.svg") no-repeat 0 0;
        width: 16px;
        height: 16px;
        display: inline-block;
        position: relative;
        top: 4px;
        left: 5px; }

section.teams-logo-stripe {
  background: #042F42;
  display: none; }
  @media screen and (min-width: 1024px) {
    section.teams-logo-stripe {
      display: block; } }
  section.teams-logo-stripe h3 {
    color: #fff !important;
    text-align: center;
    margin: 38px 0 23px;
    padding: 0; }
  section.teams-logo-stripe .logo-grid {
    margin-bottom: 40px; }
  section.teams-logo-stripe .logo-col {
    width: calc(20% - 40px);
    margin: 20px;
    float: left; }
    section.teams-logo-stripe .logo-col img {
      width: 100%; }

@media screen and (min-width: 1024px) {
  section.apps {
    padding-bottom: 40px; } }

section.apps h2 {
  text-align: center; }

section.apps .badges {
  display: flex;
  align-items: center;
  justify-content: center; }
  section.apps .badges .app.ios img {
    height: 48px; }
  section.apps .badges .app.android img {
    height: 68px; }

section.apps .pricing-links a {
  display: flex;
  justify-content: center;
  align-items: center; }
  section.apps .pricing-links a span {
    color: #454F53; }

section.apps .pricing-links img {
  height: 24px;
  padding: 8px; }

section.teams-pricing .teams-pricing-content {
  background: #eaf3fa; }

section.teams-pricing .teams-pricing-extra-lines-content {
  background: #fff; }

section.teams-pricing h2 {
  text-align: center;
  margin: 35px 0 10px; }
  @media screen and (min-width: 1440px) {
    section.teams-pricing h2 {
      margin-top: 81px;
      margin: 35px 0 20px; } }
section.teams-pricing p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #454F53 !important;
  line-height: 20px !important;
  margin: 0;
  text-align: center; }
  @media screen and (min-width: 1440px) {
    section.teams-pricing p {
      font-family: 'Open Sans', sans-serif;
      font-size: 20px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 24px !important; } }
@media screen and (min-width: 768px) {
  section.teams-pricing .section-subtitle {
    padding: 0 12%; } }

@media screen and (min-width: 1024px) {
  section.teams-pricing .section-subtitle {
    padding: 0; } }

section.teams-pricing .card-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #fff !important;
  line-height: 20px !important;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 0; }
  @media screen and (min-width: 1024px) {
    section.teams-pricing .card-title {
      text-align: left;
      padding-left: 50px; } }
  section.teams-pricing .card-title.science-blue-bg {
    background: #0865d1; }
  section.teams-pricing .card-title.seagull-bg {
    background: #7cabe2; }
  section.teams-pricing .card-title.navy-blue-bg {
    background: #042F42; }
  @media screen and (min-width: 1024px) {
    section.teams-pricing .card-title.desktop-nobg {
      background: #F2F4F4;
      font-family: 'Open Sans', sans-serif;
      font-size: 16px !important;
      font-weight: 600 !important;
      color: #0865d1 !important;
      line-height: 20px !important;
      box-shadow: inset 0 10px 10px -10px rgba(4, 47, 66, 0.2);
      padding-top: 18px; } }
  section.teams-pricing .card-title.title-radius {
    border-radius: 8px 8px 0 0; }

section.teams-pricing .pricing {
  text-align: center;
  margin: 15px 0 18px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 48px !important;
  font-weight: 600 !important;
  color: #454F53 !important;
  line-height: 52px !important; }
  section.teams-pricing .pricing.pricing-us {
    display: none; }

section.teams-pricing .small-note {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #44626f !important;
  line-height: 18px !important;
  margin: 0 0 15px; }
  @media screen and (min-width: 1024px) {
    section.teams-pricing .small-note {
      margin: 15px 0; } }
section.teams-pricing .copy {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #454F53 !important;
  line-height: 18px !important;
  margin: 0 0 16px;
  padding: 0 18px; }

section.teams-pricing .subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #7cabe2 !important;
  line-height: 18px !important;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0 15px; }

section.teams-pricing .disclaimer {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #44626f !important;
  line-height: 16px !important;
  text-align: center;
  padding: 0 20px 20px; }
  @media screen and (min-width: 1024px) {
    section.teams-pricing .disclaimer {
      position: absolute;
      bottom: -55px;
      text-align: center;
      width: 100%; } }
section.teams-pricing .account-features {
  padding: 15px 0 15px 40px;
  background-color: #F2F4F4;
  border-radius: 0 0 8px 8px; }
  @media screen and (min-width: 1024px) {
    section.teams-pricing .account-features {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; } }
  section.teams-pricing .account-features li {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 22px !important;
    background: url("/assets/img/icon-check-circle.svg") no-repeat 0 0;
    background-size: 24px 24px;
    padding-left: 30px;
    margin-bottom: 15px; }
    @media screen and (min-width: 1024px) {
      section.teams-pricing .account-features li {
        width: 45%; } }
  section.teams-pricing .account-features li:last-child {
    margin-bottom: 0; }

section.teams-pricing .no-radius {
  border-radius: 0; }

section.teams-pricing .pricing-content {
  display: flex;
  flex-direction: column;
  margin: 20px auto 0;
  max-width: 480px; }
  @media screen and (min-width: 1024px) {
    section.teams-pricing .pricing-content {
      margin: 35px auto 0;
      max-width: 100%;
      flex-direction: row;
      justify-content: space-between; } }
  section.teams-pricing .pricing-content .pricing-base-section {
    margin: 0 0 80px;
    order: 1;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    position: relative; }
    @media screen and (min-width: 1024px) {
      section.teams-pricing .pricing-content .pricing-base-section {
        order: 2;
        width: 700px;
        margin: 0 0 110px; } }
    section.teams-pricing .pricing-content .pricing-base-section .us-disclaimer {
      display: none; }
  section.teams-pricing .pricing-content .pricing-try-before-section {
    order: 2; }
    @media screen and (min-width: 1024px) {
      section.teams-pricing .pricing-content .pricing-try-before-section {
        order: 1;
        width: calc(100% - 750px); } }
  section.teams-pricing .pricing-content .pricing {
    text-align: center;
    margin: 15px 0 18px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 48px !important;
    font-weight: 600 !important;
    color: #454F53 !important;
    line-height: 52px !important; }
    section.teams-pricing .pricing-content .pricing.pricing-us {
      display: none; }
  section.teams-pricing .pricing-content .view-pricing {
    margin: 0 0 20px;
    text-align: center;
    padding: 0 20px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #44626f !important;
    line-height: 18px !important; }
    @media screen and (min-width: 1024px) {
      section.teams-pricing .pricing-content .view-pricing {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px !important;
        font-weight: 600 !important;
        color: #44626f !important;
        line-height: 16px !important;
        position: absolute;
        bottom: -65px;
        left: 40px;
        width: auto;
        padding: 0; } }
    section.teams-pricing .pricing-content .view-pricing span {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      section.teams-pricing .pricing-content .view-pricing span.hidden {
        display: none; }
    section.teams-pricing .pricing-content .view-pricing img {
      width: 30px;
      margin: 0 10px 0 0;
      position: relative;
      top: -2px; }
  section.teams-pricing .pricing-content .additional-notes,
  section.teams-pricing .pricing-content .us-disclaimer {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #44626f !important;
    line-height: 16px !important;
    text-align: center;
    position: absolute;
    bottom: -30px;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      section.teams-pricing .pricing-content .additional-notes,
      section.teams-pricing .pricing-content .us-disclaimer {
        padding: 0;
        right: 0; } }
  @media screen and (min-width: 1024px) {
    section.teams-pricing .pricing-content .additional-notes {
      width: auto;
      right: 45px;
      bottom: -37px; } }
  section.teams-pricing .pricing-content .us-disclaimer {
    bottom: -50px;
    padding: 0; }
    @media screen and (min-width: 1024px) {
      section.teams-pricing .pricing-content .us-disclaimer {
        width: auto;
        right: 45px;
        bottom: -55px; } }
  section.teams-pricing .pricing-content .try-before-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0865d1 !important;
    line-height: 22px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    section.teams-pricing .pricing-content .try-before-title span {
      display: inline-block;
      width: 50px;
      height: 50px;
      background: url("/assets/img/icon-campaign.svg") no-repeat 0 0;
      margin: 0 10px 0 0;
      transform: rotate(-15deg); }
    @media screen and (min-width: 1024px) {
      section.teams-pricing .pricing-content .try-before-title {
        flex-direction: column;
        align-items: start;
        justify-content: flex-start;
        margin-bottom: 16px; }
        section.teams-pricing .pricing-content .try-before-title span {
          width: 72px;
          height: 72px;
          background-size: cover;
          margin-bottom: 10px; } }
  section.teams-pricing .pricing-content .try-before-copy,
  section.teams-pricing .pricing-content .questions-copy {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #454F53 !important;
    line-height: 18px !important;
    padding: 0 50px; }
    @media screen and (min-width: 1024px) {
      section.teams-pricing .pricing-content .try-before-copy,
      section.teams-pricing .pricing-content .questions-copy {
        padding: 0 16px 0 0;
        text-align: left; } }
  section.teams-pricing .pricing-content .try-before-cta,
  section.teams-pricing .pricing-content .questions-cta {
    text-align: center;
    margin: 16px 0 0; }
    @media screen and (min-width: 1024px) {
      section.teams-pricing .pricing-content .try-before-cta,
      section.teams-pricing .pricing-content .questions-cta {
        text-align: left; } }
  section.teams-pricing .pricing-content .questions-title {
    display: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0865d1 !important;
    line-height: 22px !important; }
    @media screen and (min-width: 1024px) {
      section.teams-pricing .pricing-content .questions-title {
        display: inline-block;
        text-align: left;
        margin-bottom: 16px; } }
  section.teams-pricing .pricing-content .questions-copy,
  section.teams-pricing .pricing-content .questions-cta {
    display: none; }
    @media screen and (min-width: 1024px) {
      section.teams-pricing .pricing-content .questions-copy,
      section.teams-pricing .pricing-content .questions-cta {
        display: inline-block; } }
  section.teams-pricing .pricing-content .book-trial-button {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    font-size: 14px !important;
    color: #fff !important;
    display: inline-block;
    background: #0865d1;
    border-radius: 4px;
    padding: 14px 0;
    text-transform: uppercase;
    width: auto !important;
    text-align: center;
    margin: 0 auto 20px;
    width: calc(100% - 200px) !important; }
    @media screen and (min-width: 768px) {
      section.teams-pricing .pricing-content .book-trial-button {
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 600;
        font-size: 14px !important;
        color: #fff !important;
        display: inline-block;
        background: #0865d1;
        border-radius: 4px;
        padding: 14px 68px;
        text-transform: uppercase;
        width: auto !important;
        width: auto !important; } }
    @media screen and (min-width: 1024px) {
      section.teams-pricing .pricing-content .book-trial-button {
        padding: 14px 20px;
        margin-bottom: 50px; } }
section.teams-pricing .extra-lines-card,
section.teams-pricing .enterprise-features-card {
  margin: 20px auto;
  max-width: 480px;
  border-radius: 8px;
  background-color: #eaf3fa;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  position: relative; }
  @media screen and (min-width: 1024px) {
    section.teams-pricing .extra-lines-card,
    section.teams-pricing .enterprise-features-card {
      max-width: 100%; } }
@media screen and (min-width: 1024px) {
  section.teams-pricing .extra-lines-card {
    margin-bottom: 70px; } }

@media screen and (min-width: 1024px) {
  section.teams-pricing .card-divider-desktop {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 30px 0; }
    section.teams-pricing .card-divider-desktop .card-left-content {
      padding: 0 0 0 50px; }
      section.teams-pricing .card-divider-desktop .card-left-content .pricing {
        margin-top: 0;
        line-height: 36px !important; }
      section.teams-pricing .card-divider-desktop .card-left-content .small-note {
        margin-bottom: 0; }
    section.teams-pricing .card-divider-desktop .card-right-content {
      padding: 0 50px 0 0; }
      section.teams-pricing .card-divider-desktop .card-right-content .copy {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px !important;
        font-weight: 600 !important;
        color: #454F53 !important;
        line-height: 20px !important;
        text-align: left;
        margin-bottom: 0; } }

@media screen and (min-width: 1024px) {
  section.teams-pricing .extra-lines-divider-desktop,
  section.teams-pricing .enterprise-features-divider-desktop {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0; }
    section.teams-pricing .extra-lines-divider-desktop .left-col,
    section.teams-pricing .enterprise-features-divider-desktop .left-col {
      width: 50%; }
      section.teams-pricing .extra-lines-divider-desktop .left-col .card-title,
      section.teams-pricing .enterprise-features-divider-desktop .left-col .card-title {
        border-radius: 8px 0 0 0;
        border-right: 1px solid #fff;
        text-align: left;
        padding-left: 50px; }
      section.teams-pricing .extra-lines-divider-desktop .left-col .card-content,
      section.teams-pricing .enterprise-features-divider-desktop .left-col .card-content {
        display: flex;
        flex-direction: row;
        padding: 30px 50px; }
        section.teams-pricing .extra-lines-divider-desktop .left-col .card-content .pricing-block .pricing,
        section.teams-pricing .enterprise-features-divider-desktop .left-col .card-content .pricing-block .pricing {
          padding: 0;
          margin: 0; }
        section.teams-pricing .extra-lines-divider-desktop .left-col .card-content .copy-block .copy,
        section.teams-pricing .enterprise-features-divider-desktop .left-col .card-content .copy-block .copy {
          margin: 0;
          padding: 0 0 0 20px;
          text-align: left; }
    section.teams-pricing .extra-lines-divider-desktop .right-col,
    section.teams-pricing .enterprise-features-divider-desktop .right-col {
      width: 50%; }
      section.teams-pricing .extra-lines-divider-desktop .right-col .card-title,
      section.teams-pricing .enterprise-features-divider-desktop .right-col .card-title {
        border-radius: 0 8px 0 0;
        border-left: 1px solid #fff;
        text-align: left;
        padding-left: 50px; }
      section.teams-pricing .extra-lines-divider-desktop .right-col .card-content,
      section.teams-pricing .enterprise-features-divider-desktop .right-col .card-content {
        display: flex;
        flex-direction: row; }
      section.teams-pricing .extra-lines-divider-desktop .right-col .account-features,
      section.teams-pricing .enterprise-features-divider-desktop .right-col .account-features {
        background: #eaf3fa;
        padding: 40px 0 0 20px; }
        section.teams-pricing .extra-lines-divider-desktop .right-col .account-features li,
        section.teams-pricing .enterprise-features-divider-desktop .right-col .account-features li {
          width: 43%; } }

section.teams-features-included h2 {
  text-align: center;
  margin: 28px 0; }
  @media screen and (min-width: 1024px) {
    section.teams-features-included h2 {
      margin: 72px 0 30px; } }
@media screen and (min-width: 768px) {
  section.teams-features-included .included-set {
    width: 440px;
    margin: 0 auto; } }

@media screen and (min-width: 1024px) {
  section.teams-features-included .included-set {
    width: 600px; } }

section.teams-features-included ul {
  width: 80%;
  max-width: 220px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    section.teams-features-included ul {
      float: left; } }
  @media screen and (min-width: 1024px) {
    section.teams-features-included ul {
      max-width: 260px;
      margin: 0 0 0 40px; } }
  section.teams-features-included ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 18px !important;
    margin-bottom: 23px;
    position: relative;
    padding-left: 35px; }
    @media screen and (min-width: 1024px) {
      section.teams-features-included ul li {
        font-family: 'Open Sans', sans-serif;
        font-size: 17px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 21px !important; } }
  section.teams-features-included ul li:after {
    content: '';
    display: block;
    width: 23px;
    height: 18px;
    background: url("/assets/img/icon-check.svg") no-repeat 0 0;
    position: absolute;
    top: -2px;
    left: 0; }

section.teams-features-included p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #454F53 !important;
  line-height: 20px !important;
  margin-bottom: 12px;
  text-align: center; }
  section.teams-features-included p strong {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #454F53 !important;
    line-height: 20px !important; }

section.teams-features-included small {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #75848B !important;
  line-height: 18px !important;
  text-align: center;
  display: block;
  margin-bottom: 41px; }

section.hero-communities {
  position: relative; }
  @media screen and (min-width: 1440px) {
    section.hero-communities {
      height: 490px; } }
  section.hero-communities .container {
    width: 100%;
    max-width: 100%; }
  section.hero-communities .hero-image {
    width: 100%;
    height: 185px;
    background: url("/assets/img/community-hero@2x.png") no-repeat 60% 0;
    background-size: 220%;
    display: block;
    margin: 30px auto 0; }
    @media screen and (min-width: 414px) {
      section.hero-communities .hero-image {
        height: 205px; } }
    @media screen and (min-width: 500px) {
      section.hero-communities .hero-image {
        background: url("/assets/img/community-hero@2x.png") no-repeat 60% 20%;
        background-size: 180%;
        display: block; } }
    @media screen and (min-width: 768px) {
      section.hero-communities .hero-image {
        background: url("/assets/img/community-hero@2x.png") no-repeat 60px -32px;
        background-size: 120%;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 230px;
        z-index: 300; } }
    @media screen and (min-width: 1024px) {
      section.hero-communities .hero-image {
        background: url("/assets/img/community-hero@2x.png") no-repeat 50px 36px;
        background-size: 112%;
        height: 385px; } }
    @media screen and (min-width: 1440px) {
      section.hero-communities .hero-image {
        display: none; } }
  section.hero-communities .hero-image-bg {
    display: none; }
    @media screen and (min-width: 1440px) {
      section.hero-communities .hero-image-bg {
        background: url("/assets/img/community-hero-background@2x.png") no-repeat 0 10px;
        background-size: 100%;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 540px;
        z-index: 300;
        display: inline; } }
  section.hero-communities .hero-image-fg {
    display: none; }
    @media screen and (min-width: 1440px) {
      section.hero-communities .hero-image-fg {
        background: url("/assets/img/community-hero-foreground@2x.png") no-repeat 0 0;
        background-size: 100%;
        position: absolute;
        top: 93px;
        right: 60px;
        width: 350px;
        height: 540px;
        z-index: 300;
        display: inline; } }
  @media screen and (min-width: 768px) {
    section.hero-communities .container {
      padding: 40px 0; } }
  @media screen and (min-width: 1024px) {
    section.hero-communities .container {
      padding: 0 0 30px; } }
  section.hero-communities .hero-content {
    width: calc(100% - 40px);
    max-width: 1032px;
    margin: 0 auto;
    position: relative; }
  section.hero-communities h3 {
    margin: 16px 0 10px; }
    @media screen and (min-width: 768px) {
      section.hero-communities h3 {
        padding-left: 20px;
        position: relative;
        z-index: 400; } }
    @media screen and (min-width: 1024px) {
      section.hero-communities h3 {
        margin: 60px 0 10px 16px; } }
    @media screen and (min-width: 1440px) {
      section.hero-communities h3 {
        margin-top: 70px; } }
  section.hero-communities h1 {
    font-family: 'Work Sans', sans-serif;
    font-size: 22px !important;
    font-weight: 200 !important;
    color: #042F42 !important;
    line-height: 26px !important;
    margin: 10px auto 27px; }
    @media screen and (min-width: 768px) {
      section.hero-communities h1 {
        font-family: 'Work Sans', sans-serif;
        font-size: 30px !important;
        font-weight: 200 !important;
        color: #042F42 !important;
        line-height: 34px !important;
        line-height: 40px !important;
        max-width: 410px;
        margin: 0 0 20px 20px;
        position: relative;
        z-index: 400; } }
    @media screen and (min-width: 1024px) {
      section.hero-communities h1 {
        font-family: 'Work Sans', sans-serif;
        font-size: 44px !important;
        font-weight: 200 !important;
        color: #042F42 !important;
        line-height: 48px !important;
        line-height: 60px !important;
        margin: 10px 0 41px 30px;
        max-width: 420px; } }
  section.hero-communities a {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    font-size: 14px !important;
    color: #fff !important;
    display: inline-block;
    background: #0865d1;
    border-radius: 4px;
    padding: 8px 0;
    text-transform: uppercase;
    width: auto !important;
    text-align: center;
    margin: 0 auto 33px;
    width: 100% !important; }
    @media screen and (min-width: 768px) {
      section.hero-communities a {
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 600;
        font-size: 14px !important;
        color: #fff !important;
        display: inline-block;
        background: #0865d1;
        border-radius: 4px;
        padding: 10px 68px;
        text-transform: uppercase;
        width: auto !important;
        width: auto !important;
        margin-left: 20px;
        position: relative;
        z-index: 400; } }
    @media screen and (min-width: 1024px) {
      section.hero-communities a {
        margin-bottom: 60px;
        margin-left: 30px; } }
section.communities-features {
  background: #f5f9fc;
  padding: 44px 0; }
  @media screen and (min-width: 1024px) {
    section.communities-features {
      padding: 60px 0 100px; } }
  @media screen and (min-width: 1440px) {
    section.communities-features {
      position: relative;
      z-index: 600; } }
  section.communities-features h2 {
    text-align: center;
    margin: 0 0 12px; }
  section.communities-features .content-image {
    width: calc(100% - 32px);
    margin: 21px auto; }
    section.communities-features .content-image img {
      display: block;
      width: 100%; }
    @media screen and (min-width: 768px) {
      section.communities-features .content-image {
        width: 300px;
        position: absolute;
        top: 30px;
        left: calc(50% - 340px); } }
    @media screen and (min-width: 1024px) {
      section.communities-features .content-image {
        width: 400px;
        left: calc(50% - 440px);
        top: 50px; } }
    @media screen and (min-width: 1440px) {
      section.communities-features .content-image {
        top: 40px; } }
  @media screen and (min-width: 768px) {
    section.communities-features div.content {
      margin: 40px 0 0 50%; } }
  @media screen and (min-width: 1024px) {
    section.communities-features div.content {
      margin: 71px 0 0 50%; } }
  section.communities-features p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 20px !important;
    line-height: 24px !important;
    margin: 0 auto 24px; }
    @media screen and (min-width: 768px) {
      section.communities-features p {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 24px !important;
        line-height: 30px !important;
        width: 600px;
        text-align: center; } }
  section.communities-features dl {
    margin: 24px auto 16px; }
    section.communities-features dl dt {
      font-family: 'Open Sans', sans-serif;
      font-size: 15px !important;
      font-weight: 700 !important;
      color: #454F53 !important;
      line-height: 19px !important;
      margin-bottom: 10px; }
      @media screen and (min-width: 1024px) {
        section.communities-features dl dt {
          font-family: 'Open Sans', sans-serif;
          font-size: 18px !important;
          font-weight: 700 !important;
          color: #454F53 !important;
          line-height: 22px !important;
          margin-bottom: 15px; } }
    section.communities-features dl dd {
      font-family: 'Open Sans', sans-serif;
      font-size: 16px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 20px !important; }
      @media screen and (min-width: 1024px) {
        section.communities-features dl dd {
          font-family: 'Open Sans', sans-serif;
          font-size: 20px !important;
          font-weight: 400 !important;
          color: #454F53 !important;
          line-height: 24px !important; } }
  @media screen and (min-width: 1024px) {
    section.communities-features ul {
      margin-top: 20px; } }
  section.communities-features ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 18px !important;
    margin-bottom: 16px;
    position: relative;
    padding: 0 0 0 24px; }
    @media screen and (min-width: 1024px) {
      section.communities-features ul li {
        font-family: 'Open Sans', sans-serif;
        font-size: 17px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 21px !important; } }
  section.communities-features ul li:before {
    width: 8px;
    height: 8px;
    background: #0865d1;
    border-radius: 4px;
    content: '';
    position: absolute;
    top: 5px;
    left: 0; }
  section.communities-features .testimonial {
    display: none; }
    @media screen and (min-width: 768px) {
      section.communities-features .testimonial {
        display: block;
        background: #fff;
        margin: 15px 0 30px;
        width: 100%;
        padding: 34px 28px;
        box-sizing: border-box; } }
    @media screen and (min-width: 1024px) {
      section.communities-features .testimonial {
        max-width: 440px; } }
    section.communities-features .testimonial blockquote {
      font-family: 'Open Sans', sans-serif;
      font-size: 17px !important;
      font-weight: 600 !important;
      color: #454F53 !important;
      line-height: 21px !important;
      line-height: 28px !important;
      font-style: italic;
      margin: 0 0 10px; }
    section.communities-features .testimonial cite {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 400 !important;
      color: #999EA1 !important;
      line-height: 18px !important;
      font-style: normal; }

section.all-you-need {
  background: #eaf3fa; }
  section.all-you-need h1 {
    font-family: 'Work Sans', sans-serif;
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 28px !important;
    text-align: center;
    margin: 35px 0 18px; }
    @media screen and (min-width: 1024px) {
      section.all-you-need h1 {
        font-family: 'Work Sans', sans-serif;
        font-size: 40px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 44px !important;
        margin: 71px 0 14px; } }
  section.all-you-need p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 20px !important;
    text-align: center;
    margin: 0 0 52px; }
    @media screen and (min-width: 1024px) {
      section.all-you-need p {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 24px !important;
        margin: 0 0 74px; } }
section.easy-enrolment {
  overflow-x: hidden;
  position: relative; }
  section.easy-enrolment h2 {
    margin: 25px 20px 10px;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      section.easy-enrolment h2 {
        margin: 51px 0 15px; } }
  section.easy-enrolment p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 20px !important;
    text-align: center;
    margin: 0 auto 27px;
    max-width: 650px;
    width: calc(100% - 32px); }
    @media screen and (min-width: 1024px) {
      section.easy-enrolment p {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 24px !important;
        max-width: 800px; } }
  section.easy-enrolment .content-image {
    background: url("/assets/img/community-enrol@2x.png") no-repeat 50% 0;
    background-size: 60%;
    margin: 0 0 30px;
    display: block;
    height: 160px; }
    @media screen and (min-width: 375px) {
      section.easy-enrolment .content-image {
        height: 205px; } }
    @media screen and (min-width: 768px) {
      section.easy-enrolment .content-image {
        position: absolute;
        top: 10px;
        right: 15px;
        width: calc(100% - 340px);
        margin: 0;
        height: 200px;
        max-width: 440px; } }
    @media screen and (min-width: 1024px) {
      section.easy-enrolment .content-image {
        background: url("/assets/img/community-enrol@2x.png") no-repeat 50% 0;
        background-size: 60%;
        position: absolute;
        top: 20px;
        width: calc(100% - 280px);
        max-width: 470px;
        height: 270px;
        right: 0px; } }
    @media screen and (min-width: 1440px) {
      section.easy-enrolment .content-image {
        background: url("/assets/img/community-enrol@2x.png") no-repeat 50% 0;
        background-size: 80%;
        width: calc(100% - 580px);
        max-width: 710px;
        height: 88%; } }
  @media screen and (min-width: 768px) {
    section.easy-enrolment .content {
      width: 300px;
      float: left;
      padding: 30px 0 0 30px; } }
  @media screen and (min-width: 1024px) {
    section.easy-enrolment .content {
      width: 350px;
      float: left;
      padding: 30px 0 0 80px; } }
  @media screen and (min-width: 1440px) {
    section.easy-enrolment .content {
      width: 350px;
      float: left;
      padding: 30px 0 0 0; } }
  section.easy-enrolment .content dl {
    margin-bottom: 35px; }
    @media screen and (min-width: 1440px) {
      section.easy-enrolment .content dl {
        margin-bottom: 125px; } }
    section.easy-enrolment .content dl dt {
      font-family: 'Open Sans', sans-serif;
      font-size: 15px !important;
      font-weight: 700 !important;
      color: #454F53 !important;
      line-height: 19px !important;
      margin-bottom: 3px; }
      @media screen and (min-width: 1024px) {
        section.easy-enrolment .content dl dt {
          font-family: 'Open Sans', sans-serif;
          font-size: 18px !important;
          font-weight: 700 !important;
          color: #454F53 !important;
          line-height: 22px !important;
          margin-bottom: 8px; } }
    section.easy-enrolment .content dl dd {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 18px !important;
      margin-bottom: 15px; }
      @media screen and (min-width: 1024px) {
        section.easy-enrolment .content dl dd {
          font-family: 'Open Sans', sans-serif;
          font-size: 17px !important;
          font-weight: 400 !important;
          color: #454F53 !important;
          line-height: 21px !important;
          margin-bottom: 37px; } }
section.public-groups {
  background: #f5f9fc;
  overflow-x: hidden;
  position: relative; }
  section.public-groups h2 {
    margin: 25px 0 10px;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      section.public-groups h2 {
        margin: 51px 0 15px; } }
  section.public-groups p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 20px !important;
    text-align: center;
    margin: 0 auto 27px;
    max-width: 650px;
    width: calc(100% - 32px); }
    @media screen and (min-width: 1024px) {
      section.public-groups p {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 24px !important;
        max-width: 800px; } }
  section.public-groups .content-image {
    background: url("/assets/img/community-publicgroups@2x.png") no-repeat 0 0;
    background-size: 100%;
    width: 210px;
    max-width: 400px;
    margin: 0 auto 30px;
    display: block;
    height: 280px; }
    @media screen and (min-width: 768px) {
      section.public-groups .content-image {
        background: url("/assets/img/community-publicgroups@2x.png") no-repeat 0 0;
        background-size: 72%;
        position: absolute;
        bottom: 0;
        left: calc(100% - 590px);
        width: calc(100% - 340px);
        margin: 0;
        height: 100%;
        max-width: 220px; } }
    @media screen and (min-width: 1024px) {
      section.public-groups .content-image {
        background: url("/assets/img/community-publicgroups@2x.png") no-repeat 0 0;
        background-size: 80%;
        top: 0;
        height: 325px;
        max-width: 250px;
        left: calc(100% - 760px); } }
    @media screen and (min-width: 1440px) {
      section.public-groups .content-image {
        background: url("/assets/img/community-publicgroups@2x.png") no-repeat 0 0;
        background-size: 95%;
        top: 36px;
        height: 325px;
        max-width: 250px; } }
  @media screen and (min-width: 768px) {
    section.public-groups .content {
      width: 300px;
      float: right;
      padding: 30px 30px 0 0; } }
  @media screen and (min-width: 1024px) {
    section.public-groups .content {
      width: 350px; } }
  @media screen and (min-width: 1440px) {
    section.public-groups .content {
      padding: 30px 0 0 0; } }
  section.public-groups .content dl {
    margin-bottom: 35px; }
    @media screen and (min-width: 1440px) {
      section.public-groups .content dl {
        margin-bottom: 125px; } }
    section.public-groups .content dl dt {
      font-family: 'Open Sans', sans-serif;
      font-size: 15px !important;
      font-weight: 700 !important;
      color: #454F53 !important;
      line-height: 19px !important;
      margin-bottom: 3px; }
      @media screen and (min-width: 1024px) {
        section.public-groups .content dl dt {
          font-family: 'Open Sans', sans-serif;
          font-size: 18px !important;
          font-weight: 700 !important;
          color: #454F53 !important;
          line-height: 22px !important;
          margin-bottom: 8px; } }
    section.public-groups .content dl dd {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 18px !important;
      margin-bottom: 15px; }
      @media screen and (min-width: 1024px) {
        section.public-groups .content dl dd {
          font-family: 'Open Sans', sans-serif;
          font-size: 17px !important;
          font-weight: 400 !important;
          color: #454F53 !important;
          line-height: 21px !important;
          margin-bottom: 37px; } }
section.communities-testimonial-showcase {
  position: relative; }
  @media screen and (min-width: 768px) {
    section.communities-testimonial-showcase {
      background: #042F42;
      overflow-y: hidden; } }
  @media screen and (min-width: 1024px) {
    section.communities-testimonial-showcase {
      height: 500px;
      background: none;
      margin: 40px 0; } }
  @media screen and (min-width: 1440px) {
    section.communities-testimonial-showcase {
      height: 590px; } }
  section.communities-testimonial-showcase .light-slant {
    display: block;
    width: 100%;
    height: 30px;
    background: #f5f9fc;
    transform: skewY(-2deg);
    transform-origin: top left;
    z-index: 21;
    position: absolute;
    top: -15px; }
    @media screen and (min-width: 768px) {
      section.communities-testimonial-showcase .light-slant {
        display: none; } }
  section.communities-testimonial-showcase .desktop-bg {
    display: none; }
    @media screen and (min-width: 768px) {
      section.communities-testimonial-showcase .desktop-bg {
        background: #042F42;
        position: absolute;
        width: 55%;
        height: 100%;
        opacity: .9;
        display: block;
        content: '';
        z-index: 20;
        top: 0;
        right: 0; } }
    @media screen and (min-width: 1440px) {
      section.communities-testimonial-showcase .desktop-bg {
        opacity: .8; } }
  section.communities-testimonial-showcase .img-mobile {
    width: 100%;
    overflow-x: hidden; }
    @media screen and (min-width: 768px) {
      section.communities-testimonial-showcase .img-mobile {
        display: none; } }
    section.communities-testimonial-showcase .img-mobile img {
      width: 150%;
      display: block; }
  section.communities-testimonial-showcase .container {
    background: #042F42;
    margin: 0 auto;
    width: 100%;
    position: relative; }
    @media screen and (min-width: 768px) {
      section.communities-testimonial-showcase .container {
        background: #042F42 url("/assets/img/bg-testimonials-communities.jpg") no-repeat 0 0;
        background-size: cover; } }
    @media screen and (min-width: 1024px) {
      section.communities-testimonial-showcase .container {
        height: 100%; } }
    @media screen and (min-width: 1440px) {
      section.communities-testimonial-showcase .container {
        max-width: 1190px;
        margin: 0 auto; } }
    @media screen and (min-width: 768px) {
      section.communities-testimonial-showcase .container .content {
        float: right;
        width: 50%; } }
    @media screen and (min-width: 1024px) {
      section.communities-testimonial-showcase .container .content {
        width: 55%; } }
    section.communities-testimonial-showcase .container .content .thequotes {
      width: 35px;
      height: 27px;
      background: url("/assets/img/testimonial-quotes.png") no-repeat 0 0;
      background-size: cover;
      opacity: 0.2;
      display: block;
      margin: 35px 0 0 20px;
      z-index: 60;
      position: relative; }
      @media screen and (min-width: 768px) {
        section.communities-testimonial-showcase .container .content .thequotes {
          margin: 35px 0 0 45px; } }
      @media screen and (min-width: 1024px) {
        section.communities-testimonial-showcase .container .content .thequotes {
          width: 50px;
          height: 39px;
          margin: 45px 0 0 55px; } }
      @media screen and (min-width: 1440px) {
        section.communities-testimonial-showcase .container .content .thequotes {
          width: 106px;
          height: 83px;
          margin: 45px 0 0 55px; } }
    section.communities-testimonial-showcase .container .content blockquote {
      font-family: 'Work Sans', sans-serif;
      font-size: 18px !important;
      font-weight: 200 !important;
      color: #fff !important;
      line-height: 22px !important;
      line-height: 24px !important;
      padding: 28px 40px 15px 20px; }
      @media screen and (min-width: 768px) {
        section.communities-testimonial-showcase .container .content blockquote {
          position: relative;
          z-index: 40;
          padding: 40px 50px 25px 50px; } }
      @media screen and (min-width: 1024px) {
        section.communities-testimonial-showcase .container .content blockquote {
          font-family: 'Work Sans', sans-serif;
          font-size: 22px !important;
          font-weight: 200 !important;
          color: #fff !important;
          line-height: 26px !important;
          line-height: 33px !important;
          padding: 65px 64px 40px; } }
      @media screen and (min-width: 1440px) {
        section.communities-testimonial-showcase .container .content blockquote {
          padding: 90px 64px 80px; } }
    section.communities-testimonial-showcase .container .content span.name {
      font-family: 'Work Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 600 !important;
      color: #fff !important;
      line-height: 18px !important;
      text-transform: uppercase;
      margin-bottom: 10px;
      padding: 0 0 0 20px;
      z-index: 40;
      position: relative;
      display: block;
      margin: 0; }
      @media screen and (min-width: 768px) {
        section.communities-testimonial-showcase .container .content span.name {
          padding: 0 0 0 55px; } }
      @media screen and (min-width: 1024px) {
        section.communities-testimonial-showcase .container .content span.name {
          padding: 0 0 0 64px; } }
    section.communities-testimonial-showcase .container .content span.office {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 600 !important;
      color: #ccd5D9 !important;
      line-height: 18px !important;
      font-style: italic;
      line-height: 22px !important;
      margin: 0 auto 39px;
      display: block;
      padding: 0 20px; }
      @media screen and (min-width: 768px) {
        section.communities-testimonial-showcase .container .content span.office {
          position: relative;
          z-index: 40;
          margin: 0 0 40px;
          padding: 0 55px; } }
      @media screen and (min-width: 1024px) {
        section.communities-testimonial-showcase .container .content span.office {
          font-family: 'Open Sans', sans-serif;
          font-size: 17px !important;
          font-weight: 400 !important;
          color: #fff !important;
          line-height: 21px !important;
          line-height: 27px !important;
          padding: 0 0 0 64px;
          margin: 0 0 20px; } }
      @media screen and (min-width: 768px) {
        section.communities-testimonial-showcase .container .content span.office br {
          display: none; } }
    section.communities-testimonial-showcase .container .content a {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 600 !important;
      color: #fff !important;
      line-height: 18px !important;
      line-height: 22px !important;
      text-decoration: underline;
      display: block;
      margin: 34px auto 39px;
      width: calc(100% - 50px); }
      @media screen and (min-width: 768px) {
        section.communities-testimonial-showcase .container .content a {
          position: relative;
          z-index: 40;
          width: calc(100% - 105px); } }
      @media screen and (min-width: 1024px) {
        section.communities-testimonial-showcase .container .content a {
          font-family: 'Open Sans', sans-serif;
          font-size: 17px !important;
          font-weight: 700 !important;
          color: #fff !important;
          line-height: 21px !important;
          line-height: 27px !important;
          padding: 0 0 0 64px;
          margin: 0; } }
      @media screen and (min-width: 1440px) {
        section.communities-testimonial-showcase .container .content a {
          width: calc(100% - 205px); } }
      section.communities-testimonial-showcase .container .content a span {
        background: url("/assets/img/icon-link.svg") no-repeat 0 0;
        width: 16px;
        height: 16px;
        display: inline-block;
        position: relative;
        top: 4px;
        left: 5px; }

section.communities-pricing {
  background: #eaf3fa; }
  section.communities-pricing h2 {
    margin: 35px 0 20px;
    text-align: center; }
    @media screen and (min-width: 1440px) {
      section.communities-pricing h2 {
        margin-top: 81px; } }
  section.communities-pricing p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 20px !important;
    margin: 0;
    text-align: center; }
    @media screen and (min-width: 1440px) {
      section.communities-pricing p {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 24px !important; } }
  section.communities-pricing #us-pricing, section.communities-pricing .us-disclaimer {
    display: none; }
  section.communities-pricing .pricing-boxes {
    margin: 20px 0; }
    @media screen and (min-width: 1440px) {
      section.communities-pricing .pricing-boxes {
        margin-top: 50px; } }
    section.communities-pricing .pricing-boxes .pricing-box {
      background: #fff;
      border-radius: 8px;
      margin-bottom: 16px;
      position: relative;
      box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
      height: auto; }
      @media screen and (min-width: 1024px) {
        section.communities-pricing .pricing-boxes .pricing-box {
          height: 222px; } }
      section.communities-pricing .pricing-boxes .pricing-box header {
        font-family: 'Work Sans', sans-serif;
        font-size: 12px !important;
        font-weight: 600 !important;
        color: #fff !important;
        line-height: 16px !important;
        text-transform: uppercase;
        text-align: center;
        padding: 14px 0 14px;
        border-radius: 8px 8px 0 0;
        box-shadow: none; }
        @media screen and (min-width: 1440px) {
          section.communities-pricing .pricing-boxes .pricing-box header {
            font-family: 'Work Sans', sans-serif;
            font-size: 14px !important;
            font-weight: 600 !important;
            color: #fff !important;
            line-height: 18px !important; } }
      section.communities-pricing .pricing-boxes .pricing-box dl {
        padding: 26px 0; }
        section.communities-pricing .pricing-boxes .pricing-box dl dt {
          font-family: 'Work Sans', sans-serif;
          font-size: 48px !important;
          font-weight: 700 !important;
          color: #0865d1 !important;
          line-height: 52px !important;
          margin-bottom: 6px;
          text-align: center; }
        section.communities-pricing .pricing-boxes .pricing-box dl dd {
          font-family: 'Open Sans', sans-serif;
          font-size: 14px !important;
          font-weight: 400 !important;
          color: #75848B !important;
          line-height: 18px !important;
          text-align: center; }
      section.communities-pricing .pricing-boxes .pricing-box hr {
        height: 1px;
        border: 0;
        background: #e8eced;
        width: 100%;
        margin: 0; }
        @media screen and (min-width: 1024px) {
          section.communities-pricing .pricing-boxes .pricing-box hr {
            display: none; } }
      section.communities-pricing .pricing-boxes .pricing-box span {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #454F53 !important;
        line-height: 18px !important;
        position: absolute;
        background: #f5f9fc;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 15px 0;
        border-radius: 0 0 8px 8px; }
    @media screen and (min-width: 1024px) {
      section.communities-pricing .pricing-boxes .basic-box,
      section.communities-pricing .pricing-boxes .enhanced-box {
        width: calc(40% - 12px);
        margin: 0 12px 0 0;
        float: left; } }
    section.communities-pricing .pricing-boxes .basic-box header,
    section.communities-pricing .pricing-boxes .enhanced-box header {
      background: #44c6d7; }
    section.communities-pricing .pricing-boxes .basic-box dl dt {
      font-family: 'Work Sans', sans-serif;
      font-size: 48px !important;
      font-weight: 700 !important;
      color: #44c6d7 !important;
      line-height: 52px !important; }
    section.communities-pricing .pricing-boxes .enhanced-box {
      height: 230px; }
      section.communities-pricing .pricing-boxes .enhanced-box header {
        background: #44c6d7; }
      section.communities-pricing .pricing-boxes .enhanced-box dl dt {
        font-family: 'Work Sans', sans-serif;
        font-size: 48px !important;
        font-weight: 700 !important;
        color: #40b9f9 !important;
        line-height: 52px !important; }
    @media screen and (min-width: 1024px) {
      section.communities-pricing .pricing-boxes .use-box-voice {
        width: calc(60% - 12px);
        margin: 0 0 0 12px;
        float: right; } }
    section.communities-pricing .pricing-boxes .use-box-voice header {
      background: #44626f; }
    @media screen and (min-width: 1024px) {
      section.communities-pricing .pricing-boxes .use-box-voice dl {
        width: 50%;
        float: left;
        padding: 28px 0; } }
    @media screen and (min-width: 1440px) {
      section.communities-pricing .pricing-boxes .use-box-voice dl {
        padding: 46px 0; } }
    section.communities-pricing .pricing-boxes .use-box-voice dl dt {
      font-family: 'Work Sans', sans-serif;
      font-size: 32px !important;
      font-weight: 700 !important;
      color: #44626f !important;
      line-height: 36px !important; }
    @media screen and (min-width: 1024px) {
      section.communities-pricing .pricing-boxes .use-box-voice dl.first {
        border-right: 1px solid #e8eced;
        width: calc(50% - 1px); } }
    @media screen and (min-width: 1024px) {
      section.communities-pricing .pricing-boxes .use-box-voice-etc {
        width: calc(60% - 12px);
        margin: 0 0 0 12px;
        float: right; } }
    section.communities-pricing .pricing-boxes .use-box-voice-etc header {
      background: #44626f; }
    @media screen and (min-width: 1024px) {
      section.communities-pricing .pricing-boxes .use-box-voice-etc dl {
        width: 50%;
        float: left;
        padding: 59px 0; } }
    section.communities-pricing .pricing-boxes .use-box-voice-etc dl dt {
      font-family: 'Work Sans', sans-serif;
      font-size: 32px !important;
      font-weight: 700 !important;
      color: #44626f !important;
      line-height: 36px !important; }
    @media screen and (min-width: 1024px) {
      section.communities-pricing .pricing-boxes .use-box-voice-etc dl.first,
      section.communities-pricing .pricing-boxes .use-box-voice-etc dl.second {
        border-right: 1px solid #e8eced;
        width: calc(50% - 1px); } }
  section.communities-pricing p.notes {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #75848B !important;
    line-height: 18px !important;
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (min-width: 1024px) {
      section.communities-pricing p.notes {
        margin: 10px 0 30px;
        text-align: center; } }
    @media screen and (min-width: 1440px) {
      section.communities-pricing p.notes {
        margin-bottom: 37px; } }
.hide-mobile {
  display: none; }
  @media screen and (min-width: 1024px) {
    .hide-mobile {
      display: inline-block; } }
.hide-desktop {
  display: block; }
  @media screen and (min-width: 1024px) {
    .hide-desktop {
      display: none; } }
@media screen and (min-width: 1024px) {
  section.community-features-included {
    padding-bottom: 40px; } }

section.community-features-included h2 {
  text-align: center;
  margin: 28px 0; }
  @media screen and (min-width: 1024px) {
    section.community-features-included h2 {
      margin: 72px 0 30px; } }
@media screen and (min-width: 768px) {
  section.community-features-included .included-set {
    width: 440px;
    margin: 0 auto; } }

@media screen and (min-width: 1024px) {
  section.community-features-included .included-set {
    width: 600px; } }

section.community-features-included ul {
  width: 80%;
  max-width: 220px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    section.community-features-included ul {
      float: left; } }
  @media screen and (min-width: 1024px) {
    section.community-features-included ul {
      max-width: 260px;
      margin: 0 0 0 40px; } }
  section.community-features-included ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 18px !important;
    margin-bottom: 23px;
    position: relative;
    padding-left: 35px; }
    @media screen and (min-width: 1024px) {
      section.community-features-included ul li {
        font-family: 'Open Sans', sans-serif;
        font-size: 17px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 21px !important; } }
  section.community-features-included ul li:after {
    content: '';
    display: block;
    width: 23px;
    height: 18px;
    background: url("/assets/img/icon-check.svg") no-repeat 0 0;
    position: absolute;
    top: -2px;
    left: 0; }

section.community-features-included p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #454F53 !important;
  line-height: 20px !important;
  margin: 28px 0;
  text-align: center; }
  section.community-features-included p strong {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #454F53 !important;
    line-height: 20px !important; }

section.community-features-included small {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #75848B !important;
  line-height: 18px !important;
  text-align: center;
  display: block;
  margin-bottom: 41px; }

section.blog .featured-post-box,
section.blog-post .featured-post-box {
  cursor: pointer;
  border: 1px solid #e8eced;
  margin: 15px 0; }
  @media screen and (min-width: 768px) {
    section.blog .featured-post-box,
    section.blog-post .featured-post-box {
      margin: 30px 0; } }
  section.blog .featured-post-box .post-img,
  section.blog-post .featured-post-box .post-img {
    width: 100%; }
    @media screen and (min-width: 768px) {
      section.blog .featured-post-box .post-img,
      section.blog-post .featured-post-box .post-img {
        width: 40%;
        float: left; } }
    @media screen and (min-width: 1024px) {
      section.blog .featured-post-box .post-img,
      section.blog-post .featured-post-box .post-img {
        width: 440px;
        float: left;
        height: 100%;
        border: none; } }
    section.blog .featured-post-box .post-img img,
    section.blog-post .featured-post-box .post-img img {
      width: 100%;
      display: block; }
  section.blog .featured-post-box .featured-post-content,
  section.blog-post .featured-post-box .featured-post-content {
    padding: 25px;
    position: relative; }
    @media screen and (min-width: 768px) {
      section.blog .featured-post-box .featured-post-content,
      section.blog-post .featured-post-box .featured-post-content {
        width: calc(100% - 55%);
        float: left; } }
    @media screen and (min-width: 1024px) {
      section.blog .featured-post-box .featured-post-content,
      section.blog-post .featured-post-box .featured-post-content {
        padding: 55px;
        width: calc(100% - 440px);
        box-sizing: border-box; } }
    section.blog .featured-post-box .featured-post-content .tag,
    section.blog-post .featured-post-box .featured-post-content .tag {
      font-family: 'Open Sans', sans-serif;
      font-size: 12px !important;
      font-weight: 600 !important;
      color: #fff !important;
      line-height: 16px !important;
      padding: 5px 8px;
      border-radius: 4px;
      display: none;
      position: absolute;
      top: -15px; }
      @media screen and (min-width: 768px) {
        section.blog .featured-post-box .featured-post-content .tag,
        section.blog-post .featured-post-box .featured-post-content .tag {
          position: relative;
          top: 0;
          margin-bottom: 16px; } }
    section.blog .featured-post-box .featured-post-content h1,
    section.blog-post .featured-post-box .featured-post-content h1 {
      font-family: 'Work Sans', sans-serif;
      font-size: 22px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 26px !important;
      margin-bottom: 5px; }
      @media screen and (min-width: 1024px) {
        section.blog .featured-post-box .featured-post-content h1,
        section.blog-post .featured-post-box .featured-post-content h1 {
          font-family: 'Work Sans', sans-serif;
          font-size: 40px !important;
          font-weight: 200 !important;
          color: #454F53 !important;
          line-height: 44px !important;
          line-height: 60px !important;
          margin-bottom: 10px; } }
    section.blog .featured-post-box .featured-post-content p,
    section.blog-post .featured-post-box .featured-post-content p {
      font-family: 'Open Sans', sans-serif;
      font-size: 16px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 20px !important; }
      @media screen and (min-width: 1024px) {
        section.blog .featured-post-box .featured-post-content p,
        section.blog-post .featured-post-box .featured-post-content p {
          font-family: 'Open Sans', sans-serif;
          font-size: 20px !important;
          font-weight: 400 !important;
          color: #454F53 !important;
          line-height: 24px !important; } }
section.blog .featured-post-box:hover,
section.blog-post .featured-post-box:hover {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1); }

@media screen and (min-width: 768px) {
  section.blog .post-row,
  section.blog-post .post-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap; } }

section.blog .post-row .post-box,
section.blog-post .post-row .post-box {
  cursor: pointer;
  border: 1px solid #e8eced;
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    section.blog .post-row .post-box,
    section.blog-post .post-row .post-box {
      width: 30%;
      float: left;
      border: 1px solid #e8eced;
      margin: 0 32px 45px 0; } }
  @media screen and (min-width: 1024px) {
    section.blog .post-row .post-box,
    section.blog-post .post-row .post-box {
      width: 328px;
      margin: 0 21px 45px 0; } }
  section.blog .post-row .post-box .post-img-mobile,
  section.blog-post .post-row .post-box .post-img-mobile {
    width: 120px;
    height: 90px;
    float: left;
    display: block; }
    @media screen and (min-width: 768px) {
      section.blog .post-row .post-box .post-img-mobile,
      section.blog-post .post-row .post-box .post-img-mobile {
        display: none;
        width: 100%;
        float: none;
        height: initial; } }
    section.blog .post-row .post-box .post-img-mobile img,
    section.blog-post .post-row .post-box .post-img-mobile img {
      width: 100%;
      display: block; }
  section.blog .post-row .post-box .post-img,
  section.blog-post .post-row .post-box .post-img {
    width: 120px;
    float: left;
    height: 100%;
    display: none; }
    @media screen and (min-width: 768px) {
      section.blog .post-row .post-box .post-img,
      section.blog-post .post-row .post-box .post-img {
        display: block;
        width: 100%;
        float: none;
        height: initial; } }
    @media screen and (min-width: 1024px) {
      section.blog .post-row .post-box .post-img,
      section.blog-post .post-row .post-box .post-img {
        height: 246px; } }
    section.blog .post-row .post-box .post-img img,
    section.blog-post .post-row .post-box .post-img img {
      width: 100%;
      height: 100%;
      display: block; }
  section.blog .post-row .post-box .post-box-content,
  section.blog-post .post-row .post-box .post-box-content {
    padding: 22px 16px;
    float: right;
    box-sizing: border-box;
    width: calc(100% - 120px); }
    @media screen and (min-width: 768px) {
      section.blog .post-row .post-box .post-box-content,
      section.blog-post .post-row .post-box .post-box-content {
        width: calc(100% - 160px);
        width: 100%;
        float: none;
        position: relative;
        min-height: 138px;
        max-height: 138px; } }
    section.blog .post-row .post-box .post-box-content .tag,
    section.blog-post .post-row .post-box .post-box-content .tag {
      font-family: 'Open Sans', sans-serif;
      font-size: 12px !important;
      font-weight: 600 !important;
      color: #fff !important;
      line-height: 16px !important;
      padding: 5px 8px;
      border-radius: 4px;
      display: none;
      width: auto;
      margin-bottom: px;
      text-transform: capitalize; }
      @media screen and (min-width: 768px) {
        section.blog .post-row .post-box .post-box-content .tag,
        section.blog-post .post-row .post-box .post-box-content .tag {
          position: absolute;
          top: -20px; } }
    section.blog .post-row .post-box .post-box-content h1,
    section.blog-post .post-row .post-box .post-box-content h1 {
      font-family: 'Work Sans', sans-serif;
      font-size: 16px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 20px !important;
      margin-bottom: 5px; }
      @media screen and (min-width: 768px) {
        section.blog .post-row .post-box .post-box-content h1,
        section.blog-post .post-row .post-box .post-box-content h1 {
          font-family: 'Work Sans', sans-serif;
          font-size: 22px !important;
          font-weight: 400 !important;
          color: #454F53 !important;
          line-height: 26px !important;
          margin-bottom: 12px; } }
    section.blog .post-row .post-box .post-box-content p,
    section.blog-post .post-row .post-box .post-box-content p {
      display: none; }
      @media screen and (min-width: 768px) {
        section.blog .post-row .post-box .post-box-content p,
        section.blog-post .post-row .post-box .post-box-content p {
          font-family: 'Work Sans', sans-serif;
          font-size: 14px !important;
          font-weight: 400 !important;
          color: #454F53 !important;
          line-height: 18px !important;
          display: block; } }
      @media screen and (min-width: 1024px) {
        section.blog .post-row .post-box .post-box-content p,
        section.blog-post .post-row .post-box .post-box-content p {
          font-family: 'Work Sans', sans-serif;
          font-size: 17px !important;
          font-weight: 400 !important;
          color: #454F53 !important;
          line-height: 21px !important; } }
      section.blog .post-row .post-box .post-box-content p img,
      section.blog-post .post-row .post-box .post-box-content p img {
        width: 100%;
        height: auto; }

section.blog .post-row .post-box:nth-child(3n),
section.blog-post .post-row .post-box:nth-child(3n) {
  margin-right: 0; }

section.blog .post-row .post-box:hover,
section.blog-post .post-row .post-box:hover {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1); }

section.blog h1.category-title,
section.blog-post h1.category-title {
  font-family: 'Work Sans', sans-serif;
  font-size: 22px !important;
  font-weight: 400 !important;
  color: #454F53 !important;
  line-height: 26px !important;
  margin: 29px 16px 10px; }
  @media screen and (min-width: 1024px) {
    section.blog h1.category-title,
    section.blog-post h1.category-title {
      font-family: 'Work Sans', sans-serif;
      font-size: 44px !important;
      font-weight: 200 !important;
      color: #454F53 !important;
      line-height: 48px !important;
      margin: 80px 0 10px; } }
section.blog p.category-subtitle,
section.blog-post p.category-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #454F53 !important;
  line-height: 20px !important;
  margin: 0 16px 21px !important; }
  @media screen and (min-width: 1024px) {
    section.blog p.category-subtitle,
    section.blog-post p.category-subtitle {
      font-family: 'Open Sans', sans-serif;
      font-size: 20px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 24px !important;
      margin: 0 0 65px !important; } }
section.blog hr,
section.blog-post hr {
  display: none; }
  @media screen and (min-width: 768px) {
    section.blog hr,
    section.blog-post hr {
      display: block;
      border: 0;
      background: #e8eced;
      height: 3px;
      margin: 0 0 40px; } }
section.blog h2,
section.blog-post h2 {
  margin: 31px 16px  16px; }
  @media screen and (min-width: 768px) {
    section.blog h2,
    section.blog-post h2 {
      margin: 0 0 16px; } }
  section.blog h2 span,
  section.blog-post h2 span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/assets/img/icon-right-arrow.svg") no-repeat 0 0;
    background-size: cover;
    top: 2px;
    position: relative; }

section.blog .updates-box,
section.blog-post .updates-box {
  background: #f5f9fc;
  padding: 37px 20px 54px; }
  @media screen and (min-width: 768px) {
    section.blog .updates-box,
    section.blog-post .updates-box {
      margin: 40px 0;
      padding: 30px 44px; } }
  @media screen and (min-width: 1024px) {
    section.blog .updates-box,
    section.blog-post .updates-box {
      padding: 52px 64px; } }
  section.blog .updates-box p,
  section.blog-post .updates-box p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 20px !important;
    margin-bottom: 42px; }
    @media screen and (min-width: 768px) {
      section.blog .updates-box p,
      section.blog-post .updates-box p {
        width: 48%;
        float: left; } }
    @media screen and (min-width: 1024px) {
      section.blog .updates-box p,
      section.blog-post .updates-box p {
        width: 40%;
        float: left; } }
  @media screen and (min-width: 768px) {
    section.blog .updates-box .right-block,
    section.blog-post .updates-box .right-block {
      width: 48%;
      float: right; } }
  section.blog .updates-box .right-block h3,
  section.blog-post .updates-box .right-block h3 {
    margin-bottom: 10px; }
  section.blog .updates-box .right-block .social,
  section.blog-post .updates-box .right-block .social {
    display: none; }
    @media screen and (min-width: 768px) {
      section.blog .updates-box .right-block .social,
      section.blog-post .updates-box .right-block .social {
        display: block;
        margin: 16px 0 0; } }
    section.blog .updates-box .right-block .social a,
    section.blog-post .updates-box .right-block .social a {
      width: 16px;
      height: 16px;
      display: inline-block;
      margin: 0 19px 0 0; }
    section.blog .updates-box .right-block .social a.twitter,
    section.blog-post .updates-box .right-block .social a.twitter {
      background: url("/assets/img/social/x-logo-black.png") no-repeat 0 0;
      background-size: 100%;
      top: 2px;
      position: relative; }
  section.blog .updates-box .right-block form input[type='email'],
  section.blog-post .updates-box .right-block form input[type='email'] {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #9b9b9b !important;
    line-height: 20px !important;
    border: 1px solid #9b9b9b;
    padding: 8px 16px;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 16px; }
    @media screen and (min-width: 768px) {
      section.blog .updates-box .right-block form input[type='email'],
      section.blog-post .updates-box .right-block form input[type='email'] {
        width: calc(100% - 145px); } }
  section.blog .updates-box .right-block form button,
  section.blog .updates-box .right-block form input[type='submit'],
  section.blog-post .updates-box .right-block form button,
  section.blog-post .updates-box .right-block form input[type='submit'] {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    font-size: 14px !important;
    color: #fff !important;
    display: inline-block;
    background: #0865d1;
    border-radius: 4px;
    padding: 14px 72px;
    text-transform: uppercase;
    width: auto !important;
    width: 100% !important;
    border: none; }
    @media screen and (min-width: 768px) {
      section.blog .updates-box .right-block form button,
      section.blog .updates-box .right-block form input[type='submit'],
      section.blog-post .updates-box .right-block form button,
      section.blog-post .updates-box .right-block form input[type='submit'] {
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 600;
        font-size: 14px !important;
        color: #fff !important;
        display: inline-block;
        background: #0865d1;
        border-radius: 4px;
        padding: 9px 21px;
        text-transform: uppercase;
        width: auto !important;
        width: auto !important;
        margin-left: 10px;
        position: relative;
        top: -1px; } }
section.blog .tag-product,
section.blog-post .tag-product {
  background: #f6a11d; }

section.blog .tag-big_ideas,
section.blog-post .tag-big_ideas {
  background: #042F42; }

section.blog .tag-customer_stories,
section.blog-post .tag-customer_stories {
  background: #0865d1; }

section.blog .hero img,
section.blog-post .hero img {
  width: 100%; }

section.blog .post-content,
section.blog-post .post-content {
  width: calc(100%);
  max-width: 680px;
  margin: 0 auto 0;
  padding: 0 10px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    section.blog .post-content,
    section.blog-post .post-content {
      padding: 0; } }
  section.blog .post-content img,
  section.blog-post .post-content img {
    width: 100%;
    height: auto;
    display: block; }
  section.blog .post-content .tag,
  section.blog-post .post-content .tag {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #fff !important;
    line-height: 16px !important;
    padding: 5px 8px;
    border-radius: 4px;
    display: inline-block;
    width: auto;
    margin: 23px 0 4px;
    text-transform: capitalize; }
    @media screen and (min-width: 768px) {
      section.blog .post-content .tag,
      section.blog-post .post-content .tag {
        margin: 51px 0 20px; } }
  section.blog .post-content h1,
  section.blog-post .post-content h1 {
    font-family: 'Work Sans', sans-serif;
    font-size: 22px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 26px !important;
    margin-bottom: 12px;
    line-height: 30px !important; }
    @media screen and (min-width: 1024px) {
      section.blog .post-content h1,
      section.blog-post .post-content h1 {
        font-family: 'Work Sans', sans-serif;
        font-size: 44px !important;
        font-weight: 200 !important;
        color: #454F53 !important;
        line-height: 48px !important;
        margin-bottom: 7px;
        line-height: 50px !important;
        letter-spacing: 0.37px; } }
  section.blog .post-content p.author,
  section.blog-post .post-content p.author {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #75848B !important;
    line-height: 18px !important;
    line-height: 22px !important;
    margin-bottom: 29px; }
    @media screen and (min-width: 1024px) {
      section.blog .post-content p.author,
      section.blog-post .post-content p.author {
        margin-bottom: 40px; } }
  section.blog .post-content .the-content p,
  section.blog-post .post-content .the-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 18px !important;
    line-height: 22px !important;
    margin-bottom: 10px; }
    @media screen and (min-width: 1024px) {
      section.blog .post-content .the-content p,
      section.blog-post .post-content .the-content p {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 22px !important;
        line-height: 27px !important;
        margin-bottom: 26px; } }
  section.blog .post-content .the-content h1,
  section.blog-post .post-content .the-content h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #454F53 !important;
    line-height: 26px !important;
    line-height: 32px !important;
    margin: 0 0 9px; }
    @media screen and (min-width: 1024px) {
      section.blog .post-content .the-content h1,
      section.blog-post .post-content .the-content h1 {
        font-family: 'Open Sans', sans-serif;
        font-size: 28px !important;
        font-weight: 700 !important;
        color: #454F53 !important;
        line-height: 32px !important;
        margin-bottom: 10px; } }
  section.blog .post-content .the-content h2,
  section.blog-post .post-content .the-content h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #454F53 !important;
    line-height: 24px !important;
    margin: 0 0 9px;
    line-height: 32px !important; }
    @media screen and (min-width: 1024px) {
      section.blog .post-content .the-content h2,
      section.blog-post .post-content .the-content h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 24px !important;
        font-weight: 600 !important;
        color: #454F53 !important;
        line-height: 28px !important;
        margin: 0 0 8px; } }
  section.blog .post-content .the-content h3,
  section.blog-post .post-content .the-content h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #454F53 !important;
    line-height: 22px !important;
    line-height: 32px !important;
    margin: 0 0 9px;
    text-transform: initial; }
    @media screen and (min-width: 1024px) {
      section.blog .post-content .the-content h3,
      section.blog-post .post-content .the-content h3 {
        font-family: 'Open Sans', sans-serif;
        font-size: 21px !important;
        font-weight: 600 !important;
        color: #454F53 !important;
        line-height: 25px !important;
        margin: 0 0 6px; } }
  section.blog .post-content .the-content h4,
  section.blog-post .post-content .the-content h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #454F53 !important;
    line-height: 20px !important;
    line-height: 32px !important;
    margin: 0 0 9px; }
    @media screen and (min-width: 1024px) {
      section.blog .post-content .the-content h4,
      section.blog-post .post-content .the-content h4 {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px !important;
        font-weight: 700 !important;
        color: #454F53 !important;
        line-height: 22px !important;
        margin: 0 0 6px; } }
  section.blog .post-content .the-content h5,
  section.blog-post .post-content .the-content h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #999EA1 !important;
    line-height: 18px !important;
    line-height: 32px !important;
    text-transform: uppercase;
    margin: 0 0 9px; }
    @media screen and (min-width: 1024px) {
      section.blog .post-content .the-content h5,
      section.blog-post .post-content .the-content h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #999EA1 !important;
        line-height: 20px !important;
        margin: 0 0 6px; } }
  section.blog .post-content .the-content h6,
  section.blog-post .post-content .the-content h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 24px !important;
    line-height: 32px !important;
    text-align: center;
    font-style: italic;
    margin: 30px 0;
    padding: 0 0 30px;
    border-bottom: 1px solid #c6cfd3; }
    @media screen and (min-width: 1024px) {
      section.blog .post-content .the-content h6,
      section.blog-post .post-content .the-content h6 {
        font-family: 'Open Sans', sans-serif;
        font-size: 28px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 32px !important;
        line-height: 40px !important;
        letter-spacing: 0.13px;
        margin: 50px 0;
        padding: 0 0 50px; } }
  section.blog .post-content .the-content blockquote,
  section.blog-post .post-content .the-content blockquote {
    margin: 29px 0 31px;
    border-left: 8px solid #eaf3fa;
    padding-left: 15px; }
    section.blog .post-content .the-content blockquote p,
    section.blog-post .post-content .the-content blockquote p {
      font-family: 'Open Sans', sans-serif;
      font-size: 18px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 22px !important;
      font-style: italic;
      line-height: 30px !important; }
  section.blog .post-content .the-content ul,
  section.blog-post .post-content .the-content ul {
    list-style-type: square;
    list-style-position: outside;
    list-style-image: none;
    padding-left: 20px;
    margin: 15px 0; }
    section.blog .post-content .the-content ul li,
    section.blog-post .post-content .the-content ul li {
      font-family: 'Open Sans', sans-serif;
      font-size: 16px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 20px !important;
      margin-bottom: 10px;
      list-style-type: disc; }
      section.blog .post-content .the-content ul li ul,
      section.blog-post .post-content .the-content ul li ul {
        margin: 10px 0; }
  section.blog .post-content .the-content ol,
  section.blog-post .post-content .the-content ol {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
    padding-left: 0;
    margin: 15px 0;
    counter-reset: item; }
    section.blog .post-content .the-content ol li,
    section.blog-post .post-content .the-content ol li {
      font-family: 'Open Sans', sans-serif;
      font-size: 16px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 20px !important;
      margin-bottom: 10px;
      list-style-type: none;
      counter-increment: item;
      padding-left: 0; }
      section.blog .post-content .the-content ol li ol,
      section.blog-post .post-content .the-content ol li ol {
        margin: 10px 0 10px 20px; }
    section.blog .post-content .the-content ol li:before,
    section.blog-post .post-content .the-content ol li:before {
      display: inline-block;
      width: 0.5em;
      padding-right: 12px;
      font-weight: bold;
      text-align: right;
      content: counter(item) "."; }
  section.blog .post-content .the-content .highlighter-rouge,
  section.blog-post .post-content .the-content .highlighter-rouge {
    background: #eaf3fa;
    padding: 10px;
    margin: 10px 0; }
    @media screen and (min-width: 1024px) {
      section.blog .post-content .the-content .highlighter-rouge,
      section.blog-post .post-content .the-content .highlighter-rouge {
        padding: 20px;
        margin: 20px 0; } }
    section.blog .post-content .the-content .highlighter-rouge code,
    section.blog-post .post-content .the-content .highlighter-rouge code {
      font-family: 'Noto Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 18px !important; }
      @media screen and (min-width: 1024px) {
        section.blog .post-content .the-content .highlighter-rouge code,
        section.blog-post .post-content .the-content .highlighter-rouge code {
          font-family: 'Noto Sans', sans-serif;
          font-size: 18px !important;
          font-weight: 400 !important;
          color: #454F53 !important;
          line-height: 22px !important; } }
section.slideshow {
  display: none; }
  @media screen and (min-width: 1024px) {
    section.slideshow {
      display: block;
      margin-top: 60px; } }
  section.slideshow .slideshow-nav {
    width: 100%;
    border-bottom: 1px solid #c6cfd3; }
    section.slideshow .slideshow-nav a {
      font-family: 'Work Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 600 !important;
      color: #454F53 !important;
      line-height: 18px !important;
      text-transform: uppercase;
      display: block;
      width: 33%;
      float: left;
      text-align: center;
      padding-bottom: 10px;
      border-bottom: 5px solid #f5f9fc; }
    section.slideshow .slideshow-nav a:hover,
    section.slideshow .slideshow-nav a.active {
      border-bottom: 5px solid #0865d1;
      color: #0865d1 !important; }
  section.slideshow .features-slideshow-nav {
    width: 100%;
    border-bottom: 1px solid #c6cfd3;
    margin-top: 30px; }
    section.slideshow .features-slideshow-nav a {
      font-family: 'Work Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 600 !important;
      color: #454F53 !important;
      line-height: 18px !important;
      text-transform: uppercase;
      display: block;
      width: 25%;
      float: left;
      text-align: center;
      padding-bottom: 10px;
      border-bottom: 5px solid #f5f9fc; }
    section.slideshow .features-slideshow-nav a:hover,
    section.slideshow .features-slideshow-nav a.active {
      border-bottom: 5px solid #0865d1;
      color: #0865d1 !important; }
  section.slideshow .the-slideshow {
    position: relative; }
  section.slideshow .slide-box {
    padding: 95px 0 50px; }
    section.slideshow .slide-box .slide-img {
      width: 50%;
      float: left; }
      section.slideshow .slide-box .slide-img img {
        width: 80%;
        display: block;
        margin: 0 auto;
        position: relative;
        top: -20px; }
    section.slideshow .slide-box .slide-content {
      width: 50%;
      float: right;
      padding: 20px;
      box-sizing: border-box; }
      section.slideshow .slide-box .slide-content dl dt {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px !important;
        font-weight: 700 !important;
        color: #454F53 !important;
        line-height: 22px !important;
        line-height: 28px !important;
        margin-bottom: 15px; }
      section.slideshow .slide-box .slide-content dl dd {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 24px !important;
        line-height: 30px !important; }
      section.slideshow .slide-box .slide-content ul {
        margin: 20px 0; }
        section.slideshow .slide-box .slide-content ul li {
          font-family: 'Open Sans', sans-serif;
          font-size: 17px !important;
          font-weight: 400 !important;
          color: #454F53 !important;
          line-height: 21px !important;
          margin-bottom: 16px;
          position: relative;
          padding: 0 0 0 24px;
          margin-bottom: 20px; }
        section.slideshow .slide-box .slide-content ul li:before {
          width: 8px;
          height: 8px;
          background: #0865d1;
          border-radius: 4px;
          content: '';
          position: absolute;
          top: 5px;
          left: 0; }
  section.slideshow .slick-arrow {
    width: 10px;
    height: 24px;
    position: absolute;
    top: 140px;
    border: 0;
    font-size: 0;
    padding: 0;
    z-index: 2000; }
  section.slideshow .slick-next {
    background: url("/assets/img/slide-right.svg") no-repeat 0 0;
    background-size: 100%;
    right: -40px; }
  section.slideshow .slick-prev {
    background: url("/assets/img/slide-left.svg") no-repeat 0 0;
    background-size: 100%;
    left: -40px; }

section.contact {
  padding-bottom: 50px; }
  @media screen and (min-width: 1440px) {
    section.contact {
      padding-bottom: 100px; } }
  section.contact .container {
    width: 100% !important;
    max-width: 1032px;
    margin: 0 auto; }
    @media screen and (min-width: 1024px) {
      section.contact .container {
        width: calc(100% - 60px) !important; } }
  section.contact h1 {
    font-family: 'Work Sans', sans-serif;
    font-size: 22px !important;
    font-weight: 200 !important;
    color: #042F42 !important;
    line-height: 26px !important;
    margin: 45px auto 14px;
    padding: 0 16px; }
    @media screen and (min-width: 768px) {
      section.contact h1 {
        font-family: 'Work Sans', sans-serif;
        font-size: 30px !important;
        font-weight: 200 !important;
        color: #042F42 !important;
        line-height: 34px !important; } }
    @media screen and (min-width: 1024px) {
      section.contact h1 {
        font-family: 'Work Sans', sans-serif;
        font-size: 44px !important;
        font-weight: 200 !important;
        color: #042F42 !important;
        line-height: 48px !important;
        padding-left: 0;
        margin-top: 80px; } }
  section.contact p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 20px !important;
    margin: 0 0 35px;
    padding: 0 16px; }
    @media screen and (min-width: 1024px) {
      section.contact p {
        padding-left: 0; } }
  section.contact .main-col {
    padding: 35px 16px;
    border-top: 1px solid #e8eced; }
    @media screen and (min-width: 1024px) {
      section.contact .main-col {
        width: 500px;
        float: left;
        border: none;
        border: 1px solid #c6cfd3;
        border-radius: 4px;
        padding: 48px; } }
    @media screen and (min-width: 1440px) {
      section.contact .main-col {
        width: 680px;
        box-sizing: border-box; } }
    section.contact .main-col h2 {
      margin-bottom: 24px; }
      @media screen and (min-width: 1024px) {
        section.contact .main-col h2 {
          font-size: 18px !important; } }
    section.contact .main-col #confirmation {
      display: none; }
      section.contact .main-col #confirmation .box-image {
        position: relative;
        width: 200px;
        margin: 30px auto;
        left: -20px; }
        @media screen and (min-width: 375px) {
          section.contact .main-col #confirmation .box-image {
            width: 230px;
            left: -30px; } }
        section.contact .main-col #confirmation .box-image img {
          width: 100%; }
      section.contact .main-col #confirmation p {
        text-align: center;
        margin: 0;
        font-size: 14px !important; }
        @media screen and (min-width: 375px) {
          section.contact .main-col #confirmation p {
            font-size: 16px !important; } }
      section.contact .main-col #confirmation br {
        display: none; }
        @media screen and (min-width: 375px) {
          section.contact .main-col #confirmation br {
            display: inline-block; } }
      section.contact .main-col #confirmation p:nth-child(4) {
        margin: 20px 0; }
    section.contact .main-col form .form-field {
      margin-bottom: 16px; }
      section.contact .main-col form .form-field label {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #44626f !important;
        line-height: 18px !important;
        margin: 0 0 8px;
        display: block; }
      section.contact .main-col form .form-field input[type="text"],
      section.contact .main-col form .form-field input[type="email"],
      section.contact .main-col form .form-field select,
      section.contact .main-col form .form-field textarea {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px !important;
        font-weight: 400 !important;
        color: #44626f !important;
        line-height: 20px !important;
        padding: 8px 10px;
        background: #FFFFFF;
        border: 1px solid #C6CFD3;
        width: 100%;
        box-sizing: border-box;
        border-radius: 4px; }
        section.contact .main-col form .form-field input.error[type="text"],
        section.contact .main-col form .form-field input.error[type="email"],
        section.contact .main-col form .form-field select.error,
        section.contact .main-col form .form-field textarea.error {
          border-color: red; }
      section.contact .main-col form .form-field select {
        background: url("/assets/img/icon-select-background.svg") no-repeat 96% 12px;
        background-size: 10px; }
        @media screen and (min-width: 1024px) {
          section.contact .main-col form .form-field select {
            background: none; } }
      section.contact .main-col form .form-field button {
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 600;
        font-size: 14px !important;
        color: #fff !important;
        display: inline-block;
        background: #0865d1;
        border-radius: 4px;
        padding: 14px 0;
        text-transform: uppercase;
        width: auto !important;
        width: 100% !important;
        display: block;
        border: none; }
        @media screen and (min-width: 1024px) {
          section.contact .main-col form .form-field button {
            font-family: 'Open Sans', sans-serif !important;
            font-weight: 600;
            font-size: 14px !important;
            color: #fff !important;
            display: inline-block;
            background: #0865d1;
            border-radius: 4px;
            padding: 14px 43px;
            text-transform: uppercase;
            width: auto !important;
            width: auto; } }
      section.contact .main-col form .form-field ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        opacity: 0.5; }
      section.contact .main-col form .form-field ::-moz-placeholder {
        /* Firefox 19+ */
        opacity: 0.5; }
      section.contact .main-col form .form-field :-ms-input-placeholder {
        /* IE 10+ */
        opacity: 0.5; }
      section.contact .main-col form .form-field :-moz-placeholder {
        /* Firefox 18- */
        opacity: 0.5; }
  section.contact .side-col {
    background: #f5f9fc;
    padding: 43px 16px; }
    @media screen and (min-width: 1024px) {
      section.contact .side-col {
        float: right;
        width: 326px;
        background: none;
        padding: 0; } }
    @media screen and (min-width: 1024px) {
      section.contact .side-col .sidecol-box {
        background: #f5f9fc;
        padding: 43px;
        margin-bottom: 40px;
        width: 100%;
        box-sizing: border-box;
        border-radius: 4px; } }
    section.contact .side-col .sidecol-box h2 {
      font-size: 15px !important;
      margin-bottom: 7px; }
      @media screen and (min-width: 1024px) {
        section.contact .side-col .sidecol-box h2 {
          font-size: 18px !important; } }
    section.contact .side-col .sidecol-box p {
      font-size: 14px !important;
      padding: 0 0 18px;
      margin: 0; }
      @media screen and (min-width: 1024px) {
        section.contact .side-col .sidecol-box p {
          font-size: 17px !important;
          line-height: 27px !important; } }
    section.contact .side-col .help-box p:last-child {
      padding-bottom: 0; }
    section.contact .side-col .help-box a {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 600 !important;
      color: #0865d1 !important;
      line-height: 18px !important;
      text-decoration: underline; }
      @media screen and (min-width: 1024px) {
        section.contact .side-col .help-box a {
          font-size: 17px !important; } }
      section.contact .side-col .help-box a span {
        width: 16px;
        height: 16px;
        display: inline-block;
        background: url("/assets/img/icon-right-arrow.svg") no-repeat 0 0;
        background-size: 100%;
        position: relative;
        top: 3px;
        left: 5px; }
    section.contact .side-col .social-box {
      display: none; }
      @media screen and (min-width: 1024px) {
        section.contact .side-col .social-box {
          display: inline-block; } }
      section.contact .side-col .social-box a {
        width: 16px;
        height: 16px;
        display: inline-block;
        margin: 30px 30px 0 0; }
      section.contact .side-col .social-box a.twitter {
        background: url("/assets/img/social/x-logo-black.png") no-repeat 0 0;
        background-size: 100%; }

section.legal {
  margin: 50px 0; }
  section.legal h1 {
    font-family: 'Work Sans', sans-serif;
    font-size: 22px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 26px !important;
    margin-bottom: 5px; }
    @media screen and (min-width: 1024px) {
      section.legal h1 {
        font-family: 'Work Sans', sans-serif;
        font-size: 44px !important;
        font-weight: 200 !important;
        color: #454F53 !important;
        line-height: 48px !important;
        margin-bottom: 7px;
        line-height: 60px !important;
        letter-spacing: 0.37px; } }
  section.legal h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #454F53 !important;
    line-height: 22px !important;
    margin: 31px 0 7px; }
    @media screen and (min-width: 1024px) {
      section.legal h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 24px !important;
        font-weight: 700 !important;
        color: #454F53 !important;
        line-height: 28px !important;
        margin: 26px 0 14px;
        line-height: 32px !important; } }
  section.legal h3,
  section.legal h4,
  section.legal h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #454F53 !important;
    line-height: 18px !important;
    line-height: 22px !important;
    text-transform: initial;
    margin: 25px 0 7px !important; }
    @media screen and (min-width: 1024px) {
      section.legal h3,
      section.legal h4,
      section.legal h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 17px !important;
        font-weight: 700 !important;
        color: #454F53 !important;
        line-height: 21px !important;
        line-height: 27px !important; } }
  section.legal p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 18px !important;
    line-height: 22px !important;
    margin-bottom: 10px; }
    @media screen and (min-width: 1024px) {
      section.legal p {
        font-family: 'Open Sans', sans-serif;
        font-size: 17px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 21px !important;
        line-height: 27px !important;
        margin-bottom: 20px; } }
  section.legal ul,
  section.legal ol {
    list-style-type: disc;
    margin: 0 0 20px 20px; }
    section.legal ul li,
    section.legal ol li {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 18px !important;
      line-height: 22px !important;
      margin-bottom: 10px;
      margin-left: 20px; }
      @media screen and (min-width: 1024px) {
        section.legal ul li,
        section.legal ol li {
          font-family: 'Open Sans', sans-serif;
          font-size: 17px !important;
          font-weight: 400 !important;
          color: #454F53 !important;
          line-height: 21px !important;
          line-height: 27px !important; } }
  section.legal ol {
    list-style-type: decimal; }
  section.legal blockquote {
    margin: 13px 0; }
    @media screen and (min-width: 1024px) {
      section.legal blockquote {
        margin: 26px 90px; } }
    section.legal blockquote p {
      font-family: 'Open Sans', sans-serif;
      font-size: 20px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 24px !important;
      font-style: italic;
      line-height: 30px !important; }
      @media screen and (min-width: 1024px) {
        section.legal blockquote p {
          font-family: 'Open Sans', sans-serif;
          font-size: 28px !important;
          font-weight: 400 !important;
          color: #454F53 !important;
          line-height: 32px !important;
          line-height: 40px !important; } }
section.forohfor {
  background: url("/assets/img/bg-404.svg") no-repeat 50% 50%;
  background-size: cover;
  padding: 50px 0;
  height: calc(100vh - 363px); }
  @media screen and (min-width: 1024px) {
    section.forohfor {
      height: calc(100vh - 405px); } }
  section.forohfor h1 {
    font-family: 'Work Sans', sans-serif;
    font-size: 120px !important;
    font-weight: 200 !important;
    color: #0865d1 !important;
    line-height: 124px !important;
    text-align: center;
    margin: 0 0 30px; }
    @media screen and (min-width: 768px) {
      section.forohfor h1 {
        text-align: right; } }
  section.forohfor p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #0865d1 !important;
    line-height: 18px !important;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px; }
    @media screen and (min-width: 768px) {
      section.forohfor p {
        text-align: right; } }
    section.forohfor p span {
      background: url("/assets/img/chevron-left.svg") no-repeat 0 0;
      background-size: 100%;
      width: 9px;
      height: 16px;
      margin: 0px 5px 0 0;
      top: 4px;
      display: inline-block;
      position: relative; }
    section.forohfor p a {
      color: #0865d1 !important; }
  @media screen and (min-width: 768px) {
    section.forohfor p.link {
      margin: 40px 0 10px; } }
  @media screen and (min-width: 768px) {
    section.forohfor .container {
      position: absolute;
      width: 220px;
      height: 300px;
      bottom: 25%;
      right: 10%; } }
  @media screen and (min-width: 1024px) {
    section.forohfor .container {
      bottom: 35%; } }
body.no-nav .menu-toggle {
  display: none; }

body.no-nav nav li {
  display: none; }

body.no-nav nav li.book-a-trial {
  display: inline-block; }

section.landing-hero {
  position: relative;
  z-index: 1000; }
  section.landing-hero .full-width-bg {
    display: none; }
    @media screen and (min-width: 768px) {
      section.landing-hero .full-width-bg {
        display: block; } }
  section.landing-hero .container {
    width: 100%; }
    @media screen and (min-width: 768px) {
      section.landing-hero .container {
        border-bottom: 1px solid #0865d1; } }
    @media screen and (min-width: 1024px) {
      section.landing-hero .container {
        border: none; } }
    @media screen and (min-width: 1280px) {
      section.landing-hero .container {
        padding: 50px 0; } }
  section.landing-hero .hero-image {
    width: 100%;
    margin: 30px auto 15px;
    border-bottom: 1px solid #0865d1; }
    @media screen and (min-width: 768px) {
      section.landing-hero .hero-image {
        border: none; } }
  section.landing-hero .hero-image-mobile {
    width: 100%;
    max-width: 414px;
    height: auto;
    max-height: 340px;
    display: block;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      section.landing-hero .hero-image-mobile {
        display: none; } }
    section.landing-hero .hero-image-mobile img {
      width: 100%;
      display: block; }
  section.landing-hero .hero-image-desktop {
    display: none; }
    @media screen and (min-width: 768px) {
      section.landing-hero .hero-image-desktop {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 1032px;
        height: auto;
        max-height: 380px;
        z-index: 100; } }
    section.landing-hero .hero-image-desktop img {
      display: block;
      width: 100%; }
  @media screen and (min-width: 768px) {
    section.landing-hero .full-width {
      display: none; } }
  section.landing-hero .hero-content {
    width: calc(100% - 40px);
    margin: 0 auto;
    z-index: 200;
    position: relative; }
    @media screen and (min-width: 1440px) {
      section.landing-hero .hero-content {
        width: 100%; } }
  section.landing-hero h3 {
    margin: 28px 0 10px; }
    @media screen and (min-width: 1024px) {
      section.landing-hero h3 {
        margin: 0 0 10px; } }
    @media screen and (min-width: 1440px) {
      section.landing-hero h3 {
        margin-top: 0; } }
  section.landing-hero h1 {
    font-family: 'Work Sans', sans-serif;
    font-size: 22px !important;
    font-weight: 200 !important;
    color: #042F42 !important;
    line-height: 26px !important;
    margin: 10px auto 0; }
    @media screen and (min-width: 768px) {
      section.landing-hero h1 {
        font-family: 'Work Sans', sans-serif;
        font-size: 30px !important;
        font-weight: 200 !important;
        color: #042F42 !important;
        line-height: 34px !important;
        line-height: 40px !important;
        max-width: 410px;
        margin: 0 0 0; } }
    @media screen and (min-width: 1024px) {
      section.landing-hero h1 {
        font-family: 'Work Sans', sans-serif;
        font-size: 44px !important;
        font-weight: 200 !important;
        color: #042F42 !important;
        line-height: 48px !important;
        line-height: 60px !important;
        margin: 10px 0 0;
        max-width: 600px; } }
  section.landing-hero p {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #454F53 !important;
    line-height: 20px !important;
    letter-spacing: 0,07px;
    margin: 0px 0 35px; }
    @media screen and (min-width: 768px) {
      section.landing-hero p {
        max-width: 410px; } }
    section.landing-hero p.hero-sub-text {
      letter-spacing: normal;
      text-transform: uppercase;
      font-family: 'Work Sans', sans-serif;
      font-size: 16px !important;
      font-weight: 600 !important;
      color: #0865d1 !important;
      line-height: 20px !important;
      line-height: 30px !important;
      margin: 35px 0; }
      @media screen and (min-width: 768px) {
        section.landing-hero p.hero-sub-text {
          max-width: 440px; } }
  section.landing-hero a {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    font-size: 14px !important;
    color: #fff !important;
    display: inline-block;
    background: #0865d1;
    border-radius: 4px;
    padding: 14px 33px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 33px;
    width: auto !important;
    display: block; }
    @media screen and (min-width: 768px) {
      section.landing-hero a {
        padding: 22px 40px;
        width: auto !important;
        font-size: 16px !important;
        line-height: 0;
        margin: 0 0 0 16px; } }
    @media screen and (min-width: 1024px) {
      section.landing-hero a {
        padding: 27px 60px;
        width: auto !important;
        font-size: 20px !important;
        line-height: 0;
        margin-bottom: 60px; } }
section.landing-testimonial {
  position: relative;
  z-index: 2000; }
  @media screen and (min-width: 768px) {
    section.landing-testimonial {
      background: #f5f9fc;
      padding-top: 60px; } }
  section.landing-testimonial .container {
    width: 100%; }
    @media screen and (min-width: 768px) {
      section.landing-testimonial .container {
        width: calc(100% - 40px); } }
  section.landing-testimonial .testimonial__image-mobile {
    width: 200px;
    margin: 0 auto; }
    section.landing-testimonial .testimonial__image-mobile img {
      width: 100%;
      display: block; }
    @media screen and (min-width: 768px) {
      section.landing-testimonial .testimonial__image-mobile {
        display: none; } }
  section.landing-testimonial .testimonial__image-desktop {
    display: none; }
    section.landing-testimonial .testimonial__image-desktop img {
      width: 100%;
      display: block; }
    @media screen and (min-width: 768px) {
      section.landing-testimonial .testimonial__image-desktop {
        display: block;
        width: 50%;
        float: left; }
        section.landing-testimonial .testimonial__image-desktop img {
          width: 60%;
          display: block;
          margin: 0 auto; } }
  section.landing-testimonial .testimonial__content {
    background: #f5f9fc;
    padding: 35px 24px; }
    @media screen and (min-width: 768px) {
      section.landing-testimonial .testimonial__content {
        width: 50%;
        float: right;
        padding: 35px 24px 0;
        box-sizing: border-box; } }
    @media screen and (min-width: 1024px) {
      section.landing-testimonial .testimonial__content {
        padding: 130px 50px 0 0; } }
    @media screen and (min-width: 1024px) {
      section.landing-testimonial .testimonial__content.sixty {
        padding: 60px 50px 0 0; } }
    section.landing-testimonial .testimonial__content .testimonial__copy {
      font-family: 'Work Sans', sans-serif;
      font-size: 16px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 20px !important;
      padding: 0 0 15px; }
      @media screen and (min-width: 1024px) {
        section.landing-testimonial .testimonial__content .testimonial__copy {
          font-family: 'Work Sans', sans-serif;
          font-size: 28px !important;
          font-weight: 400 !important;
          color: #454F53 !important;
          line-height: 32px !important;
          line-height: 35px !important; } }
    section.landing-testimonial .testimonial__content .testimonial__details {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 18px !important;
      margin-bottom: 10px; }
      section.landing-testimonial .testimonial__content .testimonial__details .name,
      section.landing-testimonial .testimonial__content .testimonial__details .position {
        display: block; }
      section.landing-testimonial .testimonial__content .testimonial__details .name {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #454F53 !important;
        line-height: 20px !important; }
      section.landing-testimonial .testimonial__content .testimonial__details .position {
        margin-top: 8px;
        font-style: italic; }
      @media screen and (min-width: 1024px) {
        section.landing-testimonial .testimonial__content .testimonial__details {
          font-family: 'Open Sans', sans-serif;
          font-size: 17px !important;
          font-weight: 400 !important;
          color: #454F53 !important;
          line-height: 21px !important; } }
    section.landing-testimonial .testimonial__content .testimonial__link {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 700 !important;
      color: #0865d1 !important;
      line-height: 18px !important;
      text-decoration: underline;
      padding: 0 10px 0 0; }
      section.landing-testimonial .testimonial__content .testimonial__link span {
        background: url("/assets/img/icon-right-arrow.svg") no-repeat 0 0;
        background-size: 100%;
        width: 16px;
        height: 16px;
        display: inline-block;
        position: relative;
        top: 3px;
        left: 5px; }

section.landing-logo-belt {
  background: #0865d1; }
  @media screen and (min-width: 1024px) {
    section.landing-logo-belt {
      padding: 60px 0; } }
  section.landing-logo-belt h3 {
    color: #fff !important;
    text-align: center;
    margin: 38px 0 23px;
    padding: 0; }
  section.landing-logo-belt .logo-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 30px; }
  section.landing-logo-belt .logo-col {
    width: 30%;
    margin: 0 4px 10px; }
    section.landing-logo-belt .logo-col img {
      width: 100%; }
    @media screen and (min-width: 768px) {
      section.landing-logo-belt .logo-col {
        width: 15%;
        margin: 0 10px; } }
  section.landing-logo-belt .logo-col:nth-child(4),
  section.landing-logo-belt .logo-col:nth-child(5) {
    margin-bottom: 0; }

section.landing-fifty-block {
  background: #f5f9fc;
  padding-top: 20px;
  min-height: 400px; }
  section.landing-fifty-block .testimonial {
    background: #FCF8CB;
    margin: 0 auto 40px;
    border-radius: 4px;
    padding: 22px; }
    section.landing-fifty-block .testimonial blockquote {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 18px !important;
      font-style: italic;
      line-height: 22px !important;
      font-style: italic;
      margin: 0 0 10px; }
    section.landing-fifty-block .testimonial cite {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 400 !important;
      color: #999EA1 !important;
      line-height: 18px !important;
      font-style: normal; }
  @media screen and (min-width: 768px) {
    section.landing-fifty-block {
      padding: 60px 0; } }
  @media screen and (min-width: 1024px) {
    section.landing-fifty-block {
      padding: 90px 0; } }
  section.landing-fifty-block .container {
    width: 100%; }
  section.landing-fifty-block h2 {
    font-family: 'Work Sans', sans-serif;
    font-size: 22px !important;
    font-weight: 200 !important;
    color: #454F53 !important;
    line-height: 26px !important;
    padding: 0 20px 0 0;
    margin: 0 0 20px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      section.landing-fifty-block h2 {
        font-family: 'Work Sans', sans-serif;
        font-size: 33px !important;
        font-weight: 200 !important;
        color: #454F53 !important;
        line-height: 37px !important;
        padding: 0;
        margin: 0 0 60px; } }
    @media screen and (min-width: 1024px) {
      section.landing-fifty-block h2 {
        font-family: 'Work Sans', sans-serif;
        font-size: 44px !important;
        font-weight: 200 !important;
        color: #454F53 !important;
        line-height: 48px !important;
        margin: 0 0 90px; } }
  section.landing-fifty-block .module-image {
    width: calc(100% - 40px);
    margin: 21px auto; }
    section.landing-fifty-block .module-image img {
      display: block;
      width: 100%; }
    @media screen and (min-width: 768px) {
      section.landing-fifty-block .module-image {
        width: 50%;
        float: left;
        margin: 0 auto; }
        section.landing-fifty-block .module-image img {
          display: block;
          width: 95%;
          margin: 0 auto; } }
  @media screen and (min-width: 1024px) {
    section.landing-fifty-block .module-image.big-bottom {
      display: none; } }
  section.landing-fifty-block img.big-bottom {
    display: none; }
    @media screen and (min-width: 1024px) {
      section.landing-fifty-block img.big-bottom {
        display: block;
        position: absolute;
        width: 45%;
        bottom: -220px;
        left: 0; } }
  section.landing-fifty-block .module-copy {
    width: calc(100% - 32px);
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      section.landing-fifty-block .module-copy {
        width: 50%;
        float: right;
        padding: 0 0 0 50px;
        box-sizing: border-box; } }
    section.landing-fifty-block .module-copy h2 {
      font-family: 'Open Sans', sans-serif;
      font-size: 18px !important;
      font-weight: 700 !important;
      color: #454F53 !important;
      line-height: 22px !important;
      margin: 14px 0;
      text-align: left; }
    section.landing-fifty-block .module-copy p {
      font-family: 'Open Sans', sans-serif;
      font-size: 16px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 20px !important;
      line-height: 24px !important;
      margin: 0 auto 10px; }
    section.landing-fifty-block .module-copy ul {
      padding-bottom: 21px; }
      section.landing-fifty-block .module-copy ul li {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #454F53 !important;
        line-height: 18px !important;
        margin-bottom: 16px;
        position: relative;
        padding: 0 0 0 24px; }
        @media screen and (min-width: 768px) {
          section.landing-fifty-block .module-copy ul li {
            font-family: 'Open Sans', sans-serif;
            font-size: 17px !important;
            font-weight: 400 !important;
            color: #454F53 !important;
            line-height: 21px !important;
            margin-bottom: 20px; } }
      section.landing-fifty-block .module-copy ul li:before {
        width: 8px;
        height: 8px;
        background: #0865d1;
        border-radius: 4px;
        content: '';
        position: absolute;
        top: 5px;
        left: 0; }

section.landing-fifty-block-alternate {
  background: #eaf3fa; }
  section.landing-fifty-block-alternate .testimonial {
    background: #FCF8CB;
    margin: 0 auto 40px;
    border-radius: 4px;
    padding: 22px; }
    section.landing-fifty-block-alternate .testimonial blockquote {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 18px !important;
      font-style: italic;
      line-height: 22px !important;
      font-style: italic;
      margin: 0 0 10px; }
    section.landing-fifty-block-alternate .testimonial cite {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 400 !important;
      color: #999EA1 !important;
      line-height: 18px !important;
      font-style: normal; }
  @media screen and (min-width: 768px) {
    section.landing-fifty-block-alternate .module-image {
      width: 50%;
      float: right; } }
  @media screen and (min-width: 1024px) {
    section.landing-fifty-block-alternate img.big-bottom {
      right: 0;
      left: auto;
      bottom: -90px; } }
  @media screen and (min-width: 768px) {
    section.landing-fifty-block-alternate .module-copy {
      width: 50%;
      float: left;
      padding: 0 50px 0 0;
      box-sizing: border-box; } }
section.landing-cta {
  background: url("/assets/img/bg-contact-module.svg") no-repeat 0 0;
  background-size: cover;
  padding: 55px 0; }
  @media screen and (min-width: 1024px) {
    section.landing-cta {
      padding: 85px 0; } }
  section.landing-cta h3 {
    text-align: center;
    margin: 0 0 5px; }
    @media screen and (min-width: 1024px) {
      section.landing-cta h3 {
        margin: 0 0 10px; } }
  section.landing-cta h2 {
    line-height: 24px !important;
    text-align: center;
    margin: 0 0 30px; }
    @media screen and (min-width: 1024px) {
      section.landing-cta h2 {
        margin: 0 0 40px; } }
    @media screen and (min-width: 768px) {
      section.landing-cta h2 br {
        display: none; } }
  @media screen and (min-width: 1024px) {
    section.landing-cta .cta-block {
      text-align: center; } }
  section.landing-cta a {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    font-size: 14px !important;
    color: #fff !important;
    display: inline-block;
    background: #0865d1;
    border-radius: 4px;
    padding: 14px 0;
    text-transform: uppercase;
    width: auto !important;
    margin: 0 auto 20px;
    display: block !important;
    text-align: center;
    max-width: 348px; }
    @media screen and (min-width: 1024px) {
      section.landing-cta a {
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 600;
        font-size: 20px !important;
        color: #fff !important;
        display: inline-block;
        background: #0865d1;
        border-radius: 4px;
        padding: 20px 0;
        text-transform: uppercase;
        width: auto !important;
        display: inline-block !important;
        width: 256px !important;
        margin: 0 16px; } }
.block-title {
  font-family: 'Work Sans', sans-serif;
  font-size: 22px !important;
  font-weight: 200 !important;
  color: #042F42 !important;
  line-height: 26px !important;
  margin: 0; }
  @media screen and (min-width: 768px) {
    .block-title {
      font-family: 'Work Sans', sans-serif;
      font-size: 30px !important;
      font-weight: 200 !important;
      color: #042F42 !important;
      line-height: 34px !important;
      line-height: 40px !important; } }
  @media screen and (min-width: 1024px) {
    .block-title {
      font-family: 'Work Sans', sans-serif;
      font-size: 44px !important;
      font-weight: 200 !important;
      color: #042F42 !important;
      line-height: 48px !important;
      line-height: 60px !important; } }
.block-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #454F53 !important;
  line-height: 22px !important; }
  @media screen and (min-width: 768px) {
    .block-subtitle {
      font-family: 'Open Sans', sans-serif;
      font-size: 24px !important;
      font-weight: 700 !important;
      color: #454F53 !important;
      line-height: 28px !important; } }
.block-small-subtitle {
  font-family: 'Work Sans', sans-serif;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #454F53 !important;
  line-height: 16px !important;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .block-small-subtitle {
      font-family: 'Work Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 600 !important;
      color: #454F53 !important;
      line-height: 18px !important; } }
.block-paragraph {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #454F53 !important;
  line-height: 20px !important; }
  @media screen and (min-width: 1024px) {
    .block-paragraph {
      font-family: 'Open Sans', sans-serif;
      font-size: 20px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 24px !important; } }
.block-bullets li {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px !important;
  font-weight: 400 !important;
  color: #454F53 !important;
  line-height: 21px !important;
  position: relative;
  padding: 0 0 0 24px;
  margin-bottom: 20px; }

.block-bullets li:before {
  width: 8px;
  height: 8px;
  background: #0865d1;
  border-radius: 4px;
  content: '';
  position: absolute;
  top: 6px;
  left: 0; }

.block-ordered-list li {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px !important;
  font-weight: 400 !important;
  color: #454F53 !important;
  line-height: 21px !important;
  position: relative;
  padding: 0;
  margin: 0 0 20px 20px;
  list-style-type: decimal; }

.block-definition-list dt {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #454F53 !important;
  line-height: 19px !important;
  margin-bottom: 3px; }
  @media screen and (min-width: 1024px) {
    .block-definition-list dt {
      font-family: 'Open Sans', sans-serif;
      font-size: 18px !important;
      font-weight: 700 !important;
      color: #454F53 !important;
      line-height: 22px !important;
      margin-bottom: 6px; } }
.block-definition-list dd {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #454F53 !important;
  line-height: 18px !important;
  margin-bottom: 15px; }
  @media screen and (min-width: 1024px) {
    .block-definition-list dd {
      font-family: 'Open Sans', sans-serif;
      font-size: 17px !important;
      font-weight: 400 !important;
      color: #454F53 !important;
      line-height: 21px !important;
      margin-bottom: 25px; } }
.block-notes {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #75848B !important;
  line-height: 18px !important; }

.block-image {
  width: 100%;
  display: block; }

.block-button {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600;
  font-size: 14px !important;
  color: #fff !important;
  display: inline-block;
  background: #0865d1;
  border-radius: 4px;
  padding: 14px 33px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: auto; }
