/*
 * Normalize
 */
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * 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 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*
 * Base
 */
/*
 * Global
 */
/*
 * Definitions
 */
/*
 * Root Size
 */
:root {
  font-size: 10px;
}
/*
 * Definitions
 */
/*
 * Body
 */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
}
body {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #555;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  background: #FFFFFF;
  height: 100%;
}
/*
 * Colors
 */
.black {
  background: #000000;
}
.yellow {
  background: #FFCD00;
}
.brown {
  background: #AD5E03;
}
.blue {
  background: #0063A3;
}
.red {
  background: #DA0000;
}
.pink {
  background: #F36CF3;
}
.purple {
  background: #660199;
}
.green {
  background: #81B51C;
}
.teal {
  background: #3E888E;
}
/*
 * Fonts
 */
@font-face {
  font-family: 'barlow';
  src: url('/assets/fonts/barlow/BarlowSemiCondensed-Regular.eot');
  src: url('/assets/fonts/barlow/BarlowSemiCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/barlow/BarlowSemiCondensed-Regular.svg#icon') format('svg'), url('/assets/fonts/barlow/BarlowSemiCondensed-Regular.woff') format('woff'), url('/assets/fonts/barlow/BarlowSemiCondensed-Regular.ttf') format('truetype'), url('/assets/fonts/barlow/BarlowSemiCondensed-Regular.svg#icon') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'barlow';
  src: url('/assets/fonts/barlow/BarlowSemiCondensed-Medium.eot');
  src: url('/assets/fonts/barlow/BarlowSemiCondensed-Medium.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/barlow/BarlowSemiCondensed-Medium.svg#icon') format('svg'), url('/assets/fonts/barlow/BarlowSemiCondensed-Medium.woff') format('woff'), url('/assets/fonts/barlow/BarlowSemiCondensed-Medium.ttf') format('truetype'), url('/assets/fonts/barlow/BarlowSemiCondensed-Medium.svg#icon') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'barlow';
  src: url('/assets/fonts/barlow/BarlowSemiCondensed-SemiBold.eot');
  src: url('/assets/fonts/barlow/BarlowSemiCondensed-SemiBold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/barlow/BarlowSemiCondensed-SemiBold.svg#icon') format('svg'), url('/assets/fonts/barlow/BarlowSemiCondensed-SemiBold.woff') format('woff'), url('/assets/fonts/barlow/BarlowSemiCondensed-SemiBold.ttf') format('truetype'), url('/assets/fonts/barlow/BarlowSemiCondensed-SemiBold.svg#icon') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'barlow';
  src: url('/assets/fonts/barlow/BarlowSemiCondensed-Bold.eot');
  src: url('/assets/fonts/barlow/BarlowSemiCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/barlow/BarlowSemiCondensed-Bold.svg#icon') format('svg'), url('/assets/fonts/barlow/BarlowSemiCondensed-Bold.woff') format('woff'), url('/assets/fonts/barlow/BarlowSemiCondensed-Bold.ttf') format('truetype'), url('/assets/fonts/barlow/BarlowSemiCondensed-Bold.svg#icon') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'fabrika';
  src: url('/assets/fonts/fabrika/fabrika.eot');
  src: url('/assets/fonts/fabrika/fabrika.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/fabrika/fabrika.svg#icon') format('svg'), url('/assets/fonts/fabrika/fabrika.woff') format('woff'), url('/assets/fonts/fabrika/fabrika.ttf') format('truetype'), url('/assets/fonts/fabrika/fabrika.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 * Definitions
 */
/*
 * Link
 */
a {
  color: #FF5C39;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  cursor: pointer;
}
a:not(.button):hover,
a:not(.button):focus {
  color: #000000;
  text-decoration: none;
}
/*
 * Definitions
 */
/*
 * Image
 */
img {
  vertical-align: bottom;
}
img.rounded {
  border-radius: 8px;
}
img.circle {
  border-radius: 50%;
}
img.responsive {
  width: 100%;
  height: auto;
}
/*
 * Breakpoints
 */
/*
 * Media Queries
 */
/*
 * Definitions
 */
/*
 * Print
 */
@page {
  size: A4;
  margin: 1.5cm 2cm;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: '("attr(href)")';
  }
  a[href^="#"]:after {
    content: '';
  }
  abbr[title]:after {
    content: '("attr(title)")';
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  table {
    border-collapse: collapse !important;
  }
  table td,
  table th {
    background-color: #FFFFFF !important;
  }
}
/*
 * Typography
 */
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
dl:first-child,
dd:first-child,
dt:first-child,
ul > li:first-child,
ol > li:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
dl:last-child,
dd:last-child,
dt:last-child,
ul > li:last-child,
ol > li:last-child {
  margin-bottom: 0;
}
/*
 * Definitions
 */
/*
 * Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em 0;
  padding: 0;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #333;
  line-height: 1.35;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.6em;
  color: #555;
}
h1 {
  font-size: 3.2rem;
}
h2 {
  font-size: 2.4rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.8rem;
}
h5 {
  font-size: 1.6rem;
}
h6 {
  font-size: 1.4rem;
}
/*
 * Definitions
 */
/*
 * Paragraph
 */
p {
  margin: 2rem 0;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #555;
  line-height: 1.5;
}
/*
 * Definitions
 */
/*
 * Lead
 */
.lead {
  margin: 0 0 2rem 0;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: #555;
  line-height: 1.5;
}
/*
 * Definitions
 */
/*
 * Strong
 */
strong {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
/*
 * Definitions
 */
/*
 * Emphasis
 */
em {
  font-style: italic;
}
/*
 * Definitions
 */
/*
 * Horizontal Rule
 */
hr {
  clear: both;
  margin: 1rem auto;
  border: 0;
  height: 1px;
  background: #E7E7E7;
}
/*
 * Definitions
 */
/*
 * Blockquote
 */
blockquote {
  margin: 3rem 0;
  padding: 0 2rem;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.5;
  color: #555;
}
blockquote p {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
}
blockquote cite {
  display: block;
  margin: 1rem 0;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  color: #555;
  text-align: left;
}
/*
 * Definitions
 */
/*
 * Pullout
 */
.pullout {
  margin: 3rem 0;
  padding: 0 2rem;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: #555;
  border: solid #FF5C39;
  border-width: 0 0 0 0.4rem;
}
/*
 * Definitions
 */
/*
 * Lists
 */
ul,
ol {
  margin: 2rem 0;
  padding: 0;
}
ul li,
ol li {
  margin: 1rem 0 1rem 2rem;
  padding: 0 0 0 0.5rem;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #555;
  line-height: 1.5;
}
ul li ul,
ol li ul {
  margin: 1rem 0;
  padding: 0;
}
ul li ul li,
ol li ul li {
  margin: 1rem 0 1rem 2rem;
}
ul {
  list-style: disc;
}
ul li ul {
  list-style: disc;
}
.list-unstyled {
  list-style: none;
}
.list-unstyled li {
  margin-left: 0;
}
.list-inline li {
  display: inline-block;
}
/*
 * Definitions
 */
/*
 * Definition List
 */
dl {
  margin: 2rem 0;
  padding: 0;
}
dt {
  margin: 1rem 0;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #555;
}
dd {
  margin: 0 0 2rem 0;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #555;
}
/*
 * Definitions
 */
/*
 * Code
 */
code {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-weight: normal;
  font-size: 1.2rem;
  color: #8B008B;
}
/*
 * Definitions
 */
/*
 * Code
 */
pre {
  margin: 2rem 0;
  padding: 1rem;
  overflow: auto;
  color: #555;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  background: #FAFAFC;
  border: 1px solid #E7E7E7;
}
pre code {
  color: #8B008B;
}
/*
 * Definitions
 */
/*
 * Kbd
 */
kbd {
  margin: 0 0.5rem;
  padding: 0.4rem;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-weight: normal;
  font-size: 1.2rem;
  color: #8B008B;
  background: #FAFAFC;
  border: 1px solid #E7E7E7;
}
/*
 * Definitions
 */
/*
 * mark
 */
mark {
  margin: 0;
  padding: 0.3rem 0.6rem;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #555;
  background: yellow;
  border: none;
  border-radius: 4px;
}
mark.error {
  color: #FFFFFF;
  background: #D91E18;
  border: none;
}
mark.warning {
  color: #FFFFFF;
  background: #FF4500;
  border: none;
}
mark.success {
  color: #FFFFFF;
  background: #00AA00;
  border: none;
}
mark.info {
  color: #FFFFFF;
  background: #1E90FF;
  border: none;
}
/*
 * Grid
 */
/*
 * Definitions
 */
main {
  width: 100vw;
}
/*
 * Container
 */
.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  *zoom: 1;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 1680px) {
  .container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 1440px;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 1280px;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 1024px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 100%;
  }
}
.container-survey {
  max-width: 31rem;
  margin: auto;
}
@media (min-width: 768px) {
  .container-survey {
    max-width: 70rem;
  }
}
/*
 * Row
 */
.row {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  *zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1680px) {
  .row {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
  .row.no-gutter-xlarge {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .row {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
  .row.no-gutter-large {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .row {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
  .row.no-gutter-medium {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .row {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
  .row.no-gutter-small {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .row {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
  .row.no-gutter-xsmall {
    margin-left: 0;
    margin-right: 0;
  }
}
/*
 * Definitions
 */
/*
 * Gutter
 */
.no-gutter {
  padding: 0 !important;
}
.gutter-top {
  padding-top: 3.2rem !important;
}
.gutter-bottom {
  padding-bottom: 3.2rem !important;
}
.gutter-left {
  padding-left: 1.6rem !important;
}
.gutter-right {
  padding-right: 1.6rem !important;
}
@media (min-width: 1680px) {
  .no-gutter-xlarge {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 3.2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 3.2rem !important;
  }
  .gutter-left {
    padding-left: 1.6rem !important;
  }
  .gutter-right {
    padding-right: 1.6rem !important;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .no-gutter-large {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 3.2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 3.2rem !important;
  }
  .gutter-left {
    padding-left: 1.6rem !important;
  }
  .gutter-right {
    padding-right: 1.6rem !important;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .no-gutter-medium {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 3.2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 3.2rem !important;
  }
  .gutter-left {
    padding-left: 1.6rem !important;
  }
  .gutter-right {
    padding-right: 1.6rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .no-gutter-small {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 3.2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 3.2rem !important;
  }
  .gutter-left {
    padding-left: 1.6rem !important;
  }
  .gutter-right {
    padding-right: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  .no-gutter-xsmall {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 3.2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 3.2rem !important;
  }
  .gutter-left {
    padding-left: 1.6rem !important;
  }
  .gutter-right {
    padding-right: 1.6rem !important;
  }
}
/*
 * Definitions
 */
/*
 * Columns
 */
[class*='column-'] {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
[class*='column-'].column-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1680px) {
  [class*='column-'] {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  [class*='column-'] {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  [class*='column-'] {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  [class*='column-'] {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media (max-width: 767px) {
  [class*='column-'] {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
/*
 * Column Classes
 */
.column-1 {
  width: 100%;
}
.column-1-2,
.column-2-4,
.column-3-6,
.column-4-8,
.column-5-10,
.column-6-12 {
  width: 50%;
}
.column-1-3,
.column-2-6,
.column-3-9,
.column-4-12 {
  width: 33.3333%;
}
.column-2-3,
.column-4-6,
.column-6-9,
.column-8-12 {
  width: 66.6666%;
}
.column-1-4,
.column-2-8,
.column-3-12 {
  width: 25%;
}
.column-3-4,
.column-6-8,
.column-9-12 {
  width: 75%;
}
.column-1-5,
.column-2-10 {
  width: 20%;
}
.column-2-5,
.column-4-10 {
  width: 40%;
}
.column-3-5,
.column-6-10 {
  width: 60%;
}
.column-4-5,
.column-8-10 {
  width: 80%;
}
.column-1-6,
.column-2-12 {
  width: 16.6667%;
}
.column-5-6 {
  width: 83.3335%;
}
.column-1-7 {
  width: 14.2857%;
}
.column-2-7 {
  width: 28.5714%;
}
.column-3-7 {
  width: 42.8571%;
}
.column-4-7 {
  width: 57.1428%;
}
.column-5-7 {
  width: 71.4285%;
}
.column-6-7 {
  width: 85.7142%;
}
.column-1-8 {
  width: 12.5%;
}
.column-3-8 {
  width: 37.5%;
}
.column-5-8 {
  width: 62.5%;
}
.column-7-8 {
  width: 87.5%;
}
.column-1-9 {
  width: 11.1111%;
}
.column-2-9 {
  width: 22.2222%;
}
.column-4-9 {
  width: 44.4444%;
}
.column-5-9 {
  width: 55.5555%;
}
.column-7-9 {
  width: 77.7777%;
}
.column-8-9 {
  width: 88.8888%;
}
.column-1-10 {
  width: 10%;
}
.column-3-10 {
  width: 30%;
}
.column-7-10 {
  width: 70%;
}
.column-9-10 {
  width: 90%;
}
.column-1-11 {
  width: 9.0909%;
}
.column-2-11 {
  width: 18.1818%;
}
.column-3-11 {
  width: 27.2727%;
}
.column-4-11 {
  width: 36.3636%;
}
.column-5-11 {
  width: 45.4545%;
}
.column-6-11 {
  width: 54.5454%;
}
.column-7-11 {
  width: 63.6363%;
}
.column-8-11 {
  width: 72.7272%;
}
.column-9-11 {
  width: 81.8181%;
}
.column-10-11 {
  width: 90.909%;
}
.column-1-12 {
  width: 8.3333%;
}
.column-5-12 {
  width: 41.6665%;
}
.column-7-12 {
  width: 58.3331%;
}
.column-10-12 {
  width: 83.333%;
}
.column-11-12 {
  width: 91.6663%;
}
/*
 * Column Extra Large Classes
 */
@media (min-width: 1680px) {
  .column-xlarge-1 {
    width: 100%;
  }
  .column-xlarge-1-2,
  .column-xlarge-2-4,
  .column-xlarge-3-6,
  .column-xlarge-4-8,
  .column-xlarge-5-10,
  .column-xlarge-6-12 {
    width: 50%;
  }
  .column-xlarge-1-3,
  .column-xlarge-2-6,
  .column-xlarge-3-9,
  .column-xlarge-4-12 {
    width: 33.3333%;
  }
  .column-xlarge-2-3,
  .column-xlarge-4-6,
  .column-xlarge-6-9,
  .column-xlarge-8-12 {
    width: 66.6666%;
  }
  .column-xlarge-1-4,
  .column-xlarge-2-8,
  .column-xlarge-3-12 {
    width: 25%;
  }
  .column-xlarge-3-4,
  .column-xlarge-6-8,
  .column-xlarge-9-12 {
    width: 75%;
  }
  .column-xlarge-1-5,
  .column-xlarge-2-10 {
    width: 20%;
  }
  .column-xlarge-2-5,
  .column-xlarge-4-10 {
    width: 40%;
  }
  .column-xlarge-3-5,
  .column-xlarge-6-10 {
    width: 60%;
  }
  .column-xlarge-4-5,
  .column-xlarge-8-10 {
    width: 80%;
  }
  .column-xlarge-1-6,
  .column-xlarge-2-12 {
    width: 16.6667%;
  }
  .column-xlarge-5-6 {
    width: 83.3335%;
  }
  .column-xlarge-1-7 {
    width: 14.2857%;
  }
  .column-xlarge-2-7 {
    width: 28.5714%;
  }
  .column-xlarge-3-7 {
    width: 42.8571%;
  }
  .column-xlarge-4-7 {
    width: 57.1428%;
  }
  .column-xlarge-5-7 {
    width: 71.4285%;
  }
  .column-xlarge-6-7 {
    width: 85.7142%;
  }
  .column-xlarge-1-8 {
    width: 12.5%;
  }
  .column-xlarge-3-8 {
    width: 37.5%;
  }
  .column-xlarge-5-8 {
    width: 62.5%;
  }
  .column-xlarge-7-8 {
    width: 87.5%;
  }
  .column-xlarge-1-9 {
    width: 11.1111%;
  }
  .column-xlarge-2-9 {
    width: 22.2222%;
  }
  .column-xlarge-4-9 {
    width: 44.4444%;
  }
  .column-xlarge-5-9 {
    width: 55.5555%;
  }
  .column-xlarge-7-9 {
    width: 77.7777%;
  }
  .column-xlarge-8-9 {
    width: 88.8888%;
  }
  .column-xlarge-1-10 {
    width: 10%;
  }
  .column-xlarge-3-10 {
    width: 30%;
  }
  .column-xlarge-7-10 {
    width: 70%;
  }
  .column-xlarge-9-10 {
    width: 90%;
  }
  .column-xlarge-1-11 {
    width: 9.0909%;
  }
  .column-xlarge-2-11 {
    width: 18.1818%;
  }
  .column-xlarge-3-11 {
    width: 27.2727%;
  }
  .column-xlarge-4-11 {
    width: 36.3636%;
  }
  .column-xlarge-5-11 {
    width: 45.4545%;
  }
  .column-xlarge-6-11 {
    width: 54.5454%;
  }
  .column-xlarge-7-11 {
    width: 63.6363%;
  }
  .column-xlarge-8-11 {
    width: 72.7272%;
  }
  .column-xlarge-9-11 {
    width: 81.8181%;
  }
  .column-xlarge-10-11 {
    width: 90.909%;
  }
  .column-xlarge-1-12 {
    width: 8.3333%;
  }
  .column-xlarge-5-12 {
    width: 41.6665%;
  }
  .column-xlarge-7-12 {
    width: 58.3331%;
  }
  .column-xlarge-10-12 {
    width: 83.333%;
  }
  .column-xlarge-11-12 {
    width: 91.6663%;
  }
}
/*
 * Column Large Classes
 */
@media (min-width: 1280px) and (max-width: 1679px) {
  .column-large-1 {
    width: 100%;
  }
  .column-large-1-2,
  .column-large-2-4,
  .column-large-3-6,
  .column-large-4-8,
  .column-large-5-10,
  .column-large-6-12 {
    width: 50%;
  }
  .column-large-1-3,
  .column-large-2-6,
  .column-large-3-9,
  .column-large-4-12 {
    width: 33.3333%;
  }
  .column-large-2-3,
  .column-large-4-6,
  .column-large-6-9,
  .column-large-8-12 {
    width: 66.6666%;
  }
  .column-large-1-4,
  .column-large-2-8,
  .column-large-3-12 {
    width: 25%;
  }
  .column-large-3-4,
  .column-large-6-8,
  .column-large-9-12 {
    width: 75%;
  }
  .column-large-1-5,
  .column-large-2-10 {
    width: 20%;
  }
  .column-large-2-5,
  .column-large-4-10 {
    width: 40%;
  }
  .column-large-3-5,
  .column-large-6-10 {
    width: 60%;
  }
  .column-large-4-5,
  .column-large-8-10 {
    width: 80%;
  }
  .column-large-1-6,
  .column-large-2-12 {
    width: 16.6667%;
  }
  .column-large-5-6 {
    width: 83.3335%;
  }
  .column-large-1-7 {
    width: 14.2857%;
  }
  .column-large-2-7 {
    width: 28.5714%;
  }
  .column-large-3-7 {
    width: 42.8571%;
  }
  .column-large-4-7 {
    width: 57.1428%;
  }
  .column-large-5-7 {
    width: 71.4285%;
  }
  .column-large-6-7 {
    width: 85.7142%;
  }
  .column-large-1-8 {
    width: 12.5%;
  }
  .column-large-3-8 {
    width: 37.5%;
  }
  .column-large-5-8 {
    width: 62.5%;
  }
  .column-large-7-8 {
    width: 87.5%;
  }
  .column-large-1-9 {
    width: 11.1111%;
  }
  .column-large-2-9 {
    width: 22.2222%;
  }
  .column-large-4-9 {
    width: 44.4444%;
  }
  .column-large-5-9 {
    width: 55.5555%;
  }
  .column-large-7-9 {
    width: 77.7777%;
  }
  .column-large-8-9 {
    width: 88.8888%;
  }
  .column-large-1-10 {
    width: 10%;
  }
  .column-large-3-10 {
    width: 30%;
  }
  .column-large-7-10 {
    width: 70%;
  }
  .column-large-9-10 {
    width: 90%;
  }
  .column-large-1-11 {
    width: 9.0909%;
  }
  .column-large-2-11 {
    width: 18.1818%;
  }
  .column-large-3-11 {
    width: 27.2727%;
  }
  .column-large-4-11 {
    width: 36.3636%;
  }
  .column-large-5-11 {
    width: 45.4545%;
  }
  .column-large-6-11 {
    width: 54.5454%;
  }
  .column-large-7-11 {
    width: 63.6363%;
  }
  .column-large-8-11 {
    width: 72.7272%;
  }
  .column-large-9-11 {
    width: 81.8181%;
  }
  .column-large-10-11 {
    width: 90.909%;
  }
  .column-large-1-12 {
    width: 8.3333%;
  }
  .column-large-5-12 {
    width: 41.6665%;
  }
  .column-large-7-12 {
    width: 58.3331%;
  }
  .column-large-10-12 {
    width: 83.333%;
  }
  .column-large-11-12 {
    width: 91.6663%;
  }
}
/*
 * Column Medium Classes
 */
@media (min-width: 1025px) and (max-width: 1279px) {
  .column-medium-1 {
    width: 100%;
  }
  .column-medium-1-2,
  .column-medium-2-4,
  .column-medium-3-6,
  .column-medium-4-8,
  .column-medium-5-10,
  .column-medium-6-12 {
    width: 50%;
  }
  .column-medium-1-3,
  .column-medium-2-6,
  .column-medium-3-9,
  .column-medium-4-12 {
    width: 33.3333%;
  }
  .column-medium-2-3,
  .column-medium-4-6,
  .column-medium-6-9,
  .column-medium-8-12 {
    width: 66.6666%;
  }
  .column-medium-1-4,
  .column-medium-2-8,
  .column-medium-3-12 {
    width: 25%;
  }
  .column-medium-3-4,
  .column-medium-6-8,
  .column-medium-9-12 {
    width: 75%;
  }
  .column-medium-1-5,
  .column-medium-2-10 {
    width: 20%;
  }
  .column-medium-2-5,
  .column-medium-4-10 {
    width: 40%;
  }
  .column-medium-3-5,
  .column-medium-6-10 {
    width: 60%;
  }
  .column-medium-4-5,
  .column-medium-8-10 {
    width: 80%;
  }
  .column-medium-1-6,
  .column-medium-2-12 {
    width: 16.6667%;
  }
  .column-medium-5-6 {
    width: 83.3335%;
  }
  .column-medium-1-7 {
    width: 14.2857%;
  }
  .column-medium-2-7 {
    width: 28.5714%;
  }
  .column-medium-3-7 {
    width: 42.8571%;
  }
  .column-medium-4-7 {
    width: 57.1428%;
  }
  .column-medium-5-7 {
    width: 71.4285%;
  }
  .column-medium-6-7 {
    width: 85.7142%;
  }
  .column-medium-1-8 {
    width: 12.5%;
  }
  .column-medium-3-8 {
    width: 37.5%;
  }
  .column-medium-5-8 {
    width: 62.5%;
  }
  .column-medium-7-8 {
    width: 87.5%;
  }
  .column-medium-1-9 {
    width: 11.1111%;
  }
  .column-medium-2-9 {
    width: 22.2222%;
  }
  .column-medium-4-9 {
    width: 44.4444%;
  }
  .column-medium-5-9 {
    width: 55.5555%;
  }
  .column-medium-7-9 {
    width: 77.7777%;
  }
  .column-medium-8-9 {
    width: 88.8888%;
  }
  .column-medium-1-10 {
    width: 10%;
  }
  .column-medium-3-10 {
    width: 30%;
  }
  .column-medium-7-10 {
    width: 70%;
  }
  .column-medium-9-10 {
    width: 90%;
  }
  .column-medium-1-11 {
    width: 9.0909%;
  }
  .column-medium-2-11 {
    width: 18.1818%;
  }
  .column-medium-3-11 {
    width: 27.2727%;
  }
  .column-medium-4-11 {
    width: 36.3636%;
  }
  .column-medium-5-11 {
    width: 45.4545%;
  }
  .column-medium-6-11 {
    width: 54.5454%;
  }
  .column-medium-7-11 {
    width: 63.6363%;
  }
  .column-medium-8-11 {
    width: 72.7272%;
  }
  .column-medium-9-11 {
    width: 81.8181%;
  }
  .column-medium-10-11 {
    width: 90.909%;
  }
  .column-medium-1-12 {
    width: 8.3333%;
  }
  .column-medium-5-12 {
    width: 41.6665%;
  }
  .column-medium-7-12 {
    width: 58.3331%;
  }
  .column-medium-10-12 {
    width: 83.333%;
  }
  .column-medium-11-12 {
    width: 91.6663%;
  }
}
/*
 * Column Small Classes
 */
@media (min-width: 768px) and (max-width: 1024px) {
  .column-small-1 {
    width: 100%;
  }
  .column-small-1-2,
  .column-small-2-4,
  .column-small-3-6,
  .column-small-4-8,
  .column-small-5-10,
  .column-small-6-12 {
    width: 50%;
  }
  .column-small-1-3,
  .column-small-2-6,
  .column-small-3-9,
  .column-small-4-12 {
    width: 33.3333%;
  }
  .column-small-2-3,
  .column-small-4-6,
  .column-small-6-9,
  .column-small-8-12 {
    width: 66.6666%;
  }
  .column-small-1-4,
  .column-small-2-8,
  .column-small-3-12 {
    width: 25%;
  }
  .column-small-3-4,
  .column-small-6-8,
  .column-small-9-12 {
    width: 75%;
  }
  .column-small-1-5,
  .column-small-2-10 {
    width: 20%;
  }
  .column-small-2-5,
  .column-small-4-10 {
    width: 40%;
  }
  .column-small-3-5,
  .column-small-6-10 {
    width: 60%;
  }
  .column-small-4-5,
  .column-small-8-10 {
    width: 80%;
  }
  .column-small-1-6,
  .column-small-2-12 {
    width: 16.6667%;
  }
  .column-small-5-6 {
    width: 83.3335%;
  }
  .column-small-1-7 {
    width: 14.2857%;
  }
  .column-small-2-7 {
    width: 28.5714%;
  }
  .column-small-3-7 {
    width: 42.8571%;
  }
  .column-small-4-7 {
    width: 57.1428%;
  }
  .column-small-5-7 {
    width: 71.4285%;
  }
  .column-small-6-7 {
    width: 85.7142%;
  }
  .column-small-1-8 {
    width: 12.5%;
  }
  .column-small-3-8 {
    width: 37.5%;
  }
  .column-small-5-8 {
    width: 62.5%;
  }
  .column-small-7-8 {
    width: 87.5%;
  }
  .column-small-1-9 {
    width: 11.1111%;
  }
  .column-small-2-9 {
    width: 22.2222%;
  }
  .column-small-4-9 {
    width: 44.4444%;
  }
  .column-small-5-9 {
    width: 55.5555%;
  }
  .column-small-7-9 {
    width: 77.7777%;
  }
  .column-small-8-9 {
    width: 88.8888%;
  }
  .column-small-1-10 {
    width: 10%;
  }
  .column-small-3-10 {
    width: 30%;
  }
  .column-small-7-10 {
    width: 70%;
  }
  .column-small-9-10 {
    width: 90%;
  }
  .column-small-1-11 {
    width: 9.0909%;
  }
  .column-small-2-11 {
    width: 18.1818%;
  }
  .column-small-3-11 {
    width: 27.2727%;
  }
  .column-small-4-11 {
    width: 36.3636%;
  }
  .column-small-5-11 {
    width: 45.4545%;
  }
  .column-small-6-11 {
    width: 54.5454%;
  }
  .column-small-7-11 {
    width: 63.6363%;
  }
  .column-small-8-11 {
    width: 72.7272%;
  }
  .column-small-9-11 {
    width: 81.8181%;
  }
  .column-small-10-11 {
    width: 90.909%;
  }
  .column-small-1-12 {
    width: 8.3333%;
  }
  .column-small-5-12 {
    width: 41.6665%;
  }
  .column-small-7-12 {
    width: 58.3331%;
  }
  .column-small-10-12 {
    width: 83.333%;
  }
  .column-small-11-12 {
    width: 91.6663%;
  }
}
/*
 * Column Extra Small Classes
 */
@media (max-width: 767px) {
  [class*='column-'] {
    width: 100%;
  }
  .column-xsmall-1 {
    width: 100%;
  }
  .column-xsmall-1-2,
  .column-xsmall-2-4,
  .column-xsmall-3-6,
  .column-xsmall-4-8,
  .column-xsmall-5-10,
  .column-xsmall-6-12 {
    width: 50%;
  }
  .column-xsmall-1-3,
  .column-xsmall-2-6,
  .column-xsmall-3-9,
  .column-xsmall-4-12 {
    width: 33.3333%;
  }
  .column-xsmall-2-3,
  .column-xsmall-4-6,
  .column-xsmall-6-9,
  .column-xsmall-8-12 {
    width: 66.6666%;
  }
  .column-xsmall-1-4,
  .column-xsmall-2-8,
  .column-xsmall-3-12 {
    width: 25%;
  }
  .column-xsmall-3-4,
  .column-xsmall-6-8,
  .column-xsmall-9-12 {
    width: 75%;
  }
  .column-xsmall-1-5,
  .column-xsmall-2-10 {
    width: 20%;
  }
  .column-xsmall-2-5,
  .column-xsmall-4-10 {
    width: 40%;
  }
  .column-xsmall-3-5,
  .column-xsmall-6-10 {
    width: 60%;
  }
  .column-xsmall-4-5,
  .column-xsmall-8-10 {
    width: 80%;
  }
  .column-xsmall-1-6,
  .column-xsmall-2-12 {
    width: 16.6667%;
  }
  .column-xsmall-5-6 {
    width: 83.3335%;
  }
  .column-xsmall-1-7 {
    width: 14.2857%;
  }
  .column-xsmall-2-7 {
    width: 28.5714%;
  }
  .column-xsmall-3-7 {
    width: 42.8571%;
  }
  .column-xsmall-4-7 {
    width: 57.1428%;
  }
  .column-xsmall-5-7 {
    width: 71.4285%;
  }
  .column-xsmall-6-7 {
    width: 85.7142%;
  }
  .column-xsmall-1-8 {
    width: 12.5%;
  }
  .column-xsmall-3-8 {
    width: 37.5%;
  }
  .column-xsmall-5-8 {
    width: 62.5%;
  }
  .column-xsmall-7-8 {
    width: 87.5%;
  }
  .column-xsmall-1-9 {
    width: 11.1111%;
  }
  .column-xsmall-2-9 {
    width: 22.2222%;
  }
  .column-xsmall-4-9 {
    width: 44.4444%;
  }
  .column-xsmall-5-9 {
    width: 55.5555%;
  }
  .column-xsmall-7-9 {
    width: 77.7777%;
  }
  .column-xsmall-8-9 {
    width: 88.8888%;
  }
  .column-xsmall-1-10 {
    width: 10%;
  }
  .column-xsmall-3-10 {
    width: 30%;
  }
  .column-xsmall-7-10 {
    width: 70%;
  }
  .column-xsmall-9-10 {
    width: 90%;
  }
  .column-xsmall-1-11 {
    width: 9.0909%;
  }
  .column-xsmall-2-11 {
    width: 18.1818%;
  }
  .column-xsmall-3-11 {
    width: 27.2727%;
  }
  .column-xsmall-4-11 {
    width: 36.3636%;
  }
  .column-xsmall-5-11 {
    width: 45.4545%;
  }
  .column-xsmall-6-11 {
    width: 54.5454%;
  }
  .column-xsmall-7-11 {
    width: 63.6363%;
  }
  .column-xsmall-8-11 {
    width: 72.7272%;
  }
  .column-xsmall-9-11 {
    width: 81.8181%;
  }
  .column-xsmall-10-11 {
    width: 90.909%;
  }
  .column-xsmall-1-12 {
    width: 8.3333%;
  }
  .column-xsmall-5-12 {
    width: 41.6665%;
  }
  .column-xsmall-7-12 {
    width: 58.3331%;
  }
  .column-xsmall-10-12 {
    width: 83.333%;
  }
  .column-xsmall-11-12 {
    width: 91.6663%;
  }
}
/*
 * Column Offset Classes
 */
.column-offset-1 {
  margin-left: 100%;
}
.column-offset-1-2,
.column-offset-2-4,
.column-offset-3-6,
.column-offset-4-8,
.column-offset-5-10,
.column-offset-6-12 {
  margin-left: 50%;
}
.column-offset-1-3,
.column-offset-2-6,
.column-offset-3-9,
.column-offset-4-12 {
  margin-left: 33.3333%;
}
.column-offset-2-3,
.column-offset-4-6,
.column-offset-6-9,
.column-offset-8-12 {
  margin-left: 66.6666%;
}
.column-offset-1-4,
.column-offset-2-8,
.column-offset-3-12 {
  margin-left: 25%;
}
.column-offset-3-4,
.column-offset-6-8,
.column-offset-9-12 {
  margin-left: 75%;
}
.column-offset-1-5,
.column-offset-2-10 {
  margin-left: 20%;
}
.column-offset-2-5,
.column-offset-4-10 {
  margin-left: 40%;
}
.column-offset-3-5,
.column-offset-6-10 {
  margin-left: 60%;
}
.column-offset-4-5,
.column-offset-8-10 {
  margin-left: 80%;
}
.column-offset-1-6,
.column-offset-2-12 {
  margin-left: 16.6667%;
}
.column-offset-5-6 {
  margin-left: 83.3335%;
}
.column-offset-1-7 {
  margin-left: 14.2857%;
}
.column-offset-2-7 {
  margin-left: 28.5714%;
}
.column-offset-3-7 {
  margin-left: 42.8571%;
}
.column-offset-4-7 {
  margin-left: 57.1428%;
}
.column-offset-5-7 {
  margin-left: 71.4285%;
}
.column-offset-6-7 {
  margin-left: 85.7142%;
}
.column-offset-1-8 {
  margin-left: 12.5%;
}
.column-offset-3-8 {
  margin-left: 37.5%;
}
.column-offset-5-8 {
  margin-left: 62.5%;
}
.column-offset-7-8 {
  margin-left: 87.5%;
}
.column-offset-1-9 {
  margin-left: 11.1111%;
}
.column-offset-2-9 {
  margin-left: 22.2222%;
}
.column-offset-4-9 {
  margin-left: 44.4444%;
}
.column-offset-5-9 {
  margin-left: 55.5555%;
}
.column-offset-7-9 {
  margin-left: 77.7777%;
}
.column-offset-8-9 {
  margin-left: 88.8888%;
}
.column-offset-1-10 {
  margin-left: 10%;
}
.column-offset-3-10 {
  margin-left: 30%;
}
.column-offset-7-10 {
  margin-left: 70%;
}
.column-offset-9-10 {
  margin-left: 90%;
}
.column-offset-1-11 {
  margin-left: 9.0909%;
}
.column-offset-2-11 {
  margin-left: 18.1818%;
}
.column-offset-3-11 {
  margin-left: 27.2727%;
}
.column-offset-4-11 {
  margin-left: 36.3636%;
}
.column-offset-5-11 {
  margin-left: 45.4545%;
}
.column-offset-6-11 {
  margin-left: 54.5454%;
}
.column-offset-7-11 {
  margin-left: 63.6363%;
}
.column-offset-8-11 {
  margin-left: 72.7272%;
}
.column-offset-9-11 {
  margin-left: 81.8181%;
}
.column-offset-10-11 {
  margin-left: 90.909%;
}
.column-offset-1-12 {
  margin-left: 8.3333%;
}
.column-offset-5-12 {
  margin-left: 41.6665%;
}
.column-offset-7-12 {
  margin-left: 58.3331%;
}
.column-offset-10-12 {
  margin-left: 83.333%;
}
.column-offset-11-12 {
  margin-left: 91.6663%;
}
/*
 * Column Offset Extra Large Classes
 */
@media (min-width: 1680px) {
  .column-offset-xlarge-reset {
    margin-left: 0;
  }
  .column-offset-xlarge-1 {
    margin-left: 100%;
  }
  .column-offset-xlarge-1-2,
  .column-offset-xlarge-2-4,
  .column-offset-xlarge-3-6,
  .column-offset-xlarge-4-8,
  .column-offset-xlarge-5-10,
  .column-offset-xlarge-6-12 {
    margin-left: 50%;
  }
  .column-offset-xlarge-1-3,
  .column-offset-xlarge-2-6,
  .column-offset-xlarge-3-9,
  .column-offset-xlarge-4-12 {
    margin-left: 33.3333%;
  }
  .column-offset-xlarge-2-3,
  .column-offset-xlarge-4-6,
  .column-offset-xlarge-6-9,
  .column-offset-xlarge-8-12 {
    margin-left: 66.6666%;
  }
  .column-offset-xlarge-1-4,
  .column-offset-xlarge-2-8,
  .column-offset-xlarge-3-12 {
    margin-left: 25%;
  }
  .column-offset-xlarge-3-4,
  .column-offset-xlarge-6-8,
  .column-offset-xlarge-9-12 {
    margin-left: 75%;
  }
  .column-offset-xlarge-1-5,
  .column-offset-xlarge-2-10 {
    margin-left: 20%;
  }
  .column-offset-xlarge-2-5,
  .column-offset-xlarge-4-10 {
    margin-left: 40%;
  }
  .column-offset-xlarge-3-5,
  .column-offset-xlarge-6-10 {
    margin-left: 60%;
  }
  .column-offset-xlarge-4-5,
  .column-offset-xlarge-8-10 {
    margin-left: 80%;
  }
  .column-offset-xlarge-1-6,
  .column-offset-xlarge-2-12 {
    margin-left: 16.6667%;
  }
  .column-offset-xlarge-5-6 {
    margin-left: 83.3335%;
  }
  .column-offset-xlarge-1-7 {
    margin-left: 14.2857%;
  }
  .column-offset-xlarge-2-7 {
    margin-left: 28.5714%;
  }
  .column-offset-xlarge-3-7 {
    margin-left: 42.8571%;
  }
  .column-offset-xlarge-4-7 {
    margin-left: 57.1428%;
  }
  .column-offset-xlarge-5-7 {
    margin-left: 71.4285%;
  }
  .column-offset-xlarge-6-7 {
    margin-left: 85.7142%;
  }
  .column-offset-xlarge-1-8 {
    margin-left: 12.5%;
  }
  .column-offset-xlarge-3-8 {
    margin-left: 37.5%;
  }
  .column-offset-xlarge-5-8 {
    margin-left: 62.5%;
  }
  .column-offset-xlarge-7-8 {
    margin-left: 87.5%;
  }
  .column-offset-xlarge-1-9 {
    margin-left: 11.1111%;
  }
  .column-offset-xlarge-2-9 {
    margin-left: 22.2222%;
  }
  .column-offset-xlarge-4-9 {
    margin-left: 44.4444%;
  }
  .column-offset-xlarge-5-9 {
    margin-left: 55.5555%;
  }
  .column-offset-xlarge-7-9 {
    margin-left: 77.7777%;
  }
  .column-offset-xlarge-8-9 {
    margin-left: 88.8888%;
  }
  .column-offset-xlarge-1-10 {
    margin-left: 10%;
  }
  .column-offset-xlarge-3-10 {
    margin-left: 30%;
  }
  .column-offset-xlarge-7-10 {
    margin-left: 70%;
  }
  .column-offset-xlarge-9-10 {
    margin-left: 90%;
  }
  .column-offset-xlarge-1-11 {
    margin-left: 9.0909%;
  }
  .column-offset-xlarge-2-11 {
    margin-left: 18.1818%;
  }
  .column-offset-xlarge-3-11 {
    margin-left: 27.2727%;
  }
  .column-offset-xlarge-4-11 {
    margin-left: 36.3636%;
  }
  .column-offset-xlarge-5-11 {
    margin-left: 45.4545%;
  }
  .column-offset-xlarge-6-11 {
    margin-left: 54.5454%;
  }
  .column-offset-xlarge-7-11 {
    margin-left: 63.6363%;
  }
  .column-offset-xlarge-8-11 {
    margin-left: 72.7272%;
  }
  .column-offset-xlarge-9-11 {
    margin-left: 81.8181%;
  }
  .column-offset-xlarge-10-11 {
    margin-left: 90.909%;
  }
  .column-offset-xlarge-1-12 {
    margin-left: 8.3333%;
  }
  .column-offset-xlarge-5-12 {
    margin-left: 41.6665%;
  }
  .column-offset-xlarge-7-12 {
    margin-left: 58.3331%;
  }
  .column-offset-xlarge-10-12 {
    margin-left: 83.333%;
  }
  .column-offset-xlarge-11-12 {
    margin-left: 91.6663%;
  }
}
/*
 * Column Offset Large Classes
 */
@media (min-width: 1280px) and (max-width: 1679px) {
  .column-offset-large-reset {
    margin-left: 0;
  }
  .column-offset-large-1 {
    margin-left: 100%;
  }
  .column-offset-large-1-2,
  .column-offset-large-2-4,
  .column-offset-large-3-6,
  .column-offset-large-4-8,
  .column-offset-large-5-10,
  .column-offset-large-6-12 {
    margin-left: 50%;
  }
  .column-offset-large-1-3,
  .column-offset-large-2-6,
  .column-offset-large-3-9,
  .column-offset-large-4-12 {
    margin-left: 33.3333%;
  }
  .column-offset-large-2-3,
  .column-offset-large-4-6,
  .column-offset-large-6-9,
  .column-offset-large-8-12 {
    margin-left: 66.6666%;
  }
  .column-offset-large-1-4,
  .column-offset-large-2-8,
  .column-offset-large-3-12 {
    margin-left: 25%;
  }
  .column-offset-large-3-4,
  .column-offset-large-6-8,
  .column-offset-large-9-12 {
    margin-left: 75%;
  }
  .column-offset-large-1-5,
  .column-offset-large-2-10 {
    margin-left: 20%;
  }
  .column-offset-large-2-5,
  .column-offset-large-4-10 {
    margin-left: 40%;
  }
  .column-offset-large-3-5,
  .column-offset-large-6-10 {
    margin-left: 60%;
  }
  .column-offset-large-4-5,
  .column-offset-large-8-10 {
    margin-left: 80%;
  }
  .column-offset-large-1-6,
  .column-offset-large-2-12 {
    margin-left: 16.6667%;
  }
  .column-offset-large-5-6 {
    margin-left: 83.3335%;
  }
  .column-offset-large-1-7 {
    margin-left: 14.2857%;
  }
  .column-offset-large-2-7 {
    margin-left: 28.5714%;
  }
  .column-offset-large-3-7 {
    margin-left: 42.8571%;
  }
  .column-offset-large-4-7 {
    margin-left: 57.1428%;
  }
  .column-offset-large-5-7 {
    margin-left: 71.4285%;
  }
  .column-offset-large-6-7 {
    margin-left: 85.7142%;
  }
  .column-offset-large-1-8 {
    margin-left: 12.5%;
  }
  .column-offset-large-3-8 {
    margin-left: 37.5%;
  }
  .column-offset-large-5-8 {
    margin-left: 62.5%;
  }
  .column-offset-large-7-8 {
    margin-left: 87.5%;
  }
  .column-offset-large-1-9 {
    margin-left: 11.1111%;
  }
  .column-offset-large-2-9 {
    margin-left: 22.2222%;
  }
  .column-offset-large-4-9 {
    margin-left: 44.4444%;
  }
  .column-offset-large-5-9 {
    margin-left: 55.5555%;
  }
  .column-offset-large-7-9 {
    margin-left: 77.7777%;
  }
  .column-offset-large-8-9 {
    margin-left: 88.8888%;
  }
  .column-offset-large-1-10 {
    margin-left: 10%;
  }
  .column-offset-large-3-10 {
    margin-left: 30%;
  }
  .column-offset-large-7-10 {
    margin-left: 70%;
  }
  .column-offset-large-9-10 {
    margin-left: 90%;
  }
  .column-offset-large-1-11 {
    margin-left: 9.0909%;
  }
  .column-offset-large-2-11 {
    margin-left: 18.1818%;
  }
  .column-offset-large-3-11 {
    margin-left: 27.2727%;
  }
  .column-offset-large-4-11 {
    margin-left: 36.3636%;
  }
  .column-offset-large-5-11 {
    margin-left: 45.4545%;
  }
  .column-offset-large-6-11 {
    margin-left: 54.5454%;
  }
  .column-offset-large-7-11 {
    margin-left: 63.6363%;
  }
  .column-offset-large-8-11 {
    margin-left: 72.7272%;
  }
  .column-offset-large-9-11 {
    margin-left: 81.8181%;
  }
  .column-offset-large-10-11 {
    margin-left: 90.909%;
  }
  .column-offset-large-1-12 {
    margin-left: 8.3333%;
  }
  .column-offset-large-5-12 {
    margin-left: 41.6665%;
  }
  .column-offset-large-7-12 {
    margin-left: 58.3331%;
  }
  .column-offset-large-10-12 {
    margin-left: 83.333%;
  }
  .column-offset-large-11-12 {
    margin-left: 91.6663%;
  }
}
/*
 * Column Offset Medium Classes
 */
@media (min-width: 1025px) and (max-width: 1279px) {
  .column-offset-medium-reset {
    margin-left: 0;
  }
  .column-offset-medium-1 {
    margin-left: 100%;
  }
  .column-offset-medium-1-2,
  .column-offset-medium-2-4,
  .column-offset-medium-3-6,
  .column-offset-medium-4-8,
  .column-offset-medium-5-10,
  .column-offset-medium-6-12 {
    margin-left: 50%;
  }
  .column-offset-medium-1-3,
  .column-offset-medium-2-6,
  .column-offset-medium-3-9,
  .column-offset-medium-4-12 {
    margin-left: 33.3333%;
  }
  .column-offset-medium-2-3,
  .column-offset-medium-4-6,
  .column-offset-medium-6-9,
  .column-offset-medium-8-12 {
    margin-left: 66.6666%;
  }
  .column-offset-medium-1-4,
  .column-offset-medium-2-8,
  .column-offset-medium-3-12 {
    margin-left: 25%;
  }
  .column-offset-medium-3-4,
  .column-offset-medium-6-8,
  .column-offset-medium-9-12 {
    margin-left: 75%;
  }
  .column-offset-medium-1-5,
  .column-offset-medium-2-10 {
    margin-left: 20%;
  }
  .column-offset-medium-2-5,
  .column-offset-medium-4-10 {
    margin-left: 40%;
  }
  .column-offset-medium-3-5,
  .column-offset-medium-6-10 {
    margin-left: 60%;
  }
  .column-offset-medium-4-5,
  .column-offset-medium-8-10 {
    margin-left: 80%;
  }
  .column-offset-medium-1-6,
  .column-offset-medium-2-12 {
    margin-left: 16.6667%;
  }
  .column-offset-medium-5-6 {
    margin-left: 83.3335%;
  }
  .column-offset-medium-1-7 {
    margin-left: 14.2857%;
  }
  .column-offset-medium-2-7 {
    margin-left: 28.5714%;
  }
  .column-offset-medium-3-7 {
    margin-left: 42.8571%;
  }
  .column-offset-medium-4-7 {
    margin-left: 57.1428%;
  }
  .column-offset-medium-5-7 {
    margin-left: 71.4285%;
  }
  .column-offset-medium-6-7 {
    margin-left: 85.7142%;
  }
  .column-offset-medium-1-8 {
    margin-left: 12.5%;
  }
  .column-offset-medium-3-8 {
    margin-left: 37.5%;
  }
  .column-offset-medium-5-8 {
    margin-left: 62.5%;
  }
  .column-offset-medium-7-8 {
    margin-left: 87.5%;
  }
  .column-offset-medium-1-9 {
    margin-left: 11.1111%;
  }
  .column-offset-medium-2-9 {
    margin-left: 22.2222%;
  }
  .column-offset-medium-4-9 {
    margin-left: 44.4444%;
  }
  .column-offset-medium-5-9 {
    margin-left: 55.5555%;
  }
  .column-offset-medium-7-9 {
    margin-left: 77.7777%;
  }
  .column-offset-medium-8-9 {
    margin-left: 88.8888%;
  }
  .column-offset-medium-1-10 {
    margin-left: 10%;
  }
  .column-offset-medium-3-10 {
    margin-left: 30%;
  }
  .column-offset-medium-7-10 {
    margin-left: 70%;
  }
  .column-offset-medium-9-10 {
    margin-left: 90%;
  }
  .column-offset-medium-1-11 {
    margin-left: 9.0909%;
  }
  .column-offset-medium-2-11 {
    margin-left: 18.1818%;
  }
  .column-offset-medium-3-11 {
    margin-left: 27.2727%;
  }
  .column-offset-medium-4-11 {
    margin-left: 36.3636%;
  }
  .column-offset-medium-5-11 {
    margin-left: 45.4545%;
  }
  .column-offset-medium-6-11 {
    margin-left: 54.5454%;
  }
  .column-offset-medium-7-11 {
    margin-left: 63.6363%;
  }
  .column-offset-medium-8-11 {
    margin-left: 72.7272%;
  }
  .column-offset-medium-9-11 {
    margin-left: 81.8181%;
  }
  .column-offset-medium-10-11 {
    margin-left: 90.909%;
  }
  .column-offset-medium-1-12 {
    margin-left: 8.3333%;
  }
  .column-offset-medium-5-12 {
    margin-left: 41.6665%;
  }
  .column-offset-medium-7-12 {
    margin-left: 58.3331%;
  }
  .column-offset-medium-10-12 {
    margin-left: 83.333%;
  }
  .column-offset-medium-11-12 {
    margin-left: 91.6663%;
  }
}
/*
 * Column Offset Small Classes
 */
@media (min-width: 768px) and (max-width: 1024px) {
  .column-offset-small-1 {
    margin-left: 100%;
  }
  .column-offset-small-1-2,
  .column-offset-small-2-4,
  .column-offset-small-3-6,
  .column-offset-small-4-8,
  .column-offset-small-5-10,
  .column-offset-small-6-12 {
    margin-left: 50%;
  }
  .column-offset-small-1-3,
  .column-offset-small-2-6,
  .column-offset-small-3-9,
  .column-offset-small-4-12 {
    margin-left: 33.3333%;
  }
  .column-offset-small-2-3,
  .column-offset-small-4-6,
  .column-offset-small-6-9,
  .column-offset-small-8-12 {
    margin-left: 66.6666%;
  }
  .column-offset-small-1-4,
  .column-offset-small-2-8,
  .column-offset-small-3-12 {
    margin-left: 25%;
  }
  .column-offset-small-3-4,
  .column-offset-small-6-8,
  .column-offset-small-9-12 {
    margin-left: 75%;
  }
  .column-offset-small-1-5,
  .column-offset-small-2-10 {
    margin-left: 20%;
  }
  .column-offset-small-2-5,
  .column-offset-small-4-10 {
    margin-left: 40%;
  }
  .column-offset-small-3-5,
  .column-offset-small-6-10 {
    margin-left: 60%;
  }
  .column-offset-small-4-5,
  .column-offset-small-8-10 {
    margin-left: 80%;
  }
  .column-offset-small-1-6,
  .column-offset-small-2-12 {
    margin-left: 16.6667%;
  }
  .column-offset-small-5-6 {
    margin-left: 83.3335%;
  }
  .column-offset-small-1-7 {
    margin-left: 14.2857%;
  }
  .column-offset-small-2-7 {
    margin-left: 28.5714%;
  }
  .column-offset-small-3-7 {
    margin-left: 42.8571%;
  }
  .column-offset-small-4-7 {
    margin-left: 57.1428%;
  }
  .column-offset-small-5-7 {
    margin-left: 71.4285%;
  }
  .column-offset-small-6-7 {
    margin-left: 85.7142%;
  }
  .column-offset-small-1-8 {
    margin-left: 12.5%;
  }
  .column-offset-small-3-8 {
    margin-left: 37.5%;
  }
  .column-offset-small-5-8 {
    margin-left: 62.5%;
  }
  .column-offset-small-7-8 {
    margin-left: 87.5%;
  }
  .column-offset-small-1-9 {
    margin-left: 11.1111%;
  }
  .column-offset-small-2-9 {
    margin-left: 22.2222%;
  }
  .column-offset-small-4-9 {
    margin-left: 44.4444%;
  }
  .column-offset-small-5-9 {
    margin-left: 55.5555%;
  }
  .column-offset-small-7-9 {
    margin-left: 77.7777%;
  }
  .column-offset-small-8-9 {
    margin-left: 88.8888%;
  }
  .column-offset-small-1-10 {
    margin-left: 10%;
  }
  .column-offset-small-3-10 {
    margin-left: 30%;
  }
  .column-offset-small-7-10 {
    margin-left: 70%;
  }
  .column-offset-small-9-10 {
    margin-left: 90%;
  }
  .column-offset-small-1-11 {
    margin-left: 9.0909%;
  }
  .column-offset-small-2-11 {
    margin-left: 18.1818%;
  }
  .column-offset-small-3-11 {
    margin-left: 27.2727%;
  }
  .column-offset-small-4-11 {
    margin-left: 36.3636%;
  }
  .column-offset-small-5-11 {
    margin-left: 45.4545%;
  }
  .column-offset-small-6-11 {
    margin-left: 54.5454%;
  }
  .column-offset-small-7-11 {
    margin-left: 63.6363%;
  }
  .column-offset-small-8-11 {
    margin-left: 72.7272%;
  }
  .column-offset-small-9-11 {
    margin-left: 81.8181%;
  }
  .column-offset-small-10-11 {
    margin-left: 90.909%;
  }
  .column-offset-small-1-12 {
    margin-left: 8.3333%;
  }
  .column-offset-small-5-12 {
    margin-left: 41.6665%;
  }
  .column-offset-small-7-12 {
    margin-left: 58.3331%;
  }
  .column-offset-small-10-12 {
    margin-left: 83.333%;
  }
  .column-offset-small-11-12 {
    margin-left: 91.6663%;
  }
}
/*
 * Column Offset Extra Small Classes
 */
@media (max-width: 767px) {
  [class*='column-offset-'] {
    margin-left: 0;
  }
  .column-offset-xsmall-1 {
    margin-left: 100%;
  }
  .column-offset-xsmall-1-2,
  .column-offset-xsmall-2-4,
  .column-offset-xsmall-3-6,
  .column-offset-xsmall-4-8,
  .column-offset-xsmall-5-10,
  .column-offset-xsmall-6-12 {
    margin-left: 50%;
  }
  .column-offset-xsmall-1-3,
  .column-offset-xsmall-2-6,
  .column-offset-xsmall-3-9,
  .column-offset-xsmall-4-12 {
    margin-left: 33.3333%;
  }
  .column-offset-xsmall-2-3,
  .column-offset-xsmall-4-6,
  .column-offset-xsmall-6-9,
  .column-offset-xsmall-8-12 {
    margin-left: 66.6666%;
  }
  .column-offset-xsmall-1-4,
  .column-offset-xsmall-2-8,
  .column-offset-xsmall-3-12 {
    margin-left: 25%;
  }
  .column-offset-xsmall-3-4,
  .column-offset-xsmall-6-8,
  .column-offset-xsmall-9-12 {
    margin-left: 75%;
  }
  .column-offset-xsmall-1-5,
  .column-offset-xsmall-2-10 {
    margin-left: 20%;
  }
  .column-offset-xsmall-2-5,
  .column-offset-xsmall-4-10 {
    margin-left: 40%;
  }
  .column-offset-xsmall-3-5,
  .column-offset-xsmall-6-10 {
    margin-left: 60%;
  }
  .column-offset-xsmall-4-5,
  .column-offset-xsmall-8-10 {
    margin-left: 80%;
  }
  .column-offset-xsmall-1-6,
  .column-offset-xsmall-2-12 {
    margin-left: 16.6667%;
  }
  .column-offset-xsmall-5-6 {
    margin-left: 83.3335%;
  }
  .column-offset-xsmall-1-7 {
    margin-left: 14.2857%;
  }
  .column-offset-xsmall-2-7 {
    margin-left: 28.5714%;
  }
  .column-offset-xsmall-3-7 {
    margin-left: 42.8571%;
  }
  .column-offset-xsmall-4-7 {
    margin-left: 57.1428%;
  }
  .column-offset-xsmall-5-7 {
    margin-left: 71.4285%;
  }
  .column-offset-xsmall-6-7 {
    margin-left: 85.7142%;
  }
  .column-offset-xsmall-1-8 {
    margin-left: 12.5%;
  }
  .column-offset-xsmall-3-8 {
    margin-left: 37.5%;
  }
  .column-offset-xsmall-5-8 {
    margin-left: 62.5%;
  }
  .column-offset-xsmall-7-8 {
    margin-left: 87.5%;
  }
  .column-offset-xsmall-1-9 {
    margin-left: 11.1111%;
  }
  .column-offset-xsmall-2-9 {
    margin-left: 22.2222%;
  }
  .column-offset-xsmall-4-9 {
    margin-left: 44.4444%;
  }
  .column-offset-xsmall-5-9 {
    margin-left: 55.5555%;
  }
  .column-offset-xsmall-7-9 {
    margin-left: 77.7777%;
  }
  .column-offset-xsmall-8-9 {
    margin-left: 88.8888%;
  }
  .column-offset-xsmall-1-10 {
    margin-left: 10%;
  }
  .column-offset-xsmall-3-10 {
    margin-left: 30%;
  }
  .column-offset-xsmall-7-10 {
    margin-left: 70%;
  }
  .column-offset-xsmall-9-10 {
    margin-left: 90%;
  }
  .column-offset-xsmall-1-11 {
    margin-left: 9.0909%;
  }
  .column-offset-xsmall-2-11 {
    margin-left: 18.1818%;
  }
  .column-offset-xsmall-3-11 {
    margin-left: 27.2727%;
  }
  .column-offset-xsmall-4-11 {
    margin-left: 36.3636%;
  }
  .column-offset-xsmall-5-11 {
    margin-left: 45.4545%;
  }
  .column-offset-xsmall-6-11 {
    margin-left: 54.5454%;
  }
  .column-offset-xsmall-7-11 {
    margin-left: 63.6363%;
  }
  .column-offset-xsmall-8-11 {
    margin-left: 72.7272%;
  }
  .column-offset-xsmall-9-11 {
    margin-left: 81.8181%;
  }
  .column-offset-xsmall-10-11 {
    margin-left: 90.909%;
  }
  .column-offset-xsmall-1-12 {
    margin-left: 8.3333%;
  }
  .column-offset-xsmall-5-12 {
    margin-left: 41.6665%;
  }
  .column-offset-xsmall-7-12 {
    margin-left: 58.3331%;
  }
  .column-offset-xsmall-10-12 {
    margin-left: 83.333%;
  }
  .column-offset-xsmall-11-12 {
    margin-left: 91.6663%;
  }
}
/*
 * Column Push Classes
 */
.column-push-1 {
  left: 100%;
}
.column-push-1-2,
.column-push-2-4,
.column-push-3-6,
.column-push-4-8,
.column-push-5-10,
.column-push-6-12 {
  left: 50%;
}
.column-push-1-3,
.column-push-2-6,
.column-push-3-9,
.column-push-4-12 {
  left: 33.3333%;
}
.column-push-2-3,
.column-push-4-6,
.column-push-6-9,
.column-push-8-12 {
  left: 66.6666%;
}
.column-push-1-4,
.column-push-2-8,
.column-push-3-12 {
  left: 25%;
}
.column-push-3-4,
.column-push-6-8,
.column-push-9-12 {
  left: 75%;
}
.column-push-1-5,
.column-push-2-10 {
  left: 20%;
}
.column-push-2-5,
.column-push-4-10 {
  left: 40%;
}
.column-push-3-5,
.column-push-6-10 {
  left: 60%;
}
.column-push-4-5,
.column-push-8-10 {
  left: 80%;
}
.column-push-1-6,
.column-push-2-12 {
  left: 16.6667%;
}
.column-push-5-6 {
  left: 83.3335%;
}
.column-push-1-7 {
  left: 14.2857%;
}
.column-push-2-7 {
  left: 28.5714%;
}
.column-push-3-7 {
  left: 42.8571%;
}
.column-push-4-7 {
  left: 57.1428%;
}
.column-push-5-7 {
  left: 71.4285%;
}
.column-push-6-7 {
  left: 85.7142%;
}
.column-push-1-8 {
  left: 12.5%;
}
.column-push-3-8 {
  left: 37.5%;
}
.column-push-5-8 {
  left: 62.5%;
}
.column-push-7-8 {
  left: 87.5%;
}
.column-push-1-9 {
  left: 11.1111%;
}
.column-push-2-9 {
  left: 22.2222%;
}
.column-push-4-9 {
  left: 44.4444%;
}
.column-push-5-9 {
  left: 55.5555%;
}
.column-push-7-9 {
  left: 77.7777%;
}
.column-push-8-9 {
  left: 88.8888%;
}
.column-push-1-10 {
  left: 10%;
}
.column-push-3-10 {
  left: 30%;
}
.column-push-7-10 {
  left: 70%;
}
.column-push-9-10 {
  left: 90%;
}
.column-push-1-11 {
  left: 9.0909%;
}
.column-push-2-11 {
  left: 18.1818%;
}
.column-push-3-11 {
  left: 27.2727%;
}
.column-push-4-11 {
  left: 36.3636%;
}
.column-push-5-11 {
  left: 45.4545%;
}
.column-push-6-11 {
  left: 54.5454%;
}
.column-push-7-11 {
  left: 63.6363%;
}
.column-push-8-11 {
  left: 72.7272%;
}
.column-push-9-11 {
  left: 81.8181%;
}
.column-push-10-11 {
  left: 90.909%;
}
.column-push-1-12 {
  left: 8.3333%;
}
.column-push-5-12 {
  left: 41.6665%;
}
.column-push-7-12 {
  left: 58.3331%;
}
.column-push-10-12 {
  left: 83.333%;
}
.column-push-11-12 {
  left: 91.6663%;
}
/*
 * Column Push Extra Large Classes
 */
@media (min-width: 1680px) {
  .column-push-xlarge-reset {
    left: 0;
  }
  .column-push-xlarge-1 {
    left: 100%;
  }
  .column-push-xlarge-1-2,
  .column-push-xlarge-2-4,
  .column-push-xlarge-3-6,
  .column-push-xlarge-4-8,
  .column-push-xlarge-5-10,
  .column-push-xlarge-6-12 {
    left: 50%;
  }
  .column-push-xlarge-1-3,
  .column-push-xlarge-2-6,
  .column-push-xlarge-3-9,
  .column-push-xlarge-4-12 {
    left: 33.3333%;
  }
  .column-push-xlarge-2-3,
  .column-push-xlarge-4-6,
  .column-push-xlarge-6-9,
  .column-push-xlarge-8-12 {
    left: 66.6666%;
  }
  .column-push-xlarge-1-4,
  .column-push-xlarge-2-8,
  .column-push-xlarge-3-12 {
    left: 25%;
  }
  .column-push-xlarge-3-4,
  .column-push-xlarge-6-8,
  .column-push-xlarge-9-12 {
    left: 75%;
  }
  .column-push-xlarge-1-5,
  .column-push-xlarge-2-10 {
    left: 20%;
  }
  .column-push-xlarge-2-5,
  .column-push-xlarge-4-10 {
    left: 40%;
  }
  .column-push-xlarge-3-5,
  .column-push-xlarge-6-10 {
    left: 60%;
  }
  .column-push-xlarge-4-5,
  .column-push-xlarge-8-10 {
    left: 80%;
  }
  .column-push-xlarge-1-6,
  .column-push-xlarge-2-12 {
    left: 16.6667%;
  }
  .column-push-xlarge-5-6 {
    left: 83.3335%;
  }
  .column-push-xlarge-1-7 {
    left: 14.2857%;
  }
  .column-push-xlarge-2-7 {
    left: 28.5714%;
  }
  .column-push-xlarge-3-7 {
    left: 42.8571%;
  }
  .column-push-xlarge-4-7 {
    left: 57.1428%;
  }
  .column-push-xlarge-5-7 {
    left: 71.4285%;
  }
  .column-push-xlarge-6-7 {
    left: 85.7142%;
  }
  .column-push-xlarge-1-8 {
    left: 12.5%;
  }
  .column-push-xlarge-3-8 {
    left: 37.5%;
  }
  .column-push-xlarge-5-8 {
    left: 62.5%;
  }
  .column-push-xlarge-7-8 {
    left: 87.5%;
  }
  .column-push-xlarge-1-9 {
    left: 11.1111%;
  }
  .column-push-xlarge-2-9 {
    left: 22.2222%;
  }
  .column-push-xlarge-4-9 {
    left: 44.4444%;
  }
  .column-push-xlarge-5-9 {
    left: 55.5555%;
  }
  .column-push-xlarge-7-9 {
    left: 77.7777%;
  }
  .column-push-xlarge-8-9 {
    left: 88.8888%;
  }
  .column-push-xlarge-1-10 {
    left: 10%;
  }
  .column-push-xlarge-3-10 {
    left: 30%;
  }
  .column-push-xlarge-7-10 {
    left: 70%;
  }
  .column-push-xlarge-9-10 {
    left: 90%;
  }
  .column-push-xlarge-1-11 {
    left: 9.0909%;
  }
  .column-push-xlarge-2-11 {
    left: 18.1818%;
  }
  .column-push-xlarge-3-11 {
    left: 27.2727%;
  }
  .column-push-xlarge-4-11 {
    left: 36.3636%;
  }
  .column-push-xlarge-5-11 {
    left: 45.4545%;
  }
  .column-push-xlarge-6-11 {
    left: 54.5454%;
  }
  .column-push-xlarge-7-11 {
    left: 63.6363%;
  }
  .column-push-xlarge-8-11 {
    left: 72.7272%;
  }
  .column-push-xlarge-9-11 {
    left: 81.8181%;
  }
  .column-push-xlarge-10-11 {
    left: 90.909%;
  }
  .column-push-xlarge-1-12 {
    left: 8.3333%;
  }
  .column-push-xlarge-5-12 {
    left: 41.6665%;
  }
  .column-push-xlarge-7-12 {
    left: 58.3331%;
  }
  .column-push-xlarge-10-12 {
    left: 83.333%;
  }
  .column-push-xlarge-11-12 {
    left: 91.6663%;
  }
}
/*
 * Column Push Large Classes
 */
@media (min-width: 1280px) and (max-width: 1679px) {
  .column-push-large-reset {
    left: 0;
  }
  .column-push-large-1 {
    left: 100%;
  }
  .column-push-large-1-2,
  .column-push-large-2-4,
  .column-push-large-3-6,
  .column-push-large-4-8,
  .column-push-large-5-10,
  .column-push-large-6-12 {
    left: 50%;
  }
  .column-push-large-1-3,
  .column-push-large-2-6,
  .column-push-large-3-9,
  .column-push-large-4-12 {
    left: 33.3333%;
  }
  .column-push-large-2-3,
  .column-push-large-4-6,
  .column-push-large-6-9,
  .column-push-large-8-12 {
    left: 66.6666%;
  }
  .column-push-large-1-4,
  .column-push-large-2-8,
  .column-push-large-3-12 {
    left: 25%;
  }
  .column-push-large-3-4,
  .column-push-large-6-8,
  .column-push-large-9-12 {
    left: 75%;
  }
  .column-push-large-1-5,
  .column-push-large-2-10 {
    left: 20%;
  }
  .column-push-large-2-5,
  .column-push-large-4-10 {
    left: 40%;
  }
  .column-push-large-3-5,
  .column-push-large-6-10 {
    left: 60%;
  }
  .column-push-large-4-5,
  .column-push-large-8-10 {
    left: 80%;
  }
  .column-push-large-1-6,
  .column-push-large-2-12 {
    left: 16.6667%;
  }
  .column-push-large-5-6 {
    left: 83.3335%;
  }
  .column-push-large-1-7 {
    left: 14.2857%;
  }
  .column-push-large-2-7 {
    left: 28.5714%;
  }
  .column-push-large-3-7 {
    left: 42.8571%;
  }
  .column-push-large-4-7 {
    left: 57.1428%;
  }
  .column-push-large-5-7 {
    left: 71.4285%;
  }
  .column-push-large-6-7 {
    left: 85.7142%;
  }
  .column-push-large-1-8 {
    left: 12.5%;
  }
  .column-push-large-3-8 {
    left: 37.5%;
  }
  .column-push-large-5-8 {
    left: 62.5%;
  }
  .column-push-large-7-8 {
    left: 87.5%;
  }
  .column-push-large-1-9 {
    left: 11.1111%;
  }
  .column-push-large-2-9 {
    left: 22.2222%;
  }
  .column-push-large-4-9 {
    left: 44.4444%;
  }
  .column-push-large-5-9 {
    left: 55.5555%;
  }
  .column-push-large-7-9 {
    left: 77.7777%;
  }
  .column-push-large-8-9 {
    left: 88.8888%;
  }
  .column-push-large-1-10 {
    left: 10%;
  }
  .column-push-large-3-10 {
    left: 30%;
  }
  .column-push-large-7-10 {
    left: 70%;
  }
  .column-push-large-9-10 {
    left: 90%;
  }
  .column-push-large-1-11 {
    left: 9.0909%;
  }
  .column-push-large-2-11 {
    left: 18.1818%;
  }
  .column-push-large-3-11 {
    left: 27.2727%;
  }
  .column-push-large-4-11 {
    left: 36.3636%;
  }
  .column-push-large-5-11 {
    left: 45.4545%;
  }
  .column-push-large-6-11 {
    left: 54.5454%;
  }
  .column-push-large-7-11 {
    left: 63.6363%;
  }
  .column-push-large-8-11 {
    left: 72.7272%;
  }
  .column-push-large-9-11 {
    left: 81.8181%;
  }
  .column-push-large-10-11 {
    left: 90.909%;
  }
  .column-push-large-1-12 {
    left: 8.3333%;
  }
  .column-push-large-5-12 {
    left: 41.6665%;
  }
  .column-push-large-7-12 {
    left: 58.3331%;
  }
  .column-push-large-10-12 {
    left: 83.333%;
  }
  .column-push-large-11-12 {
    left: 91.6663%;
  }
}
/*
 * Column Push Medium Classes
 */
@media (min-width: 1025px) and (max-width: 1279px) {
  .column-push-medium-reset {
    left: 0;
  }
  .column-push-medium-1 {
    left: 100%;
  }
  .column-push-medium-1-2,
  .column-push-medium-2-4,
  .column-push-medium-3-6,
  .column-push-medium-4-8,
  .column-push-medium-5-10,
  .column-push-medium-6-12 {
    left: 50%;
  }
  .column-push-medium-1-3,
  .column-push-medium-2-6,
  .column-push-medium-3-9,
  .column-push-medium-4-12 {
    left: 33.3333%;
  }
  .column-push-medium-2-3,
  .column-push-medium-4-6,
  .column-push-medium-6-9,
  .column-push-medium-8-12 {
    left: 66.6666%;
  }
  .column-push-medium-1-4,
  .column-push-medium-2-8,
  .column-push-medium-3-12 {
    left: 25%;
  }
  .column-push-medium-3-4,
  .column-push-medium-6-8,
  .column-push-medium-9-12 {
    left: 75%;
  }
  .column-push-medium-1-5,
  .column-push-medium-2-10 {
    left: 20%;
  }
  .column-push-medium-2-5,
  .column-push-medium-4-10 {
    left: 40%;
  }
  .column-push-medium-3-5,
  .column-push-medium-6-10 {
    left: 60%;
  }
  .column-push-medium-4-5,
  .column-push-medium-8-10 {
    left: 80%;
  }
  .column-push-medium-1-6,
  .column-push-medium-2-12 {
    left: 16.6667%;
  }
  .column-push-medium-5-6 {
    left: 83.3335%;
  }
  .column-push-medium-1-7 {
    left: 14.2857%;
  }
  .column-push-medium-2-7 {
    left: 28.5714%;
  }
  .column-push-medium-3-7 {
    left: 42.8571%;
  }
  .column-push-medium-4-7 {
    left: 57.1428%;
  }
  .column-push-medium-5-7 {
    left: 71.4285%;
  }
  .column-push-medium-6-7 {
    left: 85.7142%;
  }
  .column-push-medium-1-8 {
    left: 12.5%;
  }
  .column-push-medium-3-8 {
    left: 37.5%;
  }
  .column-push-medium-5-8 {
    left: 62.5%;
  }
  .column-push-medium-7-8 {
    left: 87.5%;
  }
  .column-push-medium-1-9 {
    left: 11.1111%;
  }
  .column-push-medium-2-9 {
    left: 22.2222%;
  }
  .column-push-medium-4-9 {
    left: 44.4444%;
  }
  .column-push-medium-5-9 {
    left: 55.5555%;
  }
  .column-push-medium-7-9 {
    left: 77.7777%;
  }
  .column-push-medium-8-9 {
    left: 88.8888%;
  }
  .column-push-medium-1-10 {
    left: 10%;
  }
  .column-push-medium-3-10 {
    left: 30%;
  }
  .column-push-medium-7-10 {
    left: 70%;
  }
  .column-push-medium-9-10 {
    left: 90%;
  }
  .column-push-medium-1-11 {
    left: 9.0909%;
  }
  .column-push-medium-2-11 {
    left: 18.1818%;
  }
  .column-push-medium-3-11 {
    left: 27.2727%;
  }
  .column-push-medium-4-11 {
    left: 36.3636%;
  }
  .column-push-medium-5-11 {
    left: 45.4545%;
  }
  .column-push-medium-6-11 {
    left: 54.5454%;
  }
  .column-push-medium-7-11 {
    left: 63.6363%;
  }
  .column-push-medium-8-11 {
    left: 72.7272%;
  }
  .column-push-medium-9-11 {
    left: 81.8181%;
  }
  .column-push-medium-10-11 {
    left: 90.909%;
  }
  .column-push-medium-1-12 {
    left: 8.3333%;
  }
  .column-push-medium-5-12 {
    left: 41.6665%;
  }
  .column-push-medium-7-12 {
    left: 58.3331%;
  }
  .column-push-medium-10-12 {
    left: 83.333%;
  }
  .column-push-medium-11-12 {
    left: 91.6663%;
  }
}
/*
 * Column Push Small Classes
 */
@media (min-width: 768px) and (max-width: 1024px) {
  .column-push-small-1 {
    left: 100%;
  }
  .column-push-small-1-2,
  .column-push-small-2-4,
  .column-push-small-3-6,
  .column-push-small-4-8,
  .column-push-small-5-10,
  .column-push-small-6-12 {
    left: 50%;
  }
  .column-push-small-1-3,
  .column-push-small-2-6,
  .column-push-small-3-9,
  .column-push-small-4-12 {
    left: 33.3333%;
  }
  .column-push-small-2-3,
  .column-push-small-4-6,
  .column-push-small-6-9,
  .column-push-small-8-12 {
    left: 66.6666%;
  }
  .column-push-small-1-4,
  .column-push-small-2-8,
  .column-push-small-3-12 {
    left: 25%;
  }
  .column-push-small-3-4,
  .column-push-small-6-8,
  .column-push-small-9-12 {
    left: 75%;
  }
  .column-push-small-1-5,
  .column-push-small-2-10 {
    left: 20%;
  }
  .column-push-small-2-5,
  .column-push-small-4-10 {
    left: 40%;
  }
  .column-push-small-3-5,
  .column-push-small-6-10 {
    left: 60%;
  }
  .column-push-small-4-5,
  .column-push-small-8-10 {
    left: 80%;
  }
  .column-push-small-1-6,
  .column-push-small-2-12 {
    left: 16.6667%;
  }
  .column-push-small-5-6 {
    left: 83.3335%;
  }
  .column-push-small-1-7 {
    left: 14.2857%;
  }
  .column-push-small-2-7 {
    left: 28.5714%;
  }
  .column-push-small-3-7 {
    left: 42.8571%;
  }
  .column-push-small-4-7 {
    left: 57.1428%;
  }
  .column-push-small-5-7 {
    left: 71.4285%;
  }
  .column-push-small-6-7 {
    left: 85.7142%;
  }
  .column-push-small-1-8 {
    left: 12.5%;
  }
  .column-push-small-3-8 {
    left: 37.5%;
  }
  .column-push-small-5-8 {
    left: 62.5%;
  }
  .column-push-small-7-8 {
    left: 87.5%;
  }
  .column-push-small-1-9 {
    left: 11.1111%;
  }
  .column-push-small-2-9 {
    left: 22.2222%;
  }
  .column-push-small-4-9 {
    left: 44.4444%;
  }
  .column-push-small-5-9 {
    left: 55.5555%;
  }
  .column-push-small-7-9 {
    left: 77.7777%;
  }
  .column-push-small-8-9 {
    left: 88.8888%;
  }
  .column-push-small-1-10 {
    left: 10%;
  }
  .column-push-small-3-10 {
    left: 30%;
  }
  .column-push-small-7-10 {
    left: 70%;
  }
  .column-push-small-9-10 {
    left: 90%;
  }
  .column-push-small-1-11 {
    left: 9.0909%;
  }
  .column-push-small-2-11 {
    left: 18.1818%;
  }
  .column-push-small-3-11 {
    left: 27.2727%;
  }
  .column-push-small-4-11 {
    left: 36.3636%;
  }
  .column-push-small-5-11 {
    left: 45.4545%;
  }
  .column-push-small-6-11 {
    left: 54.5454%;
  }
  .column-push-small-7-11 {
    left: 63.6363%;
  }
  .column-push-small-8-11 {
    left: 72.7272%;
  }
  .column-push-small-9-11 {
    left: 81.8181%;
  }
  .column-push-small-10-11 {
    left: 90.909%;
  }
  .column-push-small-1-12 {
    left: 8.3333%;
  }
  .column-push-small-5-12 {
    left: 41.6665%;
  }
  .column-push-small-7-12 {
    left: 58.3331%;
  }
  .column-push-small-10-12 {
    left: 83.333%;
  }
  .column-push-small-11-12 {
    left: 91.6663%;
  }
}
/*
 * Column Push Extra Small Classes
 */
@media (max-width: 767px) {
  [class*='column-push-'] {
    left: auto;
  }
  .column-push-xsmall-1 {
    left: 100%;
  }
  .column-push-xsmall-1-2,
  .column-push-xsmall-2-4,
  .column-push-xsmall-3-6,
  .column-push-xsmall-4-8,
  .column-push-xsmall-5-10,
  .column-push-xsmall-6-12 {
    left: 50%;
  }
  .column-push-xsmall-1-3,
  .column-push-xsmall-2-6,
  .column-push-xsmall-3-9,
  .column-push-xsmall-4-12 {
    left: 33.3333%;
  }
  .column-push-xsmall-2-3,
  .column-push-xsmall-4-6,
  .column-push-xsmall-6-9,
  .column-push-xsmall-8-12 {
    left: 66.6666%;
  }
  .column-push-xsmall-1-4,
  .column-push-xsmall-2-8,
  .column-push-xsmall-3-12 {
    left: 25%;
  }
  .column-push-xsmall-3-4,
  .column-push-xsmall-6-8,
  .column-push-xsmall-9-12 {
    left: 75%;
  }
  .column-push-xsmall-1-5,
  .column-push-xsmall-2-10 {
    left: 20%;
  }
  .column-push-xsmall-2-5,
  .column-push-xsmall-4-10 {
    left: 40%;
  }
  .column-push-xsmall-3-5,
  .column-push-xsmall-6-10 {
    left: 60%;
  }
  .column-push-xsmall-4-5,
  .column-push-xsmall-8-10 {
    left: 80%;
  }
  .column-push-xsmall-1-6,
  .column-push-xsmall-2-12 {
    left: 16.6667%;
  }
  .column-push-xsmall-5-6 {
    left: 83.3335%;
  }
  .column-push-xsmall-1-7 {
    left: 14.2857%;
  }
  .column-push-xsmall-2-7 {
    left: 28.5714%;
  }
  .column-push-xsmall-3-7 {
    left: 42.8571%;
  }
  .column-push-xsmall-4-7 {
    left: 57.1428%;
  }
  .column-push-xsmall-5-7 {
    left: 71.4285%;
  }
  .column-push-xsmall-6-7 {
    left: 85.7142%;
  }
  .column-push-xsmall-1-8 {
    left: 12.5%;
  }
  .column-push-xsmall-3-8 {
    left: 37.5%;
  }
  .column-push-xsmall-5-8 {
    left: 62.5%;
  }
  .column-push-xsmall-7-8 {
    left: 87.5%;
  }
  .column-push-xsmall-1-9 {
    left: 11.1111%;
  }
  .column-push-xsmall-2-9 {
    left: 22.2222%;
  }
  .column-push-xsmall-4-9 {
    left: 44.4444%;
  }
  .column-push-xsmall-5-9 {
    left: 55.5555%;
  }
  .column-push-xsmall-7-9 {
    left: 77.7777%;
  }
  .column-push-xsmall-8-9 {
    left: 88.8888%;
  }
  .column-push-xsmall-1-10 {
    left: 10%;
  }
  .column-push-xsmall-3-10 {
    left: 30%;
  }
  .column-push-xsmall-7-10 {
    left: 70%;
  }
  .column-push-xsmall-9-10 {
    left: 90%;
  }
  .column-push-xsmall-1-11 {
    left: 9.0909%;
  }
  .column-push-xsmall-2-11 {
    left: 18.1818%;
  }
  .column-push-xsmall-3-11 {
    left: 27.2727%;
  }
  .column-push-xsmall-4-11 {
    left: 36.3636%;
  }
  .column-push-xsmall-5-11 {
    left: 45.4545%;
  }
  .column-push-xsmall-6-11 {
    left: 54.5454%;
  }
  .column-push-xsmall-7-11 {
    left: 63.6363%;
  }
  .column-push-xsmall-8-11 {
    left: 72.7272%;
  }
  .column-push-xsmall-9-11 {
    left: 81.8181%;
  }
  .column-push-xsmall-10-11 {
    left: 90.909%;
  }
  .column-push-xsmall-1-12 {
    left: 8.3333%;
  }
  .column-push-xsmall-5-12 {
    left: 41.6665%;
  }
  .column-push-xsmall-7-12 {
    left: 58.3331%;
  }
  .column-push-xsmall-10-12 {
    left: 83.333%;
  }
  .column-push-xsmall-11-12 {
    left: 91.6663%;
  }
}
/*
 * Column Pull Classes
 */
.column-pull-1 {
  right: 100%;
}
.column-pull-1-2,
.column-pull-2-4,
.column-pull-3-6,
.column-pull-4-8,
.column-pull-5-10,
.column-pull-6-12 {
  right: 50%;
}
.column-pull-1-3,
.column-pull-2-6,
.column-pull-3-9,
.column-pull-4-12 {
  right: 33.3333%;
}
.column-pull-2-3,
.column-pull-4-6,
.column-pull-6-9,
.column-pull-8-12 {
  right: 66.6666%;
}
.column-pull-1-4,
.column-pull-2-8,
.column-pull-3-12 {
  right: 25%;
}
.column-pull-3-4,
.column-pull-6-8,
.column-pull-9-12 {
  right: 75%;
}
.column-pull-1-5,
.column-pull-2-10 {
  right: 20%;
}
.column-pull-2-5,
.column-pull-4-10 {
  right: 40%;
}
.column-pull-3-5,
.column-pull-6-10 {
  right: 60%;
}
.column-pull-4-5,
.column-pull-8-10 {
  right: 80%;
}
.column-pull-1-6,
.column-pull-2-12 {
  right: 16.6667%;
}
.column-pull-5-6 {
  right: 83.3335%;
}
.column-pull-1-7 {
  right: 14.2857%;
}
.column-pull-2-7 {
  right: 28.5714%;
}
.column-pull-3-7 {
  right: 42.8571%;
}
.column-pull-4-7 {
  right: 57.1428%;
}
.column-pull-5-7 {
  right: 71.4285%;
}
.column-pull-6-7 {
  right: 85.7142%;
}
.column-pull-1-8 {
  right: 12.5%;
}
.column-pull-3-8 {
  right: 37.5%;
}
.column-pull-5-8 {
  right: 62.5%;
}
.column-pull-7-8 {
  right: 87.5%;
}
.column-pull-1-9 {
  right: 11.1111%;
}
.column-pull-2-9 {
  right: 22.2222%;
}
.column-pull-4-9 {
  right: 44.4444%;
}
.column-pull-5-9 {
  right: 55.5555%;
}
.column-pull-7-9 {
  right: 77.7777%;
}
.column-pull-8-9 {
  right: 88.8888%;
}
.column-pull-1-10 {
  right: 10%;
}
.column-pull-3-10 {
  right: 30%;
}
.column-pull-7-10 {
  right: 70%;
}
.column-pull-9-10 {
  right: 90%;
}
.column-pull-1-11 {
  right: 9.0909%;
}
.column-pull-2-11 {
  right: 18.1818%;
}
.column-pull-3-11 {
  right: 27.2727%;
}
.column-pull-4-11 {
  right: 36.3636%;
}
.column-pull-5-11 {
  right: 45.4545%;
}
.column-pull-6-11 {
  right: 54.5454%;
}
.column-pull-7-11 {
  right: 63.6363%;
}
.column-pull-8-11 {
  right: 72.7272%;
}
.column-pull-9-11 {
  right: 81.8181%;
}
.column-pull-10-11 {
  right: 90.909%;
}
.column-pull-1-12 {
  right: 8.3333%;
}
.column-pull-5-12 {
  right: 41.6665%;
}
.column-pull-7-12 {
  right: 58.3331%;
}
.column-pull-10-12 {
  right: 83.333%;
}
.column-pull-11-12 {
  right: 91.6663%;
}
/*
 * Column Pull Extra Large Classes
 */
@media (min-width: 1680px) {
  .column-pull-xlarge-reset {
    right: 0;
  }
  .column-pull-xlarge-1 {
    right: 100%;
  }
  .column-pull-xlarge-1-2,
  .column-pull-xlarge-2-4,
  .column-pull-xlarge-3-6,
  .column-pull-xlarge-4-8,
  .column-pull-xlarge-5-10,
  .column-pull-xlarge-6-12 {
    right: 50%;
  }
  .column-pull-xlarge-1-3,
  .column-pull-xlarge-2-6,
  .column-pull-xlarge-3-9,
  .column-pull-xlarge-4-12 {
    right: 33.3333%;
  }
  .column-pull-xlarge-2-3,
  .column-pull-xlarge-4-6,
  .column-pull-xlarge-6-9,
  .column-pull-xlarge-8-12 {
    right: 66.6666%;
  }
  .column-pull-xlarge-1-4,
  .column-pull-xlarge-2-8,
  .column-pull-xlarge-3-12 {
    right: 25%;
  }
  .column-pull-xlarge-3-4,
  .column-pull-xlarge-6-8,
  .column-pull-xlarge-9-12 {
    right: 75%;
  }
  .column-pull-xlarge-1-5,
  .column-pull-xlarge-2-10 {
    right: 20%;
  }
  .column-pull-xlarge-2-5,
  .column-pull-xlarge-4-10 {
    right: 40%;
  }
  .column-pull-xlarge-3-5,
  .column-pull-xlarge-6-10 {
    right: 60%;
  }
  .column-pull-xlarge-4-5,
  .column-pull-xlarge-8-10 {
    right: 80%;
  }
  .column-pull-xlarge-1-6,
  .column-pull-xlarge-2-12 {
    right: 16.6667%;
  }
  .column-pull-xlarge-5-6 {
    right: 83.3335%;
  }
  .column-pull-xlarge-1-7 {
    right: 14.2857%;
  }
  .column-pull-xlarge-2-7 {
    right: 28.5714%;
  }
  .column-pull-xlarge-3-7 {
    right: 42.8571%;
  }
  .column-pull-xlarge-4-7 {
    right: 57.1428%;
  }
  .column-pull-xlarge-5-7 {
    right: 71.4285%;
  }
  .column-pull-xlarge-6-7 {
    right: 85.7142%;
  }
  .column-pull-xlarge-1-8 {
    right: 12.5%;
  }
  .column-pull-xlarge-3-8 {
    right: 37.5%;
  }
  .column-pull-xlarge-5-8 {
    right: 62.5%;
  }
  .column-pull-xlarge-7-8 {
    right: 87.5%;
  }
  .column-pull-xlarge-1-9 {
    right: 11.1111%;
  }
  .column-pull-xlarge-2-9 {
    right: 22.2222%;
  }
  .column-pull-xlarge-4-9 {
    right: 44.4444%;
  }
  .column-pull-xlarge-5-9 {
    right: 55.5555%;
  }
  .column-pull-xlarge-7-9 {
    right: 77.7777%;
  }
  .column-pull-xlarge-8-9 {
    right: 88.8888%;
  }
  .column-pull-xlarge-1-10 {
    right: 10%;
  }
  .column-pull-xlarge-3-10 {
    right: 30%;
  }
  .column-pull-xlarge-7-10 {
    right: 70%;
  }
  .column-pull-xlarge-9-10 {
    right: 90%;
  }
  .column-pull-xlarge-1-11 {
    right: 9.0909%;
  }
  .column-pull-xlarge-2-11 {
    right: 18.1818%;
  }
  .column-pull-xlarge-3-11 {
    right: 27.2727%;
  }
  .column-pull-xlarge-4-11 {
    right: 36.3636%;
  }
  .column-pull-xlarge-5-11 {
    right: 45.4545%;
  }
  .column-pull-xlarge-6-11 {
    right: 54.5454%;
  }
  .column-pull-xlarge-7-11 {
    right: 63.6363%;
  }
  .column-pull-xlarge-8-11 {
    right: 72.7272%;
  }
  .column-pull-xlarge-9-11 {
    right: 81.8181%;
  }
  .column-pull-xlarge-10-11 {
    right: 90.909%;
  }
  .column-pull-xlarge-1-12 {
    right: 8.3333%;
  }
  .column-pull-xlarge-5-12 {
    right: 41.6665%;
  }
  .column-pull-xlarge-7-12 {
    right: 58.3331%;
  }
  .column-pull-xlarge-10-12 {
    right: 83.333%;
  }
  .column-pull-xlarge-11-12 {
    right: 91.6663%;
  }
}
/*
 * Column Pull Large Classes
 */
@media (min-width: 1280px) and (max-width: 1679px) {
  .column-pull-large-reset {
    right: 0;
  }
  .column-pull-large-1 {
    right: 100%;
  }
  .column-pull-large-1-2,
  .column-pull-large-2-4,
  .column-pull-large-3-6,
  .column-pull-large-4-8,
  .column-pull-large-5-10,
  .column-pull-large-6-12 {
    right: 50%;
  }
  .column-pull-large-1-3,
  .column-pull-large-2-6,
  .column-pull-large-3-9,
  .column-pull-large-4-12 {
    right: 33.3333%;
  }
  .column-pull-large-2-3,
  .column-pull-large-4-6,
  .column-pull-large-6-9,
  .column-pull-large-8-12 {
    right: 66.6666%;
  }
  .column-pull-large-1-4,
  .column-pull-large-2-8,
  .column-pull-large-3-12 {
    right: 25%;
  }
  .column-pull-large-3-4,
  .column-pull-large-6-8,
  .column-pull-large-9-12 {
    right: 75%;
  }
  .column-pull-large-1-5,
  .column-pull-large-2-10 {
    right: 20%;
  }
  .column-pull-large-2-5,
  .column-pull-large-4-10 {
    right: 40%;
  }
  .column-pull-large-3-5,
  .column-pull-large-6-10 {
    right: 60%;
  }
  .column-pull-large-4-5,
  .column-pull-large-8-10 {
    right: 80%;
  }
  .column-pull-large-1-6,
  .column-pull-large-2-12 {
    right: 16.6667%;
  }
  .column-pull-large-5-6 {
    right: 83.3335%;
  }
  .column-pull-large-1-7 {
    right: 14.2857%;
  }
  .column-pull-large-2-7 {
    right: 28.5714%;
  }
  .column-pull-large-3-7 {
    right: 42.8571%;
  }
  .column-pull-large-4-7 {
    right: 57.1428%;
  }
  .column-pull-large-5-7 {
    right: 71.4285%;
  }
  .column-pull-large-6-7 {
    right: 85.7142%;
  }
  .column-pull-large-1-8 {
    right: 12.5%;
  }
  .column-pull-large-3-8 {
    right: 37.5%;
  }
  .column-pull-large-5-8 {
    right: 62.5%;
  }
  .column-pull-large-7-8 {
    right: 87.5%;
  }
  .column-pull-large-1-9 {
    right: 11.1111%;
  }
  .column-pull-large-2-9 {
    right: 22.2222%;
  }
  .column-pull-large-4-9 {
    right: 44.4444%;
  }
  .column-pull-large-5-9 {
    right: 55.5555%;
  }
  .column-pull-large-7-9 {
    right: 77.7777%;
  }
  .column-pull-large-8-9 {
    right: 88.8888%;
  }
  .column-pull-large-1-10 {
    right: 10%;
  }
  .column-pull-large-3-10 {
    right: 30%;
  }
  .column-pull-large-7-10 {
    right: 70%;
  }
  .column-pull-large-9-10 {
    right: 90%;
  }
  .column-pull-large-1-11 {
    right: 9.0909%;
  }
  .column-pull-large-2-11 {
    right: 18.1818%;
  }
  .column-pull-large-3-11 {
    right: 27.2727%;
  }
  .column-pull-large-4-11 {
    right: 36.3636%;
  }
  .column-pull-large-5-11 {
    right: 45.4545%;
  }
  .column-pull-large-6-11 {
    right: 54.5454%;
  }
  .column-pull-large-7-11 {
    right: 63.6363%;
  }
  .column-pull-large-8-11 {
    right: 72.7272%;
  }
  .column-pull-large-9-11 {
    right: 81.8181%;
  }
  .column-pull-large-10-11 {
    right: 90.909%;
  }
  .column-pull-large-1-12 {
    right: 8.3333%;
  }
  .column-pull-large-5-12 {
    right: 41.6665%;
  }
  .column-pull-large-7-12 {
    right: 58.3331%;
  }
  .column-pull-large-10-12 {
    right: 83.333%;
  }
  .column-pull-large-11-12 {
    right: 91.6663%;
  }
}
/*
 * Column Pull Medium Classes
 */
@media (min-width: 1025px) and (max-width: 1279px) {
  .column-pull-medium-reset {
    right: 0;
  }
  .column-pull-medium-1 {
    right: 100%;
  }
  .column-pull-medium-1-2,
  .column-pull-medium-2-4,
  .column-pull-medium-3-6,
  .column-pull-medium-4-8,
  .column-pull-medium-5-10,
  .column-pull-medium-6-12 {
    right: 50%;
  }
  .column-pull-medium-1-3,
  .column-pull-medium-2-6,
  .column-pull-medium-3-9,
  .column-pull-medium-4-12 {
    right: 33.3333%;
  }
  .column-pull-medium-2-3,
  .column-pull-medium-4-6,
  .column-pull-medium-6-9,
  .column-pull-medium-8-12 {
    right: 66.6666%;
  }
  .column-pull-medium-1-4,
  .column-pull-medium-2-8,
  .column-pull-medium-3-12 {
    right: 25%;
  }
  .column-pull-medium-3-4,
  .column-pull-medium-6-8,
  .column-pull-medium-9-12 {
    right: 75%;
  }
  .column-pull-medium-1-5,
  .column-pull-medium-2-10 {
    right: 20%;
  }
  .column-pull-medium-2-5,
  .column-pull-medium-4-10 {
    right: 40%;
  }
  .column-pull-medium-3-5,
  .column-pull-medium-6-10 {
    right: 60%;
  }
  .column-pull-medium-4-5,
  .column-pull-medium-8-10 {
    right: 80%;
  }
  .column-pull-medium-1-6,
  .column-pull-medium-2-12 {
    right: 16.6667%;
  }
  .column-pull-medium-5-6 {
    right: 83.3335%;
  }
  .column-pull-medium-1-7 {
    right: 14.2857%;
  }
  .column-pull-medium-2-7 {
    right: 28.5714%;
  }
  .column-pull-medium-3-7 {
    right: 42.8571%;
  }
  .column-pull-medium-4-7 {
    right: 57.1428%;
  }
  .column-pull-medium-5-7 {
    right: 71.4285%;
  }
  .column-pull-medium-6-7 {
    right: 85.7142%;
  }
  .column-pull-medium-1-8 {
    right: 12.5%;
  }
  .column-pull-medium-3-8 {
    right: 37.5%;
  }
  .column-pull-medium-5-8 {
    right: 62.5%;
  }
  .column-pull-medium-7-8 {
    right: 87.5%;
  }
  .column-pull-medium-1-9 {
    right: 11.1111%;
  }
  .column-pull-medium-2-9 {
    right: 22.2222%;
  }
  .column-pull-medium-4-9 {
    right: 44.4444%;
  }
  .column-pull-medium-5-9 {
    right: 55.5555%;
  }
  .column-pull-medium-7-9 {
    right: 77.7777%;
  }
  .column-pull-medium-8-9 {
    right: 88.8888%;
  }
  .column-pull-medium-1-10 {
    right: 10%;
  }
  .column-pull-medium-3-10 {
    right: 30%;
  }
  .column-pull-medium-7-10 {
    right: 70%;
  }
  .column-pull-medium-9-10 {
    right: 90%;
  }
  .column-pull-medium-1-11 {
    right: 9.0909%;
  }
  .column-pull-medium-2-11 {
    right: 18.1818%;
  }
  .column-pull-medium-3-11 {
    right: 27.2727%;
  }
  .column-pull-medium-4-11 {
    right: 36.3636%;
  }
  .column-pull-medium-5-11 {
    right: 45.4545%;
  }
  .column-pull-medium-6-11 {
    right: 54.5454%;
  }
  .column-pull-medium-7-11 {
    right: 63.6363%;
  }
  .column-pull-medium-8-11 {
    right: 72.7272%;
  }
  .column-pull-medium-9-11 {
    right: 81.8181%;
  }
  .column-pull-medium-10-11 {
    right: 90.909%;
  }
  .column-pull-medium-1-12 {
    right: 8.3333%;
  }
  .column-pull-medium-5-12 {
    right: 41.6665%;
  }
  .column-pull-medium-7-12 {
    right: 58.3331%;
  }
  .column-pull-medium-10-12 {
    right: 83.333%;
  }
  .column-pull-medium-11-12 {
    right: 91.6663%;
  }
}
/*
 * Column Pull Small Classes
 */
@media (min-width: 768px) and (max-width: 1024px) {
  .column-pull-small-1 {
    right: 100%;
  }
  .column-pull-small-1-2,
  .column-pull-small-2-4,
  .column-pull-small-3-6,
  .column-pull-small-4-8,
  .column-pull-small-5-10,
  .column-pull-small-6-12 {
    right: 50%;
  }
  .column-pull-small-1-3,
  .column-pull-small-2-6,
  .column-pull-small-3-9,
  .column-pull-small-4-12 {
    right: 33.3333%;
  }
  .column-pull-small-2-3,
  .column-pull-small-4-6,
  .column-pull-small-6-9,
  .column-pull-small-8-12 {
    right: 66.6666%;
  }
  .column-pull-small-1-4,
  .column-pull-small-2-8,
  .column-pull-small-3-12 {
    right: 25%;
  }
  .column-pull-small-3-4,
  .column-pull-small-6-8,
  .column-pull-small-9-12 {
    right: 75%;
  }
  .column-pull-small-1-5,
  .column-pull-small-2-10 {
    right: 20%;
  }
  .column-pull-small-2-5,
  .column-pull-small-4-10 {
    right: 40%;
  }
  .column-pull-small-3-5,
  .column-pull-small-6-10 {
    right: 60%;
  }
  .column-pull-small-4-5,
  .column-pull-small-8-10 {
    right: 80%;
  }
  .column-pull-small-1-6,
  .column-pull-small-2-12 {
    right: 16.6667%;
  }
  .column-pull-small-5-6 {
    right: 83.3335%;
  }
  .column-pull-small-1-7 {
    right: 14.2857%;
  }
  .column-pull-small-2-7 {
    right: 28.5714%;
  }
  .column-pull-small-3-7 {
    right: 42.8571%;
  }
  .column-pull-small-4-7 {
    right: 57.1428%;
  }
  .column-pull-small-5-7 {
    right: 71.4285%;
  }
  .column-pull-small-6-7 {
    right: 85.7142%;
  }
  .column-pull-small-1-8 {
    right: 12.5%;
  }
  .column-pull-small-3-8 {
    right: 37.5%;
  }
  .column-pull-small-5-8 {
    right: 62.5%;
  }
  .column-pull-small-7-8 {
    right: 87.5%;
  }
  .column-pull-small-1-9 {
    right: 11.1111%;
  }
  .column-pull-small-2-9 {
    right: 22.2222%;
  }
  .column-pull-small-4-9 {
    right: 44.4444%;
  }
  .column-pull-small-5-9 {
    right: 55.5555%;
  }
  .column-pull-small-7-9 {
    right: 77.7777%;
  }
  .column-pull-small-8-9 {
    right: 88.8888%;
  }
  .column-pull-small-1-10 {
    right: 10%;
  }
  .column-pull-small-3-10 {
    right: 30%;
  }
  .column-pull-small-7-10 {
    right: 70%;
  }
  .column-pull-small-9-10 {
    right: 90%;
  }
  .column-pull-small-1-11 {
    right: 9.0909%;
  }
  .column-pull-small-2-11 {
    right: 18.1818%;
  }
  .column-pull-small-3-11 {
    right: 27.2727%;
  }
  .column-pull-small-4-11 {
    right: 36.3636%;
  }
  .column-pull-small-5-11 {
    right: 45.4545%;
  }
  .column-pull-small-6-11 {
    right: 54.5454%;
  }
  .column-pull-small-7-11 {
    right: 63.6363%;
  }
  .column-pull-small-8-11 {
    right: 72.7272%;
  }
  .column-pull-small-9-11 {
    right: 81.8181%;
  }
  .column-pull-small-10-11 {
    right: 90.909%;
  }
  .column-pull-small-1-12 {
    right: 8.3333%;
  }
  .column-pull-small-5-12 {
    right: 41.6665%;
  }
  .column-pull-small-7-12 {
    right: 58.3331%;
  }
  .column-pull-small-10-12 {
    right: 83.333%;
  }
  .column-pull-small-11-12 {
    right: 91.6663%;
  }
}
/*
 * Column Pull  Extra Small Classes
 */
@media (max-width: 767px) {
  [class*='column-pull-'] {
    right: auto;
  }
  .column-pull-xsmall-1 {
    right: 100%;
  }
  .column-pull-xsmall-1-2,
  .column-pull-xsmall-2-4,
  .column-pull-xsmall-3-6,
  .column-pull-xsmall-4-8,
  .column-pull-xsmall-5-10,
  .column-pull-xsmall-6-12 {
    right: 50%;
  }
  .column-pull-xsmall-1-3,
  .column-pull-xsmall-2-6,
  .column-pull-xsmall-3-9,
  .column-pull-xsmall-4-12 {
    right: 33.3333%;
  }
  .column-pull-xsmall-2-3,
  .column-pull-xsmall-4-6,
  .column-pull-xsmall-6-9,
  .column-pull-xsmall-8-12 {
    right: 66.6666%;
  }
  .column-pull-xsmall-1-4,
  .column-pull-xsmall-2-8,
  .column-pull-xsmall-3-12 {
    right: 25%;
  }
  .column-pull-xsmall-3-4,
  .column-pull-xsmall-6-8,
  .column-pull-xsmall-9-12 {
    right: 75%;
  }
  .column-pull-xsmall-1-5,
  .column-pull-xsmall-2-10 {
    right: 20%;
  }
  .column-pull-xsmall-2-5,
  .column-pull-xsmall-4-10 {
    right: 40%;
  }
  .column-pull-xsmall-3-5,
  .column-pull-xsmall-6-10 {
    right: 60%;
  }
  .column-pull-xsmall-4-5,
  .column-pull-xsmall-8-10 {
    right: 80%;
  }
  .column-pull-xsmall-1-6,
  .column-pull-xsmall-2-12 {
    right: 16.6667%;
  }
  .column-pull-xsmall-5-6 {
    right: 83.3335%;
  }
  .column-pull-xsmall-1-7 {
    right: 14.2857%;
  }
  .column-pull-xsmall-2-7 {
    right: 28.5714%;
  }
  .column-pull-xsmall-3-7 {
    right: 42.8571%;
  }
  .column-pull-xsmall-4-7 {
    right: 57.1428%;
  }
  .column-pull-xsmall-5-7 {
    right: 71.4285%;
  }
  .column-pull-xsmall-6-7 {
    right: 85.7142%;
  }
  .column-pull-xsmall-1-8 {
    right: 12.5%;
  }
  .column-pull-xsmall-3-8 {
    right: 37.5%;
  }
  .column-pull-xsmall-5-8 {
    right: 62.5%;
  }
  .column-pull-xsmall-7-8 {
    right: 87.5%;
  }
  .column-pull-xsmall-1-9 {
    right: 11.1111%;
  }
  .column-pull-xsmall-2-9 {
    right: 22.2222%;
  }
  .column-pull-xsmall-4-9 {
    right: 44.4444%;
  }
  .column-pull-xsmall-5-9 {
    right: 55.5555%;
  }
  .column-pull-xsmall-7-9 {
    right: 77.7777%;
  }
  .column-pull-xsmall-8-9 {
    right: 88.8888%;
  }
  .column-pull-xsmall-1-10 {
    right: 10%;
  }
  .column-pull-xsmall-3-10 {
    right: 30%;
  }
  .column-pull-xsmall-7-10 {
    right: 70%;
  }
  .column-pull-xsmall-9-10 {
    right: 90%;
  }
  .column-pull-xsmall-1-11 {
    right: 9.0909%;
  }
  .column-pull-xsmall-2-11 {
    right: 18.1818%;
  }
  .column-pull-xsmall-3-11 {
    right: 27.2727%;
  }
  .column-pull-xsmall-4-11 {
    right: 36.3636%;
  }
  .column-pull-xsmall-5-11 {
    right: 45.4545%;
  }
  .column-pull-xsmall-6-11 {
    right: 54.5454%;
  }
  .column-pull-xsmall-7-11 {
    right: 63.6363%;
  }
  .column-pull-xsmall-8-11 {
    right: 72.7272%;
  }
  .column-pull-xsmall-9-11 {
    right: 81.8181%;
  }
  .column-pull-xsmall-10-11 {
    right: 90.909%;
  }
  .column-pull-xsmall-1-12 {
    right: 8.3333%;
  }
  .column-pull-xsmall-5-12 {
    right: 41.6665%;
  }
  .column-pull-xsmall-7-12 {
    right: 58.3331%;
  }
  .column-pull-xsmall-10-12 {
    right: 83.333%;
  }
  .column-pull-xsmall-11-12 {
    right: 91.6663%;
  }
}
/*
 * Form
 */
/*
 * Definitions
 */
/*
 * Label
 */
label {
  display: block;
  margin: 1rem 0;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #000000;
  line-height: 1.5;
}
/*
 * Definitions
 */
/*
 * Fieldset
 */
fieldset {
  display: block;
  margin: 2rem 0;
  padding: 2rem 3rem;
  border: 1px solid #E7E7E7;
  border-radius: 1rem;
}
fieldset legend {
  display: inline-block;
  padding: 1rem;
  font-size: 1.6rem;
  color: #555;
}
/*
 * Definitions
 */
/*
 * Form Message
 */
.form-message {
  margin: 1rem 0;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #555;
  line-height: 1.5;
}
.form-message.error {
  color: #D91E18;
}
.form-message.warning {
  color: #FF4500;
}
.form-message.success {
  color: #00AA00;
}
.form-message.info {
  color: #1E90FF;
}
/*
 * Definitions
 */
/*
 * Input
 */
input,
textarea {
  display: block;
  margin: 1rem 0;
  width: 100%;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  padding: 0 1.6rem;
  height: 4.4rem;
  font-size: 1.6rem;
  color: #555;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(85, 85, 85, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: rgba(85, 85, 85, 0.25);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(85, 85, 85, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: rgba(85, 85, 85, 0.25);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(85, 85, 85, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: rgba(85, 85, 85, 0.25);
}
input:hover,
textarea:hover {
  color: #555;
  background: #fafafa;
  border: 1px solid #cecece;
}
input:focus,
textarea:focus {
  color: #555;
  background: #fafafa;
  border: 1px solid #1E90FF;
}
input:disabled,
textarea:disabled {
  cursor: no-drop;
  color: #FAFAFC;
  background: #FAFAFC;
  border: 1px solid #dadae9;
}
/*
 * Textarea
 */
textarea {
  max-width: 100%;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
}
/*
 * Input Styles
 */
.input-inverse {
  color: #FFFFFF;
  background: #000000;
  border: none;
}
.input-inverse::-moz-placeholder {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: #FFFFFF;
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-inverse:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.input-inverse:-ms-input-placeholder {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: #FFFFFF;
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-inverse:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.input-inverse::-webkit-input-placeholder {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: #FFFFFF;
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-inverse:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.input-inverse:hover {
  color: #FFFFFF;
  background: #000000;
  border: none;
}
.input-inverse:focus {
  color: #FFFFFF;
  background: #000000;
  border: 1px solid #1E90FF;
}
/*
 * Input Search
 */
input[type="search"] {
  border-radius: 2rem;
  -webkit-appearance: none;
  box-sizing: border-box;
}
/*
 * Input File
 */
input[type="file"] {
  padding: 0;
  height: auto;
  background: transparent;
  border: none;
  box-sizing: border-box;
}
/*
 * Checkbox and Radio
 */
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  margin-right: 10px;
  width: auto;
  height: auto;
}
input[type="checkbox"] + p,
input[type="radio"] + p {
  margin: 0;
  display: inline-block;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
/*
 * Textarea
 */
textarea {
  padding: 1.6rem;
  height: auto;
  line-height: 1.5;
}
/*
 * Definitions
 */
/*
 * Input Indicators 
 */
input.error,
textarea.error {
  color: #D91E18;
  border-color: #D91E18;
}
input.warning,
textarea.warning {
  color: #FF4500;
  border-color: #FF4500;
}
input.success,
textarea.success {
  color: #00AA00;
  border-color: #00AA00;
}
input.info,
textarea.info {
  color: #1E90FF;
  border-color: #1E90FF;
}
/*
 * Definitions
 */
/*
 * Input Sizes
 */
.input-xlarge {
  padding: 0 3rem;
  height: 6rem;
  font-size: 2rem;
}
.input-xlarge::-moz-placeholder {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: rgba(85, 85, 85, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-xlarge:focus::-moz-placeholder {
  color: rgba(85, 85, 85, 0.25);
}
.input-xlarge:-ms-input-placeholder {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: rgba(85, 85, 85, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-xlarge:focus:-ms-input-placeholder {
  color: rgba(85, 85, 85, 0.25);
}
.input-xlarge::-webkit-input-placeholder {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: rgba(85, 85, 85, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-xlarge:focus::-webkit-input-placeholder {
  color: rgba(85, 85, 85, 0.25);
}
.input-large {
  padding: 0 2.5rem;
  height: 5rem;
  font-size: 1.8rem;
}
.input-large::-moz-placeholder {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  color: rgba(85, 85, 85, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-large:focus::-moz-placeholder {
  color: rgba(85, 85, 85, 0.25);
}
.input-large:-ms-input-placeholder {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  color: rgba(85, 85, 85, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-large:focus:-ms-input-placeholder {
  color: rgba(85, 85, 85, 0.25);
}
.input-large::-webkit-input-placeholder {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  color: rgba(85, 85, 85, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-large:focus::-webkit-input-placeholder {
  color: rgba(85, 85, 85, 0.25);
}
.input-medium {
  padding: 0 1.6rem;
  height: 4.4rem;
  font-size: 1.6rem;
}
.input-medium::-moz-placeholder {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(85, 85, 85, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-medium:focus::-moz-placeholder {
  color: rgba(85, 85, 85, 0.25);
}
.input-medium:-ms-input-placeholder {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(85, 85, 85, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-medium:focus:-ms-input-placeholder {
  color: rgba(85, 85, 85, 0.25);
}
.input-medium::-webkit-input-placeholder {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(85, 85, 85, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-medium:focus::-webkit-input-placeholder {
  color: rgba(85, 85, 85, 0.25);
}
.input-small {
  padding: 0 1.2rem;
  height: 3.6rem;
  font-size: 1.4rem;
}
.input-small::-moz-placeholder {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: rgba(85, 85, 85, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-small:focus::-moz-placeholder {
  color: rgba(85, 85, 85, 0.25);
}
.input-small:-ms-input-placeholder {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: rgba(85, 85, 85, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-small:focus:-ms-input-placeholder {
  color: rgba(85, 85, 85, 0.25);
}
.input-small::-webkit-input-placeholder {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: rgba(85, 85, 85, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-small:focus::-webkit-input-placeholder {
  color: rgba(85, 85, 85, 0.25);
}
.input-xsmall {
  padding: 0 0.8rem;
  height: 2.4rem;
  font-size: 1.2rem;
}
.input-xsmall::-moz-placeholder {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: rgba(85, 85, 85, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-xsmall:focus::-moz-placeholder {
  color: rgba(85, 85, 85, 0.25);
}
.input-xsmall:-ms-input-placeholder {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: rgba(85, 85, 85, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-xsmall:focus:-ms-input-placeholder {
  color: rgba(85, 85, 85, 0.25);
}
.input-xsmall::-webkit-input-placeholder {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: rgba(85, 85, 85, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-xsmall:focus::-webkit-input-placeholder {
  color: rgba(85, 85, 85, 0.25);
}
/*
 * Input Group
 */
.input-group {
  position: relative;
  display: table;
  margin: 1rem 0;
  border-collapse: separate;
}
.input-group.input-inline {
  float: left;
}
.input-group input {
  margin: 0;
  border-radius: 4px 0 0 4px;
  background-clip: padding-box;
}
.input-group[class*="column-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .input-group-button,
.input-group .input-group .form-input {
  display: table-cell;
}
.input-group-button {
  position: relative;
  font-size: 0rem;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-button > button,
.input-group-button > .button {
  position: relative;
  border-radius: 0 2.2rem 2.2rem 0;
  background-clip: padding-box;
}
.input-group-button > button + .button,
.input-group-button > .button + .button {
  margin-left: -1px;
}
.input-group-button > button:hover,
.input-group-button > .button:hover,
.input-group-button > button:focus,
.input-group-button > .button:focus,
.input-group-button > button:active,
.input-group-button > .button:active {
  z-index: 2;
}
.input-group-button:first-child > .button {
  margin-right: -1px;
}
.input-group-button:last-child > .button {
  margin-left: -1px;
}
.input-group-search {
  border-radius: 2rem;
  overflow: hidden;
}
.input-group-search input[type="search"] {
  padding-left: 2rem;
  border-radius: 2rem 0 0 2rem;
  background-clip: padding-box;
}
.input-group-search button,
.input-group-search .button {
  border-radius: 0 2rem 2rem 0;
  background-clip: padding-box;
}
/*
 * Definitions
 */
/*
 * Controls (Radio + Checkbox)
 */
.control {
  position: relative;
  display: block;
  margin: 1rem 0;
  padding: 0 0 0 1.5em;
  color: #555;
  cursor: pointer;
}
.control.control-inline {
  display: inline-block;
  margin-right: 2rem;
}
.control:hover .control-indicator {
  border: 1px solid #cecece;
  background-color: #fafafa;
}
.control input {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.control input:focus ~ .control-indicator {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 2px #1E90FF;
}
.control input:checked ~ .control-indicator {
  background: #FF5C39;
  border: 1px solid #FF5C39;
}
.control input:checked ~ .control-label {
  color: #555;
}
.control.checkbox .control-indicator {
  border-radius: none;
}
.control.checkbox input:checked ~ .control-indicator {
  background: #FF5C39 no-repeat 50% 50% url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTIuOHB4IiBoZWlnaHQ9IjkuOHB4IiB2aWV3Qm94PSIwIDAgMTIuOCA5LjgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyLjggOS44IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMTEuNCwwIDQuNCw3IDEuNCw0IDAsNS40IDMsOC40IDQuNCw5LjggNS44LDguNCAxMi44LDEuNCAiLz4NCjwvc3ZnPg0K');
}
.control.radio .control-indicator {
  border-radius: 50%;
}
.control.radio input:checked ~ .control-indicator:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
}
.control-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1rem;
  color: #FF5C39;
  text-align: center;
  background-color: #FFFFFF;
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #E7E7E7;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.control-label {
  display: block;
  margin: 0 0 0 1rem;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #555;
  line-height: 1.5;
  transition: color 0.2s ease-in-out;
}
/*
 * Definitions
 */
/*
 * Select
 */
select {
  display: block;
  width: 100%;
}
.select {
  position: relative;
  display: block;
  margin: 1rem 0;
}
.select select {
  margin: 0;
  padding: 0 1.6rem;
  height: 4.4rem;
  line-height: auto;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #555;
  cursor: pointer;
  outline: 0;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select select::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover {
  color: #555;
  background: #fafafa;
  border: 1px solid #cecece;
}
.select select:focus {
  color: #555;
  background: #fafafa;
  border: 1px solid #1E90FF;
}
.select:after {
  content: "\e902";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  position: absolute;
  top: 22%;
  right: 30px;
  margin-top: -0.2rem;
  width: 0;
  height: 0;
  pointer-events: none;
  color: #E7E7E7;
}
/*
 * Select Inverse
 */
.select-inverse select {
  color: #FFFFFF;
  border: none;
  background: #000000;
}
.select-inverse select:hover {
  color: #FFFFFF;
  background: #000000;
  border: none;
}
.select-inverse select:focus {
  color: #FFFFFF;
  background: #000000;
  border: 1px solid #1E90FF;
}
.select-inverse:after {
  border-top: 0.4rem solid #FFFFFF;
}
/*
 * Definitions
 */
/*
 * Select Sizes
 */
.select-xlarge select {
  padding: 0 3rem;
  height: 6rem;
  font-size: 2rem;
  line-height: 6rem;
}
.select-large select {
  padding: 0 2.5rem;
  height: 5rem;
  font-size: 1.8rem;
  line-height: 5rem;
}
.select-medium select {
  padding: 0 1.6rem;
  height: 4.4rem;
  font-size: 1.6rem;
  line-height: 4.4rem;
}
.select-small select {
  padding: 0 1.2rem;
  height: 3.6rem;
  font-size: 1.4rem;
  line-height: 3.6rem;
}
.select-xsmall select {
  padding: 0 0.8rem;
  height: 2.4rem;
  font-size: 1.2rem;
  line-height: 2.4rem;
}
.field {
  margin-bottom: 3.5rem;
  position: relative;
}
.field .box-error {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1.8rem;
}
.field .box-error p.error {
  color: #D91E18 !important;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  margin: 0;
  text-align: left !important;
}
.field.error input,
.field.error select,
.field.error textarea {
  border: 1px solid #D91E18;
}
.field.error .box-error {
  display: block;
}
.field.error .box-error p.error:not([hidden]) {
  display: block;
}
.field.error .box-error p.error:not([hidden]) ~ p {
  display: none;
}
.field--calendar::after {
  content: "\e901";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  position: absolute;
  top: 58%;
  right: 25px;
  margin-top: -0.2rem;
  width: 0;
  height: 0;
  pointer-events: none;
  color: #FFFFFF;
}
.field--calendar::before {
  top: 50%;
  right: 0;
  position: absolute;
  content: '';
  width: 4rem;
  height: 3.5rem;
  background-color: #E7E7E7;
}
.field-checkbox {
  display: flex;
  align-items: center;
}
.field-checkbox label {
  margin-left: 1rem !important;
}
.chips-container {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.chip {
  display: flex;
  align-items: center;
  background-color: #E7E7E7;
  border-radius: 9999px;
  padding: 0.3rem 0.8rem 0.5rem 1rem;
  font-size: 1.4rem;
  line-height: 1;
  min-height: 2.4rem;
}
.close-btn {
  cursor: pointer;
  margin-left: 0.8rem;
  line-height: 1;
}
.close-btn .icon:before {
  font-size: 0.8rem;
  line-height: 1;
  margin: 0;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  margin-top: 0!important;
}
.ng-select .ng-select-container .ng-value-container .ng-input {
  transform: translateY(-50%);
  top: 50%!important;
}
.ng-select .ng-select-container .ng-value-container .ng-input > input {
  height: 100%;
  padding-left: 0;
}
/*
 * Elements
 */
/*
 * Definitions
 */
/*
 * Button
 */
button,
.button {
  display: inline-block;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05rem;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 2.2rem;
  transition: all 0.2s ease-in-out;
  padding: 1.3rem 2.2rem;
  height: 4.5rem;
  font-size: 1.6rem;
  color: #333;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
}
button.error,
.button.error {
  color: #FFFFFF;
  background: #D91E18;
  border: none;
}
button.error:not(:disabled):hover,
.button.error:not(:disabled):hover,
button.error:not(:disabled):focus,
.button.error:not(:disabled):focus {
  color: #FFFFFF;
  background: #ab1813;
  border: none;
}
button.warning,
.button.warning {
  color: #FFFFFF;
  background: #FF4500;
  border: none;
}
button.warning:not(:disabled):hover,
.button.warning:not(:disabled):hover,
button.warning:not(:disabled):focus,
.button.warning:not(:disabled):focus {
  color: #FFFFFF;
  background: #cc3700;
  border: none;
}
button.success,
.button.success {
  color: #FFFFFF;
  background: #00AA00;
  border: none;
}
button.success:not(:disabled):hover,
.button.success:not(:disabled):hover,
button.success:not(:disabled):focus,
.button.success:not(:disabled):focus {
  color: #FFFFFF;
  background: #007700;
  border: none;
}
button.info,
.button.info {
  color: #FFFFFF;
  background: #1E90FF;
  border: none;
}
button.info:not(:disabled):hover,
.button.info:not(:disabled):hover,
button.info:not(:disabled):focus,
.button.info:not(:disabled):focus {
  color: #FFFFFF;
  background: #0077ea;
  border: none;
}
button:not(:disabled):hover,
.button:not(:disabled):hover,
button:not(:disabled):focus,
.button:not(:disabled):focus {
  color: #333;
  background: #e6e6e6;
  border: 1px solid #cecece;
}
button:disabled {
  cursor: no-drop;
  opacity: 0.5;
}
[role="button"] {
  cursor: pointer;
}
/*
 * Button Modifiers
 */
.button-block {
  display: block;
  width: 100%;
  text-align: center;
}
.button-center {
  display: inline-block;
  margin: 0 auto;
}
.button-survey {
  height: 4.5rem;
  border-radius: 2.25rem;
  line-height: 4.2rem;
  font-size: 1.6rem;
  text-align: center;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  display: inline-block;
  align-items: center;
  min-width: 23rem;
  text-decoration: none;
}
.button-survey--border {
  border: 1px solid #FF5C39;
  color: black;
}
.button-survey--border:hover {
  background: #FF5C39;
  color: #FFFFFF;
}
.button-survey--primary {
  background: #FF5C39;
  color: #FFFFFF;
}
.button-survey--primary:hover {
  background: #ff3206;
}
/*
 * Definitions
 */
/*
 * Button Styles
 */
.button-inverse {
  color: #FAFAFC;
  background: #000000;
  border: none;
}
.button-inverse:not(:disabled):hover,
.button-inverse:not(:disabled):focus {
  color: #FAFAFC;
  background: #000000;
  border: none;
}
.button-text {
  color: #000000;
  background: transparent;
  border: none;
}
.button-text:not(:disabled):hover,
.button-text:not(:disabled):focus {
  color: #FF5C39;
  background: transparent;
  border: none;
}
.button-primary {
  color: #FFFFFF;
  background: #FF5C39;
  border: none;
}
.button-primary:not(:disabled):hover,
.button-primary:not(:disabled):focus {
  color: #FFFFFF;
  background: #ff3206;
  border: none;
}
.button-secondary {
  color: #FFFFFF;
  background: #663399;
  border: none;
}
.button-secondary:not(:disabled):hover,
.button-secondary:not(:disabled):focus {
  color: #FFFFFF;
  background: #4c2673;
  border: none;
}
.button-tertiary {
  color: #FFFFFF;
  background: #8B008B;
  border: none;
}
.button-tertiary:not(:disabled):hover,
.button-tertiary:not(:disabled):focus {
  color: #FFFFFF;
  background: #580058;
  border: none;
}
.button-border {
  color: #000000;
  background: transparent;
  border: 1px solid #FF5C39;
}
.button-border:not(:disabled):hover,
.button-border:not(:disabled):focus {
  color: #FFFFFF;
  background: #FF5C39;
  border: 1px solid #FF5C39;
}
.button-delete {
  color: #F9116C;
  background: transparent;
  border: 1px solid #F9116C;
}
.button-delete:not(:disabled):hover,
.button-delete:not(:disabled):focus {
  color: #FFFFFF;
  background: #F9116C;
  border: 1px solid #F9116C;
}
/*
 * Definitions
 */
/*
 * Button Indicators
 */
button.error,
.button.error {
  color: #FFFFFF;
  background: #D91E18;
  border: none;
}
button.error:not(:disabled):hover,
.button.error:not(:disabled):hover,
button.error:not(:disabled):focus,
.button.error:not(:disabled):focus {
  color: #FFFFFF;
  background: #ab1813;
  border: none;
}
button.warning,
.button.warning {
  color: #FFFFFF;
  background: #FF4500;
  border: none;
}
button.warning:not(:disabled):hover,
.button.warning:not(:disabled):hover,
button.warning:not(:disabled):focus,
.button.warning:not(:disabled):focus {
  color: #FFFFFF;
  background: #cc3700;
  border: none;
}
button.success,
.button.success {
  color: #FFFFFF;
  background: #00AA00;
  border: none;
}
button.success:not(:disabled):hover,
.button.success:not(:disabled):hover,
button.success:not(:disabled):focus,
.button.success:not(:disabled):focus {
  color: #FFFFFF;
  background: #007700;
  border: none;
}
button.info,
.button.info {
  color: #FFFFFF;
  background: #1E90FF;
  border: none;
}
button.info:not(:disabled):hover,
.button.info:not(:disabled):hover,
button.info:not(:disabled):focus,
.button.info:not(:disabled):focus {
  color: #FFFFFF;
  background: #0077ea;
  border: none;
}
/*
 * Definitions
 */
/*
 * Button Sizes
 */
.button-xlarge {
  padding: 1.8rem 3.2rem;
  height: 6rem;
  font-size: 2rem;
}
.button-large {
  padding: 1.4rem 2.8rem;
  height: 5rem;
  font-size: 1.8rem;
}
.button-medium {
  padding: 1.3rem 2.2rem;
  height: 4.5rem;
  font-size: 1.6rem;
}
.button-small {
  padding: 1.1rem 1.6rem;
  height: 3.6rem;
  font-size: 1.4rem;
}
.button-xsmall {
  padding: 0.6rem 1.2rem;
  height: 2.4rem;
  font-size: 1.2rem;
}
/*
 * Definitions
 */
/*
 * Button Icon
 */
.button-icon > svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
  vertical-align: bottom;
  transition: fill 0.2s ease-in-out;
}
.button-icon-left > svg {
  margin-right: 1em;
}
.button-icon-right > svg {
  margin-left: 1em;
}
/*
 * Button Icon Styles
 */
.button-icon.button-inverse > svg {
  fill: #FAFAFC;
}
.button-icon.button-inverse:not(:disabled):hover > svg,
.button-icon.button-inverse:not(:disabled):focus > svg {
  fill: #FAFAFC;
}
.button-icon.button-text > svg {
  fill: #000000;
}
.button-icon.button-text:not(:disabled):hover > svg,
.button-icon.button-text:not(:disabled):focus > svg {
  fill: #FF5C39;
}
.button-icon.button-primary > svg {
  fill: #FFFFFF;
}
.button-icon.button-primary:not(:disabled):hover > svg,
.button-icon.button-primary:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
.button-icon.button-secondary > svg {
  fill: #FFFFFF;
}
.button-icon.button-secondary:not(:disabled):hover > svg,
.button-icon.button-secondary:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
.button-icon.button-tertiary > svg {
  fill: #FFFFFF;
}
.button-icon.button-tertiary:not(:disabled):hover > svg,
.button-icon.button-tertiary:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
.button-icon.button-border > svg {
  fill: #000000;
}
.button-icon.button-border:not(:disabled):hover > svg,
.button-icon.button-border:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
/*
 * Button Icon Indicators
 */
.button-icon.error > svg {
  fill: #FFFFFF;
}
.button-icon.error:not(:disabled):hover > svg,
.button-icon.error:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
.button-icon.warning > svg {
  fill: #FFFFFF;
}
.button-icon.warning:not(:disabled):hover > svg,
.button-icon.warning:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
.button-icon.success > svg {
  fill: #FFFFFF;
}
.button-icon.success:not(:disabled):hover > svg,
.button-icon.success:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
.button-icon.info > svg {
  fill: #FFFFFF;
}
.button-icon.info:not(:disabled):hover > svg,
.button-icon.info:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
/*
 * Button Sizes
 */
.button-icon.button-xlarge > svg {
  width: 2rem;
  height: 2rem;
}
.button-icon.button-large > svg {
  width: 1.8rem;
  height: 1.8rem;
}
.button-icon.button-medium > svg {
  width: 1.6rem;
  height: 1.6rem;
}
.button-icon.button-small > svg {
  width: 1.4rem;
  height: 1.4rem;
}
.button-icon.button-xsmall > svg {
  width: 1.2rem;
  height: 1.2rem;
}
/*
 * Button Group
 */
.button-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.button-group > button,
.button-group > .button {
  position: relative;
  float: left;
}
.button-group > button:hover,
.button-group > .button:hover,
.button-group > button:focus,
.button-group > .button:focus,
.button-group > button:active,
.button-group > .button:active,
.button-group > button.active,
.button-group > .button.active {
  z-index: 2;
}
.button-group button + button,
.button-group .button + .button,
.button-group button + .button-group,
.button-group .button + .button-group,
.button-group .button-group + button,
.button-group .button-group + .button,
.button-group .button-group + .button-group {
  margin-left: -1px;
}
.button-group > .button-group {
  float: left;
}
.button-group button:not(:first-child):not(:last-child),
.button-group .button:not(:first-child):not(:last-child),
.button-group .button-group:not(:first-child):not(:last-child) > button,
.button-group .button-group:not(:first-child):not(:last-child) > .button {
  border-radius: 0;
}
.button-group > .button-group:first-child > button:last-child,
.button-group > .button-group:first-child > .button:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.button-group > .button-group:last-child > button:first-child,
.button-group > .button-group:last-child > .button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.button-group > button:first-child,
.button-group > .button:first-child {
  margin-left: 0;
}
.button-group > button:first-child:not(:last-child),
.button-group > .button:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.button-group > button:last-child:not(:first-child),
.button-group > .button:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.button-group-block {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.button-group-block > button,
.button-group-block > .button,
.button-group-block > .button-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.button-group-block > .button-group .button,
.button-group-block > .button-group button {
  width: 100%;
}
/*
 * Definitions
 */
/*
 * Figure
 */
figure {
  display: block;
  margin: 0;
  padding: 1rem;
  border: 1px solid #E7E7E7;
}
figcaption {
  margin: 1rem 0;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #555;
  text-align: center;
}
/*
 * Definitions
 */
/*
 * Media
 */
.media {
  display: block;
  position: relative;
  overflow: hidden;
  background: #FAFAFC;
}
.media > svg,
.media > img,
.media > video,
.media > iframe,
.media > .media-inner {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-1-2 {
  padding-top: 200%;
}
.media-9-16 {
  padding-top: 177.77777778%;
}
.media-9-14 {
  padding-top: 155.55555556%;
}
.media-2-3 {
  padding-top: 150%;
}
.media-3-4 {
  padding-top: 133.33333333%;
}
.media-1 {
  padding-top: 100%;
}
.media-4-3 {
  padding-top: 75%;
}
.media-3-2 {
  padding-top: 66.66666667%;
}
.media-16-9 {
  padding-top: 56.25%;
}
.media-2-1 {
  padding-top: 50%;
}
/*
 * Definitions
 */
/*
 * Nav
 */
nav ul,
.nav ul {
  margin: 0;
  list-style: none;
}
nav ul li,
.nav ul li {
  margin: 0;
}
.nav-inline ul li {
  display: inline-block;
  margin: 0 1rem;
}
.poll-menu {
  margin: 0rem 3rem;
  height: 5.3rem;
  position: relative;
}
.poll-menu ul {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}
.poll-menu ul li {
  display: inline-block;
  padding: 0px 10px;
}
.poll-menu ul li > div.active {
  border-bottom: 5px solid #FF5C39;
}
.poll-menu ul li > div:hover:not(.active) {
  border-bottom: 5px solid #FF5C39;
  cursor: pointer;
}
.poll-menu ul li .pool-menu-container {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  color: #000000;
  height: 5rem;
}
.poll-menu ul li .pool-menu-container .basic,
.poll-menu ul li .pool-menu-container .intermediate,
.poll-menu ul li .pool-menu-container .advance {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF5C39;
  height: 25px;
  padding: 1rem 1rem;
  border-radius: 18px;
  margin-right: 2rem;
}
.poll-menu ul li .pool-menu-container .basic b,
.poll-menu ul li .pool-menu-container .intermediate b,
.poll-menu ul li .pool-menu-container .advance b {
  color: #FFFFFF;
}
.poll-menu ul li .pool-menu-container .historical {
  text-align: center !important;
  font-size: 2rem;
  line-height: 5rem;
}
.poll-menu2 {
  margin: 0rem 0rem;
}
.poll-menu2 li {
  display: inline-block;
  padding: 0 30px;
  text-align: center !important;
}
.poll-menu2 li a {
  color: #000000;
}
.poll-menu2 li #unique,
.poll-menu2 li #cumulative,
.poll-menu2 li #average,
.poll-menu2 li #evolution {
  border-bottom: 5px solid #FF5C39;
}
.poll-menu2 li.active,
.poll-menu2 li:hover {
  border-bottom: 5px solid #FF5C39;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 9999;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.288);
}
.cdk-overlay-transparent-backdrop,
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.owl-dialog-container {
  position: relative;
  pointer-events: auto;
  box-sizing: border-box;
  display: block;
  padding: 1.5em;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  overflow: auto;
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
  width: 100%;
  height: 100%;
  outline: none;
}
.owl-dt-container,
.owl-dt-container * {
  box-sizing: border-box;
}
.owl-dt-container {
  display: block;
  font-size: 1rem;
  background: #ffffff;
  pointer-events: auto;
  z-index: 1000;
  width: 100%!important;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
}
.owl-dt-container-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.owl-dt-container-row:last-child {
  border-bottom: none;
}
.owl-dt-calendar {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto!important;
}
.owl-dt-calendar-control {
  display: flex;
  align-items: center;
  font-size: 1em;
  width: 100%;
  padding: .5em;
  color: #000000;
}
.owl-dt-calendar-control .owl-dt-calendar-control-content {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button {
  padding: 0 .8em;
}
.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
.owl-dt-calendar-main {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 0!important;
  outline: 0;
}
.owl-dt-calendar-view {
  display: block;
  flex: 1 1 auto;
}
.owl-dt-calendar-multi-year-view {
  display: flex;
  align-items: center;
}
.owl-dt-calendar-multi-year-view .owl-dt-calendar-table {
  width: calc(97%);
}
.owl-dt-calendar-multi-year-view .owl-dt-calendar-table .owl-dt-calendar-header th {
  padding-bottom: .25em;
}
.owl-dt-calendar-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.owl-dt-calendar-table .owl-dt-calendar-header {
  color: rgba(0, 0, 0, 0.4);
}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-weekdays th {
  font-size: 1.4rem !important;
  font-weight: 400;
  text-align: center;
  padding-bottom: 1em;
  background: transparent;
  color: #333;
  text-transform: uppercase;
  border: 0;
}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider {
  position: relative;
  height: 0!important;
  padding-bottom: 0!important;
  background: transparent;
  display: none;
}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider:after {
  content: '';
  position: absolute;
  top: 0;
  left: -0.5em;
  right: -0.5em;
  height: 1px;
  background: transparent!important;
}
.owl-dt-calendar-table .owl-dt-calendar-cell {
  position: relative;
  height: 0;
  line-height: 0;
  text-align: center;
  outline: 0;
  color: #000000 !important;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  background: transparent!important;
  padding: 2rem 1rem!important;
  border-color: #FFFFFF;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled {
  background: rgba(0, 0, 0, 0.3) !important;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled .owl-dt-calendar-cell-content {
  cursor: default!important;
}
.owl-dt-calendar-table .owl-dt-calendar-body {
  box-shadow: none!important;
  border-top: 1px solid #FF5C39;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-content {
  position: absolute;
  top: 5%;
  left: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 90%;
  height: 90%;
  font-size: 1.4rem !important;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0.2rem!important;
  color: inherit;
  cursor: pointer;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-out {
  opacity: .2;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected) {
  border-color: rgba(0, 0, 0, 0.4);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-selected {
  color: #FF5C39 !important;
  background-color: #000000 !important;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-selected.owl-dt-calendar-cell-today {
  box-shadow: none!important;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled {
  cursor: default;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled > .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected) {
  color: rgba(0, 0, 0, 0.4);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled > .owl-dt-calendar-cell-content.owl-dt-calendar-cell-selected {
  opacity: .4;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled > .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected) {
  border-color: rgba(0, 0, 0, 0.2);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-active:focus > .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected),
.owl-dt-calendar-table :not(.owl-dt-calendar-cell-disabled):hover > .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected) {
  background-color: rgba(0, 0, 0, 0.04);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range {
  background-color: #FF5C39 !important;
}
.owl-dt-timer {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 13rem;
  padding: .5em;
  outline: none;
}
.owl-dt-timer-box {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  height: 100%;
  min-width: 8rem;
}
.owl-dt-timer-box button:hover {
  color: #FF5C39;
  background: transparent;
  border: 0;
}
.owl-dt-timer-content {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: .2em 0;
}
.owl-dt-timer-content .owl-dt-timer-input {
  display: block;
  width: 2em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  outline: medium none;
  font-size: 1.2em;
  padding: .2em;
  height: auto;
}
.owl-dt-timer-divider {
  display: inline-block;
  align-self: flex-end;
  position: absolute;
  width: .6em;
  height: 100%;
  left: -0.3em;
}
.owl-dt-timer-divider:before,
.owl-dt-timer-divider:after {
  content: '';
  display: inline-block;
  width: .35em;
  height: .35em;
  position: absolute;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
  background-color: currentColor;
}
.owl-dt-timer-divider:before {
  top: 35%;
}
.owl-dt-timer-divider:after {
  bottom: 35%;
}
.owl-dt-control-button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 1em;
  color: inherit;
  line-height: inherit;
}
.owl-dt-control-button .owl-dt-control-button-content {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none;
}
.owl-dt-control-period-button .owl-dt-control-button-content {
  height: 1.5em;
  padding: 0 .5em;
  border-radius: 3px;
  transition: background-color 100ms linear;
  font-size: 1.6rem !important;
  font-family: "barlow", Helvetica, Arial, sans-serif;
}
.owl-dt-control-period-button:hover > .owl-dt-control-button-content {
  background-color: rgba(0, 0, 0, 0.12);
}
.owl-dt-control-period-button .owl-dt-control-button-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  margin: .1em;
  transition: transform 200ms ease;
}
.owl-dt-control-arrow-button .owl-dt-control-button-content {
  padding: 0;
  border-radius: 50%;
  width: 2.5em!important;
  height: 2.5em!important;
}
.owl-dt-control-arrow-button[disabled] {
  color: rgba(0, 0, 0, 0.4);
  cursor: default;
}
.owl-dt-control-arrow-button svg {
  width: 50%!important;
  height: 50%!important;
  fill: currentColor;
}
.owl-dt-inline-container,
.owl-dt-popup-container {
  position: relative;
  width: 18.5em;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.owl-dt-inline-container .owl-dt-timer,
.owl-dt-popup-container .owl-dt-timer {
  width: 100%;
}
.owl-dt-inline-container .owl-dt-calendar,
.owl-dt-popup-container .owl-dt-calendar,
.owl-dt-inline-container .owl-dt-container-inner,
.owl-dt-popup-container .owl-dt-container-inner {
  width: 100%;
  min-width: 24rem;
}
.owl-dt-inline-container .owl-dt-calendar,
.owl-dt-popup-container .owl-dt-calendar {
  height: 20.25em;
}
.owl-dt-dialog-container {
  max-height: 95vh;
  margin: -1.5em;
}
.owl-dt-dialog-container .owl-dt-calendar {
  min-width: 250px;
  min-height: 330px;
  max-width: 750px;
  max-height: 750px;
}
.owl-dt-dialog-container .owl-dt-timer {
  min-width: 250px;
  max-width: 750px;
}
@media all and (orientation: landscape) {
  .owl-dt-dialog-container .owl-dt-calendar {
    width: 58vh;
    height: 62vh;
  }
  .owl-dt-dialog-container .owl-dt-timer {
    width: 58vh;
  }
}
@media all and (orientation: portrait) {
  .owl-dt-dialog-container .owl-dt-calendar {
    width: 80vw;
    height: 80vw;
  }
  .owl-dt-dialog-container .owl-dt-timer {
    width: 80vw;
  }
}
.owl-dt-container-buttons {
  display: flex;
  width: 100%;
  height: 4rem;
  color: #3f51b5;
}
.owl-dt-container-buttons button:hover {
  border: 0;
}
.owl-dt-container-control-button {
  font-size: 1.4rem;
  color: #000000;
  width: 50%;
  height: 100%;
  border-radius: 0;
}
.owl-dt-container-control-button .owl-dt-control-button-content {
  height: 100%;
  width: 100%;
  transition: background-color 100ms linear;
}
.owl-dt-container-control-button:hover .owl-dt-control-button-content {
  background-color: rgba(0, 0, 0, 0.1);
}
.owl-dt-container-info {
  padding: 0 .5em;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  font-size: 1.4rem;
  background: #FFFFFF;
}
.owl-dt-container-info .owl-dt-container-range {
  outline: none;
}
.owl-dt-container-info .owl-dt-container-range .owl-dt-container-range-content {
  display: flex;
  justify-content: space-between;
  padding: .5em 0;
  font-size: .8em;
}
.owl-dt-container-info .owl-dt-container-range:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.owl-dt-container-info .owl-dt-container-info-active {
  color: #FF5C39;
}
.owl-dt-container-disabled,
.owl-dt-trigger-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
  cursor: default !important;
}
.owl-dt-timer-hour12 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3f51b5;
}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box {
  border: 1px solid currentColor;
  border-radius: 2px;
  transition: background 200ms ease;
}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box .owl-dt-control-button-content {
  width: 100%;
  height: 100%;
  padding: .5em;
}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:focus .owl-dt-control-button-content,
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:hover .owl-dt-control-button-content {
  background: #3f51b5;
  color: #ffffff;
}
.owl-dt-calendar-only-current-month .owl-dt-calendar-cell-out {
  visibility: hidden;
  cursor: default;
}
.owl-dt-inline {
  display: inline-block;
}
.owl-dt-control {
  outline: none;
  cursor: pointer;
}
.owl-dt-control .owl-dt-control-content {
  outline: none;
}
.owl-dt-control:focus > .owl-dt-control-content {
  background-color: rgba(0, 0, 0, 0.12);
}
.owl-dt-control:not(:-moz-focusring):focus > .owl-dt-control-content {
  box-shadow: none;
}
.owl-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Definitions
 */
/*
 * Table
 */
table,
.table {
  margin: 0 0 0 0;
  width: 100%;
  background: none;
  border: none;
  border-radius: none;
  border-collapse: collapse;
}
table caption,
.table caption {
  margin: 1rem 0;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #555;
  text-align: left;
}
table th,
.table th {
  padding: 1rem;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #FAFAFC;
  text-align: left;
  text-transform: none;
  background: #000000;
  border: none;
}
table td,
.table td {
  padding: 1rem;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #000000;
  line-height: 1.5;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #E7E7E7;
}
table .field-checkbox,
.table .field-checkbox,
table input[type="checkbox"],
.table input[type="checkbox"] {
  margin: 0;
}
table .actions a,
.table .actions a {
  color: #000000;
}
table .actions a:hover,
.table .actions a:hover {
  color: #FF5C39;
}
table .actions .icon:before,
.table .actions .icon:before {
  font-size: 1.6rem;
}
table .actions--right,
.table .actions--right {
  padding-right: 2rem;
  text-align: right;
}
.table-responsive {
  margin: 0 0 0 0;
  min-height: 0.01%;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: none;
  }
  .table-responsive > table {
    margin: 0;
    border: none;
  }
  .table-responsive > table th,
  .table-responsive > table td {
    white-space: nowrap;
  }
  .table-responsive > table th:first-child,
  .table-responsive > table td:first-child {
    border-left: none;
  }
  .table-responsive > table th:last-child,
  .table-responsive > table td:last-child {
    border-right: none;
  }
  .table-responsive > table tr:first-child > th,
  .table-responsive > table tr:first-child > td {
    border-top: none;
  }
  .table-responsive > table tr:last-child > th,
  .table-responsive > table tr:last-child > td {
    border-bottom: none;
  }
}
.sidebar--main {
  background: #000000;
  min-width: 30rem;
  height: 100%;
  width: 30rem;
  position: relative;
}
@media (max-width: 1000px) {
  .sidebar--main {
    min-width: 24rem;
    width: 24rem;
  }
}
.sidebar--main .logo {
  display: block;
  margin: 2rem 3rem;
  width: 15rem;
}
.sidebar--main nav {
  margin: 3rem 2.5rem;
}
.sidebar--main nav li {
  padding: 0;
  margin: 2rem auto;
  color: #FAFAFC;
}
.sidebar--main nav li a {
  color: #FAFAFC;
  width: 5.7rem;
  height: 5.7rem;
  border-radius: 0.4rem;
  position: relative;
  padding: 0 0 0 4rem;
}
.sidebar--main nav li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar--main nav li a:hover {
  color: #FF5C39;
}
.sidebar--main nav li.active a {
  color: #FF5C39;
}
.sidebar--main nav li.logout {
  position: absolute;
  bottom: 3rem;
  left: 2.5rem;
  right: 0;
}
.sidebar--main nav p {
  color: #FAFAFC;
  margin-top: 3.5rem;
}
.sidebar .company-name {
  height: 4rem;
  background-color: #FF5C39;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar .company-name p {
  color: #FFFFFF;
}
#app {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  height: 100vh;
  overflow: hidden;
}
#app .main {
  overflow: auto;
  width: calc(100vw - 30rem);
  width: -o-calc(100vw - 30rem);
}
@media (max-width: 1000px) {
  #app .main {
    width: calc(100vw - 24rem);
    width: -o-calc(100vw - 24rem);
  }
}
.header {
  padding: 3rem 3rem 0 3rem;
}
.header #route {
  color: #555;
  margin-bottom: 0;
}
.header .title {
  width: 100%;
}
.header .title__content {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  width: 100%;
}
.header .title__content .button-back {
  margin-top: 0.5rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #FF5C39;
  background-color: #FFFFFF;
  border-radius: 50%;
  color: #E7E7E7;
  width: 4.6rem;
  height: 4.6rem;
  margin-right: 2rem;
  font-size: 3.2rem;
}
.header .title__content .button-back:after {
  content: "\e902";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  pointer-events: none;
  color: #555;
  transform: rotate(90deg);
}
.header .title__content .button-back:hover:after {
  color: #FFFFFF;
}
.header .title__content .button-back:hover {
  background-color: #FF5C39;
}
.header .title__content h2 {
  font-size: 5rem;
  margin-bottom: 0;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.header .title__content .button {
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  margin-left: auto;
  border-color: #FF5C39;
}
.header .title__content .button:hover {
  color: #FFFFFF;
  background-color: #FF5C39;
}
header.index-header {
  padding-top: 2rem;
  border-bottom: .8rem solid black;
  height: 7.5rem;
}
header.index-header .container-survey {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 768px) {
  header.index-header .container-survey {
    max-width: 90%;
  }
}
@media (max-width: 1024px) {
  header.index-header .container-survey img {
    transform: scale(0.78);
    transform-origin: 50% 0%;
  }
}
header.question-header {
  background: black;
  padding: 1.5rem;
  color: #FFFFFF;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 7rem;
}
@media (max-width: 1024px) {
  header.question-header {
    height: 7rem;
  }
}
@media (min-height: 671px) and (max-height: 770px) {
  header.question-header {
    height: 7rem;
  }
}
header.question-header .header-container {
  width: 800px;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header.question-header .header-container .letter {
  margin-right: 1rem;
  flex-shrink: 0;
}
header.question-header .header-container .letter img {
  max-width: 100%;
  height: auto;
}
header.question-header .header-container .title {
  line-height: 1.2;
}
header.question-header .header-container .title span {
  display: block;
}
header.question-header .header-container .title span.section-number {
  font-size: 1.6rem;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-height: 850px) {
  header.question-header .header-container .title span.section-number {
    font-size: 1.2rem;
  }
}
header.question-header .header-container .title span.section-title {
  font-size: 2.4rem;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-height: 850px) {
  header.question-header .header-container .title span.section-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  header.question-header .header-container .title span.section-title {
    font-size: 1.2rem;
    line-height: 1;
  }
}
header.question-header .header-container .question-progress {
  margin-left: auto;
}
header.question-header .header-container .question-progress span {
  font-size: 2.1rem;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-height: 816px) {
  header.question-header .header-container .question-progress span {
    font-size: 2rem;
  }
}
.search {
  margin: 1.5rem 3rem;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.search label {
  align-self: center;
}
.search input {
  margin-left: 2rem;
  width: 25rem;
  height: 3.5rem;
  border-radius: 20px;
}
.search input::-moz-placeholder {
  color: #000000;
}
.search input:-ms-input-placeholder {
  color: #000000;
}
.search input::placeholder {
  color: #000000;
}
footer.question-footer {
  height: 1rem;
  width: 100%;
  background: #FFFFFF;
  position: fixed;
  bottom: 0;
  left: 0;
}
@media (max-height: 700px) {
  footer.question-footer {
    margin-top: 0;
    height: 1rem;
  }
}
footer.question-footer .progress .line {
  height: 1rem;
  background: #D0D0D0;
  position: relative;
}
@media (max-height: 620px) {
  footer.question-footer .progress .line {
    height: 1rem;
  }
}
@media (min-height: 621px) and (max-height: 700px) {
  footer.question-footer .progress .line {
    height: 1rem;
  }
}
@media (min-height: 701px) and (max-height: 770px) {
  footer.question-footer .progress .line {
    height: 1rem;
  }
}
footer.question-footer .progress .line span {
  position: absolute;
  height: 100%;
  background: #000000;
  left: 0;
  width: 30%;
}
footer.question-footer .progress .line span .image {
  width: 8rem;
  position: absolute;
  top: -2.4rem;
  right: -6rem;
  transform: translateX(-60px);
}
@media (max-height: 595px) {
  footer.question-footer .progress .line span .image {
    width: 5rem;
    top: -1.3rem;
    transform: translateX(-20px);
  }
}
@media (min-height: 596px) and (max-height: 670px) {
  footer.question-footer .progress .line span .image {
    width: 5.5rem;
    top: -1.3rem;
    transform: translateX(-20px);
  }
}
@media (min-height: 671px) and (max-height: 770px) {
  footer.question-footer .progress .line span .image {
    width: 6rem;
    top: -1.8rem;
    transform: translateX(-15px);
  }
}
@media (min-height: 771px) and (max-height: 850px) {
  footer.question-footer .progress .line span .image {
    width: 6.5rem;
    top: -2.1rem;
    transform: translateX(-10px);
  }
}
footer.question-footer .progress .line span .image2 {
  width: 8rem;
  position: absolute;
  top: -2.4rem;
  right: -6rem;
  transform: translateX(-60px);
}
@media (max-height: 595px) {
  footer.question-footer .progress .line span .image2 {
    width: 5rem;
    top: -1.3rem;
    transform: translateX(-24px);
  }
}
@media (min-height: 596px) and (max-height: 670px) {
  footer.question-footer .progress .line span .image2 {
    width: 5.5rem;
    top: -1.3rem;
    transform: translateX(-24px);
  }
}
@media (min-height: 671px) and (max-height: 770px) {
  footer.question-footer .progress .line span .image2 {
    width: 6rem;
    top: -1.8rem;
    transform: translateX(-19.5px);
  }
}
@media (min-height: 771px) and (max-height: 850px) {
  footer.question-footer .progress .line span .image2 {
    width: 6.5rem;
    top: -2.1rem;
    transform: translateX(-15px);
  }
}
footer.question-footer .progress .line span .image3 {
  width: 8rem;
  position: absolute;
  top: -2.4rem;
  right: -6rem;
  transform: translateX(-60px);
}
@media (max-height: 595px) {
  footer.question-footer .progress .line span .image3 {
    width: 5rem;
    top: -1.3rem;
    transform: translateX(-28px);
  }
}
@media (min-height: 596px) and (max-height: 670px) {
  footer.question-footer .progress .line span .image3 {
    width: 5.5rem;
    top: -1.3rem;
    transform: translateX(-28px);
  }
}
@media (min-height: 671px) and (max-height: 770px) {
  footer.question-footer .progress .line span .image3 {
    width: 6rem;
    top: -1.8rem;
    transform: translateX(-24px);
  }
}
@media (min-height: 771px) and (max-height: 850px) {
  footer.question-footer .progress .line span .image3 {
    width: 6.5rem;
    top: -2.1rem;
    transform: translateX(-20px);
  }
}
footer.question-footer .progress .line span .image4 {
  width: 8rem;
  position: absolute;
  top: -2.4rem;
  right: -6rem;
  transform: translateX(-60px);
}
@media (max-height: 595px) {
  footer.question-footer .progress .line span .image4 {
    width: 5rem;
    top: -1.3rem;
    transform: translateX(-32px);
  }
}
@media (min-height: 596px) and (max-height: 670px) {
  footer.question-footer .progress .line span .image4 {
    width: 5.5rem;
    top: -1.3rem;
    transform: translateX(-32px);
  }
}
@media (min-height: 671px) and (max-height: 770px) {
  footer.question-footer .progress .line span .image4 {
    width: 6rem;
    top: -1.8rem;
    transform: translateX(-28.5px);
  }
}
@media (min-height: 771px) and (max-height: 850px) {
  footer.question-footer .progress .line span .image4 {
    width: 6.5rem;
    top: -2.1rem;
    transform: translateX(-25px);
  }
}
footer.question-footer .progress .line span .image5 {
  width: 8rem;
  position: absolute;
  top: -2.4rem;
  right: -6rem;
  transform: translateX(-60px);
}
@media (max-height: 595px) {
  footer.question-footer .progress .line span .image5 {
    width: 5rem;
    top: -1.3rem;
    transform: translateX(-36px);
  }
}
@media (min-height: 596px) and (max-height: 670px) {
  footer.question-footer .progress .line span .image5 {
    width: 5.5rem;
    top: -1.3rem;
    transform: translateX(-36px);
  }
}
@media (min-height: 671px) and (max-height: 770px) {
  footer.question-footer .progress .line span .image5 {
    width: 6rem;
    top: -1.8rem;
    transform: translateX(-33px);
  }
}
@media (min-height: 771px) and (max-height: 850px) {
  footer.question-footer .progress .line span .image5 {
    width: 6.5rem;
    top: -2.1rem;
    transform: translateX(-30px);
  }
}
footer.question-footer .progress .line span .image6 {
  width: 8rem;
  position: absolute;
  top: -2.4rem;
  right: -6rem;
  transform: translateX(-60px);
}
@media (max-height: 595px) {
  footer.question-footer .progress .line span .image6 {
    width: 5rem;
    top: -1.3rem;
    transform: translateX(-40px);
  }
}
@media (min-height: 596px) and (max-height: 670px) {
  footer.question-footer .progress .line span .image6 {
    width: 5.5rem;
    top: -1.3rem;
    transform: translateX(-40px);
  }
}
@media (min-height: 671px) and (max-height: 770px) {
  footer.question-footer .progress .line span .image6 {
    width: 6rem;
    top: -1.8rem;
    transform: translateX(-37.5px);
  }
}
@media (min-height: 771px) and (max-height: 850px) {
  footer.question-footer .progress .line span .image6 {
    width: 6.5rem;
    top: -2.1rem;
    transform: translateX(-35px);
  }
}
footer.question-footer .progress .line span .image7 {
  width: 8rem;
  position: absolute;
  top: -2.4rem;
  right: -6rem;
  transform: translateX(-60px);
}
@media (max-height: 595px) {
  footer.question-footer .progress .line span .image7 {
    width: 5rem;
    top: -1.3rem;
    transform: translateX(-44px);
  }
}
@media (min-height: 596px) and (max-height: 670px) {
  footer.question-footer .progress .line span .image7 {
    width: 5.5rem;
    top: -1.3rem;
    transform: translateX(-44px);
  }
}
@media (min-height: 671px) and (max-height: 770px) {
  footer.question-footer .progress .line span .image7 {
    width: 6rem;
    top: -1.8rem;
    transform: translateX(-42px);
  }
}
@media (min-height: 771px) and (max-height: 850px) {
  footer.question-footer .progress .line span .image7 {
    width: 6.5rem;
    top: -2.1rem;
    transform: translateX(-40px);
  }
}
footer.question-footer .progress .line span .image8 {
  width: 8rem;
  position: absolute;
  top: -2.4rem;
  right: -6rem;
  transform: translateX(-60px);
}
@media (max-height: 595px) {
  footer.question-footer .progress .line span .image8 {
    width: 5rem;
    top: -1.3rem;
    transform: translateX(-48px);
  }
}
@media (min-height: 596px) and (max-height: 670px) {
  footer.question-footer .progress .line span .image8 {
    width: 5.5rem;
    top: -1.3rem;
    transform: translateX(-48px);
  }
}
@media (min-height: 671px) and (max-height: 770px) {
  footer.question-footer .progress .line span .image8 {
    width: 6rem;
    top: -1.8rem;
    transform: translateX(-46.5px);
  }
}
@media (min-height: 771px) and (max-height: 850px) {
  footer.question-footer .progress .line span .image8 {
    width: 6.5rem;
    top: -2.1rem;
    transform: translateX(-45px);
  }
}
footer.question-footer .progress .line span .image9 {
  width: 8rem;
  position: absolute;
  top: -2.4rem;
  right: -6rem;
  transform: translateX(-60px);
}
@media (max-height: 595px) {
  footer.question-footer .progress .line span .image9 {
    width: 5rem;
    top: -1.3rem;
    transform: translateX(-52px);
  }
}
@media (min-height: 596px) and (max-height: 670px) {
  footer.question-footer .progress .line span .image9 {
    width: 5.5rem;
    top: -1.3rem;
    transform: translateX(-52px);
  }
}
@media (min-height: 671px) and (max-height: 770px) {
  footer.question-footer .progress .line span .image9 {
    width: 6rem;
    top: -1.8rem;
    transform: translateX(-51px);
  }
}
@media (min-height: 771px) and (max-height: 850px) {
  footer.question-footer .progress .line span .image9 {
    width: 6.5rem;
    top: -2.1rem;
    transform: translateX(-50px);
  }
}
footer.question-footer .progress .line span .image10 {
  width: 8rem;
  position: absolute;
  top: -2.4rem;
  right: -6rem;
  transform: translateX(-60px);
}
@media (max-height: 595px) {
  footer.question-footer .progress .line span .image10 {
    width: 5rem;
    top: -1.3rem;
    transform: translateX(-56px);
  }
}
@media (min-height: 596px) and (max-height: 670px) {
  footer.question-footer .progress .line span .image10 {
    width: 5.5rem;
    top: -1.3rem;
    transform: translateX(-56px);
  }
}
@media (min-height: 671px) and (max-height: 770px) {
  footer.question-footer .progress .line span .image10 {
    width: 6rem;
    top: -1.8rem;
    transform: translateX(-55.5px);
  }
}
@media (min-height: 771px) and (max-height: 850px) {
  footer.question-footer .progress .line span .image10 {
    width: 6.5rem;
    top: -2.1rem;
    transform: translateX(-55px);
  }
}
footer.question-footer .progress .line span .image11 {
  width: 8rem;
  position: absolute;
  top: -2.4rem;
  right: -6rem;
  transform: translateX(-60px);
}
@media (max-height: 595px) {
  footer.question-footer .progress .line span .image11 {
    width: 5rem;
    top: -1.3rem;
    transform: translateX(-60px);
  }
}
@media (min-height: 596px) and (max-height: 670px) {
  footer.question-footer .progress .line span .image11 {
    width: 5.5rem;
    top: -1.3rem;
    transform: translateX(-60px);
  }
}
@media (min-height: 671px) and (max-height: 770px) {
  footer.question-footer .progress .line span .image11 {
    width: 6rem;
    top: -1.8rem;
    transform: translateX(-60px);
  }
}
@media (min-height: 771px) and (max-height: 850px) {
  footer.question-footer .progress .line span .image11 {
    width: 6.5rem;
    top: -2.1rem;
    transform: translateX(-60px);
  }
}
footer.question-footer .progress .line span .image-end {
  width: 8rem;
  position: absolute;
  top: -2.4rem;
  right: -6rem;
  transform: translateX(-60px);
}
@media (max-height: 595px) {
  footer.question-footer .progress .line span .image-end {
    width: 5rem;
    top: -1.3rem;
  }
}
@media (min-height: 596px) and (max-height: 670px) {
  footer.question-footer .progress .line span .image-end {
    width: 5.5rem;
    top: -1.3rem;
  }
}
@media (min-height: 671px) and (max-height: 770px) {
  footer.question-footer .progress .line span .image-end {
    width: 6rem;
    top: -1.8rem;
  }
}
@media (min-height: 771px) and (max-height: 850px) {
  footer.question-footer .progress .line span .image-end {
    width: 6.5rem;
    top: -2.1rem;
  }
}
footer.question-footer .info {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 7.5rem;
}
@media (max-height: 700px) {
  footer.question-footer .info {
    height: 4rem;
  }
}
@media (min-height: 701px) and (max-height: 770px) {
  footer.question-footer .info {
    height: 6rem;
  }
}
footer.question-footer .info div {
  flex: 1;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 2.1rem;
}
@media (max-height: 700px) {
  footer.question-footer .info div {
    font-size: 1.4rem;
  }
}
@media (min-height: 701px) and (max-height: 816px) {
  footer.question-footer .info div {
    font-size: 1.6rem;
  }
}
footer.question-footer .info div span {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-right: 0.5rem;
  font-size: 2rem;
}
@media (max-height: 600px) {
  footer.question-footer .info div span {
    font-size: 1.4rem;
  }
}
@media (min-height: 601px) and (max-height: 700px) {
  footer.question-footer .info div span {
    font-size: 1.6rem;
  }
}
@media (min-height: 701px) and (max-height: 770px) {
  footer.question-footer .info div span {
    font-size: 1.8rem;
  }
}
footer.question-footer .info div img {
  margin-left: auto;
  margin-right: 2rem;
}
@media (max-height: 600px) {
  footer.question-footer .info div img {
    width: 25%;
  }
}
@media (min-height: 601px) and (max-height: 800px) {
  footer.question-footer .info div img {
    width: 26%;
  }
}
.loader-content {
  position: fixed;
  background: rgba(255, 255, 255, 0.6);
  height: 100vh;
  width: 100vw;
  top: 0;
  z-index: 999;
}
.loader-content .loader {
  width: 6em;
  height: 6em;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader-content .loader__child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FF5C39;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-double-bounce 2s infinite ease-in-out;
  animation: sk-double-bounce 2s infinite ease-in-out;
}
.loader-content .loader__child--item2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-double-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes sk-double-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  padding: 1.6rem;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.35);
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  max-width: 700px;
  width: 100vw;
  min-height: 4rem;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .modal-content {
    max-width: 300px;
  }
  .modal-content .modal-body .buttons button,
  .modal-content .modal-body .buttons .button {
    margin: 1rem;
    width: 12rem;
  }
}
.modal-content .modal-header {
  text-align: center !important;
  padding: 3.5rem 0;
}
.modal-content .modal-header h2 {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  color: #000000;
}
.modal-content .modal-body {
  text-align: center !important;
  padding: 0 11rem;
}
.modal-content .modal-body .form .field {
  margin-bottom: 0;
}
.modal-content .modal-body .form .field label {
  text-align: left;
}
.modal-content .modal-body .form .field input,
.modal-content .modal-body .form .field select {
  height: 3.5rem;
}
.modal-content .modal-footer .buttons {
  margin: 3rem 0;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.modal-content .modal-footer .buttons button,
.modal-content .modal-footer .buttons .button {
  margin: 1.5rem;
  width: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content .close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  color: #000000;
}
.modal-content .close:before {
  font-size: 1.8rem;
  margin: 0;
  color: #000000;
}
.modal-content .close:hover {
  color: #FF5C39 !important;
}
.modal-content .close a {
  color: #000000;
}
.modal-content .close a:hover {
  color: #FF5C39;
}
.modal-content .field label {
  text-align: left !important;
}
.modal--survey {
  margin: 0 -8rem;
}
.modal--medium .modal-content {
  max-width: 640px;
}
.modal--small .modal-content {
  max-width: 500px;
}
.scroll {
  position: relative;
}
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.pagination {
  font-size: 1.4rem;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 2rem 2rem 0 0;
}
.pagination .results {
  margin-right: 2rem;
}
.pagination .go-to {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  white-space: nowrap;
}
.pagination .go-to input {
  height: 3.6rem;
  width: 4.4rem;
  margin-left: 1rem;
}
.pagination .pages {
  margin-left: 2rem;
}
.pagination .pages ul {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination .pages ul li {
  margin-left: 0;
}
.pagination .pages ul li {
  margin: 0;
  padding: 0;
}
.pagination .pages ul li:not(.navigation) a,
.pagination .pages ul li:not(.navigation) span {
  width: 2.6rem;
  display: block;
  text-align: center;
  font-size: 1.6rem;
}
.pagination .pages ul li:not(.navigation) span {
  background: #FF5C39;
  color: #FFFFFF;
  border-radius: 4px;
}
.pagination .pages ul li.navigation--left a:before {
  content: "\e902";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  transform: rotate(90deg);
  font-size: 1.4rem;
}
.pagination .pages ul li.navigation--right a:before {
  display: inline-block;
  content: "\e902";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  transform: rotate(90deg);
  font-size: 1.4rem;
}
.ngx-pagination {
  margin: 0 !important;
  padding: 0 !important;
}
.ngx-pagination li {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
}
.ngx-pagination li:hover {
  background-color: #FF5C39 !important;
  color: #FFFFFF;
}
.ngx-pagination li:hover a {
  background-color: #FF5C39 !important;
  color: #FFFFFF;
  border-radius: 50%;
}
.ngx-pagination li:hover.pagination-previous.disabled,
.ngx-pagination li:hover.pagination-next.disabled {
  background-color: transparent !important;
  color: #E7E7E7;
}
.ngx-pagination li a,
.ngx-pagination li.current span,
.ngx-pagination li.pagination-next,
.ngx-pagination li.pagination-previous {
  width: 2.6rem;
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
}
.ngx-pagination li a:hover {
  color: #FFFFFF;
  background-color: #FF5C39 !important;
}
.ngx-pagination li.current {
  background: #000000;
}
.ngx-pagination li.current:hover {
  background-color: #000000 !important;
}
.ngx-pagination li span {
  padding: 0;
}
.ngx-pagination li.pagination-previous,
.ngx-pagination li.pagination-next {
  position: relative;
}
.ngx-pagination li.pagination-previous span,
.ngx-pagination li.pagination-next span,
.ngx-pagination li.pagination-previous a,
.ngx-pagination li.pagination-next a {
  font-size: 0rem;
  border-radius: 50%;
}
.ngx-pagination li.pagination-previous.disabled span,
.ngx-pagination li.pagination-next.disabled span {
  display: none;
}
.ngx-pagination li.pagination-previous.disabled:before {
  content: "";
  content: "\e902";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  transform: rotate(90deg);
  font-size: 1.4rem;
  margin: 0;
}
.ngx-pagination li.pagination-next.disabled:before {
  content: "";
  content: "\e902";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  display: inline-block;
  transform: rotate(-90deg);
  font-size: 1.4rem;
  margin: 0;
}
.ngx-pagination li.pagination-next.disabled:after {
  content: "";
}
.ngx-pagination li.pagination-next a:not(disabled):before {
  content: "\e902";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  display: inline-block;
  transform: rotate(-90deg);
  line-height: 1;
  margin: 0;
  font-size: 1.4rem;
}
.ngx-pagination li.pagination-previous a:not(disabled):before {
  content: "\e902";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  transform: rotate(90deg);
  line-height: 1;
  margin: 0;
  font-size: 1.4rem;
  padding-left: 3px;
}
.pagination__summary .ngx-pagination {
  margin: 0 !important;
  padding: 0 !important;
}
.pagination__summary .ngx-pagination li {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 4px !important;
  display: none;
}
.pagination__summary .ngx-pagination li:hover {
  background-color: #FF5C39 !important;
  color: #FFFFFF;
}
.pagination__summary .ngx-pagination li:hover a {
  background-color: #FF5C39 !important;
  color: #FFFFFF;
}
.pagination__summary .ngx-pagination li:hover.pagination-previous.disabled,
.pagination__summary .ngx-pagination li:hover.pagination-next.disabled {
  border: 1px solid #E7E7E7;
  background-color: transparent !important;
}
.pagination__summary .ngx-pagination li a,
.pagination__summary .ngx-pagination li.current span,
.pagination__summary .ngx-pagination li.pagination-next,
.pagination__summary .ngx-pagination li.pagination-previous {
  width: 2.6rem;
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
}
.pagination__summary .ngx-pagination li a:hover {
  color: #FFFFFF;
}
.pagination__summary .ngx-pagination li.current {
  background: #FF5C39;
}
.pagination__summary .ngx-pagination li span {
  padding: 0;
}
.pagination__summary .ngx-pagination li.pagination-previous,
.pagination__summary .ngx-pagination li.pagination-next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50% !important;
  border: 1px solid #FF5C39;
  background-color: #FFFFFF;
  color: #E7E7E7;
  width: 3rem;
  height: 3rem;
  margin-right: 2rem;
  font-size: 1.6rem;
}
.pagination__summary .ngx-pagination li.pagination-previous span,
.pagination__summary .ngx-pagination li.pagination-next span,
.pagination__summary .ngx-pagination li.pagination-previous a,
.pagination__summary .ngx-pagination li.pagination-next a {
  font-size: 0rem;
  border-radius: 50%;
}
.pagination__summary .ngx-pagination li.pagination-previous.disabled span,
.pagination__summary .ngx-pagination li.pagination-next.disabled span {
  display: none;
}
.pagination__summary .ngx-pagination li.pagination-next {
  position: absolute;
  right: 3rem;
}
.pagination__summary .ngx-pagination li.pagination-previous.disabled,
.pagination__summary .ngx-pagination li.pagination-next.disabled {
  border: 1px solid #E7E7E7;
  background-color: transparent;
}
.pagination__summary .ngx-pagination li.pagination-previous.disabled:before {
  content: "";
  content: "\e902";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  transform: rotate(90deg);
  font-size: 1.4rem;
  margin: 0;
}
.pagination__summary .ngx-pagination li.pagination-next.disabled:before {
  content: "";
  content: "\e902";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  display: inline-block;
  transform: rotate(-90deg);
  font-size: 1.4rem;
  margin-left: 1rem;
}
.pagination__summary .ngx-pagination li.pagination-next.disabled:after {
  content: "";
}
.pagination__summary .ngx-pagination li.pagination-next a:not(disabled):before {
  content: "\e902";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  display: inline-block;
  transform: rotate(-90deg);
  line-height: 1;
  margin: 0;
  font-size: 1.4rem;
}
.pagination__summary .ngx-pagination li.pagination-previous a:not(disabled):before {
  content: "\e902";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  transform: rotate(90deg);
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}
/*
  TODO: Remove important flags after this bug if fixed:
  https://github.com/angular/flex-layout/issues/381
*/
perfect-scrollbar {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
perfect-scrollbar[hidden] {
  display: none;
}
perfect-scrollbar[fxflex] {
  display: flex;
  flex-direction: column;
  height: auto;
  min-width: 0;
  min-height: 0;
}
perfect-scrollbar[fxflex] > .ps {
  flex: 1 1 auto;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  -webkit-box-flex: 1;
}
perfect-scrollbar[fxlayout] > .ps,
perfect-scrollbar[fxlayout] > .ps > .ps-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: inherit;
  align-items: inherit;
  align-content: inherit;
  justify-content: inherit;
  width: 100%;
  height: 100%;
  -webkit-box-align: inherit;
  -webkit-box-flex: 1;
  -webkit-box-pack: inherit;
}
perfect-scrollbar[fxlayout='row'] > .ps,
perfect-scrollbar[fxlayout='row'] > .ps > .ps-content {
  flex-direction: row !important;
}
perfect-scrollbar[fxlayout='column'] > .ps,
perfect-scrollbar[fxlayout='column'] > .ps > .ps-content {
  flex-direction: column !important;
}
perfect-scrollbar > .ps {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
perfect-scrollbar > .ps textarea {
  -ms-overflow-style: scrollbar;
}
perfect-scrollbar > .ps > .ps-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  pointer-events: none;
}
perfect-scrollbar > .ps > .ps-overlay .ps-indicator-top,
perfect-scrollbar > .ps > .ps-overlay .ps-indicator-left,
perfect-scrollbar > .ps > .ps-overlay .ps-indicator-right,
perfect-scrollbar > .ps > .ps-overlay .ps-indicator-bottom {
  position: absolute;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
perfect-scrollbar > .ps > .ps-overlay .ps-indicator-top,
perfect-scrollbar > .ps > .ps-overlay .ps-indicator-bottom {
  left: 0;
  min-width: 100%;
  min-height: 24px;
}
perfect-scrollbar > .ps > .ps-overlay .ps-indicator-left,
perfect-scrollbar > .ps > .ps-overlay .ps-indicator-right {
  top: 0;
  min-width: 24px;
  min-height: 100%;
}
perfect-scrollbar > .ps > .ps-overlay .ps-indicator-top {
  top: 0;
}
perfect-scrollbar > .ps > .ps-overlay .ps-indicator-left {
  left: 0;
}
perfect-scrollbar > .ps > .ps-overlay .ps-indicator-right {
  right: 0;
}
perfect-scrollbar > .ps > .ps-overlay .ps-indicator-bottom {
  bottom: 0;
}
perfect-scrollbar > .ps.ps--active-y > .ps__rail-y {
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  width: 10px;
  cursor: default;
  transition: width 200ms linear, opacity 200ms linear, background-color 200ms linear;
}
perfect-scrollbar > .ps.ps--active-y > .ps__rail-y:hover,
perfect-scrollbar > .ps.ps--active-y > .ps__rail-y.ps--clicking {
  width: 15px;
}
perfect-scrollbar > .ps.ps--active-x > .ps__rail-x {
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  height: 10px;
  cursor: default;
  transition: height 200ms linear, opacity 200ms linear, background-color 200ms linear;
}
perfect-scrollbar > .ps.ps--active-x > .ps__rail-x:hover,
perfect-scrollbar > .ps.ps--active-x > .ps__rail-x.ps--clicking {
  height: 15px;
}
perfect-scrollbar > .ps.ps--active-x.ps--active-y > .ps__rail-y {
  margin: 0 0 10px;
}
perfect-scrollbar > .ps.ps--active-x.ps--active-y > .ps__rail-x {
  margin: 0 10px 0 0;
}
perfect-scrollbar > .ps.ps--scrolling-y > .ps__rail-y,
perfect-scrollbar > .ps.ps--scrolling-x > .ps__rail-x {
  opacity: 0.9;
  background-color: #eee;
}
perfect-scrollbar.ps-show-always > .ps.ps--active-y > .ps__rail-y,
perfect-scrollbar.ps-show-always > .ps.ps--active-x > .ps__rail-x {
  opacity: 0.6;
}
perfect-scrollbar.ps-show-active > .ps.ps--active-y > .ps-overlay:not(.ps-at-top) .ps-indicator-top {
  opacity: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
perfect-scrollbar.ps-show-active > .ps.ps--active-y > .ps-overlay:not(.ps-at-bottom) .ps-indicator-bottom {
  opacity: 1;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
perfect-scrollbar.ps-show-active > .ps.ps--active-x > .ps-overlay:not(.ps-at-left) .ps-indicator-left {
  opacity: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
perfect-scrollbar.ps-show-active > .ps.ps--active-x > .ps-overlay:not(.ps-at-right) .ps-indicator-right {
  opacity: 1;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
perfect-scrollbar.ps-show-active.ps-show-limits > .ps.ps--active-y > .ps-overlay.ps-at-top .ps-indicator-top {
  background: linear-gradient(to bottom, rgba(170, 170, 170, 0.5) 0%, rgba(170, 170, 170, 0) 100%);
}
perfect-scrollbar.ps-show-active.ps-show-limits > .ps.ps--active-y > .ps-overlay.ps-at-bottom .ps-indicator-bottom {
  background: linear-gradient(to top, rgba(170, 170, 170, 0.5) 0%, rgba(170, 170, 170, 0) 100%);
}
perfect-scrollbar.ps-show-active.ps-show-limits > .ps.ps--active-x > .ps-overlay.ps-at-left .ps-indicator-left {
  background: linear-gradient(to right, rgba(170, 170, 170, 0.5) 0%, rgba(170, 170, 170, 0) 100%);
}
perfect-scrollbar.ps-show-active.ps-show-limits > .ps.ps--active-x > .ps-overlay.ps-at-right .ps-indicator-right {
  background: linear-gradient(to left, rgba(170, 170, 170, 0.5) 0%, rgba(170, 170, 170, 0) 100%);
}
perfect-scrollbar.ps-show-active.ps-show-limits > .ps.ps--active-y > .ps-overlay.ps-at-top .ps-indicator-top.ps-indicator-show,
perfect-scrollbar.ps-show-active.ps-show-limits > .ps.ps--active-y > .ps-overlay.ps-at-bottom .ps-indicator-bottom.ps-indicator-show,
perfect-scrollbar.ps-show-active.ps-show-limits > .ps.ps--active-x > .ps-overlay.ps-at-left .ps-indicator-left.ps-indicator-show,
perfect-scrollbar.ps-show-active.ps-show-limits > .ps.ps--active-x > .ps-overlay.ps-at-right .ps-indicator-right.ps-indicator-show {
  opacity: 1;
}
/*
 * Utilities
 */
/*
 * Utility Classes
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.full-height {
  height: 100%;
}
.fixed {
  position: fixed;
}
.pointer {
  cursor: pointer;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-border {
  border: none !important;
}
.text-small {
  font-size: 1.3rem;
}
/*
 * Visibility
 */
.hide {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.show {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hide-visually {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Print & Screen
 */
@media print {
  .hidden-print {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media screen {
  .hidden-screen {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
.visible-print {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media print {
  .visible-print {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-screen {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media screen {
  .visible-screen {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
/*
 * Hidden Breakpoints
 */
@media (min-width: 1680px) {
  .hidden-xlarge {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .hidden-large {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 1280px) {
  .hidden-large-up {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (max-width: 1679px) {
  .hidden-large-down {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .hidden-medium {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 1025px) {
  .hidden-medium-up {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (max-width: 1279px) {
  .hidden-medium-down {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-small {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 768px) {
  .hidden-small-up {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (max-width: 1024px) {
  .hidden-small-down {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (max-width: 767px) {
  .hidden-xsmall {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
/*
 * Visible Breakpoints
 */
.visible-xlarge {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1680px) {
  .visible-xlarge {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-large {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .visible-large {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-large-up {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1280px) {
  .visible-large-up {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-large-down {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (max-width: 1679px) {
  .visible-large-down {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-medium {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .visible-medium {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-medium-up {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1025px) {
  .visible-medium-up {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-medium-down {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (max-width: 1279px) {
  .visible-medium-down {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-small {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-small {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-small-up {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 768px) {
  .visible-small-up {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-small-down {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (max-width: 1024px) {
  .visible-small-down {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-xsmall {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .visible-xsmall {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
/*
 * Display
 */
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
.display-table {
  display: table;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
/*
 * Position
 */
.position-top-left {
  position: absolute !important;
  top: 0;
  left: 0;
}
.position-top-left.gutter {
  top: 1.6rem;
  left: 1.6rem;
}
.position-top-right {
  position: absolute !important;
  top: 0;
  right: 0;
}
.position-top-right.gutter {
  top: 1.6rem;
  right: 1.6rem;
}
.position-bottom-left {
  position: absolute !important;
  bottom: 0;
  left: 0;
}
.position-bottom-left.gutter {
  bottom: 1.6rem;
  left: 1.6rem;
}
.position-bottom-right {
  position: absolute !important;
  bottom: 0;
  right: 0;
}
.position-bottom-right.gutter {
  bottom: 1.6rem;
  right: 1.6rem;
}
.position-left-center {
  position: absolute !important;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.position-left-center.gutter {
  left: 1.6rem;
}
.position-right-center {
  position: absolute !important;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.position-right-center.gutter {
  right: 1.6rem;
}
.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*
 * Flex
 */
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.flex-inline {
  display: -webkit-flex-inline;
  display: -moz-flex-inline;
  display: -ms-flex-inlinebox;
  display: -ms-flex-inline;
  display: flex-inline;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-row {
  -moz-flex-direction: row;
  flex-direction: row;
}
.flex-column {
  -moz-flex-direction: column;
  flex-direction: column;
}
.flex-1 {
  -moz-flex: 1;
  flex: 1;
}
.flex-1-1-auto {
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-1-0-auto {
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
}
.flex-0-0-auto {
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
.justify-content-flex-start {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.justify-content-flex-end {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-content-center {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.justify-content-space-between {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.justify-content-space-around {
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.align-content-flex-start {
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.align-content-flex-end {
  -ms-align-content: flex-end;
  align-content: flex-end;
}
.align-content-center {
  -ms-align-content: center;
  align-content: center;
}
.align-content-space-between {
  -ms-align-content: space-between;
  align-content: space-between;
}
.align-content-space-around {
  -ms-align-content: space-around;
  align-content: space-around;
}
.align-content-stretch {
  -ms-align-content: stretch;
  align-content: stretch;
}
.align-items-flex-start {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.align-items-flex-end {
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.align-items-center {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.align-items-baseline {
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.align-items-stretch {
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.align-self-flex-start {
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.align-self-flex-end {
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.align-self-center {
  -ms-align-self: center;
  align-self: center;
}
.align-self-baseline {
  -ms-align-self: baseline;
  align-self: baseline;
}
.align-self-stretch {
  -ms-align-self: stretch;
  align-self: stretch;
}
/*
 * Float
 */
.right {
  float: right !important;
}
@media (min-width: 1680px) {
  .clear-right-xlarge {
    float: none !important;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .clear-right-large {
    float: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .clear-right-medium {
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .clear-right-small {
    float: none !important;
  }
}
@media (max-width: 767px) {
  .clear-right-xsmall {
    float: none !important;
  }
}
.left {
  float: left !important;
}
@media (min-width: 1680px) {
  .clear-left-xlarge {
    float: none !important;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .clear-left-large {
    float: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .clear-left-medium {
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .clear-left-small {
    float: none !important;
  }
}
@media (max-width: 767px) {
  .clear-left-xsmall {
    float: none !important;
  }
}
/*
 * Max Width
 */
.max-width-xlarge {
  max-width: 128rem;
}
.max-width-large {
  max-width: 100rem;
}
.max-width-medium {
  max-width: 80rem;
}
.max-width-small {
  max-width: 60rem;
}
.max-width-xsmall {
  max-width: 48rem;
}
/*
 * Margin
 */
.margin-xlarge {
  margin: 8rem;
}
.margin-large {
  margin: 5rem;
}
.margin-medium {
  margin: 3.5rem;
}
.margin-small {
  margin: 2rem;
}
.margin-xsmall {
  margin: 1.5rem;
}
.margin-top-xlarge {
  margin-top: 8rem;
}
.margin-top-large {
  margin-top: 5rem;
}
.margin-top-medium {
  margin-top: 3.5rem;
}
.margin-top-small {
  margin-top: 2rem;
}
.margin-top-xsmall {
  margin-top: 1.5rem;
}
.margin-bottom-xlarge {
  margin-bottom: 8rem;
}
.margin-bottom-large {
  margin-bottom: 5rem;
}
.margin-bottom-medium {
  margin-bottom: 3.5rem;
}
.margin-bottom-small {
  margin-bottom: 2rem;
}
.margin-bottom-xsmall {
  margin-bottom: 1.5rem;
}
.margin-left-xlarge {
  margin-left: 8rem;
}
.margin-left-large {
  margin-left: 5rem;
}
.margin-left-medium {
  margin-left: 3.5rem;
}
.margin-left-small {
  margin-left: 2rem;
}
.margin-left-xsmall {
  margin-left: 1.5rem;
}
.margin-right-xlarge {
  margin-right: 8rem;
}
.margin-right-large {
  margin-right: 5rem;
}
.margin-right-medium {
  margin-right: 3.5rem;
}
.margin-right-small {
  margin-right: 2rem;
}
.margin-right-xsmall {
  margin-right: 1.5rem;
}
/*
 * Padding
 */
.padding-xlarge {
  padding: 8rem;
}
.padding-large {
  padding: 5rem;
}
.padding-medium {
  padding: 3.5rem;
}
.padding-small {
  padding: 2rem;
}
.padding-xsmall {
  padding: 1.5rem;
}
.padding-top-xlarge {
  padding-top: 8rem;
}
.padding-top-large {
  padding-top: 5rem;
}
.padding-top-medium {
  padding-top: 3.5rem;
}
.padding-top-small {
  padding-top: 2rem;
}
.padding-top-xsmall {
  padding-top: 1.5rem;
}
.padding-bottom-xlarge {
  padding-bottom: 8rem;
}
.padding-bottom-large {
  padding-bottom: 5rem;
}
.padding-bottom-medium {
  padding-bottom: 3.5rem;
}
.padding-bottom-small {
  padding-bottom: 2rem;
}
.padding-bottom-xsmall {
  padding-bottom: 1.5rem;
}
.padding-left-xlarge {
  padding-left: 8rem;
}
.padding-left-large {
  padding-left: 5rem;
}
.padding-left-medium {
  padding-left: 3.5rem;
}
.padding-left-small {
  padding-left: 2rem;
}
.padding-left-xsmall {
  padding-left: 1.5rem;
}
.padding-right-xlarge {
  padding-right: 8rem;
}
.padding-right-large {
  padding-right: 5rem;
}
.padding-right-medium {
  padding-right: 3.5rem;
}
.padding-right-small {
  padding-right: 2rem;
}
.padding-right-xsmall {
  padding-right: 1.5rem;
}
/*
 * Font Family
 */
.sans-serif-font {
  font-family: "barlow", Helvetica, Arial, sans-serif;
}
.serif-font {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.monospace-font {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.thin-font {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.regular-font {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.medium-font {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.semibold-font {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.bold-font {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
/*
 * Font Size
 */
.font-size-xlarge {
  font-size: 2rem;
}
.font-size-large {
  font-size: 1.8rem;
}
.font-size-medium {
  font-size: 1.6rem;
}
.font-size-small {
  font-size: 1.4rem;
}
.font-size-xsmall {
  font-size: 1.2rem;
}
/*
 * Text
 */
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.text-center {
  text-align: center !important;
}
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
/*
 * Text Color
 */
.text-white {
  color: #FFFFFF !important;
}
.text-light-grey {
  color: #E7E7E7 !important;
}
.text-grey {
  color: #555 !important;
}
.text-dark-grey {
  color: #333 !important;
}
.text-black {
  color: #000000 !important;
}
.text-error {
  color: #D91E18 !important;
}
.text-warning {
  color: #FF4500 !important;
}
.text-success {
  color: #00AA00 !important;
}
.text-info {
  color: #1E90FF !important;
}
.text-primary {
  color: #FF5C39 !important;
}
.text-secondary {
  color: #663399 !important;
}
.text-tertiary {
  color: #8B008B !important;
}
.text-dark {
  color: #000000 !important;
}
.text-light {
  color: #FAFAFC !important;
}
/*
 * Background
 */
.background-transparent {
  background: transparent !important;
}
.background-white {
  background: #FFFFFF !important;
}
.background-light-grey {
  background: #E7E7E7 !important;
}
.background-grey {
  background: #555 !important;
}
.background-dark-grey {
  background: #333 !important;
}
.background-black {
  background: #000000 !important;
}
.background-error {
  background: #D91E18 !important;
}
.background-warning {
  background: #FF4500 !important;
}
.background-success {
  background: #00AA00 !important;
}
.background-info {
  background: #1E90FF !important;
}
.background-primary {
  background: #FF5C39 !important;
}
.background-secondary {
  background: #663399 !important;
}
.background-tertiary {
  background: #8B008B !important;
}
.background-dark {
  background: #000000 !important;
}
.background-light {
  background: #FAFAFC !important;
}
/*
 * Mixins
 */
/*
 * General Mixins
 */
/*
 * Button
 */
/*
 * Input
 */
/*
 * Select
 */
/*
 * Font
 */
/*
 * Border Radius
 */
/*
 * Backgrounds
 */
/*
 * Placeholder
 */
/*
 * Arrows
 */
/*
 * Transitions
 */
/*
 * Transformations
 */
/*
 * Animations
 */
/*
 * Filters
 */
/*
 * Flexbox
 * via: https://gist.github.com/jayj
 * url: https://gist.github.com/jayj/4012969
 */
/*
 * Mark
 */
/*
 * Accessibility
 */
/*
 * Screen Reader
 */
.screen-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.screen-reader-focusable:active,
.screen-reader-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*
 * Fonticons
 */
/*
.icon--gear:before{
  .fonticon_gear();
}*/
.icon--arrow-right:before {
  content: "\e900";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--calendar:before {
  content: "\e901";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--chevron-down:before {
  content: "\e902";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--company:before {
  content: "\e903";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--download:before {
  content: "\e904";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--enter:before {
  content: "\e905";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--eye:before {
  content: "\e906";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--exit:before {
  content: "\e907";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--home:before {
  content: "\e908";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--logout:before {
  content: "\e909";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--report:before {
  content: "\e90a";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--survey:before {
  content: "\e90b";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--trash:before {
  content: "\e90c";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--edit:before {
  content: "\e90d";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--arrow-left:before {
  content: "\e90e";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--arrow-move:before {
  content: "\e90f";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--research:before {
  content: "\e910";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
/*
 * Pages
 */
#page-login {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: 100vw;
  height: 100vh;
}
#page-login .image {
  width: 50%;
  position: relative;
}
#page-login .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-login .image__info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center !important;
}
#page-login .image__info h1 {
  color: #FFFFFF !important;
  font-size: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1025px) {
  #page-login .image__info h1 {
    font-size: 4.6rem;
  }
}
#page-login .image__info h2 {
  color: #FF5C39 !important;
  max-width: 63rem;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 400;
}
@media (min-width: 1025px) {
  #page-login .image__info h2 {
    font-size: 2.8rem;
  }
}
#page-login .form {
  width: 50%;
  position: relative;
}
#page-login .form__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 35rem;
}
#page-login .form__content .logo {
  margin-bottom: 4rem;
}
@media (min-width: 1025px) {
  #page-login .form__content .logo {
    margin-bottom: 8rem;
  }
}
#page-login .form__content .fields .field input {
  height: 4rem;
}
@media (min-width: 1025px) {
  #page-login .form__content .fields .field input {
    height: 6rem;
  }
}
#page-login .form__content .fields .button {
  width: 100%;
}
#page-login .form__content .fields__link a {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1rem;
  color: #000000;
}
#page-login .form__content .fields__link a:hover {
  color: #FF5C39 !important;
}
#page-admin-dashboard {
  width: 100%;
  overflow: auto;
}
#page-admin-dashboard .table table tr:first-child {
  position: sticky;
}
#page-admin-dashboard .table table tr th:first-child,
#page-admin-dashboard .table table tr td:first-child {
  padding-left: 2rem;
}
#page-admin-dashboard .table table tr .actions {
  padding-right: 2rem;
  text-align: right;
}
#page-admin-dashboard .table table tr .actions a {
  color: #000000;
  margin-left: 1rem;
  text-align: right;
}
#page-admin-dashboard .table table tr .actions a:hover {
  color: #FF5C39;
}
#page-admin-dashboard .table .icon--trash::before {
  font-size: 1.6rem;
}
#page-admin-dashboard .table .icon--arrow-right::before {
  font-size: 1.6rem;
}
#page-create-company {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}
#page-create-company .form {
  margin: 0 3rem;
}
#page-create-company .form .field {
  margin-bottom: 2rem;
}
#page-create-company .form .field .select {
  margin: 0;
}
#page-create-company .form .field input,
#page-create-company .form .select select {
  height: 3.5rem;
  margin: 0;
}
#page-create-company .form label {
  margin: 0;
}
#page-create-company .button {
  margin-top: 0.8rem;
  width: 23rem;
  margin-bottom: 2rem;
}
#page-report {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}
#page-report .container {
  margin: 0 3rem;
  width: 100%;
}
#page-report .container .row {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
#page-report .container .row .options {
  margin: 1rem 2rem 0 0;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
#page-report .container .row .options app-autocomplete-field,
#page-report .container .row .options app-datepicker-field {
  position: relative;
  height: 4.5rem;
  margin: 0 2rem 2rem 0;
  border: 1px solid #E7E7E7;
  border-radius: 20px;
  padding: 0 3rem 0 1rem;
}
#page-report .container .row .options app-autocomplete-field .field,
#page-report .container .row .options app-datepicker-field .field {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
#page-report .container .row .options app-autocomplete-field .field label,
#page-report .container .row .options app-datepicker-field .field label {
  margin: 1rem;
}
#page-report .container .row .options app-autocomplete-field .field input,
#page-report .container .row .options app-datepicker-field .field input {
  border: 0;
  margin: 0;
  background: transparent;
  padding-left: 0;
}
#page-report .container .row .options app-autocomplete-field .field ng-select .ng-select-container,
#page-report .container .row .options app-datepicker-field .field ng-select .ng-select-container {
  border: 0;
  box-shadow: none;
}
#page-report .container .row .options app-autocomplete-field .field ng-select .ng-select-container .ng-value-container .ng-value,
#page-report .container .row .options app-datepicker-field .field ng-select .ng-select-container .ng-value-container .ng-value {
  margin-top: 1rem;
  font-size: 1.6rem;
}
#page-report .container .row .options app-autocomplete-field .field ng-select .ng-select-container .ng-value-container .ng-input input:focus,
#page-report .container .row .options app-datepicker-field .field ng-select .ng-select-container .ng-value-container .ng-input input:focus {
  outline: 0;
  border: 0;
}
#page-report .container .row .options app-autocomplete-field .field ng-select .ng-select-container .ng-arrow-wrapper,
#page-report .container .row .options app-datepicker-field .field ng-select .ng-select-container .ng-arrow-wrapper {
  display: none;
}
#page-report .container .row .options app-autocomplete-field .field ng-select ng-dropdown-panel .ng-option,
#page-report .container .row .options app-datepicker-field .field ng-select ng-dropdown-panel .ng-option {
  font-size: 1.6rem;
}
#page-report .container .row .options app-autocomplete-field:after,
#page-report .container .row .options app-datepicker-field:after {
  content: "\e902";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  position: absolute;
  top: 22%;
  right: 30px;
  width: 0;
  height: 0;
  pointer-events: none;
  color: #E7E7E7;
}
#page-report .container .row .options input {
  color: #000000;
}
#page-report .container .row .graphic,
#page-report .container .row #graphic {
  width: 25rem;
}
#page-report .container .row .sector,
#page-report .container .row #sector {
  width: 18rem;
}
#page-report .container .row .size,
#page-report .container .row #size {
  width: 18rem;
}
#page-report .container .row .managers,
#page-report .container .row #managers {
  width: 20rem;
}
#page-report .container .row .info-data {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #E7E7E7;
  height: 4rem;
  border-radius: 2rem;
  padding: 1rem 2rem;
  margin: 1rem 2rem 0 0;
  font-size: 1.6;
  font-weight: bold;
}
#page-report .container .row .info-data span {
  font-size: 1.3rem;
}
#page-report .container .row .time,
#page-report .container .row #time {
  width: 22rem;
}
#page-report .container .row .poll,
#page-report .container .row #poll {
  width: 22rem;
}
#page-report .container .row label {
  align-self: center;
}
#page-report .container .row .select,
#page-report .container .row select {
  margin-right: 2rem;
  width: 25rem;
  height: 4rem;
  border-radius: 20px;
}
#page-report .container .row .option1,
#page-report .container .row .option2 {
  background-color: #E7E7E7;
  color: #000000;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
}
#page-report .container .row .option2 {
  margin-left: 1rem;
}
#page-report .container #second {
  margin-left: 5rem;
}
#page-report .graphic-container {
  margin: 3rem 3rem 0 3rem;
  height: 51rem;
  border: 1px solid #E7E7E7;
}
#page-polls {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}
#page-polls .table {
  margin-left: 1px;
}
#page-polls .table tr td:first-of-type,
#page-polls .table tr th:first-of-type {
  width: 25rem;
  padding-left: 2rem;
}
#page-polls .table tr td:first-of-type::before,
#page-polls .table tr th:first-of-type::before {
  font-size: 1.6rem;
}
#page-polls .table tr td:nth-child(2),
#page-polls .table tr th:nth-child(2) {
  text-align: center !important;
  width: 25rem;
}
#page-polls .table tr td:nth-child(3),
#page-polls .table tr th:nth-child(3) {
  width: 15rem;
}
#page-polls .table tr td:nth-child(4),
#page-polls .table tr th:nth-child(4) {
  width: 15rem;
}
#page-polls .table tr .button-col__content {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: right;
}
#page-polls .table tr .button-col__content .button {
  line-height: 0.4;
  height: 3.5rem;
  margin-right: 2rem;
}
#page-polls .table tr .button-col__content .icon {
  margin-left: 1rem;
  color: #000000;
  top: 1rem;
}
#page-polls .table tr .button-col__content .icon:hover {
  color: #FF5C39;
}
#page-polls .table tr .button-col .icon--trash::before {
  font-size: 1.6rem;
  margin: 0 2rem 0 0;
}
#page-polls .table tr .button-col .icon--edit::before {
  font-size: 1.6rem;
  margin: 0 2rem 0 0;
}
#page-polls .table tr .actions {
  text-align: right;
}
#page-polls .table tr .actions a {
  color: #000000;
}
#page-polls .table tr .actions a:hover {
  color: #FF5C39;
}
#page-polls .table tr .actions .icon--arrow-right::before {
  font-size: 1.6rem;
  margin: 0 2rem;
}
#page-polls .table .badge {
  display: inline-block;
  border-radius: 4px;
  padding: 0.3rem 0.5rem;
}
#page-polls .table .badge--finished {
  background: #1E90FF !important;
  color: #FFFFFF !important;
}
#page-polls .table .badge--erased {
  background: #E7E7E7 !important;
  color: #000000 !important;
}
#page-polls .table .badge--published {
  background: #00AA00 !important;
  color: #FFFFFF !important;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.overlay .popup {
  margin: 15rem auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
}
.overlay .popup #form-poll {
  margin: 2rem 10rem;
}
.overlay .popup #form-poll .date-input::after {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -0.2rem;
  width: 30px;
  height: 30px;
  pointer-events: none;
  background-color: #E7E7E7;
}
.overlay .popup #form-poll .field {
  margin-bottom: 0;
}
.overlay .popup #form-poll .buttons {
  text-align: center !important;
}
.overlay .popup #form-poll .buttons button {
  background-color: #FF5C39;
  color: #FFFFFF;
}
.overlay .popup #form-poll .buttons button,
.overlay .popup #form-poll .buttons .button {
  margin: 2rem;
  width: 15rem;
}
.overlay .popup h2 {
  margin-top: 1rem;
  color: #000000;
  text-align: center !important;
}
.overlay .popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.overlay .popup .content {
  height: 80%;
  overflow: auto;
}
#page-poll-details {
  width: 100%;
  padding-bottom: 2rem;
  overflow: auto;
}
#page-poll-details .poll-details {
  margin: 0.1rem 0 0 0;
}
#page-poll-details .grid-poll {
  display: grid;
  grid-gap: 2rem 3rem;
  grid-template-columns: repeat(3, 1fr);
  padding: 2rem 3rem;
  margin: 3rem 3rem;
}
@media (max-width: 1400px) {
  #page-poll-details .grid-poll {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1120px) {
  #page-poll-details .grid-poll {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-poll-details .grid-poll > div {
  height: 24rem;
  border: 1px solid #E7E7E7;
  padding: 1rem 0 0 1rem;
}
#page-poll-details .grid-poll > div app-historical-charts p {
  margin-bottom: 0.1rem;
}
#page-poll-details .container-poll {
  margin: 3rem 3rem;
  position: relative;
  display: flex;
  flex-direction: row;
}
#page-poll-details .container-poll--left {
  width: 40%;
}
#page-poll-details .container-poll--right {
  width: 60%;
}
#page-poll-details .container-poll--right__content__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page-poll-details .container-poll--right__content__header .header__title {
  display: flex;
  align-items: center;
}
#page-poll-details .container-poll--right__content__header .header__title .icon--download:before {
  font-size: 4rem;
  color: #000000;
}
#page-poll-details .container-poll--right__content__header .header__title .icon--download:hover:before {
  color: #FF5C39;
}
#page-poll-details .container-poll--right__content__header .header__title .title {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
#page-poll-details .container-poll--right__content__header .header__action .button {
  margin: 1rem 0 1rem 1rem;
  padding: 0 1.5rem;
  height: 3.3rem;
  line-height: 3rem;
}
#page-poll-details .container-poll--right__content__body {
  margin-top: 2rem;
  position: relative;
}
#page-poll-details .container-poll--right__content__body .category {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #000000;
  position: relative;
}
#page-poll-details .container-poll--right__content__body .category.active .arrow:after {
  transform: rotate(180deg);
  top: 48px;
  right: 10px;
}
#page-poll-details .container-poll--right__content__body .category.active .category__details {
  display: block;
}
#page-poll-details .container-poll--right__content__body .category__info {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 6.6rem;
  cursor: pointer;
}
#page-poll-details .container-poll--right__content__body .category__info .title {
  width: 100%;
}
#page-poll-details .container-poll--right__content__body .category__info .title .color {
  width: 12px;
  height: 47px;
  position: absolute;
  left: 0;
  top: 5px;
}
#page-poll-details .container-poll--right__content__body .category__info .title p {
  margin: 0;
  margin-left: 2.5rem;
  font-size: 2.2rem;
}
#page-poll-details .container-poll--right__content__body .category__info .result p {
  margin-right: 8rem;
  font-size: 2.2rem;
  font-weight: 700;
}
#page-poll-details .container-poll--right__content__body .category__info .arrow:after {
  content: "\e902";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  position: absolute;
  top: 24px;
  right: 30px;
  margin-top: -0.2rem;
  width: 0;
  height: 0;
  pointer-events: none;
  color: #E7E7E7;
}
#page-poll-details .container-poll--right__content__body .category__details {
  display: none;
}
#page-poll-details .container-poll--right__content__body .category__details__content {
  display: flex;
  align-items: center;
}
#page-poll-details .container-poll--right__content__body .category__details__content.color {
  background-color: #E7E7E7;
}
#page-poll-details .container-poll--right__content__body .category__details__content .question {
  width: 100%;
  margin: 1rem 2.5rem;
}
#page-poll-details .container-poll--right__content__body .category__details__content .question p {
  font-size: 1.6rem;
}
#page-poll-details .container-poll--right__content__body .category__details__content .result p {
  margin-right: 8rem;
  font-size: 2.2rem;
  font-weight: 700;
}
#page-poll-details .container-poll .general-data-container {
  margin: 0;
}
#page-poll-details .container-poll .general-data-container h2 {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
#page-poll-details .container-poll .general-data-container h3 {
  margin: 1rem 0;
}
#page-poll-details .container-poll .download-container {
  margin: 3.5rem 0;
  width: 36rem;
}
#page-poll-details .container-poll .download-container h2 {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
#page-poll-details .container-poll .download-container .download-line {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  margin-bottom: 2rem;
}
#page-poll-details .container-poll .download-container .download-line h2 {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1rem;
}
#page-poll-details .container-poll .download-container .download-line .icon--download:before {
  font-size: 4rem;
  color: #000000;
}
#page-poll-details .container-poll .download-container .download-line .icon--download:hover:before {
  color: #FF5C39;
}
#page-poll-details .container-poll #secondl {
  margin-top: 1rem;
}
#page-poll-details .container-poll .historical-container {
  margin: 5rem 0;
}
#page-poll-details .container-poll .historical-container h2 {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  margin-bottom: 1rem;
}
#page-poll-details .container-poll .historical-container a {
  font-size: 2rem;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#page-poll-details .container-poll button {
  align-self: center;
  padding: 0 3rem;
  border-color: #FF5C39;
  justify-content: space-between;
}
#page-poll-details .container-poll button #publish {
  color: #000000;
}
#page-create-poll {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}
#page-create-poll .container-create-poll {
  margin: 5rem 3rem;
}
#page-create-poll .container-create-poll #form-create-poll {
  margin: 0;
  width: 50rem;
}
#page-create-poll .container-create-poll #form-create-poll input,
#page-create-poll .container-create-poll #form-create-poll select {
  height: 3.5rem;
}
#page-create-poll .container-create-poll #form-create-poll .field {
  margin-bottom: 0;
}
#page-create-poll .container-create-poll #form-create-poll .save {
  margin-top: 2rem;
  width: 15rem;
  background-color: #FF5C39;
  color: #FFFFFF;
}
#page-create-poll .container-create-poll #form-create-poll .button {
  margin-top: 2rem;
  padding: 1.2rem 3rem;
}
#page-poll-company {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}
#page-poll-company .filter {
  margin: 0.8rem 5rem;
}
#page-poll-company .filter .row {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
}
#page-poll-company .filter .row .field {
  margin: 0;
}
#page-poll-company .filter .row .field .select {
  margin-left: 2rem;
}
#page-poll-company .filter .row .field .select--poll {
  min-width: 36rem;
}
#page-poll-company .filter .row .field .select--sector,
#page-poll-company .filter .row .field .select--size {
  min-width: 18rem;
}
#page-poll-company .filter .row .field .select--location {
  width: 12rem;
}
#page-poll-company .filter .row .field .ng-select-container {
  margin-left: 2rem;
}
#page-poll-company .filter .row .field .ng-select-container:after {
  content: "\e902";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  position: absolute;
  top: 22%;
  right: 30px;
  margin-top: -0.2rem;
  width: 0;
  height: 0;
  pointer-events: none;
  color: #E7E7E7;
}
#page-poll-company .filter .row .field select,
#page-poll-company .filter .row .field .ng-select-container {
  height: 3.5rem;
  border-radius: 20px;
}
#page-poll-company .filter .row .field select option,
#page-poll-company .filter .row .field .ng-select-container option {
  font-size: 1.4rem;
  font-weight: 500;
}
#page-poll-company .filter .row .field select option .option,
#page-poll-company .filter .row .field .ng-select-container option .option {
  background-color: #FAFAFC;
  color: #555;
  padding: 0.5rem;
  border-radius: 1.85rem;
}
#page-poll-company .filter .row .field select option .option:after,
#page-poll-company .filter .row .field .ng-select-container option .option:after {
  content: "\e907";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 0;
  height: 0;
  pointer-events: none;
  color: #333;
  font-size: 1.4rem;
}
#page-poll-company .filter .row .field select .ng-value,
#page-poll-company .filter .row .field .ng-select-container .ng-value {
  position: relative;
  background-color: #FAFAFC;
  color: #555;
  padding: 0.5rem;
  border-radius: 1.85rem;
  font-size: 1.3rem;
}
#page-poll-company .filter .row .field select .ng-value-icon,
#page-poll-company .filter .row .field .ng-select-container .ng-value-icon {
  border: 0;
}
#page-poll-company .filter .row .field select .ng-value-icon.left,
#page-poll-company .filter .row .field .ng-select-container .ng-value-icon.left {
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 3rem;
}
#page-poll-company .filter .row .field select .ng-value-label,
#page-poll-company .filter .row .field .ng-select-container .ng-value-label {
  font-size: 1.3rem;
  font-weight: 500;
  color: #555;
  margin-right: 1.5rem;
}
#page-poll-company .filter .row .field select .ng-placeholder,
#page-poll-company .filter .row .field .ng-select-container .ng-placeholder {
  font-size: 1.6rem;
  padding-left: 2rem;
  font-weight: 500;
  color: #555;
}
#page-poll-company .filter .row .field select .ng-arrow,
#page-poll-company .filter .row .field .ng-select-container .ng-arrow {
  display: none;
}
#page-poll-company .filter .row .field .ng-option {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0 1rem;
  color: #555;
}
.poll-company-line {
  margin: 0;
}
.container-poll-company {
  margin: 2rem 3rem;
  height: 50rem;
}
.container-poll-company .graph {
  height: 100%;
  width: 100%;
}
.container-poll-company .report-data {
  margin-top: 2rem;
}
.container-poll-company .report-data h2 {
  margin-bottom: 1rem;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.container-poll-company .report-data .tables {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.container-poll-company .report-data .tables .table {
  width: 49%;
  border: 1px solid #E7E7E7;
}
.container-poll-company .report-data .tables .table tr:hover {
  background-color: #FF5C39;
}
.container-poll-company .report-data .tables .table tr td {
  border-bottom: 1px solid #E7E7E7;
}
.container-poll-company .report-data .tables .table tr .actions {
  text-align: right;
}
.container-poll-company .report-data .tables .table tr .actions a {
  margin: 0 1rem;
  color: #000000;
}
#page-index {
  padding-top: 2rem;
  overflow: auto;
  height: calc(100vh - 8rem);
  height: -o-calc(100vh - 8rem);
}
@media (min-width: 768px) {
  #page-index {
    padding-top: 6rem;
  }
}
@media (max-width: 379px) {
  #page-index {
    padding-top: 1rem;
    transform: scale(0.95);
  }
}
#page-index .container-survey {
  padding-bottom: 7rem;
}
#page-index h1 {
  font-size: 2.4rem;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  #page-index h1 {
    font-size: 3rem;
    margin: 0 0 2rem;
  }
}
@media (max-width: 379px) {
  #page-index h1 {
    font-size: 2.4rem;
    margin: 0 1rem 1rem;
  }
}
#page-index h1 span {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#page-index p {
  font-size: 1.6rem;
  margin: 0 0 0.5rem;
}
@media (min-width: 768px) {
  #page-index p {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
}
@media (max-width: 379px) {
  #page-index p {
    margin: 0 1rem 1rem;
  }
}
#page-index .info {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  #page-index .info {
    margin-top: 6rem;
    margin-bottom: 7rem;
  }
}
@media (max-width: 379px) {
  #page-index .info {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
#page-index .info .item {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  font-size: 1.6rem;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  #page-index .info .item {
    font-size: 1.8rem;
  }
}
@media (max-width: 379px) {
  #page-index .info .item {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
}
#page-index .info .item .img {
  border-right: 1px solid #D0D0D0;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 379px) {
  #page-index .info .item .img {
    transform: scale(0.8);
  }
}
#page-index .info .item .text {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 1.2;
}
@media (max-width: 379px) {
  #page-index .info .item .text {
    line-height: 1.1;
  }
}
#page-index .text-center {
  text-align: center;
}
#page-language {
  text-align: center;
  padding-top: 5rem;
  overflow: auto;
  height: calc(100% - 8rem);
  height: -o-calc(100% - 8rem);
}
@media (max-width: 379px) {
  #page-language {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  #page-language .container-survey {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#page-language .container-survey h1 {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
  margin: 0 auto 5rem;
}
@media (max-width: 379px) {
  #page-language .container-survey h1 {
    font-size: 2rem;
    margin: 0 auto 2rem;
  }
}
@media (min-width: 768px) {
  #page-language .container-survey h1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  #page-language .container-survey .field {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
}
#page-language .container-survey .field input {
  display: none;
}
#page-language .container-survey .field input:checked + label {
  border: 2px solid #FF5C39;
  background: rgba(255, 92, 57, 0.1);
}
#page-language .container-survey .field input + label {
  width: 9.2rem;
  height: 9.2rem;
  border-radius: 50%;
  border: 2px solid black;
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 1.8rem;
  margin: auto auto 2.5rem;
  cursor: pointer;
}
@media (max-width: 379px) {
  #page-language .container-survey .field input + label {
    margin: auto auto 2rem;
    width: 8rem;
    height: 8rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  #page-language .container-survey .field input + label {
    margin: 2rem;
    width: 12rem;
    height: 12rem;
    font-size: 2rem;
  }
}
#page-language .container-survey .buttons {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#page-language .container-survey .buttons button {
  margin: 4rem 1rem;
  width: 15rem;
}
@media (max-width: 379px) {
  #page-language .container-survey .buttons button {
    margin: 1rem 1rem;
    width: 13rem;
  }
}
app-poll-question,
app-poll-content,
app-poll,
app-dashboard,
app-root {
  height: 100%;
  display: block;
  overflow: hidden;
}
#page-question {
  text-align: center;
  overflow: auto;
  height: 100%;
}
#page-question app-poll-question {
  height: 100vh;
  display: block;
}
#page-question .container {
  height: calc(100% - 10rem);
  height: -o-calc(100% - 10rem);
  overflow: auto;
  padding-bottom: 4rem;
}
@media (max-height: 700px) {
  #page-question .container {
    height: calc(100vh - 12rem);
    height: -o-calc(100vh - 12rem);
  }
}
@media (max-height: 390px) {
  #page-question .container {
    height: calc(100vh - 10rem);
    height: -o-calc(100vh - 10rem);
  }
}
#page-question .question {
  font-size: 2.4rem;
  color: #000000;
  text-align: center;
  line-height: 1.2;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: top;
  -ms-align-items: top;
  align-items: top;
  margin-top: 2rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  #page-question .question {
    font-size: 2.8rem;
    margin-top: 3rem;
  }
}
@media (max-height: 780px) {
  #page-question .question {
    font-size: 2rem;
  }
}
#page-question .slider-buttons .slider-wrapper-content {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: 25rem;
  position: relative;
  margin: 2rem auto;
  transform: translateX(3.5rem);
  height: 100%;
  height: calc(100vh - 48rem);
  height: -o-calc(100vh - 48rem);
  min-height: 24rem;
}
@media (min-width: 768px) {
  #page-question .slider-buttons .slider-wrapper-content {
    margin: 4rem auto;
  }
}
@media (max-height: 780px) {
  #page-question .slider-buttons .slider-wrapper-content {
    height: calc(100vh - 40rem);
    height: -o-calc(100vh - 40rem);
  }
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left {
  width: 14rem;
  position: relative;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-numbers {
  position: absolute;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0.7rem;
  width: 3.3rem;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-numbers .slider-number-bold {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media (max-height: 780px) {
  #page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-numbers .slider-number-bold {
    font-size: 1.8rem;
  }
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-numbers span {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.7rem;
}
@media (max-height: 780px) {
  #page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-numbers span {
    font-size: 1.4rem;
  }
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-numbers span.selected {
  color: #000000;
  transform: scale(1.4);
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-lines {
  position: absolute;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  width: 3rem;
  padding: 10% 0;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-lines span:nth-child(11) {
  width: 100%;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-lines span:nth-child(10) {
  width: 96.5%;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-lines span:nth-child(9) {
  width: 93%;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-lines span:nth-child(8) {
  width: 89.5%;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-lines span:nth-child(7) {
  width: 86%;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-lines span:nth-child(6) {
  width: 82.5%;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-lines span:nth-child(5) {
  width: 79%;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-lines span:nth-child(4) {
  width: 75.5%;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-lines span:nth-child(3) {
  width: 72%;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-lines span:nth-child(2) {
  width: 68.5%;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-lines span:nth-child(1) {
  width: 65%;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-lines--left {
  left: 4rem;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-lines--right {
  right: 0;
  align-items: flex-end;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-lines span {
  height: 1px;
  background: #d0d0d0;
  width: 100%;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper {
  display: inline-block;
  width: 2.7rem;
  height: 100%;
  padding: 0;
  position: relative;
  left: 2rem;
  /* 1-7 slides */
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input {
  width: calc(100vh - 48rem);
  width: -o-calc(100vh - 48rem);
  height: 2.7rem;
  transform-origin: 0 0;
  transform: rotate(-90deg);
  -webkit-appearance: none;
  margin: auto;
  padding: 0;
  background: transparent;
  border-left: 2px solid white;
  border-color: white;
  background-color: #E7E7E7;
  position: absolute;
  bottom: -3rem;
  min-width: 24rem;
  transition: none;
}
@media (max-height: 780px) {
  #page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input {
    width: calc(100vh - 40rem);
    width: -o-calc(100vh - 40rem);
  }
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.35rem 0 0 0;
  border-right-width: calc(100vh - 50rem);
  border-right-width: -o-calc(100vh - 50rem);
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  z-index: 90;
  box-shadow: none;
}
@media (max-height: 780px) {
  #page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input:before {
    border-right-width: calc(100vh - 33rem);
    border-right-width: -o-calc(100vh - 33rem);
  }
}
@media (max-height: 580px) {
  #page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input:before {
    border-right-width: 24rem;
  }
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.35rem 0 0 0;
  border-left-width: calc(100vh - 50rem);
  border-left-width: -o-calc(100vh - 50rem);
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  bottom: 0;
  box-shadow: none;
  z-index: 90;
}
@media (max-height: 780px) {
  #page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input:after {
    border-left-width: calc(100vh - 33rem);
    border-left-width: -o-calc(100vh - 33rem);
  }
}
@media (max-height: 580px) {
  #page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input:after {
    border-left-width: 24rem;
  }
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input::-webkit-slider-runnable-track {
  background: transparent;
  box-shadow: none;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input::-webkit-slider-thumb {
  height: 5.5rem;
  width: 3rem;
  cursor: pointer;
  -webkit-appearance: none;
  background-image: url("/assets/images/icons/range.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg) scale(1.7);
  transform-origin: 50%;
  position: relative;
  z-index: 99;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input::-moz-range-thumb {
  height: 5.5rem;
  width: 3rem;
  cursor: pointer;
  -webkit-appearance: none;
  background-image: url("/assets/images/icons/range.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg) scale(1.7);
  transform-origin: 50%;
  position: absolute;
  z-index: 999;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  transition: none;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta0 {
  background: linear-gradient(to right, #FF5C39 0%, #FF5C39 0%, #E7E7E7 0%, #E7E7E7 100%);
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta1 {
  background: linear-gradient(to right, #FF5C39 0%, #FF5C39 10%, #E7E7E7 10%, #E7E7E7 100%);
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta2 {
  background: linear-gradient(to right, #FF5C39 0%, #FF5C39 20%, #E7E7E7 20%, #E7E7E7 100%);
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta3 {
  background: linear-gradient(to right, #FF5C39 0%, #FF5C39 30%, #E7E7E7 30%, #E7E7E7 100%);
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta4 {
  background: linear-gradient(to right, #FF5C39 0%, #FF5C39 40%, #E7E7E7 40%, #E7E7E7 100%);
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta5 {
  background: linear-gradient(to right, #FF5C39 0%, #FF5C39 50%, #E7E7E7 50%, #E7E7E7 100%);
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta6 {
  background: linear-gradient(to right, #FF5C39 0%, #FF5C39 60%, #E7E7E7 60%, #E7E7E7 100%);
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta7 {
  background: linear-gradient(to right, #FF5C39 0%, #FF5C39 70%, #E7E7E7 70%, #E7E7E7 100%);
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta8 {
  background: linear-gradient(to right, #FF5C39 0%, #FF5C39 80%, #E7E7E7 80%, #E7E7E7 100%);
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta9 {
  background: linear-gradient(to right, #FF5C39 0%, #FF5C39 90%, #E7E7E7 90%, #E7E7E7 100%);
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta10 {
  background: linear-gradient(to right, #FF5C39 0%, #FF5C39 100%, #E7E7E7 100%, #E7E7E7 100%);
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta1-range-1-7 {
  background: linear-gradient(90deg, #FF5C39 0%, #FF5C39 0%, #E7E7E7 0%);
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta2-range-1-7 {
  background: linear-gradient(90deg, #FF5C39 0%, #FF5C39 16.67%, #E7E7E7 16.67%);
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta3-range-1-7 {
  background: linear-gradient(90deg, #FF5C39 0%, #FF5C39 33.33%, #E7E7E7 33.33%);
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta4-range-1-7 {
  background: linear-gradient(90deg, #FF5C39 0%, #FF5C39 50%, #E7E7E7 50%);
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta5-range-1-7 {
  background: linear-gradient(90deg, #FF5C39 0%, #FF5C39 66.67%, #E7E7E7 66.67%);
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta6-range-1-7 {
  background: linear-gradient(90deg, #FF5C39 0%, #FF5C39 83.33%, #E7E7E7 83.33%);
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta7-range-1-7 {
  background: linear-gradient(90deg, #FF5C39 0%, #FF5C39 100%, #E7E7E7 100%);
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-right {
  width: calc(100% - 16rem);
  width: -o-calc(100% - 16rem);
  margin-left: 2rem;
  overflow: hidden;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-right .slider-text {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding-bottom: 0.7rem;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-right .slider-text .slider-text-max {
  height: 13.5rem;
  padding: 1rem 1rem;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-right .slider-text .slider-text-max span {
  display: block;
  font-size: 1.7rem;
  white-space: nowrap;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-right .slider-text .slider-text-info {
  height: 8rem;
  min-height: 8rem;
  width: 8rem;
  border-radius: 50%;
  border: 1px solid #000000;
  overflow: hidden;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-right .slider-text .slider-text-info span {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 1rem .5rem .5rem;
  height: 3.5rem;
  font-size: 1.2rem;
  white-space: nowrap;
  background: #000000;
  color: #FFFFFF;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-right .slider-text .slider-text-info .result {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1;
  height: 4.5rem;
  padding: .5rem;
  align-items: flex-start;
  background: #FFFFFF;
  color: #000000;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-right .slider-text .slider-text-min {
  height: 13.5rem;
  padding: 1rem 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#page-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-right .slider-text .slider-text-min span {
  display: block;
  font-size: 1.7rem;
  white-space: nowrap;
}
#page-question .slider-buttons .buttons {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#page-question .slider-buttons .buttons button {
  margin: 1rem;
  width: 15rem;
}
@media (max-height: 570px) {
  #page-question .slider-buttons .buttons button {
    font-size: 1.4rem;
    height: 3.5rem;
    padding: 1rem 2.2rem;
  }
}
#page-question .slider-buttons--short .slider-wrapper-content {
  transform: none ;
}
#page-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-left {
  width: 8rem;
}
#page-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-left .slider-lines--left,
#page-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-left .slider-numbers {
  display: none;
}
#page-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-left .slider-lines--right {
  padding: 1.6rem 0;
}
#page-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper {
  display: inline-block;
  width: 2.7rem;
  height: 100%;
  padding: 0;
  position: relative;
  left: 0;
}
#page-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input {
  width: calc(100vh - 48rem);
  width: -o-calc(100vh - 48rem);
  height: 2.7rem;
  transform-origin: 0 0;
  transform: rotate(-90deg);
  -webkit-appearance: none;
  margin: auto;
  padding: 0;
  background: transparent;
  border-left: 2px solid #FFFFFF;
  border-top: 0.8rem solid #FFFFFF;
  border-bottom: 0.8rem solid #FFFFFF;
  border-color: white;
  background-color: #E7E7E7;
  position: absolute;
  bottom: -2.7rem;
  min-width: 24rem;
}
@media (max-height: 780px) {
  #page-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input {
    width: calc(100vh - 40rem);
    width: -o-calc(100vh - 40rem);
  }
}
#page-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input:before,
#page-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input:after {
  display: none;
}
#page-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input::-webkit-slider-thumb {
  height: 5.6rem;
  width: 3.2rem;
  cursor: pointer;
  -webkit-appearance: none;
  background-image: url("/assets/images/icons/range2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg) scale(1.7);
  transform-origin: 50%;
  position: relative;
  z-index: 99;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
#page-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input::-moz-range-thumb {
  height: 5.6rem;
  width: 3.2rem;
  border-radius: 3px;
  cursor: pointer;
  -webkit-appearance: none;
  background-image: url("/assets/images/icons/range2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg) scale(1.7);
  transform-origin: 50%;
  position: absolute;
  z-index: 99;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
#page-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-right {
  width: auto;
  margin-left: 1rem;
  overflow: hidden;
  padding: 0.9rem 0;
}
#page-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-right .slider-text {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.15;
  padding: 0;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#page-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-right .slider-text .slider-text-item {
  display: inline-block;
  max-width: 100%;
  height: 14.286%;
  line-height: 1;
}
#page-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-right .slider-text .slider-text-item:last-child {
  height: auto;
}
#page-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-right .slider-text .slider-text-item-bold {
  font-size: 1.6rem;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
#page-end .container-survey {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 40rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  #page-end .container-survey {
    max-width: 60rem;
  }
}
#page-end .container-survey h1 {
  font-size: 2.4rem;
  color: #00AA00;
}
@media (min-width: 768px) {
  #page-end .container-survey h1 {
    font-size: 3rem;
  }
}
#page-end .container-survey p {
  font-size: 2.1rem;
}
@media (min-width: 768px) {
  #page-end .container-survey p {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
#page-end .container-survey img {
  max-width: 100%;
  height: auto;
}
#page-error .container-survey {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 40rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  #page-error .container-survey {
    max-width: 60rem;
  }
}
#page-error .container-survey h1 {
  font-size: 2.4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #D91E18;
}
@media (min-width: 768px) {
  #page-error .container-survey h1 {
    font-size: 3rem;
  }
}
#page-error .container-survey p {
  font-size: 2.1rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  #page-error .container-survey p {
    line-height: 1.2;
  }
}
#page-error .container-survey img {
  max-width: 100%;
  height: auto;
}
#page-recover-password {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: 100vw;
  height: 100vh;
}
#page-recover-password .form {
  width: 100%;
  position: relative;
}
#page-recover-password .form__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 35rem;
}
#page-recover-password .form__content .logo {
  margin-bottom: 2rem;
}
#page-recover-password .form__content .title {
  margin: 0 0 8rem;
}
#page-recover-password .form__content .fields .field input {
  height: 4rem;
}
@media (min-width: 1025px) {
  #page-recover-password .form__content .fields .field input {
    height: 6rem;
  }
}
#page-recover-password .form__content .fields .button {
  width: 100%;
}
#page-recover-password .form__content .fields__link a {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1rem;
  color: #000000;
}
#page-recover-password .form__content .fields__link a:hover {
  color: #FF5C39 !important;
}
#page-recover-password .form__content .fields .button {
  margin-top: 4.5rem;
}
#page-not-found {
  overflow-x: hidden;
}
#page-not-found .container-top {
  width: 100vw;
  height: 50vh;
  background-color: #FFFFFF;
}
#page-not-found .container-top__content {
  height: 50vh;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#page-not-found .container-top__content img {
  width: 16rem;
  transform: translateY(3vh);
}
#page-not-found .container-top__content h1 {
  font-size: 25rem;
  font-weight: 800;
  margin: 0 32rem;
  transform: translateY(10vh);
  color: #FF5C39;
}
@media (max-width: 1679px) {
  #page-not-found .container-top__content h1 {
    margin: 0 24rem;
  }
}
@media (max-width: 1279px) {
  #page-not-found .container-top__content h1 {
    margin: 0 16rem;
  }
}
#page-not-found .container-bottom {
  z-index: 2;
  width: 100vw;
  height: 50vh;
  background-color: #111111;
}
#page-not-found .container-bottom__content {
  height: 50vh;
  width: 100%;
  text-align: center !important;
  padding-top: 17rem;
}
#page-not-found .container-bottom__content h3 {
  color: #FFFFFF;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
}
#page-not-found .container-bottom__content p {
  margin-top: 6rem;
  color: #FFFFFF;
  font-size: 2.8rem;
}
#page-not-found-survey .container-survey {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 40rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  #page-not-found-survey .container-survey {
    max-width: 60rem;
  }
}
#page-not-found-survey .container-survey h1 {
  font-size: 2.4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #page-not-found-survey .container-survey h1 {
    font-size: 3rem;
  }
}
#page-not-found-survey .container-survey p {
  font-size: 2.1rem;
  margin-top: 1rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media (min-width: 768px) {
  #page-not-found-survey .container-survey p {
    line-height: 1.2;
  }
}
#page-not-found-survey .container-survey img {
  max-width: 100%;
  height: auto;
}
#page-poll-results .poll-results {
  height: 100vh;
  width: 100vw;
  display: flex;
}
#page-poll-results .poll-results__left {
  width: 50%;
  background-color: #000000;
  height: 100%;
  position: relative;
}
#page-poll-results .poll-results__left .logo {
  position: absolute;
  margin: 4rem;
  width: 13rem;
}
#page-poll-results .poll-results__left .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 2rem;
}
#page-poll-results .poll-results__left .info .title p {
  font-size: 6rem;
  font-weight: 700;
  color: #FFFFFF;
}
#page-poll-results .poll-results__left .info .result {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  background-color: #FFFFFF;
  border-radius: 50%;
}
#page-poll-results .poll-results__left .info .result p {
  color: #000000;
  font-size: 6rem;
  font-weight: 700;
}
#page-poll-results .poll-results__left .button-start {
  color: #FF5C39;
  font-size: 3rem;
  font-weight: 700;
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page-poll-results .poll-results__left .button-start:hover {
  color: #FFFFFF;
}
#page-poll-results .poll-results__right {
  width: 50%;
  height: 100%;
}
#page-poll-results .poll-results__right .exit {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1.5rem 3rem;
  z-index: 5;
  cursor: pointer;
}
#page-poll-results .poll-results__right .exit:before {
  content: "\e907";
  font-family: 'fabrika';
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  position: absolute;
  top: 5px;
  right: 7rem;
  width: 0;
  height: 0;
  color: #333;
  font-size: 2rem;
  cursor: pointer;
}
#page-poll-results .poll-results__right .exit p {
  font-size: 2.4rem;
  font-weight: 500;
}
#page-poll-results .poll-results__right .result-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 6rem;
}
#page-poll-results .poll-results__right .result-details__category {
  width: 100%;
  margin-bottom: 3rem;
}
#page-poll-results .poll-results__right .result-details__category__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
#page-poll-results .poll-results__right .result-details__category__header p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000000;
  margin: 0;
}
#page-poll-results .poll-results__right .result-details__category__body .progress {
  border-radius: 7px;
}
#page-poll-results .poll-results__right .result-details__category__body .progress .line {
  height: 0.9rem;
  background: #d0d0d0;
  position: relative;
  border-radius: 7px;
}
#page-poll-results .poll-results__right .result-details__category__body .progress .line span {
  position: absolute;
  height: 100%;
  left: 0;
}
#page-poll-results .poll-results__right .result-details__category__body .progress .line span img {
  width: 3.5rem;
  position: absolute;
  top: -1.8rem;
  right: -1.5rem;
}
#page-poll-results-details .poll-results-details__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 11rem;
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 10;
}
#page-poll-results-details .poll-results-details__header .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 6rem;
}
#page-poll-results-details .poll-results-details__header .title img {
  width: 7rem;
}
#page-poll-results-details .poll-results-details__header .title p {
  margin: 0 0 0 2rem;
  font-size: 4rem;
  font-weight: 700;
}
#page-poll-results-details .poll-results-details__header .title p.text-black {
  color: #000000;
}
#page-poll-results-details .poll-results-details__header .title p.text-white {
  color: #FFFFFF;
}
#page-poll-results-details .poll-results-details__header .result {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  width: 11rem;
  height: 11rem;
}
#page-poll-results-details .poll-results-details__header .result p {
  font-size: 4rem;
  font-weight: 700;
  color: #FFFFFF;
}
#page-poll-results-details .poll-results-details__body {
  padding-right: 7.5rem;
  padding-left: 7.5rem;
  padding-top: 13rem;
  height: calc(100vh - 10rem);
  height: -o-calc(100vh - 10rem);
}
#page-poll-results-details .poll-results-details__body .question-container {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
#page-poll-results-details .poll-results-details__body .question-container__box {
  margin-bottom: 2rem;
  page-break-inside: avoid;
}
#page-poll-results-details .poll-results-details__body .question-container__box__content {
  width: 100%;
  display: flex;
  position: relative;
}
#page-poll-results-details .poll-results-details__body .question-container__box__content:nth-child(even) {
  background: rgba(255, 255, 255, 0.26);
}
#page-poll-results-details .poll-results-details__body .question-container__box__content:nth-child(odd) {
  background: rgba(208, 208, 208, 0.26);
}
#page-poll-results-details .poll-results-details__body .question-container__box__content .question {
  width: 100%;
}
#page-poll-results-details .poll-results-details__body .question-container__box__content .question p {
  padding: 1.5rem 3rem 0;
  font-size: 2rem;
  margin: 0;
}
#page-poll-results-details .poll-results-details__body .question-container__box__content .question .right-text {
  margin: 0;
  padding: 1rem 3rem 1.5rem;
  text-align: right;
  font-size: 1.8rem;
}
#page-poll-results-details .poll-results-details__body .question-container__box__content .question .right-text span {
  font-weight: 700;
}
#page-poll-results-details .poll-results-details__body .question-container__box__content .question .line {
  height: 8px;
}
#page-poll-results-details .poll-results-details__body .question-container__box__content .result {
  width: 8.6rem;
  background-color: #000000;
  position: relative;
}
#page-poll-results-details .poll-results-details__body .question-container__box__content .result p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 3.6rem;
}
#page-poll-results-details .poll-results-details__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
  width: 100vw;
  background-color: #000000;
  position: absolute;
  bottom: 0;
}
#page-poll-results-details .poll-results-details__footer .exit {
  position: relative;
  margin-left: 8rem;
  z-index: 5;
  cursor: pointer;
}
#page-poll-results-details .poll-results-details__footer .exit:before {
  content: "\e907";
  font-family: 'fabrika';
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  position: absolute;
  top: 5px;
  right: 7rem;
  width: 0;
  height: 0;
  color: #FFFFFF;
  font-size: 2rem;
  cursor: pointer;
}
#page-poll-results-details .poll-results-details__footer .exit p {
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 500;
}
#page-poll-results-details .poll-results-details__footer .actions {
  display: flex;
  align-items: center;
  height: 8rem;
}
#page-poll-results-details .poll-results-details__footer .actions .arrow {
  position: relative;
  border-left: 1px solid #FFFFFF;
  height: 100%;
  width: 8rem;
  cursor: pointer;
}
#page-poll-results-details .poll-results-details__footer .actions .arrow.left:after {
  content: "\e902";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  position: absolute;
  top: 22px;
  right: 4px;
  width: 0;
  height: 0;
  color: #FFFFFF;
  font-size: 4rem;
  transform: rotate(90deg);
}
#page-poll-results-details .poll-results-details__footer .actions .arrow.right:after {
  content: "\e902";
  font-family: 'fabrika';
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  position: absolute;
  top: 61px;
  left: 16px;
  width: 0;
  height: 0;
  color: #FFFFFF;
  font-size: 4rem;
  transform: rotate(-90deg);
}
app-poll-presentation {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: white;
}
/* NEW POLL PAGES (research) */
#main {
  height: 100%;
  width: 100%;
}
.question-page,
app-research-poll-question {
  height: 100%;
}
.container-poll {
  margin: auto;
}
.button-round {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-round .icon:before {
  font-size: 2.3rem;
  margin: 0;
  line-height: 1.2;
}
.button-round:disabled,
.button-round.disabled {
  opacity: 0.5;
}
.button-round--primary {
  background-color: #FF5C39;
  color: #FFFFFF !important;
}
.button-round--primary:hover,
.button-round--primary:focus {
  background-color: #ff4720 !important;
}
.button-round--primary:disabled:hover,
.button-round--primary.disabled:hover,
.button-round--primary:disabled:focus,
.button-round--primary.disabled:focus {
  background-color: #FF5C39 !important;
}
.button-round--secondary {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
}
.button-round--secondary:hover {
  color: #FF5C39;
  background-color: #FFFFFF !important;
  border: 1px solid #FF5C39 !important;
}
.button-round--secondary:hover .icon:before {
  color: #FF5C39;
}
.button-round--secondary:disabled:hover,
.button-round--secondary.disabled:hover,
.button-round--secondary:disabled:focus,
.button-round--secondary.disabled:focus {
  color: #000000;
  border: 1px solid #000000 !important;
}
.button-round--secondary:disabled:hover .icon:before,
.button-round--secondary.disabled:hover .icon:before,
.button-round--secondary:disabled:focus .icon:before,
.button-round--secondary.disabled:focus .icon:before {
  color: #000000;
}
.poll-index-header {
  margin: 0 2.4rem;
  height: 7.8rem;
  position: sticky;
  top: 0;
}
.poll-index-header:after {
  content: "";
  display: block;
  height: 2.4rem;
  background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0) 100%);
}
.poll-index-header .container-poll {
  padding: 1.8rem 0 1rem;
  border-bottom: .2rem solid black;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .poll-index-header .container-poll img {
    margin: 0 2rem;
  }
}
/* PAGE LOGIN */
#page-survey-index .logo {
  flex-shrink: 0;
  text-align: center;
}
#page-survey-index .logo img {
  width: 100%;
  max-width: 15rem;
  height: auto;
}
#page-survey-index .container-poll {
  padding: 9.6rem 6.4rem;
  max-width: 36rem;
}
#page-survey-index .field {
  margin: 5.6rem 0;
}
#page-survey-index .field input {
  border: 1px solid #000000;
  height: 4.8rem;
  color: #000000;
  letter-spacing: 0.6rem;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#page-survey-index .field.error input {
  border: 1px solid #D91E18;
}
#page-survey-index .field.error input:focus {
  outline: 1px solid #D91E18;
}
#page-survey-index .field .box-error {
  bottom: auto;
  top: 100%;
}
#page-survey-index .field .box-error p.error {
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 0.5rem;
}
#page-survey-index .buttons {
  margin-top: 9.4rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
/* PAGE PRESENTATION */
#page-survey-presentation {
  color: #000000;
  height: calc(100% - 7.8rem);
  overflow: auto;
}
#page-survey-presentation .container-poll {
  max-width: 72rem;
  margin: auto;
  padding: 0 2.4rem;
}
#page-survey-presentation .poll-title {
  font-size: 2.2rem;
  line-height: 1;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
}
@media (min-width: 768px) {
  #page-survey-presentation .poll-title {
    font-size: 2.4rem;
  }
}
#page-survey-presentation .poll-subtitle {
  margin: 2.6rem 0 0.4rem;
  color: #FF5C39;
  font-size: 1.8rem;
  line-height: 1.15;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 768px) {
  #page-survey-presentation .poll-subtitle {
    font-size: 2.2rem;
  }
}
#page-survey-presentation p {
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.25;
  margin: 1.7rem 0;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 768px) {
  #page-survey-presentation p {
    font-size: 1.6rem;
    font-family: "barlow", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
#page-survey-presentation p a {
  color: #FF5C39;
  text-decoration: underline;
}
#page-survey-presentation p a:hover {
  text-decoration: none;
}
#page-survey-presentation ul {
  margin: 0 0 0 2rem;
}
#page-survey-presentation ul li {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 1.4rem;
}
#page-survey-presentation .poll-title + .poll-subtitle {
  margin-top: 1.7rem;
}
#page-survey-presentation .poll-subtitle + p {
  margin-top: 0;
}
#page-survey-presentation .buttons {
  padding: 1.6rem 0 2.4rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
#page-survey-presentation .fields {
  margin-top: 2.6rem;
}
#page-survey-presentation .field-checkbox {
  align-items: flex-start;
  margin: 0;
}
#page-survey-presentation .field {
  margin: 0;
}
#page-survey-presentation .field--checkbox {
  display: flex;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  align-items: flex-start;
  margin-bottom: 1.6rem;
}
#page-survey-presentation .field--checkbox input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  background-color: #FFFFFF;
  color: #FF5C39;
  border: 1px solid #000000;
}
#page-survey-presentation .field--checkbox input[type='checkbox']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='%23FFF' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3E%3C/svg%3E");
}
@media (forced-colors: active) {
  #page-survey-presentation .field--checkbox [type='checkbox']:checked {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}
#page-survey-presentation .field--checkbox input[type="checkbox"] {
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 0;
  margin: 0.5rem 0 0 0;
}
#page-survey-presentation .field--checkbox input[type="checkbox"]:checked {
  background-color: #FF5C39;
  border-color: #FF5C39;
}
#page-survey-presentation .field--checkbox label {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.143;
  color: #000000;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 768px) {
  #page-survey-presentation .field--checkbox label {
    font-size: 1.6rem;
    font-family: "barlow", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
#page-survey-presentation .poll-advise {
  display: flex;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  padding: 1rem 0 0;
  border-top: 1px solid #000000;
}
#page-survey-presentation .poll-advise__icon {
  flex-shrink: 0;
}
#page-survey-presentation .poll-advise p {
  margin: 0;
  line-height: 1.143;
}
/* PAGE LANG */
#page-survey-lang {
  text-align: center;
}
#page-survey-lang h1 {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
  margin: 3.4rem auto 5.6rem;
}
#page-survey-lang .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 37.5rem;
  margin: auto;
  padding: 0 2.4rem;
  row-gap: 2.4rem;
}
#page-survey-lang .button-border {
  width: 100%;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  height: 4.8rem;
  border: 1px solid #000000;
  border-radius: 2.4rem;
}
#page-survey-lang .button-border:hover,
#page-survey-lang .button-border:focus,
#page-survey-lang .button-border:active {
  border: 1px solid #FF5C39;
  background-color: #FF5C39;
  color: #FFFFFF;
}
/* PAGE QUESTION */
.poll-question-header {
  background: #000;
  padding: 1.2rem 1.2rem 1.2rem 2.4rem;
  color: #FFFFFF;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 7rem;
}
@media (max-width: 1024px) {
  .poll-question-header {
    height: 5.6rem;
  }
}
@media (max-height: 850px) {
  .poll-question-header {
    height: 5.6rem;
  }
}
.poll-question-header .container {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .poll-question-header .container {
    padding: 0;
  }
}
.poll-question-header .container .letter {
  margin-right: 1rem;
  flex-shrink: 0;
}
.poll-question-header .container .letter img {
  width: auto;
  height: 3.2rem;
  filter: invert(100%);
}
@media (max-height: 850px) {
  .poll-question-header .container .letter img {
    height: 3.2rem;
  }
}
@media (max-width: 1024px) {
  .poll-question-header .container .letter img {
    height: 3.2rem;
  }
}
.poll-question-header .container .title {
  line-height: 1.2;
}
.poll-question-header .container .title span {
  display: block;
}
.poll-question-header .container .title span.section-number {
  font-size: 1.6rem;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-height: 850px) {
  .poll-question-header .container .title span.section-number {
    font-size: 1.2rem;
  }
}
.poll-question-header .container .title span.section-title {
  font-size: 2.4rem;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-height: 850px) {
  .poll-question-header .container .title span.section-title {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .poll-question-header .container .title span.section-title {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.poll-question-header .container .question-progress {
  margin-left: auto;
}
.poll-question-header .container .question-progress span {
  font-size: 2.1rem;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-height: 850px) {
  .poll-question-header .container .question-progress span {
    font-size: 2rem;
  }
}
.poll-question-footer {
  height: 1rem;
  width: 100%;
  background: #FFFFFF;
  position: fixed;
  bottom: 0;
  left: 0;
}
@media (max-height: 850px) {
  .poll-question-footer {
    margin-top: 0;
    height: 0.7rem;
  }
}
.poll-question-footer .progress .line {
  height: 1rem;
  background: #D0D0D0;
  position: relative;
}
@media (max-height: 850px) {
  .poll-question-footer .progress .line {
    height: 0.7rem;
  }
}
.poll-question-footer .progress .line span {
  position: absolute;
  height: 100%;
  background: #FF5C39;
  left: 0;
  width: 30%;
}
#page-survey-question {
  height: calc(100% - 10rem);
  height: -o-calc(100% - 10rem);
  text-align: center;
  overflow: auto;
  /*
  @media (max-height: 390px) {
    .calc(height; "100vh - 10rem");
  }
  */
}
@media (max-height: 850px) {
  #page-survey-question {
    height: calc(100% - 7rem);
    height: -o-calc(100% - 7rem);
  }
}
@media (max-width: 1024px) {
  #page-survey-question {
    height: calc(100% - 7rem);
    height: -o-calc(100% - 7rem);
  }
}
#page-survey-question app-poll-question {
  height: 100vh;
  display: block;
}
#page-survey-question .container {
  overflow: auto;
  padding-bottom: 1.2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#page-survey-question .question {
  font-size: 2.4rem;
  color: #000000;
  text-align: center;
  line-height: 1.2;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: top;
  -ms-align-items: top;
  align-items: top;
  margin-top: 1.7rem;
  position: relative;
  z-index: 2;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 768px) {
  #page-survey-question .question {
    font-size: 2.8rem;
    margin-top: 3rem;
  }
}
@media (max-height: 850px) {
  #page-survey-question .question {
    font-size: 2rem;
  }
}
@media (max-height: 700px) {
  #page-survey-question .question {
    font-size: 1.9rem;
    line-height: 1.1;
  }
}
#page-survey-question .slider-buttons .slider-wrapper-content {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: 25rem;
  position: relative;
  margin: 2.8rem auto 2rem;
  transform: translateX(3.5rem);
  height: 100%;
  height: calc(100vh - 48rem);
  height: -o-calc(100vh - 48rem);
  min-height: 32rem;
  /*
      @media (max-height: 780px) {
        .calc(height; "100vh - 40rem");
      }
      */
}
@media (min-width: 768px) {
  #page-survey-question .slider-buttons .slider-wrapper-content {
    margin: 4rem auto;
  }
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left {
  width: 14rem;
  position: relative;
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-numbers {
  position: absolute;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0.3rem;
  width: 3.3rem;
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-numbers .slider-number-bold {
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.2rem;
  color: #FF5C39;
  line-height: 1;
}
@media (max-height: 780px) {
  #page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-numbers .slider-number-bold {
    font-size: 2.4rem;
  }
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-numbers span {
  display: block;
  color: #3B3B3B;
  font-size: 1.8rem;
}
@media (max-height: 780px) {
  #page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-numbers span {
    font-size: 1.6rem;
  }
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-numbers span.selected {
  color: #000000;
  transform: scale(1.4);
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-lines {
  position: absolute;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  width: 2.8rem;
  padding: 10% 0;
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-lines--left {
  left: 4rem;
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-lines--right {
  right: 0;
  align-items: flex-end;
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-lines span {
  height: 1px;
  background: #d0d0d0;
  width: 100%;
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper {
  display: inline-block;
  width: 2.7rem;
  height: 100%;
  padding: 0;
  position: relative;
  left: 2rem;
  transition: none;
  /* 1-7 slides */
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input {
  width: calc(100vh - 47.6rem);
  width: -o-calc(100vh - 47.6rem);
  height: 2.7rem;
  transform-origin: 0 0;
  transform: rotate(-90deg);
  -webkit-appearance: none;
  margin: auto;
  padding: 0;
  background: transparent;
  border-left: 2px solid white;
  border-top: 0.8rem solid #FFF;
  border-bottom: 0.8rem solid #FFF;
  border-color: white;
  background-color: #E7E7E7;
  position: absolute;
  bottom: -3rem;
  min-width: 32.4rem;
  transition: none;
  /*
            @media (max-height: 780px) {
              .calc(width; "100vh - 40rem");
            }
           */
  /* new styles */
  /*
            &::-webkit-slider-thumb {
              height: 4.8rem;
              width: 4.8rem;
              border-radius: 50%;
              cursor: pointer;
              -webkit-appearance: none;
              background-image: url("/assets/images/icons/arrow-move.svg");
              background-size: 2.5rem 1.45rem;
              background-repeat: no-repeat;
              background-position: center center;
              transform: rotate(90deg);
              transform-origin: 50%;
              position: relative;
              z-index: 99;
              border: 0;
              background-color: @black;
              border: 0.4rem solid @white;
              box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
            }

            &::-moz-range-thumb {
              height: 4.8rem;
              width: 4.8rem;
              border-radius: 50%;
              cursor: pointer;
              -webkit-appearance: none;
              background-image: url("/assets/images/icons/arrow-move.svg");
              background-size: 2.5rem 1.45rem;
              background-repeat: no-repeat;
              background-position: center center;
              transform: rotate(90deg);
              transform-origin: 50%;
              position: absolute;
              z-index: 99;
              border: 0;
              background-color: @black;
              border: 0.4rem solid @white;
              box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
            }

            &.active::-webkit-slider-thumb {
              background-color: @primary !important;
            }

            &.active::-moz-range-thumb {
              background-color: @primary !important;
            }
            */
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input::-webkit-slider-runnable-track {
  background: transparent;
  box-shadow: none;
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input::-webkit-slider-thumb {
  height: 5.6rem;
  width: 3.2rem;
  cursor: pointer;
  -webkit-appearance: none;
  background-image: url("/assets/images/icons/range2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg) scale(1.7);
  transform-origin: 50%;
  position: relative;
  z-index: 99;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input::-moz-range-thumb {
  height: 5.6rem;
  width: 3.2rem;
  border-radius: 3px;
  cursor: pointer;
  -webkit-appearance: none;
  background-image: url("/assets/images/icons/range2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg) scale(1.7);
  transform-origin: 50%;
  position: absolute;
  z-index: 99;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta0 {
  background: linear-gradient(to right, #FF5C39 0%, #FF5C39 0%, #E7E7E7 0%, #E7E7E7 100%);
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta1 {
  background: linear-gradient(to right, #FF5C39 0%, #FF5C39 10%, #E7E7E7 10%, #E7E7E7 100%);
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta2 {
  background: linear-gradient(to right, #FF5C39 0%, #FF5C39 20%, #E7E7E7 20%, #E7E7E7 100%);
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta3 {
  background: linear-gradient(to right, #FF5C39 0%, #FF5C39 30%, #E7E7E7 30%, #E7E7E7 100%);
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta4 {
  background: linear-gradient(to right, #FF5C39 0%, #FF5C39 40%, #E7E7E7 40%, #E7E7E7 100%);
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta5 {
  background: linear-gradient(to right, #FF5C39 0%, #FF5C39 50%, #E7E7E7 50%, #E7E7E7 100%);
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta6 {
  background: linear-gradient(to right, #FF5C39 0%, #FF5C39 60%, #E7E7E7 60%, #E7E7E7 100%);
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta7 {
  background: linear-gradient(to right, #FF5C39 0%, #FF5C39 70%, #E7E7E7 70%, #E7E7E7 100%);
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta8 {
  background: linear-gradient(to right, #FF5C39 0%, #FF5C39 80%, #E7E7E7 80%, #E7E7E7 100%);
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta9 {
  background: linear-gradient(to right, #FF5C39 0%, #FF5C39 90%, #E7E7E7 90%, #E7E7E7 100%);
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta10 {
  background: linear-gradient(to right, #FF5C39 0%, #FF5C39 100%, #E7E7E7 100%, #E7E7E7 100%);
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta1-range-1-7 {
  background: linear-gradient(90deg, #FF5C39 0%, #FF5C39 0%, #E7E7E7 0%);
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta2-range-1-7 {
  background: linear-gradient(90deg, #FF5C39 0%, #FF5C39 16.67%, #E7E7E7 16.67%);
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta3-range-1-7 {
  background: linear-gradient(90deg, #FF5C39 0%, #FF5C39 33.33%, #E7E7E7 33.33%);
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta4-range-1-7 {
  background: linear-gradient(90deg, #FF5C39 0%, #FF5C39 50%, #E7E7E7 50%);
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta5-range-1-7 {
  background: linear-gradient(90deg, #FF5C39 0%, #FF5C39 66.67%, #E7E7E7 66.67%);
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta6-range-1-7 {
  background: linear-gradient(90deg, #FF5C39 0%, #FF5C39 83.33%, #E7E7E7 83.33%);
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper .respuesta7-range-1-7 {
  background: linear-gradient(90deg, #FF5C39 0%, #FF5C39 100%, #E7E7E7 100%);
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input.respuesta10::-webkit-slider-thumb,
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input.respuesta7-range-1-7::-webkit-slider-thumb {
  transform: rotate(90deg) scale(1.7) translateY(-1px);
  transform-origin: 50%;
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input.respuesta10::-moz-range-thumb,
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper input.respuesta7-range-1-7::-moz-range-thumb {
  transform: rotate(90deg) scale(1.7) translateY(-1px);
  transform-origin: 50%;
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-right {
  margin-left: 2rem;
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-right .slider-text {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.15;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-right .slider-text .slider-text-max,
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-right .slider-text .slider-text-middle,
#page-survey-question .slider-buttons .slider-wrapper-content .slider-wrapper-content-right .slider-text .slider-text-min {
  display: inline-block;
  max-width: 10rem;
}
#page-survey-question .slider-buttons--short .slider-wrapper-content {
  transform: none ;
  width: 28rem;
}
#page-survey-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-left {
  width: 8rem;
}
#page-survey-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-left .slider-lines--left,
#page-survey-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-left .slider-numbers {
  display: none;
}
#page-survey-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-left .slider-lines--right {
  padding: 1.6rem 0;
}
#page-survey-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-left .slider-wrapper {
  display: inline-block;
  width: 2.7rem;
  height: 100%;
  padding: 0;
  position: relative;
  left: 0;
  /*
          input {
            .calc(width; "100vh - 48rem");
            height: 2.7rem;
            transform-origin: 0 0;
            transform: rotate(-90deg);
            -webkit-appearance: none;
            margin: auto;
            padding: 0;
            background: transparent;
            border-left: 2px solid @white;
            border-top: 0.8rem solid @white;
            border-bottom: 0.8rem solid @white;
            border-color: white;
            background-color: @light-grey;
            //clip-path: polygon(0 53%, 100% 0, 100% 100%);
            position: absolute;
            bottom: -2.7rem;
            min-width: 24rem;

            @media (max-height: 780px) {
              .calc(width; "100vh - 40rem");
            }

            &:before,
            &:after {
              display: none;
            }

            &::-webkit-slider-thumb {
              height: 5.6rem;
              width: 3.2rem;
              cursor: pointer;
              -webkit-appearance: none;
              background-image: url("/assets/images/icons/range2.png");
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center;
              transform: rotate(90deg) scale(1.7);
              transform-origin: 50%;
              position: relative;
              z-index: 99;
              border: 0;
              background-color: transparent;
              box-shadow: none;
            }

            &::-moz-range-thumb {
              height: 5.6rem;
              width: 3.2rem;
              border-radius: 3px;
              cursor: pointer;
              -webkit-appearance: none;
              background-image: url("/assets/images/icons/range2.png");
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center;
              transform: rotate(90deg) scale(1.7);
              transform-origin: 50%;
              position: absolute;
              z-index: 99;
              border: 0;
              background-color: transparent;
              box-shadow: none;
            }
          }    
            */
}
#page-survey-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-right {
  width: auto;
  margin-left: 1rem;
  overflow: hidden;
  padding: 0.9rem 0;
  flex: 1 auto;
}
#page-survey-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-right .slider-text {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.15;
  padding: 0;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#page-survey-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-right .slider-text .slider-text-item {
  display: inline-block;
  max-width: 100%;
  height: 14.286%;
  line-height: 1;
}
#page-survey-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-right .slider-text .slider-text-item:last-child {
  height: auto;
}
#page-survey-question .slider-buttons--short .slider-wrapper-content .slider-wrapper-content-right .slider-text .slider-text-item-bold {
  font-size: 1.6rem;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
#page-survey-question .radio-group {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  padding: 1.2rem 1rem;
}
@media (min-width: 768px) {
  #page-survey-question .radio-group {
    width: 38rem;
    margin: 1.2rem auto 0;
    padding: 2rem;
  }
}
#page-survey-question .radio-group__item {
  display: flex;
  align-items: center;
}
#page-survey-question .radio-group input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  background-color: #FFFFFF;
  color: #FF5C39;
  border: 1px solid #000000;
  border-radius: 100%;
}
#page-survey-question .radio-group input[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
#page-survey-question .radio-group .field--radio {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
  margin-bottom: 0.8rem;
  min-height: 4rem;
}
#page-survey-question .radio-group .field--radio input[type="radio"] {
  height: 2.4rem;
  width: 2.4rem;
  margin: 0;
}
#page-survey-question .radio-group .field--radio input[type="radio"]:checked {
  color: #FF5C39;
  border-color: #000000;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='%23FF5C39' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='4'/%3E%3C/svg%3E");
}
#page-survey-question .radio-group .field--radio label {
  display: inline-block;
  text-align: left;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 768px) {
  #page-survey-question .radio-group .field--radio label {
    font-size: 1.8rem;
  }
}
#page-survey-question .radio-group .field--radio .tag {
  flex-shrink: 0;
  display: none;
}
#page-survey-question .radio-group .field--radio .tag__content {
  background-color: #000000;
  color: #FFFFFF;
  height: 2.2rem;
  padding: 0.3rem 1rem;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
#page-survey-question .radio-group .field--radio .tag:before {
  content: '';
  width: 0;
  height: 0px;
  border-style: solid;
  border-width: 1.1rem 0.6rem 1.1rem 0;
  border-color: transparent #000000 transparent transparent;
}
#page-survey-question .radio-group .field--radio input[type='radio']:checked ~ .tag {
  display: inline-flex;
}
#page-survey-question .radio-group--small {
  margin-top: 0.8rem;
  display: flex;
  flex-direction: column;
  padding: 0.6rem 1rem;
}
@media (min-width: 768px) {
  #page-survey-question .radio-group--small {
    width: 38rem;
    margin: 1.2rem auto 0;
    padding: 2rem;
  }
}
#page-survey-question .radio-group--small .field--radio {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin-bottom: 0.8rem;
  min-height: 3.2rem;
}
#page-survey-question .radio-group--small .field--radio input[type="radio"] {
  height: 2rem;
  width: 2rem;
  margin: 0;
}
#page-survey-question .radio-group--small .field--radio label {
  display: inline-block;
  text-align: left;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.1;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 768px) {
  #page-survey-question .radio-group--small .field--radio label {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  #page-survey-question .radio-group--small .field--radio {
    display: flex;
    align-items: center;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
    margin-bottom: 0.8rem;
    min-height: 2.4rem;
  }
  #page-survey-question .radio-group--small .field--radio input[type="radio"] {
    height: 1.8rem;
    width: 1.8rem;
    margin: 0;
  }
  #page-survey-question .radio-group--small .field--radio label {
    display: inline-block;
    text-align: left;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1;
    font-family: "barlow", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  #page-survey-question .radio-group--small .field--radio .tag {
    flex-shrink: 0;
    display: none;
  }
  #page-survey-question .radio-group--small .field--radio .tag__content {
    background-color: #000000;
    color: #FFFFFF;
    height: 2rem;
    padding: 0.2rem 1rem;
    align-items: center;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-family: "barlow", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  #page-survey-question .radio-group--small .field--radio .tag:before {
    content: '';
    width: 0;
    height: 0px;
    border-style: solid;
    border-width: 1rem 0.5rem 1rem 0;
    border-color: transparent #000000 transparent transparent;
  }
}
.survey-nav {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
@media (min-width: 768px) {
  .survey-nav {
    padding: 2.4rem;
  }
}
.question-selection {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 15rem;
  height: 5.6rem;
}
@media (min-width: 768px) {
  .question-selection {
    height: 6.4rem;
    max-width: 20rem;
  }
}
.question-selection__label,
.question-selection__value {
  display: flex;
  justify-content: center;
  align-items: center;
}
.question-selection__label {
  padding: 0.5rem 1.2rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
  background-color: #000000;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 768px) {
  .question-selection__label {
    padding: 0.7rem 1.2rem;
    font-size: 1.2rem;
  }
}
.question-selection__value {
  flex: 1 auto;
  padding: 0.3rem 1.2rem 0.5rem;
  background-color: #f2f2f2;
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.4rem;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.survey-nav--short .question-selection__value {
  font-size: 1.1rem;
  line-height: 1.25rem;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 768px) {
  .survey-nav--short .question-selection__value {
    font-size: 1.6rem;
    line-height: 1.4rem;
  }
}
/* PAGE END */
.container-dark {
  background-color: #000000;
  height: 100%;
  color: #FFFFFF;
}
.container-dark .poll-index-header:after {
  background-image: none;
  background-color: #000000;
}
.container-dark .poll-index-header .container-poll {
  border-bottom: 0.2rem solid #FFFFFF;
  background-color: #000000;
}
.container-dark .poll-index-header .container-poll img {
  filter: invert(100%);
}
.body-dark {
  background-color: #000000;
}
#page-survey-end {
  max-width: 32rem;
  text-align: center;
  margin: auto;
}
#page-survey-end h1,
#page-survey-end p {
  margin: 0;
  color: #FFFFFF;
}
#page-survey-end img {
  filter: invert(100%);
  max-width: 16rem;
  height: auto;
  margin: 5rem auto;
}
#page-survey-end h1 {
  font-size: 2.8rem;
  line-height: 1.25;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#page-survey-end p {
  font-size: 2rem;
  line-height: 1.75;
  font-family: "barlow", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#page-create-research-unit {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}
#page-create-research-unit .form {
  margin: 0 3rem;
}
#page-create-research-unit .form .field {
  margin-bottom: 2rem;
}
#page-create-research-unit .form .field .select {
  margin: 0;
}
#page-create-research-unit .form .field input,
#page-create-research-unit .form .select select {
  height: 3.5rem;
  margin: 0;
}
#page-create-research-unit .form label {
  margin: 0;
}
#page-create-research-unit .button {
  min-width: 23rem;
}
#page-create-research-unit .modal .button,
#page-create-research-unit .modal .button-primary {
  min-width: 20rem;
}

/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */

.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */

.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .toast {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .toast:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */

.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */

.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */

.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */

.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}

.toast-container.toast-top-center .toast,
.toast-container.toast-bottom-center .toast {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .toast,
.toast-container.toast-bottom-full-width .toast {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */

@media all and (max-width: 240px) {
  .toast-container .toast.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .toast.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .toast.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}.ng-select .ng-has-value .ng-placeholder{display:none}.ng-select .ng-select-container{background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;align-items:center}.ng-select .ng-select-container:hover{box-shadow:0 1px 0 rgba(0,0,0,0.06)}.ng-select .ng-select-container .ng-value-container{align-items:center;padding-left:10px}[dir="rtl"] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}.ng-select.ng-select-single .ng-select-container{height:36px}.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;background-color:#ebf5ff;border-radius:2px;margin-right:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}.ng-select .ng-clear-wrapper{color:#999}.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}.ng-select .ng-spinner-zone{padding:5px 5px 0 0}[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{background-color:#ebf5ff;font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}

