/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (<none>)
 * Config saved to config.json and <none>
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
/*   color: #337ab7; */
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 960px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 960px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1440px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 960px) and (max-width: 1439px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 960px) and (max-width: 1439px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 960px) and (max-width: 1439px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 960px) and (max-width: 1439px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1439px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* rules are required to work under IE 9 (included) */
.unsupported-warning{
    width: 789px !important;
    height: 526px !important;
    position: fixed;
    background: #000000;
    z-index: 500;
    left: 50%;
    margin-left: -394px;
}

.browser-list {
    text-align: center;
    margin-top: 50px;
}

.browser-list > div{
    display: inline-block;
}


.supported-browser {
    margin-top: 10px;
    width: 120px;
    vertical-align: top;
}

.supported-browser img{
    margin-bottom: 20px;
}

.browser-label, .browser-suggestion{
    color: #D8D8D8;
    font-size: 20px;
    font-family: Helvetica;
    text-align: center;
}

#unsupportedWarning .title {
	color: #F20000;
	font-size: 96px;
	font-family: 'Exo 2', sans-serif;
	font-weight: bold;
	line-height: 115px;
	margin-bottom: 14px;
	text-align: center;
}

#unsupportedWarning .subtitle {
	color: #FFFFFF;
	font-size: 24px;
	font-family: 'Helvetica', sans-serif;
	font-weight: bold;
	line-height: 29px;
	text-align: center;
}
.cookie-message {
    font-family: 'Roboto', sans-serif;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    padding: 21px 20px;
    font-size: 18px;
    color: #fff;
	font-weight: 300;
	line-height: 1.4;
    background-color: #343449;
}
.cookie-message button {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    background-color: #272737;
    padding: 14px 49px;
    margin-left: 36px;
    white-space: nowrap;
    border: 0;
}
.cookie-message button:hover {
    background-color: #585884;
}
.cookie-message button:focus {
    outline: 0;
}
.cookie-message .cookie-message-cnt {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cookie-message.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.cookie-message.fade.in {
    opacity: 1;
}

@media (max-width: 480px) {
	.cookie-message {
		font-size: 14px;
	}
	.cookie-message button {
		padding: 14px 30px;
	}
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
@-ms-viewport {
  width: auto !important;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  background-color: #191919;
  height: initial;
}
/*ios adjust font size for no reason if not size-adjust disabled*/
body {
  -webkit-text-size-adjust: none;
}
/* avoid an issue: ipad/iphone chrome: when typing a char in email input for the first time, it jumps to a different section
 root cause:
 https://stackoverflow.com/questions/24944925/background-image-jumps-when-address-bar-hides-ios-android-mobile-chrome/33455377#33455377
*/
html.ios {
  overflow: hidden;
}
body.ios {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
a {
  color: inherit;
  text-decoration: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
textarea {
  overflow: auto;
}
@media (max-width: 767.98px) {
  .sm-minus-hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .md-plus-hidden {
    display: none;
  }
}

/*footer default*/
@font-face {
	font-family: keikai-icon;
	src: url(/keikai-icon-19b85a69252612c7c940364adcbeeab8.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}

#footer-wrapper {
    background-color:#202020;
}

#footer-wrapper * {
    box-sizing: border-box;
}

#footer-wrapper .hidden {
    display: none !important;
    visibility: hidden !important;
}

#footer {
	margin: 0 auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #d8d8d8;
}

#footer a, #footer a:active, #footer a:hover, #footer a:focus {
	text-decoration: none;
    color: inherit;
}

#footer-upper {
	margin-bottom: 65px;
}

#footer .section .sectionTitle {
	z-index: 75;
	line-height: 100%;
	font-size: 16px;
	font-weight: bold;
}
#footer .section .sectionTitle:hover {
	color: #ffffff;
}

#footer .section > ul {
	list-style: none;
	z-index: 74;
	margin-bottom: 24px;
}
#footer .section > ul:last-child {
	margin-bottom: 0;
}

#footer .section > ul li {
    padding-top: 16px;
}
#footer .section > ul li a {
    font-size: 13px;
}
#footer .section > ul li a:hover {
	color: #F22000;
}

#footer #footer-lower {
    position: relative;
}

#footer #copyright {
	font-size: 12px;
	color: #848484;
	text-align: center;
}
#footer #copyright a:hover {
	color: #f22000;
}

#footer #company-icons {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 96px;
}
#footer #company-icons svg {
	width: 23px;
    height: 23px;
    display: block; /*prevent parent link element sizing relative to line-height. Use fixed svg width instead*/
}
#footer #company-icons > a:hover .st0 {
    fill: #ffffff;
}

/*footer responsive*/
@media (max-width: 959px) {
	#footer { }
	#footer-upper {
		display: block;
		margin-bottom: 0;
	}
	#footer .sections {
		display: block;
	}
	#footer .section { }
	#footer .section:first-child {}
	#footer .section .sectionTitle {
		position: relative;
		border-top: 1px solid #4a4a4a;
		border-bottom: 1px solid rgba(40, 40, 40, 0.4);
		cursor: pointer;
		transition: border-bottom 100ms 400ms ease;
		padding: 20px 0;
	}
	#footer .section .sectionTitle.footer-open-section {
		border-bottom: 1px solid #4a4a4a;
		transition: border-bottom 100ms 10ms ease;
	}
	#footer .section:last-child .sectionTitle:last-of-type {
		border-bottom: 1px solid #4a4a4a;
	}

	#footer .section .sectionTitle::after {
		position: absolute;
    	right: 32px;
		content: '\e927';
		font-family: "keikai-icon";
		font-weight: normal;
		font-size: 20px;
		transition: transform 500ms ease;
	}
	#footer .section .sectionTitle.footer-open-section::after {
		transform: rotate(90deg);
	}

	#footer .section > ul {
		background-color: rgba(40, 40, 40, 0.4);
		margin: 0;
		max-height: 0;
		overflow: hidden;
		transition: all 500ms cubic-bezier(0.24, 0.01, 0.24, 0.99);
        transition-property: max-height, padding-top, padding-bottom;
	}
	#footer .section > ul.footer-show-list {
		max-height: 400px;
	    padding-top: 24px;
	    padding-bottom: 24px;
	}
	#footer .section > ul li {
	    padding: 8px 0;
    }
	#footer #footer-lower {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 17px 0 25px;
	}
	#footer #copyright {
		text-align: left;
	}
}

@media (max-width: 479px) {
	#footer .section .sectionTitle {
		padding-right: 15px;
		padding-left: 28px;
	}
	#footer .section .sectionTitle::after {
    	right: 15px;
	}
	#footer .section > ul {
		padding-left: 28px;
	}
	#footer #copyright {
		margin-left: 28px;
		max-width: 204px;
	}
	#footer #company-icons {
		margin-right: 20px;
	}
	#footer #copyright {
		margin: auto;
		margin-left: 28px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	#footer .section .sectionTitle {
		padding-right: 21px;
		padding-left: 30px;
	}
	#footer .section .sectionTitle::after {
    	right: 20px;
	}
	#footer .section > ul {
		padding-left: 30px;
	}
	#footer #company-icons {
		margin-right: 20px;
	}
	#footer #copyright {
		margin-left: 30px;
	}
}

@media (min-width: 768px) and (max-width: 959px) {
	#footer .section .sectionTitle {
		padding-right: 32px;
		padding-left: 60px;
	}
	#footer .section > ul {
		padding-left: 60px;
	}
	#footer #company-icons {
		margin-right: 32px;
	}
	#footer #copyright {
		margin-left: 60px;
	}
}

@media (min-width: 960px) {

	#footer {
		max-width: 960px;
		padding: 32px 50px;
	}

	#footer .sections {
	    display: flex;
		justify-content: center;
	}
	#footer .section {
	    margin-right: 60px;
	}
	#footer .section:last-child {
	    margin-right: 0;
	}
	#footer .section > ul.columns-2 {
        columns: 2;
    }
	#footer #company-icons {
	    position: absolute;
		right: 0px;
		top: calc(50% - 11.5px);
	}
}

/*headerdefault*/
.headerhidden{
    opacity: 0;
}

.smallheader {
    left: 0px;
	height: 56px;
	position: fixed;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 100;
    font-family: 'Cabin', sans-serif;
	color: #FFF;
	background-color: #202020;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.66);
}
.smallheader a, .smallheader a:active, .smallheader a:hover, .smallheader a:focus {
	text-decoration: none;
    color: inherit;
}
#headerlogo {
	color: rgb(242, 0, 0);
	font-size: 24px;
	left: 5%;
	position: absolute;
	line-height: 56px;
	text-decoration: none;
	top: 0px;
	vertical-align: middle;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
}
#headercontent {
	font-size: 16px;
	line-height: 56px;
	position: absolute;
	right: 5%;
	text-decoration: none;
	top: 0px;
    font-weight: 500;
}
#headercontent a {
	padding-left: 75px;
	cursor: pointer;
}
#headercontent a, #headercontent a:visited {
    color: #FFF;
}
#headercontent a.active {
	color: rgb(242, 0, 0)!important;
}
#headercontent a:hover {
    color: rgba(255, 255, 255, 0.6)!important;
}
.centercontent {
	text-align: center;
}
.smallheader {
    top: 0px;
}
.scroller .container {
    padding-left: 0;
}
.smallheader{
    -webkit-transition: background-color 0.5s, box-shadow 0.5s; /* Safari */
    transition: background-color 0.5s, box-shadow 0.5s;
}
.smallheader.transparent{
    background-color: transparent;
    box-shadow: none;
}
@media (max-width: 479px) {
	#headerlogo {
		font-size: 24px;
		left: 23px;
		top: 0px
	}
	#headercontent {
		font-size: 16px;
		top: 0px;
		right: 23px;
	}
	#headercontent a {
		padding-left: 25px;
	}
	.smallheader#header {
		height: 56px;
	}
	.smallheader #headercontent a {
		padding-left: 25px;
	}
    .smallheader #headercontent #demo-link {
		display: none;
	}

}

@media (min-width: 480px) {
	#headerlogo {
		top: 0px;
		left: 23px;
        font-size: 24px;
	}
	#headercontent {
		font-size: 16px;
		top: 0px;
		right: 23px;
	}
	.smallheader #headercontent a {
		padding-left: 25px;
	}
}

@media (min-width: 768px) {
	#headercontent {
		top: 0px;
		right: 30px;
	}
	#headerlogo {
		top: 0px;
		left: 30px;
	}
	.smallheader #headercontent a {
		padding-left: 30px;
	}
}
@media (min-width: 960px) {
	#headercontent a {
		padding-left: 36px;
	}
	#headerlogo {
		top: 0px;
	    left: 48px;
	}
	#headercontent {
		font-size: 16px;
		top: 0px;
		right: 48px;
	}
	.smallheader #headercontent a {
		padding-left: 36px;
	}
}

@media (min-width: 1440px) {
	#header {
		left: 0px;
		height: 56px;
	}
	#headerlogo {
		top: 0px;
		left: 72px;
	}
	#headercontent {
		line-height: 57px;
		position: absolute;
		top: 0px;
		right: 72px;
        font-size: 20px
	}
}

.smallheader {
  z-index: 500;
  background-color: #202020;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.66);
}
.pageTitle {
  margin: 0;
  padding-top: 160px;
  padding-bottom: 60px;
  width: 100%;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: white;
  line-height: 41px;
  text-align: center;
}
.pageTitle::after {
  content: '';
  display: block;
  width: 106px;
  height: 6px;
  background-color: #343449;
  margin: 24px auto 0 auto;
}
.logoFont {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  color: #f22000;
}
.sectionContainer {
  margin-bottom: 100px;
  width: 100%;
}
.sectionContainer > * {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}
@media (max-width: 479.98px) {
  .sectionContainer > * {
    padding: 0 12px;
  }
}
@media (min-width: 480px) {
  .sectionContainer > * {
    padding: 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 959.98px) {
  .sectionContainer > * {
    width: 720px;
  }
}
@media (min-width: 960px) and (max-width: 1439.98px) {
  .sectionContainer > * {
    width: 940px;
  }
}
@media (min-width: 1440px) {
  .sectionContainer > * {
    width: 1140px;
  }
}
.sectionContainer.highlight {
  background-color: #23222a;
}
.sectionContainer.arrowDown {
  margin-bottom: 30px;
  padding-bottom: calc(7vw + 70px);
  background-image: url(/bg-02-23222A-bf5e192ffb08782e16448a227927a7ea.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.sectionContainer.arrowDown .sectionTitle {
  color: white;
}
.sectionDefault {
  font: 300 18px 'Roboto', sans-serif;
  color: #d8d8d8;
  text-align: center;
}
.sectionDefault .sectionTitle {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 34px;
}
.sectionDefault p {
  padding-bottom: 35px;
}
.sectionDefault p:last-child {
  padding-bottom: 0px;
}
.sectionDefault a {
  text-decoration: underline;
}
.sectionDefault a:hover {
  color: #ffffff;
}
.sectionDefault .bold {
  font-weight: 700;
}
.pageTitle {
  background-color: #23222a;
}
.kk7-beta-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 4px 10px;
  border-radius: 4px;
  background-color: #e8f4fd;
  color: #1a6fa8;
  border: 1px solid #b3d7f0;
  vertical-align: middle;
  margin-left: 10px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.sectionContainer:last-child {
  margin-bottom: 0;
}
.kk7-hero .kk7-hero-content {
  padding-top: 48px;
  padding-bottom: 40px;
  text-align: center;
}
.kk7-hero .kk7-hero-image {
  padding-bottom: 64px;
  text-align: center;
}
.kk7-hero .kk7-hero-image img {
  max-width: 900px;
  width: 100%;
  height: auto;
  display: inline-block;
}
.kk7-hero-subtitle {
  font-family: 'Ubuntu', sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: white;
  line-height: 1.45;
  margin-bottom: 28px;
}
.kk7-body-text {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #d8d8d8;
  line-height: 1.65;
  margin-bottom: 16px;
}
.kk7-body-text:last-child {
  margin-bottom: 0;
}
.kk7-section {
  padding-top: 64px;
  padding-bottom: 64px;
}
.kk7-section-title {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: white;
  text-align: center;
  margin-bottom: 32px;
}
.kk7-section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #4fe2c1;
  margin: 16px auto 0 auto;
}
.kk7-section-intro {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #d8d8d8;
  line-height: 1.65;
  text-align: center;
  margin-bottom: 40px;
}
.kk7-foundation .kk7-body-text {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.kk7-foundation .kk7-list {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.kk7-feature-card {
  background-color: #23222a;
  border-radius: 4px;
  padding: 36px 40px;
  margin-bottom: 12px;
}
.kk7-feature-card:last-of-type {
  margin-bottom: 0;
}
.kk7-feature-title {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: white;
  margin-bottom: 16px;
}
.kk7-label {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 20px;
  margin-bottom: 10px;
}
.kk7-code {
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 0.9em;
  color: #4fe2c1;
  background-color: rgba(79, 226, 193, 0.12);
  padding: 2px 6px;
  border-radius: 3px;
}
.kk7-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}
.kk7-list > li {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #d8d8d8;
  line-height: 1.5;
  padding-left: 22px;
  position: relative;
  margin-bottom: 8px;
}
.kk7-list > li:last-child {
  margin-bottom: 0;
}
.kk7-list > li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #4fe2c1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.52em;
}
.kk7-list-centered {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
.kk7-card-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.kk7-card-link {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #4fe2c1;
  text-decoration: none;
}
.kk7-card-link:visited {
  color: #4fe2c1;
}
.kk7-card-link:hover {
  color: #4fe2c1;
  text-decoration: underline;
}
.kk7-card-link::after {
  content: ' \2192';
}
.kk7-cta-group {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.kk7-btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none !important;
  transition: background-color 0.2s, border-color 0.2s;
}
.kk7-btn.kk7-btn-primary {
  background-color: #4fe2c1;
  color: #191919;
}
.kk7-btn.kk7-btn-primary:hover {
  background-color: #3bcdb0;
}
.kk7-btn.kk7-btn-secondary {
  background-color: transparent;
  color: #4fe2c1;
  border: 1px solid #4fe2c1;
}
.kk7-btn.kk7-btn-secondary:hover {
  background-color: rgba(79, 226, 193, 0.08);
}
.kk7-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.kk7-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #d8d8d8;
}
.kk7-table thead tr {
  border-bottom: 2px solid #4fe2c1;
}
.kk7-table th {
  padding: 14px 16px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #999;
  text-align: left;
  background-color: #1e1e26;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.kk7-table th.kk7-col-keikai {
  color: #4fe2c1;
}
.kk7-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.kk7-table tbody tr:last-child {
  border-bottom: none;
}
.kk7-table tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.03);
}
.kk7-table td {
  padding: 16px;
  vertical-align: top;
  line-height: 1.5;
}
.kk7-table td.kk7-col-feature {
  font-weight: 600;
  color: white;
  min-width: 160px;
}
.kk7-table td.kk7-col-keikai {
  color: #4fe2c1;
}
@media (max-width: 768px) {
  .kk7-feature-card {
    padding: 24px 20px;
  }
  .kk7-section-title {
    font-size: 24px;
  }
  .kk7-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .kk7-table {
    font-size: 13px;
  }
  .kk7-table th,
  .kk7-table td {
    padding: 12px 10px;
  }
}
@media (max-width: 480px) {
  .kk7-hero-subtitle {
    font-size: 18px;
  }
  .kk7-cta-group {
    flex-direction: column;
    align-items: center;
  }
  .kk7-btn {
    width: 100%;
    text-align: center;
    max-width: 320px;
  }
}

