/*
* Common Variables
*/
/****************************
*****************************
**** COMPONENT VARIABLES ****
*****************************
*****************************/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box; }

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

button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none; }
  ul:not(.browser-default) > li {
    list-style-type: none; }

a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

.valign-wrapper {
  display: flex;
  align-items: center; }

.clearfix {
  clear: both; }

.z-depth-0 {
  box-shadow: none !important; }

/* 2dp elevation modified*/
.z-depth-1 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }

.z-depth-1-half {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }

/* 6dp elevation modified*/
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }

/* 12dp elevation modified*/
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); }

/* 16dp elevation */
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2); }

/* 24dp elevation */
.z-depth-5 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2); }

.hoverable {
  transition: box-shadow .25s; }
  .hoverable:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0; }

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73; }

i {
  line-height: inherit; }
  i.left {
    float: left;
    margin-right: 15px; }
  i.right {
    float: right;
    margin-left: 15px; }
  i.tiny {
    font-size: 1rem; }
  i.small {
    font-size: 2rem; }
  i.medium {
    font-size: 4rem; }
  i.large {
    font-size: 6rem; }

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto; }

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px; }
  .pagination li a {
    color: #444;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px; }
  .pagination li.active a {
    color: #fff; }
  .pagination li.active {
    background-color: #ee6e73; }
  .pagination li.disabled a {
    cursor: default;
    color: #999; }
  .pagination li i {
    font-size: 2rem; }

.pagination li.pages ul li {
  display: inline-block;
  float: none; }

@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%; }
    .pagination li.prev,
    .pagination li.next {
      width: 10%; }
    .pagination li.pages {
      width: 80%;
      overflow: hidden;
      white-space: nowrap; } }

.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7); }
  .breadcrumb i,
  .breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
  .breadcrumb i.material-icons {
    display: inline-block;
    float: left;
    font-size: 24px; }
  .breadcrumb:before {
    content: '\E5CC';
    color: rgba(255, 255, 255, 0.7);
    vertical-align: top;
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    margin: 0 10px 0 8px;
    -webkit-font-smoothing: antialiased; }
  .breadcrumb:first-child:before {
    display: none; }
  .breadcrumb:last-child {
    color: #fff; }

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px; }
  .parallax-container .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    .parallax-container .parallax img {
      opacity: 0;
      position: absolute;
      left: 50%;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      transform: translate3d(0, 0, 0);
      transform: translateX(-50%); }

.pin-top, .pin-bottom {
  position: relative; }

.pinned {
  position: fixed !important; }

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0; }

.fade-in {
  opacity: 0;
  transform-origin: 0 50%; }

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 560px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important; } }

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important; } }

@media only screen and (min-width: 561px) {
  .hide-on-med-and-up {
    display: none !important; } }

@media only screen and (min-width: 560px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important; } }

@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important; } }

@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important; } }

@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important; } }

@media only screen and (min-width: 560px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important; } }

@media only screen and (max-width: 560px) {
  .show-on-small {
    display: block !important; } }

@media only screen and (min-width: 561px) {
  .show-on-medium-and-up {
    display: block !important; } }

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important; } }

@media only screen and (max-width: 560px) {
  .center-on-small-only {
    text-align: center; } }

.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73; }
  .page-footer .footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 0.08); }

table, th, td {
  border: none; }

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0; }
  table.striped tr {
    border-bottom: none; }
  table.striped > tbody > tr:nth-child(odd) {
    background-color: rgba(242, 242, 242, 0.5); }
  table.striped > tbody > tr > td {
    border-radius: 0; }
  table.highlight > tbody > tr {
    transition: background-color .25s ease; }
    table.highlight > tbody > tr:hover {
      background-color: rgba(242, 242, 242, 0.5); }
  table.centered thead tr th, table.centered tbody tr td {
    text-align: center; }

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px; }

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */ }
    table.responsive-table td:empty:before {
      content: '\00a0'; }
    table.responsive-table th,
    table.responsive-table td {
      margin: 0;
      vertical-align: top; }
    table.responsive-table th {
      text-align: left; }
    table.responsive-table thead {
      display: block;
      float: left; }
      table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0; }
        table.responsive-table thead tr th::before {
          content: "\00a0"; }
    table.responsive-table tbody {
      display: block;
      width: auto;
      position: relative;
      overflow-x: auto;
      white-space: nowrap; }
      table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top; }
    table.responsive-table th {
      display: block;
      text-align: right; }
    table.responsive-table td {
      display: block;
      min-height: 1.25em;
      text-align: left; }
    table.responsive-table tr {
      border-bottom: none;
      padding: 0 10px; }
    table.responsive-table thead {
      border: 0;
      border-right: 1px solid rgba(0, 0, 0, 0.12); } }

.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative; }
  .collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0; }
    .collection .collection-item.avatar {
      min-height: 84px;
      padding-left: 72px;
      position: relative; }
      .collection .collection-item.avatar:not(.circle-clipper) > .circle,
      .collection .collection-item.avatar :not(.circle-clipper) > .circle {
        position: absolute;
        width: 42px;
        height: 42px;
        overflow: hidden;
        left: 15px;
        display: inline-block;
        vertical-align: middle; }
      .collection .collection-item.avatar i.circle {
        font-size: 18px;
        line-height: 42px;
        color: #fff;
        background-color: #999;
        text-align: center; }
      .collection .collection-item.avatar .title {
        font-size: 16px; }
      .collection .collection-item.avatar p {
        margin: 0; }
      .collection .collection-item.avatar .secondary-content {
        position: absolute;
        top: 16px;
        right: 16px; }
    .collection .collection-item:last-child {
      border-bottom: none; }
    .collection .collection-item.active {
      background-color: #26a69a;
      color: #eafaf9; }
      .collection .collection-item.active .secondary-content {
        color: #fff; }
  .collection a.collection-item {
    display: block;
    transition: .25s;
    color: #26a69a; }
    .collection a.collection-item:not(.active):hover {
      background-color: #ddd; }
  .collection.with-header .collection-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px; }
  .collection.with-header .collection-item {
    padding-left: 30px; }
  .collection.with-header .collection-item.avatar {
    padding-left: 72px; }

.secondary-content {
  float: right;
  color: #26a69a; }

.collapsible .collection {
  margin: 0;
  border: none; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden; }
  .progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #26a69a;
    transition: width .3s linear; }
  .progress .indeterminate {
    background-color: #26a69a; }
    .progress .indeterminate:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .progress .indeterminate:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      animation-delay: 1.15s; }

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important; }

.left-align {
  text-align: left; }

.right-align {
  text-align: right; }

.center, .center-align {
  text-align: center; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.no-select {
  user-select: none; }

.circle {
  border-radius: 50%; }

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

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-padding {
  padding: 0 !important; }

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%; }

@media only screen and (min-width: 561px) {
  .container {
    width: 85%; } }

@media only screen and (min-width: 993px) {
  .container {
    width: 70%; } }

.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.section {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .section.no-pad {
    padding: 0; }
  .section.no-pad-bot {
    padding-bottom: 0; }
  .section.no-pad-top {
    padding-top: 0; }

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px; }
    .row .col[class*="push-"], .row .col[class*="pull-"] {
      position: relative; }
    .row .col.s1 {
      width: 8.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s2 {
      width: 16.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s4 {
      width: 33.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s5 {
      width: 41.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s7 {
      width: 58.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s8 {
      width: 66.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s10 {
      width: 83.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s11 {
      width: 91.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.offset-s1 {
      margin-left: 8.33333%; }
    .row .col.pull-s1 {
      right: 8.33333%; }
    .row .col.push-s1 {
      left: 8.33333%; }
    .row .col.offset-s2 {
      margin-left: 16.66667%; }
    .row .col.pull-s2 {
      right: 16.66667%; }
    .row .col.push-s2 {
      left: 16.66667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.pull-s3 {
      right: 25%; }
    .row .col.push-s3 {
      left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.33333%; }
    .row .col.pull-s4 {
      right: 33.33333%; }
    .row .col.push-s4 {
      left: 33.33333%; }
    .row .col.offset-s5 {
      margin-left: 41.66667%; }
    .row .col.pull-s5 {
      right: 41.66667%; }
    .row .col.push-s5 {
      left: 41.66667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.pull-s6 {
      right: 50%; }
    .row .col.push-s6 {
      left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.33333%; }
    .row .col.pull-s7 {
      right: 58.33333%; }
    .row .col.push-s7 {
      left: 58.33333%; }
    .row .col.offset-s8 {
      margin-left: 66.66667%; }
    .row .col.pull-s8 {
      right: 66.66667%; }
    .row .col.push-s8 {
      left: 66.66667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.pull-s9 {
      right: 75%; }
    .row .col.push-s9 {
      left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.33333%; }
    .row .col.pull-s10 {
      right: 83.33333%; }
    .row .col.push-s10 {
      left: 83.33333%; }
    .row .col.offset-s11 {
      margin-left: 91.66667%; }
    .row .col.pull-s11 {
      right: 91.66667%; }
    .row .col.push-s11 {
      left: 91.66667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    .row .col.pull-s12 {
      right: 100%; }
    .row .col.push-s12 {
      left: 100%; }
    @media only screen and (min-width: 561px) {
      .row .col.m1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-m1 {
        margin-left: 8.33333%; }
      .row .col.pull-m1 {
        right: 8.33333%; }
      .row .col.push-m1 {
        left: 8.33333%; }
      .row .col.offset-m2 {
        margin-left: 16.66667%; }
      .row .col.pull-m2 {
        right: 16.66667%; }
      .row .col.push-m2 {
        left: 16.66667%; }
      .row .col.offset-m3 {
        margin-left: 25%; }
      .row .col.pull-m3 {
        right: 25%; }
      .row .col.push-m3 {
        left: 25%; }
      .row .col.offset-m4 {
        margin-left: 33.33333%; }
      .row .col.pull-m4 {
        right: 33.33333%; }
      .row .col.push-m4 {
        left: 33.33333%; }
      .row .col.offset-m5 {
        margin-left: 41.66667%; }
      .row .col.pull-m5 {
        right: 41.66667%; }
      .row .col.push-m5 {
        left: 41.66667%; }
      .row .col.offset-m6 {
        margin-left: 50%; }
      .row .col.pull-m6 {
        right: 50%; }
      .row .col.push-m6 {
        left: 50%; }
      .row .col.offset-m7 {
        margin-left: 58.33333%; }
      .row .col.pull-m7 {
        right: 58.33333%; }
      .row .col.push-m7 {
        left: 58.33333%; }
      .row .col.offset-m8 {
        margin-left: 66.66667%; }
      .row .col.pull-m8 {
        right: 66.66667%; }
      .row .col.push-m8 {
        left: 66.66667%; }
      .row .col.offset-m9 {
        margin-left: 75%; }
      .row .col.pull-m9 {
        right: 75%; }
      .row .col.push-m9 {
        left: 75%; }
      .row .col.offset-m10 {
        margin-left: 83.33333%; }
      .row .col.pull-m10 {
        right: 83.33333%; }
      .row .col.push-m10 {
        left: 83.33333%; }
      .row .col.offset-m11 {
        margin-left: 91.66667%; }
      .row .col.pull-m11 {
        right: 91.66667%; }
      .row .col.push-m11 {
        left: 91.66667%; }
      .row .col.offset-m12 {
        margin-left: 100%; }
      .row .col.pull-m12 {
        right: 100%; }
      .row .col.push-m12 {
        left: 100%; } }
    @media only screen and (min-width: 993px) {
      .row .col.l1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-l1 {
        margin-left: 8.33333%; }
      .row .col.pull-l1 {
        right: 8.33333%; }
      .row .col.push-l1 {
        left: 8.33333%; }
      .row .col.offset-l2 {
        margin-left: 16.66667%; }
      .row .col.pull-l2 {
        right: 16.66667%; }
      .row .col.push-l2 {
        left: 16.66667%; }
      .row .col.offset-l3 {
        margin-left: 25%; }
      .row .col.pull-l3 {
        right: 25%; }
      .row .col.push-l3 {
        left: 25%; }
      .row .col.offset-l4 {
        margin-left: 33.33333%; }
      .row .col.pull-l4 {
        right: 33.33333%; }
      .row .col.push-l4 {
        left: 33.33333%; }
      .row .col.offset-l5 {
        margin-left: 41.66667%; }
      .row .col.pull-l5 {
        right: 41.66667%; }
      .row .col.push-l5 {
        left: 41.66667%; }
      .row .col.offset-l6 {
        margin-left: 50%; }
      .row .col.pull-l6 {
        right: 50%; }
      .row .col.push-l6 {
        left: 50%; }
      .row .col.offset-l7 {
        margin-left: 58.33333%; }
      .row .col.pull-l7 {
        right: 58.33333%; }
      .row .col.push-l7 {
        left: 58.33333%; }
      .row .col.offset-l8 {
        margin-left: 66.66667%; }
      .row .col.pull-l8 {
        right: 66.66667%; }
      .row .col.push-l8 {
        left: 66.66667%; }
      .row .col.offset-l9 {
        margin-left: 75%; }
      .row .col.pull-l9 {
        right: 75%; }
      .row .col.push-l9 {
        left: 75%; }
      .row .col.offset-l10 {
        margin-left: 83.33333%; }
      .row .col.pull-l10 {
        right: 83.33333%; }
      .row .col.push-l10 {
        left: 83.33333%; }
      .row .col.offset-l11 {
        margin-left: 91.66667%; }
      .row .col.pull-l11 {
        right: 91.66667%; }
      .row .col.push-l11 {
        left: 91.66667%; }
      .row .col.offset-l12 {
        margin-left: 100%; }
      .row .col.pull-l12 {
        right: 100%; }
      .row .col.push-l12 {
        left: 100%; } }
    @media only screen and (min-width: 1201px) {
      .row .col.xl1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-xl1 {
        margin-left: 8.33333%; }
      .row .col.pull-xl1 {
        right: 8.33333%; }
      .row .col.push-xl1 {
        left: 8.33333%; }
      .row .col.offset-xl2 {
        margin-left: 16.66667%; }
      .row .col.pull-xl2 {
        right: 16.66667%; }
      .row .col.push-xl2 {
        left: 16.66667%; }
      .row .col.offset-xl3 {
        margin-left: 25%; }
      .row .col.pull-xl3 {
        right: 25%; }
      .row .col.push-xl3 {
        left: 25%; }
      .row .col.offset-xl4 {
        margin-left: 33.33333%; }
      .row .col.pull-xl4 {
        right: 33.33333%; }
      .row .col.push-xl4 {
        left: 33.33333%; }
      .row .col.offset-xl5 {
        margin-left: 41.66667%; }
      .row .col.pull-xl5 {
        right: 41.66667%; }
      .row .col.push-xl5 {
        left: 41.66667%; }
      .row .col.offset-xl6 {
        margin-left: 50%; }
      .row .col.pull-xl6 {
        right: 50%; }
      .row .col.push-xl6 {
        left: 50%; }
      .row .col.offset-xl7 {
        margin-left: 58.33333%; }
      .row .col.pull-xl7 {
        right: 58.33333%; }
      .row .col.push-xl7 {
        left: 58.33333%; }
      .row .col.offset-xl8 {
        margin-left: 66.66667%; }
      .row .col.pull-xl8 {
        right: 66.66667%; }
      .row .col.push-xl8 {
        left: 66.66667%; }
      .row .col.offset-xl9 {
        margin-left: 75%; }
      .row .col.pull-xl9 {
        right: 75%; }
      .row .col.push-xl9 {
        left: 75%; }
      .row .col.offset-xl10 {
        margin-left: 83.33333%; }
      .row .col.pull-xl10 {
        right: 83.33333%; }
      .row .col.push-xl10 {
        left: 83.33333%; }
      .row .col.offset-xl11 {
        margin-left: 91.66667%; }
      .row .col.pull-xl11 {
        right: 91.66667%; }
      .row .col.push-xl11 {
        left: 91.66667%; }
      .row .col.offset-xl12 {
        margin-left: 100%; }
      .row .col.pull-xl12 {
        right: 100%; }
      .row .col.push-xl12 {
        left: 100%; } }

a {
  text-decoration: none; }

html {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87); }
  @media only screen and (min-width: 0) {
    html {
      font-size: 14px; } }
  @media only screen and (min-width: 992px) {
    html {
      font-size: 14.5px; } }
  @media only screen and (min-width: 1200px) {
    html {
      font-size: 15px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.3; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0; }

h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.37333rem 0 1.424rem 0; }

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.94667rem 0 1.168rem 0; }

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0; }

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.09333rem 0 0.656rem 0; }

h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.76667rem 0 0.46rem 0; }

em {
  font-style: italic; }

strong {
  font-weight: 500; }

small {
  font-size: 75%; }

.light {
  font-weight: 300; }

.thin {
  font-weight: 200; }

@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem; } }

@media only screen and (min-width: 392px) {
  .flow-text {
    font-size: 1.224rem; } }

@media only screen and (min-width: 424px) {
  .flow-text {
    font-size: 1.248rem; } }

@media only screen and (min-width: 456px) {
  .flow-text {
    font-size: 1.272rem; } }

@media only screen and (min-width: 488px) {
  .flow-text {
    font-size: 1.296rem; } }

@media only screen and (min-width: 520px) {
  .flow-text {
    font-size: 1.32rem; } }

@media only screen and (min-width: 552px) {
  .flow-text {
    font-size: 1.344rem; } }

@media only screen and (min-width: 584px) {
  .flow-text {
    font-size: 1.368rem; } }

@media only screen and (min-width: 616px) {
  .flow-text {
    font-size: 1.392rem; } }

@media only screen and (min-width: 648px) {
  .flow-text {
    font-size: 1.416rem; } }

@media only screen and (min-width: 680px) {
  .flow-text {
    font-size: 1.44rem; } }

@media only screen and (min-width: 712px) {
  .flow-text {
    font-size: 1.464rem; } }

@media only screen and (min-width: 744px) {
  .flow-text {
    font-size: 1.488rem; } }

@media only screen and (min-width: 776px) {
  .flow-text {
    font-size: 1.512rem; } }

@media only screen and (min-width: 808px) {
  .flow-text {
    font-size: 1.536rem; } }

@media only screen and (min-width: 840px) {
  .flow-text {
    font-size: 1.56rem; } }

@media only screen and (min-width: 872px) {
  .flow-text {
    font-size: 1.584rem; } }

@media only screen and (min-width: 904px) {
  .flow-text {
    font-size: 1.608rem; } }

@media only screen and (min-width: 936px) {
  .flow-text {
    font-size: 1.632rem; } }

@media only screen and (min-width: 968px) {
  .flow-text {
    font-size: 1.656rem; } }

@media only screen and (min-width: 1000px) {
  .flow-text {
    font-size: 1.68rem; } }

@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem; } }

.delay-0 {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.speed-0 {
  -webkit-animation-duration: 0ms;
  -moz-animation-duration: 0ms;
  -o-animation-duration: 0ms;
  animation-duration: 0ms; }

.delay-1 {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  -o-animation-delay: 100ms;
  animation-delay: 100ms; }

.speed-1 {
  -webkit-animation-duration: 100ms;
  -moz-animation-duration: 100ms;
  -o-animation-duration: 100ms;
  animation-duration: 100ms; }

.delay-2 {
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  animation-delay: 200ms; }

.speed-2 {
  -webkit-animation-duration: 200ms;
  -moz-animation-duration: 200ms;
  -o-animation-duration: 200ms;
  animation-duration: 200ms; }

.delay-3 {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  -o-animation-delay: 300ms;
  animation-delay: 300ms; }

.speed-3 {
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms; }

.delay-4 {
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  animation-delay: 400ms; }

.speed-4 {
  -webkit-animation-duration: 400ms;
  -moz-animation-duration: 400ms;
  -o-animation-duration: 400ms;
  animation-duration: 400ms; }

.delay-5 {
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms; }

.speed-5 {
  -webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -o-animation-duration: 500ms;
  animation-duration: 500ms; }

.delay-6 {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  -o-animation-delay: 600ms;
  animation-delay: 600ms; }

.speed-6 {
  -webkit-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  -o-animation-duration: 600ms;
  animation-duration: 600ms; }

.delay-7 {
  -webkit-animation-delay: 700ms;
  -moz-animation-delay: 700ms;
  -o-animation-delay: 700ms;
  animation-delay: 700ms; }

.speed-7 {
  -webkit-animation-duration: 700ms;
  -moz-animation-duration: 700ms;
  -o-animation-duration: 700ms;
  animation-duration: 700ms; }

.delay-8 {
  -webkit-animation-delay: 800ms;
  -moz-animation-delay: 800ms;
  -o-animation-delay: 800ms;
  animation-delay: 800ms; }

.speed-8 {
  -webkit-animation-duration: 800ms;
  -moz-animation-duration: 800ms;
  -o-animation-duration: 800ms;
  animation-duration: 800ms; }

.delay-9 {
  -webkit-animation-delay: 900ms;
  -moz-animation-delay: 900ms;
  -o-animation-delay: 900ms;
  animation-delay: 900ms; }

.speed-9 {
  -webkit-animation-duration: 900ms;
  -moz-animation-duration: 900ms;
  -o-animation-duration: 900ms;
  animation-duration: 900ms; }

.delay-10 {
  -webkit-animation-delay: 1000ms;
  -moz-animation-delay: 1000ms;
  -o-animation-delay: 1000ms;
  animation-delay: 1000ms; }

.speed-10 {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms; }

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotating {
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite; }

body {
  background-color: #fff; }

.container-fluid {
  width: 100%;
  max-width: initial; }
  .container-fluid > .row {
    margin: 0;
    padding: 15px; }
    .container-fluid > .row > .col {
      padding: 0; }

.campaign-logo {
  display: inline-block;
  width: 160px; }
  .campaign-logo img {
    height: auto;
    width: 100%; }

.client-logo {
  display: inline-block;
  width: 120px; }
  .client-logo img {
    height: auto;
    width: 100%; }

@media only screen and (min-width : 561px) {
  .client-logo {
    width: 190px; }
  .campaign-logo {
    width: 183px; } }

@media only screen and (min-width : 993px) {
  .campaign-logo {
    width: 300px; }
    .campaign-logo img:last-child {
      width: 90%; } }

@media (orientation: landscape) and (max-width: 800px) {
  .mobile .row {
    margin-bottom: 10px; }
  .mobile .campaign-logo {
    width: 160px; } }

#SiteDeeplink {
  opacity: 0;
  width: 100px;
  display: block; }
  #SiteDeeplink img {
    width: 100%;
    height: auto; }

.embed-code-container .routes-container .route-item-container, .paginator__btn, .paginator__status {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.embed-code-container .embed-options .embed-option-item, .paginator__buttons {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.embed .hide-on-embed {
  display: none !important; }

.mobile .hide-on-mobile {
  display: none !important; }

@media (orientation: landscape) and (max-width: 800px) {
  .mobile .hide-on-mobile-landscape {
    display: none !important; } }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?56t0jt");
  src: url("fonts/icomoon.eot?56t0jt#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?56t0jt") format("truetype"), url("fonts/icomoon.woff?56t0jt") format("woff"), url("fonts/icomoon.svg?56t0jt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-language:before {
  content: "\e90d"; }

.icon-close:before {
  content: "\e906"; }

.icon-hd:before {
  content: "\e907"; }

.icon-pause:before {
  content: "\e908"; }

.icon-play:before {
  content: "\e909"; }

.icon-settings:before {
  content: "\e90a"; }

.icon-speed:before {
  content: "\e90b"; }

.icon-vr:before {
  content: "\e90c"; }

.icon-left:before {
  content: "\e900"; }

.icon-right:before {
  content: "\e905"; }

.icon-embed:before {
  content: "\e901"; }

.icon-facebook:before {
  content: "\e902"; }

.icon-info:before {
  content: "\e903"; }

.icon-twitter:before {
  content: "\e904"; }

@font-face {
  font-family: 'icomoon-color';
  src: url("fonts/icomoon-color.eot?n5uenq");
  src: url("fonts/icomoon-color.eot?n5uenq#iefix") format("embedded-opentype"), url("fonts/icomoon-color.ttf?n5uenq") format("truetype"), url("fonts/icomoon-color.woff?n5uenq") format("woff"), url("fonts/icomoon-color.svg?n5uenq#icomoon-color") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-color-"], [class*=" icon-color-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-color' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-color-wrong:before {
  content: "\e900"; }

.icon-color-instagram:before {
  content: "\e901"; }

.icon-color-pinterest:before {
  content: "\e902"; }

.icon-color-share:before {
  content: "\e903"; }

.icon-color-correct:before {
  content: "\e904"; }

.icon-color-social-facebook:before {
  content: "\e905"; }

.icon-color-social-twitter:before {
  content: "\e906"; }

/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
h1 {
  margin: 0px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 28px; }

h2 {
  margin: 0px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 28px;
  font-weight: 500; }

h3 {
  margin: 0px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }

.axis-x-label, .graph-tooltip-container .graph-tooltip-text, p {
  margin: 0px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 26px; }

@media only screen and (min-width : 561px) {
  h1 {
    font-size: 28px; }
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 14px; }
  .axis-x-label, .graph-tooltip-container .graph-tooltip-text, p {
    font-size: 22px;
    line-height: 26px; } }

@media only screen and (min-width : 993px) {
  h1 {
    font-size: 34px; }
  h2 {
    font-size: 36px; }
  h3 {
    font-size: 16px; }
  .axis-x-label, .graph-tooltip-container .graph-tooltip-text, p {
    font-size: 24px;
    line-height: 28px; } }

@media (orientation: landscape) and (max-width: 800px) {
  .mobile h1 {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 28px; }
  .mobile h2 {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 12px; }
  .mobile h3 {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 12px; }
  .mobile .axis-x-label, .mobile .graph-tooltip-container .graph-tooltip-text, .graph-tooltip-container .mobile .graph-tooltip-text, .mobile p {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 22px;
    line-height: 26px; } }

.embed .axis-x-label, .embed .graph-tooltip-container .graph-tooltip-text, .graph-tooltip-container .embed .graph-tooltip-text, .embed p {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 22px;
  line-height: 26px; }

/*************************/
/*************************/
@media (max-height: 540px) and (max-width: 450px) {
  h1 {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 28px; }
  h2 {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 12px; }
  h3 {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 12px; }
  .axis-x-label, .graph-tooltip-container .graph-tooltip-text, p {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 22px;
    line-height: 26px; } }

/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
#SiteContainer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: auto; }

.app {
  height: 100%; }

.app-container {
  position: relative;
  min-height: 100%;
  height: auto;
  overflow: auto; }

@media only screen and (min-width : 561px) {
  .app-container .app-content-container {
    bottom: 0px; } }

@media only screen and (min-width : 993px) {
  .app-container .app-content-container {
    position: relative; } }

.embed .social-buttons-wrapper {
  width: 80px; }

@media only screen and (min-width : 993px) {
  .social-buttons-wrapper {
    width: 200px; } }

.va-container {
  display: table;
  height: 100%;
  width: 100%; }
  .va-container .va-content {
    display: table-cell;
    vertical-align: middle; }

/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
.dialog {
  z-index: 100;
  pointer-events: all;
  display: flex; }
  .dialog__backdrop {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 105;
    background-color: white; }
  .dialog__wrapper {
    position: relative;
    background-color: white;
    z-index: 140;
    overflow: auto; }
    .dialog__wrapper .dialog-line {
      height: 1px;
      width: 100%;
      background: #AFB5C6;
      margin-top: 25px; }
  .dialog__content {
    display: flex;
    align-items: center;
    height: 100%; }
  .dialog__close-button {
    position: absolute;
    right: 45px;
    top: 15px;
    height: 35px;
    width: 35px; }
    .dialog__close-button i {
      color: #242E49;
      font-size: 32px;
      border: 2px solid #242E49;
      border-radius: 30px;
      font-weight: bold; }
    .dialog__close-button:hover {
      cursor: pointer; }
      .dialog__close-button:hover i {
        border: 2px solid #F4F7FC; }
  .dialog--middle {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%; }
  .dialog--top {
    flex-direction: column;
    align-items: center;
    height: 100%; }
  .dialog--bottom {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%; }
  .dialog--left {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%; }
  .dialog--right {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 100%; }
  .dialog--default.dialog--middle {
    height: 100%; }
    .dialog--default.dialog--middle .dialog__wrapper {
      max-height: 400px; }
  .dialog--full-height .dialog__wrapper {
    height: 100%; }
  .dialog--small-height .dialog__wrapper {
    height: 15rem; }
  .dialog--medium-height .dialog__wrapper {
    height: 20rem; }
  .dialog--large-height .dialog__wrapper {
    height: 30rem; }
  .dialog--full-width .dialog__wrapper {
    width: 100%; }
  .dialog--small-width .dialog__wrapper {
    width: 40%; }
  .dialog--medium-width .dialog__wrapper {
    width: 60%; }
  .dialog--large-width .dialog__wrapper {
    width: 80%; }
  .dialog--spacing-small .dialog__wrapper {
    padding: 1rem; }
  .dialog--spacing-medium .dialog__wrapper {
    padding: 3rem;
    border-radius: 16px;
    background: #F4F7FC; }
  .dialog--spacing-large .dialog__wrapper {
    padding: 6rem; }

@media only screen and (min-width : 561px) {}@media only screen and (min-width : 993px) {
  .dialog--spacing-medium .dialog__wrapper {
    padding: 5rem; }
  .dialog__close-button {
    right: 5rem;
    top: 35px; } }

/*************************/
/*************************/
.dialog-service-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 9999;
  pointer-events: none;
  display: none;
  padding: 0.5rem; }
  .dialog-service-wrapper.shown {
    display: block; }

.story-dialog-service {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 9999;
  pointer-events: none; }
  .story-dialog-service.shown {
    display: block; }

@media only screen and (min-width : 561px) {
  .info-container .offset-m2 {
    margin-left: 0 !important;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 22px;
    color: #242E49; } }

@media only screen and (min-width : 993px) {
  .info-container .offset-m2 {
    font-size: 22px; } }

.info-container__desc {
  margin-top: 40px; }

.question-dialog .dialog__backdrop {
  background-color: transparent; }

.question-dialog .dialog__wrapper {
  width: 600px;
  top: 140px !important;
  height: 100px !important;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5); }

.question-dialog .dialog__close-button {
  display: none; }

.question-dialog .dialog-line {
  display: none; }

.question-dialog__button {
  margin: 0 5px; }

.dialog-layout {
  padding: 12px; }

.dialog__header h1 {
  line-height: 36px;
  color: #242E49; }

.dialog__header p {
  font-weight: bold !important;
  font-family: "brandon-grotesque", sans-serif;
  color: #242E49; }

@media only screen and (min-width : 561px) {
  .dialog__header p {
    font-size: 20px; } }

@media only screen and (min-width : 993px) {
  .dialog__header h1 {
    line-height: 36px; }
  .dialog__header p {
    font-size: 30px; } }

/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
.button {
  z-index: 10;
  display: inline-block;
  padding: 0px 22px;
  border: none;
  text-align: center;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -ms-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: auto;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  position: relative; }
  .button:hover {
    cursor: pointer;
    color: white;
    background: none;
    background-color: #F4F7FC; }
    .button:hover .button__label {
      color: white; }
    .button:hover .button__filled {
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
  .button.set-width {
    width: 200px;
    padding: 0px 22px; }
  .button__hide {
    display: none; }
  .button__filled {
    z-index: -1;
    display: block !important;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 220%;
    height: 100%;
    -webkit-transition: transform 300ms ease-in;
    -moz-transition: transform 300ms ease-in;
    -ms-transition: transform 300ms ease-in;
    -o-transition: transform 300ms ease-in;
    transition: transform 300ms ease-in;
    background: #afb5c6;
    /* Old browsers */
    background: -moz-linear-gradient(left, #afb5c6 0%, #242e49 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #afb5c6 0%, #242e49 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #afb5c6 0%, #242e49 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afb5c6', endColorstr='#242e49',GradientType=1 );
    /* IE6-9 */ }
  .button--filled .button__label {
    color: #fff !important; }

.button--transparent {
  background: none;
  background-color: transparent; }
  .button--transparent:hover {
    background: none;
    background-color: white; }
    .button--transparent:hover .button__label {
      color: blue; }

.button__label {
  z-index: 10;
  display: inline-block;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: normal;
  color: #F4F7FC;
  font-style: normal;
  font-size: 16px; }

@media only screen and (min-width : 561px) {
  .button {
    width: auto;
    height: 45px;
    line-height: 45px;
    padding: 0px 30px; }
  .button__label {
    font-size: 16px; } }

@media only screen and (min-width : 993px) {
  .button {
    padding: 0px 50px; }
  .button__label {
    font-size: 18px; } }

/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
.social-buttons-container {
  position: relative;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  width: 100%; }
  .social-buttons-container .share-button {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 35px;
    cursor: pointer; }
    .social-buttons-container .share-button i {
      vertical-align: middle;
      color: #242E49;
      font-size: 22px; }
    .social-buttons-container .share-button.embed {
      display: none; }

@media only screen and (min-width : 993px) {
  .social-buttons-container .share-button.embed {
    display: inline-block; } }

.active-socials {
  box-shadow: 0 2px 9px 0 rgba(175, 181, 198, 0.4); }

/*************************/
/*************************/
.social-buttons-container .share-button {
  margin: 0 2px 0px 0px;
  box-shadow: 0 2px 9px 0 rgba(175, 181, 198, 0.4); }
  .social-buttons-container .share-button.info {
    background-color: #fff;
    border-radius: 30px; }
  .social-buttons-container .share-button.embed {
    background-color: #fff;
    border-radius: 30px; }
  .social-buttons-container .share-button.share-icon {
    background-color: #fff;
    border-radius: 30px; }
  .social-buttons-container .share-button.inverted {
    background-color: #fff;
    border-radius: 30px; }
    .social-buttons-container .share-button.inverted i {
      color: #242E49; }

@media only screen and (min-width : 561px) {
  .social-buttons-container {
    margin-top: 10px;
    right: 5px; }
    .social-buttons-container .share-button {
      margin: 0 13px 0px 0px; }
      .social-buttons-container .share-button.info:hover {
        background-color: transparent; }
      .social-buttons-container .share-button.embed:hover {
        background-color: transparent; }
      .social-buttons-container .share-button.share-icon:hover {
        box-shadow: none; }
      .social-buttons-container .share-button.inverted:hover {
        background-color: transparent;
        box-shadow: none; }
  .active-socials {
    box-shadow: none !important;
    background-color: transparent !important; } }

@media only screen and (min-width : 993px) {
  .social-buttons-container .share-button {
    width: 45px;
    height: 45px;
    line-height: 40px; } }

.embed .social-buttons-container .share-button {
  margin: 10px 10px 0px 0px; }
  .embed .social-buttons-container .share-button.info:hover {
    background-color: transparent; }
  .embed .social-buttons-container .share-button.embed:hover {
    background-color: transparent; }
  .embed .social-buttons-container .share-button.share-icon:hover {
    background-color: transparent;
    box-shadow: none; }
  .embed .social-buttons-container .share-button.inverted:hover {
    background-color: transparent;
    box-shadow: none; }

@media (orientation: landscape) and (max-width: 800px) {
  .mobile .social-buttons-container {
    margin-top: 5px; }
    .mobile .social-buttons-container .share-button.info:hover {
      background-color: #fff; }
    .mobile .social-buttons-container .share-button.embed:hover {
      background-color: #fff; }
    .mobile .social-buttons-container .share-button.share-icon:hover {
      background-color: #fff; }
    .mobile .social-buttons-container .share-button.inverted:hover {
      background-color: #fff; } }

/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
.embed-code-container .embed-copy-btn .btn-label {
  color: #00090f !important; }

.embed-code-container .embed-copy-btn:hover .btn-label {
  color: #fff; }

/*************************/
/*************************/
.embed-code-container .embed-options .embed-option-item {
  width: 50%;
  float: left;
  position: relative; }
  .embed-code-container .embed-options .embed-option-item:after {
    content: ' ';
    position: absolute;
    bottom: 6px;
    width: 250px;
    left: 50%;
    margin-left: -125px;
    height: 2px;
    background-color: #afb5c6; }
  .embed-code-container .embed-options .embed-option-item:hover {
    cursor: pointer; }

.embed-code-container .routes-container {
  float: left;
  width: 100%;
  height: 160px;
  text-align: center;
  overflow: hidden;
  margin: 1ex 0px; }
  .embed-code-container .routes-container .route-item-container {
    display: inline-block;
    width: 160px;
    height: 160px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
    .embed-code-container .routes-container .route-item-container:hover {
      cursor: pointer;
      border: 5px solid #fff; }
    .embed-code-container .routes-container .route-item-container p {
      color: #fff; }
  .embed-code-container .routes-container[data-current-route-id="s-0"] .route-item-container[data-route-id="s-0"] {
    border: 3px solid #fff !important; }
  .embed-code-container .routes-container[data-current-route-id="s-1"] .route-item-container[data-route-id="s-1"] {
    border: 3px solid #fff !important; }
  .embed-code-container .routes-container[data-current-route-id="s-2"] .route-item-container[data-route-id="s-2"] {
    border: 3px solid #fff !important; }

.embed-code-container .embed-options-container[data-embed-option="whole"] {
  margin-bottom: 50px;
  float: left;
  width: 100%; }
  .embed-code-container .embed-options-container[data-embed-option="whole"] .embed-option-item.whole:after {
    display: block; }
  .embed-code-container .embed-options-container[data-embed-option="whole"] .embed-option-item.specific {
    color: #242E49; }
    .embed-code-container .embed-options-container[data-embed-option="whole"] .embed-option-item.specific:after {
      display: none; }

.embed-code-container .embed-options-container[data-embed-option="specific"] .embed-option-item.whole {
  color: #242E49; }
  .embed-code-container .embed-options-container[data-embed-option="specific"] .embed-option-item.whole:after {
    display: none; }

.embed-code-container .embed-options-container[data-embed-option="specific"] .embed-option-item.specific:after {
  display: block; }

.embed-container h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #242E49; }

.embed-container .embed-copy-container {
  text-align: center; }
  .embed-container .embed-copy-container p {
    font-size: 22px;
    margin-bottom: 20px; }

.embed-container .embed-textarea {
  background-color: #fff;
  height: 90px;
  margin-bottom: 12px;
  width: 100%;
  margin-bottom: 40px;
  border: none;
  color: #242E49;
  text-align: left;
  font-family: "brandon-grotesque", sans-serif; }

.embed-container .embed-options {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px; }

/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
.footer-container {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 999;
  width: 100%;
  height: 58px;
  line-height: 58px;
  background-color: #fff; }

/*************************/
/*************************/
.social-buttons-wrapper {
  position: absolute;
  height: 100%;
  width: 150px;
  right: 0px;
  top: 0px; }

.footer-container {
  border-top: 1px solid #242E49; }

@media only screen and (min-width : 561px) {
  .footer-container {
    background-color: transparent; }
  .footer-container {
    border-top: none; } }

@media only screen and (min-width : 993px) {
  .footer-container {
    border-top: 1px solid #242E49;
    background-color: #fff; }
  .social-buttons-wrapper {
    width: 200px; } }

.embed .social-buttons-wrapper {
  width: 50px; }

/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
.collapse-text {
  width: 100%;
  height: auto;
  float: left; }

.collapse-text__content {
  width: 100%;
  float: left; }
  .collapse-text__content p:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
    white-space: nowrap; }
  .collapse-text__content p:not(:first-child) {
    display: none; }
  .collapse-text__content[data-visible="true"] p {
    overflow: auto;
    text-overflow: initial;
    height: auto;
    white-space: initial; }

.collapse-text__button {
  width: 20%;
  float: right; }

/*************************/
/*************************/
.collapse-text {
  margin: 10px 0px;
  padding: 10px 0px;
  border-top: 1px solid #242E49;
  border-bottom: 1px solid #242E49; }

.collapse-text__button {
  display: none; }

.collapse-text__content {
  width: 100%;
  text-align: left; }
  .collapse-text__content p:first-child {
    overflow: auto;
    text-overflow: initial;
    height: auto;
    white-space: initial; }
  .collapse-text__content p:not(:first-child) {
    display: block; }

@media only screen and (min-width : 561px) {
  .collapse-text__button {
    display: block; }
  .collapse-text__content {
    width: 80%;
    text-align: justify; }
    .collapse-text__content[data-visible="false"] p:first-child {
      overflow: hidden;
      text-overflow: ellipsis;
      height: 20px;
      white-space: nowrap; }
    .collapse-text__content[data-visible="false"] p:not(:first-child) {
      display: none; }
    .collapse-text__content[data-visible="true"] p {
      display: block;
      overflow: auto;
      text-overflow: initial;
      height: auto;
      white-space: initial; } }

@media only screen and (min-width : 993px) {
  .collapse-text {
    border-bottom: none; }
  .collapse-text__button {
    display: none; }
  .collapse-text__content {
    width: 100%;
    text-align: center; }
    .collapse-text__content[data-visible="true"] p:not(:first-child), .collapse-text__content[data-visible="false"] p:not(:first-child) {
      display: block; }
    .collapse-text__content[data-visible="true"] p:first-child, .collapse-text__content[data-visible="false"] p:first-child {
      overflow: auto;
      text-overflow: initial;
      height: auto;
      white-space: initial; } }

/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
.paginator__buttons {
  font-family: "brandon-grotesque", sans-serif;
  position: relative;
  display: inline-block;
  width: auto;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }

.paginator__btn {
  margin: 4px;
  width: auto;
  line-height: 30px;
  vertical-align: middle;
  border: 1px solid #fff;
  width: 30px;
  text-align: center;
  color: #fff;
  background-color: transparent;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .paginator__btn.disabled {
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.4); }

.paginator__status {
  margin: 0 8px;
  width: auto;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  display: inline-block; }
  .paginator__status p {
    line-height: inherit; }

.paginator__controls {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%); }

@media only screen and (min-width : 561px) {
  .paginator__status {
    line-height: 30px; }
  .paginator__btn {
    line-height: 30px;
    width: 30px; } }

@media only screen and (min-width : 993px) {
  .paginator__status {
    line-height: 30px; }
  .paginator__btn {
    line-height: 30px;
    width: 30px; } }

/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
.element-tooltip {
  position: relative;
  color: #00090f;
  vertical-align: middle; }
  .element-tooltip .element-tooltip__content {
    display: none;
    position: absolute;
    width: 40px;
    height: auto;
    background-color: #fff;
    text-align: center;
    margin-top: -2px;
    color: #00090f;
    vertical-align: middle; }
    .element-tooltip .element-tooltip__content .shown-element-container {
      display: inline-block; }
    .element-tooltip .element-tooltip__content a, .element-tooltip .element-tooltip__content i {
      color: #00090f; }
  .element-tooltip.trigger-on-hover:hover > .element-tooltip__content {
    display: block !important; }
  .element-tooltip.trigger-on-click[data-visible="true"] > .element-tooltip__content {
    display: block !important; }
  .element-tooltip.top-side .element-tooltip__content {
    bottom: 100%;
    left: 50%;
    margin-left: -20px; }
  .element-tooltip.top-side.has-arrow > .element-tooltip__content {
    margin-bottom: 10px; }
    .element-tooltip.top-side.has-arrow > .element-tooltip__content:after {
      content: ' ';
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 15px solid #fff; }
  .element-tooltip.bottom-side .element-tooltip__content {
    top: 100%;
    left: 50%;
    margin-left: -20px; }
  .element-tooltip.bottom-side.has-arrow > .element-tooltip__content {
    margin-bottom: 10px; }
    .element-tooltip.bottom-side.has-arrow > .element-tooltip__content:after {
      content: ' ';
      position: absolute;
      bottom: 100%;
      left: 50%;
      margin-left: -5px;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 15px solid #fff; }
  .element-tooltip.right-side .element-tooltip__content {
    top: 50%;
    left: 100%;
    margin-top: -20px;
    height: 40px;
    width: auto;
    margin-left: 0px; }
  .element-tooltip.right-side.has-arrow > .element-tooltip__content {
    margin-left: 10px; }
    .element-tooltip.right-side.has-arrow > .element-tooltip__content:after {
      content: ' ';
      position: absolute;
      right: 100%;
      top: 50%;
      margin-top: -5px;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-right: 15px solid #fff; }
  .element-tooltip.left-side .element-tooltip__content {
    top: 50%;
    right: 100%;
    margin-top: -20px; }
  .element-tooltip.left-side.has-arrow > .element-tooltip__content {
    margin-right: 10px; }
    .element-tooltip.left-side.has-arrow > .element-tooltip__content:after {
      content: ' ';
      position: absolute;
      left: 100%;
      top: 50%;
      margin-top: -5px;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 15px solid #fff; }

/*************************/
/*************************/
.element-tooltip-container.settings-tooltip {
  display: inline-block;
  width: 40px;
  height: 38px;
  text-align: center;
  line-height: 40px;
  margin: 0px 0px 0px 10px; }
  .element-tooltip-container.settings-tooltip > i {
    font-size: 40px;
    vertical-align: middle; }

.drag-canvas {
  width: 726px;
  min-height: 66px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center; }

.drag-selection {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px; }

.drag-answers {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100%; }
  .drag-answers .drag-answer-container {
    width: 100%;
    height: 40px;
    margin: 5px 0; }

.drag-item-container {
  position: relative;
  width: 46px;
  height: 46px;
  margin: 10px 5px; }
  .drag-item-container.answered-drag-item {
    pointer-events: none; }
    .drag-item-container.answered-drag-item .drag-elem {
      cursor: default;
      width: 52px;
      height: 52px;
      margin-top: -3px;
      margin-left: -2px; }
    .drag-item-container.answered-drag-item .drag-item-accessory {
      position: absolute;
      bottom: calc(100% + 5px);
      left: 50%;
      width: 18px;
      height: 26px;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
      .drag-item-container.answered-drag-item .drag-item-accessory .correct-answer-tick img {
        width: 20px; }
      .drag-item-container.answered-drag-item .drag-item-accessory .wrong-answer-cross img {
        width: 20px; }
  .drag-item-container.drag-dummy {
    display: none;
    border: 1px solid #00090f;
    background: repeating-linear-gradient(-45deg, #fff, #fff 4px, #d4d4d4 4px, #d4d4d4 5px);
    pointer-events: none; }

.drag-elem {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 0;
  left: 0;
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  cursor: move;
  z-index: 1;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0, 1);
  -moz-transition: all 1s cubic-bezier(0, 0, 0, 1);
  -o-transition: all 1s cubic-bezier(0, 0, 0, 1);
  transition: all 1s cubic-bezier(0, 0, 0, 1); }

@media (orientation: portrait) and (max-width: 800px) {
  .mobile .drag-canvas {
    width: 330px; }
  .mobile .drag-answers {
    width: 90%; }
    .mobile .drag-answers .drag-answer-container {
      height: 30px; } }

@media (orientation: landscape) and (max-width: 800px) {
  .mobile .drag-canvas {
    width: 330px; }
  .mobile .drag-answers {
    width: 80%; }
    .mobile .drag-answers .drag-answer-container {
      height: 30px; }
  .mobile .drag-selection {
    position: absolute;
    left: 3%;
    bottom: 0; } }

.embed .drag-answers .drag-answer-container {
  height: 30px; }

/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
.question {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center; }

@media only screen and (min-width : 561px) {}@media only screen and (min-width : 993px) {}@media (orientation: landscape) and (max-width: 800px) {
  .mobile .question {
    flex-direction: row; } }

/*************************/
/*************************/
.spinner--small {
  transform: scale(0.6); }

.spinner--medium {
  transform: scale(1); }

.spinner--large {
  transform: scale(1.4); }

.spinner {
  text-align: center;
  width: 100%;
  position: relative;
  padding: 25px 0;
  margin-top: 10px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px; }
  .spinner .spinner-label {
    color: grey;
    margin: 10px; }


.spinner-dot-in,
.spinner-dot-stick,
.spinner-double-dot-stick,
.spinner-dot-out,
.spinner-double-dot-out,
.spinner-double-dot-in,
.spinner-wave-out,
.spinner-wave-in,
.spinner-double-wave-out,
.spinner-double-wave-in,
.spinner-huge-wave-out,
.spinner-huge-wave-in,
.spinner-section,
.spinner-section-in,
.spinner-double-section-in,
.spinner-section-out,
.spinner-double-section-out,
.spinner-section-far,
.spinner-double-section-far,
.spinner-double-section {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 5.625px solid rgba(128, 128, 128, 0.4);
  animation: spinner 1.2s linear infinite; }

@keyframes spinner {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

/* Dots */

.spinner-dot-in,
.spinner-dot-stick,
.spinner-double-dot-stick,
.spinner-dot-out,
.spinner-double-dot-out,
.spinner-double-dot-in {
  position: relative; }
  
  .spinner-dot-in:before,
  .spinner-dot-stick:before,
  .spinner-double-dot-stick:before,
  .spinner-dot-out:before,
  .spinner-double-dot-out:before,
  .spinner-dot-in:after,
  .spinner-dot-stick:after,
  .spinner-double-dot-stick:after,
  .spinner-dot-out:after,
  .spinner-double-dot-out:after,
  .spinner-double-dot-in:before,
  .spinner-double-dot-in:after {
    content: "";
    position: absolute;
    top: 11.25px;
    left: 39.375px;
    width: 11.25px;
    height: 11.25px;
    border-radius: 50%;
    background: grey; }
  
  .spinner-dot-in:after,
  .spinner-dot-stick:after,
  .spinner-double-dot-stick:after,
  .spinner-dot-out:after,
  .spinner-double-dot-out:after,
  .spinner-double-dot-in:after {
    top: auto;
    bottom: 11.25px; }


.spinner-dot-in:after {
  display: none; }


.spinner-dot-stick:before,
.spinner-dot-stick:after,
.spinner-double-dot-stick:before,
.spinner-double-dot-stick:after {
  top: -11.25px; }


.spinner-dot-stick:after,
.spinner-double-dot-stick:after {
  top: auto;
  bottom: -11.25px; }


.spinner-dot-stick:after {
  display: none; }


.spinner-dot-out:before,
.spinner-dot-out:after,
.spinner-double-dot-out:before,
.spinner-double-dot-out:after {
  top: -22.5px; }


.spinner-dot-out:after,
.spinner-double-dot-out:after {
  top: auto;
  bottom: -22.5px; }


.spinner-dot-out:after {
  display: none; }

/* Waves */

.spinner-wave-out {
  box-shadow: -2.8125px -2.8125px 0 2.8125px grey; }


.spinner-wave-in {
  box-shadow: inset -2.8125px -2.8125px 0 2.8125px grey; }


.spinner-double-wave-out {
  box-shadow: -2.8125px -2.8125px 0 2.8125px grey, 2.8125px 2.8125px 0 2.8125px grey; }


.spinner-double-wave-in {
  box-shadow: inset -2.8125px -2.8125px 0 2.8125px grey, inset 2.8125px 2.8125px 0 2.8125px grey; }


.spinner-huge-wave-out {
  box-shadow: -2.8125px -2.8125px 0 11.25px grey; }


.spinner-huge-wave-in {
  box-shadow: inset -2.8125px -2.8125px 0 11.25px grey; }

/* Sections */

.spinner-section,
.spinner-section-in,
.spinner-double-section-in,
.spinner-section-out,
.spinner-double-section-out,
.spinner-section-far,
.spinner-double-section-far,
.spinner-double-section {
  position: relative; }
  
  .spinner-section:before,
  .spinner-section-in:before,
  .spinner-double-section-in:before,
  .spinner-section-out:before,
  .spinner-double-section-out:before,
  .spinner-section-far:before,
  .spinner-double-section-far:before,
  .spinner-section:after,
  .spinner-section-in:after,
  .spinner-double-section-in:after,
  .spinner-section-out:after,
  .spinner-double-section-out:after,
  .spinner-section-far:after,
  .spinner-double-section-far:after,
  .spinner-double-section:before,
  .spinner-double-section:after {
    content: "";
    position: absolute;
    top: -5.625px;
    left: -5.625px;
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5.625px solid transparent;
    border-top-color: grey;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  
  .spinner-section:after,
  .spinner-section-in:after,
  .spinner-double-section-in:after,
  .spinner-section-out:after,
  .spinner-double-section-out:after,
  .spinner-section-far:after,
  .spinner-double-section-far:after,
  .spinner-double-section:after {
    border-top-color: transparent;
    border-bottom-color: grey; }


.spinner-section:after {
  display: none; }


.spinner-section-in:before,
.spinner-section-in:after,
.spinner-double-section-in:before,
.spinner-double-section-in:after {
  top: 0;
  left: 0;
  width: 78.75px;
  height: 78.75px; }


.spinner-section-in:after {
  display: none; }


.spinner-section-out:before,
.spinner-section-out:after,
.spinner-double-section-out:before,
.spinner-double-section-out:after {
  top: -11.25px;
  left: -11.25px;
  width: 101.25px;
  height: 101.25px; }


.spinner-section-out:after {
  display: none; }


.spinner-section-far:before,
.spinner-section-far:after,
.spinner-double-section-far:before,
.spinner-double-section-far:after {
  top: -16.875px;
  left: -16.875px;
  width: 112.5px;
  height: 112.5px; }


.spinner-section-far:after {
  display: none; }

/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
.questions-label {
  display: flex;
  flex-direction: row;
  margin-top: 3rem;
  align-items: center; }
  .questions-label__number {
    color: rgba(228, 230, 235, 0.9);
    width: 60px;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0, 1);
    -moz-transition: all 1s cubic-bezier(0, 0, 0, 1);
    -o-transition: all 1s cubic-bezier(0, 0, 0, 1);
    transition: all 1s cubic-bezier(0, 0, 0, 1);
    padding-right: 14px;
    text-align: right; }
    .questions-label__number h1 {
      font-size: 46px;
      font-weight: bold; }
    .questions-label__number--interacted {
      color: #00090f; }
  .questions-label__label {
    max-width: 250px; }

@media only screen and (min-width : 561px) {
  .questions-label__number {
    padding-right: 24px; } }

@media only screen and (min-width : 993px) {
  .questions-label__number h1 {
    font-size: 60px;
    line-height: 50px; } }

@media (orientation: landscape) and (max-width: 800px) {
  .mobile .questions-label {
    margin-top: 0px; }
    .mobile .questions-label__label {
      margin-right: 2rem;
      max-width: 230px;
      padding-right: 4px; } }

.embed .questions-label {
  margin-top: 0px;
  margin-bottom: 1rem; }

.question-label {
  position: relative;
  margin-top: 3rem !important;
  width: 250px;
  margin: 0 auto; }
  .question-label__label {
    text-align: left;
    z-index: 999; }
    .question-label__label p {
      position: relative; }
  .question-label__number {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 0;
    color: rgba(228, 230, 235, 0.6);
    -webkit-transition: all 1s cubic-bezier(0, 0, 0, 1);
    -moz-transition: all 1s cubic-bezier(0, 0, 0, 1);
    -o-transition: all 1s cubic-bezier(0, 0, 0, 1);
    transition: all 1s cubic-bezier(0, 0, 0, 1);
    font-weight: bold; }
    .question-label__number h1 {
      font-size: 30px;
      font-weight: bold; }
    .question-label__number--interacted {
      color: #00090f;
      transform: translate(-36px, -4px) scale(1.3); }
      .question-label__number--interacted.number--10 {
        transform: translate(-46px, -4px) scale(1.3); }

@media only screen and (min-width : 561px) {
  .question-label {
    margin-top: 1rem !important; }
    .question-label__number {
      padding-right: 24px; } }

@media only screen and (min-width : 993px) {
  .question-label__number {
    z-index: 0; }
    .question-label__number h1 {
      font-size: 60px;
      line-height: 50px; }
    .question-label__number--interacted {
      transform: translate(-60px, -4px) scale(1.2); }
      .question-label__number--interacted.number--10 {
        transform: translate(-86px, -8px) scale(1.2); } }

@media (orientation: landscape) and (max-width: 800px) {
  .mobile .question-label {
    margin-left: 10px; }
    .mobile .question-label__label {
      width: 85%;
      margin-left: 1rem; }
    .mobile .question-label__number--interacted {
      transform: translate(-25px, -4px) scale(1.2); } }

/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
.image-question {
  width: 85%;
  margin-top: 2rem; }
  .image-question__options {
    min-height: 60px; }
  .image-question__image {
    width: 60%;
    margin: 0 auto; }
    .image-question__image img {
      width: 100%;
      height: auto; }
  .image-question__item {
    display: inline-block;
    position: relative;
    background-color: #F4F7FC;
    padding: 16px 18px;
    width: 45px;
    height: 45px;
    margin: 0 4px;
    cursor: pointer; }
    .image-question__item p {
      line-height: 17px; }
  .image-question__answered {
    width: 52px;
    height: 52px;
    margin-top: -4px; }
    .image-question__answered p {
      font-weight: bold; }
  .image-question__item:hover {
    width: 52px;
    height: 52px;
    margin-top: -4px; }
    .image-question__item:hover p {
      font-weight: bold; }
  .image-question__response {
    position: absolute;
    bottom: 100%;
    left: 0px;
    width: 100%;
    margin-bottom: 4px;
    text-align: center; }
    .image-question__response img {
      width: 20px;
      margin-left: 0px;
      margin-top: 0; }
    .image-question__response--default {
      display: block;
      height: 40px; }
  .image-question__options {
    margin-top: 30px; }

@media only screen and (min-width : 561px) {}@media only screen and (min-width : 993px) {}@media (orientation: portrait) and (max-width: 800px) {
  .mobile .image-question__image {
    width: 90%; } }

@media (orientation: landscape) and (max-width: 800px) {
  .mobile .image-question {
    width: 70%; }
    .mobile .image-question__options {
      position: absolute;
      left: 5%;
      bottom: 0; } }

.embed .image-question__options {
  min-height: 60px; }

.embed .image-question__item {
  width: 46px;
  height: 46px; }
  .embed .image-question__item p {
    line-height: 17px; }

.embed .image-question__answered {
  width: 52px;
  height: 52px;
  margin-top: -4px; }
  .embed .image-question__answered p {
    font-weight: bold; }

.embed .image-question__item:hover {
  width: 52px;
  height: 52px;
  margin-top: -4px; }
  .embed .image-question__item:hover p {
    font-weight: bold; }

/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
.drag-question {
  margin-top: 2rem; }
  .drag-question--7 .drag-item-container .drag-elem {
    border: 1px solid #FFD400; }
  .drag-question--7 .open-answer-container {
    border: 2px solid #FFD400; }
  .drag-question--6 .drag-item-container .drag-elem {
    border: 1px solid #E84E49; }
  .drag-question--6 .open-answer-container {
    border: 2px solid #E84E49; }
  .drag-question--5 .drag-item-container .drag-elem {
    border: 1px solid #6F43D0; }
  .drag-question--5 .open-answer-container {
    border: 2px solid #6F43D0; }
  .drag-question--4 .drag-item-container .drag-elem {
    border: 1px solid #79C267; }
  .drag-question--4 .open-answer-container {
    border: 2px solid #79C267; }

@media only screen and (min-width : 561px) {}@media only screen and (min-width : 993px) {}/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
.circle-question {
  width: 400px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .circle-question__radial {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%; }
  .circle-question__piece {
    display: flex;
    flex: 1;
    position: relative;
    margin: 4px;
    height: 100%;
    -webkit-transition: transform 1s cubic-bezier(0, 0, 0, 1);
    -moz-transition: transform 1s cubic-bezier(0, 0, 0, 1);
    -o-transition: transform 1s cubic-bezier(0, 0, 0, 1);
    transition: transform 1s cubic-bezier(0, 0, 0, 1); }
    .circle-question__piece:hover {
      cursor: pointer; }
    .circle-question__piece--0 {
      -webkit-border-top-left-radius: 100%;
      -moz-border-radius-topleft: 100%;
      border-top-left-radius: 100%; }
      .circle-question__piece--0:hover {
        -webkit-transform: translate(-10px, -10px) scale(1.1);
        -moz-transform: translate(-10px, -10px) scale(1.1);
        -o-transform: translate(-10px, -10px) scale(1.1);
        transform: translate(-10px, -10px) scale(1.1); }
    .circle-question__piece--1 {
      -webkit-border-top-right-radius: 100%;
      -moz-border-radius-topright: 100%;
      border-top-right-radius: 100%; }
      .circle-question__piece--1:hover {
        -webkit-transform: translate(10px, -10px) scale(1.1);
        -moz-transform: translate(10px, -10px) scale(1.1);
        -o-transform: translate(10px, -10px) scale(1.1);
        transform: translate(10px, -10px) scale(1.1); }
    .circle-question__piece--2 {
      -webkit-border-bottom-left-radius: 100%;
      -moz-border-radius-bottomleft: 100%;
      border-bottom-left-radius: 100%; }
      .circle-question__piece--2:hover {
        -webkit-transform: translate(-10px, 10px) scale(1.1);
        -moz-transform: translate(-10px, 10px) scale(1.1);
        -o-transform: translate(-10px, 10px) scale(1.1);
        transform: translate(-10px, 10px) scale(1.1); }
    .circle-question__piece--3 {
      -webkit-border-bottom-right-radius: 100%;
      -moz-border-radius-bottomright: 100%;
      border-bottom-right-radius: 100%; }
      .circle-question__piece--3:hover {
        -webkit-transform: translate(10px, 10px) scale(1.1);
        -moz-transform: translate(10px, 10px) scale(1.1);
        -o-transform: translate(10px, 10px) scale(1.1);
        transform: translate(10px, 10px) scale(1.1); }
    .circle-question__piece--selected-0 {
      -webkit-border-top-left-radius: 100%;
      -moz-border-radius-topleft: 100%;
      border-top-left-radius: 100%;
      -webkit-transform: translate(-10px, -10px) scale(1.1);
      -moz-transform: translate(-10px, -10px) scale(1.1);
      -o-transform: translate(-10px, -10px) scale(1.1);
      transform: translate(-10px, -10px) scale(1.1); }
    .circle-question__piece--selected-1 {
      -webkit-border-top-right-radius: 100%;
      -moz-border-radius-topright: 100%;
      border-top-right-radius: 100%;
      -webkit-transform: translate(10px, -10px) scale(1.1);
      -moz-transform: translate(10px, -10px) scale(1.1);
      -o-transform: translate(10px, -10px) scale(1.1);
      transform: translate(10px, -10px) scale(1.1); }
    .circle-question__piece--selected-2 {
      -webkit-border-bottom-left-radius: 100%;
      -moz-border-radius-bottomleft: 100%;
      border-bottom-left-radius: 100%;
      -webkit-transform: translate(-10px, 10px) scale(1.1);
      -moz-transform: translate(-10px, 10px) scale(1.1);
      -o-transform: translate(-10px, 10px) scale(1.1);
      transform: translate(-10px, 10px) scale(1.1); }
    .circle-question__piece--selected-3 {
      -webkit-border-bottom-right-radius: 100%;
      -moz-border-radius-bottomright: 100%;
      border-bottom-right-radius: 100%;
      -webkit-transform: translate(10px, 10px) scale(1.1);
      -moz-transform: translate(10px, 10px) scale(1.1);
      -o-transform: translate(10px, 10px) scale(1.1);
      transform: translate(10px, 10px) scale(1.1); }
  .circle-question__row {
    margin: 4px;
    display: flex;
    flex: 1; }
  .circle-question__response {
    width: 20px;
    height: 20px;
    position: absolute; }
    .circle-question__response--0 {
      top: 10px;
      left: 10px; }
    .circle-question__response--1 {
      top: 10px;
      right: 10px; }
    .circle-question__response--2 {
      bottom: 10px;
      left: 10px; }
    .circle-question__response--3 {
      bottom: 10px;
      right: 10px; }

@media only screen and (min-width : 561px) {}@media only screen and (min-width : 993px) {
  .circle-question {
    margin: 25px 0; } }

@media (orientation: portrait) and (max-width: 800px) {
  .mobile .circle-question__radial {
    height: 70%;
    width: 70%;
    margin: 0 auto; } }

@media (orientation: landscape) and (max-width: 800px) {
  .mobile .circle-question {
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center; }
    .mobile .circle-question__radial {
      height: 80%;
      width: 80%;
      margin: 0 auto; }
    .mobile .circle-question__response img {
      width: 25px;
      height: 25px; } }

.embed .circle-question {
  height: 300px;
  width: 300px; }

/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
.header {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #F4F7FC;
  position: relative;
  justify-content: center;
  margin: 0 auto;
  align-items: center; }
  .header__logo--side {
    display: block;
    width: 65px; }
    .header__logo--side img {
      width: 100%;
      height: auto; }
  .header__logo img {
    height: 65px; }

@media only screen and (min-width : 561px) {
  .header {
    min-height: 90px; }
    .header__logo img {
      height: 75px; }
    .header__logo--side {
      display: block;
      width: 90px; }
      .header__logo--side img {
        width: 100%;
        height: auto; } }

@media only screen and (min-width : 993px) {
  .header {
    width: 80%; }
    .header .header__logo--side img {
      width: 90px;
      height: auto; }
    .header .social-buttons-container {
      width: 80%; } }

@media (orientation: landscape) and (max-width: 800px) {
  .mobile .header {
    min-height: 40px; } }

/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
.bullet-list {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 300px;
  height: 20px;
  margin-left: -150px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-top: 1px solid #afb5c6;
  padding: 10px; }
  .bullet-list__item {
    -webkit-transition: background-color 0.5s cubic-bezier(0, 0, 0, 1);
    -moz-transition: background-color 0.5s cubic-bezier(0, 0, 0, 1);
    -o-transition: background-color 0.5s cubic-bezier(0, 0, 0, 1);
    transition: background-color 0.5s cubic-bezier(0, 0, 0, 1);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 5px;
    background-color: #AFB5C6; }
    .bullet-list__item--active {
      background-color: #242E49; }

@media only screen and (min-width : 561px) {
  .bullet-list {
    border-top: none;
    top: 50%;
    margin-top: -150px;
    margin-left: 0px;
    left: 10px;
    height: 300px;
    width: 20px;
    flex-direction: column; } }

@media only screen and (min-width : 993px) {}@media (orientation: landscape) and (max-width: 800px) {
  .mobile .bullet-list {
    left: 48%; }
  .mobile .bullet-list:after {
    content: "";
    display: block;
    background-color: #afb5c6;
    height: 80%;
    width: 1px;
    position: absolute;
    right: 25px; } }

.embed .bullet-list {
  top: 50%;
  margin-top: -150px;
  margin-left: 0px;
  left: 10px;
  height: 300px;
  width: 20px;
  flex-direction: column; }

/*************************/
/*************************/
.axis-canvas .axis.y path.domain {
  display: none; }

.axis-canvas .axis.y g.tick line {
  stroke: #DCDCDC !important; }

.axis-canvas g.tick text {
  fill: #9B9B9B;
  font-family: "brandon-grotesque", sans-serif; }

.axis-canvas .axis.x g.tick line {
  stroke: #DCDCDC !important; }

.axis-canvas .axis.x path.domain {
  display: none; }

.axis-x-label {
  fill: #9B9B9B; }

@media only screen and (min-width : 993px) {
  .axis-canvas g.tick text {
    font-size: 14px; } }

.graph-canvas {
  height: 350px; }
  .graph-canvas svg {
    width: 100%; }

@media only screen and (min-width : 993px) {
  .graph-canvas {
    height: 350px; } }

@media only screen and (min-width : 1201px) {
  .graph-canvas {
    height: 550px; } }

.graph-tooltip-container {
  position: absolute;
  width: 65px;
  margin-left: calc(-65px / 2);
  height: 30px;
  text-align: center;
  z-index: 99999;
  line-height: 30px;
  background-color: white;
  -webkit-animation: animateBarTipElement linear .3s;
  animation: animateBarTipElement linear .3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.26);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }
  .graph-tooltip-container .tooltip-arrow {
    width: 15px;
    height: 15px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    position: absolute;
    top: 21.5px;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #7A1919;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.26); }
  .graph-tooltip-container .tooltip-arrow-shadow {
    border: none;
    background-color: white;
    width: 15px;
    height: 15px;
    left: 1px;
    top: 20.5px; }
  .graph-tooltip-container .graph-tooltip-text {
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    color: #9B9B9B;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%; }

.line-tooltip-container {
  position: absolute;
  width: 165px;
  height: auto;
  background-color: white;
  border: 1px solid #7A1919;
  font-size: 12px;
  padding: 5px; }
  .line-tooltip-container:not(.right) {
    -webkit-animation: animateLineTipElement linear .3s;
    animation: animateLineTipElement linear .3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }
  .line-tooltip-container.right {
    -webkit-animation: animateLineRightTipElement linear .3s;
    animation: animateLineRightTipElement linear .3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }
  .line-tooltip-container .graph-tooltip-text {
    color: #481010; }
    .line-tooltip-container .graph-tooltip-text > .center-title {
      text-align: center;
      font-weight: bold;
      font-size: 13px; }

.tooltip-rect-group .tooltip-line {
  stroke-dasharray: 3px;
  stroke: #7A1919; }

@keyframes animateLineTipElement {
  0% {
    opacity: 0;
    transform: translate(10px, 0px); }
  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes animateLineRightTipElement {
  0% {
    opacity: 0;
    transform: translate(-10px, 0px); }
  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes animateBarTipElement {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
.bar-group > .bar {
  fill: none; }

/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
.splash-page {
  height: 100%;
  padding: 0.4rem;
  overflow: hidden;
  background-color: #fff; }
  .splash-page__wrapper {
    background-color: #F4F7FC;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 2px 9px 0 rgba(175, 181, 198, 0.4); }
  .splash-page__copy {
    max-width: 500px; }
  .splash-page__header {
    flex: 1; }
  .splash-page__content {
    flex: 5; }
    .splash-page__content .offset-m2 p {
      color: #242E49;
      font-size: 24px;
      line-height: 28px;
      color: #242E49; }
    .splash-page__content .container {
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100%;
      justify-content: center; }
  .splash-page__footer {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0 0 1rem 1rem; }

@media only screen and (min-width : 561px) {
  .splash-page {
    background-color: #fff; }
    .splash-page__logo-wrapper {
      margin-bottom: 0px; } }

@media only screen and (min-width : 993px) {
  .splash-page {
    padding: 1rem; }
    .splash-page__wrapper {
      overflow: auto; }
    .splash-page__copy {
      max-width: 650px; }
    .splash-page__content .row {
      margin-bottom: 35px; }
    .splash-page__content .offset-m2 p {
      font-size: 22px;
      line-height: 26px; } }

.embed .splash-page {
  padding: 0.5rem; }
  .embed .splash-page__content p:first-child {
    padding: 20px 0; }

.mobile .splash-page__content .offset-m2 {
  width: 100%;
  margin-left: 0px; }

.mobile .splash-page__header {
  flex: 1; }

@media (orientation: landscape) and (max-width: 800px) {
  .mobile .splash-page .landscape__content {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .mobile .splash-page .landscape__right {
    display: flex;
    flex-direction: column;
    align-items: center; } }

/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
.content-page {
  min-height: 100vh;
  padding: 0rem;
  width: 100%;
  background-color: #fff; }
  .content-page__wrapper {
    position: relative;
    background-color: #F4F7FC;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: center;
    box-shadow: 0 2px 9px 0 rgba(175, 181, 198, 0.4); }
  .content-page__header {
    height: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #F4F7FC;
    position: relative;
    justify-content: center; }
    .content-page__header--line {
      width: 80%;
      margin: 0 auto; }
  .content-page__content {
    flex: 1;
    padding: 1.5rem;
    width: 100%;
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 470px; }
  .content-page__footer {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 1rem;
    width: 100%; }

@media only screen and (min-width : 561px) {
  .content-page__content {
    background-color: #fff;
    width: 100%; }
  .content-page__header {
    min-height: 91px; }
    .content-page__header--line {
      border-bottom: 1px solid #afb5c6; } }

@media only screen and (min-width : 993px) {
  .content-page {
    padding: 1rem;
    overflow-x: hidden; }
    .content-page__content {
      width: 600px;
      margin: 40px 0; }
    .content-page__wrapper {
      min-height: 96vh; }
    .content-page__footer {
      position: absolute;
      left: 0%;
      bottom: 0%;
      width: 15%; } }

@media (orientation: landscape) and (max-width: 800px) {
  .mobile .content-page__content {
    min-height: auto;
    background-color: #fff; } }

.embed .content-page__content {
  background-color: #fff;
  width: 98%;
  box-shadow: 0 2px 9px 0 rgba(175, 181, 198, 0.4);
  border-radius: 16px; }

/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
.how-it-works-page {
  height: 100%;
  padding: 0.4rem;
  overflow: hidden;
  background-color: #fff; }
  .how-it-works-page__copy-wrapper {
    display: flex; }
  .how-it-works-page__copy {
    max-width: 500px;
    margin: 0 auto; }
  .how-it-works-page__wrapper {
    background-color: #F4F7FC;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 2px 9px 0 rgba(175, 181, 198, 0.4);
    position: relative;
    align-items: center; }
  .how-it-works-page__header {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #F4F7FC;
    position: relative;
    justify-content: center; }
    .how-it-works-page__header--line {
      border-bottom: 1px solid #afb5c6;
      width: 80%;
      margin: 0 auto; }
  .how-it-works-page__content {
    display: flex;
    align-items: center;
    flex: 5;
    font-family: "brandon-grotesque", sans-serif;
    color: #242E49; }
    .how-it-works-page__content h1 {
      font-size: 20px;
      font-family: "brandon-grotesque", sans-serif; }
    .how-it-works-page__content .offset-m2 {
      text-align: left;
      color: #242E49;
      font-size: 24px;
      line-height: 28px;
      color: #242E49; }
    .how-it-works-page__content .container {
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100%;
      justify-content: space-evenly; }
  .how-it-works-page__footer {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0 0 1rem 1rem;
    width: 100%; }

@media only screen and (min-width : 561px) {
  .how-it-works-page__header {
    min-height: 91px; } }

@media only screen and (min-width : 993px) {
  .how-it-works-page {
    padding: 1rem; }
    .how-it-works-page__copy {
      max-width: 650px; }
    .how-it-works-page__content {
      width: 70%; }
      .how-it-works-page__content h1 {
        font-size: 30px; }
      .how-it-works-page__content .row {
        margin-bottom: 35px; }
      .how-it-works-page__content .offset-m2 {
        font-size: 22px;
        line-height: 26px; } }

.embed .how-it-works-page {
  padding: 0.5rem; }

.mobile .how-it-works-page .offset-m2 {
  width: 100%;
  margin-left: 0px; }

@media (orientation: landscape) and (max-width: 800px) {
  .mobile .how-it-works-page__copy {
    max-width: 560px; }
  .mobile .how-it-works-page__header--line {
    min-height: 70px; } }

/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
.thank-you-page {
  height: 100vh;
  background-color: #fff; }
  .thank-you-page__wrapper {
    background-color: #F4F7FC;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    box-shadow: 0 2px 9px 0 rgba(175, 181, 198, 0.4); }
  .thank-you-page__header {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #F4F7FC;
    position: relative;
    justify-content: center; }
    .thank-you-page__header--line {
      border-bottom: 1px solid #afb5c6;
      width: 80%;
      margin: 0 auto; }
  .thank-you-page__content {
    flex: 5;
    position: relative;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    align-content: center; }
  .thank-you-page__footer {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0 0 1rem 1rem; }

@media only screen and (min-width : 561px) {
  .thank-you-page__content {
    background-color: #fff;
    width: 100%; }
  .thank-you-page__header {
    min-height: 91px; } }

@media only screen and (min-width : 993px) {
  .thank-you-page {
    padding: 1rem; }
    .thank-you-page__content {
      width: 600px; } }

@media (orientation: portrait) and (max-width: 800px) {
  .mobile .thank-you-page__content {
    background-color: #fff;
    width: 90%;
    box-shadow: 0 2px 9px 0 rgba(175, 181, 198, 0.4);
    border-radius: 16px; } }

@media (orientation: landscape) and (max-width: 800px) {
  .mobile .thank-you-page__content {
    background-color: #fff;
    margin-top: 0; } }

.embed .thank-you-page__content {
  background-color: #fff;
  width: 90%;
  box-shadow: 0 2px 9px 0 rgba(175, 181, 198, 0.4);
  border-radius: 16px; }

/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
/*************************/
.results-page {
  height: 100vh;
  background-color: #fff; }
  .results-page__wrapper {
    background-color: #F4F7FC;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    box-shadow: 0 2px 9px 0 rgba(175, 181, 198, 0.4); }
  .results-page__header {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #F4F7FC;
    position: relative;
    justify-content: center; }
    .results-page__header--line {
      border-bottom: 1px solid #afb5c6;
      width: 80%;
      margin: 0 auto; }
  .results-page__title {
    font-size: 30px;
    font-weight: bold; }
  .results-page__content {
    flex: 5;
    position: relative;
    margin: 5% 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    align-content: center; }
  .results-page__footer {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0 0 1rem 1rem; }
  .results-page__bar-graph {
    width: 80%; }
  .results-page__content-item {
    padding: 1rem; }
    .results-page__content-item .button {
      margin: 0 1rem; }
    .results-page__content-item--score {
      width: 80%; }
  .results-page__content-title {
    text-transform: uppercase; }
  .results-page__content-fm {
    margin-bottom: 1rem; }
  .results-page__icon {
    font-size: 28px; }
  .results-page__button {
    border: 1px solid #242E49;
    background-color: #F4F7FC !important; }
    .results-page__button:hover {
      background-color: white !important; }
      .results-page__button:hover .button__label {
        color: #242E49 !important; }
    .results-page__button .button__label {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      color: #242E49; }
      .results-page__button .button__label span {
        margin-left: 7px; }

@media only screen and (min-width : 561px) {
  .results-page__content {
    background-color: #fff;
    width: 100%; }
  .results-page__header {
    min-height: 91px; } }

@media only screen and (min-width : 993px) {
  .results-page {
    padding: 1rem; }
    .results-page__content {
      width: 600px; }
    .results-page__bar-graph {
      max-width: 800px; } }

@media (orientation: landscape) and (max-width: 800px) {
  .mobile .results-page {
    min-height: 100vh; }
    .mobile .results-page__wrapper {
      height: auto; } }

.mobile .results-page__content {
  background-color: #fff;
  width: 90%;
  box-shadow: 0 2px 9px 0 rgba(175, 181, 198, 0.4);
  border-radius: 16px; }

.embed .results-page__content {
  background-color: #fff;
  width: 90%;
  box-shadow: 0 2px 9px 0 rgba(175, 181, 198, 0.4);
  border-radius: 16px; }

/*************************/
/*************************/

/*# sourceMappingURL=main.scss.map */