@charset "UTF-8";
/*=============================================
=              Techgmai Framework              =
=============================================*/
/**
 * Foundation for Sites by ZURB
 * Version 6.4.4-rc1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
@import url("https://fonts.googleapis.com/css?family=Karla");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* 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: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  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 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 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 */ }

/* Links
       ========================================================================== */
/**
     * 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 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in 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.
     */
button {
  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"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 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 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* 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; }

.foundation-mq {
  font-family: "small=0em&shmedium=31.25em&medium=43.75em&large=62.5em&xlarge=75em&xxlarge=90em&xxxlarge=100em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Karla", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #63615E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 2px; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 2px; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 2px;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 93.75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 31.25em) {
      .row .row {
        margin-right: -0.625rem;
        margin-left: -0.625rem; } }
    @media print, screen and (min-width: 43.75em) {
      .row .row {
        margin-right: -0.625rem;
        margin-left: -0.625rem; } }
    @media print, screen and (min-width: 62.5em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 75em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 90em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 100em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-large > .column, .row.gutter-large > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 62.5em) {
    .column, .columns {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 31.25em) {
  .shmedium-1 {
    width: 8.33333%; }
  .shmedium-push-1 {
    position: relative;
    left: 8.33333%; }
  .shmedium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .shmedium-offset-0 {
    margin-left: 0%; }
  .shmedium-2 {
    width: 16.66667%; }
  .shmedium-push-2 {
    position: relative;
    left: 16.66667%; }
  .shmedium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .shmedium-offset-1 {
    margin-left: 8.33333%; }
  .shmedium-3 {
    width: 25%; }
  .shmedium-push-3 {
    position: relative;
    left: 25%; }
  .shmedium-pull-3 {
    position: relative;
    left: -25%; }
  .shmedium-offset-2 {
    margin-left: 16.66667%; }
  .shmedium-4 {
    width: 33.33333%; }
  .shmedium-push-4 {
    position: relative;
    left: 33.33333%; }
  .shmedium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .shmedium-offset-3 {
    margin-left: 25%; }
  .shmedium-5 {
    width: 41.66667%; }
  .shmedium-push-5 {
    position: relative;
    left: 41.66667%; }
  .shmedium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .shmedium-offset-4 {
    margin-left: 33.33333%; }
  .shmedium-6 {
    width: 50%; }
  .shmedium-push-6 {
    position: relative;
    left: 50%; }
  .shmedium-pull-6 {
    position: relative;
    left: -50%; }
  .shmedium-offset-5 {
    margin-left: 41.66667%; }
  .shmedium-7 {
    width: 58.33333%; }
  .shmedium-push-7 {
    position: relative;
    left: 58.33333%; }
  .shmedium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .shmedium-offset-6 {
    margin-left: 50%; }
  .shmedium-8 {
    width: 66.66667%; }
  .shmedium-push-8 {
    position: relative;
    left: 66.66667%; }
  .shmedium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .shmedium-offset-7 {
    margin-left: 58.33333%; }
  .shmedium-9 {
    width: 75%; }
  .shmedium-push-9 {
    position: relative;
    left: 75%; }
  .shmedium-pull-9 {
    position: relative;
    left: -75%; }
  .shmedium-offset-8 {
    margin-left: 66.66667%; }
  .shmedium-10 {
    width: 83.33333%; }
  .shmedium-push-10 {
    position: relative;
    left: 83.33333%; }
  .shmedium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .shmedium-offset-9 {
    margin-left: 75%; }
  .shmedium-11 {
    width: 91.66667%; }
  .shmedium-push-11 {
    position: relative;
    left: 91.66667%; }
  .shmedium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .shmedium-offset-10 {
    margin-left: 83.33333%; }
  .shmedium-12 {
    width: 100%; }
  .shmedium-offset-11 {
    margin-left: 91.66667%; }
  .shmedium-up-1 > .column, .shmedium-up-1 > .columns {
    float: left;
    width: 100%; }
    .shmedium-up-1 > .column:nth-of-type(1n), .shmedium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .shmedium-up-1 > .column:nth-of-type(1n+1), .shmedium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .shmedium-up-1 > .column:last-child, .shmedium-up-1 > .columns:last-child {
      float: left; }
  .shmedium-up-2 > .column, .shmedium-up-2 > .columns {
    float: left;
    width: 50%; }
    .shmedium-up-2 > .column:nth-of-type(1n), .shmedium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .shmedium-up-2 > .column:nth-of-type(2n+1), .shmedium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .shmedium-up-2 > .column:last-child, .shmedium-up-2 > .columns:last-child {
      float: left; }
  .shmedium-up-3 > .column, .shmedium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .shmedium-up-3 > .column:nth-of-type(1n), .shmedium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .shmedium-up-3 > .column:nth-of-type(3n+1), .shmedium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .shmedium-up-3 > .column:last-child, .shmedium-up-3 > .columns:last-child {
      float: left; }
  .shmedium-up-4 > .column, .shmedium-up-4 > .columns {
    float: left;
    width: 25%; }
    .shmedium-up-4 > .column:nth-of-type(1n), .shmedium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .shmedium-up-4 > .column:nth-of-type(4n+1), .shmedium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .shmedium-up-4 > .column:last-child, .shmedium-up-4 > .columns:last-child {
      float: left; }
  .shmedium-up-5 > .column, .shmedium-up-5 > .columns {
    float: left;
    width: 20%; }
    .shmedium-up-5 > .column:nth-of-type(1n), .shmedium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .shmedium-up-5 > .column:nth-of-type(5n+1), .shmedium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .shmedium-up-5 > .column:last-child, .shmedium-up-5 > .columns:last-child {
      float: left; }
  .shmedium-up-6 > .column, .shmedium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .shmedium-up-6 > .column:nth-of-type(1n), .shmedium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .shmedium-up-6 > .column:nth-of-type(6n+1), .shmedium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .shmedium-up-6 > .column:last-child, .shmedium-up-6 > .columns:last-child {
      float: left; }
  .shmedium-up-7 > .column, .shmedium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .shmedium-up-7 > .column:nth-of-type(1n), .shmedium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .shmedium-up-7 > .column:nth-of-type(7n+1), .shmedium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .shmedium-up-7 > .column:last-child, .shmedium-up-7 > .columns:last-child {
      float: left; }
  .shmedium-up-8 > .column, .shmedium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .shmedium-up-8 > .column:nth-of-type(1n), .shmedium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .shmedium-up-8 > .column:nth-of-type(8n+1), .shmedium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .shmedium-up-8 > .column:last-child, .shmedium-up-8 > .columns:last-child {
      float: left; }
  .shmedium-collapse > .column, .shmedium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .shmedium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .shmedium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .shmedium-uncollapse > .column, .shmedium-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .shmedium-centered {
    margin-right: auto;
    margin-left: auto; }
    .shmedium-centered, .shmedium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .shmedium-uncentered,
  .shmedium-push-0,
  .shmedium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 43.75em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 62.5em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 100em) {
  .xxxlarge-1 {
    width: 8.33333%; }
  .xxxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxxlarge-offset-0 {
    margin-left: 0%; }
  .xxxlarge-2 {
    width: 16.66667%; }
  .xxxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxxlarge-3 {
    width: 25%; }
  .xxxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxxlarge-4 {
    width: 33.33333%; }
  .xxxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxxlarge-offset-3 {
    margin-left: 25%; }
  .xxxlarge-5 {
    width: 41.66667%; }
  .xxxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxxlarge-6 {
    width: 50%; }
  .xxxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxxlarge-7 {
    width: 58.33333%; }
  .xxxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxxlarge-offset-6 {
    margin-left: 50%; }
  .xxxlarge-8 {
    width: 66.66667%; }
  .xxxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxxlarge-9 {
    width: 75%; }
  .xxxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxxlarge-10 {
    width: 83.33333%; }
  .xxxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxxlarge-offset-9 {
    margin-left: 75%; }
  .xxxlarge-11 {
    width: 91.66667%; }
  .xxxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxxlarge-12 {
    width: 100%; }
  .xxxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxxlarge-up-1 > .column, .xxxlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xxxlarge-up-1 > .column:nth-of-type(1n), .xxxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-1 > .column:nth-of-type(1n+1), .xxxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxxlarge-up-1 > .column:last-child, .xxxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxxlarge-up-2 > .column, .xxxlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xxxlarge-up-2 > .column:nth-of-type(1n), .xxxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-2 > .column:nth-of-type(2n+1), .xxxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxxlarge-up-2 > .column:last-child, .xxxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxxlarge-up-3 > .column, .xxxlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .xxxlarge-up-3 > .column:nth-of-type(1n), .xxxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-3 > .column:nth-of-type(3n+1), .xxxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxxlarge-up-3 > .column:last-child, .xxxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxxlarge-up-4 > .column, .xxxlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xxxlarge-up-4 > .column:nth-of-type(1n), .xxxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-4 > .column:nth-of-type(4n+1), .xxxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxxlarge-up-4 > .column:last-child, .xxxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxxlarge-up-5 > .column, .xxxlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xxxlarge-up-5 > .column:nth-of-type(1n), .xxxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-5 > .column:nth-of-type(5n+1), .xxxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxxlarge-up-5 > .column:last-child, .xxxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxxlarge-up-6 > .column, .xxxlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .xxxlarge-up-6 > .column:nth-of-type(1n), .xxxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-6 > .column:nth-of-type(6n+1), .xxxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxxlarge-up-6 > .column:last-child, .xxxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxxlarge-up-7 > .column, .xxxlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .xxxlarge-up-7 > .column:nth-of-type(1n), .xxxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-7 > .column:nth-of-type(7n+1), .xxxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxxlarge-up-7 > .column:last-child, .xxxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxxlarge-up-8 > .column, .xxxlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xxxlarge-up-8 > .column:nth-of-type(1n), .xxxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-8 > .column:nth-of-type(8n+1), .xxxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxxlarge-up-8 > .column:last-child, .xxxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxxlarge-collapse > .column, .xxxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xxxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xxxlarge-uncollapse > .column, .xxxlarge-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .xxxlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xxxlarge-centered, .xxxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xxxlarge-uncentered,
  .xxxlarge-push-0,
  .xxxlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 62.5em) {
    .column-block {
      margin-bottom: 2.5rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1.5rem;
  font-size: inherit;
  line-height: 1.7;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: lighter;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Karla", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: lighter;
  color: #000000;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #999591; }

h1, .h1 {
  font-size: 1.6875rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1.25rem; }

h2, .h2 {
  font-size: 1.4375rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1.25rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1.25rem; }

h4, .h4 {
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1.25rem; }

h5, .h5 {
  font-size: 0.75rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1.25rem; }

h6, .h6 {
  font-size: 0.625rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1.25rem; }

@media print, screen and (min-width: 43.75em) {
  h1, .h1 {
    font-size: 2.4375rem; }
  h2, .h2 {
    font-size: 1.9375rem; }
  h3, .h3 {
    font-size: 1.5625rem; }
  h4, .h4 {
    font-size: 1.25rem; }
  h5, .h5 {
    font-size: 1rem; }
  h6, .h6 {
    font-size: 0.75rem; } }

a {
  line-height: inherit;
  color: #004AFF;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #0040db; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 93.75rem;
  height: 0;
  margin: 2.5rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #E7E8E8;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1.5rem;
  list-style-position: outside;
  line-height: 1.7; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: lighter; }

blockquote {
  margin: 0 0 1.5rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #999591; }
  blockquote, blockquote p {
    line-height: 1.7;
    color: #63615E; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #63615E; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #E7E8E8;
  background-color: #E7E8E8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #E7E8E8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000;
  border-radius: 2px; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #63615E; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 31.25em) {
  .shmedium-text-left {
    text-align: left; }
  .shmedium-text-right {
    text-align: right; }
  .shmedium-text-center {
    text-align: center; }
  .shmedium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 43.75em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 62.5em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 100em) {
  .xxxlarge-text-left {
    text-align: left; }
  .xxxlarge-text-right {
    text-align: right; }
  .xxxlarge-text-center {
    text-align: center; }
  .xxxlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #63615E;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1.5rem 0;
  font-family: "Karla", Helvetica, Roboto, Arial, sans-serif;
  padding: 0.9375rem 1.25rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #004AFF;
  color: #ffffff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #003fd9;
    color: #ffffff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 100%; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #004AFF;
    color: #ffffff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #003bcc;
      color: #ffffff; }
  .button.secondary {
    background-color: #FFCE07;
    color: #000000; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #d2a800;
      color: #000000; }
  .button.success {
    background-color: #3adb76;
    color: #000000; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #000000; }
  .button.warning {
    background-color: #ffae00;
    color: #000000; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #000000; }
  .button.alert {
    background-color: #cc4b37;
    color: #000000; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #000000; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #004AFF;
      color: #ffffff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #004AFF;
        color: #ffffff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #FFCE07;
        color: #000000; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #000000; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #000000; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #000000; }
  .button.hollow {
    border: 1px solid #004AFF;
    color: #004AFF; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #002580;
      color: #002580; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #004AFF;
        color: #004AFF; }
    .button.hollow.primary {
      border: 1px solid #004AFF;
      color: #004AFF; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #002580;
        color: #002580; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #004AFF;
          color: #004AFF; }
    .button.hollow.secondary {
      border: 1px solid #FFCE07;
      color: #FFCE07; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #836900;
        color: #836900; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #FFCE07;
          color: #FFCE07; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #004AFF;
    color: #004AFF; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #002580;
      color: #002580; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #004AFF;
        color: #004AFF; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #004AFF;
      color: #004AFF; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #002580;
        color: #002580; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #004AFF;
          color: #004AFF; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #FFCE07;
      color: #FFCE07; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #836900;
        color: #836900; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #FFCE07;
          color: #FFCE07; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ffffff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1.25rem; }
  .button.dropdown.hollow::after {
    border-top-color: #004AFF; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #004AFF; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #FFCE07; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 2px; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #E7E8E8;
    background-color: #ffffff; }
  caption {
    padding: 1.25rem;
    font-weight: lighter; }
  thead {
    background: rgba(0, 0, 0, 0.03);
    color: #63615E; }
  tfoot {
    background: white;
    color: #63615E; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 1.25rem;
    font-weight: lighter;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 1.25rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: none; }
  table.unstriped tbody {
    background-color: #ffffff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #E7E8E8;
      background-color: #ffffff; }

@media screen and (max-width: 62.4375em) {
  table.stack thead th {
    display: block; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: rgba(0, 0, 0, 0.03); }

table.hover tfoot tr:hover {
  background-color: white; }

table.hover tbody tr:hover {
  background-color: white; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: white; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #E7E8E8;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #63615E;
    background-color: #ffffff;
    box-shadow: 0 0 5px #999591;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #999591; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #E7E8E8;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 2px; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000000; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 2px 0 0 2px; }
  .input-group > :last-child > * {
    border-radius: 0 2px 2px 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #E7E8E8;
  background: #E7E8E8;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: auto;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #E7E8E8; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #E7E8E8;
  border-radius: 2px;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2899, 97, 94%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #63615E;
    background-color: #ffffff;
    box-shadow: 0 0 5px #999591;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #E7E8E8;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: lighter;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 31.1875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 31.25em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 31.25em) {
  .hide-for-shmedium {
    display: none !important; } }

@media screen and (max-width: 31.1875em) {
  .show-for-shmedium {
    display: none !important; } }

@media screen and (min-width: 31.25em) and (max-width: 43.6875em) {
  .hide-for-shmedium-only {
    display: none !important; } }

@media screen and (max-width: 31.1875em), screen and (min-width: 43.75em) {
  .show-for-shmedium-only {
    display: none !important; } }

@media print, screen and (min-width: 43.75em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 43.6875em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 43.75em) and (max-width: 62.4375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 43.6875em), screen and (min-width: 62.5em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 62.5em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 62.4375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 62.5em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 62.4375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 90em) and (max-width: 99.9375em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 89.9375em), screen and (min-width: 100em) {
  .show-for-xxlarge-only {
    display: none !important; } }

@media screen and (min-width: 100em) {
  .hide-for-xxxlarge {
    display: none !important; } }

@media screen and (max-width: 99.9375em) {
  .show-for-xxxlarge {
    display: none !important; } }

@media screen and (min-width: 100em) {
  .hide-for-xxxlarge-only {
    display: none !important; } }

@media screen and (max-width: 99.9375em) {
  .show-for-xxxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

/*==============================
=            Loader            =
==============================*/
body > * {
  transition: 0.3s opacity ease-in-out;
  opacity: 0; }
  body > * .about-quote,
  body > * .about,
  body > * .services,
  body > * .contact-us,
  body > * .section {
    transition: 0.5s opacity ease-in-out 1.5s, 0.5s transform ease-in-out 1.5s;
    opacity: 0;
    transform: translate3d(0, 15px, 0); }
  body > * #header {
    transition: 0.5s opacity ease-in-out 1.5s, 0.5s transform ease-in-out 1.5s;
    opacity: 0;
    transform: translateY(-25px); }
  body > * #hero h5 {
    transition: 0.35s opacity ease-in-out 0.15s, 0.35s transform ease-in-out 0.15s;
    opacity: 0;
    transform: translateY(10px); }
  body > * #hero h1 .textline {
    transition: 0.35s opacity ease-in-out 2.5s, 0.35s transform ease-in-out 2.5s, 0.2s color ease-in-out 3.5s;
    opacity: 0;
    color: transparent;
    transform: translateY(0);
    display: block;
    float: left;
    clear: left;
    position: relative;
    overflow: hidden; }
    body > * #hero h1 .textline:before {
      transition: 0.35s left ease-in-out 3.25s, 0.35s width ease-in-out 3s;
      content: '';
      position: absolute;
      left: 0;
      background: #004AFF;
      width: 0;
      height: 100%; }
    body > * #hero h1 .textline:nth-child(1):before {
      transition: 0.3s left cubic-bezier(0.105, 0.265, 0.17, 0.975) 3.5s, 0.3s width cubic-bezier(0.105, 0.265, 0.17, 0.975) 2.6s; }
    body > * #hero h1 .textline:nth-child(2):before {
      transition: 0.3s left cubic-bezier(0.105, 0.265, 0.17, 0.975) 3.75s, 0.3s width cubic-bezier(0.105, 0.265, 0.17, 0.975) 2.85s; }
    body > * #hero h1 .textline:nth-child(3):before {
      transition: 0.3s left cubic-bezier(0.105, 0.265, 0.17, 0.975) 4s, 0.3s width cubic-bezier(0.105, 0.265, 0.17, 0.975) 3.1s; }
  body > * #canvas {
    transition: 1s opacity ease-in-out 1.25s, 1s transform cubic-bezier(0.105, 0.265, 0.17, 0.975) 1.25s;
    opacity: 0;
    transform: scale(1.15); }

body.loaded > * {
  opacity: 1; }

body.loaded .about-quote,
body.loaded .about,
body.loaded .services,
body.loaded .contact-us,
body.loaded .section {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

body.loaded #header {
  opacity: 1;
  transform: translateY(0); }

body.loaded #hero h5 {
  opacity: 1;
  transform: translateY(0); }

body.loaded #hero h1 .textline {
  opacity: 1;
  transform: translateY(0);
  color: #000000; }
  body.loaded #hero h1 .textline:before {
    left: 100%;
    width: 100%; }

body.loaded #canvas {
  opacity: 1;
  transform: scale(1); }

.loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 1;
  animation: loader-scale 4.25s linear infinite alternate; }
  .loader img {
    animation: loader-spin 4.25s linear infinite; }

@keyframes loader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes loader-scale {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1.5); } }

/*==============================
=           Homepage           =
==============================*/
section.about-quote {
  display: flex; }
  section.about-quote .background {
    padding: 9.375rem 2.5rem 9.375rem 0;
    background: #004AFF;
    position: relative; }
    @media screen and (max-width: 62.4375em) {
      section.about-quote .background {
        padding: 6.25rem 2.5rem 6.25rem 0; } }
    @media screen and (max-width: 43.6875em) {
      section.about-quote .background {
        padding: 5rem 3.125rem 5rem 0; } }
    @media screen and (max-width: 31.1875em) {
      section.about-quote .background {
        padding: 5rem 1.25rem 5rem 0; } }
    section.about-quote .background:before {
      content: "";
      position: absolute;
      left: -100%;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: #004AFF; }
    section.about-quote .background h3.white {
      max-width: rem-cacl(590);
      margin-bottom: 0; }
  section.about-quote .about-octagon {
    display: flex;
    justify-content: flex-end;
    align-items: center; }

section.about {
  padding: 12.5rem 0;
  background: #ffffff; }
  @media screen and (max-width: 62.4375em) {
    section.about {
      padding: 6.25rem 0; } }
  @media screen and (max-width: 43.6875em) {
    section.about {
      padding: 5rem 0; } }
  section.about .vertical-type-container {
    max-height: 13.125rem;
    position: relative; }
  section.about a.button {
    margin-top: 0.4375rem; }
  @media screen and (max-width: 62.4375em) {
    section.about .flex-right {
      justify-content: flex-start; }
    section.about a.button {
      margin-top: 0;
      margin-bottom: 0; } }

@media screen and (max-width: 31.1875em) {
  section.services .row {
    padding-left: 0; } }

section.services .row .services-container {
  display: flex; }
  @media screen and (max-width: 31.1875em) {
    section.services .row .services-container {
      padding-left: 0; } }
  section.services .row .services-container .background {
    padding: 12.5rem 0;
    background: #004AFF;
    position: relative; }
    @media screen and (max-width: 62.4375em) {
      section.services .row .services-container .background {
        padding: 5rem 1.875rem 5rem 3.125rem; } }
    @media screen and (max-width: 43.6875em) {
      section.services .row .services-container .background {
        padding: 5rem 1.875rem 5rem 5rem; } }
    @media screen and (max-width: 31.1875em) {
      section.services .row .services-container .background {
        padding: 5rem 8%; }
        section.services .row .services-container .background .columns {
          padding: 0; } }
    @media screen and (min-width: 75em) and (max-width: 89.9375em) {
      section.services .row .services-container .background .services__container {
        margin-left: 5.625rem; } }
    section.services .row .services-container .background:before {
      content: "";
      position: absolute;
      left: 100%;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: #004AFF; }
    section.services .row .services-container .background .slider-content {
      position: absolute;
      right: 0;
      margin-top: 3.3125rem;
      padding-right: 0.625rem; }
      @media screen and (max-width: 62.4375em) {
        section.services .row .services-container .background .slider-content {
          position: relative;
          right: auto;
          margin-top: 0;
          padding-right: 0;
          margin-bottom: 3.125rem; } }
      @media screen and (max-width: 31.1875em) {
        section.services .row .services-container .background .slider-content {
          margin-bottom: 2.5rem; } }
      section.services .row .services-container .background .slider-content .slider-content-inner {
        transition: 0.35s opacity ease-in-out, 0.35s transform ease-in-out;
        opacity: 1;
        transform: translateY(0);
        z-index: 2;
        visibility: visible; }
        section.services .row .services-container .background .slider-content .slider-content-inner:before {
          content: '';
          background: #004AFF;
          width: 0;
          right: 0;
          height: 100%;
          opacity: 0;
          display: block;
          position: absolute;
          z-index: 3;
          transition: 0.5s width cubic-bezier(0.105, 0.265, 0.17, 0.975) 0.1s, 0.75s opacity cubic-bezier(0.105, 0.265, 0.17, 0.975); }
        section.services .row .services-container .background .slider-content .slider-content-inner.inactive {
          opacity: 0;
          transform: translateY(10px);
          position: absolute;
          visibility: hidden; }
          section.services .row .services-container .background .slider-content .slider-content-inner.inactive:before {
            opacity: 1;
            width: 100%; }
        @media screen and (max-width: 62.4375em) {
          section.services .row .services-container .background .slider-content .slider-content-inner {
            display: none; } }
    section.services .row .services-container .background ul.slider-toggles {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin: 0;
      list-style: none; }
      section.services .row .services-container .background ul.slider-toggles li {
        color: rgba(255, 255, 255, 0.25);
        position: relative;
        transition: 0.3s color ease-in-out;
        cursor: pointer; }
        @media screen and (max-width: 62.4375em) {
          section.services .row .services-container .background ul.slider-toggles li {
            cursor: text; } }
        @media screen and (max-width: 62.4375em) {
          section.services .row .services-container .background ul.slider-toggles li:last-child .slider-content {
            margin-bottom: 0; } }
        section.services .row .services-container .background ul.slider-toggles li h2 {
          display: inline-block;
          color: rgba(255, 255, 255, 0.25);
          transition: 0.3s color ease-in-out; }
          @media screen and (max-width: 62.4375em) {
            section.services .row .services-container .background ul.slider-toggles li h2 {
              color: #ffffff;
              margin-bottom: 0.625rem; } }
        section.services .row .services-container .background ul.slider-toggles li.active {
          color: #ffffff; }
          section.services .row .services-container .background ul.slider-toggles li.active h2 {
            color: #ffffff; }
        section.services .row .services-container .background ul.slider-toggles li:hover {
          color: #ffffff; }
          section.services .row .services-container .background ul.slider-toggles li:hover h2 {
            color: #ffffff; }
        section.services .row .services-container .background ul.slider-toggles li:before {
          content: "01";
          font-family: 'maisonmono-regular';
          font-weight: lighter;
          font-size: 0.75rem;
          line-height: 0.75rem;
          letter-spacing: 0.125rem;
          margin-bottom: 2.5rem;
          -webkit-font-smoothing: antialiased;
          position: absolute;
          top: 0.375rem;
          display: block;
          left: -2.1875rem; }
          @media screen and (max-width: 62.4375em) {
            section.services .row .services-container .background ul.slider-toggles li:before {
              color: #ffffff;
              opacity: 0.8; } }
          @media screen and (max-width: 31.1875em) {
            section.services .row .services-container .background ul.slider-toggles li:before {
              position: relative;
              top: 0;
              left: 0;
              margin-bottom: 0.625rem;
              display: none; } }
        section.services .row .services-container .background ul.slider-toggles li:first-child:before {
          content: "01"; }
        section.services .row .services-container .background ul.slider-toggles li:nth-child(2):before {
          content: "02"; }
          section.services .row .services-container .background ul.slider-toggles li:nth-child(3):before {
            content: "03"; }
            section.services .row .services-container .background ul.slider-toggles li:nth-child(4):before {
              content: "04"; }
              section.services .row .services-container .background ul.slider-toggles li:nth-child(5):before {
                content: "05"; }
        section.services .row .services-container .background ul.slider-toggles li:last-child:before {
          content: "06"; }

section.services .services-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  section.services .services-buttons .services-button-up,
  section.services .services-buttons .services-button-down {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #004AFF;
    padding: 50% 0;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    transition: 0.3s background ease-in-out, 0.3s border ease-in-out;
    cursor: pointer; }
    section.services .services-buttons .services-button-up img.opacity-50,
    section.services .services-buttons .services-button-down img.opacity-50 {
      transition: 0.3s opacity ease-in-out; }
    section.services .services-buttons .services-button-up:hover,
    section.services .services-buttons .services-button-down:hover {
      background: #003fd9; }
  section.services .services-buttons .services-button-up {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); }

section.contact-us {
  padding: 12.5rem 0; }
  @media screen and (max-width: 62.4375em) {
    section.contact-us {
      padding: 6.25rem 0; } }
  @media screen and (max-width: 43.6875em) {
    section.contact-us {
      padding: 5rem 0; } }
  section.contact-us .contact-us-form {
    background: #004AFF; }
    section.contact-us .contact-us-form p {
      margin: 0; }
    section.contact-us .contact-us-form input,
    section.contact-us .contact-us-form textarea {
      color: #ffffff;
      font-size: 1rem; }
    section.contact-us .contact-us-form #submit {
      width: 100%;
      background: rgba(255, 255, 255, 0.15);
      color: #ffffff;
      transition: 0.3s background ease-in-out; }
      section.contact-us .contact-us-form #submit:before {
        display: none; }
      section.contact-us .contact-us-form #submit:hover {
        background: #003fd9; }
  section.contact-us .vertical-type h3 {
    width: 14.375rem;
    margin-top: 14.375rem; }
    @media screen and (max-width: 62.4375em) {
      section.contact-us .vertical-type h3 {
        width: auto;
        margin-top: 0; } }

/*==============================
=          Dev-Sec-Ops         =
==============================*/
section.about-quote-dev {
  display: flex; }
  section.about-quote-dev .background {
    padding: 9.375rem 9.375rem 9.375rem 0;
    background: #004AFF;
    position: relative; }
    @media screen and (max-width: 62.4375em) {
      section.about-quote-dev .background {
        padding: 6.25rem 2.5rem 6.25rem 0; } }
    @media screen and (max-width: 43.6875em) {
      section.about-quote-dev .background {
        padding: 5rem 3.125rem 5rem 0; } }
    @media screen and (max-width: 31.1875em) {
      section.about-quote-dev .background {
        padding: 5rem 1.25rem 5rem 0; } }
    section.about-quote-dev .background:before {
      content: "";
      position: absolute;
      left: -100%;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: #004AFF; }
    section.about-quote-dev .background h3.white {
      max-width: rem-cacl(590);
      margin-bottom: 0; }

section.framework {
  padding: 12.5rem 0; }
  @media screen and (max-width: 62.4375em) {
    section.framework {
      padding: 6.25rem 0; } }
  @media screen and (max-width: 43.6875em) {
    section.framework {
      padding: 5rem 0; } }
  section.framework h2 {
    text-align: center;
    margin-bottom: 6.25rem; }
    @media screen and (max-width: 62.4375em) {
      section.framework h2 {
        margin-bottom: 3.125rem; } }
    @media screen and (max-width: 31.1875em) {
      section.framework h2 {
        margin-bottom: 1.875rem; } }

section.cornerstones {
  padding: 0 0 12.5rem 0; }
  @media screen and (max-width: 62.4375em) {
    section.cornerstones {
      padding: 0 0 6.25rem 0; } }
  @media screen and (max-width: 43.6875em) {
    section.cornerstones {
      padding: 0 0 5rem 0; } }
  section.cornerstones h2 {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 6.25rem;
    max-width: 37.5rem; }
    @media screen and (max-width: 62.4375em) {
      section.cornerstones h2 {
        margin-bottom: 3.125rem; } }
    @media screen and (max-width: 31.1875em) {
      section.cornerstones h2 {
        margin-bottom: 1.875rem; } }

.framework-card {
  padding-bottom: 1.875rem; }
  @media screen and (max-width: 62.4375em) {
    .framework-card:last-child {
      padding-bottom: 0; } }

.framework-card-content {
  display: flex;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.085); }
  @media screen and (max-width: 62.4375em) {
    .framework-card-content {
      flex-direction: column; } }
  .framework-card-content div {
    padding: 3.125rem; }
    @media screen and (max-width: 43.6875em) {
      .framework-card-content div {
        padding: 1.875rem; } }
    .framework-card-content div.blue-bg h3 {
      max-width: 25rem;
      margin-bottom: 0.625rem; }
    .framework-card-content div.blue-bg h5 {
      margin-bottom: 0; }

.icon-card {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.875rem; }
  @media screen and (max-width: 62.4375em) {
    .icon-card:last-child {
      padding-bottom: 0; } }
  @media screen and (min-width: 43.75em) and (max-width: 62.4375em) {
    .icon-card {
      padding-bottom: 1.25rem; } }
  .icon-card:hover .icon-card-content {
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15);
    transform: scale(1.03); }

.icon-card-content {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.085);
  height: 100%;
  transition: 0.3s box-shadow ease-in-out, 0.3s transform ease-in-out; }
  .icon-card-content .icon-border-bottom {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #E7E8E8;
    margin-bottom: 1.875rem;
    max-height: 11.5625rem; }
    .icon-card-content .icon-border-bottom img {
      width: 100%;
      margin: 2.5rem 0; }
  .icon-card-content h4 {
    text-align: center;
    margin-bottom: 0.625rem; }
  .icon-card-content .list {
    margin: 0;
    padding-bottom: 2.5rem; }
    .icon-card-content .list p {
      text-align: center;
      padding: 0.3125rem 0;
      margin-bottom: 0; }

/*==============================
=         Cloud Native         =
==============================*/
body.cloud-native section.about-quote {
  display: flex; }
  body.cloud-native section.about-quote .background {
    padding: 9.375rem 9.375rem 9.375rem 0;
    background: #004AFF;
    position: relative; }
    @media screen and (max-width: 62.4375em) {
      body.cloud-native section.about-quote .background {
        padding: 6.25rem 2.5rem 6.25rem 0; } }
    @media screen and (max-width: 43.6875em) {
      body.cloud-native section.about-quote .background {
        padding: 5rem 3.125rem 5rem 0; } }
    @media screen and (max-width: 31.1875em) {
      body.cloud-native section.about-quote .background {
        padding: 5rem 1.25rem 5rem 0; } }
    body.cloud-native section.about-quote .background:before {
      content: "";
      position: absolute;
      left: -100%;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: #004AFF; }
    body.cloud-native section.about-quote .background h3.white {
      max-width: 50rem;
      margin-bottom: 0; }

body.cloud-native section.challenges h2 {
  margin-bottom: 6.25rem; }
  @media screen and (max-width: 43.6875em) {
    body.cloud-native section.challenges h2 {
      margin-bottom: 3.125rem; } }
  @media screen and (max-width: 31.1875em) {
    body.cloud-native section.challenges h2 {
      margin-bottom: 1.875rem; } }

@media screen and (max-width: 31.1875em) {
  body.cloud-native section.challenges .row {
    padding-left: 0; } }

body.cloud-native section.challenges .challenges-container {
  position: relative;
  background: #ffffff;
  padding: 9.375rem 0 9.375rem 9.375rem; }
  @media screen and (max-width: 62.4375em) {
    body.cloud-native section.challenges .challenges-container {
      padding: 6.25rem 0 2.5rem 2.5rem; } }
  @media screen and (max-width: 43.6875em) {
    body.cloud-native section.challenges .challenges-container {
      padding: 5rem 0 3.125rem 3.125rem; } }
  @media screen and (max-width: 31.1875em) {
    body.cloud-native section.challenges .challenges-container {
      padding: 5rem 0 1.25rem 1.25rem; } }
  body.cloud-native section.challenges .challenges-container:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff; }
  body.cloud-native section.challenges .challenges-container .challenges-list {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
    body.cloud-native section.challenges .challenges-container .challenges-list li {
      display: flex;
      flex-direction: column;
      height: 100%;
      margin-bottom: 1.875rem; }
      body.cloud-native section.challenges .challenges-container .challenges-list li h5 {
        border-bottom: 1px solid #E7E8E8;
        padding-bottom: 0.9375rem;
        margin-bottom: 1.25rem; }
      @media screen and (max-width: 31.1875em) {
        body.cloud-native section.challenges .challenges-container .challenges-list li h4 {
          margin-bottom: 0.625rem; } }

body.cloud-native section.we-can-help {
  padding: 9.375rem 0;
  background: #004AFF; }
  @media screen and (max-width: 62.4375em) {
    body.cloud-native section.we-can-help {
      padding: 6.25rem 0; } }
  @media screen and (max-width: 43.6875em) {
    body.cloud-native section.we-can-help {
      padding: 5rem 0; } }
  body.cloud-native section.we-can-help h2 {
    margin-bottom: 5rem; }
    @media screen and (max-width: 43.6875em) {
      body.cloud-native section.we-can-help h2 {
        margin-bottom: 3.125rem; } }
    @media screen and (max-width: 31.1875em) {
      body.cloud-native section.we-can-help h2 {
        margin-bottom: 1.875rem; } }
  body.cloud-native section.we-can-help .card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    @media screen and (max-width: 43.6875em) {
      body.cloud-native section.we-can-help .card-list .help-card:last-child {
        margin-bottom: 0.25rem; } }
    body.cloud-native section.we-can-help .card-list .help-card .card-content {
      display: flex;
      box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.085);
      transform: scale(1);
      transition: 0.3s box-shadow ease-in-out, 0.3s transform ease-in-out; }
      body.cloud-native section.we-can-help .card-list .help-card .card-content div {
        display: flex;
        flex-direction: column;
        justify-content: center; }
      body.cloud-native section.we-can-help .card-list .help-card .card-content .icon-border-right {
        border-right: 1px solid #E7E8E8;
        width: 246px;
        height: 160px;
        max-width: 40%;
        min-width: 40%; }
        @media screen and (min-width: 100em) {
          body.cloud-native section.we-can-help .card-list .help-card .card-content .icon-border-right {
            max-width: 33%;
            min-width: 33%; } }
        body.cloud-native section.we-can-help .card-list .help-card .card-content .icon-border-right img {
          width: 100%;
          margin: 2.5rem 0; }
      body.cloud-native section.we-can-help .card-list .help-card .card-content p {
        padding: 0 1.25rem;
        margin-bottom: 0;
        font-size: 0.875rem;
        line-height: 1.25rem; }
    body.cloud-native section.we-can-help .card-list .help-card:hover .card-content {
      box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15);
      transform: scale(1.03); }

body.cloud-native section.what-youll-get {
  margin-bottom: 9.375rem; }
  @media screen and (max-width: 43.6875em) {
    body.cloud-native section.what-youll-get {
      margin-bottom: 5rem; } }
  body.cloud-native section.what-youll-get h2 {
    margin-bottom: 6.25rem; }
    @media screen and (max-width: 43.6875em) {
      body.cloud-native section.what-youll-get h2 {
        margin-bottom: 3.125rem; } }
    @media screen and (max-width: 31.1875em) {
      body.cloud-native section.what-youll-get h2 {
        margin-bottom: 2.5rem; } }
  @media screen and (max-width: 31.1875em) {
    body.cloud-native section.what-youll-get .row {
      padding-right: 0; } }
  body.cloud-native section.what-youll-get .what-youll-get-container {
    position: relative;
    background: #ffffff;
    padding: 9.375rem 9.375rem 9.375rem 0; }
    @media screen and (max-width: 62.4375em) {
      body.cloud-native section.what-youll-get .what-youll-get-container {
        padding: 6.25rem 2.5rem 2.5rem 0; } }
    @media screen and (max-width: 43.6875em) {
      body.cloud-native section.what-youll-get .what-youll-get-container {
        padding: 5rem 3.125rem 5rem 0; } }
    @media screen and (max-width: 31.1875em) {
      body.cloud-native section.what-youll-get .what-youll-get-container {
        padding: 5rem 1.25rem 5rem 0; } }
    body.cloud-native section.what-youll-get .what-youll-get-container:before {
      content: "";
      position: absolute;
      left: -100%;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: #ffffff; }
    body.cloud-native section.what-youll-get .what-youll-get-container .what-youll-get-list {
      list-style: none;
      margin: 0;
      display: flex;
      flex-wrap: wrap; }
      body.cloud-native section.what-youll-get .what-youll-get-container .what-youll-get-list div {
        display: flex;
        flex-direction: column;
        height: 100%;
        margin-bottom: 1.875rem; }
        @media screen and (max-width: 43.6875em) {
          body.cloud-native section.what-youll-get .what-youll-get-container .what-youll-get-list div:last-child {
            margin-bottom: 0; }
            body.cloud-native section.what-youll-get .what-youll-get-container .what-youll-get-list div:last-child h4 {
              margin-bottom: 0; } }
        @media screen and (max-width: 31.1875em) {
          body.cloud-native section.what-youll-get .what-youll-get-container .what-youll-get-list div {
            margin-bottom: 0.625rem; } }
        body.cloud-native section.what-youll-get .what-youll-get-container .what-youll-get-list div h5 {
          border-bottom: 1px solid #E7E8E8;
          padding-bottom: 0.9375rem;
          margin-bottom: 1.25rem; }
        body.cloud-native section.what-youll-get .what-youll-get-container .what-youll-get-list div h4 {
          max-width: 18.75rem; }

/*===========================================
=            Product Development            =
===========================================*/
.our-approach h2 {
  margin-bottom: 6.25rem; }
  @media screen and (max-width: 43.6875em) {
    .our-approach h2 {
      margin-bottom: 3.125rem; } }
  @media screen and (max-width: 31.1875em) {
    .our-approach h2 {
      margin-bottom: 1.875rem; } }

@media screen and (max-width: 31.1875em) {
  .our-approach .row {
    padding-left: 0; } }

@media screen and (min-width: 43.75em) and (max-width: 62.4375em) {
  section.section.bg-half--blue.section-margin--bottom {
    margin-bottom: 6.25rem; } }

@media screen and (min-width: 31.25em) and (max-width: 43.6875em) {
  section.section.bg-half--blue.section-margin--bottom {
    margin-bottom: 5rem; } }

@media screen and (max-width: 31.1875em) {
  section.section.bg-half--blue.section-margin--bottom {
    margin-bottom: 0; } }

@media screen and (max-width: 31.1875em) {
  section.section.bg-half--blue.section-margin--bottom .row {
    padding-right: 0; } }

.ops-enabled {
  padding: 9.375rem 6.25rem 9.375rem 0; }
  @media screen and (max-width: 62.4375em) {
    .ops-enabled {
      padding: 6.25rem 2.5rem 6.25rem 0; } }
  @media screen and (max-width: 43.6875em) {
    .ops-enabled {
      padding: 5rem 3.125rem 5rem 0; } }
  @media screen and (max-width: 31.1875em) {
    .ops-enabled {
      padding: 5rem 1.5625rem 3.125rem 0; } }
  .ops-enabled .heading-block {
    display: flex;
    margin-bottom: 5rem; }
    @media screen and (max-width: 62.4375em) {
      .ops-enabled .heading-block {
        display: block; } }
    @media screen and (max-width: 43.6875em) {
      .ops-enabled .heading-block {
        margin-bottom: 3.125rem; } }
    @media screen and (max-width: 31.1875em) {
      .ops-enabled .heading-block {
        margin-bottom: 0.625rem; } }
    .ops-enabled .heading-block h2, .ops-enabled .heading-block p {
      color: #ffffff; }
    .ops-enabled .heading-block p {
      opacity: .8; }
  @media screen and (max-width: 62.4375em) {
    .ops-enabled .text-card {
      margin-bottom: 2.5rem; }
      .ops-enabled .text-card:last-child {
        margin-bottom: 0; } }
  .ops-enabled .heading-block__p {
    align-self: flex-end; }

@media screen and (min-width: 31.25em) and (max-width: 43.6875em) {
  section.section.section-margin--bottom.row.column, section.section.section-margin--bottom.row.columns {
    margin-bottom: 5rem; } }

@media screen and (max-width: 31.1875em) {
  section.section.section-margin--bottom.row.column, section.section.section-margin--bottom.row.columns {
    padding: 0; } }

.related-services {
  margin-top: 3.125rem;
  margin-bottom: 9.375rem; }
  @media screen and (max-width: 62.4375em) {
    .related-services {
      margin-bottom: 7.5rem; } }
  @media screen and (max-width: 43.6875em) {
    .related-services {
      margin-bottom: 5rem; } }
  @media screen and (max-width: 31.1875em) {
    .related-services {
      margin-bottom: 5rem; } }
  .related-services h2 {
    margin-bottom: 6.25rem; }
    @media screen and (max-width: 62.4375em) {
      .related-services h2 {
        margin-bottom: 3.125rem; } }
    @media screen and (max-width: 43.6875em) {
      .related-services h2 {
        margin-bottom: 1.875rem; } }
    @media screen and (max-width: 31.1875em) {
      .related-services h2 {
        margin-bottom: 1.875rem; } }
  @media screen and (max-width: 43.6875em) {
    .related-services .icon-card__container {
      display: block; } }
  @media screen and (max-width: 43.6875em) {
    .related-services .icon-card__container .icon-card--large:last-child {
      padding-bottom: 0; } }
  @media screen and (max-width: 62.4375em) {
    .related-services .icon-card__container .icon-card--large .icon-border-bottom {
      padding: 1.25rem; } }
  @media screen and (max-width: 43.6875em) {
    .related-services .icon-card__container .icon-card--large .icon-card__description p {
      max-width: 400px;
      margin: 0 auto; } }

@media screen and (min-width: 43.75em) and (max-width: 62.4375em) {
  .section.section-margin--bottom.row.column .small-collapse.split-card__container, .section.section-margin--bottom.row.columns .small-collapse.split-card__container {
    margin-left: .625rem; } }

@media screen and (min-width: 31.25em) and (max-width: 43.6875em) {
  .section.section-margin--bottom.row.column .small-collapse.split-card__container, .section.section-margin--bottom.row.columns .small-collapse.split-card__container {
    margin-left: .625rem; } }

@media screen and (max-width: 62.4375em) {
  .section.section-margin--bottom.row.column .small-collapse.split-card__container ul, .section.section-margin--bottom.row.columns .small-collapse.split-card__container ul {
    margin-bottom: 0; } }

@media screen and (max-width: 62.4375em) {
  .section.section-margin--bottom.row.column .small-collapse.split-card__container ul li:last-child, .section.section-margin--bottom.row.columns .small-collapse.split-card__container ul li:last-child {
    margin-bottom: 0; } }

/*==============================
=           About Us           =
==============================*/
body.about-us section.about {
  padding: 0;
  display: flex;
  background: transparent; }
  body.about-us section.about .background {
    padding: 9.375rem 9.375rem 9.375rem 0;
    background: #004AFF;
    position: relative;
    height: 100%; }
    @media screen and (max-width: 62.4375em) {
      body.about-us section.about .background {
        padding: 6.25rem 2.5rem 6.25rem 0; } }
    @media screen and (max-width: 43.6875em) {
      body.about-us section.about .background {
        padding: 5rem 3.125rem 5rem 0; } }
    @media screen and (max-width: 31.1875em) {
      body.about-us section.about .background {
        padding: 5rem 1.25rem 5rem 0; } }
    body.about-us section.about .background .vertical-type-container {
      max-height: 13.125rem;
      position: relative; }
    body.about-us section.about .background:before {
      content: "";
      position: absolute;
      left: -100%;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: #004AFF; }
    body.about-us section.about .background h3.white {
      max-width: 36.875rem;
      margin-bottom: 0; }
      @media screen and (max-width: 74.9375em) {
        body.about-us section.about .background h3.white {
          margin-bottom: 1.875rem; } }
      @media screen and (max-width: 43.6875em) {
        body.about-us section.about .background h3.white {
          margin-bottom: 1.25rem; } }
      @media screen and (max-width: 31.1875em) {
        body.about-us section.about .background h3.white {
          margin-bottom: 0.625rem; } }

body.about-us section.team-members {
  padding: 12.5rem 0; }
  @media screen and (max-width: 62.4375em) {
    body.about-us section.team-members {
      padding: 6.25rem 0; } }
  @media screen and (max-width: 43.6875em) {
    body.about-us section.team-members {
      padding: 5rem 0; } }
  body.about-us section.team-members .team-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5rem; }
    @media screen and (max-width: 62.4375em) {
      body.about-us section.team-members .team-heading {
        display: block;
        margin-bottom: 1.875rem; } }
    @media screen and (max-width: 43.6875em) {
      body.about-us section.team-members .team-heading {
        margin-bottom: 2.5rem; } }
    @media screen and (max-width: 31.1875em) {
      body.about-us section.team-members .team-heading {
        margin-bottom: 1.875rem; } }
    body.about-us section.team-members .team-heading h2 {
      margin-bottom: 0.625rem; }
      @media screen and (max-width: 62.4375em) {
        body.about-us section.team-members .team-heading h2 {
          margin-bottom: 1.875rem; } }
      @media screen and (max-width: 43.6875em) {
        body.about-us section.team-members .team-heading h2 {
          margin-bottom: 1.25rem; } }
      @media screen and (max-width: 31.1875em) {
        body.about-us section.team-members .team-heading h2 {
          margin-bottom: 1.25rem; } }
    @media screen and (max-width: 62.4375em) {
      body.about-us section.team-members .team-heading div {
        clear: both; } }
    @media screen and (max-width: 43.6875em) {
      body.about-us section.team-members .team-heading div a {
        margin-bottom: 0; } }
    body.about-us section.team-members .team-heading div {
      align-self: flex-end; }
  body.about-us section.team-members .icon-card-container .icon-card {
    display: flex;
    flex-direction: column;
    padding-bottom: 1.875rem; }
    body.about-us section.team-members .icon-card-container .icon-card:last-child {
      padding-bottom: 0; }
    @media screen and (max-width: 62.4375em) {
      body.about-us section.team-members .icon-card-container .icon-card {
        padding-bottom: 3.125rem; } }
    @media screen and (max-width: 31.1875em) {
      body.about-us section.team-members .icon-card-container .icon-card {
        padding-bottom: 2.5rem; } }
    body.about-us section.team-members .icon-card-container .icon-card .card-content {
      display: flex;
      background: #ffffff;
      box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.085);
      height: 100%;
      transition: 1.5s box-shadow ease-in-out; }
      @media screen and (max-width: 62.4375em) {
        body.about-us section.team-members .icon-card-container .icon-card .card-content {
          flex-direction: column; } }
      body.about-us section.team-members .icon-card-container .icon-card .card-content .card-photo {
        max-width: 100%;
        width: 100%;
        min-width: 25%;
        flex: 1 100%;
        overflow: hidden;
        position: relative; }
        @media screen and (min-width: 62.5em) {
          body.about-us section.team-members .icon-card-container .icon-card .card-content .card-photo {
            max-width: 300px; } }
        @media screen and (max-width: 74.9375em) {
          body.about-us section.team-members .icon-card-container .icon-card .card-content .card-photo {
            min-width: 33%; } }
        body.about-us section.team-members .icon-card-container .icon-card .card-content .card-photo img {
          min-width: 100%;
          min-height: 100%;
          display: block;
          margin: 0 auto;
          object-fit: cover;
          transition: transform 1.5s ease-in-out, opacity 0.3s cubic-bezier(0.105, 0.265, 0.17, 0.975) 0.4s; }
      body.about-us section.team-members .icon-card-container .icon-card .card-content .card-information {
        display: flex; }
        @media screen and (max-width: 62.4375em) {
          body.about-us section.team-members .icon-card-container .icon-card .card-content .card-information {
            flex-flow: row wrap; } }
        body.about-us section.team-members .icon-card-container .icon-card .card-content .card-information .card-copy {
          display: flex;
          flex-direction: column;
          padding: 2.5rem 5rem 2.5rem 2.5rem;
          max-width: 3500px; }
          @media screen and (max-width: 62.4375em) {
            body.about-us section.team-members .icon-card-container .icon-card .card-content .card-information .card-copy {
              padding: 2.5rem; } }
          body.about-us section.team-members .icon-card-container .icon-card .card-content .card-information .card-copy h4 {
            margin-bottom: 0.625rem; }
          @media screen and (max-width: 62.4375em) {
            body.about-us section.team-members .icon-card-container .icon-card .card-content .card-information .card-copy p {
              margin-bottom: 0; } }
        body.about-us section.team-members .icon-card-container .icon-card .card-content .card-information ul.social-icons {
          list-style: none;
          margin: 0;
          display: flex;
          flex-direction: column;
          justify-content: center;
          border-left: 1px solid #E7E8E8;
          min-width: 15%;
          max-width: 9.375rem;
          padding: 1.875rem 0; }
          body.about-us section.team-members .icon-card-container .icon-card .card-content .card-information ul.social-icons li {
            text-align: center;
            display: flex;
            flex-direction: column; }
            body.about-us section.team-members .icon-card-container .icon-card .card-content .card-information ul.social-icons li a {
              padding: 1.875rem 0; }
              body.about-us section.team-members .icon-card-container .icon-card .card-content .card-information ul.social-icons li a img {
                max-width: 1.5rem;
                transition: opacity 0.3s ease-in-out; }
              body.about-us section.team-members .icon-card-container .icon-card .card-content .card-information ul.social-icons li a:hover img {
                opacity: 0.5; }
          @media screen and (max-width: 62.4375em) {
            body.about-us section.team-members .icon-card-container .icon-card .card-content .card-information ul.social-icons {
              min-width: 100%;
              flex-direction: row;
              flex: 1 100%;
              border-left: none;
              border-top: 1px solid #E7E8E8;
              justify-content: flex-start;
              padding: 1.25rem;
              padding-left: 2.5rem; }
              body.about-us section.team-members .icon-card-container .icon-card .card-content .card-information ul.social-icons li:first-child a {
                padding-left: 0; } }
    @media screen and (max-width: 62.4375em) and (max-width: 31.1875em) {
      body.about-us section.team-members .icon-card-container .icon-card .card-content .card-information ul.social-icons li:first-child a {
        padding: 0.625rem 1.25rem; } }
          @media screen and (max-width: 62.4375em) {
              body.about-us section.team-members .icon-card-container .icon-card .card-content .card-information ul.social-icons li a {
                padding: 0.625rem 1.25rem; } }
          @media screen and (max-width: 31.1875em) {
            body.about-us section.team-members .icon-card-container .icon-card .card-content .card-information ul.social-icons {
              justify-content: center;
              padding: 1.25rem; } }
    body.about-us section.team-members .icon-card-container .icon-card:hover .card-content {
      box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15); }
      body.about-us section.team-members .icon-card-container .icon-card:hover .card-content .card-photo img {
        transform: scale(1.05) rotate(0.5deg); }

/*==============================
=           Contact            =
==============================*/
body.get-in-touch section.form {
  display: flex; }
  @media screen and (max-width: 31.1875em) {
    body.get-in-touch section.form.blue-form.row {
      padding-right: 0; } }
  body.get-in-touch section.form.blue-form .background {
    background: #004AFF; }
    @media screen and (min-width: 43.75em) and (max-width: 62.4375em) {
      body.get-in-touch section.form.blue-form .background {
        min-width: 590px; } }
    @media screen and (min-width: 31.25em) and (max-width: 43.6875em) {
      body.get-in-touch section.form.blue-form .background {
        max-width: 98%; } }
    body.get-in-touch section.form.blue-form .background:before {
      background: #004AFF; }
    body.get-in-touch section.form.blue-form .background form .columns {
      padding-left: 0;
      padding-right: 2.5rem; }
      @media screen and (max-width: 43.6875em) {
        body.get-in-touch section.form.blue-form .background form .columns {
          padding-right: 0; } }
    body.get-in-touch section.form.blue-form .background form input,
    body.get-in-touch section.form.blue-form .background form textarea {
      color: #ffffff; }
  @media screen and (max-width: 31.1875em) {
    body.get-in-touch section.form.white-form.row {
      padding-right: 0; } }
  @media screen and (min-width: 43.75em) and (max-width: 62.4375em) {
    body.get-in-touch section.form.white-form .background {
      min-width: 590px; } }
  @media screen and (min-width: 31.25em) and (max-width: 43.6875em) {
    body.get-in-touch section.form.white-form .background {
      max-width: 98%; } }
  body.get-in-touch section.form.white-form .background form.white .columns {
    padding-left: 0;
    padding-right: 2.5rem; }
    @media screen and (max-width: 43.6875em) {
      body.get-in-touch section.form.white-form .background form.white .columns {
        padding-right: 0; } }
    body.get-in-touch section.form.white-form .background form.white .columns input,
    body.get-in-touch section.form.white-form .background form.white .columns textarea {
      border-bottom: 1px solid #E7E8E8;
      color: #63615E; }
  body.get-in-touch section.form.white-form .background form.white .submit-button button.button {
    background: #004AFF; }
    body.get-in-touch section.form.white-form .background form.white .submit-button button.button:hover {
      background: #003fd9; }
  body.get-in-touch section.form.white-form .background form.white ::-webkit-scrollbar {
    width: 0.625rem; }
  body.get-in-touch section.form.white-form .background form.white ::-webkit-scrollbar-track {
    background: #999591;
    border-radius: 0.625rem;
    margin-bottom: 1.25rem; }
  body.get-in-touch section.form.white-form .background form.white ::-webkit-scrollbar-thumb {
    border-radius: 0.625rem;
    background: #E7E8E8; }
  body.get-in-touch section.form .background {
    padding: 9.375rem 9.375rem 9.375rem 0;
    background: #ffffff;
    position: relative; }
    @media screen and (max-width: 62.4375em) {
      body.get-in-touch section.form .background {
        padding: 6.25rem 2.5rem 6.25rem 0; } }
    @media screen and (max-width: 43.6875em) {
      body.get-in-touch section.form .background {
        padding: 5rem 3.125rem 5rem 0; } }
    @media screen and (max-width: 31.1875em) {
      body.get-in-touch section.form .background {
        padding: 5rem 1.25rem 5rem 0; } }
    body.get-in-touch section.form .background form {
      padding-top: 5rem; }
      @media screen and (max-width: 43.6875em) {
        body.get-in-touch section.form .background form {
          padding-top: 2.5rem; } }
      body.get-in-touch section.form .background form .columns textarea {
        height: 7.375rem; }
      body.get-in-touch section.form .background form .columns input,
      body.get-in-touch section.form .background form .columns textarea {
        background: transparent;
        box-shadow: none;
        border: 0;
        border-bottom: 1px solid #2665FF;
        margin-bottom: 2.5rem;
        font-size: 1.125rem;
        line-height: 1.25rem; }
        @media screen and (max-width: 43.6875em) {
          body.get-in-touch section.form .background form .columns input,
          body.get-in-touch section.form .background form .columns textarea {
            margin-bottom: 1.25rem; } }
        body.get-in-touch section.form .background form .columns input::placeholder,
        body.get-in-touch section.form .background form .columns textarea::placeholder {
          font-size: 1.125rem;
          line-height: 1.25rem; }
      body.get-in-touch section.form .background form .columns.first {
        padding-left: 0; }
      body.get-in-touch section.form .background form .submit-button {
        padding: 0; }
        body.get-in-touch section.form .background form .submit-button button.button {
          width: auto;
          height: auto;
          background: #ffffff;
          transition: 0.3s background ease-in-out; }
          body.get-in-touch section.form .background form .submit-button button.button:hover {
            background: rgba(255, 255, 255, 0.9); }
    body.get-in-touch section.form .background:before {
      content: "";
      position: absolute;
      left: -100%;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: #ffffff; }
    body.get-in-touch section.form .background h3 {
      max-width: 31.25rem;
      margin-bottom: 0; }

body.get-in-touch section.contact-info {
  padding: 12.5rem 0; }
  @media screen and (max-width: 62.4375em) {
    body.get-in-touch section.contact-info {
      padding: 9.375rem 0; } }
  @media screen and (max-width: 43.6875em) {
    body.get-in-touch section.contact-info {
      padding: 5rem 0; } }
  body.get-in-touch section.contact-info .contact-us__map {
    display: flex; }
    @media screen and (max-width: 43.6875em) {
      body.get-in-touch section.contact-info .contact-us__map {
        flex-wrap: wrap; } }
    body.get-in-touch section.contact-info .contact-us__map .columns {
      padding: 0; }
    body.get-in-touch section.contact-info .contact-us__map .contact-us__copy {
      background: #004AFF;
      padding: 3rem; }
      body.get-in-touch section.contact-info .contact-us__map .contact-us__copy h4 {
        padding-bottom: 0.9375rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
      body.get-in-touch section.contact-info .contact-us__map .contact-us__copy a {
        color: rgba(255, 255, 255, 0.8);
        display: block;
        font-size: 0.75rem;
        line-height: 1.25rem;
        transition: 0.3s color ease-in-out; }
        body.get-in-touch section.contact-info .contact-us__map .contact-us__copy a:hover {
          color: #ffffff; }
      body.get-in-touch section.contact-info .contact-us__map .contact-us__copy .contact-us__address {
        padding-bottom: 2.5rem; }
        body.get-in-touch section.contact-info .contact-us__map .contact-us__copy .contact-us__address a {
          max-width: 9.375rem; }
    @media screen and (max-width: 31.1875em) {
      body.get-in-touch section.contact-info .contact-us__map .contact-us__map {
        overflow: hidden;
        box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.085); } }
    body.get-in-touch section.contact-info .contact-us__map #map_container {
      display: flex;
      flex: 1;
      position: relative;
      margin-right: -20vw;
      margin-right: -15vw; }
      @media screen and (max-width: 89.9375em) {
        body.get-in-touch section.contact-info .contact-us__map #map_container {
          margin-right: -15vw; } }
      @media screen and (min-width: 43.75em) and (max-width: 62.4375em) {
        body.get-in-touch section.contact-info .contact-us__map #map_container {
          margin-right: -19vw; } }
      @media screen and (max-width: 43.6875em) {
        body.get-in-touch section.contact-info .contact-us__map #map_container {
          margin-right: 0;
          height: 100%;
          min-height: 21.875rem;
          box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.085); } }
      @media screen and (max-width: 31.1875em) {
        body.get-in-touch section.contact-info .contact-us__map #map_container {
          margin-right: -10vw;
          box-shadow: 0; } }
      body.get-in-touch section.contact-info .contact-us__map #map_container #google-map {
        flex: 1;
        height: 100%; }
        body.get-in-touch section.contact-info .contact-us__map #map_container #google-map .gmnoprint,
        body.get-in-touch section.contact-info .contact-us__map #map_container #google-map .gm-style-cc {
          display: none; }
  body.get-in-touch section.contact-info .vertical-type h3 {
    width: 15rem;
    margin-top: 15rem; }
    @media screen and (max-width: 62.4375em) {
      body.get-in-touch section.contact-info .vertical-type h3 {
        width: auto;
        margin-top: 0; } }

@media screen and (max-width: 62.4375em) {
  body.get-in-touch .wpcf7-form .columns {
    padding-left: 0; } }

/*==============================
=           Globals            =
==============================*/
#wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden; }

body.nav-open {
  overflow: hidden; }

#canvas {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #11e8bb 0%, #8200c9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #11e8bb 0%, #8200c9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #F9F9F9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11e8bb', endColorstr='#8200c9',GradientType=0 );
  /* IE6-9 */ }

.blue-bg {
  background: #004AFF; }

.white-bg {
  background: #ffffff; }

.black-bg {
  background: #000000; }

.flex-right {
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 31.1875em) {
    .flex-right {
      justify-content: flex-start; } }

.section {
  position: relative; }

/*===================================
=            White Space            =
===================================*/
.m0 {
  margin: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.mr0 {
  margin-right: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.ml0 {
  margin-left: 0 !important; }

.m1 {
  margin: 0.3125rem !important; }

.mt1 {
  margin-top: 0.3125rem !important; }

.mr1 {
  margin-right: 0.3125rem !important; }

.mb1 {
  margin-bottom: 0.3125rem !important; }

.ml1 {
  margin-left: 0.3125rem !important; }

.m2 {
  margin: 0.625rem !important; }

.mt2 {
  margin-top: 0.625rem !important; }

.mr2 {
  margin-right: 0.625rem !important; }

.mb2 {
  margin-bottom: 0.625rem !important; }

.ml2 {
  margin-left: 0.625rem !important; }

.m3 {
  margin: 1.25rem !important; }

.mt3 {
  margin-top: 1.25rem !important; }

.mr3 {
  margin-right: 1.25rem !important; }

.mb3 {
  margin-bottom: 1.25rem !important; }

.ml3 {
  margin-left: 1.25rem !important; }

.m4 {
  margin: 1.875rem !important; }

.mt4 {
  margin-top: 1.875rem !important; }

.mr4 {
  margin-right: 1.875rem !important; }

.mb4 {
  margin-bottom: 1.875rem !important; }

.ml4 {
  margin-left: 1.875rem !important; }

.m5 {
  margin: 2.5rem !important; }

.mt5 {
  margin-top: 2.5rem !important; }

.mr5 {
  margin-right: 2.5rem !important; }

.mb5 {
  margin-bottom: 2.5rem !important; }

.ml5 {
  margin-left: 2.5rem !important; }

.m6 {
  margin: 3.125rem !important; }

.mt6 {
  margin-top: 3.125rem !important; }

.mr6 {
  margin-right: 3.125rem !important; }

.mb6 {
  margin-bottom: 3.125rem !important; }

.ml6 {
  margin-left: 3.125rem !important; }

.m7 {
  margin: 5rem !important; }

.mt7 {
  margin-top: 5rem !important; }

.mr7 {
  margin-right: 5rem !important; }

.mb7 {
  margin-bottom: 5rem !important; }

.ml7 {
  margin-left: 5rem !important; }

.m8 {
  margin: 6.25rem !important; }

.mt8 {
  margin-top: 6.25rem !important; }

.mr8 {
  margin-right: 6.25rem !important; }

.mb8 {
  margin-bottom: 6.25rem !important; }

.ml8 {
  margin-left: 6.25rem !important; }

.m9 {
  margin: 7.5rem !important; }

.mt9 {
  margin-top: 7.5rem !important; }

.mr9 {
  margin-right: 7.5rem !important; }

.mb9 {
  margin-bottom: 7.5rem !important; }

.ml9 {
  margin-left: 7.5rem !important; }

.m10 {
  margin: 9.375rem !important; }

.mt10 {
  margin-top: 9.375rem !important; }

.mr10 {
  margin-right: 9.375rem !important; }

.mb10 {
  margin-bottom: 9.375rem !important; }

.ml10 {
  margin-left: 9.375rem !important; }

.mxn1 {
  margin-left: -0.3125rem !important;
  margin-right: -0.3125rem !important; }

.mxn2 {
  margin-left: -0.625rem !important;
  margin-right: -0.625rem !important; }

.mxn3 {
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important; }

.mxn4 {
  margin-left: -1.875rem !important;
  margin-right: -1.875rem !important; }

.mxn5 {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important; }

.mxn6 {
  margin-left: -3.125rem !important;
  margin-right: -3.125rem !important; }

.mxn7 {
  margin-left: -5rem !important;
  margin-right: -5rem !important; }

.mxn8 {
  margin-left: -6.25rem !important;
  margin-right: -6.25rem !important; }

.mxn9 {
  margin-left: -7.5rem !important;
  margin-right: -7.5rem !important; }

.mxn10 {
  margin-left: -9.375rem !important;
  margin-right: -9.375rem !important; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.p0 {
  padding: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.p1 {
  padding: 0.3125rem !important; }

.py1 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important; }

.px1 {
  padding-left: 0.3125rem !important;
  padding-right: 0.3125rem !important; }

.pl1 {
  padding-left: 0.3125rem !important; }

.pr1 {
  padding-right: 0.3125rem !important; }

.pb1 {
  padding-bottom: 0.3125rem !important; }

.p2 {
  padding: 0.625rem !important; }

.py2 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important; }

.px2 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important; }

.pl2 {
  padding-left: 0.625rem !important; }

.pr2 {
  padding-right: 0.625rem !important; }

.pb2 {
  padding-bottom: 0.625rem !important; }

.p3 {
  padding: 1.25rem !important; }

.py3 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important; }

.px3 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important; }

.pl3 {
  padding-left: 1.25rem !important; }

.pr3 {
  padding-right: 1.25rem !important; }

.pb3 {
  padding-bottom: 1.25rem !important; }

.p4 {
  padding: 1.875rem !important; }

.py4 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important; }

.px4 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important; }

.pl4 {
  padding-left: 1.875rem !important; }

.pr4 {
  padding-right: 1.875rem !important; }

.pb4 {
  padding-bottom: 1.875rem !important; }

.p5 {
  padding: 2.5rem !important; }

.py5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }

.px5 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important; }

.pl5 {
  padding-left: 2.5rem !important; }

.pr5 {
  padding-right: 2.5rem !important; }

.pb5 {
  padding-bottom: 2.5rem !important; }

.p6 {
  padding: 3.125rem !important; }

.py6 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important; }

.px6 {
  padding-left: 3.125rem !important;
  padding-right: 3.125rem !important; }

.pl6 {
  padding-left: 3.125rem !important; }

.pr6 {
  padding-right: 3.125rem !important; }

.pb6 {
  padding-bottom: 3.125rem !important; }

.p7 {
  padding: 5rem !important; }

.py7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

.px7 {
  padding-left: 5rem !important;
  padding-right: 5rem !important; }

.pl7 {
  padding-left: 5rem !important; }

.pr7 {
  padding-right: 5rem !important; }

.pb7 {
  padding-bottom: 5rem !important; }

.p8 {
  padding: 6.25rem !important; }

.py8 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important; }

.px8 {
  padding-left: 6.25rem !important;
  padding-right: 6.25rem !important; }

.pl8 {
  padding-left: 6.25rem !important; }

.pr8 {
  padding-right: 6.25rem !important; }

.pb8 {
  padding-bottom: 6.25rem !important; }

.p9 {
  padding: 7.5rem !important; }

.py9 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important; }

.px9 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important; }

.pl9 {
  padding-left: 7.5rem !important; }

.pr9 {
  padding-right: 7.5rem !important; }

.pb9 {
  padding-bottom: 7.5rem !important; }

.p10 {
  padding: 9.375rem !important; }

.py10 {
  padding-top: 9.375rem !important;
  padding-bottom: 9.375rem !important; }

.px10 {
  padding-left: 9.375rem !important;
  padding-right: 9.375rem !important; }

.pl10 {
  padding-left: 9.375rem !important; }

.pr10 {
  padding-right: 9.375rem !important; }

.pb10 {
  padding-bottom: 9.375rem !important; }

.pt1 {
  padding-top: 0.3125rem !important; }

.pt2 {
  padding-top: 0.625rem !important; }

.pt3 {
  padding-top: 1.25rem !important; }

.pt4 {
  padding-top: 1.875rem !important; }

.pt5 {
  padding-top: 2.5rem !important; }

.pt6 {
  padding-top: 3.125rem !important; }

.pt7 {
  padding-top: 5rem !important; }

.pt8 {
  padding-top: 6.25rem !important; }

.pt9 {
  padding-top: 7.5rem !important; }

.pt10 {
  padding-top: 9.375rem !important; }

/*==================================
=            Typography            =
==================================*/
@font-face {
  font-family: 'maisonmono-regular';
  src: url("fonts/maisonmono-regular.otf") format("opentype"), url("fonts/maisonmono-regular.woff2") format("woff2"), url("fonts/maisonmono-regular.woff") format("woff"), url("fonts/maisonmono-regular.ttf") format("truetype"), url("fonts/maisonmono-regular.svg#maisonmono-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'druk-heavy';
  src: url("fonts/druk-heavy.eot");
  /* ie9 and above */
  src: url("fonts/druk-heavy.eot?#iefix") format("embedded-opentype"), url("fonts/druk-heavy.otf") format("opentype"), url("fonts/druk-heavy.woff2") format("woff2"), url("fonts/druk-heavy.woff") format("woff"), url("fonts/druk-heavy.ttf") format("truetype"), url("fonts/druk-heavy.svg#druk-heavy") format("svg");
  font-weight: normal;
  font-style: normal; }

h1 {
  font-family: 'druk-heavy';
  font-size: 6.25rem;
  line-height: 5.9375rem;
  letter-spacing: 0.0625rem; }
  @media screen and (min-width: 43.75em) and (max-width: 62.4375em) {
    h1 {
      font-size: 5rem;
      line-height: 5rem; } }
  @media screen and (max-width: 43.6875em) {
    h1 {
      font-size: 4.375rem;
      line-height: 4.375rem; } }
  @media screen and (max-width: 31.1875em) {
    h1 {
      font-size: 3.75rem;
      line-height: 3.4375rem; } }

h2 {
  font-family: 'druk-heavy';
  font-size: 5rem;
  line-height: 5rem;
  letter-spacing: 0.0625rem; }
  @media screen and (min-width: 43.75em) and (max-width: 62.4375em) {
    h2 {
      font-size: 4.375rem;
      line-height: 4.375rem; } }
  @media screen and (max-width: 43.6875em) {
    h2 {
      font-size: 3.75rem;
      line-height: 3.75rem; } }
  @media screen and (max-width: 31.1875em) {
    h2 {
      font-size: 3.125rem;
      line-height: 3.125rem; } }

h3 {
  font-family: 'druk-heavy';
  font-size: 3.75rem;
  line-height: 3.4375rem;
  letter-spacing: 0.0625rem; }
  @media screen and (min-width: 43.75em) and (max-width: 62.4375em) {
    h3 {
      font-size: 3.125rem;
      line-height: 3.125rem; } }
  @media screen and (max-width: 43.6875em) {
    h3 {
      font-size: 2.5rem;
      line-height: 2.5rem; } }

h4 {
  font-family: 'druk-heavy';
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.0625rem; }
  @media screen and (max-width: 31.1875em) {
    h4 {
      font-size: 2rem;
      line-height: 1.875rem; } }

h5 {
  font-family: 'maisonmono-regular';
  font-weight: lighter;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0.125rem;
  margin-bottom: 1.875rem;
  -webkit-font-smoothing: antialiased; }

a {
  font-family: 'maisonmono-regular';
  font-weight: lighter;
  letter-spacing: 0.09375rem;
  -webkit-font-smoothing: antialiased; }

p {
  font-family: 'Karla', sans-serif;
  font-size: 1rem;
  line-height: 1.5625rem;
  letter-spacing: 0; }

p.small {
  font-family: 'Karla', sans-serif;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  margin-bottom: 1.25rem; }

h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue,
a.blue,
span.blue,
p.blue {
  color: #004AFF; }

h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
a.white,
span.white,
p.white {
  color: #ffffff; }

h1.gray,
h2.gray,
h3.gray,
h4.gray,
h5.gray,
a.gray,
span.gray,
p.gray {
  color: #757575; }

h1.light-white,
h2.light-white,
h3.light-white,
h4.light-white,
h5.light-white,
a.light-white,
span.light-white,
p.light-white {
  color: #ffffff;
  opacity: 0.8; }

.white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
  color: #ffffff; }

.white p {
  color: #ffffff; }

h1,
h2,
h3,
h4,
h5,
a {
  text-transform: uppercase; }

::selection {
  background: #004AFF;
  color: #ffffff; }

.vertical-type h3 {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  text-align: right;
  width: 200px;
  margin-top: 12.8125rem;
  margin-left: -5px; }
  @media screen and (max-width: 62.4375em) {
    .vertical-type h3 {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transform-origin: none;
      transform-origin: none;
      text-align: left;
      width: auto;
      margin-top: 0;
      margin-left: 0; } }

h3.vertical-type {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  text-align: right;
  width: 215px;
  margin-top: 12.8125rem;
  margin-left: -5px; }
  @media screen and (max-width: 62.4375em) {
    h3.vertical-type {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transform-origin: initial;
      transform-origin: initial;
      text-align: left;
      width: auto;
      margin-top: 0;
      margin-left: 0; } }

.text--small-expanded, .icon-card__title--expanded {
  font-family: 'maisonmono-regular';
  font-size: 0.75rem;
  letter-spacing: 0.10938rem; }

/**
 *
 * Added spacing for longform content
 * -----------------------------------
 *
 */
.entry > h1,
.entry > h2,
.entry > h3,
.entry > h4,
.entry > h5,
.entry > h6 {
  margin: 1.5em 0 1.5rem; }

.entry > hr {
  margin: 2.5rem 0; }
  @media print, screen and (min-width: 62.5em) {
    .entry > hr {
      margin: 3.75rem 0; } }

.entry > *:first-child {
  margin-top: 0; }

.label {
  font-size: 0.875rem;
  font-family: "Karla", Helvetica, Roboto, Arial, sans-serif;
  color: #004AFF;
  font-weight: 800;
  text-transform: uppercase; }

.section__divider {
  max-width: 100px;
  margin-bottom: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  display: block; }

/*----------  Type Utilities  ----------*/
.text--center {
  text-align: center; }

.text--primary {
  color: #004AFF; }

.text--secondary {
  color: #FFCE07; }

.text--small {
  font-size: 0.875rem; }

.text--gray {
  color: #999591 !important; }

.text--white {
  color: #ffffff; }

.text--bold {
  font-family: lighter; }

.text--upper {
  text-transform: uppercase; }

.text--black {
  color: #000000; }

strong {
  color: #000000;
  font-weight: lighter; }

/*----------  Responsive Type  ----------*/
@media screen and (max-width: 43.6875em) {
  html {
    font-size: 90%; } }

/*==============================
=            Forms             =
==============================*/
.contact-us-form {
  padding: 0;
  overflow: hidden;
  /* this fixes the button breaking out of the container */ }
  .contact-us-form form textarea[rows] {
    height: 100px; }
    .contact-us-form form textarea[rows].white-line, .contact-us-form form textarea[rows].gray-line {
      padding-top: 10px; }

.get-in-touch form textarea.white-line, .get-in-touch form textarea.gray-line {
  padding-top: 5px; }

h4.form-spacing {
  padding: 2.5rem;
  margin-bottom: 0; }
  @media screen and (max-width: 31.1875em) {
    h4.form-spacing {
      padding: 1.875rem; } }

form {
  /* Change the white to any color ;) */
  /*Change text in autofill textbox*/
  /* Sroll Bar Styling */ }
  form .form-spacing {
    padding: 0 2.5rem; }
    @media screen and (max-width: 31.1875em) {
      form .form-spacing {
        padding: 0 1.875rem; } }
  form textarea {
    height: 100px;
    resize: none; }
  form input.button, form input.button-long, form button.button, form button.button-long {
    font-size: 0.75rem;
    font-family: 'maisonmono-regular';
    font-weight: lighter;
    letter-spacing: 0.09375rem;
    text-transform: uppercase;
    height: 3.75rem;
    margin-top: 1.5625rem;
    margin-bottom: 0;
    border-radius: 0;
    cursor: pointer; }
  form input.button-long, form button.button-long {
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    transition: 0.3s background ease-in-out; }
    form input.button-long:hover, form button.button-long:hover {
      background: #003fd9; }
  form input, form textarea {
    font-family: 'karla' ,sans-serif;
    font-size: 0.875rem;
    line-height: 0.875rem;
    color: #ffffff;
    background: transparent;
    box-shadow: none; }
    form input[type=text]:focus, form input:focus, form textarea[type=text]:focus, form textarea:focus {
      background: transparent;
      box-shadow: none;
      outline: 0;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
    form input.white-line, form input.gray-line, form textarea.white-line, form textarea.gray-line {
      background: transparent;
      box-shadow: none;
      border: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      padding-left: 0;
      padding-top: 0; }
      form input.white-line::placeholder, form input.gray-line::placeholder, form textarea.white-line::placeholder, form textarea.gray-line::placeholder {
        font-family: 'karla' ,sans-serif;
        font-size: 0.875rem;
        line-height: 0.875rem;
        color: rgba(255, 255, 255, 0.8); }
    form input.gray-line, form textarea.gray-line {
      border-bottom: 1px solid #E7E8E8; }
      form input.gray-line::placeholder, form textarea.gray-line::placeholder {
        color: #999591; }
  form input.white-line, form input.gray-line {
    margin-bottom: 1.375rem; }
  form label {
    color: rgba(255, 255, 255, 0.8); }
    form label input {
      background: transparent;
      box-shadow: none;
      border: 0;
      border-bottom: 1px solid #2665FF; }
  form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #003fd9 inset !important;
    text-indent: 12px;
    border-radius: 0;
    background: transparent !important; }
  form input:-webkit-autofill {
    -webkit-text-fill-color: #ffffff !important; }
  form ::-webkit-scrollbar {
    width: 0.625rem; }
  form ::-webkit-scrollbar-track {
    background: #003fd9;
    border-radius: 0.625rem;
    margin-bottom: 1.25rem; }
  form ::-webkit-scrollbar-thumb {
    border-radius: 0.625rem;
    background: #2665FF; }

/* End of Form */
/*==============================
=            Layout            =
==============================*/
.row {
  width: 85%; }
  @media screen and (min-width: 62.5em) and (max-width: 74.9375em) {
    .row {
      width: 90%; } }
  @media screen and (max-width: 62.4375em) {
    .row {
      width: 100%;
      padding: 0 8%; } }
  @media screen and (min-width: 31.25em) and (max-width: 43.6875em) {
    .row {
      padding: 0 7%; } }
  @media screen and (max-width: 31.1875em) {
    .row {
      padding: 0 5%; } }

.row .row {
  width: auto; }
  @media screen and (min-width: 62.5em) and (max-width: 74.9375em) {
    .row .row {
      width: auto; } }
  @media screen and (max-width: 62.4375em) {
    .row .row {
      width: auto;
      padding: 0; } }
  @media screen and (min-width: 31.25em) and (max-width: 43.6875em) {
    .row .row {
      padding: 0; } }
  @media screen and (max-width: 31.1875em) {
    .row .row {
      padding: 0; } }

/*----------  Background Colors  ----------*/
.bg-half--blue:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 50%;
  bottom: 0;
  background-color: #004AFF; }

/*----------  Section Padding  ----------*/
.section-margin--bottom {
  margin-bottom: 9.375rem; }
  @media screen and (max-width: 62.4375em) {
    .section-margin--bottom {
      margin-bottom: 6.25rem; } }
  @media screen and (max-width: 31.1875em) {
    .section-margin--bottom {
      margin-bottom: 5rem; } }

/*==============================
=            Header            =
==============================*/
#header {
  padding-top: 3.125rem;
  position: absolute;
  width: 100%;
  z-index: 99;
  transition: 0.2s all ease-in-out;
  left: 0;
  right: 0; }
  @media screen and (max-width: 74.9375em) {
    #header {
      padding-top: 2.5rem; } }
  #header .container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }

.header--fixed .navigation-container,
.header--fixed-up .navigation-container {
  position: fixed; }

.header--fixed #header,
.header--fixed-up #header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #fff;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  box-shadow: 0 0.125rem 1.25rem 0 rgba(0, 75, 255, 0.05); }
  .header--fixed #header #navigation ul li,
  .header--fixed-up #header #navigation ul li {
    top: -4px;
    position: relative; }
    .header--fixed #header #navigation ul li a,
    .header--fixed-up #header #navigation ul li a {
      padding: 1.875rem 0; }

#navigation {
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 62.4375em) {
    #navigation {
      display: none; } }
  #navigation ul {
    margin: 0;
    height: 1.6875rem;
    list-style: none; }
    #navigation ul:hover li.active a:after {
      width: 0; }
    #navigation ul li {
      padding: 0 1.25rem;
      display: inline-block;
      text-align: right; }
      #navigation ul li:last-child {
        padding-right: 0; }
      #navigation ul li.active a:after, #navigation ul li.current-menu-item a:after {
        width: 100% !important; }
      #navigation ul li a {
        font-size: 0.625rem;
        letter-spacing: 0.09375rem;
        text-transform: uppercase;
        font-family: 'maisonmono-regular';
        color: #000000;
        cursor: pointer;
        padding: 0.9375rem 0; }
        #navigation ul li a:after {
          content: '';
          display: block;
          width: 0%;
          height: 1px;
          background: #004AFF;
          transition: 0.3s width ease-in-out; }
        #navigation ul li a:hover:after {
          width: 100%; }

#mobile-nav,
.mobile-shelf {
  display: none; }
  @media screen and (max-width: 62.4375em) {
    #mobile-nav,
    .mobile-shelf {
      display: block; } }

.mobile-shelf {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  position: fixed;
  padding-top: 7.1875rem;
  background: #ffffff;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  height: 100%;
  transform: translateY(-100%);
  transition: 0.3s all ease-in-out; }
  @media screen and (min-width: 62.5em) {
    .mobile-shelf {
      display: none; } }
  .mobile-shelf ul.mobile-navigation li,
  .mobile-shelf ul.menu-footer-top li,
  .mobile-shelf .menu-footer-bottom span {
    transform: translateY(-100%);
    opacity: 0;
    transition-delay: 0s;
    transition: 0.3s transform ease-in-out, 0.3s opacity ease-in-out; }
  .mobile-shelf ul {
    margin: 0;
    list-style: none;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .mobile-shelf ul.mobile-navigation {
      border-top: 1px solid rgba(0, 75, 255, 0.1);
      padding: 1.875rem 0; }
      .mobile-shelf ul.mobile-navigation li {
        padding: 0.625rem 0; }
        .mobile-shelf ul.mobile-navigation li a {
          color: #000000;
          font-family: 'druk-heavy';
          font-size: 3.75rem;
          line-height: 2.5rem;
          letter-spacing: 0.0625rem;
          transition: 0.3s opacity ease-in-out; }
          @media screen and (min-width: 43.75em) and (max-width: 62.4375em) {
            .mobile-shelf ul.mobile-navigation li a {
              font-size: 3.75rem;
              line-height: 3.75rem; } }
          @media screen and (max-width: 43.6875em) {
            .mobile-shelf ul.mobile-navigation li a {
              font-size: 3.125rem;
              line-height: 2.5rem; } }
          .mobile-shelf ul.mobile-navigation li a:hover {
            opacity: 0.25; }
    .mobile-shelf ul.menu-footer-top {
      background: #004AFF;
      width: 100%;
      text-align: left;
      padding: 0;
      max-height: 8.125rem; }
      @media screen and (max-width: 43.6875em) {
        .mobile-shelf ul.menu-footer-top {
          flex-direction: row;
          justify-content: flex-start;
          align-items: center; } }
      @media screen and (max-width: 43.6875em) {
        .mobile-shelf ul.menu-footer-top li {
          padding: 0 2.5rem 0 0; } }
      .mobile-shelf ul.menu-footer-top li a {
        font-family: 'maisonmono-regular';
        font-weight: lighter;
        font-size: 0.75rem;
        line-height: 1.875rem;
        letter-spacing: 0.09375rem;
        -webkit-font-smoothing: antialiased;
        color: #ffffff;
        transition: 0.3s opacity ease-in-out; }
        .mobile-shelf ul.menu-footer-top li a:hover {
          opacity: 0.5; }
  .mobile-shelf .menu-footer-bottom {
    background: #003fd9;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    padding: 1.25rem 0;
    font-family: 'Muli', sans-serif;
    font-weight: bolder;
    font-size: 0.65em;
    letter-spacing: 2px;
    text-transform: uppercase; }

.hamburger {
  position: relative;
  cursor: pointer;
  height: 22px;
  width: 28px;
  top: -1px; }
  .hamburger span {
    position: absolute;
    display: block;
    width: 28px;
    height: 2px;
    background: #004AFF;
    right: 0;
    transition: 0.25s top ease-in-out, 0.25s width ease-in-out, 0.25s right ease-in-out, 0.25s transform ease-in-out; }
    .hamburger span:first-child {
      top: 0px; }
    .hamburger span:nth-child(2) {
      top: 10px; }
    .hamburger span:nth-child(3) {
      top: 10px; }
    .hamburger span:last-child {
      top: 20px; }

@media screen and (max-width: 62.4375em) {
  .nav-open #header {
    position: fixed; } }

.nav-open.header--fixed .mobile-shelf, .nav-open.header--fixed-up .mobile-shelf {
  padding-top: 4.6875rem; }

.nav-open.header--fixed #header, .nav-open.header--fixed-up #header {
  box-shadow: 0 0.125rem 1.25rem 0 rgba(0, 75, 255, 0); }

.nav-open .hamburger span:first-child {
  top: 8px;
  width: 0%;
  right: 50%; }

.nav-open .hamburger span:nth-child(2) {
  transform: rotate(45deg); }

.nav-open .hamburger span:nth-child(3) {
  transform: rotate(-45deg); }

.nav-open .hamburger span:last-child {
  top: 10px;
  width: 0%;
  right: 50%; }

.nav-open .mobile-shelf {
  opacity: 1;
  transform: translateY(0%); }
  .nav-open .mobile-shelf ul.mobile-navigation li:nth-child(1) {
    transition-delay: 0.07s; }
  .nav-open .mobile-shelf ul.mobile-navigation li:nth-child(2) {
    transition-delay: 0.14s; }
  .nav-open .mobile-shelf ul.mobile-navigation li:nth-child(3) {
    transition-delay: 0.21s; }
  .nav-open .mobile-shelf ul.mobile-navigation li:nth-child(4) {
    transition-delay: 0.28s; }
  .nav-open .mobile-shelf ul.mobile-navigation li:nth-child(5) {
    transition-delay: 0.35s; }
  .nav-open .mobile-shelf ul.menu-footer-top li:nth-child(1) {
    transition-delay: 0.42s; }
  .nav-open .mobile-shelf ul.menu-footer-top li:nth-child(2) {
    transition-delay: 0.49s; }
  .nav-open .mobile-shelf .menu-footer-bottom span {
    transition-delay: 0.6s; }
  .nav-open .mobile-shelf ul.mobile-navigation li,
  .nav-open .mobile-shelf ul.menu-footer-top li,
  .nav-open .mobile-shelf .menu-footer-bottom span {
    transform: translateY(0%);
    opacity: 1; }

body.logged-in .mobile-shelf {
  height: 97%; }

/* Animations */
.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeOutUp {
  from {
    /*opacity: 1;*/
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }
  to {
    /*opacity: 0;*/
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    /*opacity: 1;*/
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }
  to {
    /*opacity: 0;*/
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeInDown {
  from {
    /*opacity: 0;*/
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    /*opacity: 1;*/
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); } }

@keyframes fadeInDown {
  from {
    /*opacity: 0;*/
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    /*opacity: 1;*/
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

/*==============================
=            Footer            =
==============================*/
footer {
  background: #000000;
  padding: 6.25rem 0 0 0; }
  @media screen and (max-width: 62.4375em) {
    footer {
      padding: 5rem 0 0 0; } }
  @media screen and (max-width: 43.6875em) {
    footer {
      padding: 3.125rem 0 0 0; } }
  footer .footer-top {
    padding-bottom: 2.5rem; }
    footer .footer-top a.footer-logo {
      display: block; }
      footer .footer-top a.footer-logo img {
        width: inherit; }
      @media screen and (max-width: 62.4375em) {
        footer .footer-top a.footer-logo {
          margin-bottom: 2.5rem; } }
      @media screen and (max-width: 62.4375em) {
        footer .footer-top a.footer-logo {
          margin-bottom: 1.875rem; } }
    footer .footer-top ul {
      margin: 0;
      list-style: none;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      height: 100px; }
      @media screen and (max-width: 31.1875em) {
        footer .footer-top ul {
          height: 130px; }
          footer .footer-top ul li {
            flex-basis: 0;
            line-height: 2.375rem; } }
      footer .footer-top ul li {
        flex-basis: 30px; }
        footer .footer-top ul li a {
          text-transform: none;
          font-family: 'Karla', sans-serif;
          font-size: 0.875rem;
          letter-spacing: 0;
          color: #999591;
          transition: 0.3s color ease-in-out; }
          footer .footer-top ul li a:hover {
            color: #ffffff; }
  footer .bottom-bar {
    padding-bottom: 0.625rem; }
    footer .bottom-bar .hr {
      padding-top: 1.25rem;
      border-top: 1px solid rgba(255, 255, 255, 0.25);
      width: 100%;
      opacity: 0.6; }
    footer .bottom-bar p.small {
      font-size: 0.75rem; }
      @media screen and (max-width: 31.1875em) {
        footer .bottom-bar p.small {
          margin-bottom: 0.3125rem; } }
    footer .bottom-bar ul {
      margin: 0;
      list-style: none;
      display: flex;
      flex-direction: row;
      flex-wrap: no-wrap;
      justify-content: flex-end;
      text-align: right; }
      @media screen and (max-width: 31.1875em) {
        footer .bottom-bar ul {
          justify-content: flex-start;
          text-align: left; } }
      footer .bottom-bar ul li {
        padding-left: 2.8125rem; }
        @media screen and (max-width: 31.1875em) {
          footer .bottom-bar ul li {
            padding-left: 0;
            padding-right: 2.5rem; }
            footer .bottom-bar ul li:last-child {
              padding-right: 0; } }
        footer .bottom-bar ul li:hover a {
          opacity: 0.8; }
        footer .bottom-bar ul li a {
          font-size: 0.625rem;
          line-height: 0.625rem;
          color: #ffffff;
          opacity: 0.4;
          transition: 0.3s opacity ease-in-out; }

.opacity-10 {
  opacity: .1; }

.opacity-20 {
  opacity: .2; }

.opacity-30 {
  opacity: .3; }

.opacity-40 {
  opacity: .4; }

.opacity-50 {
  opacity: .5; }

.opacity-60 {
  opacity: .6; }

.opacity-70 {
  opacity: .7; }

.opacity-80 {
  opacity: .8; }

.opacity-90 {
  opacity: .9; }

.opacity-100 {
  opacity: 1; }

/*==============================
=        Terms & Privacy       =
==============================*/
body.privacy-policy section.legal-content,
body.terms-of-use section.legal-content {
  padding-bottom: 9.375rem; }
  @media screen and (max-width: 62.4375em) {
    body.privacy-policy section.legal-content,
    body.terms-of-use section.legal-content {
      padding-bottom: 6.25rem; } }
  @media screen and (max-width: 43.6875em) {
    body.privacy-policy section.legal-content,
    body.terms-of-use section.legal-content {
      padding-bottom: 5rem; } }
  @media screen and (max-width: 31.1875em) {
    body.privacy-policy section.legal-content,
    body.terms-of-use section.legal-content {
      padding-bottom: 5rem; } }
  body.privacy-policy section.legal-content .background,
  body.terms-of-use section.legal-content .background {
    padding: 9.375rem 9.375rem 9.375rem 0;
    background: #004AFF;
    position: relative; }
    @media screen and (max-width: 62.4375em) {
      body.privacy-policy section.legal-content .background,
      body.terms-of-use section.legal-content .background {
        padding: 6.25rem 2.5rem 6.25rem 0; } }
    @media screen and (max-width: 43.6875em) {
      body.privacy-policy section.legal-content .background,
      body.terms-of-use section.legal-content .background {
        padding: 5rem 3.125rem 5rem 0; } }
    @media screen and (max-width: 31.1875em) {
      body.privacy-policy section.legal-content .background,
      body.terms-of-use section.legal-content .background {
        padding: 5rem 1.25rem 5rem 0; } }
    body.privacy-policy section.legal-content .background:before,
    body.terms-of-use section.legal-content .background:before {
      content: "";
      position: absolute;
      left: -100%;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: #004AFF; }
    body.privacy-policy section.legal-content .background h5,
    body.terms-of-use section.legal-content .background h5 {
      margin-bottom: 0.9375rem; }
    body.privacy-policy section.legal-content .background h4,
    body.terms-of-use section.legal-content .background h4 {
      margin-top: 3.75rem; }
      body.privacy-policy section.legal-content .background h4.intro,
      body.terms-of-use section.legal-content .background h4.intro {
        margin-top: 0; }
      body.privacy-policy section.legal-content .background h4.dual-title,
      body.terms-of-use section.legal-content .background h4.dual-title {
        margin-bottom: 0.5rem; }
    body.privacy-policy section.legal-content .background ul,
    body.terms-of-use section.legal-content .background ul {
      margin-left: 0; }
      body.privacy-policy section.legal-content .background ul li,
      body.terms-of-use section.legal-content .background ul li {
        list-style: none;
        color: #ffffff;
        margin-bottom: 0.9375rem; }

/*===============================
=            Accordian          =
===============================*/
ul.accordion {
  list-style: none;
  border-top: 1px solid #E7E8E8;
  margin: 0; }
  ul.accordion li.accordion-tab {
    position: relative;
    padding: 0.9375rem 0;
    border-bottom: 1px solid #E7E8E8;
    cursor: pointer; }
    @media screen and (max-width: 62.4375em) {
      ul.accordion li.accordion-tab:last-child {
        border-bottom: 0;
        padding-bottom: 0; } }
    ul.accordion li.accordion-tab span {
      display: block;
      position: relative;
      width: 100%;
      transition: 0.3s color ease-in-out;
      padding-right: 30px; }
      ul.accordion li.accordion-tab span:after {
        content: '+';
        display: block;
        position: absolute;
        top: 2%;
        right: 0;
        height: 1.5rem;
        width: 1.5rem;
        background: #004AFF;
        color: #ffffff;
        border-radius: 1.5rem;
        font-size: 1.375rem;
        line-height: 1.25rem;
        font-weight: lighter;
        text-align: center;
        transition: 0.3s transform ease-in-out, 0.3s background ease-in-out, 0.3s color ease-in-out; }
    ul.accordion li.accordion-tab p {
      height: 0;
      max-height: 600px;
      overflow: hidden;
      margin: 0;
      width: calc(100% - 6px);
      transition: 0.3s height ease-in-out, 0.3s margin ease-in-out; }
      ul.accordion li.accordion-tab p::-webkit-scrollbar {
        width: 0.625rem; }
      ul.accordion li.accordion-tab p::-webkit-scrollbar-track {
        background: #E7E8E8;
        border-radius: 0.625rem;
        margin: 0.5rem 0 0.25rem 1.25rem; }
      ul.accordion li.accordion-tab p::-webkit-scrollbar-thumb {
        border-radius: 0.625rem;
        background: #999591; }
    ul.accordion li.accordion-tab.content-reveal span {
      color: #000000; }
      ul.accordion li.accordion-tab.content-reveal span:after {
        transform: rotate(45deg);
        background: #E7E8E8;
        color: #999591; }
    ul.accordion li.accordion-tab.content-reveal p {
      height: 7.6875rem;
      overflow-y: scroll;
      margin-top: 0.5rem;
      margin-bottom: 0.3125rem;
      padding-right: 1.25rem; }

/*===============================
=            Buttons            =
===============================*/
.button {
  font-weight: lighter; }

a.button,
button.button {
  position: relative;
  font-family: 'maisonmono-regular';
  letter-spacing: 0.125rem;
  font-size: 0.75rem;
  border-radius: 0;
  border: none;
  padding: 1.125rem 1.875rem;
  overflow: hidden; }
  a.button:before,
  button.button:before {
    content: '';
    width: 0;
    background: #ffffff;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    transform: translateX(0);
    transition: 0.4s width cubic-bezier(0.6, 0.2, 0.1, 1) 0s, 0.4s left cubic-bezier(0.6, 0.2, 0.1, 1) 0s, 0.4s transform cubic-bezier(0.6, 0.2, 0.1, 1) 0s; }
  a.button:hover:before,
  button.button:hover:before {
    transform: translateX(110%);
    width: 100%; }
  a.button.white,
  button.button.white {
    background: #ffffff;
    color: #004AFF;
    transition: 0.3s background ease-in-out; }
    a.button.white:before,
    button.button.white:before {
      background: #004AFF; }
    a.button.white:hover,
    button.button.white:hover {
      background: rgba(255, 255, 255, 0.9); }

a.button-white-arrow,
button.button-white-arrow {
  background: transparent;
  color: #ffffff;
  font-family: 'maisonmono-regular';
  letter-spacing: 0.125rem;
  font-size: 0.75rem;
  border-radius: 0; }
  a.button-white-arrow:before,
  button.button-white-arrow:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ffffff;
    opacity: 0.3;
    margin-bottom: 1.125rem;
    transition: 0.3s opacity ease-in-out; }
  a.button-white-arrow:after,
  button.button-white-arrow:after {
    content: '';
    display: inline-block;
    transform: translateY(0.0625rem);
    width: 1rem;
    height: 0.6875rem;
    margin-left: 0.625rem;
    background-size: cover;
    background-position: center center;
    background-image: url("../img/arrow-right-long.svg");
    transition: 0.3s transform ease-in-out; }
  a.button-white-arrow:hover:after,
  button.button-white-arrow:hover:after {
    transform: translate(0.3125rem, 0.0625rem); }

a.back-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 62px;
  height: 62px; }
  a.back-to-top img {
    position: absolute;
    transition: 0.3s transform ease-in-out; }
    a.back-to-top img.arrow-up-long {
      transform: translateX(-0.03125rem);
      width: 0.75rem; }
  a.back-to-top:hover img.polygon-background {
    transform: rotate(90deg) scale(1.1); }
  @media screen and (max-width: 31.1875em) {
    a.back-to-top {
      padding: 1.25rem 0 0.3125rem 0; } }

a.about-octo-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 93px;
  height: 93px; }
  a.about-octo-button img {
    position: absolute;
    transition: 0.3s transform ease-in-out; }
    a.about-octo-button img.arrow-down-long {
      transform: translateX(-0.03125rem); }
  a.about-octo-button:hover img.polygon-background {
    transform: rotate(90deg) scale(1.1); }

/*=============================
=            Forms            =
=============================*/
/*=============================
=            Heros            =
=============================*/
section.hero {
  display: flex;
  height: 100vh;
  max-height: 43.75rem;
  max-height: 80vh;
  /* for tall screens */
  min-height: 37.5rem;
  /* for short screens */
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 6.25rem; }
  @media screen and (max-width: 62.4375em) {
    section.hero {
      padding-bottom: 6.25rem;
      max-height: 31.25rem; } }
  @media screen and (min-width: 31.25em) and (max-width: 43.6875em) {
    section.hero {
      padding-bottom: 3.125rem;
      max-height: 25rem; } }
  @media screen and (max-width: 31.1875em) {
    section.hero {
      padding-bottom: 1.875rem;
      max-height: 21.875rem; } }

.hero--home {
  display: flex;
  height: 100vh;
  max-height: 56.25rem;
  /* for tall screens */
  min-height: 40.625rem;
  /* for short screens */
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 6.25rem; }
  @media screen and (max-width: 62.4375em) {
    .hero--home {
      padding-bottom: 6.25rem;
      max-height: 50rem; } }
  @media screen and (min-width: 31.25em) and (max-width: 43.6875em) {
    .hero--home {
      padding-bottom: 3.125rem;
      max-height: 43.75rem; } }
  @media screen and (max-width: 31.1875em) {
    .hero--home {
      padding-bottom: 1.875rem;
      max-height: 34.375rem; } }

/*=====================================
=            Numbered List            =
=====================================*/
.num-list__container {
  position: relative;
  background: #ffffff;
  padding: 9.375rem 0 9.375rem 9.375rem; }
  @media screen and (max-width: 62.4375em) {
    .num-list__container {
      padding: 6.25rem 0 2.5rem 2.5rem; } }
  @media screen and (max-width: 43.6875em) {
    .num-list__container {
      padding: 5rem 0 5rem 3.125rem; } }
  @media screen and (max-width: 31.1875em) {
    .num-list__container {
      padding: 5rem 0 5rem 5%; } }
  .num-list__container:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff; }
  .num-list__container .num-list__grid {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
    .num-list__container .num-list__grid li {
      display: flex;
      flex-direction: column;
      height: 100%;
      margin-bottom: 1.875rem; }
      @media screen and (max-width: 43.6875em) {
        .num-list__container .num-list__grid li:last-child {
          margin-bottom: 0; }
          .num-list__container .num-list__grid li:last-child h4 {
            margin-bottom: 0; } }
      @media screen and (max-width: 31.1875em) {
        .num-list__container .num-list__grid li {
          margin-bottom: 0.625rem; } }
      .num-list__container .num-list__grid li h5 {
        border-bottom: 1px solid #E7E8E8;
        padding-bottom: 0.9375rem;
        margin-bottom: 1.25rem; }

/*=============================
=            Cards            =
=============================*/
/*----------  Text Cards  ----------*/
.text-card__container .text-card {
  display: flex;
  flex-direction: column; }
  .text-card__container .text-card .card-content {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.085);
    height: 100%;
    transition: 0.3s box-shadow ease-in-out, 0.3s transform ease-in-out; }
    .text-card__container .text-card .card-content .header-border-bottom {
      display: flex;
      justify-content: center;
      border-bottom: 1px solid #E7E8E8;
      margin-bottom: 1.875rem;
      max-height: 11.5625rem;
      padding: 2.5rem 0.625rem; }
    .text-card__container .text-card .card-content h4 {
      text-align: center;
      margin-bottom: 0; }
    .text-card__container .text-card .card-content ul {
      list-style: none;
      margin: 0;
      padding-bottom: 2.5rem; }
      .text-card__container .text-card .card-content ul li {
        text-align: center;
        padding: 0.3125rem 0; }
  .text-card__container .text-card:hover .card-content {
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15);
    transform: scale(1.03); }

/*----------  Split Cards  ----------*/
.split-card__container {
  display: flex;
  flex-direction: row;
  background: #ffffff;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.085); }
  @media screen and (max-width: 62.4375em) {
    .split-card__container {
      flex-direction: column; } }

.split-card__content {
  padding: 3.125rem; }
  @media screen and (max-width: 31.1875em) {
    .split-card__content {
      padding: 5rem 8%; } }
  .split-card__content hr {
    margin-top: 0; }
  .split-card__content ul li {
    margin-bottom: 0.625rem; }
  @media screen and (max-width: 31.1875em) {
    .split-card__content ul {
      margin-bottom: 0; } }
  @media screen and (max-width: 31.1875em) {
    .split-card__content ul li:last-child {
      margin-bottom: 0; } }

.split-card__container > .columns {
  align-items: stretch; }

.split-card__container .columns:nth-child(2n) {
  background: #004AFF; }
  .split-card__container .columns:nth-child(2n) .split-card__title {
    color: #ffffff; }
  .split-card__container .columns:nth-child(2n) .split-card__content p,
  .split-card__container .columns:nth-child(2n) .split-card__content ul li {
    color: #ffffff;
    opacity: .8; }
  .split-card__container .columns:nth-child(2n) .split-card__content hr {
    background-color: #ffffff;
    opacity: 0.25; }

/*==================================
=            Icon Cards            =
==================================*/
.icon-card__container {
  display: flex; }
  .icon-card__container .icon-card {
    display: flex;
    flex-direction: column;
    padding-bottom: 1.875rem; }
    .icon-card__container .icon-card .card-content {
      display: flex;
      flex-direction: column;
      background: #ffffff;
      box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.085);
      height: 100%;
      transition: 0.3s box-shadow ease-in-out, 0.3s transform ease-in-out; }
      .icon-card__container .icon-card .card-content .icon-border-bottom {
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #E7E8E8;
        margin-bottom: 1.875rem;
        max-height: 11.5625rem; }
        .icon-card__container .icon-card .card-content .icon-border-bottom img {
          width: 100%;
          margin: 2.5rem 0; }
      .icon-card__container .icon-card .card-content h4 {
        text-align: center;
        margin-bottom: 0.625rem; }
      .icon-card__container .icon-card .card-content ul {
        list-style: none;
        margin: 0;
        padding-bottom: 2.5rem; }
        .icon-card__container .icon-card .card-content ul li {
          text-align: center;
          padding: 0.3125rem 0; }
    .icon-card__container .icon-card:hover .card-content {
      box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15);
      transform: scale(1.03); }
  .icon-card__container .icon-card--large .icon-border-bottom {
    max-height: none !important;
    padding: 3.125rem 0.625rem; }
    .icon-card__container .icon-card--large .icon-border-bottom img {
      margin: 0 !important;
      width: auto;
      max-width: 15.625rem; }

.icon-card__description {
  padding: 0.3125rem 1.25rem 1.875rem 1.25rem; }
  .icon-card__description p {
    padding: 0 0.9375rem; }
  .icon-card__description p:last-child {
    margin-bottom: 0; }

.icon-card__title {
  margin-bottom: 0.9375rem !important; }

.icon-card__title--expanded {
  line-height: 1.5; }

/*======================================
=            Learn More CTA            =
======================================*/
.learn-more {
  padding-bottom: 9.375rem; }
  @media screen and (max-width: 62.4375em) {
    .learn-more {
      padding-bottom: 6.25rem; } }
  @media screen and (max-width: 43.6875em) {
    .learn-more {
      padding-bottom: 5rem; } }
  .learn-more .row .learn-more-container {
    display: flex; }
    .learn-more .row .learn-more-container .background {
      display: flex;
      padding: 9.375rem 0 9.375rem 6.25rem;
      background: #004AFF;
      position: relative; }
      @media screen and (max-width: 62.4375em) {
        .learn-more .row .learn-more-container .background {
          padding: 5rem 1.875rem 5rem 3.125rem;
          display: block; } }
      @media screen and (max-width: 43.6875em) {
        .learn-more .row .learn-more-container .background {
          padding: 5rem 1.875rem 5rem 5rem; } }
      @media screen and (max-width: 31.1875em) {
        .learn-more .row .learn-more-container .background {
          padding: 5rem 1.875rem; }
          .learn-more .row .learn-more-container .background .columns {
            padding: 0; } }
      .learn-more .row .learn-more-container .background:before {
        content: "";
        position: absolute;
        left: 100%;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: #004AFF; }
      .learn-more .row .learn-more-container .background h3 {
        max-width: 36.875rem; }
        @media screen and (min-width: 62.5em) {
          .learn-more .row .learn-more-container .background h3 {
            margin-bottom: 0; } }
      @media screen and (max-width: 62.4375em) {
        .learn-more .row .learn-more-container .background .flex-right {
          justify-content: flex-start; } }
      .learn-more .row .learn-more-container .background .flex-right a.button {
        min-width: 10.875rem;
        align-self: flex-end;
        margin-bottom: 0; }

/*=====================================
=            Scroll Reveal            =
=====================================*/
.sw-b-l {
  position: relative; }

.isnt-visible *, .isnt-visible div,
footer *,
footer div {
  opacity: 0;
  transition: 0.3s opacity ease-in-out 0.4s; }

.isnt-visible:before,
footer:before {
  transition: 0.3s left cubic-bezier(0.105, 0.265, 0.17, 0.975) 0.6s, 0.3s width cubic-bezier(0.105, 0.265, 0.17, 0.975) 0s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #004AFF;
  width: 0;
  height: 100%;
  z-index: 3; }

.is-visible *, .is-visible div {
  opacity: 1; }

.is-visible:before {
  left: 100%;
  width: 100%; }

.is-visible.scrollwipe-header:before {
  left: 100%;
  width: 100%; }

.isnt-visible.scrollwipe-header,
.scrollwipe-header,
.isnt-visible.scrollwipe-v-header,
.scrollwipe-v-header,
.isnt-visible.scrollwipe-block,
.scrollwipe-block {
  overflow: hidden;
  color: transparent;
  transition: 0.3s color ease-in-out 0.4s; }
  .isnt-visible.scrollwipe-header:before,
  .scrollwipe-header:before,
  .isnt-visible.scrollwipe-v-header:before,
  .scrollwipe-v-header:before,
  .isnt-visible.scrollwipe-block:before,
  .scrollwipe-block:before {
    transition: 0.3s left cubic-bezier(0.105, 0.265, 0.17, 0.975) 0.6s, 0.3s width cubic-bezier(0.105, 0.265, 0.17, 0.975) 0s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #004AFF;
    width: 0;
    height: 100%;
    z-index: 3; }

.isnt-visible.scrollwipe-header,
.scrollwipe-header {
  position: relative;
  float: left;
  clear: left; }

.isnt-visible.scrollwipe-v-header,
.scrollwipe-v-header {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 62.4375em) {
    .isnt-visible.scrollwipe-v-header,
    .scrollwipe-v-header {
      float: left;
      clear: left; } }

.center-headline {
  display: flex;
  justify-content: center; }

.isnt-visible.scrollwipe-block img,
.isnt-visible.scrollwipe-block div,
.scrollwipe-block img,
.scrollwipe-block div {
  opacity: 0;
  transition: 0.3s opacity cubic-bezier(0.105, 0.265, 0.17, 0.975) 0.4s; }

.is-visible.scrollwipe-block img,
.is-visible.scrollwipe-block div {
  opacity: 1; }

.is-visible:before {
  left: 100%;
  width: 100%; }

.is-visible.scrollwipe-header,
.is-visible.scrollwipe-v-header {
  color: #000000; }

.is-visible.scrollwipe-header.white {
  color: #ffffff; }

/**
  * Please do not delete this!
  * This fixes an issue in Chrome where sections
  * would not repaint immediately when being scrolled
  * into view. This is caused by GPU-accelerated rendering,
  * which we are using for the 3D effects.
  */
section,
footer {
  -webkit-transform: translate3d(0, 0, 0); }
