/*!
 * Bootstrap Reboot v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

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

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1; }

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

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

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

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

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

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

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1; }

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

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

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

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

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

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

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1; }

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

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

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

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

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

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

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1; }

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

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

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

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

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

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

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

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

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #868e96 !important; }

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #e9ecef !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #868e96 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
.d-print-block {
  display: none !important; }
  @media print {
    .d-print-block {
      display: block !important; } }

.d-print-inline {
  display: none !important; }
  @media print {
    .d-print-inline {
      display: inline !important; } }

.d-print-inline-block {
  display: none !important; }
  @media print {
    .d-print-inline-block {
      display: inline-block !important; } }

@media print {
  .d-print-none {
    display: none !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

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

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

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

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

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

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

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

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important; }

.text-secondary {
  color: #868e96 !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important; }

.text-muted {
  color: #868e96 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
p {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-rendering: optimizelegibility; }

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

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

ul {
  list-style: none; }

ol {
  list-style: none; }

dl {
  margin-bottom: 0; }

hr {
  margin: 0;
  border: 0; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

abbr {
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

small {
  font-size: 100%; }

cite {
  font-style: normal; }

a {
  color: #000;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

html {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

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

html, body {
  width: 100%;
  height: auto; }

body {
  margin: 0;
  line-height: 1;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Open Sans', 'Arial CE', Arial, sans-serif;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased; }

.section {
  margin: 100px 0; }

.section__header {
  text-align: center; }
  .section__header h2 {
    color: #0e171a;
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 5px 0; }
  .section__header h3 {
    color: #193d59;
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 40px 0; }

@media screen and (max-width: 768px) {
  .section {
    margin: 60px 0; }

  .section__header h2 {
    font-size: 34px; }
  .section__header h3 {
    font-size: 16px; } }
.Wrapper {
  position: relative; }

.Wrapper--main:before {
  background: #EDF3F5;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%; }

.Wrapper__inner {
  display: flex;
  margin: 0 auto;
  max-width: 100rem;
  position: relative; }

.Row {
  display: flex;
  flex-direction: row; }

@media screen and (max-width: 900px) {
  .Wrapper__inner {
    flex-direction: column; }

  .Wrapper--main:before {
    display: none; }

  .Main {
    flex: 1 0 auto;
    order: 1;
    padding: 0; } }
.page {
  position: relative;
  padding: 100px 20px 20px 20px;
  width: 100%;
  height: auto; }

.in,
.in-middle {
  position: relative;
  margin: 0 auto 0;
  width: 1220px; }

.in-middle {
  width: 1020px; }

.Header {
  left: 0;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.Header__inner {
  display: flex; }

.Header__logo {
  background-image: url("../img/logo-reversed.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 2px;
  height: 45px;
  text-indent: -9999px;
  width: 144px; }

.Header__navigation {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: center; }

.Header__right,
.Header__left,
.Header__mobile-trigger {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  justify-content: right; }

.Header__mobile-trigger {
  background-color: rgba(0, 0, 0, 0.08);
  background-image: url("/img/icon-menu--light.png");
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 2px;
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 1rem;
  cursor: pointer;
  transition: background-color 0.25s linear; }
  .Header__mobile-trigger:hover {
    background-color: rgba(0, 0, 0, 0.2); }

.Header__left {
  flex: 0 1 144px;
  justify-content: left; }

.Navigation {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style-type: none; }
  .Navigation li {
    margin: 0 1rem;
    padding: 1rem 0;
    position: relative; }
    .Navigation li:hover .Dropdown {
      opacity: 1;
      transform: translate3d(-50%, 0, 0);
      transition-delay: 0s, 0s, 0.3s;
      visibility: visible; }
  .Navigation li > a,
  .Navigation li > span {
    color: #FFFFFF;
    display: block;
    font-weight: 600;
    font-size: 1rem;
    padding: 0 0.2rem; }

.Page--pricing .Header,
.Page--article .Header {
  background-color: #F9F9F9;
  position: relative; }
.Page--pricing .Header__logo,
.Page--article .Header__logo {
  background-image: url("../img/logo.svg"); }
.Page--pricing .Navigation li a,
.Page--pricing .Navigation li span,
.Page--article .Navigation li a,
.Page--article .Navigation li span {
  color: #333333; }

.Header__mobile-trigger--close {
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 1rem;
  top: 1rem; }
  .Header__mobile-trigger--close:hover {
    background-color: rgba(255, 255, 255, 0.2); }

@media (max-width: 991px) {
  .Header__right {
    display: none; }

  .Header__navigation {
    background: rgba(0, 0, 0, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 5; }

  .Navigation {
    display: block; }
    .Navigation li .Dropdown {
      background: none;
      left: auto;
      opacity: 1;
      position: relative;
      transform: translate3d(0, 0, 0);
      top: auto;
      visibility: visible;
      width: auto; }
      .Navigation li .Dropdown:before {
        display: none; }
    .Navigation li .Dropdown__inner a {
      background: none;
      color: #FFF;
      font-size: 1rem; }
      .Navigation li .Dropdown__inner a:hover {
        background: none; }
    .Navigation li:hover .Dropdown {
      transform: translate3d(0, 0, 0); }
    .Navigation li > a,
    .Navigation li > span {
      font-size: 1.4rem;
      padding: 0 0.2rem; }
      .Navigation li > a:hover,
      .Navigation li > span:hover {
        background: none; }

  body.has-visible-menu .Header__navigation {
    display: flex; }

  .Header__mobile-trigger {
    display: block; } }
.Footer {
  background: #394C58;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 2rem;
  padding: 3rem 0 3rem 0; }
  .Footer a {
    color: #FFF;
    text-decoration: none; }

.Footer__logo {
  display: block;
  margin-bottom: 2rem; }

.Footer__list ul {
  list-style-type: none;
  margin: 0 0 2.5rem 0;
  padding: 0; }
.Footer__list li {
  margin-bottom: 1rem; }
.Footer__list a {
  color: #99a2ae;
  line-height: 1;
  font-weight: 500;
  transition: all 0.2s linear; }
  .Footer__list a:hover {
    color: #FFF; }

.Footer__header {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 0.5rem 0; }

.Footer__contact-info {
  margin-top: 2rem; }
  .Footer__contact-info a {
    display: block; }

.item-phone {
  display: block;
  margin-bottom: 1rem;
  padding-left: 3rem;
  position: relative; }
  .item-phone:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/img/ico-phone-white.png") center center no-repeat; }

.item-email {
  display: block;
  padding-left: 3rem;
  position: relative; }
  .item-email:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/img/ico-email-white.png") center center no-repeat; }

@media (min-width: 992px) {
  .Footer {
    padding: 5.5rem 2rem 4rem 2rem; } }
@media screen and (max-width: 900px) {
  .Footer__right {
    display: block;
    margin-top: 4rem; } }
@media (max-width: 767px) {
  padding-left: 0;
  padding-right: 0; }
section {
  width: 100%;
  height: auto; }

.header-next {
  padding: 0 70px 15px 70px;
  width: 100%;
  height: auto;
  background: #36434d;
  text-align: center; }
  .header-next:after {
    content: "";
    display: table;
    clear: both; }
  .header-next .in-header-next {
    width: 100%; }
  .header-next h1 {
    margin: 0 0 15px 0;
    font-size: 60px;
    font-size: 6rem;
    line-height: 74px;
    font-weight: 400;
    color: #fff; }
    .header-next h1 strong {
      color: #07bbe8; }
  .header-next h2 {
    margin: 0 0 45px 0;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 50px;
    font-weight: 300;
    color: #fff; }
    .header-next h2 a {
      position: relative;
      color: #fff;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .header-next h2 a:hover {
        color: #07bbe8; }
        .header-next h2 a:hover:after {
          background: #07bbe8; }
      .header-next h2 a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 5px;
        width: 100%;
        height: 1px;
        background: #fff;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
  .header-next .btn-more {
    position: relative;
    display: inline-block;
    margin: 0 auto 105px;
    padding: 0 0 0 30px;
    width: 330px;
    height: 66px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 66px;
    font-weight: 700;
    color: #fff;
    background: #ff794d;
    vertical-align: top;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .header-next .btn-more:hover {
      background: #ff6633; }
    .header-next .btn-more .alpha-info {
      position: absolute;
      right: -1px;
      top: -5px;
      padding: 0 10px;
      width: auto;
      height: 20px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 20px;
      color: #ff6c3c;
      background: #fff;
      letter-spacing: 2px; }
    .header-next .btn-more i {
      position: absolute;
      right: 32px;
      top: 50%;
      margin-top: -7px;
      width: 27px;
      height: 14px;
      background: url(../img/ico-arrow-white.png) right center no-repeat; }

.header-next-nav {
  position: relative;
  margin: 0 0 85px 0;
  width: 100%;
  height: 82px; }
  .header-next-nav:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #43515b; }
  .header-next-nav ul {
    width: 100%;
    height: 80px;
    text-align: center; }
    .header-next-nav ul li {
      display: inline-block;
      padding: 0 18px;
      width: auto;
      height: 80px;
      vertical-align: top; }
    .header-next-nav ul a {
      display: block;
      width: auto;
      height: 100%;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 80px;
      font-weight: 700;
      color: #fff;
      opacity: 0.6;
      text-transform: uppercase;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .header-next-nav ul a:hover {
        opacity: 1; }
      .header-next-nav ul a.act {
        color: #3ab5de;
        opacity: 1; }

.header-next-nav-second {
  margin-bottom: 40px; }

.header-next-content {
  padding: 0 0 100px 0;
  width: 100%;
  height: auto; }
  .header-next-content:after {
    content: "";
    display: table;
    clear: both; }
  .header-next-content .desc {
    float: left;
    padding-top: 40px;
    max-width: 600px;
    text-align: left; }
    .header-next-content .desc h2 {
      margin: 0; }
  .header-next-content .form {
    float: right;
    width: 340px;
    text-align: left; }
  .header-next-content .form-item {
    position: relative;
    margin: 0 0 10px 0;
    padding: 18px 0 0 0;
    width: 100%;
    height: 60px; }
    .header-next-content .form-item:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background: #5e6971; }
    .header-next-content .form-item label {
      position: absolute;
      left: 0;
      top: 18px;
      width: 100%;
      height: 42px;
      font-family: 'Open Sans', 'Arial CE', Arial, sans-serif;
      font-size: 21px;
      font-size: 2.1rem;
      line-height: 42px;
      color: #fff;
      opacity: 0.4;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .header-next-content .form-item input {
      width: 100%;
      height: 42px;
      border: 0;
      font-family: 'Open Sans', 'Arial CE', Arial, sans-serif;
      font-size: 21px;
      font-size: 2.1rem;
      line-height: 42px;
      color: #fff;
      background: #36434d;
      outline: 0; }
      .header-next-content .form-item input:focus {
        outline: 0; }
  .header-next-content .form-input-focus label {
    top: 2px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase; }
  .header-next-content button {
    position: relative;
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 0 0 0 30px;
    width: 290px;
    height: 66px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    border: 1px solid #ff794d;
    font-size: 20px;
    font-size: 2rem;
    line-height: 64px;
    font-weight: 700;
    color: #fff;
    background: #ff794d;
    vertical-align: top;
    text-align: left;
    text-transform: uppercase;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .header-next-content button:hover {
      border-color: #ff6633;
      background: #ff6633; }
    .header-next-content button:focus {
      outline: 0; }
    .header-next-content button i {
      position: absolute;
      right: 32px;
      top: 50%;
      margin-top: -7px;
      width: 27px;
      height: 14px;
      background: url(../img/ico-arrow-white.png) right center no-repeat; }
  .header-next-content .btn-sended,
  .header-next-content .btn-sended:hover {
    border-color: #646f77;
    color: #9ea0a3;
    background: #36434d;
    cursor: default;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .header-next-content .btn-sended i,
    .header-next-content .btn-sended:hover i {
      background-image: url(../img/ico-check.svg); }

.header-next-team {
  padding: 100px 0; }
  .header-next-team .desc {
    float: left;
    padding: 35px 0 0 0;
    width: 660px;
    text-align: left; }
  .header-next-team h1 {
    font-size: 58px;
    font-size: 5.8rem;
    line-height: 1.1em; }
  .header-next-team .video {
    position: relative;
    float: right;
    width: 498px;
    height: auto;
    -webkit-box-shadow: 0 15px 30px rgba(26, 33, 38, 0.45);
    -moz-box-shadow: 0 15px 30px rgba(26, 33, 38, 0.45);
    box-shadow: 0 15px 30px rgba(26, 33, 38, 0.45); }
    .header-next-team .video:after {
      content: "";
      display: table;
      clear: both; }
    .header-next-team .video img {
      width: 100%;
      height: auto;
      float: left; }
  .header-next-team .btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -33px 0 0 -183px;
    padding: 0 0 0 30px;
    width: 366px;
    height: 66px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 66px;
    font-weight: 700;
    color: #fff;
    background: #ff794d;
    vertical-align: top;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .header-next-team .btn-play:hover {
      background: #ff6633; }
    .header-next-team .btn-play i {
      position: absolute;
      right: 19px;
      top: 50%;
      margin-top: -14px;
      width: 28px;
      height: 28px;
      background: url(../img/ico-play.png) right center no-repeat; }

.header-terms {
  padding: 75px 0 70px 0;
  width: 100%;
  height: auto;
  background: #36434d;
  text-align: center; }
  .header-terms h1 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 1.1em;
    font-weight: 400;
    color: #fff; }
    .header-terms h1 strong {
      color: #07bbe8; }

.native-integrations {
  padding: 70px 0 100px 0; }
  .native-integrations .in-middle {
    text-align: center; }
  .native-integrations h1 {
    margin: 0 0 5px 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
    font-weight: 300;
    color: #0e171a; }
  .native-integrations p {
    margin: 0 0 40px 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    color: #193d59; }

.native-integrations-list {
  width: 100%;
  height: 365px;
  border: 1px solid #f1f5f7;
  background: #fff;
  -webkit-box-shadow: 0 15px 30px rgba(102, 137, 160, 0.15);
  -moz-box-shadow: 0 15px 30px rgba(102, 137, 160, 0.15);
  box-shadow: 0 15px 30px rgba(102, 137, 160, 0.15); }
  .native-integrations-list ul {
    width: 100%;
    height: 100%; }
    .native-integrations-list ul:after {
      content: "";
      display: table;
      clear: both; }
  .native-integrations-list li {
    float: left;
    width: 33.333%;
    height: 33.333%;
    border: 1px solid #f1f5f7;
    text-align: center; }
  .native-integrations-list .img {
    width: 100%;
    height: 100%;
    line-height: 119px;
    text-align: center; }
    .native-integrations-list .img img {
      max-width: 80%;
      text-align: center;
      vertical-align: middle; }
    .native-integrations-list .img p {
      display: inline-block;
      margin: 0;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1;
      color: #0e171a;
      text-align: center;
      vertical-align: middle;
      opacity: 0.5; }

.into-spinnaker {
  padding: 65px 0;
  background: #edf3f5; }
  .into-spinnaker .in {
    text-align: center; }
  .into-spinnaker h1 {
    margin: 0 0 5px 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
    font-weight: 300;
    color: #0e171a; }
  .into-spinnaker h2 {
    margin: 0 0 15px 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 38px;
    font-weight: 700;
    color: #6e8697;
    letter-spacing: 2px; }
  .into-spinnaker p {
    margin: 0 0 40px 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    color: #193d59; }
  .into-spinnaker .watch-demo {
    position: relative;
    margin: 0 auto 55px;
    max-width: 1020px;
    width: 100%;
    height: auto;
    border: 2px solid rgba(118, 138, 145, 0.05);
    -webkit-border-radius: 4px 4px 1px 1px;
    -moz-border-radius: 4px 4px 1px 1px;
    border-radius: 4px 4px 1px 1px;
    -webkit-box-shadow: 0 15px 30px rgba(119, 139, 145, 0.15);
    -moz-box-shadow: 0 15px 30px rgba(119, 139, 145, 0.15);
    box-shadow: 0 15px 30px rgba(119, 139, 145, 0.15); }
    .into-spinnaker .watch-demo .img {
      width: 100%;
      height: auto; }
      .into-spinnaker .watch-demo .img:after {
        content: "";
        display: table;
        clear: both; }
    .into-spinnaker .watch-demo img {
      float: left;
      width: 100%;
      height: auto; }
    .into-spinnaker .watch-demo .btn-play {
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -33px 0 0 -123px;
      padding: 0 0 0 30px;
      width: 246px;
      height: 66px;
      -webkit-border-radius: 34px;
      -moz-border-radius: 34px;
      border-radius: 34px;
      font-size: 20px;
      font-size: 2rem;
      line-height: 66px;
      font-weight: 700;
      color: #fff;
      background: #ff794d;
      vertical-align: top;
      text-align: left;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .into-spinnaker .watch-demo .btn-play:hover {
        background: #ff6633; }
      .into-spinnaker .watch-demo .btn-play i {
        position: absolute;
        right: 19px;
        top: 50%;
        margin-top: -14px;
        width: 28px;
        height: 28px;
        background: url(../img/ico-play.png) right center no-repeat; }

.into-spinnaker-list {
  margin: 0 -25px; }
  .into-spinnaker-list ul {
    width: 100%;
    height: auto; }
    .into-spinnaker-list ul:after {
      content: "";
      display: table;
      clear: both; }
  .into-spinnaker-list li {
    position: relative;
    float: left;
    padding: 95px 25px 0 25px;
    width: 33.3333%;
    text-align: center; }
  .into-spinnaker-list i {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 68px;
    background-position: center center;
    background-repeat: no-repeat; }
  .into-spinnaker-list .ico-1 {
    background-image: url(../img/into-spinnaker-ico-1.png); }
  .into-spinnaker-list .ico-2 {
    background-image: url(../img/into-spinnaker-ico-2.png); }
  .into-spinnaker-list .ico-3 {
    background-image: url(../img/into-spinnaker-ico-3.png); }
  .into-spinnaker-list h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    font-weight: 700;
    color: #0c121a;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .into-spinnaker-list p {
    margin: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 28px;
    color: #6e8697; }

.report-panel {
  padding: 42px 0;
  width: 100%;
  height: 150px;
  background: #ff8359; }
  .report-panel h2 {
    position: relative;
    float: left;
    padding-left: 48px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 66px;
    font-weight: 400;
    color: #fff; }
    .report-panel h2:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 48px;
      height: 100%;
      background: url(../img/ico-adobe.png) 0 center no-repeat; }
  .report-panel .btn-list {
    float: right;
    width: 621px;
    height: 66px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    -webkit-box-shadow: 0 7px 18px rgba(229, 81, 31, 0.4);
    -moz-box-shadow: 0 7px 18px rgba(229, 81, 31, 0.4);
    box-shadow: 0 7px 18px rgba(229, 81, 31, 0.4); }
    .report-panel .btn-list:after {
      content: "";
      display: table;
      clear: both; }
    .report-panel .btn-list a {
      position: relative;
      float: left;
      padding: 0 0 0 30px;
      width: 300px;
      height: 66px;
      -webkit-border-radius: 34px 0 0 34px;
      -moz-border-radius: 34px 0 0 34px;
      border-radius: 34px 0 0 34px;
      font-size: 20px;
      font-size: 2rem;
      line-height: 66px;
      font-weight: 700;
      color: #ec5421;
      background: #fff;
      vertical-align: top;
      text-align: left;
      text-transform: uppercase;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .report-panel .btn-list a:hover {
        color: #ff6633; }
      .report-panel .btn-list a i {
        position: absolute;
        right: 26px;
        top: 50%;
        margin-top: -7px;
        width: 27px;
        height: 14px;
        background: url(../img/ico-arrow-orange.png) right center no-repeat; }
    .report-panel .btn-list .btn-download {
      width: 321px;
      -webkit-border-radius: 0 34px 34px 0;
      -moz-border-radius: 0 34px 34px 0;
      border-radius: 0 34px 34px 0;
      border-left: 1px solid #ff8359; }
      .report-panel .btn-list .btn-download i {
        right: 34px; }

.deploy-panel {
  background: #ff8359;
  border-radius: 4px;
  margin: 3.75rem 0 7.5rem 0;
  padding: 42px 0;
  width: 100%;
  height: 150px; }
  .deploy-panel h2 {
    color: #fff;
    float: left;
    font-weight: 400;
    position: relative;
    font-size: 30px;
    font-size: 3rem;
    line-height: 66px; }
  .deploy-panel a {
    background: #fff;
    color: #ec5421;
    float: right;
    font-weight: 700;
    padding: 0 0 0 35px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
    width: 290px;
    height: 66px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 66px;
    -webkit-box-shadow: 0 7px 18px rgba(229, 81, 31, 0.4);
    -moz-box-shadow: 0 7px 18px rgba(229, 81, 31, 0.4);
    box-shadow: 0 7px 18px rgba(229, 81, 31, 0.4);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .deploy-panel a:hover {
      color: #ff6633; }
    .deploy-panel a i {
      background: url(../img/ico-arrow-orange.png) right center no-repeat;
      margin-top: -7px;
      position: absolute;
      right: 26px;
      top: 50%;
      width: 27px;
      height: 14px; }

.features-benefits {
  padding: 60px 0 70px 0;
  text-align: center; }
  .features-benefits .in {
    text-align: center; }
  .features-benefits h1 {
    margin: 0 0 50px 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
    font-weight: 300;
    color: #0e171a; }

.features-benefits-list-detail {
  position: relative;
  float: left;
  padding: 10px 10px 0 10px;
  width: 100%;
  text-align: left; }

.ico-9 {
  background-image: url(../img/features-benefits-ico-9.png); }

.ico-10 {
  background-image: url(../img/features-benefits-ico-10.png); }

.ico-11 {
  background-image: url(../img/features-benefits-ico-11.png); }

.features-benefits-list {
  margin: 0 -25px; }
  .features-benefits-list ul {
    width: 100%;
    height: auto; }
    .features-benefits-list ul:after {
      content: "";
      display: table;
      clear: both; }
  .features-benefits-list li {
    position: relative;
    float: left;
    padding: 85px 25px 0 25px;
    width: 33.3333%;
    text-align: center; }
  .features-benefits-list i {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat; }
  .features-benefits-list .features-benefits-list-detail {
    margin: 0 -25px; }
  .features-benefits-list ul {
    width: 100%;
    height: auto; }
    .features-benefits-list ul:after {
      content: "";
      display: table;
      clear: both; }
  .features-benefits-list li {
    position: relative;
    float: left;
    padding: 85px 25px 0 25px;
    width: 33.3333%; }
  .features-benefits-list i {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat; }
  .features-benefits-list .ico-1 {
    background-image: url(../img/features-benefits-ico-1.png); }
  .features-benefits-list .ico-2 {
    background-image: url(../img/features-benefits-ico-2.png); }
  .features-benefits-list .ico-3 {
    background-image: url(../img/features-benefits-ico-3.png); }
  .features-benefits-list .ico-4 {
    background-image: url(../img/features-benefits-ico-4.png); }
  .features-benefits-list .ico-5 {
    background-image: url(../img/features-benefits-ico-5.png); }
  .features-benefits-list .ico-6 {
    background-image: url(../img/features-benefits-ico-6.png); }
  .features-benefits-list .ico-7 {
    background-image: url(../img/features-benefits-ico-7.png); }
  .features-benefits-list .ico-8 {
    background-image: url(../img/features-benefits-ico-8.png); }
  .features-benefits-list h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    font-weight: 700;
    color: #0c121a;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .features-benefits-list p {
    margin: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 28px;
    color: #6e8697; }

.walk-thru-video {
  position: relative;
  margin-top: -30px;
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  text-align: center; }
  .walk-thru-video a {
    position: relative;
    display: inline-block;
    padding: 0 70px 0 85px;
    width: auto;
    height: 76px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    line-height: 76px;
    background: #959ea5;
    vertical-align: top;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .walk-thru-video a:hover {
      background: #ff794d; }
    .walk-thru-video a p {
      position: relative;
      top: -4px;
      display: inline-block;
      margin: 0;
      max-width: 400px;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 24px;
      color: #fff;
      opacity: 1;
      vertical-align: middle; }
    .walk-thru-video a .img {
      position: absolute;
      left: 0;
      top: 0;
      margin: 0;
      padding: 8px;
      width: 76px;
      height: 76px; }
      .walk-thru-video a .img img {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        overflow: hidden; }
    .walk-thru-video a i {
      position: absolute;
      right: 24px;
      top: 50%;
      margin-top: -14px;
      width: 28px;
      height: 28px;
      background: url(../img/ico-play.png) right center no-repeat; }

.signup-content {
  padding: 60px 0 55px 0;
  background: #36434d; }
  .signup-content .in {
    text-align: center; }
  .signup-content h1 {
    margin: 0 0 45px 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
    font-weight: 300;
    color: #fff; }

.signup-list {
  margin: 0 auto 0;
  width: 1000px;
  height: auto; }
  .signup-list:after {
    content: "";
    display: table;
    clear: both; }
  .signup-list .item {
    float: left;
    margin: 0 0 20px 0;
    padding: 0 20px;
    width: 50%; }
  .signup-list .desc {
    padding: 30px 30px;
    width: 100%;
    height: auto;
    min-height: 435px;
    border: 2px solid rgba(118, 138, 145, 0.05);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #51626f;
    text-align: left;
    -webkit-box-shadow: 0 15px 30px rgba(26, 33, 38, 0.45);
    -moz-box-shadow: 0 15px 30px rgba(26, 33, 38, 0.45);
    box-shadow: 0 15px 30px rgba(26, 33, 38, 0.45); }
  .signup-list .form {
    width: 100%;
    height: auto; }
  .signup-list .form-item {
    position: relative;
    margin: 0 0 10px 0;
    padding: 18px 0 0 0;
    width: 100%;
    height: 60px; }
    .signup-list .form-item:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background: #74818c; }
    .signup-list .form-item label {
      position: absolute;
      left: 0;
      top: 18px;
      width: 100%;
      height: 42px;
      font-family: 'Open Sans', 'Arial CE', Arial, sans-serif;
      font-size: 21px;
      font-size: 2.1rem;
      line-height: 42px;
      color: #fff;
      opacity: 0.4;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .signup-list .form-item input {
      width: 100%;
      height: 42px;
      border: 0;
      font-family: 'Open Sans', 'Arial CE', Arial, sans-serif;
      font-size: 21px;
      font-size: 2.1rem;
      line-height: 42px;
      color: #fff;
      background: #51626f;
      outline: 0; }
      .signup-list .form-item input:focus {
        outline: 0; }
  .signup-list .form-input-focus label {
    top: 2px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase; }
  .signup-list .btn-list {
    width: 100%;
    height: auto;
    text-align: center; }
  .signup-list button {
    position: relative;
    display: inline-block;
    margin: 20px auto 0;
    padding: 0 0 0 30px;
    width: 330px;
    height: 66px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 66px;
    font-weight: 700;
    color: #fff;
    background: #ff794d;
    vertical-align: top;
    text-align: left;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .signup-list button:hover {
      background: #ff6633; }
    .signup-list button:focus {
      outline: 0; }
    .signup-list button .alpha-info {
      position: absolute;
      right: -1px;
      top: -5px;
      padding: 0 10px;
      width: auto;
      height: 20px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 20px;
      color: #ff6c3c;
      background: #fff;
      letter-spacing: 2px; }
    .signup-list button i {
      position: absolute;
      right: 32px;
      top: 50%;
      margin-top: -7px;
      width: 27px;
      height: 14px;
      background: url(../img/ico-arrow-white.png) right center no-repeat; }
  .signup-list .forgot-password {
    padding: 20px 0 10px 0; }
    .signup-list .forgot-password a {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 20px;
      color: #fff;
      text-decoration: underline;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .signup-list .forgot-password a:hover {
        color: #07bbe8; }
  .signup-list h2 {
    margin: 0 0 25px 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.1em;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .signup-list ul li {
    position: relative;
    padding: 0 0 0 35px;
    margin: 35px 0 0 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 22px;
    color: #fff; }
    .signup-list ul li:first-child {
      margin-top: 0; }
    .signup-list ul li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 1px;
      width: 20px;
      height: 20px;
      background: url(../img/li-ico.png) 0 0 no-repeat; }

.signup-list-login {
  text-align: center; }
  .signup-list-login .item {
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: center; }
    .signup-list-login .item .desc {
      min-height: 0; }

.Button-group {
  margin: 1.5rem 0; }
  .Button-group .Button {
    display: inline-block;
    margin-left: 1rem; }
    .Button-group .Button:first-child {
      margin-left: 0; }

.Button--block {
  display: block;
  width: 100%; }

.Button {
  background-color: #00D494;
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.875rem 1.25rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(0);
  transition: all 0.25s linear; }
  .Button:after {
    display: none; }
  .Button:hover {
    background: #00cf90;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    cursor: pointer;
    transform: translateY(-2px); }
  .Button:active {
    background: #00c589;
    box-shadow: none;
    color: #EEEEEE;
    transition: none;
    transform: translateY(1px); }

.Button--light {
  background-color: #FFFFFF;
  color: #00D494; }
  .Button--light:hover {
    background-color: #FFFFFF;
    color: #00ca8d; }

.Button--small {
  padding: 0.5rem 0.875rem; }

.Page--barometer .Button {
  background-color: #E04FA8;
  color: #FFFFFF; }
.Page--barometer .Button--light {
  background-color: #FFFFFF;
  color: #E04FA8; }

.Page--certified-pipelines .Button {
  background-color: #4655C7;
  color: #FFFFFF; }
.Page--certified-pipelines .Button--light {
  background-color: #FFFFFF;
  color: #4655C7; }

.Page--sla-dashboard .Button {
  background-color: #74DB46;
  color: #FFFFFF; }
.Page--sla-dashboard .Button--light {
  background-color: #FFFFFF;
  color: #74DB46; }

.Page--integrations .Button {
  background-color: #FA9A25;
  color: #FFFFFF; }
.Page--integrations .Button--light {
  background-color: #FFFFFF;
  color: #FA9A25; }

@media (max-width: 767px) {
  .Button-xs-block {
    display: block;
    width: 100%; } }
.video {
  border-radius: 4px;
  box-shadow: 0 15px 30px rgba(102, 137, 160, 0.15);
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.Hero {
  background-color: #CCC;
  height: 100vh;
  max-height: 68.75rem;
  min-height: 37.5rem;
  overflow: hidden;
  max-width: 100%;
  position: relative;
  width: 100%; }
  .Hero .Header--caps {
    color: #FFFFFF; }

.Hero__inner {
  align-items: center;
  display: flex;
  height: 100vh;
  max-height: 68.75rem;
  min-height: 37.5rem;
  position: relative;
  width: 100%;
  z-index: 3; }

.Hero__inner__bg-1 {
  background-color: rgba(255, 255, 255, 0.1);
  content: '';
  display: block;
  height: 200rem;
  left: 35%;
  position: absolute;
  transform: rotate(-40deg);
  top: 20%;
  width: 200rem;
  z-index: 1; }

.Hero__inner__bg-2 {
  background-color: rgba(255, 255, 255, 0.1);
  content: '';
  display: block;
  height: 200rem;
  left: 10%;
  position: absolute;
  transform: rotate(-40deg);
  top: 20%;
  width: 200rem;
  z-index: 1; }

.Hero {
  background-image: linear-gradient(to bottom right, #4EC1E0 0%, #0065A1 50%, #00D494 100%); }

.Page--barometer .Hero {
  background-image: linear-gradient(to bottom right, #4EC1E0 0%, #0065A1 50%, #E04FA8 100%); }

.Page--certified-pipelines .Hero {
  background-image: linear-gradient(to bottom right, #4EC1E0 0%, #0065A1 50%, #4655C7 100%); }

.Page--integrations .Hero {
  background-image: linear-gradient(to bottom right, #4EC1E0 0%, #0065A1 50%, #FA9A25 100%); }

.Page--sla-dashboard .Hero {
  background-image: linear-gradient(to bottom right, #4EC1E0 0%, #0065A1 50%, #74DB46 100%); }

.Hero__product-title {
  color: #FFF !important;
  margin-bottom: 1.5rem; }

.Hero__title {
  color: #FFFFFF;
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1.35; }

.Hero__subtitle {
  color: #FFFFFF;
  line-height: 1.5; }

.Hero__title a,
.Hero__subtitle a {
  color: #FFF;
  position: relative; }
  .Hero__title a:after,
  .Hero__subtitle a:after {
    background-color: rgba(255, 255, 255, 0.25);
    bottom: 1px;
    content: '';
    display: block;
    height: 6px;
    left: -1%;
    position: absolute;
    transition: background-color 0.25s linear;
    width: 102%;
    z-index: 1; }
  .Hero__title a:hover:after,
  .Hero__subtitle a:hover:after {
    background-color: rgba(0, 0, 0, 0.25); }

.Hero__clouds {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 80%);
  bottom: 0;
  height: 8.75rem;
  left: 0;
  position: absolute;
  width: 100%; }
  .Hero__clouds img {
    bottom: 0;
    position: absolute; }

.Hero__clouds__1 {
  animation: xScroll 50s infinite linear;
  animation-delay: -1.5s;
  left: 20%;
  top: -20%; }

.Hero__clouds__2 {
  animation: xScroll 40s infinite linear;
  animation-delay: -3s;
  left: 40%; }

.Hero__clouds__3 {
  animation: xScroll 45s infinite linear;
  animation-delay: -4.5s;
  left: 60%;
  top: -20%; }

.Hero__clouds__4 {
  animation: xScroll 55s infinite linear;
  animation-delay: -6s;
  left: 80%; }

.Hero__clouds__5 {
  animation: xScroll 60s infinite linear;
  animation-delay: -7.5s;
  top: 15%; }

.Hero__clouds__6 {
  animation: xScroll 30s infinite linear;
  animation-delay: -9s; }

@keyframes xScroll {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(-50%); }
  100% {
    transform: translateX(-100%); } }
.Hero-diagram {
  animation: float 10s ease-in-out infinite;
  position: absolute;
  z-index: 2; }

.Hero-diagram__layer-1,
.Hero-diagram__layer-2,
.Hero-diagram__layer-3 {
  background: #FFF;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
  height: 200px;
  left: 100px;
  position: absolute;
  top: 100px;
  transform: translateY(0) skew(-50deg, 10deg);
  width: 500px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.Hero-diagram__layer-1 {
  animation: layer1 3s ease-in-out;
  background-image: url("/img/hero-diagram-1.jpg");
  box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.25), inset -10px -6px 4px rgba(255, 255, 255, 0.1), inset -7px -3px 2px 0 rgba(180, 198, 213, 0.5);
  animation-fill-mode: forwards;
  z-index: 4; }

.Hero-diagram__layer-2 {
  background-image: url("/img/hero-diagram-2.jpg");
  box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.25), inset -7px -4px 0 rgba(180, 198, 213, 0.5);
  z-index: 3; }

.Hero-diagram__layer-3 {
  animation: layer3 3s ease-in-out;
  animation-fill-mode: forwards;
  background-image: url("/img/hero-diagram-3.jpg");
  box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.25), inset -7px -3px 4px #CCC, inset -7px -4px 0 rgba(180, 198, 213, 0.5);
  z-index: 2; }

@keyframes float {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(8px); }
  100% {
    transform: translateY(0); } }
@keyframes layer1 {
  0% {
    transform: translateY(0) skew(-50deg, 10deg); }
  20% {
    transform: translateY(0) skew(-50deg, 10deg); }
  40% {
    transform: translateY(-10px) skew(-50deg, 10deg); }
  60% {
    transform: translateY(-10px) skew(-50deg, 10deg); }
  100% {
    transform: translateY(-140px) skew(-50deg, 10deg); } }
@keyframes layer3 {
  0% {
    transform: translateY(0) skew(-50deg, 10deg); }
  20% {
    transform: translateY(0) skew(-50deg, 10deg); }
  40% {
    transform: translateY(10px) skew(-50deg, 10deg); }
  60% {
    transform: translateY(10px) skew(-50deg, 10deg); }
  100% {
    transform: translateY(140px) skew(-50deg, 10deg); } }
@media (max-width: 767px) {
  .Hero__title {
    font-size: 2.2rem;
    margin-bottom: 1rem; }

  .Hero__subtitle {
    font-size: 1.4rem; }

  .Hero__clouds img {
    animation: none !important;
    top: auto; }

  .Button-group {
    display: flex;
    max-width: 100%; }
    .Button-group .Button {
      padding-left: 0.875rem;
      padding-right: 0.875rem;
      flex: 1 0 auto;
      white-space: nowrap; } }
@media (max-width: 991px) {
  .Hero-diagram {
    display: none; } }
@media (max-width: 1199px) {
  .Hero__title {
    font-size: 2.8rem; } }
table,
.table {
  background: #FFF;
  border: 2px solid #ebf0f3;
  border-collapse: collapse;
  border-radius: 4px;
  box-shadow: 0 15px 30px rgba(102, 137, 160, 0.15);
  display: table;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 auto;
  overflow: hidden;
  width: 100%; }

thead,
.table__header {
  background: #FAFAFA;
  display: table-row;
  font-size: 16px;
  font-weight: 700; }

thead th,
.table__cell--header {
  vertical-align: middle;
  font-weight: 600;
  padding: 12px 10px; }

.table__body {
  display: table-row-group; }

tr,
.table__row {
  display: table-row; }

.table-rel {
  display: block;
  position: relative; }

.table__row--header {
  background: #FF9900;
  height: 1rem;
  position: relative; }

.table__colspan-all:after {
  background: #FF0000;
  content: '';
  display: block;
  height: 1rem;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%; }

tbody tr:hover td,
tbody tr:hover .table__cell,
tbody .table__row:hover td,
tbody .table__row:hover .table__cell,
.table__body tr:hover td,
.table__body tr:hover .table__cell,
.table__body .table__row:hover td,
.table__body .table__row:hover .table__cell {
  background-color: #FAFAFA;
  color: #111;
  border-left-color: #FAFAFA;
  border-right-color: #FAFAFA; }

td,
.table__cell {
  border: 2px solid #eef3f5;
  display: table-cell;
  padding: 8px 10px;
  vertical-align: middle; }

.table__cell--empty {
  background-color: #f6f8fa;
  border-color: #f1f5f7; }

.table__55 {
  width: 55%; }

.table__50 {
  width: 50%; }

.table__30 {
  width: 30%; }

.table__25 {
  width: 25%; }

.table__20 {
  width: 20%; }

.table__15 {
  min-width: 100px;
  width: 15%; }

@media screen and (max-width: 768px) {
  .table-wrapper {
    box-sizing: content-box;
    margin-left: -2rem;
    margin-right: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow-x: scroll;
    width: 100%; }

  .table-wrapper__inner {
    padding-right: 2rem; }

  .table {
    margin: 2rem 0; }

  .table--mobile {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    overflow: visible; }
    .table--mobile .table__row {
      margin: 20px 0;
      background: #FFF;
      border: 1px solid #f1f5f7;
      border-radius: 4px;
      box-shadow: 0 5px 10px rgba(102, 137, 160, 0.15); }
    .table--mobile .table__cell {
      border: none;
      width: 50%; }
      .table--mobile .table__cell:last-child {
        border-left: 1px solid #f1f5f7; }
    .table--mobile .table,
    .table--mobile .table__row,
    .table--mobile .table__cell--header {
      display: block;
      width: 100%; }
    .table--mobile .table__cell--header {
      background: #FAFAFA;
      border-bottom: 1px solid #f1f5f7;
      font-size: 16px;
      text-align: center; } }
.Dropdown {
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  left: 50%;
  opacity: 0;
  padding: 0.5rem 0;
  position: absolute;
  top: 3rem;
  transform: translate3d(-50%, -0.5em, 0);
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  visibility: hidden;
  width: 14rem; }
  .Dropdown:before {
    background-color: #FFFFFF;
    border-radius: 2px;
    content: '';
    display: block;
    height: 1rem;
    left: 50%;
    margin-left: -0.5rem;
    position: absolute;
    top: -7px;
    transform: rotate(45deg);
    width: 1rem; }

.Dropdown__inner {
  margin: 0;
  padding: 0; }
  .Dropdown__inner li {
    margin: 0;
    padding: 0; }
  .Dropdown__inner li a {
    background-color: #FFFFFF;
    color: #444;
    display: block;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: background-color 0.25s linear, color 0.25s linear; }
    .Dropdown__inner li a:hover {
      background-color: #25b0d6;
      color: #FFFFFF; }

.testimonial-container {
  width: 100%; }

.testimonial {
  border-radius: 4px;
  margin: 0 auto; }

.testimonial__image {
  height: 2.25rem;
  width: 8.75rem;
  overflow: hidden;
  margin: 0 0 1rem 0; }
  .testimonial__image img {
    max-width: 100%; }

.testimonial__text, .Article blockquote {
  color: #333;
  font-size: 1.75rem;
  font-weight: 100;
  line-height: 1.4;
  padding-right: 1.25rem; }

.testimonial__author, .Article .blockquote-author {
  color: #999;
  font-size: 1rem;
  margin-top: 0.5rem; }

.testimonial__link {
  color: #00D494;
  display: block;
  margin-top: 1.5rem; }

@media screen and (max-width: 768px) {
  .testimonial-container {
    display: block; }

  .testimonial {
    margin: 1.5rem 0;
    padding: 0; }

  .testimonial__image {
    margin-bottom: 10px; }

  .testimonial__text, .Article blockquote {
    font-size: 24px;
    line-height: 1.3; }

  .testimonial__text--long {
    font-size: 24px; }

  .testimonial__author, .Article .blockquote-author {
    margin-top: 10px; } }
.Form__group {
  display: block;
  margin-bottom: 1rem; }
  .Form__group label {
    color: #666;
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
  .Form__group input[type="text"],
  .Form__group input[type="email"],
  .Form__group textarea {
    background: #F6F6F5;
    border: none;
    border-radius: 2px;
    display: block;
    font-size: 1rem;
    font-weight: 300;
    padding: 0.75rem;
    width: 100%; }

.Form__group--inline {
  display: inline-block; }
  .Form__group--inline .Button {
    height: 42px;
    line-height: 42px;
    padding-top: 0;
    padding-bottom: 0; }

.Form__group--inline + .Form__group--inline {
  margin-left: 1rem; }

@media (max-width: 767px) {
  .Form__group--inline {
    display: block; }
    .Form__group--inline .Button {
      text-align: center;
      width: 100%; }

  .Form__group--inline + .Form__group--inline {
    margin-left: 0; } }
input[type="checkbox"] {
  margin-right: 0.5rem; }

input.Form-control {
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  height: 46px;
  min-width: 18rem;
  padding: 0rem 1rem; }
  input.Form-control:focus {
    outline: none; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #CCCCCC; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #CCCCCC; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #CCCCCC; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #CCCCCC; }

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

.Feature {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
  color: #777777;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6; }

.Feature__title {
  color: #333333;
  font-weight: 600; }

.Feature__description {
  font-size: 1rem; }

.Article {
  margin-top: 3rem;
  margin-bottom: 6rem; }
  .Article a {
    color: #444;
    position: relative;
    text-decoration: underline; }
    .Article a:hover {
      color: #25b0d6; }
  .Article .blockquote-author {
    display: block;
    font-weight: 500; }
  .Article blockquote {
    border-left: 5px solid #EEEEEE;
    margin: 3rem 0;
    padding-left: 1rem;
    position: relative;
    width: 80%; }
    .Article blockquote p {
      font-size: 1.4rem;
      margin: 0; }
  .Article a.Button,
  .Article .Button {
    color: #FFF;
    text-decoration: none; }
    .Article a.Button:hover,
    .Article .Button:hover {
      color: #FFF; }
    .Article a.Button:after,
    .Article .Button:after {
      display: none; }
  .Article img {
    max-width: 100%; }
  .Article .Button--light {
    color: #00D494 !important; }
    .Article .Button--light:hover {
      color: #00D494 !important; }

.Article__body p, .bio p, .Article__body ul, .bio ul, .Article__body ol, .bio ol, .Article__body li, .bio li, .Article__body table, .bio table {
  color: #444;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 1.5rem; }
.Article__body ul, .bio ul, .Article__body ol, .bio ol {
  list-style-type: disc;
  margin-bottom: 2rem;
  margin-top: -0.5rem;
  padding-left: 2rem; }
.Article__body ol, .bio ol {
  list-style-type: decimal; }
.Article__body li, .bio li {
  margin-bottom: 0.25rem; }
.Article__body table, .bio table {
  margin: 1.5rem 0 3rem 0; }
.Article__body thead, .bio thead {
  display: table-header-group; }
.Article__body img, .bio img {
  display: block;
  margin: 0 auto 2rem auto;
  max-width: 100%;
  position: relative;
  width: auto; }
.Article__body h2, .bio h2 {
  margin-bottom: 1rem;
  margin-top: 3rem;
  font-weight: 500 !important; }
.Article__body h3, .bio h3 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 600 !important; }

.Modal {
  max-width: 40rem; }

.Modal__content {
  padding: 1.875rem !important; }

.Modal__footer {
  padding-top: 1rem; }

.Modal__footer a {
  color: #FFF;
  line-height: 1.6; }

.Modal__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem; }

@media (max-width: 767px) {
  .Modal {
    padding: 0 1rem; }

  .Modal__content {
    padding: 1.5rem !important; }

  .Modal__footer {
    margin-left: 3rem;
    margin-right: 3rem; } }
.contact-us {
  padding: 0 0 65px 0; }
  .contact-us .in {
    text-align: center; }
  .contact-us h1 {
    margin: 0 0 55px 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
    font-weight: 300;
    color: #202224; }

.contact-us-form .form-item-list {
  margin: 0 -27px 15px -27px; }
  .contact-us-form .form-item-list:after {
    content: "";
    display: table;
    clear: both; }
  .contact-us-form .form-item-list .form-item {
    float: left;
    padding: 0 27px;
    width: 33.3333%; }
.contact-us-form .form-item {
  position: relative;
  width: 100%;
  height: auto; }
.contact-us-form label {
  display: block;
  width: 100%;
  height: auto;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  font-weight: 700;
  color: #85888c;
  letter-spacing: 1px;
  text-align: left; }
.contact-us-form input,
.contact-us-form textarea {
  width: 100%;
  height: 48px;
  border: 0;
  border-bottom: 1px solid #dbdcdd;
  font-family: 'Open Sans', 'Arial CE', Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  color: #3e4048;
  text-align: left;
  outline: 0; }
  .contact-us-form input:focus,
  .contact-us-form textarea:focus {
    outline: 0; }
.contact-us-form textarea {
  height: 66px;
  padding: 5px 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px; }
.contact-us-form button {
  position: relative;
  display: inline-block;
  margin: 45px auto 0;
  padding: 0 0 0 30px;
  width: 350px;
  height: 66px;
  border: 1px solid #3ab5de;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 64px;
  font-weight: 700;
  color: #fff;
  background: #3ab5de;
  vertical-align: top;
  text-align: left;
  text-transform: uppercase;
  outline: 0;
  cursor: pointer;
  -webkit-box-shadow: 0 7px 18px rgba(58, 181, 222, 0.4);
  -moz-box-shadow: 0 7px 18px rgba(58, 181, 222, 0.4);
  box-shadow: 0 7px 18px rgba(58, 181, 222, 0.4);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .contact-us-form button:hover {
    border-color: #3a92de;
    background: #3a92de; }
  .contact-us-form button:focus {
    outline: 0; }
  .contact-us-form button i {
    position: absolute;
    right: 34px;
    top: 50%;
    margin-top: -11px;
    width: 22px;
    height: 22px;
    background: url(../img/ico-send.png) right center no-repeat; }
.contact-us-form .btn-sended,
.contact-us-form .btn-sended:hover {
  border-color: #dbdcdd;
  color: #9ea0a3;
  background: #fff;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .contact-us-form .btn-sended i,
  .contact-us-form .btn-sended:hover i {
    background-image: url(../img/ico-check.svg); }

.resources {
  margin-bottom: 20px;
  padding-top: 60px;
  background: #3d4c57; }
  .resources .in {
    text-align: center; }
  .resources h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
    font-weight: 300;
    color: #fff; }
  .resources .btn-more {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 40px;
    width: auto;
    height: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .resources .btn-more:hover {
      opacity: 1; }
    .resources .btn-more i {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -7px;
      width: 27px;
      height: 14px;
      background: url(../img/ico-arrow-white.png) right center no-repeat; }

.resources-content {
  border-radius: 4px;
  overflow: hidden;
  text-align: center; }
  .resources-content ul {
    width: 100%;
    height: auto; }
    .resources-content ul:after {
      content: "";
      display: table;
      clear: both; }
  .resources-content li {
    float: left;
    width: 33.333%;
    height: auto; }
  .resources-content a {
    background: #394C58;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    width: 100%;
    height: auto; }
    .resources-content a:hover .desc {
      padding-bottom: 40px; }
    .resources-content a:hover:after {
      opacity: 0.8; }
    .resources-content a:after {
      width: 100%;
      height: 100%;
      position: absolute;
      content: '';
      display: block;
      transition: opacity 0.25s linear;
      opacity: 1;
      background-image: -webkit-linear-gradient(transparent 0%, rgba(0, 19, 26, 0.64) 63%, rgba(0, 19, 26, 0.64) 100%);
      background-image: -o-linear-gradient(transparent 0%, rgba(0, 19, 26, 0.64) 63%, rgba(0, 19, 26, 0.64) 100%);
      background-image: linear-gradient(transparent 0%, rgba(0, 19, 26, 0.64) 63%, rgba(0, 19, 26, 0.64) 100%); }
  .resources-content .ico-play {
    display: block;
    margin: 0 0 15px 0;
    width: 100%;
    height: 52px;
    background: url(../img/ico-play-big.png) 0 0 no-repeat; }
  .resources-content h2 {
    margin: 0 0 20px 0;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 32px;
    font-weight: 600;
    color: #fff; }
  .resources-content p {
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    color: #0cacc4; }
  .resources-content .desc {
    padding: 0 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 2; }
  .resources-content .img {
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .resources-content .img:after {
      content: "";
      display: table;
      clear: both; }
    .resources-content .img img {
      float: left;
      width: 100%;
      height: 100%; }

.choose-content {
  padding: 60px 0 55px 0;
  background: #36434d; }
  .choose-content .in {
    text-align: center; }
  .choose-content h1 {
    margin: 0 0 5px 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
    font-weight: 300;
    color: #fff; }
  .choose-content p {
    margin: 0 0 45px 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    color: #fff; }

.choose-list {
  margin: 0 auto 0;
  width: 1000px;
  height: auto; }
  .choose-list:after {
    content: "";
    display: table;
    clear: both; }
  .choose-list .item {
    float: left;
    margin: 0 0 20px 0;
    padding: 0 20px;
    width: 50%; }
  .choose-list .desc {
    padding: 30px 10px;
    width: 100%;
    height: auto;
    border: 2px solid rgba(118, 138, 145, 0.05);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #6c8090;
    -webkit-box-shadow: 0 15px 30px rgba(26, 33, 38, 0.45);
    -moz-box-shadow: 0 15px 30px rgba(26, 33, 38, 0.45);
    box-shadow: 0 15px 30px rgba(26, 33, 38, 0.45); }
  .choose-list h2 {
    margin: 0 0 5px 0;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.1em;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .choose-list .in-desc {
    min-height: 180px;
    line-height: 180px; }
  .choose-list p {
    display: inline-block;
    margin: 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 38px;
    vertical-align: middle; }
  .choose-list .btn-more {
    position: relative;
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 0 75px 0 30px;
    width: 290px;
    height: 66px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 66px;
    font-weight: 700;
    color: #ec5421;
    background: #fff;
    vertical-align: top;
    text-align: left;
    text-transform: uppercase;
    -webkit-box-shadow: 0 7px 18px rgba(0, 1, 1, 0.1);
    -moz-box-shadow: 0 7px 18px rgba(0, 1, 1, 0.1);
    box-shadow: 0 7px 18px rgba(0, 1, 1, 0.1); }
    .choose-list .btn-more i {
      position: absolute;
      right: 26px;
      top: 50%;
      margin-top: -7px;
      width: 27px;
      height: 14px;
      background: url(../img/ico-arrow-orange.png) right center no-repeat; }

.our-tribe-list {
  font-size: 0px;
  font-size: 0rem;
  line-height: 0; }
  .our-tribe-list li {
    display: inline-block;
    margin: 0 0 25px 0;
    padding: 0 25px;
    width: 25%;
    text-align: center;
    vertical-align: top; }
  .our-tribe-list .img {
    margin: 0 0 25px 0;
    width: 100%;
    height: auto; }
    .our-tribe-list .img:after {
      content: "";
      display: table;
      clear: both; }
    .our-tribe-list .img img {
      float: left;
      width: 100%;
      height: auto; }
  .our-tribe-list p {
    margin: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 28px; }

.spinnaker-management-content {
  padding: 75px 0 0 0;
  background: #edf3f5; }
  .spinnaker-management-content .in {
    text-align: center; }
  .spinnaker-management-content h1 {
    margin: 0 0 5px 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
    font-weight: 300;
    color: #0e171a; }
  .spinnaker-management-content p {
    margin: 0 0 40px 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    color: #193d59;
    opacity: 0.6; }
  .spinnaker-management-content .img {
    width: 100%;
    height: auto; }
    .spinnaker-management-content .img:after {
      content: "";
      display: table;
      clear: both; }
    .spinnaker-management-content .img img {
      float: left;
      width: 100%;
      height: auto; }
  .spinnaker-management-content .img-mobile {
    display: none; }
    .spinnaker-management-content .img-mobile img {
      float: none;
      margin: 0 auto 60px;
      max-width: 718px; }

.deploy-content,
.elevate-content {
  padding: 75px 0 20px 0;
  background: #edf3f5; }
  .deploy-content .in,
  .elevate-content .in {
    text-align: center; }
  .deploy-content h1,
  .elevate-content h1 {
    margin: 0 0 5px 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
    font-weight: 300;
    color: #0e171a; }
  .deploy-content h2,
  .elevate-content h2 {
    margin: 60px 0 15px 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 38px;
    font-weight: 700;
    color: #6e8697;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .deploy-content p,
  .elevate-content p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    color: #193d59;
    opacity: 0.6; }
  .deploy-content .img,
  .elevate-content .img {
    width: 100%;
    height: auto; }
    .deploy-content .img:after,
    .elevate-content .img:after {
      content: "";
      display: table;
      clear: both; }
    .deploy-content .img img,
    .elevate-content .img img {
      float: left;
      width: 100%;
      height: auto; }

.elevate-content .img {
  position: relative; }
  .elevate-content .img a {
    position: absolute;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #ff794d; }
    .elevate-content .img a:hover .tooltip-desc, .elevate-content .img a.act .tooltip-desc {
      bottom: 25px;
      visibility: visible;
      opacity: 1; }
.elevate-content .tooltip-desc {
  position: absolute;
  left: 50%;
  bottom: 35px;
  margin-left: -120px;
  padding: 15px 10px;
  width: 240px;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  color: #fff;
  background: #5b666f;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .elevate-content .tooltip-desc:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #5b666f transparent transparent transparent; }
.elevate-content .ico-tooltip-1 {
  top: 18px;
  left: 50%;
  margin-left: -7px; }
.elevate-content .ico-tooltip-2 {
  top: 18px;
  left: 50%;
  margin-left: 323px; }
.elevate-content .ico-tooltip-3 {
  top: 251px;
  left: 50%;
  margin-left: -168px; }
.elevate-content .ico-tooltip-4 {
  top: 251px;
  left: 50%;
  margin-left: 443px; }
.elevate-content .ico-tooltip-5 {
  top: 16px;
  left: 50%;
  margin-left: -7px; }
.elevate-content .ico-tooltip-6 {
  top: 174px;
  left: 50%;
  margin-left: 443px; }
.elevate-content .ico-tooltip-7 {
  top: 238px;
  left: 50%;
  margin-left: -458px; }
.elevate-content .ico-tooltip-8 {
  top: 377px;
  left: 50%;
  margin-left: 422px; }
.elevate-content .ico-tooltip-9 {
  top: 429px;
  left: 50%;
  margin-left: -458px; }

.terms-content {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center; }
  .terms-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 270px;
    background: #36434d; }
  .terms-content .in-middle {
    margin: 0 auto 0;
    padding: 55px 60px;
    background: #fff;
    text-align: left; }
  .terms-content h2 {
    margin: 40px 0 25px 0;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2em;
    font-weight: 300;
    color: #0e171a; }
  .terms-content p {
    margin: 0 0 15px 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 30px;
    color: #193d59;
    opacity: 0.6; }
    .terms-content p a {
      color: #0072ca;
      text-decoration: underline;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .terms-content p a:hover {
        color: #ff6633; }
  .terms-content .p-date {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 700;
    color: #0c121a;
    text-transform: uppercase;
    letter-spacing: 1px; }

.login-page {
  background: #3d4c57; }

.is-hidden {
  display: none; }

body {
  font-size: 1rem; }

.Video-callout {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #FFFFFF;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 2rem 0 0 0;
  max-width: 20rem;
  padding: 0.5rem 1rem 0.5rem 4rem;
  position: relative;
  text-transform: uppercase;
  transition: background-color 0.25s linear;
  width: 100%; }
  .Video-callout:before {
    background-image: url("../img/icon-play.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 30%;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4rem; }
  .Video-callout:hover {
    background-color: rgba(0, 0, 0, 0.15);
    color: #FFF; }

.Section {
  margin: 4rem 0; }

.Section--large {
  margin: 8rem 0; }

.Section--light {
  background-color: #F7F7F8;
  padding: 3rem 0; }

.Section--highlight {
  background-color: rgba(0, 186, 130, 0.05);
  padding: 3rem 0; }

.Header--large {
  color: #222;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 1.25rem; }

.Header--medium-large, .Article__body h2, .bio h2 {
  color: #222;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 1.25rem; }

.Header--medium, .Article__body h3, .bio h3 {
  color: #222;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5; }

.Header--small {
  color: #222;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.625rem; }

.Header--caps {
  color: #222;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.Header--caps--large, .Hero__product-title {
  color: #222;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-transform: uppercase; }

p {
  color: #444; }

.Leader,
.Lead {
  font-size: 1.75rem !important;
  font-weight: 300;
  line-height: 1.6;
  margin: 0.5rem 0 1.5rem 0; }

.Lead--small {
  font-size: 1.375rem; }

.container-fluid {
  padding-left: 2rem;
  padding-right: 2rem; }

.badge {
  background-color: #00D494;
  border-radius: 2px;
  color: #FFFFFF !important;
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-left: 0.5rem;
  padding: 0.1rem 0.25rem 0.2rem 0.25rem;
  position: relative;
  text-transform: uppercase;
  top: -2px; }

hr {
  border-top: 1px solid #CCC;
  margin: 2rem 0; }

p {
  color: #444;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 1.5rem; }

.Small {
  color: #999;
  font-size: 0.75rem !important; }

.Italic {
  font-style: italic; }

.Card, .Modal__content {
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
  position: relative;
  z-index: 2; }

.Card--light {
  background-color: #FAFAFA;
  border: #f1f5f7 2px solid;
  box-shadow: none; }

.full-height {
  height: 100%; }

code {
  background: #FAFAFA;
  border: 1px solid #DDD;
  border-radius: 2px;
  margin: -0.0625rem -0.125rem 0 0;
  padding: 0.125rem 0.25rem; }

.Feature-icon {
  align-items: center;
  background: #F0F0F0;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  height: 3rem;
  margin-bottom: 1rem;
  width: 3rem;
  display: none; }
  .Feature-icon img {
    max-width: 70%; }

.border-none {
  border: none !important; }

.Investor-logos img {
  max-height: 50px;
  max-width: 100%; }

@media (max-width: 767px) {
  .Header--large {
    font-size: 2.4rem; }

  .Header--medium-large, .Article__body h2, .bio h2 {
    font-size: 1.8rem; }

  .Header--medium, .Article__body h3, .bio h3 {
    font-size: 1.4rem; }

  .Header--small {
    font-size: 1rem;
    margin-bottom: 0.5rem; }

  .Header--caps {
    font-size: 0.875rem; }

  .Header--caps--large, .Hero__product-title {
    font-size: 1.2rem; }

  .Lead {
    font-size: 1.4rem; }

  .Lead--small {
    font-size: 1rem; }

  .Section {
    margin: 4rem 0; }

  .Section--large {
    margin: 6rem 0; }

  img {
    max-width: 100%; } }
.no-click {
  pointer-events: none;
  user-select: none; }
