@charset "UTF-8";
@font-face {
  font-family: "BebasNeue-Bold";
  src: url("../../fonts/bebasneue/BebasNeue-Bold.eot");
  src: url("../../fonts/bebasneue/BebasNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/bebasneue/BebasNeue-Bold.woff2") format("woff2"), url("../../fonts/bebasneue/BebasNeue-Bold.woff") format("woff"), url("../../fonts/bebasneue/BebasNeue-Bold.ttf") format("truetype"), url("../../fonts/bebasneue/BebasNeue-Bold.svg#BebasNeueBold") format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: "Graphik";
  src: url("../../fonts/graphik/Graphik-Regular.eot");
  src: url("../../fonts/graphik/Graphik-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/graphik/Graphik-Regular.woff") format("woff"), url("../../fonts/graphik/Graphik-Regular.ttf") format("truetype"), url("../../fonts/graphik/Graphik-Regular.svg#GraphikRegular") format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../../fonts/inter/Inter-UI-Regular.woff2") format("woff2"), url("../../fonts/inter/Inter-UI-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../../fonts/inter/Inter-UI-Medium.woff2") format("woff2"), url("../../fonts/inter/Inter-UI-Medium.woff") format("woff"); }

@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../../fonts/inter/Inter-UI-Bold.woff2") format("woff2"), url("../../fonts/inter/Inter-UI-Bold.woff") format("woff"); }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  color: #000001;
  font-family: "Inter UI", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body ::selection,
html ::selection,
body ::-moz-selection,
html ::-moz-selection {
  background: #000001;
  color: #FFFFFF; }

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

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

a {
  background-color: transparent;
  text-decoration: none;
  transition: color 0.5s ease;
  position: relative;
  -webkit-text-decoration-skip: objects; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

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

img {
  border-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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; }

input {
  overflow: visible; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

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

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.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: 0;
  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; }

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: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }
  p code {
    background-color: #1d1d1b;
    padding: 5px 5px;
    color: white;
    border-radius: 2px; }
  p a {
    text-decoration: underline; }
    p a:hover {
      color: #B0F2FF;
      cursor: pointer;
      transition: color 0.3s ease; }
    p a:hover:after {
      transition: width 0.4s ease;
      width: 100%; }
    p a:focus {
      outline: 0; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Inter UI", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: inherit;
  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: #cacaca; }

h1,
.h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2,
.h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3,
.h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5,
.h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1,
  .h1 {
    font-size: 3rem; }
  h2,
  .h2 {
    font-size: 2.5rem; }
  h3,
  .h3 {
    font-size: 1.9375rem; }
  h4,
  .h4 {
    font-size: 1.5625rem; }
  h5,
  .h5 {
    font-size: 1.25rem; }
  h6,
  .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #000001;
  cursor: pointer; }

a:hover,
a:focus {
  color: #B0F2FF; }

a img {
  border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #eaeaea;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style: none; }

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: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }

cite:before {
  content: "— "; }

abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.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: 40em) {
  .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: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-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 #8a8a8a;
    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; } }

@media (max-width: 37.5em) {
  .nomobile {
    display: none;
    visibility: hidden; } }

.onlymobile {
  display: none; }
  @media (max-width: 37.5em) {
    .onlymobile {
      display: block;
      visibility: visible; } }

.form-hidden {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: hidden; }

.transition {
  transition: all 0.3s ease-in; }

.transition1 {
  transition: all 0.2s ease-in; }

.pr {
  position: relative; }

.bg-white {
  background: white; }

.invisiblelink {
  color: inherit;
  text-decoration: none; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }

.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.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0; }

.column,
.columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0; }

@media print, screen and (min-width: 40em) {
  .column,
  .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.column.row.row,
.row.row.columns {
  float: none;
  display: block; }

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.small-offset-1 {
  margin-left: 8.3333333333%; }

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

.small-offset-2 {
  margin-left: 16.6666666667%; }

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

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

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.small-offset-4 {
  margin-left: 33.3333333333%; }

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

.small-offset-5 {
  margin-left: 41.6666666667%; }

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

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

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.small-offset-7 {
  margin-left: 58.3333333333%; }

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

.small-offset-8 {
  margin-left: 66.6666666667%; }

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

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

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.small-offset-10 {
  margin-left: 83.3333333333%; }

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

.small-offset-11 {
  margin-left: 91.6666666667%; }

.small-up-1 {
  flex-wrap: wrap; }

.small-up-1 > .column,
.small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }

.small-up-2 > .column,
.small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }

.small-up-3 > .column,
.small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.small-up-4 {
  flex-wrap: wrap; }

.small-up-4 > .column,
.small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }

.small-up-5 > .column,
.small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }

.small-up-6 > .column,
.small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.small-up-7 {
  flex-wrap: wrap; }

.small-up-7 > .column,
.small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%; }

.small-up-8 {
  flex-wrap: wrap; }

.small-up-8 > .column,
.small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%; }

.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .medium-up-1 {
    flex-wrap: wrap; }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%; }
  .medium-up-8 {
    flex-wrap: wrap; }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  flex: 0 0 100%; }

@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .large-up-1 {
    flex-wrap: wrap; }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .large-up-4 {
    flex-wrap: wrap; }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .large-up-7 {
    flex-wrap: wrap; }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%; }
  .large-up-8 {
    flex-wrap: wrap; }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.large-unstack > .column,
.row.large-unstack > .columns {
  flex: 0 0 100%; }

@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

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

.column-block {
  margin-bottom: 1.25rem; }

.column-block > :last-child {
  margin-bottom: 0; }

@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem; }
  .column-block > :last-child {
    margin-bottom: 0; } }

.align-left {
  justify-content: flex-start; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-left.vertical.menu > li > a {
  justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='text'],
[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 #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  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='text']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe; }

textarea {
  max-width: 100%; }

textarea[rows] {
  height: auto; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

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: #0a0a0a; }

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }

.input-group > :first-child {
  border-radius: 0 0 0 0; }

.input-group > :last-child > * {
  border-radius: 0 0 0 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 #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  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 #cacaca; }

.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 #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  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%28138, 138, 138%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 #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

select:disabled {
  background-color: #e6e6e6;
  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: #f9ecea; }

.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: bold;
  color: #cc4b37; }

.form-error.is-visible {
  display: block; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe; }

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold; }

thead {
  background: #f8f8f8;
  color: #000001; }

tfoot {
  background: #f1f1f1;
  color: #000001; }

thead tr,
tfoot tr {
  background: transparent; }

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left; }

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem; }

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1; }

table.unstriped tbody {
  background-color: #fefefe; }

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  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: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

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

.table-scroll table {
  width: auto; }

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  color: #404142;
  height: 60px;
  padding: 0px 150px;
  user-select: none;
  transition: all 0.28s cubic-bezier(0.555, 0.205, 0.295, 0.975); }
  @media (max-width: 64em) {
    .top-bar {
      padding: 0px 20px; } }
  @media (max-width: 55em) {
    .top-bar {
      padding: 0px 5px; } }
  .top-bar .BrandID {
    padding: 0px;
    padding-left: 0px;
    transition: all 0.28s cubic-bezier(0.555, 0.205, 0.295, 0.975); }
    .top-bar .BrandID img {
      width: 60px;
      height: 40px;
      margin-right: 0px; }
  .top-bar .active a,
  .top-bar .active span {
    color: #000001; }
    .top-bar .active a:after,
    .top-bar .active span:after {
      content: '';
      position: absolute;
      z-index: -2;
      top: 60%;
      bottom: 0;
      left: -3px;
      right: -3px;
      opacity: 1;
      -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
      -moz-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
      -o-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
      transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
      background-color: #B0F2FF; }
  .top-bar .active .dropdown a {
    color: #404142; }
  .top-bar .margin-fix {
    margin-left: 0px; }
    @media (max-width: 64em) {
      .top-bar .margin-fix li {
        margin: 0px 10px; } }
  .top-bar ul {
    margin-left: 50px;
    margin-bottom: 0px;
    list-style: none;
    display: flex; }
    @media (max-width: 64em) {
      .top-bar ul {
        margin-left: 0px; } }
    .top-bar ul .dropdown-caret::after {
      content: '▾';
      font-size: 13px;
      line-height: 0px;
      margin-left: 2px; }
    .top-bar ul li {
      height: 100%;
      margin: 0px 5px;
      padding: 0px 10px;
      position: relative;
      overflow: visible;
      transition: all 0.1s ease-in-out; }
      .top-bar ul li:hover .dropdown {
        visibility: visible;
        opacity: 1; }
      .top-bar ul li .dropdown {
        width: 230px;
        position: absolute;
        opacity: 0.00001;
        visibility: hidden;
        z-index: 999;
        background: white;
        margin: 0px;
        left: -10px;
        top: 60px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        transition: all 0.1s ease-in-out;
        background-color: #B0F2FF; }
        .top-bar ul li .dropdown li {
          line-height: 20px;
          width: 100%; }
          .top-bar ul li .dropdown li:hover {
            background-color: #FFFFFF; }
        .top-bar ul li .dropdown a {
          padding: 15px 10px;
          font-size: 16px;
          width: 100%; }
          .top-bar ul li .dropdown a:hover {
            color: #000001; }
      .top-bar ul li a {
        height: 100%;
        color: #000001;
        display: block;
        font-weight: 500;
        font-size: 16px;
        display: flex;
        align-items: center; }
        .top-bar ul li a span {
          overflow: visible; }

.build-mobile {
  margin: 20px !important; }
  .build-mobile button {
    margin: 0px !important; }

.build-button {
  margin-right: 0px; }
  .build-button button {
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    overflow: hidden;
    padding: 10px 0px;
    position: relative;
    text-align: center;
    transition: .3s;
    width: 180px;
    border-radius: 0px;
    background: #B0F2FF;
    border: 2px solid #B0F2FF;
    color: #000001;
    border-radius: 50px; }
    @media (max-width: 37.5em) {
      .build-button button {
        margin: 0px 10px;
        margin-bottom: 30px;
        width: 100%; } }
    .build-button button:after {
      position: absolute;
      transition: .3s;
      content: '';
      width: 0;
      left: 50%;
      bottom: 0;
      height: 3px;
      background: #7deaff;
      height: 120%;
      left: -10%;
      transform: skewX(-30deg);
      z-index: -1; }
    .build-button button:hover, .build-button button:focus {
      cursor: pointer;
      border: 2px solid #B0F2FF;
      background: transparent;
      color: #B0F2FF;
      outline: none;
      transition: 0.3s all ease; }
      .build-button button:hover:after, .build-button button:focus:after {
        left: -10%;
        width: 120%; }

.top-bar-svr {
  display: flex;
  align-items: center; }

.top-bar-black {
  color: #404142;
  background: transparent;
  z-index: 20;
  position: relative; }
  .top-bar-black ul {
    background-color: transparent; }
    .top-bar-black ul .active a,
    .top-bar-black ul .active span {
      color: #ffffff; }
      .top-bar-black ul .active a:after,
      .top-bar-black ul .active span:after {
        content: '';
        height: 10px;
        position: absolute;
        z-index: -2;
        top: 60%;
        bottom: 0;
        left: -3px;
        right: -3px;
        opacity: 1;
        -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
        -moz-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
        -o-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
        transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
        background-color: #B0F2FF; }
    .top-bar-black ul li .dropdown a {
      color: #000001 !important; }
      .top-bar-black ul li .dropdown a:hover {
        color: #B0F2FF; }
    .top-bar-black ul li a {
      color: #FFFFFF !important; }
      .top-bar-black ul li a:hover {
        color: #FFFFFF; }

.top-bar-grey {
  color: #404142;
  background: #29BFE8;
  z-index: 20;
  position: relative; }
  .top-bar-grey ul {
    background-color: #29BFE8; }
    .top-bar-grey ul li a {
      color: #404142; }

.active {
  color: #E61E25; }

.Responsive--Header {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background: #000001;
  overflow: hidden;
  transition: all 0.5s ease-out;
  z-index: 10000; }

.Responsive--Brand {
  position: relative;
  top: 7px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 0; }
  .Responsive--Brand img {
    width: 60px;
    height: 35px; }

.Responsive--Header .burger-container {
  position: absolute;
  right: 0px;
  display: inline-block;
  height: 50px;
  width: 55px;
  cursor: pointer;
  z-index: 9999;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.Responsive--Header .burger-container #burger {
  width: 20px;
  height: 0;
  position: relative;
  display: block;
  margin: -5px auto 0;
  top: 50%; }

.Responsive--Header .burger-container #burger .bar {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  background: #FFF;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.Responsive--Header .burger-container #burger .bar.topBar {
  -webkit-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg); }

.Responsive--Header .burger-container #burger .bar.btmBar {
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg); }

.Responsive--Header ul {
  position: relative;
  display: block;
  padding-top: 40px;
  list-style: none;
  margin-left: 0px; }

.Responsive--Header ul li {
  text-align: center;
  -webkit-transform: scale(1.15) translateY(-5px);
  transform: scale(1.15) translateY(-5px);
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99); }

.Responsive--Header ul li:nth-child(1) {
  -webkit-transition-delay: 0.49s;
  transition-delay: 0.49s; }

.Responsive--Header ul li:nth-child(2) {
  -webkit-transition-delay: 0.42s;
  transition-delay: 0.42s; }

.Responsive--Header ul li:nth-child(3) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s; }

.Responsive--Header ul li:nth-child(4) {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s; }

.Responsive--Header ul li:nth-child(5) {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s; }

.Responsive--Header ul li a {
  display: block;
  position: relative;
  color: #FFF;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 4.35;
  text-transform: uppercase;
  font-weight: 800;
  width: 100%;
  -webkit-tap-highlight-color: transparent; }

.Responsive--Header.menu-opened {
  height: 100vh;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
  transition: all 0.3s ease-in, background 0.5s ease-in;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.Responsive--Header.menu-opened .burger-container {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.Responsive--Header.menu-opened .burger-container #burger .bar {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.Responsive--Header.menu-opened .burger-container #burger .bar.topBar {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg); }

.Responsive--Header.menu-opened .burger-container #burger .bar.btmBar {
  -webkit-transform: translateY(3px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg); }

.Responsive--Header.menu-opened ul li {
  -webkit-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  opacity: 1; }

.Responsive--Header.menu-opened ul li:nth-child(1) {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s; }

.Responsive--Header.menu-opened ul li:nth-child(2) {
  -webkit-transition-delay: 0.34s;
  transition-delay: 0.34s; }

.Responsive--Header.menu-opened ul li:nth-child(3) {
  -webkit-transition-delay: 0.41s;
  transition-delay: 0.41s; }

.Responsive--Header.menu-opened ul li:nth-child(4) {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s; }

.Responsive--Header.menu-opened ul li:nth-child(5) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s; }

.Responsive--Header.menu-opened ul li:nth-child(6) {
  -webkit-transition-delay: 0.60s;
  transition-delay: 0.60s; }

@media (max-width: 991px) {
  .Responsive--Header {
    display: none; }
  .HeroCompany,
  .Contact,
  .LandingHeroMain,
  .HeroAllt,
  .HeroShrink,
  .HeroUB {
    background: none !important; }
  .HiringSection {
    background-position: 0 !important; } }

@media (max-width: 768px) {
  .Responsive--Header {
    display: block; }
  .top-bar {
    display: none !important; } }

.Dropdown a:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #757575;
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 5px; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: none;
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #141414 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

footer {
  background-color: #000001; }
  footer p,
  footer a {
    color: #FFFFFF;
    text-decoration: none; }
  footer a:hover, footer a:focus {
    text-decoration: underline;
    color: #B0F2FF !important; }
  footer .fhr {
    border-bottom: 1px solid #313131;
    margin: 0 auto; }
  footer .ftop {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 60px 5px;
    padding-bottom: 35px; }
    @media (max-width: 50em) {
      footer .ftop {
        flex-flow: wrap row;
        padding: 20px; } }
    @media (max-width: 50em) {
      footer .ftop .flist {
        margin: 30px 0px;
        width: 150px; } }
    footer .ftop .flist p {
      font-size: 14px;
      margin-bottom: 15px;
      font-weight: 800; }
    footer .ftop .flist a {
      display: flex;
      font-size: 13px;
      position: relative;
      color: #9E9E9E;
      padding-bottom: 5px;
      font-weight: 500; }
      footer .ftop .flist a:hover, footer .ftop .flist a:focus {
        text-decoration: none;
        color: white; }
      @media (max-width: 50em) {
        footer .ftop .flist a {
          padding-bottom: 14px; } }
  footer .fbottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 90px; }
    @media (max-width: 50em) {
      footer .fbottom {
        padding: 80px 10px;
        padding-top: 50px;
        flex-direction: column; } }
    footer .fbottom img {
      width: 80px;
      height: 80px; }
      @media (max-width: 50em) {
        footer .fbottom img {
          margin: 20px 0px; } }
    footer .fbottom p,
    footer .fbottom a {
      font-size: 12px;
      margin-bottom: 0px;
      font-weight: 500;
      letter-spacing: .1em;
      font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
      @media (max-width: 50em) {
        footer .fbottom p,
        footer .fbottom a {
          font-size: 11px; } }

.Button {
  background-color: #000001;
  border: 0px solid #000001;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 15px 40px;
  height: 45px;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.5s ease;
  overflow: hidden;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 50px; }
  .Button:hover, .Button:focus, .Button:active {
    color: #FFFFFF;
    background-color: #404142; }
  @media (max-width: 37.5em) {
    .Button {
      width: 100%; } }

.ButtonWhite {
  background-color: #FFFFFF;
  color: #000001;
  border: 1px solid white; }
  .ButtonWhite:hover, .ButtonWhite:focus {
    background: #000001;
    color: white;
    border: 1px solid white; }

.ButtonTransparentOnBlack {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF; }

.ButtonTransparent {
  background-color: transparent;
  color: #000001;
  border: 1px solid #000001;
  margin-left: 5px; }
  @media (max-width: 37.5em) {
    .ButtonTransparent {
      margin-left: 0px; } }
  .ButtonTransparent:hover, .ButtonTransparent:focus {
    background-color: #000001;
    transition: 0.2s all ease; }

.SectionAlt {
  background-color: #F4F4F4; }

.arrow-right,
a.arrow-right,
a.arrow-right:visited,
.arrow--down {
  position: relative;
  display: table;
  color: #131212; }

.arrow-right:after,
.arrow-right:before,
a.arrow-right:after,
a.arrow-right:before,
a.arrow-right:visited:after,
a.arrow-right:visited:before,
.arrow--down:after,
.arrow--down:before {
  content: '';
  display: inline-block;
  background-image: url(../images/arrow--right.svg);
  background-size: 70% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -moz-transform: translate(30px, 0);
  -o-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  -webkit-transform: translate(30px, 0);
  transform: translate(30px, 0);
  top: 1px;
  opacity: 1; }
  @media (max-width: 50em) {
    .arrow-right:after,
    .arrow-right:before,
    a.arrow-right:after,
    a.arrow-right:before,
    a.arrow-right:visited:after,
    a.arrow-right:visited:before,
    .arrow--down:after,
    .arrow--down:before {
      content: none; } }

.arrow-right.grey,
a.arrow-right.grey,
a.arrow-right:visited.grey,
.arrow--down.grey {
  color: #aaa; }

.arrow-right.grey:after,
a.arrow-right.grey:after,
a.arrow-right:visited.grey:after,
.arrow--down.grey:after {
  opacity: 0.3; }

.arrow-right.grey:hover:before,
a.arrow-right.grey:hover:before,
a.arrow-right:visited.grey:hover:before,
.arrow--down.grey:hover:before {
  opacity: 0.3; }

.arrow-right.grey:hover:after,
a.arrow-right.grey:hover:after,
a.arrow-right:visited.grey:hover:after,
.arrow--down.grey:hover:after {
  opacity: 0; }

.arrow-right:before,
a.arrow-right:before,
a.arrow-right:visited:before,
.arrow--down:before {
  -moz-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
  opacity: 0; }

.arrow-right:hover:after,
a.arrow-right:hover:after,
a.arrow-right:visited:hover:after,
.arrow--down:hover:after {
  opacity: 0;
  -moz-transform: translate(50px, 0);
  -o-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0); }

.arrow-right:hover:before,
a.arrow-right:hover:before,
a.arrow-right:visited:hover:before,
.arrow--down:hover:before {
  opacity: 1;
  -moz-transform: translate(30px, 0);
  -o-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  -webkit-transform: translate(30px, 0);
  transform: translate(30px, 0); }

.arrow-right.white,
a.arrow-right.white,
a.arrow-right:visited.white,
.arrow--down.white {
  color: #fff !important; }

.arrow-right.white:after,
.arrow-right.white:before,
a.arrow-right.white:after,
a.arrow-right.white:before,
a.arrow-right:visited.white:after,
a.arrow-right:visited.white:before,
.arrow--down.white:after,
.arrow--down.white:before {
  background-image: url(../images/arrow-right-white.svg); }

.arrow-right.white.grey,
a.arrow-right.white.grey,
a.arrow-right:visited.white.grey,
.arrow--down.white.grey {
  color: rgba(255, 255, 255, 0.3) !important; }

.arrow-right.white.grey:after,
a.arrow-right.white.grey:after,
a.arrow-right:visited.white.grey:after,
.arrow--down.white.grey:after {
  opacity: 0.3; }

.arrow-right.white.grey:hover,
a.arrow-right.white.grey:hover,
a.arrow-right:visited.white.grey:hover,
.arrow--down.white.grey:hover {
  color: #fff !important; }

.arrow-right.white.grey:hover:before,
a.arrow-right.white.grey:hover:before,
a.arrow-right:visited.white.grey:hover:before,
.arrow--down.white.grey:hover:before {
  opacity: 1; }

.arrow-right.white.grey:hover:after,
a.arrow-right.white.grey:hover:after,
a.arrow-right:visited.white.grey:hover:after,
.arrow--down.white.grey:hover:after {
  opacity: 0; }

.normal-form input {
  box-shadow: none;
  float: left;
  font-size: 14px;
  height: 40px; }
  .normal-form input:focus {
    box-shadow: none;
    border: 1px solid #000001; }

.top-bar-full {
  height: 100%; }
  .top-bar-full li {
    cursor: pointer; }
    .top-bar-full li span {
      position: relative;
      cursor: pointer;
      display: inline-block;
      padding: 0;
      transition: transform 0.3s;
      transform-origin: 50% 0;
      transform-style: preserve-3d; }
    .top-bar-full li span:before {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 100%;
      content: attr(data-hover);
      transition: color 0.3s;
      transform: rotateX(-90deg);
      transform-origin: 50% 0;
      text-align: center; }
    .top-bar-full li:hover span:after,
    .top-bar-full li:focus span:after {
      content: '';
      position: absolute;
      z-index: -2;
      top: 60%;
      bottom: 0;
      left: -3px;
      right: -3px;
      opacity: 1;
      -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
      -moz-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
      -o-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
      transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
      background-color: #B0F2FF; }

.SectionBlack {
  background-color: #000001;
  color: #FFFFFF;
  padding: 60px 10px; }
  .SectionBlack .HeadSection {
    padding: 0 10px;
    padding-bottom: 25px;
    padding-top: 20px;
    text-align: center; }
  .SectionBlack h2 {
    color: #FFFFFF;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-bottom: 15px; }

.our-services, .our-services-white {
  padding: 60px 10px;
  background-color: #000001;
  text-align: center; }
  @media (max-width: 50em) {
    .our-services, .our-services-white {
      text-align: left;
      padding: 60px 10px; } }
  .our-services h3, .our-services-white h3 {
    color: #FFFFFF;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-bottom: 15px; }
  .our-services p, .our-services-white p {
    color: #888888;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 30px; }
  .our-services .swrapper, .our-services-white .swrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    flex-flow: row wrap;
    margin: 0px 30px; }
    @media (max-width: 50em) {
      .our-services .swrapper, .our-services-white .swrapper {
        margin: 0px; } }
    .our-services .swrapper .service, .our-services-white .swrapper .service {
      margin: 20px 30px;
      width: 340px; }
      @media (max-width: 50em) {
        .our-services .swrapper .service, .our-services-white .swrapper .service {
          width: 100%;
          margin: 10px 0px; } }
      .our-services .swrapper .service h4, .our-services-white .swrapper .service h4 {
        margin-bottom: 8px;
        color: #FFFFFF;
        font-size: 14px;
        letter-spacing: 0.5px;
        text-transform: uppercase; }
      .our-services .swrapper .service p, .our-services-white .swrapper .service p {
        font-size: 15px;
        line-height: 27px; }

.our-services-white {
  background-color: white; }
  .our-services-white h3 {
    color: black;
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 21px; }
  .our-services-white .swrapper .service h4 {
    color: black;
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 21px; }

.working-with {
  padding: 50px 10px;
  text-align: center;
  width: 680px;
  margin: 0 auto; }
  @media (max-width: 50em) {
    .working-with {
      text-align: left;
      width: 100%; } }
  .working-with h3 {
    color: #000001;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-bottom: 15px; }
  .working-with p {
    color: #767676;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 30px; }
  .working-with .brands {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 35px; }

.allt-section {
  padding: 0px 50px;
  display: flex;
  background-color: #F4F4F4;
  justify-content: space-around;
  align-items: center;
  max-height: 1212px; }
  @media (max-width: 50em) {
    .allt-section {
      flex-direction: column;
      padding: 20px 10px;
      padding-top: 0px; } }
  .allt-section .allt-content {
    width: 400px; }
    .allt-section .allt-content a {
      margin-right: 5px; }
      @media (max-width: 50em) {
        .allt-section .allt-content a {
          margin-right: 0px; } }
    @media (max-width: 50em) {
      .allt-section .allt-content {
        width: 100%;
        padding-top: 20px; } }
  .allt-section img {
    height: 420px; }
    @media (max-width: 50em) {
      .allt-section img {
        height: auto; } }
  .allt-section h3 {
    color: #404142;
    font-size: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase; }
  .allt-section p {
    color: #686B77;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 30px; }

.Hero .HeroProductsInner .HeroProductsTitle {
  color: #404142;
  font-size: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase; }

.Hero .HeroProductsInner .HeroProductsLong {
  color: #686B77;
  font-size: 15px;
  line-height: 21px; }

.Hero .HeroInner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 70px; }
  .Hero .HeroInner .hero-button-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: -70px; }
    .Hero .HeroInner .hero-button-wrapper a {
      margin-right: 10px; }
      @media (max-width: 37.5em) {
        .Hero .HeroInner .hero-button-wrapper a {
          margin: 5px;
          padding: 14px 15px; } }
  .Hero .HeroInner .HeroPitch, .Hero .HeroInner .Contact .ContactPitch, .Contact .Hero .HeroInner .ContactPitch, .Hero .HeroInner .LandingHeroMain .ContactPitch, .LandingHeroMain .Hero .HeroInner .ContactPitch, .Hero .LandingHeroMain .HeroInner .LandingPitch, .LandingHeroMain .Hero .HeroInner .LandingPitch, .Hero .HeroInner .HiringSection .ContactPitch, .HiringSection .Hero .HeroInner .ContactPitch, .Hero .HeroInner .Ventures .VenturesPitch, .Ventures .Hero .HeroInner .VenturesPitch {
    color: #FFFFFF;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 500;
    text-align: center; }
    @media (max-width: 37.5em) {
      .Hero .HeroInner .HeroPitch, .Hero .HeroInner .Contact .ContactPitch, .Contact .Hero .HeroInner .ContactPitch, .Hero .HeroInner .LandingHeroMain .ContactPitch, .LandingHeroMain .Hero .HeroInner .ContactPitch, .Hero .LandingHeroMain .HeroInner .LandingPitch, .LandingHeroMain .Hero .HeroInner .LandingPitch, .Hero .HeroInner .HiringSection .ContactPitch, .HiringSection .Hero .HeroInner .ContactPitch, .Hero .HeroInner .Ventures .VenturesPitch, .Ventures .Hero .HeroInner .VenturesPitch {
        font-size: 40px;
        font-weight: 700; } }
    @media (max-width: 20em) {
      .Hero .HeroInner .HeroPitch, .Hero .HeroInner .Contact .ContactPitch, .Contact .Hero .HeroInner .ContactPitch, .Hero .HeroInner .LandingHeroMain .ContactPitch, .LandingHeroMain .Hero .HeroInner .ContactPitch, .Hero .LandingHeroMain .HeroInner .LandingPitch, .LandingHeroMain .Hero .HeroInner .LandingPitch, .Hero .HeroInner .HiringSection .ContactPitch, .HiringSection .Hero .HeroInner .ContactPitch, .Hero .HeroInner .Ventures .VenturesPitch, .Ventures .Hero .HeroInner .VenturesPitch {
        font-size: 25px;
        font-weight: 700; } }
  .Hero .HeroInner .HeroPitchLong, .Hero .HeroInner .Contact .ContactPitchLong, .Contact .Hero .HeroInner .ContactPitchLong, .Hero .HeroInner .LandingHeroMain .ContactPitchLong, .LandingHeroMain .Hero .HeroInner .ContactPitchLong, .Hero .HeroInner .HiringSection .ContactPitchLong, .HiringSection .Hero .HeroInner .ContactPitchLong, .Hero .HeroInner .Ventures .VenturesPitchLong, .Ventures .Hero .HeroInner .VenturesPitchLong {
    color: #FFFFFF;
    font-size: 17px;
    text-align: center; }
  .Hero .HeroInner .letter {
    display: inline-block;
    width: 25px; }

.HeroHook {
  text-align: center; }
  .HeroHook .HeroHookTitle {
    color: #000001;
    font-size: 22px;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .HeroHook .CEOM .CEO {
    font-weight: 500; }

.HeroHookLong {
  color: #000001;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 100px; }

.HeroPartners {
  padding: 0px 10px;
  padding-bottom: 25px;
  padding-top: 20px;
  text-align: center; }
  @media (max-width: 37.5em) {
    .HeroPartners {
      text-align: left;
      margin: -10px -20px; } }
  .HeroPartners .HeroHookTitle {
    color: #000001;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-bottom: 15px; }
  .HeroPartners .HeroPartnersLong {
    color: #686B77;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 30px; }
    .HeroPartners .HeroPartnersLong p {
      margin-bottom: 15px; }

.HeroProducts {
  background-image: url("/images/hero/allt_landing.jpg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px; }
  @media (max-width: 37.5em) {
    .HeroProducts {
      background-image: none !important;
      background-color: #F4F4F4 !important;
      padding-top: 100px; } }
  .HeroProducts .HeroProductsInner .HeroProductsTitle {
    color: #404142;
    font-size: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase; }
  .HeroProducts .HeroProductsInner .HeroProductsLong {
    color: #686B77;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 30px; }
  .HeroProducts .HeroProductsInner .Buttons {
    margin: 0 auto;
    width: 40%; }

.sk-breadcrumbs-wrapper {
  width: 100%;
  background: #000001;
  border-bottom: 1px solid #151515;
  padding-left: 100px; }
  @media (max-width: 50em) {
    .sk-breadcrumbs-wrapper {
      padding-left: 0px; } }
  .sk-breadcrumbs-wrapper .sk-breadcrumbs {
    padding: 17px 0;
    position: relative;
    z-index: 1;
    color: #888888;
    font-size: 12px; }
    .sk-breadcrumbs-wrapper .sk-breadcrumbs .sk-breadcrumbs-inner {
      font-size: 12px;
      line-height: 1.33341;
      font-weight: 400;
      letter-spacing: -.01em;
      position: relative;
      z-index: 1; }
    .sk-breadcrumbs-wrapper .sk-breadcrumbs ol {
      max-height: 9999px;
      padding-left: 25px;
      direction: ltr;
      list-style: none; }
      @media (max-width: 50em) {
        .sk-breadcrumbs-wrapper .sk-breadcrumbs ol {
          padding-left: 0px; } }
      .sk-breadcrumbs-wrapper .sk-breadcrumbs ol li {
        margin-right: 7px;
        float: left;
        padding: 3px 4px 3px 0;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        @media (max-width: 50em) {
          .sk-breadcrumbs-wrapper .sk-breadcrumbs ol li {
            margin-right: 0px; } }
        .sk-breadcrumbs-wrapper .sk-breadcrumbs ol li:before {
          width: 8px;
          height: 10px;
          background-size: 8px 10px;
          background-repeat: no-repeat;
          background-image: url("/images/icons/chevron-right.svg");
          margin-right: 5px;
          content: '';
          display: inline-block;
          vertical-align: middle;
          margin-top: -1px; }
        .sk-breadcrumbs-wrapper .sk-breadcrumbs ol li:first-child:before {
          background-image: url("/images/brand/mark_white.svg"); }
        .sk-breadcrumbs-wrapper .sk-breadcrumbs ol li a {
          color: #888888; }
          .sk-breadcrumbs-wrapper .sk-breadcrumbs ol li a:hover {
            color: #FFFFFF;
            text-decoration: underline; }

.SK-CTA-ATTN {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 100px auto 100px;
  max-width: 1210px;
  padding: 0 2.25%;
  background-color: #B0F2FF; }
  .SK-CTA-ATTN .SK-CTA-ATTN-INNER {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px; }
    .SK-CTA-ATTN .SK-CTA-ATTN-INNER h3 {
      font-size: 64px;
      line-height: 63px;
      letter-spacing: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      width: 48.75%;
      margin-right: auto;
      margin-bottom: 39px;
      font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.SK-JST-ATTN {
  width: 100%;
  margin: 100px auto 100px;
  max-width: 1210px;
  padding: 0 2.25%;
  background-color: #B0F2FF; }
  @media (max-width: 37.5em) {
    .SK-JST-ATTN {
      margin: 0px; } }
  .SK-JST-ATTN .SK-JST-ATTN-INNER {
    padding: 30px; }
    @media (max-width: 37.5em) {
      .SK-JST-ATTN .SK-JST-ATTN-INNER {
        padding: 50px 10px; } }
    .SK-JST-ATTN .SK-JST-ATTN-INNER h3 {
      font-size: 64px;
      line-height: 63px;
      letter-spacing: 0;
      margin: 0;
      padding: 0;
      margin-right: auto;
      margin-bottom: 0px;
      font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    .SK-JST-ATTN .SK-JST-ATTN-INNER h5 {
      text-transform: uppercase;
      color: #686B77;
      margin-bottom: 30px; }

.home-hero-wrapper {
  background-color: #FFFFFF;
  margin-top: -60px;
  padding-top: 120px;
  padding-bottom: 80px;
  color: #FFFFFF; }
  @media (max-width: 50em) {
    .home-hero-wrapper {
      height: 100%;
      margin-top: 0px;
      padding-top: 80px;
      padding-bottom: 20px; } }
  .home-hero-wrapper .home-hero {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%; }
  .home-hero-wrapper .home-hero-content {
    width: 70%;
    padding: 25px 50px;
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 50em) {
      .home-hero-wrapper .home-hero-content {
        padding: 10px; } }
    @media (max-width: 64em) {
      .home-hero-wrapper .home-hero-content {
        width: 100%; } }
    .home-hero-wrapper .home-hero-content h1 {
      font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 60px;
      line-height: 70px;
      color: #000001;
      padding: 10px;
      display: inline-flex;
      padding-bottom: 0px; }
      @media (max-width: 50em) {
        .home-hero-wrapper .home-hero-content h1 {
          font-size: 40px;
          line-height: 40px; } }
    .home-hero-wrapper .home-hero-content p {
      font-size: 19px;
      color: #686B77;
      font-family: "Graphik", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      width: 70%;
      margin: 0 auto;
      margin-top: 10px;
      margin-bottom: 30px; }
      @media (max-width: 50em) {
        .home-hero-wrapper .home-hero-content p {
          width: 90%; } }
    .home-hero-wrapper .home-hero-content .home-hero-content-master {
      background-color: #B0F2FF;
      text-transform: uppercase;
      font-weight: 900;
      color: #000001;
      display: inline-block;
      padding: 10px 20px 20px 45px;
      font-size: 184px;
      -webkit-clip-path: polygon(22px 21%, 90% 45px, 100% 80%, 50px 70%);
      clip-path: polygon(22px 21%, 90% 45px, 100% 80%, 50px 70%); }
      @media (max-width: 64em) {
        .home-hero-wrapper .home-hero-content .home-hero-content-master {
          font-size: 100px; } }
      @media (max-width: 50em) {
        .home-hero-wrapper .home-hero-content .home-hero-content-master {
          font-size: 90px; } }
      @media (max-width: 37.5em) {
        .home-hero-wrapper .home-hero-content .home-hero-content-master {
          font-size: 50px;
          -webkit-clip-path: polygon(22px 21%, 90% 15px, 100% 80%, 50px 70%);
          clip-path: polygon(22px 21%, 90% 15px, 100% 80%, 50px 70%); } }

.heroeighteen-home-wrapper {
  background-color: #FFFFFF;
  height: 350px;
  display: flex;
  align-items: center; }
  @media (max-width: 64em) {
    .heroeighteen-home-wrapper {
      height: 100%;
      margin-top: 40px;
      margin-bottom: 40px; } }
  .heroeighteen-home-wrapper .heroeighteen-home-content {
    width: 850px;
    padding: 25px 60px;
    margin: 0 auto; }
    @media (max-width: 64em) {
      .heroeighteen-home-wrapper .heroeighteen-home-content {
        width: 100%;
        padding: 20px; } }
    .heroeighteen-home-wrapper .heroeighteen-home-content .title-wrapper {
      display: flex;
      align-items: center;
      margin-bottom: 15px; }
    .heroeighteen-home-wrapper .heroeighteen-home-content img {
      width: 100px; }
      @media (max-width: 64em) {
        .heroeighteen-home-wrapper .heroeighteen-home-content img {
          width: 120px; } }
    .heroeighteen-home-wrapper .heroeighteen-home-content h1 {
      font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 70px;
      line-height: 70px;
      padding-bottom: 0px;
      margin-bottom: 0px;
      margin-top: 10px;
      margin-left: 10px; }
      @media (max-width: 64em) {
        .heroeighteen-home-wrapper .heroeighteen-home-content h1 {
          font-size: 30px; } }
    .heroeighteen-home-wrapper .heroeighteen-home-content p {
      font-size: 20px;
      color: #686B77; }

.heroeighteen-updates-wrapper.one-two-grid .heroeighteen-update-intro {
  width: 40%; }
  @media (max-width: 64em) {
    .heroeighteen-updates-wrapper.one-two-grid .heroeighteen-update-intro {
      width: 100%; } }

.heroeighteen-updates-wrapper.one-two-grid .heroeighteen-blogs {
  width: 30%;
  padding-bottom: 60px; }
  @media (max-width: 64em) {
    .heroeighteen-updates-wrapper.one-two-grid .heroeighteen-blogs {
      width: 100%; } }

.heroeighteen-update-intro-blockchain {
  background-color: #B6E6FC;
  color: #000001; }
  .heroeighteen-update-intro-blockchain .Button:active, .heroeighteen-update-intro-blockchain .Button:focus, .heroeighteen-update-intro-blockchain .Button:hover {
    background-color: #B6E6FC; }

.heroeighteen-update-intro-design {
  background-color: #20b54a;
  color: #FFFFFF; }
  .heroeighteen-update-intro-design .Button:active, .heroeighteen-update-intro-design .Button:focus, .heroeighteen-update-intro-design .Button:hover {
    background-color: #20b54a; }

.heroeighteen-update-intro-ai {
  background-color: #4E596D;
  color: #FFFFFF; }
  .heroeighteen-update-intro-ai .Button:active, .heroeighteen-update-intro-ai .Button:focus, .heroeighteen-update-intro-ai .Button:hover {
    background-color: #4E596D; }

.heroeighteen-updates-wrapper {
  height: 500px;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 64em) {
    .heroeighteen-updates-wrapper {
      height: 100%;
      flex-direction: column; } }
  .heroeighteen-updates-wrapper .heroeighteen-update-intro {
    width: 22%;
    padding: 35px; }
    @media (max-width: 64em) {
      .heroeighteen-updates-wrapper .heroeighteen-update-intro {
        padding: 20px; } }
    .heroeighteen-updates-wrapper .heroeighteen-update-intro h3 {
      font-family: "Playfair Display", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 30px; }
    .heroeighteen-updates-wrapper .heroeighteen-update-intro p {
      margin-bottom: 0px; }
    @media (max-width: 64em) {
      .heroeighteen-updates-wrapper .heroeighteen-update-intro {
        width: 100%; } }
    .heroeighteen-updates-wrapper .heroeighteen-update-intro ul {
      list-style: inherit;
      line-height: 30px;
      margin-top: 15px; }
  .heroeighteen-updates-wrapper .heroeighteen-update-intro-purple {
    background-color: #3D2FC5;
    color: #FFFFFF; }
  .heroeighteen-updates-wrapper .heroeighteen-blogs {
    width: 27%;
    padding: 35px;
    background-color: #141414;
    position: relative;
    border-right: 1px solid #222;
    color: #FFFFFF; }
    .heroeighteen-updates-wrapper .heroeighteen-blogs:last-child {
      border-right: 0px; }
    @media (max-width: 64em) {
      .heroeighteen-updates-wrapper .heroeighteen-blogs {
        width: 100%;
        padding: 20px;
        border-right: 0px; } }
    .heroeighteen-updates-wrapper .heroeighteen-blogs img {
      width: 100%;
      margin-bottom: 15px; }
    .heroeighteen-updates-wrapper .heroeighteen-blogs .heroeighteen-link {
      position: absolute;
      bottom: 15px; }
      @media (max-width: 64em) {
        .heroeighteen-updates-wrapper .heroeighteen-blogs .heroeighteen-link {
          bottom: 0px; } }
    .heroeighteen-updates-wrapper .heroeighteen-blogs a {
      color: #FFFFFF;
      text-decoration: none; }
    .heroeighteen-updates-wrapper .heroeighteen-blogs .Button-Bottom {
      position: absolute;
      bottom: 20px; }
      @media (max-width: 64em) {
        .heroeighteen-updates-wrapper .heroeighteen-blogs .Button-Bottom {
          position: relative;
          margin-top: 20px; } }
    .heroeighteen-updates-wrapper .heroeighteen-blogs h5 {
      font-weight: 600;
      font-size: 22px;
      font-family: "Playfair Display", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    .heroeighteen-updates-wrapper .heroeighteen-blogs p {
      color: #999999; }
    .heroeighteen-updates-wrapper .heroeighteen-blogs ul {
      list-style: inherit;
      margin-top: 15px;
      line-height: 30px; }
      .heroeighteen-updates-wrapper .heroeighteen-blogs ul li {
        color: #999999; }

.heroeighteen-cta-band {
  padding: 120px 0;
  max-width: 100%;
  margin: 0 auto;
  background-color: #F0F0F0; }
  @media (max-width: 64em) {
    .heroeighteen-cta-band {
      padding: 120px 25px; } }
  .heroeighteen-cta-band .heroeighteen-cta-band-inner {
    padding-left: 25px;
    padding-right: 25px; }
    @media (max-width: 64em) {
      .heroeighteen-cta-band .heroeighteen-cta-band-inner {
        margin-bottom: 60px;
        padding: 0px; } }
    .heroeighteen-cta-band .heroeighteen-cta-band-inner h2 {
      font-family: "Playfair Display", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
      @media (max-width: 64em) {
        .heroeighteen-cta-band .heroeighteen-cta-band-inner h2 {
          font-size: 30px; } }
    .heroeighteen-cta-band .heroeighteen-cta-band-inner p {
      margin: 0 auto 24px;
      width: 80%;
      opacity: 0.7; }

.heroeighteen-cta-band-dark {
  padding: 120px 0;
  max-width: 100%;
  margin: 0 auto;
  background-color: #141414; }
  @media (max-width: 64em) {
    .heroeighteen-cta-band-dark {
      padding: 120px 25px; } }
  .heroeighteen-cta-band-dark h2 {
    color: #FFFFFF; }
  .heroeighteen-cta-band-dark p {
    color: #FFFFFF; }

.bebas-font {
  font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.LandingHeroMain {
  padding-bottom: 35px;
  padding-top: 15px; }
  .LandingHeroMain .HeroInner img {
    width: 150px; }
  .LandingHeroMain .HeroInner .LandingPitch {
    color: #3a3a3a; }
  .LandingHeroMain .HeroInner .LandingPitchLong {
    color: #3a3a3a;
    margin-top: 30px; }

.LandingHeroSection {
  padding-bottom: 20px;
  padding-top: 20px;
  color: #3a3a3a !important; }
  .LandingHeroSection a {
    color: #B0F2FF !important; }
  .LandingHeroSection .ThickHeading {
    color: #3a3a3a !important; }
  .LandingHeroSection .SkcriptContactForm .input__field, .LandingHeroSection .LandingForm .input__field {
    color: #3a3a3a !important; }
  .LandingHeroSection .SkcriptContactForm .input__label, .LandingHeroSection .LandingForm .input__label {
    color: #3a3a3a !important; }
  .LandingHeroSection .SkcriptContactForm .input__label:before, .LandingHeroSection .LandingForm .input__label:before {
    border-bottom: 1px solid #3a3a3a !important; }
  .LandingHeroSection .SkcriptContactForm .input__label:after, .LandingHeroSection .LandingForm .input__label:after {
    border-bottom: 1px solid #3a3a3a !important; }
  .LandingHeroSection .SkcriptContactForm .Button, .LandingHeroSection .LandingForm .Button {
    background-color: #000001;
    color: #fff; }
  .LandingHeroSection .LandingEmailCollector {
    position: fixed;
    position: relative;
    margin-bottom: 20px;
    padding: 20px 30px 50px;
    background-color: #282828;
    border-radius: 6px;
    overflow: hidden; }
    .LandingHeroSection .LandingEmailCollector .ThickHeading {
      color: #3a3a3a !important;
      text-align: center; }

.LandingFeatures a {
  text-decoration: underline; }

.LandingFeatures ul li {
  font-size: 17px;
  padding-bottom: 10px;
  padding-top: 10px; }

.l-hr {
  border-bottom: 1px solid #e2e2e2; }

.l-header-bg {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.l-container {
  width: 1080px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto; }
  @media (max-width: 50em) {
    .l-container {
      width: 100%; } }

.l-header-card-spacing {
  margin-top: 48px; }

.l-header-card-spacing-top {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 40px; }
  @media (max-width: 50em) {
    .l-header-card-spacing-top {
      margin-top: 100px; } }

.l-header-bg-color {
  background-color: #000001;
  color: #FFFFFF; }

.l-header-card-content-push {
  width: 75%;
  float: left; }

.l-header-content h1 {
  line-height: 1.1;
  font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.l-header-content p {
  margin-bottom: 0px; }

.l-header-content .Button {
  margin-top: 20px;
  background-color: #FFFFFF;
  color: #000001; }

.l-pointers-container {
  max-width: 1280px !important;
  padding-left: 110px !important;
  padding-right: 110px !important;
  margin: auto !important; }

.l-pointers-single {
  height: 205px !important; }

.l-pointers-single-inner {
  margin-right: 48px !important; }
  .l-pointers-single-inner .l-pointers-single-content {
    margin-top: 32px; }

.l-content-intro {
  padding: 50px 0px;
  padding-bottom: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 1000px;
  margin: 0 auto; }
  @media (max-width: 50em) {
    .l-content-intro {
      width: 100%;
      padding: 50px 15px;
      padding-bottom: 0px; } }
  .l-content-intro h2 {
    letter-spacing: -1.5px;
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    @media (max-width: 50em) {
      .l-content-intro h2 {
        font-size: 30px; } }
  .l-content-intro p {
    color: #484848; }

.l-content-features {
  padding: 50px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1000px;
  margin: 0 auto; }
  @media (max-width: 50em) {
    .l-content-features {
      flex-direction: column;
      width: 100%;
      padding: 50px 15px; } }
  .l-content-features .l-content-list {
    margin-right: 60px;
    width: 100%; }
    @media (max-width: 50em) {
      .l-content-features .l-content-list {
        width: 100%;
        margin-right: 0px; } }
    .l-content-features .l-content-list ul {
      margin-left: 0px;
      list-style: none; }
    .l-content-features .l-content-list li {
      padding-bottom: 13px;
      font-size: 17px;
      color: #484848;
      letter-spacing: -0.2px;
      position: relative;
      padding-left: 30px; }
      .l-content-features .l-content-list li:before {
        content: '';
        height: 28px;
        width: 20px;
        left: 0px;
        position: absolute;
        background-repeat: no-repeat;
        background-image: url(../images/landing/tick.svg);
        background-position: center center; }
  @media (max-width: 50em) {
    .l-content-features .l-content-image {
      width: 100%; } }
  .l-content-features .l-content-image span {
    color: grey;
    font-size: 12px; }
  .l-content-features .box {
    width: 400px;
    margin-bottom: 5px;
    border-radius: 3px;
    box-shadow: 0 9px 32px 0 rgba(0, 0, 0, 0.15); }
    @media (max-width: 50em) {
      .l-content-features .box {
        width: 100%; } }

.l-content {
  padding: 70px 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 1000px;
  margin: 0 auto;
  padding-top: 100px; }
  @media (max-width: 50em) {
    .l-content {
      flex-direction: column;
      width: 100%; } }
  .l-content .secone {
    width: 380px;
    padding: 0px 40px;
    padding-left: 0px;
    position: relative; }
    @media (max-width: 50em) {
      .l-content .secone {
        width: 100%;
        margin: 25px 0px;
        padding: 0px 15px; } }
    .l-content .secone .number {
      font-size: 40px;
      color: #e2e2e2;
      font-size: 110px;
      color: #ececec;
      position: absolute;
      top: -90px;
      z-index: -1;
      left: -30px; }
      @media (max-width: 50em) {
        .l-content .secone .number {
          left: 10px; } }
    .l-content .secone p {
      color: #484848;
      font-size: 14px;
      line-height: 25px; }
    .l-content .secone h4 {
      margin-bottom: 15px;
      font-size: 24px;
      font-weight: 500;
      text-transform: uppercase;
      font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    .l-content .secone img {
      width: 30px;
      height: 30px;
      margin-bottom: 20px; }

.career-positions {
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 780px;
  margin: 0 auto;
  margin-top: -60px;
  margin-bottom: 60px; }
  @media (max-width: 50em) {
    .career-positions {
      flex-direction: column;
      width: 100%;
      padding: 10px;
      margin-top: -40px; }
      .career-positions a {
        width: 100%; } }

.careers {
  border: 1px solid #D8D8D8;
  border-radius: 15px;
  padding: 25px 0px;
  width: 350px;
  margin: 10px; }
  @media (max-width: 50em) {
    .careers {
      width: 100%;
      margin: 0px;
      margin-bottom: 20px; } }
  .careers h4 {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 6px;
    text-transform: uppercase; }
  .careers p {
    color: #686B77;
    font-size: 14px;
    margin-bottom: 0px; }

.CareersSingleHero {
  padding: 30px 0px; }
  @media (max-width: 37.5em) {
    .CareersSingleHero {
      padding-top: 90px;
      padding-bottom: 50px; } }
  @media (max-width: 37.5em) {
    .CareersSingleHero .row {
      flex-direction: column; } }
  .CareersSingleHero .HeroInner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 15px;
    padding-top: 15px;
    padding: 10px; }
    @media (max-width: 37.5em) {
      .CareersSingleHero .HeroInner {
        margin-bottom: 20px; } }
    .CareersSingleHero .HeroInner .HeroPitch, .CareersSingleHero .HeroInner .Contact .ContactPitch, .Contact .CareersSingleHero .HeroInner .ContactPitch, .CareersSingleHero .HeroInner .LandingHeroMain .ContactPitch, .LandingHeroMain .CareersSingleHero .HeroInner .ContactPitch, .CareersSingleHero .LandingHeroMain .HeroInner .LandingPitch, .LandingHeroMain .CareersSingleHero .HeroInner .LandingPitch, .CareersSingleHero .HeroInner .HiringSection .ContactPitch, .HiringSection .CareersSingleHero .HeroInner .ContactPitch, .CareersSingleHero .HeroInner .Ventures .VenturesPitch, .Ventures .CareersSingleHero .HeroInner .VenturesPitch {
      color: #404142;
      font-size: 20px;
      letter-spacing: 1.5px;
      text-transform: uppercase; }
    .CareersSingleHero .HeroInner .HeroPitchLong, .CareersSingleHero .HeroInner .Contact .ContactPitchLong, .Contact .CareersSingleHero .HeroInner .ContactPitchLong, .CareersSingleHero .HeroInner .LandingHeroMain .ContactPitchLong, .LandingHeroMain .CareersSingleHero .HeroInner .ContactPitchLong, .CareersSingleHero .HeroInner .HiringSection .ContactPitchLong, .HiringSection .CareersSingleHero .HeroInner .ContactPitchLong, .CareersSingleHero .HeroInner .Ventures .VenturesPitchLong, .Ventures .CareersSingleHero .HeroInner .VenturesPitchLong {
      color: #686B77;
      font-size: 15px; }
    .CareersSingleHero .HeroInner .letter {
      display: inline-block;
      width: 25px; }

.CareersSingleDescription {
  padding: 50px 10px; }
  .CareersSingleDescription .text-center {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 35px; }
  .CareersSingleDescription h4 {
    font-size: 19px;
    text-transform: uppercase;
    margin-top: 50px; }
  .CareersSingleDescription li {
    color: #424242; }
    .CareersSingleDescription li a {
      color: #B0F2FF; }
  .CareersSingleDescription p {
    font-size: 16px;
    line-height: 30px;
    color: #424242; }
  .CareersSingleDescription ul {
    margin-top: 20px;
    list-style-type: disc; }
    .CareersSingleDescription ul li {
      font-size: 16px;
      margin-bottom: 15px; }

.js-tilt {
  margin: 1em 45px; }
  @media (max-width: 37.5em) {
    .js-tilt {
      margin: 0px 20px; } }
  .js-tilt img {
    border-radius: 5px;
    border-radius: 6px;
    box-shadow: 0 36px 64px 0 rgba(0, 0, 0, 0.2); }

.TeamHero {
  text-align: center;
  margin-top: 55px;
  margin-bottom: 65px; }
  @media (max-width: 50em) {
    .TeamHero {
      margin-top: 80px;
      margin-bottom: 40px; } }
  .TeamHero h1 {
    color: #171717;
    font-size: 32px;
    text-transform: uppercase;
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .TeamHero p {
    color: #767676;
    margin-bottom: 50px;
    padding: 10px 380px;
    line-height: 30px; }
    @media (max-width: 64em) {
      .TeamHero p {
        padding: 10px 200px; } }
    @media (max-width: 50em) {
      .TeamHero p {
        padding: 10px; } }

.actionFigures {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 37.5em) {
    .actionFigures {
      padding: 30px; } }
  .actionFigures h5 {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 30px;
    font-weight: 500; }
    @media (max-width: 37.5em) {
      .actionFigures h5 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 30px; } }

.team-cover-wrapper img {
  width: 100%; }

@media (max-width: 50em) {
  .team-cover-wrapper {
    margin-top: 50px; } }

.team-cover-video video {
  width: 600px; }

.team-name-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  @media (max-width: 50em) {
    .team-name-wrapper {
      padding: 50px 0px;
      flex-direction: column;
      align-items: flex-start; } }
  .team-name-wrapper .team-video {
    width: 600px; }
    @media (max-width: 50em) {
      .team-name-wrapper .team-video {
        width: 100%; } }
  .team-name-wrapper .name-position {
    padding-left: 20px;
    margin-bottom: 0px; }
    @media (max-width: 50em) {
      .team-name-wrapper .name-position {
        padding-left: 10px;
        padding-top: 40px; } }
  .team-name-wrapper h1,
  .team-name-wrapper h3 {
    font-size: 50px;
    margin: 0px;
    color: #111111;
    line-height: 65px;
    letter-spacing: -2px; }
    @media (max-width: 50em) {
      .team-name-wrapper h1,
      .team-name-wrapper h3 {
        font-size: 40px;
        line-height: 50px; } }
  .team-name-wrapper h3 {
    color: #9E9E9E; }

.team-content-wrapper {
  display: flex;
  padding: 90px 70px;
  padding-top: 200px;
  margin-top: -110px;
  background-color: #fafafa; }
  @media (max-width: 50em) {
    .team-content-wrapper {
      flex-direction: column;
      padding: 50px 10px;
      margin-top: 0px; } }
  .team-content-wrapper .team-links div {
    padding-bottom: 10px; }
  .team-content-wrapper .team-links a {
    font-size: 18px;
    cursor: pointer;
    font-weight: 500; }
  .team-content-wrapper .team-links .tw {
    color: #1da1f2; }
  .team-content-wrapper .team-links .fb {
    color: #3b5998; }
  .team-content-wrapper .team-links .li {
    color: #0077b5; }
  .team-content-wrapper .team-links .db {
    color: #ea4c89; }
  .team-content-wrapper .team-links .gh {
    color: #4078c0; }
  .team-content-wrapper .team-links .ws {
    color: #4e5860; }
  .team-content-wrapper .team-desc {
    margin-left: calc(33.3333333333% + -90px); }
    @media (max-width: 50em) {
      .team-content-wrapper .team-desc {
        margin: 10px 0px; } }
    .team-content-wrapper .team-desc a {
      color: #00a8ca; }
    .team-content-wrapper .team-desc p {
      color: #2b2b2b;
      font-size: 17px;
      line-height: 31px; }

.team-posts-wrapper {
  display: flex;
  flex-direction: column;
  padding: 50px 70px;
  width: 800px;
  margin: 0 auto; }
  @media (max-width: 50em) {
    .team-posts-wrapper {
      padding: 50px 10px;
      margin-top: 0px;
      width: 100%; } }
  .team-posts-wrapper h2 {
    margin-bottom: 25px;
    color: #111111; }
  .team-posts-wrapper ul {
    list-style: none;
    margin-left: 0px; }
    .team-posts-wrapper ul li {
      font-size: 18px;
      margin-bottom: 15px; }
    .team-posts-wrapper ul a {
      color: #00a8ca; }

.HeroArticle {
  padding-top: 160px;
  padding-bottom: 40px; }
  @media (max-width: 50em) {
    .HeroArticle {
      padding-top: 100px; } }
  .HeroArticle h1 {
    color: #000001;
    font-size: 55px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: 700;
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }
    @media (max-width: 50em) {
      .HeroArticle h1 {
        font-size: 26px;
        margin-bottom: 0px; } }
  .HeroArticle time {
    font-weight: 500; }
  .HeroArticle p {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 12px;
    color: #686B77; }
    @media (max-width: 50em) {
      .HeroArticle p {
        padding-top: 15px;
        padding-bottom: 0px; } }
  .HeroArticle .SVRDesc {
    font-size: 20px;
    color: #888888;
    text-transform: none;
    font-weight: 400;
    line-height: 37px; }
    @media (max-width: 50em) {
      .HeroArticle .SVRDesc {
        font-size: 18px;
        line-height: 34px; } }

.HeroEmailMobile {
  padding: 40px 20px;
  border-top: 1px solid #e0e0e0; }
  .HeroEmailMobile p {
    margin-bottom: 10px;
    color: #717171; }
  .HeroEmailMobile #mc_embed_signup_scroll {
    display: flex; }

.video_container {
  width: 100%; }
  .video_container iframe {
    width: 100%;
    height: 370px; }

.post-caption {
  display: block;
  color: #8e8e8e !important;
  font-size: 14px !important;
  line-height: 26px !important;
  margin-bottom: 20px;
  margin-top: -5px; }

.SVRArticleHome {
  background: #FFFFFF;
  padding-top: 50px;
  width: 92%;
  margin: 0 auto; }
  @media (max-width: 37.5em) {
    .SVRArticleHome {
      width: 100%; } }
  .SVRArticleHome .SVRArticleCard {
    margin-bottom: 3rem;
    min-height: 450px; }
    .SVRArticleHome .SVRArticleCard .SVRAboutMedia span {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-color: #eaeaea;
      width: 100%;
      height: 235px;
      display: block; }
    .SVRArticleHome .SVRArticleCard:hover .SVRAboutMedia span {
      transform: scale3d(1.05, 1.05, 1);
      transition: transform .2s ease-in-out; }
    .SVRArticleHome .SVRArticleCard figure {
      margin: 0; }
    .SVRArticleHome .SVRArticleCard a h4 {
      font-size: 20px;
      color: #000001; }
    .SVRArticleHome .SVRArticleCard a p {
      font-size: 0.9em;
      line-height: 1.5;
      overflow: hidden; }
    .SVRArticleHome .SVRArticleCard .SVRArticleMeta {
      background-color: #FFFFFF;
      min-height: 280px;
      max-height: 280px;
      padding: 20px 25px;
      position: relative;
      overflow: hidden;
      text-align: center; }
      .SVRArticleHome .SVRArticleCard .SVRArticleMeta p {
        color: #767676;
        margin-bottom: 10px; }
    .SVRArticleHome .SVRArticleCard .SVRArticleFig {
      overflow: hidden;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    .SVRArticleHome .SVRArticleCard .card-meta {
      line-height: 3.125rem;
      font-size: .75em;
      color: #929292;
      text-transform: uppercase;
      box-sizing: border-box;
      z-index: 2;
      padding-bottom: 5px; }
      .SVRArticleHome .SVRArticleCard .card-meta ul {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 10px;
        margin-left: 0px; }
        .SVRArticleHome .SVRArticleCard .card-meta ul li {
          display: inline; }

.main-article {
  align-items: flex-start;
  display: flex;
  justify-content: center; }
  @media (max-width: 64em) {
    .main-article {
      justify-content: space-around; } }
  @media (max-width: 50em) {
    .main-article {
      padding: 0px 10px; } }

.SVRPostContent {
  background: #FFFFFF; }
  .SVRPostContent .post-feature {
    width: 100%;
    margin-bottom: 50px;
    background: #eaeaea; }
  .SVRPostContent .svrimage {
    border: 0px; }
  .SVRPostContent .SVR-ContentOnly h1:first-child,
  .SVRPostContent .SVR-ContentOnly h2:first-child,
  .SVRPostContent .SVR-ContentOnly h3:first-child,
  .SVRPostContent .SVR-ContentOnly h4:first-child,
  .SVRPostContent .SVR-ContentOnly p:first-child,
  .SVRPostContent .SVR-ContentOnly img:first-child,
  .SVRPostContent .SVR-ContentOnly ul:first-child,
  .SVRPostContent .SVR-ContentOnly ol:first-child {
    margin-top: 3px; }
  .SVRPostContent a {
    transition: border-color .15s ease-out;
    color: #424242; }
    .SVRPostContent a:hover {
      color: #000001;
      border-color: #B0F2FF; }
  .SVRPostContent h1 {
    font-size: 33px;
    margin-top: 30px; }
  .SVRPostContent h2,
  .SVRPostContent h3 {
    color: #222;
    font-size: 25px;
    margin-top: 50px;
    text-transform: uppercase; }
  .SVRPostContent iframe {
    border: 0px; }
  .SVRPostContent blockquote {
    border-left: 0px;
    margin: 45px;
    margin: 2.81rem;
    font-size: 1.75rem;
    line-height: 34px;
    line-height: 2.12rem;
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    padding: 0px; }
    @media (max-width: 50em) {
      .SVRPostContent blockquote {
        margin-left: 10px;
        margin-right: 10px; } }
    .SVRPostContent blockquote a {
      font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    .SVRPostContent blockquote p {
      margin-top: 0px;
      font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 700;
      color: #000001;
      margin: 45px;
      margin: 2.81rem;
      font-size: 1.75rem;
      line-height: 34px;
      line-height: 2.12rem; }
      @media (max-width: 50em) {
        .SVRPostContent blockquote p {
          margin-left: 0px;
          margin-right: 0px; } }
  .SVRPostContent strong {
    color: #222;
    letter-spacing: 0.5px; }
  .SVRPostContent p,
  .SVRPostContent ul,
  .SVRPostContent li,
  .SVRPostContent ol {
    color: #424242;
    font-size: 16px;
    line-height: 32.5px; }
  .SVRPostContent ul {
    list-style-type: disc; }
  .SVRPostContent li a {
    text-decoration: underline; }
  .SVRPostContent table {
    color: #222;
    font-size: 16px; }
  .SVRPostContent figure {
    margin-bottom: 30px;
    margin-top: 30px;
    margin: 0;
    text-align: center; }
    .SVRPostContent figure img {
      left: auto;
      margin-bottom: 50px;
      right: auto;
      width: 100%; }

article {
  margin-bottom: 40px; }
  article .CallOut {
    padding: 30px;
    background: #EBEEF5;
    margin-bottom: 30px; }
    article .CallOut .Button {
      color: white; }
  article p a,
  article h2 a {
    border-bottom: 1.5px solid #000001;
    text-decoration: none !important; }
  article .MetaDes p {
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    margin: 0 0 40px; }

#mc_embed_signup {
  border-radius: 5px;
  font: 14px "Inter UI", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  width: 100%; }
  @media (max-width: 37.5em) {
    #mc_embed_signup {
      padding: 0px 0px; } }
  #mc_embed_signup label {
    font-size: 22px;
    margin-top: 20px;
    font-weight: 700; }
    @media (max-width: 37.5em) {
      #mc_embed_signup label {
        font-size: 24px; } }
  #mc_embed_signup p {
    color: #424242; }
  #mc_embed_signup .email {
    float: left;
    font-size: 14px;
    height: 45px;
    width: 60%; }
    @media (max-width: 37.5em) {
      #mc_embed_signup .email {
        float: none;
        width: 100%; } }
  #mc_embed_signup .Button {
    width: 40%; }
    @media (max-width: 37.5em) {
      #mc_embed_signup .Button {
        width: 100%; } }

.post_bottom h3 {
  font-size: 22px;
  margin-top: 20px; }
  @media (max-width: 37.5em) {
    .post_bottom h3 {
      font-size: 24px; } }

.post_bottom p {
  margin-top: -10px;
  color: #7d7d7d; }

.share-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  list-style: none !important;
  margin-left: 0px;
  margin-top: 20px; }
  .share-menu li a {
    color: #B0F2FF;
    overflow: hidden;
    padding-bottom: 0px;
    padding: 20px 0px;
    text-decoration: none; }
    @media (max-width: 37.5em) {
      .share-menu li a {
        padding-right: 10px; } }

.svrbutton-wrapper {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0px;
  padding-bottom: 40px;
  padding-top: 40px;
  width: 100%; }
  @media (max-width: 37.5em) {
    .svrbutton-wrapper {
      margin: 0px;
      width: 100%; } }
  .svrbutton-wrapper .svrbutton {
    border: 2px solid #000001;
    font-weight: 800;
    font-size: 15px;
    margin: 0px 20px;
    overflow: hidden;
    padding: 10px 0px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: .3s;
    width: 300px;
    z-index: 1; }
    @media (max-width: 37.5em) {
      .svrbutton-wrapper .svrbutton {
        margin: 0px 10px;
        margin-bottom: 30px;
        width: 100%; } }
    .svrbutton-wrapper .svrbutton:after {
      position: absolute;
      transition: .3s;
      content: '';
      width: 0;
      left: 50%;
      bottom: 0;
      height: 3px;
      background: #141414;
      height: 120%;
      left: -10%;
      transform: skewX(-30deg);
      z-index: -1; }
    .svrbutton-wrapper .svrbutton:hover {
      cursor: pointer;
      color: #FFFFFF;
      outline: none;
      box-shadow: 0 9px 32px 0 rgba(0, 0, 0, 0.15);
      transition: 0.3s all ease; }
      .svrbutton-wrapper .svrbutton:hover:after {
        left: -10%;
        width: 120%; }

.next {
  display: flex;
  flex-flow: column wrap; }
  .next .read_next {
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 300px;
    justify-content: center;
    list-style: none;
    margin-left: 0px; }
    .next .read_next:before {
      background: #141414;
      content: '';
      height: 300px;
      opacity: 0.6;
      position: absolute;
      width: 100%; }
    .next .read_next a {
      align-items: flex-start;
      display: flex;
      flex-direction: column;
      height: 300px;
      justify-content: center;
      padding: 0px 100px;
      width: 100%; }
      @media (max-width: 37.5em) {
        .next .read_next a {
          padding: 0px 10px; } }
    .next .read_next h5,
    .next .read_next h3 {
      color: white;
      font-weight: 700; }
    .next .read_next h5 {
      margin-bottom: 15px; }

.global-divider {
  border-bottom: 5px solid #E61E25;
  margin: 50px;
  margin-left: 0px;
  width: 40px;
  display: none; }

.SVRSidebar {
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  width: 150px;
  padding-bottom: 15px; }
  @media (max-width: 50em) {
    .SVRSidebar {
      display: none;
      visibility: hidden; } }
  .SVRSidebar .SVRmeta {
    width: 250px; }
    .SVRSidebar .SVRmeta p {
      padding-bottom: 5px;
      font-size: 12px;
      text-transform: uppercase;
      color: #bcbcbc;
      margin-bottom: 0px;
      padding-bottom: 0px;
      font-weight: 600; }
      .SVRSidebar .SVRmeta p a {
        color: #9a9a9a; }
    .SVRSidebar .SVRmeta h3 {
      font-size: 20px;
      line-height: 27px;
      margin-top: 5px;
      margin-bottom: 20px; }
  .SVRSidebar .sidebar-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px; }

.DescDivider {
  border-bottom: 1px solid #222;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 40px;
  text-align: center; }

.blog-sidebar-cta {
  padding-top: 5px; }
  .blog-sidebar-cta input,
  .blog-sidebar-cta .button {
    width: 100% !important;
    margin-bottom: 5px; }

.svr-quote {
  background: #000001;
  padding: 20px;
  text-align: center;
  color: #FFFFFF; }
  .svr-quote p {
    font-size: 21px;
    color: #FFFFFF;
    padding-bottom: 20px; }
    .svr-quote p span {
      padding-top: 15px; }
  .svr-quote img {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
    border-radius: 50px; }

.list-newsletter-subscribe {
  width: 600px;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 50px; }
  @media (max-width: 50em) {
    .list-newsletter-subscribe {
      width: 100%;
      padding: 0px 10px; } }

.highlight {
  margin-bottom: 15px; }
  .highlight tbody {
    border: 0px; }

.chroma {
  color: #f8f8f2;
  background-color: #1d1d1b;
  padding: 0px 0px;
  overflow: hidden; }

.chroma .err {
  color: #960050;
  background-color: #1e0010; }

.chroma .lntd {
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: 0; }

.chroma .lntable {
  border-spacing: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
  overflow: auto;
  display: block;
  padding: 5px 0px; }

.chroma .hl {
  display: block;
  width: 100%;
  background-color: #ffffcc; }

.chroma .lnt {
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #676767;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

.chroma .ln {
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em; }

.chroma .k {
  color: #66d9ef; }

.chroma .kc {
  color: #66d9ef; }

.chroma .kd {
  color: #66d9ef; }

.chroma .kn {
  color: #f92672; }

.chroma .kp {
  color: #66d9ef; }

.chroma .kr {
  color: #66d9ef; }

.chroma .kt {
  color: #66d9ef; }

.chroma .na {
  color: #a6e22e; }

.chroma .nc {
  color: #a6e22e; }

.chroma .no {
  color: #66d9ef; }

.chroma .nd {
  color: #a6e22e; }

.chroma .ne {
  color: #a6e22e; }

.chroma .nf {
  color: #a6e22e; }

.chroma .nx {
  color: #a6e22e; }

.chroma .nt {
  color: #f92672; }

.chroma .l {
  color: #ae81ff; }

.chroma .ld {
  color: #e6db74; }

.chroma .s {
  color: #e6db74; }

.chroma .sa {
  color: #e6db74; }

.chroma .sb {
  color: #e6db74; }

.chroma .sc {
  color: #e6db74; }

.chroma .dl {
  color: #e6db74; }

.chroma .sd {
  color: #e6db74; }

.chroma .s2 {
  color: #e6db74; }

.chroma .se {
  color: #ae81ff; }

.chroma .sh {
  color: #e6db74; }

.chroma .si {
  color: #e6db74; }

.chroma .sx {
  color: #e6db74; }

.chroma .sr {
  color: #e6db74; }

.chroma .s1 {
  color: #e6db74; }

.chroma .ss {
  color: #e6db74; }

.chroma .m {
  color: #ae81ff; }

.chroma .mb {
  color: #ae81ff; }

.chroma .mf {
  color: #ae81ff; }

.chroma .mh {
  color: #ae81ff; }

.chroma .mi {
  color: #ae81ff; }

.chroma .il {
  color: #ae81ff; }

.chroma .mo {
  color: #ae81ff; }

.chroma .o {
  color: #f92672; }

.chroma .ow {
  color: #f92672; }

.chroma .c {
  color: #75715e; }

.chroma .ch {
  color: #75715e; }

.chroma .cm {
  color: #75715e; }

.chroma .c1 {
  color: #75715e; }

.chroma .cs {
  color: #75715e; }

.chroma .cp {
  color: #75715e; }

.chroma .cpf {
  color: #75715e; }

.chroma .gd {
  color: #f92672; }

.chroma .ge {
  font-style: italic; }

.chroma .gi {
  color: #a6e22e; }

.chroma .gs {
  font-weight: bold; }

.chroma .gu {
  color: #75715e; }

.SVR-Articles-List-Wrapper {
  background: #f6f6f6;
  padding-top: 50px;
  padding-bottom: 30px; }
  @media (max-width: 50em) {
    .SVR-Articles-List-Wrapper {
      padding: 50px 10px; } }

.SVR-Articles-List {
  margin-left: auto;
  margin-right: auto;
  width: 990px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  opacity: 1;
  transition: opacity 0.3s;
  transition-timing-function: ease; }
  @media (max-width: 64em) {
    .SVR-Articles-List {
      width: 775px; } }
  @media (max-width: 50em) {
    .SVR-Articles-List {
      width: 100%; } }
  .SVR-Articles-List .SVR-Article-Card {
    margin: 0;
    box-shadow: none;
    width: 980px;
    height: 350px;
    overflow: hidden;
    transition: padding 0.15s cubic-bezier(0.4, 0, 0.2, 1), margin 0.15s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #fff;
    color: #333;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between; }
    .SVR-Articles-List .SVR-Article-Card:hover {
      box-shadow: 0 10.5px 110px -30.5px rgba(0, 0, 0, 0.3); }
    @media (max-width: 50em) {
      .SVR-Articles-List .SVR-Article-Card {
        flex-direction: column;
        width: 100%;
        height: 100%; } }
  .SVR-Articles-List .Article-Content {
    padding: 30px;
    width: 35%;
    position: relative; }
    @media (max-width: 50em) {
      .SVR-Articles-List .Article-Content {
        width: 100%;
        padding: 18px; } }
    .SVR-Articles-List .Article-Content p {
      font-size: 12px;
      text-transform: uppercase;
      line-height: 1.5;
      font-weight: 600;
      letter-spacing: .1em;
      color: #333; }
      @media (max-width: 50em) {
        .SVR-Articles-List .Article-Content p {
          margin-top: 10px;
          font-size: 11px; } }
    .SVR-Articles-List .Article-Content h4 {
      font-size: 22px;
      line-height: 1.27273;
      font-weight: 500 !important;
      letter-spacing: .015em;
      margin: 25px 0 0;
      word-wrap: break-word;
      height: 70%; }
      @media (max-width: 50em) {
        .SVR-Articles-List .Article-Content h4 {
          margin-top: 10px;
          font-size: 20px; } }
    .SVR-Articles-List .Article-Content h6 {
      font-size: 12px;
      line-height: 1.5;
      font-weight: 500;
      position: absolute;
      bottom: 25px;
      color: #797979; }
      @media (max-width: 50em) {
        .SVR-Articles-List .Article-Content h6 {
          position: relative;
          margin-top: 10px;
          bottom: 0px; } }
      .SVR-Articles-List .Article-Content h6 a,
      .SVR-Articles-List .Article-Content h6 span {
        color: #797979; }
  .SVR-Articles-List .Article-Image-Link {
    width: 65%;
    overflow: hidden; }
    @media (max-width: 50em) {
      .SVR-Articles-List .Article-Image-Link {
        width: 100%; } }
  .SVR-Articles-List .Article-Image {
    background-color: #eaeaea;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 50em) {
      .SVR-Articles-List .Article-Image {
        height: 200px; } }

.svr-wrapper .svr-hero {
  background-color: #141414;
  background-image: url(/images/blockchain/taking_lead_blockchain.jpg);
  background-position: center center;
  background-size: cover;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: white;
  flex-direction: column;
  padding: 20px 40px; }
  @media (max-width: 50em) {
    .svr-wrapper .svr-hero {
      padding: 10px 15px;
      margin-top: 0px;
      height: auto; } }
  .svr-wrapper .svr-hero .hero-content-wrapper {
    max-width: 750px;
    padding: 25px 30px; }
    @media (max-width: 50em) {
      .svr-wrapper .svr-hero .hero-content-wrapper {
        width: 100%;
        padding: 25px 0px;
        padding-top: 65px; } }
  .svr-wrapper .svr-hero h1 {
    font-weight: 800;
    text-transform: uppercase;
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 40px; }
    @media (max-width: 50em) {
      .svr-wrapper .svr-hero h1 {
        font-size: 35px; } }
  .svr-wrapper .svr-hero h5 {
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 10px;
    line-height: 24px; }
  .svr-wrapper .svr-hero .Button {
    background: white;
    color: #000001;
    border: 1px solid white; }
    .svr-wrapper .svr-hero .Button:hover, .svr-wrapper .svr-hero .Button:focus {
      background: #000001;
      color: white;
      border: 1px solid white; }
  .svr-wrapper .svr-hero .Button-border {
    background: #000001 !important;
    color: white !important;
    margin-left: 5px; }
    @media (max-width: 50em) {
      .svr-wrapper .svr-hero .Button-border {
        margin-left: 0px;
        margin-top: 5px; } }
    .svr-wrapper .svr-hero .Button-border:hover, .svr-wrapper .svr-hero .Button-border:focus {
      background: white !important;
      color: #000001 !important; }

.svr-wrapper .svr-twitter-list {
  padding: 50px 0px; }
  .svr-wrapper .svr-twitter-list .twitter-list-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1200px;
    margin: 0 auto; }
    .svr-wrapper .svr-twitter-list .twitter-list-wrapper .tweets-timeline {
      width: 50%;
      height: 600px; }
    .svr-wrapper .svr-twitter-list .twitter-list-wrapper .list-about {
      margin: 40px 0px 0px 40px;
      padding-top: 0px;
      border-left: 1px solid #D8D8D8;
      padding-left: 20px; }
      .svr-wrapper .svr-twitter-list .twitter-list-wrapper .list-about p {
        font-size: 20px; }
      .svr-wrapper .svr-twitter-list .twitter-list-wrapper .list-about ul {
        list-style: none;
        margin-left: 0px; }
      .svr-wrapper .svr-twitter-list .twitter-list-wrapper .list-about li {
        font-size: 20px;
        font-weight: 600;
        line-height: 46px;
        position: relative;
        padding-left: 20px; }
        .svr-wrapper .svr-twitter-list .twitter-list-wrapper .list-about li:before {
          content: '\2022';
          font-size: 1.214em;
          left: 0;
          position: absolute;
          top: 0;
          color: #B0F2FF; }

.svr-wrapper .svr-blogs .row {
  max-width: 100rem; }
  .svr-wrapper .svr-blogs .row .columns {
    border-left: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    height: 400px;
    padding: 1.51515vw;
    position: relative; }
    .svr-wrapper .svr-blogs .row .columns a img {
      height: auto !important;
      width: 100%;
      margin-bottom: 15px; }
    .svr-wrapper .svr-blogs .row .columns a .svr-blogs-inner {
      height: 100%; }
    .svr-wrapper .svr-blogs .row .columns a .read-more {
      position: absolute;
      bottom: 0px;
      left: 0px;
      color: #B0F2FF; }

.svr-wrapper .svr-blogs .box-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0px;
  flex-wrap: wrap;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8; }
  .svr-wrapper .svr-blogs .box-wrapper .box {
    margin: 15px;
    background: #B0F2FF;
    height: 480px;
    width: 350px;
    border-radius: 2px; }
    .svr-wrapper .svr-blogs .box-wrapper .box img {
      width: 100%;
      height: 190px; }
    .svr-wrapper .svr-blogs .box-wrapper .box h4,
    .svr-wrapper .svr-blogs .box-wrapper .box p {
      padding: 15px;
      padding-bottom: 0px;
      color: white; }
    .svr-wrapper .svr-blogs .box-wrapper .box h4 {
      font-size: 22px; }

.svr-wrapper .svr-live .row {
  max-width: 100rem; }
  .svr-wrapper .svr-live .row .svr-live-inner {
    border-left: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    height: 600px;
    padding: 1.51515vw; }

.svr-wrapper .svr-live .list-about h2 {
  font-size: 2.0rem; }

.svr-wrapper .svr-live .list-about ul {
  list-style: none;
  margin-left: 0px; }
  .svr-wrapper .svr-live .list-about ul li {
    line-height: 46px;
    position: relative;
    padding-left: 20px; }
    .svr-wrapper .svr-live .list-about ul li:before {
      content: '\2022';
      left: 0;
      position: absolute;
      top: 0;
      color: #B0F2FF; }

.svr-wrapper .svr-live .svr-live-nested {
  border-top: 1px solid #D8D8D8;
  margin-top: 30px;
  padding-top: 20px; }
  .svr-wrapper .svr-live .svr-live-nested h4 {
    font-size: 2.0rem; }

.svr-wrapper .svr-contact .row {
  max-width: 100rem; }
  .svr-wrapper .svr-contact .row .svr-contact-inner {
    border-left: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    height: 200px;
    padding: 1.51515vw; }
    .svr-wrapper .svr-contact .row .svr-contact-inner .contact {
      font-size: 1.9rem; }

.svr-wrapper .svr-contact .list-about h4 {
  font-size: 2.0rem; }

.svr-cta-content-wrapper {
  background: #191a1e;
  border-radius: 2px; }
  .svr-cta-content-wrapper .svr-cta-contact {
    background: #191a1e;
    height: 100%;
    padding: 50px 15px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: white; }
    @media (max-width: 50em) {
      .svr-cta-content-wrapper .svr-cta-contact {
        width: 100%; } }
    .svr-cta-content-wrapper .svr-cta-contact p {
      color: #B0F2FF;
      font-size: 22px;
      line-height: 28px;
      padding-top: 25px; }
    .svr-cta-content-wrapper .svr-cta-contact h1 {
      text-transform: uppercase;
      font-weight: 800 !important;
      font-size: 90px;
      margin-bottom: 0px;
      margin-top: 0px;
      font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.related-articles-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (max-width: 70em) {
    .related-articles-wrapper {
      width: 100%; } }
  .related-articles-wrapper h4 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 80px;
    font-size: 20px;
    letter-spacing: 1.5px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    position: relative; }
    .related-articles-wrapper h4:after {
      content: '';
      height: 4px;
      width: 20%;
      background: #000001;
      position: absolute;
      margin: auto;
      bottom: -20px;
      left: 0;
      right: 0; }
  .related-articles-wrapper .related-articles {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 70em) {
      .related-articles-wrapper .related-articles {
        flex-direction: column;
        padding: 10px; } }
  .related-articles-wrapper .single-article-box {
    position: relative;
    display: inline-block;
    max-width: 365px;
    height: 460px;
    margin: 10px 1% 20px 1%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border: 1px solid #e9e9e9;
    transition: box-shadow 200ms ease;
    color: #231f20;
    transition: box-shadow 0.2s ease 0s, transform 200ms;
    transform: translateX(0px) translateY(0px); }
    @media (max-width: 70em) {
      .related-articles-wrapper .single-article-box {
        max-width: 500px; } }
    @media (max-width: 50em) {
      .related-articles-wrapper .single-article-box {
        width: 100%;
        height: 420px; } }
    .related-articles-wrapper .single-article-box:hover {
      box-shadow: 0 3px 13px 0 #f1ecec;
      transform: translateX(0px) translateY(-3px); }
    .related-articles-wrapper .single-article-box a {
      width: 100%;
      height: 100%;
      padding-bottom: 20px;
      color: #231f20;
      font-weight: 300;
      text-decoration: none;
      cursor: pointer;
      max-width: 100%;
      display: inline-block; }
    .related-articles-wrapper .single-article-box h5 {
      margin: 25px 20px 0px;
      color: #231f20; }
    .related-articles-wrapper .single-article-box p {
      margin: 10px 20px 0px;
      color: #696969;
      font-size: 14px; }
  .related-articles-wrapper .thumb-image {
    width: 100%;
    height: 180px;
    background-color: #eaeaea;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }

.newsletter-strip {
  background-color: #000001;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0px;
  border-bottom: 1px solid #232323; }
  @media (max-width: 50em) {
    .newsletter-strip {
      flex-direction: column;
      padding: 40px 20px; } }
  .newsletter-strip h5 {
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 0px;
    letter-spacing: 0.5px; }
    @media (max-width: 50em) {
      .newsletter-strip h5 {
        margin-right: 0px;
        margin-bottom: 20px; } }
  .newsletter-strip .Button {
    padding: 12px 40px;
    height: 40px; }

.tight-wrapper .tight-hero {
  background-color: #000001;
  background-image: url(/images/ae-en/ae-en-hero.jpg);
  background-position: center center;
  background-size: cover;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #FFFFFF;
  flex-direction: column;
  padding: 25px 60px; }
  @media (max-width: 50em) {
    .tight-wrapper .tight-hero {
      padding: 10px 20px;
      margin-top: 50px; } }
  .tight-wrapper .tight-hero .hero-content-wrapper {
    max-width: 750px; }
    @media (max-width: 50em) {
      .tight-wrapper .tight-hero .hero-content-wrapper {
        width: 100%; } }
  .tight-wrapper .tight-hero h1 {
    font-weight: 800;
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    font-size: 40px; }
    @media (max-width: 50em) {
      .tight-wrapper .tight-hero h1 {
        font-size: 35px; } }
  .tight-wrapper .tight-hero p {
    margin-bottom: 30px; }
  .tight-wrapper .tight-hero .Button-border {
    background: #000001 !important;
    color: white !important;
    margin-left: 5px; }
    @media (max-width: 50em) {
      .tight-wrapper .tight-hero .Button-border {
        margin-left: 0px;
        margin-top: 5px; } }
    .tight-wrapper .tight-hero .Button-border:hover, .tight-wrapper .tight-hero .Button-border:focus {
      background: white !important;
      color: #000001 !important; }

.tight-wrapper .tight-blogs {
  position: relative; }
  @media (max-width: 37.5em) {
    .tight-wrapper .tight-blogs .home-tight-header {
      text-align: center;
      height: 200px;
      margin-top: 30px; } }
  .tight-wrapper .tight-blogs h1 {
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .tight-wrapper .tight-blogs .row {
    max-width: 100rem; }
    .tight-wrapper .tight-blogs .row .columns {
      border-left: 1px solid #D8D8D8;
      height: 350px;
      padding: 1.51515vw;
      position: relative;
      border-bottom: 1px solid #D8D8D8; }
      @media (min-width: 104em) {
        .tight-wrapper .tight-blogs .row .columns {
          height: 400px; } }
      @media (max-width: 37.5em) {
        .tight-wrapper .tight-blogs .row .columns {
          height: auto;
          border-bottom: 0px; } }
      .tight-wrapper .tight-blogs .row .columns:first-child {
        border-left: 0px; }
      .tight-wrapper .tight-blogs .row .columns a img {
        height: auto !important;
        width: 100%;
        margin-bottom: 15px; }
      .tight-wrapper .tight-blogs .row .columns a .tight-blogs-inner {
        height: 100%;
        position: relative; }
        @media (max-width: 37.5em) {
          .tight-wrapper .tight-blogs .row .columns a .tight-blogs-inner {
            height: 350px; } }
      .tight-wrapper .tight-blogs .row .columns a .read-more {
        position: absolute;
        bottom: 0px;
        left: 0px;
        color: #B0F2FF; }
  .tight-wrapper .tight-blogs .box-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0px;
    flex-wrap: wrap;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8; }
    .tight-wrapper .tight-blogs .box-wrapper .box {
      margin: 15px;
      background: #B0F2FF;
      height: 480px;
      width: 350px;
      border-radius: 2px; }
      .tight-wrapper .tight-blogs .box-wrapper .box img {
        width: 100%;
        height: 190px; }
      .tight-wrapper .tight-blogs .box-wrapper .box h4,
      .tight-wrapper .tight-blogs .box-wrapper .box p {
        padding: 15px;
        padding-bottom: 0px;
        color: white; }
      .tight-wrapper .tight-blogs .box-wrapper .box h4 {
        font-size: 22px; }

.tight-wrapper .tight-live {
  background: #000001;
  color: white;
  padding: 50px 0px; }
  .tight-wrapper .tight-live .tight-live-inner {
    width: 800px;
    margin: 0 auto; }
    @media (max-width: 64em) {
      .tight-wrapper .tight-live .tight-live-inner {
        width: 100%;
        padding: 0px 10px; } }
  .tight-wrapper .tight-live .list-about .columns {
    padding-left: 0px; }
  .tight-wrapper .tight-live .list-about ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px; }
    .tight-wrapper .tight-live .list-about ul li {
      line-height: 46px;
      position: relative;
      padding-left: 20px; }
      @media (max-width: 37.5em) {
        .tight-wrapper .tight-live .list-about ul li {
          line-height: 34px;
          font-size: 14px; } }
      .tight-wrapper .tight-live .list-about ul li:before {
        content: '\2022';
        left: 0;
        position: absolute;
        top: 0;
        color: #B0F2FF; }
        @media (max-width: 37.5em) {
          .tight-wrapper .tight-live .list-about ul li:before {
            left: -5px;
            top: 5px; } }
  .tight-wrapper .tight-live .tight-live-nested {
    border-top: 1px solid #D8D8D8;
    padding-top: 20px; }

.tight-wrapper .home-tight-header h4 {
  font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  font-size: 60px;
  line-height: 60px; }

.manifesto-hero {
  background-image: url("/images/hero/ai_manifesto.jpg") !important;
  height: 500px !important; }
  @media (max-width: 50em) {
    .manifesto-hero {
      margin-bottom: 40px; } }

.tight-content {
  width: 600px;
  margin: 0 auto; }
  .tight-content .tight-content-inner {
    margin-top: 60px;
    margin-bottom: 60px; }
    .tight-content .tight-content-inner h2 {
      font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      text-align: center; }

.events-main-hero {
  height: 60vh;
  background: #FFFFFF;
  background-image: url("/images/events/bg.png");
  background-position: center center;
  background-repeat: repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
  border-bottom: 1px solid #f7f7f7; }
  @media (max-width: 50em) {
    .events-main-hero {
      margin-top: 0px; } }
  .events-main-hero h1 {
    text-align: center;
    color: #141414;
    font-size: 80px; }
    @media (max-width: 50em) {
      .events-main-hero h1 {
        font-size: 40px; } }

.HeroEvents {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #f5f5f5; }
  @media (max-width: 50em) {
    .HeroEvents {
      padding-bottom: 40px; } }
  .HeroEvents img {
    width: 580px; }
    @media (max-width: 50em) {
      .HeroEvents img {
        width: 100%;
        margin-top: 60px; } }
  .HeroEvents .HeroProductsInner {
    width: 480px;
    padding: 10px; }
    .HeroEvents .HeroProductsInner .HeroProductsTitle {
      color: #404142;
      font-size: 20px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .HeroEvents .HeroProductsInner .HeroProductsLong {
      color: #686B77;
      font-size: 15px;
      line-height: 21px;
      margin-bottom: 30px; }
    .HeroEvents .HeroProductsInner .Buttons {
      margin: 0 auto;
      width: 40%; }

.events {
  width: 90%;
  margin: 0px auto;
  margin-top: -30px;
  margin-bottom: 80px; }
  @media (max-width: 50em) {
    .events {
      width: 100%; } }
  .events .RegOpen {
    color: forestgreen; }
  .events .RegSoon {
    color: coral; }
  .events .notyet {
    pointer-events: none;
    cursor: default;
    opacity: 0.6; }
  .events table thead tr th {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 300;
    text-align: left;
    background: white;
    padding: 30px 10px; }
  .events table tbody tr td {
    padding: 30px 10px;
    font-size: 15px; }

.single-event-hero {
  height: 60vh;
  background: #141414;
  background-image: url("/images/events/bg1.png");
  background-position: center center;
  background-repeat: repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -80px; }
  @media (max-width: 50em) {
    .single-event-hero {
      margin-top: 0px; } }
  .single-event-hero h1 {
    text-align: center;
    color: white;
    font-size: 80px; }
    @media (max-width: 50em) {
      .single-event-hero h1 {
        font-size: 40px; } }

.single-event-wrapper {
  padding: 80px 200px; }
  @media (max-width: 50em) {
    .single-event-wrapper {
      padding: 50px 10px; } }
  .single-event-wrapper hr {
    margin-top: 60px;
    margin-bottom: 50px; }
  .single-event-wrapper .single-event-single h2 {
    letter-spacing: -2px;
    text-transform: uppercase;
    font-size: 32px; }
  .single-event-wrapper .single-event-single p {
    margin-bottom: 30px;
    color: #212121; }
  .single-event-wrapper .single-event-single img {
    margin-bottom: 30px; }
  .single-event-wrapper .single-event-single a {
    color: #B0F2FF; }
  .single-event-wrapper .single-event-single blockquote {
    margin-top: 70px; }
  .single-event-wrapper .single-event-single .Button {
    color: white !important; }
  .single-event-wrapper .single-event-single .color-wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
    .single-event-wrapper .single-event-single .color-wrapper .black-color {
      background: #141414; }
      .single-event-wrapper .single-event-single .color-wrapper .black-color p {
        color: white; }
    .single-event-wrapper .single-event-single .color-wrapper .accent-color {
      background: #B0F2FF; }
      .single-event-wrapper .single-event-single .color-wrapper .accent-color p {
        color: white; }
    .single-event-wrapper .single-event-single .color-wrapper .muted-color {
      background: #eeeeee; }
      .single-event-wrapper .single-event-single .color-wrapper .muted-color p {
        color: #2b2b2b; }
    .single-event-wrapper .single-event-single .color-wrapper .single-color {
      border: 1px solid #eee;
      padding: 65px;
      margin-right: 20px;
      margin-bottom: 20px;
      width: 270px; }
      @media (max-width: 50em) {
        .single-event-wrapper .single-event-single .color-wrapper .single-color {
          width: 100%;
          margin-right: 0px; } }
      .single-event-wrapper .single-event-single .color-wrapper .single-color p {
        margin-bottom: 0px;
        font-weight: 800;
        text-align: center;
        font-size: 22px; }
  .single-event-wrapper .single-event-single .logo-box-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
  .single-event-wrapper .single-event-single .logo-box {
    width: 300px;
    padding: 50px 70px;
    margin: 40px 40px 40px 0px; }
    @media (max-width: 50em) {
      .single-event-wrapper .single-event-single .logo-box {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 0px; } }
  .single-event-wrapper .single-event-single .light-logo {
    border: 1px solid #eee; }
  .single-event-wrapper .single-event-single .dark-logo {
    background: #1A1A1A; }
  .single-event-wrapper .image-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -150px; }
    .single-event-wrapper .image-container .thumb {
      padding: 3px;
      flex: 1 1 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
    @media (min-width: 480px) {
      .single-event-wrapper .image-container .thumb {
        flex: 1 1 50%; } }
    @media (min-width: 640px) {
      .single-event-wrapper .image-container .thumb {
        flex: 1 1 25%; }
      .single-event-wrapper .image-container .thumb2 {
        flex: 1 1 50%; } }

.ContactContainer {
  margin-top: -80px;
  padding-top: 100px; }
  @media (max-width: 50em) {
    .ContactContainer {
      margin-top: -30px; } }
  .ContactContainer .TeamHero h1 {
    color: #FFFFFF; }

#playground {
  background: #141414;
  position: absolute;
  z-index: -1 !important;
  top: -45px;
  width: 100%;
  overflow: hidden !important; }
  @media (max-width: 37.5em) {
    #playground {
      margin-top: -100px; } }

#map {
  height: 350px; }

.discourse-section {
  margin-top: 70px;
  margin-bottom: -10px; }

.sucess p {
  padding-top: 25px;
  font-size: 19px;
  padding-right: 100px; }
  @media (max-width: 37.5em) {
    .sucess p {
      padding-right: 0px; } }

.wrapper-build {
  width: 100%;
  height: 2000px; }


.Contact,
.LandingHeroMain {
  background: #FFFFFF;
  text-align: center; }
  .Contact .ContactPitch, .LandingHeroMain .ContactPitch, .LandingHeroMain .HeroInner .LandingPitch {
    color: #000001;
    font-size: 32px;
    letter-spacing: 1.5px;
    text-transform: uppercase; }
    @media (max-width: 37.5em) {
      .Contact .ContactPitch, .LandingHeroMain .ContactPitch, .LandingHeroMain .HeroInner .LandingPitch {
        color: #404142;
        margin-top: 50px; } }
  .Contact .ContactPitchLong, .LandingHeroMain .ContactPitchLong {
    color: #000001;
    margin-bottom: 70px;
    padding: 0px 250px; }
    @media (max-width: 37.5em) {
      .Contact .ContactPitchLong, .LandingHeroMain .ContactPitchLong {
        color: #404142;
        padding: 0px 10px;
        margin-bottom: 0px; } }

.ContactEmailHero, .LandingHeroSection {
  color: #FFFFFF;
  padding-bottom: 100px;
  padding-top: 40px;
  padding-left: 90px; }
  @media (max-width: 50em) {
    .ContactEmailHero, .LandingHeroSection {
      padding-left: 0px; } }
  .ContactEmailHero .ContactPurpose, .LandingHeroSection .ContactPurpose {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500; }
  .ContactEmailHero .HeroPartnersLong, .LandingHeroSection .HeroPartnersLong {
    color: #6b6b6b;
    font-size: 15px; }
  .ContactEmailHero .HeroPartnersLong, .LandingHeroSection .HeroPartnersLong {
    width: 490px; }
    @media (max-width: 50em) {
      .ContactEmailHero .HeroPartnersLong, .LandingHeroSection .HeroPartnersLong {
        width: 100%; } }
  .ContactEmailHero .ContactEmail h5, .LandingHeroSection .ContactEmail h5 {
    font-size: 15px; }
  .ContactEmailHero .ThickHeading, .LandingHeroSection .ThickHeading {
    color: #FFFFFF; }
  .ContactEmailHero a, .LandingHeroSection a {
    color: #FFFFFF; }

.ContactLocation {
  padding: 50px 10px;
  padding-top: 100px;
  border-top: 1px solid #464646; }
  @media (max-width: 37.5em) {
    .ContactLocation iframe {
      display: none; } }
  .ContactLocation .ContactAddress {
    text-align: center; }
    .ContactLocation .ContactAddress h5 {
      font-size: 15px;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: 500; }
    .ContactLocation .ContactAddress p {
      color: #686B77;
      font-size: 13px;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: 500; }

.email-div {
  margin: 40px 0px; }
  @media (max-width: 37.5em) {
    .email-div {
      margin-bottom: 60px; } }
  .email-div .ContactPurpose {
    margin-bottom: 5px; }
  .email-div a {
    text-decoration: none;
    font-size: 20px;
    color: #B0F2FF; }

.SkcriptContactForm, .LandingForm {
  width: 98%; }
  .SkcriptContactForm .Button, .LandingForm .Button {
    margin-top: 10px;
    border: 0px;
    background-color: #FFFFFF;
    color: #000001; }
  .SkcriptContactForm .input, .LandingForm .input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em 0em 1em 0em;
    max-width: 440px;
    width: 100%;
    vertical-align: top;
    box-shadow: none;
    overflow: hidden;
    -webkit-transition: color 0.2s cubic-bezier(0, 0, 0, 1);
    transition: color 0.2s cubic-bezier(0, 0, 0, 1);
    margin-bottom: 0px;
    color: #FFFFFF; }
  .SkcriptContactForm .input__field, .LandingForm .input__field {
    -webkit-appearance: none;
    border-radius: 0;
    min-height: 50px;
    border: none;
    box-shadow: none;
    display: block;
    float: right;
    position: relative;
    margin-top: 0px;
    padding: 0 15px;
    width: 100%;
    background: transparent;
    margin-bottom: -3px;
    color: #FFFFFF; }
  .SkcriptContactForm .input__field:focus, .LandingForm .input__field:focus {
    outline: none;
    box-shadow: none;
    border: 0; }
  .SkcriptContactForm label, .LandingForm label {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-font-smoothing: antialiased;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    display: inline-block;
    float: right;
    font-weight: bold;
    text-transform: uppercase;
    user-select: none;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    padding: 0 15px;
    width: 100%;
    height: calc(100% - 15px);
    text-align: left;
    pointer-events: none;
    color: #FFFFFF; }
  .SkcriptContactForm label::before, .LandingForm label::before,
  .SkcriptContactForm label::after,
  .LandingForm label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    border-bottom: 1px solid #FFFFFF; }
  
  .SkcriptContactForm label::after,
  .LandingForm label::after {
    margin-top: 0px;
    border-bottom: 1px solid #FFFFFF; }
  .SkcriptContactForm span, .LandingForm span {
    position: relative;
    display: block;
    padding: 15px 0;
    width: 100%;
    position: absolute; }
  .SkcriptContactForm .input__field:focus + label::after, .LandingForm .input__field:focus + label::after,
  .SkcriptContactForm .input--filled label::after,
  .LandingForm .input--filled label::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-color: white; }
  .SkcriptContactForm .input__field:focus + label span, .LandingForm .input__field:focus + label span,
  .SkcriptContactForm .input--filled span,
  .LandingForm .input--filled span {
    -webkit-animation: anim-1 0.3s forwards;
    animation: anim-1 0.3s forwards;
    border-color: white; }
  .SkcriptContactForm textarea, .LandingForm textarea {
    height: 130px;
    resize: none;
    padding: 20px 15px !important; }

@-webkit-keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -65%, 0);
    transform: translate3d(-1em, -65%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-1em, -65%, 0);
    transform: translate3d(-1em, -65%, 0); } }

@keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -65%, 0);
    transform: translate3d(-1em, -65%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-1em, -65%, 0);
    transform: translate3d(-1em, -65%, 0); } }

.ThickHeading {
  color: #000001;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-bottom: 0px;
  font-weight: 600; }

@media (max-width: 37.5em) {
  .HeroAllt {
    border-top: 1px solid #F4F4F4;
    padding-top: 70px;
    flex-direction: column-reverse !important; } }

.HeroAllt img {
  width: 1000px;
  margin-left: 40px; }
  @media (max-width: 37.5em) {
    .HeroAllt img {
      width: 100%;
      margin: 0px;
      margin-top: 40px;
      margin-bottom: 30px; } }

.pdwlink {
  margin-top: 30px; }
  .pdwlink a {
    color: #B0F2FF; }

@media (max-width: 37.5em) {
  .HeroShrink img {
    margin: 0px;
    margin-bottom: 30px; } }

@media (max-width: 37.5em) {
  .HeroUB {
    flex-direction: column-reverse !important; } }

@media (max-width: 37.5em) {
  .HeroUB img {
    margin-bottom: 30px; } }

.ProductsSingleHero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 200px; }
  @media (max-width: 70em) {
    .ProductsSingleHero {
      padding: 100px 20px; } }
  @media (max-width: 50em) {
    .ProductsSingleHero {
      flex-direction: column;
      padding: 50px 10px; } }
  .ProductsSingleHero .HeroProductsInner .HeroProductsTitle {
    color: #404142;
    font-size: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase; }
  .ProductsSingleHero .HeroProductsInner .HeroProductsLong {
    color: #686B77;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 15px; }
  .ProductsSingleHero .HeroProductsInner .Buttons {
    margin: 0 auto;
    width: 40%; }
  .ProductsSingleHero .HeroInner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 100px; }
    .ProductsSingleHero .HeroInner .HeroPitch, .ProductsSingleHero .HeroInner .Contact .ContactPitch, .Contact .ProductsSingleHero .HeroInner .ContactPitch, .ProductsSingleHero .HeroInner .LandingHeroMain .ContactPitch, .LandingHeroMain .ProductsSingleHero .HeroInner .ContactPitch, .ProductsSingleHero .LandingHeroMain .HeroInner .LandingPitch, .LandingHeroMain .ProductsSingleHero .HeroInner .LandingPitch, .ProductsSingleHero .HeroInner .HiringSection .ContactPitch, .HiringSection .ProductsSingleHero .HeroInner .ContactPitch, .ProductsSingleHero .HeroInner .Ventures .VenturesPitch, .Ventures .ProductsSingleHero .HeroInner .VenturesPitch {
      color: #404142;
      letter-spacing: 1.5px;
      text-transform: uppercase; }
    .ProductsSingleHero .HeroInner .HeroPitchLong, .ProductsSingleHero .HeroInner .Contact .ContactPitchLong, .Contact .ProductsSingleHero .HeroInner .ContactPitchLong, .ProductsSingleHero .HeroInner .LandingHeroMain .ContactPitchLong, .LandingHeroMain .ProductsSingleHero .HeroInner .ContactPitchLong, .ProductsSingleHero .HeroInner .HiringSection .ContactPitchLong, .HiringSection .ProductsSingleHero .HeroInner .ContactPitchLong, .ProductsSingleHero .HeroInner .Ventures .VenturesPitchLong, .Ventures .ProductsSingleHero .HeroInner .VenturesPitchLong {
      color: #686B77;
      font-size: 17px; }
    .ProductsSingleHero .HeroInner .letter {
      display: inline-block;
      width: 25px; }

.HeroConsulting {
  background-color: #000001;
  padding: 80px 60px; }
  @media (max-width: 37.5em) {
    .HeroConsulting {
      background-size: cover;
      background-position: 0px;
      padding: 80px 10px;
      padding-top: 100px; } }
  .HeroConsulting h1 {
    color: white;
    padding-right: 250px; }
    @media (max-width: 37.5em) {
      .HeroConsulting h1 {
        padding-right: 0px; } }
  .HeroConsulting .HeroProductsInner .HeroProductsTitle {
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase; }
  .HeroConsulting .HeroProductsInner .HeroProductsLong {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 30px; }
  .HeroConsulting .HeroProductsInner .Buttons {
    margin: 0 auto;
    width: 40%; }

.Services {
  margin: 20px 0px; }
  .Services h4 {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
  .Services p {
    color: #686B77;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 15px; }
  .Services ul li {
    color: #686B77;
    font-size: 15px;
    line-height: 2; }

.serviceButton {
  margin-top: 20px;
  text-align: center;
  width: 100%;
  padding: 0px 10px; }

.consulting-services {
  width: 1200px;
  margin: 0 auto;
  margin-top: 100px; }
  .consulting-services .header-head {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 14px; }
  .consulting-services .header-desc {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    width: 420px;
    margin: 0 auto; }
  .consulting-services .services-wrapper {
    z-index: 1300;
    text-align: left;
    margin-top: 100px; }
    .consulting-services .services-wrapper .single-service:nth-of-type(even) .text-box {
      transform: translate3d(-110px, 0, 0);
      float: right; }
    .consulting-services .services-wrapper .single-service:nth-of-type(even) .image-box {
      transform: translate3d(75px, 0, 0);
      float: right; }
    .consulting-services .services-wrapper .single-service {
      display: inline-block;
      width: 100%;
      margin-bottom: 70px; }
    .consulting-services .services-wrapper .text-box {
      position: relative;
      z-index: 1;
      width: 40%;
      transform: translate3d(110px, 0, 0);
      float: left;
      background-color: white;
      padding: 0 25px 60px 3.8%; }
      .consulting-services .services-wrapper .text-box h3 {
        font-size: 34px; }
    .consulting-services .services-wrapper .image-box {
      margin-top: 30px;
      margin-bottom: 90px;
      width: 60%;
      float: left;
      position: relative;
      transform: translate3d(-5px, 0, 0); }
      .consulting-services .services-wrapper .image-box .image {
        position: relative;
        overflow: hidden;
        width: 700px;
        height: 500px; }

.single-service-hero {
  background-color: #141414;
  padding: 100px 10px; }
  .single-service-hero .container {
    width: 800px;
    margin: 0 auto;
    color: #FFFFFF; }
    .single-service-hero .container a {
      color: #b9b9b9;
      font-size: .8rem;
      line-height: 1.4;
      letter-spacing: .05em;
      text-transform: uppercase;
      max-width: none;
      font-weight: 700; }
    .single-service-hero .container h1 {
      font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      margin-top: 20px; }
    .single-service-hero .container p {
      font-size: 20px;
      line-height: 36px;
      margin-bottom: 0px; }

.single-service-content {
  color: #1b1b1c;
  padding: 100px 10px;
  padding-bottom: 30px; }
  .single-service-content .container {
    width: 800px;
    margin: 0 auto; }
    .single-service-content .container h3 {
      margin-bottom: 20px; }
    .single-service-content .container p {
      line-height: 32px;
      font-size: 17px; }
    .single-service-content .container ul {
      list-style: disc; }
    .single-service-content .container li {
      line-height: 32px;
      font-size: 17px; }

.bu-hero-wrapper {
  background-color: #141414;
  margin-top: -60px;
  padding-top: 60px;
  color: #FFFFFF;
  height: 500px; }
  @media (max-width: 50em) {
    .bu-hero-wrapper {
      height: 100%;
      margin-top: 0px;
      padding-top: 50px; } }
  .bu-hero-wrapper .carrer-hero {
    background-position: center center; }
    @media (max-width: 50em) {
      .bu-hero-wrapper .carrer-hero {
        background-position: center center; } }
    @media (max-width: 50em) {
      .bu-hero-wrapper .carrer-hero h1, .bu-hero-wrapper .carrer-hero p {
        background-color: #fff;
        padding: 10px; } }
  .bu-hero-wrapper .bu-hero {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #141414;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 50em) {
      .bu-hero-wrapper .bu-hero {
        background-position: center center; } }
  .bu-hero-wrapper .bu-hero-content {
    width: 620px;
    padding: 25px 60px; }
    @media (max-width: 50em) {
      .bu-hero-wrapper .bu-hero-content {
        width: 100%;
        padding: 20px; } }
    .bu-hero-wrapper .bu-hero-content h1 {
      font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 70px;
      color: #FFFFFF;
      line-height: 70px;
      display: inline-flex;
      padding-bottom: 0px; }
      @media (max-width: 50em) {
        .bu-hero-wrapper .bu-hero-content h1 {
          font-size: 40px;
          line-height: 40px; } }
    .bu-hero-wrapper .bu-hero-content p {
      font-size: 16px;
      opacity: 0.8;
      padding-right: 40px;
      color: #FFFFFF; }

.bu-article-wrapper {
  background: #FFFFFF; }
  .bu-article-wrapper .bu-article-card {
    border-radius: 15px; }
    .bu-article-wrapper .bu-article-card .bu-article-highlight {
      background-color: #4E596C; }
      .bu-article-wrapper .bu-article-card .bu-article-highlight a h5 {
        font-size: 36px !important;
        font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        color: #B0F2FF;
        line-height: 43px; }
        @media (max-width: 50em) {
          .bu-article-wrapper .bu-article-card .bu-article-highlight a h5 {
            font-size: 30px; } }
      .bu-article-wrapper .bu-article-card .bu-article-highlight a p {
        color: #FFFFFF !important;
        opacity: 0.7;
        font-weight: 400 !important;
        text-transform: none !important; }

.bu-related-services-wrapper {
  width: 990px; }
  @media (max-width: 50em) {
    .bu-related-services-wrapper {
      width: 100%; } }
  .bu-related-services-wrapper .single-article-box {
    border: 0px;
    height: 350px; }
    .bu-related-services-wrapper .single-article-box:hover {
      box-shadow: none;
      transition: 0px; }
      .bu-related-services-wrapper .single-article-box:hover h5 {
        text-decoration: underline; }
      .bu-related-services-wrapper .single-article-box:hover p span {
        text-decoration: underline; }
    .bu-related-services-wrapper .single-article-box h5 {
      font-size: 1rem;
      margin-left: 0px; }
    .bu-related-services-wrapper .single-article-box p {
      margin-left: 0px; }
      .bu-related-services-wrapper .single-article-box p span {
        color: #000001; }
    .bu-related-services-wrapper .single-article-box .thumb-image {
      border-radius: 8px; }

.bu-single-section-wrapper {
  padding: 100px 0 !important; }
  .bu-single-section-wrapper p {
    color: #666666; }
  .bu-single-section-wrapper .papers-single-main h3 {
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .bu-single-section-wrapper ul li, .bu-single-section-wrapper ol li {
    color: #666666; }
    .bu-single-section-wrapper ul li b, .bu-single-section-wrapper ol li b {
      color: #000001; }

.PressHero {
  background-image: url("/images/press/press_hero.jpg");
  background-position: 0;
  background-color: #F4F4F4;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px; }
  @media (max-width: 37.5em) {
    .PressHero {
      padding-top: 80px;
      background-image: none; } }

@media (max-width: 37.5em) {
  .news-hook {
    text-align: center; } }

.news-block {
  margin: 30px 0px; }
  .news-block h4 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 28px; }
  .news-block p {
    color: #686B77;
    font-size: 14px;
    margin-bottom: 10px; }

.dot {
  width: 100%;
  overflow: hidden;
  background-color: #000001; }

.HeroCompany {
  background-image: url("/images/about/numbers.jpg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px;
  transition: -webkit-transform 2s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: transform 2s cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 2s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: transform 2s cubic-bezier(0.694, 0.0482, 0.335, 1); }
  @media (max-width: 37.5em) {
    .HeroCompany {
      padding-top: 100px; } }
  .HeroCompany .HeroProductsInner .HeroProductsTitle {
    color: #404142;
    font-size: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase; }
  .HeroCompany .HeroProductsInner .HeroProductsLong {
    color: #686B77;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 30px; }
  .HeroCompany .HeroProductsInner .Buttons {
    margin: 0 auto;
    width: 40%; }

.CompanyPitchLong {
  padding: 0px 20px; }
  @media (max-width: 50em) {
    .CompanyPitchLong {
      padding: 0px; } }
  .CompanyPitchLong p {
    color: #686B77;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 30px; }

.HiringSection {
  background-color: #F5F6F7; }
  .HiringSection .HeroInner {
    display: flex;
    justify-content: center;
    height: 300px;
    padding: 0px; }
  .HiringSection hr {
    border-bottom: 5px solid #000001;
    width: 10%;
    margin-top: 8px;
    border-radius: 20px; }
  .HiringSection .ContactPitch, .HiringSection .LandingHeroMain .HeroInner .LandingPitch, .LandingHeroMain .HeroInner .HiringSection .LandingPitch {
    letter-spacing: 1.5px;
    font-size: 30px;
    text-transform: uppercase; }
  .HiringSection .ContactPitchLong {
    padding: 18px 0px;
    font-size: 20px; }

.Ventures {
  background: url("/images/ventures/ventures_hero.jpg");
  background-size: cover;
  background-position: 0 -140px;
  background-repeat: no-repeat; }
  .Ventures .VenturesPitch {
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase; }
  .Ventures .VenturesPitchLong {
    color: #FFFFFF; }

.HiringSectionv1 {
  background: #F4F4F4;
  padding: 40px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 37.5em) {
    .HiringSectionv1 {
      padding: 30px 10px;
      flex-direction: column;
      text-align: center; } }
  .HiringSectionv1 h2 {
    color: #000001;
    font-size: 3.3rem;
    margin-bottom: 0px;
    line-height: 60px;
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    @media (max-width: 37.5em) {
      .HiringSectionv1 h2 {
        margin-bottom: 20px;
        font-size: 30px; } }
  .HiringSectionv1 h4 {
    color: #686B77; }

.About-Top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 650px;
  background: #000001; }
  @media (max-width: 37.5em) {
    .About-Top {
      padding: 165px 0px; } }
  .About-Top h1 {
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #FFFFFF;
    font-size: 120px;
    text-align: center;
    line-height: 85px;
    margin-bottom: 0px; }
    @media (max-width: 37.5em) {
      .About-Top h1 {
        font-size: 50px;
        line-height: 55px; } }

.SK-ABT-CMPNY .HeroPartnersLong {
  text-align: -webkit-auto;
  color: #000001; }

.HeroValues {
  background: url("/images/painter.jpg") top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px; }
  @media (max-width: 37.5em) {
    .HeroValues {
      padding-top: 130px; } }
  .HeroValues .HeroProductsInner .HeroProductsTitle {
    color: #FFFFFF;
    margin-bottom: 25px; }

.casestudy-block {
  color: white;
  margin-bottom: 40px; }
  @media (max-width: 50em) {
    .casestudy-block {
      margin-bottom: -40px; } }
  .casestudy-block a:hover p:last-child {
    transition: 0.4s all ease; }
  .casestudy-block a:hover .image-container {
    transform: scale3d(1.05, 1.05, 1); }
  .casestudy-block h1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: .5px; }
    @media (max-width: 37.5em) {
      .casestudy-block h1 {
        font-size: 26px; } }
  .casestudy-block .featured-text {
    color: white;
    left: 0;
    bottom: 40px;
    padding: 0px 90px;
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 37.5em) {
      .casestudy-block .featured-text {
        padding: 0px 10px; } }
  .casestudy-block .thumb-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    pointer-events: none; }
    .casestudy-block .thumb-wrapper .image-container {
      width: 100%;
      height: 300px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out; }
      .casestudy-block .thumb-wrapper .image-container:before {
        background: #000001;
        content: '';
        height: 300px;
        opacity: 0.6;
        position: absolute;
        width: 100%; }
  .casestudy-block .featured-meta {
    display: flex;
    justify-content: space-between; }
    .casestudy-block .featured-meta p {
      font-size: 15px;
      margin-bottom: 30px;
      font-weight: 600; }
      @media (max-width: 37.5em) {
        .casestudy-block .featured-meta p {
          font-size: 13px; } }

.CaseHero img {
  width: 100%; }
  @media (max-width: 37.5em) {
    .CaseHero img {
      padding-top: 50px; } }

.CaseHero h1 {
  font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.CaseHero h5 {
  font-size: 18px; }

.CaseHero a {
  border-bottom: 2px solid #141414; }

.CasePost {
  padding: 0px 40px; }
  @media (max-width: 37.5em) {
    .CasePost {
      padding: 0px 10px; } }
  .CasePost a {
    color: #E61E25; }
  .CasePost .img {
    margin: 40px 0px; }
  .CasePost h3 {
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin-top: 40px; }
  .CasePost p {
    color: #424242;
    font-size: 16px;
    line-height: 32.5px; }

.case-button {
  color: white !important;
  margin-top: 20px;
  margin-bottom: 40px; }

.not-found {
  text-align: left;
  margin: 30px auto;
  width: 400px;
  padding: 40px 20px; }
  @media (max-width: 50em) {
    .not-found {
      width: 100%; } }
  .not-found ul {
    list-style: none;
    margin-left: 0px; }
  .not-found input {
    border: 1px solid black;
    box-shadow: none;
    margin-top: 5px; }
  .not-found h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px; }

#goog-wm-sb {
  box-shadow: none;
  background-color: #141414;
  color: white;
  padding: 13px 25px;
  border: 0px; }

.estimate-hero {
  height: 450px;
  margin-top: -100px;
  background-color: #141414;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  @media (max-width: 50em) {
    .estimate-hero {
      margin-top: -80px; } }
  .estimate-hero h3 {
    text-transform: none;
    font-size: 40px; }
    @media (max-width: 50em) {
      .estimate-hero h3 {
        font-size: 24px; } }

.sucess-wrapper {
  min-height: 0px !important; }
  .sucess-wrapper .sucess-box {
    text-align: center;
    padding-bottom: 30px !important; }
    .sucess-wrapper .sucess-box p {
      font-size: 17px;
      margin-bottom: 10px; }
    .sucess-wrapper .sucess-box img {
      margin-bottom: 30px;
      margin-top: 0;
      width: 200px; }

.estimate-box .box {
  margin: 0px auto;
  margin-top: -110px;
  z-index: 20;
  width: 80%;
  margin-bottom: 100px; }
  @media (max-width: 50em) {
    .estimate-box .box {
      padding-left: 0px;
      padding-right: 0px;
      margin-top: -130px;
      text-align: center;
      width: 97%; } }

.estimate-box h2 {
  font-size: 27px;
  letter-spacing: -0.5px;
  color: #404040;
  font-weight: 500 !important;
  margin-bottom: 30px;
  padding-left: 13px; }
  @media (max-width: 50em) {
    .estimate-box h2 {
      padding-left: 0px;
      text-align: center; } }

.estimate-box p {
  font-size: 16px;
  color: #404040;
  margin-bottom: 15px;
  margin-top: -10px;
  padding-left: 13px;
  text-align: center; }
  @media (max-width: 50em) {
    .estimate-box p {
      padding-left: 0px; } }

.estimate-box h4 {
  margin-top: 10px;
  font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.estimate-box .area {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
  background: white;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.03);
  padding: 30px; }
  @media (max-width: 50em) {
    .estimate-box .area {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 30px 5px; } }
  .estimate-box .area .form {
    padding: 10px 15px; }
    .estimate-box .area .form label {
      font-size: 26px;
      letter-spacing: -0.5px;
      color: #404040;
      font-weight: 500 !important;
      margin-bottom: 20px;
      line-height: 33px; }
      .estimate-box .area .form label span {
        color: #B0F2FF; }
    .estimate-box .area .form textarea,
    .estimate-box .area .form input {
      border: 1px solid #727272;
      color: #222;
      transition: 0.2s all ease;
      box-shadow: none; }
      .estimate-box .area .form textarea:hover, .estimate-box .area .form textarea:focus,
      .estimate-box .area .form input:hover,
      .estimate-box .area .form input:focus {
        border-color: #B0F2FF; }
  .estimate-box .area img {
    height: 40px;
    z-index: 1;
    cursor: pointer; }

.estimate-box .area .input,
.estimate-box .area .input label {
  width: 100%;
  float: left;
  position: relative; }

.estimate-box .area .input {
  overflow: hidden;
  border-radius: 50%;
  background-color: #141414;
  transition: 300ms;
  margin-bottom: 10px;
  height: 120px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center; }

.estimate-box .area .input input {
  display: none; }

.estimate-box .area .input label {
  text-align: center;
  cursor: pointer;
  z-index: 30;
  transition: 300ms;
  height: 120px;
  line-height: 220px;
  position: absolute;
  width: 100%;
  height: 100%; }

.estimate-box .area .input:hover {
  background-color: #17d9ff; }

.estimate-box .click-efect {
  position: absolute;
  top: 0;
  left: 0;
  background: #B0F2FF; }

.estimate-box .col-3 {
  width: 25%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (max-width: 64em) {
    .estimate-box .col-3 {
      width: 50%;
      padding: 0 5px; } }

.estimate-box .button-form {
  margin-bottom: 20px; }
  @media (max-width: 50em) {
    .estimate-box .button-form {
      width: 100%; } }
  .estimate-box .button-form button {
    border: 2px solid #141414;
    margin: 0px;
    overflow: hidden;
    padding: 12px 10px;
    position: relative;
    text-align: center;
    transition: .3s;
    width: 260px;
    border-radius: 0px;
    color: #FFF;
    background: #141414;
    z-index: 20;
    text-transform: uppercase;
    font-size: 13.5px;
    font-weight: 800;
    letter-spacing: 0.5px; }
    @media (max-width: 50em) {
      .estimate-box .button-form button {
        width: 100%; } }
    .estimate-box .button-form button:after {
      position: absolute;
      transition: .3s;
      content: '';
      width: 0;
      left: 50%;
      bottom: 0;
      height: 3px;
      background: #FFF;
      height: 120%;
      left: -10%;
      transform: skewX(-30deg);
      z-index: -1; }
    .estimate-box .button-form button:hover, .estimate-box .button-form button:focus {
      cursor: pointer;
      color: #141414;
      outline: none;
      transition: 0.3s all ease; }
      .estimate-box .button-form button:hover:after, .estimate-box .button-form button:focus:after {
        left: -10%;
        width: 120%; }

.papers-download-form {
  width: 340px;
  display: flex;
  flex-direction: column; }
  @media (max-width: 50em) {
    .papers-download-form {
      width: 100%; } }
  .papers-download-form input,
  .papers-download-form button {
    border: 1.5px solid #141414;
    margin-bottom: 0px; }
  .papers-download-form input {
    margin-top: 15px; }
    .papers-download-form input:focus, .papers-download-form input:hover {
      border: 1.5px solid #141414; }
  .papers-download-form button {
    font-weight: 800;
    margin-top: 5px; }

.insurance-hero {
  width: 900px;
  margin: 40px auto; }
  @media (max-width: 64em) {
    .insurance-hero {
      width: 95%;
      margin-top: 100px; } }
  .insurance-hero button {
    margin-top: 15px;
    font-weight: 600; }
  .insurance-hero h1 {
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: 1px; }
  .insurance-hero p {
    color: #909090;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px; }
  .insurance-hero h2 {
    font-size: 20px;
    color: #464646; }

.insurance-content {
  width: 900px;
  margin: 40px auto; }
  @media (max-width: 64em) {
    .insurance-content {
      width: 95%; } }
  .insurance-content p,
  .insurance-content li {
    color: #484848; }
  .insurance-content .insurance-features {
    margin-bottom: 30px; }
    .insurance-content .insurance-features img {
      margin-bottom: 20px;
      margin-top: 20px;
      height: 60px; }
    .insurance-content .insurance-features h4 {
      font-size: 19px;
      font-weight: 500 !important;
      margin-bottom: 25px;
      color: #484848; }
    .insurance-content .insurance-features .columns {
      padding: 0px; }
  .insurance-content button {
    margin-top: 15px;
    font-weight: 600; }
  .insurance-content blockquote {
    padding-top: 0px; }
  .insurance-content h3 {
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin-top: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px; }

.newsletter-loading {
  margin-top: 10px;
  text-align: center; }

.display_archive {
  position: relative;
  padding-top: 1px;
  margin-top: -45px;
  background: white; }

.campaign {
  line-height: 25px;
  margin-top: 20px; }

.empty-newsletter {
  width: 570px;
  margin: 0 auto;
  border: 4px solid black;
  padding: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative; }
  @media (max-width: 50em) {
    .empty-newsletter {
      width: 100%;
      margin: 50px 0px;
      margin-bottom: 0px; } }

@media (max-width: 50em) {
  .values-page {
    margin: 25px 15px; } }

.values-wrapper {
  width: 500px;
  margin: 0 auto; }
  @media (max-width: 50em) {
    .values-wrapper {
      width: 100%; } }
  .values-wrapper h4 {
    font-size: 22px;
    margin-bottom: 20px; }

.brandone {
  height: 100vh; }

.design-process-content {
  padding-left: 3.3rem; }
  @media (max-width: 50em) {
    .design-process-content {
      padding: 15px; } }
  .design-process-content article {
    padding-right: 320px; }
    @media (max-width: 50em) {
      .design-process-content article {
        padding-right: 0px; } }
    .design-process-content article section {
      width: 70%;
      margin: 0 auto;
      margin-bottom: 60px;
      margin-top: 60px; }
      @media (max-width: 50em) {
        .design-process-content article section {
          width: 100%; } }
      .design-process-content article section h2 {
        font-size: 20px;
        text-transform: uppercase;
        color: #404142; }
    .design-process-content article img {
      margin: 20px auto; }
  .design-process-content .by {
    display: flex;
    flex-flow: row wrap; }
    @media (max-width: 50em) {
      .design-process-content .by a {
        width: 100%; } }
    .design-process-content .by .single-author {
      border: 1px solid #ccc;
      border-radius: 3px;
      width: 290px;
      margin-right: 20px;
      margin-bottom: 20px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      @media (max-width: 50em) {
        .design-process-content .by .single-author {
          width: 100%; } }
    .design-process-content .by img {
      height: 65px;
      width: 65px;
      margin: 0;
      margin-right: 20px;
      border-radius: 3px 0px 0px 3px; }
    .design-process-content .by h6 {
      margin-bottom: 0px;
      margin-top: 10px;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700; }
    .design-process-content .by p {
      margin-top: 0px;
      margin-bottom: 0px;
      font-size: 13px;
      color: grey;
      font-weight: 500; }
  .design-process-content blockquote {
    border-left: 3px solid #9a9a9a;
    padding-top: 10px;
    font-size: 15px;
    padding-bottom: 9px;
    color: #6f6f6f; }
  .design-process-content p,
  .design-process-content ul,
  .design-process-content li,
  .design-process-content ol {
    font-size: 15px;
    color: #424242;
    line-height: 30px;
    margin: 7px 0px; }
  .design-process-content #sidebar {
    width: 300px;
    float: right;
    position: sticky;
    top: 15px; }
    @media (max-width: 50em) {
      .design-process-content #sidebar {
        display: none; } }
  .design-process-content #sidebar-brand {
    width: 300px;
    float: right;
    position: sticky;
    top: 15px; }
    @media (max-width: 50em) {
      .design-process-content #sidebar-brand {
        display: none; } }
  .design-process-content nav.stick {
    position: fixed;
    top: 0;
    margin-top: 12px;
    z-index: 0; }
  .design-process-content .notstick {
    position: absolute !important; }
  .design-process-content nav {
    width: 300px;
    padding-left: 30px;
    text-align: right; }
    .design-process-content nav ul {
      margin-left: 0px;
      list-style: none; }
      .design-process-content nav ul li {
        padding-bottom: 5px;
        font-size: 12px;
        text-transform: uppercase; }
    .design-process-content nav a:hover {
      color: #000001; }
    .design-process-content nav a {
      color: #C4C4C4;
      position: relative;
      overflow: hidden;
      font-weight: 500; }
      .design-process-content nav a:after {
        background-color: #333;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 10%;
        margin-left: 10px; }
    .design-process-content nav a.nav-active {
      color: #000001; }

.brand-process-hero {
  height: 600px;
  margin-top: -80px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #141414;
  color: white;
  position: relative; }
  .brand-process-hero h1 {
    font-size: 50px;
    text-transform: uppercase;
    line-height: 85px;
    margin-bottom: 0px;
    z-index: 30; }
    @media (max-width: 50em) {
      .brand-process-hero h1 {
        font-size: 24px;
        line-height: 30px; } }
  .brand-process-hero .grid {
    width: 100%;
    height: 600px;
    overflow: hidden;
    -webkit-perspective: 450px;
    perspective: 450px;
    position: absolute;
    left: 0;
    top: 0; }
  .brand-process-hero .grid-fade {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: -webkit-radial-gradient(50% 50%, ellipse, rgba(20, 20, 20, 0) 0%, #141414 80%);
    background: -o-radial-gradient(50% 50%, ellipse, rgba(20, 20, 20, 0) 0%, #141414 80%);
    background: radial-gradient(ellipse at 50% 50%, rgba(20, 20, 20, 0) 0%, #141414 80%); }
  .brand-process-hero .grid-lines {
    width: 100%;
    width: 100%;
    height: 200%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 1px, transparent 0), linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 1px, transparent 0);
    background-size: 45px 30px;
    background-repeat: repeat;
    transform-origin: 100% 0 0;
    animation: play 30s linear infinite; }

@-webkit-keyframes play {
  0% {
    -webkit-transform: rotateX(45deg) translateY(-50%);
    transform: rotateX(45deg) translateY(-50%); }
  100% {
    -webkit-transform: rotateX(45deg) translateY(0);
    transform: rotateX(45deg) translateY(0); } }

@keyframes play {
  0% {
    -webkit-transform: rotateX(45deg) translateY(-50%);
    transform: rotateX(45deg) translateY(-50%); }
  100% {
    -webkit-transform: rotateX(45deg) translateY(0);
    transform: rotateX(45deg) translateY(0); } }

.design-process-hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 150px;
  padding-left: 11.7rem;
  padding-right: 4.5625rem;
  padding-bottom: 50px;
  height: 620px;
  background-image: url("../images/designprocess/bg.png");
  animation: animatedBackground 60s linear infinite;
  position: relative;
  margin-top: -80px;
  color: white; }

@keyframes animatedBackground {
  from {
    background-position: 0 0; }
  to {
    background-position: 600px 0; } }
  @media (max-width: 37.5em) {
    .design-process-hero {
      padding-top: 150px;
      padding-left: 15px;
      padding-right: 0px; } }
  .design-process-hero h1 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 85px; }
    @media (max-width: 50em) {
      .design-process-hero h1 {
        font-size: 30px;
        line-height: 60px; } }
  .design-process-hero .title {
    font-size: 16px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-transform: uppercase; }

.changelog-wrapper ul {
  list-style: disc; }
  .changelog-wrapper ul li {
    font-size: 16px !important; }

.sitemap1 {
  padding: 70px 250px; }
  @media (max-width: 50em) {
    .sitemap1 {
      padding: 90px 10px; } }
  .sitemap1 h1 {
    margin-bottom: 30px;
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    @media (max-width: 50em) {
      .sitemap1 h1 {
        font-size: 30px; } }
  .sitemap1 p {
    margin-bottom: 30px;
    line-height: 30px; }
  .sitemap1 .single-section h3 {
    margin: 20px 0px;
    margin-top: 40px;
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    .sitemap1 .single-section h3 span {
      font-size: 13px;
      color: #FFFFFF;
      background: #000001;
      border-radius: 40px;
      padding: 4px 10px;
      vertical-align: middle; }
  .sitemap1 .single-section h6 {
    color: grey;
    margin-top: -8px;
    margin-bottom: 10px; }
  .sitemap1 .single-section ul {
    list-style: none;
    margin-left: 0px; }
    .sitemap1 .single-section ul li {
      margin-bottom: 10px;
      font-size: 20px; }
    .sitemap1 .single-section ul a {
      color: #00a8ca; }

.whypage {
  padding: 90px 250px; }
  @media (max-width: 50em) {
    .whypage {
      padding: 90px 10px; } }
  .whypage h1 {
    margin-bottom: 30px; }
    @media (max-width: 50em) {
      .whypage h1 {
        font-size: 30px; } }
  .whypage p {
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 20px; }
  .whypage i {
    font-size: 20px; }

.not-found .button {
  font-size: 18px; }

.estimate-partial {
  background: #B0F2FF;
  background: url(../images/hero/redbg.png) center center;
  background-size: cover;
  color: white;
  padding: 70px 70px;
  text-align: left; }
  @media (max-width: 50em) {
    .estimate-partial {
      padding: 70px 10px; } }
  .estimate-partial h2 {
    color: white;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -1px; }
  .estimate-partial .build-partial-button {
    margin-top: 20px; }
    @media (max-width: 50em) {
      .estimate-partial .build-partial-button {
        width: 100%; } }
    .estimate-partial .build-partial-button button {
      border: 2px solid white;
      font-size: 14px;
      font-weight: 700;
      margin: 0px;
      overflow: hidden;
      padding: 12px 10px;
      position: relative;
      text-align: center;
      transition: .3s;
      width: 260px;
      border-radius: 0px;
      color: white;
      background: transparent;
      z-index: 20; }
      @media (max-width: 50em) {
        .estimate-partial .build-partial-button button {
          width: 100%; } }
      .estimate-partial .build-partial-button button:after {
        position: absolute;
        transition: .3s;
        content: '';
        width: 0;
        left: 50%;
        bottom: 0;
        height: 3px;
        background: white;
        height: 120%;
        left: -10%;
        transform: skewX(-30deg);
        z-index: -1; }
      .estimate-partial .build-partial-button button:hover, .estimate-partial .build-partial-button button:focus {
        cursor: pointer;
        color: #B0F2FF;
        outline: none;
        box-shadow: 0 9px 32px 0 rgba(0, 0, 0, 0.15);
        transition: 0.3s all ease; }
        .estimate-partial .build-partial-button button:hover:after, .estimate-partial .build-partial-button button:focus:after {
          left: -10%;
          width: 120%; }

.singleproducthead {
  color: #FFFFFF;
  background: #29BFE8;
  height: 100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: -80px; }
  @media (max-width: 37.5em) {
    .singleproducthead {
      flex-direction: column;
      margin-top: 0px;
      justify-content: center; } }
  .singleproducthead img {
    border-radius: 3px;
    height: 70vh;
    margin: 0px 30px;
    -webkit-box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.2); }
    @media (max-width: 37.5em) {
      .singleproducthead img {
        height: 50vh;
        margin-top: 30px; } }
  .singleproducthead .Button {
    background-color: transparent;
    border: 3px solid white;
    margin-top: 20px;
    padding: 15px 60px; }

.singleproductfeature {
  padding: 50px;
  text-align: center; }
  .singleproductfeature .productfeaturebox {
    background: white;
    margin: 0px 50px;
    padding: 30px;
    height: 400px; }
  .singleproductfeature .icons-feature {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 37.5em) {
      .singleproductfeature .icons-feature {
        flex-direction: column;
        justify-content: center; } }
  .singleproductfeature h3 {
    margin: 30px 0px;
    margin-bottom: 50px;
    color: #3B4658; }
  .singleproductfeature .feature-product {
    padding: 0px 100px;
    margin-bottom: 50px;
    color: #767676; }
    @media (max-width: 37.5em) {
      .singleproductfeature .feature-product {
        padding: 0px 10px; } }
  .singleproductfeature .icons-feature {
    padding: 20px 60px; }
  .singleproductfeature .single-icon {
    border: 1px solid #eee;
    padding: 40px 50px;
    height: 160px; }
    @media (max-width: 37.5em) {
      .singleproductfeature .single-icon {
        margin-bottom: 10px; } }
    .singleproductfeature .single-icon p {
      margin-bottom: 0px;
      margin-top: 15px;
      color: #767676; }

.singleproductimage {
  background-image: url("/images/products/house-bot.jpg");
  height: 400px;
  background-position: center center;
  color: white;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover; }
  .singleproductimage:before {
    background: #141414;
    content: '';
    height: 400px;
    opacity: 0.5;
    position: absolute;
    width: 100%; }
  .singleproductimage h2 {
    z-index: 20;
    margin-top: 140px; }
    @media (max-width: 37.5em) {
      .singleproductimage h2 {
        padding: 0px 10px; } }
  .singleproductimage .Button {
    background-color: transparent;
    border: 2px solid white;
    margin-top: 10px; }
    @media (max-width: 37.5em) {
      .singleproductimage .Button {
        margin: 0px 10px; } }

@media (max-width: 37.5em) {
  .singleproductmore .reverse {
    flex-direction: column-reverse !important; } }

.singleproductmore .productmoresingle {
  padding: 100px 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row; }
  @media (max-width: 37.5em) {
    .singleproductmore .productmoresingle {
      flex-direction: column;
      justify-content: center; } }
  .singleproductmore .productmoresingle:first-child {
    border-bottom: 1px solid #eee; }
  .singleproductmore .productmoresingle img {
    width: 270px; }
    @media (max-width: 37.5em) {
      .singleproductmore .productmoresingle img {
        margin-bottom: 40px;
        width: 100px; } }
  .singleproductmore .productmoresingle h3 {
    color: #3B4658;
    margin-bottom: 20px; }
  .singleproductmore .productmoresingle p {
    color: #767676; }
  .singleproductmore .productmoresingle .singleproducttext {
    width: 550px; }
    @media (max-width: 37.5em) {
      .singleproductmore .productmoresingle .singleproducttext {
        width: 100%; } }

.singleproductcontact {
  background-color: #F8F8F8;
  padding: 80px 50px;
  padding-bottom: 60px;
  text-align: center; }
  .singleproductcontact h4 {
    color: #3B4658;
    margin-bottom: 60px; }
  .singleproductcontact p {
    color: #767676; }
  .singleproductcontact .sucess {
    display: none; }
  .singleproductcontact .logo-images {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 60px; }
    @media (max-width: 37.5em) {
      .singleproductcontact .logo-images {
        flex-direction: column;
        justify-content: center; } }
    .singleproductcontact .logo-images img {
      width: 150px;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      filter: grayscale(100%);
      -webkit-filter: gray;
      filter: gray; }
      .singleproductcontact .logo-images img:hover {
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        filter: none;
        transition: all 0.3s ease-in; }
  .singleproductcontact form {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 37.5em) {
      .singleproductcontact form {
        flex-direction: column;
        justify-content: center; } }
    .singleproductcontact form .Button {
      margin: 0px 15px;
      height: 40px; }
    .singleproductcontact form input {
      height: 40px;
      margin: 0px 15px;
      margin-bottom: 0px;
      width: 350px;
      box-shadow: none;
      color: #767676;
      border: 1px solid #eee;
      padding: 10px;
      padding-left: 8px; }
      @media (max-width: 37.5em) {
        .singleproductcontact form input {
          margin-bottom: 20px; } }
      .singleproductcontact form input:hover, .singleproductcontact form input:focus {
        border: 1px solid #ccc;
        box-shadow: none;
        outline: 0; }

.gaone {
  padding: 40px 100px;
  text-align: center; }
  @media (max-width: 50em) {
    .gaone {
      padding: 10px;
      margin-top: 80px; } }
  .gaone h3 {
    color: #166ae5;
    margin-bottom: 30px; }
    @media (max-width: 50em) {
      .gaone h3 {
        font-size: 28px; } }
  .gaone p {
    color: #3C424F;
    font-size: 21px;
    line-height: 35px;
    padding: 0px 100px; }
    @media (max-width: 50em) {
      .gaone p {
        padding: 10px; } }

.gatwo {
  padding: 0px 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  @media (max-width: 50em) {
    .gatwo {
      flex-direction: column; } }
  .gatwo .secone {
    width: 380px;
    padding: 0px 25px; }
    @media (max-width: 50em) {
      .gatwo .secone {
        width: 100%;
        margin: 25px 0px;
        padding: 0px 15px; } }
    .gatwo .secone p {
      color: #484848;
      font-size: 16px;
      line-height: 30px; }
    .gatwo .secone h4 {
      margin-bottom: 20px;
      font-size: 17px;
      font-weight: 500;
      letter-spacing: .1em;
      text-transform: uppercase; }
    .gatwo .secone img {
      width: 50px;
      height: 50px;
      margin-bottom: 25px; }

.galine {
  margin-top: 60px; }

.gathree {
  margin: 60px 0px; }
  .gathree h3 {
    color: #3C424F;
    text-align: center;
    margin-bottom: 60px;
    padding: 0px 10px; }
  .gathree .gathreewrapper {
    display: flex;
    justify-content: space-around;
    align-items: flex-start; }
    @media (max-width: 50em) {
      .gathree .gathreewrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    .gathree .gathreewrapper p {
      width: 300px;
      color: #484848;
      font-size: 19px;
      text-align: center; }
      @media (max-width: 50em) {
        .gathree .gathreewrapper p {
          width: 100%;
          padding: 15px;
          padding-bottom: 25px; } }
      .gathree .gathreewrapper p span {
        color: #166ae5; }

.pwahero {
  background: url("../images/products/pwahero.svg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-top: -80px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center; }

.SVRCategories {
  padding-top: 50px;
  padding-bottom: 40px;
  width: 990px;
  margin: 0 auto;
  margin-bottom: 10px; }
  @media (max-width: 64em) {
    .SVRCategories {
      width: 775px; } }
  @media (max-width: 50em) {
    .SVRCategories {
      width: 100%;
      padding: 50px 10px; } }
  .SVRCategories h2 {
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    @media (max-width: 50em) {
      .SVRCategories h2 {
        font-size: 2rem; } }
  .SVRCategories .categorytitle {
    color: #000001;
    background: #FFF;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
    margin-bottom: 0px; }
    @media (max-width: 50em) {
      .SVRCategories .categorytitle {
        padding-top: 50px;
        font-size: 32px;
        margin-bottom: -20px; } }
  .SVRCategories .categorylist {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0px;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #FFF; }
    .SVRCategories .categorylist li {
      padding: 10px 15px;
      padding-left: 0px;
      padding-right: 20px; }
      .SVRCategories .categorylist li a {
        color: #585858;
        font-size: 15px; }
        .SVRCategories .categorylist li a:hover, .SVRCategories .categorylist li a:focus {
          border-bottom: 1.5px solid #a7a7a7;
          padding: 5px 0px; }

@media (max-width: 50em) {
  .m-mt50 {
    margin-top: 50px; } }

.categoryactive {
  border-bottom: 1.5px solid #a7a7a7;
  padding: 5px 0px; }

.brand-guide-hero {
  height: 80vh;
  background: #141414;
  background-image: url("/images/brandguide/bg.jpg");
  background-position: center center;
  background-repeat: repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -80px; }
  @media (max-width: 50em) {
    .brand-guide-hero {
      margin-top: 0px; } }
  .brand-guide-hero h1 {
    text-align: center;
    color: white;
    font-size: 80px; }
    @media (max-width: 50em) {
      .brand-guide-hero h1 {
        font-size: 40px; } }

.brand-guide-wrapper {
  padding: 80px 200px; }
  @media (max-width: 50em) {
    .brand-guide-wrapper {
      padding: 50px 10px; } }
  .brand-guide-wrapper hr {
    margin-top: 60px;
    margin-bottom: 50px; }
  .brand-guide-wrapper .brand-guide-single h2 {
    letter-spacing: -0.5px;
    text-transform: uppercase;
    font-size: 32px; }
  .brand-guide-wrapper .brand-guide-single .content-wrapper {
    position: relative;
    margin-top: 30px; }
    .brand-guide-wrapper .brand-guide-single .content-wrapper .color-wrapper p {
      margin-bottom: 20px !important; }
    .brand-guide-wrapper .brand-guide-single .content-wrapper .font {
      margin-top: 30px;
      margin-bottom: 25px;
      letter-spacing: -0.5px; }
    .brand-guide-wrapper .brand-guide-single .content-wrapper h4 {
      font-size: 19px;
      margin-bottom: -17px; }
    .brand-guide-wrapper .brand-guide-single .content-wrapper p {
      font-weight: 400;
      color: #4e4e4e;
      font-size: 16px;
      line-height: 30px;
      margin-top: 23px; }
    .brand-guide-wrapper .brand-guide-single .content-wrapper ul {
      margin-top: 23px; }
      .brand-guide-wrapper .brand-guide-single .content-wrapper ul li {
        font-weight: 400;
        color: #4e4e4e;
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 7px; }
  .brand-guide-wrapper .brand-guide-single .color-wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
    .brand-guide-wrapper .brand-guide-single .color-wrapper .black-color {
      background: #141414; }
      .brand-guide-wrapper .brand-guide-single .color-wrapper .black-color p {
        color: white; }
    .brand-guide-wrapper .brand-guide-single .color-wrapper .accent-color {
      background: #B0F2FF; }
      .brand-guide-wrapper .brand-guide-single .color-wrapper .accent-color p {
        color: white; }
    .brand-guide-wrapper .brand-guide-single .color-wrapper .muted-color {
      background: #eeeeee; }
      .brand-guide-wrapper .brand-guide-single .color-wrapper .muted-color p {
        color: #2b2b2b; }
    .brand-guide-wrapper .brand-guide-single .color-wrapper .single-color {
      border: 1px solid #eee;
      padding: 65px;
      margin-right: 20px;
      margin-bottom: 20px;
      width: 265px; }
      @media (max-width: 50em) {
        .brand-guide-wrapper .brand-guide-single .color-wrapper .single-color {
          width: 100%;
          margin-right: 0px; } }
      .brand-guide-wrapper .brand-guide-single .color-wrapper .single-color p {
        margin-bottom: 0px;
        font-weight: 800;
        text-align: center;
        font-size: 22px; }
  .brand-guide-wrapper .brand-guide-single .logo-box-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
  .brand-guide-wrapper .brand-guide-single .logo-box {
    width: 300px;
    padding: 50px 70px;
    margin: 0px 40px 20px 0px; }
    @media (max-width: 50em) {
      .brand-guide-wrapper .brand-guide-single .logo-box {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 0px; } }
  .brand-guide-wrapper .brand-guide-single .light-logo {
    border: 1px solid #eee; }
  .brand-guide-wrapper .brand-guide-single .dark-logo {
    background: #1A1A1A; }

.audiojs {
  background-image: none;
  box-shadow: none;
  background: #141414;
  width: 38px;
  position: absolute;
  height: 30px;
  bottom: 32px;
  left: 78px; }
  .audiojs p {
    margin-top: 0px !important; }
  .audiojs .time, .audiojs .scrubber {
    display: none;
    visibility: hidden; }
  .audiojs .play-pause {
    width: 35px;
    padding: 1px 6px; }

.playbook-wrapper {
  background: white;
  margin: 0 auto;
  width: 770px; }
  .playbook-wrapper a {
    color: #B0F2FF; }
    .playbook-wrapper a:hover, .playbook-wrapper a:focus {
      color: grey;
      transition: 0.2s all ease; }
  @media (max-width: 50em) {
    .playbook-wrapper {
      width: 100%;
      padding: 0px 10px; } }

.playbook-back {
  margin-top: 70px;
  margin-bottom: -20px;
  -webkit-animation: fadeAllIn 1s;
  animation: fadeAllIn 1s; }

.playbook-hero {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  min-height: 400px;
  width: 100%;
  -webkit-animation: fadeAllIn 1s;
  animation: fadeAllIn 1s;
  flex-direction: column;
  margin-bottom: 40px; }
  @media (max-width: 50em) {
    .playbook-hero {
      margin-top: 50px; } }
  .playbook-hero h1 {
    font-size: 80px;
    text-transform: uppercase; }
    @media (max-width: 50em) {
      .playbook-hero h1 {
        font-size: 60px; } }
  .playbook-hero h3 {
    color: #404040;
    font-size: 23px;
    letter-spacing: -1px; }
    @media (max-width: 50em) {
      .playbook-hero h3 {
        font-size: 20px; } }

.playbook-template {
  margin-bottom: 80px; }
  .playbook-template ul, .playbook-template ol {
    list-style-type: disc !important;
    margin-left: 16px !important; }

.playbook-content {
  position: relative;
  z-index: 20;
  -webkit-animation: fadeAllIn 1.5s;
  animation: fadeAllIn 1.5s; }
  .playbook-content p {
    color: #404040;
    line-height: 31px; }
  .playbook-content h2 {
    margin-top: 60px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.7em;
    text-transform: uppercase; }
  .playbook-content b {
    text-decoration: underline; }
  .playbook-content h3 {
    margin-top: 60px;
    margin-bottom: 50px;
    letter-spacing: -1px; }
  .playbook-content hr {
    border-bottom: 1px solid #e2e2e2;
    margin-top: 40px;
    margin-bottom: -15px; }
  .playbook-content ul, .playbook-content ol {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 30px; }
    .playbook-content ul li, .playbook-content ol li {
      padding-bottom: 10px;
      color: #404040; }
      .playbook-content ul li a, .playbook-content ol li a {
        color: #B0F2FF; }
        .playbook-content ul li a:hover, .playbook-content ul li a:focus, .playbook-content ol li a:hover, .playbook-content ol li a:focus {
          color: grey;
          transition: 0.2s all ease; }

@-webkit-keyframes fadeAllIn {
  0%, 50% {
    opacity: 0;
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeAllIn {
  0%, 50% {
    opacity: 0;
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.steve-hero {
  margin-top: -80px;
  text-align: center;
  background-image: -webkit-linear-gradient(bottom left, rgba(0, 0, 0, 0.95), transparent), -webkit-linear-gradient(15deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.93), transparent), -webkit-radial-gradient(30% 0%, circle, rgba(172, 51, 58, 0.5), transparent), -webkit-linear-gradient(254deg, #000000, rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0.93), transparent);
  background-image: -o-linear-gradient(bottom left, rgba(0, 0, 0, 0.95), transparent), -o-linear-gradient(15deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.93), transparent), -webkit-radial-gradient(30% 0%, circle, rgba(172, 51, 58, 0.5), transparent), -o-linear-gradient(254deg, #000000, rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0.93), transparent);
  background-image: linear-gradient(to top right, rgba(0, 0, 0, 0.95), transparent), linear-gradient(105deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.93), transparent), -webkit-radial-gradient(30% 0%, circle, rgba(172, 51, 58, 0.5), transparent), linear-gradient(344deg, #000000, rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0.93), transparent);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .steve-hero h1, .steve-hero p {
    color: white; }
  .steve-hero p {
    margin-bottom: 50px; }
  @media (max-width: 50em) {
    .steve-hero {
      margin-top: 50px; } }
  .steve-hero .steve-image {
    margin-top: 100px;
    width: 300px; }
    @media (max-width: 50em) {
      .steve-hero .steve-image {
        width: 100%; } }
  .steve-hero .coming-soon {
    width: 150px;
    margin-bottom: 50px; }
  .steve-hero .stevesucess {
    display: none; }
  .steve-hero form label {
    color: white;
    font-size: 16px; }
  .steve-hero form input {
    border: 1.5px solid white;
    background: transparent;
    text-align: center; }
    .steve-hero form input:hover, .steve-hero form inputfocus {
      border: 1.5px solid white;
      transition: 0.3s all ease; }
  .steve-hero form button {
    color: white;
    border: 1.5px solid white;
    padding: 10px 60px;
    margin-bottom: 50px;
    cursor: pointer; }
    .steve-hero form button:hover, .steve-hero form buttonfocus {
      border: 1.5px solid white;
      background: white;
      color: #141414;
      transition: 0.3s all ease; }

.shrink-faq-hero {
  background: #141414;
  margin-top: -80px;
  height: 380px;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end; }
  @media (max-width: 50em) {
    .shrink-faq-hero {
      padding: 20px 15px; } }
  .shrink-faq-hero h1, .shrink-faq-hero p {
    color: white; }

.shrink-faq-content {
  width: 750px;
  margin: 0 auto;
  padding: 50px 0px; }
  @media (max-width: 50em) {
    .shrink-faq-content {
      padding: 50px 15px;
      width: 100%; } }
  .shrink-faq-content .list {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 50px; }
    .shrink-faq-content .list li {
      margin-bottom: 50px; }
    .shrink-faq-content .list p {
      font-size: 16px;
      color: #363636; }
    .shrink-faq-content .list a {
      color: #B0F2FF; }

.shrink-wrapper .shrink-hero {
  background: #141414;
  background-image: url(/images/shrink/shrink_feature_hero.jpg);
  background-position: center center;
  background-size: cover;
  height: 100vh;
  margin-top: -80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: white;
  flex-direction: column;
  padding: 20px 40px; }
  @media (max-width: 50em) {
    .shrink-wrapper .shrink-hero {
      padding: 10px 15px;
      margin-top: 0px; } }
  .shrink-wrapper .shrink-hero .hero-content-wrapper {
    width: 630px;
    background: black;
    padding: 15px 10px; }
    @media (max-width: 50em) {
      .shrink-wrapper .shrink-hero .hero-content-wrapper {
        width: 100%; } }
  .shrink-wrapper .shrink-hero h1 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 50px; }
    @media (max-width: 50em) {
      .shrink-wrapper .shrink-hero h1 {
        font-size: 35px; } }
  .shrink-wrapper .shrink-hero h5 {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 24px; }
  .shrink-wrapper .shrink-hero .Button {
    background: white;
    color: black;
    border: 1px solid white; }
    .shrink-wrapper .shrink-hero .Button:hover, .shrink-wrapper .shrink-hero .Button:focus {
      background: black;
      color: white;
      border: 1px solid white; }
  .shrink-wrapper .shrink-hero .Button-border {
    background: black !important;
    color: white !important;
    margin-left: 5px; }
    @media (max-width: 50em) {
      .shrink-wrapper .shrink-hero .Button-border {
        margin-left: 0px;
        margin-top: 5px; } }
    .shrink-wrapper .shrink-hero .Button-border:hover, .shrink-wrapper .shrink-hero .Button-border:focus {
      background: white !important;
      color: black !important; }

.shrink-wrapper .shrink-feature-1 {
  padding: 40px; }
  @media (max-width: 50em) {
    .shrink-wrapper .shrink-feature-1 {
      padding: 40px 15px; } }
  .shrink-wrapper .shrink-feature-1 .feature-head h2 {
    letter-spacing: -2.5px; }
    @media (max-width: 50em) {
      .shrink-wrapper .shrink-feature-1 .feature-head h2 {
        letter-spacing: 0px;
        font-size: 30px; } }
  .shrink-wrapper .shrink-feature-1 .feature-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px; }
    @media (max-width: 50em) {
      .shrink-wrapper .shrink-feature-1 .feature-wrapper {
        flex-direction: column; } }
    .shrink-wrapper .shrink-feature-1 .feature-wrapper .feature {
      width: 350px;
      text-align: center; }
      @media (max-width: 50em) {
        .shrink-wrapper .shrink-feature-1 .feature-wrapper .feature {
          width: 100%;
          margin-bottom: 40px; } }
      .shrink-wrapper .shrink-feature-1 .feature-wrapper .feature h5 {
        font-size: 22px;
        margin-bottom: 10px; }
      .shrink-wrapper .shrink-feature-1 .feature-wrapper .feature p {
        color: #a9a9a9; }
      .shrink-wrapper .shrink-feature-1 .feature-wrapper .feature img {
        width: 100%;
        margin-bottom: 30px; }
  .shrink-wrapper .shrink-feature-1 .feature-action {
    margin-top: 60px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center; }
    @media (max-width: 50em) {
      .shrink-wrapper .shrink-feature-1 .feature-action {
        flex-direction: column; } }

.shrink-wrapper .shrink-feature-2 {
  padding: 40px 40px; }
  @media (max-width: 50em) {
    .shrink-wrapper .shrink-feature-2 {
      padding: 40px 15px; } }
  .shrink-wrapper .shrink-feature-2 .feature-head h2 {
    letter-spacing: -2.5px; }
    @media (max-width: 50em) {
      .shrink-wrapper .shrink-feature-2 .feature-head h2 {
        letter-spacing: 0px;
        font-size: 30px; } }
  .shrink-wrapper .shrink-feature-2 .feature-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px; }
    @media (max-width: 50em) {
      .shrink-wrapper .shrink-feature-2 .feature-wrapper {
        flex-direction: column; } }
    .shrink-wrapper .shrink-feature-2 .feature-wrapper .feature {
      width: 500px;
      text-align: center; }
      @media (max-width: 50em) {
        .shrink-wrapper .shrink-feature-2 .feature-wrapper .feature {
          width: 100%;
          margin-bottom: 40px; } }
      .shrink-wrapper .shrink-feature-2 .feature-wrapper .feature h5 {
        font-size: 22px;
        margin-bottom: 10px; }
      .shrink-wrapper .shrink-feature-2 .feature-wrapper .feature p {
        color: #a9a9a9; }
      .shrink-wrapper .shrink-feature-2 .feature-wrapper .feature img {
        width: 55%;
        margin-bottom: 30px; }
        @media (max-width: 50em) {
          .shrink-wrapper .shrink-feature-2 .feature-wrapper .feature img {
            width: 100%; } }
  .shrink-wrapper .shrink-feature-2 .feature-action {
    margin-top: 60px;
    text-align: center; }
    .shrink-wrapper .shrink-feature-2 .feature-action .Button {
      margin: 5px 3px; }

.shrink-wrapper .alt-color {
  background: #252525;
  color: white; }
  .shrink-wrapper .alt-color h2, .shrink-wrapper .alt-color h5, .shrink-wrapper .alt-color p {
    color: white; }

.project-single-hero {
  text-align: center;
  margin-top: 40px; }
  @media (max-width: 50em) {
    .project-single-hero {
      margin-top: 100px; } }
  .project-single-hero h1 {
    color: #333333;
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-weight: 600; }
    @media (max-width: 50em) {
      .project-single-hero h1 {
        font-size: 28px; } }
  .project-single-hero h4 {
    color: #606060;
    margin-bottom: 60px;
    font-size: 29px;
    margin-top: 5px; }
    @media (max-width: 50em) {
      .project-single-hero h4 {
        font-size: 22px; } }
  .project-single-hero img {
    width: 100%; }

.project-single-content-banner {
  background: #f2f2f2;
  padding: 120px;
  padding-right: 300px;
  padding-left: 100px; }
  @media (max-width: 50em) {
    .project-single-content-banner {
      padding: 50px 15px; } }
  .project-single-content-banner h2 {
    font-size: 36px;
    color: #333333;
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-weight: 600;
    margin-bottom: 23px; }
  .project-single-content-banner p {
    color: #606060;
    font-size: 17px;
    margin-bottom: 10px; }

.project-single-grid-one {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 50em) {
    .project-single-grid-one {
      flex-direction: column; } }
  .project-single-grid-one .project-single-grid-content, .project-single-grid-one img {
    width: 50%; }
    @media (max-width: 50em) {
      .project-single-grid-one .project-single-grid-content, .project-single-grid-one img {
        width: 100%; } }
  .project-single-grid-one .project-single-grid-content {
    padding: 10px 40px; }
    @media (max-width: 50em) {
      .project-single-grid-one .project-single-grid-content {
        padding: 40px 15px; } }
    .project-single-grid-one .project-single-grid-content h2 {
      font-size: 36px;
      color: #333333;
      font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
      font-weight: 600;
      margin-bottom: 23px; }
    .project-single-grid-one .project-single-grid-content p {
      color: #606060;
      font-size: 17px;
      margin-bottom: 10px; }

.project-single-grid-two {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 50em) {
    .project-single-grid-two {
      flex-direction: column-reverse; } }
  .project-single-grid-two .project-single-grid-content, .project-single-grid-two img {
    width: 50%; }
    @media (max-width: 50em) {
      .project-single-grid-two .project-single-grid-content, .project-single-grid-two img {
        width: 100%; } }
  .project-single-grid-two .project-single-grid-content {
    padding: 10px 40px; }
    @media (max-width: 50em) {
      .project-single-grid-two .project-single-grid-content {
        padding: 40px 15px; } }
    .project-single-grid-two .project-single-grid-content h2 {
      font-size: 36px;
      color: #333333;
      font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
      font-weight: 600;
      margin-bottom: 23px; }
    .project-single-grid-two .project-single-grid-content p {
      color: #606060;
      font-size: 17px;
      margin-bottom: 10px; }

.project-single-idea {
  padding: 60px;
  text-align: center; }
  @media (max-width: 50em) {
    .project-single-idea {
      padding: 40px 10px; } }
  @media (max-width: 50em) {
    .project-single-idea .build-button button {
      margin: 0px; } }
  .project-single-idea h3 {
    color: #333333;
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 20px; }

.blockchain-hero-wrapper {
  background: #f2f3ff;
  height: 460px;
  display: flex;
  align-items: center; }
  @media (max-width: 64em) {
    .blockchain-hero-wrapper {
      height: 100%;
      padding-top: 70px;
      padding-bottom: 40px; } }
  .blockchain-hero-wrapper .blockchain-hero {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center; }
    @media (max-width: 64em) {
      .blockchain-hero-wrapper .blockchain-hero {
        width: 100%;
        padding: 20px; } }
    .blockchain-hero-wrapper .blockchain-hero img {
      padding-right: 40px;
      width: 100%; }
    .blockchain-hero-wrapper .blockchain-hero p {
      font-size: 20px;
      margin-bottom: 15px;
      color: #71788e; }
    .blockchain-hero-wrapper .blockchain-hero .response-block {
      color: #141414;
      font-size: 18px; }
    .blockchain-hero-wrapper .blockchain-hero h1 {
      font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      margin-bottom: 0px;
      font-size: 50px;
      color: #242B41;
      line-height: 60px; }
    .blockchain-hero-wrapper .blockchain-hero button {
      background: #0575E6;
      background: -webkit-linear-gradient(left, #021B79, #0575E6);
      background: -o-linear-gradient(left, #021B79, #0575E6);
      background: linear-gradient(to right, #021B79, #0575E6); }
    .blockchain-hero-wrapper .blockchain-hero form {
      display: flex;
      flex-direction: column; }
      .blockchain-hero-wrapper .blockchain-hero form input {
        margin-bottom: 10px;
        font-weight: 500;
        border: 1px solid #0575E6;
        border-radius: 0px;
        width: 50%;
        height: 45px;
        vertical-align: middle;
        box-shadow: none;
        padding: 10px; }
        .blockchain-hero-wrapper .blockchain-hero form input:focus {
          border: 1px solid #045cb4; }

.blockchain-hero-services {
  padding: 60px 10px; }
  .blockchain-hero-services .HeroPitch, .blockchain-hero-services .Contact .ContactPitch, .Contact .blockchain-hero-services .ContactPitch, .blockchain-hero-services .LandingHeroMain .ContactPitch, .LandingHeroMain .blockchain-hero-services .ContactPitch, .blockchain-hero-services .LandingHeroMain .HeroInner .LandingPitch, .LandingHeroMain .HeroInner .blockchain-hero-services .LandingPitch, .blockchain-hero-services .HiringSection .ContactPitch, .HiringSection .blockchain-hero-services .ContactPitch, .blockchain-hero-services .Ventures .VenturesPitch, .Ventures .blockchain-hero-services .VenturesPitch {
    color: #242B41;
    font-weight: 800; }
  .blockchain-hero-services .HeroPartnersLong {
    line-height: 30px;
    margin-bottom: 10px; }
  .blockchain-hero-services .Services h4 {
    color: #012e75;
    font-weight: 900; }
  .blockchain-hero-services .Services p {
    margin-bottom: 40px; }

.blockchain-services ul {
  margin-bottom: 0px; }

.blockchain-services h4 {
  font-size: 32px; }

.blockchain-services hr {
  margin: 50px 0px; }

.blockchain-services .tight-live {
  background: #012e75; }
  .blockchain-services .tight-live .tight-live-nested {
    border-top: 0px;
    padding-top: 0px; }

.blockchain-services .tight-blogs a {
  color: #012e75; }

.blockchain-services .tight-blogs .row .columns a .read-more {
  color: #012e75; }

.blockchain-blogs {
  display: flex;
  justify-content: center;
  align-items: center; }
  .blockchain-blogs .blockchain-blogs-single {
    width: 100%; }
  .blockchain-blogs .vertical-featured-big {
    height: 600px !important; }
  .blockchain-blogs .vertical-featured {
    height: 300px;
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: normal !important;
    line-height: 5vh;
    letter-spacing: .08em;
    text-indent: 1px;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    transition: height .4s ease-in-out; }
    @media (max-width: 64em) {
      .blockchain-blogs .vertical-featured {
        flex-basis: 100%; } }
    .blockchain-blogs .vertical-featured:hover .image-container {
      transform: scale3d(1.05, 1.05, 1); }
    .blockchain-blogs .vertical-featured .thumb-content-wrapper {
      overflow: hidden;
      position: absolute;
      height: 100%;
      position: relative;
      width: 100%;
      pointer-events: none;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: right; }
      .blockchain-blogs .vertical-featured .thumb-content-wrapper .image-container {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out; }
        .blockchain-blogs .vertical-featured .thumb-content-wrapper .image-container:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(0, 0, 0, 0.2);
          opacity: 1;
          z-index: 1; }
      .blockchain-blogs .vertical-featured .thumb-content-wrapper .content {
        bottom: 0px;
        position: absolute;
        z-index: 3;
        margin-bottom: 15px; }
      .blockchain-blogs .vertical-featured .thumb-content-wrapper h4 {
        font-size: 18px;
        white-space: pre-wrap;
        box-sizing: border-box;
        text-align: left;
        color: #FFFFFF;
        display: flex;
        flex-flow: column;
        float: right;
        justify-content: center;
        z-index: 3;
        width: 100%;
        padding: 0px 20px; }

.blockchain-icongrid {
  background: #012e75;
  padding: 50px 0px; }
  .blockchain-icongrid .icon-grids {
    width: 800px;
    margin: 0 auto; }
    @media (max-width: 64em) {
      .blockchain-icongrid .icon-grids {
        width: 100%;
        padding: 0px 10px; } }
    .blockchain-icongrid .icon-grids h2 {
      color: white;
      font-weight: 300 !important;
      font-size: 25px;
      margin-bottom: 50px; }
    .blockchain-icongrid .icon-grids p {
      color: white;
      margin-bottom: 0px;
      font-size: 16px; }
    .blockchain-icongrid .icon-grids img {
      width: 50px;
      margin-bottom: 20px; }
  .blockchain-icongrid .icon-grid-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px -15px; }
    .blockchain-icongrid .icon-grid-wrapper .single-icon-grid {
      padding: 20px;
      margin-bottom: 20px;
      width: 340px; }
      @media (max-width: 50em) {
        .blockchain-icongrid .icon-grid-wrapper .single-icon-grid {
          width: 100%; } }

.blockchain-questions {
  padding: 50px 0px; }
  .blockchain-questions .questions-section {
    width: 800px;
    margin: 0 auto; }
    @media (max-width: 64em) {
      .blockchain-questions .questions-section {
        width: 100%;
        padding: 0px 10px; } }
    .blockchain-questions .questions-section h3 {
      color: #012e75; }
    .blockchain-questions .questions-section .Button {
      background: #0575E6;
      background: -webkit-linear-gradient(left, #021B79, #0575E6);
      background: -o-linear-gradient(left, #021B79, #0575E6);
      background: linear-gradient(to right, #021B79, #0575E6);
      width: 100%; }
  .blockchain-questions .faq-wrapper {
    margin: 50px 0px; }
    .blockchain-questions .faq-wrapper .faq-c {
      border-top: 1px solid #ccc;
      padding: 1em 0; }
      .blockchain-questions .faq-wrapper .faq-c:last-child {
        border-bottom: 1px solid #ccc; }
      .blockchain-questions .faq-wrapper .faq-c a {
        color: #B0F2FF; }
    .blockchain-questions .faq-wrapper .faq-t {
      line-height: 22px;
      color: #012e75;
      float: left;
      font-size: 22px;
      font-weight: 700;
      padding-right: 0.3em;
      transition: all 200ms; }
    .blockchain-questions .faq-wrapper .faq-o {
      transform: rotate(-45deg);
      transform-origin: 50% 50%;
      -ms-transform: rotate(-45deg);
      -ms-transform-origin: 50% 50%;
      -webkit-transform: rotate(-45deg);
      -webkit-transform-origin: 50% 50%;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      transition: all 200ms; }
    .blockchain-questions .faq-wrapper .faq-q {
      cursor: pointer;
      font-weight: 700;
      text-align: left;
      color: #012e75; }
    .blockchain-questions .faq-wrapper .faq-a {
      color: #666;
      display: none;
      padding-left: 1.5em;
      text-align: left;
      margin-top: 10px; }

.blockchain-quote {
  padding: 70px 0px; }
  .blockchain-quote .quote-section {
    width: 800px;
    margin: 0 auto; }
    @media (max-width: 64em) {
      .blockchain-quote .quote-section {
        width: 100%;
        padding: 0px 10px; } }
  .blockchain-quote .quote {
    font-size: 20px; }
    .blockchain-quote .quote span {
      background: #b7ecf7;
      color: #012e75; }
  .blockchain-quote .by {
    margin-bottom: 0px; }

.blockchain-links {
  padding: 50px 0px;
  position: relative; }
  .blockchain-links .links-wrapper {
    width: 800px;
    margin: 0 auto; }
    @media (max-width: 64em) {
      .blockchain-links .links-wrapper {
        width: 100%;
        padding: 0px 10px; } }
    .blockchain-links .links-wrapper img {
      width: 470px; }
      @media (max-width: 64em) {
        .blockchain-links .links-wrapper img {
          width: 100%; } }
  .blockchain-links .links-section .Button {
    background: #0575E6;
    background: -webkit-linear-gradient(left, #021B79, #0575E6);
    background: -o-linear-gradient(left, #021B79, #0575E6);
    background: linear-gradient(to right, #021B79, #0575E6);
    width: 100%; }
  .blockchain-links .links-section ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none; }
    .blockchain-links .links-section ul li {
      margin-top: 20px;
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #c3dafe; }
      .blockchain-links .links-section ul li h5 {
        font-size: 17px;
        font-weight: 300;
        color: #242B41; }
      .blockchain-links .links-section ul li p {
        margin-bottom: 5px;
        font-size: 14px;
        color: grey; }
    .blockchain-links .links-section ul a {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      color: #012e75; }

.blockchain-worked {
  padding: 50px 0px;
  background: #012e75; }
  .blockchain-worked .worked-section {
    width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column; }
    @media (max-width: 64em) {
      .blockchain-worked .worked-section {
        width: 100%;
        padding: 0px 10px; } }
    .blockchain-worked .worked-section h2 {
      color: white;
      margin-bottom: 20px; }
      @media (max-width: 64em) {
        .blockchain-worked .worked-section h2 {
          text-align: center; } }
    .blockchain-worked .worked-section div {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 64em) {
        .blockchain-worked .worked-section div {
          flex-direction: column; } }
    .blockchain-worked .worked-section img {
      width: 100px;
      height: 30px;
      margin: 20px 0px; }
      @media (max-width: 64em) {
        .blockchain-worked .worked-section img {
          width: 100%; } }

.blockchain-next {
  background: #f2f3ff;
  height: 360px !important; }
  .blockchain-next .next-wrapper {
    width: 800px;
    margin: 0 auto;
    flex-direction: column;
    align-items: normal; }
    .blockchain-next .next-wrapper button {
      width: 100% !important; }
    @media (max-width: 64em) {
      .blockchain-next .next-wrapper {
        width: 100%;
        padding: 0px 10px; } }
    .blockchain-next .next-wrapper h2 {
      color: #242B41;
      margin-bottom: 20px; }

.blockchain-dark {
  color: #FFFFFF;
  background: #000001; }
  .blockchain-dark .faq-wrapper .faq-a {
    color: #D4D4D4; }

.hyper-sawtooth-hero {
  height: 660px;
  margin-top: -80px;
  background: #0b2338;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 17px;
  position: relative; }
  @media (max-width: 50em) {
    .hyper-sawtooth-hero {
      margin-top: 0px; } }
  .hyper-sawtooth-hero h1,
  .hyper-sawtooth-hero p {
    color: white;
    z-index: 10; }
  .hyper-sawtooth-hero h1 {
    font-family: monospace;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 40px;
    margin-top: 30px; }
    @media (max-width: 50em) {
      .hyper-sawtooth-hero h1 {
        line-height: 32px; } }
    .hyper-sawtooth-hero h1 span {
      color: #B0F2FF; }
  .hyper-sawtooth-hero p {
    font-family: monospace;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 23px; }
  .hyper-sawtooth-hero div {
    z-index: 10; }
  .hyper-sawtooth-hero button {
    z-index: 10;
    font-family: monospace; }
    @media (max-width: 50em) {
      .hyper-sawtooth-hero button {
        margin-bottom: 5px; } }
  .hyper-sawtooth-hero .dots-canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #0b2338; }

.hyper-sawtooth-one {
  padding-top: 80px; }
  .hyper-sawtooth-one h3 {
    color: #B0F2FF !important; }

.hyper-sawtooth-two {
  padding-bottom: 80px;
  padding-top: 50px; }

.next-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  color: white;
  margin-top: -80px;
  background-color: #000001;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 30px; }
  .next-container h1 {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: normal !important; }
  .next-container img {
    width: 25%; }

.ae-wrapper .ae-hero {
  background-image: url(/images/ae-en/ae-en-hero.jpg);
  background-position: center center;
  background-size: cover;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: white;
  flex-direction: column;
  padding: 20px 40px; }
  @media (max-width: 50em) {
    .ae-wrapper .ae-hero {
      padding: 10px 15px;
      margin-top: 0px;
      height: 500px; } }
  .ae-wrapper .ae-hero .hero-content-wrapper {
    max-width: 750px;
    padding: 25px 30px; }
    @media (max-width: 50em) {
      .ae-wrapper .ae-hero .hero-content-wrapper {
        width: 100%;
        padding: 0px; } }
  .ae-wrapper .ae-hero h1 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 40px; }
    @media (max-width: 50em) {
      .ae-wrapper .ae-hero h1 {
        font-size: 35px; } }
  .ae-wrapper .ae-hero h5 {
    font-size: 16px;
    margin-bottom: 40px;
    margin-top: 10px;
    line-height: 24px; }
  .ae-wrapper .ae-hero .Button {
    background: white;
    color: #000001;
    border: 1px solid white; }
    .ae-wrapper .ae-hero .Button:hover, .ae-wrapper .ae-hero .Button:focus {
      background: #000001;
      color: white;
      border: 1px solid white; }
  .ae-wrapper .ae-hero .Button-border {
    background: #000001 !important;
    color: white !important;
    margin-left: 5px; }
    @media (max-width: 50em) {
      .ae-wrapper .ae-hero .Button-border {
        margin-left: 0px;
        margin-top: 5px; } }
    .ae-wrapper .ae-hero .Button-border:hover, .ae-wrapper .ae-hero .Button-border:focus {
      background: white !important;
      color: #000001 !important; }

.ae-wrapper .ae-twitter-list {
  padding: 50px 0px; }
  .ae-wrapper .ae-twitter-list .twitter-list-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1200px;
    margin: 0 auto; }
    .ae-wrapper .ae-twitter-list .twitter-list-wrapper .tweets-timeline {
      width: 50%;
      height: 600px; }
    .ae-wrapper .ae-twitter-list .twitter-list-wrapper .list-about {
      margin: 40px 0px 0px 40px;
      padding-top: 0px;
      border-left: 1px solid #D8D8D8;
      padding-left: 20px; }
      .ae-wrapper .ae-twitter-list .twitter-list-wrapper .list-about p {
        font-size: 20px; }
      .ae-wrapper .ae-twitter-list .twitter-list-wrapper .list-about ul {
        list-style: none;
        margin-left: 0px; }
      .ae-wrapper .ae-twitter-list .twitter-list-wrapper .list-about li {
        font-size: 20px;
        font-weight: 600;
        line-height: 46px;
        position: relative;
        padding-left: 20px; }
        .ae-wrapper .ae-twitter-list .twitter-list-wrapper .list-about li:before {
          content: '\2022';
          font-size: 1.214em;
          left: 0;
          position: absolute;
          top: 0;
          color: #1e9edc; }

.ae-wrapper .ae-blogs .row {
  max-width: 100rem; }
  .ae-wrapper .ae-blogs .row .columns {
    border-left: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    height: 400px;
    padding: 1.51515vw;
    position: relative; }
    .ae-wrapper .ae-blogs .row .columns a img {
      height: auto !important;
      width: 100%;
      margin-bottom: 15px; }
    .ae-wrapper .ae-blogs .row .columns a .ae-blogs-inner {
      height: 100%; }
    .ae-wrapper .ae-blogs .row .columns a .read-more {
      position: absolute;
      bottom: 0px;
      left: 0px;
      color: #B0F2FF; }

.ae-wrapper .ae-blogs .box-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0px;
  flex-wrap: wrap;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8; }
  .ae-wrapper .ae-blogs .box-wrapper .box {
    margin: 15px;
    background: #1e9edc;
    height: 480px;
    width: 350px;
    border-radius: 2px; }
    .ae-wrapper .ae-blogs .box-wrapper .box img {
      width: 100%;
      height: 190px; }
    .ae-wrapper .ae-blogs .box-wrapper .box h4, .ae-wrapper .ae-blogs .box-wrapper .box p {
      padding: 15px;
      padding-bottom: 0px;
      color: white; }
    .ae-wrapper .ae-blogs .box-wrapper .box h4 {
      font-size: 22px; }

.ae-wrapper .ae-live .row {
  max-width: 100rem; }
  .ae-wrapper .ae-live .row .ae-live-inner {
    border-left: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    height: 600px;
    padding: 1.51515vw; }
    @media (max-width: 50em) {
      .ae-wrapper .ae-live .row .ae-live-inner {
        height: 670px; } }

.ae-wrapper .ae-live .list-about h2 {
  font-size: 2.0rem; }

.ae-wrapper .ae-live .list-about ul {
  list-style: none;
  margin-left: 0px; }
  .ae-wrapper .ae-live .list-about ul li {
    line-height: 46px;
    position: relative;
    padding-left: 20px; }
    .ae-wrapper .ae-live .list-about ul li:before {
      content: '\2022';
      left: 0;
      position: absolute;
      top: 0;
      color: #B0F2FF; }

.ae-wrapper .ae-live .ae-live-nested {
  border-top: 1px solid #D8D8D8;
  margin-top: 30px;
  padding-top: 20px; }
  .ae-wrapper .ae-live .ae-live-nested h4 {
    font-size: 2.0rem; }

@media (max-width: 50em) {
  .ae-wrapper .ae-contact {
    padding-top: 20px; } }

.ae-wrapper .ae-contact .row {
  max-width: 100rem; }
  .ae-wrapper .ae-contact .row .ae-contact-inner {
    border-left: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    height: 200px;
    padding: 1.51515vw; }
    @media (max-width: 50em) {
      .ae-wrapper .ae-contact .row .ae-contact-inner {
        height: 65px; } }
    .ae-wrapper .ae-contact .row .ae-contact-inner .contact {
      font-size: 1.9rem; }

.ae-wrapper .ae-contact .list-about h4 {
  font-size: 2.0rem; }

.twentyseven-wrapper {
  margin-top: -80px;
  color: white; }
  .twentyseven-wrapper canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #191a1e;
    z-index: -1;
    top: 0; }
  .twentyseven-wrapper .twentyseven-cover {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center; }
    .twentyseven-wrapper .twentyseven-cover h1 {
      color: white;
      font-size: 5rem;
      font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      margin-bottom: -15px;
      text-align: center; }
  .twentyseven-wrapper .twentyseven-content-wrapper {
    background: #191a1e; }
  .twentyseven-wrapper .twentyseven-content {
    background: #191a1e;
    height: 100%;
    padding: 50px 15px;
    width: 60%;
    margin: 0 auto;
    text-align: left; }
    @media (max-width: 50em) {
      .twentyseven-wrapper .twentyseven-content {
        width: 100%; } }
    .twentyseven-wrapper .twentyseven-content p,
    .twentyseven-wrapper .twentyseven-content li {
      color: white !important;
      font-size: 18px;
      line-height: 28px;
      margin: 25px 0px; }
    .twentyseven-wrapper .twentyseven-content a {
      color: #14d7b4 !important; }
    .twentyseven-wrapper .twentyseven-content h2 {
      color: #14d7b4 !important;
      font-size: 50px;
      line-height: 44px;
      margin-top: 40px;
      margin-bottom: 20px;
      font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .twentyseven-wrapper .twentyseven-contact {
    background: #191a1e;
    height: 100%;
    padding: 50px 15px;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    color: white; }
    @media (max-width: 50em) {
      .twentyseven-wrapper .twentyseven-contact {
        width: 100%; } }
    .twentyseven-wrapper .twentyseven-contact p {
      color: #14d7b4 !important;
      font-size: 22px;
      line-height: 28px; }
    .twentyseven-wrapper .twentyseven-contact h1 {
      text-transform: uppercase;
      font-weight: 800 !important;
      font-size: 90px;
      margin-bottom: 0px;
      padding-bottom: 50px;
      font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.papers-single-wrapper img {
  width: 100%; }

.papers-single-wrapper .papers-single-hero {
  width: 800px;
  margin: 0 auto; }
  @media (max-width: 50em) {
    .papers-single-wrapper .papers-single-hero {
      width: 100%;
      padding: 10px; } }
  .papers-single-wrapper .papers-single-hero h1 {
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin-top: 50px; }

.papers-single-wrapper .papers-single-main {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 80px; }
  @media (max-width: 50em) {
    .papers-single-wrapper .papers-single-main {
      width: 100%;
      padding: 10px; } }
  .papers-single-wrapper .papers-single-main h2 {
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin-top: 40px; }

.irp-wrapper-wrapper .irp-image-wrapper {
  width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 50px; }
  @media (max-width: 50em) {
    .irp-wrapper-wrapper .irp-image-wrapper {
      width: 90%;
      margin-top: 100px; } }
  .irp-wrapper-wrapper .irp-image-wrapper .irp-image {
    background-color: #e1c084;
    display: inline-block;
    height: 420px; }
    @media (max-width: 50em) {
      .irp-wrapper-wrapper .irp-image-wrapper .irp-image {
        height: 100%; } }
    .irp-wrapper-wrapper .irp-image-wrapper .irp-image img {
      width: 700px;
      display: block;
      position: relative;
      right: 15px;
      bottom: 15px; }

.irp-wrapper-wrapper .irp-wrapper-single-hero {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }
  @media (max-width: 50em) {
    .irp-wrapper-wrapper .irp-wrapper-single-hero {
      width: 100%;
      padding: 10px; } }
  .irp-wrapper-wrapper .irp-wrapper-single-hero h1 {
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin-top: -150px;
    color: #394046;
    font-size: 100px;
    line-height: 110px; }
    @media (max-width: 50em) {
      .irp-wrapper-wrapper .irp-wrapper-single-hero h1 {
        font-size: 50px;
        line-height: 60px;
        margin-top: -60px; } }
  .irp-wrapper-wrapper .irp-wrapper-single-hero p {
    color: #D2A147;
    font-size: 26px; }
    @media (max-width: 50em) {
      .irp-wrapper-wrapper .irp-wrapper-single-hero p {
        font-size: 22px; } }

.irp-wrapper-wrapper .irp-small-line {
  border-bottom: 1px solid #D2A147;
  width: 150px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 70px; }
  @media (max-width: 50em) {
    .irp-wrapper-wrapper .irp-small-line {
      width: 30%;
      margin-top: 30px;
      margin-bottom: 30px; } }

.irp-wrapper-wrapper .irp-wrapper-single-main {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 80px;
  margin-top: 40px; }
  @media (max-width: 50em) {
    .irp-wrapper-wrapper .irp-wrapper-single-main {
      width: 100%;
      padding: 10px; } }
  .irp-wrapper-wrapper .irp-wrapper-single-main hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #D2A147; }
  .irp-wrapper-wrapper .irp-wrapper-single-main h2 {
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin-top: 40px;
    color: #394046;
    margin-bottom: 0px; }
  .irp-wrapper-wrapper .irp-wrapper-single-main h3 {
    color: #394046;
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin-bottom: 30px; }
  .irp-wrapper-wrapper .irp-wrapper-single-main li {
    margin-bottom: 10px; }
  .irp-wrapper-wrapper .irp-wrapper-single-main p,
  .irp-wrapper-wrapper .irp-wrapper-single-main ul,
  .irp-wrapper-wrapper .irp-wrapper-single-main li,
  .irp-wrapper-wrapper .irp-wrapper-single-main ol {
    color: #5F6770;
    font-size: 17px;
    line-height: 32px; }

.irp-wrapper-wrapper .irp-contact-wrapper {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 100px; }
  @media (max-width: 50em) {
    .irp-wrapper-wrapper .irp-contact-wrapper {
      width: 100%; } }
  .irp-wrapper-wrapper .irp-contact-wrapper .irp-contact {
    padding: 40px;
    padding-top: 50px;
    color: #394046;
    background-color: #e1c084;
    position: relative;
    transition: .5s all ease; }
    @media (max-width: 50em) {
      .irp-wrapper-wrapper .irp-contact-wrapper .irp-contact {
        padding: 20px;
        padding-top: 40px; } }
    .irp-wrapper-wrapper .irp-contact-wrapper .irp-contact h2 {
      font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      position: absolute;
      top: -25px;
      font-size: 43px; }
    .irp-wrapper-wrapper .irp-contact-wrapper .irp-contact p {
      font-size: 17px;
      line-height: 32px; }
    .irp-wrapper-wrapper .irp-contact-wrapper .irp-contact form {
      width: 500px;
      margin: 0 auto; }
      @media (max-width: 50em) {
        .irp-wrapper-wrapper .irp-contact-wrapper .irp-contact form {
          width: 100%; } }
    .irp-wrapper-wrapper .irp-contact-wrapper .irp-contact button {
      width: 100%;
      background: #b9882d; }
    .irp-wrapper-wrapper .irp-contact-wrapper .irp-contact .form-field {
      margin-top: 20px; }
      .irp-wrapper-wrapper .irp-contact-wrapper .irp-contact .form-field label {
        color: #394046;
        font-size: 16px;
        margin-bottom: 5px; }
      .irp-wrapper-wrapper .irp-contact-wrapper .irp-contact .form-field input {
        height: 40px;
        width: 100%; }
      .irp-wrapper-wrapper .irp-contact-wrapper .irp-contact .form-field input,
      .irp-wrapper-wrapper .irp-contact-wrapper .irp-contact .form-field textarea {
        border: 0px;
        box-shadow: none;
        border-radius: 1px;
        padding-left: 10px;
        color: #394046; }

.main-slab-hero {
  height: 810px;
  position: relative; }
  .main-slab-hero canvas {
    position: absolute;
    top: 0px;
    background-color: #141414;
    z-index: -1; }

.slab-hero-main {
  height: 360px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: -80px;
  padding-top: 130px;
  padding-left: 70px;
  z-index: 10; }
  @media (max-width: 50em) {
    .slab-hero-main {
      margin-top: 50px;
      padding: 0px 15px; } }
  .slab-hero-main .green-box {
    background: #14D57D;
    height: 120px;
    width: 120px;
    margin-right: 30px;
    margin-top: -5px; }
    @media (max-width: 50em) {
      .slab-hero-main .green-box {
        height: 50px;
        width: 50px; } }
  .slab-hero-main h1 {
    display: inline-block;
    text-align: left;
    overflow-y: hidden;
    color: #FFFFFF;
    height: 120px;
    font-size: 100px;
    text-transform: uppercase;
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    @media (max-width: 50em) {
      .slab-hero-main h1 {
        font-size: 50px;
        height: 55px; } }
    .slab-hero-main h1 span,
    .slab-hero-main h1 ul {
      float: left; }
    .slab-hero-main h1 ul {
      display: block;
      position: relative;
      list-style: none;
      margin-left: 0px;
      margin-top: -10px;
      animation: cycles 10s cubic-bezier(1, -0.3, 0, 1.3) infinite;
      -webkit-animation: cycles 10s cubic-bezier(1, -0.3, 0, 1.3) infinite; }
      @media (max-width: 50em) {
        .slab-hero-main h1 ul {
          margin-top: -5px; } }
      .slab-hero-main h1 ul li {
        height: 140px; }
    .slab-hero-main h1:after {
      content: '';
      clear: both; }

@-webkit-keyframes cycles {
  0%,
  15% {
    top: 0; }
  20%,
  35% {
    top: -140px; }
  40%,
  55% {
    top: -280px; }
  60%,
  75% {
    top: -420px; }
  80%,
  95% {
    top: -560px; } }

@keyframes cycles {
  0%,
  15% {
    top: 0; }
  20%,
  35% {
    top: -140px; }
  40%,
  55% {
    top: -280px; }
  60%,
  75% {
    top: -420px; }
  80%,
  95% {
    top: -560px; } }

.slab-intro {
  position: relative; }
  .slab-intro .slab-hero {
    max-height: 450px;
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: white;
    flex-direction: column;
    padding: 20px 40px; }
    @media (max-width: 50em) {
      .slab-intro .slab-hero {
        padding: 10px 15px;
        margin-top: 0px;
        height: auto; } }
    .slab-intro .slab-hero .hero-content-wrapper {
      max-width: 750px;
      padding: 25px 30px; }
      @media (max-width: 50em) {
        .slab-intro .slab-hero .hero-content-wrapper {
          width: 100%;
          padding: 25px 0px;
          padding-top: 65px; } }
    .slab-intro .slab-hero h1 {
      font-weight: 800;
      text-transform: uppercase;
      font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 40px; }
      @media (max-width: 50em) {
        .slab-intro .slab-hero h1 {
          font-size: 35px; } }
    .slab-intro .slab-hero h5 {
      font-size: 16px;
      margin-bottom: 20px;
      margin-top: 10px;
      line-height: 24px; }
    .slab-intro .slab-hero .Button {
      background: white;
      color: #000001;
      border: 1px solid white; }
      .slab-intro .slab-hero .Button:hover, .slab-intro .slab-hero .Button:focus {
        background: #000001;
        color: white;
        border: 1px solid white; }
    .slab-intro .slab-hero .Button-border {
      background: #000001 !important;
      color: white !important;
      margin-left: 5px; }
      @media (max-width: 50em) {
        .slab-intro .slab-hero .Button-border {
          margin-left: 0px;
          margin-top: 5px; } }
      .slab-intro .slab-hero .Button-border:hover, .slab-intro .slab-hero .Button-border:focus {
        background: white !important;
        color: #000001 !important; }

.slab-cards-wrapper {
  padding-bottom: 80px;
  padding-top: 50px; }
  .slab-cards-wrapper h1 {
    text-align: center;
    font-family: "BebasNeue-Bold", "Arial Bold", Gadget, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin-bottom: 20px; }
  .slab-cards-wrapper .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .slab-cards-wrapper .col {
    width: calc(25% - 1rem);
    margin: 1rem; }
  .slab-cards-wrapper .container {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .slab-cards-wrapper .front,
  .slab-cards-wrapper .back {
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 280px;
    height: auto;
    border-radius: 10px;
    color: #fff;
    font-size: 1.5rem; }
  .slab-cards-wrapper .back {
    background: #cedce7;
    background: -webkit-linear-gradient(45deg, #cedce7 0%, #B0F2FF 100%);
    background: -o-linear-gradient(45deg, #cedce7 0%, #B0F2FF 100%);
    background: linear-gradient(45deg, #cedce7 0%, #B0F2FF 100%); }
  .slab-cards-wrapper .front:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px; }
  .slab-cards-wrapper .container:hover .front,
  .slab-cards-wrapper .container:hover .back {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1); }
  .slab-cards-wrapper .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .slab-cards-wrapper .back p {
      font-size: 18px; }
  .slab-cards-wrapper .inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2; }
  .slab-cards-wrapper .container .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .slab-cards-wrapper .container .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .slab-cards-wrapper .container:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .slab-cards-wrapper .container:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .slab-cards-wrapper .front .inner p {
    font-size: 2rem;
    margin-bottom: 2rem;
    position: relative;
    font-weight: 700; }
  .slab-cards-wrapper .front .inner p:after {
    content: "";
    width: 4rem;
    height: 4px;
    position: absolute;
    background: #FFFFFF;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -1rem; }
  .slab-cards-wrapper .front .inner span {
    color: #FFFFFF;
    font-weight: 400; }
  @media screen and (max-width: 64rem) {
    .slab-cards-wrapper .col {
      width: calc(33.333333% - 2rem); } }
  @media screen and (max-width: 48rem) {
    .slab-cards-wrapper .col {
      width: calc(50% - 2rem); } }
  @media screen and (max-width: 32rem) {
    .slab-cards-wrapper .col {
      width: 100%; } }

.edc-hero {
  padding: 100px 0px; }
  .edc-hero .columns {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .edc-hero h1 {
    color: #B0F2FF;
    width: 370px;
    line-height: 60px;
    margin-bottom: 15px; }
    @media (max-width: 50em) {
      .edc-hero h1 {
        width: 100%; } }
  .edc-hero p {
    width: 85%;
    color: #686b77; }
    @media (max-width: 50em) {
      .edc-hero p {
        width: 100%; } }
  .edc-hero button {
    margin-top: 8px; }
    @media (max-width: 50em) {
      .edc-hero button {
        margin-bottom: 30px; } }
  .edc-hero .edc-hero-image {
    width: 100%; }

.edc-second img {
  width: 100%;
  height: 200px;
  margin-bottom: 30px; }
  @media (max-width: 50em) {
    .edc-second img {
      margin-bottom: 15px; } }

.edc-second .column {
  display: flex;
  justify-content: center;
  flex-direction: column; }

.edc-second .column-reverse {
  flex-wrap: wrap-reverse; }
