/*! TACHYONS v4.9.0 | http://tachyons.io */
/*
 *
 *      ________            ______
 *      ___  __/_____ _________  /______  ______________________
 *      __  /  _  __ `/  ___/_  __ \_  / / /  __ \_  __ \_  ___/
 *      _  /   / /_/ // /__ _  / / /  /_/ // /_/ /  / / /(__  )
 *      /_/    \__,_/ \___/ /_/ /_/_\__, / \____//_/ /_//____/
 *                                 /____/
 *
 *    TABLE OF CONTENTS
 *
 *    1. External Library Includes
 *       - Normalize.css | http://normalize.css.github.io
 *    2. Tachyons Modules
 *    3. Variables
 *       - Media Queries
 *       - Colors
 *    4. Debugging
 *       - Debug all
 *       - Debug children
 *
 */
/* External Library Includes */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], /* 1 */
[type="reset"], [type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Modules */
/*

  BOX SIZING

*/
html, body, div, article, section, main, footer, header, form, fieldset, legend,
pre, code, a, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, textarea, table,
td, th, tr, input[type="email"], input[type="number"], input[type="password"],
input[type="tel"], input[type="text"], input[type="url"], .border-box {
  box-sizing: border-box;
}

/*

   ASPECT RATIOS

*/
/* This is for fluid media that is embedded from third party sites like youtube, vimeo etc.
 * Wrap the outer element in aspect-ratio and then extend it with the desired ratio i.e
 * Make sure there are no height and width attributes on the embedded media.
 * Adapted from: https://github.com/suitcss/components-flex-embed
 *
 * Example:
 *
 * <div class="aspect-ratio aspect-ratio--16x9">
 *  <iframe class="aspect-ratio--object"></iframe>
 * </div>
 *
 * */
.aspect-ratio {
  height: 0;
  position: relative;
}

.aspect-ratio--16x9 {
  padding-bottom: 56.25%;
}

.aspect-ratio--9x16 {
  padding-bottom: 177.77%;
}

.aspect-ratio--4x3 {
  padding-bottom: 75%;
}

.aspect-ratio--3x4 {
  padding-bottom: 133.33%;
}

.aspect-ratio--6x4 {
  padding-bottom: 66.6%;
}

.aspect-ratio--4x6 {
  padding-bottom: 150%;
}

.aspect-ratio--8x5 {
  padding-bottom: 62.5%;
}

.aspect-ratio--5x8 {
  padding-bottom: 160%;
}

.aspect-ratio--7x5 {
  padding-bottom: 71.42%;
}

.aspect-ratio--5x7 {
  padding-bottom: 140%;
}

.aspect-ratio--1x1 {
  padding-bottom: 100%;
}

.aspect-ratio--object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

/*

   IMAGES
   Docs: http://tachyons.io/docs/elements/images/

*/
/* Responsive images! */
img {
  max-width: 100%;
}

/*

   BACKGROUND SIZE
   Docs: http://tachyons.io/docs/themes/background-size/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/*
  Often used in combination with background image set as an inline style
  on an html element.
*/
.cover {
  background-size: cover !important;
}

.contain {
  background-size: contain !important;
}

/*

    BACKGROUND POSITION

    Base:
    bg = background

    Modifiers:
    -center = center center
    -top = top center
    -right = center right
    -bottom = bottom center
    -left = center left

    Media Query Extensions:
      -ns = not-small
      -m  = medium
      -l  = large

 */
.bg-center {
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-top {
  background-repeat: no-repeat;
  background-position: top center;
}

.bg-right {
  background-repeat: no-repeat;
  background-position: center right;
}

.bg-bottom {
  background-repeat: no-repeat;
  background-position: bottom center;
}

.bg-left {
  background-repeat: no-repeat;
  background-position: center left;
}

/*

   OUTLINES

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.outline {
  outline: 1px solid;
}

.outline-transparent {
  outline: 1px solid transparent;
}

.outline-0 {
  outline: 0;
}

/*

    BORDERS
    Docs: http://tachyons.io/docs/themes/borders/

    Base:
      b = border

    Modifiers:
      a = all
      t = top
      r = right
      b = bottom
      l = left
      n = none

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.ba {
  border-style: solid;
  border-width: 1px;
}

.bt {
  border-top-style: solid;
  border-top-width: 1px;
}

.br {
  border-right-style: solid;
  border-right-width: 1px;
}

.bb {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl {
  border-left-style: solid;
  border-left-width: 1px;
}

.bn {
  border-style: none;
  border-width: 0;
}

/*

   BORDER COLORS
   Docs: http://tachyons.io/docs/themes/borders/

   Border colors can be used to extend the base
   border classes ba,bt,bb,br,bl found in the _borders.css file.

   The base border class by default will set the color of the border
   to that of the current text color. These classes are for the cases
   where you desire for the text and border colors to be different.

   Base:
     b = border

   Modifiers:
   --color-name = each color variable name is also a border color name

*/
.b--black {
  border-color: #000;
}

.b--near-black {
  border-color: #111;
}

.b--dark-gray {
  border-color: #333;
}

.b--mid-gray {
  border-color: #555;
}

.b--gray {
  border-color: #777;
}

.b--silver {
  border-color: #999;
}

.b--light-silver {
  border-color: #aaa;
}

.b--moon-gray {
  border-color: #ccc;
}

.b--light-gray {
  border-color: #eee;
}

.b--near-white {
  border-color: #f4f4f4;
}

.b--white {
  border-color: #fff;
}

.b--white-90 {
  border-color: rgba(255, 255, 255, .9);
}

.b--white-80 {
  border-color: rgba(255, 255, 255, .8);
}

.b--white-70 {
  border-color: rgba(255, 255, 255, .7);
}

.b--white-60 {
  border-color: rgba(255, 255, 255, .6);
}

.b--white-50 {
  border-color: rgba(255, 255, 255, .5);
}

.b--white-40 {
  border-color: rgba(255, 255, 255, .4);
}

.b--white-30 {
  border-color: rgba(255, 255, 255, .3);
}

.b--white-20 {
  border-color: rgba(255, 255, 255, .2);
}

.b--white-10 {
  border-color: rgba(255, 255, 255, .1);
}

.b--white-05 {
  border-color: rgba(255, 255, 255, .05);
}

.b--white-025 {
  border-color: rgba(255, 255, 255, .025);
}

.b--white-0125 {
  border-color: rgba(255, 255, 255, .0125);
}

.b--black-90 {
  border-color: rgba(0, 0, 0, .9);
}

.b--black-80 {
  border-color: rgba(0, 0, 0, .8);
}

.b--black-70 {
  border-color: rgba(0, 0, 0, .7);
}

.b--black-60 {
  border-color: rgba(0, 0, 0, .6);
}

.b--black-50 {
  border-color: rgba(0, 0, 0, .5);
}

.b--black-40 {
  border-color: rgba(0, 0, 0, .4);
}

.b--black-30 {
  border-color: rgba(0, 0, 0, .3);
}

.b--black-20 {
  border-color: rgba(0, 0, 0, .2);
}

.b--black-10 {
  border-color: rgba(0, 0, 0, .1);
}

.b--black-05 {
  border-color: rgba(0, 0, 0, .05);
}

.b--black-025 {
  border-color: rgba(0, 0, 0, .025);
}

.b--black-0125 {
  border-color: rgba(0, 0, 0, .0125);
}

.b--dark-red {
  border-color: #e7040f;
}

.b--red {
  border-color: #ff4136;
}

.b--light-red {
  border-color: #ff725c;
}

.b--orange {
  border-color: #ff6300;
}

.b--gold {
  border-color: #ffb700;
}

.b--yellow {
  border-color: #ffd700;
}

.b--light-yellow {
  border-color: #fbf1a9;
}

.b--purple {
  border-color: #5e2ca5;
}

.b--light-purple {
  border-color: #a463f2;
}

.b--dark-pink {
  border-color: #d5008f;
}

.b--hot-pink {
  border-color: #ff41b4;
}

.b--pink {
  border-color: #ff80cc;
}

.b--light-pink {
  border-color: #ffa3d7;
}

.b--dark-green {
  border-color: #137752;
}

.b--green {
  border-color: #19a974;
}

.b--light-green {
  border-color: #9eebcf;
}

.b--navy {
  border-color: #001b44;
}

.b--dark-blue {
  border-color: #00449e;
}

.b--blue {
  border-color: #357edd;
}

.b--light-blue {
  border-color: #96ccff;
}

.b--lightest-blue {
  border-color: #cdecff;
}

.b--washed-blue {
  border-color: #f6fffe;
}

.b--washed-green {
  border-color: #e8fdf5;
}

.b--washed-yellow {
  border-color: #fffceb;
}

.b--washed-red {
  border-color: #ffdfdf;
}

.b--transparent {
  border-color: transparent;
}

.b--inherit {
  border-color: inherit;
}

/*

   BORDER RADIUS
   Docs: http://tachyons.io/docs/themes/border-radius/

   Base:
     br   = border-radius

   Modifiers:
     0    = 0/none
     1    = 1st step in scale
     2    = 2nd step in scale
     3    = 3rd step in scale
     4    = 4th step in scale

   Literal values:
     -100 = 100%
     -pill = 9999px

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.br0 {
  border-radius: 0;
}

.br1 {
  border-radius: .125rem;
}

.br2 {
  border-radius: .25rem;
}

.br3 {
  border-radius: .5rem;
}

.br4 {
  border-radius: 1rem;
}

.br-100 {
  border-radius: 100%;
}

.br-pill {
  border-radius: 9999px;
}

.br--bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.br--top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.br--right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.br--left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*

   BORDER STYLES
   Docs: http://tachyons.io/docs/themes/borders/

   Depends on base border module in _borders.css

   Base:
     b = border-style

   Modifiers:
     --none   = none
     --dotted = dotted
     --dashed = dashed
     --solid  = solid

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

 */
.b--dotted {
  border-style: dotted;
}

.b--dashed {
  border-style: dashed;
}

.b--solid {
  border-style: solid;
}

.b--none {
  border-style: none;
}

/*

   BORDER WIDTHS
   Docs: http://tachyons.io/docs/themes/borders/

   Base:
     bw = border-width

   Modifiers:
     0 = 0 width border
     1 = 1st step in border-width scale
     2 = 2nd step in border-width scale
     3 = 3rd step in border-width scale
     4 = 4th step in border-width scale
     5 = 5th step in border-width scale

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.bw0 {
  border-width: 0;
}

.bw1 {
  border-width: .125rem;
}

.bw2 {
  border-width: .25rem;
}

.bw3 {
  border-width: .5rem;
}

.bw4 {
  border-width: 1rem;
}

.bw5 {
  border-width: 2rem;
}

/* Resets */
.bt-0 {
  border-top-width: 0;
}

.br-0 {
  border-right-width: 0;
}

.bb-0 {
  border-bottom-width: 0;
}

.bl-0 {
  border-left-width: 0;
}

/*

  BOX-SHADOW
  Docs: http://tachyons.io/docs/themes/box-shadow/

  Media Query Extensions:
   -ns = not-small
   -m  = medium
   -l  = large

 */
.shadow-1 {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2);
}

.shadow-2 {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
}

.shadow-3 {
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2);
}

.shadow-4 {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
}

.shadow-5 {
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2);
}

/*

   CODE

*/
.pre {
  overflow-x: auto;
  overflow-y: hidden;
  overflow: scroll;
}

/*

   COORDINATES
   Docs: http://tachyons.io/docs/layout/position/

   Use in combination with the position module.

   Base:
     top
     bottom
     right
     left

   Modifiers:
     -0  = literal value 0
     -1  = literal value 1
     -2  = literal value 2
     --1 = literal value -1
     --2 = literal value -2

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-1 {
  top: 1rem;
}

.right-1 {
  right: 1rem;
}

.bottom-1 {
  bottom: 1rem;
}

.left-1 {
  left: 1rem;
}

.top-2 {
  top: 2rem;
}

.right-2 {
  right: 2rem;
}

.bottom-2 {
  bottom: 2rem;
}

.left-2 {
  left: 2rem;
}

.top--1 {
  top: -1rem;
}

.right--1 {
  right: -1rem;
}

.bottom--1 {
  bottom: -1rem;
}

.left--1 {
  left: -1rem;
}

.top--2 {
  top: -2rem;
}

.right--2 {
  right: -2rem;
}

.bottom--2 {
  bottom: -2rem;
}

.left--2 {
  left: -2rem;
}

.absolute--fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*

   CLEARFIX
   http://tachyons.io/docs/layout/clearfix/

*/
/* Nicolas Gallaghers Clearfix solution
   Ref: http://nicolasgallagher.com/micro-clearfix-hack/ */
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.cl {
  clear: left;
}

.cr {
  clear: right;
}

.cb {
  clear: both;
}

.cn {
  clear: none;
}

/*

   DISPLAY
   Docs: http://tachyons.io/docs/layout/display

   Base:
    d = display

   Modifiers:
    n     = none
    b     = block
    ib    = inline-block
    it    = inline-table
    t     = table
    tc    = table-cell
    t-row          = table-row
    t-columm       = table-column
    t-column-group = table-column-group

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.dn {
  display: none;
}

.di {
  display: inline;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.dit {
  display: inline-table;
}

.dt {
  display: table;
}

.dtc {
  display: table-cell;
}

.dt-row {
  display: table-row;
}

.dt-row-group {
  display: table-row-group;
}

.dt-column {
  display: table-column;
}

.dt-column-group {
  display: table-column-group;
}

/*
  This will set table to full width and then
  all cells will be equal width
*/
.dt--fixed {
  table-layout: fixed;
  width: 100%;
}

/*

  FLEXBOX

  Media Query Extensions:
   -ns = not-small
   -m  = medium
   -l  = large

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

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

/* 1. Fix for Chrome 44 bug.
 * https://code.google.com/p/chromium/issues/detail?id=506893 */
.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0; /* 1 */
  min-height: 0; /* 1 */
}

.flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

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

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

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

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

.self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

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

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

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

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

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

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

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

.content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

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

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-last {
  -webkit-box-ordinal-group: 100000;
  -ms-flex-order: 99999;
  order: 99999;
}

.flex-grow-0 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flex-shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

/*

   FLOATS
   http://tachyons.io/docs/layout/floats/

   1. Floated elements are automatically rendered as block level elements.
      Setting floats to display inline will fix the double margin bug in
      ie6. You know... just in case.

   2. Don't forget to clearfix your floats with .cf

   Base:
     f = float

   Modifiers:
     l = left
     r = right
     n = none

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.fl {
  float: left;
  _display: inline;
}

.fr {
  float: right;
  _display: inline;
}

.fn {
  float: none;
}

/*

   FONT FAMILY GROUPS
   Docs: http://tachyons.io/docs/typography/font-family/

*/
.sans-serif {
  font-family: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, 'helvetica neue', helvetica, ubuntu, roboto, noto, 'segoe ui', arial, sans-serif;
}

.serif {
  font-family: georgia, times, serif;
}

.system-sans-serif {
  font-family: sans-serif;
}

.system-serif {
  font-family: serif;
}

/* Monospaced Typefaces (for code) */
/* From http://cssfontstack.com */
code, .code {
  font-family: Consolas, monaco, monospace;
}

.courier {
  font-family: 'Courier Next', courier, monospace;
}

/* Sans-Serif Typefaces */
.helvetica {
  font-family: 'helvetica neue', helvetica, sans-serif;
}

.avenir {
  font-family: 'avenir next', avenir, sans-serif;
}

/* Serif Typefaces */
.athelas {
  font-family: athelas, georgia, serif;
}

.georgia {
  font-family: georgia, serif;
}

.times {
  font-family: times, serif;
}

.bodoni {
  font-family: "Bodoni MT", serif;
}

.calisto {
  font-family: "Calisto MT", serif;
}

.garamond {
  font-family: garamond, serif;
}

.baskerville {
  font-family: baskerville, serif;
}

/*

   FONT STYLE
   Docs: http://tachyons.io/docs/typography/font-style/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.i {
  font-style: italic;
}

.fs-normal {
  font-style: normal;
}

/*

   FONT WEIGHT
   Docs: http://tachyons.io/docs/typography/font-weight/

   Base
     fw = font-weight

   Modifiers:
     1 = literal value 100
     2 = literal value 200
     3 = literal value 300
     4 = literal value 400
     5 = literal value 500
     6 = literal value 600
     7 = literal value 700
     8 = literal value 800
     9 = literal value 900

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.normal {
  font-weight: normal;
}

.b {
  font-weight: bold;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

/*

   FORMS

*/
.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

/*

   HEIGHTS
   Docs: http://tachyons.io/docs/layout/heights/

   Base:
     h = height
     min-h = min-height
     min-vh = min-height vertical screen height
     vh = vertical screen height

   Modifiers
     1 = 1st step in height scale
     2 = 2nd step in height scale
     3 = 3rd step in height scale
     4 = 4th step in height scale
     5 = 5th step in height scale

     -25   = literal value 25%
     -50   = literal value 50%
     -75   = literal value 75%
     -100  = literal value 100%

     -auto = string value of auto
     -inherit = string value of inherit

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Height Scale */
.h1 {
  height: 1rem;
}

.h2 {
  height: 2rem;
}

.h3 {
  height: 4rem;
}

.h4 {
  height: 8rem;
}

.h5 {
  height: 16rem;
}

/* Height Percentages - Based off of height of parent */
.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.min-h-100 {
  min-height: 100%;
}

/* Screen Height Percentage */
.vh-25 {
  height: 25vh;
}

.vh-50 {
  height: 50vh;
}

.vh-75 {
  height: 75vh;
}

.vh-100 {
  height: 100vh;
}

.min-vh-100 {
  min-height: 100vh;
}

/* String Properties */
.h-auto {
  height: auto;
}

.h-inherit {
  height: inherit;
}

/*

   LETTER SPACING
   Docs: http://tachyons.io/docs/typography/tracking/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.tracked {
  letter-spacing: .1em;
}

.tracked-tight {
  letter-spacing: -.05em;
}

.tracked-mega {
  letter-spacing: .25em;
}

/*

   LINE HEIGHT / LEADING
   Docs: http://tachyons.io/docs/typography/line-height

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.lh-solid {
  line-height: 1;
}

.lh-title {
  line-height: 1.25;
}

.lh-copy {
  line-height: 1.5;
}

/*

   LINKS
   Docs: http://tachyons.io/docs/elements/links/

*/
.link {
  text-decoration: none;
  transition: color .15s ease-in;
}

.link:link, .link:visited {
  transition: color .15s ease-in;
}

.link:hover {
  transition: color .15s ease-in;
}

.link:active {
  transition: color .15s ease-in;
}

.link:focus {
  transition: color .15s ease-in;
  outline: 1px dotted currentColor;
}

/*

   LISTS
   http://tachyons.io/docs/elements/lists/

*/
.list {
  list-style-type: none;
}

/*

   MAX WIDTHS
   Docs: http://tachyons.io/docs/layout/max-widths/

   Base:
     mw = max-width

   Modifiers
     1 = 1st step in width scale
     2 = 2nd step in width scale
     3 = 3rd step in width scale
     4 = 4th step in width scale
     5 = 5th step in width scale
     6 = 6st step in width scale
     7 = 7nd step in width scale
     8 = 8rd step in width scale
     9 = 9th step in width scale

     -100 = literal value 100%

     -none  = string value none


   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Max Width Percentages */
.mw-100 {
  max-width: 100%;
}

/* Max Width Scale */
.mw1 {
  max-width: 1rem;
}

.mw2 {
  max-width: 2rem;
}

.mw3 {
  max-width: 4rem;
}

.mw4 {
  max-width: 8rem;
}

.mw5 {
  max-width: 16rem;
}

.mw6 {
  max-width: 32rem;
}

.mw7 {
  max-width: 48rem;
}

.mw8 {
  max-width: 64rem;
}

.mw9 {
  max-width: 96rem;
}

/* Max Width String Properties */
.mw-none {
  max-width: none;
}

/*

   WIDTHS
   Docs: http://tachyons.io/docs/layout/widths/

   Base:
     w = width

   Modifiers
     1 = 1st step in width scale
     2 = 2nd step in width scale
     3 = 3rd step in width scale
     4 = 4th step in width scale
     5 = 5th step in width scale

     -10  = literal value 10%
     -20  = literal value 20%
     -25  = literal value 25%
     -30  = literal value 30%
     -33  = literal value 33%
     -34  = literal value 34%
     -40  = literal value 40%
     -50  = literal value 50%
     -60  = literal value 60%
     -70  = literal value 70%
     -75  = literal value 75%
     -80  = literal value 80%
     -90  = literal value 90%
     -100 = literal value 100%

     -third      = 100% / 3 (Not supported in opera mini or IE8)
     -two-thirds = 100% / 1.5 (Not supported in opera mini or IE8)
     -auto       = string value auto


   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Width Scale */
.w1 {
  width: 1rem;
}

.w2 {
  width: 2rem;
}

.w3 {
  width: 4rem;
}

.w4 {
  width: 8rem;
}

.w5 {
  width: 16rem;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-33 {
  width: 33%;
}

.w-34 {
  width: 34%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.w-third {
  width: ((100% / 3));
}

.w-two-thirds {
  width: ((100% / 1.5));
}

.w-auto {
  width: auto;
}

/*

    OVERFLOW

    Media Query Extensions:
      -ns = not-small
      -m  = medium
      -l  = large

 */
.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-y-auto {
  overflow-y: auto;
}

/*

   POSITIONING
   Docs: http://tachyons.io/docs/layout/position/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.static {
  position: static;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

/*

    OPACITY
    Docs: http://tachyons.io/docs/themes/opacity/

*/
.o-100 {
  opacity: 1;
}

.o-90 {
  opacity: .9;
}

.o-80 {
  opacity: .8;
}

.o-70 {
  opacity: .7;
}

.o-60 {
  opacity: .6;
}

.o-50 {
  opacity: .5;
}

.o-40 {
  opacity: .4;
}

.o-30 {
  opacity: .3;
}

.o-20 {
  opacity: .2;
}

.o-10 {
  opacity: .1;
}

.o-05 {
  opacity: .05;
}

.o-025 {
  opacity: .025;
}

.o-0 {
  opacity: 0;
}

/*

   ROTATIONS

*/
.rotate-45 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate-135 {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate-225 {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.rotate-315 {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

/*

   SKINS
   Docs: http://tachyons.io/docs/themes/skins/

   Classes for setting foreground and background colors on elements.
   If you haven't declared a border color, but set border on an element, it will
   be set to the current text color.

*/
/* Text colors */
.black-90 {
  color: rgba(0, 0, 0, .9);
}

.black-80 {
  color: rgba(0, 0, 0, .8);
}

.black-70 {
  color: rgba(0, 0, 0, .7);
}

.black-60 {
  color: rgba(0, 0, 0, .6);
}

.black-50 {
  color: rgba(0, 0, 0, .5);
}

.black-40 {
  color: rgba(0, 0, 0, .4);
}

.black-30 {
  color: rgba(0, 0, 0, .3);
}

.black-20 {
  color: rgba(0, 0, 0, .2);
}

.black-10 {
  color: rgba(0, 0, 0, .1);
}

.black-05 {
  color: rgba(0, 0, 0, .05);
}

.white-90 {
  color: rgba(255, 255, 255, .9);
}

.white-80 {
  color: rgba(255, 255, 255, .8);
}

.white-70 {
  color: rgba(255, 255, 255, .7);
}

.white-60 {
  color: rgba(255, 255, 255, .6);
}

.white-50 {
  color: rgba(255, 255, 255, .5);
}

.white-40 {
  color: rgba(255, 255, 255, .4);
}

.white-30 {
  color: rgba(255, 255, 255, .3);
}

.white-20 {
  color: rgba(255, 255, 255, .2);
}

.white-10 {
  color: rgba(255, 255, 255, .1);
}

.black {
  color: #000;
}

.near-black {
  color: #111;
}

.dark-gray {
  color: #333;
}

.mid-gray {
  color: #555;
}

.gray {
  color: #777;
}

.silver {
  color: #999;
}

.light-silver {
  color: #aaa;
}

.moon-gray {
  color: #ccc;
}

.light-gray {
  color: #eee;
}

.near-white {
  color: #f4f4f4;
}

.white {
  color: #fff;
}

.dark-red {
  color: #e7040f;
}

.red {
  color: #ff4136;
}

.light-red {
  color: #ff725c;
}

.orange {
  color: #ff6300;
}

.gold {
  color: #ffb700;
}

.yellow {
  color: #ffd700;
}

.light-yellow {
  color: #fbf1a9;
}

.purple {
  color: #5e2ca5;
}

.light-purple {
  color: #a463f2;
}

.dark-pink {
  color: #d5008f;
}

.hot-pink {
  color: #ff41b4;
}

.pink {
  color: #ff80cc;
}

.light-pink {
  color: #ffa3d7;
}

.dark-green {
  color: #137752;
}

.green {
  color: #19a974;
}

.light-green {
  color: #9eebcf;
}

.navy {
  color: #001b44;
}

.dark-blue {
  color: #00449e;
}

.blue {
  color: #357edd;
}

.light-blue {
  color: #96ccff;
}

.lightest-blue {
  color: #cdecff;
}

.washed-blue {
  color: #f6fffe;
}

.washed-green {
  color: #e8fdf5;
}

.washed-yellow {
  color: #fffceb;
}

.washed-red {
  color: #ffdfdf;
}

.color-inherit {
  color: inherit;
}

.bg-black-90 {
  background-color: rgba(0, 0, 0, .9);
}

.bg-black-80 {
  background-color: rgba(0, 0, 0, .8);
}

.bg-black-70 {
  background-color: rgba(0, 0, 0, .7);
}

.bg-black-60 {
  background-color: rgba(0, 0, 0, .6);
}

.bg-black-50 {
  background-color: rgba(0, 0, 0, .5);
}

.bg-black-40 {
  background-color: rgba(0, 0, 0, .4);
}

.bg-black-30 {
  background-color: rgba(0, 0, 0, .3);
}

.bg-black-20 {
  background-color: rgba(0, 0, 0, .2);
}

.bg-black-10 {
  background-color: rgba(0, 0, 0, .1);
}

.bg-black-05 {
  background-color: rgba(0, 0, 0, .05);
}

.bg-white-90 {
  background-color: rgba(255, 255, 255, .9);
}

.bg-white-80 {
  background-color: rgba(255, 255, 255, .8);
}

.bg-white-70 {
  background-color: rgba(255, 255, 255, .7);
}

.bg-white-60 {
  background-color: rgba(255, 255, 255, .6);
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, .5);
}

.bg-white-40 {
  background-color: rgba(255, 255, 255, .4);
}

.bg-white-30 {
  background-color: rgba(255, 255, 255, .3);
}

.bg-white-20 {
  background-color: rgba(255, 255, 255, .2);
}

.bg-white-10 {
  background-color: rgba(255, 255, 255, .1);
}

/* Background colors */
.bg-black {
  background-color: #000;
}

.bg-near-black {
  background-color: #111;
}

.bg-dark-gray {
  background-color: #333;
}

.bg-mid-gray {
  background-color: #555;
}

.bg-gray {
  background-color: #777;
}

.bg-silver {
  background-color: #999;
}

.bg-light-silver {
  background-color: #aaa;
}

.bg-moon-gray {
  background-color: #ccc;
}

.bg-light-gray {
  background-color: #eee;
}

.bg-near-white {
  background-color: #f4f4f4;
}

.bg-white {
  background-color: #fff;
}

.bg-transparent {
  background-color: transparent;
}

.bg-dark-red {
  background-color: #e7040f;
}

.bg-red {
  background-color: #ff4136;
}

.bg-light-red {
  background-color: #ff725c;
}

.bg-orange {
  background-color: #ff6300;
}

.bg-gold {
  background-color: #ffb700;
}

.bg-yellow {
  background-color: #ffd700;
}

.bg-light-yellow {
  background-color: #fbf1a9;
}

.bg-purple {
  background-color: #5e2ca5;
}

.bg-light-purple {
  background-color: #a463f2;
}

.bg-dark-pink {
  background-color: #d5008f;
}

.bg-hot-pink {
  background-color: #ff41b4;
}

.bg-pink {
  background-color: #ff80cc;
}

.bg-light-pink {
  background-color: #ffa3d7;
}

.bg-dark-green {
  background-color: #137752;
}

.bg-green {
  background-color: #19a974;
}

.bg-light-green {
  background-color: #9eebcf;
}

.bg-navy {
  background-color: #001b44;
}

.bg-dark-blue {
  background-color: #00449e;
}

.bg-blue {
  background-color: #357edd;
}

.bg-light-blue {
  background-color: #96ccff;
}

.bg-lightest-blue {
  background-color: #cdecff;
}

.bg-washed-blue {
  background-color: #f6fffe;
}

.bg-washed-green {
  background-color: #e8fdf5;
}

.bg-washed-yellow {
  background-color: #fffceb;
}

.bg-washed-red {
  background-color: #ffdfdf;
}

.bg-inherit {
  background-color: inherit;
}

/*

   SKINS:PSEUDO

   Customize the color of an element when
   it is focused or hovered over.

 */
.hover-black:hover {
  color: #000;
}

.hover-black:focus {
  color: #000;
}

.hover-near-black:hover {
  color: #111;
}

.hover-near-black:focus {
  color: #111;
}

.hover-dark-gray:hover {
  color: #333;
}

.hover-dark-gray:focus {
  color: #333;
}

.hover-mid-gray:hover {
  color: #555;
}

.hover-mid-gray:focus {
  color: #555;
}

.hover-gray:hover {
  color: #777;
}

.hover-gray:focus {
  color: #777;
}

.hover-silver:hover {
  color: #999;
}

.hover-silver:focus {
  color: #999;
}

.hover-light-silver:hover {
  color: #aaa;
}

.hover-light-silver:focus {
  color: #aaa;
}

.hover-moon-gray:hover {
  color: #ccc;
}

.hover-moon-gray:focus {
  color: #ccc;
}

.hover-light-gray:hover {
  color: #eee;
}

.hover-light-gray:focus {
  color: #eee;
}

.hover-near-white:hover {
  color: #f4f4f4;
}

.hover-near-white:focus {
  color: #f4f4f4;
}

.hover-white:hover {
  color: #fff;
}

.hover-white:focus {
  color: #fff;
}

.hover-black-90:hover {
  color: rgba(0, 0, 0, .9);
}

.hover-black-90:focus {
  color: rgba(0, 0, 0, .9);
}

.hover-black-80:hover {
  color: rgba(0, 0, 0, .8);
}

.hover-black-80:focus {
  color: rgba(0, 0, 0, .8);
}

.hover-black-70:hover {
  color: rgba(0, 0, 0, .7);
}

.hover-black-70:focus {
  color: rgba(0, 0, 0, .7);
}

.hover-black-60:hover {
  color: rgba(0, 0, 0, .6);
}

.hover-black-60:focus {
  color: rgba(0, 0, 0, .6);
}

.hover-black-50:hover {
  color: rgba(0, 0, 0, .5);
}

.hover-black-50:focus {
  color: rgba(0, 0, 0, .5);
}

.hover-black-40:hover {
  color: rgba(0, 0, 0, .4);
}

.hover-black-40:focus {
  color: rgba(0, 0, 0, .4);
}

.hover-black-30:hover {
  color: rgba(0, 0, 0, .3);
}

.hover-black-30:focus {
  color: rgba(0, 0, 0, .3);
}

.hover-black-20:hover {
  color: rgba(0, 0, 0, .2);
}

.hover-black-20:focus {
  color: rgba(0, 0, 0, .2);
}

.hover-black-10:hover {
  color: rgba(0, 0, 0, .1);
}

.hover-black-10:focus {
  color: rgba(0, 0, 0, .1);
}

.hover-white-90:hover {
  color: rgba(255, 255, 255, .9);
}

.hover-white-90:focus {
  color: rgba(255, 255, 255, .9);
}

.hover-white-80:hover {
  color: rgba(255, 255, 255, .8);
}

.hover-white-80:focus {
  color: rgba(255, 255, 255, .8);
}

.hover-white-70:hover {
  color: rgba(255, 255, 255, .7);
}

.hover-white-70:focus {
  color: rgba(255, 255, 255, .7);
}

.hover-white-60:hover {
  color: rgba(255, 255, 255, .6);
}

.hover-white-60:focus {
  color: rgba(255, 255, 255, .6);
}

.hover-white-50:hover {
  color: rgba(255, 255, 255, .5);
}

.hover-white-50:focus {
  color: rgba(255, 255, 255, .5);
}

.hover-white-40:hover {
  color: rgba(255, 255, 255, .4);
}

.hover-white-40:focus {
  color: rgba(255, 255, 255, .4);
}

.hover-white-30:hover {
  color: rgba(255, 255, 255, .3);
}

.hover-white-30:focus {
  color: rgba(255, 255, 255, .3);
}

.hover-white-20:hover {
  color: rgba(255, 255, 255, .2);
}

.hover-white-20:focus {
  color: rgba(255, 255, 255, .2);
}

.hover-white-10:hover {
  color: rgba(255, 255, 255, .1);
}

.hover-white-10:focus {
  color: rgba(255, 255, 255, .1);
}

.hover-inherit:hover, .hover-inherit:focus {
  color: inherit;
}

.hover-bg-black:hover {
  background-color: #000;
}

.hover-bg-black:focus {
  background-color: #000;
}

.hover-bg-near-black:hover {
  background-color: #111;
}

.hover-bg-near-black:focus {
  background-color: #111;
}

.hover-bg-dark-gray:hover {
  background-color: #333;
}

.hover-bg-dark-gray:focus {
  background-color: #333;
}

.hover-bg-mid-gray:hover {
  background-color: #555;
}

.hover-bg-mid-gray:focus {
  background-color: #555;
}

.hover-bg-gray:hover {
  background-color: #777;
}

.hover-bg-gray:focus {
  background-color: #777;
}

.hover-bg-silver:hover {
  background-color: #999;
}

.hover-bg-silver:focus {
  background-color: #999;
}

.hover-bg-light-silver:hover {
  background-color: #aaa;
}

.hover-bg-light-silver:focus {
  background-color: #aaa;
}

.hover-bg-moon-gray:hover {
  background-color: #ccc;
}

.hover-bg-moon-gray:focus {
  background-color: #ccc;
}

.hover-bg-light-gray:hover {
  background-color: #eee;
}

.hover-bg-light-gray:focus {
  background-color: #eee;
}

.hover-bg-near-white:hover {
  background-color: #f4f4f4;
}

.hover-bg-near-white:focus {
  background-color: #f4f4f4;
}

.hover-bg-white:hover {
  background-color: #fff;
}

.hover-bg-white:focus {
  background-color: #fff;
}

.hover-bg-transparent:hover {
  background-color: transparent;
}

.hover-bg-transparent:focus {
  background-color: transparent;
}

.hover-bg-black-90:hover {
  background-color: rgba(0, 0, 0, .9);
}

.hover-bg-black-90:focus {
  background-color: rgba(0, 0, 0, .9);
}

.hover-bg-black-80:hover {
  background-color: rgba(0, 0, 0, .8);
}

.hover-bg-black-80:focus {
  background-color: rgba(0, 0, 0, .8);
}

.hover-bg-black-70:hover {
  background-color: rgba(0, 0, 0, .7);
}

.hover-bg-black-70:focus {
  background-color: rgba(0, 0, 0, .7);
}

.hover-bg-black-60:hover {
  background-color: rgba(0, 0, 0, .6);
}

.hover-bg-black-60:focus {
  background-color: rgba(0, 0, 0, .6);
}

.hover-bg-black-50:hover {
  background-color: rgba(0, 0, 0, .5);
}

.hover-bg-black-50:focus {
  background-color: rgba(0, 0, 0, .5);
}

.hover-bg-black-40:hover {
  background-color: rgba(0, 0, 0, .4);
}

.hover-bg-black-40:focus {
  background-color: rgba(0, 0, 0, .4);
}

.hover-bg-black-30:hover {
  background-color: rgba(0, 0, 0, .3);
}

.hover-bg-black-30:focus {
  background-color: rgba(0, 0, 0, .3);
}

.hover-bg-black-20:hover {
  background-color: rgba(0, 0, 0, .2);
}

.hover-bg-black-20:focus {
  background-color: rgba(0, 0, 0, .2);
}

.hover-bg-black-10:hover {
  background-color: rgba(0, 0, 0, .1);
}

.hover-bg-black-10:focus {
  background-color: rgba(0, 0, 0, .1);
}

.hover-bg-white-90:hover {
  background-color: rgba(255, 255, 255, .9);
}

.hover-bg-white-90:focus {
  background-color: rgba(255, 255, 255, .9);
}

.hover-bg-white-80:hover {
  background-color: rgba(255, 255, 255, .8);
}

.hover-bg-white-80:focus {
  background-color: rgba(255, 255, 255, .8);
}

.hover-bg-white-70:hover {
  background-color: rgba(255, 255, 255, .7);
}

.hover-bg-white-70:focus {
  background-color: rgba(255, 255, 255, .7);
}

.hover-bg-white-60:hover {
  background-color: rgba(255, 255, 255, .6);
}

.hover-bg-white-60:focus {
  background-color: rgba(255, 255, 255, .6);
}

.hover-bg-white-50:hover {
  background-color: rgba(255, 255, 255, .5);
}

.hover-bg-white-50:focus {
  background-color: rgba(255, 255, 255, .5);
}

.hover-bg-white-40:hover {
  background-color: rgba(255, 255, 255, .4);
}

.hover-bg-white-40:focus {
  background-color: rgba(255, 255, 255, .4);
}

.hover-bg-white-30:hover {
  background-color: rgba(255, 255, 255, .3);
}

.hover-bg-white-30:focus {
  background-color: rgba(255, 255, 255, .3);
}

.hover-bg-white-20:hover {
  background-color: rgba(255, 255, 255, .2);
}

.hover-bg-white-20:focus {
  background-color: rgba(255, 255, 255, .2);
}

.hover-bg-white-10:hover {
  background-color: rgba(255, 255, 255, .1);
}

.hover-bg-white-10:focus {
  background-color: rgba(255, 255, 255, .1);
}

.hover-dark-red:hover {
  color: #e7040f;
}

.hover-dark-red:focus {
  color: #e7040f;
}

.hover-red:hover {
  color: #ff4136;
}

.hover-red:focus {
  color: #ff4136;
}

.hover-light-red:hover {
  color: #ff725c;
}

.hover-light-red:focus {
  color: #ff725c;
}

.hover-orange:hover {
  color: #ff6300;
}

.hover-orange:focus {
  color: #ff6300;
}

.hover-gold:hover {
  color: #ffb700;
}

.hover-gold:focus {
  color: #ffb700;
}

.hover-yellow:hover {
  color: #ffd700;
}

.hover-yellow:focus {
  color: #ffd700;
}

.hover-light-yellow:hover {
  color: #fbf1a9;
}

.hover-light-yellow:focus {
  color: #fbf1a9;
}

.hover-purple:hover {
  color: #5e2ca5;
}

.hover-purple:focus {
  color: #5e2ca5;
}

.hover-light-purple:hover {
  color: #a463f2;
}

.hover-light-purple:focus {
  color: #a463f2;
}

.hover-dark-pink:hover {
  color: #d5008f;
}

.hover-dark-pink:focus {
  color: #d5008f;
}

.hover-hot-pink:hover {
  color: #ff41b4;
}

.hover-hot-pink:focus {
  color: #ff41b4;
}

.hover-pink:hover {
  color: #ff80cc;
}

.hover-pink:focus {
  color: #ff80cc;
}

.hover-light-pink:hover {
  color: #ffa3d7;
}

.hover-light-pink:focus {
  color: #ffa3d7;
}

.hover-dark-green:hover {
  color: #137752;
}

.hover-dark-green:focus {
  color: #137752;
}

.hover-green:hover {
  color: #19a974;
}

.hover-green:focus {
  color: #19a974;
}

.hover-light-green:hover {
  color: #9eebcf;
}

.hover-light-green:focus {
  color: #9eebcf;
}

.hover-navy:hover {
  color: #001b44;
}

.hover-navy:focus {
  color: #001b44;
}

.hover-dark-blue:hover {
  color: #00449e;
}

.hover-dark-blue:focus {
  color: #00449e;
}

.hover-blue:hover {
  color: #357edd;
}

.hover-blue:focus {
  color: #357edd;
}

.hover-light-blue:hover {
  color: #96ccff;
}

.hover-light-blue:focus {
  color: #96ccff;
}

.hover-lightest-blue:hover {
  color: #cdecff;
}

.hover-lightest-blue:focus {
  color: #cdecff;
}

.hover-washed-blue:hover {
  color: #f6fffe;
}

.hover-washed-blue:focus {
  color: #f6fffe;
}

.hover-washed-green:hover {
  color: #e8fdf5;
}

.hover-washed-green:focus {
  color: #e8fdf5;
}

.hover-washed-yellow:hover {
  color: #fffceb;
}

.hover-washed-yellow:focus {
  color: #fffceb;
}

.hover-washed-red:hover {
  color: #ffdfdf;
}

.hover-washed-red:focus {
  color: #ffdfdf;
}

.hover-bg-dark-red:hover {
  background-color: #e7040f;
}

.hover-bg-dark-red:focus {
  background-color: #e7040f;
}

.hover-bg-red:hover {
  background-color: #ff4136;
}

.hover-bg-red:focus {
  background-color: #ff4136;
}

.hover-bg-light-red:hover {
  background-color: #ff725c;
}

.hover-bg-light-red:focus {
  background-color: #ff725c;
}

.hover-bg-orange:hover {
  background-color: #ff6300;
}

.hover-bg-orange:focus {
  background-color: #ff6300;
}

.hover-bg-gold:hover {
  background-color: #ffb700;
}

.hover-bg-gold:focus {
  background-color: #ffb700;
}

.hover-bg-yellow:hover {
  background-color: #ffd700;
}

.hover-bg-yellow:focus {
  background-color: #ffd700;
}

.hover-bg-light-yellow:hover {
  background-color: #fbf1a9;
}

.hover-bg-light-yellow:focus {
  background-color: #fbf1a9;
}

.hover-bg-purple:hover {
  background-color: #5e2ca5;
}

.hover-bg-purple:focus {
  background-color: #5e2ca5;
}

.hover-bg-light-purple:hover {
  background-color: #a463f2;
}

.hover-bg-light-purple:focus {
  background-color: #a463f2;
}

.hover-bg-dark-pink:hover {
  background-color: #d5008f;
}

.hover-bg-dark-pink:focus {
  background-color: #d5008f;
}

.hover-bg-hot-pink:hover {
  background-color: #ff41b4;
}

.hover-bg-hot-pink:focus {
  background-color: #ff41b4;
}

.hover-bg-pink:hover {
  background-color: #ff80cc;
}

.hover-bg-pink:focus {
  background-color: #ff80cc;
}

.hover-bg-light-pink:hover {
  background-color: #ffa3d7;
}

.hover-bg-light-pink:focus {
  background-color: #ffa3d7;
}

.hover-bg-dark-green:hover {
  background-color: #137752;
}

.hover-bg-dark-green:focus {
  background-color: #137752;
}

.hover-bg-green:hover {
  background-color: #19a974;
}

.hover-bg-green:focus {
  background-color: #19a974;
}

.hover-bg-light-green:hover {
  background-color: #9eebcf;
}

.hover-bg-light-green:focus {
  background-color: #9eebcf;
}

.hover-bg-navy:hover {
  background-color: #001b44;
}

.hover-bg-navy:focus {
  background-color: #001b44;
}

.hover-bg-dark-blue:hover {
  background-color: #00449e;
}

.hover-bg-dark-blue:focus {
  background-color: #00449e;
}

.hover-bg-blue:hover {
  background-color: #357edd;
}

.hover-bg-blue:focus {
  background-color: #357edd;
}

.hover-bg-light-blue:hover {
  background-color: #96ccff;
}

.hover-bg-light-blue:focus {
  background-color: #96ccff;
}

.hover-bg-lightest-blue:hover {
  background-color: #cdecff;
}

.hover-bg-lightest-blue:focus {
  background-color: #cdecff;
}

.hover-bg-washed-blue:hover {
  background-color: #f6fffe;
}

.hover-bg-washed-blue:focus {
  background-color: #f6fffe;
}

.hover-bg-washed-green:hover {
  background-color: #e8fdf5;
}

.hover-bg-washed-green:focus {
  background-color: #e8fdf5;
}

.hover-bg-washed-yellow:hover {
  background-color: #fffceb;
}

.hover-bg-washed-yellow:focus {
  background-color: #fffceb;
}

.hover-bg-washed-red:hover {
  background-color: #ffdfdf;
}

.hover-bg-washed-red:focus {
  background-color: #ffdfdf;
}

.hover-bg-inherit:hover, .hover-bg-inherit:focus {
  background-color: inherit;
}

/* Variables */
/*
   SPACING
   Docs: http://tachyons.io/docs/layout/spacing/

   An eight step powers of two scale ranging from 0 to 16rem.

   Base:
     p = padding
     m = margin

   Modifiers:
     a = all
     h = horizontal
     v = vertical
     t = top
     r = right
     b = bottom
     l = left

     0 = none
     1 = 1st step in spacing scale
     2 = 2nd step in spacing scale
     3 = 3rd step in spacing scale
     4 = 4th step in spacing scale
     5 = 5th step in spacing scale
     6 = 6th step in spacing scale
     7 = 7th step in spacing scale

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.pa0 {
  padding: 0;
}

.pa1 {
  padding: .25rem;
}

.pa2 {
  padding: .5rem;
}

.pa3 {
  padding: 1rem;
}

.pa4 {
  padding: 2rem;
}

.pa5 {
  padding: 4rem;
}

.pa6 {
  padding: 8rem;
}

.pa7 {
  padding: 16rem;
}

.pl0 {
  padding-left: 0;
}

.pl1 {
  padding-left: .25rem;
}

.pl2 {
  padding-left: .5rem;
}

.pl3 {
  padding-left: 1rem;
}

.pl4 {
  padding-left: 2rem;
}

.pl5 {
  padding-left: 4rem;
}

.pl6 {
  padding-left: 8rem;
}

.pl7 {
  padding-left: 16rem;
}

.pr0 {
  padding-right: 0;
}

.pr1 {
  padding-right: .25rem;
}

.pr2 {
  padding-right: .5rem;
}

.pr3 {
  padding-right: 1rem;
}

.pr4 {
  padding-right: 2rem;
}

.pr5 {
  padding-right: 4rem;
}

.pr6 {
  padding-right: 8rem;
}

.pr7 {
  padding-right: 16rem;
}

.pb0 {
  padding-bottom: 0;
}

.pb1 {
  padding-bottom: .25rem;
}

.pb2 {
  padding-bottom: .5rem;
}

.pb3 {
  padding-bottom: 1rem;
}

.pb4 {
  padding-bottom: 2rem;
}

.pb5 {
  padding-bottom: 4rem;
}

.pb6 {
  padding-bottom: 8rem;
}

.pb7 {
  padding-bottom: 16rem;
}

.pt0 {
  padding-top: 0;
}

.pt1 {
  padding-top: .25rem;
}

.pt2 {
  padding-top: .5rem;
}

.pt3 {
  padding-top: 1rem;
}

.pt4 {
  padding-top: 2rem;
}

.pt5 {
  padding-top: 4rem;
}

.pt6 {
  padding-top: 8rem;
}

.pt7 {
  padding-top: 16rem;
}

.pv0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pv1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.pv2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.pv3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pv4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pv5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pv6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pv7 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.ph0 {
  padding-left: 0;
  padding-right: 0;
}

.ph1 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.ph2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.ph3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.ph4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.ph5 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.ph6 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.ph7 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.ma0 {
  margin: 0;
}

.ma1 {
  margin: .25rem;
}

.ma2 {
  margin: .5rem;
}

.ma3 {
  margin: 1rem;
}

.ma4 {
  margin: 2rem;
}

.ma5 {
  margin: 4rem;
}

.ma6 {
  margin: 8rem;
}

.ma7 {
  margin: 16rem;
}

.ml0 {
  margin-left: 0;
}

.ml1 {
  margin-left: .25rem;
}

.ml2 {
  margin-left: .5rem;
}

.ml3 {
  margin-left: 1rem;
}

.ml4 {
  margin-left: 2rem;
}

.ml5 {
  margin-left: 4rem;
}

.ml6 {
  margin-left: 8rem;
}

.ml7 {
  margin-left: 16rem;
}

.mr0 {
  margin-right: 0;
}

.mr1 {
  margin-right: .25rem;
}

.mr2 {
  margin-right: .5rem;
}

.mr3 {
  margin-right: 1rem;
}

.mr4 {
  margin-right: 2rem;
}

.mr5 {
  margin-right: 4rem;
}

.mr6 {
  margin-right: 8rem;
}

.mr7 {
  margin-right: 16rem;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: .25rem;
}

.mb2 {
  margin-bottom: .5rem;
}

.mb3 {
  margin-bottom: 1rem;
}

.mb4 {
  margin-bottom: 2rem;
}

.mb5 {
  margin-bottom: 4rem;
}

.mb6 {
  margin-bottom: 8rem;
}

.mb7 {
  margin-bottom: 16rem;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: .25rem;
}

.mt2 {
  margin-top: .5rem;
}

.mt3 {
  margin-top: 1rem;
}

.mt4 {
  margin-top: 2rem;
}

.mt5 {
  margin-top: 4rem;
}

.mt6 {
  margin-top: 8rem;
}

.mt7 {
  margin-top: 16rem;
}

.mv0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mv1 {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.mv2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.mv3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mv4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mv5 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mv6 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mv7 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mh0 {
  margin-left: 0;
  margin-right: 0;
}

.mh1 {
  margin-left: .25rem;
  margin-right: .25rem;
}

.mh2 {
  margin-left: .5rem;
  margin-right: .5rem;
}

.mh3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mh4 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mh5 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mh6 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.mh7 {
  margin-left: 16rem;
  margin-right: 16rem;
}

/*
   NEGATIVE MARGINS

   Base:
     n = negative

   Modifiers:
     a = all
     t = top
     r = right
     b = bottom
     l = left

     1 = 1st step in spacing scale
     2 = 2nd step in spacing scale
     3 = 3rd step in spacing scale
     4 = 4th step in spacing scale
     5 = 5th step in spacing scale
     6 = 6th step in spacing scale
     7 = 7th step in spacing scale

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.na1 {
  margin: -.25rem;
}

.na2 {
  margin: -.5rem;
}

.na3 {
  margin: -1rem;
}

.na4 {
  margin: -2rem;
}

.na5 {
  margin: -4rem;
}

.na6 {
  margin: -8rem;
}

.na7 {
  margin: -16rem;
}

.nl1 {
  margin-left: -.25rem;
}

.nl2 {
  margin-left: -.5rem;
}

.nl3 {
  margin-left: -1rem;
}

.nl4 {
  margin-left: -2rem;
}

.nl5 {
  margin-left: -4rem;
}

.nl6 {
  margin-left: -8rem;
}

.nl7 {
  margin-left: -16rem;
}

.nr1 {
  margin-right: -.25rem;
}

.nr2 {
  margin-right: -.5rem;
}

.nr3 {
  margin-right: -1rem;
}

.nr4 {
  margin-right: -2rem;
}

.nr5 {
  margin-right: -4rem;
}

.nr6 {
  margin-right: -8rem;
}

.nr7 {
  margin-right: -16rem;
}

.nb1 {
  margin-bottom: -.25rem;
}

.nb2 {
  margin-bottom: -.5rem;
}

.nb3 {
  margin-bottom: -1rem;
}

.nb4 {
  margin-bottom: -2rem;
}

.nb5 {
  margin-bottom: -4rem;
}

.nb6 {
  margin-bottom: -8rem;
}

.nb7 {
  margin-bottom: -16rem;
}

.nt1 {
  margin-top: -.25rem;
}

.nt2 {
  margin-top: -.5rem;
}

.nt3 {
  margin-top: -1rem;
}

.nt4 {
  margin-top: -2rem;
}

.nt5 {
  margin-top: -4rem;
}

.nt6 {
  margin-top: -8rem;
}

.nt7 {
  margin-top: -16rem;
}

/*

  TABLES
  Docs: http://tachyons.io/docs/elements/tables/

*/
.collapse {
  border-collapse: collapse;
  border-spacing: 0;
}

.striped--light-silver:nth-child(odd) {
  background-color: #aaa;
}

.striped--moon-gray:nth-child(odd) {
  background-color: #ccc;
}

.striped--light-gray:nth-child(odd) {
  background-color: #eee;
}

.striped--near-white:nth-child(odd) {
  background-color: #f4f4f4;
}

.stripe-light:nth-child(odd) {
  background-color: rgba(255, 255, 255, .1);
}

.stripe-dark:nth-child(odd) {
  background-color: rgba(0, 0, 0, .1);
}

/*

   TEXT DECORATION
   Docs: http://tachyons.io/docs/typography/text-decoration/


   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.strike {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

/*

  TEXT ALIGN
  Docs: http://tachyons.io/docs/typography/text-align/

  Base
    t = text-align

  Modifiers
    l = left
    r = right
    c = center
    j = justify

  Media Query Extensions:
    -ns = not-small
    -m  = medium
    -l  = large

*/
.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.tj {
  text-align: justify;
}

/*

   TEXT TRANSFORM
   Docs: http://tachyons.io/docs/typography/text-transform/

   Base:
     tt = text-transform

   Modifiers
     c = capitalize
     l = lowercase
     u = uppercase
     n = none

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.ttc {
  text-transform: capitalize;
}

.ttl {
  text-transform: lowercase;
}

.ttu {
  text-transform: uppercase;
}

.ttn {
  text-transform: none;
}

/*

   TYPE SCALE
   Docs: http://tachyons.io/docs/typography/scale/

   Base:
    f = font-size

   Modifiers
     1 = 1st step in size scale
     2 = 2nd step in size scale
     3 = 3rd step in size scale
     4 = 4th step in size scale
     5 = 5th step in size scale
     6 = 6th step in size scale
     7 = 7th step in size scale

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large
*/
/*
 * For Hero/Marketing Titles
 *
 * These generally are too large for mobile
 * so be careful using them on smaller screens.
 * */
.f-6, .f-headline {
  font-size: 6rem;
}

.f-5, .f-subheadline {
  font-size: 5rem;
}

/* Type Scale */
.f1 {
  font-size: 3rem;
}

.f2 {
  font-size: 2.25rem;
}

.f3 {
  font-size: 1.5rem;
}

.f4 {
  font-size: 1.25rem;
}

.f5 {
  font-size: 1rem;
}

.f6 {
  font-size: .875rem;
}

.f7 {
  font-size: .75rem;
}

/* Small and hard to read for many people so use with extreme caution */
/*

   TYPOGRAPHY
   http://tachyons.io/docs/typography/measure/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Measure is limited to ~66 characters */
.measure {
  max-width: 30em;
}

/* Measure is limited to ~80 characters */
.measure-wide {
  max-width: 34em;
}

/* Measure is limited to ~45 characters */
.measure-narrow {
  max-width: 20em;
}

/* Book paragraph style - paragraphs are indented with no vertical spacing. */
.indent {
  text-indent: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

.small-caps {
  font-variant: small-caps;
}

/* Combine this class with a width to truncate text (or just leave as is to truncate at width of containing element. */
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*

   UTILITIES

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Equivalent to .overflow-y-scroll */
.overflow-container {
  overflow-y: scroll;
}

.center {
  margin-right: auto;
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

/*

   VISIBILITY

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/*
    Text that is hidden but accessible
    Ref: http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.clip {
  position: fixed !important;
  _position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/*

   WHITE SPACE

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.ws-normal {
  white-space: normal;
}

.nowrap {
  white-space: nowrap;
}

.pre {
  white-space: pre;
}

/*

   VERTICAL ALIGN

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.v-base {
  vertical-align: baseline;
}

.v-mid {
  vertical-align: middle;
}

.v-top {
  vertical-align: top;
}

.v-btm {
  vertical-align: bottom;
}

/*

  HOVER EFFECTS
  Docs: http://tachyons.io/docs/themes/hovers/

    - Dim
    - Glow
    - Hide Child
    - Underline text
    - Grow
    - Pointer
    - Shadow

*/
/*

  Dim element on hover by adding the dim class.

*/
.dim {
  opacity: 1;
  transition: opacity .15s ease-in;
}

.dim:hover, .dim:focus {
  opacity: .5;
  transition: opacity .15s ease-in;
}

.dim:active {
  opacity: .8;
  transition: opacity .15s ease-out;
}

/*

  Animate opacity to 100% on hover by adding the glow class.

*/
.glow {
  transition: opacity .15s ease-in;
}

.glow:hover, .glow:focus {
  opacity: 1;
  transition: opacity .15s ease-in;
}

/*

  Hide child & reveal on hover:

  Put the hide-child class on a parent element and any nested element with the
  child class will be hidden and displayed on hover or focus.

  <div class="hide-child">
    <div class="child"> Hidden until hover or focus </div>
    <div class="child"> Hidden until hover or focus </div>
    <div class="child"> Hidden until hover or focus </div>
    <div class="child"> Hidden until hover or focus </div>
  </div>
*/
.hide-child .child {
  opacity: 0;
  transition: opacity .15s ease-in;
}

.hide-child:hover .child, .hide-child:focus .child, .hide-child:active .child {
  opacity: 1;
  transition: opacity .15s ease-in;
}

.underline-hover:hover, .underline-hover:focus {
  text-decoration: underline;
}

/* Can combine this with overflow-hidden to make background images grow on hover
 * even if you are using background-size: cover */
.grow {
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

.grow:hover, .grow:focus {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.grow:active {
  -webkit-transform: scale(.90);
  transform: scale(.90);
}

.grow-large {
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.grow-large:hover, .grow-large:focus {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.grow-large:active {
  -webkit-transform: scale(.95);
  transform: scale(.95);
}

/* Add pointer on hover */
.pointer:hover {
  cursor: pointer;
}

/*
   Add shadow on hover.

   Performant box-shadow animation pattern from
   http://tobiasahlin.com/blog/how-to-animate-box-shadow/
*/
.shadow-hover {
  cursor: pointer;
  position: relative;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.shadow-hover::after {
  content: '';
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, .2);
  border-radius: inherit;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity .5s cubic-bezier(.165, .84, .44, 1);
}

.shadow-hover:hover::after, .shadow-hover:focus::after {
  opacity: 1;
}

/* Combine with classes in skins and skins-pseudo for
 * many different transition possibilities. */
.bg-animate, .bg-animate:hover, .bg-animate:focus {
  transition: background-color .15s ease-in-out;
}

/*

  Z-INDEX

  Base
    z = z-index

  Modifiers
    -0 = literal value 0
    -1 = literal value 1
    -2 = literal value 2
    -3 = literal value 3
    -4 = literal value 4
    -5 = literal value 5
    -999 = literal value 999
    -9999 = literal value 9999

    -max = largest accepted z-index value as integer

    -inherit = string value inherit
    -initial = string value initial
    -unset = string value unset

  MDN: https://developer.mozilla.org/en/docs/Web/CSS/z-index
  Spec: http://www.w3.org/TR/CSS2/zindex.html
  Articles:
    https://philipwalton.com/articles/what-no-one-told-you-about-z-index/

  Tips on extending:
  There might be a time worth using negative z-index values.
  Or if you are using tachyons with another project, you might need to
  adjust these values to suit your needs.

*/
.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-999 {
  z-index: 999;
}

.z-9999 {
  z-index: 9999;
}

.z-max {
  z-index: 2147483647;
}

.z-inherit {
  z-index: inherit;
}

.z-initial {
  z-index: initial;
}

.z-unset {
  z-index: unset;
}

/*

    NESTED
    Tachyons module for styling nested elements
    that are generated by a cms.

*/
.nested-copy-line-height p, .nested-copy-line-height ul,
.nested-copy-line-height ol {
  line-height: 1.5;
}

.nested-headline-line-height h1, .nested-headline-line-height h2,
.nested-headline-line-height h3, .nested-headline-line-height h4,
.nested-headline-line-height h5, .nested-headline-line-height h6 {
  line-height: 1.25;
}

.nested-list-reset ul, .nested-list-reset ol {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}

.nested-copy-indent p + p {
  text-indent: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

.nested-copy-seperator p + p {
  margin-top: 1.5em;
}

.nested-img img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.nested-links a {
  color: #357edd;
  transition: color .15s ease-in;
}

.nested-links a:hover {
  color: #96ccff;
  transition: color .15s ease-in;
}

.nested-links a:focus {
  color: #96ccff;
  transition: color .15s ease-in;
}

/*

  STYLES

  Add custom styles here.

*/
/* Variables */
/* Importing here will allow you to override any variables in the modules */
/*

   Tachyons
   COLOR VARIABLES

   Grayscale
   - Solids
   - Transparencies
   Colors

*/
/*

  CUSTOM MEDIA QUERIES

  Media query values can be changed to fit your own content.
  There are no magic bullets when it comes to media query width values.
  They should be declared in em units - and they should be set to meet
  the needs of your content. You can also add additional media queries,
  or remove some of the existing ones.

  These media queries can be referenced like so:

  @media (--breakpoint-not-small) {
    .medium-and-larger-specific-style {
      background-color: red;
    }
  }

  @media (--breakpoint-medium) {
    .medium-screen-specific-style {
      background-color: red;
    }
  }

  @media (--breakpoint-large) {
    .large-and-larger-screen-specific-style {
      background-color: red;
    }
  }

*/
/* Media Queries */
/* Debugging */
/*

  DEBUG CHILDREN
  Docs: http://tachyons.io/docs/debug/

  Just add the debug class to any element to see outlines on its
  children.

*/
.debug * {
  outline: 1px solid gold;
}

.debug-white * {
  outline: 1px solid white;
}

.debug-black * {
  outline: 1px solid black;
}

/*

   DEBUG GRID
   http://tachyons.io/docs/debug-grid/

   Can be useful for debugging layout issues
   or helping to make sure things line up perfectly.
   Just tack one of these classes onto a parent element.

*/
.debug-grid {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAFElEQVR4AWPAC97/9x0eCsAEPgwAVLshdpENIxcAAAAASUVORK5CYII=) repeat top left;
}

.debug-grid-16 {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMklEQVR4AWOgCLz/b0epAa6UGuBOqQHOQHLUgFEDnAbcBZ4UGwDOkiCnkIhdgNgNxAYAiYlD+8sEuo8AAAAASUVORK5CYII=) repeat top left;
}

.debug-grid-8-solid {
  background: white url(data:image/gif;base64,R0lGODdhCAAIAPEAAADw/wDx/////wAAACwAAAAACAAIAAACDZQvgaeb/lxbAIKA8y0AOw==) repeat top left;
}

.debug-grid-16-solid {
  background: white url(data:image/gif;base64,R0lGODdhEAAQAPEAAADw/wDx/xXy/////ywAAAAAEAAQAAACIZyPKckYDQFsb6ZqD85jZ2+BkwiRFKehhqQCQgDHcgwEBQA7) repeat top left;
}

/*! Reflex v1.5.0 - https://github.com/leejordan/reflex */
/*
 *
 * Reflex is a flexbox grid which provides a way to take advantage of emerging
 * flexbox support while providing a fall back to inline-block on older browsers
 *
 * To disable legacy support and build a flexbox only grid, set the variable legacy-support to false
 *
 * Built by Lee Jordan G.C.S.E.
 * email: ldjordan@gmail.com
 * github: https://github.com/leejordan
 *
 * Structure and calculations are inspired by twitter bootstrap
 *
 */
.grid {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  *display: inline;
  zoom: 1;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  letter-spacing: -0.31em !important;
  *letter-spacing: normal !important;
  word-spacing: -0.43em !important;
  list-style-type: none;
}
.grid:before,
.grid:after {
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  max-width: 100%;
}
.grid *:before,
.grid *:after {
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}
.grid .grid {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.grid * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid *:before,
.grid *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*="grid__col-"] {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  *display: inline;
  zoom: 1;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 1em 1em;
}
.grid__cell {
  position: relative;
  display: block;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
:-ms-fullscreen .grid__cell,
:root .grid__cell {
  width: 100%;
}
.grid__col-12 {
  width: 100%;
  *width: 100% - 0.1;
}
.grid__col-11 {
  width: 91.66666667%;
  *width: 91.66666667% - 0.1;
}
.grid__col-10 {
  width: 83.33333333%;
  *width: 83.33333333% - 0.1;
}
.grid__col-9 {
  width: 75%;
  *width: 75% - 0.1;
}
.grid__col-8 {
  width: 66.66666667%;
  *width: 66.66666667% - 0.1;
}
.grid__col-7 {
  width: 58.33333333%;
  *width: 58.33333333% - 0.1;
}
.grid__col-6 {
  width: 50%;
  *width: 50% - 0.1;
}
.grid__col-5 {
  width: 41.66666667%;
  *width: 41.66666667% - 0.1;
}
.grid__col-4 {
  width: 33.33333333%;
  *width: 33.33333333% - 0.1;
}
.grid__col-3 {
  width: 25%;
  *width: 25% - 0.1;
}
.grid__col-2 {
  width: 16.66666667%;
  *width: 16.66666667% - 0.1;
}
.grid__col-1 {
  width: 8.33333333%;
  *width: 8.33333333% - 0.1;
}
@media (min-width: 480px) {
  .grid__col-xs-12 {
    width: 100%;
    *width: 100% - 0.1;
  }
  .grid__col-xs-11 {
    width: 91.66666667%;
    *width: 91.66666667% - 0.1;
  }
  .grid__col-xs-10 {
    width: 83.33333333%;
    *width: 83.33333333% - 0.1;
  }
  .grid__col-xs-9 {
    width: 75%;
    *width: 75% - 0.1;
  }
  .grid__col-xs-8 {
    width: 66.66666667%;
    *width: 66.66666667% - 0.1;
  }
  .grid__col-xs-7 {
    width: 58.33333333%;
    *width: 58.33333333% - 0.1;
  }
  .grid__col-xs-6 {
    width: 50%;
    *width: 50% - 0.1;
  }
  .grid__col-xs-5 {
    width: 41.66666667%;
    *width: 41.66666667% - 0.1;
  }
  .grid__col-xs-4 {
    width: 33.33333333%;
    *width: 33.33333333% - 0.1;
  }
  .grid__col-xs-3 {
    width: 25%;
    *width: 25% - 0.1;
  }
  .grid__col-xs-2 {
    width: 16.66666667%;
    *width: 16.66666667% - 0.1;
  }
  .grid__col-xs-1 {
    width: 8.33333333%;
    *width: 8.33333333% - 0.1;
  }
}
@media (min-width: 768px) {
  .grid__col-sm-12 {
    width: 100%;
    *width: 100% - 0.1;
  }
  .grid__col-sm-11 {
    width: 91.66666667%;
    *width: 91.66666667% - 0.1;
  }
  .grid__col-sm-10 {
    width: 83.33333333%;
    *width: 83.33333333% - 0.1;
  }
  .grid__col-sm-9 {
    width: 75%;
    *width: 75% - 0.1;
  }
  .grid__col-sm-8 {
    width: 66.66666667%;
    *width: 66.66666667% - 0.1;
  }
  .grid__col-sm-7 {
    width: 58.33333333%;
    *width: 58.33333333% - 0.1;
  }
  .grid__col-sm-6 {
    width: 50%;
    *width: 50% - 0.1;
  }
  .grid__col-sm-5 {
    width: 41.66666667%;
    *width: 41.66666667% - 0.1;
  }
  .grid__col-sm-4 {
    width: 33.33333333%;
    *width: 33.33333333% - 0.1;
  }
  .grid__col-sm-3 {
    width: 25%;
    *width: 25% - 0.1;
  }
  .grid__col-sm-2 {
    width: 16.66666667%;
    *width: 16.66666667% - 0.1;
  }
  .grid__col-sm-1 {
    width: 8.33333333%;
    *width: 8.33333333% - 0.1;
  }
}
@media (min-width: 992px) {
  .grid__col-md-12 {
    width: 100%;
    *width: 100% - 0.1;
  }
  .grid__col-md-11 {
    width: 91.66666667%;
    *width: 91.66666667% - 0.1;
  }
  .grid__col-md-10 {
    width: 83.33333333%;
    *width: 83.33333333% - 0.1;
  }
  .grid__col-md-9 {
    width: 75%;
    *width: 75% - 0.1;
  }
  .grid__col-md-8 {
    width: 66.66666667%;
    *width: 66.66666667% - 0.1;
  }
  .grid__col-md-7 {
    width: 58.33333333%;
    *width: 58.33333333% - 0.1;
  }
  .grid__col-md-6 {
    width: 50%;
    *width: 50% - 0.1;
  }
  .grid__col-md-5 {
    width: 41.66666667%;
    *width: 41.66666667% - 0.1;
  }
  .grid__col-md-4 {
    width: 33.33333333%;
    *width: 33.33333333% - 0.1;
  }
  .grid__col-md-3 {
    width: 25%;
    *width: 25% - 0.1;
  }
  .grid__col-md-2 {
    width: 16.66666667%;
    *width: 16.66666667% - 0.1;
  }
  .grid__col-md-1 {
    width: 8.33333333%;
    *width: 8.33333333% - 0.1;
  }
}
@media (min-width: 1200px) {
  .grid__col-lg-12 {
    width: 100%;
    *width: 100% - 0.1;
  }
  .grid__col-lg-11 {
    width: 91.66666667%;
    *width: 91.66666667% - 0.1;
  }
  .grid__col-lg-10 {
    width: 83.33333333%;
    *width: 83.33333333% - 0.1;
  }
  .grid__col-lg-9 {
    width: 75%;
    *width: 75% - 0.1;
  }
  .grid__col-lg-8 {
    width: 66.66666667%;
    *width: 66.66666667% - 0.1;
  }
  .grid__col-lg-7 {
    width: 58.33333333%;
    *width: 58.33333333% - 0.1;
  }
  .grid__col-lg-6 {
    width: 50%;
    *width: 50% - 0.1;
  }
  .grid__col-lg-5 {
    width: 41.66666667%;
    *width: 41.66666667% - 0.1;
  }
  .grid__col-lg-4 {
    width: 33.33333333%;
    *width: 33.33333333% - 0.1;
  }
  .grid__col-lg-3 {
    width: 25%;
    *width: 25% - 0.1;
  }
  .grid__col-lg-2 {
    width: 16.66666667%;
    *width: 16.66666667% - 0.1;
  }
  .grid__col-lg-1 {
    width: 8.33333333%;
    *width: 8.33333333% - 0.1;
  }
}
@media (min-width: 1600px) {
  .grid__col-xlg-12 {
    width: 100%;
    *width: 100% - 0.1;
  }
  .grid__col-xlg-11 {
    width: 91.66666667%;
    *width: 91.66666667% - 0.1;
  }
  .grid__col-xlg-10 {
    width: 83.33333333%;
    *width: 83.33333333% - 0.1;
  }
  .grid__col-xlg-9 {
    width: 75%;
    *width: 75% - 0.1;
  }
  .grid__col-xlg-8 {
    width: 66.66666667%;
    *width: 66.66666667% - 0.1;
  }
  .grid__col-xlg-7 {
    width: 58.33333333%;
    *width: 58.33333333% - 0.1;
  }
  .grid__col-xlg-6 {
    width: 50%;
    *width: 50% - 0.1;
  }
  .grid__col-xlg-5 {
    width: 41.66666667%;
    *width: 41.66666667% - 0.1;
  }
  .grid__col-xlg-4 {
    width: 33.33333333%;
    *width: 33.33333333% - 0.1;
  }
  .grid__col-xlg-3 {
    width: 25%;
    *width: 25% - 0.1;
  }
  .grid__col-xlg-2 {
    width: 16.66666667%;
    *width: 16.66666667% - 0.1;
  }
  .grid__col-xlg-1 {
    width: 8.33333333%;
    *width: 8.33333333% - 0.1;
  }
}
.grid__col-auto {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 0px;
  flex: 1 0 0px;
  width: auto !important;
  max-width: 100%;
}
@media (min-width: 480px) {
  .grid__col-xs-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .grid__col-sm-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .grid__col-md-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .grid__col-lg-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .grid__col-xlg-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
.grid--order-12 {
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12;
}
.grid--order-11 {
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11;
}
.grid--order-10 {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}
.grid--order-9 {
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9;
}
.grid--order-8 {
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}
.grid--order-7 {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}
.grid--order-6 {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}
.grid--order-5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}
.grid--order-4 {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
.grid--order-3 {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.grid--order-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.grid--order-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.grid--order-0 {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
@media only screen and (min-width: 480px) {
  .grid--order-12-xs {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .grid--order-11-xs {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .grid--order-10-xs {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .grid--order-9-xs {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .grid--order-8-xs {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .grid--order-7-xs {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .grid--order-6-xs {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .grid--order-5-xs {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .grid--order-4-xs {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .grid--order-3-xs {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .grid--order-2-xs {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .grid--order-1-xs {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .grid--order-0-xs {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 768px) {
  .grid--order-12-sm {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .grid--order-11-sm {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .grid--order-10-sm {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .grid--order-9-sm {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .grid--order-8-sm {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .grid--order-7-sm {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .grid--order-6-sm {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .grid--order-5-sm {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .grid--order-4-sm {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .grid--order-3-sm {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .grid--order-2-sm {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .grid--order-1-sm {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .grid--order-0-sm {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 992px) {
  .grid--order-12-md {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .grid--order-11-md {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .grid--order-10-md {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .grid--order-9-md {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .grid--order-8-md {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .grid--order-7-md {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .grid--order-6-md {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .grid--order-5-md {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .grid--order-4-md {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .grid--order-3-md {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .grid--order-2-md {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .grid--order-1-md {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .grid--order-0-md {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .grid--order-12-lg {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .grid--order-11-lg {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .grid--order-10-lg {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .grid--order-9-lg {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .grid--order-8-lg {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .grid--order-7-lg {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .grid--order-6-lg {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .grid--order-5-lg {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .grid--order-4-lg {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .grid--order-3-lg {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .grid--order-2-lg {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .grid--order-1-lg {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .grid--order-0-lg {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .grid--order-12-xlg {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .grid--order-11-xlg {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .grid--order-10-xlg {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .grid--order-9-xlg {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .grid--order-8-xlg {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .grid--order-7-xlg {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .grid--order-6-xlg {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .grid--order-5-xlg {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .grid--order-4-xlg {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .grid--order-3-xlg {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .grid--order-2-xlg {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .grid--order-1-xlg {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .grid--order-0-xlg {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
.grid--bleed [class*="grid__col-"] {
  padding: 0;
}
.grid--wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid--no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.grid--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.grid--direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.grid--direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.grid--direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.grid--direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.grid--align-start {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.grid--align-end {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.grid--align-end [class*="grid__col-"] {
  vertical-align: bottom;
}
.grid--align-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.grid--align-center [class*="grid__col-"] {
  vertical-align: middle;
}
.grid--align-baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.grid--align-baseline [class*="grid__col-"] {
  vertical-align: baseline;
}
.grid--align-content-start {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.grid--align-content-end {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.grid--align-content-end [class*="grid__col-"] {
  vertical-align: bottom;
}
.grid--align-content-center {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}
.grid--align-content-space-between {
  -ms-flex-line-pack: space-between;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.grid--align-content-space-around {
  -ms-flex-line-pack: space-around;
  -webkit-align-content: space-around;
  align-content: space-around;
}
.grid--align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.grid--align-self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.grid--align-self-end {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom;
}
.grid--align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle;
}
.grid--align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}
.grid--justify-start {
  text-align: left;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.grid--justify-end {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.grid--justify-end .grid__cell,
.grid--justify-end [class*="grid__col-"] {
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}
.grid--justify-center {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.grid--justify-center .grid__cell,
.grid--justify-center [class*="grid__col-"] {
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}
.grid--justify-space-between {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.grid--justify-space-between .grid__cell,
.grid--justify-space-between [class*="grid__col-"] {
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}
.grid--justify-space-around {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.grid--justify-space-around .grid__cell,
.grid--justify-space-around [class*="grid__col-"] {
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}
.grid__col--bleed {
  padding: 0;
}
.grid__col--bleed-x {
  padding: 1em 0;
}
.grid__col--bleed-y {
  padding: 0 1em;
}
.grid__col--bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 50%;
}
.grid__cell--padding-sm {
  padding: 0.5em;
}
.grid__cell--padding-md {
  padding: 1em;
}
.grid__cell--padding-lg {
  padding: 2em;
}
.grid__cell-img {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.grid__cell-footer {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  *display: inline;
  zoom: 1;
  width: 100%;
  margin-top: auto;
}
@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.aside {
  z-index: 3000000000;
  background: #fff;
  position: fixed;
  width: 336px;
  top: 0;
  bottom: 0;
  left: auto;
  padding: 0;
  right: 0;
  overflow: hidden;
  transition: transform 300ms linear;
  margin-right: -336px;
}
.aside_open {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media only screen and (min-width: 640px) and (max-width: 900px) and (orientation: landscape) {
  .aside_open {
    overflow: scroll;
  }
}
.menu--close {
  cursor: pointer;
  padding: 25px 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.banner {
  min-height: 420px;
  position: relative;
  z-index: 1;
  background-color: #bbbbbb;
}
.banner > img,
.banner .banner-mobile-image img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.banner__content {
  color: white;
  position: relative;
  text-align: center;
  margin: 100px auto 0;
  padding: 15px 24px;
}
@media (min-width: 768px) {
  .banner__content {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .banner__content {
    margin: 150px auto 0;
    padding: 0 25% 30px;
  }
}
.banner__content hr {
  border-top: 4px solid #313538;
  border-bottom: none;
  border-left: none;
  border-right: none;
  max-width: 55px;
}
.banner__content .fa {
  padding: 1rem;
}
.banner__content .no-break {
  display: inline-block;
}
.banner__title {
  color: white;
  color: #313538;
  font-size: 30px;
  line-height: 1;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .banner__title {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .banner__title {
    font-size: 48px;
  }
}
.banner__title + h1 {
  color: #313538;
}
.field--name-field-banner-text h1 {
  color: white;
  font-size: 30px;
  color: #313538;
}
@media (min-width: 992px) {
  .field--name-field-banner-text h1 {
    font-size: 48px;
  }
}
.reverse .field--name-field-banner-text h1,
.reverse .banner__title,
.reverse .banner__title + h1 {
  color: white;
  font-size: 30px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .reverse .field--name-field-banner-text h1,
  .reverse .banner__title,
  .reverse .banner__title + h1 {
    font-size: 48px;
  }
}
.banner .banner-mobile-image + img {
  display: none;
}
@media (min-width: 768px) {
  .banner .banner-mobile-image {
    display: none;
  }
  .banner .banner-mobile-image + img {
    display: block;
  }
}
main form label {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.34px;
  text-transform: uppercase;
  display: block;
}
html:not([lang="zh-hans"]) main form label {
  font-weight: 400;
}
html[lang="zh-hans"] main form label {
  font-weight: 400;
}
main form input[type='text'],
main form input[type='password'],
main form input[type='email'],
main form input[type='tel'],
main form .form-select,
main form .form-textarea-wrapper textarea {
  border: 1px solid #bbbbbb;
  background-color: #ffffff;
  border-radius: 3px;
  font-size: 14px;
  line-height: 18px;
  padding: 12px;
  width: 100%;
  margin: 5px 0;
  transition: all 0.3s ease;
}
html:not([lang="zh-hans"]) main form input[type='text'],
html:not([lang="zh-hans"]) main form input[type='password'],
html:not([lang="zh-hans"]) main form input[type='email'],
html:not([lang="zh-hans"]) main form input[type='tel'],
html:not([lang="zh-hans"]) main form .form-select,
html:not([lang="zh-hans"]) main form .form-textarea-wrapper textarea {
  font-weight: 400;
}
html[lang="zh-hans"] main form input[type='text'],
html[lang="zh-hans"] main form input[type='password'],
html[lang="zh-hans"] main form input[type='email'],
html[lang="zh-hans"] main form input[type='tel'],
html[lang="zh-hans"] main form .form-select,
html[lang="zh-hans"] main form .form-textarea-wrapper textarea {
  font-weight: 400;
}
main form input[type='text']::placeholder,
main form input[type='password']::placeholder,
main form input[type='email']::placeholder,
main form input[type='tel']::placeholder,
main form .form-select::placeholder,
main form .form-textarea-wrapper textarea::placeholder {
  color: #bbbbbb;
  opacity: 1;
}
main form input[type='text']:focus,
main form input[type='password']:focus,
main form input[type='email']:focus,
main form input[type='tel']:focus,
main form .form-select:focus,
main form .form-textarea-wrapper textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px #2AD39B;
  border-color: #2AD39B;
}
main form .description {
  color: #888888;
  margin-bottom: 20px;
}
main form .form-actions {
  margin-top: 20px;
}
main form .form-actions input {
  width: 100%;
}
main form .form-actions input:hover {
  background: #209e74;
}
main form .form-actions input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #2AD39B;
  border-color: #2AD39B;
}
main form [class*=grid__col-].form-actions,
main form [class*=grid__col-].form-item {
  padding: 0 15px;
  margin: 10px 0;
}
@media (min-width: 768px) {
  main form [class*=grid__col-].form-actions,
  main form [class*=grid__col-].form-item {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  main form [class*=grid__col-].form-actions,
  main form [class*=grid__col-].form-item {
    padding: 0 8px;
  }
}
/*
 * GET A QUOTE STYLES
 */
#gqmodal #vue-form .gqpanel {
  align-content: flex-start;
}
#gqmodal #vue-form .gqpanel [class*=grid__col-] {
  padding: 0 3px 15px;
}
#gqmodal #vue-form .gqpanel > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#gqmodal #vue-form .gqpanel > div:first-child h3.subtitle {
  margin-bottom: 4px;
  margin-top: 0;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #8f8f8f;
  letter-spacing: 1.23px;
}
html:not([lang="zh-hans"]) #gqmodal #vue-form .gqpanel > div:first-child h3.subtitle {
  font-weight: 700;
}
html[lang="zh-hans"] #gqmodal #vue-form .gqpanel > div:first-child h3.subtitle {
  font-weight: 700;
}
html:not([lang="zh-hans"]) #gqmodal #vue-form .gqpanel > div:first-child h3.subtitle {
  font-weight: 800;
}
html[lang="zh-hans"] #gqmodal #vue-form .gqpanel > div:first-child h3.subtitle {
  font-weight: 900;
}
#gqmodal #vue-form .gqpanel > div:first-child h2.title {
  margin-top: 0;
  color: #313538;
  font-size: 20px;
  letter-spacing: 0.13px;
  line-height: 24px;
}
html:not([lang="zh-hans"]) #gqmodal #vue-form .gqpanel > div:first-child h2.title {
  font-weight: 700;
}
html[lang="zh-hans"] #gqmodal #vue-form .gqpanel > div:first-child h2.title {
  font-weight: 700;
}
html:not([lang="zh-hans"]) #gqmodal #vue-form .gqpanel > div:first-child h2.title {
  font-weight: 800;
}
html[lang="zh-hans"] #gqmodal #vue-form .gqpanel > div:first-child h2.title {
  font-weight: 900;
}
#gqmodal #vue-form .product-choices .productchoices-checkbox img {
  max-height: 40px;
}
#gqmodal #vue-form .product-choices .productchoices-checkbox input {
  position: absolute;
  left: -9999px;
}
#gqmodal #vue-form .product-choices .productchoices-checkbox label {
  margin: 0 0 10px;
  height: 90px;
  color: #313538;
  font-size: 14px;
  line-height: 140px;
  text-align: center;
  text-transform: none;
  border: 1px solid #dedede;
  border-radius: 2px;
  background-position: center -10px;
  background-size: 80px;
  background-repeat: no-repeat;
  overflow: hidden;
}
#gqmodal #vue-form .product-choices .productchoices-checkbox label[for=variant_libraries] {
  background-image: url(/themes/custom/twist_theme/build/images/product-libs.svg);
}
#gqmodal #vue-form .product-choices .productchoices-checkbox label[for=ngs] {
  background-image: url(/themes/custom/twist_theme/build/images/product-ngs.svg);
}
#gqmodal #vue-form .product-choices .productchoices-checkbox label[for=data_storage] {
  background-image: url(/themes/custom/twist_theme/build/images/product-storage.svg);
}
#gqmodal #vue-form .product-choices .productchoices-checkbox label[for=special_orders] {
  background-image: url(/themes/custom/twist_theme/build/images/product-genes-pools.svg);
  background-size: 90px;
  background-position: center 16px;
}
#gqmodal #vue-form .product-choices .productchoices-checkbox label[for=other] {
  height: 60px;
  line-height: 60px;
}
#gqmodal #vue-form .product-choices .productchoices-checkbox label:hover {
  border: 1px solid rgba(42, 211, 155, 0.5);
  transition: all 0.3s ease;
}
#gqmodal #vue-form .product-choices .productchoices-checkbox input.input-danger + label {
  border: 1px solid #F25E54;
  transition: all 0.3s ease;
}
#gqmodal #vue-form .product-choices .productchoices-checkbox input:checked + label {
  border: 1px solid #2AD39B;
  background-color: #F2FDFA;
  transition: all 0.3s ease;
}
#gqmodal #vue-form .product-choices .productchoices-sig p {
  max-width: 280px;
  text-align: center;
  line-height: 14px;
  color: #727272;
}
#gqmodal #vue-form .product-choices .productchoices-sig a.productchoices-sig-link:link {
  color: #2AD39B;
}
#gqmodal #vue-form .product-choices .productchoices-sig a.productchoices-sig-link:hover {
  color: #04ad75;
  text-decoration: none;
}
#gqmodal #vue-form input[type='text'],
#gqmodal #vue-form input[type='password'],
#gqmodal #vue-form input[type='email'],
#gqmodal #vue-form input[type='tel'],
#gqmodal #vue-form .form-select {
  height: 40px;
}
#gqmodal #vue-form input[type='text'],
#gqmodal #vue-form input[type='password'],
#gqmodal #vue-form input[type='email'],
#gqmodal #vue-form input[type='tel'],
#gqmodal #vue-form .form-select,
#gqmodal #vue-form .form-textarea-wrapper textarea {
  color: #313538;
  border: 1px solid #dedede;
  padding: 11px 11px 11px 15px;
  margin-top: 0;
  -webkit-appearance: none;
  transition: none;
  -o-transition: all 0 none;
}
#gqmodal #vue-form input[type='text'] option,
#gqmodal #vue-form input[type='password'] option,
#gqmodal #vue-form input[type='email'] option,
#gqmodal #vue-form input[type='tel'] option,
#gqmodal #vue-form .form-select option,
#gqmodal #vue-form .form-textarea-wrapper textarea option {
  padding: 0;
}
#gqmodal #vue-form input[type='text']::placeholder,
#gqmodal #vue-form input[type='password']::placeholder,
#gqmodal #vue-form input[type='email']::placeholder,
#gqmodal #vue-form input[type='tel']::placeholder,
#gqmodal #vue-form .form-select::placeholder,
#gqmodal #vue-form .form-textarea-wrapper textarea::placeholder {
  color: #8f8f8f;
  opacity: 1;
}
#gqmodal #vue-form input[type='text']:focus,
#gqmodal #vue-form input[type='password']:focus,
#gqmodal #vue-form input[type='email']:focus,
#gqmodal #vue-form input[type='tel']:focus,
#gqmodal #vue-form .form-select:focus,
#gqmodal #vue-form .form-textarea-wrapper textarea:focus {
  outline: none;
  box-shadow: 0 0 0 0;
  border-color: #2AD39B;
  caret-color: #2AD39B;
}
#gqmodal #vue-form input[type='text']:focus::placeholder,
#gqmodal #vue-form input[type='password']:focus::placeholder,
#gqmodal #vue-form input[type='email']:focus::placeholder,
#gqmodal #vue-form input[type='tel']:focus::placeholder,
#gqmodal #vue-form .form-select:focus::placeholder,
#gqmodal #vue-form .form-textarea-wrapper textarea:focus::placeholder {
  color: #dedede;
  opacity: 1;
}
#gqmodal #vue-form input[type='text'].input-valid,
#gqmodal #vue-form input[type='password'].input-valid,
#gqmodal #vue-form input[type='email'].input-valid,
#gqmodal #vue-form input[type='tel'].input-valid,
#gqmodal #vue-form .form-select.input-valid,
#gqmodal #vue-form .form-textarea-wrapper textarea.input-valid {
  border: 1px solid #ababab;
  background: url(/themes/custom/twist_theme/build/images/validDot.svg) no-repeat;
  background-size: auto 7px;
  background-position: right center;
}
#gqmodal #vue-form input[type='text'].input-danger,
#gqmodal #vue-form input[type='password'].input-danger,
#gqmodal #vue-form input[type='email'].input-danger,
#gqmodal #vue-form input[type='tel'].input-danger,
#gqmodal #vue-form .form-select.input-danger,
#gqmodal #vue-form .form-textarea-wrapper textarea.input-danger {
  border: 1px solid #F25E54;
  background: url(/themes/custom/twist_theme/build/images/dangerDot.svg) no-repeat;
  background-size: auto 7px;
  background-position: right center;
}
#gqmodal #vue-form input:-webkit-autofill,
#gqmodal #vue-form input:-webkit-autofill:focus,
#gqmodal #vue-form input:-webkit-autofill:focus input:-webkit-autofill,
#gqmodal #vue-form input:-webkit-autofill:hover,
#gqmodal #vue-form select:-webkit-autofill,
#gqmodal #vue-form select:-webkit-autofill:focus,
#gqmodal #vue-form select:-webkit-autofill:hover,
#gqmodal #vue-form textarea:-webkit-autofill,
#gqmodal #vue-form textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  border: 1px solid #2AD39B;
  -webkit-text-fill-color: #313538;
  -webkit-box-shadow: 0 0 0 50px #ffffff inset;
  transition: #313538 5000s ease-in-out 0s;
}
#gqmodal #vue-form label {
  text-transform: none;
  line-height: 25px;
}
#gqmodal #vue-form span.help.input-danger {
  color: #F25E54;
}
#gqmodal #vue-form [type="submit"] {
  -webkit-appearance: unset;
}
#gqmodal #vue-form .button {
  border-radius: 2px;
  font-weight: 700;
  letter-spacing: normal;
  background-color: #2AD39B;
}
#gqmodal #vue-form .button:hover {
  background-color: #04ad75;
}
#gqmodal #vue-form .button.disabled {
  color: rgba(255, 255, 255, 0.5);
  background-color: #2AD39B;
  cursor: default;
}
#gqmodal #vue-form .button.submit-ready {
  color: #ffffff;
  cursor: pointer;
}
#gqmodal #vue-form .form-type-select select {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
#gqmodal #vue-form .form-type-select label {
  position: relative;
}
#gqmodal #vue-form .form-type-select label .fa-angle-down {
  font-size: 14px;
  font-weight: 300 !important;
  right: 12px;
  top: 8px;
  position: absolute;
  pointer-events: none;
  color: #313538;
  opacity: 0.8;
  height: 28px;
}
#gqmodal #vue-form select:first-child {
  color: #8f8f8f;
}
#gqmodal #vue-form select.input-valid:first-child {
  color: #313538;
}
#gqmodal #vue-form select.form-select.input-valid {
  background: url(/themes/custom/twist_theme/build/images/validDotForSelect.svg) no-repeat;
  background-size: auto 7px;
  background-position: right center;
}
#gqmodal #vue-form select.form-select.input-danger {
  background: url(/themes/custom/twist_theme/build/images/dangerDotForSelect.svg) no-repeat;
  background-size: auto 7px;
  background-position: right center;
}
#gqmodal #vue-form .communications-optin input[type="checkbox"] {
  opacity: 0;
}
#gqmodal #vue-form .communications-optin label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  line-height: 20px;
}
#gqmodal #vue-form .communications-optin label::after,
#gqmodal #vue-form .communications-optin label::before {
  content: "";
  position: absolute;
  display: inline-block;
}
#gqmodal #vue-form .communications-optin label::before {
  height: 20px;
  width: 20px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  left: 0;
  top: 0;
}
#gqmodal #vue-form .communications-optin label::after {
  height: 8px;
  width: 15px;
  border-left: 2px solid #2AD39B;
  border-bottom: 2px solid #2AD39B;
  transform: rotate(-45deg);
  top: 3px;
  left: 3px;
}
#gqmodal #vue-form .communications-optin input[type="checkbox"] + label::after {
  content: none;
}
#gqmodal #vue-form .communications-optin input[type="checkbox"]:checked + label::after {
  content: "";
}
#gqmodal #vue-form .communications-optin input[type="checkbox"]:checked + label::before {
  border: 1px solid #dedede;
}
#gqmodal #vue-form .communications-optin input[type="checkbox"]:active + label::before {
  border: 1px solid #2AD39B;
}
#gqmodal #vue-form .communications-optin input[type="checkbox"]:focus + label::before {
  outline: #2AD39B auto 1px;
}
#gqmodal #vue-form .communications-optin input[type="checkbox"].input-danger + label::before {
  border: 1px solid #F25E54;
}
#gqmodal #vue-form .communications-optin input[type="checkbox"].input-danger:focus + label::before {
  outline: #F25E54 auto 1px;
}
#gqmodal #vue-form .communications-optin span.input-danger {
  margin-top: 6px;
}
#gqmodal #vue-form .submit-warning {
  text-align: center;
  margin-top: 6px;
}
#gqmodal #vue-form .submit-warning .fa-circle {
  font-size: 7px;
  font-weight: 300 !important;
  line-height: 19.6px;
  margin-right: 7px;
  vertical-align: middle;
}
.block-webform .form-container:not([class*=grid__col-]) {
  padding: 15px;
  width: 100%;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  zoom: 1;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  vertical-align: top;
}
.messages--error {
  margin: 0 10px 20px;
  width: 100%;
  letter-spacing: normal;
  word-spacing: normal;
}
@media (min-width: 768px) {
  .messages--error {
    margin: 0 16px 20px;
  }
}
.webform-enewsletter-confirmation header {
  display: none;
}
.webform-enewsletter-confirmation footer {
  display: none;
}
.webform-enewsletter-confirmation .newsletter-confirmation {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: scroll;
}
.webform-enewsletter-confirmation .column-background {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.webform-enewsletter-confirmation .button {
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.webform-enewsletter-confirmation .button:active,
.webform-enewsletter-confirmation .button:hover {
  background-color: #ffffff;
  color: #313538;
  border-color: #ffffff;
}
html:not([lang="zh-hans"]) .webform-enewsletter-confirmation h3 {
  font-weight: 400;
}
html[lang="zh-hans"] .webform-enewsletter-confirmation h3 {
  font-weight: 400;
}
.form-type-checkbox {
  padding: 0 5px;
  margin: 10px 0;
}
.form-type-checkbox label[class*=grid__col-] {
  padding: 0;
  text-align: left;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1000;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 992px) {
  .overlay {
    display: none;
  }
}
.overlay_open {
  visibility: visible;
  opacity: 1;
}
.pager a:link,
.pager a:visited {
  color: #2AD39B;
}
.pager__items {
  color: #bbbbbb;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 50px;
  padding: 0;
}
html:not([lang="zh-hans"]) .pager__items {
  font-weight: 700;
}
html[lang="zh-hans"] .pager__items {
  font-weight: 700;
}
.pager__item--previous .fa {
  margin-right: 5px;
}
.pager__item--next .fa {
  margin-left: 5px;
}
.more-products__wrapper {
  height: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .more-products__wrapper {
    padding: 0 15px;
  }
}
.more-products__link {
  display: block;
  height: 100%;
  background: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02), 0 3px 6px rgba(0, 0, 0, 0.03);
  padding: 65px 50px;
}
@media (min-width: 768px) {
  .more-products__link {
    padding: 65px 80px;
  }
}
.more-products__link:hover {
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07), 0 10px 10px rgba(0, 0, 0, 0.07);
}
.more-products__image {
  text-align: center;
}
.more-products__image img {
  width: 125px;
  max-width: 75%;
}
.more-products__image .b-lazy {
  display: inline;
}
.more-products__title {
  color: #313538;
  margin-bottom: 5px;
}
.more-products__learn-more {
  color: #888888;
}
html:not([lang="zh-hans"]) .more-products__learn-more {
  font-weight: 700;
}
html[lang="zh-hans"] .more-products__learn-more {
  font-weight: 700;
}
.more-products__learn-more i {
  margin-left: 5px;
}
.more-products__block.section-background {
  background: #f7f7f7;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .more-products__block.section-background {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  .more-products__block.section-background {
    padding: 180px 0;
  }
}
.more-products__block-title {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .more-products__block-title {
    margin-bottom: 50px;
  }
}
.block-product-category {
  background-color: #f5f5f5;
}
.product__banner {
  padding: 100px 24px;
}
@media (min-width: 992px) {
  .product__banner {
    padding: 165px 15px 210px;
  }
}
.product__banner.product__banner__style-twist-green {
  background: linear-gradient(to top, #D9F8F0 0%, white 100%);
}
.product__banner.product__banner__style-purple {
  background: linear-gradient(to top, #7676F3 0%, white 100%);
}
.product__banner.product__banner__style-orange {
  background: linear-gradient(to top, #FEEFE1 0%, white 100%);
}
.product__banner.product__banner__style-teal {
  background: linear-gradient(to top, #14A4B2 0%, white 100%);
}
.product__banner.product__banner__style-gold {
  background: linear-gradient(to top, #B98217 0%, white 100%);
}
.product__banner.product__banner__style-forest {
  background: linear-gradient(to top, #228B22 0%, white 100%);
}
.product__banner__wrapper {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}
.product__banner__wrapper .product-parent__image img {
  width: 130px;
  height: 146px;
}
.product-category__title {
  font-size: 30px;
  margin: 0;
}
@media (min-width: 992px) {
  .product-category__title {
    font-size: 48px;
  }
}
.product-parent__title {
  font-size: 36px;
  color: #313538;
  margin: 0;
}
.product-parent__banner-text {
  font-size: 14px;
  color: #313538;
  line-height: 1.8;
  margin: 15px 0 30px;
}
@media (min-width: 992px) {
  .product-parent__banner-text {
    font-size: 18px;
  }
}
.product-category__banner-text {
  font-size: 14px;
  line-height: 1.8;
  margin: 15px 0 30px;
}
@media (min-width: 992px) {
  .product-category__banner-text {
    font-size: 18px;
  }
}
.product-category__banner-text h2 {
  font-size: 30px;
  margin-top: -15px;
}
@media (min-width: 992px) {
  .product-category__banner-text h2 {
    font-size: 36px;
  }
}
.product-links .button {
  display: inline-block;
  padding: 18px 10px;
  width: 100%;
}
.product-links .grid__col-6 {
  max-width: 260px;
  padding: 10px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 1.5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button .svg-inline--fa {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #bbbbbb;
  opacity: 0.4;
}
.slick-dots li button .svg-inline--fa[data-prefix='fal'] {
  display: block;
}
.slick-dots li button .svg-inline--fa[data-prefix='fas'] {
  display: none;
}
.slick-dots li.slick-active button .svg-inline--fa[data-prefix='fal'] {
  display: none;
}
.slick-dots li.slick-active button .svg-inline--fa[data-prefix='fas'] {
  display: block;
}
@media (max-width: 992px) {
  .slick-dots {
    display: none !important;
  }
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover .svg-inline--fa,
.slick-next:hover .svg-inline--fa,
.slick-prev:focus .svg-inline--fa,
.slick-next:focus .svg-inline--fa {
  opacity: 0.4;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .slick__arrow {
    display: none;
  }
}
.slick-prev .svg-inline--fa,
.slick-next .svg-inline--fa {
  font-size: 30px;
  line-height: 1;
  color: #bbbbbb;
  opacity: 0.2;
}
.slick-prev {
  left: 50px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 50px;
}
.slick-next {
  right: 50px;
}
[dir="rtl"] .slick-next {
  left: 50px;
  right: auto;
}
.slick__slide:focus {
  outline: 0;
}
.slick-list {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .testimonials {
    margin-bottom: 45px;
  }
}
.quote {
  text-align: center;
  line-height: 1.7;
}
html:not([lang="zh-hans"]) .quote {
  font-weight: 200;
  font-style: italic;
}
html[lang="zh-hans"] .quote {
  font-weight: 300;
}
.quote__content {
  color: #4a4a4a;
  font-size: 27px;
  margin-bottom: 10px;
}
.quote__source {
  color: #888888;
  font-size: 16px;
}
.quote__source:before {
  content: '\2014';
}
@media (min-width: 992px) {
  .quote {
    padding-right: 160px;
    padding-left: 160px;
  }
}
.invert .slick-dots li button .svg-inline--fa {
  color: #eeeeee;
}
.invert .slick-prev .svg-inline--fa,
.invert .slick-next .svg-inline--fa {
  color: #eeeeee;
}
.invert .quote__content,
.invert .quote__source {
  color: #ffffff;
}
.quote-static__list {
  padding: 0;
  list-style: none;
}
.quote-static__item + .quote-static__item {
  margin-top: 30px;
  padding-top: 30px;
}
.quote-static__content {
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 10px;
}
.quote-static__source {
  color: #888888;
  font-size: 12px;
  line-height: 1.4;
}
.quote-static__source:before {
  content: '- ';
}
.static-testimonial__help {
  color: #888888;
  font-size: 12px;
}
.static-testimonial__link:link,
.static-testimonial__link:visited {
  text-decoration: underline;
}
.static-testimonial__title {
  font-size: 24px;
  margin-top: 0;
}
html:not([lang="zh-hans"]) .static-testimonial__title {
  font-weight: 700;
}
html[lang="zh-hans"] .static-testimonial__title {
  font-weight: 700;
}
.request-quote iframe {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07), 0 10px 10px rgba(0, 0, 0, 0.07);
}
.request-quote .static-testimonial {
  margin-top: 15px;
}
.request-quote .static-testimonial[class*=grid__col-] {
  padding: 30px 30px;
}
.request-quote .static-testimonial__title {
  font-size: 24px;
}
.request-quote__header {
  border-bottom: 5px solid #313538;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.request-quote__title {
  margin: 0;
  color: #313538;
  line-height: 1;
  align-self: flex-end;
}
@media (max-width: 768px) {
  .request-quote__title {
    font-size: 28px;
  }
}
.product-download.section-background {
  padding-top: 100px;
}
.product-download__form-wrapper {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07), 0 10px 10px rgba(0, 0, 0, 0.07);
  padding: 2rem 0 0;
}
.product-download__form-wrapper > :not(iframe) {
  padding: 0 18px;
}
.product-download .static-testimonial {
  margin-top: 20px;
}
.product-download .static-testimonial[class*=grid__col-] {
  padding: 50px 50px;
}
.product-download__title {
  margin: 0;
  font-size: 24px;
}
html:not([lang="zh-hans"]) .product-download__title {
  font-weight: 700;
}
html[lang="zh-hans"] .product-download__title {
  font-weight: 700;
}
.product-download__subtitle {
  font-size: 18px;
  margin-bottom: 18px;
}
.product-download .paragraph--type--icon-with-text.image-left .field--name-field-html {
  padding-top: 0;
}
.product-download__callout {
  color: green;
}
.product-download__box > div {
  padding: 24px;
}
.newsletter {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.newsletter__modal {
  width: 95%;
  max-width: 500px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
  padding: 20px;
  margin: 30px auto;
}
@media (min-width: 768px) {
  .newsletter__modal {
    padding: 50px 70px;
    margin: 50px auto;
  }
}
.newsletter__modal h3 {
  margin-top: 0;
}
.newsletter__modal input[type=email] {
  border-width: 0 0 1px;
  border-color: #313538;
  font-size: 18px;
  border-radius: 0;
  padding: 5px 5px;
}
@media (min-width: 768px) {
  .newsletter__modal input[type=email] {
    padding: 5px 8px;
  }
}
.newsletter__modal input[type=email]:placeholder {
  font-size: 18px;
}
.newsletter__modal input[type=email]:focus {
  border-color: #ffffff;
  border-radius: 3px;
}
.typewriter {
  max-width: 1170px;
  padding: 280px 64px 80px;
  text-align: center;
  margin: auto;
}
@media (max-width: 768px) {
  .typewriter {
    padding: 80px 40px -10px;
  }
}
.typewriter__heading {
  font-size: 30px;
}
@media (min-width: 768px) {
  .typewriter__heading {
    font-size: 48px;
  }
}
.typewriter__static {
  display: block;
}
.typewriter__string {
  color: #2AD39B;
}
.typewriter__string a {
  color: #2AD39B;
}
.typewriter__string a:link,
.typewriter__string a:visited {
  color: #2AD39B;
}
.typewriter__desktop-string,
.typewriter .typed-cursor {
  display: none;
}
@media (min-width: 992px) {
  .typewriter__desktop-string,
  .typewriter .typed-cursor {
    display: inline;
  }
}
@media (min-width: 992px) {
  .typewriter__desktop-wrapper {
    min-height: 124px;
  }
}
.typewriter__mobile-string {
  display: inline-block;
}
@media (min-width: 992px) {
  .typewriter__mobile-string {
    display: none;
  }
}
.typewriter .typed-cursor {
  opacity: 1;
  animation: blink 0.7s infinite;
  color: #E2328F;
  margin-left: 2px;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
.product-featured__anchor {
  position: absolute;
  margin-top: -10rem !important;
  z-index: 10;
}
.product-featured__title {
  font-size: 30px;
  margin: 0;
}
@media (min-width: 768px) {
  .product-featured__title {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .product-featured__title {
    font-size: 48px;
  }
}
.product-featured__subtitle {
  font-size: 14px;
  /*  font-weight: 400;*/
  margin: 10px 0 15px;
}
html:not([lang="zh-hans"]) .product-featured__subtitle {
  font-weight: 400;
}
html[lang="zh-hans"] .product-featured__subtitle {
  font-weight: 400;
}
@media (min-width: 768px) {
  .product-featured__subtitle {
    font-size: 18px;
    margin: 20px 0 30px;
  }
}
.product-featured.section-wrapper {
  max-width: 750px;
  text-align: center;
}
@media (min-width: 992px) {
  .product-featured.section-wrapper {
    max-width: 1170px;
    text-align: left;
  }
}
.product-featured {
  position: relative;
}
.product-featured #quote.button {
  font-size: 14px;
  line-height: 1;
  height: auto;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  padding: 18px 20px;
  background: #2AD39B;
  border-radius: 3px;
  border: 0;
  display: inline-block;
  transition: all 0.3s ease;
  width: 100%;
  margin: 0;
}
html:not([lang="zh-hans"]) .product-featured #quote.button {
  font-weight: 700;
}
html[lang="zh-hans"] .product-featured #quote.button {
  font-weight: 700;
}
.product-featured .button {
  display: inline-block !important;
  width: auto;
}
.product-featured .paragraph--type--icon-with-text {
  border-top: 1px solid #eeeeee;
  padding: 40px 10px;
}
.product-featured .paragraph--type--icon-with-text h2 {
  font-size: 18px;
  margin: 0;
}
.product-featured .paragraph--type--icon-with-text ul {
  line-height: 25px;
  list-style-type: none;
  padding-left: 0;
}
@media (min-width: 768px) {
  .product-featured .paragraph--type--icon-with-text ul {
    list-style-type: disc;
    padding-left: 15px;
  }
}
.product-featured .field__item:first-child .paragraph--type--icon-with-text {
  border-top: 3px solid #eeeeee;
}
@media (min-width: 992px) {
  .product-featured .field__item:first-child .paragraph--type--icon-with-text {
    border-top: none;
  }
}
.product-featured .paragraph--type--icon-with-text.image-left {
  text-align: center;
}
@media (min-width: 768px) {
  .product-featured .paragraph--type--icon-with-text.image-left {
    text-align: left;
    display: table;
  }
}
.product-featured .paragraph--type--icon-with-text.image-left .field--name-field-icon {
  line-height: 0;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .product-featured .paragraph--type--icon-with-text.image-left .field--name-field-icon {
    display: table-cell;
    margin: 0;
  }
}
.product-featured .paragraph--type--icon-with-text.image-left .field--name-field-html {
  padding: 0;
}
@media (min-width: 768px) {
  .product-featured .paragraph--type--icon-with-text.image-left .field--name-field-html {
    display: table-cell;
    vertical-align: top;
    padding-left: 5%;
    width: 88%;
  }
}
.product-featured .button-order {
  display: none !important;
}
@media (min-width: 768px) {
  .product-featured .button-product-1906 .button-order,
  .product-featured .button-product-1911 .button-order,
  .product-featured .button-product-1936 .button-order {
    display: inline-block !important;
  }
  .product-featured .button-product-1906 .button-quote,
  .product-featured .button-product-1911 .button-quote,
  .product-featured .button-product-1936 .button-quote {
    display: none !important;
  }
}
.specs-block {
  color: #4a4a4a;
}
.field--name-field-spec-label {
  /*font-weight: 500;*/
}
html:not([lang="zh-hans"]) .field--name-field-spec-label {
  font-weight: 700;
}
html[lang="zh-hans"] .field--name-field-spec-label {
  font-weight: 700;
}
.product-featured__specs {
  color: #727272;
  text-align: left;
  line-height: 1.92;
}
.product-featured__specs .b {
  border-top: 3px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  /*font-weight: 500;*/
  line-height: 1;
  margin-bottom: 15px;
  padding: 14px 0;
}
html:not([lang="zh-hans"]) .product-featured__specs .b {
  font-weight: 700;
}
html[lang="zh-hans"] .product-featured__specs .b {
  font-weight: 700;
}
.field--name-field-product-specs {
  width: 100%;
}
.field--name-field-product-specs > * {
  vertical-align: top;
}
.field--name-field-spec-label {
  width: 50%;
}
@media (min-width: 768px) {
  .field--name-field-spec-label {
    width: 33%;
  }
}
.product-featured__download_thumb,
.product-featured__download_content {
  display: inline-block;
  vertical-align: top;
}
.product-featured__download {
  margin-top: 60px;
}
.product-featured__download_content {
  font-size: 18px;
  /*font-weight: 500;*/
  padding: 5px 0 5px 15px;
}
html:not([lang="zh-hans"]) .product-featured__download_content {
  font-weight: 700;
}
html[lang="zh-hans"] .product-featured__download_content {
  font-weight: 700;
}
.product-featured__download_content .button_outline {
  background-color: transparent !important;
  border: 2px solid #313538;
  color: #313538 !important;
  margin-top: 8px;
  padding: 16px 30px;
}
@media (min-width: 768px) {
  .product-featured__download_content .button_outline {
    padding: 16px 48px;
  }
}
.product-featured__download_content .button_outline:hover,
.product-featured__download_content .button_outline:active {
  background-color: #313538 !important;
  color: white !important;
}
.product-list .views-row {
  overflow: hidden;
  padding: 30px 15px;
}
@media (min-width: 480px) {
  .product-list .views-row {
    padding: 60px;
  }
}
.product-list .views-row + .views-row {
  border-top: 10px solid #eeeeee;
}
.product-featured .spirograph {
  position: absolute;
  width: 450px;
  height: 450px;
  top: 500px;
  left: -60px;
  z-index: -10;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.product-list .views-row:nth-child(even) .product-featured .spirograph {
  bottom: -150px;
  left: -300px;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.product__sub-menu__grid .inner {
  min-width: 236px;
  height: 160px;
  text-align: center;
}
.product__sub-menu__grid .inner .field-icon svg,
.product__sub-menu__grid .inner .field-icon img {
  height: 24px;
  width: auto;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .product__sub-menu__grid .inner .field-icon svg,
  .product__sub-menu__grid .inner .field-icon img {
    height: 40px;
  }
}
.product__sub-menu__grid .inner a {
  font-size: 12px;
  color: #313538;
  text-transform: uppercase;
  letter-spacing: 1px;
}
html:not([lang="zh-hans"]) .product__sub-menu__grid .inner a {
  font-weight: 700;
}
html[lang="zh-hans"] .product__sub-menu__grid .inner a {
  font-weight: 700;
}
.product__sub-menu__grid .views-field-title {
  display: inline-block;
}
.product__sub-menu__grid .views-field-title a,
.product__sub-menu__grid .views-field-title .field-content {
  font-size: 12px;
  color: #313538;
  text-transform: uppercase;
  letter-spacing: 1px;
}
html:not([lang="zh-hans"]) .product__sub-menu__grid .views-field-title a,
html:not([lang="zh-hans"]) .product__sub-menu__grid .views-field-title .field-content {
  font-weight: 700;
}
html[lang="zh-hans"] .product__sub-menu__grid .views-field-title a,
html[lang="zh-hans"] .product__sub-menu__grid .views-field-title .field-content {
  font-weight: 700;
}
.product__sub-menu__grid .product__sub-menu__list {
  display: none;
  padding: 15px 30px;
  box-shadow: 0px 1px 26px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  text-align: left;
  margin-top: 20px;
  z-index: 2;
  position: relative;
  line-height: 14px;
  border-radius: 5px;
}
@media (max-width: calc(992px - 1px)) {
  .product__sub-menu__grid .product__sub-menu__list {
    padding: 10px 30px;
  }
}
.product__sub-menu__grid .product__sub-menu__list .views-field {
  padding: 10px 0;
}
.product__sub-menu__grid .product__sub-menu__list .overview-link {
  display: none;
}
.product__sub-menu__grid .product__sub-menu__toggle {
  display: inline-block;
  background: url(/themes/custom/twist_theme/build/images/chevron-down.svg) center no-repeat;
  cursor: pointer;
  width: 16px;
  height: 22px;
  vertical-align: bottom;
  position: relative;
}
.product__sub-menu__grid .product__sub-menu__toggle.active {
  background: url(/themes/custom/twist_theme/build/images/chevron-up.svg) center no-repeat;
}
.product__sub-menu__grid .product__sub-menu__toggle.toggle-new-line {
  width: 100%;
}
.product__sub-menu__grid .product__sub-menu__toggle:after {
  content: '';
  position: absolute;
  left: calc(50% - 19px);
  bottom: -23px;
  border: 19px solid transparent;
  border-bottom: 16px solid white;
  z-index: 3;
}
@media (max-width: calc(992px - 1px)) {
  .product__sub-menu__grid .product__sub-menu__toggle {
    width: 20px;
  }
  .product__sub-menu__grid .product__sub-menu__toggle:after {
    left: calc(50% - 19px);
  }
  .product__sub-menu__grid.mobile-drawer {
    max-height: 309px;
    overflow-y: auto;
    border-top: 1px solid #eeeeee;
  }
  .product__sub-menu__grid.mobile-drawer > div {
    position: relative;
  }
  .product__sub-menu__grid.mobile-drawer > div::after {
    content: '';
    display: block;
    border-bottom: 1px solid #eeeeee;
    bottom: 0px;
    position: absolute;
    width: calc(100% - 30px);
  }
  .product__sub-menu__grid.mobile-drawer .views-field {
    padding: 5px 5px 5px 30px;
  }
  .product__sub-menu__grid.mobile-drawer .views-field-title {
    padding-left: 60px;
    display: table;
    height: 28px;
    float: left;
    max-width: calc(100% - 22px);
  }
  .product__sub-menu__grid.mobile-drawer .views-field-title .field-content {
    display: table-cell;
    vertical-align: middle;
  }
  .product__sub-menu__grid.mobile-drawer .inner {
    height: auto;
    text-align: left;
    position: relative;
    min-height: 28px;
  }
  .product__sub-menu__grid.mobile-drawer .inner .field-icon {
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 1px;
  }
  .product__sub-menu__grid.mobile-drawer .product__sub-menu__toggle {
    top: 1px;
    position: absolute;
    width: 100%;
    right: 0;
    padding: 0;
    height: 100%;
    background-position: top 10px right 10px;
  }
  .product__sub-menu__grid.mobile-drawer .product__sub-menu__toggle:after {
    display: none;
  }
  .product__sub-menu__grid.mobile-drawer .product__sub-menu__list {
    margin-top: 0;
    box-shadow: none;
    clear: both;
  }
  .product__sub-menu__grid.mobile-drawer .product__sub-menu__list .overview-link {
    display: block;
  }
}
@media (min-width: 992px) {
  .product__sub-menu__grid > div {
    padding: 0;
  }
  .product__sub-menu__grid > div .inner {
    padding: 0 24px;
  }
}
.product-parent__mobile-content-link {
  display: block;
  text-align: center;
  margin-bottom: 100px;
}
.product-parent__mobile-content-link .all-product-toggle span {
  font-size: 12px;
  line-height: 80px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
html:not([lang="zh-hans"]) .product-parent__mobile-content-link .all-product-toggle span {
  font-weight: 700;
}
html[lang="zh-hans"] .product-parent__mobile-content-link .all-product-toggle span {
  font-weight: 700;
}
.product-parent__mobile-content-link .all-product-toggle span:after {
  position: absolute;
  right: 0;
  top: 8px;
  content: '';
  background: url(/themes/custom/twist_theme/build/images/arrow-right.svg) center no-repeat;
  display: block;
  width: 12px;
  height: 12px;
}
@media (min-width: 992px) {
  .product-parent__mobile-content-link {
    display: none;
  }
}
.product-parent__drawer-background {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-parent__drawer-background.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #313538;
  opacity: 0.5;
  z-index: 500;
}
.product-parent__mobile-drawer .product-parent__mobile-content-title {
  display: none;
}
@media (max-width: calc(992px - 1px)) {
  .product-parent__mobile-drawer {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: transform 300ms ease;
    will-change: transform;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: white;
    z-index: 501;
    border-top: 1px solid #eeeeee;
  }
  .product-parent__mobile-drawer.active {
    transform: none;
    z-index: 10000000000;
  }
  .product-parent__mobile-drawer .product-parent__mobile-content-title {
    display: block;
    height: 50px;
    word-spacing: normal;
    font-size: 12px;
    color: #313538;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    line-height: 50px;
    position: relative;
  }
  html:not([lang="zh-hans"]) .product-parent__mobile-drawer .product-parent__mobile-content-title {
    font-weight: 700;
  }
  html[lang="zh-hans"] .product-parent__mobile-drawer .product-parent__mobile-content-title {
    font-weight: 700;
  }
  .product-parent__mobile-drawer .close-drawer {
    background: url(/themes/custom/twist_theme/build/images/icon-close.svg) center no-repeat;
    display: inline-block;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    position: absolute;
  }
}
.preview-list {
  padding: 15px;
  margin: auto;
  line-height: 1.7;
  color: #4a4a4a;
}
@media (min-width: 768px) {
  .preview-list {
    padding: 24px;
  }
}
.preview-list__date {
  text-transform: uppercase;
  font-size: 12px;
  color: #888888;
}
.preview-list__download-link:link,
.preview-list__download-link:visited {
  font-size: 14px;
  color: #2AD39B;
}
html:not([lang="zh-hans"]) .preview-list__download-link:link,
html:not([lang="zh-hans"]) .preview-list__download-link:visited {
  font-weight: 700;
}
html[lang="zh-hans"] .preview-list__download-link:link,
html[lang="zh-hans"] .preview-list__download-link:visited {
  font-weight: 700;
}
.preview-list__download-link .fa {
  margin-right: 5px;
}
.preview-list__content {
  margin: 10px 0;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 3px solid #4a4a4a;
  border-bottom: 1px solid #eeeeee;
}
.preview-list__content > div,
.preview-list__content > p {
  margin-bottom: 30px;
}
.button.open-wistia-popup {
  border: 0;
  background-color: transparent;
  color: #727272;
  padding: 0;
  outline: 0;
  line-height: 23px;
}
.button.open-wistia-popup .fa-play {
  background-color: #727272;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 10px;
  line-height: 10px;
  display: inline-block;
  padding: 7px 6px 7px 8px;
  margin-right: 13px;
  position: relative;
  top: 5px;
}
.button.open-wistia-popup:hover,
.button.open-wistia-popup:focus {
  color: #313538;
}
.button.open-wistia-popup:hover .fa-play,
.button.open-wistia-popup:focus .fa-play {
  background-color: #313538;
}
#wistia-ecommerce-page .wistia_click_to_play {
  width: 100% !important;
}
f.disclaimer {
  font-size: 12px;
  margin-top: 24px;
  color: #727272;
  position: absolute;
  bottom: -15px;
  width: 74%;
  left: 8%;
}
@media (max-width: 480px) {
  f.disclaimer {
    left: 0;
    bottom: 0;
    position: relative;
    margin: auto;
  }
}
@media (min-width: 992px) {
  f.disclaimer {
    position: static;
    width: 100%;
  }
}
.tooltip {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  box-shadow: 0 15px 25px rgba(74, 74, 74, 0.15);
  background: #ffffff;
  padding: 20px 25px;
  left: 10%;
  z-index: -1;
  width: 200px;
}
.tooltip .breakdown-element .pr {
  color: #000000;
  float: right;
}
.tooltip .breakdown-element:last-child {
  margin-top: 10px;
  border-top: 1px solid #313538;
  padding-top: 10px;
}
.tooltip.active {
  opacity: 1;
  z-index: 1;
}
.tooltip-trigger {
  -webkit-transition: all 0.4s ease-in-out;
}
.tooltip-trigger:hover {
  color: #7676F3 !important;
}
#calculator:target {
  border-top: 0;
  margin-top: -71px;
  padding-top: 71px;
}
@media screen and (min-width: 768px) {
  #calculator:target {
    margin-top: -92px;
    padding-top: 92px;
  }
}
.genes-calculator-content {
  opacity: 0;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 207px;
}
@media (max-width: 480px) {
  .genes-calculator-content {
    padding-bottom: 0;
    position: relative;
  }
}
.genes-calculator-content .gene-subtitle {
  color: #8f8f8f;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px !important;
}
.genes-calculator-content .input-section {
  padding-bottom: 30px;
}
.genes-calculator-content .input-section:after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #bbbbbb;
  display: block;
  margin-top: 30px;
  position: absolute;
  left: 0;
}
@media (max-width: 480px) {
  .genes-calculator-content .input-section:after {
    left: calc((-100% / 9) - 1px);
  }
}
.genes-calculator-content .input-section .types {
  margin-bottom: 32px;
}
.genes-calculator-content .input-section .types .types-btn {
  width: 46%;
  display: inline-block;
  border: 1px solid #ababab;
  border-radius: 4px;
  position: relative;
  height: 75px;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out;
}
.genes-calculator-content .input-section .types .types-btn.choose-clonal-genes {
  background: url(/themes/custom/twist_theme/build/images/clonalgene.svg) center top 7px no-repeat;
}
.genes-calculator-content .input-section .types .types-btn.choose-clonal-genes.active {
  background: url(/themes/custom/twist_theme/build/images/clonalgene-active.svg) center top 7px no-repeat;
}
.genes-calculator-content .input-section .types .types-btn.choose-gene-fragment {
  background: url(/themes/custom/twist_theme/build/images/genefrag.svg) center top 7px no-repeat;
}
.genes-calculator-content .input-section .types .types-btn.choose-gene-fragment.active {
  background: url(/themes/custom/twist_theme/build/images/genefrag-active.svg) center top 7px no-repeat;
}
.genes-calculator-content .input-section .types .types-btn.active {
  border-color: #7676F3;
}
.genes-calculator-content .input-section .types .types-btn.active .text {
  color: #313538;
}
.genes-calculator-content .input-section .types .types-btn:first-child {
  margin-right: 6%;
}
.genes-calculator-content .input-section .types .types-btn .text {
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  color: rgba(49, 53, 56, 0.6);
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
}
.genes-calculator-content .input-section .types .types-btn:hover {
  border-color: #727272;
  background-color: rgba(221, 221, 221, 0.3);
}
.genes-calculator-content .input-section .types .types-btn:hover .text {
  color: rgba(49, 53, 56, 0.7);
}
.genes-calculator-content .input-section .types .types-btn:hover.active {
  border-color: #7676F3;
}
.genes-calculator-content .input-section .types .types-btn:hover.active .text {
  color: #313538;
}
.genes-calculator-content .input-section .gene-subtitle {
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 1px;
}
.genes-calculator-content .input-section .range {
  display: none;
}
.genes-calculator-content .input-section .special-input {
  padding: 8px 10px;
  display: inline-block;
  border: 1px solid #ababab;
  border-radius: 3px;
  width: 100%;
  position: relative;
}
.genes-calculator-content .input-section .special-input input {
  border: 0;
  color: #4a4a4a;
  font-weight: 600;
  width: 50px;
}
.genes-calculator-content .input-section .special-input span {
  color: #727272;
  float: right;
  margin-right: 3%;
}
.genes-calculator-content .input-section .special-input .input-error {
  display: none;
  color: #F45D4F;
  font-size: 13px;
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 180%;
}
.genes-calculator-content .input-section .special-input:hover {
  border-color: #8f8f8f;
}
.genes-calculator-content .input-section .special-input.active,
.genes-calculator-content .input-section .special-input:focus {
  border-color: #7676F3;
}
.genes-calculator-content .input-section .special-input.error {
  border-color: #F45D4F;
}
.genes-calculator-content .input-section .special-input.error .input-error {
  display: block;
}
.genes-calculator-content .input-section .quanitity-container {
  margin-top: 30px;
}
.genes-calculator-content .input-section .quanitity-container .gene-subtitle {
  border-bottom: 0;
}
.genes-calculator-content .input-section .quanitity-container .special-input {
  display: block;
}
.genes-calculator-content .output-section {
  padding-top: 30px;
}
.genes-calculator-content .output-section .gene-subtitle.fragments span {
  cursor: pointer;
}
.genes-calculator-content .output-section .total-est {
  position: relative;
}
.genes-calculator-content .output-section .total-est .gene-subtitle {
  display: inline-block;
  letter-spacing: 0.6px;
}
.genes-calculator-content .output-section .total-est .gene-subtitle:after {
  content: "";
  width: 100%;
  border-bottom: 1px dotted #bbbbbb;
  float: left;
  margin-top: -2px;
}
.genes-calculator-content .output-section .total {
  font-size: 36px;
  color: #313538;
  font-weight: 600;
}
.genes-calculator-content .output-section .twist-saves-you {
  border: 1px solid rgba(171, 171, 171, 0.3);
  border-radius: 6px;
  padding: 18px 18px 8px 18px;
  margin-top: 20px;
}
.genes-calculator-content .output-section .twist-saves-you .gene-subtitle {
  margin-bottom: 5px;
  border-bottom: 0;
}
.genes-calculator-content .output-section .twist-saves-you .gene-subtitle span {
  color: #7676F3;
}
.genes-calculator-content .output-section .twist-saves-you .save-details-container {
  max-width: 250px;
}
.genes-calculator-content .output-section .twist-saves-you .save-details {
  padding-left: 13%;
  position: relative;
  font-size: 13px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 1px;
  display: inline-block;
}
.genes-calculator-content .output-section .twist-saves-you .save-details .save-details-wrapper:after {
  content: "";
  width: 100%;
  border-bottom: 1px dotted #bbbbbb;
  float: left;
  margin-top: -2px;
}
.genes-calculator-content .output-section .twist-saves-you .save-details span {
  font-weight: 600;
  font-size: 16px;
  margin-right: 5px;
}
.genes-calculator-content .output-section .twist-saves-you .save-details.kits {
  background: url(/themes/custom/twist_theme/build/images/reagents.svg) left bottom 0 no-repeat;
}
.genes-calculator-content .output-section .twist-saves-you .save-details.manual {
  background: url(/themes/custom/twist_theme/build/images/hours.svg) left bottom 0 no-repeat;
}
.genes-calculator-content .output-section .order-now {
  display: block;
  text-align: center;
  background: #7676F3;
  color: #ffffff;
  font-weight: 600;
  padding: 11px;
  margin-top: 20px;
  position: absolute;
  bottom: 162px;
  width: 83%;
  left: 8.5%;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
}
.genes-calculator-content .output-section .order-now:hover {
  text-decoration: none;
  background: #5D5DB2;
}
.genes-calculator-content .compare {
  background: #F7F7FF;
  padding: 5%;
  border-radius: 6px;
  margin-top: 20px;
}
.genes-calculator-content .compare .gene-subtitle {
  border-bottom: 0;
  font-size: 13px;
  display: inline-block;
}
.genes-calculator-content .compare .mini-wrapper {
  width: 90%;
  margin: 0 auto;
}
.genes-calculator-content .compare select {
  outline: none;
  margin-top: 20px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #7676F3 50%), linear-gradient(135deg, #7676F3 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #7676F3;
  padding: 10px;
  background-color: transparent;
  border-radius: 3px;
  font-weight: 600;
  color: #7676F3;
}
.genes-calculator-content .compare select:hover,
.genes-calculator-content .compare select:focus,
.genes-calculator-content .compare select:active {
  color: #313538;
  background-image: linear-gradient(45deg, transparent 50%, #313538 50%), linear-gradient(135deg, #313538 50%, transparent 50%);
}
.genes-calculator-content .compare select:focus,
.genes-calculator-content .compare select:active {
  box-shadow: 0 0 0 3px #E9E9FD;
}
.genes-calculator-content .compare select option {
  color: #313538;
}
.genes-calculator-content .compare .results {
  margin: 20px auto 0 auto;
  width: 30vw;
  height: 30vw;
  border-radius: 50%;
}
.genes-calculator-content .compare .results .results-icon {
  border-radius: 50%;
  background: url(/themes/custom/twist_theme/build/images/pricetag.svg) center center no-repeat rgba(118, 118, 243, 0.1);
  width: 100%;
  height: 100%;
  background-size: 70%;
}
.genes-calculator-content .compare .results .results-number {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.genes-calculator-content .compare .results .results-number .saved-outcome {
  width: 100%;
  height: 100%;
  color: #7676F3;
}
.genes-calculator-content .compare .results .results-number .saved-outcome .outcome-container {
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.genes-calculator-content .compare .results .results-number .saved-outcome .outcome-container .outcome-number {
  font-size: 36px;
  width: auto;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
}
.genes-calculator-content .compare .results .results-number .saved-outcome .outcome-container .saving {
  font-size: 14px;
}
.genes-calculator-content .compare .switch {
  display: none;
}
.genes-calculator-content .compare.in-action .mini-wrapper {
  position: relative;
}
.genes-calculator-content .compare.in-action .results .results-icon {
  display: none;
}
.genes-calculator-content .compare.in-action .results-number,
.genes-calculator-content .compare.in-action .switch {
  display: block;
}
@media (min-width: 768px) {
  .genes-calculator-content {
    box-shadow: 0 5px 15px rgba(74, 74, 74, 0.3);
    border-radius: 4px;
    padding: 58px 58px 80px 58px;
    margin-bottom: 57px;
  }
  .genes-calculator-content .input-section:after {
    width: 87%;
    left: 6.5%;
  }
  .genes-calculator-content .input-section .types .types-btn {
    width: 46.5%;
  }
  .genes-calculator-content .input-section .range {
    margin-bottom: 40px;
  }
  .genes-calculator-content .input-section .range .indicators {
    margin-top: 10px;
    position: relative;
  }
  .genes-calculator-content .input-section .range .indicators span.number {
    display: inline-block;
    font-size: 11px;
    color: #ababab;
    text-align: center;
    line-height: 10px;
    position: absolute;
    transform: translateX(-50%);
    left: 0;
    font-weight: 700;
    padding-top: 3px;
    z-index: 0;
  }
  .genes-calculator-content .input-section .range .indicators span.number span.pipe:after {
    content: "";
    width: 2px;
    height: 8px;
    background: #dddddd;
    position: absolute;
    top: 3px;
    left: calc(50% - 1px);
  }
  .genes-calculator-content .input-section .range .indicators span.number:first-child {
    text-align: left;
    transform: translateX(0);
    margin-left: -3px;
  }
  .genes-calculator-content .input-section .range .indicators span.number:first-child span.pipe:after {
    left: 3px;
  }
  .genes-calculator-content .input-section .range .indicators span.number:last-child {
    text-align: right;
    transform: translateX(0);
    left: auto;
    right: 0;
    margin-right: -3px;
  }
  .genes-calculator-content .input-section .range .indicators span.number:last-child span.pipe:after {
    left: auto;
    right: 3px;
  }
  .genes-calculator-content .input-section .range.clonal .indicators span.number:nth-child(2) {
    left: 15%;
  }
  .genes-calculator-content .input-section .range.clonal .indicators span.number:nth-child(3) {
    left: 36.2%;
  }
  .genes-calculator-content .input-section .range.clonal .indicators span.number:nth-child(4) {
    left: 57.5%;
  }
  .genes-calculator-content .input-section .range.clonal .indicators span.number:nth-child(5) {
    left: 78.8%;
  }
  .genes-calculator-content .input-section .range.fragments .indicators span.number:nth-child(2) {
    left: 20%;
  }
  .genes-calculator-content .input-section .range.fragments .indicators span.number:nth-child(3) {
    left: 40%;
  }
  .genes-calculator-content .input-section .range.fragments .indicators span.number:nth-child(4) {
    left: 60%;
  }
  .genes-calculator-content .input-section .range.fragments .indicators span.number:nth-child(5) {
    left: 80%;
  }
  .genes-calculator-content .input-section .special-input {
    width: 46%;
  }
  .genes-calculator-content .output-section .total-est {
    width: 50%;
    float: left;
  }
  .genes-calculator-content .output-section .twist-saves-you {
    border: 0;
    width: 50%;
    display: inline-block;
    margin-top: 0;
    padding: 0;
  }
  .genes-calculator-content .output-section .order-now {
    bottom: 127px;
  }
  .genes-calculator-content .compare {
    margin-top: 20px;
  }
  .genes-calculator-content .compare .mini-wrapper {
    padding-bottom: 30px;
    position: relative;
    height: 150px;
    width: 100%;
  }
  .genes-calculator-content .compare .gene-subtitle {
    float: left;
  }
  .genes-calculator-content .compare .gene-subtitle br {
    display: none;
  }
  .genes-calculator-content .compare .results {
    width: 10vw;
    height: 10vw;
    position: absolute;
    bottom: 0;
    left: calc(50% - 5vw);
  }
  .genes-calculator-content .compare .results .results-number .saved-outcome {
    margin-top: 0;
  }
  .genes-calculator-content .compare select {
    width: 43%;
    float: right;
    margin-top: -7px;
  }
  .genes-calculator-content .compare.in-action select {
    margin-top: -28px;
  }
}
@media (max-width: 480px) {
  .genes-calculator-content .output-section .mini-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .genes-calculator-content .output-section .mini-wrapper .total-est {
    order: 1;
  }
  .genes-calculator-content .output-section .mini-wrapper .compare {
    order: 3;
    height: 280px;
  }
  .genes-calculator-content .output-section .mini-wrapper .twist-saves-you {
    order: 2;
  }
  .genes-calculator-content .output-section .order-now {
    bottom: 5px;
    margin: 20px auto;
    left: 0;
    position: relative;
    order: 5;
  }
}
@media (min-width: 992px) {
  .genes-calculator-content {
    padding: 0;
    width: 100%;
  }
  .genes-calculator-content .mini-wrapper {
    width: 80%;
    margin: 50px auto;
  }
  .genes-calculator-content .input-section {
    float: left;
    width: 41.666%;
    display: inline-block;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0;
  }
  .genes-calculator-content .input-section:after {
    display: none;
  }
  .genes-calculator-content .input-section .types {
    margin-bottom: 32px;
  }
  .genes-calculator-content .input-section .types .types-btn {
    width: 46%;
  }
  .genes-calculator-content .input-section .range {
    margin-bottom: 20px;
  }
  .genes-calculator-content .input-section .range.clonal .indicators span.number:nth-child(2) {
    left: 15%;
  }
  .genes-calculator-content .input-section .range.clonal .indicators span.number:nth-child(3) {
    left: 36%;
  }
  .genes-calculator-content .input-section .range.clonal .indicators span.number:nth-child(4) {
    left: 57.3%;
  }
  .genes-calculator-content .input-section .range.clonal .indicators span.number:nth-child(5) {
    left: 78.5%;
  }
  .genes-calculator-content .input-section .range.fragments .indicators span.number:nth-child(2) {
    left: 20.3%;
  }
  .genes-calculator-content .input-section .range.fragments .indicators span.number:nth-child(3) {
    left: 40%;
  }
  .genes-calculator-content .input-section .range.fragments .indicators span.number:nth-child(4) {
    left: 60%;
  }
  .genes-calculator-content .input-section .range.fragments .indicators span.number:nth-child(5) {
    left: 80%;
  }
  .genes-calculator-content .input-section .gene-subtitle {
    margin-bottom: 3px;
  }
  .genes-calculator-content .input-section .quanitity-container .gene-subtitle {
    margin-bottom: 0;
  }
  .genes-calculator-content .input-section .base-pairs {
    margin-top: 17px;
  }
  .genes-calculator-content .output-section {
    float: left;
    width: 33.333%;
    display: inline-block;
    padding-top: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .genes-calculator-content .output-section .total-est {
    width: auto;
    float: none;
  }
  .genes-calculator-content .output-section .gene-subtitle {
    margin-bottom: 5px;
  }
  .genes-calculator-content .output-section .total {
    font-size: 42px;
  }
  .genes-calculator-content .output-section .twist-saves-you {
    border: 1px solid rgba(171, 171, 171, 0.3);
    padding: 25px 18px 17px 18px;
    display: block;
    width: auto;
    margin-top: 30px;
  }
  .genes-calculator-content .output-section .twist-saves-you .gene-subtitle {
    margin-bottom: 10px;
  }
  .genes-calculator-content .output-section .twist-saves-you .gene-subtitle span {
    display: block;
  }
  .genes-calculator-content .output-section .twist-saves-you .save-details {
    padding-left: 15%;
    font-size: 14px;
  }
  .genes-calculator-content .output-section .order-now {
    position: static;
    width: 100%;
  }
  .genes-calculator-content .compare {
    float: left;
    width: 25%;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin-top: 0;
  }
  .genes-calculator-content .compare .mini-wrapper {
    width: 80%;
    margin: 50px auto;
    position: static;
    height: auto;
    padding-bottom: 0;
  }
  .genes-calculator-content .compare .gene-subtitle {
    display: block;
    width: 80%;
    margin: 0 auto;
    float: none;
    letter-spacing: 0.6px;
  }
  .genes-calculator-content .compare .results {
    margin: 40px auto 0 auto;
    position: static;
  }
  .genes-calculator-content .compare .results .results-icon {
    background-size: unset;
  }
  .genes-calculator-content .compare .results .results-number {
    border: 2px solid rgba(118, 118, 243, 0.3);
  }
  .genes-calculator-content .compare .results .results-number .saved-outcome {
    display: table;
    margin-top: 0;
  }
  .genes-calculator-content .compare .results .results-number .saved-outcome .outcome-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .genes-calculator-content .compare .results .results-number .saved-outcome .outcome-container .saving {
    font-size: 14px;
  }
  .genes-calculator-content .compare select {
    width: 100%;
    float: none;
    margin-top: 20px !important;
  }
}
@media (min-width: 1200px) {
  .genes-calculator-content .mini-wrapper {
    width: 70%;
  }
  .genes-calculator-content .compare .mini-wrapper {
    width: 70%;
  }
}
.genes-calculator-content .range {
  background: linear-gradient(to left, #e2e2ea 100%, #7676F3 0%);
  height: 2px;
  position: relative;
  border: none;
  border-radius: 20px;
  margin: 20px 0;
  -webkit-appearance: none;
}
.genes-calculator-content .range [type="range"] {
  -webkit-appearance: none;
  background: transparent;
  width: 102.6%;
  position: absolute;
  top: -15px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 30px;
  overflow: visible;
  margin-left: -1.3%;
}
@media (min-width: 992px) {
  .genes-calculator-content .range [type="range"] {
    width: 105%;
    margin-left: -2.5%;
  }
}
.genes-calculator-content .range [type="range"]:focus {
  outline: none;
}
.genes-calculator-content .range [type="range"]::-webkit-slider-runnable-track {
  background: transparent;
}
.genes-calculator-content .range [type="range"]::-moz-range-track {
  background: transparent;
}
.genes-calculator-content .range [type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 19px;
  height: 30px;
  background: url(/themes/custom/twist_theme/build/images/notch.svg) center center no-repeat;
  cursor: pointer;
  border: none;
  z-index: 100;
}
.genes-calculator-content .range [type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  width: 19px;
  height: 30px;
  background: url(/themes/custom/twist_theme/build/images/notch.svg) center center no-repeat;
  cursor: pointer;
  border: none;
}
.genes-calculator-content .range [type="range"]::-ms-thumb {
  -webkit-appearance: none;
  width: 19px;
  height: 30px;
  background: url(/themes/custom/twist_theme/build/images/notch.svg) center center no-repeat;
  cursor: pointer;
  border: none;
}
.genes-calculator-content .range [type="range"]::-ms-fill-lower {
  background: #7676F3;
}
.genes-calculator-content .range [type="range"]::-ms-fill-upper {
  background: #e2e2ea;
}
.genes-calculator-content .range [type="range"]::-ms-track {
  color: transparent;
  border: 0 solid transparent;
  background: transparent;
}
.genes-calculator-content.fragment-mode .total-est .tooltip {
  display: none;
}
.genes-calculator-content.fragment-mode .total-est .gene-subtitle:hover {
  color: #8f8f8f !important;
}
.genes-calculator-content.fragment-mode .total-est .gene-subtitle:after {
  display: none;
}
@media (min-width: 768px) {
  .genes-calculator-content.fragment-mode .range.fragments {
    display: block;
  }
  .genes-calculator-content.fragment-mode .range.clonal {
    display: none;
  }
}
.genes-calculator-content.fragment-mode .twist-saves-you .gene-subtitle.fragments {
  display: block;
}
.genes-calculator-content.fragment-mode .twist-saves-you .gene-subtitle.clonal {
  display: none;
}
.genes-calculator-content.clonal-mode .tooltip {
  display: block;
}
@media (min-width: 768px) {
  .genes-calculator-content.clonal-mode .range.fragments {
    display: none;
  }
  .genes-calculator-content.clonal-mode .range.clonal {
    display: block;
  }
}
.genes-calculator-content.clonal-mode .twist-saves-you {
  border: 0;
  padding-left: 0;
}
.genes-calculator-content.clonal-mode .twist-saves-you .gene-subtitle.fragments {
  display: none;
}
.genes-calculator-content.clonal-mode .twist-saves-you .gene-subtitle.block {
  display: none;
}
.genes-calculator-content .switch {
  display: inline-block;
  height: 26px;
  position: relative;
  width: 48px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .genes-calculator-content .switch {
    clear: left;
    float: left;
  }
}
@media (min-width: 992px) {
  .genes-calculator-content .switch {
    position: absolute;
    left: 0;
    top: 90px;
  }
}
.genes-calculator-content .switch input {
  display: none;
}
.genes-calculator-content .slider {
  background: url(/themes/custom/twist_theme/build/images/usd-white.svg) no-repeat center right 10px #7676F3;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.genes-calculator-content .slider:before {
  background: url(/themes/custom/twist_theme/build/images/precentege-purple.svg) no-repeat center center #ffffff;
  bottom: 2px;
  content: "";
  height: 22px;
  left: 1px;
  position: absolute;
  width: 22px;
}
.genes-calculator-content input:checked + .slider {
  background: url(/themes/custom/twist_theme/build/images/precentege-white.svg) no-repeat center left 7px #7676F3;
}
.genes-calculator-content input:checked + .slider:before {
  transform: translateX(26px);
  background: url(/themes/custom/twist_theme/build/images/usd-purple.svg) no-repeat center center #ffffff;
  left: -1px;
}
.genes-calculator-content .slider.round {
  border-radius: 26px;
}
.genes-calculator-content .slider.round:before {
  border-radius: 50%;
}
.genes-calculator-content input[type=number] {
  width: auto;
  outline: none;
  caret-color: #7676F3;
  -moz-appearance: textfield;
}
.genes-calculator-content input[type=number]::-webkit-inner-spin-button,
.genes-calculator-content input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.legal-disclaimer-wrapper .legal-disclaimer {
  font-size: 10px;
  line-height: 14px;
  /* or 140% */
  /* Gray Darkest */
  color: #727272;
}
.ngx-calc-container h4 {
  font-weight: 400 !important;
}
.ngx-calc-container .content-wrapper {
  background: #ffffff;
}
.ngx-calc-container .tooltip-trigger:hover {
  color: #05A369 !important;
}
.ngx-calc-container .mean-target-header:hover {
  color: #05A369 !important;
}
.ngx-calc-container .tooltip-trigger span {
  border-bottom: 1.4px dotted #ababab;
}
.ngx-calc-container .tooltip-trigger span:hover {
  color: #05A369 !important;
}
.ngx-calc-container .hidden {
  display: none;
}
.ngx-calc-container .clear {
  clear: both;
}
html:not([lang="zh-hans"]) .ngx-calc-container .order-kit-wrapper {
  font-weight: 700;
}
html[lang="zh-hans"] .ngx-calc-container .order-kit-wrapper {
  font-weight: 700;
}
.ngx-calc-container .order-kit-wrapper:hover {
  cursor: pointer;
}
.ngx-calc-container .input-header .tooltip {
  width: 240px;
}
.ngx-calc-container .tooltip {
  width: 240px !important;
  text-transform: none !important;
  color: #313538;
  opacity: 0;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  box-shadow: 0 15px 25px rgba(74, 74, 74, 0.2);
  padding: 24px 41px 17px 24px;
  left: 10%;
  z-index: -1;
  background: #ffffff;
  pointer-events: none;
}
html:not([lang="zh-hans"]) .ngx-calc-container .tooltip {
  font-weight: 400;
}
html[lang="zh-hans"] .ngx-calc-container .tooltip {
  font-weight: 400;
}
.ngx-calc-container .tooltip.active {
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
}
.ngx-calc-container .tooltip:after {
  content: '';
  /* background: @white; */
  position: absolute;
  left: -24px;
  top: calc(50% - 12px);
  transform: rotate(90deg);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #ffffff;
  background: transparent;
  z-index: -1;
}
.ngx-calc-container .tooltip.above:after {
  left: calc(50% - 12px);
  bottom: -20px;
  transform: rotate(0deg);
  top: auto;
}
.ngx-calc-container .tooltip .left {
  display: inline-block;
  vertical-align: top;
}
.ngx-calc-container .tooltip .left .title {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #313538;
}
html:not([lang="zh-hans"]) .ngx-calc-container .tooltip .left .title {
  font-weight: 700;
}
html[lang="zh-hans"] .ngx-calc-container .tooltip .left .title {
  font-weight: 700;
}
.ngx-calc-container .tooltip .left .value {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #313538;
}
html:not([lang="zh-hans"]) .ngx-calc-container .tooltip .left .value {
  font-weight: 400;
}
html[lang="zh-hans"] .ngx-calc-container .tooltip .left .value {
  font-weight: 400;
}
.ngx-calc-container .tooltip .right {
  display: inline-block;
  vertical-align: top;
}
.ngx-calc-container .tooltip .right .title {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #313538;
}
html:not([lang="zh-hans"]) .ngx-calc-container .tooltip .right .title {
  font-weight: 700;
}
html[lang="zh-hans"] .ngx-calc-container .tooltip .right .title {
  font-weight: 700;
}
.ngx-calc-container .tooltip .right .value {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #313538;
}
html:not([lang="zh-hans"]) .ngx-calc-container .tooltip .right .value {
  font-weight: 400;
}
html[lang="zh-hans"] .ngx-calc-container .tooltip .right .value {
  font-weight: 400;
}
.ngx-calc-container th.first-cell .tooltip {
  width: auto !important;
}
.ngx-calc-container .tooltip-trigger.gb-exome .tooltip .left,
.ngx-calc-container .tooltip-trigger.gb-exome .tooltip .right {
  display: inline-block;
}
.ngx-calc-container .tooltip-trigger.gb-exome .tooltip .left .inner,
.ngx-calc-container .tooltip-trigger.gb-exome .tooltip .right .inner {
  margin-bottom: 15px;
}
.ngx-calc-container .tooltip-trigger.gb-exome .tooltip .left {
  display: inline-block !important;
  text-align: left;
  font-size: 14px;
  color: #313538;
}
html:not([lang="zh-hans"]) .ngx-calc-container .tooltip-trigger.gb-exome .tooltip .left {
  font-weight: 700;
}
html[lang="zh-hans"] .ngx-calc-container .tooltip-trigger.gb-exome .tooltip .left {
  font-weight: 700;
}
.ngx-calc-container .tooltip-trigger.gb-exome .tooltip .right {
  display: inline-block !important;
  margin-left: 45px;
  text-align: left;
  font-size: 14px;
  color: #313538;
}
.ngx-calc-container .first-cell .tooltip .left .title,
.ngx-calc-container .first-cell .tooltip .right .title,
.ngx-calc-container .first-cell .tooltip .left .value,
.ngx-calc-container .first-cell .tooltip .right .value {
  display: block;
  margin-bottom: 7px !important;
}
.ngx-calc-container .first-cell .tooltip .right {
  margin-left: 10px;
}
html:not([lang="zh-hans"]) .ngx-calc-container .first-cell .tooltip .left .title {
  font-weight: 700;
}
html[lang="zh-hans"] .ngx-calc-container .first-cell .tooltip .left .title {
  font-weight: 700;
}
.ngx-calc-container .left-panel-structure {
  border-bottom: 1px solid #dddddd;
  /* position the unit to the right of the wrapper */
  /* move unit more to the left on hover
      for arrow buttons will appear to the right of number inputs */
}
.ngx-calc-container .left-panel-structure .left-panel-wrapper {
  padding-left: 25px;
  padding-right: 26px;
  padding-bottom: 32px;
  margin-top: 18px;
}
.ngx-calc-container .left-panel-structure .left-panel-wrapper .left-panel-header-wrapper {
  text-align: center;
  margin-bottom: 46px;
}
.ngx-calc-container .left-panel-structure .left-panel-wrapper .left-panel-header-wrapper h3 {
  font-size: 18px;
  line-height: 26px;
  color: #4a4a4a;
  position: relative;
  margin: 0;
}
html:not([lang="zh-hans"]) .ngx-calc-container .left-panel-structure .left-panel-wrapper .left-panel-header-wrapper h3 {
  font-weight: 700;
}
html[lang="zh-hans"] .ngx-calc-container .left-panel-structure .left-panel-wrapper .left-panel-header-wrapper h3 {
  font-weight: 700;
}
.ngx-calc-container .left-panel-structure .left-panel-wrapper .left-panel-header-wrapper h3:after {
  content: '';
  height: 2px;
  background-color: #05A369;
  width: 30px;
  position: absolute;
  bottom: -16px;
  /* Firefox */
  right: -moz-calc(50% - 15px);
  /* WebKit */
  right: -webkit-calc(50% - 15px);
  /* Opera */
  right: -o-calc(50% - 15px);
  /* Standard */
  right: calc(50% - 15px);
}
.ngx-calc-container .left-panel-structure .left-panel-wrapper .calc-data-inputs-wrapper .input-wrapper {
  margin-bottom: 24px;
}
.ngx-calc-container .left-panel-structure .left-panel-wrapper .calc-data-inputs-wrapper .input-wrapper:last-of-type {
  margin-bottom: 0;
}
.ngx-calc-container .left-panel-structure .left-panel-wrapper .calc-data-inputs-wrapper .input-wrapper .input-header {
  font-size: 12px;
  line-height: 14px;
  /* identical to box height, or 117% */
  letter-spacing: 1px;
  text-transform: uppercase;
  /* Gray Dark */
  color: #8f8f8f;
  margin-bottom: 5px;
  margin-top: 0;
  padding-left: 1px;
}
html:not([lang="zh-hans"]) .ngx-calc-container .left-panel-structure .left-panel-wrapper .calc-data-inputs-wrapper .input-wrapper .input-header {
  font-weight: 700;
}
html[lang="zh-hans"] .ngx-calc-container .left-panel-structure .left-panel-wrapper .calc-data-inputs-wrapper .input-wrapper .input-header {
  font-weight: 700;
}
.ngx-calc-container .left-panel-structure .left-panel-wrapper .calc-data-inputs-wrapper .input-wrapper input,
.ngx-calc-container .left-panel-structure .left-panel-wrapper .calc-data-inputs-wrapper .input-wrapper select,
.ngx-calc-container .left-panel-structure .left-panel-wrapper .calc-data-inputs-wrapper .input-wrapper option {
  background: #ffffff;
  width: 100%;
  border: 1px solid #ababab;
  border-radius: 4px;
  font-size: 14px;
  color: #4a4a4a;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
}
.ngx-calc-container .left-panel-structure .left-panel-wrapper .calc-data-inputs-wrapper .input-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background-image: url(/themes/custom/twist_theme/build/images/ddl-arrow.svg);
  /* Add custom arrow */
  background-repeat: no-repeat;
  background-position: right 13px center;
  background-size: 8px 21px;
}
.ngx-calc-container .left-panel-structure .cost-per-run-wrapper {
  position: relative;
}
.ngx-calc-container .left-panel-structure .cost-per-run-wrapper #cost-per-run {
  padding-left: 19px;
}
.ngx-calc-container .left-panel-structure .cost-per-run-wrapper::before {
  content: '$';
  position: absolute;
  top: 51%;
  left: 10px;
  color: #4a4a4a;
  font-size: 14px;
}
.ngx-calc-container .left-panel-structure .cost-per-run-wrapper:hover::after {
  right: 1.8em;
}
.ngx-calc-container .right-panel .comparison-navigation-structure {
  text-align: center;
}
html:not([lang="zh-hans"]) .ngx-calc-container .right-panel .comparison-navigation-structure {
  font-weight: 700;
}
html[lang="zh-hans"] .ngx-calc-container .right-panel .comparison-navigation-structure {
  font-weight: 700;
}
.ngx-calc-container .right-panel .comparison-navigation-structure .comparison-navigation-wrapper {
  display: inline-block;
  width: 50%;
}
.ngx-calc-container .right-panel .comparison-navigation-structure .comparison-navigation-single,
.ngx-calc-container .right-panel .comparison-navigation-structure .comparison-navigation-full {
  padding-top: 23px;
  padding-left: 23px;
  padding-right: 31px;
  padding-bottom: 17px;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ababab;
  border-bottom: 2px solid #eeeeee;
}
.ngx-calc-container .right-panel .comparison-navigation-structure .comparison-navigation-single:hover,
.ngx-calc-container .right-panel .comparison-navigation-structure .comparison-navigation-full:hover {
  cursor: pointer;
}
.ngx-calc-container .right-panel .comparison-navigation-structure .comparison-navigation-single.active,
.ngx-calc-container .right-panel .comparison-navigation-structure .comparison-navigation-full.active {
  border-bottom: 2px solid #05A369;
  color: #05A369;
}
.ngx-calc-container .right-panel .single-comparison-controller-structure {
  /* Twist Forest Green Light */
  background: #E6F6F0;
  border-radius: 6px;
}
.ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper {
  padding: 23px 26px 31px 25px;
}
.ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .compared-to-wrapper {
  margin-bottom: 28px;
}
.ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .compared-to-wrapper .input-wrapper {
  margin-bottom: 24px;
}
.ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .compared-to-wrapper .input-wrapper #single-comparison-compare-to {
  background: #E6F6F0;
}
html:not([lang="zh-hans"]) .ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .compared-to-wrapper .input-wrapper #single-comparison-compare-to {
  font-weight: 700;
}
html[lang="zh-hans"] .ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .compared-to-wrapper .input-wrapper #single-comparison-compare-to {
  font-weight: 700;
}
.ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .compared-to-wrapper .input-wrapper .input-header {
  font-size: 12px;
  line-height: 14px;
  /* identical to box height, or 117% */
  letter-spacing: 1px;
  text-transform: uppercase;
  /* Gray Dark */
  color: #8f8f8f;
  margin-bottom: 8px;
  margin-top: 0;
}
html:not([lang="zh-hans"]) .ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .compared-to-wrapper .input-wrapper .input-header {
  font-weight: 700;
}
html[lang="zh-hans"] .ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .compared-to-wrapper .input-wrapper .input-header {
  font-weight: 700;
}
.ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .compared-to-wrapper .input-wrapper input,
.ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .compared-to-wrapper .input-wrapper select,
.ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .compared-to-wrapper .input-wrapper option {
  background: #ffffff;
  width: 100%;
  border: 1px solid #ababab;
  border-radius: 4px;
  font-size: 14px;
  color: #4a4a4a;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 12px;
  padding-right: 13px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .compared-to-wrapper .input-wrapper input:last-of-type {
  margin-bottom: 0;
}
.ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .compared-to-wrapper .input-wrapper select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  /* Remove default arrow */
  background-image: url(/themes/custom/twist_theme/build/images/ddl-arrow.svg) !important;
  /* Add custom arrow */
  background-repeat: no-repeat !important;
  background-position: right 13px center !important;
  background-size: 8px 21px !important;
}
.ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .twist-saves-you-wrapper .twist-saves-you-text {
  font-size: 12px;
  line-height: 12px;
  /* identical to box height, or 100% */
  letter-spacing: 1px;
  text-transform: uppercase;
  /* Twist Forest Green */
  color: #05A369;
  margin-bottom: 6px;
}
html:not([lang="zh-hans"]) .ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .twist-saves-you-wrapper .twist-saves-you-text {
  font-weight: 700;
}
html[lang="zh-hans"] .ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .twist-saves-you-wrapper .twist-saves-you-text {
  font-weight: 700;
}
.ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .twist-saves-you-wrapper .twist-saves-you-amount {
  font-size: 48px;
  line-height: 130%;
  /* identical to box height, or 100% */
  /* Twist Forest Green */
  color: #05A369;
}
html:not([lang="zh-hans"]) .ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .twist-saves-you-wrapper .twist-saves-you-amount {
  font-weight: 700;
}
html[lang="zh-hans"] .ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .twist-saves-you-wrapper .twist-saves-you-amount {
  font-weight: 700;
}
.ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .twist-saves-you-wrapper .twist-saves-small-text {
  font-size: 14px;
  line-height: 14px;
  padding-right: 10px;
  /* identical to box height, or 100% */
  /* Gray Dark */
  color: #8f8f8f;
}
.ngx-calc-container .right-panel .single-comparison-table-structure {
  margin-bottom: 23px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 6px;
}
.ngx-calc-container .right-panel .single-comparison-table-structure .single-comparison-table-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
}
.ngx-calc-container .right-panel .single-comparison-table-structure .single-comparison-table-wrapper ::-webkit-scrollbar {
  height: 6px;
  /* height of horizontal scrollbar ← You're missing this */
}
.ngx-calc-container .right-panel .single-comparison-table-structure .single-comparison-table-wrapper ::-webkit-scrollbar-thumb {
  /* Gray Light */
  background: #dddddd;
  border-radius: 10px;
}
.ngx-calc-container .right-panel .single-comparison-table-structure .single-comparison-table-wrapper .single-comparison-table {
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
  width: 100%;
  height: 100%;
}
.ngx-calc-container .right-panel .single-comparison-table-structure .single-comparison-table-wrapper .single-comparison-table .single-comparison-table-head {
  border-bottom: 1px solid #eeeeee;
  text-align: left;
}
.ngx-calc-container .right-panel .single-comparison-table-structure .single-comparison-table-wrapper .single-comparison-table .single-comparison-table-head th {
  padding-top: 12px;
  padding-bottom: 7px;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  letter-spacing: 1px;
  text-transform: uppercase;
  /* Gray Dark */
  color: #8f8f8f;
}
html:not([lang="zh-hans"]) .ngx-calc-container .right-panel .single-comparison-table-structure .single-comparison-table-wrapper .single-comparison-table .single-comparison-table-head th {
  font-weight: 700;
}
html[lang="zh-hans"] .ngx-calc-container .right-panel .single-comparison-table-structure .single-comparison-table-wrapper .single-comparison-table .single-comparison-table-head th {
  font-weight: 700;
}
.ngx-calc-container .right-panel .single-comparison-table-structure .single-comparison-table-wrapper .single-comparison-table .single-comparison-table-head .twist-th {
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  letter-spacing: 1px;
  text-transform: uppercase;
  /* Twist Forest Green */
  color: #05A369;
}
.ngx-calc-container .right-panel .single-comparison-table-structure .single-comparison-table-wrapper .single-comparison-table .single-comparison-table-body {
  text-align: left;
}
.ngx-calc-container .right-panel .single-comparison-table-structure .single-comparison-table-wrapper .single-comparison-table .single-comparison-table-body .first-cell {
  padding-left: 25px;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8f8f8f;
}
html:not([lang="zh-hans"]) .ngx-calc-container .right-panel .single-comparison-table-structure .single-comparison-table-wrapper .single-comparison-table .single-comparison-table-body .first-cell {
  font-weight: 700;
}
html[lang="zh-hans"] .ngx-calc-container .right-panel .single-comparison-table-structure .single-comparison-table-wrapper .single-comparison-table .single-comparison-table-body .first-cell {
  font-weight: 700;
}
.ngx-calc-container .right-panel .single-comparison-table-structure .single-comparison-table-wrapper .single-comparison-table .single-comparison-table-body:before {
  content: '@';
  display: block;
  line-height: 19px;
  text-indent: -99999px;
}
.ngx-calc-container .right-panel .single-comparison-table-structure .single-comparison-table-wrapper .single-comparison-table .single-comparison-table-body:after {
  content: '@';
  display: block;
  line-height: 3px;
  text-indent: -99999px;
}
.ngx-calc-container .right-panel .single-comparison-table-structure .single-comparison-table-wrapper .single-comparison-table .single-comparison-table-body td {
  font-size: 14px;
  line-height: 28px;
  color: #8f8f8f;
}
.ngx-calc-container .right-panel .full-comparison-table-structure {
  margin-bottom: 24px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 6px;
}
.ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper {
  overflow-y: scroll;
}
.ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper ::-webkit-scrollbar {
  height: 6px;
  /* height of horizontal scrollbar ← You're missing this */
}
.ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper ::-webkit-scrollbar-thumb {
  /* Gray Light */
  background: #dddddd;
  border-radius: 10px;
}
.ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
  width: 100%;
  height: 100%;
}
.ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-head {
  border-bottom: 1px solid #eeeeee;
  text-align: left;
}
.ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-head th:first-child {
  text-align: left;
}
.ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-head th {
  padding-top: 31px;
  padding-bottom: 21px;
  padding-left: 32px;
  font-size: 12px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 1px;
  text-transform: uppercase;
  /* Gray Dark */
  color: #8f8f8f;
  text-align: left;
}
html:not([lang="zh-hans"]) .ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-head th {
  font-weight: 700;
}
html[lang="zh-hans"] .ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-head th {
  font-weight: 700;
}
.ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-head .twist-th {
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  letter-spacing: 1px;
  text-transform: uppercase;
  /* Twist Forest Green */
  color: #05A369;
}
.ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-head .last-th {
  padding-right: 32px;
}
.ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-head .block-element {
  display: block;
}
.ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-body {
  text-align: left;
}
.ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-body .full-comparison-twist-row {
  background: #F2FDFA;
}
html:not([lang="zh-hans"]) .ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-body .full-comparison-twist-row {
  font-weight: 700;
}
html[lang="zh-hans"] .ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-body .full-comparison-twist-row {
  font-weight: 700;
}
.ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-body .full-comparison-twist-row th,
.ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-body .full-comparison-twist-row td {
  text-transform: uppercase;
  width: 17%;
  /* Twist Green Dark */
  color: #04ad75;
  text-align: left;
  padding-left: 32px;
}
.ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-body .full-comparison-twist-row .last-td {
  color: #8f8f8f;
}
html:not([lang="zh-hans"]) .ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-body .full-comparison-twist-row .last-td {
  font-weight: 700;
}
html[lang="zh-hans"] .ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-body .full-comparison-twist-row .last-td {
  font-weight: 700;
}
.ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-body .first-cell {
  padding-left: 32px;
  font-size: 12px;
  line-height: 28px;
  /* or 233% */
  letter-spacing: 1px;
  text-transform: uppercase;
  /* Gray Dark */
  color: #8f8f8f;
}
html:not([lang="zh-hans"]) .ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-body .first-cell {
  font-weight: 700;
}
html[lang="zh-hans"] .ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-body .first-cell {
  font-weight: 700;
}
.ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-body:after {
  content: '@';
  display: block;
  line-height: 9px;
  text-indent: -99999px;
}
.ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-body td {
  font-size: 14px;
  line-height: 28px;
  padding-bottom: 17.5px;
  padding-top: 17px;
  text-align: left;
  /* Gray Dark */
  color: #8f8f8f;
  padding-left: 32px;
}
.ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-body .last-td {
  padding-right: 32px;
}
html:not([lang="zh-hans"]) .ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-body .last-td {
  font-weight: 700;
}
html[lang="zh-hans"] .ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-body .last-td {
  font-weight: 700;
}
.ngx-calc-container .right-panel .full-comparison-table-structure .full-comparison-table-wrapper .full-comparison-table .full-comparison-table-body .last-td .cost-difference {
  color: #727272;
}
.ngx-calc-container .right-panel .order-kit-section-structure {
  padding-left: 27px;
  padding-right: 28px;
  padding-bottom: 0px;
}
.ngx-calc-container .right-panel .order-kit-section-structure .order-kit-section-wrapper .research-based-wrapper {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 130%;
  color: #727272;
}
.ngx-calc-container .right-panel .order-kit-section-structure .order-kit-section-wrapper .research-based-wrapper .research-text a {
  color: #05A369;
  text-decoration: none;
}
.ngx-calc-container .right-panel .order-kit-section-structure .order-kit-section-wrapper .show-calculations-wrapper {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 130%;
  /* identical to box height, or 16px */
  /* Twist Forest Green */
  color: #05A369;
}
.ngx-calc-container .right-panel .order-kit-section-structure .order-kit-section-wrapper .order-kit-wrapper {
  margin-bottom: 17px;
  padding: 16px 40px;
  background: #05A369;
  border-radius: 3px;
  text-align: center;
}
.ngx-calc-container .right-panel .order-kit-section-structure .order-kit-section-wrapper .order-kit-wrapper a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
}
html:not([lang="zh-hans"]) .ngx-calc-container .right-panel .order-kit-section-structure .order-kit-section-wrapper .order-kit-wrapper a.open-popup {
  font-weight: 700;
}
html[lang="zh-hans"] .ngx-calc-container .right-panel .order-kit-section-structure .order-kit-section-wrapper .order-kit-wrapper a.open-popup {
  font-weight: 700;
}
.ngx-calc-container .right-panel .order-kit-section-structure .order-kit-section-wrapper .legal-disclaimer-wrapper .legal-disclaimer {
  font-size: 10px;
  line-height: 14px;
  /* or 140% */
  /* Gray Darkest */
  color: #727272;
}
@media (min-width: 767px) {
  .ngx-calc-container .content-wrapper {
    border-radius: 4px;
  }
  .ngx-calc-container .left-panel-structure .left-panel-wrapper {
    padding-left: 39px;
    padding-right: 40px;
    padding-top: 34px;
    padding-bottom: 32px;
    margin-top: 0px;
  }
  .ngx-calc-container .left-panel-structure .left-panel-wrapper .left-panel-header-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
  .ngx-calc-container .left-panel-structure .left-panel-wrapper .left-panel-header-wrapper h3:after {
    left: 0;
  }
  .ngx-calc-container .left-panel-structure .left-panel-wrapper .calc-data-inputs-wrapper {
    /* position the unit to the right of the wrapper */
  }
  .ngx-calc-container .left-panel-structure .left-panel-wrapper .calc-data-inputs-wrapper .input-wrapper {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    margin-right: 17px;
  }
  .ngx-calc-container .right-panel .comparison-navigation-structure .comparison-navigation-wrapper {
    display: inline-block;
    width: 50%;
  }
  .ngx-calc-container .right-panel .comparison-navigation-structure .comparison-navigation-single,
  .ngx-calc-container .right-panel .comparison-navigation-structure .comparison-navigation-full {
    padding-top: 21px;
    padding-bottom: 13px;
    padding-left: 39px;
    padding-right: 40px;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ababab;
  }
  .ngx-calc-container .right-panel .comparison-navigation-structure .comparison-navigation-single:hover,
  .ngx-calc-container .right-panel .comparison-navigation-structure .comparison-navigation-full:hover {
    cursor: pointer;
  }
  .ngx-calc-container .right-panel .comparison-navigation-structure .comparison-navigation-single.active,
  .ngx-calc-container .right-panel .comparison-navigation-structure .comparison-navigation-full.active {
    border-bottom: 2px solid #05A369;
    color: #05A369;
  }
  .ngx-calc-container .right-panel .single-comparison-controller-structure {
    background: #ffffff;
    border-radius: 6px;
  }
  .ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper {
    padding: 24px 33px 16px 33px;
  }
  .ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .compared-to-wrapper {
    float: left;
    width: 33.5%;
    margin-bottom: 0;
  }
  .ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .compared-to-wrapper .input-wrapper {
    margin-bottom: 0;
  }
  .ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .compared-to-wrapper .input-wrapper #single-comparison-compare-to {
    background: #ffffff;
  }
  .ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .twist-saves-you-wrapper {
    background: #E6F6F0;
    border: 1px solid #F6FCFA;
    border-radius: 6px;
    padding-top: 20px;
    padding-left: 26px;
    padding-bottom: 23px;
    float: right;
    width: 56.5%;
  }
  .ngx-calc-container .right-panel .table-container {
    padding-left: 33px;
    padding-right: 33px;
  }
  .ngx-calc-container .right-panel .table-container .single-comparison-table-structure {
    margin-bottom: 10px;
  }
  .ngx-calc-container .right-panel .table-container .single-comparison-table-structure th.first-cell {
    width: 47.5%;
  }
  .ngx-calc-container .right-panel .table-container .single-comparison-table-structure #twist-gb-per-exome {
    width: 26%;
  }
  .ngx-calc-container .right-panel .full-comparison-table-structure {
    margin-bottom: 18px;
  }
  .ngx-calc-container .right-panel .order-kit-section-structure {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 0px;
  }
  .ngx-calc-container .right-panel .order-kit-section-structure .order-kit-section-wrapper .research-based-wrapper {
    display: inline-block;
    margin-bottom: 21px;
    padding-left: 2px;
  }
  .ngx-calc-container .right-panel .order-kit-section-structure .order-kit-section-wrapper .show-calculations-wrapper {
    float: right;
  }
  .ngx-calc-container .right-panel .order-kit-section-structure .order-kit-section-wrapper .order-kit-wrapper {
    margin-bottom: 16px;
  }
  .ngx-calc-container .right-panel .order-kit-section-structure .order-kit-section-wrapper .legal-disclaimer-wrapper.mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .ngx-calc-container .left-panel-structure .left-panel-wrapper {
    padding-top: 26px;
    padding-right: 49px;
    padding-bottom: 41px;
    padding-left: 49px;
    margin-top: 0px;
  }
  .ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper {
    padding-right: 48px;
    padding-left: 49px;
    padding-bottom: 24px;
  }
  .ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper .compared-to-wrapper {
    width: 37.5%;
  }
  .ngx-calc-container .right-panel .table-container {
    padding-left: 48px;
    padding-right: 48px;
  }
  .ngx-calc-container .right-panel .table-container .single-comparison-table-body:before {
    content: '@';
    display: block;
    line-height: 21px !important;
    text-indent: -99999px;
  }
  .ngx-calc-container .full-comparison-table-structure {
    margin-bottom: 10px;
  }
  .ngx-calc-container .order-kit-section-structure {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .ngx-calc-container .order-kit-section-structure .order-kit-section-wrapper .research-based-wrapper {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1280px) {
  .ngx-calc-container .left-panel-structure {
    display: inline-block;
    border-bottom: unset !important;
    width: 30%;
    vertical-align: top;
  }
  .ngx-calc-container .left-panel-structure .left-panel-wrapper {
    padding-top: 36px;
    padding-right: 49px;
    padding-bottom: 67px;
    padding-left: 43px;
    margin-top: 0px;
  }
  .ngx-calc-container .left-panel-structure .left-panel-wrapper .logo-wrapper {
    margin-bottom: 8px;
  }
  .ngx-calc-container .left-panel-structure .left-panel-wrapper .calc-data-inputs-wrapper .cost-per-run-wrapper::before {
    top: 54%;
  }
  .ngx-calc-container .left-panel-structure .left-panel-wrapper .calc-data-inputs-wrapper .input-wrapper {
    display: block;
    width: 100%;
  }
  .ngx-calc-container .left-panel-structure .left-panel-wrapper .calc-data-inputs-wrapper .input-wrapper .input-header {
    margin-bottom: 8px;
  }
  .ngx-calc-container .right-panel {
    display: inline-block;
    width: 70%;
    box-sizing: border-box;
    border-left: 1px solid #dddddd !important;
  }
  .ngx-calc-container .right-panel .single-comparison-controller-structure .single-comparison-controller-wrapper {
    padding-bottom: 16px;
  }
  .ngx-calc-container .right-panel .full-comparison-table-container {
    padding-left: 50px;
    padding-right: 48px;
    padding-top: 24px;
  }
  .ngx-calc-container .right-panel .full-comparison-table-container .full-comparison-table-structure {
    margin-bottom: 10px;
  }
  .ngx-calc-container .right-panel .table-container .single-comparison-table-structure {
    margin-bottom: 8px;
  }
  .ngx-calc-container .right-panel .order-kit-section-structure .research-based-wrapper {
    margin-bottom: 34px !important;
  }
}
.legal-disclaimer-wrapper.desktop {
  display: none;
}
@media (min-width: 767px) {
  .legal-disclaimer-wrapper.desktop {
    display: block !important;
    padding: 8px 21px 25px 21px;
    font-size: 12px;
    line-height: 18px;
    /* Gray Darkest */
    color: #727272;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.learn-more-block {
  background: #F6FCFA;
  padding: 40px 27px 44px 27px;
  text-align: center;
}
.learn-more-block h3 {
  color: #313538;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin-top: 0;
}
html:not([lang="zh-hans"]) .learn-more-block h3 {
  font-weight: 700;
}
html[lang="zh-hans"] .learn-more-block h3 {
  font-weight: 700;
}
.learn-more-block .learn-more-item:nth-of-type(1) {
  margin-bottom: 40px;
}
.learn-more-block .learn-more-item:nth-of-type(1) .icon {
  background: url(/themes/custom/twist_theme/build/images/icon-book.svg) center no-repeat;
}
.learn-more-block .learn-more-item:nth-of-type(2) .icon {
  background: url(/themes/custom/twist_theme/build/images/icon-data.svg) center no-repeat;
}
.learn-more-block .learn-more-item .icon {
  margin: 0 auto 25px auto;
  width: 80px;
  height: 80px;
}
.learn-more-block .learn-more-item .text {
  color: #313538;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 3px;
}
.learn-more-block .learn-more-item a {
  display: inline-block;
  color: #05A369;
  font-size: 14px;
  line-height: 28px;
  background: url(/themes/custom/twist_theme/build/images/green-right-arrow.svg) no-repeat top 7px right;
  padding-right: 25px;
}
html:not([lang="zh-hans"]) .learn-more-block .learn-more-item a {
  font-weight: 700;
}
html[lang="zh-hans"] .learn-more-block .learn-more-item a {
  font-weight: 700;
}
@media (min-width: 767px) {
  .learn-more-block {
    padding: 52px 40px;
  }
  .learn-more-block h3 {
    margin-bottom: 51px;
  }
  .learn-more-block .learn-more-item {
    display: inline-block;
    width: 48%;
    text-align: left;
  }
  .learn-more-block .learn-more-item .icon {
    float: left;
    margin-right: 15px;
    margin-top: -8px;
  }
  .learn-more-block .learn-more-item:nth-of-type(1) {
    float: left;
  }
  .learn-more-block .learn-more-item:nth-of-type(2) {
    float: right;
  }
  .learn-more-block .learn-more-item .text-and-link {
    width: 71%;
    float: right;
  }
}
@media (min-width: 992px) {
  .learn-more-block h3 {
    margin-bottom: 39px;
  }
  .learn-more-block .learn-more-item .text-and-link {
    width: 78%;
  }
}
@media (min-width: 1280px) {
  .learn-more-block .items {
    width: 1100px;
    margin: 0 auto;
  }
}
.block-ngs-calculator-block {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}
.block-ngs-calculator-block h2 {
  text-align: center;
  margin-bottom: 18px;
}
@media (min-width: 767px) {
  .block-ngs-calculator-block h2 {
    margin-bottom: 34px;
  }
}
@media (min-width: 992px) {
  .block-ngs-calculator-block h2 {
    margin-bottom: 39px;
  }
}
@media (min-width: 1280px) {
  .block-ngs-calculator-block h2 {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .ngx-calc-container .input-header .tooltip,
  .ngx-calc-container .tooltip {
    position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    padding: 18px 18px 18px 26px;
  }
  .ngx-calc-container .input-header .tooltip .left,
  .ngx-calc-container .tooltip .left {
    width: 46%;
    font-family: 'ProximaNovaWeb', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
  }
  .ngx-calc-container .input-header .tooltip .right,
  .ngx-calc-container .tooltip .right {
    width: 40%;
  }
  .ngx-calc-container .input-header .tooltip.active,
  .ngx-calc-container .tooltip.active {
    z-index: 100000000000000 !important;
  }
  .ngx-calc-container .input-header .tooltip .title,
  .ngx-calc-container .tooltip .title {
    text-align: left;
    display: block;
    line-height: 28px;
    margin-bottom: 6px;
    margin-top: -10px;
  }
  html:not([lang="zh-hans"]) .ngx-calc-container .input-header .tooltip .title,
  html:not([lang="zh-hans"]) .ngx-calc-container .tooltip .title {
    font-weight: 700;
  }
  html[lang="zh-hans"] .ngx-calc-container .input-header .tooltip .title,
  html[lang="zh-hans"] .ngx-calc-container .tooltip .title {
    font-weight: 700;
  }
  .ngx-calc-container .input-header .tooltip:after,
  .ngx-calc-container .tooltip:after {
    display: none;
  }
  .ngx-calc-container .single-comparison-table {
    width: 112% !important;
  }
  .ngx-calc-container .single-comparison-table th.twist-th {
    width: 22%;
  }
}
.announcement {
  text-align: center;
  position: fixed;
  width: 100%;
}
.announcement .field-link {
  display: inline-block;
  color: #2AD39B;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
}
.announcement .close {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  position: absolute;
  top: 28px;
  right: 21px;
  cursor: pointer;
}
.announcement.special {
  z-index: 99;
  background: #000000;
  padding: 11px 15px;
  top: 0;
}
.announcement.special .text {
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
  margin-right: 5px;
}
.announcement.special .icon {
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  top: 10px;
}
.announcement.special .close {
  top: 20px;
  right: 17px;
}
.announcement.regular {
  z-index: 2;
  padding: 20px 3% 10px 3%;
  bottom: 0;
  box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.3);
}
.announcement.regular br {
  display: none;
}
.announcement.regular.dark_green {
  background: radial-gradient(256px at 50% 50%, #00573A 0%, #202B34 100%);
}
.announcement.regular.light_green {
  background: radial-gradient(225.5px at 50% 50%, #00643F 0%, #132620 100%);
}
.announcement.regular.purple {
  background: radial-gradient(250px at 50% 50%, #4343D2 0%, #242449 100%);
}
.announcement.regular.orange {
  background: radial-gradient(229px at 50% 50%, #B64113 0%, #150F0D 100%);
}
.announcement.regular.ocean {
  background: radial-gradient(257px at 50% 50%, #008286 0%, #062527 100%);
}
.announcement.regular.yellow {
  background: radial-gradient(229px at 50% 50%, #9A5D00 0%, #181004 100%);
}
.announcement.regular .icon {
  display: block;
  text-align: center;
  margin-bottom: 7px;
}
.announcement.regular .icon img {
  height: 26px;
  width: auto;
}
.announcement.regular .text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}
html:not([lang="zh-hans"]) .announcement.regular .text {
  font-weight: 800;
}
html[lang="zh-hans"] .announcement.regular .text {
  font-weight: 900;
}
.announcement.regular .text .show-more {
  font-weight: 400;
  cursor: pointer;
}
html:not([lang="zh-hans"]) .announcement.regular .text .show-more {
  font-weight: 400;
}
html[lang="zh-hans"] .announcement.regular .text .show-more {
  font-weight: 400;
}
.announcement.regular .field-link {
  font-size: 13px;
  margin-top: 10px;
}
.announcement.regular .field-link:hover {
  color: #2AD39B;
}
.announcement.regular.open .field-link {
  padding: 14px 11px;
  border: 1px solid #2AD39B;
  border-radius: 3px;
}
.announcement.regular.open .text br {
  display: block;
}
.announcement.regular.open .icon img {
  height: 39px;
  width: auto;
}
@media (min-width: 768px) {
  .announcement.special {
    padding: 10px 87px;
    text-align: center;
  }
  .announcement.special .text {
    padding-left: 20px;
  }
  .announcement.special .icon {
    top: 12px;
  }
  .announcement.regular {
    padding: 27px 36px 18px 36px;
  }
  .announcement.regular .icon {
    margin-top: 0;
    margin-right: 20px;
    display: inline-block;
    float: left;
  }
  .announcement.regular .icon img {
    margin-bottom: -8px;
  }
  .announcement.regular .text {
    display: inline-block;
    width: calc(100% - 53px);
    font-size: 14px;
  }
  .announcement.regular .field-link {
    margin-top: 0;
    margin-left: 14px;
  }
  .announcement.regular.open {
    padding: 37px 36px 18px 36px;
  }
  .announcement.regular.open .text {
    font-size: 16px;
    max-width: 668px;
  }
  .announcement.regular.open .icon {
    margin-bottom: 0;
  }
  .announcement.regular.open .icon img {
    margin-bottom: -3px;
  }
  .announcement.regular.open .field-link {
    width: fit-content;
    margin: 14px auto 0 auto;
    display: block;
    max-width: 668px;
  }
}
@media (min-width: 992px) {
  .announcement.regular .text {
    width: auto;
  }
  .announcement.regular .icon {
    float: none;
  }
}
/* popup styles */
.popup,
.content-popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999999999;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
  /* Animations */
}
@media (min-width: 768px) {
  .popup,
  .content-popup {
    z-index: 100000;
  }
}
.popup .thankyou,
.content-popup .thankyou {
  display: none;
}
.popup .popup-overlay,
.content-popup .popup-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.popup .popup-content,
.content-popup .popup-content {
  position: absolute;
  background: #fff;
  left: 10%;
  top: 10%;
  z-index: 1001;
  padding: 0;
  border: 0;
  border-radius: 3px;
  width: 80%;
}
@media (min-width: 768px) {
  .popup .popup-content,
  .content-popup .popup-content {
    width: unset;
  }
}
.popup .close-popup,
.content-popup .close-popup {
  display: inline-block;
  position: absolute;
  top: -14px;
  right: 2px;
  color: #8f8f8f;
  text-decoration: none;
  font-size: 40px;
  cursor: pointer;
}
.popup .fadeIn,
.content-popup .fadeIn {
  animation: fadeIn 0.3s ease-in;
  -webkit-animation: fadeIn 0.3s ease-in;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
}
.popup .fadeOut,
.content-popup .fadeOut {
  animation: fadeOut 0.3s ease-out;
  -webkit-animation: fadeOut 0.3s ease-out;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
  }
}
.popup .scaleIn,
.content-popup .scaleIn {
  animation: scaleIn 0.5s ease-in both;
  -webkit-animation: scaleIn 0.5s ease-in both;
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
}
@-webkit-keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
}
.popup .scaleOut,
.content-popup .scaleOut {
  animation: scaleOut 0.5s ease-out both;
  -webkit-animation: scaleOut 0.5s ease-out both;
}
@keyframes scaleOut {
  to {
    opacity: 0;
    transform: scale(0.5);
  }
}
@-webkit-keyframes scaleOut {
  to {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
}
.popup .scaleUpIn,
.content-popup .scaleUpIn {
  animation: scaleIn 0.5s ease-in both;
  -webkit-animation: scaleIn 0.5s ease-in both;
}
.popup .scaleUpOut,
.content-popup .scaleUpOut {
  animation: scaleUpOut 0.5s ease-in both;
  -webkit-animation: scaleUpOut 0.5s ease-in both;
}
@keyframes scaleUpOut {
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
@-webkit-keyframes scaleUpOut {
  to {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
.popup .scaleDownIn,
.content-popup .scaleDownIn {
  animation: scaleDownIn 0.5s ease-in both;
  -webkit-animation: scaleDownIn 0.5s ease-in both;
}
.popup .scaleDownOut,
.content-popup .scaleDownOut {
  animation: scaleOut 0.5s ease-in both;
  -webkit-animation: scaleOut 0.5s ease-in both;
}
@keyframes scaleDownIn {
  from {
    opacity: 0;
    transform: scale(1.2);
  }
}
@-webkit-keyframes scaleDownIn {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
.popup .slideIn,
.content-popup .slideIn {
  animation: slideIn 0.5s ease-in both;
  -webkit-animation: slideIn 0.5s ease-in both;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-50%);
  }
}
@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%);
  }
}
.popup .slideOut,
.content-popup .slideOut {
  animation: slideOut 0.5s ease-out both;
  -webkit-animation: slideOut 0.5s ease-out both;
}
@keyframes slideOut {
  to {
    opacity: 0;
    transform: translateY(50%);
  }
}
@-webkit-keyframes slideOut {
  to {
    opacity: 0;
    -webkit-transform: translateY(50%);
  }
}
.popup .slideLeftIn,
.content-popup .slideLeftIn {
  animation: slideLeftIn 0.5s ease-in both;
  -webkit-animation: slideLeftIn 0.5s ease-in both;
}
@keyframes slideLeftIn {
  from {
    opacity: 0;
    transform: translateX(-50%);
  }
}
@-webkit-keyframes slideLeftIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%);
  }
}
.popup .slideLeftOut,
.content-popup .slideLeftOut {
  animation: slideLeftOut 0.5s ease-out both;
  -webkit-animation: slideLeftOut 0.5s ease-out both;
}
@keyframes slideLeftOut {
  to {
    opacity: 0;
    transform: translateX(50%);
  }
}
@-webkit-keyframes slideLeftOut {
  to {
    opacity: 0;
    -webkit-transform: translateX(50%);
  }
}
.popup .flipLeftIn,
.content-popup .flipLeftIn {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipLeftIn 0.5s both ease-out;
  -moz-animation: flipLeftIn 0.5s both ease-out;
  animation: flipLeftIn 0.5s both ease-out;
}
@-webkit-keyframes flipLeftIn {
  from {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@keyframes flipLeftIn {
  from {
    transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
.popup .flipLeftOut,
.content-popup .flipLeftOut {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipLeftOut 0.5s both ease-in;
  -moz-animation: flipLeftOut 0.5s both ease-in;
  animation: flipLeftOut 0.5s both ease-in;
}
@-webkit-keyframes flipLeftOut {
  to {
    -webkit-transform: translateZ(1000px) rotateY(-90deg);
    opacity: 0;
  }
}
@keyframes flipLeftOut {
  to {
    transform: translateZ(1000px) rotateY(-90deg);
    opacity: 0;
  }
}
.popup .flipRightIn,
.content-popup .flipRightIn {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipRightIn 0.5s both ease-out;
  -moz-animation: flipRightIn 0.5s both ease-out;
  animation: flipRightIn 0.5s both ease-out;
}
@-webkit-keyframes flipRightIn {
  from {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@keyframes flipRightIn {
  from {
    transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
.popup .flipRightOut,
.content-popup .flipRightOut {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipRightOut 0.5s both ease-in;
  -moz-animation: flipRightOut 0.5s both ease-in;
  animation: flipRightOut 0.5s both ease-in;
}
@-webkit-keyframes flipRightOut {
  to {
    -webkit-transform: translateZ(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipRightOut {
  to {
    transform: translateZ(1000px) rotateY(90deg);
    opacity: 0;
  }
}
.popup .rotateIn,
.content-popup .rotateIn {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: rotateIn 0.5s both ease-out;
  -moz-animation: rotateIn 0.5s both ease-out;
  animation: rotateIn 0.5s both ease-out;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: translateZ(-3000px) rotateZ(-360deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateIn {
  from {
    -moz-transform: translateZ(-3000px) rotateZ(-360deg);
    opacity: 0;
  }
}
@keyframes rotateIn {
  from {
    transform: translateZ(-3000px) rotateZ(-360deg);
    opacity: 0;
  }
}
.popup .rotateOut,
.content-popup .rotateOut {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: rotateOut 0.5s both ease-in;
  -moz-animation: rotateOut 0.5s both ease-in;
  animation: rotateOut 0.5s both ease-in;
}
@-webkit-keyframes rotateOut {
  to {
    -webkit-transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  to {
    -moz-transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  to {
    transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0;
  }
}
.popup .rotateCubeIn,
.content-popup .rotateCubeIn {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateCubeIn 0.6s both ease-in;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateCubeIn 0.6s both ease-in;
  transform-origin: 50% 100%;
  animation: rotateCubeIn 0.6s both ease-in;
}
@-webkit-keyframes rotateCubeIn {
  0% {
    opacity: 0.3;
    -webkit-transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
}
@-moz-keyframes rotateCubeIn {
  0% {
    opacity: 0.3;
    -moz-transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
}
@keyframes rotateCubeIn {
  0% {
    opacity: 0.3;
    transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
}
.popup .rotateCubeOut,
.content-popup .rotateCubeOut {
  -webkit-transform-origin: 50% 0;
  -webkit-animation: rotateCubeOut 0.6s both ease-in;
  -moz-transform-origin: 50% 0;
  -moz-animation: rotateCubeOut 0.6s both ease-in;
  transform-origin: 50% 0;
  animation: rotateCubeOut 0.6s both ease-in;
}
@-webkit-keyframes rotateCubeOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
  100% {
    opacity: 0.3;
    -webkit-transform: translateY(100%) rotateX(-90deg);
  }
}
@-moz-keyframes rotateCubeOut {
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
  100% {
    opacity: 0.3;
    -moz-transform: translateY(100%) rotateX(-90deg);
  }
}
@keyframes rotateCubeOut {
  50% {
    animation-timing-function: ease-out;
    transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
  100% {
    opacity: 0.3;
    transform: translateY(100%) rotateX(-90deg);
  }
}
.popup .alert,
.content-popup .alert {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.popup .alert .alert-modal,
.content-popup .alert .alert-modal {
  background: #ffffff;
  border-radius: 3px;
  width: 80%;
  margin: calc(50% - 90px) auto 0 auto;
  padding: 20px;
  color: #313538;
}
.popup .alert .alert-modal .title,
.content-popup .alert .alert-modal .title {
  font-size: 18px;
  margin-bottom: 12px;
  text-align: center;
}
html:not([lang="zh-hans"]) .popup .alert .alert-modal .title,
html:not([lang="zh-hans"]) .content-popup .alert .alert-modal .title {
  font-weight: 800;
}
html[lang="zh-hans"] .popup .alert .alert-modal .title,
html[lang="zh-hans"] .content-popup .alert .alert-modal .title {
  font-weight: 900;
}
.popup .alert .alert-modal .content,
.content-popup .alert .alert-modal .content {
  font-size: 14px;
  margin-bottom: 21px;
  text-align: center;
}
.popup .alert .alert-modal .actions,
.content-popup .alert .alert-modal .actions {
  font-weight: 600;
  font-size: 14px;
}
.popup .alert .alert-modal .actions .cancel,
.content-popup .alert .alert-modal .actions .cancel {
  float: left;
  color: #8f8f8f;
  cursor: pointer;
}
.popup .alert .alert-modal .actions .close,
.content-popup .alert .alert-modal .actions .close {
  float: right;
  color: #2AD39B;
  cursor: pointer;
}
.popup.thankyou-page .nice-form,
.content-popup.thankyou-page .nice-form {
  display: none;
}
.popup.thankyou-page .thankyou,
.content-popup.thankyou-page .thankyou {
  display: block;
  background: url(/themes/custom/twist_theme/build/images/popupbgwhite.svg) no-repeat;
  background-size: cover;
  text-align: center;
}
.popup.thankyou-page .thankyou .icon,
.content-popup.thankyou-page .thankyou .icon {
  width: 100px;
  height: 100px;
  background: url(/themes/custom/twist_theme/build/images/thankyou.svg) no-repeat;
  background-size: cover;
  margin: 21px auto 20px auto;
}
.popup.thankyou-page .thankyou .greeting,
.content-popup.thankyou-page .thankyou .greeting {
  font-size: 20px;
  letter-spacing: 1px;
  padding: 5px 20px;
  margin: 0 auto 47px auto;
  background: #2AD39B;
  display: inline-block;
  color: #ffffff;
}
.popup.thankyou-page .thankyou .download-text,
.content-popup.thankyou-page .thankyou .download-text {
  font-size: 17px;
  margin: 0 auto 20px auto;
  width: 80%;
}
.popup.thankyou-page .thankyou .still-waiting,
.content-popup.thankyou-page .thankyou .still-waiting {
  font-size: 14px;
  margin: 0 auto 20px auto;
  width: 80%;
}
.popup.thankyou-page .thankyou .still-waiting a,
.content-popup.thankyou-page .thankyou .still-waiting a {
  color: #2AD39B;
  font-weight: 600;
}
@media (min-width: 768px) {
  .popup.thankyou-page .thankyou,
  .content-popup.thankyou-page .thankyou {
    width: 440px;
    padding: 50px 0;
  }
  .popup.thankyou-page .thankyou .icon,
  .content-popup.thankyou-page .thankyou .icon {
    width: 172px;
    height: 172px;
    margin: 21px auto 40px auto;
  }
  .popup.thankyou-page .thankyou .download-text,
  .content-popup.thankyou-page .thankyou .download-text,
  .popup.thankyou-page .thankyou .still-waiting,
  .content-popup.thankyou-page .thankyou .still-waiting {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .popup .close-popup,
  .content-popup .close-popup {
    top: -10px;
    right: 8px;
  }
  .popup .alert .alert-modal,
  .content-popup .alert .alert-modal {
    height: 180px;
    width: 340px;
    padding: 34px 60px;
  }
}
.open-content-popup {
  cursor: pointer;
}
.content-popup .popup-content {
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(74, 74, 74, 0.2);
  width: 87%;
  left: 6.5%;
  top: 80px;
  padding: 40px 25px 29px 30px;
  font-size: 14px;
  color: #313538;
}
.content-popup .popup-content .title {
  margin-bottom: 22px;
}
html:not([lang="zh-hans"]) .content-popup .popup-content .title {
  font-weight: 700;
}
html[lang="zh-hans"] .content-popup .popup-content .title {
  font-weight: 700;
}
.content-popup .popup-content .content {
  line-height: 18px;
}
@media (min-width: 768px) {
  .content-popup .popup-content {
    width: 512px;
    left: calc(50% - 256px);
    top: 215px;
  }
}
.close-contact-popup,
.close-contact-popup-ngs {
  font-size: 26px;
  color: #4A4A4A;
  top: 16px;
  right: 16px;
  display: inline-block;
  position: absolute;
  text-decoration: none;
}
.close-contact-popup-ngs {
  position: static;
  z-index: 1000000000000000000000000;
  display: block;
  text-align: right;
  margin-left: 10px;
}
.node--type-resource .resources .resources__body .popup,
.block-ngs-calculator-block .popup {
  overflow-y: auto;
}
.node--type-resource .resources .resources__body .popup .popup-overlay,
.block-ngs-calculator-block .popup .popup-overlay {
  position: sticky;
  height: 100%;
}
.nice-form {
  border-radius: 3px;
  background: url(/themes/custom/twist_theme/build/images/popupbggreen.svg) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 28px 0 28px 0;
}
.nice-form .mini-wrapper {
  margin: 0 auto;
  width: 85%;
  background: #ffffff;
  text-align: center;
  padding-top: 28px;
}
.nice-form .mini-wrapper .nice-title {
  font-size: 18px;
  text-align: center;
  color: #313538;
  margin-bottom: 20px;
}
html:not([lang="zh-hans"]) .nice-form .mini-wrapper .nice-title {
  font-weight: 800;
}
html[lang="zh-hans"] .nice-form .mini-wrapper .nice-title {
  font-weight: 900;
}
.nice-form .mini-wrapper iframe {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .nice-form {
    width: 440px;
    padding: 41px 0 35px 0;
  }
  .nice-form .mini-wrapper {
    margin: 0 auto;
    width: 340px;
    padding-top: 41px;
  }
  .nice-form .mini-wrapper .nice-title {
    margin-bottom: 30px;
  }
  .nice-form .mini-wrapper iframe {
    width: 260px;
  }
}
.component-paragraph.with-divider {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 54px;
}
@media (min-width: 992px) {
  .component-paragraph.with-divider {
    padding-bottom: 64px;
  }
}
.field--name-field-cp-section-label {
  font-size: 14px;
  color: #727272;
  letter-spacing: 1px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .field--name-field-cp-section-label {
    margin-bottom: 30px;
  }
}
.field--name-field-component-headline {
  color: #313538;
  font-size: 18px;
  line-height: 26px;
}
html:not([lang="zh-hans"]) .field--name-field-component-headline {
  font-weight: 800;
}
html[lang="zh-hans"] .field--name-field-component-headline {
  font-weight: 900;
}
.field--name-field-cp-text-text {
  font-size: 14px;
  line-height: 28px;
  color: #313538;
}
.paragraph--type--component-text .field--name-field-cp-section-label {
  font-size: 14px;
  color: #727272;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.paragraph--type--component-text .field--name-field-cp-text-text {
  font-size: 14px;
  line-height: 28px;
  color: #313538;
}
.paragraph--type--component-benefit {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.paragraph--type--component-benefit .field--name-field-cp-benefit-image {
  float: left;
  margin-right: 26px;
  width: 96px;
  height: 96px;
  display: flex;
}
.paragraph--type--component-benefit .field--name-field-cp-benefit-image.bg-color-twist-green-lighter {
  background-color: #D9F8F0;
}
.paragraph--type--component-benefit .field--name-field-cp-benefit-image.bg-color-forest-lighter {
  background-color: #E6F6F0;
}
.paragraph--type--component-benefit .field--name-field-cp-benefit-image.bg-color-teal-lighter {
  background-color: #E6F7F8;
}
.paragraph--type--component-benefit .field--name-field-cp-benefit-image.bg-color-purple-lighter {
  background-color: #E9E9FD;
}
.paragraph--type--component-benefit .field--name-field-cp-benefit-image.bg-color-orange-lighter {
  background-color: #FEEFE1;
}
.paragraph--type--component-benefit .field--name-field-cp-benefit-image.bg-color-gold-lighter {
  background-color: #F7EAC4;
}
.paragraph--type--component-benefit .field--name-field-cp-benefit-image img {
  margin: auto;
  width: 56px;
  height: auto;
}
.paragraph--type--component-benefit .field--name-field-cp-benefit-detail-text {
  clear: left;
  padding-top: 24px;
}
.paragraph--type--component-benefit .field--name-field-cp-benefit-detail-text .field__item {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  color: #727272;
  font-size: 14px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .paragraph--type--component-benefit {
    opacity: 1;
  }
  .paragraph--type--component-benefit .field--name-field-cp-benefit-image {
    margin-right: 32px;
    width: 152px;
    height: 152px;
  }
  .paragraph--type--component-benefit .field--name-field-cp-benefit-image img {
    width: 80px;
  }
  .paragraph--type--component-benefit .field--name-field-component-headline {
    padding-top: 10px;
    margin-bottom: 16px;
  }
  .paragraph--type--component-benefit .field--name-field-cp-benefit-detail-text {
    clear: none;
    padding-top: 0;
    margin-left: 192px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--component-benefit .field--name-field-cp-benefit-image {
    margin-right: 40px;
  }
}
.paragraph--type--component-description-figure {
  opacity: 0;
}
.paragraph--type--component-description-figure .clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.paragraph--type--component-description-figure .field--name-field-component-headline {
  margin-bottom: 8px;
}
.paragraph--type--component-description-figure .field--name-field-cp-df-image {
  margin-top: 42px;
}
.paragraph--type--component-description-figure .field--name-field-cp-df-iframe {
  margin-top: 42px;
  height: 350px;
}
.paragraph--type--component-description-figure .field--name-field-cp-df-iframe iframe {
  height: 350px;
  width: 100%;
  border: 0;
}
@media (min-width: 768px) {
  .paragraph--type--component-description-figure .field--name-field-component-headline {
    margin-bottom: 10px;
  }
  .paragraph--type--component-description-figure .field--name-field-cp-df-image,
  .paragraph--type--component-description-figure .field--name-field-cp-df-iframe {
    margin-top: 34px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--component-description-figure {
    position: relative;
    -webkit-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
  }
  .paragraph--type--component-description-figure .field--name-field-cp-df-image,
  .paragraph--type--component-description-figure .field--name-field-cp-df-iframe {
    margin-top: 0;
    text-align: right;
  }
  .paragraph--type--component-description-figure .field--name-field-cp-text-text {
    display: inline-block;
  }
  .paragraph--type--component-description-figure .field--name-field-cp-text-text.custom-show-more + .custom-show-more-btn,
  .paragraph--type--component-description-figure .field--name-field-cp-text-text.custom-show-more + .custom-show-less-btn {
    position: absolute;
    left: 0;
  }
  .paragraph--type--component-description-figure .field--name-field-cp-text-text.custom-show-more + .custom-show-more-btn {
    bottom: -12px;
  }
  .paragraph--type--component-description-figure .field--name-field-cp-text-text.custom-show-more + .custom-show-less-btn {
    bottom: -22px;
  }
  .paragraph--type--component-description-figure .field--name-field-cp-section-label,
  .paragraph--type--component-description-figure .field--name-field-component-headline,
  .paragraph--type--component-description-figure .field--name-field-cp-text-text {
    width: 30%;
  }
  .paragraph--type--component-description-figure .group-left {
    width: 30%;
    float: left;
    position: relative;
  }
  .paragraph--type--component-description-figure .group-left > div {
    width: 100%;
  }
  .paragraph--type--component-description-figure .group-right {
    width: 60%;
    float: right;
  }
}
.paragraph--type--component-link {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.paragraph--type--component-link h2 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #313538;
  margin-top: 0;
  margin-left: 38px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
html:not([lang="zh-hans"]) .paragraph--type--component-link h2 {
  font-weight: 400;
}
html[lang="zh-hans"] .paragraph--type--component-link h2 {
  font-weight: 400;
}
.paragraph--type--component-link .vocabulary-resource-types {
  position: relative;
}
.paragraph--type--component-link .vocabulary-resource-types h2 {
  display: none;
}
.node--type-product-child.node--view-mode-full .paragraph--type--component-link .vocabulary-resource-types h2 {
  display: inline-block;
}
.paragraph--type--component-link .field--name-field-resource-icon-dark {
  width: 22px;
  float: left;
  margin-right: 16px;
}
.node--type-product-child.node--view-mode-full .paragraph--type--component-link .field--name-field-resource-icon-dark {
  position: absolute;
  left: 0;
  top: 0;
}
.paragraph--type--component-link .field--name-field-cp-link-subtitle {
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.paragraph--type--component-link .field--name-field-cp-text-text {
  margin-bottom: 12px;
}
.paragraph--type--component-link .field--name-field-cp-link-link a {
  color: #2AD39B;
  font-weight: 700;
}
@media (min-width: 768px) {
  .paragraph--type--component-link .field--name-field-cp-link-link {
    float: right;
  }
  .paragraph--type--component-link .field--name-field-cp-link-resource-type {
    display: inline-block;
  }
  .paragraph--type--component-link .field--name-field-cp-text-text {
    width: 70%;
  }
}
.paragraph--type--component-table {
  letter-spacing: normal;
  word-spacing: normal;
}
.paragraph--type--component-table .table-title {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  color: #727272;
  margin-bottom: 37px;
}
.paragraph--type--component-table .table-data .spec {
  font-size: 14px;
  line-height: 24px;
}
.paragraph--type--component-table .table-data .spec .spec-label {
  display: block;
  color: #313538;
  font-weight: 700;
  margin-bottom: 4px;
}
.paragraph--type--component-table .table-data .spec .spec-data {
  display: block;
  color: #727272;
  margin-bottom: 28px;
}
.paragraph--type--component-table .table-data .spec:last-child .spec-data {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .paragraph--type--component-table .table-data .spec {
    margin-bottom: 16px;
  }
  .paragraph--type--component-table .table-data .spec .spec-label,
  .paragraph--type--component-table .table-data .spec .spec-data {
    float: left;
    margin-bottom: 0;
  }
  .paragraph--type--component-table .table-data .spec .spec-label {
    width: 20%;
    margin-right: 5%;
  }
  .paragraph--type--component-table .table-data .spec .spec-data {
    width: 75%;
  }
  .paragraph--type--component-table .table-data .spec:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .paragraph--type--component-table .table-data .spec .spec-label {
    width: 25%;
    margin-right: 7%;
  }
  .paragraph--type--component-table .table-data .spec .spec-data {
    width: 68%;
  }
}
.paragraph--type--component-tagline {
  letter-spacing: normal;
  word-spacing: normal;
}
.paragraph--type--component-tagline .field--name-field-cp-tablet-text,
.paragraph--type--component-tagline .field--name-field-cp-desktop-text {
  display: none;
}
@media (min-width: 768px) {
  .paragraph--type--component-tagline .field--name-field-cp-tablet-text {
    display: block;
  }
  .paragraph--type--component-tagline .field--name-field-cp-mobile-text {
    display: none;
  }
}
@media (min-width: 992px) {
  .paragraph--type--component-tagline .field--name-field-cp-desktop-text {
    display: block;
  }
  .paragraph--type--component-tagline .field--name-field-cp-tablet-text {
    display: none;
  }
}
.paragraph--type--component-callout {
  padding: 39px 26px 29px 26px;
}
@media (min-width: 768px) {
  .paragraph--type--component-callout {
    padding: 39px 39px 29px 39px;
  }
}
.paragraph--type--component-callout .field--name-field-cp-callout-title {
  color: #313538;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 22px;
}
.paragraph--type--component-callout .field--name-field-cp-callout-title .field--name-field-cp-text-text {
  color: #727272;
}
.paragraph--type--component-callout .field--name-field-cp-text-text a {
  color: #2AD39B !important;
}
.paragraph--type--component-callout.grey {
  background: #FAFAFA;
}
.paragraph--type--component-callout.grey .field--name-field-cp-callout-title {
  color: #313538;
}
.paragraph--type--component-callout.purple {
  background: #E9E9FD;
}
.paragraph--type--component-callout.purple .field--name-field-cp-callout-title {
  color: #5D5DB2;
}
.paragraph--type--component-callout.turquoise {
  background: #F7FDFD;
  border: 2px solid #E6F7F8;
}
.paragraph--type--component-callout.turquoise .field--name-field-cp-callout-title {
  color: #31A0AA;
}
.paragraph--type--component-callout.turquoise {
  background: #F7FDFD;
  border: 2px solid #E6F7F8;
}
.paragraph--type--component-callout.turquoise .field--name-field-cp-callout-title {
  color: #31A0AA;
}
.paragraph--type--component-callout.light_green {
  background: #F6FCFA;
  border: 2px solid #E6F6F0;
}
.paragraph--type--component-callout.light_green .field--name-field-cp-callout-title {
  color: #105928;
}
.paragraph--type--component-callout.orange {
  background: #FFFAF5;
  border: 2px solid #FEEFE1;
}
.paragraph--type--component-callout.orange .field--name-field-cp-callout-title {
  color: #CE6B12;
}
.paragraph--type--component-callout.yellow {
  background: #FEFCF5;
  border: 2px solid #F7EAC4;
}
.paragraph--type--component-callout.yellow .field--name-field-cp-callout-title {
  color: #CD933A;
}
.paragraph--type--component-callout.pink {
  background: rgba(255, 243, 255, 0.5);
  border-top: 1px solid #CF6AF1;
}
#block-breadcrumbs {
  padding: 0 15px;
}
.header-breadcrumb {
  transition: all 0.3s ease;
  height: auto;
}
.dark-header .header-breadcrumb {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.header-breadcrumb-wrapper {
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .header-breadcrumb-wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header-breadcrumb-wrapper {
    padding: 0px 40px;
  }
}
.site-nav-breadcrumb {
  font-size: 12px;
  color: #8f8f8f;
  width: auto;
}
html:not([lang="zh-hans"]) .site-nav-breadcrumb {
  font-weight: 400;
}
html[lang="zh-hans"] .site-nav-breadcrumb {
  font-weight: 400;
}
.nav {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 30px;
}
.single-breadcrumb-wrap:before {
  content: '';
  background-image: linear-gradient(-33deg, #ff0d64 0, #9c3483 100%);
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: transform ease-in-out 0.5s;
  transform: scalex(0);
  transform-origin: left top;
  display: none;
}
.single-breadcrumb-wrap {
  z-index: 499;
  display: inline-block;
  padding: 10px 5px 15px 0;
  border-bottom: 1px solid transparent;
  color: #8f8f8f;
  position: relative;
}
.single-breadcrumb-wrap a,
.single-breadcrumb-wrap a:link,
.single-breadcrumb-wrap a:visited {
  transition: color ease-in-out 0.3s, background ease-in-out 0.2s;
  color: #8f8f8f;
}
.background--dark .single-breadcrumb-wrap a,
.background--dark .single-breadcrumb-wrap a:link,
.background--dark .single-breadcrumb-wrap a:visited {
  color: #ababab;
}
.single-breadcrumb-wrap a[href='#'] {
  text-decoration: none;
  cursor: auto;
}
.single-breadcrumb-wrap.background--dark a,
.single-breadcrumb-wrap.background--dark a:link,
.single-breadcrumb-wrap.background--dark a:visited {
  color: #ababab;
}
.single-breadcrumb-wrap .sep {
  padding-right: 5px;
}
.single-breadcrumb-wrap .sep.hover {
  text-decoration: none;
}
.single-breadcrumb-wrap:first-child {
  font-weight: 400;
  opacity: 1;
}
.single-breadcrumb-wrap:first-child:after {
  left: 0;
  width: calc(100% - 6px);
}
.single-breadcrumb-wrap:first-child .sep {
  display: none;
}
.single-breadcrumb-wrap:last-child {
  font-weight: 400;
}
.single-breadcrumb-wrap:last-child:hover {
  text-decoration: none;
}
.single-breadcrumb-wrap:last-child a {
  color: #4a4a4a;
  pointer-events: none;
}
.single-breadcrumb-wrap:last-child.background--dark a {
  color: #ffffff;
}
.single-breadcrumb-wrap.breadcrumb-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.single-breadcrumb-wrap.active .breadcrumb {
  text-decoration: underline;
}
.ui-widget-overlay {
  background: #313538;
  opacity: 0.5;
}
body.no-scroll {
  overflow: hidden;
}
.ui-dialog {
  z-index: 1000;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0;
}
.ui-dialog .ui-widget-header {
  border: none;
  background: none;
}
.paragraph--type--component-preview {
  letter-spacing: normal;
  word-spacing: normal;
  background: #eeeeee;
}
.paragraph--type--component-preview .pc-title {
  font-size: 30px;
  line-height: 36px;
  color: #313538;
  text-align: center;
  padding-top: 63px;
}
html:not([lang="zh-hans"]) .paragraph--type--component-preview .pc-title {
  font-weight: 800;
}
html[lang="zh-hans"] .paragraph--type--component-preview .pc-title {
  font-weight: 900;
}
.paragraph--type--component-preview .pc-main-img {
  display: block;
  margin: 0 auto;
  width: 90%;
  position: relative;
  top: 0;
  padding-top: 65px;
}
.paragraph--type--component-preview .overlay-button {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  min-height: 246px;
  width: 100%;
}
@media (min-width: 1200px) {
  .paragraph--type--component-preview .overlay-button {
    width: 100vw;
    left: calc((100vw - 1200px) / -2);
  }
}
.paragraph--type--component-preview .overlay-button .pc-description {
  font-size: 24px;
  text-align: center;
  position: relative;
  top: 50px;
}
html:not([lang="zh-hans"]) .paragraph--type--component-preview .overlay-button .pc-description {
  font-weight: 800;
}
html[lang="zh-hans"] .paragraph--type--component-preview .overlay-button .pc-description {
  font-weight: 900;
}
.paragraph--type--component-preview .overlay-button .pc-button {
  position: relative;
  top: 70px;
  padding: 15px;
  width: 240px;
  margin: 0 auto;
  background: #2AD39B;
  border-radius: 3px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  border: 0;
}
html:not([lang="zh-hans"]) .paragraph--type--component-preview .overlay-button .pc-button {
  font-weight: 700;
}
html[lang="zh-hans"] .paragraph--type--component-preview .overlay-button .pc-button {
  font-weight: 700;
}
.paragraph--type--component-tile-link {
  letter-spacing: normal;
  word-spacing: normal;
  padding: 36px 31px 0;
  text-align: center;
  position: relative;
  min-height: 359px;
}
.paragraph--type--component-tile-link .field--name-field-icon {
  margin-bottom: 23px;
}
.paragraph--type--component-tile-link .field--name-field-cp-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 13px;
}
html:not([lang="zh-hans"]) .paragraph--type--component-tile-link .field--name-field-cp-title {
  font-weight: 800;
}
html[lang="zh-hans"] .paragraph--type--component-tile-link .field--name-field-cp-title {
  font-weight: 900;
}
.paragraph--type--component-tile-link .field--name-field-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.paragraph--type--component-tile-link .field--name-field-link a:hover,
.paragraph--type--component-tile-link .field--name-field-link a:focus {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .paragraph--type--component-tile-link {
    min-height: 398px;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--component-tile-link {
    padding: 36px 50px 0;
    min-height: 359px;
  }
}
.media--loading::before {
  content: none !important;
}
.mw330px {
  max-width: 330px;
}
.bg-twist-light-green {
  background-color: #2AD39B !important;
}
.mobile-text-align-center {
  text-align: center;
}
@media (min-width: 768px) {
  .mobile-text-align-center {
    text-align: inherit;
  }
}
.fw150 {
  width: 150px !important;
}
.auto-width {
  width: auto !important;
}
@media (min-width: 768px) {
  .push-sm-1 {
    left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .push-sm-1 {
    left: 0;
  }
}
.custom-gray-text {
  color: #888888;
  font-size: 12px;
  letter-spacing: 1.2px;
}
.dark-gray-text {
  color: #313538;
}
.size18 {
  font-size: 18px;
  line-height: 1.8;
}
.banner-white-hr .banner .banner__content hr {
  border-top: 4px solid #ffffff !important;
}
.wrapper-img-w104 img {
  width: 104px;
}
.wrapper-img-w160 img {
  width: 160px;
}
.wrapper-ul-no-padding-left ul {
  padding-left: 0;
}
a.button_twist_green {
  font-size: 14px;
  line-height: 1;
  height: auto;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 18px 72px;
  background: #57C6D0;
  border-radius: 3px;
  border: 0;
  display: inline-block;
  transition: all 0.3s ease;
  width: auto;
  margin: 0;
}
html:not([lang="zh-hans"]) a.button_twist_green {
  font-weight: 700;
}
html[lang="zh-hans"] a.button_twist_green {
  font-weight: 700;
}
a.button_twist_green:link {
  color: #fff;
}
a.button_twist_green:visited {
  color: #fff;
}
a.black-text {
  color: #000000 !important;
}
a.black-text:hover,
a.black-text:focus {
  background: #313538;
  color: #ffffff !important;
}
a.white-text {
  color: #ffffff;
}
a.white-text:hover,
a.white-text:focus {
  background: #ffffff;
  color: #313538;
}
a.transparent-bg {
  background: transparent;
}
a.black-border {
  border: 2px solid #000000;
}
a.white-border {
  border: 2px solid #ffffff;
}
.fw240 {
  width: 240px !important;
}
.fixed-container-width {
  max-width: 731px;
  margin: auto;
}
.fixed-container-width-calc-margin {
  max-width: 731px;
  margin: 0;
}
@media (min-width: 768px) {
  .fixed-container-width-calc-margin {
    margin: 0 calc((100% - 731px) / 2);
  }
}
.grid__col-lg-20 {
  width: 20%;
}
.procurement-icon-wrapper .grid {
  justify-content: center;
  align-items: top;
}
.procurment-form-wrapper .mktoForm {
  padding: 20px 32px 35px;
  box-shadow: 0px 5px 10px rgba(74, 74, 74, 0.05);
}
.procurment-form-wrapper .mktoForm .mktoFormRow .custom-error-message {
  display: none;
}
.procurment-form-wrapper .mktoForm .mktoFormRow:nth-child(5),
.procurment-form-wrapper .mktoForm .mktoFormRow:nth-child(7),
.procurment-form-wrapper .mktoForm .mktoFormRow:nth-child(8) {
  width: 100%;
  float: left;
  clear: initial;
}
@media (min-width: 768px) {
  .procurment-form-wrapper .mktoForm .mktoFormRow:nth-child(5) .mktoFormCol,
  .procurment-form-wrapper .mktoForm .mktoFormRow:nth-child(7) .mktoFormCol,
  .procurment-form-wrapper .mktoForm .mktoFormRow:nth-child(8) .mktoFormCol {
    width: 48%;
    float: left;
  }
  .procurment-form-wrapper .mktoForm .mktoFormRow:nth-child(5) .mktoFormCol:nth-child(2),
  .procurment-form-wrapper .mktoForm .mktoFormRow:nth-child(7) .mktoFormCol:nth-child(2),
  .procurment-form-wrapper .mktoForm .mktoFormRow:nth-child(8) .mktoFormCol:nth-child(2) {
    float: right;
  }
}
.procurment-form-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input.mktoField,
.procurment-form-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField,
.procurment-form-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField {
  font-size: 14px;
  line-height: 17px;
  color: #727272;
  border: 1px solid #dddddd;
}
.procurment-form-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type="text"]::placeholder,
.procurment-form-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type="password"]::placeholder,
.procurment-form-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type="email"]::placeholder,
.procurment-form-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type="tel"]::placeholder,
.procurment-form-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .form-select::placeholder,
.procurment-form-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .form-textarea-wrapper textarea::placeholder {
  color: #727272;
}
.procurment-form-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField {
  background: url(/themes/custom/twist_theme/build/images/procurement/up-down-arrow.svg) center right 13px no-repeat;
}
.procurment-form-wrapper .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
  border-radius: 3px;
}
.procurment-form-wrapper .mktoForm p {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #4A4A4A;
}
@media (min-width: 768px) {
  .procurment-form-wrapper .mktoForm {
    width: 570px !important;
    padding: 20px 41px 45px;
  }
}
.font24-800 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
}
.font30-36-800 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .font30-36-800 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 800;
  }
}
.font14-18-n {
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .font14-18-n {
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
  }
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
.invert {
  color: #ffffff;
}
.hidden {
  display: none !important;
}
.section-wrapper {
  max-width: 1200px;
  margin: auto;
}
.section-background {
  padding: 30px 0;
}
.section-background.remove-padding {
  padding: 30px 0 0;
}
.section-no-pad {
  padding: 0;
}
.tile {
  -ms-overflow-y: hidden;
}
.section-background,
.column-background {
  background-size: cover;
  background-repeat: no-repeat;
}
a.green-link:link,
a.green-link:visited {
  color: #2AD39B;
  font-weight: 700;
}
.green-text {
  color: #2AD39B;
}
.gray-text {
  color: #888888;
}
.green-button {
  background: #2AD39B;
  font-size: 14px;
  padding: 13px 20px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  min-width: 150px;
  text-align: center;
  cursor: pointer;
}
.green-button.upper {
  text-transform: uppercase;
}
.green-button:disabled {
  mix-blend-mode: normal;
  opacity: 0.5;
}
.green-button:hover,
.green-button:focus {
  background: #04ad75;
}
.block-local-tasks-block {
  max-width: 1170px;
  padding-right: 30px;
  padding-left: 30px;
  margin: 20px auto;
  padding-top: 130px;
}
.contextual-links {
  letter-spacing: normal;
  word-spacing: normal;
}
.tabs-margin {
  padding-top: 7rem;
}
a.button.dark-btn {
  background-color: #313538;
}
a.button.dark-btn:hover,
a.button.dark-btn:focus {
  background-color: #000000;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}
body.overflow-hidden {
  overflow: hidden;
}
body.body-scroll-locked {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
@font-face {
  font-family: "ProximaNova-Regular";
  src: url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-Regular.woff2) format("woff2"), url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-Regular.woff) format("woff"), url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova-Light";
  src: url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-Light.woff2) format("woff2"), url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-Light.woff) format("woff"), url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-Light.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova-LightIt";
  src: url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-LightIt.woff2) format("woff2"), url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-LightIt.woff) format("woff"), url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-LightIt.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova-Bold";
  src: url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-Bold.woff2) format("woff2"), url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-Bold.woff) format("woff"), url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-Bold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova-Extrabld";
  src: url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-Extrabld.woff2) format("woff2"), url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-Extrabld.woff) format("woff"), url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-Extrabld.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url(/themes/custom/twist_theme/build/fonts/SourceHanSansCN/SourceHanSansCN-Regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  color: green;
}
@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url(/themes/custom/twist_theme/build/fonts/SourceHanSansCN/SourceHanSansCN-Light.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-ExtraLight";
  src: url(/themes/custom/twist_theme/build/fonts/SourceHanSansCN/SourceHanSansCN-ExtraLight.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url(/themes/custom/twist_theme/build/fonts/SourceHanSansCN/SourceHanSansCN-Bold.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Heavy";
  src: url(/themes/custom/twist_theme/build/fonts/SourceHanSansCN/SourceHanSansCN-Heavy.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url(/themes/custom/twist_theme/build/fonts/SourceHanSansCN/SourceHanSansCN-Regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  color: green;
}
@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url(/themes/custom/twist_theme/build/fonts/SourceHanSansCN/SourceHanSansCN-Light.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-ExtraLight";
  src: url(/themes/custom/twist_theme/build/fonts/SourceHanSansCN/SourceHanSansCN-ExtraLight.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url(/themes/custom/twist_theme/build/fonts/SourceHanSansCN/SourceHanSansCN-Bold.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Heavy";
  src: url(/themes/custom/twist_theme/build/fonts/SourceHanSansCN/SourceHanSansCN-Heavy.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-Regular.woff2) format("woff2"), url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-Regular.woff) format("woff"), url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-Light.woff2) format("woff2"), url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-Light.woff) format("woff"), url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-Bold.woff2) format("woff2"), url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-Bold.woff) format("woff"), url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-Extrabld.woff2) format("woff2"), url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-Extrabld.woff) format("woff"), url(/themes/custom/twist_theme/build/fonts/ProximaNova/ProximaNova-Extrabld.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaWeb';
  src: url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-Regular.eot);
  src: url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-Regular.eot?#iefix) format('embedded-opentype'), url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-Regular.woff2) format('woff2'), url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-Regular.woff) format('woff'), url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-Regular.ttf) format('truetype'), url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-Regular.svg#ProximaNova-Regular) format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ProximaNovaWeb';
  src: url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-Bold.eot);
  src: url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-Bold.eot?#iefix) format('embedded-opentype'), url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-Bold.woff2) format('woff2'), url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-Bold.woff) format('woff'), url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-Bold.ttf) format('truetype'), url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-Bold.svg#ProximaNova-Bold) format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ProximaNovaWeb';
  src: url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-Extrabld.eot);
  src: url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-Extrabld.eot?#iefix) format('embedded-opentype'), url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-Extrabld.woff2) format('woff2'), url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-Extrabld.woff) format('woff'), url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-Extrabld.ttf) format('truetype'), url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-Extrabld.svg#ProximaNova-Extrabld) format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ProximaNovaWeb';
  src: url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-Light.eot);
  src: url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-Light.eot?#iefix) format('embedded-opentype'), url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-Light.woff2) format('woff2'), url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-Light.woff) format('woff'), url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-Light.ttf) format('truetype'), url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-Light.svg#ProximaNova-Light) format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'ProximaNovaWeb';
  src: url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-LightIt.eot);
  src: url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-LightIt.eot?#iefix) format('embedded-opentype'), url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-LightIt.woff2) format('woff2'), url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-LightIt.woff) format('woff'), url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-LightIt.ttf) format('truetype'), url(/themes/custom/twist_theme/build/fonts/ProximaNovaWeb/ProximaNova-LightIt.svg#ProximaNova-LightIt) format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCNWeb';
  src: url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-ExtraLight.eot);
  src: url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-ExtraLight.eot?#iefix) format('embedded-opentype'), url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-ExtraLight.woff2) format('woff2'), url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-ExtraLight.woff) format('woff'),  url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-ExtraLight.svg#SourceHanSansCN-ExtraLight) format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'SourceHanSansCNWeb';
  src: url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-Light.eot);
  src: url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-Light.eot?#iefix) format('embedded-opentype'), url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-Light.woff2) format('woff2'), url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-Light.woff) format('woff'),  url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-Light.svg#SourceHanSansCN-Light) format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'SourceHanSansCNWeb';
  src: url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-Regular.eot);
  src: url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-Regular.eot?#iefix) format('embedded-opentype'), url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-Regular.woff2) format('woff2'), url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-Regular.woff) format('woff'),  url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-Regular.svg#SourceHanSansCN-Regular) format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'SourceHanSansCNWeb';
  src: url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-Bold.eot);
  src: url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-Bold.eot?#iefix) format('embedded-opentype'), url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-Bold.woff2) format('woff2'), url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-Bold.woff) format('woff'),  url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-Bold.svg#SourceHanSansCN-Bold) format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'SourceHanSansCNWeb';
  src: url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-Heavy.eot);
  src: url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-Heavy.eot?#iefix) format('embedded-opentype'), url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-Heavy.woff2) format('woff2'), url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-Heavy.woff) format('woff'),  url(/themes/custom/twist_theme/build/fonts/SourceHanSansCNWeb/SourceHanSansCN-Heavy.svg#SourceHanSansCN-Heavy) format('svg');
  font-weight: 900;
  font-style: normal;
}
.footer {
  background: #313538;
  color: #888888;
  text-align: center;
  line-height: 1.5;
  padding: 50px 0 10px;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 70px;
  }
}
.footer .region-footer {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .footer .region-footer {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .footer .region-footer {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .footer .region-footer {
    max-width: 1170px;
  }
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 768px) {
  .footer ul {
    text-align: left;
  }
}
.menu--footer > ul > li {
  display: inline-block;
}
@media (min-width: 768px) {
  .menu--footer > ul > li {
    padding-right: 144px;
  }
}
@media (min-width: 992px) {
  .menu--footer > ul > li {
    padding-right: 176px;
  }
}
.menu--footer > ul > li > ul {
  padding: 0 20px 40px;
}
@media (min-width: 768px) {
  .menu--footer > ul > li > ul {
    padding-right: 0;
    padding-left: 0;
  }
}
.menu--footer > ul > li > ul > li {
  margin-top: 10px;
}
.menu--footer ul.menu a,
.menu--footer ul.menu #subscribe-button,
.menu--footer ul.menu a:link,
.menu--footer ul.menu #subscribe-button:link,
.menu--footer ul.menu a:visited,
.menu--footer ul.menu #subscribe-button:visited,
.menu--footer ul.menu a.active:link,
.menu--footer ul.menu #subscribe-button.active:link,
.menu--footer ul.menu a.active:visited,
.menu--footer ul.menu #subscribe-button.active:visited {
  color: #bbbbbb;
}
.menu--footer ul.menu a:hover,
.menu--footer ul.menu #subscribe-button:hover,
.menu--footer ul.menu a:active,
.menu--footer ul.menu #subscribe-button:active,
.menu--footer ul.menu a.active:hover,
.menu--footer ul.menu #subscribe-button.active:hover,
.menu--footer ul.menu a.active:active,
.menu--footer ul.menu #subscribe-button.active:active {
  color: #888888;
  text-decoration: none;
  cursor: pointer;
}
.menu--footer ul.menu[data-region='footer'] {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .menu--footer ul.menu[data-region='footer'] {
    justify-content: initial;
  }
}
@media (min-width: 768px) {
  .menu--footer {
    width: 50%;
    float: right;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .menu--footer {
    width: auto;
  }
}
@media (min-width: 768px) {
  #block-footeraddress {
    width: 50%;
    float: left;
    text-align: left;
  }
}
@media (min-width: 992px) {
  #block-footeraddress {
    width: auto;
  }
}
.footer-title {
  font-size: 18px;
  color: #ffffff;
}
html:not([lang="zh-hans"]) .footer-title {
  font-weight: 400;
}
html[lang="zh-hans"] .footer-title {
  font-weight: 300;
}
.address {
  margin-top: 20px;
  margin-bottom: 110px;
}
.menu--bottom-links {
  margin-top: 30px;
  display: inline-block;
}
.menu--bottom-links .menu a:link,
.menu--bottom-links .menu a:visited,
.menu--bottom-links .menu a.active:link,
.menu--bottom-links .menu a.active:visited {
  color: #888888;
  text-decoration: underline;
}
.menu--bottom-links .menu a:hover,
.menu--bottom-links .menu a:active,
.menu--bottom-links .menu a.active:hover,
.menu--bottom-links .menu a.active:active {
  color: #888888;
  text-decoration: underline;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .menu--bottom-links {
    margin-top: 0;
    display: block;
  }
  .menu--bottom-links ul.menu {
    text-align: left;
    display: inline-block;
  }
  .menu--bottom-links .menu li {
    display: inline-block;
    padding: 0 5px;
  }
  .menu--bottom-links .menu li:first-child {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .menu--bottom-links {
    padding-left: 20%;
    display: inline-block;
  }
}
.menu--bottom-links,
#block-footercopyright {
  font-size: 12px;
  line-height: 2.2;
}
@media (min-width: 768px) {
  .menu--bottom-links,
  #block-footercopyright {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  #block-footercopyright {
    display: inline-block;
  }
}
.social-media-link {
  display: inline-block;
}
.social-media-link a {
  font-size: 0;
}
.social-media-link a .svg-inline--fa {
  font-size: 16px;
}
.social-media-link + .social-media-link {
  margin-left: 10px;
}
#block-footerlogo {
  clear: both;
}
@media (min-width: 768px) {
  #block-footerlogo {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  #block-footerlogo {
    margin-bottom: -25px;
  }
}
[class*=grid__col-] {
  padding: 15px 15px;
}
@media (min-width: 768px) {
  [class*=grid__col-] {
    padding: 15px 16px;
  }
}
.unstyled-ul {
  list-style-type: none;
  margin: 0;
}
.unstyled-ul li {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .menuPipe .menu-item a {
    padding: 0 1rem;
  }
  .menuPipe .menu-item:before {
    content: '|';
  }
  .menuPipe .menu-item:first-child a {
    padding-left: 0;
  }
  .menuPipe .menu-item:first-child:before {
    content: none;
  }
}
@media screen and (min-width: 992px) {
  .desktop-hide {
    display: none !important;
  }
}
.mobile-hide {
  display: none;
}
@media screen and (min-width: 992px) {
  .mobile-hide {
    display: block;
  }
}
.clear-both::after {
  content: '';
  display: block;
  clear: both;
}
/*******************************************************************************
This file contains all base typography styles
*******************************************************************************/
body {
  color: #313538;
  font-weight: 400;
  line-height: 1.4;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html:not([lang="zh-hans"]) body {
  font-family: 'ProximaNovaWeb', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
html[lang="zh-hans"] body {
  font-family: 'ProximaNovaWeb', 'SourceHanSansCNWeb', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
html:not([lang="zh-hans"]) body {
  font-weight: 400;
}
html[lang="zh-hans"] body {
  font-weight: 400;
}
h1 {
  color: inherit;
  font-weight: 500;
  line-height: 1.3;
  font-size: 48px;
  margin: 30px 0;
}
html:not([lang="zh-hans"]) h1 {
  font-weight: 800;
}
html[lang="zh-hans"] h1 {
  font-weight: 900;
}
h2 {
  color: inherit;
  font-weight: 500;
  line-height: 1.4;
  font-size: 36px;
  margin: 20px 0 10px;
}
html:not([lang="zh-hans"]) h2 {
  font-weight: 800;
}
html[lang="zh-hans"] h2 {
  font-weight: 900;
}
h3 {
  color: inherit;
  font-weight: 500;
  line-height: 1.3;
  font-size: 30px;
  margin: 20px 0;
}
html:not([lang="zh-hans"]) h3 {
  font-weight: 800;
}
html[lang="zh-hans"] h3 {
  font-weight: 900;
}
h4 {
  color: inherit;
  font-weight: 700;
  line-height: 1.3;
  font-size: 18px;
  margin: 0;
}
html:not([lang="zh-hans"]) h4 {
  font-weight: 700;
}
html[lang="zh-hans"] h4 {
  font-weight: 700;
}
h5 {
  font-family: inherit;
  color: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 18px;
  margin: 20px 0 10px 0;
}
h6 {
  color: #888888;
  font-weight: 500;
  line-height: 1.1;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 10px 0;
}
html:not([lang="zh-hans"]) h6 {
  font-weight: 400;
}
html[lang="zh-hans"] h6 {
  font-weight: 400;
}
p,
ul,
ol,
pre,
table,
blockquote,
address {
  margin-top: 0;
  margin-bottom: 10px;
}
p:first-child,
ul:first-child,
ol:first-child,
pre:first-child,
table:first-child,
blockquote:first-child,
address:first-child {
  margin-top: 0;
}
p:last-child,
ul:last-child,
ol:last-child,
pre:last-child,
table:last-child,
blockquote:last-child,
address:last-child {
  margin-bottom: 0;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
ol[type="a"] > li + ol[type="a"] > li {
  margin-top: 10px;
}
sup,
sub {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
}
sup {
  top: -0.4em;
}
sub {
  top: 0.4em;
}
small {
  font-size: 80%;
}
html:not([lang="zh-hans"]) b,
html:not([lang="zh-hans"]) strong {
  font-weight: 800;
}
html[lang="zh-hans"] b,
html[lang="zh-hans"] strong {
  font-weight: 900;
}
a {
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
  word-break: break-word;
}
a:link,
a:visited {
  color: #337ab7;
}
a:hover,
a:active {
  color: #23527c;
  text-decoration: underline;
}
.header-top-border {
  border-top: 3px solid #4a4a4a;
  padding-top: 25px;
}
.header-bottom-border {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 25px;
}
/* Revised Fontkits in use */
/* English */
/* Chinese */
html:not([lang="zh-hans"]) .font-family {
  font-family: 'ProximaNovaWeb', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
html[lang="zh-hans"] .font-family {
  font-family: 'ProximaNovaWeb', 'SourceHanSansCNWeb', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
html:not([lang="zh-hans"]) .font-family-lightit {
  font-weight: 200;
  font-style: italic;
}
html[lang="zh-hans"] .font-family-lightit {
  font-weight: 300;
}
html:not([lang="zh-hans"]) .font-family-light {
  font-weight: 400;
}
html[lang="zh-hans"] .font-family-light {
  font-weight: 300;
}
html:not([lang="zh-hans"]) .font-family-regular {
  font-weight: 400;
}
html[lang="zh-hans"] .font-family-regular {
  font-weight: 400;
}
html:not([lang="zh-hans"]) .font-family-bold {
  font-weight: 700;
}
html[lang="zh-hans"] .font-family-bold {
  font-weight: 700;
}
html:not([lang="zh-hans"]) .font-family-extrabld {
  font-weight: 800;
}
html[lang="zh-hans"] .font-family-extrabld {
  font-weight: 900;
}
#block-mainnavigation {
  margin-right: 80px;
}
.region-main-menu {
  position: relative;
}
@media screen and (min-width: 992px) {
  .dialog-off-canvas-main-canvas .header-wrapper .desktop-hide {
    display: block !important;
  }
  .dialog-off-canvas-main-canvas .header-wrapper .mobile-hide {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .dialog-off-canvas-main-canvas .header-wrapper .desktop-hide {
    display: none !important;
  }
  .dialog-off-canvas-main-canvas .header-wrapper .mobile-hide {
    display: block;
  }
}
button.burger {
  margin-left: 90px;
  padding: 0;
}
.menu--main .mobile-navigation {
  display: none;
  height: 100%;
  min-height: 100vh;
}
.menu--main .mobile-navigation button.back-button {
  border: none;
  background: transparent;
  display: inline-block;
  width: 69px;
  height: 79px;
  cursor: pointer;
  padding: 34px 20px;
  position: relative;
  z-index: 50;
}
.menu--main .mobile-navigation .menu_mobile_title {
  display: inline-block;
  width: 178px;
  margin: 32px auto;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
html:not([lang="zh-hans"]) .menu--main .mobile-navigation .menu_mobile_title {
  font-weight: 700;
}
html[lang="zh-hans"] .menu--main .mobile-navigation .menu_mobile_title {
  font-weight: 700;
}
.menu--main .mobile-navigation .menu_mobile_title_first_level {
  display: inline-block;
  width: 100%;
  margin: 32px auto;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.menu--main .mobile-navigation .menu_mobile_title_first_level a {
  color: #313538;
}
html:not([lang="zh-hans"]) .menu--main .mobile-navigation .menu_mobile_title_first_level {
  font-weight: 700;
}
html[lang="zh-hans"] .menu--main .mobile-navigation .menu_mobile_title_first_level {
  font-weight: 700;
}
.menu--main .mobile-navigation .menu_mobile {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}
html:not([lang="zh-hans"]) .menu--main .mobile-navigation .menu_mobile {
  font-weight: 700;
}
html[lang="zh-hans"] .menu--main .mobile-navigation .menu_mobile {
  font-weight: 700;
}
.menu--main .mobile-navigation .menu_mobile .menu-item {
  display: flex;
  align-items: center;
  padding: 12px 24px;
  list-style-image: none;
  list-style-type: none;
  position: relative;
}
.menu--main .mobile-navigation .menu_mobile .menu-item a {
  color: #313538;
  display: block;
  line-height: 2.4;
  width: 100%;
}
.menu--main .mobile-navigation .menu_mobile .menu-item a:hover {
  text-decoration: underline;
}
.menu--main .mobile-navigation .menu_mobile .menu-item img.second-level-icon {
  margin-right: 18px;
  height: 24px;
  width: 24px;
}
.menu--main .mobile-navigation .menu_mobile .menu-item--expanded button {
  border: none;
  background: transparent;
  color: #313538;
  line-height: 2.4;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  text-transform: uppercase;
  align-items: center;
  letter-spacing: 1px;
  padding: 0;
}
.menu--main .mobile-navigation.show-menu {
  display: block;
}
.menu--main .mobile-navigation .menu-bottom-fixed {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.menu--main .mobile-navigation .menu-bottom-fixed ul {
  list-style-type: none;
  padding: 0;
}
.menu--main .mobile-navigation .menu-bottom-fixed ul li {
  width: 100%;
}
.menu--main .mobile-navigation .menu-bottom-fixed ul li a {
  letter-spacing: 1px;
}
.menu--main .mobile-navigation .menu-bottom-fixed ul li a#login,
.menu--main .mobile-navigation .menu-bottom-fixed ul li a #signup {
  display: inline-block;
}
@media only screen and (min-width: 640px) and (max-width: 900px) and (orientation: landscape) {
  .menu--main .mobile-navigation .menu-bottom-fixed {
    position: relative;
  }
}
.field--name-field-menu-icon {
  display: inline;
}
.field--name-field-menu-icon img {
  margin-right: 10px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.header button {
  background-color: transparent;
  border: none;
  margin-bottom: 4px;
}
.icon-bar {
  background-color: #313538;
  display: block;
  margin-top: 4px;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  transition: background-color 0.3s ease;
}
.dark-header .icon-bar,
.reverse .icon-bar {
  background-color: white;
}
.aside .menu--main .menu {
  list-style-type: none;
}
.aside .menu--main .menu .menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.aside .menu--main .menu .active .menu {
  max-height: 500px;
}
.aside .menu--main .menu .menu .menu-item {
  border-left: 1px solid #eee;
  padding: 0 12px;
}
.aside .field--name-field-menu-icon img {
  height: auto;
  width: 35px;
}
@media (min-width: 1200px) {
  .menu--main .menu {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    list-style-type: none;
    margin: 0;
  }
  html:not([lang="zh-hans"]) .menu--main .menu {
    font-weight: 700;
  }
  html[lang="zh-hans"] .menu--main .menu {
    font-weight: 700;
  }
  .menu--main .menu li {
    display: inline-block;
  }
  .menu--main .green-background {
    background: #F2FDFA;
  }
  .menu--main .menu-level-0 {
    text-align: right;
  }
  .menu--main .menu-level-0 .menu-item {
    position: relative;
    padding: 10px 7px;
  }
  .menu--main .menu-level-0 > .menu-item > span,
  .menu--main .menu-level-0 > .menu-item > a {
    padding: 0 9px;
  }
  .menu--main .menu-level-1 .menu-item {
    position: static;
    padding: 13px 32px;
  }
  .menu--main .menu-level-1 > .menu-item > a:hover,
  .menu--main .menu-level-1 > .menu-item > a:active {
    text-decoration: none;
  }
  .menu--main .menu-level-1 > .menu-item > a:hover span,
  .menu--main .menu-level-1 > .menu-item > a:active span {
    text-decoration: underline;
  }
  .menu--main .menu-item {
    text-align: center;
    list-style-image: none;
    list-style-type: none;
    display: block;
  }
  .menu--main .menu-item a {
    padding: 0 5px 0 0;
    cursor: pointer;
  }
  .menu--main .menu-item a:hover {
    text-decoration: underline;
  }
  .menu--main .menu-item a:link,
  .menu--main .menu-item a:visited {
    color: #4a4a4a;
  }
  .menu--main .menu-item a .svg-inline--fa {
    float: none;
    transform: none;
    width: 0.875em;
    height: 1em;
    margin-left: 4px;
  }
  .menu--main .menu-item span {
    cursor: pointer;
  }
  .menu--main .menu-item span .svg-inline--fa {
    float: none;
    transform: none;
    width: 0.875em;
    height: 1em;
    margin-left: 4px;
  }
  .menu--main .menu-item span:hover {
    text-decoration: underline;
  }
  .dark-header .menu--main > .menu > .menu-item > span,
  .pr-header .menu--main > .menu > .menu-item > span,
  .dark-header .menu--main > .menu > .menu-item > a,
  .pr-header .menu--main > .menu > .menu-item > a {
    color: white;
  }
  .menu--main .menu ul.menu:after {
    content: '\A0';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: 13px;
    top: 2px;
    z-index: 10;
    box-sizing: border-box;
    border: 1em solid #000;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(-225deg);
    box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, 0.02);
  }
  .menu--main .menu .menu-level-1 {
    box-shadow: 0px 5px 15px rgba(74, 74, 74, 0.2);
  }
  .menu--main .menu .menu-level-1 .menu-item {
    display: block;
  }
  .menu--main .menu .menu {
    background-color: white;
    display: none;
    left: 50%;
    margin-top: 18px;
    position: absolute;
    transform: translate(-50%);
    width: 275px;
    height: auto;
    z-index: 500;
  }
  .menu--main .menu .menu .menu-level-2 {
    display: none;
    left: 382px;
    top: -18px;
    border-left: 1px solid #EEEEEE;
    box-shadow: rgba(74, 74, 74, 0.2) 3px 2px 6px;
  }
  .menu--main .menu .menu .menu-level-2 .menu-item {
    padding: 18px 32px;
  }
  .menu--main .menu .menu .menu-level-2 .menu-item:nth-child(2) {
    padding-top: 26px;
  }
  .menu--main .menu .menu .menu-level-2 .menu-item:last-child {
    padding-bottom: 26px;
  }
  .menu--main .menu .menu .menu-level-2 .menu-item .field--name-field-menu-icon img {
    display: none;
  }
  .menu--main .menu .menu .menu-level-2:after {
    display: none;
  }
  .menu--main .menu .menu .menu-item {
    text-align: left;
  }
  .menu--main .menu .menu .menu-item:first-child {
    padding-top: 26px;
  }
  .menu--main .menu .menu .menu-item:last-child {
    padding-bottom: 26px;
  }
  .menu--main .menu .menu .menu-item.menu-item--highlighted {
    background-color: #f7f7f7;
    margin-top: 12px;
    padding: 13px 32px;
  }
  .reverse .menu--main > .menu > .menu-item > span,
  .reverse .menu--main > .menu > .menu-item > a {
    color: white;
  }
  .menu--main .active .menu-level-1 {
    display: block !important;
  }
}
@media (min-width: 1300px) {
  .menu--main .menu-level-0 .menu-item {
    padding: 10px 15px;
  }
}
.menu_mobile {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.menu_mobile__content {
  display: flex;
  flex-direction: column;
}
.menu_mobile__main {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: auto;
}
.menu_mobile__fixed {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  overflow: auto;
}
.menu_mobile__fixed .menu-item {
  padding-top: 0;
}
@media screen and (max-width: 1200px) {
  .aside.desktop-hide {
    display: block !important;
  }
}
.header {
  background-color: transparent;
  position: fixed;
  width: 100%;
  z-index: 500;
}
.header-wrapper {
  transition: all 0.3s ease;
}
.header-wrapper {
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .header-wrapper {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1200px) {
  .header-wrapper {
    padding: 10px 40px;
  }
}
.region-vector-menu {
  padding: 0 55px;
}
.pr-header {
  background-color: #313538;
  padding-bottom: 0;
  padding-top: 0;
}
.dark-header .header-wrapper {
  background-color: #313538;
  padding-bottom: 0;
  padding-top: 0;
}
:target {
  border-top: 1px solid transparent;
  margin-top: -86px;
  padding-top: 86px;
}
@media screen and (min-width: 480px) {
  :target {
    margin-top: -97px;
    padding-top: 107px;
  }
}
.twist-logo_mobile {
  height: 41px;
  width: 34px;
  @simple-transition (fill);
}
@media screen and (min-width: 768px) {
  .twist-logo_mobile {
    display: none;
  }
}
.dark-header .twist-logo__shapes,
.reverse .twist-logo__shapes,
.pr-header .twist-logo__shapes {
  fill: white;
}
.twist-logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .twist-logo {
    display: block;
  }
}
.twist-logo * {
  @simple-transition (fill);
}
.dark-header .twist-logo__twist,
.pr-header .twist-logo__twist {
  fill: white;
}
.dark-header .twist-logo__dots,
.pr-header .twist-logo__dots,
.dark-header .twist-logo__bioscience,
.pr-header .twist-logo__bioscience {
  fill: #2AD39B;
}
.block-system-branding-block {
  line-height: 0;
}
.reverse .twist-logo__dots,
.reverse .twist-logo__bioscience,
.reverse .twist-logo__twist {
  fill: white;
}
.reverse .dark-header .twist-logo__twist {
  fill: white;
}
.reverse .dark-header .twist-logo__dots,
.reverse .dark-header .twist-logo__bioscience {
  fill: #2AD39B;
}
#quote,
#quote-menu {
  font-size: 14px;
  line-height: 1;
  height: auto;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  padding: 18px 20px;
  background: #2AD39B;
  border-radius: 3px;
  border: 0;
  display: inline-block;
  transition: all 0.3s ease;
  width: 100%;
  margin: 0;
  background-color: #313538;
  display: block;
  border-radius: 0;
  text-align: left;
  padding: 25px;
}
html:not([lang="zh-hans"]) #quote,
html:not([lang="zh-hans"]) #quote-menu {
  font-weight: 700;
}
html[lang="zh-hans"] #quote,
html[lang="zh-hans"] #quote-menu {
  font-weight: 700;
}
@media (min-width: 768px) {
  #quote,
  #quote-menu {
    padding: 18px 32px;
  }
}
#quote.center,
#quote-menu.center {
  margin: 0 auto;
}
#quote:link,
#quote-menu:link,
#quote:visited,
#quote-menu:visited {
  text-decoration: none;
  color: #ffffff;
}
#quote:hover,
#quote-menu:hover,
#quote:active,
#quote-menu:active {
  text-decoration: none;
  color: #ffffff;
}
#quote:hover,
#quote-menu:hover,
#quote:active,
#quote-menu:active {
  background-color: black;
}
@media screen and (min-width: 1200px) {
  #quote,
  #quote-menu {
    display: inline;
    border: 2px solid #313538;
    border-radius: 3px;
    padding: 8px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  #quote,
  #quote-menu {
    padding: 8px 15px;
  }
}
@media screen and (min-width: 1200px) {
  #quote-menu {
    font-size: 13px;
  }
}
.dark-header #quote,
.reverse header #quote,
.pr-header #quote,
.dark-header #quote-menu,
.reverse header #quote-menu,
.pr-header #quote-menu {
  background-color: #2AD39B;
}
.dark-header #quote:hover,
.reverse header #quote:hover,
.pr-header #quote:hover,
.dark-header #quote-menu:hover,
.reverse header #quote-menu:hover,
.pr-header #quote-menu:hover,
.dark-header #quote:active,
.reverse header #quote:active,
.pr-header #quote:active,
.dark-header #quote-menu:active,
.reverse header #quote-menu:active,
.pr-header #quote-menu:active {
  background-color: #04ad75;
}
@media screen and (min-width: 1200px) {
  .dark-header #quote,
  .reverse header #quote,
  .pr-header #quote,
  .dark-header #quote-menu,
  .reverse header #quote-menu,
  .pr-header #quote-menu {
    border: 2px solid #2AD39B;
  }
  .dark-header #quote:hover,
  .reverse header #quote:hover,
  .pr-header #quote:hover,
  .dark-header #quote-menu:hover,
  .reverse header #quote-menu:hover,
  .pr-header #quote-menu:hover,
  .dark-header #quote:active,
  .reverse header #quote:active,
  .pr-header #quote:active,
  .dark-header #quote-menu:active,
  .reverse header #quote-menu:active,
  .pr-header #quote-menu:active {
    border: 2px solid #04ad75;
  }
}
@media screen and (min-width: 1200px) {
  #quote-li {
    padding: 0;
    position: relative;
  }
}
#login,
#signup {
  font-size: 14px;
  line-height: 1;
  height: auto;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  padding: 18px 20px;
  background: #2AD39B;
  border-radius: 3px;
  border: 0;
  display: inline-block;
  transition: all 0.3s ease;
  width: 100%;
  margin: 0;
  background: transparent;
  border: 2px solid #313538;
  color: #313538;
  background-color: #2AD39B;
  border: none;
  border-radius: 0;
  color: white;
  display: block;
  padding: 25px;
  text-align: left;
}
html:not([lang="zh-hans"]) #login,
html:not([lang="zh-hans"]) #signup {
  font-weight: 700;
}
html[lang="zh-hans"] #login,
html[lang="zh-hans"] #signup {
  font-weight: 700;
}
@media (min-width: 768px) {
  #login,
  #signup {
    padding: 18px 32px;
  }
}
#login.center,
#signup.center {
  margin: 0 auto;
}
#login:link,
#signup:link,
#login:visited,
#signup:visited {
  text-decoration: none;
  color: #ffffff;
}
#login:hover,
#signup:hover,
#login:active,
#signup:active {
  text-decoration: none;
  color: #ffffff;
}
#login:hover,
#signup:hover,
#login:active,
#signup:active {
  background-color: #313538;
  color: white;
}
#login:hover,
#signup:hover,
#login:active,
#signup:active {
  background-color: #04ad75;
  color: white;
}
@media screen and (min-width: 1200px) {
  #login,
  #signup {
    background-color: transparent;
    display: inline;
    border: 2px solid #313538;
    color: #313538;
    border-radius: 2px;
    padding: 8px;
    text-align: center;
  }
  #login:after,
  #signup:after {
    content: ' ';
    display: inline-block;
    background-color: #313538;
    width: 0;
    height: 1px;
    position: absolute;
    right: 5px;
    bottom: 1px;
    border-radius: 100px;
  }
  #login:link,
  #signup:link,
  #login:visited,
  #signup:visited {
    color: #313538;
  }
  #login:hover,
  #signup:hover,
  #login:active,
  #signup:active,
  #login:focus,
  #signup:focus {
    background-color: transparent;
    color: #313538;
  }
  #login:hover:after,
  #signup:hover:after,
  #login:active:after,
  #signup:active:after,
  #login:focus:after,
  #signup:focus:after {
    width: 43px;
  }
}
@media screen and (min-width: 1200px) {
  #login,
  #signup {
    padding: 8px 15px;
  }
}
@media screen and (min-width: 1200px) {
  #login-li,
  #signup-li {
    bottom: auto;
    position: relative;
    top: 0;
    display: inline;
  }
}
@media screen and (min-width: 1200px) {
  #login-li {
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  #login {
    padding-right: 1px;
    border-right: 0;
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  #signup-li {
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  #signup {
    padding-left: 1px;
    border-left: 0;
    left: -2px;
    position: relative;
    font-size: 13px;
  }
  #signup:before {
    content: '|';
  }
  #signup:after {
    bottom: 9px;
    left: 8px;
  }
  #signup:hover:after,
  #signup:active:after,
  #signup:focus:after {
    width: 57px;
  }
}
@media screen and (min-width: 1200px) {
  #login:after {
    bottom: 10px;
  }
}
.dark-header #login,
.reverse header #login,
.pr-header #login,
.dark-header #signup,
.reverse header #signup,
.pr-header #signup {
  background-color: transparent;
  color: white;
}
@media screen and (min-width: 1200px) {
  .dark-header #login,
  .reverse header #login,
  .pr-header #login,
  .dark-header #signup,
  .reverse header #signup,
  .pr-header #signup {
    border: 2px solid white;
  }
}
.dark-header #login:hover:after,
.reverse header #login:hover:after,
.pr-header #login:hover:after,
.dark-header #signup:hover:after,
.reverse header #signup:hover:after,
.pr-header #signup:hover:after,
.dark-header #login:active:after,
.reverse header #login:active:after,
.pr-header #login:active:after,
.dark-header #signup:active:after,
.reverse header #signup:active:after,
.pr-header #signup:active:after,
.dark-header #login:focus:after,
.reverse header #login:focus:after,
.pr-header #login:focus:after,
.dark-header #signup:focus:after,
.reverse header #signup:focus:after,
.pr-header #signup:focus:after {
  background-color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .dark-header #login,
  .reverse header #login,
  .pr-header #login {
    border-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .dark-header #signup,
  .reverse header #signup,
  .pr-header #signup {
    border-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  html[lang="zh-hans"] #login:after,
  html[lang="zh-hans"] #signup:after {
    bottom: 9px;
  }
  html[lang="zh-hans"] #login:hover:after,
  html[lang="zh-hans"] #signup:hover:after,
  html[lang="zh-hans"] #login:active:after,
  html[lang="zh-hans"] #signup:active:after,
  html[lang="zh-hans"] #login:focus:after,
  html[lang="zh-hans"] #signup:focus:after {
    width: 30px;
  }
}
@media screen and (min-width: 1200px) {
  html[lang="zh-hans"] #signup:after {
    bottom: 7px;
  }
}
@media (min-width: 992px) {
  .parallax-scrolling ~ .field--name-field-page-banner,
  .parallax-scrolling ~ .banner-600 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .parallax-scrolling ~ article.node {
    z-index: 1;
  }
  .fixed-desktop-scroll.fixed-l {
    top: 92px;
    left: 0;
    width: 100%;
    z-index: 3;
  }
}
.custom-show-more {
  opacity: 0.15;
  transition: all 0.3s ease;
}
.custom-show-more + .custom-show-more-btn,
.custom-show-more + .custom-show-less-btn {
  font-Size: 14px;
  color: #8f8f8f;
  background-color: transparent;
  border: none;
  padding-top: 10px;
  text-decoration: underline;
  outline: 0;
  padding-left: 0;
}
.custom-show-more + .custom-show-more-btn:hover,
.custom-show-more + .custom-show-less-btn:hover,
.custom-show-more + .custom-show-more-btn:focus,
.custom-show-more + .custom-show-less-btn:focus {
  text-decoration: none;
}
.no-custom-show-more .custom-show-more {
  opacity: 1;
}
#block-language-switcher-footer,
#block-language-switcher {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 10px;
}
#block-language-switcher-footer .toggler,
#block-language-switcher .toggler {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-left: 20px;
}
#block-language-switcher-footer .toggler:hover,
#block-language-switcher .toggler:hover {
  text-decoration: underline;
}
#block-language-switcher-footer .toggler.active .links,
#block-language-switcher .toggler.active .links {
  display: block;
}
#block-language-switcher-footer .toggler::before,
#block-language-switcher .toggler::before {
  content: '';
  display: inline-block;
  background-image: url(/themes/custom/twist_theme/build/images/language-toggler.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 2px;
  left: 0;
}
.dark-header #block-language-switcher-footer .toggler::before,
.dark-header #block-language-switcher .toggler::before,
.reverse #block-language-switcher-footer .toggler::before,
.reverse #block-language-switcher .toggler::before {
  background-image: url(/themes/custom/twist_theme/build/images/language-toggler-white.svg);
}
#block-language-switcher-footer .toggler::after,
#block-language-switcher .toggler::after {
  content: '';
  display: inline-block;
  background-image: url(/themes/custom/twist_theme/build/images/language-toggler-arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 7px;
  width: 15px;
  height: 15px;
  top: 0;
  right: 0;
  margin-left: 4px;
}
#block-language-switcher-footer .links,
#block-language-switcher .links {
  position: absolute;
  left: -50px;
  top: 35px;
  width: 150px;
  box-shadow: 0 5px 15px rgba(74, 74, 74, 0.2);
  padding: 19px;
  list-style: none;
  line-height: 22px;
  display: none;
  background-color: #ffffff;
  z-index: 1;
}
#block-language-switcher-footer .links::before,
#block-language-switcher .links::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -13px;
  left: 55px;
}
#block-language-switcher-footer .links li,
#block-language-switcher .links li {
  list-style: none;
  padding: 10px 0;
  display: block;
}
#block-language-switcher-footer .links li.is-active,
#block-language-switcher .links li.is-active {
  background-image: url(/themes/custom/twist_theme/build/images/current-language.svg);
  background-repeat: no-repeat;
  background-position: 0 15px;
}
#block-language-switcher-footer .links li a,
#block-language-switcher .links li a {
  padding-left: 28px;
  color: #000000;
}
#block-language-switcher {
  top: 3px;
}
#block-language-switcher .toggler {
  padding: 6px 0 9px 20px;
  line-height: 1.4;
}
html:not([lang="zh-hans"]) #block-language-switcher .toggler {
  font-weight: 700;
}
html[lang="zh-hans"] #block-language-switcher .toggler {
  font-weight: 700;
}
#block-language-switcher .toggler:before,
#block-language-switcher .toggler:after {
  top: 8px;
}
.dark-header #block-language-switcher .toggler:after,
.reverse #block-language-switcher .toggler:after {
  background-image: url(/themes/custom/twist_theme/build/images/language-toggler-arrow-white.svg);
}
.dark-header #block-language-switcher .toggler,
.reverse #block-language-switcher .toggler {
  color: #ffffff;
}
#block-language-switcher .toggler .links {
  top: 45px;
}
html:not([lang="zh-hans"]) #block-language-switcher .toggler .links {
  font-weight: 700;
}
html[lang="zh-hans"] #block-language-switcher .toggler .links {
  font-weight: 700;
}
#block-language-switcher .toggler .links li a {
  color: #4a4a4a;
}
#block-language-switcher-footer {
  position: absolute;
  float: none;
  right: unset;
  left: 15px;
  top: 145px;
  width: 150px;
  padding: 4px 0;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  #block-language-switcher-footer {
    display: none;
  }
}
#block-language-switcher-footer .toggler {
  display: block;
  line-height: 21px;
  color: #ababab;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
html:not([lang="zh-hans"]) #block-language-switcher-footer .toggler {
  font-weight: 700;
}
html[lang="zh-hans"] #block-language-switcher-footer .toggler {
  font-weight: 700;
}
#block-language-switcher-footer .toggler::before {
  left: 10px;
  background-image: url(/themes/custom/twist_theme/build/images/language-toggler-dark.svg);
}
#block-language-switcher-footer .toggler::after {
  left: 0;
  float: right;
  margin-right: 5px;
  background-image: url(/themes/custom/twist_theme/build/images/language-toggler-triangle.svg);
}
#block-language-switcher-footer .toggler.active {
  color: #ffffff;
}
#block-language-switcher-footer .toggler.active::before {
  background-image: url(/themes/custom/twist_theme/build/images/language-toggler-white.svg);
}
#block-language-switcher-footer .toggler.active::after {
  background-image: url(/themes/custom/twist_theme/build/images/language-toggler-triangle-white.svg);
}
#block-language-switcher-footer .toggler .links {
  left: 0;
}
#block-language-switcher-mobile .toggler {
  padding: 25px;
  line-height: 14px;
  vertical-align: middle;
}
#block-language-switcher-mobile .toggler .mobile-toggler {
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  padding: 0;
  display: block;
  width: 100%;
  text-align: inherit;
}
html:not([lang="zh-hans"]) #block-language-switcher-mobile .toggler .mobile-toggler {
  font-weight: 700;
}
html[lang="zh-hans"] #block-language-switcher-mobile .toggler .mobile-toggler {
  font-weight: 700;
}
#block-language-switcher-mobile .toggler .arrow,
#block-language-switcher-mobile .toggler .close {
  line-height: inherit;
  display: inline;
  padding: 0;
  vertical-align: middle;
  margin-right: 16px;
}
#block-language-switcher-mobile .toggler .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
#block-language-switcher-mobile .toggler .close {
  float: right;
  margin-right: 0;
}
#block-language-switcher-mobile .toggler .arrow {
  float: left;
  margin-right: 0;
}
#block-language-switcher-mobile .toggler button.arrow,
#block-language-switcher-mobile .toggler button.close {
  background-color: transparent;
  border: 0;
  padding: 0;
}
#block-language-switcher-mobile .toggler .chevron {
  line-height: inherit;
  display: inline;
  padding: 0;
  vertical-align: middle;
  float: right;
}
#block-language-switcher-mobile .toggler .title {
  text-align: center;
  margin: 32px 0;
  line-height: 1.4;
}
#block-language-switcher-mobile .toggler-inner {
  display: none;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 3001;
  background: #fff;
  position: fixed;
  width: 336px;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  padding: 0 24px;
}
html:not([lang="zh-hans"]) #block-language-switcher-mobile .toggler-inner {
  font-weight: 700;
}
html[lang="zh-hans"] #block-language-switcher-mobile .toggler-inner {
  font-weight: 700;
}
#block-language-switcher-mobile .toggler-inner.active {
  display: block;
}
#block-language-switcher-mobile .links {
  list-style: none;
  padding-left: 0;
}
#block-language-switcher-mobile .links li {
  list-style: none;
  padding: 10px 0;
}
#block-language-switcher-mobile .links li.is-active {
  background-image: url(/themes/custom/twist_theme/build/images/current-language.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
#block-language-switcher-mobile .links li a {
  font-size: 14px;
  line-height: 2.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
}
html:not([lang="zh-hans"]) #block-language-switcher-mobile .links li a {
  font-weight: 700;
}
html[lang="zh-hans"] #block-language-switcher-mobile .links li a {
  font-weight: 700;
}
.cc-window {
  padding: 1em 55px !important;
  width: 100%;
}
@media (max-width: 1199px) {
  .cc-window {
    padding: 1em 15px !important;
    width: 100%;
  }
}
.cc-window.cc-floating {
  max-width: 100% !important;
  bottom: 0;
  flex-direction: row;
  padding: 16px !important;
  align-items: center;
}
@media (max-width: 614px) {
  .cc-window.cc-floating {
    flex-wrap: wrap;
  }
}
@media (min-width: 614px) {
  .cc-window.cc-floating {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 740px) {
  .cc-window.cc-floating {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.cc-window.cc-floating span.cc-message {
  color: #ffffff;
  font-size: 14px;
  line-height: 120%;
  margin: 0;
}
html:not([lang="zh-hans"]) .cc-window.cc-floating span.cc-message {
  font-weight: 400;
}
html[lang="zh-hans"] .cc-window.cc-floating span.cc-message {
  font-weight: 400;
}
@media (max-width: 991px) {
  .cc-window.cc-floating span.cc-message {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .cc-window.cc-floating span.cc-message {
    width: 50%;
    margin: 0;
  }
}
@media (max-width: 740px) {
  .cc-window.cc-floating span.cc-message {
    width: 70%;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 614px) {
  .cc-window.cc-floating span.cc-message {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.cc-window.cc-floating span.cc-message a {
  color: #2AD39B;
  line-height: 17px;
}
html:not([lang="zh-hans"]) .cc-window.cc-floating span.cc-message a {
  font-weight: 400;
}
html[lang="zh-hans"] .cc-window.cc-floating span.cc-message a {
  font-weight: 400;
}
@media (max-width: 1241px) {
  .cc-window.cc-floating span.cc-message a.cc-link {
    display: none;
  }
}
@media (max-width: 991px) {
  .cc-window.cc-floating .cc-compliance {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .cc-window.cc-floating .cc-compliance {
    width: 50%;
  }
}
@media (max-width: 740px) {
  .cc-window.cc-floating .cc-compliance {
    width: 70%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 614px) {
  .cc-window.cc-floating .cc-compliance {
    width: 100%;
  }
}
.cc-window.cc-floating .cc-compliance .cc-btn.cc-dismiss {
  padding: 9px 16px;
  border: 2px solid #2AD39B;
  border-radius: 2px;
  background: transparent;
  font-size: 13px;
  color: #2AD39B;
  letter-spacing: 1px;
  line-height: 12px;
  text-align: center;
  height: 31px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  max-width: 175px;
}
@media (max-width: 340px) {
  .cc-window.cc-floating .cc-compliance .cc-btn.cc-dismiss {
    max-width: 165px;
  }
}
.cc-window.cc-floating .cc-compliance .cc-btn.cc-deny {
  padding: 9px 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 12px;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  max-width: 175px;
}
@media (max-width: 340px) {
  .cc-window.cc-floating .cc-compliance .cc-btn.cc-deny {
    max-width: 115px;
  }
}
.cc-window.cc-banner {
  background-color: #313538;
}
@media (max-width: 614px) {
  .cc-window.cc-banner {
    flex-wrap: wrap;
  }
}
.cc-window.cc-banner span.cc-message {
  color: #ffffff;
  font-size: 14px;
  line-height: 120%;
}
html:not([lang="zh-hans"]) .cc-window.cc-banner span.cc-message {
  font-weight: 400;
}
html[lang="zh-hans"] .cc-window.cc-banner span.cc-message {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cc-window.cc-banner span.cc-message {
    width: 57%;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .cc-window.cc-banner span.cc-message {
    width: 45%;
  }
}
@media (max-width: 740px) {
  .cc-window.cc-banner span.cc-message {
    width: 70%;
    text-align: center;
    margin: 0 auto 10px;
  }
}
@media (max-width: 614px) {
  .cc-window.cc-banner span.cc-message {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.cc-window.cc-banner span.cc-message a {
  color: #2AD39B;
  line-height: 17px;
}
html:not([lang="zh-hans"]) .cc-window.cc-banner span.cc-message a {
  font-weight: 400;
}
html[lang="zh-hans"] .cc-window.cc-banner span.cc-message a {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cc-window.cc-banner .cc-compliance {
    width: 43%;
  }
}
@media (max-width: 740px) {
  .cc-window.cc-banner .cc-compliance {
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 614px) {
  .cc-window.cc-banner .cc-compliance {
    width: 100%;
  }
}
.cc-window.cc-banner .cc-compliance .cc-btn.cc-dismiss {
  border: 2px solid #2AD39B;
  border-radius: 2px;
  background: transparent;
  font-size: 13px;
  color: #2AD39B;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  height: 31px;
  text-transform: uppercase;
  text-decoration: none;
}
.cc-window.cc-banner .cc-compliance .cc-btn.cc-deny {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 614px) {
  .cc-window.cc-banner .cc-compliance .cc-btn.cc-deny {
    max-width: 40%;
  }
}
.cc-window-open .intercom-launcher-frame {
  right: 50px !important;
  bottom: 80px !important;
}
@media (max-width: 1199px) {
  .cc-window-open .intercom-launcher-frame {
    right: 15px !important;
  }
}
@media (max-width: 767px) {
  .cc-window-open .intercom-launcher-frame {
    bottom: 100px !important;
  }
}
@media (max-width: 740px) {
  .cc-window-open .intercom-launcher-frame {
    bottom: 150px !important;
  }
}
@media (max-width: 614px) {
  .cc-window-open .intercom-launcher-frame {
    bottom: 145px !important;
  }
}
@media (max-width: 430px) {
  .cc-window-open .intercom-launcher-frame {
    bottom: 180px !important;
  }
}
.page-node-type-page .page__title {
  max-width: 1170px;
  padding-right: 30px;
  padding-left: 30px;
  margin: auto;
}
@media (min-width: 768px) {
  .page-node-type-page .page__title {
    padding-right: 48px;
    padding-left: 48px;
  }
}
.page-node-type-page .page__title h1.page-title {
  border-top: 3px solid #313538;
  padding: 20px 0;
  margin: 0;
  font-size: 30px;
}
.page-node-type-page .node__content {
  overflow: auto;
}
.basic-page__title {
  max-width: 1170px;
  margin: 162px auto 0;
  font-size: 30px;
}
.blog-header {
  min-height: 420px;
  position: relative;
  z-index: 1;
}
.blog-header:before {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: '\A0';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.blog-header > img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.blog-header > img,
.blog-header > picture > img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.blog-header__content {
  color: white;
  position: relative;
  text-align: center;
  margin: 100px auto 0;
  padding: 15px;
}
@media (min-width: 992px) {
  .blog-header__content {
    margin: 150px auto 0;
    padding: 0 25% 30px;
  }
}
.blog-header__content time {
  font-size: 18px;
}
.blog-header__title {
  color: white;
  font-size: 30px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .blog-header__title {
    font-size: 48px;
  }
}
.blog__body {
  font-size: 18px;
  line-height: 1.7;
  margin: 30px auto;
  max-width: 690px;
  padding: 15px;
}
@media (min-width: 992px) {
  .blog__body {
    margin: 80px auto;
  }
}
.blog__body > div {
  margin-bottom: 30px;
}
.blog__body a {
  color: #2AD39B;
  /*font-weight: 500;*/
  text-decoration: none;
}
html:not([lang="zh-hans"]) .blog__body a {
  font-weight: 800;
}
html[lang="zh-hans"] .blog__body a {
  font-weight: 900;
}
.blog__body a:hover,
.blog__body a:focus,
.blog__body a:active {
  text-decoration: underline;
}
.attachment,
figure {
  margin: 0;
}
@media (min-width: 992px) {
  .attachment,
  figure {
    margin: 1em 40px;
  }
}
.attachment__caption,
figcaption {
  color: #888888;
  font-size: 12px;
  margin-top: 15px;
  text-align: center;
}
.attachment__caption strong,
figcaption strong {
  /*font-weight: 400;*/
}
html:not([lang="zh-hans"]) .attachment__caption strong,
html:not([lang="zh-hans"]) figcaption strong {
  font-weight: 400;
}
html[lang="zh-hans"] .attachment__caption strong,
html[lang="zh-hans"] figcaption strong {
  font-weight: 400;
}
a.featured-post__link {
  width: auto;
}
.page-node-type-blog-article__md .cc-window {
  margin-bottom: 48px;
}
figure {
  display: block !important;
  margin: 1em 0;
}
figure img {
  margin: 0 auto !important;
}
figure figcaption {
  display: block !important;
  width: 100%;
  font-size: 14px;
  line-height: 175%;
  color: #727272;
}
@media (min-width: 1025px) {
  .page-node-type-blog-article__md .cc-window {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .page-node-type-blog-article__md .intercom-namespace .intercom-launcher-frame {
    bottom: 56px;
  }
}
.view-blog .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.post {
  height: 345px;
  border: 1px solid #eee;
  margin: 20px 0;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02), 0 3px 6px rgba(0, 0, 0, 0.03);
}
.post:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07), 0 10px 10px rgba(0, 0, 0, 0.07);
  cursor: pointer;
}
a.post__link {
  text-decoration: none;
}
.post__image {
  height: 160px;
  position: relative;
  width: 100%;
}
.post__image img {
  height: 160px;
  width: 100%;
  object-fit: cover;
}
.post__content {
  padding: 20px 15px;
  text-align: center;
}
.post__categories {
  color: #888888;
  font-size: 12px;
  text-transform: uppercase;
}
.post__categories .field__item {
  color: #888888;
  display: inline-block;
}
.post__categories .field__item:hover {
  color: #888888;
}
.post__title {
  color: #313538;
  line-height: 1.3;
  font-size: 18px;
  margin: 40px 0 0;
  width: 100%;
}
html:not([lang="zh-hans"]) .post__title {
  font-weight: 400;
}
html[lang="zh-hans"] .post__title {
  font-weight: 400;
}
.featured-post {
  min-height: 420px;
  position: relative;
  z-index: 1;
}
.featured-post:before {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: '\A0';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.featured-post > img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.featured-post__content {
  color: white;
  position: relative;
  text-align: center;
  margin: 100px auto 0;
  padding: 15px;
}
@media (min-width: 992px) {
  .featured-post__content {
    margin: 150px auto 0;
    padding: 0 25% 30px;
  }
}
.featured-post__content time {
  font-size: 18px;
}
.featured-post__title {
  color: white;
  font-size: 30px;
}
@media (min-width: 992px) {
  .featured-post__title {
    font-size: 48px;
  }
}
@media (max-width: 1023px) {
  .blog-overview-page .intercom-namespace .intercom-launcher-frame {
    bottom: 56px;
  }
}
.openings {
  max-width: 1170px;
  padding: 0 15px;
  margin: auto;
}
@media (min-width: 768px) {
  .openings {
    padding: 0 24px;
  }
}
.openings__head {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 3px solid #4a4a4a;
  border-bottom: 2px solid #eeeeee;
}
@media (min-width: 768px) {
  .openings__head {
    display: flex;
    align-items: center;
  }
}
.openings__heading {
  margin-right: auto;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .openings__heading {
    padding-left: 48px;
  }
}
.openings__filter {
  margin: 20px 30px;
}
@media (min-width: 768px) {
  .openings__filter {
    margin: 0;
  }
  .openings__filter + .openings__filter {
    margin-left: 32px;
  }
}
.openings__filter select {
  height: 34px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: all 0.3s ease;
  font-size: 14px;
  color: #555;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .openings__filter select {
    width: auto;
  }
}
.openings__filter select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.openings__department-group {
  border-bottom: 2px solid #eeeeee;
  padding: 50px 30px;
}
@media (min-width: 768px) {
  .openings__department-group {
    display: flex;
    padding: 50px 48px;
  }
}
.openings__department-title {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .openings__department-title {
    width: 50%;
    display: inline-block;
  }
}
.openings__list {
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .openings__list {
    width: 50%;
    display: inline-block;
  }
}
.openings__item + .openings__item {
  margin-top: 25px;
}
.openings__item-link:link,
.openings__item-link:visited {
  color: #04ad75;
  text-decoration: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  .openings__item-link:link,
  .openings__item-link:visited {
    font-size: 18px;
  }
}
.openings__item-link:hover,
.openings__item-link:active {
  text-decoration: underline;
}
.openings__item-location {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: #888888;
}
.job__details {
  margin-left: 0 !important;
}
#grnhse_iframe {
  position: relative;
}
.path-block-section {
  margin-top: -30px;
}
.path-block-section .path-block {
  margin: -15px 0;
  padding: 40px 0;
  background: #ffffff;
}
@media (min-width: 768px) {
  .path-block-section .path-block {
    background: url(/themes/custom/twist_theme/build/images/path.svg) center top no-repeat transparent;
  }
}
@media (min-width: 768px) {
  .path-block-section .path-block-header {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .path-block-section .path-block-header {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.path-block-section .principals {
  text-align: center;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .path-block-section .principals {
    padding: 60px 0;
  }
}
.path-block-section .icon {
  text-align: center;
}
.path-block-section .icon img {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .path-block-section .icon img {
    margin: auto;
    display: inline-block;
  }
}
.path-block-section .type {
  font-size: 36px;
  color: #2AD39B;
  vertical-align: middle;
  margin-left: 22px;
}
html:not([lang="zh-hans"]) .path-block-section .type {
  font-weight: 800;
}
html[lang="zh-hans"] .path-block-section .type {
  font-weight: 900;
}
@media (max-width: 767px) {
  .path-block-section .type {
    display: block;
    margin-left: 0;
    font-size: 24px;
  }
}
.path-block-section .desc {
  font-size: 18px;
  margin-left: 22px;
}
@media (min-width: 768px) {
  .path-block-section .trust {
    margin-left: 90px;
  }
  .path-block-section .impact,
  .path-block-section .grit {
    margin-left: 350px;
  }
  .path-block-section .service {
    padding: 70px 0 50px;
  }
  .path-block-section .grit {
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) and (max-width: 930px) {
  .path-block-section .impact {
    padding-bottom: 30px;
  }
}
.upcoming-events__no-upcoming-title {
  text-align: center;
  border-top: 3px solid #4a4a4a;
  padding: 100px 0 70px;
}
.upcoming-events__event-link {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02), 0 3px 6px rgba(0, 0, 0, 0.03);
  min-height: 335px;
  display: block;
}
.upcoming-events__event-link:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07), 0 10px 10px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}
.upcoming-events__event-image {
  line-height: 0;
}
.upcoming-events__event-content {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .upcoming-events__event-content {
    padding: 0 32px;
  }
}
.upcoming-events__event-title {
  color: #313538;
}
.upcoming-events__event-start-location {
  font-size: 12px;
  color: #888888;
  text-transform: uppercase;
}
.all-events__title,
.past-events__title {
  margin-bottom: 20px;
}
.all-events__event-list,
.past-events__event-list {
  padding: 0;
  list-style: none;
}
.all-events__event-link,
.past-events__event-link {
  border-bottom: 1px solid #eeeeee;
  padding: 25px 15px;
  line-height: 1.8;
  display: block;
}
@media (min-width: 768px) {
  .all-events__event-link,
  .past-events__event-link {
    display: flex;
    align-items: center;
    padding: 25px 24px;
  }
}
.all-events__event-link:hover,
.past-events__event-link:hover,
.all-events__event-link:active,
.past-events__event-link:active {
  background: #eeeeee;
  text-decoration: none;
}
.all-events__event-date,
.past-events__event-date {
  font-size: 15px;
  color: #4a4a4a;
}
@media (min-width: 768px) {
  .all-events__event-date,
  .past-events__event-date {
    flex-basis: 20%;
  }
}
@media (min-width: 768px) {
  .all-events__event-end-date,
  .past-events__event-end-date {
    display: block;
  }
}
.all-events__event-title,
.past-events__event-title {
  color: #313538;
  margin: 10px 0 5px;
}
@media (min-width: 768px) {
  .all-events__event-title,
  .past-events__event-title {
    margin: 5px 0;
  }
}
@media (min-width: 768px) {
  .all-events__event-wrapper,
  .past-events__event-wrapper {
    flex-grow: 1;
    flex-shrink: 80;
  }
}
.all-events__event-location,
.past-events__event-location {
  text-transform: uppercase;
  font-size: 12px;
  color: #888888;
}
.all-events__event-details,
.past-events__event-details {
  color: #888888;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .all-events__event-details,
  .past-events__event-details {
    flex-basis: 15%;
    text-align: right;
    padding-right: 48px;
    margin-top: 0;
  }
}
.past-events__button {
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 22px;
  padding: 20px 10px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .past-events__button {
    padding: 20px 88px;
  }
}
.past-events__button .fa-plus {
  display: inline-block;
}
.past-events__button .fa-minus {
  display: none;
}
.past-events__button.active .fa-plus {
  display: none;
}
.past-events__button.active .fa-minus {
  display: inline-block;
}
.past-events__button:hover {
  color: #888888;
}
#gqheader:target {
  border-bottom: 0px solid transparent;
  margin-top: -86px;
  padding-top: 86px;
}
@media screen and (min-width: 480px) {
  #gqheader:target {
    margin-top: -97px;
    padding-top: 97px !important;
  }
}
/**
 * Page Global Styles
 */
#gqwrapper {
  margin: 55px auto;
}
@media (max-width: 992px) {
  #gqwrapper {
    max-width: 510px;
  }
}
@media (min-width: 992px) {
  #gqwrapper {
    max-width: 1046px;
  }
}
.gqheader {
  padding-right: 15px;
  padding-left: 0px;
}
@media (max-width: 768px) {
  .gqheader {
    padding-left: 15px;
  }
  .gqheader .region-logo {
    height: 41px;
  }
}
@media (min-width: 768px) {
  .gqheader {
    padding-left: 25px;
  }
  .gqheader > div {
    height: 92px;
  }
}
@media (min-width: 992px) {
  .gqheader {
    padding-left: 40px;
  }
}
.gqpanel {
  padding-top: 0;
}
/**
 * Form Header
 */
a.gqgoback {
  color: #ababab;
  font-size: 14px;
  letter-spacing: 1.17px;
  line-height: 14px;
  text-transform: uppercase;
  word-spacing: normal;
}
a.gqgoback.small {
  margin-left: 15px;
}
a.gqgoback.small .fa-angle-left {
  font-size: 14px;
  font-weight: 300 !important;
  color: #ababab;
  opacity: 0.8;
  margin-right: 10px;
}
@media (min-width: 480px) {
  a.gqgoback.small {
    display: none;
  }
}
a.gqgoback.large {
  margin-right: 15px;
}
@media (max-width: 480px) {
  a.gqgoback.large {
    display: none;
  }
}
.gqpagetitle {
  font-size: 14px;
  letter-spacing: 1px;
  word-spacing: normal;
  line-height: 14px;
  text-transform: uppercase;
  margin: 0 auto;
}
html:not([lang="zh-hans"]) .gqpagetitle {
  font-weight: 700;
}
html[lang="zh-hans"] .gqpagetitle {
  font-weight: 700;
}
@media (max-width: 480px) {
  .gqpagetitle {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .gqpagetitle {
    margin-left: 50px;
  }
}
/**
 * Form Intro
 */
.gqintro .button,
.gqintro h2,
.gqintro p,
.gqintro span {
  letter-spacing: normal;
  word-spacing: normal;
  text-align: center;
}
.gqintro h2 {
  font-size: 28px;
  color: #313538;
  line-height: 34px;
  margin-bottom: 49px;
}
@media (max-width: 768px) {
  .gqintro h2 {
    max-width: 284px;
    margin-left: auto;
    margin-right: auto;
  }
}
.gqintro p {
  line-height: 20px;
}
.gqintro .gqproducts + p {
  margin-bottom: 16px;
}
.gqintro .gqproduct p {
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 0.47px;
}
html:not([lang="zh-hans"]) .gqintro .gqproduct p {
  font-weight: 700;
}
html[lang="zh-hans"] .gqintro .gqproduct p {
  font-weight: 700;
}
.gqintro a.gqvideolink {
  margin-top: 18px;
  letter-spacing: 1px;
  line-height: 17px;
  word-spacing: normal;
}
.gqintro p .fa-shopping-cart {
  font-size: 11px;
  margin-right: 5px;
}
.gqintro .button {
  background-color: #2AD39B !important;
}
.gqintro .button:hover {
  background-color: #04ad75 !important;
}
.gqintro .begin,
.gqintro .end {
  padding-top: 0;
}
.gqintro .gqproducts {
  margin-bottom: 40px;
  min-height: 184px;
}
.gqintro .gqproduct > div {
  height: 150px;
  width: 150px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.gqintro .gqproduct > div.gqicon-genes {
  background-image: url(/themes/custom/twist_theme/build/images/product-genes.svg);
}
.gqintro .gqproduct > div.gqicon-libs {
  background-image: url(/themes/custom/twist_theme/build/images/product-libs.svg);
}
.gqintro .gqproduct > div.gqicon-ngs {
  background-image: url(/themes/custom/twist_theme/build/images/product-ngs.svg);
}
.gqintro .gqproduct > div.gqicon-pools {
  background-image: url(/themes/custom/twist_theme/build/images/product-pools.svg);
}
.gqintro .gqproduct > div.gqicon-storage {
  background-image: url(/themes/custom/twist_theme/build/images/product-storage.svg);
}
.gqintro .gqvideolink {
  color: #2AD39B;
}
.gqintro .gqvideolink .fa-caret-right {
  margin-right: 5px;
}
/**
 * Divider for Intro and Form
 */
.gqintro div.begin,
.gqpanel:first-of-type {
  border-bottom: 0.5pt dotted #bbbbbb;
  margin-bottom: 45px;
}
@media (min-width: 1200px) {
  .gqintro div.begin {
    border-right: 0.5pt dotted #bbbbbb;
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  .gqpanel:first-of-type {
    border-right: 0.5pt dotted #bbbbbb;
    border-bottom: 0;
    padding-right: 51px;
  }
  .gqpanel:nth-of-type(2) {
    padding-left: 51px;
  }
}
/**
 * Form Confirmation
 */
.gqconfirmation .button {
  cursor: pointer;
  background-color: transparent !important;
}
.gqconfirmation .button:hover {
  background-color: #313538 !important;
}
.gqconfirmation .checkmark {
  height: 50px;
  background: url(/themes/custom/twist_theme/build/images/checkMark.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.gqconfirmation .gqconfirmation-text {
  font-size: 18px;
  margin-bottom: 40px;
}
.gqconfirmation .gqconfirmation-button {
  max-width: 240px;
}
.gqconfirmation a.gqconfirmation-button {
  color: #313538;
}
.gqconfirmation a.gqconfirmation-button:hover {
  color: #ffffff;
}
/**
 * Media Queries
 */
@media screen and (min-width: 992px) {
  .gqproducts {
    max-height: 184px;
  }
}
@media (max-width: 992px) {
  .gqplaceholder {
    display: none;
  }
}
.animated-background {
  height: 175%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  background: #ffffff;
}
.animated-background__wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animated-background__ball {
  background: url(/themes/custom/twist_theme/build/images/home-greenball.svg) no-repeat;
  position: fixed;
  overflow: hidden;
}
@media (min-width: 768px) {
  .animated-background__ball {
    animation-name: pulse;
    animation-duration: 6s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .animated-background__ball {
    /* IE10+ CSS styles go here */
    animation: none;
  }
}
.animated-background__ball--top-left {
  width: 240px;
  height: 100%;
  top: -120px;
  left: 84px;
}
.animated-background__ball--top-right {
  width: 640px;
  height: 100%;
  top: -420px;
  right: -240px;
}
.animated-background__ball--middle {
  width: 120px;
  height: 100%;
  top: 600px;
  left: 640px;
}
.animated-background__ball--bottom-left {
  width: 720px;
  height: 100%;
  top: 516px;
  left: -288px;
}
.animated-background__ball--bottom-right {
  width: 360px;
  height: 100%;
  top: 552px;
  left: 1080px;
}
@keyframes pulse {
  from,
  to {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
}
.twis-more-products .section-wrapper {
  padding: 0 15px;
}
.twis-more-products .field--name-field-cp-title {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 700;
}
.twis-more-products .field--name-field-description {
  font-weight: 700;
  color: #888888;
  font-size: 14px;
}
.twis-more-products .paragraph--type--component-tile-link {
  padding: 65px 50px;
  min-height: 325px;
}
.twis-more-products .paragraph--type--component-tile-link .field--name-field-icon {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .twis-more-products .paragraph--type--column {
    padding: 30px;
  }
}
.twis-more-products .tile {
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02), 0 3px 6px rgba(0, 0, 0, 0.03);
  padding: 0;
}
.job {
  padding: 150px 15px;
  max-width: 640px;
  margin: auto;
}
@media (min-width: 768px) {
  .job {
    padding: 150px 24px;
  }
}
.job__back-link:link,
.job__back-link:visited {
  color: #04ad75;
}
.job__back-link .fa-arrow-left {
  margin-right: 5px;
  display: inline-block;
  font-size: 12px;
}
.job__details {
  margin-left: -30px;
}
@media (min-width: 768px) {
  .job__details {
    margin-left: -48px;
  }
}
.user-login-form {
  max-width: 500px;
  margin: auto;
  padding: 120px 15px;
}
@media (min-width: 768px) {
  .user-login-form {
    padding: 120px 24px;
  }
}
.user-login-form label {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.34px;
  text-transform: uppercase;
  display: block;
}
.user-login-form input[type='text'],
.user-login-form input[type='password'] {
  border: 1px solid #bbbbbb;
  background-color: #ffffff;
  border-radius: 3px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.12px;
  padding: 12px;
  width: 100%;
  margin: 5px 0;
  transition: all 0.3s ease;
}
.user-login-form input[type='text']:focus,
.user-login-form input[type='password']:focus {
  outline: none;
  box-shadow: 0 0 0 2px #2AD39B;
  border-color: #2AD39B;
}
.user-login-form .description {
  color: #888888;
  margin-bottom: 20px;
}
.user-login-form .form-actions {
  margin-top: 20px;
  text-align: center;
}
.user-login-form .form-actions input {
  width: 100%;
}
@media (min-width: 768px) {
  .user-login-form .form-actions input {
    width: 50%;
  }
}
.user-login-form .form-actions input:hover {
  background: #209e74;
}
.recent-highlights__link {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02), 0 3px 6px rgba(0, 0, 0, 0.03);
  height: 100%;
  border-radius: 5px;
  padding: 30px;
  position: relative;
  background: #ffffff;
}
.recent-highlights__link:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07), 0 10px 10px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}
.recent-highlights__link .fa-arrow-right {
  color: #313538;
}
.recent-highlights__category {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.recent-highlights__category-title {
  font-size: 14px;
  letter-spacing: 2px;
  margin-left: 10px;
  text-transform: uppercase;
  color: #2AD39B;
}
@media (min-width: 768px) {
  .recent-highlights__category-title {
    margin-left: 16px;
  }
}
.recent-highlights__date {
  text-transform: uppercase;
  font-size: 12px;
  color: #888888;
}
.recent-highlights__article-title {
  color: #313538;
  line-height: 1.5;
  margin-bottom: 50px;
}
.recent-highlights .fa {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #2AD39B;
}
.resources__list {
  padding: 15px 0 0 0;
  list-style: none;
}
.resources__item {
  margin-bottom: 20px;
}
.resources__item:last-child {
  margin-bottom: 0;
}
.resources__link:link,
.resources__link:visited {
  color: #888888;
}
html:not([lang="zh-hans"]) .resources__link:link,
html:not([lang="zh-hans"]) .resources__link:visited {
  font-weight: 700;
}
html[lang="zh-hans"] .resources__link:link,
html[lang="zh-hans"] .resources__link:visited {
  font-weight: 700;
}
.resources__link .fa {
  margin-right: 10px;
}
.press-releases__date,
.preview-list__date {
  text-transform: uppercase;
  font-size: 12px;
  color: #888888;
}
.press-releases__link,
.preview-list__link {
  margin-bottom: 30px;
}
.press-releases__link:link,
.preview-list__link:link,
.press-releases__link:visited,
.preview-list__link:visited {
  color: #2AD39B;
}
html:not([lang="zh-hans"]) .press-releases__link:link,
html:not([lang="zh-hans"]) .preview-list__link:link,
html:not([lang="zh-hans"]) .press-releases__link:visited,
html:not([lang="zh-hans"]) .preview-list__link:visited {
  font-weight: 700;
}
html[lang="zh-hans"] .press-releases__link:link,
html[lang="zh-hans"] .preview-list__link:link,
html[lang="zh-hans"] .press-releases__link:visited,
html[lang="zh-hans"] .preview-list__link:visited {
  font-weight: 700;
}
.press-releases__link .fa,
.preview-list__link .fa {
  margin-left: 10px;
}
.all-news__list {
  margin: 50px 0;
}
.all-news__link {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02), 0 3px 6px rgba(0, 0, 0, 0.03);
  min-height: 175px;
  height: 100%;
  padding: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  background: #ffffff;
}
.all-news__link:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07), 0 10px 10px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}
.all-news__image {
  display: inline-block;
}
.all-news__content {
  display: inline-block;
  align-self: flex-start;
}
.all-news__date {
  text-transform: uppercase;
  font-size: 12px;
  color: #888888;
}
.all-news__title {
  color: #313538;
  line-height: 1.5;
  margin: 5px 0 0 0;
}
.update-item {
  max-width: 690px;
  padding: 150px 15px 120px;
  margin: auto;
  font-size: 18px;
  line-height: 1.7;
  color: #4a4a4a;
}
@media (min-width: 768px) {
  .update-item {
    padding: 150px 24px 120px;
  }
}
.update-item__date {
  text-transform: uppercase;
  font-size: 12px;
  color: #888888;
}
.update-item__title {
  font-size: 30px;
  line-height: 1.3;
  margin: 10px 0;
}
.update-item__download-link:link,
.update-item__download-link:visited {
  font-size: 14px;
  color: #2AD39B;
}
html:not([lang="zh-hans"]) .update-item__download-link:link,
html:not([lang="zh-hans"]) .update-item__download-link:visited {
  font-weight: 700;
}
html[lang="zh-hans"] .update-item__download-link:link,
html[lang="zh-hans"] .update-item__download-link:visited {
  font-weight: 700;
}
.update-item__download-link .fa {
  margin-right: 5px;
}
.update-item__content {
  margin: 10px 0;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 3px solid #4a4a4a;
  border-bottom: 1px solid #eeeeee;
}
.update-item__content > div,
.update-item__content > p {
  margin-bottom: 30px;
}
.update-item__contacts-title {
  font-size: 24px;
  color: #313538;
  margin: 30px 0;
}
.contacts__group-heading {
  font-size: 18px;
  margin: 30px 0 0;
}
.contacts__contact-type {
  margin-bottom: 0;
}
.contacts__contact + .contacts__contact {
  margin-top: 30px;
}
.leadership__item {
  cursor: pointer;
}
.leadership__item-image {
  filter: grayscale(100%);
}
.leadership__item-image img {
  height: auto;
}
.leadership__item-image:hover {
  filter: none;
}
.leadership__item-name {
  margin-top: 20px;
}
.leadership__item-position {
  color: #888888;
  text-transform: uppercase;
}
.leadership__item-button {
  color: #2AD39B;
}
html:not([lang="zh-hans"]) .leadership__item-button {
  font-weight: 700;
}
html[lang="zh-hans"] .leadership__item-button {
  font-weight: 700;
}
.leadership__item-button:hover {
  text-decoration: underline;
  color: #2AD39B;
}
.leadership__modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  color: #ffffff;
  background-color: #313538;
  opacity: 0.98;
  z-index: 1000;
  overflow: auto;
  display: none;
}
.leadership__modal-content {
  max-width: 1170px;
  padding: 0 24px;
  margin: 15px auto;
}
@media (min-width: 768px) {
  .leadership__modal-content {
    padding: 0 24px;
    margin: 100px auto;
  }
}
.leadership__modal-details {
  position: relative;
}
.leadership__modal-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  line-height: 25px;
  padding: 0 5px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .leadership__modal-close {
    padding: 0 8px;
  }
}
.leadership__modal-image {
  margin-right: 40px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .leadership__modal-image {
    margin-right: 80px;
    margin-bottom: 60px;
    display: inline;
    float: left;
  }
}
.leadership__modal-image img {
  height: auto;
  max-width: 100%;
}
.leadership__modal-name {
  margin-bottom: 0;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .leadership__modal-name {
    padding-right: 48px;
  }
}
.leadership__modal-position {
  text-transform: uppercase;
}
html:not([lang="zh-hans"]) .leadership__modal-position {
  font-weight: 700;
}
html[lang="zh-hans"] .leadership__modal-position {
  font-weight: 700;
}
.leadership__modal-body {
  line-height: 1.75;
}
.leadership__modal-publications {
  clear: both;
}
.leadership__modal-publications a {
  color: #2AD39B;
  font-size: 18px;
}
html:not([lang="zh-hans"]) .leadership__modal-publications a {
  font-weight: 800;
}
html[lang="zh-hans"] .leadership__modal-publications a {
  font-weight: 900;
}
.leadership__modal-publications a:hover {
  color: #2AD39B;
}
.leadership .publication {
  margin: 20px 0;
}
.leadership .publication__details {
  margin-top: 20px;
}
.leadership__modal-publications-title {
  border-top: 3px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: 20px 0;
  padding: 7px 0 5px;
}
@media (min-width: 992px) {
  .leadership__modal-publications-title {
    margin: 60px 0 30px;
  }
}
.team {
  display: none;
}
@media (min-width: 992px) {
  .team {
    display: block;
  }
}
.team__header {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
}
@media (min-width: 768px) {
  .team__header {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.team__header .grid__col-12 {
  padding: 15px 15px;
}
@media (min-width: 768px) {
  .team__header .grid__col-12 {
    padding: 15px 24px;
  }
}
.team--list {
  border-right: 2px solid white;
  border-left: 2px solid white;
  max-height: 450px;
  overflow-y: auto;
}
.team__item {
  display: inline;
  line-height: 0;
  width: 10%;
  float: left;
  border: 2px solid white;
  filter: grayscale(100%);
}
.team__item img {
  height: auto;
}
@media (min-width: 1200px) {
  .team__item {
    width: 7.14285714%;
  }
}
.team__item:hover {
  filter: none;
}
.board__member {
  margin: 10px 0;
}
@media (min-width: 768px) {
  .board__member {
    width: 50%;
    margin: 20px 0;
    padding-right: 32px;
    float: left;
  }
}
@media (min-width: 992px) {
  .board__member {
    width: 33%;
    margin: 20px 0;
  }
}
.board__member-title {
  color: #888888;
  font-weight: 500;
  line-height: 1.4;
  font-size: 12px;
  text-transform: uppercase;
}
html:not([lang="zh-hans"]) .board__member-title {
  font-weight: 400;
}
html[lang="zh-hans"] .board__member-title {
  font-weight: 400;
}
.investors__item {
  font-size: 14px;
  margin: 5px 0;
}
@media (min-width: 768px) {
  .investors__item {
    font-size: 18px;
    width: 50%;
    float: left;
    margin: 10px 0;
    padding-right: 32px;
  }
}
.view-vector-categories {
  background: url(/themes/custom/twist_theme/build/images/catbg.svg) no-repeat;
  background-size: cover;
  padding-top: 64px;
}
.view-vector-categories #block-breadcrumbs {
  margin-top: 7px;
}
.view-vector-categories .view-content {
  margin-top: 32px;
}
.view-vector-categories a.vector-category-item {
  display: block;
  background: #ffffff;
  width: calc(100% - 36px);
  margin: 0 auto 30px auto;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  transition: 300ms;
  border-radius: 4px;
  padding: 40px 10px;
}
.view-vector-categories a.vector-category-item .icon {
  text-align: center;
  margin-bottom: 24px;
}
.view-vector-categories a.vector-category-item .icon img {
  width: 80px;
  height: 80px;
}
.view-vector-categories a.vector-category-item .title {
  color: #313538;
  font-size: 24px;
  text-align: center;
  margin-bottom: 16px;
  /*font-weight: 800;*/
  line-height: 30px;
}
html:not([lang="zh-hans"]) .view-vector-categories a.vector-category-item .title {
  font-weight: 800;
}
html[lang="zh-hans"] .view-vector-categories a.vector-category-item .title {
  font-weight: 900;
}
.view-vector-categories a.vector-category-item .description {
  color: #313538;
  font-size: 14px;
  text-align: center;
  height: 38px;
  overflow: hidden;
}
.view-vector-categories a.vector-category-item:hover {
  text-decoration: none;
}
.view-vector-categories a.vector-category-item:hover,
.view-vector-categories a.vector-category-item:active {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07), 0 10px 10px rgba(0, 0, 0, 0.07);
  transition: 300ms;
}
.view-vector-categories .view-footer {
  display: flex;
  flex-flow: column wrap;
  border-top: 1px solid #E9E9FD;
  margin: 48px auto 59px auto;
  width: calc(100% - 36px);
  padding-top: 40px;
}
.view-vector-categories .view-footer .categories-bottom {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
.view-vector-categories .view-footer .categories-bottom a {
  margin-top: 9px;
  color: #399DF5;
  margin-bottom: 40px;
  width: 209px;
  background: url(/themes/custom/twist_theme/build/images/blue-arrow.svg) no-repeat right;
}
html:not([lang="zh-hans"]) .view-vector-categories .view-footer .categories-bottom a {
  font-weight: 700;
}
html[lang="zh-hans"] .view-vector-categories .view-footer .categories-bottom a {
  font-weight: 700;
}
.view-vector-categories .view-footer .categories-bottom-right {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
.view-vector-categories .view-footer .categories-bottom-right a {
  color: #7676F3;
  width: 125px;
  background: url(/themes/custom/twist_theme/build/images/purple-arrow.svg) no-repeat right;
  margin-top: 9px;
}
html:not([lang="zh-hans"]) .view-vector-categories .view-footer .categories-bottom-right a {
  font-weight: 700;
}
html[lang="zh-hans"] .view-vector-categories .view-footer .categories-bottom-right a {
  font-weight: 700;
}
@media (min-width: 768px) {
  .view-vector-categories {
    padding-top: 85px;
    text-align: center;
  }
  .view-vector-categories .view-content {
    width: 720px;
    margin: 0 auto;
  }
  .view-vector-categories .views-row {
    width: 352px;
    display: inline-block;
    float: left;
  }
  .view-vector-categories .views-row:nth-child(2n) {
    float: right;
  }
  .view-vector-categories .views-row a.vector-category-item {
    width: 100%;
    transition: 300ms;
  }
  .view-vector-categories .view-footer {
    clear: left;
    flex-flow: row wrap;
    justify-content: space-around;
  }
  .view-vector-categories .view-footer .categories-bottom {
    height: 60px;
  }
  .view-vector-categories .view-footer .categories-bottom img {
    height: 100%;
  }
  .view-vector-categories .view-footer .categories-bottom .want-to-use {
    padding-top: 15px;
    padding-right: 15px;
    height: 50%;
  }
  .view-vector-categories .view-footer .categories-bottom a {
    height: 50%;
    margin: 0;
    padding-top: 7px;
    padding-right: 10px;
    width: 220px;
  }
  .view-vector-categories .view-footer .categories-bottom-right {
    width: 390px;
    align-items: flex-start;
    height: 60px;
  }
  .view-vector-categories .view-footer .categories-bottom-right img {
    height: 100%;
  }
  .view-vector-categories .view-footer .categories-bottom-right .get-an-overview {
    padding-top: 15px;
    padding-right: 15px;
    height: 50%;
    width: 300px;
    display: flex;
  }
  .view-vector-categories .view-footer .categories-bottom-right a {
    display: flex;
    justify-content: flex-start;
    height: 50%;
    margin: 0;
    padding-top: 7px;
    padding-right: 8px;
    width: 129px;
  }
}
@media (min-width: 992px) {
  .view-vector-categories {
    padding-top: 95px;
    height: 100%;
  }
  .view-vector-categories .view-content {
    width: 870px;
  }
  .view-vector-categories .views-row {
    width: 420px;
    float: left;
    margin-right: 0;
  }
  .view-vector-categories .views-row:nth-child(2n) {
    float: right;
  }
  .view-vector-categories .view-footer {
    width: 870px;
    padding-bottom: 127px;
    justify-content: space-between;
    padding-top: 17px;
    border: none;
  }
  .view-vector-categories .view-footer .categories-bottom-right {
    margin-right: 32px;
  }
}
.vectors-catalog-how-it-works {
  padding-top: 71px;
}
.vectors-catalog-how-it-works .top-section {
  padding-top: 53px;
}
.vectors-catalog-how-it-works .top-section .title {
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  color: #313538;
  /*      font-weight: 500;*/
}
html:not([lang="zh-hans"]) .vectors-catalog-how-it-works .top-section .title {
  font-weight: 800;
}
html[lang="zh-hans"] .vectors-catalog-how-it-works .top-section .title {
  font-weight: 900;
}
.vectors-catalog-how-it-works .top-section .step {
  color: #313538;
  text-align: center;
  padding-bottom: 23px;
  position: relative;
  margin-top: 17px;
}
.vectors-catalog-how-it-works .top-section .step:after {
  content: ' ';
  display: inline-block;
  height: 1px;
  position: absolute;
  bottom: 0;
  width: 46px;
  right: calc(50% - 23px);
  border: 1px #E9E9FD solid;
}
.vectors-catalog-how-it-works .top-section .step .icon {
  margin-bottom: 6px;
}
.vectors-catalog-how-it-works .top-section .step .step-num {
  margin-bottom: 12px;
}
.vectors-catalog-how-it-works .top-section .step .step-num span {
  font-size: 14px;
  line-height: 24px;
  background-color: #E9E9FD;
  border-radius: 50%;
  padding: 3px 12px;
  display: inline-block;
}
html:not([lang="zh-hans"]) .vectors-catalog-how-it-works .top-section .step .step-num span {
  font-weight: 700;
}
html[lang="zh-hans"] .vectors-catalog-how-it-works .top-section .step .step-num span {
  font-weight: 700;
}
.vectors-catalog-how-it-works .top-section .step .step-text {
  max-width: 210px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
}
.vectors-catalog-how-it-works .top-section .step.step-3 .step-text {
  max-width: 284px;
}
.vectors-catalog-how-it-works .top-section .step.last {
  margin-bottom: 36px;
}
.vectors-catalog-how-it-works .top-section .step.last:after {
  content: none;
}
.vectors-catalog-how-it-works .specifications-wrapper {
  background-color: #f7f7f7;
}
.vectors-catalog-how-it-works .specifications-wrapper .specifications {
  padding: 51px 0 25px;
  text-align: center;
}
.vectors-catalog-how-it-works .specifications-wrapper .specifications .title {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.08em;
  color: #313538;
  margin-bottom: 16px;
}
.vectors-catalog-how-it-works .specifications-wrapper .specifications .property {
  max-width: 284px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding: 16px 0;
}
.vectors-catalog-how-it-works .specifications-wrapper .specifications .property:after {
  content: ' ';
  display: inline-block;
  height: 1px;
  position: absolute;
  bottom: 0;
  width: 290px;
  right: calc(50% - 145px);
  border: 1px #dddddd solid;
}
.vectors-catalog-how-it-works .specifications-wrapper .specifications .property.last:after {
  content: none;
}
.vectors-catalog-how-it-works .specifications-wrapper .specifications .property .name {
  color: #8f8f8f;
}
.vectors-catalog-how-it-works .specifications-wrapper .specifications .property .description {
  color: #313538;
}
.vectors-catalog-how-it-works .specifications-wrapper .specifications .property .description.desktop {
  display: none;
}
@media (min-width: 768px) {
  .vectors-catalog-how-it-works {
    padding-top: 92px;
  }
  .vectors-catalog-how-it-works .top-section {
    padding: 74px 6% 0;
  }
  .vectors-catalog-how-it-works .top-section .title {
    padding-bottom: 34px;
  }
  .vectors-catalog-how-it-works .top-section .step {
    float: left;
    width: 33.33%;
  }
  .vectors-catalog-how-it-works .top-section .step:after {
    content: none;
  }
  .vectors-catalog-how-it-works .top-section .step .icon img {
    width: 68px;
  }
  .vectors-catalog-how-it-works .top-section .step.step-1 {
    padding-right: 65px;
  }
  .vectors-catalog-how-it-works .top-section .step.step-1 .step-num span {
    position: relative;
  }
  .vectors-catalog-how-it-works .top-section .step.step-1 .step-num span:after {
    content: ' ';
    display: inline-block;
    height: 1px;
    position: absolute;
    top: calc(50% - 1px);
    width: 100%;
    right: -100%;
    border: 1px #E9E9FD solid;
    z-index: -1;
  }
  .vectors-catalog-how-it-works .top-section .step.step-2 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .vectors-catalog-how-it-works .top-section .step.step-3 {
    padding-left: 65px;
  }
  .vectors-catalog-how-it-works .specifications-wrapper .specifications {
    padding: 55px 10% 31px;
    text-align: initial;
  }
  .vectors-catalog-how-it-works .specifications-wrapper .specifications .title {
    margin-bottom: 20px;
  }
  .vectors-catalog-how-it-works .specifications-wrapper .specifications .property {
    max-width: none;
    padding-bottom: 24px;
  }
  .vectors-catalog-how-it-works .specifications-wrapper .specifications .property:after {
    width: 100%;
    right: 0;
  }
  .vectors-catalog-how-it-works .specifications-wrapper .specifications .property .description.mobile {
    display: none;
  }
  .vectors-catalog-how-it-works .specifications-wrapper .specifications .property .description.desktop {
    display: block;
  }
  .vectors-catalog-how-it-works .specifications-wrapper .specifications .property .description a {
    color: #399DF5;
  }
  html:not([lang="zh-hans"]) .vectors-catalog-how-it-works .specifications-wrapper .specifications .property .description a {
    font-weight: 700;
  }
  html[lang="zh-hans"] .vectors-catalog-how-it-works .specifications-wrapper .specifications .property .description a {
    font-weight: 700;
  }
  .vectors-catalog-how-it-works .specifications-wrapper .specifications .property .description a:hover,
  .vectors-catalog-how-it-works .specifications-wrapper .specifications .property .description a:focus {
    color: #1277CF;
  }
}
@media (min-width: 992px) {
  .vectors-catalog-how-it-works .top-section {
    padding: 53px 153px 0;
  }
  .vectors-catalog-how-it-works .top-section .step {
    margin-top: 30px;
  }
  .vectors-catalog-how-it-works .top-section .step .icon {
    margin-bottom: 13px;
  }
  .vectors-catalog-how-it-works .top-section .step .icon img {
    width: 91px;
  }
  .vectors-catalog-how-it-works .top-section .step.step-1 {
    padding-right: 88px;
  }
  .vectors-catalog-how-it-works .top-section .step.step-2 {
    padding-right: 44px;
    padding-left: 44px;
  }
  .vectors-catalog-how-it-works .top-section .step.step-3 {
    padding-left: 88px;
    margin-bottom: 0;
  }
  .vectors-catalog-how-it-works .specifications-wrapper .specifications {
    padding: 54px 5% 34px 13%;
  }
  html:not([lang="zh-hans"]) .vectors-catalog-how-it-works .specifications-wrapper .specifications .title {
    font-weight: 700;
  }
  html[lang="zh-hans"] .vectors-catalog-how-it-works .specifications-wrapper .specifications .title {
    font-weight: 700;
  }
}
.page-node-type-product-child {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  /* Set the cookie banner and the announcment above the CTA button in product child page */
}
.page-node-type-product-child .banner__content {
  padding-bottom: 0;
  margin: 150px auto 0;
}
.page-node-type-product-child .banner__content .banner__title * {
  margin-bottom: 0;
}
.page-node-type-product-child .field--name-field-cp-mobile-text {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
}
.page-node-type-product-child .field--name-field-pc-link-button {
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000000000;
}
.page-node-type-product-child .field--name-field-pc-link-button a {
  background-color: #2AD39B;
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1em;
  padding: 17px 0;
}
html:not([lang="zh-hans"]) .page-node-type-product-child .field--name-field-pc-link-button a {
  font-weight: 700;
}
html[lang="zh-hans"] .page-node-type-product-child .field--name-field-pc-link-button a {
  font-weight: 700;
}
.page-node-type-product-child .field--name-field-pc-link-button a:hover,
.page-node-type-product-child .field--name-field-pc-link-button a:focus {
  text-decoration: none;
  background-color: #5FECBC;
}
.page-node-type-product-child .system-picker-for-tabs {
  padding: 0;
  border-bottom: 1px solid #dddddd;
}
.page-node-type-product-child .system-picker-for-tabs .title-picker {
  position: relative;
  padding: 22px 24px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
html:not([lang="zh-hans"]) .page-node-type-product-child .system-picker-for-tabs .title-picker {
  font-weight: 700;
}
html[lang="zh-hans"] .page-node-type-product-child .system-picker-for-tabs .title-picker {
  font-weight: 700;
}
.page-node-type-product-child .system-picker-for-tabs .title-picker::after {
  content: '';
  display: inline-block;
  background: url(/themes/custom/twist_theme/build/images/chevron-down.svg) center no-repeat;
  background-size: contain;
  width: 12px;
  height: 8px;
  float: right;
}
.page-node-type-product-child .system-picker-for-tabs select {
  position: absolute;
  top: 0;
  left: 0;
  height: 63px;
  width: 100%;
  opacity: 0;
  font-size: 14px;
  line-height: 20px;
}
html:not([lang="zh-hans"]) .page-node-type-product-child .system-picker-for-tabs select {
  font-weight: 400;
}
html[lang="zh-hans"] .page-node-type-product-child .system-picker-for-tabs select {
  font-weight: 400;
}
.page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs {
  display: none;
}
.page-node-type-product-child .field--name-field-pc-tabs .active-picker .paragraph--type--section-tabs {
  display: block;
}
.page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs {
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
}
.page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-paragraphs {
  padding: 24px;
  position: relative;
}
.page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-title {
  display: none;
  padding: 22px 24px;
  font-size: 12px;
  border-bottom: 1px solid #dddddd;
}
html:not([lang="zh-hans"]) .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-title {
  font-weight: 700;
}
html[lang="zh-hans"] .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-title {
  font-weight: 700;
}
.page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-title .fa-chevron-down {
  float: right;
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
}
.page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-title.open .fa-chevron-down {
  transform: rotate(-180deg);
}
.page-node-type-product-child .field--name-field-pc-tabs .virtual-region-right {
  display: none;
}
@media (min-width: 768px) {
  .page-node-type-product-child .banner__content {
    padding: 0 40px;
    width: 100%;
    margin: 0;
    position: absolute;
    margin-top: 2%;
  }
  .page-node-type-product-child .banner__content .banner__title * {
    float: left;
    margin-top: 0;
    width: 65%;
    text-align: left;
  }
  .page-node-type-product-child .banner__content .header-right-container {
    width: 33.5%;
    float: right;
  }
  .page-node-type-product-child .banner__content .header-right-container .field--name-field-pc-tag-line {
    margin-bottom: 12px;
  }
  .page-node-type-product-child .banner__content .header-right-container .field--name-field-cp-tablet-text,
  .page-node-type-product-child .banner__content .header-right-container .field--name-field-cp-desktop-text {
    font-size: 24px;
    line-height: 36px;
    color: #313538;
    text-align: left;
  }
  .page-node-type-product-child .banner__content .header-right-container .field--name-field-pc-link-button {
    position: static;
    margin-top: 8px;
    width: 84.5%;
  }
  .page-node-type-product-child .banner__content .header-right-container .field--name-field-pc-link-button a {
    border-radius: 3px;
  }
  .page-node-type-product-child .centered-header .banner__content .banner__title {
    width: 100%;
    float: none;
  }
  .page-node-type-product-child .centered-header .banner__content .banner__title * {
    float: none;
  }
  .page-node-type-product-child .centered-header .banner__content .header-right-container {
    width: auto;
    float: none;
  }
  .page-node-type-product-child .centered-header .banner__content .header-right-container .field--name-field-cp-tablet-text,
  .page-node-type-product-child .centered-header .banner__content .header-right-container .field--name-field-cp-desktop-text {
    text-align: center;
  }
  .page-node-type-product-child .centered-header .banner__content .header-right-container .field--name-field-pc-link-button {
    width: 100%;
  }
  .page-node-type-product-child .centered-header .banner__content .header-right-container .field--name-field-pc-link-button a {
    width: 240px;
    margin: 0 auto;
  }
  .page-node-type-product-child .system-picker-for-tabs {
    display: none;
  }
  .page-node-type-product-child .field--name-field-pc-tabs {
    position: relative;
    padding-top: 59px;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs {
    display: block;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-paragraphs {
    padding: 40px;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-title {
    display: block;
    position: absolute;
    top: 0;
    border: 0;
    left: 40px;
    color: #ababab;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 24px 0 20px 0;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-title .fa-chevron-down {
    display: none;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-title.active {
    color: #4a4a4a;
    border-bottom: 2px solid #4a4a4a;
  }
  .page-node-type-product-child .field--name-field-pc-tabs:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #dddddd;
    position: absolute;
    top: 60px;
    left: 0;
  }
}
@media (min-width: 992px) {
  .page-node-type-product-child .banner__content {
    margin: 0 auto;
  }
  .page-node-type-product-child .banner__content .banner__title {
    font-size: 30px;
  }
  .page-node-type-product-child .banner__content .banner__title * {
    width: calc(100% - 420px - 100px);
  }
  .page-node-type-product-child .banner__content .header-right-container {
    width: 420px;
  }
  .page-node-type-product-child .banner__content .header-right-container .field--name-field-pc-link-button {
    width: 240px;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs {
    display: block;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-paragraphs {
    margin-left: 9.6%;
    width: calc(100% - 80px);
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    padding: 50px 0 0;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-paragraphs::after {
    content: '';
    display: block;
    clear: both;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .virtual-region-right {
    float: right;
    width: 420px;
    display: block;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .virtual-region-right .paragraph {
    width: 100%;
    display: block;
    margin: 0 0 32px 0;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .virtual-region-right:after {
    content: '';
    display: block;
    clear: both;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .main_thread .paragraph--type--component-callout {
    display: none;
  }
  .page-node-type-product-child .field--name-field-pc-tabs:before {
    width: calc(100% - 80px);
    margin-left: 40px;
  }
  .page-node-type-product-child #block-breadcrumbs .single-breadcrumb-wrap {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .page-node-type-product-child .banner__content {
    padding: 0 calc((100% - 1170px) / 2);
    width: 100%;
    margin: 0 auto;
  }
  .page-node-type-product-child .centered-header .banner__content {
    padding: 0;
  }
  .page-node-type-product-child .centered-header .banner__content .header-right-container {
    margin: 0;
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-title {
    left: calc((100% - 1170px) / 2);
  }
  .page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-paragraphs {
    width: 1170px;
    padding-left: 0;
    margin: 0 auto;
  }
  .page-node-type-product-child .field--name-field-pc-tabs:before {
    width: 1170px;
    margin-left: calc((100% - 1170px) / 2);
  }
}
@media (min-width: 992px) {
  .page-node-type-product-child .mobile-layer {
    display: none;
  }
}
.page-node-type-product-child .desktop-layer {
  display: none;
}
@media (min-width: 992px) {
  .page-node-type-product-child .desktop-layer {
    display: block;
  }
  .page-node-type-product-child .desktop-layer .paragraph--type--component-text,
  .page-node-type-product-child .desktop-layer .paragraph--type--component-benefit,
  .page-node-type-product-child .desktop-layer .paragraph--type--component-link,
  .page-node-type-product-child .desktop-layer .paragraph--type--component-table {
    width: 100% !important;
  }
  .page-node-type-product-child .desktop-layer .virtual-region-left {
    float: left;
    width: calc(100% - 420px - 100px);
  }
  .page-node-type-product-child .desktop-layer .virtual-region-left::after {
    content: '';
    display: block;
    clear: both;
  }
  .page-node-type-product-child .desktop-layer .virtual-region-right {
    float: right;
    width: 420px;
  }
  .page-node-type-product-child .desktop-layer .virtual-region-right::after {
    content: '';
    display: block;
    clear: both;
  }
  .page-node-type-product-child .desktop-layer .virtual-region-bottom {
    width: 100%;
    float: left;
  }
  .page-node-type-product-child .desktop-layer .virtual-region-bottom::after {
    content: '';
    display: block;
    clear: both;
  }
}
.page-node-type-product-child .product-style-twist-green .field--name-field-pc-link-button a {
  background-color: #2AD39B;
  color: #313538;
}
.page-node-type-product-child .product-style-twist-green .field--name-field-pc-link-button a:hover,
.page-node-type-product-child .product-style-twist-green .field--name-field-pc-link-button a:focus {
  background-color: #5FECBC;
}
.page-node-type-product-child .product-style-twist-green .paragraph--type--component-testimonials {
  background-color: #2AD39B;
}
.page-node-type-product-child .product-style-twist-green .paragraph--type--component-testimonials .testimonial-quote {
  color: #2AD39B;
}
.page-node-type-product-child .product-style-teal .field--name-field-pc-link-button a {
  background-color: #14A4B2;
}
.page-node-type-product-child .product-style-teal .field--name-field-pc-link-button a:hover,
.page-node-type-product-child .product-style-teal .field--name-field-pc-link-button a:focus {
  background-color: #20828B;
}
.page-node-type-product-child .product-style-teal .paragraph--type--component-testimonials {
  background-color: #E6F7F8;
}
.page-node-type-product-child .product-style-teal .paragraph--type--component-testimonials .testimonial-quote {
  color: #57C6D0;
}
.page-node-type-product-child .product-style-purple .field--name-field-pc-link-button a {
  background-color: #7676F3;
}
.page-node-type-product-child .product-style-purple .field--name-field-pc-link-button a:hover,
.page-node-type-product-child .product-style-purple .field--name-field-pc-link-button a:focus {
  background-color: #5D5DB2;
}
.page-node-type-product-child .product-style-purple .paragraph--type--component-testimonials {
  background-color: #7676F3;
}
.page-node-type-product-child .product-style-purple .paragraph--type--component-testimonials .cp-title {
  color: #ffffff;
}
.page-node-type-product-child .product-style-purple .paragraph--type--component-testimonials .testimonial-quote {
  color: #7676F3;
}
.page-node-type-product-child .product-style-orange .field--name-field-pc-link-button a {
  background-color: #E77611;
}
.page-node-type-product-child .product-style-orange .field--name-field-pc-link-button a:hover,
.page-node-type-product-child .product-style-orange .field--name-field-pc-link-button a:focus {
  background-color: #BA5D08;
}
.page-node-type-product-child .product-style-gold .field--name-field-pc-link-button a {
  background-color: #B98217;
}
.page-node-type-product-child .product-style-gold .field--name-field-pc-link-button a:hover,
.page-node-type-product-child .product-style-gold .field--name-field-pc-link-button a:focus {
  background-color: #9F7420;
}
.page-node-type-product-child .product-style-gold .paragraph--type--component-testimonials {
  background-color: #B98217;
}
.page-node-type-product-child .product-style-gold .paragraph--type--component-testimonials .testimonial-quote {
  color: #B98217;
}
.page-node-type-product-child .product-style-forest .field--name-field-pc-link-button a {
  background-color: #05A369;
}
.page-node-type-product-child .product-style-forest .field--name-field-pc-link-button a:hover,
.page-node-type-product-child .product-style-forest .field--name-field-pc-link-button a:focus {
  background-color: #0D642D;
}
.page-node-type-product-child .paragraph--type--component-testimonials {
  background-color: #05A369;
}
.page-node-type-product-child .paragraph--type--component-testimonials .testimonial-quote {
  color: #05A369;
}
.page-node-type-product-child .paragraph--type--component-testimonials {
  width: 100vw;
}
.page-node-type-product-child .field--name-field-pc-tabs .paragraph--type--component-testimonials {
  left: calc(50% - 50vw);
}
.page-node-type-product-child .reverse .field--name-field-cp-mobile-text {
  color: #ffffff;
}
@media (min-width: 768px) {
  .page-node-type-product-child .reverse .banner__content .header-right-container .field--name-field-cp-tablet-text,
  .page-node-type-product-child .reverse .banner__content .header-right-container .field--name-field-cp-desktop-text {
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .page-node-type-product-child .cc-window.cc-floating {
    bottom: 48px !important;
  }
  .page-node-type-product-child .announcement.regular {
    bottom: 48px !important;
  }
}
@media (max-width: 1023px) {
  .page-node-type-product-child .intercom-namespace .intercom-launcher-frame {
    bottom: 48px;
  }
  .cc-window-open .page-node-type-product-child .intercom-namespace .intercom-launcher-frame {
    bottom: 200px;
  }
}
.page-node-type-product-parent .block-views-blockresources-block-1 h2 {
  text-align: center;
}
.page-node-type-product-parent .paragraph--type--icon-with-text .field--name-field-icon {
  margin-bottom: 20px;
}
.page-node-type-product-parent .paragraph--type--icon-with-text .field--name-field-html {
  font-size: 14px;
  line-height: 28px;
  color: #727272;
}
.page-node-type-product-parent .paragraph--type--icon-with-text .field--name-field-html strong {
  color: #313538;
}
.page-node-type-product-parent .product_content__style-purple {
  background: linear-gradient(0deg, rgba(233, 233, 253, 0.61) 14.34%, #FCFCFF 93.13%);
}
.page-node-type-product-parent .product_content__style-purple .paragraph--type--component-testimonials .testimonial-quote {
  color: #7676F3;
}
.page-node-type-product-parent .product_content__style-purple .paragraph--type--button .button {
  background-color: #7676F3;
  width: auto;
  margin: auto;
}
.page-node-type-product-parent .product_content__style-purple .button_outline {
  width: auto;
  margin: auto;
  color: #313538;
}
.page-node-type-product-parent .product_content__style-purple .system-picker-for-tabs {
  padding: 0;
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .page-node-type-product-parent .product_content__style-purple .system-picker-for-tabs {
    display: none;
  }
}
.page-node-type-product-parent .product_content__style-purple .system-picker-for-tabs .title-picker {
  position: relative;
  padding: 22px 24px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
html:not([lang="zh-hans"]) .page-node-type-product-parent .product_content__style-purple .system-picker-for-tabs .title-picker {
  font-weight: 700;
}
html[lang="zh-hans"] .page-node-type-product-parent .product_content__style-purple .system-picker-for-tabs .title-picker {
  font-weight: 700;
}
.page-node-type-product-parent .product_content__style-purple .system-picker-for-tabs .title-picker::after {
  content: '';
  display: inline-block;
  background: url(/themes/custom/twist_theme/build/images/chevron-down.svg) center no-repeat;
  background-size: contain;
  width: 12px;
  height: 8px;
  float: right;
}
@media (min-width: 768px) {
  .page-node-type-product-parent .field--name-field-pc-tabs {
    position: relative;
    padding-top: 59px;
  }
}
@media (max-width: 767px) {
  .page-node-type-product-parent .field--name-field-pc-tabs .active-picker .paragraph--type--section-tabs {
    display: block;
  }
  .page-node-type-product-parent .field--name-field-pc-tabs .paragraph--type--section-tabs {
    display: none;
  }
}
.page-node-type-product-parent .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-title {
  display: block;
  position: absolute;
  top: 0;
  border: 0;
  left: 40px;
  color: #ababab;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 20px 0 20px 0;
}
.page-node-type-product-parent .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-title .fa-chevron-down {
  display: none;
}
.page-node-type-product-parent .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-title.active {
  color: #4a4a4a;
  border-bottom: 2px solid #4a4a4a;
}
.page-node-type-product-parent .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-paragraphs {
  width: 1170px;
  max-width: 90%;
  padding-left: 0;
  margin: 0 auto;
  padding: 50px 0;
}
.page-node-type-product-parent .field--name-field-pc-tabs .paragraph--type--section-tabs field--name-field-cp-title {
  left: calc((100% - 1170px) / 2);
}
.page-node-type-product-parent .field--name-field-pc-tabs:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #dddddd;
  position: absolute;
  top: 60px;
  left: 0;
}
@media (min-width: 992px) {
  .page-node-type-product-parent .field--name-field-pc-tabs:before {
    width: 1170px;
    max-width: 91%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .page-node-type-product-parent .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-title {
    left: 40px;
  }
  .page-node-type-product-parent .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-paragraphs {
    width: 1170px;
    max-width: 90%;
    padding-left: 0;
    margin: 0 auto;
  }
  .page-node-type-product-parent .field--name-field-pc-tabs .paragraph--type--section-tabs:before {
    width: 1170px;
    max-width: 91%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .page-node-type-product-parent .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-title {
    left: calc((100% - 1170px) / 2);
  }
  .page-node-type-product-parent .field--name-field-pc-tabs .paragraph--type--section-tabs .field--name-field-cp-paragraphs {
    width: 1170px;
    max-width: 90%;
    padding-left: 0;
    margin: 0 auto;
  }
  .page-node-type-product-parent .field--name-field-pc-tabs .paragraph--type--section-tabs:before {
    width: 1170px;
    margin-left: calc((100% - 1170px) / 2);
  }
}
.page-node-type-product-parent .product__content.product_content__style-twist-green .field--name-field-components .paragraph--type--component-testimonials {
  background: #E6F7F8;
}
.page-node-type-product-parent .product__content.product_content__style-teal .field--name-field-components .paragraph--type--component-testimonials {
  background: #14A4B2;
}
.page-node-type-product-parent .product__content.product_content__style-purple .field--name-field-components .paragraph--type--component-testimonials {
  background: none;
}
.page-node-type-product-parent .product__content.product_content__style-orange .field--name-field-components .paragraph--type--component-testimonials {
  background: #FEEFE1;
}
.page-node-type-product-parent .product__content.product_content__style-forest .field--name-field-components .paragraph--type--component-testimonials {
  background: #228B22;
}
.page-node-type-product-parent .product__content.product_content__style-gold .field--name-field-components .paragraph--type--component-testimonials {
  background: #B98217;
}
.page-node-type-product-parent .paragraph--type--component-description-figure {
  max-width: 1200px;
  margin: auto;
}
@media (min-width: 992px) {
  .page-node-type-product-parent .product__banner {
    padding: 165px 15px 68px;
  }
}
.product_content__style-forest {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 10%, #f6fcfa 100%);
}
.product_content__style-forest .paragraph--type--component-testimonials {
  background: transparent !important;
}
.product_content__style-forest .paragraph--type--component-testimonials .testimonial-quote {
  color: #05A369 !important;
}
.page-node-type-product-child .paragraph--type--component-callout,
.page-node-type-product-parent .paragraph--type--component-callout {
  margin-left: -24px;
  margin-right: -24px;
}
.page-node-type-product-child .component-paragraph,
.page-node-type-product-parent .component-paragraph {
  margin-bottom: 54px;
}
.page-node-type-product-child > .paragraph,
.page-node-type-product-parent > .paragraph {
  padding: 0 24px;
}
@media (min-width: 768px) {
  .page-node-type-product-child .component-paragraph,
  .page-node-type-product-parent .component-paragraph {
    margin-bottom: 54px;
  }
  .page-node-type-product-child .paragraph--type--component-callout,
  .page-node-type-product-parent .paragraph--type--component-callout {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .page-node-type-product-child .paragraph--type--component-text,
  .page-node-type-product-parent .paragraph--type--component-text,
  .page-node-type-product-child .paragraph--type--component-benefit,
  .page-node-type-product-parent .paragraph--type--component-benefit,
  .page-node-type-product-child .paragraph--type--component-link,
  .page-node-type-product-parent .paragraph--type--component-link,
  .page-node-type-product-child .paragraph--type--component-table,
  .page-node-type-product-parent .paragraph--type--component-table {
    width: calc(100% - 420px - 100px);
  }
  .page-node-type-product-child .paragraph--type--component-text:after,
  .page-node-type-product-parent .paragraph--type--component-text:after,
  .page-node-type-product-child .paragraph--type--component-benefit:after,
  .page-node-type-product-parent .paragraph--type--component-benefit:after,
  .page-node-type-product-child .paragraph--type--component-link:after,
  .page-node-type-product-parent .paragraph--type--component-link:after,
  .page-node-type-product-child .paragraph--type--component-table:after,
  .page-node-type-product-parent .paragraph--type--component-table:after {
    clear: none;
  }
  .page-node-type-product-child .paragraph--type--component-callout,
  .page-node-type-product-parent .paragraph--type--component-callout {
    width: 35%;
    padding-left: 26px;
    padding-right: 26px;
  }
  .page-node-type-product-child #block-breadcrumbs .single-breadcrumb-wrap,
  .page-node-type-product-parent #block-breadcrumbs .single-breadcrumb-wrap {
    padding-top: 0;
  }
}
.wrapper--component_description_figure:before {
  content: '';
  display: block;
  clear: both;
}
.views-exposed-form.twist-resources-view select {
  padding: 5px;
}
.section-wrapper.resources .green-button {
  height: 40px;
  padding: 12px 20px;
}
.view-vector-family {
  padding-top: 71px;
  background: linear-gradient(281.06deg, rgba(233, 233, 253, 0.83) -2.39%, rgba(233, 233, 253, 0) 95.64%);
}
.view-vector-family .view-header {
  padding-bottom: 71px;
  text-align: center;
}
.view-vector-family .view-header .header-breadcrumb .single-breadcrumb-wrap:last-child span {
  color: #4a4a4a;
}
.view-vector-family .view-header img {
  width: 60px;
  height: 60px;
  margin: 36px auto 18px auto;
}
.view-vector-family .view-header .cat-name {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #313538;
}
html:not([lang="zh-hans"]) .view-vector-family .view-header .cat-name {
  font-weight: 700;
}
html[lang="zh-hans"] .view-vector-family .view-header .cat-name {
  font-weight: 700;
}
.view-vector-family .view-header .details-trigger {
  margin-top: 10px;
  font-size: 12px;
  line-height: 12px;
  margin-left: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}
.view-vector-family .view-header .details-overlay {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  padding-top: 100px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
.view-vector-family .view-header .details-overlay .details-card {
  background: #ffffff;
  padding: 37px 30px 35px 30px;
  box-shadow: 0 15px 25px rgba(74, 74, 74, 0.15);
  font-size: 14px;
  line-height: 24px;
  width: 90%;
  margin: 0 auto;
  max-height: calc(100% - 200px);
  overflow: auto;
}
.view-vector-family .view-header .details-overlay .details-card svg {
  float: right;
  margin-right: -20px;
  margin-top: -27px;
  cursor: pointer;
  width: 25px;
  height: auto;
  padding: 8px;
}
.view-vector-family .view-filters {
  opacity: 0;
  background: #ffffff;
  padding: 0 20px;
  border-top: 1px solid #E9E9FD;
  border-bottom: 1px solid #E9E9FD;
}
.view-vector-family .view-filters .grid__col-12 {
  padding: 0;
}
.view-vector-family .view-filters fieldset.fieldgroup {
  width: 100%;
}
.view-vector-family .view-filters fieldset.fieldgroup .form-item {
  display: inline-block;
  width: auto;
}
.view-vector-family .view-filters fieldset.fieldgroup .form-item.from-select {
  margin-right: 9px;
}
.view-vector-family .view-filters fieldset.fieldgroup .form-item input[type="radio"] {
  display: none;
}
.view-vector-family .view-filters fieldset.fieldgroup .form-item input[type="radio"] + label {
  padding: 12px 17px;
  color: #727272;
  border: 1px solid #dedede;
  border-radius: 4px;
  margin-right: 9px;
  margin-bottom: -9px;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.view-vector-family .view-filters fieldset.fieldgroup .form-item input[type="radio"]:checked + label {
  background: #4a4a4a;
  border-color: #4a4a4a;
  color: #ffffff;
}
.view-vector-family .view-filters input[type="submit"] {
  display: none;
}
.view-vector-family .view-content {
  padding-top: 19px;
  background: #FAFAFA;
}
.view-vector-family .view-content .views-row {
  width: 90%;
  margin: 0 auto 24px auto;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  border-top: 3px solid #5151CC;
  padding: 30px 24px 20px 24px;
  position: relative;
  height: 243px;
  overflow: hidden;
  background: #ffffff;
  transition: 300ms;
}
.view-vector-family .view-content .views-row .views-field-field-vc-backbone {
  color: #727272;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  max-height: 12px;
  overflow: hidden;
}
.view-vector-family .view-content .views-row .views-field-title {
  color: #313538;
  font-size: 18px;
  margin-bottom: 20px;
}
html:not([lang="zh-hans"]) .view-vector-family .view-content .views-row .views-field-title {
  font-weight: 700;
}
html[lang="zh-hans"] .view-vector-family .view-content .views-row .views-field-title {
  font-weight: 700;
}
.view-vector-family .view-content .views-row .views-field-field-vc-highlights {
  color: #727272;
}
.view-vector-family .view-content .views-row .views-field-field-vc-highlights ul {
  list-style: none;
}
.view-vector-family .view-content .views-row .views-field-field-vc-highlights ul li {
  font-size: 14px;
  line-height: 17px;
  margin-left: 0;
  display: none;
}
.view-vector-family .view-content .views-row .views-field-field-vc-highlights ul li:first-child {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #dddddd;
  display: block;
}
.view-vector-family .view-content .views-row .views-field-field-vc-highlights ul li:nth-child(2) {
  display: block;
}
.view-vector-family .view-content .views-row .views-field-field-tgs {
  position: absolute;
  bottom: 20px;
  left: 24px;
}
.view-vector-family .view-content .views-row .views-field-field-tgs .vocabulary-pill-tags {
  display: inline-block;
  margin-right: 6px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.view-vector-family .view-content .views-row .views-field-field-tgs .vocabulary-pill-tags h2 {
  display: none;
}
.view-vector-family .view-content .views-row .views-field-field-tgs .vocabulary-pill-tags .field--name-field-short-version {
  background: #dddddd;
  border-radius: 18px;
  padding: 6px 8px;
}
.view-vector-family .view-content .views-row .views-field-view-node .field-content a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
}
.view-vector-family .vector-family-item:hover,
.view-vector-family .vector-family-item:active {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07), 0 10px 10px rgba(0, 0, 0, 0.07);
}
@media (min-width: 768px) {
  .view-vector-family {
    padding-top: 92px;
  }
  .view-vector-family .view-header .inner {
    width: 725px;
    margin: 0 auto;
    padding-left: 30px;
    text-align: left;
    padding-top: 84px;
  }
  .view-vector-family .view-header .inner img {
    float: left;
    margin: 0;
    margin-right: 38px;
  }
  .view-vector-family .view-header .inner .cat-name {
    float: left;
    margin-left: 23px;
    font-size: 24px;
  }
  .view-vector-family .view-header .inner .details-trigger {
    margin-top: 44px;
    margin-left: 122px;
  }
  .view-vector-family .view-header .inner .details-overlay .details-card {
    margin: 100px auto;
    width: 512px;
  }
  .view-vector-family .view-filters .views-exposed-form {
    width: 725px;
    margin: 0 auto;
  }
  .view-vector-family .view-content {
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 24px calc((100% - 725px) / 2) 78px calc((100% - 725px) / 2);
  }
  .view-vector-family .view-content .views-row {
    display: inline-block;
    width: 228px;
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .view-vector-family .view-content .views-row:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .view-vector-family {
    padding-top: 102px;
  }
}
@media (min-width: 1200px) {
  .view-vector-family .view-header .inner {
    width: 1060px;
    padding-left: 10px;
    padding-top: 62px;
  }
  .view-vector-family .view-header .inner img {
    margin-right: 23px;
  }
  .view-vector-family .view-header .inner .details-trigger {
    margin-left: 107px;
  }
  .view-vector-family .view-filters .views-exposed-form {
    width: 1060px;
    margin: 0 auto;
  }
  .view-vector-family .view-content {
    width: 100%;
    margin: 0;
    padding: 30px calc((100% - 1060px) / 2) 212px calc((100% - 1060px) / 2);
  }
  .view-vector-family .view-content .views-row {
    width: 240px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .view-vector-family .view-content .views-row:nth-child(3n) {
    margin-right: 30px;
  }
  .view-vector-family .view-content .views-row:nth-child(4n) {
    margin-right: 0;
  }
}
.path-custom-vectors .overlay-vectors {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(49, 53, 56, 0.5);
  display: none;
  z-index: 500;
}
.path-custom-vectors main .main-banner {
  background: linear-gradient(180deg, rgba(56, 157, 245, 0.3) 0%, rgba(56, 157, 245, 0.2) 100%);
  padding: 174px 44px 44px 47px;
  text-align: center;
  height: 480px;
}
.path-custom-vectors main .main-banner .icon {
  background: url(/themes/custom/twist_theme/build/images/vectorslogo.svg) no-repeat;
  width: 98px;
  height: 98px;
  background-size: contain;
  margin: 0 auto;
}
.path-custom-vectors main .main-banner h1 {
  margin: 20px auto -5px auto;
  font-size: 30px;
  line-height: 36px;
}
.path-custom-vectors main .main-banner h2 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.09px;
  margin-bottom: 34px;
}
html:not([lang="zh-hans"]) .path-custom-vectors main .main-banner h2 {
  font-weight: 400;
}
html[lang="zh-hans"] .path-custom-vectors main .main-banner h2 {
  font-weight: 400;
}
.path-custom-vectors main .main-banner .watch-video {
  color: #727272;
  font-size: 14px;
  background: url(/themes/custom/twist_theme/build/images/grey-play.svg) no-repeat left;
  background-size: 22px;
  padding: 4px 0 1px 35px;
  display: inline-block;
  cursor: pointer;
}
html:not([lang="zh-hans"]) .path-custom-vectors main .main-banner .watch-video {
  font-weight: 700;
}
html[lang="zh-hans"] .path-custom-vectors main .main-banner .watch-video {
  font-weight: 700;
}
.path-custom-vectors main .main-banner .watch-video:hover,
.path-custom-vectors main .main-banner .watch-video:focus {
  color: #313538;
}
.path-custom-vectors main .main-banner .video-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 501;
  display: none;
}
.path-custom-vectors main .main-banner .video-container .close-video {
  position: absolute;
  top: 220px;
  right: 5%;
  z-index: -1;
  color: #ffffff;
}
.path-custom-vectors main .main-banner .video-container iframe {
  position: relative;
  top: 240px;
  width: 90%;
}
.path-custom-vectors main .parts-container {
  width: 77%;
  margin: 0 auto;
  text-align: center;
}
.path-custom-vectors main .parts-container .part {
  padding: 40px 0 50px 0;
  border-bottom: 1px solid #dddddd;
}
.path-custom-vectors main .parts-container .part .number {
  background: #DFEFFD;
  width: 33px;
  height: 33px;
  font-size: 18px;
  border-radius: 50%;
  margin-bottom: 24px;
  display: inline-block;
  padding: 7px 10px;
  text-align: center;
  line-height: 18px;
}
html:not([lang="zh-hans"]) .path-custom-vectors main .parts-container .part .number {
  font-weight: 700;
}
html[lang="zh-hans"] .path-custom-vectors main .parts-container .part .number {
  font-weight: 700;
}
.path-custom-vectors main .parts-container .part .inner {
  text-align: center;
}
.path-custom-vectors main .parts-container .part .inner a {
  color: #389DF5;
  text-decoration: none;
}
.path-custom-vectors main .parts-container .part .inner a:hover,
.path-custom-vectors main .parts-container .part .inner a:focus {
  text-decoration: underline;
}
.path-custom-vectors main .parts-container .part .inner .part-title {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.12px;
  margin-bottom: 12px;
}
html:not([lang="zh-hans"]) .path-custom-vectors main .parts-container .part .inner .part-title {
  font-weight: 700;
}
html[lang="zh-hans"] .path-custom-vectors main .parts-container .part .inner .part-title {
  font-weight: 700;
}
.path-custom-vectors main .parts-container .part .inner .description {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
.path-custom-vectors main .parts-container .part .inner .part-action {
  font-size: 14px;
  display: block;
  cursor: pointer;
}
html:not([lang="zh-hans"]) .path-custom-vectors main .parts-container .part .inner .part-action {
  font-weight: 700;
}
html[lang="zh-hans"] .path-custom-vectors main .parts-container .part .inner .part-action {
  font-weight: 700;
}
.path-custom-vectors main .parts-container .part .inner .part-action i {
  margin-right: 10px;
}
.path-custom-vectors main .parts-container .part .inner .part-action.first {
  margin-top: 12px;
  margin-bottom: 12px;
}
.path-custom-vectors main .parts-container .part.part-two .inner .part-action {
  margin-bottom: 12px;
}
.path-custom-vectors main .parts-container .part.part-two .description .bolded {
  margin-top: 12px;
  letter-spacing: -0.09px;
}
html:not([lang="zh-hans"]) .path-custom-vectors main .parts-container .part.part-two .description .bolded {
  font-weight: 700;
}
html[lang="zh-hans"] .path-custom-vectors main .parts-container .part.part-two .description .bolded {
  font-weight: 700;
}
.path-custom-vectors main .custom-side-bar {
  position: fixed;
  width: 90%;
  top: -200%;
  left: 5%;
  padding: 40px 25px;
  z-index: 501;
  background: #ffffff;
  max-height: 60%;
  overflow: scroll;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.path-custom-vectors main .custom-side-bar .sidebar-content {
  display: none;
}
.path-custom-vectors main .custom-side-bar .close-button {
  position: absolute;
  top: 20px;
  right: 18px;
  cursor: pointer;
}
.path-custom-vectors main .custom-side-bar .close-button i {
  font-size: 14px;
  color: #8f8f8f;
}
.path-custom-vectors main .custom-side-bar .title {
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-bottom: 33px;
}
html:not([lang="zh-hans"]) .path-custom-vectors main .custom-side-bar .title {
  font-weight: 700;
}
html[lang="zh-hans"] .path-custom-vectors main .custom-side-bar .title {
  font-weight: 700;
}
.path-custom-vectors main .custom-side-bar p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}
.path-custom-vectors main .custom-side-bar ul {
  padding: 0;
  margin-left: 15px;
}
.path-custom-vectors main .custom-side-bar ul li {
  margin-bottom: 10px;
}
.path-custom-vectors main .custom-side-bar .two-sided {
  font-size: 14px;
  line-height: 14px;
}
.path-custom-vectors main .custom-side-bar .two-sided .two-sided-element {
  margin-bottom: 30px;
}
.path-custom-vectors main .custom-side-bar .two-sided .two-sided-element .left {
  display: inline-block;
  color: #8f8f8f;
  width: 42%;
  margin-right: 4.5%;
  float: left;
}
.path-custom-vectors main .custom-side-bar .two-sided .two-sided-element .right {
  display: inline-block;
  width: 47.5%;
  color: #313538;
}
.path-custom-vectors main .custom-side-bar .two-sided .two-sided-element .right .italic {
  font-style: italic;
  line-height: 18px;
  margin-top: 30px;
}
.path-custom-vectors main .custom-side-bar .separator {
  margin: 25px 0;
  height: 1px;
  background: #dddddd;
}
.path-custom-vectors main .custom-side-bar .separator + p:not(:last-child) {
  color: #727272;
}
.path-custom-vectors main .custom-side-bar.in {
  top: 100px;
}
@media (min-width: 768px) {
  .path-custom-vectors main .main-banner h1 {
    font-size: 36px;
  }
  .path-custom-vectors main .main-banner h2 {
    margin-bottom: 25px;
    font-size: 18px;
  }
  .path-custom-vectors main .main-banner .video-container .close-video {
    top: 80px;
  }
  .path-custom-vectors main .main-banner .video-container iframe {
    top: 100px;
    height: 400px;
  }
  .path-custom-vectors main .parts-container {
    text-align: left;
  }
  .path-custom-vectors main .parts-container .part {
    text-align: left;
  }
  .path-custom-vectors main .parts-container .part .number {
    float: left;
    margin-right: 28px;
  }
  .path-custom-vectors main .parts-container .part .part-title {
    text-align: left;
  }
  .path-custom-vectors main .parts-container .part .inner {
    float: left;
    width: 70%;
  }
  .path-custom-vectors main .parts-container .part .inner .description {
    text-align: left;
  }
  .path-custom-vectors main .parts-container .part .part-action {
    text-align: left;
  }
  .path-custom-vectors main .custom-side-bar {
    width: 44%;
    left: auto;
    right: -44%;
    top: 0;
    max-height: unset;
    z-index: 1000;
    position: fixed;
    height: 100%;
    overflow: scroll;
  }
  .path-custom-vectors main .custom-side-bar.in {
    top: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .path-custom-vectors #block-breadcrumbs {
    position: absolute;
    top: 92px;
  }
  .path-custom-vectors main .main-banner h2 {
    margin-bottom: 17px;
  }
  .path-custom-vectors main .main-banner .video-container .close-video {
    right: 15%;
  }
  .path-custom-vectors main .main-banner .video-container iframe {
    width: 70%;
    height: 70%;
  }
  .path-custom-vectors main .parts-container {
    width: 870px;
  }
  .path-custom-vectors main .parts-container .part .inner {
    width: 50%;
  }
  .path-custom-vectors main .custom-side-bar {
    width: 445px;
    right: -445px;
  }
}
.page-node-type-vector .dialog-off-canvas-main-canvas {
  background: url(/themes/custom/twist_theme/build/images/bg-2-vector-page.svg) top repeat;
}
.page-node-type-vector .header-avatar {
  height: 71px;
}
@media (min-width: 992px) {
  .page-node-type-vector .header-avatar {
    height: 112px;
  }
}
.page-node-type-vector .tabs-margin {
  padding-top: 0;
  margin-top: 20px;
}
.header-vector-wrapper {
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .header-vector-wrapper {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1200px) {
  .header-vector-wrapper {
    padding: 10px 40px;
  }
}
.header-vector hr {
  margin: 0;
  border: none;
  color: #E9E9FD;
  background-color: #E9E9FD;
  height: 1px;
}
.header-vector .header-vector-wrapper {
  text-align: right;
  background-color: #ffffff;
  border-top: 1px solid #E9E9FD;
}
.node--vector--full {
  padding-bottom: 50px;
  padding-top: 50px;
}
.node--vector--full #block-breadcrumbs {
  padding: 0;
  position: absolute;
  top: 76px;
  left: 31px;
  max-width: calc(100vw - 45px);
  overflow: hidden;
}
@media (min-width: 768px) {
  .node--vector--full #block-breadcrumbs {
    top: 97px;
    left: 20px;
  }
}
@media (min-width: 992px) {
  .node--vector--full #block-breadcrumbs {
    top: 107px;
    left: 16px;
  }
}
@media (min-width: 1200px) {
  .node--vector--full #block-breadcrumbs {
    max-width: calc(100vw - 110px);
    left: 55px;
  }
}
.node--vector--full #block-breadcrumbs .single-breadcrumb-wrap {
  padding: 5px 5px 7px 0;
}
.node--vector--full .field--name-field-vc-description {
  line-height: 28px;
}
.toolbar-vertical .node--vector--full,
.toolbar-fixed .node--vector--full,
.toolbar-horizontal .node--vector--full {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .node--vector--full {
    padding-top: 50px;
  }
}
.node--vector--full .wrapper {
  width: calc(100% - 30px);
  padding: 35px 30px;
  margin: 32px auto;
  background: #FFFFFF;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
@media (min-width: 768px) {
  .node--vector--full .wrapper {
    width: 712px;
    padding: 50px 60px;
  }
}
@media (min-width: 992px) {
  .node--vector--full .wrapper {
    width: 688px;
    padding: 50px 60px;
  }
}
.node--vector--full .go-back::before {
  content: '';
  background: url(/themes/custom/twist_theme/build/images/to-back-vector.svg) center no-repeat;
  display: inline-block;
  width: 6px;
  height: 20px;
  margin-right: 5px;
  vertical-align: bottom;
}
.node--vector--full .go-back a {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #727272;
}
html:not([lang="zh-hans"]) .node--vector--full .go-back a {
  font-weight: 400;
}
html[lang="zh-hans"] .node--vector--full .go-back a {
  font-weight: 400;
}
.node--vector--full .block-link {
  margin-top: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dddddd;
}
.node--vector--full .block-link .image-responsive {
  width: 100%;
}
.node--vector--full .block-link span {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .node--vector--full .block-link > span {
    display: inline-block;
    margin-bottom: 0;
  }
}
.node--vector--full .block-link .map,
.node--vector--full .block-link a {
  margin-right: 34px;
  font-size: 14px;
  line-height: 14px;
  color: #7676F3;
  cursor: pointer;
}
html:not([lang="zh-hans"]) .node--vector--full .block-link .map,
html:not([lang="zh-hans"]) .node--vector--full .block-link a {
  font-weight: 700;
}
html[lang="zh-hans"] .node--vector--full .block-link .map,
html[lang="zh-hans"] .node--vector--full .block-link a {
  font-weight: 700;
}
.node--vector--full .block-link .map::before,
.node--vector--full .block-link a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
}
.node--vector--full .block-link .map.map::before,
.node--vector--full .block-link a.map::before {
  background: url(/themes/custom/twist_theme/build/images/map.svg) center no-repeat;
}
.node--vector--full .block-link .map.sequence::before,
.node--vector--full .block-link a.sequence::before {
  background: url(/themes/custom/twist_theme/build/images/gb.svg) center no-repeat;
}
.node--vector--full .block-link .map.pdf::before,
.node--vector--full .block-link a.pdf::before {
  background: url(/themes/custom/twist_theme/build/images/pdf.svg) center no-repeat;
}
.node--vector--full .field--name-field-vc-ky-features {
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #dddddd;
}
.node--vector--full .field--name-field-vc-ky-features > .field__label {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #313538;
  margin-bottom: 30px;
}
html:not([lang="zh-hans"]) .node--vector--full .field--name-field-vc-ky-features > .field__label {
  font-weight: 700;
}
html[lang="zh-hans"] .node--vector--full .field--name-field-vc-ky-features > .field__label {
  font-weight: 700;
}
.node--vector--full .field--name-field-vc-ky-features .field__item {
  margin-bottom: 17px;
}
.node--vector--full .field--name-field-vc-ky-features .field__item:nth-last-child(1) {
  margin-bottom: 0;
}
.node--vector--full .block-specifications {
  padding: 45px 0;
  border-bottom: 1px solid #dddddd;
}
.node--vector--full .block-specifications .block__label {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #313538;
  margin-bottom: 30px;
}
html:not([lang="zh-hans"]) .node--vector--full .block-specifications .block__label {
  font-weight: 700;
}
html[lang="zh-hans"] .node--vector--full .block-specifications .block__label {
  font-weight: 700;
}
.node--vector--full .block-specifications .field {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 18px;
}
html:not([lang="zh-hans"]) .node--vector--full .block-specifications .field {
  font-weight: 400;
}
html[lang="zh-hans"] .node--vector--full .block-specifications .field {
  font-weight: 400;
}
.node--vector--full .block-specifications .field:nth-last-child(1) {
  margin-bottom: 0;
}
.node--vector--full .block-specifications .field .field__label {
  color: #727272;
  width: 150px;
  display: inline-block;
  font-weight: 400;
}
@media (min-width: 768px) {
  .node--vector--full .block-specifications .field .field__label {
    width: 195px;
  }
}
.node--vector--full .block-specifications .field .field__label::after {
  content: '';
}
.node--vector--full .block-specifications .field .field__item {
  color: #313538;
  margin-left: 155px;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .node--vector--full .block-specifications .field .field__item {
    margin-left: 195px;
  }
}
.node--vector--full .block-specifications .paragraph--type--resistance .field__item {
  margin-left: 0;
}
.node--vector--full .block-disclaimers {
  margin: 20px 0;
}
.node--vector--full .block-disclaimers .bullet-trigger {
  font-size: 14px;
  line-height: 14px;
  color: #7676F3;
  border-bottom-color: #7676F3;
}
html:not([lang="zh-hans"]) .node--vector--full .block-disclaimers .bullet-trigger {
  font-weight: 700;
}
html[lang="zh-hans"] .node--vector--full .block-disclaimers .bullet-trigger {
  font-weight: 700;
}
.node--vector--full .block-disclaimers .bullet-hover a {
  color: #7676F3;
}
.node--vector--full .bullet-wrapper {
  position: relative;
}
.node--vector--full .bullet-trigger {
  border-bottom: 1px dashed #ababab;
  cursor: pointer;
}
.node--vector--full .bullet-hover {
  position: absolute;
  min-width: 200px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
  left: 30px;
  padding: 18px 24px;
  width: auto;
}
.node--vector--full .bullet-hover .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.menu--vector-menu h2 {
  margin: 0;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 38px;
  float: left;
  vertical-align: middle;
}
html:not([lang="zh-hans"]) .menu--vector-menu h2 {
  font-weight: 700;
}
html[lang="zh-hans"] .menu--vector-menu h2 {
  font-weight: 700;
}
.menu--vector-menu h2::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/themes/custom/twist_theme/build/images/genes-logo.svg) center no-repeat;
  vertical-align: inherit;
  margin-right: 20px;
}
.menu--vector-menu .menu {
  display: inline-block;
  list-style: none;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 0;
  text-transform: uppercase;
}
html:not([lang="zh-hans"]) .menu--vector-menu .menu {
  font-weight: 700;
}
html[lang="zh-hans"] .menu--vector-menu .menu {
  font-weight: 700;
}
.menu--vector-menu .menu .menu-item {
  list-style: none;
  display: inline-block;
}
.menu--vector-menu .menu .menu-item a {
  padding: 4px 9px;
  cursor: pointer;
  color: #313538;
  display: block;
  line-height: 2.4;
}
.menu--vector-menu .menu .menu .menu-item {
  display: block;
  padding: 0 18px;
  position: relative;
  text-align: left;
}
@media (min-width: 992px) {
  .menu--vector-menu .menu-item {
    position: relative;
  }
  .menu--vector-menu .menu-item > span,
  .menu--vector-menu .menu-item > a {
    padding: 10px 9px;
    cursor: pointer;
  }
  .menu--vector-menu .menu ul.menu:after {
    content: '\A0';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: 13px;
    top: 2px;
    z-index: 10;
    box-sizing: border-box;
    border: 1em solid #000;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(-225deg);
    box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, 0.02);
  }
  .menu--vector-menu .menu .menu {
    background-color: white;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.095);
    display: none;
    left: 50%;
    margin-top: 20px;
    position: absolute;
    transform: translate(-50%);
    width: 330px;
    z-index: 500;
  }
  .menu--vector-menu .menu .menu .menu-item {
    text-align: left;
  }
  .menu--vector-menu .menu .menu .menu-item:first-child {
    padding-top: 14px;
  }
  .menu--vector-menu .menu .menu .menu-item:last-child {
    padding-bottom: 14px;
  }
  .menu--vector-menu .menu .menu .menu-item.menu-item--highlighted {
    background-color: #f7f7f7;
    margin-top: 12px;
    padding: 14px 18px;
  }
  .reverse .menu--vector-menu > .menu > .menu-item > span,
  .reverse .menu--vector-menu > .menu > .menu-item > a {
    color: white;
  }
  .menu--vector-menu .active .menu {
    display: block !important;
  }
}
.page-node-type-landing-page-item.lpi-style-purple {
  background: #E9E9FD;
}
.page-node-type-landing-page-item.lpi-style-purple .buttons-wrapper .primary-btn {
  background: #7676F3;
}
.page-node-type-landing-page-item.lpi-style-purple .buttons-wrapper .primary-btn:hover,
.page-node-type-landing-page-item.lpi-style-purple .buttons-wrapper .primary-btn:focus {
  background: #5D5DB2;
}
.page-node-type-landing-page-item.lpi-style-purple .component-paragraph.with-divider.paragraph--type--section .section-wrapper {
  border-bottom: 1px solid #7676F3;
}
.page-node-type-landing-page-item.lpi-style-purple .sections-images-slideshow .with-divider {
  border-bottom: 1px solid #7676F3 !important;
}
.page-node-type-landing-page-item.lpi-style-purple .sections-images-slideshow .with-divider .section-wrapper {
  border: none !important;
}
.page-node-type-landing-page-item.lpi-style-purple .fixed-header-bg {
  background: #E9E9FD;
}
.page-node-type-landing-page-item.lpi-style-purple .paragraph--type--component-testimonials .testimonial-quote {
  color: #7676F3;
}
.page-node-type-landing-page-item.lpi-style-purple .paragraph--type--component-presenter .inner-block .name-attribute .pcp-border {
  border-color: #7676F3;
}
.page-node-type-landing-page-item.lpi-style-twist-green {
  background: #D9F8F0;
}
.page-node-type-landing-page-item.lpi-style-twist-green .lpi-header .buttons-wrapper .primary-btn {
  color: #313538;
  background: #2AD39B;
}
.page-node-type-landing-page-item.lpi-style-twist-green .lpi-header .buttons-wrapper .primary-btn:hover,
.page-node-type-landing-page-item.lpi-style-twist-green .lpi-header .buttons-wrapper .primary-btn:focus {
  background: #5FECBC;
}
.page-node-type-landing-page-item.lpi-style-twist-green .component-paragraph.with-divider.paragraph--type--section .section-wrapper {
  border-bottom: 1px solid #2AD39B;
}
.page-node-type-landing-page-item.lpi-style-twist-green .sections-images-slideshow .with-divider {
  border-bottom: 1px solid #2AD39B !important;
}
.page-node-type-landing-page-item.lpi-style-twist-green .sections-images-slideshow .with-divider .section-wrapper {
  border: none !important;
}
.page-node-type-landing-page-item.lpi-style-twist-green .fixed-header-bg {
  background: #D9F8F0;
}
.page-node-type-landing-page-item.lpi-style-twist-green .paragraph--type--component-testimonials .testimonial-quote {
  color: #2AD39B;
}
.page-node-type-landing-page-item.lpi-style-twist-green .paragraph--type--component-presenter .inner-block .name-attribute .pcp-border {
  border-color: #2AD39B;
}
.page-node-type-landing-page-item.lpi-style-teal {
  background: #E6F7F8;
}
.page-node-type-landing-page-item.lpi-style-teal .buttons-wrapper .primary-btn {
  background: #14A4B2;
}
.page-node-type-landing-page-item.lpi-style-teal .buttons-wrapper .primary-btn:hover,
.page-node-type-landing-page-item.lpi-style-teal .buttons-wrapper .primary-btn:focus {
  background: #20828B;
}
.page-node-type-landing-page-item.lpi-style-teal .component-paragraph.with-divider.paragraph--type--section .section-wrapper {
  border-bottom: 1px solid #57C6D0;
}
.page-node-type-landing-page-item.lpi-style-teal .sections-images-slideshow .with-divider {
  border-bottom: 1px solid #57C6D0 !important;
}
.page-node-type-landing-page-item.lpi-style-teal .sections-images-slideshow .with-divider .section-wrapper {
  border: none !important;
}
.page-node-type-landing-page-item.lpi-style-teal .fixed-header-bg {
  background: #E6F7F8;
}
.page-node-type-landing-page-item.lpi-style-teal .paragraph--type--component-testimonials .testimonial-quote {
  color: #57C6D0;
}
.page-node-type-landing-page-item.lpi-style-teal .paragraph--type--component-presenter .inner-block .name-attribute .pcp-border {
  border-color: #57C6D0;
}
.page-node-type-landing-page-item.lpi-style-orange {
  background: #FEEFE1;
}
.page-node-type-landing-page-item.lpi-style-orange .buttons-wrapper .primary-btn {
  background: #E77611;
}
.page-node-type-landing-page-item.lpi-style-orange .buttons-wrapper .primary-btn:hover,
.page-node-type-landing-page-item.lpi-style-orange .buttons-wrapper .primary-btn:focus {
  background: #BA5D08;
}
.page-node-type-landing-page-item.lpi-style-orange .component-paragraph.with-divider.paragraph--type--section .section-wrapper {
  border-bottom: 1px solid #F49138;
}
.page-node-type-landing-page-item.lpi-style-orange .sections-images-slideshow .with-divider {
  border-bottom: 1px solid #F49138 !important;
}
.page-node-type-landing-page-item.lpi-style-orange .sections-images-slideshow .with-divider .section-wrapper {
  border: none !important;
}
.page-node-type-landing-page-item.lpi-style-orange .fixed-header-bg {
  background: #FEEFE1;
}
.page-node-type-landing-page-item.lpi-style-orange .paragraph--type--component-testimonials .testimonial-quote {
  color: #F49138;
}
.page-node-type-landing-page-item.lpi-style-orange .paragraph--type--component-presenter .inner-block .name-attribute .pcp-border {
  border-color: #F49138;
}
.page-node-type-landing-page-item.lpi-style-forest {
  background: #E6F6F0;
}
.page-node-type-landing-page-item.lpi-style-forest .buttons-wrapper .primary-btn {
  background: #05A369;
}
.page-node-type-landing-page-item.lpi-style-forest .buttons-wrapper .primary-btn:hover,
.page-node-type-landing-page-item.lpi-style-forest .buttons-wrapper .primary-btn:focus {
  background: #0D642D;
}
.page-node-type-landing-page-item.lpi-style-forest .component-paragraph.with-divider.paragraph--type--section .section-wrapper {
  border-bottom: 1px solid #05A369;
}
.page-node-type-landing-page-item.lpi-style-forest .sections-images-slideshow .with-divider {
  border-bottom: 1px solid #05A369 !important;
}
.page-node-type-landing-page-item.lpi-style-forest .sections-images-slideshow .with-divider .section-wrapper {
  border: none !important;
}
.page-node-type-landing-page-item.lpi-style-forest .fixed-header-bg {
  background: #E6F6F0;
}
.page-node-type-landing-page-item.lpi-style-forest .paragraph--type--component-testimonials .testimonial-quote {
  color: #05A369;
}
.page-node-type-landing-page-item.lpi-style-forest .paragraph--type--component-presenter .inner-block .name-attribute .pcp-border {
  border-color: #05A369;
}
.page-node-type-landing-page-item.lpi-style-gold {
  background: #F7EAC4;
}
.page-node-type-landing-page-item.lpi-style-gold .buttons-wrapper .primary-btn {
  background: #B98217;
}
.page-node-type-landing-page-item.lpi-style-gold .buttons-wrapper .primary-btn:hover,
.page-node-type-landing-page-item.lpi-style-gold .buttons-wrapper .primary-btn:focus {
  background: #9F7420;
}
.page-node-type-landing-page-item.lpi-style-gold .component-paragraph.with-divider.paragraph--type--section .section-wrapper {
  border-bottom: 1px solid #B98217;
}
.page-node-type-landing-page-item.lpi-style-gold .sections-images-slideshow .with-divider {
  border-bottom: 1px solid #B98217 !important;
}
.page-node-type-landing-page-item.lpi-style-gold .sections-images-slideshow .with-divider .section-wrapper {
  border: none !important;
}
.page-node-type-landing-page-item.lpi-style-gold .fixed-header-bg {
  background: #F7EAC4;
}
.page-node-type-landing-page-item.lpi-style-gold .paragraph--type--component-testimonials .testimonial-quote {
  color: #B98217;
}
.page-node-type-landing-page-item.lpi-style-gold .paragraph--type--component-presenter .inner-block .name-attribute .pcp-border {
  border-color: #B98217;
}
.page-node-type-landing-page-item #intercom-container .intercom-app iframe {
  transition: bottom 0.3s;
}
.page-node-type-landing-page-item #intercom-container.slide-up .intercom-app iframe {
  bottom: 60px;
}
.page-node-type-landing-page-item .header {
  transition: all 0.3s ease;
}
.page-node-type-landing-page-item .header .logos-wrapper {
  display: block;
  padding: 9px;
  width: 100%;
  height: 88px;
}
.page-node-type-landing-page-item .header .logos-wrapper .region-logo {
  display: inline-block;
  margin-left: 15px;
}
.page-node-type-landing-page-item .header .logos-wrapper .partner-logo-wrapper {
  display: inline-block;
  position: relative;
  left: 21px;
  bottom: 12px;
}
.page-node-type-landing-page-item .header .logos-wrapper .partner-logo-wrapper img {
  width: 108px;
}
.page-node-type-landing-page-item .header .logos-wrapper .lets-talk-wrapper {
  display: inline-block;
  float: right;
  margin-right: 15px;
  margin-top: 4px;
}
.page-node-type-landing-page-item .header .logos-wrapper .lets-talk-wrapper button {
  background: #313538;
  color: white;
  height: 28px;
  width: 111px;
  font-size: 12px;
  line-height: 29px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  text-align: center;
}
html:not([lang="zh-hans"]) .page-node-type-landing-page-item .header .logos-wrapper .lets-talk-wrapper button {
  font-weight: 700;
}
html[lang="zh-hans"] .page-node-type-landing-page-item .header .logos-wrapper .lets-talk-wrapper button {
  font-weight: 700;
}
.page-node-type-landing-page-item .lpi-header {
  padding-top: 67px;
}
.page-node-type-landing-page-item .lpi-header .lpi-hero-bg-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: none;
  height: 100%;
}
.page-node-type-landing-page-item .lpi-header .lpi-hero-bg-image.img-desktop {
  display: none;
}
.page-node-type-landing-page-item .lpi-header .hero-image {
  margin: 0 auto;
}
.page-node-type-landing-page-item .lpi-header .hero-image img {
  max-height: 260px;
  width: auto;
}
.page-node-type-landing-page-item .lpi-header .lpi-description {
  margin-top: 30px;
  text-align: center;
}
.page-node-type-landing-page-item .lpi-header .lpi-description p {
  line-height: 28px;
}
.page-node-type-landing-page-item .lpi-header .lpi-description .desc-desktop {
  display: none;
}
.page-node-type-landing-page-item .lpi-header .buttons-wrapper {
  min-height: 100px;
  text-align: center;
  width: 100%;
  margin-top: 21px;
}
.page-node-type-landing-page-item .lpi-header .buttons-wrapper .primary-btn {
  display: block;
  border-radius: 3px;
  width: 95%;
  height: 48px;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 15px;
  border: 0;
}
html:not([lang="zh-hans"]) .page-node-type-landing-page-item .lpi-header .buttons-wrapper .primary-btn {
  font-weight: 700;
}
html[lang="zh-hans"] .page-node-type-landing-page-item .lpi-header .buttons-wrapper .primary-btn {
  font-weight: 700;
}
.page-node-type-landing-page-item .lpi-header .buttons-wrapper .primary-btn:hover,
.page-node-type-landing-page-item .lpi-header .buttons-wrapper .primary-btn:focus {
  text-decoration: none;
}
.page-node-type-landing-page-item .lpi-header .buttons-wrapper .primary-btn.fixed-btn {
  width: 100%;
  margin: 0;
  position: fixed;
  bottom: 0;
  z-index: 10;
  right: 0;
  border-radius: 0;
  -webkit-animation-name: slide-up-anim;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
  animation-name: slide-up-anim;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}
@-webkit-keyframes slide-up-anim {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}
@keyframes slide-up-anim {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}
.page-node-type-landing-page-item .lpi-header .buttons-wrapper .secondary-btn {
  height: 48px;
  width: 95%;
  margin: 16px auto;
  border: 2px solid #313538;
  color: #313538;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  background: transparent;
  transition: all 0.3s ease;
}
html:not([lang="zh-hans"]) .page-node-type-landing-page-item .lpi-header .buttons-wrapper .secondary-btn {
  font-weight: 700;
}
html[lang="zh-hans"] .page-node-type-landing-page-item .lpi-header .buttons-wrapper .secondary-btn {
  font-weight: 700;
}
.page-node-type-landing-page-item .lpi-header .buttons-wrapper .secondary-btn:hover,
.page-node-type-landing-page-item .lpi-header .buttons-wrapper .secondary-btn:focus {
  background-color: #313538;
  color: #ffffff;
}
.page-node-type-landing-page-item .lpi-header .scroll-down {
  display: none;
}
.page-node-type-landing-page-item .lpi-header.resource .hero-image {
  height: 260px;
}
.page-node-type-landing-page-item .lpi-header.resource .gating-file {
  display: none;
}
.page-node-type-landing-page-item .lpi-header.resource .buttons-wrapper,
.page-node-type-landing-page-item .lpi-header.video .buttons-wrapper {
  position: absolute;
  top: 330px;
  left: 0;
}
.page-node-type-landing-page-item .lpi-header.resource .lpi-description,
.page-node-type-landing-page-item .lpi-header.video .lpi-description {
  margin-top: 175px;
}
.page-node-type-landing-page-item .lpi-header.video .open-video {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 0;
  height: 260px;
  overflow: hidden;
}
.page-node-type-landing-page-item .lpi-header.video .open-video img {
  max-height: 260px;
}
.page-node-type-landing-page-item .popup .popup-content {
  width: 90%;
  position: absolute;
  left: 5%;
  top: 10%;
}
.page-node-type-landing-page-item .popup .popup-content .field--name-field-youtube {
  line-height: 0;
}
.page-node-type-landing-page-item .popup .popup-content .field--name-field-youtube iframe {
  width: 100%;
  height: 100%;
}
.page-node-type-landing-page-item .popup .popup-content .field--name-field-upload-video video {
  width: 100%;
  height: auto;
}
.page-node-type-landing-page-item .popup .popup-content .nice-form .mini-wrapper .nice-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
  padding: 0 20px;
}
.page-node-type-landing-page-item .popup .popup-content .nice-form .mini-wrapper .nice-sub-title {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 20px;
}
.page-node-type-landing-page-item .popup .popup-content .nice-form .mini-wrapper iframe {
  width: 100%;
}
.page-node-type-landing-page-item .popup .close-popup {
  z-index: 10;
}
.page-node-type-landing-page-item #popup-gating {
  overflow-y: auto;
}
.page-node-type-landing-page-item #popup-gating .popup-content .nice-form .mini-wrapper iframe {
  padding: 0 20px;
}
.page-node-type-landing-page-item #popup-gating .popup-overlay {
  position: sticky;
  height: 100%;
}
.page-node-type-landing-page-item #popup-contact-us {
  overflow-y: auto;
}
.page-node-type-landing-page-item #popup-contact-us .popup-overlay {
  position: sticky;
  height: 100%;
}
@media (min-width: 768px) {
  .page-node-type-landing-page-item #popup-contact-us .popup-content {
    width: 48%;
  }
  .page-node-type-landing-page-item #popup-contact-us .popup-content .nice-form {
    width: 100%;
  }
  .page-node-type-landing-page-item #popup-contact-us .popup-content .nice-form .mini-wrapper {
    width: calc(100% - 100px);
  }
}
.page-node-type-landing-page-item .field--name-field-lpi-components {
  width: 100%;
}
.page-node-type-landing-page-item .component-paragraph.with-divider.paragraph--type--section {
  border: none;
  padding: 0;
}
@media (min-width: 768px) {
  .page-node-type-landing-page-item #intercom-container.slide-up .intercom-app iframe {
    bottom: 20px;
  }
  .page-node-type-landing-page-item .header {
    padding: 10px 0;
  }
  .page-node-type-landing-page-item .header .logos-wrapper .region-logo {
    margin-top: 7px;
    vertical-align: top;
  }
  .page-node-type-landing-page-item .header .logos-wrapper .partner-logo-wrapper {
    left: 40px;
    bottom: 8px;
  }
  .page-node-type-landing-page-item .header .logos-wrapper .partner-logo-wrapper img {
    width: 192px;
  }
  .page-node-type-landing-page-item .header .logos-wrapper .lets-talk-wrapper {
    margin-top: 20px;
  }
  .page-node-type-landing-page-item .header.fixed-header-bg {
    padding: 0;
  }
  .page-node-type-landing-page-item .lpi-header {
    padding-top: 99px;
  }
  .page-node-type-landing-page-item .lpi-header .hero-image {
    margin-left: 84px;
  }
  .page-node-type-landing-page-item .lpi-header .hero-image img {
    max-height: 280px;
    width: auto;
  }
  .page-node-type-landing-page-item .lpi-header .hero-video {
    margin-left: 84px;
  }
  .page-node-type-landing-page-item .lpi-header .hero-video .open-video,
  .page-node-type-landing-page-item .lpi-header .hero-video img {
    max-height: 280px;
    width: auto;
    height: auto;
  }
  .page-node-type-landing-page-item .lpi-header .hero-video .open-video:focus,
  .page-node-type-landing-page-item .lpi-header .hero-video img:focus {
    outline: none !important;
  }
  .page-node-type-landing-page-item .lpi-header .hero-video:focus {
    outline: none !important;
  }
  .page-node-type-landing-page-item .lpi-header .hero-video .field--name-field-lpi-video:focus,
  .page-node-type-landing-page-item .lpi-header .hero-video .paragraph--type--twist-video-field:focus,
  .page-node-type-landing-page-item .lpi-header .hero-video .field--name-field-trigger-markup:focus,
  .page-node-type-landing-page-item .lpi-header .hero-video p:focus {
    outline: none !important;
  }
  .page-node-type-landing-page-item .lpi-header .lpi-description {
    margin: 18px 21px 0 84px;
    text-align: left;
  }
  .page-node-type-landing-page-item .lpi-header .buttons-wrapper {
    margin: 0;
    text-align: left;
    display: inline-block;
    float: left;
    width: 652px;
  }
  .page-node-type-landing-page-item .lpi-header .buttons-wrapper .primary-btn {
    display: inline-block;
    width: 240px;
    text-align: center;
    margin-left: 84px;
  }
  .page-node-type-landing-page-item .lpi-header .buttons-wrapper .primary-btn.fixed-btn {
    width: auto;
    height: 29px;
    position: fixed;
    top: 28px;
    right: 150px;
    z-index: 501;
    padding: 6px 19px;
    font-size: 12px;
    border-radius: 3px;
    -webkit-animation-name: opacity-in-anim;
    animation-name: opacity-in-anim;
  }
  @-webkit-keyframes opacity-in-anim {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes opacity-in-anim {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .page-node-type-landing-page-item .lpi-header .buttons-wrapper .secondary-btn {
    display: inline-block;
    width: 240px;
    margin-left: 16px;
    margin-top: 20px;
  }
  .page-node-type-landing-page-item .lpi-header.resource .hero-image {
    height: auto;
  }
  .page-node-type-landing-page-item .lpi-header.video .buttons-wrapper,
  .page-node-type-landing-page-item .lpi-header.resource .buttons-wrapper {
    position: static;
  }
  .page-node-type-landing-page-item .lpi-header.video .lpi-description,
  .page-node-type-landing-page-item .lpi-header.resource .lpi-description {
    margin: 18px 21px 0 84px;
  }
  .page-node-type-landing-page-item .popup .popup-content {
    width: auto;
  }
  .page-node-type-landing-page-item .popup .popup-content.upload-popup {
    left: 10% !important;
    line-height: 0;
    width: 80%;
  }
  .page-node-type-landing-page-item .popup .popup-content.youtube-popup {
    left: 10% !important;
    line-height: 0;
    width: 80%;
    height: auto;
  }
  .page-node-type-landing-page-item .popup .popup-content.youtube-popup iframe {
    height: 400px;
  }
  .page-node-type-landing-page-item .popup .close-popup {
    top: 0;
    right: 11px;
  }
  .page-node-type-landing-page-item .popup#popup-video .close-popup {
    top: 12px;
    right: 0;
  }
  .page-node-type-landing-page-item .lpi-header .lpi-hero-bg-image.img-desktop {
    display: block;
  }
  .page-node-type-landing-page-item .lpi-header .lpi-hero-bg-image.img-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .page-node-type-landing-page-item .section-wrapper .scroll-down {
    display: inline-block;
    float: left;
    cursor: pointer;
    margin: 70px auto 20px;
    width: 30px;
  }
  .page-node-type-landing-page-item .section-wrapper .scroll-down svg {
    height: 24px;
    width: 21px;
    margin: 0;
    color: #727272;
  }
  .page-node-type-landing-page-item .popup .popup-content.youtube-popup iframe {
    height: 470px;
  }
}
@media (min-width: 1200px) {
  .page-node-type-landing-page-item .header .logos-wrapper .region-logo {
    margin-left: 62px;
  }
  .page-node-type-landing-page-item .header .logos-wrapper .lets-talk-wrapper {
    margin-right: 63px;
  }
  .page-node-type-landing-page-item .lpi-header {
    display: block;
    min-height: 600px;
    padding-top: 154px;
  }
  .page-node-type-landing-page-item .lpi-header .lpi-hero-bg-image {
    left: calc(-50vw + 600px);
  }
  .page-node-type-landing-page-item .lpi-header .hero-image,
  .page-node-type-landing-page-item .lpi-header .hero-video {
    display: inline-block;
    float: right;
    margin: 0;
    margin-right: 63px;
  }
  .page-node-type-landing-page-item .lpi-header .hero-image img,
  .page-node-type-landing-page-item .lpi-header .hero-video img {
    max-height: 390px;
    width: auto;
  }
  .page-node-type-landing-page-item .lpi-header .lpi-description {
    display: inline-block;
    float: left;
    width: 652px;
    margin: 17px 116px 31px 0;
  }
  .page-node-type-landing-page-item .lpi-header .lpi-description .desc-mobile {
    display: none;
  }
  .page-node-type-landing-page-item .lpi-header .lpi-description .desc-desktop {
    display: block;
  }
  .page-node-type-landing-page-item .lpi-header.video .lpi-description,
  .page-node-type-landing-page-item .lpi-header.resource .lpi-description {
    margin: 17px 116px 31px 0;
  }
  .page-node-type-landing-page-item .lpi-header .buttons-wrapper .primary-btn {
    margin: 0;
  }
  .page-node-type-landing-page-item .lpi-header .buttons-wrapper .primary-btn.fixed-btn {
    right: 200px;
  }
  .page-node-type-landing-page-item .lpi-header .buttons-wrapper .secondary-btn {
    margin-top: 0;
  }
  .page-node-type-landing-page-item .lpi-header .scroll-down {
    clear: both;
    margin: 70px 50% 20px;
    text-align: center;
  }
  .page-node-type-landing-page-item .lpi-header.resource .hero-image,
  .page-node-type-landing-page-item .lpi-header.video .hero-video {
    margin-top: 14px;
    float: left;
  }
  .page-node-type-landing-page-item .popup .popup-content.youtube-popup iframe {
    height: 570px;
  }
}
.button {
  font-size: 14px;
  line-height: 1;
  height: auto;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  padding: 18px 20px;
  background: #2AD39B;
  border-radius: 3px;
  border: 0;
  display: inline-block;
  transition: all 0.3s ease;
  width: 100%;
  margin: 0;
}
html:not([lang="zh-hans"]) .button {
  font-weight: 700;
}
html[lang="zh-hans"] .button {
  font-weight: 700;
}
@media (min-width: 768px) {
  .button {
    padding: 18px 15px;
  }
}
.button.center {
  margin: 0 auto;
}
.button:link,
.button:visited {
  text-decoration: none;
  color: #ffffff;
}
.button:hover,
.button:active {
  text-decoration: none;
  color: #ffffff;
}
.button_white {
  background-color: white;
  border: 2px solid white;
  color: #313538;
  padding: 15px 10px;
}
.button_white:link,
.button_white:visited {
  color: #313538;
}
.button_white:hover,
.button_white:active {
  background-color: transparent;
  color: white;
}
.button_outline {
  font-size: 14px;
  line-height: 1;
  height: auto;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  padding: 18px 20px;
  background: #2AD39B;
  border-radius: 3px;
  border: 0;
  display: inline-block;
  transition: all 0.3s ease;
  width: 100%;
  margin: 0;
  background: transparent;
  border: 2px solid #313538;
  color: #313538;
}
html:not([lang="zh-hans"]) .button_outline {
  font-weight: 700;
}
html[lang="zh-hans"] .button_outline {
  font-weight: 700;
}
@media (min-width: 768px) {
  .button_outline {
    padding: 18px 32px;
  }
}
.button_outline.center {
  margin: 0 auto;
}
.button_outline:link,
.button_outline:visited {
  text-decoration: none;
  color: #ffffff;
}
.button_outline:hover,
.button_outline:active {
  text-decoration: none;
  color: #ffffff;
}
.button_outline:hover,
.button_outline:active {
  background-color: #313538;
  color: white;
}
a.button.green-button {
  background-color: #2AD39B;
}
a.button.green-button:hover,
a.button.green-button:focus {
  background-color: #04ad75;
}
.paragraph--type--image {
  line-height: 0;
}
.paragraph--type--image img {
  width: auto;
}
.block-image,
.tile-image {
  -ms-overflow-y: hidden;
}
.block-image img,
.tile-image img {
  display: block;
  height: auto;
  width: 100%;
}
.tile-image {
  padding: 0 !important;
}
img {
  height: auto;
  max-width: 100%;
}
.paragraph--type--icon-with-text.image-left {
  text-align: center;
}
@media (min-width: 768px) {
  .paragraph--type--icon-with-text.image-left {
    text-align: left;
    display: table;
    table-layout: fixed;
  }
}
.paragraph--type--icon-with-text.image-left .field--name-field-icon {
  line-height: 0;
}
@media (min-width: 768px) {
  .paragraph--type--icon-with-text.image-left .field--name-field-icon {
    display: table-cell;
  }
}
.paragraph--type--icon-with-text.image-left .field--name-field-html {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .paragraph--type--icon-with-text.image-left .field--name-field-html {
    display: table-cell;
    vertical-align: top;
    padding-top: 30px;
    padding-left: 5%;
    width: 60%;
  }
}
html:not([lang="zh-hans"]) .paragraph--type--icon-with-text p {
  font-weight: 700;
}
html[lang="zh-hans"] .paragraph--type--icon-with-text p {
  font-weight: 700;
}
.paragraph--type--icon-with-text .field--name-field-icon img.b-lazy {
  display: inline;
}
.ecommerce .paragraph--type--icon-with-text.image-left {
  padding: 30px;
}
@media (min-width: 768px) {
  .ecommerce .paragraph--type--icon-with-text.image-left .field--name-field-html {
    width: 90%;
    padding-top: 0;
  }
}
.data-storage-icons .paragraph--type--icon-with-text h4 {
  font-size: 18px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .data-storage-icons .paragraph--type--icon-with-text h4 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .data-storage-icons .paragraph--type--icon-with-text h4 {
    font-size: 18px;
  }
}
button.nav-link-section {
  border: 0;
  padding: 0;
  background-color: transparent;
  text-align: center;
  width: 80%;
  outline: 0;
  margin: 0 auto;
}
button.nav-link-section .paragraph--type--icon-with-text {
  margin: 0 auto;
  padding: 15px 0;
  width: 100px;
}
html:not([lang="zh-hans"]) button.nav-link-section .paragraph--type--icon-with-text {
  font-weight: 700;
}
html[lang="zh-hans"] button.nav-link-section .paragraph--type--icon-with-text {
  font-weight: 700;
}
button.nav-link-section .paragraph--type--icon-with-text .field--type-image {
  margin-bottom: 10px;
}
button.nav-link-section:hover .paragraph--type--icon-with-text,
button.nav-link-section:focus .paragraph--type--icon-with-text {
  color: #8f8f8f;
}
.nav-link-section-20 {
  border: none;
  padding: 15px 0;
  background-color: transparent;
  text-align: center;
  outline: 0;
  width: 100%;
  margin: 0 auto 32px !important;
}
html:not([lang="zh-hans"]) .nav-link-section-20 {
  font-weight: 700;
}
html[lang="zh-hans"] .nav-link-section-20 {
  font-weight: 700;
}
.nav-link-section-20 .icon-col-wrapper {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.nav-link-section-20 .field--type-image {
  border: none;
  min-height: 100px;
  margin-bottom: 10px;
  text-align: center;
}
.nav-link-section-20:hover .paragraph--type--icon-with-text,
.nav-link-section-20:focus .paragraph--type--icon-with-text {
  color: #8f8f8f;
}
@media (min-width: 768px) {
  button.nav-link-section {
    /* 15px space for container and get 5 elements in a row. Each items has same space in each side */
    width: calc((100% - 30px) / 6);
    margin: 0 calc((100% - 30px) / 6 / 10);
  }
  button.nav-link-section .paragraph--type--icon-with-text {
    width: 100px;
  }
  .nav-link-section-20 {
    padding: 0 calc((100% - 60px) / 6 / 10);
    width: 30%;
  }
  .nav-link-section-20 .icon-col-wrapper {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .nav-link-section-20 {
    padding: 0 calc((100% - 30px) / 6 / 10);
    width: 20%;
  }
  .nav-link-section-20 .icon-col-wrapper {
    width: 100%;
  }
}
.paragraph--type--footer-background {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.content-tile {
  border: 1px solid #eee;
  margin: 20px 0;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02), 0 3px 6px rgba(0, 0, 0, 0.03);
}
.content-tile:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07), 0 10px 10px rgba(0, 0, 0, 0.07);
  cursor: pointer;
}
a.content-tile {
  text-decoration: none;
  color: inherit;
}
.content-tile__body {
  padding: 20px 15px;
}
.content-tile__learn-more {
  color: #2AD39B;
}
html:not([lang="zh-hans"]) .content-tile__learn-more {
  font-weight: 700;
}
html[lang="zh-hans"] .content-tile__learn-more {
  font-weight: 700;
}
/************************************************************
  Content Tile - Style 1
************************************************************/
.content-tile-layout-style--style-1 {
  color: #313538;
}
.content-tile-layout-style--style-1 .field--type-image {
  height: 240px;
  position: relative;
  width: 100%;
}
.content-tile-layout-style--style-1 .field--type-image img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
/************************************************************
  Content Tile - Style 2
************************************************************/
.content-tile-layout-style--style-2 {
  text-align: center;
  padding: 2rem;
}
.content-tile-layout-style--style-2 .field--type-image {
  max-width: 150px;
  margin: 0 auto;
}
.paragraph--type--bullet-paragrpah {
  display: inline-block;
  padding-bottom: 0;
}
.paragraph--type--bullet-paragrpah .bullet-wrapper {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 0;
}
.paragraph--type--bullet-paragrpah .bullet-wrapper .bullet-trigger {
  position: relative;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-left: 30px;
  text-align: left;
  transition: all 1s;
  border-bottom: 1.4px dashed transparent;
  cursor: default;
  /*font-weight: 400;*/
  color: #8f8f8f;
  font-size: 16px;
}
html:not([lang="zh-hans"]) .paragraph--type--bullet-paragrpah .bullet-wrapper .bullet-trigger {
  font-weight: 700;
}
html[lang="zh-hans"] .paragraph--type--bullet-paragrpah .bullet-wrapper .bullet-trigger {
  font-weight: 700;
}
.paragraph--type--bullet-paragrpah .bullet-wrapper .bullet-trigger:before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: -30px;
  background-color: #8f8f8f;
  width: 4px;
  height: 4px;
  font-size: 4px;
  border-radius: 100%;
}
.paragraph--type--bullet-paragrpah .bullet-wrapper .bullet-trigger:after {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: -30px;
  background-color: #8f8f8f;
  width: 4px;
  height: 4px;
  font-size: 4px;
  border-radius: 100%;
}
.paragraph--type--bullet-paragrpah .bullet-wrapper .bullet-trigger:hover,
.paragraph--type--bullet-paragrpah .bullet-wrapper .bullet-trigger:focus {
  outline: none;
}
.paragraph--type--bullet-paragrpah .bullet-wrapper .bullet-trigger.trigger-hover,
.paragraph--type--bullet-paragrpah .bullet-wrapper .bullet-trigger.trigger-click {
  cursor: pointer;
}
.paragraph--type--bullet-paragrpah .bullet-wrapper .bullet-trigger.trigger-hover {
  border-bottom-color: #7676F3;
  color: #7676F3;
}
.paragraph--type--bullet-paragrpah .bullet-wrapper .bullet-trigger.trigger-hover:before {
  background-color: #7676F3;
}
.paragraph--type--bullet-paragrpah .bullet-wrapper .bullet-trigger.trigger-click:not(.trigger-hover):hover,
.paragraph--type--bullet-paragrpah .bullet-wrapper .bullet-trigger.trigger-click:not(.trigger-hover):focus {
  color: #000000;
}
.paragraph--type--bullet-paragrpah .bullet-wrapper .bullet-trigger.trigger-click:not(.trigger-hover):hover:before,
.paragraph--type--bullet-paragrpah .bullet-wrapper .bullet-trigger.trigger-click:not(.trigger-hover):focus:before {
  background-color: #000000;
}
.paragraph--type--bullet-paragrpah .bullet-wrapper .bullet-trigger.trigger-click:not(.trigger-hover).active {
  color: #2AD39B;
}
.paragraph--type--bullet-paragrpah .bullet-wrapper .bullet-trigger.trigger-click:not(.trigger-hover).active:before {
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(42, 211, 155, 0.13);
  animation: Xpulse 1.5s infinite;
  background-color: #2AD39B;
}
.paragraph--type--bullet-paragrpah .bullet-wrapper .bullet-trigger.trigger-click:not(.trigger-hover).active:after {
  background-color: #2AD39B;
}
.paragraph--type--bullet-paragrpah .bullet-wrapper .bullet-hover {
  position: relative;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
}
.paragraph--type--bullet-paragrpah .bullet-wrapper .bullet-hover .field--name-field-bp-hover-text {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
  left: 30px;
  padding: 18px 24px;
  width: auto;
}
.paragraph--type--bullet-paragrpah.hide-bullet-circle .bullet-trigger {
  margin-left: 0;
}
.paragraph--type--bullet-paragrpah.hide-bullet-circle .bullet-trigger:before,
.paragraph--type--bullet-paragrpah.hide-bullet-circle .bullet-trigger:after {
  content: none;
}
@media (min-width: 992px) {
  .paragraph--type--bullet-paragrpah {
    display: block !important;
  }
  .paragraph--type--bullet-paragrpah .bullet-wrapper {
    display: inline-block;
  }
  .paragraph--type--bullet-paragrpah .bullet-wrapper .bullet-hover .field--name-field-bp-hover-text {
    left: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .paragraph--type--bullet-paragrpah .bullet-wrapper {
    padding: 0;
  }
}
.slick-bullets {
  margin-bottom: 25px;
}
.slick-bullets .slick-slide {
  outline: 0;
}
.slick-bullets .slick-slide img {
  margin: 0 auto;
}
.slick-bullets .slick-prev,
.slick-bullets .slick-next {
  z-index: 2;
  width: 24px;
  height: 24px;
}
.slick-bullets .slick-prev .svg-inline--fa,
.slick-bullets .slick-next .svg-inline--fa {
  display: none;
}
.slick-bullets .slick-prev:before,
.slick-bullets .slick-next:before {
  content: '';
  font-size: 24px;
  opacity: 1;
  background-image: url(/themes/custom/twist_theme/build/images/icon-chevron-light.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}
.slick-bullets .slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.slick-bullets .slick-next {
  right: 0;
}
.slick-bullets .slick-dots {
  display: block !important;
  position: static;
}
.slick-bullets .slick-dots li {
  width: 8px;
  height: 8px;
  padding: 0 10px;
}
.slick-bullets .slick-dots li button {
  width: 8px;
  height: 8px;
}
.slick-bullets .slick-dots li button .svg-inline--fa {
  width: 8px;
  height: 8px;
  font-size: 8px;
  line-height: 8px;
  color: #8f8f8f;
  opacity: 1;
  content: "\F111";
}
.slick-bullets .slick-dots li button .svg-inline--fa[data-prefix='fas'] {
  display: block;
}
.slick-bullets .slick-dots li button .svg-inline--fa[data-prefix='fal'] {
  display: none;
}
.slick-bullets .slick-dots li button:hover .svg-inline--fa,
.slick-bullets .slick-dots li button:focus .svg-inline--fa {
  transition: all 1s;
  color: #000000;
}
.slick-bullets .slick-dots li.slick-active button .svg-inline--fa {
  color: #2AD39B;
}
.slick-bullets .slick-dots li.slick-active ~ li .svg-inline--fa[data-prefix='fal'] {
  display: block;
}
.slick-bullets .slick-dots li.slick-active ~ li .svg-inline--fa[data-prefix='fas'] {
  display: none;
}
@media (min-width: 992px) {
  .slick-bullets .slick-slide img {
    width: 600px;
  }
  .slick-bullets .slick-list {
    padding-bottom: 0;
  }
  .slick-bullets .slick-prev,
  .slick-bullets .slick-next {
    left: auto;
    right: 6px;
    top: auto;
    bottom: auto;
  }
  .slick-bullets .slick-prev {
    top: 0;
    transform: rotate(270deg);
  }
  .slick-bullets .slick-next {
    bottom: 0;
    transform: rotate(90deg);
  }
  .slick-bullets .slick-dots {
    transform: rotate(90deg);
    bottom: auto;
    top: 50%;
    position: absolute;
    width: auto;
    right: -8px;
    line-height: 0;
  }
  .slick-bullets .slick-dots li:last-child {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .sections-images-slideshow .paragraph--type--section {
    max-width: 1200px;
    margin: 0 auto;
  }
  .sections-images-slideshow .paragraph--type--section:after {
    content: "";
    display: table;
    clear: both;
  }
  .sections-images-slideshow .paragraph--type--section > .section-wrapper {
    float: left;
    width: 41.66666667%;
  }
  .sections-images-slideshow .paragraph--type--section > .slick-wrapper {
    float: left;
    width: 58.33333333%;
  }
  .bullets-3-top-lines.sections-images-slideshow .paragraph--type--section > .slick-wrapper {
    margin-top: 87px;
  }
}
@keyframes boxShadowAnim {
  50% {
    box-shadow: none;
  }
}
@keyframes Xpulse {
  0% {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
@-webkit-keyframes Xpulse {
  0% {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
.banner-600 .banner {
  height: 600px;
}
.banner-600 .banner > img,
.banner-600 .banner .banner-mobile-image img {
  height: 600px;
}
.banner-600 .banner .banner__content a.button {
  padding: 13px 20px;
}
@media (min-width: 992px) {
  .banner-600 .banner .banner__content {
    padding: 0 18% 30px;
  }
}
.paragraph--type--vc-key-features .bullet-wrapper {
  font-size: 14px;
  line-height: 17px;
}
html:not([lang="zh-hans"]) .paragraph--type--vc-key-features .bullet-wrapper {
  font-weight: 400;
}
html[lang="zh-hans"] .paragraph--type--vc-key-features .bullet-wrapper {
  font-weight: 400;
}
.paragraph--type--vc-key-features .bullet-wrapper::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 17px;
  background: url(/themes/custom/twist_theme/build/images/dot.svg) center no-repeat;
  margin-right: 22px;
  vertical-align: bottom;
}
/*
// The Modal (background)
.modal {
    display: none; // Hidden by default
    position: fixed; // Stay in place
    z-index: 1; // Sit on top
    padding-top: 100px; // Location of the box
    left: 0;
    top: 0;
    width: 100%; // Full width
    height: 100%; // Full height
    overflow: auto; // Enable scroll if needed
    background-color: rgb(0,0,0); // Fallback color
    background-color: rgba(0,0,0,0.4); /// Black w/ opacity
  }

  // Modal Content
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 65%;
  }

  // The Close Button
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  // responsive code

  .section-wrapper {
    max-width: 90%;
    margin: auto;
  }
    .ni-top {
    margin-top: 120px;
    margin-bottom: 100px;
    padding: 6%;
  }

      .resources__body_ni {
    float: left;
    width: 100% !important;
  }
  .resources__body_left {
    float: left;
    width: 30%;
    margin-right: 7%;
  }

  .resources__body_right {
    float: left;
    width: 60%;
  }

  .ni-button button {
    width: 200px;
    padding: 12px 0px !important;
    float: left;

    height: 45px;
    font-size: 14px !important;
    margin-top: 16px;
    border-radius: 0px;
  }
  .green-button.ni-button button
  {
    margin-right: 50px;
  }
  .resources__body_right h2{
  font-weight: bold;
  font-size: 28px;
  margin-top: 0px;
  }

  .resources__body_right p.ni-text {
    font-size: 16px !important;
    line-height: 32px;
    font-weight: normal;
    color: #666 !important;
    margin-top: 20px;
  }


  .nice-form {
    width: 100%;
    padding: 0px;
  }
  .nice-form .mini-wrapper {
    margin: 0 auto;
    width: 100% !important;
    padding-top: 0px;
  }
  .nice-form .mini-wrapper iframe {
    width: 100%;
  }


  @media screen and (max-width:1024px){

    .resources__body_left {
    float: left;
    width: 100%;
    margin-right: 0%;
  }

  .resources__body_right {
    float: left;
    width: 100%;
    margin-top:40px;
  }

    }


  @media screen and (max-width:1024px){

    .ni-button
    {
      float: left;
      width: 45%;
      margin-right: 0%;
    }

    .green-button.ni-button
  {
    margin-right: 10%;
  }
  }

  @media screen and (max-width:420px){

    .ni-button
    {
      float: left;
      width: 100%;
      margin-right: 0%;
    }

    .green-button.ni-button
  {
    margin-right: 0%;
  }
  }
*/
.product_content__style-twist_green .research_footer_link {
  background: #2AD39B;
}
.product_content__style-twist_green .research {
  background: linear-gradient(to top, #D9F8F0 0%, white 100%);
}
.product_content__style-teal .research_footer_link {
  background: #14A4B2;
}
.product_content__style-teal .research {
  background: linear-gradient(to top, #E6F7F8 0%, white 100%);
}
.product_content__style-purple .research_footer_link {
  background: #5D5DB2;
}
.product_content__style-purple .research {
  background: linear-gradient(to top, #E9E9FD 0%, white 100%);
}
.product_content__style-orange .research_footer_link {
  background: #CE6B12;
}
.product_content__style-orange .research {
  background: linear-gradient(to top, #FEEFE1 0%, white 100%);
}
.product_content__style-gold .research_footer_link {
  background: #CD933A;
}
.product_content__style-gold .research {
  background: linear-gradient(to top, #F7EAC4 0%, white 100%);
}
.product_content__style-forest .research_footer_link {
  background: #228B22;
}
.product_content__style-forest .research {
  background: linear-gradient(to top, #E6F6F0 0%, white 100%);
}
.research {
  padding: 60px 0;
}
.research > .section-wrapper {
  margin-bottom: 30px;
}
.research .button a {
  color: #ffffff;
}
.research .mw228px {
  max-width: 228px;
  margin: auto;
}
.research .research_description {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 32px;
}
.research .research_footer {
  margin: 30px;
}
.research .research_footer_text {
  padding: 15px;
}
@media (min-width: 768px) {
  .research .research_footer_text {
    padding: 0;
  }
}
.research_post .research_title {
  font-size: 18px;
  color: #313538;
  text-decoration: none;
}
html:not([lang="zh-hans"]) .research_post .research_title {
  font-weight: 800;
}
html[lang="zh-hans"] .research_post .research_title {
  font-weight: 900;
}
.research_post .research_field_author {
  margin-top: 80px;
}
.research_post .post_type,
.research_post .author,
.research_post .designation {
  color: #727272;
  font-size: 14px;
}
.research_post .post_type {
  text-transform: uppercase;
}
.research_post a {
  text-decoration: none;
}
.research_post .section-wrapper {
  padding: 0 15px;
}
.research_post.paragraph {
  display: flex;
  min-height: 300px;
  background: white;
  border-radius: 6px;
  margin: 15px;
}
.research_posts {
  margin-bottom: 30px;
}
.paragraph--type--component-resource-reference .field--name-field-rr-resource {
  display: block;
}
.paragraph--type--component-resource-reference .field--name-field-rr-resource > .field__item {
  display: inline-block;
}
@media (min-width: 768px) {
  .paragraph--type--component-resource-reference .field--name-field-rr-resource > .field__item {
    height: 100%;
  }
}
a.card {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 364px;
  border: 1px solid #eee;
  margin: 0;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02), 0 3px 6px rgba(0, 0, 0, 0.03);
  text-decoration: none;
}
a.card:hover,
a.card:active {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07), 0 10px 10px rgba(0, 0, 0, 0.07);
}
.card * {
  color: inherit;
  text-decoration: none;
}
.card__heading {
  background-color: orange;
  border-radius: 3px 3px 0 0;
  color: white;
  padding: 1.5rem;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}
.card__content {
  background-color: white;
  border-radius: 0 0 3px 3px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  flex: 1 0 auto;
}
.card__body {
  font-size: 1.125rem;
  padding: 1.5rem;
}
.field--name-field-resource-date {
  color: #888888;
  font-size: 0.75rem;
  text-transform: uppercase;
}
html:not([lang="zh-hans"]) .field--name-field-resource-date {
  font-weight: 400;
}
html[lang="zh-hans"] .field--name-field-resource-date {
  font-weight: 300;
}
.field--name-field-resource-subtitle {
  text-transform: uppercase;
}
.card__cta {
  border-top: 1px solid #eeeeee;
  color: #888888;
  font-size: 0.75rem;
  padding: 1rem;
  text-align: right;
  text-transform: uppercase;
}
html:not([lang="zh-hans"]) .card__cta {
  font-weight: 700;
}
html[lang="zh-hans"] .card__cta {
  font-weight: 700;
}
.card__cta a {
  color: inherit;
}
.resources__end {
  color: #888888;
  font-size: 1rem;
}
html:not([lang="zh-hans"]) .resources__end {
  font-weight: 700;
}
html[lang="zh-hans"] .resources__end {
  font-weight: 700;
}
.block-views-exposed-filter-blocks {
  font-size: 0.75rem;
}
.block-views-exposed-filter-blocks legend {
  display: none;
}
.block-views-exposed-filter-blocks .form-type-select label {
  display: none;
}
.block-views-exposed-filter-blocks .form-type-radio {
  display: inline-block;
  margin: 0 0.25rem 0.25rem 0;
}
.block-views-exposed-filter-blocks .bef-exposed-form .form--inline .form-item {
  float: left;
}
.block-views-exposed-filter-blocks .bef-exposed-form .form--inline .form-type-select {
  float: none;
}
@media (min-width: 768px) {
  .block-views-exposed-filter-blocks .bef-exposed-form .form--inline .form-type-select {
    float: right;
    clear: none;
  }
}
.block-views-exposed-filter-blocks select {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  transition: all 0.3s ease;
  height: 1.9375rem;
  color: #888888;
  width: 100%;
}
@media (min-width: 768px) {
  .block-views-exposed-filter-blocks select {
    min-width: 125px;
    width: auto;
  }
}
.block-views-exposed-filter-blocks legend {
  display: none;
}
.block-views-exposed-filter-blocks label {
  background-color: white;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: #888888;
  cursor: pointer;
  display: inline-block;
  padding: 0.5rem 0.75rem;
  transition: all 0.3s ease;
}
.block-views-exposed-filter-blocks label:active,
.block-views-exposed-filter-blocks label:hover,
.block-views-exposed-filter-blocks label:focus {
  border: 1px solid black;
}
.block-views-exposed-filter-blocks input {
  opacity: 0;
  position: absolute;
}
.block-views-exposed-filter-blocks input:checked + label {
  background-color: black;
  border: 1px solid black;
  color: white;
}
.view-empty {
  min-height: 200px;
  text-align: center;
}
.view-empty h2 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  #views-exposed-form-resources-resources-block .form--inline .form-type-select {
    float: none;
  }
}
@media (min-width: 992px) {
  #views-exposed-form-resources-resources-block .form--inline .form-type-select {
    float: right;
    clear: none;
  }
  #views-exposed-form-resources-resources-block input[type="radio"] + label {
    padding: 8px 6px;
  }
  #views-exposed-form-resources-resources-block select {
    min-width: 100px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  #views-exposed-form-resources-resources-block input[type="radio"] + label {
    padding: 8px 12px;
  }
  #views-exposed-form-resources-resources-block select {
    min-width: 125px;
  }
}
.resources__header {
  border-bottom: 1px solid #eeeeee;
  line-height: 1;
  margin-top: 90px;
  padding: 0.5rem 0;
}
.resources__header > * {
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 1rem 0;
  text-transform: uppercase;
  vertical-align: middle;
}
.resources__header :last-child {
  display: block;
}
@media (min-width: 768px) {
  .resources__header {
    margin-top: 110px;
  }
  .resources__header :last-child {
    display: inline-block;
    float: right;
  }
}
.resources__header svg {
  height: 1.5rem;
  padding: 0;
  vertical-align: middle;
}
.resources__header svg path {
  fill: #313538;
}
@media (min-width: 992px) {
  .resources__header svg {
    margin-left: 1rem;
  }
}
.related-resources {
  background-color: #eeeeee;
}
.related-resources .field__label {
  border-bottom: 1px solid #bbbbbb;
  font-size: 1.125rem;
  /*font-weight: normal;*/
  padding: 1.5rem 15px 1rem;
}
html:not([lang="zh-hans"]) .related-resources .field__label {
  font-weight: 700;
}
html[lang="zh-hans"] .related-resources .field__label {
  font-weight: 700;
}
.resources__body {
  margin: auto;
  max-width: 750px;
  padding: 0 0 3rem 0;
  font-size: 1.125rem;
}
.resources__body .field__label {
  border-bottom: 1px solid #bbbbbb;
  font-size: 1.125rem;
  /*font-weight: normal;*/
  padding: 1.5rem 0 1rem;
}
html:not([lang="zh-hans"]) .resources__body .field__label {
  font-weight: 700;
}
html[lang="zh-hans"] .resources__body .field__label {
  font-weight: 700;
}
@media (min-width: 768px) {
  .resources__body .green-button {
    margin-top: 14px;
  }
}
.resources__media {
  margin: 1.5rem 0;
  position: relative;
}
.resources__media .video-resource-container a:hover:before,
.resources__media .video-resource-container a:focus:before {
  opacity: 1;
}
.resources__media .video-resource-container a:before {
  content: '';
  background-image: url(/themes/custom/twist_theme/build/images/resources-video-play.svg);
  position: absolute;
  top: calc(50% - 28px);
  left: calc(50% - 28px);
  width: 56px;
  height: 56px;
  background-size: 100% 100%;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.resources__media .video-resource-container a img {
  display: block;
  width: 100%;
}
.field--name-field-resource-downloads .file {
  background-image: none;
  font-size: 1rem;
  padding-top: 1.5rem;
  position: relative;
}
.field--name-field-resource-downloads .file a {
  color: #2AD39B;
  display: inline-block;
  padding-left: 0.75rem;
}
html:not([lang="zh-hans"]) .field--name-field-resource-downloads .file a {
  font-weight: 700;
}
html[lang="zh-hans"] .field--name-field-resource-downloads .file a {
  font-weight: 700;
}
.field--name-field-resource-downloads .file a .fa-download {
  position: absolute;
  left: 0;
}
a.button_back {
  background-color: #313538;
  border-radius: 0.75rem;
  color: white;
  line-height: 1.4;
  padding: 0 1rem;
  transition: all 0.3s ease;
}
a.button_back:hover,
a.button_back:focus,
a.button_back:active {
  background-color: #888888;
  text-decoration: none;
}
a.button_back .fa-angle-left {
  display: inline-block;
  height: 14px;
  margin-right: 3px;
  vertical-align: text-bottom;
  float: none;
  margin-left: 0;
}
a.button_back .fa-angle-left path {
  fill: #ffffff;
}
.related-resources__back-top {
  padding: 1.5rem 0;
}
.related-resources__back-top a {
  color: #2AD39B;
  display: block;
  transition: all 0.3s ease;
}
html:not([lang="zh-hans"]) .related-resources__back-top a {
  font-weight: 700;
}
html[lang="zh-hans"] .related-resources__back-top a {
  font-weight: 700;
}
.related-resources__back-top a:link,
.related-resources__back-top a:visited {
  color: #2AD39B;
}
.related-resources__back-top a:hover,
.related-resources__back-top a:active {
  color: #04ad75;
  text-decoration: none;
}
.field--name-field-resource-image img {
  height: 15rem;
  width: 100%;
  object-fit: cover;
}
.resources__read-more {
  color: #2AD39B;
  display: block;
  transition: all 0.3s ease;
}
html:not([lang="zh-hans"]) .resources__read-more {
  font-weight: 700;
}
html[lang="zh-hans"] .resources__read-more {
  font-weight: 700;
}
.resources__read-more:link,
.resources__read-more:visited {
  color: #2AD39B;
}
.resources__read-more:hover,
.resources__read-more:active {
  color: #04ad75;
  text-decoration: none;
}
.node--type-resource.gated .field--name-field-resource-downloads {
  display: none;
}
/* TACHYONS OVERRIDES */
/* Uncomment out the line below to help debug layout issues */
/* @import './_debug'; */
/* Media Query Extensions: */
/* -s = not-small */
/* -m  = medium */
/* -l  = large */
@media screen and (min-width: 480px) {
  .aspect-ratio-s {
    height: 0;
    position: relative;
  }
  .aspect-ratio--16x9-s {
    padding-bottom: 56.25%;
  }
  .aspect-ratio--9x16-s {
    padding-bottom: 177.77%;
  }
  .aspect-ratio--4x3-s {
    padding-bottom: 75%;
  }
  .aspect-ratio--3x4-s {
    padding-bottom: 133.33%;
  }
  .aspect-ratio--6x4-s {
    padding-bottom: 66.6%;
  }
  .aspect-ratio--4x6-s {
    padding-bottom: 150%;
  }
  .aspect-ratio--8x5-s {
    padding-bottom: 62.5%;
  }
  .aspect-ratio--5x8-s {
    padding-bottom: 160%;
  }
  .aspect-ratio--7x5-s {
    padding-bottom: 71.42%;
  }
  .aspect-ratio--5x7-s {
    padding-bottom: 140%;
  }
  .aspect-ratio--1x1-s {
    padding-bottom: 100%;
  }
  .aspect-ratio--object-s {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .cover-s {
    background-size: cover !important;
  }
  .contain-s {
    background-size: contain !important;
  }
  .bg-center-s {
    background-repeat: no-repeat;
    background-position: center center;
  }
  .bg-top-s {
    background-repeat: no-repeat;
    background-position: top center;
  }
  .bg-right-s {
    background-repeat: no-repeat;
    background-position: center right;
  }
  .bg-bottom-s {
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .bg-left-s {
    background-repeat: no-repeat;
    background-position: center left;
  }
  .outline-s {
    outline: 1px solid;
  }
  .outline-transparent-s {
    outline: 1px solid transparent;
  }
  .outline-0-s {
    outline: 0;
  }
  .ba-s {
    border-style: solid;
    border-width: 1px;
  }
  .bt-s {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .br-s {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .bb-s {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .bl-s {
    border-left-style: solid;
    border-left-width: 1px;
  }
  .bn-s {
    border-style: none;
    border-width: 0;
  }
  .br0-s {
    border-radius: 0;
  }
  .br1-s {
    border-radius: 0.125rem;
  }
  .br2-s {
    border-radius: 0.25rem;
  }
  .br3-s {
    border-radius: 0.5rem;
  }
  .br4-s {
    border-radius: 1rem;
  }
  .br-100-s {
    border-radius: 100%;
  }
  .br-pill-s {
    border-radius: 9999px;
  }
  .br--bottom-s {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .br--top-s {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .br--right-s {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .br--left-s {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .b--dotted-s {
    border-style: dotted;
  }
  .b--dashed-s {
    border-style: dashed;
  }
  .b--solid-s {
    border-style: solid;
  }
  .b--none-s {
    border-style: none;
  }
  .bw0-s {
    border-width: 0;
  }
  .bw1-s {
    border-width: 0.125rem;
  }
  .bw2-s {
    border-width: 0.25rem;
  }
  .bw3-s {
    border-width: 0.5rem;
  }
  .bw4-s {
    border-width: 1rem;
  }
  .bw5-s {
    border-width: 2rem;
  }
  .bt-0-s {
    border-top-width: 0;
  }
  .br-0-s {
    border-right-width: 0;
  }
  .bb-0-s {
    border-bottom-width: 0;
  }
  .bl-0-s {
    border-left-width: 0;
  }
  .shadow-1-s {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-2-s {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-3-s {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-4-s {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .shadow-5-s {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .top-0-s {
    top: 0;
  }
  .left-0-s {
    left: 0;
  }
  .right-0-s {
    right: 0;
  }
  .bottom-0-s {
    bottom: 0;
  }
  .top-1-s {
    top: 1rem;
  }
  .left-1-s {
    left: 1rem;
  }
  .right-1-s {
    right: 1rem;
  }
  .bottom-1-s {
    bottom: 1rem;
  }
  .top-2-s {
    top: 2rem;
  }
  .left-2-s {
    left: 2rem;
  }
  .right-2-s {
    right: 2rem;
  }
  .bottom-2-s {
    bottom: 2rem;
  }
  .top--1-s {
    top: -1rem;
  }
  .right--1-s {
    right: -1rem;
  }
  .bottom--1-s {
    bottom: -1rem;
  }
  .left--1-s {
    left: -1rem;
  }
  .top--2-s {
    top: -2rem;
  }
  .right--2-s {
    right: -2rem;
  }
  .bottom--2-s {
    bottom: -2rem;
  }
  .left--2-s {
    left: -2rem;
  }
  .absolute--fill-s {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .cl-s {
    clear: left;
  }
  .cr-s {
    clear: right;
  }
  .cb-s {
    clear: both;
  }
  .cn-s {
    clear: none;
  }
  .dn-s {
    display: none;
  }
  .di-s {
    display: inline;
  }
  .db-s {
    display: block;
  }
  .dib-s {
    display: inline-block;
  }
  .dit-s {
    display: inline-table;
  }
  .dt-s {
    display: table;
  }
  .dtc-s {
    display: table-cell;
  }
  .dt-row-s {
    display: table-row;
  }
  .dt-row-group-s {
    display: table-row-group;
  }
  .dt-column-s {
    display: table-column;
  }
  .dt-column-group-s {
    display: table-column-group;
  }
  .dt--fixed-s {
    table-layout: fixed;
    width: 100%;
  }
  .flex-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .inline-flex-s {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .flex-auto-s {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    /* 1 */
    min-height: 0;
    /* 1 */
  }
  .flex-none-s {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .flex-column-s {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-row-s {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-wrap-s {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-nowrap-s {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-s {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-column-reverse-s {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-row-reverse-s {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .items-start-s {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .items-end-s {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .items-center-s {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .items-baseline-s {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .items-stretch-s {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .self-start-s {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .self-end-s {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .self-center-s {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .self-baseline-s {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .self-stretch-s {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .justify-start-s {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-end-s {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-center-s {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-between-s {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-around-s {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .content-start-s {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .content-end-s {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .content-center-s {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .content-between-s {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .content-around-s {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .content-stretch-s {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .order-0-s {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-1-s {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-2-s {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-3-s {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-4-s {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-5-s {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-6-s {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-7-s {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-8-s {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-last-s {
    -webkit-box-ordinal-group: 100000;
    -ms-flex-order: 99999;
    order: 99999;
  }
  .flex-grow-0-s {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-grow-1-s {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-shrink-0-s {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-shrink-1-s {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .fl-s {
    float: left;
    display: inline;
  }
  .fr-s {
    float: right;
    display: inline;
  }
  .fn-s {
    float: none;
  }
  .i-s {
    font-style: italic;
  }
  .fs-normal-s {
    font-style: normal;
  }
  .normal-s {
    font-weight: normal;
  }
  .b-s {
    font-weight: bold;
  }
  .fw1-s {
    font-weight: 100;
  }
  .fw2-s {
    font-weight: 200;
  }
  .fw3-s {
    font-weight: 300;
  }
  .fw4-s {
    font-weight: 400;
  }
  .fw5-s {
    font-weight: 500;
  }
  .fw6-s {
    font-weight: 600;
  }
  .fw7-s {
    font-weight: 700;
  }
  .fw8-s {
    font-weight: 800;
  }
  .fw9-s {
    font-weight: 900;
  }
  .h1-s {
    height: 1rem;
  }
  .h2-s {
    height: 2rem;
  }
  .h3-s {
    height: 4rem;
  }
  .h4-s {
    height: 8rem;
  }
  .h5-s {
    height: 16rem;
  }
  .h-25-s {
    height: 25%;
  }
  .h-50-s {
    height: 50%;
  }
  .h-75-s {
    height: 75%;
  }
  .h-100-s {
    height: 100%;
  }
  .min-h-100-s {
    min-height: 100%;
  }
  .vh-25-s {
    height: 25vh;
  }
  .vh-50-s {
    height: 50vh;
  }
  .vh-75-s {
    height: 75vh;
  }
  .vh-100-s {
    height: 100vh;
  }
  .min-vh-100-s {
    min-height: 100vh;
  }
  .h-auto-s {
    height: auto;
  }
  .h-inherit-s {
    height: inherit;
  }
  .tracked-s {
    letter-spacing: 0.1em;
  }
  .tracked-tight-s {
    letter-spacing: -0.05em;
  }
  .tracked-mega-s {
    letter-spacing: 0.25em;
  }
  .lh-solid-s {
    line-height: 1;
  }
  .lh-title-s {
    line-height: 1.25;
  }
  .lh-copy-s {
    line-height: 1.5;
  }
  .mw-100-s {
    max-width: 100%;
  }
  .mw1-s {
    max-width: 1rem;
  }
  .mw2-s {
    max-width: 2rem;
  }
  .mw3-s {
    max-width: 4rem;
  }
  .mw4-s {
    max-width: 8rem;
  }
  .mw5-s {
    max-width: 16rem;
  }
  .mw6-s {
    max-width: 32rem;
  }
  .mw7-s {
    max-width: 48rem;
  }
  .mw8-s {
    max-width: 64rem;
  }
  .mw9-s {
    max-width: 96rem;
  }
  .mw-none-s {
    max-width: none;
  }
  .w1-s {
    width: 1rem;
  }
  .w2-s {
    width: 2rem;
  }
  .w3-s {
    width: 4rem;
  }
  .w4-s {
    width: 8rem;
  }
  .w5-s {
    width: 16rem;
  }
  .w-10-s {
    width: 10%;
  }
  .w-20-s {
    width: 20%;
  }
  .w-25-s {
    width: 25%;
  }
  .w-30-s {
    width: 30%;
  }
  .w-33-s {
    width: 33%;
  }
  .w-34-s {
    width: 34%;
  }
  .w-40-s {
    width: 40%;
  }
  .w-50-s {
    width: 50%;
  }
  .w-60-s {
    width: 60%;
  }
  .w-70-s {
    width: 70%;
  }
  .w-75-s {
    width: 75%;
  }
  .w-80-s {
    width: 80%;
  }
  .w-90-s {
    width: 90%;
  }
  .w-100-s {
    width: 100%;
  }
  .w-third-s {
    width: 33.33333333%;
  }
  .w-two-thirds-s {
    width: 66.66666667%;
  }
  .w-auto-s {
    width: auto;
  }
  .overflow-visible-s {
    overflow: visible;
  }
  .overflow-hidden-s {
    overflow: hidden;
  }
  .overflow-scroll-s {
    overflow: scroll;
  }
  .overflow-auto-s {
    overflow: auto;
  }
  .overflow-x-visible-s {
    overflow-x: visible;
  }
  .overflow-x-hidden-s {
    overflow-x: hidden;
  }
  .overflow-x-scroll-s {
    overflow-x: scroll;
  }
  .overflow-x-auto-s {
    overflow-x: auto;
  }
  .overflow-y-visible-s {
    overflow-y: visible;
  }
  .overflow-y-hidden-s {
    overflow-y: hidden;
  }
  .overflow-y-scroll-s {
    overflow-y: scroll;
  }
  .overflow-y-auto-s {
    overflow-y: auto;
  }
  .static-s {
    position: static;
  }
  .relative-s {
    position: relative;
  }
  .absolute-s {
    position: absolute;
  }
  .fixed-s {
    position: fixed;
  }
  .rotate-45-s {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .rotate-90-s {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rotate-135-s {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .rotate-180-s {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .rotate-225-s {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .rotate-270-s {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .rotate-315-s {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .pa0-s {
    padding: 0;
  }
  .pa1-s {
    padding: 0.25rem;
  }
  .pa2-s {
    padding: 0.5rem;
  }
  .pa3-s {
    padding: 1rem;
  }
  .pa4-s {
    padding: 2rem;
  }
  .pa5-s {
    padding: 4rem;
  }
  .pa6-s {
    padding: 8rem;
  }
  .pa7-s {
    padding: 16rem;
  }
  .pl0-s {
    padding-left: 0;
  }
  .pl1-s {
    padding-left: 0.25rem;
  }
  .pl2-s {
    padding-left: 0.5rem;
  }
  .pl3-s {
    padding-left: 1rem;
  }
  .pl4-s {
    padding-left: 2rem;
  }
  .pl5-s {
    padding-left: 4rem;
  }
  .pl6-s {
    padding-left: 8rem;
  }
  .pl7-s {
    padding-left: 16rem;
  }
  .pr0-s {
    padding-right: 0;
  }
  .pr1-s {
    padding-right: 0.25rem;
  }
  .pr2-s {
    padding-right: 0.5rem;
  }
  .pr3-s {
    padding-right: 1rem;
  }
  .pr4-s {
    padding-right: 2rem;
  }
  .pr5-s {
    padding-right: 4rem;
  }
  .pr6-s {
    padding-right: 8rem;
  }
  .pr7-s {
    padding-right: 16rem;
  }
  .pb0-s {
    padding-bottom: 0;
  }
  .pb1-s {
    padding-bottom: 0.25rem;
  }
  .pb2-s {
    padding-bottom: 0.5rem;
  }
  .pb3-s {
    padding-bottom: 1rem;
  }
  .pb4-s {
    padding-bottom: 2rem;
  }
  .pb5-s {
    padding-bottom: 4rem;
  }
  .pb6-s {
    padding-bottom: 8rem;
  }
  .pb7-s {
    padding-bottom: 16rem;
  }
  .pt0-s {
    padding-top: 0;
  }
  .pt1-s {
    padding-top: 0.25rem;
  }
  .pt2-s {
    padding-top: 0.5rem;
  }
  .pt3-s {
    padding-top: 1rem;
  }
  .pt4-s {
    padding-top: 2rem;
  }
  .pt5-s {
    padding-top: 4rem;
  }
  .pt6-s {
    padding-top: 8rem;
  }
  .pt7-s {
    padding-top: 16rem;
  }
  .pv0-s {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1-s {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pv2-s {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pv3-s {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pv4-s {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pv5-s {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pv6-s {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pv7-s {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .ph0-s {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1-s {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .ph2-s {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .ph3-s {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ph4-s {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ph5-s {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ph6-s {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .ph7-s {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .ma0-s {
    margin: 0;
  }
  .ma1-s {
    margin: 0.25rem;
  }
  .ma2-s {
    margin: 0.5rem;
  }
  .ma3-s {
    margin: 1rem;
  }
  .ma4-s {
    margin: 2rem;
  }
  .ma5-s {
    margin: 4rem;
  }
  .ma6-s {
    margin: 8rem;
  }
  .ma7-s {
    margin: 16rem;
  }
  .ml0-s {
    margin-left: 0;
  }
  .ml1-s {
    margin-left: 0.25rem;
  }
  .ml2-s {
    margin-left: 0.5rem;
  }
  .ml3-s {
    margin-left: 1rem;
  }
  .ml4-s {
    margin-left: 2rem;
  }
  .ml5-s {
    margin-left: 4rem;
  }
  .ml6-s {
    margin-left: 8rem;
  }
  .ml7-s {
    margin-left: 16rem;
  }
  .mr0-s {
    margin-right: 0;
  }
  .mr1-s {
    margin-right: 0.25rem;
  }
  .mr2-s {
    margin-right: 0.5rem;
  }
  .mr3-s {
    margin-right: 1rem;
  }
  .mr4-s {
    margin-right: 2rem;
  }
  .mr5-s {
    margin-right: 4rem;
  }
  .mr6-s {
    margin-right: 8rem;
  }
  .mr7-s {
    margin-right: 16rem;
  }
  .mb0-s {
    margin-bottom: 0;
  }
  .mb1-s {
    margin-bottom: 0.25rem;
  }
  .mb2-s {
    margin-bottom: 0.5rem;
  }
  .mb3-s {
    margin-bottom: 1rem;
  }
  .mb4-s {
    margin-bottom: 2rem;
  }
  .mb5-s {
    margin-bottom: 4rem;
  }
  .mb6-s {
    margin-bottom: 8rem;
  }
  .mb7-s {
    margin-bottom: 16rem;
  }
  .mt0-s {
    margin-top: 0;
  }
  .mt1-s {
    margin-top: 0.25rem;
  }
  .mt2-s {
    margin-top: 0.5rem;
  }
  .mt3-s {
    margin-top: 1rem;
  }
  .mt4-s {
    margin-top: 2rem;
  }
  .mt5-s {
    margin-top: 4rem;
  }
  .mt6-s {
    margin-top: 8rem;
  }
  .mt7-s {
    margin-top: 16rem;
  }
  .mv0-s {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1-s {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mv2-s {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mv3-s {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mv4-s {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mv5-s {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mv6-s {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mv7-s {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .mh0-s {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1-s {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mh2-s {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mh3-s {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mh4-s {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mh5-s {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .mh6-s {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .mh7-s {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .na1-s {
    margin: -0.25rem;
  }
  .na2-s {
    margin: -0.5rem;
  }
  .na3-s {
    margin: -1rem;
  }
  .na4-s {
    margin: -2rem;
  }
  .na5-s {
    margin: -4rem;
  }
  .na6-s {
    margin: -8rem;
  }
  .na7-s {
    margin: -16rem;
  }
  .nl1-s {
    margin-left: -0.25rem;
  }
  .nl2-s {
    margin-left: -0.5rem;
  }
  .nl3-s {
    margin-left: -1rem;
  }
  .nl4-s {
    margin-left: -2rem;
  }
  .nl5-s {
    margin-left: -4rem;
  }
  .nl6-s {
    margin-left: -8rem;
  }
  .nl7-s {
    margin-left: -16rem;
  }
  .nr1-s {
    margin-right: -0.25rem;
  }
  .nr2-s {
    margin-right: -0.5rem;
  }
  .nr3-s {
    margin-right: -1rem;
  }
  .nr4-s {
    margin-right: -2rem;
  }
  .nr5-s {
    margin-right: -4rem;
  }
  .nr6-s {
    margin-right: -8rem;
  }
  .nr7-s {
    margin-right: -16rem;
  }
  .nb1-s {
    margin-bottom: -0.25rem;
  }
  .nb2-s {
    margin-bottom: -0.5rem;
  }
  .nb3-s {
    margin-bottom: -1rem;
  }
  .nb4-s {
    margin-bottom: -2rem;
  }
  .nb5-s {
    margin-bottom: -4rem;
  }
  .nb6-s {
    margin-bottom: -8rem;
  }
  .nb7-s {
    margin-bottom: -16rem;
  }
  .nt1-s {
    margin-top: -0.25rem;
  }
  .nt2-s {
    margin-top: -0.5rem;
  }
  .nt3-s {
    margin-top: -1rem;
  }
  .nt4-s {
    margin-top: -2rem;
  }
  .nt5-s {
    margin-top: -4rem;
  }
  .nt6-s {
    margin-top: -8rem;
  }
  .nt7-s {
    margin-top: -16rem;
  }
  .strike-s {
    text-decoration: line-through;
  }
  .underline-s {
    text-decoration: underline;
  }
  .no-underline-s {
    text-decoration: none;
  }
  .tl-s {
    text-align: left;
  }
  .tr-s {
    text-align: right;
  }
  .tc-s {
    text-align: center;
  }
  .tj-s {
    text-align: justify;
  }
  .ttc-s {
    text-transform: capitalize;
  }
  .ttl-s {
    text-transform: lowercase;
  }
  .ttu-s {
    text-transform: uppercase;
  }
  .ttn-s {
    text-transform: none;
  }
  .f-6-s,
  .f-headline-s {
    font-size: 6rem;
  }
  .f-5-s,
  .f-subheadline-s {
    font-size: 5rem;
  }
  .f1-s {
    font-size: 3rem;
  }
  .f2-s {
    font-size: 2.25rem;
  }
  .f3-s {
    font-size: 1.5rem;
  }
  .f4-s {
    font-size: 1.25rem;
  }
  .f5-s {
    font-size: 1rem;
  }
  .f6-s {
    font-size: 0.875rem;
  }
  .f7-s {
    font-size: 0.75rem;
  }
  .measure-s {
    max-width: 30em;
  }
  .measure-wide-s {
    max-width: 34em;
  }
  .measure-narrow-s {
    max-width: 20em;
  }
  .indent-s {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .small-caps-s {
    font-variant: small-caps;
  }
  .truncate-s {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .center-s {
    margin-right: auto;
    margin-left: auto;
  }
  .mr-auto-s {
    margin-right: auto;
  }
  .ml-auto-s {
    margin-left: auto;
  }
  .clip-s {
    position: fixed !important;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
  .ws-normal-s {
    white-space: normal;
  }
  .nowrap-s {
    white-space: nowrap;
  }
  .pre-s {
    white-space: pre;
  }
  .v-base-s {
    vertical-align: baseline;
  }
  .v-mid-s {
    vertical-align: middle;
  }
  .v-top-s {
    vertical-align: top;
  }
  .v-btm-s {
    vertical-align: bottom;
  }
}
@media screen and (min-width: 768px) {
  .aspect-ratio-m {
    height: 0;
    position: relative;
  }
  .aspect-ratio--16x9-m {
    padding-bottom: 56.25%;
  }
  .aspect-ratio--9x16-m {
    padding-bottom: 177.77%;
  }
  .aspect-ratio--4x3-m {
    padding-bottom: 75%;
  }
  .aspect-ratio--3x4-m {
    padding-bottom: 133.33%;
  }
  .aspect-ratio--6x4-m {
    padding-bottom: 66.6%;
  }
  .aspect-ratio--4x6-m {
    padding-bottom: 150%;
  }
  .aspect-ratio--8x5-m {
    padding-bottom: 62.5%;
  }
  .aspect-ratio--5x8-m {
    padding-bottom: 160%;
  }
  .aspect-ratio--7x5-m {
    padding-bottom: 71.42%;
  }
  .aspect-ratio--5x7-m {
    padding-bottom: 140%;
  }
  .aspect-ratio--1x1-m {
    padding-bottom: 100%;
  }
  .aspect-ratio--object-m {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .cover-m {
    background-size: cover !important;
  }
  .contain-m {
    background-size: contain !important;
  }
  .bg-center-m {
    background-repeat: no-repeat;
    background-position: center center;
  }
  .bg-top-m {
    background-repeat: no-repeat;
    background-position: top center;
  }
  .bg-right-m {
    background-repeat: no-repeat;
    background-position: center right;
  }
  .bg-bottom-m {
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .bg-left-m {
    background-repeat: no-repeat;
    background-position: center left;
  }
  .outline-m {
    outline: 1px solid;
  }
  .outline-transparent-m {
    outline: 1px solid transparent;
  }
  .outline-0-m {
    outline: 0;
  }
  .ba-m {
    border-style: solid;
    border-width: 1px;
  }
  .bt-m {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .br-m {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .bb-m {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .bl-m {
    border-left-style: solid;
    border-left-width: 1px;
  }
  .bn-m {
    border-style: none;
    border-width: 0;
  }
  .br0-m {
    border-radius: 0;
  }
  .br1-m {
    border-radius: 0.125rem;
  }
  .br2-m {
    border-radius: 0.25rem;
  }
  .br3-m {
    border-radius: 0.5rem;
  }
  .br4-m {
    border-radius: 1rem;
  }
  .br-100-m {
    border-radius: 100%;
  }
  .br-pill-m {
    border-radius: 9999px;
  }
  .br--bottom-m {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .br--top-m {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .br--right-m {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .br--left-m {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .b--dotted-m {
    border-style: dotted;
  }
  .b--dashed-m {
    border-style: dashed;
  }
  .b--solid-m {
    border-style: solid;
  }
  .b--none-m {
    border-style: none;
  }
  .bw0-m {
    border-width: 0;
  }
  .bw1-m {
    border-width: 0.125rem;
  }
  .bw2-m {
    border-width: 0.25rem;
  }
  .bw3-m {
    border-width: 0.5rem;
  }
  .bw4-m {
    border-width: 1rem;
  }
  .bw5-m {
    border-width: 2rem;
  }
  .bt-0-m {
    border-top-width: 0;
  }
  .br-0-m {
    border-right-width: 0;
  }
  .bb-0-m {
    border-bottom-width: 0;
  }
  .bl-0-m {
    border-left-width: 0;
  }
  .shadow-1-m {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-2-m {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-3-m {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-4-m {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .shadow-5-m {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .top-0-m {
    top: 0;
  }
  .left-0-m {
    left: 0;
  }
  .right-0-m {
    right: 0;
  }
  .bottom-0-m {
    bottom: 0;
  }
  .top-1-m {
    top: 1rem;
  }
  .left-1-m {
    left: 1rem;
  }
  .right-1-m {
    right: 1rem;
  }
  .bottom-1-m {
    bottom: 1rem;
  }
  .top-2-m {
    top: 2rem;
  }
  .left-2-m {
    left: 2rem;
  }
  .right-2-m {
    right: 2rem;
  }
  .bottom-2-m {
    bottom: 2rem;
  }
  .top--1-m {
    top: -1rem;
  }
  .right--1-m {
    right: -1rem;
  }
  .bottom--1-m {
    bottom: -1rem;
  }
  .left--1-m {
    left: -1rem;
  }
  .top--2-m {
    top: -2rem;
  }
  .right--2-m {
    right: -2rem;
  }
  .bottom--2-m {
    bottom: -2rem;
  }
  .left--2-m {
    left: -2rem;
  }
  .absolute--fill-m {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .cl-m {
    clear: left;
  }
  .cr-m {
    clear: right;
  }
  .cb-m {
    clear: both;
  }
  .cn-m {
    clear: none;
  }
  .dn-m {
    display: none;
  }
  .di-m {
    display: inline;
  }
  .db-m {
    display: block;
  }
  .dib-m {
    display: inline-block;
  }
  .dit-m {
    display: inline-table;
  }
  .dt-m {
    display: table;
  }
  .dtc-m {
    display: table-cell;
  }
  .dt-row-m {
    display: table-row;
  }
  .dt-row-group-m {
    display: table-row-group;
  }
  .dt-column-m {
    display: table-column;
  }
  .dt-column-group-m {
    display: table-column-group;
  }
  .dt--fixed-m {
    table-layout: fixed;
    width: 100%;
  }
  .flex-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .inline-flex-m {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .flex-auto-m {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    /* 1 */
    min-height: 0;
    /* 1 */
  }
  .flex-none-m {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .flex-column-m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-row-m {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-wrap-m {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-nowrap-m {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-m {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-column-reverse-m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-row-reverse-m {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .items-start-m {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .items-end-m {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .items-center-m {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .items-baseline-m {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .items-stretch-m {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .self-start-m {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .self-end-m {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .self-center-m {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .self-baseline-m {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .self-stretch-m {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .justify-start-m {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-end-m {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-center-m {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-between-m {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-around-m {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .content-start-m {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .content-end-m {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .content-center-m {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .content-between-m {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .content-around-m {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .content-stretch-m {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .order-0-m {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-1-m {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-2-m {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-3-m {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-4-m {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-5-m {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-6-m {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-7-m {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-8-m {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-last-m {
    -webkit-box-ordinal-group: 100000;
    -ms-flex-order: 99999;
    order: 99999;
  }
  .flex-grow-0-m {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-grow-1-m {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-shrink-0-m {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-shrink-1-m {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .fl-m {
    float: left;
    display: inline;
  }
  .fr-m {
    float: right;
    display: inline;
  }
  .fn-m {
    float: none;
  }
  .i-m {
    font-style: italic;
  }
  .fs-normal-m {
    font-style: normal;
  }
  .normal-m {
    font-weight: normal;
  }
  .b-m {
    font-weight: bold;
  }
  .fw1-m {
    font-weight: 100;
  }
  .fw2-m {
    font-weight: 200;
  }
  .fw3-m {
    font-weight: 300;
  }
  .fw4-m {
    font-weight: 400;
  }
  .fw5-m {
    font-weight: 500;
  }
  .fw6-m {
    font-weight: 600;
  }
  .fw7-m {
    font-weight: 700;
  }
  .fw8-m {
    font-weight: 800;
  }
  .fw9-m {
    font-weight: 900;
  }
  .h1-m {
    height: 1rem;
  }
  .h2-m {
    height: 2rem;
  }
  .h3-m {
    height: 4rem;
  }
  .h4-m {
    height: 8rem;
  }
  .h5-m {
    height: 16rem;
  }
  .h-25-m {
    height: 25%;
  }
  .h-50-m {
    height: 50%;
  }
  .h-75-m {
    height: 75%;
  }
  .h-100-m {
    height: 100%;
  }
  .min-h-100-m {
    min-height: 100%;
  }
  .vh-25-m {
    height: 25vh;
  }
  .vh-50-m {
    height: 50vh;
  }
  .vh-75-m {
    height: 75vh;
  }
  .vh-100-m {
    height: 100vh;
  }
  .min-vh-100-m {
    min-height: 100vh;
  }
  .h-auto-m {
    height: auto;
  }
  .h-inherit-m {
    height: inherit;
  }
  .tracked-m {
    letter-spacing: 0.1em;
  }
  .tracked-tight-m {
    letter-spacing: -0.05em;
  }
  .tracked-mega-m {
    letter-spacing: 0.25em;
  }
  .lh-solid-m {
    line-height: 1;
  }
  .lh-title-m {
    line-height: 1.25;
  }
  .lh-copy-m {
    line-height: 1.5;
  }
  .mw-100-m {
    max-width: 100%;
  }
  .mw1-m {
    max-width: 1rem;
  }
  .mw2-m {
    max-width: 2rem;
  }
  .mw3-m {
    max-width: 4rem;
  }
  .mw4-m {
    max-width: 8rem;
  }
  .mw5-m {
    max-width: 16rem;
  }
  .mw6-m {
    max-width: 32rem;
  }
  .mw7-m {
    max-width: 48rem;
  }
  .mw8-m {
    max-width: 64rem;
  }
  .mw9-m {
    max-width: 96rem;
  }
  .mw-none-m {
    max-width: none;
  }
  .w1-m {
    width: 1rem;
  }
  .w2-m {
    width: 2rem;
  }
  .w3-m {
    width: 4rem;
  }
  .w4-m {
    width: 8rem;
  }
  .w5-m {
    width: 16rem;
  }
  .w-10-m {
    width: 10%;
  }
  .w-20-m {
    width: 20%;
  }
  .w-25-m {
    width: 25%;
  }
  .w-30-m {
    width: 30%;
  }
  .w-33-m {
    width: 33%;
  }
  .w-34-m {
    width: 34%;
  }
  .w-40-m {
    width: 40%;
  }
  .w-50-m {
    width: 50%;
  }
  .w-60-m {
    width: 60%;
  }
  .w-70-m {
    width: 70%;
  }
  .w-75-m {
    width: 75%;
  }
  .w-80-m {
    width: 80%;
  }
  .w-90-m {
    width: 90%;
  }
  .w-100-m {
    width: 100%;
  }
  .w-third-m {
    width: 33.33333333%;
  }
  .w-two-thirds-m {
    width: 66.66666667%;
  }
  .w-auto-m {
    width: auto;
  }
  .overflow-visible-m {
    overflow: visible;
  }
  .overflow-hidden-m {
    overflow: hidden;
  }
  .overflow-scroll-m {
    overflow: scroll;
  }
  .overflow-auto-m {
    overflow: auto;
  }
  .overflow-x-visible-m {
    overflow-x: visible;
  }
  .overflow-x-hidden-m {
    overflow-x: hidden;
  }
  .overflow-x-scroll-m {
    overflow-x: scroll;
  }
  .overflow-x-auto-m {
    overflow-x: auto;
  }
  .overflow-y-visible-m {
    overflow-y: visible;
  }
  .overflow-y-hidden-m {
    overflow-y: hidden;
  }
  .overflow-y-scroll-m {
    overflow-y: scroll;
  }
  .overflow-y-auto-m {
    overflow-y: auto;
  }
  .static-m {
    position: static;
  }
  .relative-m {
    position: relative;
  }
  .absolute-m {
    position: absolute;
  }
  .fixed-m {
    position: fixed;
  }
  .rotate-45-m {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .rotate-90-m {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rotate-135-m {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .rotate-180-m {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .rotate-225-m {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .rotate-270-m {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .rotate-315-m {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .pa0-m {
    padding: 0;
  }
  .pa1-m {
    padding: 0.25rem;
  }
  .pa2-m {
    padding: 0.5rem;
  }
  .pa3-m {
    padding: 1rem;
  }
  .pa4-m {
    padding: 2rem;
  }
  .pa5-m {
    padding: 4rem;
  }
  .pa6-m {
    padding: 8rem;
  }
  .pa7-m {
    padding: 16rem;
  }
  .pl0-m {
    padding-left: 0;
  }
  .pl1-m {
    padding-left: 0.25rem;
  }
  .pl2-m {
    padding-left: 0.5rem;
  }
  .pl3-m {
    padding-left: 1rem;
  }
  .pl4-m {
    padding-left: 2rem;
  }
  .pl5-m {
    padding-left: 4rem;
  }
  .pl6-m {
    padding-left: 8rem;
  }
  .pl7-m {
    padding-left: 16rem;
  }
  .pr0-m {
    padding-right: 0;
  }
  .pr1-m {
    padding-right: 0.25rem;
  }
  .pr2-m {
    padding-right: 0.5rem;
  }
  .pr3-m {
    padding-right: 1rem;
  }
  .pr4-m {
    padding-right: 2rem;
  }
  .pr5-m {
    padding-right: 4rem;
  }
  .pr6-m {
    padding-right: 8rem;
  }
  .pr7-m {
    padding-right: 16rem;
  }
  .pb0-m {
    padding-bottom: 0;
  }
  .pb1-m {
    padding-bottom: 0.25rem;
  }
  .pb2-m {
    padding-bottom: 0.5rem;
  }
  .pb3-m {
    padding-bottom: 1rem;
  }
  .pb4-m {
    padding-bottom: 2rem;
  }
  .pb5-m {
    padding-bottom: 4rem;
  }
  .pb6-m {
    padding-bottom: 8rem;
  }
  .pb7-m {
    padding-bottom: 16rem;
  }
  .pt0-m {
    padding-top: 0;
  }
  .pt1-m {
    padding-top: 0.25rem;
  }
  .pt2-m {
    padding-top: 0.5rem;
  }
  .pt3-m {
    padding-top: 1rem;
  }
  .pt4-m {
    padding-top: 2rem;
  }
  .pt5-m {
    padding-top: 4rem;
  }
  .pt6-m {
    padding-top: 8rem;
  }
  .pt7-m {
    padding-top: 16rem;
  }
  .pv0-m {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1-m {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pv2-m {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pv3-m {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pv4-m {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pv5-m {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pv6-m {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pv7-m {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .ph0-m {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1-m {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .ph2-m {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .ph3-m {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ph4-m {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ph5-m {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ph6-m {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .ph7-m {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .ma0-m {
    margin: 0;
  }
  .ma1-m {
    margin: 0.25rem;
  }
  .ma2-m {
    margin: 0.5rem;
  }
  .ma3-m {
    margin: 1rem;
  }
  .ma4-m {
    margin: 2rem;
  }
  .ma5-m {
    margin: 4rem;
  }
  .ma6-m {
    margin: 8rem;
  }
  .ma7-m {
    margin: 16rem;
  }
  .ml0-m {
    margin-left: 0;
  }
  .ml1-m {
    margin-left: 0.25rem;
  }
  .ml2-m {
    margin-left: 0.5rem;
  }
  .ml3-m {
    margin-left: 1rem;
  }
  .ml4-m {
    margin-left: 2rem;
  }
  .ml5-m {
    margin-left: 4rem;
  }
  .ml6-m {
    margin-left: 8rem;
  }
  .ml7-m {
    margin-left: 16rem;
  }
  .mr0-m {
    margin-right: 0;
  }
  .mr1-m {
    margin-right: 0.25rem;
  }
  .mr2-m {
    margin-right: 0.5rem;
  }
  .mr3-m {
    margin-right: 1rem;
  }
  .mr4-m {
    margin-right: 2rem;
  }
  .mr5-m {
    margin-right: 4rem;
  }
  .mr6-m {
    margin-right: 8rem;
  }
  .mr7-m {
    margin-right: 16rem;
  }
  .mb0-m {
    margin-bottom: 0;
  }
  .mb1-m {
    margin-bottom: 0.25rem;
  }
  .mb2-m {
    margin-bottom: 0.5rem;
  }
  .mb3-m {
    margin-bottom: 1rem;
  }
  .mb4-m {
    margin-bottom: 2rem;
  }
  .mb5-m {
    margin-bottom: 4rem;
  }
  .mb6-m {
    margin-bottom: 8rem;
  }
  .mb7-m {
    margin-bottom: 16rem;
  }
  .mt0-m {
    margin-top: 0;
  }
  .mt1-m {
    margin-top: 0.25rem;
  }
  .mt2-m {
    margin-top: 0.5rem;
  }
  .mt3-m {
    margin-top: 1rem;
  }
  .mt4-m {
    margin-top: 2rem;
  }
  .mt5-m {
    margin-top: 4rem;
  }
  .mt6-m {
    margin-top: 8rem;
  }
  .mt7-m {
    margin-top: 16rem;
  }
  .mv0-m {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1-m {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mv2-m {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mv3-m {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mv4-m {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mv5-m {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mv6-m {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mv7-m {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .mh0-m {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1-m {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mh2-m {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mh3-m {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mh4-m {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mh5-m {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .mh6-m {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .mh7-m {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .na1-m {
    margin: -0.25rem;
  }
  .na2-m {
    margin: -0.5rem;
  }
  .na3-m {
    margin: -1rem;
  }
  .na4-m {
    margin: -2rem;
  }
  .na5-m {
    margin: -4rem;
  }
  .na6-m {
    margin: -8rem;
  }
  .na7-m {
    margin: -16rem;
  }
  .nl1-m {
    margin-left: -0.25rem;
  }
  .nl2-m {
    margin-left: -0.5rem;
  }
  .nl3-m {
    margin-left: -1rem;
  }
  .nl4-m {
    margin-left: -2rem;
  }
  .nl5-m {
    margin-left: -4rem;
  }
  .nl6-m {
    margin-left: -8rem;
  }
  .nl7-m {
    margin-left: -16rem;
  }
  .nr1-m {
    margin-right: -0.25rem;
  }
  .nr2-m {
    margin-right: -0.5rem;
  }
  .nr3-m {
    margin-right: -1rem;
  }
  .nr4-m {
    margin-right: -2rem;
  }
  .nr5-m {
    margin-right: -4rem;
  }
  .nr6-m {
    margin-right: -8rem;
  }
  .nr7-m {
    margin-right: -16rem;
  }
  .nb1-m {
    margin-bottom: -0.25rem;
  }
  .nb2-m {
    margin-bottom: -0.5rem;
  }
  .nb3-m {
    margin-bottom: -1rem;
  }
  .nb4-m {
    margin-bottom: -2rem;
  }
  .nb5-m {
    margin-bottom: -4rem;
  }
  .nb6-m {
    margin-bottom: -8rem;
  }
  .nb7-m {
    margin-bottom: -16rem;
  }
  .nt1-m {
    margin-top: -0.25rem;
  }
  .nt2-m {
    margin-top: -0.5rem;
  }
  .nt3-m {
    margin-top: -1rem;
  }
  .nt4-m {
    margin-top: -2rem;
  }
  .nt5-m {
    margin-top: -4rem;
  }
  .nt6-m {
    margin-top: -8rem;
  }
  .nt7-m {
    margin-top: -16rem;
  }
  .strike-m {
    text-decoration: line-through;
  }
  .underline-m {
    text-decoration: underline;
  }
  .no-underline-m {
    text-decoration: none;
  }
  .tl-m {
    text-align: left;
  }
  .tr-m {
    text-align: right;
  }
  .tc-m {
    text-align: center;
  }
  .tj-m {
    text-align: justify;
  }
  .ttc-m {
    text-transform: capitalize;
  }
  .ttl-m {
    text-transform: lowercase;
  }
  .ttu-m {
    text-transform: uppercase;
  }
  .ttn-m {
    text-transform: none;
  }
  .f-6-m,
  .f-headline-m {
    font-size: 6rem;
  }
  .f-5-m,
  .f-subheadline-m {
    font-size: 5rem;
  }
  .f1-m {
    font-size: 3rem;
  }
  .f2-m {
    font-size: 2.25rem;
  }
  .f3-m {
    font-size: 1.5rem;
  }
  .f4-m {
    font-size: 1.25rem;
  }
  .f5-m {
    font-size: 1rem;
  }
  .f6-m {
    font-size: 0.875rem;
  }
  .f7-m {
    font-size: 0.75rem;
  }
  .measure-m {
    max-width: 30em;
  }
  .measure-wide-m {
    max-width: 34em;
  }
  .measure-narrow-m {
    max-width: 20em;
  }
  .indent-m {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .small-caps-m {
    font-variant: small-caps;
  }
  .truncate-m {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .center-m {
    margin-right: auto;
    margin-left: auto;
  }
  .mr-auto-m {
    margin-right: auto;
  }
  .ml-auto-m {
    margin-left: auto;
  }
  .clip-m {
    position: fixed !important;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
  .ws-normal-m {
    white-space: normal;
  }
  .nowrap-m {
    white-space: nowrap;
  }
  .pre-m {
    white-space: pre;
  }
  .v-base-m {
    vertical-align: baseline;
  }
  .v-mid-m {
    vertical-align: middle;
  }
  .v-top-m {
    vertical-align: top;
  }
  .v-btm-m {
    vertical-align: bottom;
  }
}
@media screen and (min-width: 992px) {
  .aspect-ratio-l {
    height: 0;
    position: relative;
  }
  .aspect-ratio--16x9-l {
    padding-bottom: 56.25%;
  }
  .aspect-ratio--9x16-l {
    padding-bottom: 177.77%;
  }
  .aspect-ratio--4x3-l {
    padding-bottom: 75%;
  }
  .aspect-ratio--3x4-l {
    padding-bottom: 133.33%;
  }
  .aspect-ratio--6x4-l {
    padding-bottom: 66.6%;
  }
  .aspect-ratio--4x6-l {
    padding-bottom: 150%;
  }
  .aspect-ratio--8x5-l {
    padding-bottom: 62.5%;
  }
  .aspect-ratio--5x8-l {
    padding-bottom: 160%;
  }
  .aspect-ratio--7x5-l {
    padding-bottom: 71.42%;
  }
  .aspect-ratio--5x7-l {
    padding-bottom: 140%;
  }
  .aspect-ratio--1x1-l {
    padding-bottom: 100%;
  }
  .aspect-ratio--object-l {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .cover-l {
    background-size: cover !important;
  }
  .contain-l {
    background-size: contain !important;
  }
  .bg-center-l {
    background-repeat: no-repeat;
    background-position: center center;
  }
  .bg-top-l {
    background-repeat: no-repeat;
    background-position: top center;
  }
  .bg-right-l {
    background-repeat: no-repeat;
    background-position: center right;
  }
  .bg-bottom-l {
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .bg-left-l {
    background-repeat: no-repeat;
    background-position: center left;
  }
  .outline-l {
    outline: 1px solid;
  }
  .outline-transparent-l {
    outline: 1px solid transparent;
  }
  .outline-0-l {
    outline: 0;
  }
  .ba-l {
    border-style: solid;
    border-width: 1px;
  }
  .bt-l {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .br-l {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .bb-l {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .bl-l {
    border-left-style: solid;
    border-left-width: 1px;
  }
  .bn-l {
    border-style: none;
    border-width: 0;
  }
  .br0-l {
    border-radius: 0;
  }
  .br1-l {
    border-radius: 0.125rem;
  }
  .br2-l {
    border-radius: 0.25rem;
  }
  .br3-l {
    border-radius: 0.5rem;
  }
  .br4-l {
    border-radius: 1rem;
  }
  .br-100-l {
    border-radius: 100%;
  }
  .br-pill-l {
    border-radius: 9999px;
  }
  .br--bottom-l {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .br--top-l {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .br--right-l {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .br--left-l {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .b--dotted-l {
    border-style: dotted;
  }
  .b--dashed-l {
    border-style: dashed;
  }
  .b--solid-l {
    border-style: solid;
  }
  .b--none-l {
    border-style: none;
  }
  .bw0-l {
    border-width: 0;
  }
  .bw1-l {
    border-width: 0.125rem;
  }
  .bw2-l {
    border-width: 0.25rem;
  }
  .bw3-l {
    border-width: 0.5rem;
  }
  .bw4-l {
    border-width: 1rem;
  }
  .bw5-l {
    border-width: 2rem;
  }
  .bt-0-l {
    border-top-width: 0;
  }
  .br-0-l {
    border-right-width: 0;
  }
  .bb-0-l {
    border-bottom-width: 0;
  }
  .bl-0-l {
    border-left-width: 0;
  }
  .shadow-1-l {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-2-l {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-3-l {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-4-l {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .shadow-5-l {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .top-0-l {
    top: 0;
  }
  .left-0-l {
    left: 0;
  }
  .right-0-l {
    right: 0;
  }
  .bottom-0-l {
    bottom: 0;
  }
  .top-1-l {
    top: 1rem;
  }
  .left-1-l {
    left: 1rem;
  }
  .right-1-l {
    right: 1rem;
  }
  .bottom-1-l {
    bottom: 1rem;
  }
  .top-2-l {
    top: 2rem;
  }
  .left-2-l {
    left: 2rem;
  }
  .right-2-l {
    right: 2rem;
  }
  .bottom-2-l {
    bottom: 2rem;
  }
  .top--1-l {
    top: -1rem;
  }
  .right--1-l {
    right: -1rem;
  }
  .bottom--1-l {
    bottom: -1rem;
  }
  .left--1-l {
    left: -1rem;
  }
  .top--2-l {
    top: -2rem;
  }
  .right--2-l {
    right: -2rem;
  }
  .bottom--2-l {
    bottom: -2rem;
  }
  .left--2-l {
    left: -2rem;
  }
  .absolute--fill-l {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .cl-l {
    clear: left;
  }
  .cr-l {
    clear: right;
  }
  .cb-l {
    clear: both;
  }
  .cn-l {
    clear: none;
  }
  .dn-l {
    display: none;
  }
  .di-l {
    display: inline;
  }
  .db-l {
    display: block;
  }
  .dib-l {
    display: inline-block;
  }
  .dit-l {
    display: inline-table;
  }
  .dt-l {
    display: table;
  }
  .dtc-l {
    display: table-cell;
  }
  .dt-row-l {
    display: table-row;
  }
  .dt-row-group-l {
    display: table-row-group;
  }
  .dt-column-l {
    display: table-column;
  }
  .dt-column-group-l {
    display: table-column-group;
  }
  .dt--fixed-l {
    table-layout: fixed;
    width: 100%;
  }
  .flex-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .inline-flex-l {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .flex-auto-l {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    /* 1 */
    min-height: 0;
    /* 1 */
  }
  .flex-none-l {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .flex-column-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-row-l {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-wrap-l {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-nowrap-l {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-l {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-column-reverse-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-row-reverse-l {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .items-start-l {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .items-end-l {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .items-center-l {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .items-baseline-l {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .items-stretch-l {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .self-start-l {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .self-end-l {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .self-center-l {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .self-baseline-l {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .self-stretch-l {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .justify-start-l {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-end-l {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-center-l {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-between-l {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-around-l {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .content-start-l {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .content-end-l {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .content-center-l {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .content-between-l {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .content-around-l {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .content-stretch-l {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .order-0-l {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-1-l {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-2-l {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-3-l {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-4-l {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-5-l {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-6-l {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-7-l {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-8-l {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-last-l {
    -webkit-box-ordinal-group: 100000;
    -ms-flex-order: 99999;
    order: 99999;
  }
  .flex-grow-0-l {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-grow-1-l {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-shrink-0-l {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-shrink-1-l {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .fl-l {
    float: left;
    display: inline;
  }
  .fr-l {
    float: right;
    display: inline;
  }
  .fn-l {
    float: none;
  }
  .i-l {
    font-style: italic;
  }
  .fs-normal-l {
    font-style: normal;
  }
  .normal-l {
    font-weight: normal;
  }
  .b-l {
    font-weight: bold;
  }
  .fw1-l {
    font-weight: 100;
  }
  .fw2-l {
    font-weight: 200;
  }
  .fw3-l {
    font-weight: 300;
  }
  .fw4-l {
    font-weight: 400;
  }
  .fw5-l {
    font-weight: 500;
  }
  .fw6-l {
    font-weight: 600;
  }
  .fw7-l {
    font-weight: 700;
  }
  .fw8-l {
    font-weight: 800;
  }
  .fw9-l {
    font-weight: 900;
  }
  .h1-l {
    height: 1rem;
  }
  .h2-l {
    height: 2rem;
  }
  .h3-l {
    height: 4rem;
  }
  .h4-l {
    height: 8rem;
  }
  .h5-l {
    height: 16rem;
  }
  .h-25-l {
    height: 25%;
  }
  .h-50-l {
    height: 50%;
  }
  .h-75-l {
    height: 75%;
  }
  .h-100-l {
    height: 100%;
  }
  .min-h-100-l {
    min-height: 100%;
  }
  .vh-25-l {
    height: 25vh;
  }
  .vh-50-l {
    height: 50vh;
  }
  .vh-75-l {
    height: 75vh;
  }
  .vh-100-l {
    height: 100vh;
  }
  .min-vh-100-l {
    min-height: 100vh;
  }
  .h-auto-l {
    height: auto;
  }
  .h-inherit-l {
    height: inherit;
  }
  .tracked-l {
    letter-spacing: 0.1em;
  }
  .tracked-tight-l {
    letter-spacing: -0.05em;
  }
  .tracked-mega-l {
    letter-spacing: 0.25em;
  }
  .lh-solid-l {
    line-height: 1;
  }
  .lh-title-l {
    line-height: 1.25;
  }
  .lh-copy-l {
    line-height: 1.5;
  }
  .mw-100-l {
    max-width: 100%;
  }
  .mw1-l {
    max-width: 1rem;
  }
  .mw2-l {
    max-width: 2rem;
  }
  .mw3-l {
    max-width: 4rem;
  }
  .mw4-l {
    max-width: 8rem;
  }
  .mw5-l {
    max-width: 16rem;
  }
  .mw6-l {
    max-width: 32rem;
  }
  .mw7-l {
    max-width: 48rem;
  }
  .mw8-l {
    max-width: 64rem;
  }
  .mw9-l {
    max-width: 96rem;
  }
  .mw-none-l {
    max-width: none;
  }
  .w1-l {
    width: 1rem;
  }
  .w2-l {
    width: 2rem;
  }
  .w3-l {
    width: 4rem;
  }
  .w4-l {
    width: 8rem;
  }
  .w5-l {
    width: 16rem;
  }
  .w-10-l {
    width: 10%;
  }
  .w-20-l {
    width: 20%;
  }
  .w-25-l {
    width: 25%;
  }
  .w-30-l {
    width: 30%;
  }
  .w-33-l {
    width: 33%;
  }
  .w-34-l {
    width: 34%;
  }
  .w-40-l {
    width: 40%;
  }
  .w-50-l {
    width: 50%;
  }
  .w-60-l {
    width: 60%;
  }
  .w-70-l {
    width: 70%;
  }
  .w-75-l {
    width: 75%;
  }
  .w-80-l {
    width: 80%;
  }
  .w-90-l {
    width: 90%;
  }
  .w-100-l {
    width: 100%;
  }
  .w-third-l {
    width: 33.33333333%;
  }
  .w-two-thirds-l {
    width: 66.66666667%;
  }
  .w-auto-l {
    width: auto;
  }
  .overflow-visible-l {
    overflow: visible;
  }
  .overflow-hidden-l {
    overflow: hidden;
  }
  .overflow-scroll-l {
    overflow: scroll;
  }
  .overflow-auto-l {
    overflow: auto;
  }
  .overflow-x-visible-l {
    overflow-x: visible;
  }
  .overflow-x-hidden-l {
    overflow-x: hidden;
  }
  .overflow-x-scroll-l {
    overflow-x: scroll;
  }
  .overflow-x-auto-l {
    overflow-x: auto;
  }
  .overflow-y-visible-l {
    overflow-y: visible;
  }
  .overflow-y-hidden-l {
    overflow-y: hidden;
  }
  .overflow-y-scroll-l {
    overflow-y: scroll;
  }
  .overflow-y-auto-l {
    overflow-y: auto;
  }
  .static-l {
    position: static;
  }
  .relative-l {
    position: relative;
  }
  .absolute-l {
    position: absolute;
  }
  .fixed-l {
    position: fixed;
  }
  .rotate-45-l {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .rotate-90-l {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rotate-135-l {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .rotate-180-l {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .rotate-225-l {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .rotate-270-l {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .rotate-315-l {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .pa0-l {
    padding: 0;
  }
  .pa1-l {
    padding: 0.25rem;
  }
  .pa2-l {
    padding: 0.5rem;
  }
  .pa3-l {
    padding: 1rem;
  }
  .pa4-l {
    padding: 2rem;
  }
  .pa5-l {
    padding: 4rem;
  }
  .pa6-l {
    padding: 8rem;
  }
  .pa7-l {
    padding: 16rem;
  }
  .pl0-l {
    padding-left: 0;
  }
  .pl1-l {
    padding-left: 0.25rem;
  }
  .pl2-l {
    padding-left: 0.5rem;
  }
  .pl3-l {
    padding-left: 1rem;
  }
  .pl4-l {
    padding-left: 2rem;
  }
  .pl5-l {
    padding-left: 4rem;
  }
  .pl6-l {
    padding-left: 8rem;
  }
  .pl7-l {
    padding-left: 16rem;
  }
  .pr0-l {
    padding-right: 0;
  }
  .pr1-l {
    padding-right: 0.25rem;
  }
  .pr2-l {
    padding-right: 0.5rem;
  }
  .pr3-l {
    padding-right: 1rem;
  }
  .pr4-l {
    padding-right: 2rem;
  }
  .pr5-l {
    padding-right: 4rem;
  }
  .pr6-l {
    padding-right: 8rem;
  }
  .pr7-l {
    padding-right: 16rem;
  }
  .pb0-l {
    padding-bottom: 0;
  }
  .pb1-l {
    padding-bottom: 0.25rem;
  }
  .pb2-l {
    padding-bottom: 0.5rem;
  }
  .pb3-l {
    padding-bottom: 1rem;
  }
  .pb4-l {
    padding-bottom: 2rem;
  }
  .pb5-l {
    padding-bottom: 4rem;
  }
  .pb6-l {
    padding-bottom: 8rem;
  }
  .pb7-l {
    padding-bottom: 16rem;
  }
  .pt0-l {
    padding-top: 0;
  }
  .pt1-l {
    padding-top: 0.25rem;
  }
  .pt2-l {
    padding-top: 0.5rem;
  }
  .pt3-l {
    padding-top: 1rem;
  }
  .pt4-l {
    padding-top: 2rem;
  }
  .pt5-l {
    padding-top: 4rem;
  }
  .pt6-l {
    padding-top: 8rem;
  }
  .pt7-l {
    padding-top: 16rem;
  }
  .pv0-l {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1-l {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pv2-l {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pv3-l {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pv4-l {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pv5-l {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pv6-l {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pv7-l {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .ph0-l {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1-l {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .ph2-l {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .ph3-l {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ph4-l {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ph5-l {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ph6-l {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .ph7-l {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .ma0-l {
    margin: 0;
  }
  .ma1-l {
    margin: 0.25rem;
  }
  .ma2-l {
    margin: 0.5rem;
  }
  .ma3-l {
    margin: 1rem;
  }
  .ma4-l {
    margin: 2rem;
  }
  .ma5-l {
    margin: 4rem;
  }
  .ma6-l {
    margin: 8rem;
  }
  .ma7-l {
    margin: 16rem;
  }
  .ml0-l {
    margin-left: 0;
  }
  .ml1-l {
    margin-left: 0.25rem;
  }
  .ml2-l {
    margin-left: 0.5rem;
  }
  .ml3-l {
    margin-left: 1rem;
  }
  .ml4-l {
    margin-left: 2rem;
  }
  .ml5-l {
    margin-left: 4rem;
  }
  .ml6-l {
    margin-left: 8rem;
  }
  .ml7-l {
    margin-left: 16rem;
  }
  .mr0-l {
    margin-right: 0;
  }
  .mr1-l {
    margin-right: 0.25rem;
  }
  .mr2-l {
    margin-right: 0.5rem;
  }
  .mr3-l {
    margin-right: 1rem;
  }
  .mr4-l {
    margin-right: 2rem;
  }
  .mr5-l {
    margin-right: 4rem;
  }
  .mr6-l {
    margin-right: 8rem;
  }
  .mr7-l {
    margin-right: 16rem;
  }
  .mb0-l {
    margin-bottom: 0;
  }
  .mb1-l {
    margin-bottom: 0.25rem;
  }
  .mb2-l {
    margin-bottom: 0.5rem;
  }
  .mb3-l {
    margin-bottom: 1rem;
  }
  .mb4-l {
    margin-bottom: 2rem;
  }
  .mb5-l {
    margin-bottom: 4rem;
  }
  .mb6-l {
    margin-bottom: 8rem;
  }
  .mb7-l {
    margin-bottom: 16rem;
  }
  .mt0-l {
    margin-top: 0;
  }
  .mt1-l {
    margin-top: 0.25rem;
  }
  .mt2-l {
    margin-top: 0.5rem;
  }
  .mt3-l {
    margin-top: 1rem;
  }
  .mt4-l {
    margin-top: 2rem;
  }
  .mt5-l {
    margin-top: 4rem;
  }
  .mt6-l {
    margin-top: 8rem;
  }
  .mt7-l {
    margin-top: 16rem;
  }
  .mv0-l {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1-l {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mv2-l {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mv3-l {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mv4-l {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mv5-l {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mv6-l {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mv7-l {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .mh0-l {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1-l {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mh2-l {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mh3-l {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mh4-l {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mh5-l {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .mh6-l {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .mh7-l {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .na1-l {
    margin: -0.25rem;
  }
  .na2-l {
    margin: -0.5rem;
  }
  .na3-l {
    margin: -1rem;
  }
  .na4-l {
    margin: -2rem;
  }
  .na5-l {
    margin: -4rem;
  }
  .na6-l {
    margin: -8rem;
  }
  .na7-l {
    margin: -16rem;
  }
  .nl1-l {
    margin-left: -0.25rem;
  }
  .nl2-l {
    margin-left: -0.5rem;
  }
  .nl3-l {
    margin-left: -1rem;
  }
  .nl4-l {
    margin-left: -2rem;
  }
  .nl5-l {
    margin-left: -4rem;
  }
  .nl6-l {
    margin-left: -8rem;
  }
  .nl7-l {
    margin-left: -16rem;
  }
  .nr1-l {
    margin-right: -0.25rem;
  }
  .nr2-l {
    margin-right: -0.5rem;
  }
  .nr3-l {
    margin-right: -1rem;
  }
  .nr4-l {
    margin-right: -2rem;
  }
  .nr5-l {
    margin-right: -4rem;
  }
  .nr6-l {
    margin-right: -8rem;
  }
  .nr7-l {
    margin-right: -16rem;
  }
  .nb1-l {
    margin-bottom: -0.25rem;
  }
  .nb2-l {
    margin-bottom: -0.5rem;
  }
  .nb3-l {
    margin-bottom: -1rem;
  }
  .nb4-l {
    margin-bottom: -2rem;
  }
  .nb5-l {
    margin-bottom: -4rem;
  }
  .nb6-l {
    margin-bottom: -8rem;
  }
  .nb7-l {
    margin-bottom: -16rem;
  }
  .nt1-l {
    margin-top: -0.25rem;
  }
  .nt2-l {
    margin-top: -0.5rem;
  }
  .nt3-l {
    margin-top: -1rem;
  }
  .nt4-l {
    margin-top: -2rem;
  }
  .nt5-l {
    margin-top: -4rem;
  }
  .nt6-l {
    margin-top: -8rem;
  }
  .nt7-l {
    margin-top: -16rem;
  }
  .strike-l {
    text-decoration: line-through;
  }
  .underline-l {
    text-decoration: underline;
  }
  .no-underline-l {
    text-decoration: none;
  }
  .tl-l {
    text-align: left;
  }
  .tr-l {
    text-align: right;
  }
  .tc-l {
    text-align: center;
  }
  .tj-l {
    text-align: justify;
  }
  .ttc-l {
    text-transform: capitalize;
  }
  .ttl-l {
    text-transform: lowercase;
  }
  .ttu-l {
    text-transform: uppercase;
  }
  .ttn-l {
    text-transform: none;
  }
  .f-6-l,
  .f-headline-l {
    font-size: 6rem;
  }
  .f-5-l,
  .f-subheadline-l {
    font-size: 5rem;
  }
  .f1-l {
    font-size: 3rem;
  }
  .f2-l {
    font-size: 2.25rem;
  }
  .f3-l {
    font-size: 1.5rem;
  }
  .f4-l {
    font-size: 1.25rem;
  }
  .f5-l {
    font-size: 1rem;
  }
  .f6-l {
    font-size: 0.875rem;
  }
  .f7-l {
    font-size: 0.75rem;
  }
  .measure-l {
    max-width: 30em;
  }
  .measure-wide-l {
    max-width: 34em;
  }
  .measure-narrow-l {
    max-width: 20em;
  }
  .indent-l {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .small-caps-l {
    font-variant: small-caps;
  }
  .truncate-l {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .center-l {
    margin-right: auto;
    margin-left: auto;
  }
  .mr-auto-l {
    margin-right: auto;
  }
  .ml-auto-l {
    margin-left: auto;
  }
  .clip-l {
    position: fixed !important;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
  .ws-normal-l {
    white-space: normal;
  }
  .nowrap-l {
    white-space: nowrap;
  }
  .pre-l {
    white-space: pre;
  }
  .v-base-l {
    vertical-align: baseline;
  }
  .v-mid-l {
    vertical-align: middle;
  }
  .v-top-l {
    vertical-align: top;
  }
  .v-btm-l {
    vertical-align: bottom;
  }
}
*.pa0 {
  padding: 0;
}
*.pa1 {
  padding: 0.25rem;
}
*.pa2 {
  padding: 0.5rem;
}
*.pa3 {
  padding: 1rem;
}
*.pa4 {
  padding: 2rem;
}
*.pa5 {
  padding: 4rem;
}
*.pa6 {
  padding: 8rem;
}
*.pa7 {
  padding: 16rem;
}
*.pl0 {
  padding-left: 0;
}
*.pl1 {
  padding-left: 0.25rem;
}
*.pl2 {
  padding-left: 0.5rem;
}
*.pl3 {
  padding-left: 1rem;
}
*.pl4 {
  padding-left: 2rem;
}
*.pl5 {
  padding-left: 4rem;
}
*.pl6 {
  padding-left: 8rem;
}
*.pl7 {
  padding-left: 16rem;
}
*.pr0 {
  padding-right: 0;
}
*.pr1 {
  padding-right: 0.25rem;
}
*.pr2 {
  padding-right: 0.5rem;
}
*.pr3 {
  padding-right: 1rem;
}
*.pr4 {
  padding-right: 2rem;
}
*.pr5 {
  padding-right: 4rem;
}
*.pr6 {
  padding-right: 8rem;
}
*.pr7 {
  padding-right: 16rem;
}
*.pb0 {
  padding-bottom: 0;
}
*.pb1 {
  padding-bottom: 0.25rem;
}
*.pb2 {
  padding-bottom: 0.5rem;
}
*.pb3 {
  padding-bottom: 1rem;
}
*.pb4 {
  padding-bottom: 2rem;
}
*.pb5 {
  padding-bottom: 4rem;
}
*.pb6 {
  padding-bottom: 8rem;
}
*.pb7 {
  padding-bottom: 16rem;
}
*.pt0 {
  padding-top: 0;
}
*.pt1 {
  padding-top: 0.25rem;
}
*.pt2 {
  padding-top: 0.5rem;
}
*.pt3 {
  padding-top: 1rem;
}
*.pt4 {
  padding-top: 2rem;
}
*.pt5 {
  padding-top: 4rem;
}
*.pt6 {
  padding-top: 8rem;
}
*.pt7 {
  padding-top: 16rem;
}
*.pv0 {
  padding-top: 0;
  padding-bottom: 0;
}
*.pv1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
*.pv2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
*.pv3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
*.pv4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
*.pv5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
*.pv6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
*.pv7 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}
*.ph0 {
  padding-left: 0;
  padding-right: 0;
}
*.ph1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
*.ph2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
*.ph3 {
  padding-left: 1rem;
  padding-right: 1rem;
}
*.ph4 {
  padding-left: 2rem;
  padding-right: 2rem;
}
*.ph5 {
  padding-left: 4rem;
  padding-right: 4rem;
}
*.ph6 {
  padding-left: 8rem;
  padding-right: 8rem;
}
*.ph7 {
  padding-left: 16rem;
  padding-right: 16rem;
}
@media (min-width: 480px) {
  .section-background *.pa0-s {
    padding: 0;
  }
  .section-background *.pa1-s {
    padding: 0.25rem;
  }
  .section-background *.pa2-s {
    padding: 0.5rem;
  }
  .section-background *.pa3-s {
    padding: 1rem;
  }
  .section-background *.pa4-s {
    padding: 2rem;
  }
  .section-background *.pa5-s {
    padding: 4rem;
  }
  .section-background *.pa6-s {
    padding: 8rem;
  }
  .section-background *.pa7-s {
    padding: 16rem;
  }
  .section-background *.pl0-s {
    padding-left: 0;
  }
  .section-background *.pl1-s {
    padding-left: 0.25rem;
  }
  .section-background *.pl2-s {
    padding-left: 0.5rem;
  }
  .section-background *.pl3-s {
    padding-left: 1rem;
  }
  .section-background *.pl4-s {
    padding-left: 2rem;
  }
  .section-background *.pl5-s {
    padding-left: 4rem;
  }
  .section-background *.pl6-s {
    padding-left: 8rem;
  }
  .section-background *.pl7-s {
    padding-left: 16rem;
  }
  .section-background *.pr0-s {
    padding-right: 0;
  }
  .section-background *.pr1-s {
    padding-right: 0.25rem;
  }
  .section-background *.pr2-s {
    padding-right: 0.5rem;
  }
  .section-background *.pr3-s {
    padding-right: 1rem;
  }
  .section-background *.pr4-s {
    padding-right: 2rem;
  }
  .section-background *.pr5-s {
    padding-right: 4rem;
  }
  .section-background *.pr6-s {
    padding-right: 8rem;
  }
  .section-background *.pr7-s {
    padding-right: 16rem;
  }
  .section-background *.pb0-s {
    padding-bottom: 0;
  }
  .section-background *.pb1-s {
    padding-bottom: 0.25rem;
  }
  .section-background *.pb2-s {
    padding-bottom: 0.5rem;
  }
  .section-background *.pb3-s {
    padding-bottom: 1rem;
  }
  .section-background *.pb4-s {
    padding-bottom: 2rem;
  }
  .section-background *.pb5-s {
    padding-bottom: 4rem;
  }
  .section-background *.pb6-s {
    padding-bottom: 8rem;
  }
  .section-background *.pb7-s {
    padding-bottom: 16rem;
  }
  .section-background *.pt0-s {
    padding-top: 0;
  }
  .section-background *.pt1-s {
    padding-top: 0.25rem;
  }
  .section-background *.pt2-s {
    padding-top: 0.5rem;
  }
  .section-background *.pt3-s {
    padding-top: 1rem;
  }
  .section-background *.pt4-s {
    padding-top: 2rem;
  }
  .section-background *.pt5-s {
    padding-top: 4rem;
  }
  .section-background *.pt6-s {
    padding-top: 8rem;
  }
  .section-background *.pt7-s {
    padding-top: 16rem;
  }
  .section-background *.pv0-s {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-background *.pv1-s {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .section-background *.pv2-s {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .section-background *.pv3-s {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .section-background *.pv4-s {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .section-background *.pv5-s {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .section-background *.pv6-s {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .section-background *.pv7-s {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .section-background *.ph0-s {
    padding-left: 0;
    padding-right: 0;
  }
  .section-background *.ph1-s {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .section-background *.ph2-s {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .section-background *.ph3-s {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .section-background *.ph4-s {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .section-background *.ph5-s {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .section-background *.ph6-s {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .section-background *.ph7-s {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}
@media (min-width: 768px) {
  *.pa0-m {
    padding: 0;
  }
  *.pa1-m {
    padding: 0.25rem;
  }
  *.pa2-m {
    padding: 0.5rem;
  }
  *.pa3-m {
    padding: 1rem;
  }
  *.pa4-m {
    padding: 2rem;
  }
  *.pa5-m {
    padding: 4rem;
  }
  *.pa6-m {
    padding: 8rem;
  }
  *.pa7-m {
    padding: 16rem;
  }
  *.pl0-m {
    padding-left: 0;
  }
  *.pl1-m {
    padding-left: 0.25rem;
  }
  *.pl2-m {
    padding-left: 0.5rem;
  }
  *.pl3-m {
    padding-left: 1rem;
  }
  *.pl4-m {
    padding-left: 2rem;
  }
  *.pl5-m {
    padding-left: 4rem;
  }
  *.pl6-m {
    padding-left: 8rem;
  }
  *.pl7-m {
    padding-left: 16rem;
  }
  *.pr0-m {
    padding-right: 0;
  }
  *.pr1-m {
    padding-right: 0.25rem;
  }
  *.pr2-m {
    padding-right: 0.5rem;
  }
  *.pr3-m {
    padding-right: 1rem;
  }
  *.pr4-m {
    padding-right: 2rem;
  }
  *.pr5-m {
    padding-right: 4rem;
  }
  *.pr6-m {
    padding-right: 8rem;
  }
  *.pr7-m {
    padding-right: 16rem;
  }
  *.pb0-m {
    padding-bottom: 0;
  }
  *.pb1-m {
    padding-bottom: 0.25rem;
  }
  *.pb2-m {
    padding-bottom: 0.5rem;
  }
  *.pb3-m {
    padding-bottom: 1rem;
  }
  *.pb4-m {
    padding-bottom: 2rem;
  }
  *.pb5-m {
    padding-bottom: 4rem;
  }
  *.pb6-m {
    padding-bottom: 8rem;
  }
  *.pb7-m {
    padding-bottom: 16rem;
  }
  *.pt0-m {
    padding-top: 0;
  }
  *.pt1-m {
    padding-top: 0.25rem;
  }
  *.pt2-m {
    padding-top: 0.5rem;
  }
  *.pt3-m {
    padding-top: 1rem;
  }
  *.pt4-m {
    padding-top: 2rem;
  }
  *.pt5-m {
    padding-top: 4rem;
  }
  *.pt6-m {
    padding-top: 8rem;
  }
  *.pt7-m {
    padding-top: 16rem;
  }
  *.pv0-m {
    padding-top: 0;
    padding-bottom: 0;
  }
  *.pv1-m {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  *.pv2-m {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  *.pv3-m {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  *.pv4-m {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  *.pv5-m {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  *.pv6-m {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  *.pv7-m {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  *.ph0-m {
    padding-left: 0;
    padding-right: 0;
  }
  *.ph1-m {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  *.ph2-m {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  *.ph3-m {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  *.ph4-m {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  *.ph5-m {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  *.ph6-m {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  *.ph7-m {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}
@media (min-width: 992px) {
  *.pa0-l {
    padding: 0;
  }
  *.pa1-l {
    padding: 0.25rem;
  }
  *.pa2-l {
    padding: 0.5rem;
  }
  *.pa3-l {
    padding: 1rem;
  }
  *.pa4-l {
    padding: 2rem;
  }
  *.pa5-l {
    padding: 4rem;
  }
  *.pa6-l {
    padding: 8rem;
  }
  *.pa7-l {
    padding: 16rem;
  }
  *.pl0-l {
    padding-left: 0;
  }
  *.pl1-l {
    padding-left: 0.25rem;
  }
  *.pl2-l {
    padding-left: 0.5rem;
  }
  *.pl3-l {
    padding-left: 1rem;
  }
  *.pl4-l {
    padding-left: 2rem;
  }
  *.pl5-l {
    padding-left: 4rem;
  }
  *.pl6-l {
    padding-left: 8rem;
  }
  *.pl7-l {
    padding-left: 16rem;
  }
  *.pr0-l {
    padding-right: 0;
  }
  *.pr1-l {
    padding-right: 0.25rem;
  }
  *.pr2-l {
    padding-right: 0.5rem;
  }
  *.pr3-l {
    padding-right: 1rem;
  }
  *.pr4-l {
    padding-right: 2rem;
  }
  *.pr5-l {
    padding-right: 4rem;
  }
  *.pr6-l {
    padding-right: 8rem;
  }
  *.pr7-l {
    padding-right: 16rem;
  }
  *.pb0-l {
    padding-bottom: 0;
  }
  *.pb1-l {
    padding-bottom: 0.25rem;
  }
  *.pb2-l {
    padding-bottom: 0.5rem;
  }
  *.pb3-l {
    padding-bottom: 1rem;
  }
  *.pb4-l {
    padding-bottom: 2rem;
  }
  *.pb5-l {
    padding-bottom: 4rem;
  }
  *.pb6-l {
    padding-bottom: 8rem;
  }
  *.pb7-l {
    padding-bottom: 16rem;
  }
  *.pt0-l {
    padding-top: 0;
  }
  *.pt1-l {
    padding-top: 0.25rem;
  }
  *.pt2-l {
    padding-top: 0.5rem;
  }
  *.pt3-l {
    padding-top: 1rem;
  }
  *.pt4-l {
    padding-top: 2rem;
  }
  *.pt5-l {
    padding-top: 4rem;
  }
  *.pt6-l {
    padding-top: 8rem;
  }
  *.pt7-l {
    padding-top: 16rem;
  }
  *.pv0-l {
    padding-top: 0;
    padding-bottom: 0;
  }
  *.pv1-l {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  *.pv2-l {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  *.pv3-l {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  *.pv4-l {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  *.pv5-l {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  *.pv6-l {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  *.pv7-l {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  *.ph0-l {
    padding-left: 0;
    padding-right: 0;
  }
  *.ph1-l {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  *.ph2-l {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  *.ph3-l {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  *.ph4-l {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  *.ph5-l {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  *.ph6-l {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  *.ph7-l {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}
.white {
  color: #ffffff;
}
.white:link,
.white:visited {
  color: #ffffff;
}
.black {
  color: #000000;
}
.black:link,
.black:visited {
  color: #000000;
}
.gray-super-light {
  color: #f7f7f7;
}
.gray-super-light:link,
.gray-super-light:visited {
  color: #f7f7f7;
}
.gray-lighter {
  color: #eeeeee;
}
.gray-lighter:link,
.gray-lighter:visited {
  color: #eeeeee;
}
.gray-light {
  color: #bbbbbb;
}
.gray-light:link,
.gray-light:visited {
  color: #bbbbbb;
}
.gray {
  color: #888888;
}
.gray:link,
.gray:visited {
  color: #888888;
}
.gray-medium {
  color: #4a4a4a;
}
.gray-medium:link,
.gray-medium:visited {
  color: #4a4a4a;
}
.gray-dark {
  color: #313538;
}
.gray-dark:link,
.gray-dark:visited {
  color: #313538;
}
.blue {
  color: #337ab7;
}
.blue:link,
.blue:visited {
  color: #337ab7;
}
.blue-dark {
  color: #23527c;
}
.blue-dark:link,
.blue-dark:visited {
  color: #23527c;
}
.green {
  color: #04ad75;
}
.green:link,
.green:visited {
  color: #04ad75;
}
.green-light {
  color: #2AD39B;
}
.green-light:link,
.green-light:visited {
  color: #2AD39B;
}
.green-dark {
  color: #293E36;
}
.green-dark:link,
.green-dark:visited {
  color: #293E36;
}
.pink {
  color: #E2328F;
}
.pink:link,
.pink:visited {
  color: #E2328F;
}

