@import url(https://fonts.googleapis.com/css?family=Lato:700,500,400|Londrina+Shadow|Open+Sans:700,500,400,300|Muli:300,400,500,600,700,800,900);@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }
/* vendor */
html {
  box-sizing: border-box; }

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

/*! normalize.scss | MIT License | github.com/etdev/normalize.scss */
/* Document
   ========================================================================== */
/* Custom Additions
   ========================================================================== */
/* Imports */
/*! Typebase.scss v0.1.0 | MIT License */
/* Setup */
html {
  /* Change default typefaces here */
  font-family: serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased; }

/* Copy & Lists */
p {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-top: 0;
    margin-bottom: 0; }

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.5rem; }

h1 {
  font-size: 3.642rem;
  line-height: 4.5rem;
  margin-top: 3rem; }

h2 {
  font-size: 2.428rem;
  line-height: 3rem;
  margin-top: 3rem; }

h3 {
  font-size: 1.214rem; }

h4 {
  font-size: 0.607rem; }

h5 {
  font-size: 0.40467rem; }

h6 {
  font-size: 0.3035rem; }

/* Tables */
table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse; }

td,
th {
  padding: 0;
  line-height: 24px; }

/* Code blocks */
code {
  vertical-align: bottom; }

/* Leading paragraph text */
.lead {
  font-size: 1.214rem; }

/* Hug a the block above you */
.hug {
  margin-top: 0; }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

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

ul, ol {
  list-style: none; }

a {
  cursor: pointer;
  display: block;
  text-decoration: none; }

body {
  color: #444;
  font-family: "Helvetica", "Arial", sans-serif;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0; }

ul,
ol {
  margin: 0;
  padding: 0; }

h2,
h3 {
  margin: 0;
  padding: 0.5em 0; }

/* Sections
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

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

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

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

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* styles for vue-multiselect library */
fieldset[disabled] .multiselect {
  pointer-events: none; }

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block; }

.multiselect__spinner:after, .multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #41b883 transparent transparent;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 0 0 1px transparent; }

.multiselect__spinner:before {
  animation: a 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite; }

.multiselect__spinner:after {
  animation: a 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite; }

.multiselect__loading-enter-active, .multiselect__loading-leave-active {
  transition: opacity .4s ease-in-out;
  opacity: 1; }

.multiselect__loading-enter, .multiselect__loading-leave-active {
  opacity: 0; }

.multiselect, .multiselect__input, .multiselect__single {
  font-family: inherit;
  font-size: 16px;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e; }

.multiselect * {
  box-sizing: border-box; }

.multiselect:focus {
  outline: none; }

.multiselect--disabled {
  opacity: .6; }

.multiselect--active {
  z-index: 1; }

.multiselect--active:not(.multiselect--above) .multiselect__current, .multiselect--active:not(.multiselect--above) .multiselect__input, .multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.multiselect--active .multiselect__select {
  transform: rotate(180deg); }

.multiselect--above.multiselect--active .multiselect__current, .multiselect--above.multiselect--active .multiselect__input, .multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.multiselect__input, .multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: 100%;
  transition: border .1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top; }

.multiselect__input::-webkit-input-placeholder {
  color: #35495e; }

.multiselect__input:-ms-input-placeholder {
  color: #35495e; }

.multiselect__input::placeholder {
  color: #35495e; }

.multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single {
  width: auto; }

.multiselect__input:hover, .multiselect__single:hover {
  border-color: #cfcfcf; }

.multiselect__input:focus, .multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none; }

.multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px; }

.multiselect__tags-wrap {
  display: inline; }

.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 14px; }

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis; }

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all .2s ease;
  border-radius: 5px; }

.multiselect__tag-icon:after {
  content: "\D7";
  color: #266d4d;
  font-size: 14px; }

.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
  background: #369a6e; }

.multiselect__tag-icon:focus:after, .multiselect__tag-icon:hover:after {
  color: #fff; }

.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 12px 0;
  padding-right: 30px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8; }

.multiselect__current, .multiselect__select {
  line-height: 16px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer; }

.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  transition: transform .2s ease; }

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #999 transparent transparent;
  content: ""; }

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px; }

.multiselect--active .multiselect__placeholder {
  display: none; }

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1;
  -webkit-overflow-scrolling: touch; }

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top; }

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8; }

.multiselect__content::webkit-scrollbar {
  display: none; }

.multiselect__element {
  display: block; }

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap; }

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px; }

.multiselect__option--highlight {
  background: #41b883;
  outline: none;
  color: #fff; }

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #41b883;
  color: #fff; }

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700; }

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver; }

.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff; }

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff; }

.multiselect--disabled {
  background: #ededed;
  pointer-events: none; }

.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select, .multiselect__option--disabled {
  background: #ededed;
  color: #a6a6a6; }

.multiselect__option--disabled {
  cursor: text;
  pointer-events: none; }

.multiselect__option--group {
  background: #ededed;
  color: #35495e; }

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff; }

.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e; }

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede; }

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff; }

.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff; }

.multiselect-enter-active, .multiselect-leave-active {
  transition: all .15s ease; }

.multiselect-enter, .multiselect-leave-active {
  opacity: 0; }

.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top; }

[dir=rtl] .multiselect {
  text-align: right; }

[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px; }

[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px; }

[dir=rtl] .multiselect__content {
  text-align: right; }

[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0; }

[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px; }

[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px; }

@keyframes a {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(2turn); } }

/* base */
/* layout */
.header {
  display: flex;
  justify-content: center; }
  .header--main {
    color: #fff;
    box-shadow: 0 2px 3px rgba(13, 13, 13, 0.07); }

html {
  box-sizing: border-box; }

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

.footer__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .footer__inner::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: xs) {
    .footer__inner {
      padding: 0;
      margin: 0; } }

.footer__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 18rem;
  color: #777;
  background: linear-gradient(rgba(20, 21, 24, 0.95), rgba(20, 21, 24, 0.95));
  background-size: cover; }
  .footer__top a {
    display: inline-block;
    color: white; }
  @media screen and (min-width: xxs) {
    .footer__top {
      text-align: center;
      display: inline-block;
      width: 100%;
      height: 18rem;
      line-height: 18rem; } }
  .footer__top .main-logo {
    margin-top: 2rem; }
    .footer__top .main-logo img {
      max-width: 180px; }

.footer__bottom {
  height: 96px;
  background-color: #232427; }
  @media screen and (min-width: xs) {
    .footer__bottom {
      padding: 0;
      margin: 0; } }

.footer__bottom-left {
  padding-top: 1.6rem;
  padding-left: 3rem;
  font-size: 0.9em;
  color: #d0d4d1; }
  @media screen and (min-width: xs) {
    .footer__bottom-left {
      padding: 1.6em; } }

.footer__row {
  padding-bottom: 0.4rem; }

.footer__main-icon {
  flex: 0;
  color: #d0d4d1;
  font-size: 3.6rem; }
  @media screen and (min-width: xxs) {
    .footer__main-icon {
      display: hidden;
      margin: 0 auto; } }

.footer__main-text {
  flex: 0;
  color: #d0d4d1;
  font-size: 1.6rem;
  letter-spacing: 4px; }
  @media screen and (min-width: xxs) {
    .footer__main-text {
      margin: 0 auto; } }

.main {
  display: flex;
  flex: 1;
  justify-content: center; }

/* components */
.btn {
  background: #303133;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  display: inline-block;
  transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .btn:hover, .btn:active {
    background: #262728; }
  .btn--default {
    background: #fff;
    color: #303133; }
    .btn--default:hover, .btn--default:active {
      background: #e6e6e6; }
  .btn--danger {
    background: #FF2336;
    color: #fff; }
    .btn--danger:hover, .btn--danger:active {
      background: #ef0015; }
  .btn--sm {
    padding: 4px 8px; }
  .btn--default--danger {
    color: #303133;
    background: #fff;
    border: 1px solid #aaa; }
    .btn--default--danger:hover, .btn--default--danger:active {
      color: #FF2336;
      background-color: #fff;
      border-color: #FF2336; }

.form {
  display: flex;
  flex-direction: column; }

.form__row {
  padding: 0.5rem 0;
  width: 100%;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .form__row {
      flex-direction: column; } }

.form__label {
  flex: 1 0;
  align-self: center; }
  @media (max-width: 767px) {
    .form__label {
      align-self: flex-start;
      padding-bottom: 1em; } }

.form__text-input {
  flex: 1;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 3px;
  border: 1px solid #bfcbd9;
  color: #555;
  height: 2.4rem;
  line-height: 1;
  outline: none;
  padding: 3px 10px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .form__text-input:hover, .form__text-input:active {
    border-color: #434343; }
  .form__text-input:focus {
    border-color: #8391a5; }

.form__select-input {
  flex: 1; }

.form__label + .form__input {
  margin-left: 1rem; }

.form__submit-btn {
  cursor: pointer;
  margin-top: 2rem;
  min-width: 11rem;
  text-align: center; }
  @media (max-width: 767px) {
    .form__submit-btn {
      width: 10rem; } }

.form .multiselect__tags {
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .form .multiselect__tags:hover, .form .multiselect__tags:active {
    border-color: #434343; }
  .form .multiselect__tags:focus {
    border-color: #8391a5; }

html {
  box-sizing: border-box; }

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

.panel {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
  max-width: 916px;
  min-height: 50vh; }
  .panel::after {
    clear: both;
    content: "";
    display: block; }
  .panel--full-width {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .panel--full-width::after {
      clear: both;
      content: "";
      display: block; }

.panel__heading {
  color: #222324;
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 500;
  text-align: left;
  padding: 0.25rem; }

.panel__block {
  padding: 1em; }
  .panel__block::after {
    clear: both;
    content: "";
    display: block; }

.panel__top-section {
  line-height: 2em;
  text-align: left;
  padding: 0.5em 1em;
  display: flex; }
  .panel__top-section ul {
    margin: 0; }

.link {
  color: #303133;
  font-size: 1.5em;
  font-weight: 700;
  font-family: 'Muli','Open Sans','Lato',Helvetica,sans-serif;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .link:hover, .link:active {
    color: #1080d0; }

/* pages */

.fade-enter-active, .fade-leave-active {
  transition: opacity .2s ease-in-out;
  opacity: 1;
}
.fade-enter, .fade-leave-active {
  opacity: 0;
}
h1,
h2,
h3,
strong {
  color: #333;
}
#app {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
  color: #444;
  font-family: 'Muli','Open Sans','Lato',Helvetica,sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
@media (max-width: 767px) {
#app {
      font-size: 12px;
}
}
@media (max-width: 992px) {
#app {
      font-size: 14px;
}
}

.main-nav {
  -ms-flex-align: center;
      align-items: center;
}
.main-nav__list {
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -ms-flex-pack: end;
        justify-content: flex-end;
}
@media (max-width: 767px) {
.main-nav__list {
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding: 0 21px;
}
}
.main-nav__item {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-right: 50px;
}
@media (max-width: 767px) {
.main-nav__item {
        margin-right: 0;
}
}
.main-nav__item a {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2.6px;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.main-nav__item a:hover {
      color: #cccccc;
}
@media (max-width: 767px) {
.main-nav .hide-on-mobile {
      display: none;
}
}

.contact-message-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: fixed;
  bottom: 24px;
  right: 16px;
  text-align: center;
  opacity: 0.85;
  background-color: #0b0f22;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  z-index: 2;
}
.contact-message-button__link {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 14px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 22px;
}
.contact-message-button__text {
    font-size: 12px;
}
.contact-message-button__icon {
    color: #fff;
    font-size: 22px;
    padding-right: 0.6rem;
}

.title {
  font-size: 22px;
}
.subtitle {
  font-size: 16px;
  font-weight: 300;
  padding: 0 1rem;
}
.main-icon {
  font-size: 4.2rem;
  color: #BAC1C9;
  margin-top: -2.2rem;
}
@media (max-width: 767px) {
.main-icon {
      font-size: 3.4rem;
}
}
.splitter {
  margin-top: 1.4rem;
  border-top: 1px solid #e5e8eb;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media (max-width: 767px) {
.splitter {
      margin-top: 1.1rem;
}
}
.form {
  padding: 1.2rem 1.8rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
.form {
      padding: 1.1rem 1.4rem;
}
}
.label-primary {
  font-weight: 700;
}
.label-secondary {
  color: #696969;
  font-size: 0.75rem;
  margin-top: -0.08rem;
}
.contact-message__text-input {
  border-radius: 3px;
  border: 1px solid #BFCBD8;
  margin-left: 20px;
  font-size: 1rem;
  height: 40px;
  color: #2c2c2c;
}
.contact-message__text-input:focus {
    border: 1px solid #BFCBD8;
}
@media (max-width: 767px) {
.contact-message__text-input {
      width: auto;
      margin-left: 0;
}
}
.contact-message__textarea {
  min-height: 200px;
  color: #2c2c2c;
  font-size: 1rem;
  border: 1px solid #BFCBD8;
  border-radius: 3px;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  padding: 0.5rem 0.6rem;
  outline: none;
}
@media (max-width: 767px) {
.contact-message__textarea {
      min-height: 150px;
}
}
.contact-message__btn-submit {
  width: 100%;
  text-align: center;
  cursor: pointer;
  background: #5044a5;
  margin-top: 0;
}
.contact-message__btn-submit:hover {
    background: #423888;
}
.form__label-separate {
  padding-bottom: 0;
}
.form .multiselect__tags {
  border: 1px solid #BFCBD8;
  color: #2c2c2c;
  border-radius: 3px;
}
.form .multiselect__tags input::-webkit-input-placeholder {
    color: #757575;
}
.form .multiselect__tags input:-ms-input-placeholder {
    color: #757575;
}
.form .multiselect__tags input::placeholder {
    color: #757575;
}
.form .multiselect__tags:hover, .form .multiselect__tags:active, .form .multiselect__tags:focus {
    border: 1px solid #BFCBD8;
}
@media (max-width: 767px) {
.form .multiselect__tags {
      width: auto;
}
}
.modal__bottom .form {
  padding: 1.1rem 1.8rem;
}
.contact-message-form::after {
  clear: both;
  content: '';
  display: block;
}
.contact-message-form .modal__content {
  min-height: auto;
}
.form__label {
  width: 300px !important;
}
@media (max-width: 767px) {
.form__label {
      width: 90%;
}
}

.modal {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.modal.visible {
    display: -ms-flexbox;
    display: flex;
}
.modal__content {
    margin: auto;
    border-radius: 3px;
    min-height: 80%;
    background: #fff;
    color: #333;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    overflow-y: auto;
    max-height: 90%;
}
@media (max-width: 992px) {
.modal__content {
        max-width: 90%;
}
}
.modal__close-btn {
    color: #ACAFB4;
    font-size: 1.4rem;
    margin: 1.2rem 1.2rem 0.4rem 0.4rem;
    margin-left: auto;
    cursor: pointer;
    z-index: 2;
}
.modal__top {
    text-align: center;
}
.modal__bottom {
    min-height: 120px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    background: #f8fafb;
    border-radius: 0 0 3px 3px;
}

.flash {
  display: -ms-flexbox;
  display: flex;
  background: #bbb;
  color: #000;
  min-height: 50px;
  padding: 0 2rem;
}
.flash--success {
    background-color: #43CB83;
}
.flash--failure {
    background-color: #FF2336;
}
.flash__message {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 100%;
  text-align: center;
  color: #fff;
}

html {
  box-sizing: border-box;
}
*, *::after, *::before {
  box-sizing: inherit;
}
.temp-banner {
  background: #5a4db6;
  color: #fff;
  min-height: 36px;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.temp-banner:hover {
    background: #5044a5;
}
.temp-banner__inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 50px;
}
.temp-banner__inner::after {
      clear: both;
      content: '';
      display: block;
}
@media (max-width: 992px) {
.temp-banner__inner {
        padding: 10px 0 10px 50px;
        text-align: center;
}
}
.temp-banner__link {
    width: 100%;
    min-height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: center;
        justify-content: center;
    color: #fff;
}
.temp-banner__link:visited {
      color: #fff;
}
.temp-banner__message {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.temp-banner__close-btn {
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    min-width: 50px;
}
.temp-banner__close-btn:hover {
      background: #6b5fbd;
}

.home {
  background-color: #f0f0f0;
  padding-bottom: 2rem;
  -ms-flex: 1;
      flex: 1;
  min-height: 45rem;
}
.form-container {
  height: 100%;
}
.search-form {
  padding: 0 6% 3%;
}

html {
  box-sizing: border-box;
}
*, *::after, *::before {
  box-sizing: inherit;
}
.company-list-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
}
.company-list-container::after {
    clear: both;
    content: '';
    display: block;
}
.company-list__side {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  padding: 0 2rem;
}
.company-list__side:last-child {
    margin-right: 0;
}
.company-list__main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0px;
  padding: 0 1rem;
}
.company-list__main:last-child {
    margin-right: 0;
}
.has-no-companies-box {
  padding: 1rem;
}

html {
  box-sizing: border-box;
}
*, *::after, *::before {
  box-sizing: inherit;
}
.company-item {
  float: left;
  display: block;
  margin-right: 3.16844%;
  width: 100%;
  overflow: hidden;
  background: #fff;
  margin: 0 0 1.6rem;
  border-radius: 3px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 24px 30px 12px 32px;
  border-top: 7px solid #5044a5;
}
.company-item:last-child {
    margin-right: 0;
}
.company-item__title {
    color: #5044a5;
    margin-bottom: 10px;
}
.company-item__title-text {
    font-size: 22px;
    font-weight: bold;
    font-family: Muli;
    display: inline-block;
}
.company-item__title-text a {
      color: #5044a5;
}
.company-item__title-text a:hover {
        color: #43398a !important;
        text-decoration: underline;
}
.company-item__main-info-box {
    display: -ms-flexbox;
    display: flex;
}
.company-item .divider {
    height: 1px;
    background-color: #e4e6f4;
    width: 100%;
}
@media (max-width: 767px) {
.company-item .divider {
        display: none;
}
}
.company-item .company-logo {
    min-width: 115px;
    max-height: 100px;
    min-height: 75px;
    margin-left: 4rem;
    margin-right: 0.8rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 0.4rem;
}
@media (max-width: 767px) {
.company-item .company-logo {
        display: none;
}
}
.company-item .company-logo__inner {
      max-height: 75px;
}
.company-item__main-tags-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-right: 0.8rem;
    padding-top: 1.2rem;
    padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
.company-item__main-tags-box {
        -ms-flex-direction: column;
            flex-direction: column;
}
}
.company-item__main-tag {
    display: -ms-flexbox;
    display: flex;
    padding-right: 52px;
}
@media (max-width: 767px) {
.company-item__main-tag {
        display: none;
}
}
.company-item__main-tag .fa {
      font-size: 1.4rem;
      color: #5044a5;
}
.company-item__main-tag .employee-count-icon {
      font-size: 1rem;
}
.company-item__main-tag .jobs-icon {
      font-size: 1rem;
      margin-top: 2px;
}
.company-item__main-tag .location-icon {
      font-size: 1.2rem;
}
.company-item__main-tag i {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
}
.company-item__main-tag a {
      color: #525c65;
      font-weight: 800;
}
.company-item__main-tag a:hover {
        color: #3b4249;
        text-decoration: underline;
}
@media (max-width: 767px) {
.company-item__main-tag a {
          display: inline-block;
}
}
.company-item__main-tag-text {
    padding-left: 1rem;
    font-size: 14px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    color: #767676;
}
.company-item__title-link {
    color: #fff;
}
.company-item__title-link:hover {
      color: #eee;
}
.company-item img {
    width: 12rem;
}
.company-item__long-description {
    color: #767676;
    font-size: 14px;
    color: #606060;
}
.company-item__long-description p {
      margin-top: 0px;
      line-height: 1.4rem;
}
.company-item__long-description a {
      display: inline;
}
.company-item__short-description {
    padding: 0.2em 0 0.2em 0.8em;
    font-weight: bold;
    font-size: 1.2rem;
}
.company-item__expand-icon {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    color: #595959;
    font-size: 0.9rem;
    margin-right: 5px;
}
.company-item__expand-icon:hover {
      color: #292929;
}
.company-item:hover .company-item__see-more-btn {
    color: #414b99;
}
.company-item__see-more-btn {
    color: #6872bf;
    font-size: 12px;
    font-weight: 500;
    padding-right: 12px;
    min-width: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-left: auto;
    -ms-flex-item-align: center;
        align-self: center;
    cursor: pointer;
}
.company-item__see-more-btn i {
      padding-left: 0.6rem;
      font-size: 0.7rem;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
}
@media (max-width: 767px) {
.company-item__see-more-btn {
        margin-left: 0;
        width: 100%;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
}
.company-item__secondary-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}
@media (max-width: 767px) {
.company-item__secondary-info {
        -ms-flex-direction: column;
            flex-direction: column;
}
}
.company-item__bottom-buttons {
    display: -ms-flexbox;
    display: flex;
}
.company-item .insight-button {
    margin-top: 4px;
    padding: 2px 10px;
}
.company-item .insight-button__icon {
    fill: #5044a5;
    width: 16px;
    margin-right: 4px;
}
@media (max-width: 767px) {
.company-item.expanded .company-item__see-more-btn i {
    padding-left: 0;
}
}
.company-item.expanded .insight-list-container {
  margin-top: 24px;
}
@media (max-width: 767px) {
.company-item .insight-list {
    margin-top: 24px;
}
}

.insight-list-container {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%;
  padding-top: 0;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
.insight-list-container {
      -ms-flex-direction: column;
          flex-direction: column;
}
}
.insight-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 50%;
  padding-top: 0;
}
@media (max-width: 767px) {
.insight-list {
      width: 100%;
}
}
.insight-list.cons {
  margin-left: 20px;
}
@media (max-width: 767px) {
.insight-list.cons {
      margin-left: 0;
}
}

.company-item.expanded .insight-item {
  background-color: #f6f7fd;
  padding: 6px 10px;
  border-radius: 3px;
  margin-bottom: 1rem;
}
.company-item.expanded .insight-item.pro .insight-item__description {
    margin-left: 2.53rem;
}
.company-item.expanded .insight-item.con .insight-item__description {
    margin-left: 2.59rem;
}
.company-item.expanded .insight-item:last-of-type {
    margin-bottom: 0;
}
.insight-item {
  font-size: 14px;
  padding: 0;
}
.insight-item::before {
    font-weight: 600;
    font-size: 14px;
    font-family: Muli;
    padding-right: 6px;
}
.insight-item.pro::before {
    content: "PRO";
    color: #2b7b2d;
}
.insight-item.pro .insight-item__description {
    margin-left: 2.42rem;
}
.insight-item.con::before {
    content: "CON";
    color: #b4423f;
}
.insight-item__title {
    font-weight: 600;
    color: #3c3c3c;
}
.insight-item__description {
    display: block;
    padding: 0 1.5rem 0.6rem 0;
    font-size: 12px;
    margin-left: 2.62rem;
    color: #767676;
}
.insight-item__icon.con {
  color: #FF2336;
}
.insight-item__icon.pro {
  color: #43CB83;
}

html[data-v-534c3ce0] {
  box-sizing: border-box;
}
*[data-v-534c3ce0], *[data-v-534c3ce0]::after, *[data-v-534c3ce0]::before {
  box-sizing: inherit;
}
.company-logo[data-v-534c3ce0] {
  background: #fff;
  border: 0;
  height: 150px;
  width: 150px;
}
.company-logo__inner[data-v-534c3ce0] {
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  border: 0;
  background-color: #fff;
}
.company-logo__inner a[data-v-534c3ce0] {
    display: block;
    height: 100%;
    width: 100%;
}

.add-insight-button {
  margin-top: 1.2rem;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
      justify-content: left;
}
.insight-button {
  padding: 4px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  border-radius: 3px;
  background: #fff;
  color: #5044a5;
  border: 1px solid #5044a5;
  text-decoration: none;
  font-weight: bold;
}
.insight-button:hover {
    background-color: #f7f7fc;
}
@media (max-width: 767px) {
.insight-button {
      padding: 10px 16px;
}
}
.insight-button__text {
    font-size: 12px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.insight-button__icon {
    fill: #fff;
    width: 45px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.insight-list-container + .add-insight-button {
  margin-top: 0;
}

.title {
  font-size: 22px;
}
.subtitle {
  font-size: 16px;
  font-weight: 300;
  padding: 0 1rem;
}
.main-icon-container {
  margin: 4rem auto 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.main-icon-container .main-icon {
    color: #4F5660;
    margin-top: -2.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    padding: 1rem 2rem;
    border-radius: 8px;
    cursor: pointer;
}
.main-icon-container .main-icon i {
      font-size: 3.6rem;
      margin-bottom: 0.33rem;
}
.main-icon-container .main-icon.pro.active {
      background: #E9F9F0;
      border: 2px solid #30C170;
}
.main-icon-container .main-icon.pro.active i {
        color: #30C170;
}
.main-icon-container .main-icon.pro:hover {
      background: #E9F9F0;
}
.main-icon-container .main-icon.pro:hover i {
        color: #30C170;
}
.main-icon-container .main-icon.con:hover {
      background: #fbf3f2;
}
.main-icon-container .main-icon.con:hover i {
        color: #F0877F;
}
.main-icon-container .main-icon.con.active {
      background: #fbf3f2;
      border: 2px solid #F0877F;
}
.main-icon-container .main-icon.con.active i {
        color: #F0877F;
}
@media (max-width: 767px) {
.main-icon-container .main-icon {
        font-size: 3.4rem;
}
}
.main-icon-container .main-icon__text {
      font-size: 1rem;
      color: #4F5660;
}
.main-icon-container .main-icon:first-of-type {
      margin-right: 1rem;
}
.splitter {
  margin-top: 1.4rem;
  border-top: 1px solid #e5e8eb;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media (max-width: 767px) {
.splitter {
      margin-top: 1.1rem;
}
}
.form {
  padding: 1.2rem 1.8rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
.form {
      padding: 1.1rem 1.4rem;
}
}
.form *::-webkit-input-placeholder {
    font-size: 14px;
}
.form *:-ms-input-placeholder {
    font-size: 14px;
}
.form *::placeholder {
    font-size: 14px;
}
.label-primary {
  font-weight: 700;
}
.label-secondary {
  color: #696969;
  font-size: 0.75rem;
  margin-top: -0.08rem;
}
.insight__text-input {
  border-radius: 3px;
  border: 1px solid #BFCBD8;
  margin-left: 20px;
  font-size: 1rem;
  height: 40px;
  color: #2c2c2c;
}
.insight__text-input:focus {
    border: 1px solid #BFCBD8;
}
@media (max-width: 767px) {
.insight__text-input {
      width: auto;
      margin-left: 0;
}
}
.insight__textarea {
  min-height: 200px;
  color: #2c2c2c;
  font-size: 1rem;
  border: 1px solid #BFCBD8;
  border-radius: 3px;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  padding: 0.5rem 0.6rem;
  outline: none;
}
@media (max-width: 767px) {
.insight__textarea {
      min-height: 150px;
}
}
.insight__btn-submit {
  width: 100%;
  text-align: center;
  cursor: pointer;
  background: #5044a5;
  margin-top: 0;
}
.insight__btn-submit:hover {
    background: #423888;
}
.form__label-separate {
  padding-bottom: 0;
}
.modal__bottom .form {
  padding: 1.1rem 1.8rem;
}
.modal__bottom .form input, .modal__bottom .form textarea {
    font-size: 14px;
}
.insight-form::after {
  clear: both;
  content: '';
  display: block;
}
.insight-form .modal__content {
  min-height: auto;
}
.form__label {
  width: 300px !important;
}
@media (max-width: 767px) {
.form__label {
      width: 90%;
}
}

.main-banner {
  background: linear-gradient(to bottom, #141521, rgba(20, 21, 33, 0.65)), #131726 url("/static/top-banner_photo.png");
}
.banner__sub-title i.fa-heart {
  font-size: 0.8rem;
  margin-left: 2px;
}

html {
  box-sizing: border-box;
}
*, *::after, *::before {
  box-sizing: inherit;
}
.banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-size: cover !important;
  padding: 0 1rem 5.2rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}
.banner__navigation {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0px;
}
.banner__navigation::after {
      clear: both;
      content: '';
      display: block;
}
.banner__inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
}
.banner__inner::after {
      clear: both;
      content: '';
      display: block;
}
.banner__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
}
.banner__main-title {
    padding: 5rem 0 1.2rem 0;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 3px;
    margin: 0;
    color: #fff;
    text-align: center;
}
@media (max-width: 767px) {
.banner__main-title {
        font-size: 1.6rem;
        padding: 4rem 0.5rem 2rem;
        line-height: 1.5;
}
}
.banner__sub-title {
    padding: 0 0 1.6rem 0;
    margin: 0;
    font-size: 15px;
    line-height: 2;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1.8px;
    text-align: center;
    font-family: 'Muli','Open Sans','Lato',Helvetica,sans-serif;
}
@media (max-width: 767px) {
.banner__sub-title {
        font-size: 0.9rem;
        padding: 0.5rem 0.4rem 1rem;
}
}

.email-input-box {
  font-size: 1em;
  color: #fff;
  text-align: center;
}
.email-input-box input {
    border-radius: 500px 0 0 500px;
    padding-left: 1.6rem;
    min-width: 200px;
    color: #333;
}
@media (max-width: 767px) {
.email-input-box {
      font-size: 1em;
}
.email-input-box input {
        min-width: auto;
}
}
.email-input-box__explanatory-text {
    color: #979797;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    padding-top: 7px;
    padding-bottom: 0;
    font-size: 12px;
}
.email-input-box .form__submit-btn {
    background-color: #5044a5;
    padding-top: 6px;
    padding-bottom: 5px;
    min-width: 30px;
    margin-left: -5px;
    margin-top: 0;
    font-size: 12px;
    border-radius: 0 500px 500px 0;
}
@-moz-document url-prefix() {
.email-input-box .form__submit-btn {
    padding-top: 5px;
    height: 30px;
}
}
.email-input-box .form__submit-btn:hover, .email-input-box .form__submit-btn:active {
      background-color: #3e4594;
}
@media (max-width: 767px) {
.email-input-box .form__submit-btn {
        width: auto;
        margin-top: 1.2rem;
        padding-bottom: 6px;
}
}
.email-input-box .form__text-input {
    height: auto;
    min-height: 1.8rem;
    border-radius: 500px 0 0 500px;
    width: 180px;
    font-size: 12px;
}
.email-input-box .form__text-input:hover {
      border: 1px solid #bfcbd9;
}

.company-form {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto 4rem auto;
}
.company-form__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 1200px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: auto;
}
@media (max-width: 1200px) {
.company-form__inner {
      padding: 0 1em;
      width: 100%;
      margin: 0;
}
}
.company-form__main-title {
  margin-bottom: 0;
}
.company__basic-info {
  padding: 1rem 0 2.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #f8f8f8;
  padding: 1.4rem;
  color: #555;
  border-left: 6px solid #5044a5;
}

html {
  box-sizing: border-box;
}
*, *::after, *::before {
  box-sizing: inherit;
}
.company-detail {
  background: #f3f5f9;
}
.company-detail__page {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -60px;
    background: #fff;
    box-shadow: 2px 2px 26px 8px rgba(15, 40, 70, 0.1);
    padding: 0 3.125rem 2.5rem;
    margin-bottom: 70px;
    z-index: 1;
}
.company-detail__page::after {
      clear: both;
      content: '';
      display: block;
}
@media (max-width: 1200px) {
.company-detail__page {
        margin-left: 1rem;
        margin-right: 1rem;
}
}
@media (max-width: 992px) {
.company-detail__page {
        margin-left: 1rem;
        margin-right: 1rem;
        padding: 0 20px;
}
}
.company-detail__company-name {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1.4px;
    color: #031b4e;
    font-family: 'Open Sans';
    padding-bottom: 1rem;
}
@media (max-width: 992px) {
.company-detail__company-name {
        font-size: 30px;
        margin-top: -10px;
}
}
.company-detail .main-banner {
    min-height: 240px;
}
.company-detail .company-logo {
    position: relative;
    top: -30px;
    width: 150px;
    height: 150px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    box-shadow: 2px 2px 26px 8px rgba(15, 40, 70, 0.1);
    border: solid 1px #e5e8ed;
}
@media (max-width: 992px) {
.company-detail .company-logo {
        width: 100px;
        height: 100px;
}
}
.company-detail .company-logo__inner {
      margin-left: 10%;
      margin-top: 10%;
      height: 80%;
      width: 80%;
}
main {
  background: #f3f5f9 !important;
}

html[data-v-b675f0f4] {
  box-sizing: border-box;
}
*[data-v-b675f0f4], *[data-v-b675f0f4]::after, *[data-v-b675f0f4]::before {
  box-sizing: inherit;
}
.basic-company-info[data-v-b675f0f4] {
  background-color: #f0f6ff;
  min-height: 195px;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  color: #031B4E;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
.basic-company-info[data-v-b675f0f4] {
      -ms-flex-direction: column;
          flex-direction: column;
      margin-bottom: 2rem;
}
}
.basic-company-info__attrs[data-v-b675f0f4] {
    min-width: 242px;
}
.basic-company-info__attr[data-v-b675f0f4] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.basic-company-info__attr[data-v-b675f0f4]:not(:last-child) {
      padding-bottom: 20px;
}
.basic-company-info__attr-value[data-v-b675f0f4] {
    padding-left: 10px;
}
.basic-company-info__desc-box[data-v-b675f0f4] {
    padding-left: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    line-height: 27px;
    letter-spacing: 1px;
}
@media (max-width: 992px) {
.basic-company-info__desc-box[data-v-b675f0f4] {
        padding-top: 32px;
        padding-left: 0;
}
}

html {
  box-sizing: border-box;
}
*, *::after, *::before {
  box-sizing: inherit;
}
.detailed-company-info {
  color: #031B4E;
  font-family: 'Open Sans';
}
.detailed-company-info__heading {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1.3px;
    margin-bottom: 30px;
}
@media (max-width: 992px) {
.detailed-company-info__heading {
        font-size: 1.4rem;
}
}
.detailed-company-info__data-row {
    letter-spacing: 1px;
    padding-bottom: 15px;
}
.detailed-company-info__technology-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
}
.detailed-company-info__technology {
    padding: 6px 6px;
    border: 1px solid #055EFF;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 0 20px;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 11px;
    font-weight: 600;
    color: #031B4E;
}
.detailed-company-info__technology:first-of-type {
      margin-left: 0;
}
@media (max-width: 1200px) {
.detailed-company-info__technology {
        -ms-flex: 1 0 calc(calc(100% / 7) - 20px);
            flex: 1 0 calc(calc(100% / 7) - 20px);
        max-width: calc(calc(100% / 7) - 20px);
}
.detailed-company-info__technology:nth-of-type(7n + 1) {
          margin-left: 0;
}
}
@media (max-width: 992px) {
.detailed-company-info__technology {
        -ms-flex: 1 0 calc(calc(100% / 2) - 20px);
            flex: 1 0 calc(calc(100% / 2) - 20px);
        max-width: calc(calc(100% / 2) - 20px);
}
.detailed-company-info__technology:nth-of-type(7n + 1) {
          margin-left: 20px;
}
.detailed-company-info__technology:nth-of-type(2n + 1) {
          margin-left: 0;
}
}
.detailed-company-info__heading-supplementary {
    display: none;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.4px;
    color: #7d97ad;
}
@media (max-width: 992px) {
.detailed-company-info__heading-supplementary {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0.5rem;
        font-size: 1rem;
}
}
.detailed-company-info__policy-list-supplementary {
    display: none;
    font-size: 18px;
    letter-spacing: 1px;
    color: #7d97ad;
}
@media (max-width: 992px) {
.detailed-company-info__policy-list-supplementary {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 2rem;
        font-size: 1rem;
}
}

.company-policy__header[data-v-657763e5] {
  color: #031b4e;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.company-policy__content[data-v-657763e5] {
  letter-spacing: 1.1px;
  color: rgba(3, 27, 78, 0.7);
  padding: 10px 0 50px;
}
@media (max-width: 992px) {
.company-policy__content[data-v-657763e5] {
      padding-bottom: 2rem;
}
}

html {
  box-sizing: border-box;
}
*, *::after, *::before {
  box-sizing: inherit;
}
.company-detail-insight-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      align-items: stretch;
  color: #031b4e;
}
.company-detail-insight-list__heading {
    margin-top: 75px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1.3px;
    margin-bottom: 42px;
    text-align: left;
}
@media (max-width: 992px) {
.company-detail-insight-list__heading {
        font-size: 1.6rem;
        font-weight: 700;
}
}
.company-detail-insight-list .add-insight-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
}
.company-detail-insight-list .company-detail-insight-list__btn__icon .insight-button {
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    width: 194px;
    height: 50px;
    border-radius: 24px;
    background-color: #055eff;
    font-weight: 600;
    color: #fff;
    border: none;
}
.company-detail-insight-list .company-detail-insight-list__btn__icon .insight-button:hover {
      background: #0052e5;
}
.company-detail-insight-list .company-detail-insight-list__btn__icon .insight-button__icon {
      padding-left: 20px;
      padding-right: 10px;
}
@inclue media(sm) {
.company-detail-insight-list .company-detail-insight-list__btn__icon .insight-button__icon {
    padding-left: 10px;
}
}
.company-detail-insight-list .company-detail-insight-list__btn__icon .insight-button__text {
      font-size: 18px;
}
.company-detail-insight-list__list {
    margin-bottom: 40px;
}
.company-detail-insight-list__list .insight-list.pros {
    border-right: 2px solid #e5e8ed;
}
@media (max-width: 992px) {
.company-detail-insight-list__list .insight-list.pros {
      border-right: none;
}
}
.company-detail-insight-list .insight-item::before {
    content: none;
}
.company-detail-insight-list .insight-item {
    padding: 8px 0;
}
.company-detail-insight-list .insight-item:first-of-type {
      padding-top: 0;
}
.company-detail-insight-list .insight-item .insight-item__title {
    color: #031b4e;
    line-height: 0.95;
    letter-spacing: 1.2px;
    font-size: 20px;
}
@media (max-width: 992px) {
.company-detail-insight-list .insight-item .insight-item__title {
        font-size: 1rem;
}
}
.company-detail-insight-list .insight-item .insight-item__description {
    color: rgba(3, 27, 78, 0.7);
    margin-left: 0;
    line-height: 1.31;
    letter-spacing: 1.1px;
    font-size: 16px;
    padding-top: 8px;
    padding: 8px 0;
}
.company-detail-insight-list .insight-list.pros {
    padding-right: 30px;
}
.company-detail-insight-list .insight-list.cons {
    padding-left: 30px;
}
@media (max-width: 992px) {
.company-detail-insight-list .insight-list.cons {
        padding-left: 0;
        padding-top: 30px;
}
}
.company-detail-insight-list .insight-list-heading {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
@media (max-width: 992px) {
.company-detail-insight-list .insight-list-heading img {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        height: 1.4rem;
}
}
.company-detail-insight-list .insight-list-heading__text {
      font-size: 26px;
      font-weight: 600;
      letter-spacing: 1.2px;
      color: #031b4e;
      padding-left: 12px;
}
@media (max-width: 992px) {
.company-detail-insight-list .insight-list-heading__text {
          font-size: 1.4rem;
}
}
@media (max-width: 992px) {
.company-detail-insight-list .insight-button .insight-button__icon {
      padding-left: 10px;
}
}

html {
  box-sizing: border-box;
}
*, *::after, *::before {
  box-sizing: inherit;
}
.article a {
  display: inline;
}
.article .panel {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.article .panel::after {
    clear: both;
    content: '';
    display: block;
}
@media (max-width: 767px) {
.article .panel {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto;
}
.article .panel::after {
        clear: both;
        content: '';
        display: block;
}
}
.article .banner {
  height: 400px;
  min-height: 0px;
  padding-bottom: 0px;
}
.article .banner__inner {
    width: 72%;
    height: 60%;
}
.article .banner__right, .article .banner__main-title, .article .banner__subt-title {
    width: 100%;
}
.article .banner__main-title {
    text-align: left;
    font-size: 3.3rem;
    margin-top: 4rem;
    width: 90%;
}
.article .banner__sub-title {
    font-size: 1.3rem;
    text-align: left;
}
.article .banner .author-name {
    font-weight: bold;
}
.article .banner .author-intro {
    display: inline;
}
.article .banner .date, .article .banner .author-intro {
    font-size: .8rem;
}
@media (max-width: 767px) {
.article .banner {
      height: 300px;
      min-height: 0px;
      padding-bottom: 0px;
}
.article .banner__inner {
        width: 100%;
        height: 60%;
}
.article .banner__main-title {
        text-align: left;
        font-size: 1.5rem;
        margin-top: 1rem;
}
.article .banner__sub-title {
        font-size: 1rem;
        text-align: left;
        height: 30px;
}
.article .banner .author-name {
        font-weight: bold;
}
.article .banner .author-intro {
        display: block;
}
.article .banner .date, .article .banner .author-intro {
        font-size: .6rem;
        line-height: 0px;
        margin-left: 2%;
}
.article .banner .date {
        margin-top: -1rem;
}
}
.article .body {
  margin-bottom: 6rem;
  font-size: 20px;
}
.article .body p {
    line-height: 3rem;
}
@media (max-width: 767px) {
.article .body p {
      line-height: 1.5rem;
      font-size: 16px;
}
}
.article img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

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

html {
  box-sizing: border-box;
}
*, *::after, *::before {
  box-sizing: inherit;
}
.about .panel {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.2rem;
  padding: 0 2rem;
}
.about .panel::after {
    clear: both;
    content: '';
    display: block;
}
.about .question {
  margin-bottom: 1rem;
}
.about p {
  margin-top: 0px;
}

/*# sourceMappingURL=app.98a436755219085de81fbd3ff92a620d.css.map*/