/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

 html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }


/* For devices larger than 550px */
@media (min-width: 768px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}
/* Font
 –––––––––––––––––––––––––––––––––––––––––––––––––– */
 @font-face {
  font-family: 'Gilroy-Bold';
  font-style: normal;
  font-weight: 400;
  src: local('Gilroy-Bold'), url('https://fonts.cdnfonts.com/s/16219/Gilroy-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Gilroy-Heavy';
  font-style: normal;
  font-weight: 400;
  src: local('Gilroy-Heavy'), url('https://fonts.cdnfonts.com/s/16219/Gilroy-Heavy.woff') format('woff');
}
@font-face {
  font-family: 'Gilroy-Light';
  font-style: normal;
  font-weight: 400;
  src: local('Gilroy-Light'), url('https://fonts.cdnfonts.com/s/16219/Gilroy-Light.woff') format('woff');
}
@font-face {
  font-family: 'Gilroy-Medium';
  font-style: normal;
  font-weight: 400;
  src: local('Gilroy-Medium'), url('https://fonts.cdnfonts.com/s/16219/Gilroy-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Gilroy-Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Gilroy-Regular'), url('https://fonts.cdnfonts.com/s/16219/Gilroy-Regular.woff') format('woff');
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Variables
 –––––––––––––––––––––––––––––––––––––––––––––––––– */
 :root {
  --primary-dark: #4B4B4B;
  --primary-blue: #172852;
  --secondary-blue:#0076BB;
  --secondary-orange:#F2633B;
  --secondary-gold:#F4B21F;
  --secondary-green:#1E978A;
  --tertiary-purple:#5849A6;
  --tertiary-fuschia:#C13769;
  --white: #ffffff;
  --black: #000000;
  --grey:#E1E1E1;
  --font-bold:'Gilroy-Bold', sans-serif;
  --section-padding: 6.8rem 0;
}

@media screen and (min-width:768px){
  :root {
    --section-padding: 11.2rem 0;
  }
}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.8em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Gilroy-Regular', sans-serif;
  color: var(--primary-dark); 
  opacity: 1;
  transition: opacity 0.3 ease-in-out;
}

  .loading{
    opacity: 0;
  }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400;
  font-family: var(--font-bold); }
h1 { font-size: 4.0rem; line-height: 1.05; letter-spacing: -1.44px;}
h2 { font-size: 3.2rem; line-height: 1.1;  letter-spacing: -1.2px;}
h3 { font-size: 3.0rem; line-height: 1.1; margin-bottom:1rem;   }
h4 { font-size: 2.4rem; line-height: 1.35;}
h5 { font-size: 1.8rem; line-height: 1.5;}
h6 { font-size: 1.5rem; line-height: 1.6;  }

/* Larger than phablet */
@media (min-width: 768px) {
  h1 { font-size: 4.8rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.2rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }

  .txt__orange{
    color:var(--secondary-orange);
  }

  .txt__white{
    color:var(--white);
  }
  .txt__darkblue{
    color:var(--primary-blue);
  }
  .txt__gold{
    color:var(--secondary-gold);
  }

  strong{
    font-family: var(--font-bold);
  }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: var(--secondary-blue) }
a:hover {
  color: var(--secondary-orange) }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.btn{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.8rem 2.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  border-radius: 0.8rem;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn:hover{
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.btn-primary{
  color:var(--white);
  background: var(--secondary-blue);
}

.btn-primary:hover{
  color:var(--white);
  background:var(--secondary-orange);
}


@media screen and (max-width:767px){
  .btn-primary{
    width:100%;
  }
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }

img{
  max-width:100%;
  height:auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width:767px){
  .hide-on-mobile{
    display:none;
  }
}


@media screen and (min-width:768px){
  .hide-on-desktop{
    display:none;
  }
}


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

img{
  max-width: 100%;
  height:auto;
}


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

  /* Flexbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.flex-container{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.justify-center{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.valign-center{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.space-between{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-right{
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}


  /* Logo Bar
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.logo-container{
  background:var(--primary-blue);
  padding:3.2rem 0;
}

.logo-container img{
  width:110px
}

@media screen and (min-width:550px){
  .logo-container img{
    width:195px
  }
}

@media screen and (max-width:767px){
  .logo-container .container{
    padding-left:3.2rem;
    padding-right:3.2rem;
  }
}

  /* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header{
  position: relative;
  padding:var(--section-padding);
}
header picture{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
}
header img{
  -o-object-fit: cover;
     object-fit: cover;
  height:100%;
  width:100%;
}

@media screen and (min-width:768px){
  header img{
    -o-object-position: 60%;
       object-position: 60%;
    border-radius: 0px 0px 60px 60px;
    }
}

@media screen and (min-width:768px) and (max-width:1000px){
  header .one-half.column{
    width:75%;
  }
}

@media screen and (max-width:767px){
  header img{
    -o-object-position: top;
       object-position: top;
    }
  header .one-half.column{
    width:100%;
    padding-top:36rem;
  }

  header .container{
    width:100%;
    max-width: 100%;
    padding-left:3.2rem;
    padding-right:3.2rem;
  }
}

/* Personas
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.mod-personas{
  padding:var(--section-padding);
  text-align: center;
}

.mod-personas .container{
  max-width: 842px;
}

.mod-personas h3{
  font-size:4.8rem;
  margin-bottom:3.2rem;
}
.persona-nav{
  list-style: none;
  margin:4.0rem 0 6.5rem 0;
  padding:0;
}

.persona-nav li{
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
}

.persona-nav li a{
  color:var(--primary-dark);
}

@media screen and (min-width:768px){
  .persona-nav .active a{
    background:var(--secondary-green);
    color:var(--white);
  }
  
  .persona-nav li a:hover{
    color:var(--secondary-orange);
  }
  
  .persona-nav .active a:hover{
    background:var(--secondary-green);
    color:var(--white);
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .selected-item {
    display:none;
  }
}
@media screen and (max-width:767px){
  .fake-dropdown {
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid var(--black);
    border-radius: 6px;
    cursor: pointer;
  }

  .selected-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left:2.4rem;
    height: 100%;
    font-size: 16px;
    font-family:var(--font-bold);
  }

  .selected-item::after {
    content: ''; 
    display: inline-block;
    width: 14px; 
    height: 14px; 
    background-image: url('https://www.biocatch.com/hubfs/Marketbridge/BIOC0087/images/mb-icon-down.png'); 
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: center;
    position: absolute;
    right: 24px; 
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); 
  }

  .dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% + 2px);
    margin: -4px 0 0 -1px;
    padding: 0;
    list-style: none;
    border: 1px solid var(--black);
    border-top:0;
    border-radius: 0 0 6px 6px;
    background-color: var(--white);
    max-height: 200px; /* for overflow control */
    overflow-y: auto;
    display: none; /* initially hidden */
    z-index:99;
  }

  .dropdown-list li {
    text-align: center;
  }

  .dropdown-list li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
  }

  .dropdown-list li a:hover {
    background-color: #ececec;
  }
  .slide-copy h3{
    margin-top:5.4rem;
  }

  .mod-personas .container{
    width:100%;
    max-width:100%;
    padding-left:3.2rem;
    padding-right:3.2rem;
  }

}

.slide-copy{
  font-size:2.0rem;
  text-align: left;
}

.slide-video{
  position: relative;
  line-height:0;
}

.slide-video  .custom-play {
  position: absolute;
  bottom: 2.4rem;
  right: 2.4rem;
  width: 55px;
  height: 55px;
  background: url('https://www.biocatch.com/hubfs/Marketbridge/BIOC0087/images/mb-icon-play.png') no-repeat center center / contain;
  cursor: pointer;
  z-index: 2;
}

.slide-video  .custom-play:hover {
  background-image:url('https://www.biocatch.com/hubfs/Marketbridge/BIOC0087/images/mb-icon-play-hi.png');
}


.slide-video  .custom-play.pause {
  background-image: url('https://www.biocatch.com/hubfs/Marketbridge/BIOC0087/images/mb-icon-pause.png');
}

.slide-video  .custom-play.pause:hover {
  background-image: url('https://www.biocatch.com/hubfs/Marketbridge/BIOC0087/images/mb-icon-pause-hi.png');
}

.slide-video video{
  max-width:100%;
  border-radius: 20px;
}

.slide-video{
  background-size:auto 74%;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left:3.0rem;
  margin-bottom:2.4rem;
}


.slide__purple{
  background-image:url(https://www.biocatch.com/hubfs/Marketbridge/BIOC0087/images/mb-video-bg-purple.png);
}

.slide__green{
  background-image:url(https://www.biocatch.com/hubfs/Marketbridge/BIOC0087/images/mb-video-bg-green.png);
}

.slide__yellow{
  background-image:url(https://www.biocatch.com/hubfs/Marketbridge/BIOC0087/images/mb-video-bg-yellow.png);
}

.slide__fuschia{
  background-image:url(https://www.biocatch.com/hubfs/Marketbridge/BIOC0087/images/mb-video-bg-fuschia.png);
}

.slick-dots{
  width:auto;
  padding-left:3.0rem;
}

.slick-dots li{
  width:auto;
}

.slick-dots li button {
  background-color: #D9D9D9;
  border-radius: 50%;   
  width: 12px;         
  height: 12px;
  border: none;   
  -webkit-transition: all 0.3s ease;   
  -o-transition: all 0.3s ease;   
  transition: all 0.3s ease;
}


.slick-dots li.slick-active button {
  background-color: #006EFF;
  border-radius: 25px;  
  width:64px;           
}

.slick-dots li button:before{
  content:none;
}

.slick-dotted.slick-slider{
  margin-bottom:0;
}

.arrows{
  gap:1.6rem;
  margin-top:-1.6rem;
  cursor:pointer;
  margin-left:18rem;
}


@media screen and (max-width:767px){
  .slide-video{
    padding-left:0;
    padding-bottom:2.0rem;
    background-position: center bottom;
    margin-bottom:4.0rem;
  }

  .slide-video  .custom-play {
    bottom:4.4rem;
    right:1.6rem;
  }
  .slick-dots{
    padding-left:0;
  }
}

/* Customer Story
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mod-CS{
  background:var(--primary-blue);
  padding:var(--section-padding);
}

.mod-CS .flex-container{
  gap:3.2rem;
}

.mod-CS .flex-container div{
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
}

.mod-CS .card-container .card{
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
  border-radius: 4px;
  background: rgba(1, 9, 13, 0.20);
  padding:3.2rem 1.6rem;
  font-size:1.4rem;
}

.mod-CS .image{
  line-height:0;
}

@media screen and (max-width:767px){
  .mod-CS .flex-container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mod-CS .container{
    max-width:100%;
    width:100%;
  }
  .mod-CS .txt__white{
    padding-left:3.2rem;
    padding-right:3.2rem;
  }
  .mod-CS{
    padding-bottom:0;
  }
}

@media screen and (min-width:768px){
  .mod-CS img{
    border-radius:2.0rem;
    display: block;
  }
}

/* Solutions
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mod-solutions{
  padding:var(--section-padding);
}

@media screen and (max-width:767px){
  .mod-solutions{
    padding-bottom:0;
  }
}

.mod-solutions .card-container{
  margin-top:4.0rem;
  gap:3.2rem;
}

.mod-solutions .card-container .card{
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
  padding:3.2rem;
  color:var(--white);
  font-size:1.6rem;
  border-radius: 0.8rem;
}

.c__green{
  background:var(--secondary-green);
}

.c__purple{
  background:var(--tertiary-purple);
}

.c__fuschia{
  background:var(--tertiary-fuschia)
}

.mod-solutions .card h3{
  margin-bottom:1.6rem;
}

.mod-solutions .icon{
  margin-bottom:0.8rem;
}

@media screen and (max-width:767px){
  .mod-solutions .card-container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap:0;
  }
  .mod-solutions .container{
    width:100%;
    max-width:100%;
  }
  .mod-solutions .card-container .card{
    border-radius:0;
  }
  .mod-solutions h2{
    margin-left:3.2rem;
  }
}

/* Success Stories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mod-SS{
  background:var(--primary-blue);
  color:var(--grey);
}

.mod-SS .flex-container{
  gap:3.2rem;
}
.mod-SS .flex-container .copy{
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
}

.mod-SS .flex-container .image{
  -webkit-box-flex:1.75;
      -ms-flex:1.75;
          flex:1.75;
}

.mod-SS img{
  display: block;
}

.mod-SS .copy{
  padding:7.2rem 0;
}

.mod-SS h2{
  font-size:5.6rem;
}

@media screen and (max-width:767px){
  .mod-SS .flex-container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .mod-SS .container{
    width:100%;
    max-width:100%;
  }
  .mod-SS .copy{
    padding-left:3.2rem;
    padding-right:3.2rem;
  }
}


/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

footer{
  padding:4.8rem 0;
  font-family: "Open Sans", serif;
  font-size:1.4rem;
  color:var(--black);
}

footer .flex-container .inline{
  display:inline;
  margin-bottom:1.2rem;
}

.footer-links a{
  font-weight:400;
  color:var(--black);
  padding-right:2.7rem;
  margin-right:2.7rem;
  border-right:1px solid var(--black);
}

.footer-links a:last-child{
  margin-right:0;
  padding-right:0;
  border-right:none;
}

@media screen and (max-width:767px){
  footer .flex-container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap:3.2rem;
  }
  footer .container{
    padding-left:3.2rem;
    padding-right:3.2rem;
  }
}

@media screen and (max-width:525px){
  .footer-links{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap:2.4rem;
  }
  .footer-links a{
    border-right:0;
  }
}