@charset "UTF-8";
/*!
 *  "Noto Sans CJK JP" is lisenced under the SIL Open Font License 1.1
 *  by https://www.google.com/get/noto/#/
 *
 *  Change
 *  The subset of the following
 *  ASCII character, Non-Kanji characters, JIS first level Chinese characters
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
@font-face {
  font-family: "StudySapuriNumbers";
  font-style: normal;
  font-weight: 400;
  src: local("StudySapuri_Numbers-Regular.otf"), url(https://22443363.fs1.hubspotusercontent-na2.net/hubfs/22443363/fonts/StudySapuri_Numbers-Regular.woff2) format("woff2"), url(https://22443363.fs1.hubspotusercontent-na2.net/hubfs/22443363/fonts/StudySapuri_Numbers-Regular.woff) format("woff"), url(https://22443363.fs1.hubspotusercontent-na2.net/hubfs/22443363/fonts/StudySapuri_Numbers-Regular.otf) format("opentype");
}
/*! 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: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline 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;
          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;
          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;
          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;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-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.428571429;
  color: #333333;
  background-color: #fff;
}

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.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-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;
  padding: 0;
  margin: -1px;
  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;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

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

.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-right: 15px;
  padding-left: 15px;
}

.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-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .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-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .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-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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: 991px) {
  .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: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .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: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.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-16by9 {
  padding-bottom: 56.25%;
}

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

/*@import "bootstrap/popovers";*/
.landing__teacher__header {
  background-color: #0b41a0;
  height: 360px;
  color: #fff;
}

.landing__teacher__header > .container {
  background: url() no-repeat 100% 100%;
  height: 100%;
}

.landing__teacher__header__caption {
  font-size: 40px;
  margin: 60px 0 30px;
  color: #fff;
}

.landing__teacher__header .button {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .landing__teacher__header {
    text-align: center;
    height: 440px;
  }

  .landing__teacher__header > .container {
    background-position: bottom;
    background-size: 366px 182.4px;
  }

  .landing__teacher__header__caption {
    font-size: 30px;
    margin: 50px 0 15px;
  }
}
.landing__teacher__thumbnail {
  border-radius: 999em;
  width: 100%;
  max-width: 200px;
  margin-bottom: 15px;
}

.landing__teacher__play-link {
  color: #0ca5e6;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
}

.landing__teacher__play-link .egs-icon-play {
  margin-right: 5px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #0ca5e6;
  border-radius: 999em;
}

.landing__teacher__name {
  margin: 10px 0 20px;
}

.landing__teacher__name__real {
  font-size: 32px;
}

.landing__teacher__name__nickname {
  font-size: 20px;
  color: #888;
}

.landing__campaign-page__section--teacher {
  padding: 80px 0;
  color: #feffff;
  background-image: url();
}

@media (max-width: 991px) {
  .landing__campaign-page__section--teacher {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .landing__campaign-page__section--teacher {
    padding: 30px 0 0;
  }
}
.landing__teacher__header > .container {
  background: url() no-repeat 100% 100%;
  height: 100%;
}

.landing__teacher__header .button {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .landing__teacher__header {
    text-align: center;
    height: 440px;
  }

  .landing__teacher__header > .container {
    background-position: bottom;
    background-size: 366px 182.4px;
  }

  .landing__teacher__header__caption {
    font-size: 30px;
    margin: 50px 0 15px;
  }
}
.landing__teacher__thumbnail {
  border-radius: 999em;
  width: 100%;
  max-width: 200px;
  margin-bottom: 15px;
}

.landing__teacher__name {
  margin: 10px 0 20px;
}

.landing__teacher__name__real {
  font-size: 32px;
}

.landing__teacher__name__nickname {
  font-size: 20px;
  color: #888;
}

/* add for modal-action
---------------------------------------*/
@media (min-width: 768px) {
  .modal-action-lineup--button .button--action--large,
.modal-action-lineup--button .button--primary--large {
    width: 380px;
  }
}
.wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .wrap {
    max-width: 945px;
    margin-right: auto;
    margin-left: auto;
  }
  .wrap.-narrow {
    max-width: 756px;
  }
  .wrap.-wide {
    max-width: 1140px;
  }
}

/* title-main */
.m-title-main {
  margin: 40px 0 24px;
  padding-top: 44px;
  background: url(https://22443363.fs1.hubspotusercontent-na2.net/hubfs/22443363/raw_assets/public/biz/images/commons/icatch/icon-rhombus--def.svg) center top no-repeat;
  background-size: 28px auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.32;
  text-align: center;
}
.m-title-main.-noMT {
  margin-top: 0;
}
.m-title-main__border {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.m-title-main__border::before, .m-title-main__border::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #24243F;
  margin: 0 10px;
  vertical-align: middle;
}
.m-title-main > span {
  display: block;
  font-size: 14px;
}
.m-title-main > span:first-child {
  margin-bottom: 3px;
}
.m-title-main.-first {
  margin-top: 0;
}
@media (min-width: 768px) {
  .m-title-main {
    padding-top: 60px;
    margin-bottom: 44px;
    padding-top: 56px;
    font-size: 32px;
    background-size: 36px auto;
  }
  .m-title-main > span {
    font-size: 18px;
  }
  .m-title-main__border {
    font-size: 22px;
  }
  .m-title-main__border::before, .m-title-main__border::after {
    width: 46px;
  }
}

/* title-border */
.m-title-border {
  margin: 0 0 28px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.667;
  letter-spacing: normal;
  text-align: center;
}
.m-title-border span {
  padding-bottom: 2px;
  background-position: top left;
  background-image: -webkit-linear-gradient(bottom, #1c80e7, #1c80e7 5px, transparent 5px, transparent 28px);
  background-image: linear-gradient(to top, #1c80e7, #1c80e7 5px, transparent 5px, transparent 28px);
  background-size: auto 28px;
  font-size: 18px;
}
.m-title-border span > span {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .m-title-border {
    margin: 0 0 28px;
    line-height: 1.5;
  }
  .m-title-border span {
    padding-bottom: 1px;
    background-image: -webkit-linear-gradient(bottom, #1c80e7, #1c80e7 6px, transparent 6px, transparent 42px);
    background-image: linear-gradient(to top, #1c80e7, #1c80e7 6px, transparent 6px, transparent 42px);
    background-size: auto 42px;
    font-size: 2.8rem;
  }
  .m-title-border span > span {
    font-size: 2.8rem;
  }
}

.m-lead {
  margin-bottom: 45px;
  text-align: center;
}
@media (min-width: 768px) {
  .m-lead {
    margin-bottom: 55px;
    font-size: 1.6rem;
  }
}

/* step */
.m-step.-daily .m-step__contents {
  padding-bottom: 0;
}
.m-step.-noMT {
  margin-top: 0;
}
.m-step__contents {
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 36px;
  padding-bottom: 40px;
  margin-top: 70px;
  background-color: #1c80e7;
  color: #fff;
}
.m-step__title {
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.334;
  text-align: center;
}
.m-step__title span {
  display: inline-block;
  position: relative;
}
.m-step__title span br {
  display: none;
}
@media (max-width: 340px) {
  .m-step__title {
    font-size: 16px;
  }
}
.m-step__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 96%;
  padding-left: 0;
  list-style: none;
  counter-reset: count;
}
.m-step__list li {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  counter-increment: count;
  letter-spacing: normal;
  line-height: 1.334;
  text-align: center;
}
.m-step__list li::after {
  content: counter(count);
  position: absolute;
  top: -4px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  padding-bottom: 2px;
  border-radius: 28px;
  background-color: #3ec1bd;
  font-family: "StudySapuriNumbers";
  font-size: 15px;
  font-weight: 700;
}
.m-step__list li:not(:first-child) {
  margin-left: 28px;
}
.m-step__list li:not(:first-child) > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  width: 17px;
  height: 15px;
  background: url() no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-step__list li > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 85px;
  height: 85px;
  margin-bottom: 6px;
  border-radius: 85px;
  background-color: #fff;
}
.m-step__list li > span > img[src*="_2."] {
  margin-left: 8px;
}
.m-step__notes {
  margin: 12px 0 0;
  padding-left: 0;
  list-style: none;
  font-size: 12px;
  text-align: center;
  letter-spacing: normal;
}
.m-step__btn {
  margin: 25px 30px 0;
}
.m-step .m-apply {
  margin-top: 36px;
}
.m-step__btm {
  position: relative;
  margin-top: 16px;
  padding: 19px 0 34px;
  font-weight: 700;
  text-align: center;
}
.m-step__btm > span {
  display: block;
  font-size: 18px;
}
.m-step__btm::before, .m-step__btm::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
}
.m-step__btm::before {
  left: 0;
  width: 81px;
  background: url() no-repeat 0/contain;
}
.m-step__btm::after {
  right: 5px;
  width: 64px;
  background: url() no-repeat 0/contain;
}
@media (min-width: 768px) {
  .m-step__contents {
    margin-right: 0;
    margin-left: 0;
    border-radius: 10px;
  }
  .m-step__title span {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 24px;
  }
  .m-step__title span::before, .m-step__title span::after {
    height: 48px;
  }
  .m-step__list li {
    font-size: 18px;
  }
  .m-step__list li::after {
    top: 0;
    width: 48px;
    height: 48px;
    padding-bottom: 4px;
    font-size: 24px;
  }
  .m-step__list li:not(:first-child) {
    margin-left: 56px;
  }
  .m-step__list li:not(:first-child) > span::before {
    left: -40px;
    width: 28px;
    height: 25px;
  }
  .m-step__list li > span {
    width: 159px;
    height: 159px;
    margin-bottom: 8px;
    border-radius: 205px;
  }
  .m-step__list li > span > img[src*="_1."] {
    width: 77px;
    height: 77px;
  }
  .m-step__list li > span > img[src*="_2."] {
    margin-left: 16px;
    width: 68px;
    height: 68px;
  }
  .m-step__list li > span > img[src*="_3."] {
    width: 51px;
    height: 68px;
  }
  .m-step__list li br {
    display: none;
  }
  .m-step__notes {
    margin-top: 20px;
    font-size: 14px;
  }
  .m-step__btn {
    margin: 50px 0 0;
  }
  .m-step .m-apply {
    margin-top: 64px;
  }
  .m-step__btm {
    margin-top: 20px;
    padding-top: 48px;
    padding-bottom: 56px;
    font-size: 24px;
  }
  .m-step__btm > span {
    font-size: 32px;
  }
  .m-step__btm::before {
    left: 50%;
    width: 167px;
    margin-left: -377px;
    background-image: url();
  }
  .m-step__btm::after {
    right: 50%;
    width: 134px;
    margin-right: -376px;
    background-image: url();
  }
}
@media (min-width: 1200px) {
  .m-step__contents {
    margin-right: 0;
    margin-left: 0;
    padding-top: 52px;
    padding-bottom: 64px;
    position: relative;
  }
  .m-step__title {
    background: url() no-repeat center center;
    background-size: cover;
    margin: 0;
    font-size: 28px;
    position: absolute;
    top: 106px;
    left: 90px;
    height: 124px;
    width: 314px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-step__title span {
    padding-left: 0;
  }
  .m-step__title span br {
    display: block;
  }
  .m-step__title span::before, .m-step__title span::after {
    display: none;
  }
  .m-step__list {
    width: 620px;
    margin-left: auto;
    margin-right: 75px;
  }
  .m-step__list li {
    font-size: 18px;
  }
  .m-step__list li::after {
    top: 0;
    width: 48px;
    height: 48px;
    padding-bottom: 4px;
    font-size: font-size-vw(24);
  }
  .m-step__list li:not(:first-child) {
    margin-left: 56px;
  }
  .m-step__list li:not(:first-child) > span::before {
    left: -40px;
    width: 28px;
    height: 25px;
  }
  .m-step__list li > span {
    width: 159px;
    height: 159px;
    margin-bottom: 8px;
    border-radius: 205px;
  }
  .m-step__list li > span > img[src*="_1."] {
    width: 77px;
    height: 77px;
  }
  .m-step__list li > span > img[src*="_2."] {
    margin-left: 24px;
    width: 68px;
    height: 68px;
  }
  .m-step__list li > span > img[src*="_3."] {
    width: 51px;
    height: 68px;
  }
  .m-step__list li br {
    display: none;
  }
}

/* apply */
.m-apply {
  position: relative;
  z-index: 3;
}
.m-apply .button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-apply .button--action--large {
  height: 90px;
  padding: 7px 10px !important;
}
.m-apply .button--action--large span {
  margin-top: -4px;
}
.m-apply .button br {
  height: 0;
}
.m-apply i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -2px;
  left: 50%;
  width: 145px;
  height: 36px;
  border-radius: 36px;
  border: 2px solid #00c4bd;
  background-color: #fff;
  color: #00c4bd;
  font-size: 15px;
  font-style: normal;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.m-apply i::before, .m-apply i::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-style: solid;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-apply i::before {
  border-width: 10px 8px 0;
  border-color: #00c4bd transparent transparent;
}
.m-apply i::after {
  margin-top: -1px;
  border-width: 8px 6px 0;
  border-color: #fff transparent transparent;
}
.m-apply span {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .m-apply .button--action--large {
    height: 108px;
    font-size: 26px !important;
  }
  .m-apply i {
    top: -6px;
    width: 222px;
    height: 48px;
    border-radius: 48px;
    font-size: 19px;
  }
  .m-apply i::before, .m-apply i::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border-style: solid;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .m-apply i::before {
    border-width: 13px 10px 0;
  }
  .m-apply i::after {
    border-width: 10px 7px 0;
  }
  .m-apply span {
    margin-bottom: 8px;
    font-size: 16px;
  }
}

/* kome__list *ではじまる注釈） */
.kome__list {
  margin: 0;
  border-bottom: 1px solid #e3e5e6;
  padding: 24px 0 16px;
  font-size: 12px;
  color: #808d96;
  list-style: none;
}
.kome__list--item {
  position: relative;
  padding-bottom: 4px;
  padding-left: 0.8rem;
}
.kome__list--item::before {
  position: absolute;
  left: 0px;
  font-size: 10px;
  font-weight: 700;
  content: "※";
}

@media (min-width: 341px) {
  br.visible-xxs {
    display: none;
  }
}
/* list-check */
.m-list-check {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.m-list-check:not(:first-child) {
  margin-top: 10px;
}
.m-list-check.-small li {
  font-size: 12px;
}
.m-list-check.-small::before {
  width: 15px;
  height: 15px;
}
.m-list-check.-white li {
  color: #fff;
}
.m-list-check.-white li::before {
  background-image: url(https://22443363.fs1.hubspotusercontent-na2.net/hubfs/22443363/raw_assets/public/biz/images/commons/icatch/icon-check--white.svg);
}
.m-list-check li {
  position: relative;
  padding-left: 25px;
  letter-spacing: normal;
}
.m-list-check li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(https://22443363.fs1.hubspotusercontent-na2.net/hubfs/22443363/raw_assets/public/biz/images/commons/icatch/icon-check.svg) no-repeat;
  background-size: 100% 100%;
}
.m-list-check li b {
  color: #3ec1bd;
}
.m-list-check li em {
  font-style: normal;
  font-weight: 700;
}
.m-list-check li:not(:first-child) {
  margin-top: 7px;
}
@media (min-width: 768px) {
  .m-list-check:not(:first-child) {
    margin-top: 20px;
  }
  .m-list-check.-small li {
    padding-left: 25px;
    font-size: 14px;
  }
  .m-list-check.-small li:not(:first-child) {
    margin-top: 7px;
  }
  .m-list-check.-small li::before {
    width: 17px;
    height: 17px;
  }
  .m-list-check.-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -10px;
    margin-left: -30px;
  }
  .m-list-check.-inline:not(:first-child) {
    margin-top: 10px;
  }
  .m-list-check.-inline li {
    margin-top: 10px !important;
    margin-left: 30px;
  }
  .m-list-check li {
    padding-left: 30px;
    font-size: 16px;
  }
  .m-list-check li::before {
    top: 3px;
    width: 20px;
    height: 20px;
  }
  .m-list-check li:not(:first-child) {
    margin-top: 15px;
  }
  .m-list-check li br {
    display: none;
  }
}

.m-badge {
  width: 17.3333333333vw;
  height: 17.3333333333vw;
  color: #fff;
  border-radius: 999em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-badge.-white {
  background-color: #fff;
  color: #de30ca;
}
.m-badge.-pink {
  background-color: #de30ca;
}
.m-badge.-blue-sapuri {
  background-color: #0b41a0;
}
.m-badge.-blue-ultra {
  background-color: #1c80e7;
}
.m-badge.-blue-light {
  background-color: #168de6;
}
.m-badge.-beginner {
  position: relative;
  background-color: #3ec1bd;
}
.m-badge.-beginner::before {
  content: "";
  position: absolute;
  bottom: -0.5333333333vw;
  left: -1.0666666667vw;
  width: 4.2666666667vw;
  height: 6.1333333333vw;
  background: url(https://22443363.fs1.hubspotusercontent-na2.net/hubfs/22443363/raw_assets/public/biz/images/commons/icatch/icon-beginner.svg) no-repeat;
  background-size: 100% 100%;
}
.m-badge p {
  margin: 0;
  font-size: 12px;
  font-size: 3.2vw;
}
.m-badge__title {
  margin-top: 0.5333333333vw;
  font-weight: 400;
  line-height: 1.2;
}
.m-badge__data {
  margin-top: 0.2666666667vw;
}
.m-badge__number {
  position: relative;
  font-family: "StudySapuriNumbers";
  font-weight: normal;
  line-height: 1;
  font-size: 29px;
  font-size: 7.7333333333vw;
}
.m-badge__number.-small {
  font-size: 22px;
  font-size: 5.8666666667vw;
}
.m-badge__number > sup {
  position: absolute;
  right: -calc-vw(12);
  top: 3.2vw;
  font-size: 10px;
  font-size: 2.6666666667vw;
}
.m-badge__sub {
  font-weight: 700;
  font-size: 12px;
  font-size: 3.2vw;
}
.m-badge__sub.-small, .m-badge__sub.-wave {
  font-size: 10px;
  font-size: 2.6666666667vw;
}
.m-badge__sub.-wave {
  vertical-align: 0.5em;
}
.m-badge__catch strong {
  font-size: 12px;
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .m-badge {
    width: 90px;
    height: 90px;
  }
  .m-badge.-beginner::before {
    bottom: -1px;
    left: -7px;
    width: 24px;
    height: 35px;
  }
  .m-badge p {
    font-size: 14px;
  }
  .m-badge__title {
    margin-top: 2px;
  }
  .m-badge__data {
    margin-top: 0px;
  }
  .m-badge__number {
    font-size: 39px;
  }
  .m-badge__number.-small {
    font-size: 30px;
  }
  .m-badge__number > sup {
    right: -12px;
    top: 16px;
    font-size: 10px;
  }
  .m-badge__sub {
    font-size: 15px;
    font-weight: 700;
  }
  .m-badge__sub.-small, .m-badge__sub.-wave {
    font-size: 12px;
  }
  .m-badge__catch strong {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .m-badge.-small {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .m-badge.-small p {
    font-size: 8px;
    font-size: 2.1333333333vw;
    letter-spacing: 0;
  }
  .m-badge.-small__number {
    font-size: 22px;
    font-size: 5.8666666667vw;
  }
  .m-badge.-small__number > sup {
    top: 8px !important;
  }
}

/* box-recommend */
.m-box-recommend {
  margin-top: 24px;
  margin-bottom: 40px;
}
.m-box-recommend__unit {
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 15px rgba(156, 203, 232, 0.6);
          box-shadow: 0 10px 15px rgba(156, 203, 232, 0.6);
}
.m-box-recommend__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  padding-right: 16px;
  padding-left: 16px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(103, 176, 244, 0.9)), to(rgba(41, 112, 216, 0.9)));
  background-image: -webkit-linear-gradient(left, rgba(103, 176, 244, 0.9), rgba(41, 112, 216, 0.9) 100%);
  background-image: linear-gradient(to right, rgba(103, 176, 244, 0.9), rgba(41, 112, 216, 0.9) 100%);
  color: #fff;
  text-align: center;
}
.m-box-recommend__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
}
.m-box-recommend__contents {
  padding: 24px 20px;
}
.m-box-recommend__list {
  margin: 0;
}
.m-box-recommend__list > div {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-box-recommend__list > div:not(:first-child) {
  margin-top: 15px;
}
.m-box-recommend__list dt {
  -webkit-flex-basis: 50px;
      -ms-flex-preferred-size: 50px;
          flex-basis: 50px;
}
.m-box-recommend__list dt > img {
  width: 100%;
  border: 2px solid #1c80e7;
  border-radius: 50px;
}
.m-box-recommend__list dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
}
.m-box-recommend__list-link {
  margin-bottom: 0;
  padding-left: 0;
}
.m-box-recommend__list-link li {
  list-style: none;
}
.m-box-recommend__list-link li:not(:first-child) {
  margin-top: 16px;
}
.m-box-recommend__list-link li a {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  color: #2c3339 !important;
}
.m-box-recommend__list-link li a::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 4px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #1c80e7;
  border-right: 3px solid #1c80e7;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-box-recommend__list-link li a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .m-box-recommend {
    margin-top: 80px;
    margin-bottom: 48px;
  }
  .m-box-recommend .wrap {
    max-width: 1080px !important;
  }
  .m-box-recommend__title {
    font-size: 2rem;
  }
  .m-box-recommend__contents {
    padding: 32px 28px;
  }
  .m-box-recommend__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-box-recommend__list > div:not(:first-child) {
    margin-top: 0;
    margin-left: 30px;
  }
  .m-box-recommend__list dt {
    -webkit-flex-basis: 90px;
        -ms-flex-preferred-size: 90px;
            flex-basis: 90px;
  }
  .m-box-recommend__list dd {
    padding-left: 10px;
  }
  .m-box-recommend__list-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-box-recommend .list-check {
    margin-top: -10px;
    margin-left: -30px;
    text-align: center;
  }
  .m-box-recommend .list-check li {
    display: inline-block;
    margin-top: 10px;
    margin-left: 30px;
  }
  .m-box-recommend .list-check li:not(:first-child) {
    margin-top: 10px;
  }
  .m-box-recommend__list-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    margin-top: -12px;
    margin-left: -28px;
  }
  .m-box-recommend__list-link li {
    margin-top: 12px !important;
    margin-left: 28px;
  }
  .m-box-recommend__list-link li a:hover {
    text-decoration: underline;
  }
  .m-box-recommend__list-link li a:hover::before {
    -webkit-transform: translateX(3px) translateY(-50%) rotate(45deg);
            transform: translateX(3px) translateY(-50%) rotate(45deg);
  }
}

/* btn-more */
.m-btn-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 5px 2px;
  border: 2px solid #0ca5e6;
  border-radius: 5px;
  background-color: #fff;
  color: #0ca5e6;
  font-weight: 700;
  text-align: center;
}
.m-btn-more.-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.m-btn-more:hover {
  color: #0ca5e6;
  text-decoration: none;
}
@media (min-width: 768px) {
  .m-btn-more {
    max-width: 320px;
    height: 55px;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .m-btn-more:hover {
    background-color: #0ca5e6;
    color: #fff;
  }
}

/* btn-detail */
.m-btn-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  max-width: 210px;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px 2px;
  border: 1px solid #3ec1bd;
  border-radius: 45px;
  background-color: #fff;
  color: #3ec1bd;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
.m-btn-detail::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #3ec1bd;
  border-right: 2px solid #3ec1bd;
  -webkit-transform: translateY(-50%) rotate(45deg) skew(2deg, 2deg);
          transform: translateY(-50%) rotate(45deg) skew(2deg, 2deg);
}
.m-btn-detail:link {
  color: #3ec1bd;
}
.m-btn-detail:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .m-btn-detail {
    height: 40px;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .m-btn-detail::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .m-btn-detail:hover {
    background-color: #3ec1bd;
    color: #fff;
  }
  .m-btn-detail:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}

/* table-price */
.m-table-price {
  table-layout: fixed;
  width: 100%;
  margin: 45px auto 0;
  letter-spacing: normal;
  text-align: center;
}
.m-table-price.-has-big-balloon {
  margin: 70px auto 0;
}
.m-table-price.-value {
  margin-top: 30px;
}
.m-table-price.-value thead th {
  font-size: 14px;
}
.m-table-price img {
  width: 100%;
}
.m-table-price th,
.m-table-price td {
  position: relative;
}
.m-table-price th:not(:first-child),
.m-table-price td:not(:first-child) {
  border-left: 1px solid #fff;
}
.m-table-price thead tr:first-child > *:first-child {
  border-top-left-radius: 5px;
}
.m-table-price thead tr:first-child > *:first-child span {
  margin-left: 16px;
}
.m-table-price thead tr:first-child > *:first-child small {
  font-size: 10px;
  vertical-align: text-top;
}
.m-table-price thead tr:first-child > *:last-child {
  border-top-right-radius: 5px;
}
.m-table-price thead th {
  height: 40px;
  background-color: #1c80e7;
  color: #fff;
  font-size: 12px;
}
.m-table-price thead th.narrow {
  width: 25%;
}
.m-table-price thead th.highlight {
  background-color: #de30ca;
}
.m-table-price tbody {
  background-color: #e1f4ff;
}
.m-table-price tbody.highlight {
  background-color: #ffebfd;
}
.m-table-price tbody tr:last-child > *:first-child {
  border-bottom-left-radius: 5px;
}
.m-table-price tbody tr:last-child > *:last-child {
  border-bottom-right-radius: 5px;
}
.m-table-price tbody td {
  padding: 15px 10px 10px;
  vertical-align: top;
}
.m-table-price tbody td.highlight {
  background-color: #ffebfd;
}
.m-table-price__cell-normal {
  background-color: #e1e8ea;
}
.m-table-price__banner {
  width: 100%;
}
.m-table-price__banner img {
  width: 100%;
}
.m-table-price__cashback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  margin-top: 10px;
  padding: 5px 0;
  color: #de30ca;
  border: 2px solid #de30ca;
  border-radius: 5px;
  background-color: #fff;
  font-size: 12px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  line-height: 1.1;
}
.m-table-price__cashback i {
  display: block;
  font-style: normal;
  font-size: 10px;
}
.m-table-price__cashback b {
  font-size: 14px;
}
.m-table-price__notes-banner {
  margin-top: 10px;
  margin-bottom: 0;
}
.m-table-price__campaign .m-table-price__price-normal b {
  position: relative;
}
.m-table-price__campaign .m-table-price__price-normal b::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  left: -2px;
  border-bottom: 2px solid #24243f;
}
.m-table-price__campaign:not(:first-child) {
  margin-top: 10px;
}
.m-table-price__unit-campaign {
  position: relative;
  margin: 25px 0 0;
  border: 1px solid #de30ca;
  border-radius: 5px;
  background-color: #fff;
}
.m-table-price__unit-campaign::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  border-top: 10px solid #de30ca;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-table-price__unit-campaign.is-no-arrow {
  margin-top: 0;
}
.m-table-price__unit-campaign.is-no-arrow::before {
  display: none;
}
.m-table-price__unit-campaign dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
  padding-bottom: 2px;
  background-color: #de30ca;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
}
.m-table-price__unit-campaign dd {
  padding: 15px 10px 20px;
}
.m-table-price__price-normal, .m-table-price__price-campaign {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}
.m-table-price__price-normal.-all, .m-table-price__price-campaign.-all {
  margin-top: 10px;
}
.m-table-price__price-normal.-blank, .m-table-price__price-campaign.-blank {
  width: 25px;
  min-height: 23px;
  margin: 25px auto 0;
  border-top: 1px solid #707070;
}
.m-table-price__price-normal > span, .m-table-price__price-campaign > span {
  display: inline-block;
  position: relative;
}
.m-table-price__price-normal b, .m-table-price__price-campaign b {
  font-family: "StudySapuriNumbers";
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 340px) {
  .m-table-price__price-normal b, .m-table-price__price-campaign b {
    font-size: 20px;
  }
}
.m-table-price__price-normal big, .m-table-price__price-campaign big {
  font-size: 12px;
  font-weight: 700;
}
.m-table-price__price-campaign {
  color: #de30ca;
}
.m-table-price__price-campaign.-daily {
  color: #EF54A1;
}
.m-table-price__icon {
  display: inline;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 50px;
  left: 50%;
  padding: 2px 14px 2px;
  border-radius: 30px;
  border: 2px solid transparent;
  background-color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 340px) {
  .m-table-price__icon {
    padding: 2px 8px 2px;
  }
}
.m-table-price__icon::before, .m-table-price__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  border-top: 7px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-table-price__icon::before {
  top: calc(100% + 2px);
}
.m-table-price__icon::after {
  top: 100%;
  top: calc(100% - 1px);
  border-top-color: #fff;
}
.m-table-price__icon.-big {
  display: block;
  width: 105px;
  padding-right: 0;
  padding-left: 0;
  border-radius: 10px;
  border-color: #de30ca;
  color: #de30ca;
  font-weight: normal;
  white-space: normal;
}
.m-table-price__icon.-big span {
  display: block;
  margin-top: 3px;
  font-size: 10px;
}
.m-table-price__icon.-big span > b {
  font-size: 12px;
}
.m-table-price__icon.-big b {
  font-weight: 700;
}
.m-table-price__icon.-big::before {
  border-top-color: #de30ca;
}
.m-table-price__icon.-good {
  border-color: #de30ca;
  color: #de30ca;
}
@media (max-width: 340px) {
  .m-table-price__icon.-good {
    font-size: 10px;
  }
}
.m-table-price__icon.-good::before {
  border-top-color: #de30ca;
}
.m-table-price__icon.-recommend {
  border-color: #3ec1bd;
  color: #3ec1bd;
}
.m-table-price__icon.-recommend::before {
  border-top-color: #3ec1bd;
}
.m-table-price__cell-notes {
  padding-top: 0 !important;
  padding-bottom: 20px !important;
  color: #808d96;
  font-size: 12px;
  text-align: left;
}
.m-table-price__cell-notes > b {
  display: block;
  margin-bottom: 15px;
  color: #de30ca;
  font-size: 20px;
  text-align: center;
}
.m-table-price__cell-notes > b > span {
  font-size: 12px;
  font-weight: normal;
}
.m-table-price__cell-balloon {
  padding: 8px !important;
}
.m-table-price__balloon {
  background: #fff;
  border: 2px solid #de30ca;
  color: #de30ca;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  padding: 8px 0;
}
.m-table-price__balloon sup {
  font-size: 10px;
}
.m-table-price__balloon b {
  background-image: -webkit-linear-gradient(bottom, #5ACAC7 3px, transparent 3px, transparent 100%);
  background-image: linear-gradient(to top, #5ACAC7 3px, transparent 3px, transparent 100%);
}
.m-table-price__balloon b i {
  display: inline-block;
  margin-top: -5px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  font-family: "StudySapuriNumbers";
}
.m-table-price__balloon small {
  display: block;
  font-size: 10px;
  letter-spacing: -0.03em;
}
.m-table-price__balloon small span {
  border-bottom: 1px solid #fff;
}
.m-table-price__balloon.-daily {
  border: 2px solid #EF54A1;
  color: #EF54A1;
}
@media (min-width: 768px) {
  .m-table-price {
    max-width: 750px;
    margin: 60px auto 0;
  }
  .m-table-price.-has-big-balloon {
    margin-top: 95px;
  }
  .m-table-price.-value thead th {
    font-size: 20px;
  }
  .m-table-price.-value img {
    max-width: 630px;
  }
  .m-table-price thead th {
    height: 54px;
    font-size: 16px;
  }
  .m-table-price tbody td {
    padding: 25px 30px 30px;
  }
  .m-table-price__cashback {
    height: 55px;
    margin-top: 20px;
    padding: 0 0 5px;
    font-size: 18px;
  }
  .m-table-price__cashback i {
    display: inline-block;
    width: 70px;
    margin-right: 4px;
    position: relative;
    top: 2px;
    font-style: normal;
    font-size: 14px;
  }
  .m-table-price__cashback b {
    font-size: 26px;
  }
  .m-table-price__notes-banner {
    margin-top: 20px;
  }
  .m-table-price__unit-campaign {
    margin-top: 35px;
  }
  .m-table-price__unit-campaign::before {
    top: -20px;
  }
  .m-table-price__unit-campaign dt {
    height: 50px;
    font-size: 16px;
  }
  .m-table-price__unit-campaign dd {
    padding: 20px 10px;
  }
  .m-table-price__price-normal {
    font-size: 14px;
  }
  .m-table-price__price-normal.-blank {
    min-height: 34px;
    margin-top: 25px;
  }
  .m-table-price__price-normal b {
    font-size: 48px;
  }
  .m-table-price__price-normal big {
    font-size: 18px;
  }
  .m-table-price__price-campaign {
    font-size: 16px;
  }
  .m-table-price__price-campaign b {
    font-size: 50px;
  }
  .m-table-price__price-campaign .hidden-sm {
    display: none;
  }
  .m-table-price__price-campaign {
    color: #de30ca;
  }
  .m-table-price__icon {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 30px;
    font-size: 15px;
    bottom: 65px;
  }
  .m-table-price__icon::before, .m-table-price__icon::after {
    border-top-width: 9px;
    border-right-width: 8px;
    border-left-width: 8px;
  }
  .m-table-price__icon.-big {
    width: 230px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    bottom: 75px;
  }
  .m-table-price__icon.-big::before, .m-table-price__icon.-big::after {
    border-top-width: 9px;
    border-right-width: 8px;
    border-left-width: 8px;
  }
  .m-table-price__icon.-big span {
    font-size: 14px;
  }
  .m-table-price__icon.-big span > b {
    font-size: 18px;
  }
  .m-table-price__icon .hidden-sm {
    display: none;
  }
  .m-table-price__cell-notes {
    font-size: 12px;
    padding-top: 0 !important;
    padding-bottom: 35px !important;
  }
  .m-table-price__cell-notes > b {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 1.2;
  }
  .m-table-price__cell-notes > b > span {
    font-size: 16px;
  }
  .m-table-price__cell-balloon {
    padding: 10px 5px !important;
  }
  .m-table-price__balloon {
    font-size: 16px;
    padding: 8px 0;
  }
  .m-table-price__balloon b {
    background-image: -webkit-linear-gradient(bottom, #5ACAC7 5px, transparent 5px, transparent 100%);
    background-image: linear-gradient(to top, #5ACAC7 5px, transparent 5px, transparent 100%);
  }
  .m-table-price__balloon b i {
    font-size: 27px;
  }
  .m-table-price__balloon small {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
  }
  .m-table-price__balloon small.-larger {
    font-size: 15px;
  }
  .m-table-price__balloon small span {
    border-bottom: 1px solid #fff;
  }
}

/* m-table-price-basic */
.m-table-price-basic {
  table-layout: fixed;
  border-collapse: separate;
  position: relative;
  width: 100%;
  border: 1px solid #061645;
  border-radius: 4px;
  background-color: #fff;
  color: #24243f;
  text-align: center;
}
.m-table-price-basic:not(:first-child) {
  margin-top: 20px;
}
.m-table-price-basic th:not(:first-child),
.m-table-price-basic td:not(:first-child) {
  border-left: 1px solid #1e4f91;
}
.m-table-price-basic td {
  vertical-align: top;
}
.m-table-price-basic thead tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.m-table-price-basic thead tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.m-table-price-basic tbody tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
.m-table-price-basic tbody tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
.m-table-price-basic__head {
  padding: 5px;
  font-size: 1.2rem;
  font-weight: 700;
}
.m-table-price-basic__head.-pack6 {
  background-color: #2c6cde;
  color: #fff;
}
.m-table-price-basic__head.-normal {
  width: calc(85 / 375 * 100vw);
  background-color: #dae2e5;
  color: #808d96;
}
.m-table-price-basic__cell {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.m-table-price-basic__cell.-pack6 > b,
.m-table-price-basic__cell.-pack6 > span, .m-table-price-basic__cell.-normal > b,
.m-table-price-basic__cell.-normal > span, .m-table-price-basic__cell.-space > b,
.m-table-price-basic__cell.-space > span {
  display: block;
}
.m-table-price-basic__cell.-pack6 > b, .m-table-price-basic__cell.-normal > b, .m-table-price-basic__cell.-space > b {
  margin-top: 2px;
  font-size: 2.8rem;
  font-family: "StudySapuriNumbers";
  font-weight: 400;
}
.m-table-price-basic__cell.-pack6 > span, .m-table-price-basic__cell.-normal > span, .m-table-price-basic__cell.-space > span {
  margin-top: 10px;
  color: #24243f;
  font-size: 1rem;
}
.m-table-price-basic__cell.-pack6 > span b, .m-table-price-basic__cell.-normal > span b, .m-table-price-basic__cell.-space > span b {
  display: block;
  margin-top: 2px;
  font-size: 2.8rem;
  font-family: "StudySapuriNumbers";
  font-weight: 400;
}
.m-table-price-basic__cell.-normal, .m-table-price-basic__cell.-space {
  color: #808d96;
}
.m-table-price-basic__cell.-value, .m-table-price-basic__cell.-space {
  padding: 12px;
}
.m-table-price-basic__cell.-pack6 {
  color: #2c6cde;
}
.m-table-price-basic__cell.-value {
  position: relative;
  padding-top: 15px;
  background-color: #fce9fb;
  color: #de30ca;
  line-height: 1;
}
.m-table-price-basic__cell.-value > span {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  padding: 1px 5px 3px;
  border: 1px solid;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 700;
}
.m-table-price-basic__cell.-value > span b {
  font-size: 1.6rem;
  font-family: "StudySapuriNumbers";
  font-weight: 400;
}
.m-table-price-basic__cell.-value > span::before, .m-table-price-basic__cell.-value > span::after {
  content: "";
  position: absolute;
  left: 50%;
  border-top: 6px solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-table-price-basic__cell.-value > span::before {
  top: 100%;
}
.m-table-price-basic__cell.-value > span::after {
  top: calc(100% - 2px);
  border-top-color: #fff;
}
.m-table-price-basic__cell.-value > b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-table-price-basic__cell.-value > b span {
  margin-right: 3px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.m-table-price-basic__cell.-value > b strong {
  font-size: 2.8rem;
  font-family: "StudySapuriNumbers";
  font-weight: 400;
}
.m-table-price-basic__cell.-value a {
  display: inline-block;
  margin-top: 5px;
  color: #808d96 !important;
  font-weight: 400;
  text-decoration: underline;
}
.m-table-price-basic__cell.-normal > span {
  margin-top: 30px;
  color: #808d96;
  letter-spacing: -0.1em;
}
.m-table-price-basic__cell.-space {
  vertical-align: bottom;
}
.m-table-price-basic__cell.-space > b {
  padding-bottom: 23px;
  color: #808d96;
  letter-spacing: -0.1em;
  font-size: 1rem;
}
.m-table-price-basic__cell.-center {
  vertical-align: middle;
}
.m-table-price-basic__campaign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 34px;
  margin-bottom: 10px;
  border-radius: 34px;
  background-color: #de30ca;
  color: #fff;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.334;
}
.m-table-price-basic__campaign > span {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .m-table-price-basic {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
  .m-table-price-basic:not(:first-child) {
    margin-top: 50px;
  }
  .m-table-price-basic__head {
    height: 120px;
    padding: 8px 10px;
    font-size: 2.6rem;
  }
  .m-table-price-basic__head.-normal {
    width: calc(300 / 750 * 100%);
  }
  .m-table-price-basic__cell {
    padding: 20px 10px;
    font-size: 1.8rem;
  }
  .m-table-price-basic__cell.-pack6 > b, .m-table-price-basic__cell.-normal > b, .m-table-price-basic__cell.-space > b {
    font-size: 4.2rem;
  }
  .m-table-price-basic__cell.-pack6 > span, .m-table-price-basic__cell.-normal > span, .m-table-price-basic__cell.-space > span {
    font-size: 1.8rem;
  }
  .m-table-price-basic__cell.-pack6 > span b, .m-table-price-basic__cell.-normal > span b, .m-table-price-basic__cell.-space > span b {
    font-size: 4.2rem;
  }
  .m-table-price-basic__cell.-value, .m-table-price-basic__cell.-space {
    padding: 24px 16px;
  }
  .m-table-price-basic__cell.-value {
    padding-top: 24px;
  }
  .m-table-price-basic__cell.-value > span {
    margin-bottom: 10px;
    padding: 4px 16px 12px;
  }
  .m-table-price-basic__cell.-value > span b {
    font-size: 3.5rem;
  }
  .m-table-price-basic__cell.-value > span::before, .m-table-price-basic__cell.-value > span::after {
    border-top-width: 8px;
    border-right-width: 5px;
    border-left-width: 5px;
  }
  .m-table-price-basic__cell.-value > b span {
    margin-right: 5px;
    font-size: 2rem;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .m-table-price-basic__cell.-value > b strong {
    font-size: 6rem;
  }
  .m-table-price-basic__cell.-value a {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .m-table-price-basic__cell.-value a:hover {
    text-decoration: none;
  }
  .m-table-price-basic__cell.-normal > span {
    padding-top: 12px;
    font-weight: 400;
  }
  .m-table-price-basic__cell.-space {
    vertical-align: bottom;
  }
  .m-table-price-basic__cell.-space > b {
    padding-bottom: 40px;
    font-size: 1.4rem;
  }
  .m-table-price-basic__campaign {
    top: 25px;
    left: 16px;
    right: calc(-100% + 16px);
    height: 76px;
    margin-bottom: 20px;
    border-radius: 76px;
    font-size: 2.4rem;
  }
  .m-table-price-basic__campaign > span {
    font-size: 2rem;
  }
  .m-table-price-basic + .m-notes-price {
    text-align: center;
  }
}

/* m-table-price-business */
.m-table-price-business {
  table-layout: fixed;
  border-collapse: separate;
  position: relative;
  width: 100%;
  border: 1px solid #061645;
  border-radius: 4px;
  background-color: #fff;
  color: #24243f;
  text-align: center;
}
.m-table-price-business.-set .m-table-price-business__head.-normal {
  width: calc(85 / 375 * 100vw);
}
.m-table-price-business.-set .m-table-price-business__cell.-value {
  padding-top: 15px;
}
.m-table-price-business.-set .m-table-price-business__campaign {
  position: static;
}
.m-table-price-business th:not(:first-child),
.m-table-price-business td:not(:first-child) {
  border-left: 1px solid #1e4f91;
}
.m-table-price-business td {
  vertical-align: top;
}
.m-table-price-business thead tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.m-table-price-business thead tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.m-table-price-business tbody tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
.m-table-price-business tbody tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
.m-table-price-business__head {
  padding: 5px;
  font-size: 1.2rem;
  font-weight: 700;
}
.m-table-price-business__head.-pack12, .m-table-price-business__head.-pack6 {
  color: #fff;
}
.m-table-price-business__head.-pack12 {
  background-color: #111c71;
}
.m-table-price-business__head.-pack6 {
  background-color: #2c6cde;
}
.m-table-price-business__head.-normal {
  width: calc(86 / 375 * 100vw);
  background-color: #dae2e5;
  color: #808d96;
}
.m-table-price-business__cell {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.m-table-price-business__cell.-pack12 > b,
.m-table-price-business__cell.-pack12 > span, .m-table-price-business__cell.-pack6 > b,
.m-table-price-business__cell.-pack6 > span, .m-table-price-business__cell.-normal > b,
.m-table-price-business__cell.-normal > span, .m-table-price-business__cell.-space > b,
.m-table-price-business__cell.-space > span {
  display: block;
}
.m-table-price-business__cell.-pack12 > b, .m-table-price-business__cell.-pack6 > b, .m-table-price-business__cell.-normal > b, .m-table-price-business__cell.-space > b {
  margin-top: 2px;
  font-size: 2.8rem;
  font-family: "StudySapuriNumbers";
  font-weight: 400;
}
.m-table-price-business__cell.-pack12 > span, .m-table-price-business__cell.-pack6 > span, .m-table-price-business__cell.-normal > span, .m-table-price-business__cell.-space > span {
  margin-top: 10px;
  color: #24243f;
  font-size: 1rem;
}
.m-table-price-business__cell.-pack12 > span b, .m-table-price-business__cell.-pack6 > span b, .m-table-price-business__cell.-normal > span b, .m-table-price-business__cell.-space > span b {
  display: block;
  margin-top: 2px;
  font-size: 2.8rem;
  font-family: "StudySapuriNumbers";
  font-weight: 400;
}
.m-table-price-business__cell.-normal, .m-table-price-business__cell.-space {
  color: #808d96;
}
.m-table-price-business__cell.-value, .m-table-price-business__cell.-space {
  padding: 12px;
}
.m-table-price-business__cell.-pack12 {
  color: #111c71;
}
.m-table-price-business__cell.-pack6 {
  color: #2c6cde;
}
.m-table-price-business__cell.-value {
  position: relative;
  background-color: #fce9fb;
  color: #de30ca;
  line-height: 1;
}
.m-table-price-business__cell.-value > span {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  padding: 1px 5px 3px;
  border: 1px solid;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 700;
}
.m-table-price-business__cell.-value > span b {
  font-size: 1.6rem;
  font-family: "StudySapuriNumbers";
  font-weight: 400;
}
.m-table-price-business__cell.-value > span::before, .m-table-price-business__cell.-value > span::after {
  content: "";
  position: absolute;
  left: 50%;
  border-top: 6px solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-table-price-business__cell.-value > span::before {
  top: 100%;
}
.m-table-price-business__cell.-value > span::after {
  top: calc(100% - 2px);
  border-top-color: #fff;
}
.m-table-price-business__cell.-value > b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-table-price-business__cell.-value > b span {
  margin-right: 3px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.m-table-price-business__cell.-value > b strong {
  font-size: 2.8rem;
  font-family: "StudySapuriNumbers";
  font-weight: 400;
}
.m-table-price-business__cell.-value a {
  display: inline-block;
  margin-top: 5px;
  color: #808d96 !important;
  font-weight: 400;
  text-decoration: underline;
}
.m-table-price-business__cell.-normal > span {
  margin-top: 30px;
  color: #808d96;
  letter-spacing: -0.1em;
}
.m-table-price-business__cell.-space {
  vertical-align: bottom;
}
.m-table-price-business__cell.-space > b {
  padding-bottom: 23px;
  color: #808d96;
  letter-spacing: -0.1em;
  font-size: 1rem;
}
.m-table-price-business__cell.-center {
  vertical-align: middle;
}
.m-table-price-business__campaign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 10px;
  left: 35px;
  right: calc(-100% + 35px);
  z-index: 3;
  height: 34px;
  margin-bottom: 10px;
  border-radius: 34px;
  background-color: #de30ca;
  color: #fff;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.334;
}
.m-table-price-business__campaign > span {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .m-table-price-business.-set .m-table-price-business__head.-normal {
    width: calc(300 / 750 * 100%);
  }
  .m-table-price-business.-set .m-table-price-business__cell.-value {
    padding-top: 24px;
  }
  .m-table-price-business.-set .m-table-price__balloon small {
    margin-left: 0;
  }
  .m-table-price-business__head {
    height: 120px;
    padding: 8px 10px;
    font-size: 2.6rem;
  }
  .m-table-price-business__head.-normal {
    width: calc(200 / 750 * 100%);
  }
  .m-table-price-business__cell {
    padding: 20px 10px;
    font-size: 1.8rem;
  }
  .m-table-price-business__cell.-pack12 > b, .m-table-price-business__cell.-pack6 > b, .m-table-price-business__cell.-normal > b, .m-table-price-business__cell.-space > b {
    font-size: 4.2rem;
  }
  .m-table-price-business__cell.-pack12 > span, .m-table-price-business__cell.-pack6 > span, .m-table-price-business__cell.-normal > span, .m-table-price-business__cell.-space > span {
    font-size: 1.8rem;
  }
  .m-table-price-business__cell.-pack12 > span b, .m-table-price-business__cell.-pack6 > span b, .m-table-price-business__cell.-normal > span b, .m-table-price-business__cell.-space > span b {
    font-size: 4.2rem;
  }
  .m-table-price-business__cell.-value, .m-table-price-business__cell.-space {
    padding: 24px 16px;
  }
  .m-table-price-business__cell.-value {
    padding-top: 121px;
  }
  .m-table-price-business__cell.-value > span {
    margin-bottom: 10px;
    padding: 4px 16px 12px;
  }
  .m-table-price-business__cell.-value > span b {
    font-size: 3.5rem;
  }
  .m-table-price-business__cell.-value > span::before, .m-table-price-business__cell.-value > span::after {
    border-top-width: 8px;
    border-right-width: 5px;
    border-left-width: 5px;
  }
  .m-table-price-business__cell.-value > b span {
    margin-right: 5px;
    font-size: 2rem;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .m-table-price-business__cell.-value > b strong {
    font-size: 6rem;
  }
  .m-table-price-business__cell.-value a {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .m-table-price-business__cell.-value a:hover {
    text-decoration: none;
  }
  .m-table-price-business__cell.-normal > span {
    padding-top: 12px;
    font-weight: 400;
  }
  .m-table-price-business__cell.-space {
    vertical-align: bottom;
  }
  .m-table-price-business__cell.-space > b {
    padding-bottom: 40px;
    font-size: 1.4rem;
  }
  .m-table-price-business__cell.-center {
    vertical-align: middle;
  }
  .m-table-price-business__campaign {
    top: 25px;
    left: 16px;
    right: calc(-100% + 16px);
    height: 76px;
    margin-bottom: 20px;
    border-radius: 76px;
    font-size: 2.4rem;
  }
  .m-table-price-business__campaign > span {
    font-size: 2rem;
  }
  .m-table-price-business + .m-notes-price {
    text-align: left;
  }
}

/* m-table-price-daily */
.m-table-price-daily {
  table-layout: fixed;
  border-collapse: separate;
  position: relative;
  width: 100%;
  border: 1px solid #999fef;
  border-radius: 4px;
  background-color: #fff;
  color: #24243f;
  text-align: center;
}
.m-table-price-daily.-set .m-table-price-daily__head.-normal {
  width: calc(85 / 375 * 100vw);
}
.m-table-price-daily.-set .m-table-price-daily__cell.-value {
  padding-top: 12px;
}
.m-table-price-daily.-set .m-table-price-daily__campaign {
  position: static;
}
.m-table-price-daily th:not(:first-child),
.m-table-price-daily td:not(:first-child) {
  border-left: 1px solid #999fef;
}
.m-table-price-daily td {
  vertical-align: top;
}
.m-table-price-daily thead tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.m-table-price-daily thead tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.m-table-price-daily tbody tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
.m-table-price-daily tbody tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
.m-table-price-daily__head {
  padding: 5px;
  font-size: 1.2rem;
  font-weight: 700;
}
.m-table-price-daily__head.-pack12 {
  background-color: #1791e4;
  color: #fff;
}
.m-table-price-daily__head.-pack6 {
  background-color: #999fef;
  color: #fff;
}
.m-table-price-daily__head.-normal {
  width: calc(86 / 375 * 100vw);
  background-color: #dae2e5;
  color: #808d96;
}
.m-table-price-daily__cell {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.m-table-price-daily__cell.-pack12 > b,
.m-table-price-daily__cell.-pack12 > span, .m-table-price-daily__cell.-pack6 > b,
.m-table-price-daily__cell.-pack6 > span, .m-table-price-daily__cell.-normal > b,
.m-table-price-daily__cell.-normal > span, .m-table-price-daily__cell.-space > b,
.m-table-price-daily__cell.-space > span {
  display: block;
}
.m-table-price-daily__cell.-pack12 > b, .m-table-price-daily__cell.-pack6 > b, .m-table-price-daily__cell.-normal > b, .m-table-price-daily__cell.-space > b {
  margin-top: 2px;
  font-size: 2.8rem;
  font-family: "StudySapuriNumbers";
  font-weight: 400;
}
.m-table-price-daily__cell.-pack12 > span, .m-table-price-daily__cell.-pack6 > span, .m-table-price-daily__cell.-normal > span, .m-table-price-daily__cell.-space > span {
  margin-top: 10px;
  color: #24243f;
  font-size: 1rem;
}
.m-table-price-daily__cell.-pack12 > span b, .m-table-price-daily__cell.-pack6 > span b, .m-table-price-daily__cell.-normal > span b, .m-table-price-daily__cell.-space > span b {
  display: block;
  margin-top: 2px;
  font-size: 2.8rem;
  font-family: "StudySapuriNumbers";
  font-weight: 400;
}
.m-table-price-daily__cell.-normal, .m-table-price-daily__cell.-space {
  color: #808d96;
}
.m-table-price-daily__cell.-value, .m-table-price-daily__cell.-space {
  padding: 8px 4px 12px;
}
.m-table-price-daily__cell.-pack12 {
  color: #1c80e7;
}
.m-table-price-daily__cell.-pack6 {
  color: #8e7aeb;
}
.m-table-price-daily__cell.-value {
  position: relative;
  background-color: #fef3fb;
  color: #ef54a1;
  line-height: 1;
}
.m-table-price-daily__cell.-value > span {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  padding: 1px 5px 3px;
  border: 1px solid;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 700;
}
.m-table-price-daily__cell.-value > span b {
  font-size: 1.6rem;
  font-family: "StudySapuriNumbers";
  font-weight: 400;
}
.m-table-price-daily__cell.-value > span::before, .m-table-price-daily__cell.-value > span::after {
  content: "";
  position: absolute;
  left: 50%;
  border-top: 6px solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-table-price-daily__cell.-value > span::before {
  top: 100%;
}
.m-table-price-daily__cell.-value > span::after {
  top: calc(100% - 2px);
  border-top-color: #fff;
}
.m-table-price-daily__cell.-value > b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-table-price-daily__cell.-value > b span {
  margin-right: 3px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.m-table-price-daily__cell.-value > b strong {
  font-size: 2.8rem;
  font-family: "StudySapuriNumbers";
  font-weight: 400;
}
.m-table-price-daily__cell.-value a {
  display: inline-block;
  margin-top: 5px;
  color: #808d96 !important;
  font-weight: 400;
  text-decoration: underline;
}
.m-table-price-daily__cell.-normal > span {
  margin-top: 30px;
  color: #808d96;
  letter-spacing: -0.1em;
}
.m-table-price-daily__cell.-space {
  vertical-align: bottom;
}
.m-table-price-daily__cell.-space > b {
  padding-bottom: 23px;
  color: #808d96;
  letter-spacing: -0.1em;
  font-size: 1rem;
}
.m-table-price-daily__cell.-center {
  vertical-align: middle;
}
.m-table-price-daily__campaign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 10px;
  left: 4px;
  right: calc(-100% + 8px);
  z-index: 3;
  height: 34px;
  margin-bottom: 8px;
  border-radius: 34px;
  background-color: #ef54a1;
  color: #fff;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.334;
}
.m-table-price-daily__campaign > span {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .m-table-price-daily {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
  .m-table-price-daily.-set .m-table-price-daily__head.-normal {
    width: calc(300 / 750 * 100%);
  }
  .m-table-price-daily.-set .m-table-price-daily__cell.-value {
    padding-top: 12px;
  }
  .m-table-price-daily.-set .m-table-price__balloon small {
    margin-left: 0;
  }
  .m-table-price-daily__head {
    height: 50px;
    padding: 8px 10px;
    font-size: 1.2rem;
  }
  .m-table-price-daily__head.-normal {
    width: calc(205 / 550 * 100%);
  }
  .m-table-price-daily__cell {
    padding: 20px 12px;
    font-size: 1rem;
  }
  .m-table-price-daily__cell.-pack12 .m-table-price-daily__cell.-pack6 > b, .m-table-price-daily__cell.-normal > b, .m-table-price-daily__cell.-space > b {
    margin-top: 8px;
    font-size: 3.2rem;
  }
  .m-table-price-daily__cell.-pack12 .m-table-price-daily__cell.-pack6 > span, .m-table-price-daily__cell.-normal > span, .m-table-price-daily__cell.-space > span {
    font-size: 1rem;
  }
  .m-table-price-daily__cell.-pack12 .m-table-price-daily__cell.-pack6 > span b, .m-table-price-daily__cell.-normal > span b, .m-table-price-daily__cell.-space > span b {
    font-size: 2.6rem;
  }
  .m-table-price-daily__cell.-value, .m-table-price-daily__cell.-space {
    padding: 12px 16px;
  }
  .m-table-price-daily__cell.-value > span {
    margin-bottom: 10px;
    padding: 4px 4px 6px;
  }
  .m-table-price-daily__cell.-value > span b {
    font-size: 2rem;
  }
  .m-table-price-daily__cell.-value > span::before, .m-table-price-daily__cell.-value > span::after {
    border-top-width: 8px;
    border-right-width: 5px;
    border-left-width: 5px;
  }
  .m-table-price-daily__cell.-value > b span {
    margin-right: 5px;
    font-size: 1.1rem;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .m-table-price-daily__cell.-value > b strong {
    font-size: 3.2rem;
  }
  .m-table-price-daily__cell.-value a {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .m-table-price-daily__cell.-value a:hover {
    text-decoration: none;
  }
  .m-table-price-daily__cell.-normal > span {
    padding-top: 12px;
    font-weight: 400;
  }
  .m-table-price-daily__cell.-space {
    vertical-align: bottom;
  }
  .m-table-price-daily__cell.-space > b {
    padding-bottom: 40px;
    font-size: 1.4rem;
  }
  .m-table-price-daily__cell.-center {
    vertical-align: middle;
  }
  .m-table-price-daily__campaign {
    left: 16px;
    right: calc(-100% + 16px);
    height: 32px;
    margin-bottom: 12px;
    border-radius: 32px;
    font-size: 1.2rem;
  }
  .m-table-price-daily__campaign > span {
    font-size: 1rem;
  }
  .m-table-price-daily + .m-notes-price {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
}

/* block-price */
.m-block-price {
  margin-top: 24px;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
}
.m-block-price__campaign .m-block-price__price-normal {
  font-size: 18px;
}
.m-block-price__campaign .m-block-price__price-normal > span::before {
  content: "";
  position: absolute;
  top: calc(50% + 5px);
  right: -2px;
  left: -2px;
  border-bottom: 2px solid #24243f;
}
.m-block-price__campaign .m-block-price__price-normal b {
  font-size: 36px;
}
.m-block-price__campaign .m-block-price__price-campaign {
  color: #de30ca;
  font-size: 28px;
}
.m-block-price__campaign .m-block-price__price-campaign > span {
  padding-bottom: 6px;
}
.m-block-price__campaign .m-block-price__price-campaign > span::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 4px solid #de30ca;
}
.m-block-price__campaign .m-block-price__price-campaign b {
  font-size: 56px;
}
.m-block-price__normal .m-block-price__price-normal {
  font-size: 28px;
}
.m-block-price__normal .m-block-price__price-normal > span {
  padding-bottom: 6px;
}
.m-block-price__normal .m-block-price__price-normal > span::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 4px solid #1c80e7;
}
.m-block-price__normal .m-block-price__price-normal b {
  font-size: 56px;
}
.m-block-price__price-normal, .m-block-price__price-campaign {
  margin: 0;
  font-weight: 700;
}
.m-block-price__price-normal > span, .m-block-price__price-campaign > span {
  display: inline-block;
  position: relative;
}
.m-block-price__price-normal b, .m-block-price__price-campaign b {
  font-family: "StudySapuriNumbers";
  font-weight: normal;
}
.m-block-price__label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 32px 0 10px;
  padding: 0 20px 2px;
  height: 35px;
  border-radius: 35px;
  background-color: #de30ca;
  color: #fff;
  font-weight: 700;
}
.m-block-price__label::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  border-top: 6px solid #de30ca;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .m-block-price {
    margin-top: 40px;
  }
  .m-block-price__campaign .m-block-price__price-normal {
    font-size: 20px;
  }
  .m-block-price__campaign .m-block-price__price-normal b {
    font-size: 40px;
  }
  .m-block-price__campaign .m-block-price__price-campaign {
    font-size: 36px;
  }
  .m-block-price__campaign .m-block-price__price-campaign b {
    font-size: 72px;
  }
  .m-block-price__normal .m-block-price__price-normal {
    font-size: 36px;
  }
  .m-block-price__normal .m-block-price__price-normal b {
    font-size: 72px;
  }
  .m-block-price__label {
    margin-top: 40px;
    padding-right: 25px;
    padding-left: 25px;
    height: 40px;
    border-radius: 40px;
    font-size: 16px;
  }
  .m-block-price__label::before {
    top: -22px;
    border-top-width: 7px;
    border-right-width: 7px;
    border-left-width: 7px;
  }
}

/* fee-price */
.m-fee-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
.m-fee-price__label, .m-fee-price__text {
  margin: 0;
}
.m-fee-price__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 65px;
  background-color: #de30ca;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.m-fee-price__label b {
  font-size: 29px;
  font-family: "StudySapuriNumbers";
  font-weight: normal;
}
.m-fee-price__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 12px;
  line-height: 1.5;
  letter-spacing: normal;
}
.m-fee-price__list {
  margin: 46px 0 40px;
  padding: 0;
  list-style: none;
}
.m-fee-price__list > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 26px;
  font-weight: 700;
  font-size: 16px;
}
.m-fee-price__list > li > .list-check__check {
  top: 4px;
}
.m-fee-price__list > li > em {
  border-bottom: 2px solid #3ec1bd;
  font-style: normal;
}
@media (min-width: 768px) {
  .m-fee-price {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
  .m-fee-price__label {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 90px;
    height: 90px;
    font-size: 14px;
    vertical-align: middle;
  }
  .m-fee-price__label b {
    font-size: 39px;
  }
  .m-fee-price__text {
    display: inline-block;
    padding-left: 20px;
    font-size: 16px;
  }
  .m-fee-price__list {
    text-align: center;
    letter-spacing: -1em;
  }
  .m-fee-price__list > li {
    display: inline-block;
    margin: 0 11px;
    font-size: 18px;
    text-align: left;
    letter-spacing: normal;
  }
  .m-fee-price__list > li > .list-check__check {
    top: 4px;
  }
}

/* m-price-business */
.m-price-business:not(:first-child) {
  margin-top: 50px;
}
.m-price-business__item {
  position: relative;
  padding: 50px 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.14);
}
.m-price-business__item:not(:first-child) {
  margin-top: 44px;
}
.m-price-business__item.-set {
  border: 4px solid #de30ca;
  padding: 46px 16px 16px;
}
.m-price-business__item.-set .m-price-business__title {
  background-image: -webkit-gradient(linear, left top, right top, from(#67b0f4), to(#6dd4dd));
  background-image: -webkit-linear-gradient(left, #67b0f4, #6dd4dd 100%);
  background-image: linear-gradient(to right, #67b0f4, #6dd4dd 100%);
}
.m-price-business__item.-set .m-price-business__group {
  border-bottom: 0;
}
.m-price-business__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 10px;
  left: 10px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#154ea7), to(#2970d8));
  background-image: -webkit-linear-gradient(left, #154ea7, #2970d8 100%);
  background-image: linear-gradient(to right, #154ea7, #2970d8 100%);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-price-business__title i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -20px;
  left: 10px;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#ed44b6), to(#f465d2));
  background-image: -webkit-linear-gradient(left, #ed44b6, #f465d2 100%);
  background-image: linear-gradient(to right, #ed44b6, #f465d2 100%);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
.m-price-business__list {
  margin-bottom: 0;
  padding-left: 0;
}
.m-price-business__list li {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  list-style: none;
}
.m-price-business__list li:not(:first-child) {
  margin-top: 3px;
}
.m-price-business__list li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 8px;
  border-top: 1px solid #26cee8;
}
.m-price-business__text {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1.2rem;
}
.m-price-business__group {
  position: relative;
  margin-top: 15px;
}
.m-price-business__image {
  float: right;
  margin-left: 5px;
  padding-right: 5px;
}
.m-price-business__image img {
  width: 100px;
}
.m-price-business__contents {
  overflow: hidden;
}
.m-price-business__title-sub {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 18px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
  border: 2px solid;
  border-radius: 2px;
  color: #26cee8;
  font-size: 1rem;
  font-weight: 700;
}
.m-price-business__list-recommend {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
}
.m-price-business__list-recommend li {
  position: relative;
  padding-left: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  list-style: none;
}
.m-price-business__list-recommend li:not(:first-child) {
  margin-top: 5px;
}
.m-price-business__list-recommend li::before, .m-price-business__list-recommend li::after {
  content: "";
  position: absolute;
}
.m-price-business__list-recommend li::before {
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #26cee8;
}
.m-price-business__list-recommend li::after {
  top: 5px;
  left: 4px;
  width: 8px;
  height: 5px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.m-price-business__footer {
  clear: both;
  padding-top: 15px;
  border-top: 1px solid rgba(254, 255, 254, 0.36);
}
.m-price-business__offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.m-price-business__offer dt {
  font-size: 1rem;
}
.m-price-business__offer dd {
  margin-left: 5px;
}
.m-price-business__offer dd img {
  width: 120px;
}
.m-price-business__btn {
  margin-top: 12px;
}
.m-price-business__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3;
  max-width: 250px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid;
  border-radius: 40px;
  color: #fff !important;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-price-business__btn a::before, .m-price-business__btn a::after {
  content: "";
  position: absolute;
}
.m-price-business__btn a::before {
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-price-business__btn a::after {
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 40px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-price-business__btn a:hover {
  text-decoration: none;
}
.m-price-business__btn a:hover::before {
  -webkit-transform: translateX(3px) translateY(-50%) rotate(45deg);
          transform: translateX(3px) translateY(-50%) rotate(45deg);
}
.m-price-business__btn a:hover::after {
  visibility: visible;
  opacity: 0.36;
}
.m-price-business__notes {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 1rem;
  text-align: center;
}
.m-price-business__line {
  clear: both;
  margin: 0;
  border-top: 1px solid rgba(254, 255, 254, 0.36);
}
.m-price-business .m-table-price-business {
  width: calc(100% + 20px);
  margin: 20px -10px 0;
  border: 0;
}
.m-price-business .m-table-price-business__cell.-value, .m-price-business .m-table-price-business__cell.-space {
  padding-right: 5px;
  padding-left: 5px;
}
.m-price-business .m-table-price-business__campaign {
  left: 10px;
  right: calc(-100% + 10px);
}
.m-price-business .m-table-price-business + .m-notes-price {
  margin: 10px -10px 0;
  color: #fff;
  text-align: left;
}
@media (min-width: 768px) {
  .m-price-business:not(:first-child) {
    margin-top: 105px;
  }
  .m-price-business__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-basis: calc(100% / 2 - 15px);
        -ms-flex-preferred-size: calc(100% / 2 - 15px);
            flex-basis: calc(100% / 2 - 15px);
    padding: 72px 20px 20px;
  }
  .m-price-business__item:not(:first-child) {
    margin-top: 80px;
  }
  .m-price-business__item.-set {
    padding-bottom: 20px;
  }
  .m-price-business__title {
    right: 50px;
    left: 50px;
    height: 70px;
    font-size: 2.4rem;
  }
  .m-price-business__list li {
    font-size: 2rem;
  }
  .m-price-business__list li:not(:first-child) {
    margin-top: 5px;
  }
  .m-price-business__text {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .m-price-business__group {
    margin-top: 25px;
    margin-bottom: auto;
    border-bottom: 0;
  }
  .m-price-business__image {
    margin-left: 20px;
    padding-right: 0;
  }
  .m-price-business__image img {
    width: 136px;
  }
  .m-price-business__title-sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 28px;
    font-size: 1.2rem;
  }
  .m-price-business__list-recommend {
    margin-top: 15px;
  }
  .m-price-business__list-recommend li {
    padding-left: 27px;
    font-size: 1.4rem;
  }
  .m-price-business__list-recommend li:not(:first-child) {
    margin-top: 12px;
  }
  .m-price-business__list-recommend li::before {
    width: 19px;
    height: 19px;
  }
  .m-price-business__list-recommend li::after {
    top: 6px;
    left: 5px;
    width: 10px;
    height: 6px;
  }
  .m-price-business__footer {
    overflow: hidden;
    clear: none;
    margin-top: 10px;
  }
  .m-price-business__offer dt {
    font-size: 1rem;
  }
  .m-price-business__offer dd img {
    width: 135px;
  }
  .m-price-business__btn {
    margin-top: 16px;
  }
  .m-price-business__btn a {
    max-width: 100%;
    height: 53px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    font-size: 1.5rem;
  }
  .m-price-business__btn a::before {
    right: 20px;
    width: 12px;
    height: 12px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
  .m-price-business__notes {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    font-size: 1.2rem;
  }
  .m-price-business__line {
    display: none;
  }
  .m-price-business .m-table-price-business {
    width: 100%;
    margin: 40px 0 0;
  }
  .m-price-business .m-table-price-business.-set .m-table-price-business__head.-normal {
    width: calc(122 / 420 * 100%);
  }
  .m-price-business .m-table-price-business.-set .m-table-price-business__cell.-value {
    padding-top: 16px;
  }
  .m-price-business .m-table-price-business.-set .m-table-price-business__cell.-value > span {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 1.4rem;
  }
  .m-price-business .m-table-price-business.-set .m-table-price-business__cell.-value > span b {
    font-size: 2.2rem;
  }
  .m-price-business .m-table-price-business.-set .m-table-price-business__cell.-value > span br {
    display: none !important;
  }
  .m-price-business .m-table-price-business.-set .m-table-price-business__cell.-value > b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -4px;
  }
  .m-price-business .m-table-price-business.-set .m-table-price-business__cell.-value > b span {
    margin-right: 5px;
    font-size: 2rem;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .m-price-business .m-table-price-business.-set .m-table-price-business__cell.-value > b strong {
    margin-top: 0;
    font-size: 6rem;
  }
  .m-price-business .m-table-price-business.-set .m-table-price-business__cell.-value > b br {
    display: block;
  }
  .m-price-business .m-table-price-business__head {
    height: 60px;
    font-size: 1.5rem;
  }
  .m-price-business .m-table-price-business__head.-normal {
    width: calc(86 / 420 * 100%);
  }
  .m-price-business .m-table-price-business__head br {
    display: none;
  }
  .m-price-business .m-table-price-business__cell {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 1.5rem;
    letter-spacing: normal;
  }
  .m-price-business .m-table-price-business__cell.-pack12 > span, .m-price-business .m-table-price-business__cell.-pack6 > span, .m-price-business .m-table-price-business__cell.-normal > span, .m-price-business .m-table-price-business__cell.-space > span {
    font-size: 1.4rem;
  }
  .m-price-business .m-table-price-business__cell.-pack12 > span b, .m-price-business .m-table-price-business__cell.-pack6 > span b, .m-price-business .m-table-price-business__cell.-normal > span b, .m-price-business .m-table-price-business__cell.-space > span b {
    font-size: 5.2rem;
  }
  .m-price-business .m-table-price-business__cell.-pack12 a, .m-price-business .m-table-price-business__cell.-pack6 a, .m-price-business .m-table-price-business__cell.-normal a, .m-price-business .m-table-price-business__cell.-space a {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .m-price-business .m-table-price-business__cell.-pack12 a:hover, .m-price-business .m-table-price-business__cell.-pack6 a:hover, .m-price-business .m-table-price-business__cell.-normal a:hover, .m-price-business .m-table-price-business__cell.-space a:hover {
    text-decoration: none;
  }
  .m-price-business .m-table-price-business__cell.-pack12 > b, .m-price-business .m-table-price-business__cell.-pack6 > b {
    font-size: 5rem;
  }
  .m-price-business .m-table-price-business__cell.-value {
    padding: 15px 16px 16px;
  }
  .m-price-business .m-table-price-business__cell.-value > span {
    padding: 4px 4px 8px;
    font-size: 1.2rem;
  }
  .m-price-business .m-table-price-business__cell.-value > span b {
    font-size: 1.9rem;
  }
  .m-price-business .m-table-price-business__cell.-value > span br {
    display: block !important;
  }
  .m-price-business .m-table-price-business__cell.-value > b {
    display: block;
  }
  .m-price-business .m-table-price-business__cell.-value > b span {
    margin-right: 0;
    font-size: 1.4rem;
    -webkit-transform: none;
            transform: none;
  }
  .m-price-business .m-table-price-business__cell.-value > b strong {
    display: block;
    margin-top: -4px;
    font-size: 4.9rem;
  }
  .m-price-business .m-table-price-business__cell.-value > b br {
    display: none;
  }
  .m-price-business .m-table-price-business__cell.-normal > b {
    margin-top: 12px;
    font-size: 3rem;
  }
  .m-price-business .m-table-price-business__cell.-normal > span {
    padding-top: 28px;
  }
  .m-price-business .m-table-price-business__cell.-space > b {
    padding-bottom: 32px;
    font-size: 1.4rem;
  }
  .m-price-business .m-table-price-business__campaign {
    top: 16px;
    left: 20px;
    right: calc(-100% + 20px);
    height: 42px;
    margin-bottom: 16px;
    font-size: 1.4rem;
  }
  .m-price-business .m-table-price-business__campaign > span {
    font-size: 1.2rem;
  }
  .m-price-business .m-table-price-business + .m-notes-price {
    margin: 16px 0 0;
  }
}
@media (min-width: 992px) {
  .m-price-business {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-price-business__item:not(:first-child) {
    margin-top: 0;
  }
}

/* m-price-daily */
.m-price-daily {
  color: #1791E4;
}
.m-price-daily:not(:first-child) {
  margin-top: 50px;
}
.m-price-daily__item {
  position: relative;
  padding: 50px 10px 20px;
  border: 1px solid #1c80e7;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.6);
}
.m-price-daily__item:not(:first-child) {
  margin-top: 44px;
}
.m-price-daily__item.-set {
  border: 4px solid #ef54a1;
  padding: 46px 6px 16px;
}
.m-price-daily__item.-set .m-price-daily__title {
  background-image: -webkit-gradient(linear, left top, right top, from(#999fef), to(#65abf2));
  background-image: -webkit-linear-gradient(left, #999fef, #65abf2 100%);
  background-image: linear-gradient(to right, #999fef, #65abf2 100%);
}
.m-price-daily__item.-set .m-price-daily__group {
  border-bottom: 0;
}
.m-price-daily__item .m-notes-price {
  margin-top: 8px;
  color: #1c80e7;
  text-align: center;
}
.m-price-daily__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 10px;
  left: 10px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#154ea7), to(#2970d8));
  background-image: -webkit-linear-gradient(left, #154ea7, #2970d8 100%);
  background-image: linear-gradient(to right, #154ea7, #2970d8 100%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-price-daily__title i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -20px;
  left: 10px;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#ed44b6), to(#f465d2));
  background-image: -webkit-linear-gradient(left, #ed44b6, #f465d2 100%);
  background-image: linear-gradient(to right, #ed44b6, #f465d2 100%);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
.m-price-daily__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
  border-bottom: 1px solid;
}
.m-price-daily__list li {
  -webkit-flex-basis: 136px;
      -ms-flex-preferred-size: 136px;
          flex-basis: 136px;
  font-weight: 700;
  list-style: none;
  text-align: center;
}
.m-price-daily__list li:not(:first-child) {
  margin-left: 32px;
}
.m-price-daily__list li:not(:first-child) picture {
  position: relative;
}
.m-price-daily__list li:not(:first-child) picture::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -29px;
  width: 25px;
  height: 41px;
  background: url() center/contain no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-price-daily__list li picture {
  display: block;
  margin-top: 4px;
}
.m-price-daily__list li img {
  -webkit-box-shadow: 5px 5px 10px rgba(35, 73, 92, 0.28);
          box-shadow: 5px 5px 10px rgba(35, 73, 92, 0.28);
}
.m-price-daily__offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 8px;
  margin-bottom: 0;
  color: #2c3339;
}
.m-price-daily__offer dt {
  font-size: 1rem;
}
.m-price-daily__offer dd {
  margin-left: 5px;
}
.m-price-daily__offer dd img {
  width: 100px;
}
.m-price-daily__text {
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.m-price-daily__btn {
  margin-top: 20px;
}
.m-price-daily__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3;
  max-width: 308px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid;
  border-radius: 40px;
  color: #1c80e7 !important;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-price-daily__btn a::before, .m-price-daily__btn a::after {
  content: "";
  position: absolute;
}
.m-price-daily__btn a::before {
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.m-price-daily__btn a::after {
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3ec1bd), to(#9ce8ce));
  background-image: -webkit-linear-gradient(left, #3ec1bd, #9ce8ce 100%);
  background-image: linear-gradient(to right, #3ec1bd, #9ce8ce 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-price-daily__btn a:hover {
  border: 0;
  text-decoration: none;
}
.m-price-daily__btn a:hover::before {
  -webkit-transform: translateX(3px) ranslateY(-50%) rotate(45deg);
          transform: translateX(3px) ranslateY(-50%) rotate(45deg);
}
.m-price-daily__btn a:hover::after {
  visibility: visible;
  opacity: 1;
}
.m-price-daily .m-table-price-daily {
  margin-top: 40px;
  border: 0;
}
.m-price-daily .m-table-price-daily__cell.-value, .m-price-daily .m-table-price-daily__cell.-space {
  padding-right: 5px;
  padding-left: 5px;
}
.m-price-daily .m-table-price-daily__campaign {
  left: 10px;
  right: calc(-100% + 10px);
}
.m-price-daily .m-table-price-daily + .m-notes-price {
  color: #1c80e7;
  text-align: left;
}
@media (min-width: 768px) {
  .m-price-daily:not(:first-child) {
    margin-top: 105px;
  }
  .m-price-daily__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-basis: calc(100% / 2 - 15px);
        -ms-flex-preferred-size: calc(100% / 2 - 15px);
            flex-basis: calc(100% / 2 - 15px);
    padding: 72px 20px 20px;
  }
  .m-price-daily__item:not(:first-child) {
    margin-top: 80px;
  }
  .m-price-daily__item.-set {
    padding: 68px 16px 16px;
  }
  .m-price-daily__title {
    right: 50px;
    left: 50px;
    height: 70px;
    font-size: 2.4rem;
  }
  .m-price-daily__list li {
    -webkit-flex-basis: 182px;
        -ms-flex-preferred-size: 182px;
            flex-basis: 182px;
    font-size: 2rem;
  }
  .m-price-daily__list li:not(:first-child) {
    margin-left: 44px;
  }
  .m-price-daily__list li:not(:first-child) picture::before {
    left: -38px;
    width: 33px;
    height: 54px;
  }
  .m-price-daily__offer {
    margin-top: 12px;
  }
  .m-price-daily__offer dd img {
    width: 135px;
  }
  .m-price-daily__text {
    font-size: 1.4rem;
  }
  .m-price-daily__btn {
    margin-top: 16px;
  }
  .m-price-daily__btn a {
    max-width: 100%;
    height: 53px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    font-size: 1.5rem;
  }
  .m-price-daily__btn a::before {
    right: 20px;
    width: 12px;
    height: 12px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
  .m-price-daily .m-table-price-daily {
    max-width: none;
    margin: 40px 0 0;
  }
  .m-price-daily .m-table-price-daily.-set .m-table-price-daily__head.-normal {
    width: calc(122 / 420 * 100%);
  }
  .m-price-daily .m-table-price-daily.-set .m-table-price-daily__cell.-value {
    padding-top: 16px;
  }
  .m-price-daily .m-table-price-daily.-set .m-table-price-daily__cell.-value > span {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 1.4rem;
  }
  .m-price-daily .m-table-price-daily.-set .m-table-price-daily__cell.-value > span b {
    font-size: 2.2rem;
  }
  .m-price-daily .m-table-price-daily.-set .m-table-price-daily__cell.-value > span br {
    display: none !important;
  }
  .m-price-daily .m-table-price-daily.-set .m-table-price-daily__cell.-value > b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -4px;
  }
  .m-price-daily .m-table-price-daily.-set .m-table-price-daily__cell.-value > b span {
    margin-right: 5px;
    font-size: 2rem;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .m-price-daily .m-table-price-daily.-set .m-table-price-daily__cell.-value > b strong {
    margin-top: 0;
    font-size: 6rem;
  }
  .m-price-daily .m-table-price-daily.-set .m-table-price-daily__cell.-value > b br {
    display: block;
  }
  .m-price-daily .m-table-price-daily__head {
    height: 60px;
    font-size: 1.5rem;
  }
  .m-price-daily .m-table-price-daily__head.-normal {
    width: calc(86 / 420 * 100%);
  }
  .m-price-daily .m-table-price-daily__head br {
    display: none;
  }
  .m-price-daily .m-table-price-daily__cell {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 1.5rem;
    letter-spacing: normal;
  }
  .m-price-daily .m-table-price-daily__cell.-pack12 > span, .m-price-daily .m-table-price-daily__cell.-pack6 > span, .m-price-daily .m-table-price-daily__cell.-normal > span, .m-price-daily .m-table-price-daily__cell.-space > span {
    font-size: 1.4rem;
  }
  .m-price-daily .m-table-price-daily__cell.-pack12 > span b, .m-price-daily .m-table-price-daily__cell.-pack6 > span b, .m-price-daily .m-table-price-daily__cell.-normal > span b, .m-price-daily .m-table-price-daily__cell.-space > span b {
    font-size: 5.2rem;
  }
  .m-price-daily .m-table-price-daily__cell.-pack12 a, .m-price-daily .m-table-price-daily__cell.-pack6 a, .m-price-daily .m-table-price-daily__cell.-normal a, .m-price-daily .m-table-price-daily__cell.-space a {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .m-price-daily .m-table-price-daily__cell.-pack12 a:hover, .m-price-daily .m-table-price-daily__cell.-pack6 a:hover, .m-price-daily .m-table-price-daily__cell.-normal a:hover, .m-price-daily .m-table-price-daily__cell.-space a:hover {
    text-decoration: none;
  }
  .m-price-daily .m-table-price-daily__cell.-pack12 > b, .m-price-daily .m-table-price-daily__cell.-pack6 > b {
    font-size: 5.2rem;
  }
  .m-price-daily .m-table-price-daily__cell.-value {
    padding: 15px 16px 16px;
  }
  .m-price-daily .m-table-price-daily__cell.-value > span {
    padding: 4px 4px 8px;
    font-size: 1.2rem;
  }
  .m-price-daily .m-table-price-daily__cell.-value > span b {
    font-size: 1.9rem;
  }
  .m-price-daily .m-table-price-daily__cell.-value > span br {
    display: block !important;
  }
  .m-price-daily .m-table-price-daily__cell.-value > b {
    display: block;
  }
  .m-price-daily .m-table-price-daily__cell.-value > b span {
    margin-right: 0;
    font-size: 1.4rem;
    -webkit-transform: none;
            transform: none;
  }
  .m-price-daily .m-table-price-daily__cell.-value > b strong {
    display: block;
    margin-top: -4px;
    font-size: 4.9rem;
  }
  .m-price-daily .m-table-price-daily__cell.-value > b br {
    display: none;
  }
  .m-price-daily .m-table-price-daily__cell.-normal > b {
    margin-top: 12px;
    font-size: 3rem;
  }
  .m-price-daily .m-table-price-daily__cell.-normal > span {
    padding-top: 28px;
  }
  .m-price-daily .m-table-price-daily__cell.-space > b {
    padding-bottom: 32px;
    font-size: 1.4rem;
  }
  .m-price-daily .m-table-price-daily__campaign {
    top: 16px;
    left: 20px;
    right: calc(-100% + 20px);
    height: 42px;
    margin-bottom: 16px;
    font-size: 1.4rem;
  }
  .m-price-daily .m-table-price-daily__campaign > span {
    font-size: 1.2rem;
  }
  .m-price-daily .m-table-price-daily + .m-notes-price {
    margin: 16px 0 0;
  }
}
@media (min-width: 992px) {
  .m-price-daily {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-price-daily__item:not(:first-child) {
    margin-top: 0;
  }
}

/* more-price */
.m-more-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 40px;
  padding: 13px;
  border-radius: 5px;
  background-color: #e1f4ff;
  letter-spacing: normal;
}
.m-more-price::before, .m-more-price::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 15px;
  height: 2px;
  background-color: #0b41a0;
}
.m-more-price::before {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-more-price::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.m-more-price__icon {
  -webkit-flex-basis: 64px;
      -ms-flex-preferred-size: 64px;
          flex-basis: 64px;
}
.m-more-price__icon img {
  width: 100%;
}
.m-more-price__contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 13px;
}
.m-more-price__text {
  margin: 0;
  line-height: 1.5;
}
.m-more-price__text > b {
  color: #0b41a0;
}
.m-more-price__price {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1;
}
.m-more-price__price > span {
  font-size: 14px;
  font-weight: 700;
}
.m-more-price__price > b {
  font-family: "StudySapuriNumbers";
  font-size: 24px;
  font-weight: normal;
}
.m-more-price__announce-stop-nichijo-set {
  line-height: 1.5;
  font-size: 10px;
  color: #808d96;
}
@media (min-width: 768px) {
  .m-more-price {
    display: block;
    max-width: 750px;
    margin: 100px auto 0;
    padding: 30px;
    text-align: center;
  }
  .m-more-price::before, .m-more-price::after {
    top: -52px;
    width: 35px;
    height: 5px;
  }
  .m-more-price__icon, .m-more-price__contents {
    display: inline-block;
    vertical-align: middle;
  }
  .m-more-price__icon {
    width: 80px;
    height: 80px;
  }
  .m-more-price__contents {
    padding-left: 13px;
    text-align: left;
  }
  .m-more-price__text {
    font-size: 23px;
  }
  .m-more-price__price {
    font-size: 14px;
    line-height: 1;
  }
  .m-more-price__price > span {
    font-size: 16px;
  }
  .m-more-price__price > b {
    font-size: 28px;
  }
  .m-more-price__announce-stop-nichijo-set {
    text-align: center;
    font-size: 12px;
  }
}

/* more-price-pcp */
.m-more-price-pcp {
  position: relative;
  margin-top: 40px;
  padding: 13px;
  border-radius: 5px;
  background-color: #e1f4ff;
  letter-spacing: normal;
}
.m-more-price-pcp::before, .m-more-price-pcp::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 15px;
  height: 2px;
  background-color: #0b41a0;
}
.m-more-price-pcp::before {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-more-price-pcp::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.m-more-price-pcp__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-more-price-pcp__icon {
  width: 60px;
}
.m-more-price-pcp__icon img {
  width: 100%;
}
.m-more-price-pcp__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 10px;
  font-size: 14px;
}
.m-more-price-pcp__text > b {
  color: #0b41a0;
}
.m-more-price-pcp__contents {
  text-align: center;
  margin-top: 15px;
  padding: 15px 0 5px 0;
  border-top: 2px solid #E1F4FF;
}
.m-more-price-pcp__title {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
}
.m-more-price-pcp__price {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1;
}
.m-more-price-pcp__price > span {
  font-size: 14px;
  font-weight: 700;
}
.m-more-price-pcp__price > b {
  font-family: "StudySapuriNumbers";
  font-size: 24px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .m-more-price-pcp {
    display: block;
    max-width: 760px;
    margin: 100px auto 0;
    padding: 20px;
    text-align: center;
  }
  .m-more-price-pcp::before, .m-more-price-pcp::after {
    top: -52px;
    width: 35px;
    height: 5px;
  }
  .m-more-price-pcp__icon {
    width: 80px;
    margin: 0 auto 16px;
  }
  .m-more-price-pcp__text {
    letter-spacing: 0;
    font-size: 18px;
  }
  .m-more-price-pcp__column {
    display: block;
  }
  .m-more-price-pcp__title {
    font-size: 16px;
  }
  .m-more-price-pcp__price {
    font-size: 16px;
    line-height: 1;
  }
  .m-more-price-pcp__price > span {
    font-size: 16px;
  }
  .m-more-price-pcp__price > b {
    font-size: 28px;
  }
  .m-more-price-pcp__note {
    margin-top: 5px;
    text-align: left;
  }
}

/* m-price-kids */
.m-price-kids {
  max-width: 750px;
  margin: auto;
}
.m-price-kids__table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px 0;
}
@media (min-width: 768px) {
  .m-price-kids__table table {
    border-spacing: 4px 0;
  }
}
.m-price-kids__table thead th {
  padding: 8px;
  background: #fff;
  border-radius: 16px 16px 0 0;
  font-size: 1.2rem;
  line-height: 1.3;
}
.m-price-kids__table thead th:nth-child(1), .m-price-kids__table thead th:nth-child(2) {
  width: calc(124 / 375 * 100vw);
}
@media (min-width: 768px) {
  .m-price-kids__table thead th {
    padding: 16px;
    font-size: 1.8rem;
  }
  .m-price-kids__table thead th:nth-child(1), .m-price-kids__table thead th:nth-child(2) {
    width: calc(300 / 750 * 100%);
  }
}
.m-price-kids__table thead th .m-price-kids__pack-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0 2px 0 4px #000;
          box-shadow: 0 2px 0 4px #000;
}
@media (min-width: 768px) {
  .m-price-kids__table thead th .m-price-kids__pack-title {
    margin: auto;
  }
  .m-price-kids__table thead th .m-price-kids__pack-title._last {
    width: 100px;
  }
}
.m-price-kids__table tbody tr:last-child td {
  padding-bottom: 16px;
  border-radius: 0 0 16px 16px;
}
@media (min-width: 768px) {
  .m-price-kids__table tbody tr:last-child td {
    padding-bottom: 24px;
  }
}
.m-price-kids__table tbody td {
  background: #fff;
  text-align: center;
  line-height: 1;
}
.m-price-kids__table tbody .m-price-kids__price-pack {
  padding: 8px;
  line-height: 1;
}
.m-price-kids__table tbody .m-price-kids__price-pack small {
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .m-price-kids__table tbody .m-price-kids__price-pack small {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
.m-price-kids__table tbody .m-price-kids__price-pack span {
  font-family: "StudySapuriNumbers";
  font-size: 3.2rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .m-price-kids__table tbody .m-price-kids__price-pack span {
    font-size: 4.8rem;
  }
}
.m-price-kids__table tbody .m-price-kids__price-month {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .m-price-kids__table tbody .m-price-kids__price-month {
    padding-top: 18px;
  }
}
.m-price-kids__table tbody .m-price-kids__price-month span {
  font-family: "StudySapuriNumbers";
  font-weight: 400;
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .m-price-kids__table tbody .m-price-kids__price-month span {
    font-size: 4.8rem;
  }
}
.m-price-kids__table tbody .m-price-kids__price-none::before {
  content: "";
  display: inline-block;
  width: 16px;
  margin-left: 5px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  border-bottom: 1px solid;
}
@media (min-width: 768px) {
  .m-price-kids__table tbody .m-price-kids__price-none::before {
    width: 40px;
  }
}
.m-price-kids__table tbody .m-price-kids__price-before {
  padding: 8px;
  background: #fff;
  color: #808D96;
}
.m-price-kids__table tbody .m-price-kids__price-before._last {
  position: relative;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .m-price-kids__table tbody .m-price-kids__price-before._last {
    padding-bottom: 24px;
  }
}
.m-price-kids__table tbody .m-price-kids__price-before._last::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, 6px);
          transform: translate(-50%, 6px);
  content: "";
  display: block;
  width: 24px;
  height: 12px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #DE30CA;
}
@media (min-width: 768px) {
  .m-price-kids__table tbody .m-price-kids__price-before._last::before {
    width: 34px;
    height: 18px;
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }
}
.m-price-kids__table tbody .m-price-kids__price-before small {
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .m-price-kids__table tbody .m-price-kids__price-before small {
    font-size: 1.8rem;
  }
}
.m-price-kids__table tbody .m-price-kids__price-before del {
  font-family: "StudySapuriNumbers";
  font-weight: 400;
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .m-price-kids__table tbody .m-price-kids__price-before del {
    font-size: 4.8rem;
  }
}
.m-price-kids__table tbody .m-price-kids__price-after {
  padding: 8px;
  background: #FCE9FB;
  color: #DE30CA;
}
@media (min-width: 768px) {
  .m-price-kids__table tbody .m-price-kids__price-after._last {
    padding-bottom: 24px;
  }
}
.m-price-kids__table tbody .m-price-kids__price-after small {
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .m-price-kids__table tbody .m-price-kids__price-after small {
    font-size: 1.8rem;
  }
}
.m-price-kids__table tbody .m-price-kids__price-after span {
  font-family: "StudySapuriNumbers";
  font-weight: 400;
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .m-price-kids__table tbody .m-price-kids__price-after span {
    font-size: 4.8rem;
  }
}
.m-price-kids__table tbody .m-price-kids__campaign-price {
  position: relative;
}
.m-price-kids__table tbody .m-price-kids__campaign-price td {
  position: relative;
  height: 80px;
}
.m-price-kids__table tbody .m-price-kids__campaign-balloon {
  position: absolute;
  left: calc(6 / 375 * 100vw);
  top: 25px;
  z-index: 1;
  width: calc(240 / 375 * 100vw);
  padding: calc(8 / 375 * 100vw) 0;
  border: 2px solid #DE30CA;
  border-radius: 9px;
  background: #fff;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .m-price-kids__table tbody .m-price-kids__campaign-balloon {
    width: 552px;
    left: 16px;
    padding: 12px;
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .m-price-kids__table tbody .m-price-kids__campaign-balloon {
    left: 20px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.m-price-kids__table tbody .m-price-kids__campaign-balloon .period {
  display: block;
  margin-top: 5px;
  font-size: 1rem;
  font-weight: 700;
  font-family: inherit;
}
@media (min-width: 768px) {
  .m-price-kids__table tbody .m-price-kids__campaign-balloon .period {
    display: inline;
    font-size: 1.2rem;
  }
}

.m-price-kids__note {
  margin-top: 16px;
}
.m-price-kids__note ul {
  margin: 0;
  padding: 0;
}
.m-price-kids__note li {
  display: block;
  margin-left: 1em;
  padding: 0;
  text-indent: -1em;
  color: #808D96;
  font-size: 1.2rem;
}

.m-price-kids__note-cancel {
  margin-top: 20px;
}
.m-price-kids__note-cancel h5 {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .m-price-kids__note-cancel {
    margin-top: 55px;
  }
  .m-price-kids__note-cancel h5 {
    font-size: 2.2rem;
  }
  .m-price-kids__note-cancel ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 16px auto 0;
  }
}

/* m-notes-price */
.m-notes-price {
  margin: 15px 0 0;
  padding-left: 0;
  color: #808d96;
  font-size: 10px;
  list-style: none;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .m-notes-price {
    font-size: 12px;
    text-align: center;
  }
}

.m-annotation {
  color: #808d96;
  font-size: 12px;
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .m-annotation.-pc-right {
    text-align: right;
  }
}

/* m-flow-cashback */
.m-flow-cashback {
  margin: 40px calc(50% - 50vw) 0;
}
.m-flow-cashback .wrap {
  padding-right: 20px;
  padding-left: 20px;
}
.m-flow-cashback__title, .m-flow-cashback__lead, .m-flow-cashback__title-sub {
  margin-bottom: 0;
  color: #0b41a0;
  font-weight: 700;
  text-align: center;
}
.m-flow-cashback__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
}
.m-flow-cashback__lead {
  margin-top: 4px;
}
.m-flow-cashback__unit {
  margin-top: 52px;
}
.m-flow-cashback__unit.-finish {
  position: relative;
  margin-top: 32px;
  padding-top: 32px;
}
.m-flow-cashback__unit.-finish::before, .m-flow-cashback__unit.-finish::after {
  content: "";
  position: absolute;
}
.m-flow-cashback__unit.-finish::before {
  top: 0;
  right: 0;
  left: 0;
  border-top: 1px solid #0b41a0;
}
.m-flow-cashback__unit.-finish::after {
  top: -7px;
  left: 50%;
  width: 16px;
  height: 16px;
  border-right: 1px solid #0b41a0;
  border-bottom: 1px solid #0b41a0;
  background-color: #fff;
  -webkit-transform: translateX(-50%) rotate(56deg) skewX(20deg);
          transform: translateX(-50%) rotate(56deg) skewX(20deg);
}
.m-flow-cashback__unit.-finish .m-flow-cashback__item {
  padding-top: 24px;
}
.m-flow-cashback__unit.-finish .m-flow-cashback__title-sub {
  min-height: auto;
  padding-bottom: 0;
  border-bottom: 0;
}
.m-flow-cashback__unit.-finish .m-flow-cashback__text {
  font-weight: 400;
}
.m-flow-cashback__item {
  position: relative;
  padding: 40px 24px 24px;
  border-radius: 10px;
  background-color: #e1f4ff;
}
.m-flow-cashback__item:not(:first-child) {
  margin-top: 32px;
}
.m-flow-cashback__step {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-bottom: 0;
  padding: 3px 20px 7px;
  border-radius: 32px;
  background-color: #0b41a0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.m-flow-cashback__step span {
  margin-left: 0.2em;
  font-size: 2.2rem;
}
.m-flow-cashback__title-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-height: 66px;
  margin-top: 0;
  padding-bottom: 24px;
  border-bottom: 2px dotted;
  font-size: 1.6rem;
  line-height: 1.25;
}
.m-flow-cashback__plan {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 2px dotted;
  color: #0b41a0;
  text-align: center;
}
.m-flow-cashback__course {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 700;
}
.m-flow-cashback__list {
  margin-top: 8px;
  margin-bottom: 0;
}
.m-flow-cashback__list div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-flow-cashback__list dt,
.m-flow-cashback__list dd {
  font-size: 1.4rem;
  font-weight: 700;
}
.m-flow-cashback__list dd {
  margin-left: 1em;
}
.m-flow-cashback__text {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 700;
}
.m-flow-cashback__notes {
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.m-flow-cashback__notes li {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .m-flow-cashback {
    margin-top: 60px;
  }
  .m-flow-cashback .wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .m-flow-cashback__inner {
    max-width: 1070px;
    margin-right: auto;
    margin-left: auto;
  }
  .m-flow-cashback__title {
    font-size: 3.6rem;
  }
  .m-flow-cashback__lead {
    font-size: 2.1rem;
  }
  .m-flow-cashback__unit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 76px;
  }
  .m-flow-cashback__unit.-finish {
    margin-top: 56px;
    padding-top: 56px;
  }
  .m-flow-cashback__unit.-finish::before {
    top: 0;
  }
  .m-flow-cashback__unit.-finish::after {
    top: -13px;
    width: 28px;
    height: 28px;
  }
  .m-flow-cashback__unit.-finish .m-flow-cashback__item {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .m-flow-cashback__unit.-finish .m-flow-cashback__text,
.m-flow-cashback__unit.-finish .m-flow-cashback__notes {
    margin-top: 8px;
  }
  .m-flow-cashback__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-flow-cashback__item:not(:first-child) {
    margin-top: 0;
    margin-left: 16px;
  }
}

/* m-area-faq */
.m-area-faq {
  margin-top: 40px;
  margin-bottom: 40px;
}
.m-area-faq__headline {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.m-area-faq__list {
  margin-top: 28px;
  margin-bottom: 0;
}
.m-area-faq__list > div {
  border: 1px solid #0b41a0;
  border-radius: 4px;
  background-color: #fff;
}
.m-area-faq__list > div:not(:first-child) {
  margin-top: 12px;
}
.m-area-faq__list dt {
  position: relative;
  padding: 12px 40px;
  color: #0b41a0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  text-align: center;
  cursor: pointer;
}
.m-area-faq__list dt.-active::after {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-50%) translateY(4px) rotate(90deg);
          transform: translateY(-50%) translateY(4px) rotate(90deg);
}
.m-area-faq__list dt::before, .m-area-faq__list dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  border-top: 2px solid;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-area-faq__list dt::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-area-faq__list dt::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.m-area-faq__list dd {
  display: none;
  padding: 12px 16px;
  border-top: 1px solid #0b41a0;
  line-height: 1.75;
}
.m-area-faq__list dd a {
  text-decoration: underline;
}
.m-area-faq__list dd a:hover {
  text-decoration: none;
}
.m-area-faq__list ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.m-area-faq__list li {
  padding-left: 1em;
  text-indent: -1em;
}
.m-area-faq__list li::before {
  content: "・";
}
.m-area-faq__notes li {
  font-size: 1.2rem;
}
.m-area-faq__notes li::before {
  content: "※";
}
@media (min-width: 768px) {
  .m-area-faq {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .m-area-faq .wrap {
    max-width: 1080px !important;
  }
  .m-area-faq__headline {
    font-size: 2.8rem;
  }
  .m-area-faq__list > div {
    border-radius: 8px;
  }
  .m-area-faq__list > div:not(:first-child) {
    margin-top: 16px;
  }
  .m-area-faq__list dt {
    padding-right: 64px;
    padding-left: 64px;
    font-size: 2rem;
  }
  .m-area-faq__list dt::before, .m-area-faq__list dt::after {
    right: 22px;
    width: 20px;
  }
  .m-area-faq__list dd {
    padding: 36px 40px;
    font-size: 1.6rem;
  }
  .m-area-faq__notes li {
    font-size: 1.4rem;
  }
}

/* m-promo */
.m-promo {
  position: relative;
  overflow: hidden;
  letter-spacing: 0;
  background-image: url(../images/components/promotion/bg.png);
  background-color: #FFEBFD;
  background-position: center center;
  background-size: 23px;
  background-repeat: repeat;
}
.m-promo__main {
  position: relative;
  padding: calc(10 / 375 * 100vw) 0 calc(24 / 375 * 100vw);
  text-align: center;
}
.m-promo__main img {
  width: calc(335 / 375 * 100vw);
}
.m-promo.-top {
  background: none;
  padding-bottom: calc(20 / 375 * 100vw);
}
.m-promo.-top img {
  width: 100%;
}
.m-promo.-pcp {
  /* PCP iOS用ページのスタイル調整 */
}
@media (max-width: 767px) {
  .for-app .m-promo.-pcp {
    padding-top: 40px;
  }
}

.m-promo.-daily {
  margin-bottom: -40px;
  padding-top: 44px;
}
.m-promo.-business {
  margin-bottom: 40px;
}
.m-promo.-business .m-promo__main {
  padding: calc(8 / 375 * 100vw) 0 calc(24 / 375 * 100vw);
}
.m-promo.-setplan-daily {
  margin-top: 20px;
  margin-bottom: -25px;
}
.m-promo.-setplan-business {
  padding-top: calc(48 / 375 * 100vw);
}
.m-promo.-setplan-business .m-promo__main {
  padding-top: 0;
}
@media (min-width: 992px) {
  .m-promo__main {
    width: 100%;
    padding: 8px 0 24px;
  }
  .m-promo__main img {
    max-width: 800px;
  }
  .m-promo.-top {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px 40px;
    background: none;
  }
  .m-promo.-top a {
    display: block;
  }
  .m-promo.-top a:hover {
    opacity: 0.9;
  }
  .m-promo.-top img {
    position: static;
  }
  .m-promo.-daily {
    margin-bottom: -50px;
    padding-top: 45px;
  }
  .m-promo.-daily .m-promo__main {
    padding: 24px 0 24px;
  }
  .m-promo.-business {
    margin-top: -40px;
    margin-bottom: 80px;
  }
  .m-promo.-business .m-promo__main {
    padding: 8px 0 24px;
  }
  .m-promo.-setplan-daily {
    margin-top: 0;
    margin-bottom: -40px;
  }
  .m-promo.-setplan-business {
    padding-top: 58px;
    margin-bottom: -72px;
  }
  .m-promo.-setplan-business .m-promo__main {
    padding: 0 0 30px;
  }
}

.rule {
  color: #777;
}
.rule h3 {
  margin-top: 40px;
}
.rule__def-tit {
  position: relative;
  margin-top: 24px;
  padding-left: 16px;
}
.rule__def-tit:before {
  position: absolute;
  left: 0;
  content: "■";
}
.rule__def-data {
  padding: 5px 0 0 16px;
  font-size: 13px;
  line-height: 1.5;
}
.rule__def-data .rule__list {
  padding-left: 22px;
  list-style-type: circle;
}
.rule__def-data .rule__list-asterisk {
  list-style-type: none;
}
.rule__def-data .rule__list-number {
  margin-left: 1.5rem;
  list-style-type: decimal;
}
.rule__def-data .rule__list-item, .rule__def-data .rule__list-item-asterisk, .rule__def-data .rule__list-item-number {
  margin-top: 5px;
}
.rule__def-data .rule__list-item-asterisk, .rule__def-data .rule__list-item-asterisk-asterisk, .rule__def-data .rule__list-item-number-asterisk {
  position: relative;
  padding-left: 16px;
}
.rule__def-data .rule__list-item-asterisk:before, .rule__def-data .rule__list-item-asterisk-asterisk:before, .rule__def-data .rule__list-item-number-asterisk:before {
  position: absolute;
  left: 0;
  content: "※";
}
.rule__def .font-danger {
  color: #de30ca;
}

.button {
  border-radius: 5px;
  border: 0 solid;
  border-bottom-width: 3px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  cursor: pointer;
  text-align: center;
  outline: 0;
  -webkit-transition: background-color 0.15s, color 0.15s;
  transition: background-color 0.15s, color 0.15s;
}
.button.button--primary {
  color: #feffff;
  background: #0ca5e6;
  border: 0;
  border-bottom: 3px solid #0c91d8;
  padding: 14px 20px;
}
.button.button--primary:hover, .button.button--primary:focus {
  background: #0c91d8;
}
.button.button--primary:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--primary.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--primary--large {
  color: #feffff;
  background: #0ca5e6;
  border: 0;
  border-bottom: 3px solid #0c91d8;
  padding: 14px 20px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--primary--large:hover, .button.button--primary--large:focus {
  background: #0c91d8;
}
.button.button--primary--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--primary--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--primary--small {
  color: #feffff;
  background: #0ca5e6;
  border: 0;
  border-bottom: 3px solid #0c91d8;
  padding: 14px 20px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--primary--small:hover, .button.button--primary--small:focus {
  background: #0c91d8;
}
.button.button--primary--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--primary--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--primary--icon {
  color: #feffff;
  background: #0ca5e6;
  border: 0;
  border-bottom: 3px solid #0c91d8;
  padding: 14px 20px;
  line-height: 75px;
  width: 75px;
  height: 75px;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.button.button--primary--icon:hover, .button.button--primary--icon:focus {
  background: #0c91d8;
}
.button.button--primary--icon:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--primary--icon.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--primary--icon--pulse {
  position: relative;
}
.button.button--primary--icon--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--primary--icon--large {
  color: #feffff;
  background: #0ca5e6;
  border: 0;
  border-bottom: 3px solid #0c91d8;
  padding: 14px 20px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
.button.button--primary--icon--large:hover, .button.button--primary--icon--large:focus {
  background: #0c91d8;
}
.button.button--primary--icon--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--primary--icon--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--primary--icon--large--pulse {
  position: relative;
}
.button.button--primary--icon--large--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--primary--icon--small {
  color: #feffff;
  background: #0ca5e6;
  border: 0;
  border-bottom: 3px solid #0c91d8;
  padding: 14px 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.button.button--primary--icon--small:hover, .button.button--primary--icon--small:focus {
  background: #0c91d8;
}
.button.button--primary--icon--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--primary--icon--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--primary--icon--small--pulse {
  position: relative;
}
.button.button--primary--icon--small--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--primary--icon--tiny {
  color: #feffff;
  background: #0ca5e6;
  border: 0;
  border-bottom: 3px solid #0c91d8;
  padding: 14px 20px;
  line-height: 26px;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.button.button--primary--icon--tiny:hover, .button.button--primary--icon--tiny:focus {
  background: #0c91d8;
}
.button.button--primary--icon--tiny:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--primary--icon--tiny.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--primary--icon--tiny--pulse {
  position: relative;
}
.button.button--primary--icon--tiny--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--primary--link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  border: 0;
  background: none;
  color: #0ca5e6;
}
.button.button--primary--link:disabled {
  color: #ddd;
}
.button.button--primary--link--large {
  border: 0;
  background: none;
  color: #0ca5e6;
  height: 50px;
  line-height: 60px;
  font-size: 28px;
}
.button.button--primary--link--large:hover, .button.button--primary--link--large:focus {
  color: #0c91d8;
}
.button.button--primary--block {
  color: #feffff;
  background: #0ca5e6;
  border: 0;
  border-bottom: 3px solid #0c91d8;
  padding: 14px 20px;
}
.button.button--primary--block:hover, .button.button--primary--block:focus {
  background: #0c91d8;
}
.button.button--primary--block:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--primary--block.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--primary--block--large {
  color: #feffff;
  background: #0ca5e6;
  border: 0;
  border-bottom: 3px solid #0c91d8;
  padding: 14px 20px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--primary--block--large:hover, .button.button--primary--block--large:focus {
  background: #0c91d8;
}
.button.button--primary--block--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--primary--block--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--primary--block--small {
  color: #feffff;
  background: #0ca5e6;
  border: 0;
  border-bottom: 3px solid #0c91d8;
  padding: 14px 20px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--primary--block--small:hover, .button.button--primary--block--small:focus {
  background: #0c91d8;
}
.button.button--primary--block--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--primary--block--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--primary--block, .button.button--primary--block--large, .button.button--primary--block--small {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button.button--primary--ghost {
  color: #0ca5e6;
  border-width: 2px;
  border-style: solid;
  border-color: #0ca5e6;
  background: #feffff;
  padding: 13px 30px;
}
.button.button--primary--ghost:hover, .button.button--primary--ghost:focus {
  color: #feffff;
  border-color: #0c91d8;
  background: #0c91d8;
}
.button.button--primary--ghost:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--primary--ghost.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--primary--ghost--large {
  color: #0ca5e6;
  border-width: 2px;
  border-style: solid;
  border-color: #0ca5e6;
  background: #feffff;
  padding: 13px 30px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--primary--ghost--large:hover, .button.button--primary--ghost--large:focus {
  color: #feffff;
  border-color: #0c91d8;
  background: #0c91d8;
}
.button.button--primary--ghost--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--primary--ghost--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--primary--ghost--small {
  color: #0ca5e6;
  border-width: 2px;
  border-style: solid;
  border-color: #0ca5e6;
  background: #feffff;
  padding: 13px 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--primary--ghost--small:hover, .button.button--primary--ghost--small:focus {
  color: #feffff;
  border-color: #0c91d8;
  background: #0c91d8;
}
.button.button--primary--ghost--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--primary--ghost--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--primary--ghost--icon {
  color: #0ca5e6;
  border-width: 2px;
  border-style: solid;
  border-color: #0ca5e6;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 71px;
  width: 75px;
  height: 75px;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.button.button--primary--ghost--icon:hover, .button.button--primary--ghost--icon:focus {
  color: #feffff;
  border-color: #0c91d8;
  background: #0c91d8;
}
.button.button--primary--ghost--icon:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--primary--ghost--icon.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--primary--ghost--icon--pulse {
  position: relative;
}
.button.button--primary--ghost--icon--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--primary--ghost--icon--large {
  color: #0ca5e6;
  border-width: 2px;
  border-style: solid;
  border-color: #0ca5e6;
  background: #feffff;
  padding: 13px 30px;
  border-width: 4px;
  line-height: 92px;
  width: 100px;
  height: 100px;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
.button.button--primary--ghost--icon--large:hover, .button.button--primary--ghost--icon--large:focus {
  color: #feffff;
  border-color: #0c91d8;
  background: #0c91d8;
}
.button.button--primary--ghost--icon--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--primary--ghost--icon--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--primary--ghost--icon--large--pulse {
  position: relative;
}
.button.button--primary--ghost--icon--large--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--primary--ghost--icon--small {
  color: #0ca5e6;
  border-width: 2px;
  border-style: solid;
  border-color: #0ca5e6;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 36px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.button.button--primary--ghost--icon--small:hover, .button.button--primary--ghost--icon--small:focus {
  color: #feffff;
  border-color: #0c91d8;
  background: #0c91d8;
}
.button.button--primary--ghost--icon--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--primary--ghost--icon--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--primary--ghost--icon--small--pulse {
  position: relative;
}
.button.button--primary--ghost--icon--small--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--primary--ghost--icon--tiny {
  color: #0ca5e6;
  border-width: 2px;
  border-style: solid;
  border-color: #0ca5e6;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 22px;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.button.button--primary--ghost--icon--tiny:hover, .button.button--primary--ghost--icon--tiny:focus {
  color: #feffff;
  border-color: #0c91d8;
  background: #0c91d8;
}
.button.button--primary--ghost--icon--tiny:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--primary--ghost--icon--tiny.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--primary--ghost--icon--tiny--pulse {
  position: relative;
}
.button.button--primary--ghost--icon--tiny--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--primary--ghost--link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  border: 0;
  background: none;
  color: #0ca5e6;
}
.button.button--primary--ghost--link:disabled {
  color: #ddd;
}
.button.button--primary--ghost--link--large {
  border: 0;
  background: none;
  color: #0ca5e6;
  height: 50px;
  line-height: 60px;
  font-size: 28px;
}
.button.button--primary--ghost--link--large:hover, .button.button--primary--ghost--link--large:focus {
  color: #0c91d8;
}
.button.button--primary--ghost--block {
  color: #0ca5e6;
  border-width: 2px;
  border-style: solid;
  border-color: #0ca5e6;
  background: #feffff;
  padding: 13px 30px;
}
.button.button--primary--ghost--block:hover, .button.button--primary--ghost--block:focus {
  color: #feffff;
  border-color: #0c91d8;
  background: #0c91d8;
}
.button.button--primary--ghost--block:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--primary--ghost--block.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--primary--ghost--block--large {
  color: #0ca5e6;
  border-width: 2px;
  border-style: solid;
  border-color: #0ca5e6;
  background: #feffff;
  padding: 13px 30px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--primary--ghost--block--large:hover, .button.button--primary--ghost--block--large:focus {
  color: #feffff;
  border-color: #0c91d8;
  background: #0c91d8;
}
.button.button--primary--ghost--block--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--primary--ghost--block--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--primary--ghost--block--small {
  color: #0ca5e6;
  border-width: 2px;
  border-style: solid;
  border-color: #0ca5e6;
  background: #feffff;
  padding: 13px 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--primary--ghost--block--small:hover, .button.button--primary--ghost--block--small:focus {
  color: #feffff;
  border-color: #0c91d8;
  background: #0c91d8;
}
.button.button--primary--ghost--block--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--primary--ghost--block--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--primary--ghost--block, .button.button--primary--ghost--block--large, .button.button--primary--ghost--block--small {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button.button--action {
  color: #feffff;
  background: #3ec1bd;
  border: 0;
  border-bottom: 3px solid #34a7b7;
  padding: 14px 20px;
}
.button.button--action:hover, .button.button--action:focus {
  background: #34a7b7;
}
.button.button--action:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--action.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--action--large {
  color: #feffff;
  background: #3ec1bd;
  border: 0;
  border-bottom: 3px solid #34a7b7;
  padding: 14px 20px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--action--large:hover, .button.button--action--large:focus {
  background: #34a7b7;
}
.button.button--action--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--action--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--action--small {
  color: #feffff;
  background: #3ec1bd;
  border: 0;
  border-bottom: 3px solid #34a7b7;
  padding: 14px 20px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--action--small:hover, .button.button--action--small:focus {
  background: #34a7b7;
}
.button.button--action--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--action--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--action--icon {
  color: #feffff;
  background: #3ec1bd;
  border: 0;
  border-bottom: 3px solid #34a7b7;
  padding: 14px 20px;
  line-height: 75px;
  width: 75px;
  height: 75px;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.button.button--action--icon:hover, .button.button--action--icon:focus {
  background: #34a7b7;
}
.button.button--action--icon:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--action--icon.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--action--icon--pulse {
  position: relative;
}
.button.button--action--icon--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--action--icon--large {
  color: #feffff;
  background: #3ec1bd;
  border: 0;
  border-bottom: 3px solid #34a7b7;
  padding: 14px 20px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
.button.button--action--icon--large:hover, .button.button--action--icon--large:focus {
  background: #34a7b7;
}
.button.button--action--icon--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--action--icon--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--action--icon--large--pulse {
  position: relative;
}
.button.button--action--icon--large--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--action--icon--small {
  color: #feffff;
  background: #3ec1bd;
  border: 0;
  border-bottom: 3px solid #34a7b7;
  padding: 14px 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.button.button--action--icon--small:hover, .button.button--action--icon--small:focus {
  background: #34a7b7;
}
.button.button--action--icon--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--action--icon--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--action--icon--small--pulse {
  position: relative;
}
.button.button--action--icon--small--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--action--icon--tiny {
  color: #feffff;
  background: #3ec1bd;
  border: 0;
  border-bottom: 3px solid #34a7b7;
  padding: 14px 20px;
  line-height: 26px;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.button.button--action--icon--tiny:hover, .button.button--action--icon--tiny:focus {
  background: #34a7b7;
}
.button.button--action--icon--tiny:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--action--icon--tiny.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--action--icon--tiny--pulse {
  position: relative;
}
.button.button--action--icon--tiny--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--action--link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  border: 0;
  background: none;
  color: #3ec1bd;
}
.button.button--action--link:disabled {
  color: #ddd;
}
.button.button--action--link--large {
  border: 0;
  background: none;
  color: #3ec1bd;
  height: 50px;
  line-height: 60px;
  font-size: 28px;
}
.button.button--action--link--large:hover, .button.button--action--link--large:focus {
  color: #34a7b7;
}
.button.button--action--block {
  color: #feffff;
  background: #3ec1bd;
  border: 0;
  border-bottom: 3px solid #34a7b7;
  padding: 14px 20px;
}
.button.button--action--block:hover, .button.button--action--block:focus {
  background: #34a7b7;
}
.button.button--action--block:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--action--block.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--action--block--large {
  color: #feffff;
  background: #3ec1bd;
  border: 0;
  border-bottom: 3px solid #34a7b7;
  padding: 14px 20px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--action--block--large:hover, .button.button--action--block--large:focus {
  background: #34a7b7;
}
.button.button--action--block--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--action--block--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--action--block--small {
  color: #feffff;
  background: #3ec1bd;
  border: 0;
  border-bottom: 3px solid #34a7b7;
  padding: 14px 20px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--action--block--small:hover, .button.button--action--block--small:focus {
  background: #34a7b7;
}
.button.button--action--block--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--action--block--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--action--block, .button.button--action--block--large, .button.button--action--block--small {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button.button--action--ghost {
  color: #3ec1bd;
  border-width: 2px;
  border-style: solid;
  border-color: #3ec1bd;
  background: #feffff;
  padding: 13px 30px;
}
.button.button--action--ghost:hover, .button.button--action--ghost:focus {
  color: #feffff;
  border-color: #34a7b7;
  background: #34a7b7;
}
.button.button--action--ghost:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--action--ghost.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--action--ghost--large {
  color: #3ec1bd;
  border-width: 2px;
  border-style: solid;
  border-color: #3ec1bd;
  background: #feffff;
  padding: 13px 30px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--action--ghost--large:hover, .button.button--action--ghost--large:focus {
  color: #feffff;
  border-color: #34a7b7;
  background: #34a7b7;
}
.button.button--action--ghost--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--action--ghost--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--action--ghost--small {
  color: #3ec1bd;
  border-width: 2px;
  border-style: solid;
  border-color: #3ec1bd;
  background: #feffff;
  padding: 13px 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--action--ghost--small:hover, .button.button--action--ghost--small:focus {
  color: #feffff;
  border-color: #34a7b7;
  background: #34a7b7;
}
.button.button--action--ghost--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--action--ghost--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--action--ghost--icon {
  color: #3ec1bd;
  border-width: 2px;
  border-style: solid;
  border-color: #3ec1bd;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 71px;
  width: 75px;
  height: 75px;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.button.button--action--ghost--icon:hover, .button.button--action--ghost--icon:focus {
  color: #feffff;
  border-color: #34a7b7;
  background: #34a7b7;
}
.button.button--action--ghost--icon:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--action--ghost--icon.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--action--ghost--icon--pulse {
  position: relative;
}
.button.button--action--ghost--icon--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--action--ghost--icon--large {
  color: #3ec1bd;
  border-width: 2px;
  border-style: solid;
  border-color: #3ec1bd;
  background: #feffff;
  padding: 13px 30px;
  border-width: 4px;
  line-height: 92px;
  width: 100px;
  height: 100px;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
.button.button--action--ghost--icon--large:hover, .button.button--action--ghost--icon--large:focus {
  color: #feffff;
  border-color: #34a7b7;
  background: #34a7b7;
}
.button.button--action--ghost--icon--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--action--ghost--icon--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--action--ghost--icon--large--pulse {
  position: relative;
}
.button.button--action--ghost--icon--large--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--action--ghost--icon--small {
  color: #3ec1bd;
  border-width: 2px;
  border-style: solid;
  border-color: #3ec1bd;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 36px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.button.button--action--ghost--icon--small:hover, .button.button--action--ghost--icon--small:focus {
  color: #feffff;
  border-color: #34a7b7;
  background: #34a7b7;
}
.button.button--action--ghost--icon--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--action--ghost--icon--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--action--ghost--icon--small--pulse {
  position: relative;
}
.button.button--action--ghost--icon--small--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--action--ghost--icon--tiny {
  color: #3ec1bd;
  border-width: 2px;
  border-style: solid;
  border-color: #3ec1bd;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 22px;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.button.button--action--ghost--icon--tiny:hover, .button.button--action--ghost--icon--tiny:focus {
  color: #feffff;
  border-color: #34a7b7;
  background: #34a7b7;
}
.button.button--action--ghost--icon--tiny:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--action--ghost--icon--tiny.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--action--ghost--icon--tiny--pulse {
  position: relative;
}
.button.button--action--ghost--icon--tiny--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--action--ghost--link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  border: 0;
  background: none;
  color: #3ec1bd;
}
.button.button--action--ghost--link:disabled {
  color: #ddd;
}
.button.button--action--ghost--link--large {
  border: 0;
  background: none;
  color: #3ec1bd;
  height: 50px;
  line-height: 60px;
  font-size: 28px;
}
.button.button--action--ghost--link--large:hover, .button.button--action--ghost--link--large:focus {
  color: #34a7b7;
}
.button.button--action--ghost--block {
  color: #3ec1bd;
  border-width: 2px;
  border-style: solid;
  border-color: #3ec1bd;
  background: #feffff;
  padding: 13px 30px;
}
.button.button--action--ghost--block:hover, .button.button--action--ghost--block:focus {
  color: #feffff;
  border-color: #34a7b7;
  background: #34a7b7;
}
.button.button--action--ghost--block:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--action--ghost--block.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--action--ghost--block--large {
  color: #3ec1bd;
  border-width: 2px;
  border-style: solid;
  border-color: #3ec1bd;
  background: #feffff;
  padding: 13px 30px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--action--ghost--block--large:hover, .button.button--action--ghost--block--large:focus {
  color: #feffff;
  border-color: #34a7b7;
  background: #34a7b7;
}
.button.button--action--ghost--block--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--action--ghost--block--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--action--ghost--block--small {
  color: #3ec1bd;
  border-width: 2px;
  border-style: solid;
  border-color: #3ec1bd;
  background: #feffff;
  padding: 13px 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--action--ghost--block--small:hover, .button.button--action--ghost--block--small:focus {
  color: #feffff;
  border-color: #34a7b7;
  background: #34a7b7;
}
.button.button--action--ghost--block--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--action--ghost--block--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--action--ghost--block, .button.button--action--ghost--block--large, .button.button--action--ghost--block--small {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button.button--emphasis {
  color: #feffff;
  background: #0c73c3;
  border: 0;
  border-bottom: 3px solid;
  padding: 14px 20px;
}
.button.button--emphasis:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--emphasis.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--emphasis--large {
  color: #feffff;
  background: #0c73c3;
  border: 0;
  border-bottom: 3px solid;
  padding: 14px 20px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--emphasis--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--emphasis--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--emphasis--small {
  color: #feffff;
  background: #0c73c3;
  border: 0;
  border-bottom: 3px solid;
  padding: 14px 20px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--emphasis--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--emphasis--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--emphasis--icon {
  color: #feffff;
  background: #0c73c3;
  border: 0;
  border-bottom: 3px solid;
  padding: 14px 20px;
  line-height: 75px;
  width: 75px;
  height: 75px;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.button.button--emphasis--icon:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--emphasis--icon.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--emphasis--icon--pulse {
  position: relative;
}
.button.button--emphasis--icon--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--emphasis--icon--large {
  color: #feffff;
  background: #0c73c3;
  border: 0;
  border-bottom: 3px solid;
  padding: 14px 20px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
.button.button--emphasis--icon--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--emphasis--icon--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--emphasis--icon--large--pulse {
  position: relative;
}
.button.button--emphasis--icon--large--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--emphasis--icon--small {
  color: #feffff;
  background: #0c73c3;
  border: 0;
  border-bottom: 3px solid;
  padding: 14px 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.button.button--emphasis--icon--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--emphasis--icon--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--emphasis--icon--small--pulse {
  position: relative;
}
.button.button--emphasis--icon--small--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--emphasis--icon--tiny {
  color: #feffff;
  background: #0c73c3;
  border: 0;
  border-bottom: 3px solid;
  padding: 14px 20px;
  line-height: 26px;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.button.button--emphasis--icon--tiny:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--emphasis--icon--tiny.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--emphasis--icon--tiny--pulse {
  position: relative;
}
.button.button--emphasis--icon--tiny--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--emphasis--link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  border: 0;
  background: none;
  color: #0c73c3;
}
.button.button--emphasis--link:disabled {
  color: #ddd;
}
.button.button--emphasis--link--large {
  border: 0;
  background: none;
  color: #0c73c3;
  height: 50px;
  line-height: 60px;
  font-size: 28px;
}
.button.button--emphasis--block {
  color: #feffff;
  background: #0c73c3;
  border: 0;
  border-bottom: 3px solid;
  padding: 14px 20px;
}
.button.button--emphasis--block:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--emphasis--block.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--emphasis--block--large {
  color: #feffff;
  background: #0c73c3;
  border: 0;
  border-bottom: 3px solid;
  padding: 14px 20px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--emphasis--block--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--emphasis--block--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--emphasis--block--small {
  color: #feffff;
  background: #0c73c3;
  border: 0;
  border-bottom: 3px solid;
  padding: 14px 20px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--emphasis--block--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--emphasis--block--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--emphasis--block, .button.button--emphasis--block--large, .button.button--emphasis--block--small {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button.button--emphasis--ghost {
  color: #0c73c3;
  border-width: 2px;
  border-style: solid;
  border-color: #0c73c3;
  background: #feffff;
  padding: 13px 30px;
}
.button.button--emphasis--ghost:hover, .button.button--emphasis--ghost:focus {
  color: #feffff;
}
.button.button--emphasis--ghost:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--emphasis--ghost.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--emphasis--ghost--large {
  color: #0c73c3;
  border-width: 2px;
  border-style: solid;
  border-color: #0c73c3;
  background: #feffff;
  padding: 13px 30px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--emphasis--ghost--large:hover, .button.button--emphasis--ghost--large:focus {
  color: #feffff;
}
.button.button--emphasis--ghost--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--emphasis--ghost--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--emphasis--ghost--small {
  color: #0c73c3;
  border-width: 2px;
  border-style: solid;
  border-color: #0c73c3;
  background: #feffff;
  padding: 13px 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--emphasis--ghost--small:hover, .button.button--emphasis--ghost--small:focus {
  color: #feffff;
}
.button.button--emphasis--ghost--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--emphasis--ghost--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--emphasis--ghost--icon {
  color: #0c73c3;
  border-width: 2px;
  border-style: solid;
  border-color: #0c73c3;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 71px;
  width: 75px;
  height: 75px;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.button.button--emphasis--ghost--icon:hover, .button.button--emphasis--ghost--icon:focus {
  color: #feffff;
}
.button.button--emphasis--ghost--icon:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--emphasis--ghost--icon.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--emphasis--ghost--icon--pulse {
  position: relative;
}
.button.button--emphasis--ghost--icon--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--emphasis--ghost--icon--large {
  color: #0c73c3;
  border-width: 2px;
  border-style: solid;
  border-color: #0c73c3;
  background: #feffff;
  padding: 13px 30px;
  border-width: 4px;
  line-height: 92px;
  width: 100px;
  height: 100px;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
.button.button--emphasis--ghost--icon--large:hover, .button.button--emphasis--ghost--icon--large:focus {
  color: #feffff;
}
.button.button--emphasis--ghost--icon--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--emphasis--ghost--icon--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--emphasis--ghost--icon--large--pulse {
  position: relative;
}
.button.button--emphasis--ghost--icon--large--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--emphasis--ghost--icon--small {
  color: #0c73c3;
  border-width: 2px;
  border-style: solid;
  border-color: #0c73c3;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 36px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.button.button--emphasis--ghost--icon--small:hover, .button.button--emphasis--ghost--icon--small:focus {
  color: #feffff;
}
.button.button--emphasis--ghost--icon--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--emphasis--ghost--icon--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--emphasis--ghost--icon--small--pulse {
  position: relative;
}
.button.button--emphasis--ghost--icon--small--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--emphasis--ghost--icon--tiny {
  color: #0c73c3;
  border-width: 2px;
  border-style: solid;
  border-color: #0c73c3;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 22px;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.button.button--emphasis--ghost--icon--tiny:hover, .button.button--emphasis--ghost--icon--tiny:focus {
  color: #feffff;
}
.button.button--emphasis--ghost--icon--tiny:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--emphasis--ghost--icon--tiny.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--emphasis--ghost--icon--tiny--pulse {
  position: relative;
}
.button.button--emphasis--ghost--icon--tiny--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--emphasis--ghost--link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  border: 0;
  background: none;
  color: #0c73c3;
}
.button.button--emphasis--ghost--link:disabled {
  color: #ddd;
}
.button.button--emphasis--ghost--link--large {
  border: 0;
  background: none;
  color: #0c73c3;
  height: 50px;
  line-height: 60px;
  font-size: 28px;
}
.button.button--emphasis--ghost--block {
  color: #0c73c3;
  border-width: 2px;
  border-style: solid;
  border-color: #0c73c3;
  background: #feffff;
  padding: 13px 30px;
}
.button.button--emphasis--ghost--block:hover, .button.button--emphasis--ghost--block:focus {
  color: #feffff;
}
.button.button--emphasis--ghost--block:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--emphasis--ghost--block.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--emphasis--ghost--block--large {
  color: #0c73c3;
  border-width: 2px;
  border-style: solid;
  border-color: #0c73c3;
  background: #feffff;
  padding: 13px 30px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--emphasis--ghost--block--large:hover, .button.button--emphasis--ghost--block--large:focus {
  color: #feffff;
}
.button.button--emphasis--ghost--block--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--emphasis--ghost--block--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--emphasis--ghost--block--small {
  color: #0c73c3;
  border-width: 2px;
  border-style: solid;
  border-color: #0c73c3;
  background: #feffff;
  padding: 13px 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--emphasis--ghost--block--small:hover, .button.button--emphasis--ghost--block--small:focus {
  color: #feffff;
}
.button.button--emphasis--ghost--block--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--emphasis--ghost--block--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--emphasis--ghost--block, .button.button--emphasis--ghost--block--large, .button.button--emphasis--ghost--block--small {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button.button--text_sub {
  color: #feffff;
  background: #808d96;
  border: 0;
  border-bottom: 3px solid;
  padding: 14px 20px;
}
.button.button--text_sub:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--text_sub.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--text_sub--large {
  color: #feffff;
  background: #808d96;
  border: 0;
  border-bottom: 3px solid;
  padding: 14px 20px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--text_sub--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--text_sub--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--text_sub--small {
  color: #feffff;
  background: #808d96;
  border: 0;
  border-bottom: 3px solid;
  padding: 14px 20px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--text_sub--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--text_sub--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--text_sub--icon {
  color: #feffff;
  background: #808d96;
  border: 0;
  border-bottom: 3px solid;
  padding: 14px 20px;
  line-height: 75px;
  width: 75px;
  height: 75px;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.button.button--text_sub--icon:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--text_sub--icon.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--text_sub--icon--pulse {
  position: relative;
}
.button.button--text_sub--icon--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--text_sub--icon--large {
  color: #feffff;
  background: #808d96;
  border: 0;
  border-bottom: 3px solid;
  padding: 14px 20px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
.button.button--text_sub--icon--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--text_sub--icon--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--text_sub--icon--large--pulse {
  position: relative;
}
.button.button--text_sub--icon--large--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--text_sub--icon--small {
  color: #feffff;
  background: #808d96;
  border: 0;
  border-bottom: 3px solid;
  padding: 14px 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.button.button--text_sub--icon--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--text_sub--icon--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--text_sub--icon--small--pulse {
  position: relative;
}
.button.button--text_sub--icon--small--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--text_sub--icon--tiny {
  color: #feffff;
  background: #808d96;
  border: 0;
  border-bottom: 3px solid;
  padding: 14px 20px;
  line-height: 26px;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.button.button--text_sub--icon--tiny:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--text_sub--icon--tiny.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--text_sub--icon--tiny--pulse {
  position: relative;
}
.button.button--text_sub--icon--tiny--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--text_sub--link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  border: 0;
  background: none;
  color: #808d96;
}
.button.button--text_sub--link:disabled {
  color: #ddd;
}
.button.button--text_sub--link--large {
  border: 0;
  background: none;
  color: #808d96;
  height: 50px;
  line-height: 60px;
  font-size: 28px;
}
.button.button--text_sub--block {
  color: #feffff;
  background: #808d96;
  border: 0;
  border-bottom: 3px solid;
  padding: 14px 20px;
}
.button.button--text_sub--block:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--text_sub--block.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--text_sub--block--large {
  color: #feffff;
  background: #808d96;
  border: 0;
  border-bottom: 3px solid;
  padding: 14px 20px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--text_sub--block--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--text_sub--block--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--text_sub--block--small {
  color: #feffff;
  background: #808d96;
  border: 0;
  border-bottom: 3px solid;
  padding: 14px 20px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--text_sub--block--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--text_sub--block--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--text_sub--block, .button.button--text_sub--block--large, .button.button--text_sub--block--small {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button.button--text_sub--ghost {
  color: #808d96;
  border-width: 2px;
  border-style: solid;
  border-color: #808d96;
  background: #feffff;
  padding: 13px 30px;
}
.button.button--text_sub--ghost:hover, .button.button--text_sub--ghost:focus {
  color: #feffff;
}
.button.button--text_sub--ghost:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--text_sub--ghost.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--text_sub--ghost--large {
  color: #808d96;
  border-width: 2px;
  border-style: solid;
  border-color: #808d96;
  background: #feffff;
  padding: 13px 30px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--text_sub--ghost--large:hover, .button.button--text_sub--ghost--large:focus {
  color: #feffff;
}
.button.button--text_sub--ghost--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--text_sub--ghost--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--text_sub--ghost--small {
  color: #808d96;
  border-width: 2px;
  border-style: solid;
  border-color: #808d96;
  background: #feffff;
  padding: 13px 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--text_sub--ghost--small:hover, .button.button--text_sub--ghost--small:focus {
  color: #feffff;
}
.button.button--text_sub--ghost--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--text_sub--ghost--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--text_sub--ghost--icon {
  color: #808d96;
  border-width: 2px;
  border-style: solid;
  border-color: #808d96;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 71px;
  width: 75px;
  height: 75px;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.button.button--text_sub--ghost--icon:hover, .button.button--text_sub--ghost--icon:focus {
  color: #feffff;
}
.button.button--text_sub--ghost--icon:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--text_sub--ghost--icon.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--text_sub--ghost--icon--pulse {
  position: relative;
}
.button.button--text_sub--ghost--icon--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--text_sub--ghost--icon--large {
  color: #808d96;
  border-width: 2px;
  border-style: solid;
  border-color: #808d96;
  background: #feffff;
  padding: 13px 30px;
  border-width: 4px;
  line-height: 92px;
  width: 100px;
  height: 100px;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
.button.button--text_sub--ghost--icon--large:hover, .button.button--text_sub--ghost--icon--large:focus {
  color: #feffff;
}
.button.button--text_sub--ghost--icon--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--text_sub--ghost--icon--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--text_sub--ghost--icon--large--pulse {
  position: relative;
}
.button.button--text_sub--ghost--icon--large--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--text_sub--ghost--icon--small {
  color: #808d96;
  border-width: 2px;
  border-style: solid;
  border-color: #808d96;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 36px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.button.button--text_sub--ghost--icon--small:hover, .button.button--text_sub--ghost--icon--small:focus {
  color: #feffff;
}
.button.button--text_sub--ghost--icon--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--text_sub--ghost--icon--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--text_sub--ghost--icon--small--pulse {
  position: relative;
}
.button.button--text_sub--ghost--icon--small--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--text_sub--ghost--icon--tiny {
  color: #808d96;
  border-width: 2px;
  border-style: solid;
  border-color: #808d96;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 22px;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.button.button--text_sub--ghost--icon--tiny:hover, .button.button--text_sub--ghost--icon--tiny:focus {
  color: #feffff;
}
.button.button--text_sub--ghost--icon--tiny:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--text_sub--ghost--icon--tiny.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--text_sub--ghost--icon--tiny--pulse {
  position: relative;
}
.button.button--text_sub--ghost--icon--tiny--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--text_sub--ghost--link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  border: 0;
  background: none;
  color: #808d96;
}
.button.button--text_sub--ghost--link:disabled {
  color: #ddd;
}
.button.button--text_sub--ghost--link--large {
  border: 0;
  background: none;
  color: #808d96;
  height: 50px;
  line-height: 60px;
  font-size: 28px;
}
.button.button--text_sub--ghost--block {
  color: #808d96;
  border-width: 2px;
  border-style: solid;
  border-color: #808d96;
  background: #feffff;
  padding: 13px 30px;
}
.button.button--text_sub--ghost--block:hover, .button.button--text_sub--ghost--block:focus {
  color: #feffff;
}
.button.button--text_sub--ghost--block:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--text_sub--ghost--block.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--text_sub--ghost--block--large {
  color: #808d96;
  border-width: 2px;
  border-style: solid;
  border-color: #808d96;
  background: #feffff;
  padding: 13px 30px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--text_sub--ghost--block--large:hover, .button.button--text_sub--ghost--block--large:focus {
  color: #feffff;
}
.button.button--text_sub--ghost--block--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--text_sub--ghost--block--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--text_sub--ghost--block--small {
  color: #808d96;
  border-width: 2px;
  border-style: solid;
  border-color: #808d96;
  background: #feffff;
  padding: 13px 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--text_sub--ghost--block--small:hover, .button.button--text_sub--ghost--block--small:focus {
  color: #feffff;
}
.button.button--text_sub--ghost--block--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--text_sub--ghost--block--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--text_sub--ghost--block, .button.button--text_sub--ghost--block--large, .button.button--text_sub--ghost--block--small {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button.button--success {
  color: #feffff;
  background: #86c626;
  border: 0;
  border-bottom: 3px solid #2a8eb1;
  padding: 14px 20px;
}
.button.button--success:hover, .button.button--success:focus {
  background: #2a8eb1;
}
.button.button--success:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--success.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--success--large {
  color: #feffff;
  background: #86c626;
  border: 0;
  border-bottom: 3px solid #2a8eb1;
  padding: 14px 20px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--success--large:hover, .button.button--success--large:focus {
  background: #2a8eb1;
}
.button.button--success--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--success--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--success--small {
  color: #feffff;
  background: #86c626;
  border: 0;
  border-bottom: 3px solid #2a8eb1;
  padding: 14px 20px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--success--small:hover, .button.button--success--small:focus {
  background: #2a8eb1;
}
.button.button--success--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--success--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--success--icon {
  color: #feffff;
  background: #86c626;
  border: 0;
  border-bottom: 3px solid #2a8eb1;
  padding: 14px 20px;
  line-height: 75px;
  width: 75px;
  height: 75px;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.button.button--success--icon:hover, .button.button--success--icon:focus {
  background: #2a8eb1;
}
.button.button--success--icon:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--success--icon.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--success--icon--pulse {
  position: relative;
}
.button.button--success--icon--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--success--icon--large {
  color: #feffff;
  background: #86c626;
  border: 0;
  border-bottom: 3px solid #2a8eb1;
  padding: 14px 20px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
.button.button--success--icon--large:hover, .button.button--success--icon--large:focus {
  background: #2a8eb1;
}
.button.button--success--icon--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--success--icon--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--success--icon--large--pulse {
  position: relative;
}
.button.button--success--icon--large--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--success--icon--small {
  color: #feffff;
  background: #86c626;
  border: 0;
  border-bottom: 3px solid #2a8eb1;
  padding: 14px 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.button.button--success--icon--small:hover, .button.button--success--icon--small:focus {
  background: #2a8eb1;
}
.button.button--success--icon--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--success--icon--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--success--icon--small--pulse {
  position: relative;
}
.button.button--success--icon--small--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--success--icon--tiny {
  color: #feffff;
  background: #86c626;
  border: 0;
  border-bottom: 3px solid #2a8eb1;
  padding: 14px 20px;
  line-height: 26px;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.button.button--success--icon--tiny:hover, .button.button--success--icon--tiny:focus {
  background: #2a8eb1;
}
.button.button--success--icon--tiny:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--success--icon--tiny.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--success--icon--tiny--pulse {
  position: relative;
}
.button.button--success--icon--tiny--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--success--link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  border: 0;
  background: none;
  color: #86c626;
}
.button.button--success--link:disabled {
  color: #ddd;
}
.button.button--success--link--large {
  border: 0;
  background: none;
  color: #86c626;
  height: 50px;
  line-height: 60px;
  font-size: 28px;
}
.button.button--success--link--large:hover, .button.button--success--link--large:focus {
  color: #2a8eb1;
}
.button.button--success--block {
  color: #feffff;
  background: #86c626;
  border: 0;
  border-bottom: 3px solid #2a8eb1;
  padding: 14px 20px;
}
.button.button--success--block:hover, .button.button--success--block:focus {
  background: #2a8eb1;
}
.button.button--success--block:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--success--block.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--success--block--large {
  color: #feffff;
  background: #86c626;
  border: 0;
  border-bottom: 3px solid #2a8eb1;
  padding: 14px 20px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--success--block--large:hover, .button.button--success--block--large:focus {
  background: #2a8eb1;
}
.button.button--success--block--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--success--block--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--success--block--small {
  color: #feffff;
  background: #86c626;
  border: 0;
  border-bottom: 3px solid #2a8eb1;
  padding: 14px 20px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--success--block--small:hover, .button.button--success--block--small:focus {
  background: #2a8eb1;
}
.button.button--success--block--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--success--block--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--success--block, .button.button--success--block--large, .button.button--success--block--small {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button.button--success--ghost {
  color: #86c626;
  border-width: 2px;
  border-style: solid;
  border-color: #86c626;
  background: #feffff;
  padding: 13px 30px;
}
.button.button--success--ghost:hover, .button.button--success--ghost:focus {
  color: #feffff;
  border-color: #2a8eb1;
  background: #2a8eb1;
}
.button.button--success--ghost:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--success--ghost.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--success--ghost--large {
  color: #86c626;
  border-width: 2px;
  border-style: solid;
  border-color: #86c626;
  background: #feffff;
  padding: 13px 30px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--success--ghost--large:hover, .button.button--success--ghost--large:focus {
  color: #feffff;
  border-color: #2a8eb1;
  background: #2a8eb1;
}
.button.button--success--ghost--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--success--ghost--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--success--ghost--small {
  color: #86c626;
  border-width: 2px;
  border-style: solid;
  border-color: #86c626;
  background: #feffff;
  padding: 13px 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--success--ghost--small:hover, .button.button--success--ghost--small:focus {
  color: #feffff;
  border-color: #2a8eb1;
  background: #2a8eb1;
}
.button.button--success--ghost--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--success--ghost--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--success--ghost--icon {
  color: #86c626;
  border-width: 2px;
  border-style: solid;
  border-color: #86c626;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 71px;
  width: 75px;
  height: 75px;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.button.button--success--ghost--icon:hover, .button.button--success--ghost--icon:focus {
  color: #feffff;
  border-color: #2a8eb1;
  background: #2a8eb1;
}
.button.button--success--ghost--icon:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--success--ghost--icon.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--success--ghost--icon--pulse {
  position: relative;
}
.button.button--success--ghost--icon--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--success--ghost--icon--large {
  color: #86c626;
  border-width: 2px;
  border-style: solid;
  border-color: #86c626;
  background: #feffff;
  padding: 13px 30px;
  border-width: 4px;
  line-height: 92px;
  width: 100px;
  height: 100px;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
.button.button--success--ghost--icon--large:hover, .button.button--success--ghost--icon--large:focus {
  color: #feffff;
  border-color: #2a8eb1;
  background: #2a8eb1;
}
.button.button--success--ghost--icon--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--success--ghost--icon--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--success--ghost--icon--large--pulse {
  position: relative;
}
.button.button--success--ghost--icon--large--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--success--ghost--icon--small {
  color: #86c626;
  border-width: 2px;
  border-style: solid;
  border-color: #86c626;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 36px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.button.button--success--ghost--icon--small:hover, .button.button--success--ghost--icon--small:focus {
  color: #feffff;
  border-color: #2a8eb1;
  background: #2a8eb1;
}
.button.button--success--ghost--icon--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--success--ghost--icon--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--success--ghost--icon--small--pulse {
  position: relative;
}
.button.button--success--ghost--icon--small--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--success--ghost--icon--tiny {
  color: #86c626;
  border-width: 2px;
  border-style: solid;
  border-color: #86c626;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 22px;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.button.button--success--ghost--icon--tiny:hover, .button.button--success--ghost--icon--tiny:focus {
  color: #feffff;
  border-color: #2a8eb1;
  background: #2a8eb1;
}
.button.button--success--ghost--icon--tiny:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--success--ghost--icon--tiny.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--success--ghost--icon--tiny--pulse {
  position: relative;
}
.button.button--success--ghost--icon--tiny--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--success--ghost--link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  border: 0;
  background: none;
  color: #86c626;
}
.button.button--success--ghost--link:disabled {
  color: #ddd;
}
.button.button--success--ghost--link--large {
  border: 0;
  background: none;
  color: #86c626;
  height: 50px;
  line-height: 60px;
  font-size: 28px;
}
.button.button--success--ghost--link--large:hover, .button.button--success--ghost--link--large:focus {
  color: #2a8eb1;
}
.button.button--success--ghost--block {
  color: #86c626;
  border-width: 2px;
  border-style: solid;
  border-color: #86c626;
  background: #feffff;
  padding: 13px 30px;
}
.button.button--success--ghost--block:hover, .button.button--success--ghost--block:focus {
  color: #feffff;
  border-color: #2a8eb1;
  background: #2a8eb1;
}
.button.button--success--ghost--block:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--success--ghost--block.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--success--ghost--block--large {
  color: #86c626;
  border-width: 2px;
  border-style: solid;
  border-color: #86c626;
  background: #feffff;
  padding: 13px 30px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--success--ghost--block--large:hover, .button.button--success--ghost--block--large:focus {
  color: #feffff;
  border-color: #2a8eb1;
  background: #2a8eb1;
}
.button.button--success--ghost--block--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--success--ghost--block--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--success--ghost--block--small {
  color: #86c626;
  border-width: 2px;
  border-style: solid;
  border-color: #86c626;
  background: #feffff;
  padding: 13px 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--success--ghost--block--small:hover, .button.button--success--ghost--block--small:focus {
  color: #feffff;
  border-color: #2a8eb1;
  background: #2a8eb1;
}
.button.button--success--ghost--block--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--success--ghost--block--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--success--ghost--block, .button.button--success--ghost--block--large, .button.button--success--ghost--block--small {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button.button--info {
  color: #feffff;
  background: #1c80e7;
  border: 0;
  border-bottom: 3px solid #1973cf;
  padding: 14px 20px;
}
.button.button--info:hover, .button.button--info:focus {
  background: #1973cf;
}
.button.button--info:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--info.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--info--large {
  color: #feffff;
  background: #1c80e7;
  border: 0;
  border-bottom: 3px solid #1973cf;
  padding: 14px 20px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--info--large:hover, .button.button--info--large:focus {
  background: #1973cf;
}
.button.button--info--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--info--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--info--small {
  color: #feffff;
  background: #1c80e7;
  border: 0;
  border-bottom: 3px solid #1973cf;
  padding: 14px 20px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--info--small:hover, .button.button--info--small:focus {
  background: #1973cf;
}
.button.button--info--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--info--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--info--icon {
  color: #feffff;
  background: #1c80e7;
  border: 0;
  border-bottom: 3px solid #1973cf;
  padding: 14px 20px;
  line-height: 75px;
  width: 75px;
  height: 75px;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.button.button--info--icon:hover, .button.button--info--icon:focus {
  background: #1973cf;
}
.button.button--info--icon:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--info--icon.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--info--icon--pulse {
  position: relative;
}
.button.button--info--icon--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--info--icon--large {
  color: #feffff;
  background: #1c80e7;
  border: 0;
  border-bottom: 3px solid #1973cf;
  padding: 14px 20px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
.button.button--info--icon--large:hover, .button.button--info--icon--large:focus {
  background: #1973cf;
}
.button.button--info--icon--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--info--icon--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--info--icon--large--pulse {
  position: relative;
}
.button.button--info--icon--large--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--info--icon--small {
  color: #feffff;
  background: #1c80e7;
  border: 0;
  border-bottom: 3px solid #1973cf;
  padding: 14px 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.button.button--info--icon--small:hover, .button.button--info--icon--small:focus {
  background: #1973cf;
}
.button.button--info--icon--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--info--icon--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--info--icon--small--pulse {
  position: relative;
}
.button.button--info--icon--small--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--info--icon--tiny {
  color: #feffff;
  background: #1c80e7;
  border: 0;
  border-bottom: 3px solid #1973cf;
  padding: 14px 20px;
  line-height: 26px;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.button.button--info--icon--tiny:hover, .button.button--info--icon--tiny:focus {
  background: #1973cf;
}
.button.button--info--icon--tiny:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--info--icon--tiny.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--info--icon--tiny--pulse {
  position: relative;
}
.button.button--info--icon--tiny--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--info--link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  border: 0;
  background: none;
  color: #1c80e7;
}
.button.button--info--link:disabled {
  color: #ddd;
}
.button.button--info--link--large {
  border: 0;
  background: none;
  color: #1c80e7;
  height: 50px;
  line-height: 60px;
  font-size: 28px;
}
.button.button--info--link--large:hover, .button.button--info--link--large:focus {
  color: #1973cf;
}
.button.button--info--block {
  color: #feffff;
  background: #1c80e7;
  border: 0;
  border-bottom: 3px solid #1973cf;
  padding: 14px 20px;
}
.button.button--info--block:hover, .button.button--info--block:focus {
  background: #1973cf;
}
.button.button--info--block:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--info--block.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--info--block--large {
  color: #feffff;
  background: #1c80e7;
  border: 0;
  border-bottom: 3px solid #1973cf;
  padding: 14px 20px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--info--block--large:hover, .button.button--info--block--large:focus {
  background: #1973cf;
}
.button.button--info--block--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--info--block--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--info--block--small {
  color: #feffff;
  background: #1c80e7;
  border: 0;
  border-bottom: 3px solid #1973cf;
  padding: 14px 20px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--info--block--small:hover, .button.button--info--block--small:focus {
  background: #1973cf;
}
.button.button--info--block--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--info--block--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--info--block, .button.button--info--block--large, .button.button--info--block--small {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button.button--info--ghost {
  color: #1c80e7;
  border-width: 2px;
  border-style: solid;
  border-color: #1c80e7;
  background: #feffff;
  padding: 13px 30px;
}
.button.button--info--ghost:hover, .button.button--info--ghost:focus {
  color: #feffff;
  border-color: #1973cf;
  background: #1973cf;
}
.button.button--info--ghost:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--info--ghost.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--info--ghost--large {
  color: #1c80e7;
  border-width: 2px;
  border-style: solid;
  border-color: #1c80e7;
  background: #feffff;
  padding: 13px 30px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--info--ghost--large:hover, .button.button--info--ghost--large:focus {
  color: #feffff;
  border-color: #1973cf;
  background: #1973cf;
}
.button.button--info--ghost--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--info--ghost--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--info--ghost--small {
  color: #1c80e7;
  border-width: 2px;
  border-style: solid;
  border-color: #1c80e7;
  background: #feffff;
  padding: 13px 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--info--ghost--small:hover, .button.button--info--ghost--small:focus {
  color: #feffff;
  border-color: #1973cf;
  background: #1973cf;
}
.button.button--info--ghost--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--info--ghost--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--info--ghost--icon {
  color: #1c80e7;
  border-width: 2px;
  border-style: solid;
  border-color: #1c80e7;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 71px;
  width: 75px;
  height: 75px;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.button.button--info--ghost--icon:hover, .button.button--info--ghost--icon:focus {
  color: #feffff;
  border-color: #1973cf;
  background: #1973cf;
}
.button.button--info--ghost--icon:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--info--ghost--icon.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--info--ghost--icon--pulse {
  position: relative;
}
.button.button--info--ghost--icon--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--info--ghost--icon--large {
  color: #1c80e7;
  border-width: 2px;
  border-style: solid;
  border-color: #1c80e7;
  background: #feffff;
  padding: 13px 30px;
  border-width: 4px;
  line-height: 92px;
  width: 100px;
  height: 100px;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
.button.button--info--ghost--icon--large:hover, .button.button--info--ghost--icon--large:focus {
  color: #feffff;
  border-color: #1973cf;
  background: #1973cf;
}
.button.button--info--ghost--icon--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--info--ghost--icon--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--info--ghost--icon--large--pulse {
  position: relative;
}
.button.button--info--ghost--icon--large--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--info--ghost--icon--small {
  color: #1c80e7;
  border-width: 2px;
  border-style: solid;
  border-color: #1c80e7;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 36px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.button.button--info--ghost--icon--small:hover, .button.button--info--ghost--icon--small:focus {
  color: #feffff;
  border-color: #1973cf;
  background: #1973cf;
}
.button.button--info--ghost--icon--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--info--ghost--icon--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--info--ghost--icon--small--pulse {
  position: relative;
}
.button.button--info--ghost--icon--small--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--info--ghost--icon--tiny {
  color: #1c80e7;
  border-width: 2px;
  border-style: solid;
  border-color: #1c80e7;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 22px;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.button.button--info--ghost--icon--tiny:hover, .button.button--info--ghost--icon--tiny:focus {
  color: #feffff;
  border-color: #1973cf;
  background: #1973cf;
}
.button.button--info--ghost--icon--tiny:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--info--ghost--icon--tiny.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--info--ghost--icon--tiny--pulse {
  position: relative;
}
.button.button--info--ghost--icon--tiny--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--info--ghost--link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  border: 0;
  background: none;
  color: #1c80e7;
}
.button.button--info--ghost--link:disabled {
  color: #ddd;
}
.button.button--info--ghost--link--large {
  border: 0;
  background: none;
  color: #1c80e7;
  height: 50px;
  line-height: 60px;
  font-size: 28px;
}
.button.button--info--ghost--link--large:hover, .button.button--info--ghost--link--large:focus {
  color: #1973cf;
}
.button.button--info--ghost--block {
  color: #1c80e7;
  border-width: 2px;
  border-style: solid;
  border-color: #1c80e7;
  background: #feffff;
  padding: 13px 30px;
}
.button.button--info--ghost--block:hover, .button.button--info--ghost--block:focus {
  color: #feffff;
  border-color: #1973cf;
  background: #1973cf;
}
.button.button--info--ghost--block:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--info--ghost--block.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--info--ghost--block--large {
  color: #1c80e7;
  border-width: 2px;
  border-style: solid;
  border-color: #1c80e7;
  background: #feffff;
  padding: 13px 30px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--info--ghost--block--large:hover, .button.button--info--ghost--block--large:focus {
  color: #feffff;
  border-color: #1973cf;
  background: #1973cf;
}
.button.button--info--ghost--block--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--info--ghost--block--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--info--ghost--block--small {
  color: #1c80e7;
  border-width: 2px;
  border-style: solid;
  border-color: #1c80e7;
  background: #feffff;
  padding: 13px 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--info--ghost--block--small:hover, .button.button--info--ghost--block--small:focus {
  color: #feffff;
  border-color: #1973cf;
  background: #1973cf;
}
.button.button--info--ghost--block--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--info--ghost--block--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--info--ghost--block, .button.button--info--ghost--block--large, .button.button--info--ghost--block--small {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button.button--info-light {
  color: #feffff;
  background: #4999ec;
  border: 0;
  border-bottom: 3px solid #1c80e7;
  padding: 14px 20px;
}
.button.button--info-light:hover, .button.button--info-light:focus {
  background: #1c80e7;
}
.button.button--info-light:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--info-light.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--info-light--large {
  color: #feffff;
  background: #4999ec;
  border: 0;
  border-bottom: 3px solid #1c80e7;
  padding: 14px 20px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--info-light--large:hover, .button.button--info-light--large:focus {
  background: #1c80e7;
}
.button.button--info-light--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--info-light--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--info-light--small {
  color: #feffff;
  background: #4999ec;
  border: 0;
  border-bottom: 3px solid #1c80e7;
  padding: 14px 20px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--info-light--small:hover, .button.button--info-light--small:focus {
  background: #1c80e7;
}
.button.button--info-light--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--info-light--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--info-light--icon {
  color: #feffff;
  background: #4999ec;
  border: 0;
  border-bottom: 3px solid #1c80e7;
  padding: 14px 20px;
  line-height: 75px;
  width: 75px;
  height: 75px;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.button.button--info-light--icon:hover, .button.button--info-light--icon:focus {
  background: #1c80e7;
}
.button.button--info-light--icon:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--info-light--icon.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--info-light--icon--pulse {
  position: relative;
}
.button.button--info-light--icon--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--info-light--icon--large {
  color: #feffff;
  background: #4999ec;
  border: 0;
  border-bottom: 3px solid #1c80e7;
  padding: 14px 20px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
.button.button--info-light--icon--large:hover, .button.button--info-light--icon--large:focus {
  background: #1c80e7;
}
.button.button--info-light--icon--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--info-light--icon--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--info-light--icon--large--pulse {
  position: relative;
}
.button.button--info-light--icon--large--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--info-light--icon--small {
  color: #feffff;
  background: #4999ec;
  border: 0;
  border-bottom: 3px solid #1c80e7;
  padding: 14px 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.button.button--info-light--icon--small:hover, .button.button--info-light--icon--small:focus {
  background: #1c80e7;
}
.button.button--info-light--icon--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--info-light--icon--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--info-light--icon--small--pulse {
  position: relative;
}
.button.button--info-light--icon--small--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--info-light--icon--tiny {
  color: #feffff;
  background: #4999ec;
  border: 0;
  border-bottom: 3px solid #1c80e7;
  padding: 14px 20px;
  line-height: 26px;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.button.button--info-light--icon--tiny:hover, .button.button--info-light--icon--tiny:focus {
  background: #1c80e7;
}
.button.button--info-light--icon--tiny:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--info-light--icon--tiny.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--info-light--icon--tiny--pulse {
  position: relative;
}
.button.button--info-light--icon--tiny--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--info-light--link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  border: 0;
  background: none;
  color: #4999ec;
}
.button.button--info-light--link:disabled {
  color: #ddd;
}
.button.button--info-light--link--large {
  border: 0;
  background: none;
  color: #4999ec;
  height: 50px;
  line-height: 60px;
  font-size: 28px;
}
.button.button--info-light--link--large:hover, .button.button--info-light--link--large:focus {
  color: #1c80e7;
}
.button.button--info-light--block {
  color: #feffff;
  background: #4999ec;
  border: 0;
  border-bottom: 3px solid #1c80e7;
  padding: 14px 20px;
}
.button.button--info-light--block:hover, .button.button--info-light--block:focus {
  background: #1c80e7;
}
.button.button--info-light--block:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--info-light--block.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--info-light--block--large {
  color: #feffff;
  background: #4999ec;
  border: 0;
  border-bottom: 3px solid #1c80e7;
  padding: 14px 20px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--info-light--block--large:hover, .button.button--info-light--block--large:focus {
  background: #1c80e7;
}
.button.button--info-light--block--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--info-light--block--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--info-light--block--small {
  color: #feffff;
  background: #4999ec;
  border: 0;
  border-bottom: 3px solid #1c80e7;
  padding: 14px 20px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--info-light--block--small:hover, .button.button--info-light--block--small:focus {
  background: #1c80e7;
}
.button.button--info-light--block--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--info-light--block--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--info-light--block, .button.button--info-light--block--large, .button.button--info-light--block--small {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button.button--info-light--ghost {
  color: #4999ec;
  border-width: 2px;
  border-style: solid;
  border-color: #4999ec;
  background: #feffff;
  padding: 13px 30px;
}
.button.button--info-light--ghost:hover, .button.button--info-light--ghost:focus {
  color: #feffff;
  border-color: #1c80e7;
  background: #1c80e7;
}
.button.button--info-light--ghost:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--info-light--ghost.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--info-light--ghost--large {
  color: #4999ec;
  border-width: 2px;
  border-style: solid;
  border-color: #4999ec;
  background: #feffff;
  padding: 13px 30px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--info-light--ghost--large:hover, .button.button--info-light--ghost--large:focus {
  color: #feffff;
  border-color: #1c80e7;
  background: #1c80e7;
}
.button.button--info-light--ghost--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--info-light--ghost--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--info-light--ghost--small {
  color: #4999ec;
  border-width: 2px;
  border-style: solid;
  border-color: #4999ec;
  background: #feffff;
  padding: 13px 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--info-light--ghost--small:hover, .button.button--info-light--ghost--small:focus {
  color: #feffff;
  border-color: #1c80e7;
  background: #1c80e7;
}
.button.button--info-light--ghost--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--info-light--ghost--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--info-light--ghost--icon {
  color: #4999ec;
  border-width: 2px;
  border-style: solid;
  border-color: #4999ec;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 71px;
  width: 75px;
  height: 75px;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.button.button--info-light--ghost--icon:hover, .button.button--info-light--ghost--icon:focus {
  color: #feffff;
  border-color: #1c80e7;
  background: #1c80e7;
}
.button.button--info-light--ghost--icon:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--info-light--ghost--icon.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--info-light--ghost--icon--pulse {
  position: relative;
}
.button.button--info-light--ghost--icon--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--info-light--ghost--icon--large {
  color: #4999ec;
  border-width: 2px;
  border-style: solid;
  border-color: #4999ec;
  background: #feffff;
  padding: 13px 30px;
  border-width: 4px;
  line-height: 92px;
  width: 100px;
  height: 100px;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
.button.button--info-light--ghost--icon--large:hover, .button.button--info-light--ghost--icon--large:focus {
  color: #feffff;
  border-color: #1c80e7;
  background: #1c80e7;
}
.button.button--info-light--ghost--icon--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--info-light--ghost--icon--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--info-light--ghost--icon--large--pulse {
  position: relative;
}
.button.button--info-light--ghost--icon--large--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--info-light--ghost--icon--small {
  color: #4999ec;
  border-width: 2px;
  border-style: solid;
  border-color: #4999ec;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 36px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.button.button--info-light--ghost--icon--small:hover, .button.button--info-light--ghost--icon--small:focus {
  color: #feffff;
  border-color: #1c80e7;
  background: #1c80e7;
}
.button.button--info-light--ghost--icon--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--info-light--ghost--icon--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--info-light--ghost--icon--small--pulse {
  position: relative;
}
.button.button--info-light--ghost--icon--small--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--info-light--ghost--icon--tiny {
  color: #4999ec;
  border-width: 2px;
  border-style: solid;
  border-color: #4999ec;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 22px;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.button.button--info-light--ghost--icon--tiny:hover, .button.button--info-light--ghost--icon--tiny:focus {
  color: #feffff;
  border-color: #1c80e7;
  background: #1c80e7;
}
.button.button--info-light--ghost--icon--tiny:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--info-light--ghost--icon--tiny.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--info-light--ghost--icon--tiny--pulse {
  position: relative;
}
.button.button--info-light--ghost--icon--tiny--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--info-light--ghost--link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  border: 0;
  background: none;
  color: #4999ec;
}
.button.button--info-light--ghost--link:disabled {
  color: #ddd;
}
.button.button--info-light--ghost--link--large {
  border: 0;
  background: none;
  color: #4999ec;
  height: 50px;
  line-height: 60px;
  font-size: 28px;
}
.button.button--info-light--ghost--link--large:hover, .button.button--info-light--ghost--link--large:focus {
  color: #1c80e7;
}
.button.button--info-light--ghost--block {
  color: #4999ec;
  border-width: 2px;
  border-style: solid;
  border-color: #4999ec;
  background: #feffff;
  padding: 13px 30px;
}
.button.button--info-light--ghost--block:hover, .button.button--info-light--ghost--block:focus {
  color: #feffff;
  border-color: #1c80e7;
  background: #1c80e7;
}
.button.button--info-light--ghost--block:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--info-light--ghost--block.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--info-light--ghost--block--large {
  color: #4999ec;
  border-width: 2px;
  border-style: solid;
  border-color: #4999ec;
  background: #feffff;
  padding: 13px 30px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--info-light--ghost--block--large:hover, .button.button--info-light--ghost--block--large:focus {
  color: #feffff;
  border-color: #1c80e7;
  background: #1c80e7;
}
.button.button--info-light--ghost--block--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--info-light--ghost--block--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--info-light--ghost--block--small {
  color: #4999ec;
  border-width: 2px;
  border-style: solid;
  border-color: #4999ec;
  background: #feffff;
  padding: 13px 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--info-light--ghost--block--small:hover, .button.button--info-light--ghost--block--small:focus {
  color: #feffff;
  border-color: #1c80e7;
  background: #1c80e7;
}
.button.button--info-light--ghost--block--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--info-light--ghost--block--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--info-light--ghost--block, .button.button--info-light--ghost--block--large, .button.button--info-light--ghost--block--small {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button.button--correct {
  color: #feffff;
  background: #3ec1bd;
  border: 0;
  border-bottom: 3px solid #2a8eb1;
  padding: 14px 20px;
}
.button.button--correct:hover, .button.button--correct:focus {
  background: #2a8eb1;
}
.button.button--correct:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--correct.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--correct--large {
  color: #feffff;
  background: #3ec1bd;
  border: 0;
  border-bottom: 3px solid #2a8eb1;
  padding: 14px 20px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--correct--large:hover, .button.button--correct--large:focus {
  background: #2a8eb1;
}
.button.button--correct--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--correct--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--correct--small {
  color: #feffff;
  background: #3ec1bd;
  border: 0;
  border-bottom: 3px solid #2a8eb1;
  padding: 14px 20px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--correct--small:hover, .button.button--correct--small:focus {
  background: #2a8eb1;
}
.button.button--correct--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--correct--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--correct--icon {
  color: #feffff;
  background: #3ec1bd;
  border: 0;
  border-bottom: 3px solid #2a8eb1;
  padding: 14px 20px;
  line-height: 75px;
  width: 75px;
  height: 75px;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.button.button--correct--icon:hover, .button.button--correct--icon:focus {
  background: #2a8eb1;
}
.button.button--correct--icon:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--correct--icon.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--correct--icon--pulse {
  position: relative;
}
.button.button--correct--icon--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--correct--icon--large {
  color: #feffff;
  background: #3ec1bd;
  border: 0;
  border-bottom: 3px solid #2a8eb1;
  padding: 14px 20px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
.button.button--correct--icon--large:hover, .button.button--correct--icon--large:focus {
  background: #2a8eb1;
}
.button.button--correct--icon--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--correct--icon--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--correct--icon--large--pulse {
  position: relative;
}
.button.button--correct--icon--large--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--correct--icon--small {
  color: #feffff;
  background: #3ec1bd;
  border: 0;
  border-bottom: 3px solid #2a8eb1;
  padding: 14px 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.button.button--correct--icon--small:hover, .button.button--correct--icon--small:focus {
  background: #2a8eb1;
}
.button.button--correct--icon--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--correct--icon--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--correct--icon--small--pulse {
  position: relative;
}
.button.button--correct--icon--small--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--correct--icon--tiny {
  color: #feffff;
  background: #3ec1bd;
  border: 0;
  border-bottom: 3px solid #2a8eb1;
  padding: 14px 20px;
  line-height: 26px;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.button.button--correct--icon--tiny:hover, .button.button--correct--icon--tiny:focus {
  background: #2a8eb1;
}
.button.button--correct--icon--tiny:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--correct--icon--tiny.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--correct--icon--tiny--pulse {
  position: relative;
}
.button.button--correct--icon--tiny--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--correct--link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  border: 0;
  background: none;
  color: #3ec1bd;
}
.button.button--correct--link:disabled {
  color: #ddd;
}
.button.button--correct--link--large {
  border: 0;
  background: none;
  color: #3ec1bd;
  height: 50px;
  line-height: 60px;
  font-size: 28px;
}
.button.button--correct--link--large:hover, .button.button--correct--link--large:focus {
  color: #2a8eb1;
}
.button.button--correct--block {
  color: #feffff;
  background: #3ec1bd;
  border: 0;
  border-bottom: 3px solid #2a8eb1;
  padding: 14px 20px;
}
.button.button--correct--block:hover, .button.button--correct--block:focus {
  background: #2a8eb1;
}
.button.button--correct--block:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--correct--block.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--correct--block--large {
  color: #feffff;
  background: #3ec1bd;
  border: 0;
  border-bottom: 3px solid #2a8eb1;
  padding: 14px 20px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--correct--block--large:hover, .button.button--correct--block--large:focus {
  background: #2a8eb1;
}
.button.button--correct--block--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--correct--block--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--correct--block--small {
  color: #feffff;
  background: #3ec1bd;
  border: 0;
  border-bottom: 3px solid #2a8eb1;
  padding: 14px 20px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--correct--block--small:hover, .button.button--correct--block--small:focus {
  background: #2a8eb1;
}
.button.button--correct--block--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--correct--block--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--correct--block, .button.button--correct--block--large, .button.button--correct--block--small {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button.button--correct--ghost {
  color: #3ec1bd;
  border-width: 2px;
  border-style: solid;
  border-color: #3ec1bd;
  background: #feffff;
  padding: 13px 30px;
}
.button.button--correct--ghost:hover, .button.button--correct--ghost:focus {
  color: #feffff;
  border-color: #2a8eb1;
  background: #2a8eb1;
}
.button.button--correct--ghost:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--correct--ghost.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--correct--ghost--large {
  color: #3ec1bd;
  border-width: 2px;
  border-style: solid;
  border-color: #3ec1bd;
  background: #feffff;
  padding: 13px 30px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--correct--ghost--large:hover, .button.button--correct--ghost--large:focus {
  color: #feffff;
  border-color: #2a8eb1;
  background: #2a8eb1;
}
.button.button--correct--ghost--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--correct--ghost--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--correct--ghost--small {
  color: #3ec1bd;
  border-width: 2px;
  border-style: solid;
  border-color: #3ec1bd;
  background: #feffff;
  padding: 13px 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--correct--ghost--small:hover, .button.button--correct--ghost--small:focus {
  color: #feffff;
  border-color: #2a8eb1;
  background: #2a8eb1;
}
.button.button--correct--ghost--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--correct--ghost--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--correct--ghost--icon {
  color: #3ec1bd;
  border-width: 2px;
  border-style: solid;
  border-color: #3ec1bd;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 71px;
  width: 75px;
  height: 75px;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.button.button--correct--ghost--icon:hover, .button.button--correct--ghost--icon:focus {
  color: #feffff;
  border-color: #2a8eb1;
  background: #2a8eb1;
}
.button.button--correct--ghost--icon:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--correct--ghost--icon.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--correct--ghost--icon--pulse {
  position: relative;
}
.button.button--correct--ghost--icon--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--correct--ghost--icon--large {
  color: #3ec1bd;
  border-width: 2px;
  border-style: solid;
  border-color: #3ec1bd;
  background: #feffff;
  padding: 13px 30px;
  border-width: 4px;
  line-height: 92px;
  width: 100px;
  height: 100px;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
.button.button--correct--ghost--icon--large:hover, .button.button--correct--ghost--icon--large:focus {
  color: #feffff;
  border-color: #2a8eb1;
  background: #2a8eb1;
}
.button.button--correct--ghost--icon--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--correct--ghost--icon--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--correct--ghost--icon--large--pulse {
  position: relative;
}
.button.button--correct--ghost--icon--large--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--correct--ghost--icon--small {
  color: #3ec1bd;
  border-width: 2px;
  border-style: solid;
  border-color: #3ec1bd;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 36px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.button.button--correct--ghost--icon--small:hover, .button.button--correct--ghost--icon--small:focus {
  color: #feffff;
  border-color: #2a8eb1;
  background: #2a8eb1;
}
.button.button--correct--ghost--icon--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--correct--ghost--icon--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--correct--ghost--icon--small--pulse {
  position: relative;
}
.button.button--correct--ghost--icon--small--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--correct--ghost--icon--tiny {
  color: #3ec1bd;
  border-width: 2px;
  border-style: solid;
  border-color: #3ec1bd;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 22px;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.button.button--correct--ghost--icon--tiny:hover, .button.button--correct--ghost--icon--tiny:focus {
  color: #feffff;
  border-color: #2a8eb1;
  background: #2a8eb1;
}
.button.button--correct--ghost--icon--tiny:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--correct--ghost--icon--tiny.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--correct--ghost--icon--tiny--pulse {
  position: relative;
}
.button.button--correct--ghost--icon--tiny--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--correct--ghost--link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  border: 0;
  background: none;
  color: #3ec1bd;
}
.button.button--correct--ghost--link:disabled {
  color: #ddd;
}
.button.button--correct--ghost--link--large {
  border: 0;
  background: none;
  color: #3ec1bd;
  height: 50px;
  line-height: 60px;
  font-size: 28px;
}
.button.button--correct--ghost--link--large:hover, .button.button--correct--ghost--link--large:focus {
  color: #2a8eb1;
}
.button.button--correct--ghost--block {
  color: #3ec1bd;
  border-width: 2px;
  border-style: solid;
  border-color: #3ec1bd;
  background: #feffff;
  padding: 13px 30px;
}
.button.button--correct--ghost--block:hover, .button.button--correct--ghost--block:focus {
  color: #feffff;
  border-color: #2a8eb1;
  background: #2a8eb1;
}
.button.button--correct--ghost--block:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--correct--ghost--block.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--correct--ghost--block--large {
  color: #3ec1bd;
  border-width: 2px;
  border-style: solid;
  border-color: #3ec1bd;
  background: #feffff;
  padding: 13px 30px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--correct--ghost--block--large:hover, .button.button--correct--ghost--block--large:focus {
  color: #feffff;
  border-color: #2a8eb1;
  background: #2a8eb1;
}
.button.button--correct--ghost--block--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--correct--ghost--block--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--correct--ghost--block--small {
  color: #3ec1bd;
  border-width: 2px;
  border-style: solid;
  border-color: #3ec1bd;
  background: #feffff;
  padding: 13px 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--correct--ghost--block--small:hover, .button.button--correct--ghost--block--small:focus {
  color: #feffff;
  border-color: #2a8eb1;
  background: #2a8eb1;
}
.button.button--correct--ghost--block--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--correct--ghost--block--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--correct--ghost--block, .button.button--correct--ghost--block--large, .button.button--correct--ghost--block--small {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button.button--danger {
  color: #feffff;
  background: #ee5555;
  border: 0;
  border-bottom: 3px solid #df4949;
  padding: 14px 20px;
}
.button.button--danger:hover, .button.button--danger:focus {
  background: #df4949;
}
.button.button--danger:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--danger.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--danger--large {
  color: #feffff;
  background: #ee5555;
  border: 0;
  border-bottom: 3px solid #df4949;
  padding: 14px 20px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--danger--large:hover, .button.button--danger--large:focus {
  background: #df4949;
}
.button.button--danger--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--danger--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--danger--small {
  color: #feffff;
  background: #ee5555;
  border: 0;
  border-bottom: 3px solid #df4949;
  padding: 14px 20px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--danger--small:hover, .button.button--danger--small:focus {
  background: #df4949;
}
.button.button--danger--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--danger--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--danger--icon {
  color: #feffff;
  background: #ee5555;
  border: 0;
  border-bottom: 3px solid #df4949;
  padding: 14px 20px;
  line-height: 75px;
  width: 75px;
  height: 75px;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.button.button--danger--icon:hover, .button.button--danger--icon:focus {
  background: #df4949;
}
.button.button--danger--icon:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--danger--icon.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--danger--icon--pulse {
  position: relative;
}
.button.button--danger--icon--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--danger--icon--large {
  color: #feffff;
  background: #ee5555;
  border: 0;
  border-bottom: 3px solid #df4949;
  padding: 14px 20px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
.button.button--danger--icon--large:hover, .button.button--danger--icon--large:focus {
  background: #df4949;
}
.button.button--danger--icon--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--danger--icon--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--danger--icon--large--pulse {
  position: relative;
}
.button.button--danger--icon--large--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--danger--icon--small {
  color: #feffff;
  background: #ee5555;
  border: 0;
  border-bottom: 3px solid #df4949;
  padding: 14px 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.button.button--danger--icon--small:hover, .button.button--danger--icon--small:focus {
  background: #df4949;
}
.button.button--danger--icon--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--danger--icon--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--danger--icon--small--pulse {
  position: relative;
}
.button.button--danger--icon--small--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--danger--icon--tiny {
  color: #feffff;
  background: #ee5555;
  border: 0;
  border-bottom: 3px solid #df4949;
  padding: 14px 20px;
  line-height: 26px;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.button.button--danger--icon--tiny:hover, .button.button--danger--icon--tiny:focus {
  background: #df4949;
}
.button.button--danger--icon--tiny:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--danger--icon--tiny.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--danger--icon--tiny--pulse {
  position: relative;
}
.button.button--danger--icon--tiny--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--danger--link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  border: 0;
  background: none;
  color: #ee5555;
}
.button.button--danger--link:disabled {
  color: #ddd;
}
.button.button--danger--link--large {
  border: 0;
  background: none;
  color: #ee5555;
  height: 50px;
  line-height: 60px;
  font-size: 28px;
}
.button.button--danger--link--large:hover, .button.button--danger--link--large:focus {
  color: #df4949;
}
.button.button--danger--block {
  color: #feffff;
  background: #ee5555;
  border: 0;
  border-bottom: 3px solid #df4949;
  padding: 14px 20px;
}
.button.button--danger--block:hover, .button.button--danger--block:focus {
  background: #df4949;
}
.button.button--danger--block:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--danger--block.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--danger--block--large {
  color: #feffff;
  background: #ee5555;
  border: 0;
  border-bottom: 3px solid #df4949;
  padding: 14px 20px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--danger--block--large:hover, .button.button--danger--block--large:focus {
  background: #df4949;
}
.button.button--danger--block--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--danger--block--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--danger--block--small {
  color: #feffff;
  background: #ee5555;
  border: 0;
  border-bottom: 3px solid #df4949;
  padding: 14px 20px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--danger--block--small:hover, .button.button--danger--block--small:focus {
  background: #df4949;
}
.button.button--danger--block--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--danger--block--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--danger--block, .button.button--danger--block--large, .button.button--danger--block--small {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button.button--danger--ghost {
  color: #ee5555;
  border-width: 2px;
  border-style: solid;
  border-color: #ee5555;
  background: #feffff;
  padding: 13px 30px;
}
.button.button--danger--ghost:hover, .button.button--danger--ghost:focus {
  color: #feffff;
  border-color: #df4949;
  background: #df4949;
}
.button.button--danger--ghost:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--danger--ghost.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--danger--ghost--large {
  color: #ee5555;
  border-width: 2px;
  border-style: solid;
  border-color: #ee5555;
  background: #feffff;
  padding: 13px 30px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--danger--ghost--large:hover, .button.button--danger--ghost--large:focus {
  color: #feffff;
  border-color: #df4949;
  background: #df4949;
}
.button.button--danger--ghost--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--danger--ghost--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--danger--ghost--small {
  color: #ee5555;
  border-width: 2px;
  border-style: solid;
  border-color: #ee5555;
  background: #feffff;
  padding: 13px 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--danger--ghost--small:hover, .button.button--danger--ghost--small:focus {
  color: #feffff;
  border-color: #df4949;
  background: #df4949;
}
.button.button--danger--ghost--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--danger--ghost--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--danger--ghost--icon {
  color: #ee5555;
  border-width: 2px;
  border-style: solid;
  border-color: #ee5555;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 71px;
  width: 75px;
  height: 75px;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.button.button--danger--ghost--icon:hover, .button.button--danger--ghost--icon:focus {
  color: #feffff;
  border-color: #df4949;
  background: #df4949;
}
.button.button--danger--ghost--icon:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--danger--ghost--icon.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--danger--ghost--icon--pulse {
  position: relative;
}
.button.button--danger--ghost--icon--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--danger--ghost--icon--large {
  color: #ee5555;
  border-width: 2px;
  border-style: solid;
  border-color: #ee5555;
  background: #feffff;
  padding: 13px 30px;
  border-width: 4px;
  line-height: 92px;
  width: 100px;
  height: 100px;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
.button.button--danger--ghost--icon--large:hover, .button.button--danger--ghost--icon--large:focus {
  color: #feffff;
  border-color: #df4949;
  background: #df4949;
}
.button.button--danger--ghost--icon--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--danger--ghost--icon--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--danger--ghost--icon--large--pulse {
  position: relative;
}
.button.button--danger--ghost--icon--large--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--danger--ghost--icon--small {
  color: #ee5555;
  border-width: 2px;
  border-style: solid;
  border-color: #ee5555;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 36px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.button.button--danger--ghost--icon--small:hover, .button.button--danger--ghost--icon--small:focus {
  color: #feffff;
  border-color: #df4949;
  background: #df4949;
}
.button.button--danger--ghost--icon--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--danger--ghost--icon--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--danger--ghost--icon--small--pulse {
  position: relative;
}
.button.button--danger--ghost--icon--small--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--danger--ghost--icon--tiny {
  color: #ee5555;
  border-width: 2px;
  border-style: solid;
  border-color: #ee5555;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 22px;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.button.button--danger--ghost--icon--tiny:hover, .button.button--danger--ghost--icon--tiny:focus {
  color: #feffff;
  border-color: #df4949;
  background: #df4949;
}
.button.button--danger--ghost--icon--tiny:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--danger--ghost--icon--tiny.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--danger--ghost--icon--tiny--pulse {
  position: relative;
}
.button.button--danger--ghost--icon--tiny--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--danger--ghost--link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  border: 0;
  background: none;
  color: #ee5555;
}
.button.button--danger--ghost--link:disabled {
  color: #ddd;
}
.button.button--danger--ghost--link--large {
  border: 0;
  background: none;
  color: #ee5555;
  height: 50px;
  line-height: 60px;
  font-size: 28px;
}
.button.button--danger--ghost--link--large:hover, .button.button--danger--ghost--link--large:focus {
  color: #df4949;
}
.button.button--danger--ghost--block {
  color: #ee5555;
  border-width: 2px;
  border-style: solid;
  border-color: #ee5555;
  background: #feffff;
  padding: 13px 30px;
}
.button.button--danger--ghost--block:hover, .button.button--danger--ghost--block:focus {
  color: #feffff;
  border-color: #df4949;
  background: #df4949;
}
.button.button--danger--ghost--block:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--danger--ghost--block.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--danger--ghost--block--large {
  color: #ee5555;
  border-width: 2px;
  border-style: solid;
  border-color: #ee5555;
  background: #feffff;
  padding: 13px 30px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--danger--ghost--block--large:hover, .button.button--danger--ghost--block--large:focus {
  color: #feffff;
  border-color: #df4949;
  background: #df4949;
}
.button.button--danger--ghost--block--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--danger--ghost--block--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--danger--ghost--block--small {
  color: #ee5555;
  border-width: 2px;
  border-style: solid;
  border-color: #ee5555;
  background: #feffff;
  padding: 13px 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--danger--ghost--block--small:hover, .button.button--danger--ghost--block--small:focus {
  color: #feffff;
  border-color: #df4949;
  background: #df4949;
}
.button.button--danger--ghost--block--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--danger--ghost--block--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--danger--ghost--block, .button.button--danger--ghost--block--large, .button.button--danger--ghost--block--small {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button.button--muted {
  color: #feffff;
  background: #888;
  border: 0;
  border-bottom: 3px solid #444;
  padding: 14px 20px;
}
.button.button--muted:hover, .button.button--muted:focus {
  background: #444;
}
.button.button--muted:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--muted.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--muted--large {
  color: #feffff;
  background: #888;
  border: 0;
  border-bottom: 3px solid #444;
  padding: 14px 20px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--muted--large:hover, .button.button--muted--large:focus {
  background: #444;
}
.button.button--muted--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--muted--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--muted--small {
  color: #feffff;
  background: #888;
  border: 0;
  border-bottom: 3px solid #444;
  padding: 14px 20px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--muted--small:hover, .button.button--muted--small:focus {
  background: #444;
}
.button.button--muted--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--muted--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--muted--icon {
  color: #feffff;
  background: #888;
  border: 0;
  border-bottom: 3px solid #444;
  padding: 14px 20px;
  line-height: 75px;
  width: 75px;
  height: 75px;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.button.button--muted--icon:hover, .button.button--muted--icon:focus {
  background: #444;
}
.button.button--muted--icon:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--muted--icon.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--muted--icon--pulse {
  position: relative;
}
.button.button--muted--icon--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--muted--icon--large {
  color: #feffff;
  background: #888;
  border: 0;
  border-bottom: 3px solid #444;
  padding: 14px 20px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
.button.button--muted--icon--large:hover, .button.button--muted--icon--large:focus {
  background: #444;
}
.button.button--muted--icon--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--muted--icon--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--muted--icon--large--pulse {
  position: relative;
}
.button.button--muted--icon--large--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--muted--icon--small {
  color: #feffff;
  background: #888;
  border: 0;
  border-bottom: 3px solid #444;
  padding: 14px 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.button.button--muted--icon--small:hover, .button.button--muted--icon--small:focus {
  background: #444;
}
.button.button--muted--icon--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--muted--icon--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--muted--icon--small--pulse {
  position: relative;
}
.button.button--muted--icon--small--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--muted--icon--tiny {
  color: #feffff;
  background: #888;
  border: 0;
  border-bottom: 3px solid #444;
  padding: 14px 20px;
  line-height: 26px;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.button.button--muted--icon--tiny:hover, .button.button--muted--icon--tiny:focus {
  background: #444;
}
.button.button--muted--icon--tiny:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--muted--icon--tiny.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--muted--icon--tiny--pulse {
  position: relative;
}
.button.button--muted--icon--tiny--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--muted--link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  border: 0;
  background: none;
  color: #888;
}
.button.button--muted--link:disabled {
  color: #ddd;
}
.button.button--muted--link--large {
  border: 0;
  background: none;
  color: #888;
  height: 50px;
  line-height: 60px;
  font-size: 28px;
}
.button.button--muted--link--large:hover, .button.button--muted--link--large:focus {
  color: #444;
}
.button.button--muted--block {
  color: #feffff;
  background: #888;
  border: 0;
  border-bottom: 3px solid #444;
  padding: 14px 20px;
}
.button.button--muted--block:hover, .button.button--muted--block:focus {
  background: #444;
}
.button.button--muted--block:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--muted--block.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--muted--block--large {
  color: #feffff;
  background: #888;
  border: 0;
  border-bottom: 3px solid #444;
  padding: 14px 20px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--muted--block--large:hover, .button.button--muted--block--large:focus {
  background: #444;
}
.button.button--muted--block--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--muted--block--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--muted--block--small {
  color: #feffff;
  background: #888;
  border: 0;
  border-bottom: 3px solid #444;
  padding: 14px 20px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--muted--block--small:hover, .button.button--muted--block--small:focus {
  background: #444;
}
.button.button--muted--block--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--muted--block--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--muted--block, .button.button--muted--block--large, .button.button--muted--block--small {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button.button--muted--ghost {
  color: #888;
  border-width: 2px;
  border-style: solid;
  border-color: #888;
  background: #feffff;
  padding: 13px 30px;
}
.button.button--muted--ghost:hover, .button.button--muted--ghost:focus {
  color: #feffff;
  border-color: #444;
  background: #444;
}
.button.button--muted--ghost:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--muted--ghost.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--muted--ghost--large {
  color: #888;
  border-width: 2px;
  border-style: solid;
  border-color: #888;
  background: #feffff;
  padding: 13px 30px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--muted--ghost--large:hover, .button.button--muted--ghost--large:focus {
  color: #feffff;
  border-color: #444;
  background: #444;
}
.button.button--muted--ghost--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--muted--ghost--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--muted--ghost--small {
  color: #888;
  border-width: 2px;
  border-style: solid;
  border-color: #888;
  background: #feffff;
  padding: 13px 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--muted--ghost--small:hover, .button.button--muted--ghost--small:focus {
  color: #feffff;
  border-color: #444;
  background: #444;
}
.button.button--muted--ghost--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--muted--ghost--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--muted--ghost--icon {
  color: #888;
  border-width: 2px;
  border-style: solid;
  border-color: #888;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 71px;
  width: 75px;
  height: 75px;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.button.button--muted--ghost--icon:hover, .button.button--muted--ghost--icon:focus {
  color: #feffff;
  border-color: #444;
  background: #444;
}
.button.button--muted--ghost--icon:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--muted--ghost--icon.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--muted--ghost--icon--pulse {
  position: relative;
}
.button.button--muted--ghost--icon--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--muted--ghost--icon--large {
  color: #888;
  border-width: 2px;
  border-style: solid;
  border-color: #888;
  background: #feffff;
  padding: 13px 30px;
  border-width: 4px;
  line-height: 92px;
  width: 100px;
  height: 100px;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
.button.button--muted--ghost--icon--large:hover, .button.button--muted--ghost--icon--large:focus {
  color: #feffff;
  border-color: #444;
  background: #444;
}
.button.button--muted--ghost--icon--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--muted--ghost--icon--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--muted--ghost--icon--large--pulse {
  position: relative;
}
.button.button--muted--ghost--icon--large--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--muted--ghost--icon--small {
  color: #888;
  border-width: 2px;
  border-style: solid;
  border-color: #888;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 36px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.button.button--muted--ghost--icon--small:hover, .button.button--muted--ghost--icon--small:focus {
  color: #feffff;
  border-color: #444;
  background: #444;
}
.button.button--muted--ghost--icon--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--muted--ghost--icon--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--muted--ghost--icon--small--pulse {
  position: relative;
}
.button.button--muted--ghost--icon--small--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--muted--ghost--icon--tiny {
  color: #888;
  border-width: 2px;
  border-style: solid;
  border-color: #888;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 22px;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.button.button--muted--ghost--icon--tiny:hover, .button.button--muted--ghost--icon--tiny:focus {
  color: #feffff;
  border-color: #444;
  background: #444;
}
.button.button--muted--ghost--icon--tiny:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--muted--ghost--icon--tiny.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--muted--ghost--icon--tiny--pulse {
  position: relative;
}
.button.button--muted--ghost--icon--tiny--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--muted--ghost--link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  border: 0;
  background: none;
  color: #888;
}
.button.button--muted--ghost--link:disabled {
  color: #ddd;
}
.button.button--muted--ghost--link--large {
  border: 0;
  background: none;
  color: #888;
  height: 50px;
  line-height: 60px;
  font-size: 28px;
}
.button.button--muted--ghost--link--large:hover, .button.button--muted--ghost--link--large:focus {
  color: #444;
}
.button.button--muted--ghost--block {
  color: #888;
  border-width: 2px;
  border-style: solid;
  border-color: #888;
  background: #feffff;
  padding: 13px 30px;
}
.button.button--muted--ghost--block:hover, .button.button--muted--ghost--block:focus {
  color: #feffff;
  border-color: #444;
  background: #444;
}
.button.button--muted--ghost--block:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--muted--ghost--block.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--muted--ghost--block--large {
  color: #888;
  border-width: 2px;
  border-style: solid;
  border-color: #888;
  background: #feffff;
  padding: 13px 30px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--muted--ghost--block--large:hover, .button.button--muted--ghost--block--large:focus {
  color: #feffff;
  border-color: #444;
  background: #444;
}
.button.button--muted--ghost--block--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--muted--ghost--block--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--muted--ghost--block--small {
  color: #888;
  border-width: 2px;
  border-style: solid;
  border-color: #888;
  background: #feffff;
  padding: 13px 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--muted--ghost--block--small:hover, .button.button--muted--ghost--block--small:focus {
  color: #feffff;
  border-color: #444;
  background: #444;
}
.button.button--muted--ghost--block--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--muted--ghost--block--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--muted--ghost--block, .button.button--muted--ghost--block--large, .button.button--muted--ghost--block--small {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button.button--gray-white {
  color: #feffff;
  background: #feffff;
  border: 0;
  border-bottom: 3px solid #e0e0e0;
  padding: 14px 20px;
}
.button.button--gray-white:hover, .button.button--gray-white:focus {
  background: #e0e0e0;
}
.button.button--gray-white:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--gray-white.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--gray-white--large {
  color: #feffff;
  background: #feffff;
  border: 0;
  border-bottom: 3px solid #e0e0e0;
  padding: 14px 20px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--gray-white--large:hover, .button.button--gray-white--large:focus {
  background: #e0e0e0;
}
.button.button--gray-white--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--gray-white--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--gray-white--small {
  color: #feffff;
  background: #feffff;
  border: 0;
  border-bottom: 3px solid #e0e0e0;
  padding: 14px 20px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--gray-white--small:hover, .button.button--gray-white--small:focus {
  background: #e0e0e0;
}
.button.button--gray-white--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--gray-white--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--gray-white--icon {
  color: #feffff;
  background: #feffff;
  border: 0;
  border-bottom: 3px solid #e0e0e0;
  padding: 14px 20px;
  line-height: 75px;
  width: 75px;
  height: 75px;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.button.button--gray-white--icon:hover, .button.button--gray-white--icon:focus {
  background: #e0e0e0;
}
.button.button--gray-white--icon:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--gray-white--icon.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--gray-white--icon--pulse {
  position: relative;
}
.button.button--gray-white--icon--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--gray-white--icon--large {
  color: #feffff;
  background: #feffff;
  border: 0;
  border-bottom: 3px solid #e0e0e0;
  padding: 14px 20px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
.button.button--gray-white--icon--large:hover, .button.button--gray-white--icon--large:focus {
  background: #e0e0e0;
}
.button.button--gray-white--icon--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--gray-white--icon--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--gray-white--icon--large--pulse {
  position: relative;
}
.button.button--gray-white--icon--large--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--gray-white--icon--small {
  color: #feffff;
  background: #feffff;
  border: 0;
  border-bottom: 3px solid #e0e0e0;
  padding: 14px 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.button.button--gray-white--icon--small:hover, .button.button--gray-white--icon--small:focus {
  background: #e0e0e0;
}
.button.button--gray-white--icon--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--gray-white--icon--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--gray-white--icon--small--pulse {
  position: relative;
}
.button.button--gray-white--icon--small--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--gray-white--icon--tiny {
  color: #feffff;
  background: #feffff;
  border: 0;
  border-bottom: 3px solid #e0e0e0;
  padding: 14px 20px;
  line-height: 26px;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.button.button--gray-white--icon--tiny:hover, .button.button--gray-white--icon--tiny:focus {
  background: #e0e0e0;
}
.button.button--gray-white--icon--tiny:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--gray-white--icon--tiny.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--gray-white--icon--tiny--pulse {
  position: relative;
}
.button.button--gray-white--icon--tiny--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--gray-white--link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  border: 0;
  background: none;
  color: #feffff;
}
.button.button--gray-white--link:disabled {
  color: #ddd;
}
.button.button--gray-white--link--large {
  border: 0;
  background: none;
  color: #feffff;
  height: 50px;
  line-height: 60px;
  font-size: 28px;
}
.button.button--gray-white--link--large:hover, .button.button--gray-white--link--large:focus {
  color: #e0e0e0;
}
.button.button--gray-white--block {
  color: #feffff;
  background: #feffff;
  border: 0;
  border-bottom: 3px solid #e0e0e0;
  padding: 14px 20px;
}
.button.button--gray-white--block:hover, .button.button--gray-white--block:focus {
  background: #e0e0e0;
}
.button.button--gray-white--block:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--gray-white--block.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--gray-white--block--large {
  color: #feffff;
  background: #feffff;
  border: 0;
  border-bottom: 3px solid #e0e0e0;
  padding: 14px 20px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--gray-white--block--large:hover, .button.button--gray-white--block--large:focus {
  background: #e0e0e0;
}
.button.button--gray-white--block--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--gray-white--block--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--gray-white--block--small {
  color: #feffff;
  background: #feffff;
  border: 0;
  border-bottom: 3px solid #e0e0e0;
  padding: 14px 20px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--gray-white--block--small:hover, .button.button--gray-white--block--small:focus {
  background: #e0e0e0;
}
.button.button--gray-white--block--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--gray-white--block--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--gray-white--block, .button.button--gray-white--block--large, .button.button--gray-white--block--small {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button.button--gray-white--ghost {
  color: #feffff;
  border-width: 2px;
  border-style: solid;
  border-color: #feffff;
  background: none;
  padding: 13px 30px;
}
.button.button--gray-white--ghost:hover, .button.button--gray-white--ghost:focus {
  color: #feffff;
  border-color: #e0e0e0;
  background: rgba(254, 255, 255, 0.3);
}
.button.button--gray-white--ghost:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--gray-white--ghost.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--gray-white--ghost--large {
  color: #feffff;
  border-width: 2px;
  border-style: solid;
  border-color: #feffff;
  background: none;
  padding: 13px 30px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--gray-white--ghost--large:hover, .button.button--gray-white--ghost--large:focus {
  color: #feffff;
  border-color: #e0e0e0;
  background: rgba(254, 255, 255, 0.3);
}
.button.button--gray-white--ghost--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--gray-white--ghost--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--gray-white--ghost--small {
  color: #feffff;
  border-width: 2px;
  border-style: solid;
  border-color: #feffff;
  background: none;
  padding: 13px 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--gray-white--ghost--small:hover, .button.button--gray-white--ghost--small:focus {
  color: #feffff;
  border-color: #e0e0e0;
  background: rgba(254, 255, 255, 0.3);
}
.button.button--gray-white--ghost--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--gray-white--ghost--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--gray-white--ghost--icon {
  color: #feffff;
  border-width: 2px;
  border-style: solid;
  border-color: #feffff;
  background: none;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 71px;
  width: 75px;
  height: 75px;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.button.button--gray-white--ghost--icon:hover, .button.button--gray-white--ghost--icon:focus {
  color: #feffff;
  border-color: #e0e0e0;
  background: rgba(254, 255, 255, 0.3);
}
.button.button--gray-white--ghost--icon:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--gray-white--ghost--icon.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--gray-white--ghost--icon--pulse {
  position: relative;
}
.button.button--gray-white--ghost--icon--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--gray-white--ghost--icon--large {
  color: #feffff;
  border-width: 2px;
  border-style: solid;
  border-color: #feffff;
  background: none;
  padding: 13px 30px;
  border-width: 4px;
  line-height: 92px;
  width: 100px;
  height: 100px;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
.button.button--gray-white--ghost--icon--large:hover, .button.button--gray-white--ghost--icon--large:focus {
  color: #feffff;
  border-color: #e0e0e0;
  background: rgba(254, 255, 255, 0.3);
}
.button.button--gray-white--ghost--icon--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--gray-white--ghost--icon--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--gray-white--ghost--icon--large--pulse {
  position: relative;
}
.button.button--gray-white--ghost--icon--large--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--gray-white--ghost--icon--small {
  color: #feffff;
  border-width: 2px;
  border-style: solid;
  border-color: #feffff;
  background: none;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 36px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.button.button--gray-white--ghost--icon--small:hover, .button.button--gray-white--ghost--icon--small:focus {
  color: #feffff;
  border-color: #e0e0e0;
  background: rgba(254, 255, 255, 0.3);
}
.button.button--gray-white--ghost--icon--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--gray-white--ghost--icon--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--gray-white--ghost--icon--small--pulse {
  position: relative;
}
.button.button--gray-white--ghost--icon--small--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--gray-white--ghost--icon--tiny {
  color: #feffff;
  border-width: 2px;
  border-style: solid;
  border-color: #feffff;
  background: none;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 22px;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.button.button--gray-white--ghost--icon--tiny:hover, .button.button--gray-white--ghost--icon--tiny:focus {
  color: #feffff;
  border-color: #e0e0e0;
  background: rgba(254, 255, 255, 0.3);
}
.button.button--gray-white--ghost--icon--tiny:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--gray-white--ghost--icon--tiny.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--gray-white--ghost--icon--tiny--pulse {
  position: relative;
}
.button.button--gray-white--ghost--icon--tiny--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--gray-white--ghost--link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  border: 0;
  background: none;
  color: #feffff;
}
.button.button--gray-white--ghost--link:disabled {
  color: #ddd;
}
.button.button--gray-white--ghost--link--large {
  border: 0;
  background: none;
  color: #feffff;
  height: 50px;
  line-height: 60px;
  font-size: 28px;
}
.button.button--gray-white--ghost--link--large:hover, .button.button--gray-white--ghost--link--large:focus {
  color: #e0e0e0;
}
.button.button--gray-white--ghost--block {
  color: #feffff;
  border-width: 2px;
  border-style: solid;
  border-color: #feffff;
  background: none;
  padding: 13px 30px;
}
.button.button--gray-white--ghost--block:hover, .button.button--gray-white--ghost--block:focus {
  color: #feffff;
  border-color: #e0e0e0;
  background: rgba(254, 255, 255, 0.3);
}
.button.button--gray-white--ghost--block:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--gray-white--ghost--block.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--gray-white--ghost--block--large {
  color: #feffff;
  border-width: 2px;
  border-style: solid;
  border-color: #feffff;
  background: none;
  padding: 13px 30px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--gray-white--ghost--block--large:hover, .button.button--gray-white--ghost--block--large:focus {
  color: #feffff;
  border-color: #e0e0e0;
  background: rgba(254, 255, 255, 0.3);
}
.button.button--gray-white--ghost--block--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--gray-white--ghost--block--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--gray-white--ghost--block--small {
  color: #feffff;
  border-width: 2px;
  border-style: solid;
  border-color: #feffff;
  background: none;
  padding: 13px 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--gray-white--ghost--block--small:hover, .button.button--gray-white--ghost--block--small:focus {
  color: #feffff;
  border-color: #e0e0e0;
  background: rgba(254, 255, 255, 0.3);
}
.button.button--gray-white--ghost--block--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--gray-white--ghost--block--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--gray-white--ghost--block, .button.button--gray-white--ghost--block--large, .button.button--gray-white--ghost--block--small {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button.button--invert {
  color: #feffff;
  background: #feffff;
  border: 0;
  border-bottom: 3px solid rgba(254, 255, 255, 0.8);
  padding: 14px 20px;
}
.button.button--invert:hover, .button.button--invert:focus {
  background: rgba(254, 255, 255, 0.8);
}
.button.button--invert:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--invert.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--invert--large {
  color: #feffff;
  background: #feffff;
  border: 0;
  border-bottom: 3px solid rgba(254, 255, 255, 0.8);
  padding: 14px 20px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--invert--large:hover, .button.button--invert--large:focus {
  background: rgba(254, 255, 255, 0.8);
}
.button.button--invert--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--invert--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--invert--small {
  color: #feffff;
  background: #feffff;
  border: 0;
  border-bottom: 3px solid rgba(254, 255, 255, 0.8);
  padding: 14px 20px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--invert--small:hover, .button.button--invert--small:focus {
  background: rgba(254, 255, 255, 0.8);
}
.button.button--invert--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--invert--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--invert--icon {
  color: #feffff;
  background: #feffff;
  border: 0;
  border-bottom: 3px solid rgba(254, 255, 255, 0.8);
  padding: 14px 20px;
  line-height: 75px;
  width: 75px;
  height: 75px;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.button.button--invert--icon:hover, .button.button--invert--icon:focus {
  background: rgba(254, 255, 255, 0.8);
}
.button.button--invert--icon:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--invert--icon.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--invert--icon--pulse {
  position: relative;
}
.button.button--invert--icon--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--invert--icon--large {
  color: #feffff;
  background: #feffff;
  border: 0;
  border-bottom: 3px solid rgba(254, 255, 255, 0.8);
  padding: 14px 20px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
.button.button--invert--icon--large:hover, .button.button--invert--icon--large:focus {
  background: rgba(254, 255, 255, 0.8);
}
.button.button--invert--icon--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--invert--icon--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--invert--icon--large--pulse {
  position: relative;
}
.button.button--invert--icon--large--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--invert--icon--small {
  color: #feffff;
  background: #feffff;
  border: 0;
  border-bottom: 3px solid rgba(254, 255, 255, 0.8);
  padding: 14px 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.button.button--invert--icon--small:hover, .button.button--invert--icon--small:focus {
  background: rgba(254, 255, 255, 0.8);
}
.button.button--invert--icon--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--invert--icon--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--invert--icon--small--pulse {
  position: relative;
}
.button.button--invert--icon--small--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--invert--icon--tiny {
  color: #feffff;
  background: #feffff;
  border: 0;
  border-bottom: 3px solid rgba(254, 255, 255, 0.8);
  padding: 14px 20px;
  line-height: 26px;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.button.button--invert--icon--tiny:hover, .button.button--invert--icon--tiny:focus {
  background: rgba(254, 255, 255, 0.8);
}
.button.button--invert--icon--tiny:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--invert--icon--tiny.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--invert--icon--tiny--pulse {
  position: relative;
}
.button.button--invert--icon--tiny--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--invert--link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  border: 0;
  background: none;
  color: #feffff;
}
.button.button--invert--link:disabled {
  color: #ddd;
}
.button.button--invert--link--large {
  border: 0;
  background: none;
  color: #feffff;
  height: 50px;
  line-height: 60px;
  font-size: 28px;
}
.button.button--invert--link--large:hover, .button.button--invert--link--large:focus {
  color: rgba(254, 255, 255, 0.8);
}
.button.button--invert--block {
  color: #feffff;
  background: #feffff;
  border: 0;
  border-bottom: 3px solid rgba(254, 255, 255, 0.8);
  padding: 14px 20px;
}
.button.button--invert--block:hover, .button.button--invert--block:focus {
  background: rgba(254, 255, 255, 0.8);
}
.button.button--invert--block:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--invert--block.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--invert--block--large {
  color: #feffff;
  background: #feffff;
  border: 0;
  border-bottom: 3px solid rgba(254, 255, 255, 0.8);
  padding: 14px 20px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--invert--block--large:hover, .button.button--invert--block--large:focus {
  background: rgba(254, 255, 255, 0.8);
}
.button.button--invert--block--large:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--invert--block--large.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--invert--block--small {
  color: #feffff;
  background: #feffff;
  border: 0;
  border-bottom: 3px solid rgba(254, 255, 255, 0.8);
  padding: 14px 20px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--invert--block--small:hover, .button.button--invert--block--small:focus {
  background: rgba(254, 255, 255, 0.8);
}
.button.button--invert--block--small:disabled {
  border-color: #ddd;
  background: #ddd;
}
.button.button--invert--block--small.disabled {
  border-color: #ddd !important;
  background: #ddd !important;
  cursor: default;
}
.button.button--invert--block, .button.button--invert--block--large, .button.button--invert--block--small {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button.button--invert--ghost {
  color: #feffff;
  border-width: 2px;
  border-style: solid;
  border-color: #feffff;
  background: #feffff;
  padding: 13px 30px;
}
.button.button--invert--ghost:hover, .button.button--invert--ghost:focus {
  color: #feffff;
  border-color: rgba(254, 255, 255, 0.8);
  background: rgba(254, 255, 255, 0.8);
}
.button.button--invert--ghost:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--invert--ghost.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--invert--ghost--large {
  color: #feffff;
  border-width: 2px;
  border-style: solid;
  border-color: #feffff;
  background: #feffff;
  padding: 13px 30px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--invert--ghost--large:hover, .button.button--invert--ghost--large:focus {
  color: #feffff;
  border-color: rgba(254, 255, 255, 0.8);
  background: rgba(254, 255, 255, 0.8);
}
.button.button--invert--ghost--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--invert--ghost--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--invert--ghost--small {
  color: #feffff;
  border-width: 2px;
  border-style: solid;
  border-color: #feffff;
  background: #feffff;
  padding: 13px 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--invert--ghost--small:hover, .button.button--invert--ghost--small:focus {
  color: #feffff;
  border-color: rgba(254, 255, 255, 0.8);
  background: rgba(254, 255, 255, 0.8);
}
.button.button--invert--ghost--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--invert--ghost--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--invert--ghost--icon {
  color: #feffff;
  border-width: 2px;
  border-style: solid;
  border-color: #feffff;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 71px;
  width: 75px;
  height: 75px;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.button.button--invert--ghost--icon:hover, .button.button--invert--ghost--icon:focus {
  color: #feffff;
  border-color: rgba(254, 255, 255, 0.8);
  background: rgba(254, 255, 255, 0.8);
}
.button.button--invert--ghost--icon:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--invert--ghost--icon.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--invert--ghost--icon--pulse {
  position: relative;
}
.button.button--invert--ghost--icon--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--invert--ghost--icon--large {
  color: #feffff;
  border-width: 2px;
  border-style: solid;
  border-color: #feffff;
  background: #feffff;
  padding: 13px 30px;
  border-width: 4px;
  line-height: 92px;
  width: 100px;
  height: 100px;
  padding: 0;
  font-size: 40px;
  text-align: center;
}
.button.button--invert--ghost--icon--large:hover, .button.button--invert--ghost--icon--large:focus {
  color: #feffff;
  border-color: rgba(254, 255, 255, 0.8);
  background: rgba(254, 255, 255, 0.8);
}
.button.button--invert--ghost--icon--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--invert--ghost--icon--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--invert--ghost--icon--large--pulse {
  position: relative;
}
.button.button--invert--ghost--icon--large--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--invert--ghost--icon--small {
  color: #feffff;
  border-width: 2px;
  border-style: solid;
  border-color: #feffff;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 36px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
.button.button--invert--ghost--icon--small:hover, .button.button--invert--ghost--icon--small:focus {
  color: #feffff;
  border-color: rgba(254, 255, 255, 0.8);
  background: rgba(254, 255, 255, 0.8);
}
.button.button--invert--ghost--icon--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--invert--ghost--icon--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--invert--ghost--icon--small--pulse {
  position: relative;
}
.button.button--invert--ghost--icon--small--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--invert--ghost--icon--tiny {
  color: #feffff;
  border-width: 2px;
  border-style: solid;
  border-color: #feffff;
  background: #feffff;
  padding: 13px 30px;
  border-width: 2px;
  line-height: 22px;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.button.button--invert--ghost--icon--tiny:hover, .button.button--invert--ghost--icon--tiny:focus {
  color: #feffff;
  border-color: rgba(254, 255, 255, 0.8);
  background: rgba(254, 255, 255, 0.8);
}
.button.button--invert--ghost--icon--tiny:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--invert--ghost--icon--tiny.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--invert--ghost--icon--tiny--pulse {
  position: relative;
}
.button.button--invert--ghost--icon--tiny--pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: inherit;
  border-radius: 5px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulse 0.6s ease-in-out 0s infinite alternate;
  animation: pulse 0.6s ease-in-out 0s infinite alternate;
}
.button.button--invert--ghost--link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  border: 0;
  background: none;
  color: #feffff;
}
.button.button--invert--ghost--link:disabled {
  color: #ddd;
}
.button.button--invert--ghost--link--large {
  border: 0;
  background: none;
  color: #feffff;
  height: 50px;
  line-height: 60px;
  font-size: 28px;
}
.button.button--invert--ghost--link--large:hover, .button.button--invert--ghost--link--large:focus {
  color: rgba(254, 255, 255, 0.8);
}
.button.button--invert--ghost--block {
  color: #feffff;
  border-width: 2px;
  border-style: solid;
  border-color: #feffff;
  background: #feffff;
  padding: 13px 30px;
}
.button.button--invert--ghost--block:hover, .button.button--invert--ghost--block:focus {
  color: #feffff;
  border-color: rgba(254, 255, 255, 0.8);
  background: rgba(254, 255, 255, 0.8);
}
.button.button--invert--ghost--block:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--invert--ghost--block.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--invert--ghost--block--large {
  color: #feffff;
  border-width: 2px;
  border-style: solid;
  border-color: #feffff;
  background: #feffff;
  padding: 13px 30px;
  padding: 20px 25px;
  font-size: 22px;
}
.button.button--invert--ghost--block--large:hover, .button.button--invert--ghost--block--large:focus {
  color: #feffff;
  border-color: rgba(254, 255, 255, 0.8);
  background: rgba(254, 255, 255, 0.8);
}
.button.button--invert--ghost--block--large:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--invert--ghost--block--large.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--invert--ghost--block--small {
  color: #feffff;
  border-width: 2px;
  border-style: solid;
  border-color: #feffff;
  background: #feffff;
  padding: 13px 30px;
  padding: 8px 20px;
  font-size: 14px;
}
.button.button--invert--ghost--block--small:hover, .button.button--invert--ghost--block--small:focus {
  color: #feffff;
  border-color: rgba(254, 255, 255, 0.8);
  background: rgba(254, 255, 255, 0.8);
}
.button.button--invert--ghost--block--small:disabled {
  color: #ddd;
  border-color: #ddd;
  background: none;
}
.button.button--invert--ghost--block--small.disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: default;
}
.button.button--invert--ghost--block, .button.button--invert--ghost--block--large, .button.button--invert--ghost--block--small {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.button--bounce {
  -webkit-animation: bounce 0.3s ease-in-out 1s 1;
  animation: bounce 0.3s ease-in-out 1s 1;
}

a.btn:hover,
a.button:hover {
  text-decoration: none;
}

.card, .listening-plus__card-tab__body {
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background: #feffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.card + .card, .listening-plus__card-tab__body + .card, .card + .listening-plus__card-tab__body, .listening-plus__card-tab__body + .listening-plus__card-tab__body {
  margin-top: 20px;
}
.card__header {
  margin: 0 0 20px;
  font-weight: bold;
}
.card__inner {
  display: table-cell;
  vertical-align: middle;
  height: 118px;
}
.card--group {
  display: table;
  padding: 0;
}
.card--group--cell {
  display: table-cell;
  width: 1%;
  border-right: 1px solid #e0e0e0;
  padding: 10px;
}
.card--group--cell:last-child {
  border-right: 0;
}
.card--group--cell__inner {
  margin: -10px;
  padding: 10px 10px 20px;
}
.card--group--cell__inner + .card--group--cell__inner {
  border-top: 1px solid #e0e0e0;
}
.card--group--cell__inner:last-child {
  padding-bottom: 10px;
}
.card__divider {
  width: 1px !important;
  margin: 0 0 0 -1px !important;
  padding: 0 !important;
  height: 100%;
  background: #e0e0e0;
}
.card__horizontal-divider {
  height: 1px;
  background: #e0e0e0;
  padding: 0;
  margin: 10px -10px;
}
.card--large {
  border-radius: 10px;
}
.card--small {
  padding: 10px;
}
.card--top-arrow, .card--bottom-arrow {
  position: relative;
  overflow: visible;
}
.card--top-arrow:before, .card--top-arrow:after, .card--bottom-arrow:before, .card--bottom-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 10px 8px;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  left: 50%;
  margin-left: -8px;
}
.card--top-arrow:before {
  top: -20px;
  border-bottom-color: #e0e0e0;
}
.card--top-arrow:after {
  top: -18px;
  border-bottom-color: #feffff;
}
.card--top-arrow.card--notice:after {
  border-bottom-color: #fffbdd;
}
.card--bottom-arrow:before {
  bottom: -20px;
  border-top-color: #e0e0e0;
}
.card--bottom-arrow:after {
  bottom: -18px;
  border-top-color: #feffff;
}
.card--bottom-arrow.card--notice:after {
  border-top-color: #fffbdd;
}
.card--notice {
  background: #fffbdd;
}
.card--notice .card__header {
  color: #1c80e7;
}
.card--danger {
  background: #ffeeee;
  border-color: #fdd7dd;
}
.card--inline-frame {
  height: 130px;
  overflow: auto;
}
.card--no-border {
  border: 0;
}

.checkbox {
  margin: 0 10px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 999em;
  display: inline-block;
  background: #feffff;
  cursor: pointer;
  -webkit-transition: border-color 0.15s, background-color 0.15s;
  transition: border-color 0.15s, background-color 0.15s;
  width: 26px;
  height: 26px;
  width: 24.7px;
}
.checkbox.checkbox--checked {
  border-color: #888;
  background-color: #888;
}
.checkbox.checkbox--checked:before {
  color: #feffff !important;
}
.checkbox--primary.checkbox--checked {
  border-color: #0ca5e6;
  background-color: #0ca5e6;
}
.checkbox--primary.checkbox--checked:before {
  color: #feffff !important;
}
.checkbox--action.checkbox--checked {
  border-color: #3ec1bd;
  background-color: #3ec1bd;
}
.checkbox--action.checkbox--checked:before {
  color: #feffff !important;
}
.checkbox--emphasis.checkbox--checked {
  border-color: #0c73c3;
  background-color: #0c73c3;
}
.checkbox--emphasis.checkbox--checked:before {
  color: #feffff !important;
}
.checkbox--text_sub.checkbox--checked {
  border-color: #808d96;
  background-color: #808d96;
}
.checkbox--text_sub.checkbox--checked:before {
  color: #feffff !important;
}
.checkbox--success.checkbox--checked {
  border-color: #86c626;
  background-color: #86c626;
}
.checkbox--success.checkbox--checked:before {
  color: #feffff !important;
}
.checkbox--info.checkbox--checked {
  border-color: #1c80e7;
  background-color: #1c80e7;
}
.checkbox--info.checkbox--checked:before {
  color: #feffff !important;
}
.checkbox--info-light.checkbox--checked {
  border-color: #4999ec;
  background-color: #4999ec;
}
.checkbox--info-light.checkbox--checked:before {
  color: #feffff !important;
}
.checkbox--correct.checkbox--checked {
  border-color: #3ec1bd;
  background-color: #3ec1bd;
}
.checkbox--correct.checkbox--checked:before {
  color: #feffff !important;
}
.checkbox--danger.checkbox--checked {
  border-color: #ee5555;
  background-color: #ee5555;
}
.checkbox--danger.checkbox--checked:before {
  color: #feffff !important;
}
.checkbox--muted.checkbox--checked {
  border-color: #888;
  background-color: #888;
}
.checkbox--muted.checkbox--checked:before {
  color: #feffff !important;
}
.checkbox--gray-white.checkbox--checked {
  border-color: #feffff;
  background-color: #feffff;
}
.checkbox--gray-white.checkbox--checked:before {
  color: #feffff !important;
}
.checkbox:before {
  line-height: 24.7px !important;
  font-size: 10.4px;
}
.checkbox--small {
  width: 20px;
  height: 20px;
  width: 19px;
}
.checkbox--small:before {
  line-height: 19px !important;
  font-size: 8px;
}
.checkbox--rect {
  border-radius: 5px;
}
.checkbox__data {
  display: none;
}
.checkbox:before {
  display: block !important;
  text-align: center;
  color: transparent;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.textbox {
  font-size: 16px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  outline: 0;
  -webkit-transition: border-color 0.15s;
  transition: border-color 0.15s;
}
.textbox:focus {
  border-color: #888;
}
.textbox--primary:focus {
  border-color: #0c91d8;
}
.textbox--action:focus {
  border-color: #34a7b7;
}
.textbox--success:focus {
  border-color: #2a8eb1;
}
.textbox--info:focus {
  border-color: #1973cf;
}
.textbox--info-light:focus {
  border-color: #1c80e7;
}
.textbox--correct:focus {
  border-color: #2a8eb1;
}
.textbox--danger:focus {
  border-color: #df4949;
}
.textbox--muted:focus {
  border-color: #444;
}
.textbox--gray-white:focus {
  border-color: #e0e0e0;
}
.textbox--block {
  display: block;
  width: 100%;
}

@font-face {
  font-family: "egsicons";
  src: url("https://eigosapuri.jp/assets/fonts/egsicons.eot");
  src: url("https://eigosapuri.jp/assets/fonts/egsicons.eot?#iefix") format("eot"), url("https://eigosapuri.jp/assets/fonts/egsicons.woff") format("woff"), url("https://eigosapuri.jp/assets/fonts/egsicons.ttf") format("truetype"), url("https://eigosapuri.jp/assets/fonts/egsicons.svg#egsicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=egs-icon-], [class*=" egs-icon-"] {
  display: inline-block;
  vertical-align: middle;
}

.egs-icon:before, .egs-icon-check:before, .checkbox:before, .egs-icon-angle-right:before, .breadcrumb__item:before, .panel__line-link:before, .egs-icon-play:before, .egs-icon-angle-next:before, .egs-icon-angle-up:before, .egs-icon-angle-down:before, .egs-icon-search:before, .egs-icon-close:before, .egs-icon-hamburger:before {
  display: inline-block;
  font-family: "egsicons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.egs-icon-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.egs-icon-2x {
  font-size: 2em;
}

.egs-icon-3x {
  font-size: 3em;
}

.egs-icon-4x {
  font-size: 4em;
}

.egs-icon-5x {
  font-size: 5em;
}

.egs-icon-fw {
  width: 1.2857142857em;
  text-align: center;
}

.egs-icon-hamburger:before {
  content: "";
}

.egs-icon-close:before {
  content: "";
}

.egs-icon-search:before {
  content: "";
}

.egs-icon-angle-down:before {
  content: "";
}

.egs-icon-angle-up:before {
  content: "";
}

.egs-icon-angle-next:before {
  content: "";
}

.egs-icon-play:before {
  content: "";
}

.egs-icon-angle-right:before, .breadcrumb__item:before, .panel__line-link:before {
  content: "";
}

.egs-icon-check:before, .checkbox:before {
  content: "";
}

/*
.egs-icon-angle-down:before { @extend .egs-icon; content: "\EA01" }
.egs-icon-check:before { @extend .egs-icon; content: "\EA02" }
.egs-icon-circle:before { @extend .egs-icon; content: "\EA03" }
.egs-icon-close:before { @extend .egs-icon; content: "\EA04" }
.egs-icon-headphone:before { @extend .egs-icon; content: "\EA05" }
.egs-icon-microphone:before { @extend .egs-icon; content: "\EA06" }
.egs-icon-pause:before { @extend .egs-icon; content: "\EA07" }
.egs-icon-play:before { @extend .egs-icon; content: "\EA08" }
.egs-icon-question:before { @extend .egs-icon; content: "\EA09" }
.egs-icon-rewind:before { @extend .egs-icon; content: "\EA0A" }
.egs-icon-stopwatch:before { @extend .egs-icon; content: "\EA0B" }
.egs-icon-volume:before { @extend .egs-icon; content: "\EA0C" }
.egs-icon-refresh:before { @extend .egs-icon; content: "\EA0D" }
.egs-icon-question-circle:before { @extend .egs-icon; content: "\EA0E" }
.egs-icon-angle-left:before { @extend .egs-icon; content: "\EA0F" }
.egs-icon-crown:before { @extend .egs-icon; content: "\EA10" }
.egs-icon-angle-right:before { @extend .egs-icon; content: "\EA11" }
.egs-icon-volume-mute:before { @extend .egs-icon; content: "\EA12" }
.egs-icon-hamburger:before { @extend .egs-icon; content: "\EA13" }
.egs-icon-book-o:before { @extend .egs-icon; content: "\EA14" }
.egs-icon-list-o:before { @extend .egs-icon; content: "\EA15" }
.egs-icon-user-o:before { @extend .egs-icon; content: "\EA16" }
.egs-icon-volume-o:before { @extend .egs-icon; content: "\EA17" }
.egs-icon-keyboard:before { @extend .egs-icon; content: "\EA18" }
.egs-icon-bell-o:before { @extend .egs-icon; content: "\EA19" }
.egs-icon-stop:before { @extend .egs-icon; content: "\EA1A" }
.egs-icon-exclam:before { @extend .egs-icon; content: "\EA1B" }
.egs-icon-search:before { @extend .egs-icon; content: "\EA1C" }
.egs-icon-sign-out:before { @extend .egs-icon; content: "\EA1D" }
.egs-icon-retry:before { @extend .egs-icon; content: "\EA1E" }
.egs-icon-silent:before { @extend .egs-icon; content: "\EA1F" }
*/
/* org icon */
i.icon {
  background-position: center center;
  background-repeat: no-repeat;
}

i.icon-go-external-site {
  background-image: url(https://22443363.fs1.hubspotusercontent-na2.net/hubfs/22443363/raw_assets/public/biz/images/commons/icatch/icon-go-external-site--white.svg);
}

.list-view {
  padding: 0;
  list-style: none;
}
.list-view__item {
  margin-bottom: -1px;
  border: 1px solid #ddd;
}
.list-view__item:first-child {
  border-radius: 10px 10px 0 0;
}
.list-view__item:first-child .list-view__item__line {
  border-radius: 10px 10px 0 0;
}
.list-view__item:last-child {
  border-radius: 0 0 10px 10px;
}
.list-view__item:last-child .list-view__item__line {
  border-radius: 0 0 10px 10px;
}
.list-view__item__line {
  padding: 30px;
  margin: 0;
  display: block;
  font-size: 18px;
  font-weight: normal;
  position: relative;
}
.list-view__item__line:hover, .list-view__item__line:focus {
  cursor: pointer;
  background: #fffbdd;
}
.list-view__item__detail {
  margin: 5px 0 0;
  font-size: 14px;
  color: #888;
  font-weight: normal;
}
.list-view--has-add-on .list-view__item__line {
  padding: 30px 15px;
}

.figure__content {
  position: relative;
}
.figure__caption {
  position: relative;
  z-index: 10;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
}
.figure__caption__header {
  margin: 0 0 10px;
  color: #ddd;
  font-size: 18px;
}
.figure__caption__avatar {
  position: absolute;
  top: -42px;
  right: 30px;
  padding: 5px;
  border-radius: 999em;
  background: #feffff;
  width: 78px;
}
.figure__caption p,
.figure__caption ul,
.figure__caption ol {
  margin-bottom: 0;
  line-height: 1.5em;
}
.figure__caption ul,
.figure__caption ol {
  padding-left: 1.5em;
}
.figure__footer {
  padding: 30px 30px 60px;
}
.figure__notification {
  padding: 15px;
  border: 1px solid #e0e0e0;
  background: #fff9bf;
}
.figure__notification__header {
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px;
  color: #feffff;
  border-radius: 3px;
  background: #f15a24;
  font-size: 14px;
  font-weight: bold;
}
.figure__notification__media {
  float: left;
  width: 64px;
  margin-right: 15px;
}
.figure__notification__body {
  margin-bottom: 0;
}
.figure__masthead {
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 15px;
  margin: 0;
}
.figure__masthead__icon {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  overflow: hidden;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  border-radius: 999em;
  background: white;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
}
.figure__masthead__icon > img {
  width: 100%;
}
.figure__masthead__title {
  display: inline-block;
  margin-left: 24px;
  padding: 8px 15px 8px 32px;
  color: #feffff;
  border-radius: 3px;
  background: #1c80e7;
  font-size: 16px;
}

.figure__caption--bottom {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

@-webkit-keyframes appearance {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes appearance {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
  }
  50% {
    -webkit-transform: scale(1.6, 1.6);
            transform: scale(1.6, 1.6);
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
  }
  50% {
    -webkit-transform: scale(1.6, 1.6);
            transform: scale(1.6, 1.6);
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
}
@-webkit-keyframes pulse-fade {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(3, 3);
            transform: scale(3, 3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0;
  }
}
@keyframes pulse-fade {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(3, 3);
            transform: scale(3, 3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
  overflow-x: hidden;
}
html.fixed body {
  position: fixed;
  width: 100%;
  height: 100%;
}

body {
  -webkit-transition: background-color 0.15s, opacity 0.15s;
  transition: background-color 0.15s, opacity 0.15s;
  font-family: "Open Sans", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  letter-spacing: 0.67px;
  line-height: 1.5;
  color: #24243f;
}
body.filled {
  background: #f4f4f4;
}
body.print {
  background: #feffff;
}
body.no-drag {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

sup {
  font-family: sans-serif;
}

a {
  color: #0ca5e6;
}
a:link, a:visited {
  color: #0ca5e6;
}
a:hover, a:focus {
  color: #155eab;
}
a:active {
  color: #0ca5e6;
}

.container--static .container {
  width: 980px !important;
}

.container--static-large .container {
  width: 1160px !important;
}

.wrapper {
  background: #f4f4f4;
  padding: 10px 0 60px;
}
.wrapper--filled {
  padding: 0;
  background: #feffff;
  border-bottom: 1px solid #ddd;
}
.wrapper--notice {
  padding: 0;
  background: #fffbdd;
}

.col-xs-negative-1 {
  margin-left: -8.3333333333%;
}

.col-xs-negative-2 {
  margin-left: -16.6666666667%;
}

.col-xs-negative-3 {
  margin-left: -25%;
}

.col-xs-negative-4 {
  margin-left: -33.3333333333%;
}

.col-xs-negative-5 {
  margin-left: -41.6666666667%;
}

.col-xs-negative-6 {
  margin-left: -50%;
}

.col-xs-negative-7 {
  margin-left: -58.3333333333%;
}

.col-xs-negative-8 {
  margin-left: -66.6666666667%;
}

.col-xs-negative-9 {
  margin-left: -75%;
}

.col-xs-negative-10 {
  margin-left: -83.3333333333%;
}

.col-xs-negative-11 {
  margin-left: -91.6666666667%;
}

.col-xs-negative-12 {
  margin-left: -100%;
}

a:focus,
button:focus {
  outline: none;
}

a[href], a[ng-click], label[ng-click] {
  cursor: pointer;
}

.back--gray-white {
  background: #feffff !important;
}
.back--gray-pale {
  background: #f4f4f4 !important;
}
.back--info {
  background: #1c80e7 !important;
}
.back--danger {
  background: #ee5555;
}
.back--lesson {
  background: #ffb633 !important;
}
.back--listening-plus {
  background: #86c626 !important;
}

.text--bold {
  font-weight: 700;
}
.text--black {
  font-weight: 900;
}
.text--light {
  font-weight: 200;
}
.text--normal {
  font-weight: 400;
}
.text--nowrap {
  white-space: nowrap;
}
.text--underline {
  text-decoration: underline;
}
.text--primary {
  color: #0ca5e6 !important;
}
.text--action {
  color: #3ec1bd !important;
}
.text--emphasis {
  color: #0c73c3 !important;
}
.text--text_sub {
  color: #808d96 !important;
}
.text--success {
  color: #86c626 !important;
}
.text--info {
  color: #1c80e7 !important;
}
.text--info-light {
  color: #4999ec !important;
}
.text--correct {
  color: #3ec1bd !important;
}
.text--danger {
  color: #ee5555 !important;
}
.text--muted {
  color: #888 !important;
}
.text--gray-white {
  color: #feffff !important;
}
.text--xlarge {
  font-size: 20px !important;
}
.text--xlarge-2x {
  font-size: 40px !important;
}
.text--xlarge-3x {
  font-size: 60px !important;
}
.text--xlarge-4x {
  font-size: 80px !important;
}
.text--xlarge-5x {
  font-size: 100px !important;
}
.text--large, .page-header {
  font-size: 18px !important;
}
.text--large-2x {
  font-size: 36px !important;
}
.text--large-3x {
  font-size: 54px !important;
}
.text--large-4x {
  font-size: 72px !important;
}
.text--large-5x {
  font-size: 90px !important;
}
.text--medium, .media__header, .media--large__header, .media--small__header, .media--tiny__header {
  font-size: 16px !important;
}
.text--medium-2x {
  font-size: 32px !important;
}
.text--medium-3x {
  font-size: 48px !important;
}
.text--medium-4x {
  font-size: 64px !important;
}
.text--medium-5x {
  font-size: 80px !important;
}
.text--small {
  font-size: 14px !important;
}
.text--small-2x {
  font-size: 28px !important;
}
.text--small-3x {
  font-size: 42px !important;
}
.text--small-4x {
  font-size: 56px !important;
}
.text--small-5x {
  font-size: 70px !important;
}
.text--tiny {
  font-size: 12px !important;
}
.text--tiny-2x {
  font-size: 24px !important;
}
.text--tiny-3x {
  font-size: 36px !important;
}
.text--tiny-4x {
  font-size: 48px !important;
}
.text--tiny-5x {
  font-size: 60px !important;
}

.gutter--0x {
  padding: 0px !important;
}
.gutter--vertical-0x {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.gutter--horizontal-0x {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.gutter--top-0x {
  padding-top: 0px !important;
}
.gutter--left-0x {
  padding-left: 0px !important;
}
.gutter--right-0x {
  padding-right: 0px !important;
}
.gutter--bottom-0x {
  padding-bottom: 0px !important;
}
.gutter--0_5x {
  padding: 5px !important;
}
.gutter--vertical-0_5x {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.gutter--horizontal-0_5x {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.gutter--top-0_5x {
  padding-top: 5px !important;
}
.gutter--left-0_5x {
  padding-left: 5px !important;
}
.gutter--right-0_5x {
  padding-right: 5px !important;
}
.gutter--bottom-0_5x {
  padding-bottom: 5px !important;
}
.gutter {
  padding: 10px !important;
}
.gutter--vertical {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.gutter--horizontal {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.gutter--top {
  padding-top: 10px !important;
}
.gutter--left {
  padding-left: 10px !important;
}
.gutter--right {
  padding-right: 10px !important;
}
.gutter--bottom {
  padding-bottom: 10px !important;
}
.gutter--1_5x {
  padding: 15px !important;
}
.gutter--vertical-1_5x {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.gutter--horizontal-1_5x {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.gutter--top-1_5x {
  padding-top: 15px !important;
}
.gutter--left-1_5x {
  padding-left: 15px !important;
}
.gutter--right-1_5x {
  padding-right: 15px !important;
}
.gutter--bottom-1_5x {
  padding-bottom: 15px !important;
}
.gutter--2x {
  padding: 20px !important;
}
.gutter--vertical-2x {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.gutter--horizontal-2x {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.gutter--top-2x {
  padding-top: 20px !important;
}
.gutter--left-2x {
  padding-left: 20px !important;
}
.gutter--right-2x {
  padding-right: 20px !important;
}
.gutter--bottom-2x {
  padding-bottom: 20px !important;
}
.gutter--2_5x {
  padding: 25px !important;
}
.gutter--vertical-2_5x {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.gutter--horizontal-2_5x {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.gutter--top-2_5x {
  padding-top: 25px !important;
}
.gutter--left-2_5x {
  padding-left: 25px !important;
}
.gutter--right-2_5x {
  padding-right: 25px !important;
}
.gutter--bottom-2_5x {
  padding-bottom: 25px !important;
}
.gutter--3x {
  padding: 30px !important;
}
.gutter--vertical-3x {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.gutter--horizontal-3x {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.gutter--top-3x {
  padding-top: 30px !important;
}
.gutter--left-3x {
  padding-left: 30px !important;
}
.gutter--right-3x {
  padding-right: 30px !important;
}
.gutter--bottom-3x {
  padding-bottom: 30px !important;
}
.gutter--3_5x {
  padding: 35px !important;
}
.gutter--vertical-3_5x {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.gutter--horizontal-3_5x {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.gutter--top-3_5x {
  padding-top: 35px !important;
}
.gutter--left-3_5x {
  padding-left: 35px !important;
}
.gutter--right-3_5x {
  padding-right: 35px !important;
}
.gutter--bottom-3_5x {
  padding-bottom: 35px !important;
}
.gutter--4x {
  padding: 40px !important;
}
.gutter--vertical-4x {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.gutter--horizontal-4x {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.gutter--top-4x {
  padding-top: 40px !important;
}
.gutter--left-4x {
  padding-left: 40px !important;
}
.gutter--right-4x {
  padding-right: 40px !important;
}
.gutter--bottom-4x {
  padding-bottom: 40px !important;
}
.gutter--4_5x {
  padding: 45px !important;
}
.gutter--vertical-4_5x {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.gutter--horizontal-4_5x {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.gutter--top-4_5x {
  padding-top: 45px !important;
}
.gutter--left-4_5x {
  padding-left: 45px !important;
}
.gutter--right-4_5x {
  padding-right: 45px !important;
}
.gutter--bottom-4_5x {
  padding-bottom: 45px !important;
}
.gutter--5x {
  padding: 50px !important;
}
.gutter--vertical-5x {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.gutter--horizontal-5x {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.gutter--top-5x {
  padding-top: 50px !important;
}
.gutter--left-5x {
  padding-left: 50px !important;
}
.gutter--right-5x {
  padding-right: 50px !important;
}
.gutter--bottom-5x {
  padding-bottom: 50px !important;
}
.gutter--5_5x {
  padding: 55px !important;
}
.gutter--vertical-5_5x {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.gutter--horizontal-5_5x {
  padding-left: 55px !important;
  padding-right: 55px !important;
}
.gutter--top-5_5x {
  padding-top: 55px !important;
}
.gutter--left-5_5x {
  padding-left: 55px !important;
}
.gutter--right-5_5x {
  padding-right: 55px !important;
}
.gutter--bottom-5_5x {
  padding-bottom: 55px !important;
}
.gutter--6x {
  padding: 60px !important;
}
.gutter--vertical-6x {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.gutter--horizontal-6x {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.gutter--top-6x {
  padding-top: 60px !important;
}
.gutter--left-6x {
  padding-left: 60px !important;
}
.gutter--right-6x {
  padding-right: 60px !important;
}
.gutter--bottom-6x {
  padding-bottom: 60px !important;
}
.gutter--6_5x {
  padding: 65px !important;
}
.gutter--vertical-6_5x {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.gutter--horizontal-6_5x {
  padding-left: 65px !important;
  padding-right: 65px !important;
}
.gutter--top-6_5x {
  padding-top: 65px !important;
}
.gutter--left-6_5x {
  padding-left: 65px !important;
}
.gutter--right-6_5x {
  padding-right: 65px !important;
}
.gutter--bottom-6_5x {
  padding-bottom: 65px !important;
}
.gutter--7x {
  padding: 70px !important;
}
.gutter--vertical-7x {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.gutter--horizontal-7x {
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.gutter--top-7x {
  padding-top: 70px !important;
}
.gutter--left-7x {
  padding-left: 70px !important;
}
.gutter--right-7x {
  padding-right: 70px !important;
}
.gutter--bottom-7x {
  padding-bottom: 70px !important;
}
.gutter--7_5x {
  padding: 75px !important;
}
.gutter--vertical-7_5x {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.gutter--horizontal-7_5x {
  padding-left: 75px !important;
  padding-right: 75px !important;
}
.gutter--top-7_5x {
  padding-top: 75px !important;
}
.gutter--left-7_5x {
  padding-left: 75px !important;
}
.gutter--right-7_5x {
  padding-right: 75px !important;
}
.gutter--bottom-7_5x {
  padding-bottom: 75px !important;
}
.gutter--8x {
  padding: 80px !important;
}
.gutter--vertical-8x {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.gutter--horizontal-8x {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.gutter--top-8x {
  padding-top: 80px !important;
}
.gutter--left-8x {
  padding-left: 80px !important;
}
.gutter--right-8x {
  padding-right: 80px !important;
}
.gutter--bottom-8x {
  padding-bottom: 80px !important;
}
.gutter--8_5x {
  padding: 85px !important;
}
.gutter--vertical-8_5x {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}
.gutter--horizontal-8_5x {
  padding-left: 85px !important;
  padding-right: 85px !important;
}
.gutter--top-8_5x {
  padding-top: 85px !important;
}
.gutter--left-8_5x {
  padding-left: 85px !important;
}
.gutter--right-8_5x {
  padding-right: 85px !important;
}
.gutter--bottom-8_5x {
  padding-bottom: 85px !important;
}
.gutter--9x {
  padding: 90px !important;
}
.gutter--vertical-9x {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.gutter--horizontal-9x {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.gutter--top-9x {
  padding-top: 90px !important;
}
.gutter--left-9x {
  padding-left: 90px !important;
}
.gutter--right-9x {
  padding-right: 90px !important;
}
.gutter--bottom-9x {
  padding-bottom: 90px !important;
}
.gutter--9_5x {
  padding: 95px !important;
}
.gutter--vertical-9_5x {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}
.gutter--horizontal-9_5x {
  padding-left: 95px !important;
  padding-right: 95px !important;
}
.gutter--top-9_5x {
  padding-top: 95px !important;
}
.gutter--left-9_5x {
  padding-left: 95px !important;
}
.gutter--right-9_5x {
  padding-right: 95px !important;
}
.gutter--bottom-9_5x {
  padding-bottom: 95px !important;
}
.gutter--10x {
  padding: 100px !important;
}
.gutter--vertical-10x {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.gutter--horizontal-10x {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.gutter--top-10x {
  padding-top: 100px !important;
}
.gutter--left-10x {
  padding-left: 100px !important;
}
.gutter--right-10x {
  padding-right: 100px !important;
}
.gutter--bottom-10x {
  padding-bottom: 100px !important;
}
.gutter--10_5x {
  padding: 105px !important;
}
.gutter--vertical-10_5x {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}
.gutter--horizontal-10_5x {
  padding-left: 105px !important;
  padding-right: 105px !important;
}
.gutter--top-10_5x {
  padding-top: 105px !important;
}
.gutter--left-10_5x {
  padding-left: 105px !important;
}
.gutter--right-10_5x {
  padding-right: 105px !important;
}
.gutter--bottom-10_5x {
  padding-bottom: 105px !important;
}
.gutter--11x {
  padding: 110px !important;
}
.gutter--vertical-11x {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}
.gutter--horizontal-11x {
  padding-left: 110px !important;
  padding-right: 110px !important;
}
.gutter--top-11x {
  padding-top: 110px !important;
}
.gutter--left-11x {
  padding-left: 110px !important;
}
.gutter--right-11x {
  padding-right: 110px !important;
}
.gutter--bottom-11x {
  padding-bottom: 110px !important;
}
.gutter--11_5x {
  padding: 115px !important;
}
.gutter--vertical-11_5x {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}
.gutter--horizontal-11_5x {
  padding-left: 115px !important;
  padding-right: 115px !important;
}
.gutter--top-11_5x {
  padding-top: 115px !important;
}
.gutter--left-11_5x {
  padding-left: 115px !important;
}
.gutter--right-11_5x {
  padding-right: 115px !important;
}
.gutter--bottom-11_5x {
  padding-bottom: 115px !important;
}
.gutter--12x {
  padding: 120px !important;
}
.gutter--vertical-12x {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.gutter--horizontal-12x {
  padding-left: 120px !important;
  padding-right: 120px !important;
}
.gutter--top-12x {
  padding-top: 120px !important;
}
.gutter--left-12x {
  padding-left: 120px !important;
}
.gutter--right-12x {
  padding-right: 120px !important;
}
.gutter--bottom-12x {
  padding-bottom: 120px !important;
}
.gutter--12_5x {
  padding: 125px !important;
}
.gutter--vertical-12_5x {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}
.gutter--horizontal-12_5x {
  padding-left: 125px !important;
  padding-right: 125px !important;
}
.gutter--top-12_5x {
  padding-top: 125px !important;
}
.gutter--left-12_5x {
  padding-left: 125px !important;
}
.gutter--right-12_5x {
  padding-right: 125px !important;
}
.gutter--bottom-12_5x {
  padding-bottom: 125px !important;
}
.gutter--13x {
  padding: 130px !important;
}
.gutter--vertical-13x {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}
.gutter--horizontal-13x {
  padding-left: 130px !important;
  padding-right: 130px !important;
}
.gutter--top-13x {
  padding-top: 130px !important;
}
.gutter--left-13x {
  padding-left: 130px !important;
}
.gutter--right-13x {
  padding-right: 130px !important;
}
.gutter--bottom-13x {
  padding-bottom: 130px !important;
}
.gutter--13_5x {
  padding: 135px !important;
}
.gutter--vertical-13_5x {
  padding-top: 135px !important;
  padding-bottom: 135px !important;
}
.gutter--horizontal-13_5x {
  padding-left: 135px !important;
  padding-right: 135px !important;
}
.gutter--top-13_5x {
  padding-top: 135px !important;
}
.gutter--left-13_5x {
  padding-left: 135px !important;
}
.gutter--right-13_5x {
  padding-right: 135px !important;
}
.gutter--bottom-13_5x {
  padding-bottom: 135px !important;
}
.gutter--14x {
  padding: 140px !important;
}
.gutter--vertical-14x {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}
.gutter--horizontal-14x {
  padding-left: 140px !important;
  padding-right: 140px !important;
}
.gutter--top-14x {
  padding-top: 140px !important;
}
.gutter--left-14x {
  padding-left: 140px !important;
}
.gutter--right-14x {
  padding-right: 140px !important;
}
.gutter--bottom-14x {
  padding-bottom: 140px !important;
}
.gutter--14_5x {
  padding: 145px !important;
}
.gutter--vertical-14_5x {
  padding-top: 145px !important;
  padding-bottom: 145px !important;
}
.gutter--horizontal-14_5x {
  padding-left: 145px !important;
  padding-right: 145px !important;
}
.gutter--top-14_5x {
  padding-top: 145px !important;
}
.gutter--left-14_5x {
  padding-left: 145px !important;
}
.gutter--right-14_5x {
  padding-right: 145px !important;
}
.gutter--bottom-14_5x {
  padding-bottom: 145px !important;
}
.gutter--15x {
  padding: 150px !important;
}
.gutter--vertical-15x {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
.gutter--horizontal-15x {
  padding-left: 150px !important;
  padding-right: 150px !important;
}
.gutter--top-15x {
  padding-top: 150px !important;
}
.gutter--left-15x {
  padding-left: 150px !important;
}
.gutter--right-15x {
  padding-right: 150px !important;
}
.gutter--bottom-15x {
  padding-bottom: 150px !important;
}
.gutter--15_5x {
  padding: 155px !important;
}
.gutter--vertical-15_5x {
  padding-top: 155px !important;
  padding-bottom: 155px !important;
}
.gutter--horizontal-15_5x {
  padding-left: 155px !important;
  padding-right: 155px !important;
}
.gutter--top-15_5x {
  padding-top: 155px !important;
}
.gutter--left-15_5x {
  padding-left: 155px !important;
}
.gutter--right-15_5x {
  padding-right: 155px !important;
}
.gutter--bottom-15_5x {
  padding-bottom: 155px !important;
}
.gutter--16x {
  padding: 160px !important;
}
.gutter--vertical-16x {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
.gutter--horizontal-16x {
  padding-left: 160px !important;
  padding-right: 160px !important;
}
.gutter--top-16x {
  padding-top: 160px !important;
}
.gutter--left-16x {
  padding-left: 160px !important;
}
.gutter--right-16x {
  padding-right: 160px !important;
}
.gutter--bottom-16x {
  padding-bottom: 160px !important;
}
.gutter--16_5x {
  padding: 165px !important;
}
.gutter--vertical-16_5x {
  padding-top: 165px !important;
  padding-bottom: 165px !important;
}
.gutter--horizontal-16_5x {
  padding-left: 165px !important;
  padding-right: 165px !important;
}
.gutter--top-16_5x {
  padding-top: 165px !important;
}
.gutter--left-16_5x {
  padding-left: 165px !important;
}
.gutter--right-16_5x {
  padding-right: 165px !important;
}
.gutter--bottom-16_5x {
  padding-bottom: 165px !important;
}
.gutter--17x {
  padding: 170px !important;
}
.gutter--vertical-17x {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}
.gutter--horizontal-17x {
  padding-left: 170px !important;
  padding-right: 170px !important;
}
.gutter--top-17x {
  padding-top: 170px !important;
}
.gutter--left-17x {
  padding-left: 170px !important;
}
.gutter--right-17x {
  padding-right: 170px !important;
}
.gutter--bottom-17x {
  padding-bottom: 170px !important;
}
.gutter--17_5x {
  padding: 175px !important;
}
.gutter--vertical-17_5x {
  padding-top: 175px !important;
  padding-bottom: 175px !important;
}
.gutter--horizontal-17_5x {
  padding-left: 175px !important;
  padding-right: 175px !important;
}
.gutter--top-17_5x {
  padding-top: 175px !important;
}
.gutter--left-17_5x {
  padding-left: 175px !important;
}
.gutter--right-17_5x {
  padding-right: 175px !important;
}
.gutter--bottom-17_5x {
  padding-bottom: 175px !important;
}
.gutter--18x {
  padding: 180px !important;
}
.gutter--vertical-18x {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}
.gutter--horizontal-18x {
  padding-left: 180px !important;
  padding-right: 180px !important;
}
.gutter--top-18x {
  padding-top: 180px !important;
}
.gutter--left-18x {
  padding-left: 180px !important;
}
.gutter--right-18x {
  padding-right: 180px !important;
}
.gutter--bottom-18x {
  padding-bottom: 180px !important;
}
.gutter--18_5x {
  padding: 185px !important;
}
.gutter--vertical-18_5x {
  padding-top: 185px !important;
  padding-bottom: 185px !important;
}
.gutter--horizontal-18_5x {
  padding-left: 185px !important;
  padding-right: 185px !important;
}
.gutter--top-18_5x {
  padding-top: 185px !important;
}
.gutter--left-18_5x {
  padding-left: 185px !important;
}
.gutter--right-18_5x {
  padding-right: 185px !important;
}
.gutter--bottom-18_5x {
  padding-bottom: 185px !important;
}
.gutter--19x {
  padding: 190px !important;
}
.gutter--vertical-19x {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}
.gutter--horizontal-19x {
  padding-left: 190px !important;
  padding-right: 190px !important;
}
.gutter--top-19x {
  padding-top: 190px !important;
}
.gutter--left-19x {
  padding-left: 190px !important;
}
.gutter--right-19x {
  padding-right: 190px !important;
}
.gutter--bottom-19x {
  padding-bottom: 190px !important;
}
.gutter--19_5x {
  padding: 195px !important;
}
.gutter--vertical-19_5x {
  padding-top: 195px !important;
  padding-bottom: 195px !important;
}
.gutter--horizontal-19_5x {
  padding-left: 195px !important;
  padding-right: 195px !important;
}
.gutter--top-19_5x {
  padding-top: 195px !important;
}
.gutter--left-19_5x {
  padding-left: 195px !important;
}
.gutter--right-19_5x {
  padding-right: 195px !important;
}
.gutter--bottom-19_5x {
  padding-bottom: 195px !important;
}
.gutter--20x {
  padding: 200px !important;
}
.gutter--vertical-20x {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.gutter--horizontal-20x {
  padding-left: 200px !important;
  padding-right: 200px !important;
}
.gutter--top-20x {
  padding-top: 200px !important;
}
.gutter--left-20x {
  padding-left: 200px !important;
}
.gutter--right-20x {
  padding-right: 200px !important;
}
.gutter--bottom-20x {
  padding-bottom: 200px !important;
}
.gutter--20_5x {
  padding: 205px !important;
}
.gutter--vertical-20_5x {
  padding-top: 205px !important;
  padding-bottom: 205px !important;
}
.gutter--horizontal-20_5x {
  padding-left: 205px !important;
  padding-right: 205px !important;
}
.gutter--top-20_5x {
  padding-top: 205px !important;
}
.gutter--left-20_5x {
  padding-left: 205px !important;
}
.gutter--right-20_5x {
  padding-right: 205px !important;
}
.gutter--bottom-20_5x {
  padding-bottom: 205px !important;
}

.gutter--xs--0x {
  padding: 0px !important;
}
.gutter--xs-vertical-0x {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.gutter--xs-horizontal-0x {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.gutter--xs-top-0x {
  padding-top: 0px !important;
}
.gutter--xs-left-0x {
  padding-left: 0px !important;
}
.gutter--xs-right-0x {
  padding-right: 0px !important;
}
.gutter--xs-bottom-0x {
  padding-bottom: 0px !important;
}
.gutter--xs--0_5x {
  padding: 5px !important;
}
.gutter--xs-vertical-0_5x {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.gutter--xs-horizontal-0_5x {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.gutter--xs-top-0_5x {
  padding-top: 5px !important;
}
.gutter--xs-left-0_5x {
  padding-left: 5px !important;
}
.gutter--xs-right-0_5x {
  padding-right: 5px !important;
}
.gutter--xs-bottom-0_5x {
  padding-bottom: 5px !important;
}
.gutter--xs {
  padding: 10px !important;
}
.gutter--xs-vertical {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.gutter--xs-horizontal {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.gutter--xs-top {
  padding-top: 10px !important;
}
.gutter--xs-left {
  padding-left: 10px !important;
}
.gutter--xs-right {
  padding-right: 10px !important;
}
.gutter--xs-bottom {
  padding-bottom: 10px !important;
}
.gutter--xs--1_5x {
  padding: 15px !important;
}
.gutter--xs-vertical-1_5x {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.gutter--xs-horizontal-1_5x {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.gutter--xs-top-1_5x {
  padding-top: 15px !important;
}
.gutter--xs-left-1_5x {
  padding-left: 15px !important;
}
.gutter--xs-right-1_5x {
  padding-right: 15px !important;
}
.gutter--xs-bottom-1_5x {
  padding-bottom: 15px !important;
}
.gutter--xs--2x {
  padding: 20px !important;
}
.gutter--xs-vertical-2x {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.gutter--xs-horizontal-2x {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.gutter--xs-top-2x {
  padding-top: 20px !important;
}
.gutter--xs-left-2x {
  padding-left: 20px !important;
}
.gutter--xs-right-2x {
  padding-right: 20px !important;
}
.gutter--xs-bottom-2x {
  padding-bottom: 20px !important;
}
.gutter--xs--2_5x {
  padding: 25px !important;
}
.gutter--xs-vertical-2_5x {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.gutter--xs-horizontal-2_5x {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.gutter--xs-top-2_5x {
  padding-top: 25px !important;
}
.gutter--xs-left-2_5x {
  padding-left: 25px !important;
}
.gutter--xs-right-2_5x {
  padding-right: 25px !important;
}
.gutter--xs-bottom-2_5x {
  padding-bottom: 25px !important;
}
.gutter--xs--3x {
  padding: 30px !important;
}
.gutter--xs-vertical-3x {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.gutter--xs-horizontal-3x {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.gutter--xs-top-3x {
  padding-top: 30px !important;
}
.gutter--xs-left-3x {
  padding-left: 30px !important;
}
.gutter--xs-right-3x {
  padding-right: 30px !important;
}
.gutter--xs-bottom-3x {
  padding-bottom: 30px !important;
}
.gutter--xs--3_5x {
  padding: 35px !important;
}
.gutter--xs-vertical-3_5x {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.gutter--xs-horizontal-3_5x {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.gutter--xs-top-3_5x {
  padding-top: 35px !important;
}
.gutter--xs-left-3_5x {
  padding-left: 35px !important;
}
.gutter--xs-right-3_5x {
  padding-right: 35px !important;
}
.gutter--xs-bottom-3_5x {
  padding-bottom: 35px !important;
}
.gutter--xs--4x {
  padding: 40px !important;
}
.gutter--xs-vertical-4x {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.gutter--xs-horizontal-4x {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.gutter--xs-top-4x {
  padding-top: 40px !important;
}
.gutter--xs-left-4x {
  padding-left: 40px !important;
}
.gutter--xs-right-4x {
  padding-right: 40px !important;
}
.gutter--xs-bottom-4x {
  padding-bottom: 40px !important;
}
.gutter--xs--4_5x {
  padding: 45px !important;
}
.gutter--xs-vertical-4_5x {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.gutter--xs-horizontal-4_5x {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.gutter--xs-top-4_5x {
  padding-top: 45px !important;
}
.gutter--xs-left-4_5x {
  padding-left: 45px !important;
}
.gutter--xs-right-4_5x {
  padding-right: 45px !important;
}
.gutter--xs-bottom-4_5x {
  padding-bottom: 45px !important;
}
.gutter--xs--5x {
  padding: 50px !important;
}
.gutter--xs-vertical-5x {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.gutter--xs-horizontal-5x {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.gutter--xs-top-5x {
  padding-top: 50px !important;
}
.gutter--xs-left-5x {
  padding-left: 50px !important;
}
.gutter--xs-right-5x {
  padding-right: 50px !important;
}
.gutter--xs-bottom-5x {
  padding-bottom: 50px !important;
}
.gutter--xs--5_5x {
  padding: 55px !important;
}
.gutter--xs-vertical-5_5x {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.gutter--xs-horizontal-5_5x {
  padding-left: 55px !important;
  padding-right: 55px !important;
}
.gutter--xs-top-5_5x {
  padding-top: 55px !important;
}
.gutter--xs-left-5_5x {
  padding-left: 55px !important;
}
.gutter--xs-right-5_5x {
  padding-right: 55px !important;
}
.gutter--xs-bottom-5_5x {
  padding-bottom: 55px !important;
}
.gutter--xs--6x {
  padding: 60px !important;
}
.gutter--xs-vertical-6x {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.gutter--xs-horizontal-6x {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.gutter--xs-top-6x {
  padding-top: 60px !important;
}
.gutter--xs-left-6x {
  padding-left: 60px !important;
}
.gutter--xs-right-6x {
  padding-right: 60px !important;
}
.gutter--xs-bottom-6x {
  padding-bottom: 60px !important;
}
.gutter--xs--6_5x {
  padding: 65px !important;
}
.gutter--xs-vertical-6_5x {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.gutter--xs-horizontal-6_5x {
  padding-left: 65px !important;
  padding-right: 65px !important;
}
.gutter--xs-top-6_5x {
  padding-top: 65px !important;
}
.gutter--xs-left-6_5x {
  padding-left: 65px !important;
}
.gutter--xs-right-6_5x {
  padding-right: 65px !important;
}
.gutter--xs-bottom-6_5x {
  padding-bottom: 65px !important;
}
.gutter--xs--7x {
  padding: 70px !important;
}
.gutter--xs-vertical-7x {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.gutter--xs-horizontal-7x {
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.gutter--xs-top-7x {
  padding-top: 70px !important;
}
.gutter--xs-left-7x {
  padding-left: 70px !important;
}
.gutter--xs-right-7x {
  padding-right: 70px !important;
}
.gutter--xs-bottom-7x {
  padding-bottom: 70px !important;
}
.gutter--xs--7_5x {
  padding: 75px !important;
}
.gutter--xs-vertical-7_5x {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.gutter--xs-horizontal-7_5x {
  padding-left: 75px !important;
  padding-right: 75px !important;
}
.gutter--xs-top-7_5x {
  padding-top: 75px !important;
}
.gutter--xs-left-7_5x {
  padding-left: 75px !important;
}
.gutter--xs-right-7_5x {
  padding-right: 75px !important;
}
.gutter--xs-bottom-7_5x {
  padding-bottom: 75px !important;
}
.gutter--xs--8x {
  padding: 80px !important;
}
.gutter--xs-vertical-8x {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.gutter--xs-horizontal-8x {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.gutter--xs-top-8x {
  padding-top: 80px !important;
}
.gutter--xs-left-8x {
  padding-left: 80px !important;
}
.gutter--xs-right-8x {
  padding-right: 80px !important;
}
.gutter--xs-bottom-8x {
  padding-bottom: 80px !important;
}
.gutter--xs--8_5x {
  padding: 85px !important;
}
.gutter--xs-vertical-8_5x {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}
.gutter--xs-horizontal-8_5x {
  padding-left: 85px !important;
  padding-right: 85px !important;
}
.gutter--xs-top-8_5x {
  padding-top: 85px !important;
}
.gutter--xs-left-8_5x {
  padding-left: 85px !important;
}
.gutter--xs-right-8_5x {
  padding-right: 85px !important;
}
.gutter--xs-bottom-8_5x {
  padding-bottom: 85px !important;
}
.gutter--xs--9x {
  padding: 90px !important;
}
.gutter--xs-vertical-9x {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.gutter--xs-horizontal-9x {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.gutter--xs-top-9x {
  padding-top: 90px !important;
}
.gutter--xs-left-9x {
  padding-left: 90px !important;
}
.gutter--xs-right-9x {
  padding-right: 90px !important;
}
.gutter--xs-bottom-9x {
  padding-bottom: 90px !important;
}
.gutter--xs--9_5x {
  padding: 95px !important;
}
.gutter--xs-vertical-9_5x {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}
.gutter--xs-horizontal-9_5x {
  padding-left: 95px !important;
  padding-right: 95px !important;
}
.gutter--xs-top-9_5x {
  padding-top: 95px !important;
}
.gutter--xs-left-9_5x {
  padding-left: 95px !important;
}
.gutter--xs-right-9_5x {
  padding-right: 95px !important;
}
.gutter--xs-bottom-9_5x {
  padding-bottom: 95px !important;
}
.gutter--xs--10x {
  padding: 100px !important;
}
.gutter--xs-vertical-10x {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.gutter--xs-horizontal-10x {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.gutter--xs-top-10x {
  padding-top: 100px !important;
}
.gutter--xs-left-10x {
  padding-left: 100px !important;
}
.gutter--xs-right-10x {
  padding-right: 100px !important;
}
.gutter--xs-bottom-10x {
  padding-bottom: 100px !important;
}
.gutter--xs--10_5x {
  padding: 105px !important;
}
.gutter--xs-vertical-10_5x {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}
.gutter--xs-horizontal-10_5x {
  padding-left: 105px !important;
  padding-right: 105px !important;
}
.gutter--xs-top-10_5x {
  padding-top: 105px !important;
}
.gutter--xs-left-10_5x {
  padding-left: 105px !important;
}
.gutter--xs-right-10_5x {
  padding-right: 105px !important;
}
.gutter--xs-bottom-10_5x {
  padding-bottom: 105px !important;
}
.gutter--xs--11x {
  padding: 110px !important;
}
.gutter--xs-vertical-11x {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}
.gutter--xs-horizontal-11x {
  padding-left: 110px !important;
  padding-right: 110px !important;
}
.gutter--xs-top-11x {
  padding-top: 110px !important;
}
.gutter--xs-left-11x {
  padding-left: 110px !important;
}
.gutter--xs-right-11x {
  padding-right: 110px !important;
}
.gutter--xs-bottom-11x {
  padding-bottom: 110px !important;
}
.gutter--xs--11_5x {
  padding: 115px !important;
}
.gutter--xs-vertical-11_5x {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}
.gutter--xs-horizontal-11_5x {
  padding-left: 115px !important;
  padding-right: 115px !important;
}
.gutter--xs-top-11_5x {
  padding-top: 115px !important;
}
.gutter--xs-left-11_5x {
  padding-left: 115px !important;
}
.gutter--xs-right-11_5x {
  padding-right: 115px !important;
}
.gutter--xs-bottom-11_5x {
  padding-bottom: 115px !important;
}
.gutter--xs--12x {
  padding: 120px !important;
}
.gutter--xs-vertical-12x {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.gutter--xs-horizontal-12x {
  padding-left: 120px !important;
  padding-right: 120px !important;
}
.gutter--xs-top-12x {
  padding-top: 120px !important;
}
.gutter--xs-left-12x {
  padding-left: 120px !important;
}
.gutter--xs-right-12x {
  padding-right: 120px !important;
}
.gutter--xs-bottom-12x {
  padding-bottom: 120px !important;
}
.gutter--xs--12_5x {
  padding: 125px !important;
}
.gutter--xs-vertical-12_5x {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}
.gutter--xs-horizontal-12_5x {
  padding-left: 125px !important;
  padding-right: 125px !important;
}
.gutter--xs-top-12_5x {
  padding-top: 125px !important;
}
.gutter--xs-left-12_5x {
  padding-left: 125px !important;
}
.gutter--xs-right-12_5x {
  padding-right: 125px !important;
}
.gutter--xs-bottom-12_5x {
  padding-bottom: 125px !important;
}
.gutter--xs--13x {
  padding: 130px !important;
}
.gutter--xs-vertical-13x {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}
.gutter--xs-horizontal-13x {
  padding-left: 130px !important;
  padding-right: 130px !important;
}
.gutter--xs-top-13x {
  padding-top: 130px !important;
}
.gutter--xs-left-13x {
  padding-left: 130px !important;
}
.gutter--xs-right-13x {
  padding-right: 130px !important;
}
.gutter--xs-bottom-13x {
  padding-bottom: 130px !important;
}
.gutter--xs--13_5x {
  padding: 135px !important;
}
.gutter--xs-vertical-13_5x {
  padding-top: 135px !important;
  padding-bottom: 135px !important;
}
.gutter--xs-horizontal-13_5x {
  padding-left: 135px !important;
  padding-right: 135px !important;
}
.gutter--xs-top-13_5x {
  padding-top: 135px !important;
}
.gutter--xs-left-13_5x {
  padding-left: 135px !important;
}
.gutter--xs-right-13_5x {
  padding-right: 135px !important;
}
.gutter--xs-bottom-13_5x {
  padding-bottom: 135px !important;
}
.gutter--xs--14x {
  padding: 140px !important;
}
.gutter--xs-vertical-14x {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}
.gutter--xs-horizontal-14x {
  padding-left: 140px !important;
  padding-right: 140px !important;
}
.gutter--xs-top-14x {
  padding-top: 140px !important;
}
.gutter--xs-left-14x {
  padding-left: 140px !important;
}
.gutter--xs-right-14x {
  padding-right: 140px !important;
}
.gutter--xs-bottom-14x {
  padding-bottom: 140px !important;
}
.gutter--xs--14_5x {
  padding: 145px !important;
}
.gutter--xs-vertical-14_5x {
  padding-top: 145px !important;
  padding-bottom: 145px !important;
}
.gutter--xs-horizontal-14_5x {
  padding-left: 145px !important;
  padding-right: 145px !important;
}
.gutter--xs-top-14_5x {
  padding-top: 145px !important;
}
.gutter--xs-left-14_5x {
  padding-left: 145px !important;
}
.gutter--xs-right-14_5x {
  padding-right: 145px !important;
}
.gutter--xs-bottom-14_5x {
  padding-bottom: 145px !important;
}
.gutter--xs--15x {
  padding: 150px !important;
}
.gutter--xs-vertical-15x {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
.gutter--xs-horizontal-15x {
  padding-left: 150px !important;
  padding-right: 150px !important;
}
.gutter--xs-top-15x {
  padding-top: 150px !important;
}
.gutter--xs-left-15x {
  padding-left: 150px !important;
}
.gutter--xs-right-15x {
  padding-right: 150px !important;
}
.gutter--xs-bottom-15x {
  padding-bottom: 150px !important;
}
.gutter--xs--15_5x {
  padding: 155px !important;
}
.gutter--xs-vertical-15_5x {
  padding-top: 155px !important;
  padding-bottom: 155px !important;
}
.gutter--xs-horizontal-15_5x {
  padding-left: 155px !important;
  padding-right: 155px !important;
}
.gutter--xs-top-15_5x {
  padding-top: 155px !important;
}
.gutter--xs-left-15_5x {
  padding-left: 155px !important;
}
.gutter--xs-right-15_5x {
  padding-right: 155px !important;
}
.gutter--xs-bottom-15_5x {
  padding-bottom: 155px !important;
}
.gutter--xs--16x {
  padding: 160px !important;
}
.gutter--xs-vertical-16x {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
.gutter--xs-horizontal-16x {
  padding-left: 160px !important;
  padding-right: 160px !important;
}
.gutter--xs-top-16x {
  padding-top: 160px !important;
}
.gutter--xs-left-16x {
  padding-left: 160px !important;
}
.gutter--xs-right-16x {
  padding-right: 160px !important;
}
.gutter--xs-bottom-16x {
  padding-bottom: 160px !important;
}
.gutter--xs--16_5x {
  padding: 165px !important;
}
.gutter--xs-vertical-16_5x {
  padding-top: 165px !important;
  padding-bottom: 165px !important;
}
.gutter--xs-horizontal-16_5x {
  padding-left: 165px !important;
  padding-right: 165px !important;
}
.gutter--xs-top-16_5x {
  padding-top: 165px !important;
}
.gutter--xs-left-16_5x {
  padding-left: 165px !important;
}
.gutter--xs-right-16_5x {
  padding-right: 165px !important;
}
.gutter--xs-bottom-16_5x {
  padding-bottom: 165px !important;
}
.gutter--xs--17x {
  padding: 170px !important;
}
.gutter--xs-vertical-17x {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}
.gutter--xs-horizontal-17x {
  padding-left: 170px !important;
  padding-right: 170px !important;
}
.gutter--xs-top-17x {
  padding-top: 170px !important;
}
.gutter--xs-left-17x {
  padding-left: 170px !important;
}
.gutter--xs-right-17x {
  padding-right: 170px !important;
}
.gutter--xs-bottom-17x {
  padding-bottom: 170px !important;
}
.gutter--xs--17_5x {
  padding: 175px !important;
}
.gutter--xs-vertical-17_5x {
  padding-top: 175px !important;
  padding-bottom: 175px !important;
}
.gutter--xs-horizontal-17_5x {
  padding-left: 175px !important;
  padding-right: 175px !important;
}
.gutter--xs-top-17_5x {
  padding-top: 175px !important;
}
.gutter--xs-left-17_5x {
  padding-left: 175px !important;
}
.gutter--xs-right-17_5x {
  padding-right: 175px !important;
}
.gutter--xs-bottom-17_5x {
  padding-bottom: 175px !important;
}
.gutter--xs--18x {
  padding: 180px !important;
}
.gutter--xs-vertical-18x {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}
.gutter--xs-horizontal-18x {
  padding-left: 180px !important;
  padding-right: 180px !important;
}
.gutter--xs-top-18x {
  padding-top: 180px !important;
}
.gutter--xs-left-18x {
  padding-left: 180px !important;
}
.gutter--xs-right-18x {
  padding-right: 180px !important;
}
.gutter--xs-bottom-18x {
  padding-bottom: 180px !important;
}
.gutter--xs--18_5x {
  padding: 185px !important;
}
.gutter--xs-vertical-18_5x {
  padding-top: 185px !important;
  padding-bottom: 185px !important;
}
.gutter--xs-horizontal-18_5x {
  padding-left: 185px !important;
  padding-right: 185px !important;
}
.gutter--xs-top-18_5x {
  padding-top: 185px !important;
}
.gutter--xs-left-18_5x {
  padding-left: 185px !important;
}
.gutter--xs-right-18_5x {
  padding-right: 185px !important;
}
.gutter--xs-bottom-18_5x {
  padding-bottom: 185px !important;
}
.gutter--xs--19x {
  padding: 190px !important;
}
.gutter--xs-vertical-19x {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}
.gutter--xs-horizontal-19x {
  padding-left: 190px !important;
  padding-right: 190px !important;
}
.gutter--xs-top-19x {
  padding-top: 190px !important;
}
.gutter--xs-left-19x {
  padding-left: 190px !important;
}
.gutter--xs-right-19x {
  padding-right: 190px !important;
}
.gutter--xs-bottom-19x {
  padding-bottom: 190px !important;
}
.gutter--xs--19_5x {
  padding: 195px !important;
}
.gutter--xs-vertical-19_5x {
  padding-top: 195px !important;
  padding-bottom: 195px !important;
}
.gutter--xs-horizontal-19_5x {
  padding-left: 195px !important;
  padding-right: 195px !important;
}
.gutter--xs-top-19_5x {
  padding-top: 195px !important;
}
.gutter--xs-left-19_5x {
  padding-left: 195px !important;
}
.gutter--xs-right-19_5x {
  padding-right: 195px !important;
}
.gutter--xs-bottom-19_5x {
  padding-bottom: 195px !important;
}
.gutter--xs--20x {
  padding: 200px !important;
}
.gutter--xs-vertical-20x {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.gutter--xs-horizontal-20x {
  padding-left: 200px !important;
  padding-right: 200px !important;
}
.gutter--xs-top-20x {
  padding-top: 200px !important;
}
.gutter--xs-left-20x {
  padding-left: 200px !important;
}
.gutter--xs-right-20x {
  padding-right: 200px !important;
}
.gutter--xs-bottom-20x {
  padding-bottom: 200px !important;
}
.gutter--xs--20_5x {
  padding: 205px !important;
}
.gutter--xs-vertical-20_5x {
  padding-top: 205px !important;
  padding-bottom: 205px !important;
}
.gutter--xs-horizontal-20_5x {
  padding-left: 205px !important;
  padding-right: 205px !important;
}
.gutter--xs-top-20_5x {
  padding-top: 205px !important;
}
.gutter--xs-left-20_5x {
  padding-left: 205px !important;
}
.gutter--xs-right-20_5x {
  padding-right: 205px !important;
}
.gutter--xs-bottom-20_5x {
  padding-bottom: 205px !important;
}

@media (min-width: 768px) {
  .gutter--sm--0x {
    padding: 0px !important;
  }
  .gutter--sm-vertical-0x {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .gutter--sm-horizontal-0x {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .gutter--sm-top-0x {
    padding-top: 0px !important;
  }
  .gutter--sm-left-0x {
    padding-left: 0px !important;
  }
  .gutter--sm-right-0x {
    padding-right: 0px !important;
  }
  .gutter--sm-bottom-0x {
    padding-bottom: 0px !important;
  }
  .gutter--sm--0_5x {
    padding: 5px !important;
  }
  .gutter--sm-vertical-0_5x {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .gutter--sm-horizontal-0_5x {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .gutter--sm-top-0_5x {
    padding-top: 5px !important;
  }
  .gutter--sm-left-0_5x {
    padding-left: 5px !important;
  }
  .gutter--sm-right-0_5x {
    padding-right: 5px !important;
  }
  .gutter--sm-bottom-0_5x {
    padding-bottom: 5px !important;
  }
  .gutter--sm {
    padding: 10px !important;
  }
  .gutter--sm-vertical {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .gutter--sm-horizontal {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .gutter--sm-top {
    padding-top: 10px !important;
  }
  .gutter--sm-left {
    padding-left: 10px !important;
  }
  .gutter--sm-right {
    padding-right: 10px !important;
  }
  .gutter--sm-bottom {
    padding-bottom: 10px !important;
  }
  .gutter--sm--1_5x {
    padding: 15px !important;
  }
  .gutter--sm-vertical-1_5x {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .gutter--sm-horizontal-1_5x {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .gutter--sm-top-1_5x {
    padding-top: 15px !important;
  }
  .gutter--sm-left-1_5x {
    padding-left: 15px !important;
  }
  .gutter--sm-right-1_5x {
    padding-right: 15px !important;
  }
  .gutter--sm-bottom-1_5x {
    padding-bottom: 15px !important;
  }
  .gutter--sm--2x {
    padding: 20px !important;
  }
  .gutter--sm-vertical-2x {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .gutter--sm-horizontal-2x {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .gutter--sm-top-2x {
    padding-top: 20px !important;
  }
  .gutter--sm-left-2x {
    padding-left: 20px !important;
  }
  .gutter--sm-right-2x {
    padding-right: 20px !important;
  }
  .gutter--sm-bottom-2x {
    padding-bottom: 20px !important;
  }
  .gutter--sm--2_5x {
    padding: 25px !important;
  }
  .gutter--sm-vertical-2_5x {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .gutter--sm-horizontal-2_5x {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .gutter--sm-top-2_5x {
    padding-top: 25px !important;
  }
  .gutter--sm-left-2_5x {
    padding-left: 25px !important;
  }
  .gutter--sm-right-2_5x {
    padding-right: 25px !important;
  }
  .gutter--sm-bottom-2_5x {
    padding-bottom: 25px !important;
  }
  .gutter--sm--3x {
    padding: 30px !important;
  }
  .gutter--sm-vertical-3x {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .gutter--sm-horizontal-3x {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .gutter--sm-top-3x {
    padding-top: 30px !important;
  }
  .gutter--sm-left-3x {
    padding-left: 30px !important;
  }
  .gutter--sm-right-3x {
    padding-right: 30px !important;
  }
  .gutter--sm-bottom-3x {
    padding-bottom: 30px !important;
  }
  .gutter--sm--3_5x {
    padding: 35px !important;
  }
  .gutter--sm-vertical-3_5x {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .gutter--sm-horizontal-3_5x {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .gutter--sm-top-3_5x {
    padding-top: 35px !important;
  }
  .gutter--sm-left-3_5x {
    padding-left: 35px !important;
  }
  .gutter--sm-right-3_5x {
    padding-right: 35px !important;
  }
  .gutter--sm-bottom-3_5x {
    padding-bottom: 35px !important;
  }
  .gutter--sm--4x {
    padding: 40px !important;
  }
  .gutter--sm-vertical-4x {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .gutter--sm-horizontal-4x {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .gutter--sm-top-4x {
    padding-top: 40px !important;
  }
  .gutter--sm-left-4x {
    padding-left: 40px !important;
  }
  .gutter--sm-right-4x {
    padding-right: 40px !important;
  }
  .gutter--sm-bottom-4x {
    padding-bottom: 40px !important;
  }
  .gutter--sm--4_5x {
    padding: 45px !important;
  }
  .gutter--sm-vertical-4_5x {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .gutter--sm-horizontal-4_5x {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .gutter--sm-top-4_5x {
    padding-top: 45px !important;
  }
  .gutter--sm-left-4_5x {
    padding-left: 45px !important;
  }
  .gutter--sm-right-4_5x {
    padding-right: 45px !important;
  }
  .gutter--sm-bottom-4_5x {
    padding-bottom: 45px !important;
  }
  .gutter--sm--5x {
    padding: 50px !important;
  }
  .gutter--sm-vertical-5x {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .gutter--sm-horizontal-5x {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .gutter--sm-top-5x {
    padding-top: 50px !important;
  }
  .gutter--sm-left-5x {
    padding-left: 50px !important;
  }
  .gutter--sm-right-5x {
    padding-right: 50px !important;
  }
  .gutter--sm-bottom-5x {
    padding-bottom: 50px !important;
  }
  .gutter--sm--5_5x {
    padding: 55px !important;
  }
  .gutter--sm-vertical-5_5x {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .gutter--sm-horizontal-5_5x {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .gutter--sm-top-5_5x {
    padding-top: 55px !important;
  }
  .gutter--sm-left-5_5x {
    padding-left: 55px !important;
  }
  .gutter--sm-right-5_5x {
    padding-right: 55px !important;
  }
  .gutter--sm-bottom-5_5x {
    padding-bottom: 55px !important;
  }
  .gutter--sm--6x {
    padding: 60px !important;
  }
  .gutter--sm-vertical-6x {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .gutter--sm-horizontal-6x {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .gutter--sm-top-6x {
    padding-top: 60px !important;
  }
  .gutter--sm-left-6x {
    padding-left: 60px !important;
  }
  .gutter--sm-right-6x {
    padding-right: 60px !important;
  }
  .gutter--sm-bottom-6x {
    padding-bottom: 60px !important;
  }
  .gutter--sm--6_5x {
    padding: 65px !important;
  }
  .gutter--sm-vertical-6_5x {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .gutter--sm-horizontal-6_5x {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .gutter--sm-top-6_5x {
    padding-top: 65px !important;
  }
  .gutter--sm-left-6_5x {
    padding-left: 65px !important;
  }
  .gutter--sm-right-6_5x {
    padding-right: 65px !important;
  }
  .gutter--sm-bottom-6_5x {
    padding-bottom: 65px !important;
  }
  .gutter--sm--7x {
    padding: 70px !important;
  }
  .gutter--sm-vertical-7x {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .gutter--sm-horizontal-7x {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .gutter--sm-top-7x {
    padding-top: 70px !important;
  }
  .gutter--sm-left-7x {
    padding-left: 70px !important;
  }
  .gutter--sm-right-7x {
    padding-right: 70px !important;
  }
  .gutter--sm-bottom-7x {
    padding-bottom: 70px !important;
  }
  .gutter--sm--7_5x {
    padding: 75px !important;
  }
  .gutter--sm-vertical-7_5x {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .gutter--sm-horizontal-7_5x {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .gutter--sm-top-7_5x {
    padding-top: 75px !important;
  }
  .gutter--sm-left-7_5x {
    padding-left: 75px !important;
  }
  .gutter--sm-right-7_5x {
    padding-right: 75px !important;
  }
  .gutter--sm-bottom-7_5x {
    padding-bottom: 75px !important;
  }
  .gutter--sm--8x {
    padding: 80px !important;
  }
  .gutter--sm-vertical-8x {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .gutter--sm-horizontal-8x {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .gutter--sm-top-8x {
    padding-top: 80px !important;
  }
  .gutter--sm-left-8x {
    padding-left: 80px !important;
  }
  .gutter--sm-right-8x {
    padding-right: 80px !important;
  }
  .gutter--sm-bottom-8x {
    padding-bottom: 80px !important;
  }
  .gutter--sm--8_5x {
    padding: 85px !important;
  }
  .gutter--sm-vertical-8_5x {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .gutter--sm-horizontal-8_5x {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .gutter--sm-top-8_5x {
    padding-top: 85px !important;
  }
  .gutter--sm-left-8_5x {
    padding-left: 85px !important;
  }
  .gutter--sm-right-8_5x {
    padding-right: 85px !important;
  }
  .gutter--sm-bottom-8_5x {
    padding-bottom: 85px !important;
  }
  .gutter--sm--9x {
    padding: 90px !important;
  }
  .gutter--sm-vertical-9x {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .gutter--sm-horizontal-9x {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .gutter--sm-top-9x {
    padding-top: 90px !important;
  }
  .gutter--sm-left-9x {
    padding-left: 90px !important;
  }
  .gutter--sm-right-9x {
    padding-right: 90px !important;
  }
  .gutter--sm-bottom-9x {
    padding-bottom: 90px !important;
  }
  .gutter--sm--9_5x {
    padding: 95px !important;
  }
  .gutter--sm-vertical-9_5x {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .gutter--sm-horizontal-9_5x {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .gutter--sm-top-9_5x {
    padding-top: 95px !important;
  }
  .gutter--sm-left-9_5x {
    padding-left: 95px !important;
  }
  .gutter--sm-right-9_5x {
    padding-right: 95px !important;
  }
  .gutter--sm-bottom-9_5x {
    padding-bottom: 95px !important;
  }
  .gutter--sm--10x {
    padding: 100px !important;
  }
  .gutter--sm-vertical-10x {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .gutter--sm-horizontal-10x {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .gutter--sm-top-10x {
    padding-top: 100px !important;
  }
  .gutter--sm-left-10x {
    padding-left: 100px !important;
  }
  .gutter--sm-right-10x {
    padding-right: 100px !important;
  }
  .gutter--sm-bottom-10x {
    padding-bottom: 100px !important;
  }
  .gutter--sm--10_5x {
    padding: 105px !important;
  }
  .gutter--sm-vertical-10_5x {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  .gutter--sm-horizontal-10_5x {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  .gutter--sm-top-10_5x {
    padding-top: 105px !important;
  }
  .gutter--sm-left-10_5x {
    padding-left: 105px !important;
  }
  .gutter--sm-right-10_5x {
    padding-right: 105px !important;
  }
  .gutter--sm-bottom-10_5x {
    padding-bottom: 105px !important;
  }
  .gutter--sm--11x {
    padding: 110px !important;
  }
  .gutter--sm-vertical-11x {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .gutter--sm-horizontal-11x {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .gutter--sm-top-11x {
    padding-top: 110px !important;
  }
  .gutter--sm-left-11x {
    padding-left: 110px !important;
  }
  .gutter--sm-right-11x {
    padding-right: 110px !important;
  }
  .gutter--sm-bottom-11x {
    padding-bottom: 110px !important;
  }
  .gutter--sm--11_5x {
    padding: 115px !important;
  }
  .gutter--sm-vertical-11_5x {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  .gutter--sm-horizontal-11_5x {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  .gutter--sm-top-11_5x {
    padding-top: 115px !important;
  }
  .gutter--sm-left-11_5x {
    padding-left: 115px !important;
  }
  .gutter--sm-right-11_5x {
    padding-right: 115px !important;
  }
  .gutter--sm-bottom-11_5x {
    padding-bottom: 115px !important;
  }
  .gutter--sm--12x {
    padding: 120px !important;
  }
  .gutter--sm-vertical-12x {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .gutter--sm-horizontal-12x {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .gutter--sm-top-12x {
    padding-top: 120px !important;
  }
  .gutter--sm-left-12x {
    padding-left: 120px !important;
  }
  .gutter--sm-right-12x {
    padding-right: 120px !important;
  }
  .gutter--sm-bottom-12x {
    padding-bottom: 120px !important;
  }
  .gutter--sm--12_5x {
    padding: 125px !important;
  }
  .gutter--sm-vertical-12_5x {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .gutter--sm-horizontal-12_5x {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }
  .gutter--sm-top-12_5x {
    padding-top: 125px !important;
  }
  .gutter--sm-left-12_5x {
    padding-left: 125px !important;
  }
  .gutter--sm-right-12_5x {
    padding-right: 125px !important;
  }
  .gutter--sm-bottom-12_5x {
    padding-bottom: 125px !important;
  }
  .gutter--sm--13x {
    padding: 130px !important;
  }
  .gutter--sm-vertical-13x {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .gutter--sm-horizontal-13x {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .gutter--sm-top-13x {
    padding-top: 130px !important;
  }
  .gutter--sm-left-13x {
    padding-left: 130px !important;
  }
  .gutter--sm-right-13x {
    padding-right: 130px !important;
  }
  .gutter--sm-bottom-13x {
    padding-bottom: 130px !important;
  }
  .gutter--sm--13_5x {
    padding: 135px !important;
  }
  .gutter--sm-vertical-13_5x {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  .gutter--sm-horizontal-13_5x {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }
  .gutter--sm-top-13_5x {
    padding-top: 135px !important;
  }
  .gutter--sm-left-13_5x {
    padding-left: 135px !important;
  }
  .gutter--sm-right-13_5x {
    padding-right: 135px !important;
  }
  .gutter--sm-bottom-13_5x {
    padding-bottom: 135px !important;
  }
  .gutter--sm--14x {
    padding: 140px !important;
  }
  .gutter--sm-vertical-14x {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .gutter--sm-horizontal-14x {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .gutter--sm-top-14x {
    padding-top: 140px !important;
  }
  .gutter--sm-left-14x {
    padding-left: 140px !important;
  }
  .gutter--sm-right-14x {
    padding-right: 140px !important;
  }
  .gutter--sm-bottom-14x {
    padding-bottom: 140px !important;
  }
  .gutter--sm--14_5x {
    padding: 145px !important;
  }
  .gutter--sm-vertical-14_5x {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  .gutter--sm-horizontal-14_5x {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }
  .gutter--sm-top-14_5x {
    padding-top: 145px !important;
  }
  .gutter--sm-left-14_5x {
    padding-left: 145px !important;
  }
  .gutter--sm-right-14_5x {
    padding-right: 145px !important;
  }
  .gutter--sm-bottom-14_5x {
    padding-bottom: 145px !important;
  }
  .gutter--sm--15x {
    padding: 150px !important;
  }
  .gutter--sm-vertical-15x {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .gutter--sm-horizontal-15x {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .gutter--sm-top-15x {
    padding-top: 150px !important;
  }
  .gutter--sm-left-15x {
    padding-left: 150px !important;
  }
  .gutter--sm-right-15x {
    padding-right: 150px !important;
  }
  .gutter--sm-bottom-15x {
    padding-bottom: 150px !important;
  }
  .gutter--sm--15_5x {
    padding: 155px !important;
  }
  .gutter--sm-vertical-15_5x {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  .gutter--sm-horizontal-15_5x {
    padding-left: 155px !important;
    padding-right: 155px !important;
  }
  .gutter--sm-top-15_5x {
    padding-top: 155px !important;
  }
  .gutter--sm-left-15_5x {
    padding-left: 155px !important;
  }
  .gutter--sm-right-15_5x {
    padding-right: 155px !important;
  }
  .gutter--sm-bottom-15_5x {
    padding-bottom: 155px !important;
  }
  .gutter--sm--16x {
    padding: 160px !important;
  }
  .gutter--sm-vertical-16x {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .gutter--sm-horizontal-16x {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .gutter--sm-top-16x {
    padding-top: 160px !important;
  }
  .gutter--sm-left-16x {
    padding-left: 160px !important;
  }
  .gutter--sm-right-16x {
    padding-right: 160px !important;
  }
  .gutter--sm-bottom-16x {
    padding-bottom: 160px !important;
  }
  .gutter--sm--16_5x {
    padding: 165px !important;
  }
  .gutter--sm-vertical-16_5x {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  .gutter--sm-horizontal-16_5x {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }
  .gutter--sm-top-16_5x {
    padding-top: 165px !important;
  }
  .gutter--sm-left-16_5x {
    padding-left: 165px !important;
  }
  .gutter--sm-right-16_5x {
    padding-right: 165px !important;
  }
  .gutter--sm-bottom-16_5x {
    padding-bottom: 165px !important;
  }
  .gutter--sm--17x {
    padding: 170px !important;
  }
  .gutter--sm-vertical-17x {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .gutter--sm-horizontal-17x {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .gutter--sm-top-17x {
    padding-top: 170px !important;
  }
  .gutter--sm-left-17x {
    padding-left: 170px !important;
  }
  .gutter--sm-right-17x {
    padding-right: 170px !important;
  }
  .gutter--sm-bottom-17x {
    padding-bottom: 170px !important;
  }
  .gutter--sm--17_5x {
    padding: 175px !important;
  }
  .gutter--sm-vertical-17_5x {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  .gutter--sm-horizontal-17_5x {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }
  .gutter--sm-top-17_5x {
    padding-top: 175px !important;
  }
  .gutter--sm-left-17_5x {
    padding-left: 175px !important;
  }
  .gutter--sm-right-17_5x {
    padding-right: 175px !important;
  }
  .gutter--sm-bottom-17_5x {
    padding-bottom: 175px !important;
  }
  .gutter--sm--18x {
    padding: 180px !important;
  }
  .gutter--sm-vertical-18x {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .gutter--sm-horizontal-18x {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .gutter--sm-top-18x {
    padding-top: 180px !important;
  }
  .gutter--sm-left-18x {
    padding-left: 180px !important;
  }
  .gutter--sm-right-18x {
    padding-right: 180px !important;
  }
  .gutter--sm-bottom-18x {
    padding-bottom: 180px !important;
  }
  .gutter--sm--18_5x {
    padding: 185px !important;
  }
  .gutter--sm-vertical-18_5x {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  .gutter--sm-horizontal-18_5x {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }
  .gutter--sm-top-18_5x {
    padding-top: 185px !important;
  }
  .gutter--sm-left-18_5x {
    padding-left: 185px !important;
  }
  .gutter--sm-right-18_5x {
    padding-right: 185px !important;
  }
  .gutter--sm-bottom-18_5x {
    padding-bottom: 185px !important;
  }
  .gutter--sm--19x {
    padding: 190px !important;
  }
  .gutter--sm-vertical-19x {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .gutter--sm-horizontal-19x {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .gutter--sm-top-19x {
    padding-top: 190px !important;
  }
  .gutter--sm-left-19x {
    padding-left: 190px !important;
  }
  .gutter--sm-right-19x {
    padding-right: 190px !important;
  }
  .gutter--sm-bottom-19x {
    padding-bottom: 190px !important;
  }
  .gutter--sm--19_5x {
    padding: 195px !important;
  }
  .gutter--sm-vertical-19_5x {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  .gutter--sm-horizontal-19_5x {
    padding-left: 195px !important;
    padding-right: 195px !important;
  }
  .gutter--sm-top-19_5x {
    padding-top: 195px !important;
  }
  .gutter--sm-left-19_5x {
    padding-left: 195px !important;
  }
  .gutter--sm-right-19_5x {
    padding-right: 195px !important;
  }
  .gutter--sm-bottom-19_5x {
    padding-bottom: 195px !important;
  }
  .gutter--sm--20x {
    padding: 200px !important;
  }
  .gutter--sm-vertical-20x {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .gutter--sm-horizontal-20x {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .gutter--sm-top-20x {
    padding-top: 200px !important;
  }
  .gutter--sm-left-20x {
    padding-left: 200px !important;
  }
  .gutter--sm-right-20x {
    padding-right: 200px !important;
  }
  .gutter--sm-bottom-20x {
    padding-bottom: 200px !important;
  }
  .gutter--sm--20_5x {
    padding: 205px !important;
  }
  .gutter--sm-vertical-20_5x {
    padding-top: 205px !important;
    padding-bottom: 205px !important;
  }
  .gutter--sm-horizontal-20_5x {
    padding-left: 205px !important;
    padding-right: 205px !important;
  }
  .gutter--sm-top-20_5x {
    padding-top: 205px !important;
  }
  .gutter--sm-left-20_5x {
    padding-left: 205px !important;
  }
  .gutter--sm-right-20_5x {
    padding-right: 205px !important;
  }
  .gutter--sm-bottom-20_5x {
    padding-bottom: 205px !important;
  }
}
@media (min-width: 992px) {
  .gutter--md--0x {
    padding: 0px !important;
  }
  .gutter--md-vertical-0x {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .gutter--md-horizontal-0x {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .gutter--md-top-0x {
    padding-top: 0px !important;
  }
  .gutter--md-left-0x {
    padding-left: 0px !important;
  }
  .gutter--md-right-0x {
    padding-right: 0px !important;
  }
  .gutter--md-bottom-0x {
    padding-bottom: 0px !important;
  }
  .gutter--md--0_5x {
    padding: 5px !important;
  }
  .gutter--md-vertical-0_5x {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .gutter--md-horizontal-0_5x {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .gutter--md-top-0_5x {
    padding-top: 5px !important;
  }
  .gutter--md-left-0_5x {
    padding-left: 5px !important;
  }
  .gutter--md-right-0_5x {
    padding-right: 5px !important;
  }
  .gutter--md-bottom-0_5x {
    padding-bottom: 5px !important;
  }
  .gutter--md {
    padding: 10px !important;
  }
  .gutter--md-vertical {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .gutter--md-horizontal {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .gutter--md-top {
    padding-top: 10px !important;
  }
  .gutter--md-left {
    padding-left: 10px !important;
  }
  .gutter--md-right {
    padding-right: 10px !important;
  }
  .gutter--md-bottom {
    padding-bottom: 10px !important;
  }
  .gutter--md--1_5x {
    padding: 15px !important;
  }
  .gutter--md-vertical-1_5x {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .gutter--md-horizontal-1_5x {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .gutter--md-top-1_5x {
    padding-top: 15px !important;
  }
  .gutter--md-left-1_5x {
    padding-left: 15px !important;
  }
  .gutter--md-right-1_5x {
    padding-right: 15px !important;
  }
  .gutter--md-bottom-1_5x {
    padding-bottom: 15px !important;
  }
  .gutter--md--2x {
    padding: 20px !important;
  }
  .gutter--md-vertical-2x {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .gutter--md-horizontal-2x {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .gutter--md-top-2x {
    padding-top: 20px !important;
  }
  .gutter--md-left-2x {
    padding-left: 20px !important;
  }
  .gutter--md-right-2x {
    padding-right: 20px !important;
  }
  .gutter--md-bottom-2x {
    padding-bottom: 20px !important;
  }
  .gutter--md--2_5x {
    padding: 25px !important;
  }
  .gutter--md-vertical-2_5x {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .gutter--md-horizontal-2_5x {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .gutter--md-top-2_5x {
    padding-top: 25px !important;
  }
  .gutter--md-left-2_5x {
    padding-left: 25px !important;
  }
  .gutter--md-right-2_5x {
    padding-right: 25px !important;
  }
  .gutter--md-bottom-2_5x {
    padding-bottom: 25px !important;
  }
  .gutter--md--3x {
    padding: 30px !important;
  }
  .gutter--md-vertical-3x {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .gutter--md-horizontal-3x {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .gutter--md-top-3x {
    padding-top: 30px !important;
  }
  .gutter--md-left-3x {
    padding-left: 30px !important;
  }
  .gutter--md-right-3x {
    padding-right: 30px !important;
  }
  .gutter--md-bottom-3x {
    padding-bottom: 30px !important;
  }
  .gutter--md--3_5x {
    padding: 35px !important;
  }
  .gutter--md-vertical-3_5x {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .gutter--md-horizontal-3_5x {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .gutter--md-top-3_5x {
    padding-top: 35px !important;
  }
  .gutter--md-left-3_5x {
    padding-left: 35px !important;
  }
  .gutter--md-right-3_5x {
    padding-right: 35px !important;
  }
  .gutter--md-bottom-3_5x {
    padding-bottom: 35px !important;
  }
  .gutter--md--4x {
    padding: 40px !important;
  }
  .gutter--md-vertical-4x {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .gutter--md-horizontal-4x {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .gutter--md-top-4x {
    padding-top: 40px !important;
  }
  .gutter--md-left-4x {
    padding-left: 40px !important;
  }
  .gutter--md-right-4x {
    padding-right: 40px !important;
  }
  .gutter--md-bottom-4x {
    padding-bottom: 40px !important;
  }
  .gutter--md--4_5x {
    padding: 45px !important;
  }
  .gutter--md-vertical-4_5x {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .gutter--md-horizontal-4_5x {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .gutter--md-top-4_5x {
    padding-top: 45px !important;
  }
  .gutter--md-left-4_5x {
    padding-left: 45px !important;
  }
  .gutter--md-right-4_5x {
    padding-right: 45px !important;
  }
  .gutter--md-bottom-4_5x {
    padding-bottom: 45px !important;
  }
  .gutter--md--5x {
    padding: 50px !important;
  }
  .gutter--md-vertical-5x {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .gutter--md-horizontal-5x {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .gutter--md-top-5x {
    padding-top: 50px !important;
  }
  .gutter--md-left-5x {
    padding-left: 50px !important;
  }
  .gutter--md-right-5x {
    padding-right: 50px !important;
  }
  .gutter--md-bottom-5x {
    padding-bottom: 50px !important;
  }
  .gutter--md--5_5x {
    padding: 55px !important;
  }
  .gutter--md-vertical-5_5x {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .gutter--md-horizontal-5_5x {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .gutter--md-top-5_5x {
    padding-top: 55px !important;
  }
  .gutter--md-left-5_5x {
    padding-left: 55px !important;
  }
  .gutter--md-right-5_5x {
    padding-right: 55px !important;
  }
  .gutter--md-bottom-5_5x {
    padding-bottom: 55px !important;
  }
  .gutter--md--6x {
    padding: 60px !important;
  }
  .gutter--md-vertical-6x {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .gutter--md-horizontal-6x {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .gutter--md-top-6x {
    padding-top: 60px !important;
  }
  .gutter--md-left-6x {
    padding-left: 60px !important;
  }
  .gutter--md-right-6x {
    padding-right: 60px !important;
  }
  .gutter--md-bottom-6x {
    padding-bottom: 60px !important;
  }
  .gutter--md--6_5x {
    padding: 65px !important;
  }
  .gutter--md-vertical-6_5x {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .gutter--md-horizontal-6_5x {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .gutter--md-top-6_5x {
    padding-top: 65px !important;
  }
  .gutter--md-left-6_5x {
    padding-left: 65px !important;
  }
  .gutter--md-right-6_5x {
    padding-right: 65px !important;
  }
  .gutter--md-bottom-6_5x {
    padding-bottom: 65px !important;
  }
  .gutter--md--7x {
    padding: 70px !important;
  }
  .gutter--md-vertical-7x {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .gutter--md-horizontal-7x {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .gutter--md-top-7x {
    padding-top: 70px !important;
  }
  .gutter--md-left-7x {
    padding-left: 70px !important;
  }
  .gutter--md-right-7x {
    padding-right: 70px !important;
  }
  .gutter--md-bottom-7x {
    padding-bottom: 70px !important;
  }
  .gutter--md--7_5x {
    padding: 75px !important;
  }
  .gutter--md-vertical-7_5x {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .gutter--md-horizontal-7_5x {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .gutter--md-top-7_5x {
    padding-top: 75px !important;
  }
  .gutter--md-left-7_5x {
    padding-left: 75px !important;
  }
  .gutter--md-right-7_5x {
    padding-right: 75px !important;
  }
  .gutter--md-bottom-7_5x {
    padding-bottom: 75px !important;
  }
  .gutter--md--8x {
    padding: 80px !important;
  }
  .gutter--md-vertical-8x {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .gutter--md-horizontal-8x {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .gutter--md-top-8x {
    padding-top: 80px !important;
  }
  .gutter--md-left-8x {
    padding-left: 80px !important;
  }
  .gutter--md-right-8x {
    padding-right: 80px !important;
  }
  .gutter--md-bottom-8x {
    padding-bottom: 80px !important;
  }
  .gutter--md--8_5x {
    padding: 85px !important;
  }
  .gutter--md-vertical-8_5x {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .gutter--md-horizontal-8_5x {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .gutter--md-top-8_5x {
    padding-top: 85px !important;
  }
  .gutter--md-left-8_5x {
    padding-left: 85px !important;
  }
  .gutter--md-right-8_5x {
    padding-right: 85px !important;
  }
  .gutter--md-bottom-8_5x {
    padding-bottom: 85px !important;
  }
  .gutter--md--9x {
    padding: 90px !important;
  }
  .gutter--md-vertical-9x {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .gutter--md-horizontal-9x {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .gutter--md-top-9x {
    padding-top: 90px !important;
  }
  .gutter--md-left-9x {
    padding-left: 90px !important;
  }
  .gutter--md-right-9x {
    padding-right: 90px !important;
  }
  .gutter--md-bottom-9x {
    padding-bottom: 90px !important;
  }
  .gutter--md--9_5x {
    padding: 95px !important;
  }
  .gutter--md-vertical-9_5x {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .gutter--md-horizontal-9_5x {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .gutter--md-top-9_5x {
    padding-top: 95px !important;
  }
  .gutter--md-left-9_5x {
    padding-left: 95px !important;
  }
  .gutter--md-right-9_5x {
    padding-right: 95px !important;
  }
  .gutter--md-bottom-9_5x {
    padding-bottom: 95px !important;
  }
  .gutter--md--10x {
    padding: 100px !important;
  }
  .gutter--md-vertical-10x {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .gutter--md-horizontal-10x {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .gutter--md-top-10x {
    padding-top: 100px !important;
  }
  .gutter--md-left-10x {
    padding-left: 100px !important;
  }
  .gutter--md-right-10x {
    padding-right: 100px !important;
  }
  .gutter--md-bottom-10x {
    padding-bottom: 100px !important;
  }
  .gutter--md--10_5x {
    padding: 105px !important;
  }
  .gutter--md-vertical-10_5x {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  .gutter--md-horizontal-10_5x {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  .gutter--md-top-10_5x {
    padding-top: 105px !important;
  }
  .gutter--md-left-10_5x {
    padding-left: 105px !important;
  }
  .gutter--md-right-10_5x {
    padding-right: 105px !important;
  }
  .gutter--md-bottom-10_5x {
    padding-bottom: 105px !important;
  }
  .gutter--md--11x {
    padding: 110px !important;
  }
  .gutter--md-vertical-11x {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .gutter--md-horizontal-11x {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .gutter--md-top-11x {
    padding-top: 110px !important;
  }
  .gutter--md-left-11x {
    padding-left: 110px !important;
  }
  .gutter--md-right-11x {
    padding-right: 110px !important;
  }
  .gutter--md-bottom-11x {
    padding-bottom: 110px !important;
  }
  .gutter--md--11_5x {
    padding: 115px !important;
  }
  .gutter--md-vertical-11_5x {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  .gutter--md-horizontal-11_5x {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  .gutter--md-top-11_5x {
    padding-top: 115px !important;
  }
  .gutter--md-left-11_5x {
    padding-left: 115px !important;
  }
  .gutter--md-right-11_5x {
    padding-right: 115px !important;
  }
  .gutter--md-bottom-11_5x {
    padding-bottom: 115px !important;
  }
  .gutter--md--12x {
    padding: 120px !important;
  }
  .gutter--md-vertical-12x {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .gutter--md-horizontal-12x {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .gutter--md-top-12x {
    padding-top: 120px !important;
  }
  .gutter--md-left-12x {
    padding-left: 120px !important;
  }
  .gutter--md-right-12x {
    padding-right: 120px !important;
  }
  .gutter--md-bottom-12x {
    padding-bottom: 120px !important;
  }
  .gutter--md--12_5x {
    padding: 125px !important;
  }
  .gutter--md-vertical-12_5x {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .gutter--md-horizontal-12_5x {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }
  .gutter--md-top-12_5x {
    padding-top: 125px !important;
  }
  .gutter--md-left-12_5x {
    padding-left: 125px !important;
  }
  .gutter--md-right-12_5x {
    padding-right: 125px !important;
  }
  .gutter--md-bottom-12_5x {
    padding-bottom: 125px !important;
  }
  .gutter--md--13x {
    padding: 130px !important;
  }
  .gutter--md-vertical-13x {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .gutter--md-horizontal-13x {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .gutter--md-top-13x {
    padding-top: 130px !important;
  }
  .gutter--md-left-13x {
    padding-left: 130px !important;
  }
  .gutter--md-right-13x {
    padding-right: 130px !important;
  }
  .gutter--md-bottom-13x {
    padding-bottom: 130px !important;
  }
  .gutter--md--13_5x {
    padding: 135px !important;
  }
  .gutter--md-vertical-13_5x {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  .gutter--md-horizontal-13_5x {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }
  .gutter--md-top-13_5x {
    padding-top: 135px !important;
  }
  .gutter--md-left-13_5x {
    padding-left: 135px !important;
  }
  .gutter--md-right-13_5x {
    padding-right: 135px !important;
  }
  .gutter--md-bottom-13_5x {
    padding-bottom: 135px !important;
  }
  .gutter--md--14x {
    padding: 140px !important;
  }
  .gutter--md-vertical-14x {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .gutter--md-horizontal-14x {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .gutter--md-top-14x {
    padding-top: 140px !important;
  }
  .gutter--md-left-14x {
    padding-left: 140px !important;
  }
  .gutter--md-right-14x {
    padding-right: 140px !important;
  }
  .gutter--md-bottom-14x {
    padding-bottom: 140px !important;
  }
  .gutter--md--14_5x {
    padding: 145px !important;
  }
  .gutter--md-vertical-14_5x {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  .gutter--md-horizontal-14_5x {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }
  .gutter--md-top-14_5x {
    padding-top: 145px !important;
  }
  .gutter--md-left-14_5x {
    padding-left: 145px !important;
  }
  .gutter--md-right-14_5x {
    padding-right: 145px !important;
  }
  .gutter--md-bottom-14_5x {
    padding-bottom: 145px !important;
  }
  .gutter--md--15x {
    padding: 150px !important;
  }
  .gutter--md-vertical-15x {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .gutter--md-horizontal-15x {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .gutter--md-top-15x {
    padding-top: 150px !important;
  }
  .gutter--md-left-15x {
    padding-left: 150px !important;
  }
  .gutter--md-right-15x {
    padding-right: 150px !important;
  }
  .gutter--md-bottom-15x {
    padding-bottom: 150px !important;
  }
  .gutter--md--15_5x {
    padding: 155px !important;
  }
  .gutter--md-vertical-15_5x {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  .gutter--md-horizontal-15_5x {
    padding-left: 155px !important;
    padding-right: 155px !important;
  }
  .gutter--md-top-15_5x {
    padding-top: 155px !important;
  }
  .gutter--md-left-15_5x {
    padding-left: 155px !important;
  }
  .gutter--md-right-15_5x {
    padding-right: 155px !important;
  }
  .gutter--md-bottom-15_5x {
    padding-bottom: 155px !important;
  }
  .gutter--md--16x {
    padding: 160px !important;
  }
  .gutter--md-vertical-16x {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .gutter--md-horizontal-16x {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .gutter--md-top-16x {
    padding-top: 160px !important;
  }
  .gutter--md-left-16x {
    padding-left: 160px !important;
  }
  .gutter--md-right-16x {
    padding-right: 160px !important;
  }
  .gutter--md-bottom-16x {
    padding-bottom: 160px !important;
  }
  .gutter--md--16_5x {
    padding: 165px !important;
  }
  .gutter--md-vertical-16_5x {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  .gutter--md-horizontal-16_5x {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }
  .gutter--md-top-16_5x {
    padding-top: 165px !important;
  }
  .gutter--md-left-16_5x {
    padding-left: 165px !important;
  }
  .gutter--md-right-16_5x {
    padding-right: 165px !important;
  }
  .gutter--md-bottom-16_5x {
    padding-bottom: 165px !important;
  }
  .gutter--md--17x {
    padding: 170px !important;
  }
  .gutter--md-vertical-17x {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .gutter--md-horizontal-17x {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .gutter--md-top-17x {
    padding-top: 170px !important;
  }
  .gutter--md-left-17x {
    padding-left: 170px !important;
  }
  .gutter--md-right-17x {
    padding-right: 170px !important;
  }
  .gutter--md-bottom-17x {
    padding-bottom: 170px !important;
  }
  .gutter--md--17_5x {
    padding: 175px !important;
  }
  .gutter--md-vertical-17_5x {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  .gutter--md-horizontal-17_5x {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }
  .gutter--md-top-17_5x {
    padding-top: 175px !important;
  }
  .gutter--md-left-17_5x {
    padding-left: 175px !important;
  }
  .gutter--md-right-17_5x {
    padding-right: 175px !important;
  }
  .gutter--md-bottom-17_5x {
    padding-bottom: 175px !important;
  }
  .gutter--md--18x {
    padding: 180px !important;
  }
  .gutter--md-vertical-18x {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .gutter--md-horizontal-18x {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .gutter--md-top-18x {
    padding-top: 180px !important;
  }
  .gutter--md-left-18x {
    padding-left: 180px !important;
  }
  .gutter--md-right-18x {
    padding-right: 180px !important;
  }
  .gutter--md-bottom-18x {
    padding-bottom: 180px !important;
  }
  .gutter--md--18_5x {
    padding: 185px !important;
  }
  .gutter--md-vertical-18_5x {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  .gutter--md-horizontal-18_5x {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }
  .gutter--md-top-18_5x {
    padding-top: 185px !important;
  }
  .gutter--md-left-18_5x {
    padding-left: 185px !important;
  }
  .gutter--md-right-18_5x {
    padding-right: 185px !important;
  }
  .gutter--md-bottom-18_5x {
    padding-bottom: 185px !important;
  }
  .gutter--md--19x {
    padding: 190px !important;
  }
  .gutter--md-vertical-19x {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .gutter--md-horizontal-19x {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .gutter--md-top-19x {
    padding-top: 190px !important;
  }
  .gutter--md-left-19x {
    padding-left: 190px !important;
  }
  .gutter--md-right-19x {
    padding-right: 190px !important;
  }
  .gutter--md-bottom-19x {
    padding-bottom: 190px !important;
  }
  .gutter--md--19_5x {
    padding: 195px !important;
  }
  .gutter--md-vertical-19_5x {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  .gutter--md-horizontal-19_5x {
    padding-left: 195px !important;
    padding-right: 195px !important;
  }
  .gutter--md-top-19_5x {
    padding-top: 195px !important;
  }
  .gutter--md-left-19_5x {
    padding-left: 195px !important;
  }
  .gutter--md-right-19_5x {
    padding-right: 195px !important;
  }
  .gutter--md-bottom-19_5x {
    padding-bottom: 195px !important;
  }
  .gutter--md--20x {
    padding: 200px !important;
  }
  .gutter--md-vertical-20x {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .gutter--md-horizontal-20x {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .gutter--md-top-20x {
    padding-top: 200px !important;
  }
  .gutter--md-left-20x {
    padding-left: 200px !important;
  }
  .gutter--md-right-20x {
    padding-right: 200px !important;
  }
  .gutter--md-bottom-20x {
    padding-bottom: 200px !important;
  }
  .gutter--md--20_5x {
    padding: 205px !important;
  }
  .gutter--md-vertical-20_5x {
    padding-top: 205px !important;
    padding-bottom: 205px !important;
  }
  .gutter--md-horizontal-20_5x {
    padding-left: 205px !important;
    padding-right: 205px !important;
  }
  .gutter--md-top-20_5x {
    padding-top: 205px !important;
  }
  .gutter--md-left-20_5x {
    padding-left: 205px !important;
  }
  .gutter--md-right-20_5x {
    padding-right: 205px !important;
  }
  .gutter--md-bottom-20_5x {
    padding-bottom: 205px !important;
  }
}
@media (min-width: 1200px) {
  .gutter--lg--0x {
    padding: 0px !important;
  }
  .gutter--lg-vertical-0x {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .gutter--lg-horizontal-0x {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .gutter--lg-top-0x {
    padding-top: 0px !important;
  }
  .gutter--lg-left-0x {
    padding-left: 0px !important;
  }
  .gutter--lg-right-0x {
    padding-right: 0px !important;
  }
  .gutter--lg-bottom-0x {
    padding-bottom: 0px !important;
  }
  .gutter--lg--0_5x {
    padding: 5px !important;
  }
  .gutter--lg-vertical-0_5x {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .gutter--lg-horizontal-0_5x {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .gutter--lg-top-0_5x {
    padding-top: 5px !important;
  }
  .gutter--lg-left-0_5x {
    padding-left: 5px !important;
  }
  .gutter--lg-right-0_5x {
    padding-right: 5px !important;
  }
  .gutter--lg-bottom-0_5x {
    padding-bottom: 5px !important;
  }
  .gutter--lg {
    padding: 10px !important;
  }
  .gutter--lg-vertical {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .gutter--lg-horizontal {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .gutter--lg-top {
    padding-top: 10px !important;
  }
  .gutter--lg-left {
    padding-left: 10px !important;
  }
  .gutter--lg-right {
    padding-right: 10px !important;
  }
  .gutter--lg-bottom {
    padding-bottom: 10px !important;
  }
  .gutter--lg--1_5x {
    padding: 15px !important;
  }
  .gutter--lg-vertical-1_5x {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .gutter--lg-horizontal-1_5x {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .gutter--lg-top-1_5x {
    padding-top: 15px !important;
  }
  .gutter--lg-left-1_5x {
    padding-left: 15px !important;
  }
  .gutter--lg-right-1_5x {
    padding-right: 15px !important;
  }
  .gutter--lg-bottom-1_5x {
    padding-bottom: 15px !important;
  }
  .gutter--lg--2x {
    padding: 20px !important;
  }
  .gutter--lg-vertical-2x {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .gutter--lg-horizontal-2x {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .gutter--lg-top-2x {
    padding-top: 20px !important;
  }
  .gutter--lg-left-2x {
    padding-left: 20px !important;
  }
  .gutter--lg-right-2x {
    padding-right: 20px !important;
  }
  .gutter--lg-bottom-2x {
    padding-bottom: 20px !important;
  }
  .gutter--lg--2_5x {
    padding: 25px !important;
  }
  .gutter--lg-vertical-2_5x {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .gutter--lg-horizontal-2_5x {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .gutter--lg-top-2_5x {
    padding-top: 25px !important;
  }
  .gutter--lg-left-2_5x {
    padding-left: 25px !important;
  }
  .gutter--lg-right-2_5x {
    padding-right: 25px !important;
  }
  .gutter--lg-bottom-2_5x {
    padding-bottom: 25px !important;
  }
  .gutter--lg--3x {
    padding: 30px !important;
  }
  .gutter--lg-vertical-3x {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .gutter--lg-horizontal-3x {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .gutter--lg-top-3x {
    padding-top: 30px !important;
  }
  .gutter--lg-left-3x {
    padding-left: 30px !important;
  }
  .gutter--lg-right-3x {
    padding-right: 30px !important;
  }
  .gutter--lg-bottom-3x {
    padding-bottom: 30px !important;
  }
  .gutter--lg--3_5x {
    padding: 35px !important;
  }
  .gutter--lg-vertical-3_5x {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .gutter--lg-horizontal-3_5x {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .gutter--lg-top-3_5x {
    padding-top: 35px !important;
  }
  .gutter--lg-left-3_5x {
    padding-left: 35px !important;
  }
  .gutter--lg-right-3_5x {
    padding-right: 35px !important;
  }
  .gutter--lg-bottom-3_5x {
    padding-bottom: 35px !important;
  }
  .gutter--lg--4x {
    padding: 40px !important;
  }
  .gutter--lg-vertical-4x {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .gutter--lg-horizontal-4x {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .gutter--lg-top-4x {
    padding-top: 40px !important;
  }
  .gutter--lg-left-4x {
    padding-left: 40px !important;
  }
  .gutter--lg-right-4x {
    padding-right: 40px !important;
  }
  .gutter--lg-bottom-4x {
    padding-bottom: 40px !important;
  }
  .gutter--lg--4_5x {
    padding: 45px !important;
  }
  .gutter--lg-vertical-4_5x {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .gutter--lg-horizontal-4_5x {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .gutter--lg-top-4_5x {
    padding-top: 45px !important;
  }
  .gutter--lg-left-4_5x {
    padding-left: 45px !important;
  }
  .gutter--lg-right-4_5x {
    padding-right: 45px !important;
  }
  .gutter--lg-bottom-4_5x {
    padding-bottom: 45px !important;
  }
  .gutter--lg--5x {
    padding: 50px !important;
  }
  .gutter--lg-vertical-5x {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .gutter--lg-horizontal-5x {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .gutter--lg-top-5x {
    padding-top: 50px !important;
  }
  .gutter--lg-left-5x {
    padding-left: 50px !important;
  }
  .gutter--lg-right-5x {
    padding-right: 50px !important;
  }
  .gutter--lg-bottom-5x {
    padding-bottom: 50px !important;
  }
  .gutter--lg--5_5x {
    padding: 55px !important;
  }
  .gutter--lg-vertical-5_5x {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .gutter--lg-horizontal-5_5x {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .gutter--lg-top-5_5x {
    padding-top: 55px !important;
  }
  .gutter--lg-left-5_5x {
    padding-left: 55px !important;
  }
  .gutter--lg-right-5_5x {
    padding-right: 55px !important;
  }
  .gutter--lg-bottom-5_5x {
    padding-bottom: 55px !important;
  }
  .gutter--lg--6x {
    padding: 60px !important;
  }
  .gutter--lg-vertical-6x {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .gutter--lg-horizontal-6x {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .gutter--lg-top-6x {
    padding-top: 60px !important;
  }
  .gutter--lg-left-6x {
    padding-left: 60px !important;
  }
  .gutter--lg-right-6x {
    padding-right: 60px !important;
  }
  .gutter--lg-bottom-6x {
    padding-bottom: 60px !important;
  }
  .gutter--lg--6_5x {
    padding: 65px !important;
  }
  .gutter--lg-vertical-6_5x {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .gutter--lg-horizontal-6_5x {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .gutter--lg-top-6_5x {
    padding-top: 65px !important;
  }
  .gutter--lg-left-6_5x {
    padding-left: 65px !important;
  }
  .gutter--lg-right-6_5x {
    padding-right: 65px !important;
  }
  .gutter--lg-bottom-6_5x {
    padding-bottom: 65px !important;
  }
  .gutter--lg--7x {
    padding: 70px !important;
  }
  .gutter--lg-vertical-7x {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .gutter--lg-horizontal-7x {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .gutter--lg-top-7x {
    padding-top: 70px !important;
  }
  .gutter--lg-left-7x {
    padding-left: 70px !important;
  }
  .gutter--lg-right-7x {
    padding-right: 70px !important;
  }
  .gutter--lg-bottom-7x {
    padding-bottom: 70px !important;
  }
  .gutter--lg--7_5x {
    padding: 75px !important;
  }
  .gutter--lg-vertical-7_5x {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .gutter--lg-horizontal-7_5x {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .gutter--lg-top-7_5x {
    padding-top: 75px !important;
  }
  .gutter--lg-left-7_5x {
    padding-left: 75px !important;
  }
  .gutter--lg-right-7_5x {
    padding-right: 75px !important;
  }
  .gutter--lg-bottom-7_5x {
    padding-bottom: 75px !important;
  }
  .gutter--lg--8x {
    padding: 80px !important;
  }
  .gutter--lg-vertical-8x {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .gutter--lg-horizontal-8x {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .gutter--lg-top-8x {
    padding-top: 80px !important;
  }
  .gutter--lg-left-8x {
    padding-left: 80px !important;
  }
  .gutter--lg-right-8x {
    padding-right: 80px !important;
  }
  .gutter--lg-bottom-8x {
    padding-bottom: 80px !important;
  }
  .gutter--lg--8_5x {
    padding: 85px !important;
  }
  .gutter--lg-vertical-8_5x {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .gutter--lg-horizontal-8_5x {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .gutter--lg-top-8_5x {
    padding-top: 85px !important;
  }
  .gutter--lg-left-8_5x {
    padding-left: 85px !important;
  }
  .gutter--lg-right-8_5x {
    padding-right: 85px !important;
  }
  .gutter--lg-bottom-8_5x {
    padding-bottom: 85px !important;
  }
  .gutter--lg--9x {
    padding: 90px !important;
  }
  .gutter--lg-vertical-9x {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .gutter--lg-horizontal-9x {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .gutter--lg-top-9x {
    padding-top: 90px !important;
  }
  .gutter--lg-left-9x {
    padding-left: 90px !important;
  }
  .gutter--lg-right-9x {
    padding-right: 90px !important;
  }
  .gutter--lg-bottom-9x {
    padding-bottom: 90px !important;
  }
  .gutter--lg--9_5x {
    padding: 95px !important;
  }
  .gutter--lg-vertical-9_5x {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .gutter--lg-horizontal-9_5x {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .gutter--lg-top-9_5x {
    padding-top: 95px !important;
  }
  .gutter--lg-left-9_5x {
    padding-left: 95px !important;
  }
  .gutter--lg-right-9_5x {
    padding-right: 95px !important;
  }
  .gutter--lg-bottom-9_5x {
    padding-bottom: 95px !important;
  }
  .gutter--lg--10x {
    padding: 100px !important;
  }
  .gutter--lg-vertical-10x {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .gutter--lg-horizontal-10x {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .gutter--lg-top-10x {
    padding-top: 100px !important;
  }
  .gutter--lg-left-10x {
    padding-left: 100px !important;
  }
  .gutter--lg-right-10x {
    padding-right: 100px !important;
  }
  .gutter--lg-bottom-10x {
    padding-bottom: 100px !important;
  }
  .gutter--lg--10_5x {
    padding: 105px !important;
  }
  .gutter--lg-vertical-10_5x {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  .gutter--lg-horizontal-10_5x {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  .gutter--lg-top-10_5x {
    padding-top: 105px !important;
  }
  .gutter--lg-left-10_5x {
    padding-left: 105px !important;
  }
  .gutter--lg-right-10_5x {
    padding-right: 105px !important;
  }
  .gutter--lg-bottom-10_5x {
    padding-bottom: 105px !important;
  }
  .gutter--lg--11x {
    padding: 110px !important;
  }
  .gutter--lg-vertical-11x {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .gutter--lg-horizontal-11x {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .gutter--lg-top-11x {
    padding-top: 110px !important;
  }
  .gutter--lg-left-11x {
    padding-left: 110px !important;
  }
  .gutter--lg-right-11x {
    padding-right: 110px !important;
  }
  .gutter--lg-bottom-11x {
    padding-bottom: 110px !important;
  }
  .gutter--lg--11_5x {
    padding: 115px !important;
  }
  .gutter--lg-vertical-11_5x {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  .gutter--lg-horizontal-11_5x {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  .gutter--lg-top-11_5x {
    padding-top: 115px !important;
  }
  .gutter--lg-left-11_5x {
    padding-left: 115px !important;
  }
  .gutter--lg-right-11_5x {
    padding-right: 115px !important;
  }
  .gutter--lg-bottom-11_5x {
    padding-bottom: 115px !important;
  }
  .gutter--lg--12x {
    padding: 120px !important;
  }
  .gutter--lg-vertical-12x {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .gutter--lg-horizontal-12x {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .gutter--lg-top-12x {
    padding-top: 120px !important;
  }
  .gutter--lg-left-12x {
    padding-left: 120px !important;
  }
  .gutter--lg-right-12x {
    padding-right: 120px !important;
  }
  .gutter--lg-bottom-12x {
    padding-bottom: 120px !important;
  }
  .gutter--lg--12_5x {
    padding: 125px !important;
  }
  .gutter--lg-vertical-12_5x {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .gutter--lg-horizontal-12_5x {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }
  .gutter--lg-top-12_5x {
    padding-top: 125px !important;
  }
  .gutter--lg-left-12_5x {
    padding-left: 125px !important;
  }
  .gutter--lg-right-12_5x {
    padding-right: 125px !important;
  }
  .gutter--lg-bottom-12_5x {
    padding-bottom: 125px !important;
  }
  .gutter--lg--13x {
    padding: 130px !important;
  }
  .gutter--lg-vertical-13x {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .gutter--lg-horizontal-13x {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .gutter--lg-top-13x {
    padding-top: 130px !important;
  }
  .gutter--lg-left-13x {
    padding-left: 130px !important;
  }
  .gutter--lg-right-13x {
    padding-right: 130px !important;
  }
  .gutter--lg-bottom-13x {
    padding-bottom: 130px !important;
  }
  .gutter--lg--13_5x {
    padding: 135px !important;
  }
  .gutter--lg-vertical-13_5x {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  .gutter--lg-horizontal-13_5x {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }
  .gutter--lg-top-13_5x {
    padding-top: 135px !important;
  }
  .gutter--lg-left-13_5x {
    padding-left: 135px !important;
  }
  .gutter--lg-right-13_5x {
    padding-right: 135px !important;
  }
  .gutter--lg-bottom-13_5x {
    padding-bottom: 135px !important;
  }
  .gutter--lg--14x {
    padding: 140px !important;
  }
  .gutter--lg-vertical-14x {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .gutter--lg-horizontal-14x {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .gutter--lg-top-14x {
    padding-top: 140px !important;
  }
  .gutter--lg-left-14x {
    padding-left: 140px !important;
  }
  .gutter--lg-right-14x {
    padding-right: 140px !important;
  }
  .gutter--lg-bottom-14x {
    padding-bottom: 140px !important;
  }
  .gutter--lg--14_5x {
    padding: 145px !important;
  }
  .gutter--lg-vertical-14_5x {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  .gutter--lg-horizontal-14_5x {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }
  .gutter--lg-top-14_5x {
    padding-top: 145px !important;
  }
  .gutter--lg-left-14_5x {
    padding-left: 145px !important;
  }
  .gutter--lg-right-14_5x {
    padding-right: 145px !important;
  }
  .gutter--lg-bottom-14_5x {
    padding-bottom: 145px !important;
  }
  .gutter--lg--15x {
    padding: 150px !important;
  }
  .gutter--lg-vertical-15x {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .gutter--lg-horizontal-15x {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .gutter--lg-top-15x {
    padding-top: 150px !important;
  }
  .gutter--lg-left-15x {
    padding-left: 150px !important;
  }
  .gutter--lg-right-15x {
    padding-right: 150px !important;
  }
  .gutter--lg-bottom-15x {
    padding-bottom: 150px !important;
  }
  .gutter--lg--15_5x {
    padding: 155px !important;
  }
  .gutter--lg-vertical-15_5x {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  .gutter--lg-horizontal-15_5x {
    padding-left: 155px !important;
    padding-right: 155px !important;
  }
  .gutter--lg-top-15_5x {
    padding-top: 155px !important;
  }
  .gutter--lg-left-15_5x {
    padding-left: 155px !important;
  }
  .gutter--lg-right-15_5x {
    padding-right: 155px !important;
  }
  .gutter--lg-bottom-15_5x {
    padding-bottom: 155px !important;
  }
  .gutter--lg--16x {
    padding: 160px !important;
  }
  .gutter--lg-vertical-16x {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .gutter--lg-horizontal-16x {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .gutter--lg-top-16x {
    padding-top: 160px !important;
  }
  .gutter--lg-left-16x {
    padding-left: 160px !important;
  }
  .gutter--lg-right-16x {
    padding-right: 160px !important;
  }
  .gutter--lg-bottom-16x {
    padding-bottom: 160px !important;
  }
  .gutter--lg--16_5x {
    padding: 165px !important;
  }
  .gutter--lg-vertical-16_5x {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  .gutter--lg-horizontal-16_5x {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }
  .gutter--lg-top-16_5x {
    padding-top: 165px !important;
  }
  .gutter--lg-left-16_5x {
    padding-left: 165px !important;
  }
  .gutter--lg-right-16_5x {
    padding-right: 165px !important;
  }
  .gutter--lg-bottom-16_5x {
    padding-bottom: 165px !important;
  }
  .gutter--lg--17x {
    padding: 170px !important;
  }
  .gutter--lg-vertical-17x {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .gutter--lg-horizontal-17x {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .gutter--lg-top-17x {
    padding-top: 170px !important;
  }
  .gutter--lg-left-17x {
    padding-left: 170px !important;
  }
  .gutter--lg-right-17x {
    padding-right: 170px !important;
  }
  .gutter--lg-bottom-17x {
    padding-bottom: 170px !important;
  }
  .gutter--lg--17_5x {
    padding: 175px !important;
  }
  .gutter--lg-vertical-17_5x {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  .gutter--lg-horizontal-17_5x {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }
  .gutter--lg-top-17_5x {
    padding-top: 175px !important;
  }
  .gutter--lg-left-17_5x {
    padding-left: 175px !important;
  }
  .gutter--lg-right-17_5x {
    padding-right: 175px !important;
  }
  .gutter--lg-bottom-17_5x {
    padding-bottom: 175px !important;
  }
  .gutter--lg--18x {
    padding: 180px !important;
  }
  .gutter--lg-vertical-18x {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .gutter--lg-horizontal-18x {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .gutter--lg-top-18x {
    padding-top: 180px !important;
  }
  .gutter--lg-left-18x {
    padding-left: 180px !important;
  }
  .gutter--lg-right-18x {
    padding-right: 180px !important;
  }
  .gutter--lg-bottom-18x {
    padding-bottom: 180px !important;
  }
  .gutter--lg--18_5x {
    padding: 185px !important;
  }
  .gutter--lg-vertical-18_5x {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  .gutter--lg-horizontal-18_5x {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }
  .gutter--lg-top-18_5x {
    padding-top: 185px !important;
  }
  .gutter--lg-left-18_5x {
    padding-left: 185px !important;
  }
  .gutter--lg-right-18_5x {
    padding-right: 185px !important;
  }
  .gutter--lg-bottom-18_5x {
    padding-bottom: 185px !important;
  }
  .gutter--lg--19x {
    padding: 190px !important;
  }
  .gutter--lg-vertical-19x {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .gutter--lg-horizontal-19x {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .gutter--lg-top-19x {
    padding-top: 190px !important;
  }
  .gutter--lg-left-19x {
    padding-left: 190px !important;
  }
  .gutter--lg-right-19x {
    padding-right: 190px !important;
  }
  .gutter--lg-bottom-19x {
    padding-bottom: 190px !important;
  }
  .gutter--lg--19_5x {
    padding: 195px !important;
  }
  .gutter--lg-vertical-19_5x {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  .gutter--lg-horizontal-19_5x {
    padding-left: 195px !important;
    padding-right: 195px !important;
  }
  .gutter--lg-top-19_5x {
    padding-top: 195px !important;
  }
  .gutter--lg-left-19_5x {
    padding-left: 195px !important;
  }
  .gutter--lg-right-19_5x {
    padding-right: 195px !important;
  }
  .gutter--lg-bottom-19_5x {
    padding-bottom: 195px !important;
  }
  .gutter--lg--20x {
    padding: 200px !important;
  }
  .gutter--lg-vertical-20x {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .gutter--lg-horizontal-20x {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .gutter--lg-top-20x {
    padding-top: 200px !important;
  }
  .gutter--lg-left-20x {
    padding-left: 200px !important;
  }
  .gutter--lg-right-20x {
    padding-right: 200px !important;
  }
  .gutter--lg-bottom-20x {
    padding-bottom: 200px !important;
  }
  .gutter--lg--20_5x {
    padding: 205px !important;
  }
  .gutter--lg-vertical-20_5x {
    padding-top: 205px !important;
    padding-bottom: 205px !important;
  }
  .gutter--lg-horizontal-20_5x {
    padding-left: 205px !important;
    padding-right: 205px !important;
  }
  .gutter--lg-top-20_5x {
    padding-top: 205px !important;
  }
  .gutter--lg-left-20_5x {
    padding-left: 205px !important;
  }
  .gutter--lg-right-20_5x {
    padding-right: 205px !important;
  }
  .gutter--lg-bottom-20_5x {
    padding-bottom: 205px !important;
  }
}
.text-top {
  vertical-align: top !important;
}

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

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

.text-subscript {
  vertical-align: sub !important;
}

.display--inline-block {
  display: inline-block;
}

.page-header {
  margin: 20px 0;
  font-weight: bold;
  border: none;
  padding: 0;
}
.page-header__button {
  margin: 13px 30px 0;
}

@media print {
  .hidden--print {
    display: none;
  }
}
.crop-horizontal {
  max-width: 100%;
}

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

/*
@font-face {
  font-family: "SHB Phonetic Regular";
  src: url("./fonts/SHBPhonetic-Regular.eot");
  src: url("./fonts/SHBPhonetic-Regular.eot?#iefix") format("eot"),
     url("./fonts/SHBPhonetic-Regular.woff") format("woff"),
     url("./fonts/SHBPhonetic-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

.font-phonetic-symbol {
  font-family: 'SHB Phonetic Regular', 'Lucida Sans Unicode','Times New Roman',Times,Serif;
}*/
.egs-animation.ng-hide-remove, .egs-animation--opacity.ng-hide-remove, .egs-animation--move-in-top.ng-hide-remove, .egs-animation--slide-horizontal.ng-hide-remove {
  -webkit-transition: 0.2s cubic-bezier(0.01, 0.84, 0.61, 0.87) 0.3s;
  transition: 0.2s cubic-bezier(0.01, 0.84, 0.61, 0.87) 0.3s;
}
.egs-animation.ng-hide-add, .egs-animation--opacity.ng-hide-add, .egs-animation--move-in-top.ng-hide-add, .egs-animation--slide-horizontal.ng-hide-add {
  -webkit-transition: 0.2s cubic-bezier(0.73, 0.01, 0.58, 0.69);
  transition: 0.2s cubic-bezier(0.73, 0.01, 0.58, 0.69);
}
.egs-animation--opacity.ng-hide-remove {
  opacity: 0;
}
.egs-animation--opacity.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}
.egs-animation--opacity.ng-hide-add {
  opacity: 1;
}
.egs-animation--opacity.ng-hide-add.ng-hide-add-active {
  opacity: 0;
}
.egs-animation--move-in-top.ng-hide-remove {
  opacity: 0;
  margin-top: -30px;
}
.egs-animation--move-in-top.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  margin-top: 0;
}
.egs-animation--move-in-top.ng-hide-add {
  opacity: 1;
  margin-top: 0;
}
.egs-animation--move-in-top.ng-hide-add.ng-hide-add-active {
  opacity: 0;
  margin-top: -30px;
}
.egs-animation--rotate {
  -webkit-animation: rotation 1s linear 0s infinite normal;
  animation: rotation 1s linear 0s infinite normal;
}
.egs-animation--slide-horizontal {
  position: absolute;
  width: 100%;
}
.egs-animation--slide-horizontal.ng-hide-remove {
  opacity: 0;
  -webkit-transform: translate3d(30px, 0, 0);
          transform: translate3d(30px, 0, 0);
}
.egs-animation--slide-horizontal.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.egs-animation--slide-horizontal.ng-hide-add {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.egs-animation--slide-horizontal.ng-hide-add.ng-hide-add-active {
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
          transform: translate3d(-30px, 0, 0);
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.jumbotron {
  padding: 20px 0;
}
.jumbotron, .jumbotron__pane {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.jumbotron--small, .jumbotron--small__pane {
  width: 100%;
  height: 135px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.jumbotron__pane {
  position: absolute;
  top: 0;
  left: 0;
}
.jumbotron__pane--translucent {
  opacity: 0.2;
}
.jumbotron--has-breadcrumb {
  padding-top: 0;
}
.jumbotron p {
  margin-bottom: 0;
}
.jumbotron p + p {
  margin-top: 10px;
}
.jumbotron__links {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.jumbotron__links li {
  display: inline-block;
}
.jumbotron__links a,
.jumbotron__links button {
  color: #feffff !important;
  vertical-align: middle;
}
.jumbotron__list-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jumbotron__list-group__item {
  background: #feffff;
  padding: 10px 20px 10px 10px;
}
.jumbotron__list-group__item:first-child {
  border-radius: 5px 5px 0 0;
}
.jumbotron__list-group__item:last-child {
  border-radius: 0 0 5px 5px;
}
.jumbotron__list-group__item + .jumbotron__list-group__item {
  margin-top: 2px;
}
.jumbotron__list-group__item__label, .jumbotron__list-group__item__value {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
}
.jumbotron__list-group__item__label {
  color: #888;
}
.jumbotron__list-group__item__value {
  text-align: right;
  line-height: 1em;
  color: #ffb633;
}
.jumbotron__list-group__item__value em {
  line-height: 1em;
  display: inline-block;
  padding: 0 2px;
  font-style: normal;
  font-size: 28px;
}
.jumbotron__list-group--offset-top {
  margin-top: 40px;
}
.jumbotron--lesson {
  background-color: #ffb633;
}
.jumbotron--listening-plus {
  background-color: #86c626;
}
.jumbotron--listening-plus--top {
  background: #86c626 url(../images/background/listening-plus-top.png) no-repeat center;
  background-size: auto 100%;
}

.media, .media--large, .media--small, .media--tiny {
  display: inline-block;
  width: 100%;
}
.media__left, .media__body, .media__right, .media--large__left, .media--large__body, .media--large__right, .media--small__left, .media--small__body, .media--small__right, .media--tiny__left, .media--tiny__body, .media--tiny__right {
  display: table-cell;
  vertical-align: middle;
}
.media__object, .media--large__object, .media--small__object, .media--tiny__object {
  width: 80px;
  height: 80px;
  border-radius: 999em;
  overflow: hidden;
  background: #ddd;
}
.media__object--notice, .media--large__object--notice, .media--small__object--notice, .media--tiny__object--notice {
  background: #fffbdd;
}
.media__object--info-light, .media--large__object--info-light, .media--small__object--info-light, .media--tiny__object--info-light {
  background: #4999ec;
}
.media__icon, .media--large__icon, .media--small__icon, .media--tiny__icon {
  margin-top: 10px;
}
.media__left, .media--large__left, .media--small__left, .media--tiny__left {
  padding-right: 20px;
}
.media__right, .media--large__right, .media--small__right, .media--tiny__right {
  padding-left: 20px;
}
.media__body, .media--large__body, .media--small__body, .media--tiny__body {
  width: 100%;
}
.media__body span, .media--large__body span, .media--small__body span, .media--tiny__body span {
  vertical-align: inherit;
}
.media__header, .media__header--medium, .media__header--large, .media--large__header, .media--large__header--medium, .media--large__header--large, .media--small__header, .media--small__header--medium, .media--small__header--large, .media--tiny__header, .media--tiny__header--medium, .media--tiny__header--large {
  margin: 0;
  font-weight: bold;
}
.media__header > small, .media__header--medium > small, .media__header--large > small, .media--large__header > small, .media--large__header--medium > small, .media--large__header--large > small, .media--small__header > small, .media--small__header--medium > small, .media--small__header--large > small, .media--tiny__header > small, .media--tiny__header--medium > small, .media--tiny__header--large > small {
  display: block;
  color: inherit;
  margin-bottom: 10px;
  font-size: 0.5em;
  font-weight: bold;
}
.media__header--medium, .media__header--large, .media--large__header--medium, .media--large__header--large, .media--small__header--medium, .media--small__header--large, .media--tiny__header--medium, .media--tiny__header--large {
  font-size: 36px;
  margin-bottom: 10px;
}
.media__header--medium, .media--large__header--medium, .media--small__header--medium, .media--tiny__header--medium {
  font-size: 24px;
}
.media__header--large, .media--large__header--large, .media--small__header--large, .media--tiny__header--large {
  font-size: 36px;
}
.media__detail, .media--large__detail, .media--small__detail, .media--tiny__detail {
  margin: 10px 0 0;
  font-size: 12px;
  color: #888;
}
.media--inverse, .media--large--inverse, .media--small--inverse, .media--tiny--inverse {
  color: #feffff;
}
.media--large .media__header, .media--small .media__header, .media-tiny .media__header {
  font-size: 24px;
}
.media--large .media__object {
  width: 140px;
  height: 140px;
}
.media--small .media__object {
  width: 60px;
  height: 60px;
}
.media--tiny .media__object {
  width: 40px;
  height: 40px;
}
.media--top .media__left, .media--top .media__body, .media--top .media__right {
  vertical-align: top;
}

.label {
  display: inline;
  padding: 0.2em 0.5em 0.3em;
  font-size: 0.75em;
  line-height: 1em;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  border: 1px solid;
  margin: auto 0.25em;
}
.label.label--primary {
  color: #feffff;
  background: #0ca5e6;
  border: none;
}
.label.label--primary--ghost {
  color: #0ca5e6;
  border-color: #0ca5e6;
  background: transparent;
}
.label.label--action {
  color: #feffff;
  background: #3ec1bd;
  border: none;
}
.label.label--action--ghost {
  color: #3ec1bd;
  border-color: #3ec1bd;
  background: transparent;
}
.label.label--emphasis {
  color: #feffff;
  background: #0c73c3;
  border: none;
}
.label.label--emphasis--ghost {
  color: #0c73c3;
  border-color: #0c73c3;
  background: transparent;
}
.label.label--text_sub {
  color: #feffff;
  background: #808d96;
  border: none;
}
.label.label--text_sub--ghost {
  color: #808d96;
  border-color: #808d96;
  background: transparent;
}
.label.label--success {
  color: #feffff;
  background: #86c626;
  border: none;
}
.label.label--success--ghost {
  color: #86c626;
  border-color: #86c626;
  background: transparent;
}
.label.label--info {
  color: #feffff;
  background: #1c80e7;
  border: none;
}
.label.label--info--ghost {
  color: #1c80e7;
  border-color: #1c80e7;
  background: transparent;
}
.label.label--info-light {
  color: #feffff;
  background: #4999ec;
  border: none;
}
.label.label--info-light--ghost {
  color: #4999ec;
  border-color: #4999ec;
  background: transparent;
}
.label.label--correct {
  color: #feffff;
  background: #3ec1bd;
  border: none;
}
.label.label--correct--ghost {
  color: #3ec1bd;
  border-color: #3ec1bd;
  background: transparent;
}
.label.label--danger {
  color: #feffff;
  background: #ee5555;
  border: none;
}
.label.label--danger--ghost {
  color: #ee5555;
  border-color: #ee5555;
  background: transparent;
}
.label.label--muted {
  color: #feffff;
  background: #888;
  border: none;
}
.label.label--muted--ghost {
  color: #888;
  border-color: #888;
  background: transparent;
}
.label.label--gray-white {
  color: #feffff;
  background: #feffff;
  border: none;
}
.label.label--gray-white--ghost {
  color: #feffff;
  border-color: #feffff;
  background: transparent;
}

.panel {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background: #feffff;
  margin: 20px 0;
}
.panel--no-margin {
  margin: 0;
}
.panel--no-radius {
  border-radius: 0px;
}
.panel ul {
  margin-left: 0;
  padding-left: 1.2em;
}
.panel__section {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.panel__section--primary {
  background: #0ca5e6;
  color: #feffff;
}
.panel__section--primary .panel__title {
  color: #feffff;
}
.panel__section--action {
  background: #3ec1bd;
  color: #feffff;
}
.panel__section--action .panel__title {
  color: #feffff;
}
.panel__section--emphasis {
  background: #0c73c3;
  color: #feffff;
}
.panel__section--emphasis .panel__title {
  color: #feffff;
}
.panel__section--text_sub {
  background: #808d96;
  color: #feffff;
}
.panel__section--text_sub .panel__title {
  color: #feffff;
}
.panel__section--success {
  background: #86c626;
  color: #feffff;
}
.panel__section--success .panel__title {
  color: #feffff;
}
.panel__section--info {
  background: #1c80e7;
  color: #feffff;
}
.panel__section--info .panel__title {
  color: #feffff;
}
.panel__section--info-light {
  background: #4999ec;
  color: #feffff;
}
.panel__section--info-light .panel__title {
  color: #feffff;
}
.panel__section--correct {
  background: #3ec1bd;
  color: #feffff;
}
.panel__section--correct .panel__title {
  color: #feffff;
}
.panel__section--danger {
  background: #ee5555;
  color: #feffff;
}
.panel__section--danger .panel__title {
  color: #feffff;
}
.panel__section--muted {
  background: #888;
  color: #feffff;
}
.panel__section--muted .panel__title {
  color: #feffff;
}
.panel__section--gray-white {
  background: #feffff;
  color: #feffff;
}
.panel__section--gray-white .panel__title {
  color: #feffff;
}
.panel__section--gray-light-pale {
  background: #fbfbfb;
}
.panel__section--gray-pale {
  background: #f4f4f4;
}
.panel__section--notice {
  background: #fffbdd;
}
.panel__section--fill {
  padding: 0;
}
.panel__section--small {
  padding: 10px;
}
.panel__section--clickable {
  cursor: pointer;
}
.panel__section--clickable:hover {
  background: #fff5aa;
}
.panel__title {
  font-size: 24px;
  margin: 0;
  color: #444;
}
.panel__title--primary {
  color: #0ca5e6;
}
.panel__title--action {
  color: #3ec1bd;
}
.panel__title--emphasis {
  color: #0c73c3;
}
.panel__title--text_sub {
  color: #808d96;
}
.panel__title--success {
  color: #86c626;
}
.panel__title--info {
  color: #1c80e7;
}
.panel__title--info-light {
  color: #4999ec;
}
.panel__title--correct {
  color: #3ec1bd;
}
.panel__title--danger {
  color: #ee5555;
}
.panel__title--muted {
  color: #888;
}
.panel__title--gray-white {
  color: #feffff;
}
.panel__title--small {
  font-size: 16px;
  font-weight: bold;
}
.panel__title--tiny {
  font-size: 14px;
  font-weight: bold;
}
.panel__caption {
  font-size: 14px;
  font-weight: bold;
  color: #444;
  margin: 30px 0 20px;
}
.panel__line-link {
  padding: 20px 10px 20px 20px;
  display: block;
  font-size: 14px;
  color: #444;
  font-weight: bold;
}
.panel__line-link:before {
  float: right;
}
.panel__attension, .panel__itemize {
  color: #888;
  list-style-type: none;
  font-size: 12px;
  margin: 0 0 5px;
  padding: 0;
}
.panel__attension--warning, .panel__itemize--warning {
  font-size: 16px;
  color: #ee5555;
}
.panel__attension li:before, .panel__itemize li:before {
  display: inline-block;
  padding-right: 5px;
  text-align: center;
}
.panel__attension li:before {
  content: "※";
}
.panel__itemize li:before {
  content: "・";
  width: 15px;
  margin-left: -15px;
}
.panel__header {
  text-align: center;
  margin: 0;
  color: #feffff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  border-radius: 4px 4px 0 0;
}
.panel__header--lesson {
  background: #ffb633;
}
.panel__header--listening-plus {
  background: #86c626;
}
.panel__header--muted {
  background: #ddd;
  color: #888;
}
.panel__header--small {
  padding: 5px 10px;
}
.panel__table {
  margin: 10px auto;
}
.panel__table table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.panel__table table thead tr {
  background: #fbfbfb;
  border: 1px solid #ddd;
}
.panel__table table thead th {
  padding: 0.5em;
  width: 48%;
}
.panel__table table thead td {
  padding: 0.5em;
  width: 26%;
  text-align: center;
}
.panel__table table thead td span {
  border-top: 1px solid #ddd;
  padding-top: 0.5em;
  margin-top: 0.5em;
  display: block;
}
.panel__table table tbody th,
.panel__table table tbody td {
  padding: 0.5em;
}
.panel__table table tbody th p,
.panel__table table tbody td p {
  margin-bottom: 0;
}
.panel__table table tbody th {
  font-weight: normal;
  width: 40%;
}
.panel__table table tbody th p {
  text-align: left;
}
.panel__table table tbody td {
  width: 30%;
}
.panel__table table tbody td p {
  text-align: center;
}
.panel__table table tr {
  border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .panel__table table {
    border: 0;
  }
  .panel__table table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 10px;
  }
  .panel__table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .panel__table table tbody tr {
    border-top: 3px solid #1c80e7;
  }
  .panel__table table tbody th p {
    padding-top: 1.5em;
  }
  .panel__table table tbody th,
.panel__table table tbody td {
    border-bottom: 1px solid #ddd;
    display: block;
    width: 100%;
  }
  .panel__table table tbody th:before,
.panel__table table tbody td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    letter-spacing: -0.01em;
  }
  .panel__table table tbody th:last-child,
.panel__table table tbody td:last-child {
    border-bottom: 0;
  }
  .panel__table table tbody th p,
.panel__table table tbody td p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .panel__table table tbody td p {
    padding-top: 1.5em;
    margin-bottom: 0;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.listening-plus__masthead {
  display: table;
  max-width: 100%;
  margin: 20px;
}
.listening-plus__masthead__left, .listening-plus__masthead__body, .listening-plus__masthead__right {
  display: table-cell;
  vertical-align: top;
}
.listening-plus__masthead__body {
  padding-left: 20px;
  width: 240px;
}
.listening-plus__masthead__body__top {
  padding-bottom: 10px;
}
.listening-plus__masthead__icon {
  width: 70px;
  height: 70px;
  display: inline-block;
}
.listening-plus__masthead__header {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.listening-plus__masthead__header > small {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
  color: #888;
}
.listening-plus__masthead__value {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2em;
  width: 2em;
  text-align: right;
  display: inline-block;
}
.listening-plus__masthead__gauge {
  position: relative;
  height: 8px;
  background: #f4f4f4;
  border-radius: 999em;
  overflow: hidden;
}
.listening-plus__masthead__gauge__face {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffb633;
  height: 100%;
  -webkit-transition: width, 0.3s;
  transition: width, 0.3s;
}
.listening-plus__masthead__gauge__face--success {
  background: #86c626;
}
.listening-plus__masthead__gauge__face--info {
  background: #ffb633;
}
.listening-plus__masthead__gauge__face--danger {
  background: #ee5555;
}
.listening-plus__masthead__gauge__delimiter {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
  position: relative;
}
.listening-plus__masthead__gauge__delimiter li {
  display: table-cell;
  width: 1%;
  height: 8px;
}
.listening-plus__masthead__gauge__delimiter li + li {
  border-left: 1px solid white;
}
.listening-plus__card-list .listening-plus__card, .listening-plus__card-list .listening-plus__card-tab__tab {
  padding: 20px 40px;
}
.listening-plus__card-list .listening-plus__card, .listening-plus__card-list .listening-plus__card-tab__tab, .listening-plus__card-list .listening-plus__card--small {
  margin-top: 20px;
}
.listening-plus__card, .listening-plus__card-tab__tab {
  padding: 20px 40px;
}
.listening-plus__card, .listening-plus__card-tab__tab, .listening-plus__card--small {
  background: #feffff;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.listening-plus__card__inner, .listening-plus__card-tab__tab__inner, .listening-plus__card--small__inner {
  display: table;
  width: 100%;
}
.listening-plus__card__inner__left, .listening-plus__card__inner__body, .listening-plus__card-tab__tab__inner__body, .listening-plus__card__inner__right, .listening-plus__card-tab__tab__inner__right, .listening-plus__card--small__inner__left, .listening-plus__card--small__inner__body, .listening-plus__card--small__inner__right {
  display: table-cell;
  vertical-align: middle;
}
.listening-plus__card__inner__left, .listening-plus__card--small__inner__left {
  padding-right: 10px;
}
.listening-plus__card__inner__right, .listening-plus__card-tab__tab__inner__right, .listening-plus__card--small__inner__right {
  text-align: right;
}
.listening-plus__card__header, .listening-plus__card-tab__tab__header, .listening-plus__card--small__header {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
.listening-plus__card__detail, .listening-plus__card--small__detail {
  margin-bottom: 0;
  font-size: 12px;
  color: #888;
}
.listening-plus__card__value, .listening-plus__card--small__value {
  font-size: 30px;
}
.listening-plus__card--small {
  padding: 10px 20px;
}
.listening-plus__card-tab {
  position: relative;
  top: -88px;
}
.listening-plus__card-tab__tab {
  height: 108px;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
  margin-bottom: -1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}
.listening-plus__card-tab__tab:after {
  position: absolute;
  bottom: 0px;
  width: 10px;
  height: 10px;
  content: " ";
  border: 1px solid #e0e0e0;
  right: -10px;
  border-bottom-left-radius: 10px;
  border-width: 0 0 1px 1px;
  -webkit-box-shadow: -5px 5px 0 5px #feffff;
          box-shadow: -5px 5px 0 5px #feffff;
}
.listening-plus__card-tab__tab__header {
  margin: 20px 0 0;
}
.listening-plus__card-tab__body {
  padding-top: 0;
  border-radius: 0 5px 5px 5px;
}

/**
 * Animations
 */
.fromTopIn {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fromTopOut {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  opacity: 0;
}

.fromBottomIn {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fromBottomOut {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  opacity: 0;
}

.fromLeftIn {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fromLeftOut {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
  opacity: 0;
}

.fromRightIn {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fromRightOut {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
  opacity: 0;
}

.scaleUpIn {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}

.scaleUpOut {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
  opacity: 0;
}

.scaleDownIn {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}

.scaleDownOut {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7);
  opacity: 0;
}

/*無料期間吹き出し表示*/
.freetrial-bubble {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(260 / 375 * 100vw);
  max-width: 326px;
  height: calc(25 / 375 * 100vw);
  border: 1px solid #6BD4C5;
  border-radius: 4px;
  background: #FFFFFF;
  color: #33AAB2;
  font-size: min(calc(12 / 375 * 100vw), 1.6rem);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
.freetrial-bubble span {
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
}
.freetrial-bubble::before, .freetrial-bubble::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
.freetrial-bubble::before {
  border-color: rgba(30, 144, 255, 0);
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 5px;
  border-right-width: 5px;
  margin-left: -5px;
  margin-top: 1px;
  border-top-color: #6BD4C5;
}
.freetrial-bubble::after {
  border-color: rgba(247, 221, 51, 0);
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-left-width: 4px;
  border-right-width: 4px;
  margin-left: -4px;
  border-top-color: #FFFFFF;
}
@media (min-width: 768px) {
  .freetrial-bubble {
    font-size: 16px;
    max-width: 326px;
    height: 34px;
  }
}

.global-announce {
  position: relative;
  background-color: #1c80e7;
  z-index: 20;
  margin-bottom: -4px;
}
.global-announce a {
  display: block;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.global-announce a img {
  display: block;
  margin: 0 auto;
  width: 88%;
  max-width: 320px;
}
.global-announce a:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .global-announce a img {
    max-width: 440px;
  }
}
.global-announce.active {
  z-index: 21;
}

html, body {
  height: 100%;
}

body.fixed {
  overflow: hidden;
}

.content-wrapper {
  position: relative;
  z-index: 0;
  margin-top: 60px;
}
.content-wrapper.teppan {
  margin-top: 0;
}
@media (min-width: 1088px) {
  .content-wrapper {
    margin-top: 0;
  }
}

.global-header__layer_ {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  display: none;
}
.global-header__layer_.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100vmax;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  z-index: 10;
}
@media (min-width: 1200px) {
  .global-header__layer_.active {
    display: none !important;
  }
}

.gnav-header {
  position: relative;
  top: 0;
  z-index: 20;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.72, 0, 0.28, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.72, 0, 0.28, 1);
  transition: transform 0.3s cubic-bezier(0.72, 0, 0.28, 1);
  transition: transform 0.3s cubic-bezier(0.72, 0, 0.28, 1), -webkit-transform 0.3s cubic-bezier(0.72, 0, 0.28, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.-float .gnav-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid #dce3e3;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1199px) {
  .-float .gnav-header {
    border-bottom: 0;
  }
}
.gnav-header.active .gnav-header__main {
  background-color: #fff;
}
.-r .gnav-header {
  display: none;
}
.gnav-header .flip {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.gnav-header__main {
  position: relative;
  border-top: 4px solid #0b41a0;
  padding: 0 12px 0 16px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
.gnav-header__main .egs-flash {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.gnav-header__main .egs-flash__hamburger a {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
  font-size: 28px;
  text-align: center;
  color: #808d96;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .gnav-header__main {
    padding: 0 120px 0 16px;
  }
}
.gnav-header__sub ul {
  list-style: none;
  padding: 0;
}
.gnav-header__sub ul a, .gnav-header__sub ul button {
  color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.gnav-header__sub ul button {
  cursor: default;
}
.gnav-header__sub .nav__list--item.item--lineup {
  display: none;
}
@media (max-width: 1199px) {
  .gnav-header__sub {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    background-color: #0b41a0;
    -webkit-transform: translateY(-140%);
            transform: translateY(-140%);
  }
  .gnav-header__sub.transform-show {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translateY(0%) !important;
            transform: translateY(0%) !important;
  }
  .gnav-header__sub ul a {
    text-decoration: none;
  }
  .gnav-header__sub .nav__list--search {
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 24;
  }
  .gnav-header__sub .nav__list--www {
    position: absolute;
    top: 10px;
    right: 16px;
    width: 32%;
  }
}
@media (max-width: 1199px) and (min-width: 341px) {
  .gnav-header__sub .nav__list--www {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  .gnav-header__sub .nav__list--www a {
    position: relative;
    display: block;
    padding-right: 12px;
    height: 30px;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    background-color: #0ca5e6;
    border-radius: 999em;
  }
  .gnav-header__sub .nav__list--www a .icon {
    position: absolute;
    top: middle;
    right: 8px;
    width: 12px;
    height: 30px;
    background-size: 12px;
  }
}
@media (max-width: 1199px) {
  .gnav-header__sub .nav__list--item {
    padding-left: 30px;
    border-bottom: 1px solid #155eab;
  }
  .gnav-header__sub .nav__list--item.item--login {
    border-color: #9db3d9;
  }
  .gnav-header__sub .nav__list--item .lnk__parent a, .gnav-header__sub .nav__list--item .lnk__parent button, .gnav-header__sub .nav__list--item .lnk__def a, .gnav-header__sub .nav__list--item .lnk__def button {
    display: block;
    padding: 12px 0 14px;
    font-size: 16px;
    font-weight: 700;
  }
  .gnav-header__sub .nav__list--item .lnk__parent a i.brand-icon, .gnav-header__sub .nav__list--item .lnk__parent button i.brand-icon, .gnav-header__sub .nav__list--item .lnk__def a i.brand-icon, .gnav-header__sub .nav__list--item .lnk__def button i.brand-icon {
    display: none;
  }
  .gnav-header__sub .nav__list--item .lnk__parent a {
    border-bottom: 1px solid #155eab;
  }
  .gnav-header__sub .nav__list--item .lnk__parent button {
    display: block;
    border: 0;
    width: 100%;
    text-align: left;
    background: transparent;
    border-bottom: 1px solid #155eab;
  }
  .gnav-header__sub .nav__list--item .lnk__children {
    padding-bottom: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    border: 0;
    top: auto;
    left: auto;
    z-index: auto;
    float: none;
    min-width: 0;
    margin: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .gnav-header__sub .nav__list--item .lnk__children--item {
    width: 50%;
    padding: 4px 0 0;
  }
  .gnav-header__sub .nav__list--item .lnk__children--item a {
    border: 0;
    display: block;
    padding-right: 4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
  }
}
@media (min-width: 1200px) {
  .gnav-header__sub .nav__list, .gnav-header__sub .lnk__children {
    margin: 0;
    padding: 0;
  }
  .gnav-header__sub .nav__list {
    position: absolute;
    top: 5px;
    right: 0;
    width: calc(100vw - 156px);
    margin: 0;
    padding: 0;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
    letter-spacing: normal;
  }
  .gnav-header__sub .nav__list--search {
    position: absolute;
    top: 8px;
    right: 270px;
  }
}
@media (min-width: 1200px) and (max-width: 1340px) {
  .gnav-header__sub .nav__list--search {
    display: none;
  }
}
@media (min-width: 1200px) {
  .gnav-header__sub .nav__list--item {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .gnav-header__sub .nav__list--item:hover {
    background: rgba(210, 230, 250, 0.5);
  }
  .gnav-header__sub .nav__list--item a, .gnav-header__sub .nav__list--item button {
    display: block;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 62px;
    color: #444;
  }
  .gnav-header__sub .nav__list--item button {
    border: 0;
    background: transparent;
  }
  .gnav-header__sub .nav__list--item .lnk__children a {
    padding: 0 14px;
    line-height: 56px;
  }
  .gnav-header__sub .nav__list--item i.brand-icon {
    display: inline-block;
    width: 14px;
    height: 10px;
    vertical-align: 0.2em;
    background: url() 0 0 no-repeat;
    background-size: 14px 10px;
  }
  .gnav-header__sub .nav__list--item.item--login .lnk__children--item a:hover {
    color: #fff;
  }
  .gnav-header__sub .nav__list--item.item--login {
    position: absolute;
    right: 0;
    top: 0;
  }
  .gnav-header__sub .nav__list--item.item--login button {
    color: #0ca5e6;
    text-decoration: none;
  }
  .gnav-header__sub .nav__list--item.item--login button i.brand-icon {
    background-image: url();
  }
  .gnav-header__sub .nav__list--item .lnk__parent {
    position: relative;
    padding-right: 4px;
  }
}
.gnav-header .gnav-header__apply {
  position: absolute;
  top: 5px;
  right: 64px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 61px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.gnav-header .gnav-header__apply a.cv-button {
  display: block;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0;
  line-height: 32px;
  background-color: #3ec1bd;
  border-bottom: 2px solid #34a7b7;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.gnav-header .gnav-header__apply a.cv-button:hover {
  background-color: #34a7b7;
}
.gnav-header .gnav-header__apply a.cv-button-sakitoku {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 160px;
  height: 31px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 31px;
  background-image: -webkit-gradient(linear, right top, left top, from(#f04d87), color-stop(5%, #f04d87), color-stop(95%, #4e51ff), to(#4e51ff));
  background-image: -webkit-linear-gradient(right, #f04d87, #f04d87 5%, #4e51ff 95%, #4e51ff 100%);
  background-image: linear-gradient(to left, #f04d87, #f04d87 5%, #4e51ff 95%, #4e51ff 100%);
  color: #fff !important;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gnav-header .gnav-header__apply a.cv-button-sakitoku.-close {
  background: #c3c3c3;
  pointer-events: none;
}
.gnav-header .gnav-header__apply a.cv-button-sakitoku::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 31px;
  border: 1px solid rgba(255, 255, 255, 0.24);
}
.gnav-header .gnav-header__apply a.cv-button-sakitoku:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .gnav-header .gnav-header__apply {
    right: 96px;
  }
  .gnav-header .gnav-header__apply a.cv-button {
    padding: 0 14px;
    font-size: 13px;
  }
  .gnav-header .gnav-header__apply a.text-link {
    margin-right: 24px;
    font-size: 13px;
    font-weight: 700;
    color: #444;
  }
}
.gnav-header .xxs-show {
  display: block;
}
.gnav-header .xxs-hide {
  display: none;
}
@media (min-width: 341px) {
  .gnav-header .xxs-show {
    display: none;
  }
  .gnav-header .xxs-hide {
    display: block;
  }
}

@media (max-width: 1199px) {
  nav.logging-in .item--login .lnk__parent--text {
    visibility: hidden !important;
  }
  nav.logging-in .item--login .lnk__children {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  nav.logging-in .item--login .lnk__parent--text, nav.logging-in .item--login .lnk__children {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  nav.logging-in .gnav-header__apply {
    right: 16px !important;
  }
  nav.logging-in .gnav-header__sub .nav__list--search {
    right: 200px !important;
  }
}

@media (max-width: 1199px) {
  .drop, .dropdown {
    position: static;
  }

  .dropdown-menu-right {
    left: auto;
    right: auto;
  }

  .lnk__children .lnk__children--item a:hover {
    color: #fff !important;
    background: none;
  }
}
@media (min-width: 1200px) {
  .nav__list .nav__list--item .lnk__parent.dropdown:hover > ul.dropdown-menu {
    display: block;
  }

  .dropdown-menu {
    margin: 0;
    border: none;
    border-radius: 0;
    background: rgba(248, 249, 251, 0.96);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .dropdown-menu li a:hover, .dropdown-menu i > a:focus {
    color: #fff;
    background: rgba(0, 76, 209, 0.88);
  }
}
.gnav-arrange--biz {
  overflow: clip;
}
@media (min-width: 1200px) {
  .gnav-arrange--biz .gnav-header .gnav-header__apply {
    right: 16px;
  }
  .gnav-arrange--biz .gnav-header .gnav-header__apply a.cv-button {
    font-size: 12px !important;
  }
  .gnav-arrange--biz .gnav-header__sub .nav__list--search {
    right: 300px !important;
  }
}
@media (min-width: 1200px) {
  .gnav-arrange--biz nav.logging-in .gnav-header__sub .nav__list--search {
    right: 216px !important;
  }
}

@media (max-width: 1199px) {
  .item--biz .lnk__def .lnk__parent--text .icon-go-external-site {
    display: inline-block;
    margin-left: 12px;
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
}
@media (min-width: 1200px) {
  .item--biz .lnk__def .lnk__parent--text .icon-go-external-site {
    display: inline-block;
    margin-left: 6px;
    width: 12px;
    height: 12px;
    background-image: url(https://22443363.fs1.hubspotusercontent-na2.net/hubfs/22443363/raw_assets/public/biz/images/commons/icatch/icon-go-external-site--black.svg);
    background-size: 12px;
  }

  .gnav-arrange--biz .gnav-header__apply .icon-go-external-site {
    display: inline-block;
    margin-left: 6px;
    width: 12px;
    height: 12px;
    background-image: url(https://22443363.fs1.hubspotusercontent-na2.net/hubfs/22443363/raw_assets/public/biz/images/commons/icatch/icon-go-external-site--black.svg);
    background-size: 12px;
  }
}
@media (max-width: 1199px) {
  .hamburger__cv-area {
    margin: 0 auto;
    padding: 0 0 12px;
    width: 96%;
    max-width: 560px;
    text-align: center;
  }
  .hamburger__cv-area--end {
    padding: 12px 0 26px;
  }
  .hamburger__cv-area .apply__button {
    display: block;
    margin: 0 auto;
    width: 88%;
  }
  .hamburger__cv-area .apply__text {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    text-decoration: underline;
  }
}
.global-header-search-box {
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.global-header-search-box .global-header-search-input {
  width: 140px;
  max-width: calc(43vw - 30px);
  padding: 7px 14px;
  border-radius: 999em;
  border: 1px solid #c8cbce;
  font-size: 12px;
  font-weight: 700;
}
.global-header-search-box .global-header-search-input:focus {
  outline: 0;
}
.global-header-search-box .global-header-search-input::-webkit-input-placeholder {
  color: #d6d9df;
}
.global-header-search-box .global-header-search-input::-moz-placeholder {
  color: #d6d9df;
}
.global-header-search-box .global-header-search-input:-ms-input-placeholder {
  color: #d6d9df;
}
.global-header-search-box .global-header-search-input::-ms-input-placeholder {
  color: #d6d9df;
}
.global-header-search-box .global-header-search-input::placeholder {
  color: #d6d9df;
}
.global-header-search-box .global-header-search-input:placeholder-shown {
  color: #d6d9df;
}

.global-header-search-result {
  position: relative;
  margin-top: 4px;
}
.global-header-search-result.hide {
  display: none;
}
.global-header-search-result:after, .global-header-search-result:before {
  left: 70px;
  display: block;
  border: 0 solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  background-color: transparent;
}
.global-header-search-result:after {
  border-bottom: solid 9px white;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  margin-left: 0px;
  top: -8px;
}
.global-header-search-result:before {
  border-bottom: solid 11px #c8cbce;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  margin-left: -1px;
  top: -10px;
}
.global-header-search-result .global-header-search-result-list {
  position: absolute;
  list-style: none;
  padding-left: 0;
  background-color: white;
  width: 350px;
  max-width: calc(100% - 30px);
  overflow: auto;
  border: 1px solid #c8cbce;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .global-header-search-result .global-header-search-result-list {
    right: 0;
  }
}
.global-header-search-result .global-header-search-result-list-item {
  font-size: 12px;
  padding: 16px;
  border-bottom: 1px solid #c8cbce;
}
.global-header-search-result .global-header-search-result-list-item a {
  font-weight: 700;
  color: #1c80e7;
}
.global-header-search-result .global-header-search-result-list-item a:hover {
  color: #0b41a0;
  text-decoration: underline;
  opacity: 1;
}
.global-header-search-result .global-header-search-result-list-item .highlight {
  background-color: #e3eefa;
}
.global-header-search-result .global-header-search-result-list-item-content {
  padding-top: 8px;
  font-weight: normal;
}
.global-header-search-result .global-header-search-result-list-item-more {
  text-align: center;
  background-color: #f5f8fc;
  font-size: 14px;
  padding: 10px 16px;
}
.global-header-search-result .global-header-search-result-list-item-more a {
  color: #24243f;
}

@media (max-width: 340px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .gnav-header.white .gnav-header__main .egs-flash__hamburger a {
    color: #fff !important;
  }
  .gnav-header.white .gnav-header__main .egs-flash__hamburger a .flip {
    color: #808d96 !important;
  }
}
@media (min-width: 1200px) {
  .gnav-header.white .gnav-header__sub .nav__list--item a, .gnav-header.white .gnav-header__sub .nav__list--item button {
    color: #fff !important;
  }
  .gnav-header.white .gnav-header__sub .nav__list--item a i, .gnav-header.white .gnav-header__sub .nav__list--item button i {
    background-image: url() !important;
  }
  .gnav-header.white .gnav-header__sub .nav__list--item .lnk__children--item a {
    color: #444 !important;
  }
  .gnav-header.white .gnav-header__sub .nav__list--item .lnk__children--item a:hover {
    color: #fff !important;
  }
}

.header-wrapper {
  margin-top: 60px;
}
.for-app .header-wrapper {
  margin-top: 0;
}
@media (min-width: 1088px) {
  .header-wrapper {
    margin-top: 0;
  }
}

.r-gnav-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 2000;
  width: 100%;
  letter-spacing: normal;
  background-color: #fff;
  border-top: 4px solid #0b41a0;
}
.for-app .r-gnav-header {
  position: relative;
}
.-r .r-gnav-header {
  display: block;
}
.for-app .r-gnav-header .r-gnav-header__banner,
.for-app .r-gnav-header .r-gnav-header__info,
.for-app .r-gnav-header .r-gnav-header__apply,
.for-app .r-gnav-header .r-gnav-header__menu {
  display: none;
}
.for-app .r-gnav-header .r-gnav-header__logo a {
  pointer-events: none;
}
.r-gnav-header .r-gnav-header__banner,
.r-gnav-header .r-gnav-header__info,
.r-gnav-header .r-gnav-header__main {
  position: relative;
  z-index: 2000;
}
.r-gnav-header .r-gnav-header__banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  margin-bottom: 0;
  padding-bottom: 4px;
  background-color: #0b41a0;
}
.r-gnav-header .r-gnav-header__banner a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-width: 294px;
  height: 24px;
  padding-right: 24px;
  padding-left: 12px;
  border-radius: 24px;
  background-color: #fff;
  color: #0b41a0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.r-gnav-header .r-gnav-header__banner a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.r-gnav-header .r-gnav-header__banner a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.r-gnav-header .r-gnav-header__banner a b {
  margin-right: 8px;
  color: #e352d2;
  font-size: 1.6rem;
}
.r-gnav-header .r-gnav-header__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  margin-bottom: 0;
  padding: 0 16px 4px;
  background-color: #0b41a0;
}
.r-gnav-header .r-gnav-header__info a {
  overflow: hidden;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.r-gnav-header .r-gnav-header__info a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.r-gnav-header .r-gnav-header__info a b {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 38px;
  height: 24px;
  margin-right: 8px;
  padding-right: 4px;
  padding-left: 4px;
  background-color: #e352d2;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
}
.r-gnav-header .r-gnav-header__info a span {
  text-decoration: underline;
}
.r-gnav-header .r-gnav-header__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 56px;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #fff;
}
.r-gnav-header .r-gnav-header__logo {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1;
}
.r-gnav-header .r-gnav-header__apply {
  position: absolute;
  top: 50%;
  right: 48px;
  z-index: 20;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.r-gnav-header .r-gnav-header__apply a.cv-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3;
  width: 194px;
  height: 32px;
  padding-right: 24px;
  padding-left: 12px;
  border-radius: 32px;
  background-image: -webkit-gradient(linear, left top, right top, from(#33aab2), to(#64cdca));
  background-image: -webkit-linear-gradient(left, #33aab2, #64cdca 100%);
  background-image: linear-gradient(to right, #33aab2, #64cdca 100%);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.r-gnav-header .r-gnav-header__apply a.cv-button::before, .r-gnav-header .r-gnav-header__apply a.cv-button::after {
  content: "";
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.r-gnav-header .r-gnav-header__apply a.cv-button::before {
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #64cdca;
  border-radius: 32px;
}
.r-gnav-header .r-gnav-header__apply a.cv-button::after {
  top: 50%;
  right: 16px;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.r-gnav-header .r-gnav-header__apply a.cv-button:hover::before {
  visibility: visible;
  opacity: 1;
}
.r-gnav-header .r-gnav-header__menu {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  border-radius: 0;
  border: none;
  background-color: transparent;
  font-family: inherit;
  width: 16px;
  height: 14px;
  padding: 0;
  text-indent: -9999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.r-gnav-header .r-gnav-header__menu:hover::before {
  -webkit-transform: translate(-50%, 2px);
          transform: translate(-50%, 2px);
}
.r-gnav-header .r-gnav-header__menu:hover::after {
  -webkit-transform: translate(-50%, -2px);
          transform: translate(-50%, -2px);
}
.r-gnav-header .r-gnav-header__menu > span, .r-gnav-header .r-gnav-header__menu::before, .r-gnav-header .r-gnav-header__menu::after {
  display: inline-block;
  position: absolute;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #0b41a0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.r-gnav-header .r-gnav-header__menu > span {
  top: calc(50% - 1px);
  will-change: opacity;
}
.r-gnav-header .r-gnav-header__menu::before, .r-gnav-header .r-gnav-header__menu::after {
  content: "";
}
.r-gnav-header .r-gnav-header__menu::before {
  top: 0;
}
.r-gnav-header .r-gnav-header__menu::after {
  bottom: 0;
}
.r-gnav-header .r-gnav-header__menu[aria-expanded=true] > span {
  opacity: 0;
}
.r-gnav-header .r-gnav-header__menu[aria-expanded=true]::before {
  -webkit-transform: translate(-50%, 6px) rotate(-45deg);
          transform: translate(-50%, 6px) rotate(-45deg);
}
.r-gnav-header .r-gnav-header__menu[aria-expanded=true]::after {
  -webkit-transform: translate(-50%, -6px) rotate(45deg);
          transform: translate(-50%, -6px) rotate(45deg);
}
@media (min-width: 1088px) {
  .r-gnav-header {
    position: -webkit-sticky;
    position: sticky;
    inset: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 40px;
    border-top: 0;
  }
  .-r .r-gnav-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .for-app .r-gnav-header {
    padding-top: 0;
    border-top: 4px solid #0b41a0;
  }
  .for-app .r-gnav-header::before {
    content: none;
  }
  .r-gnav-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    height: 40px;
    background-color: #0b41a0;
  }
  .r-gnav-header .r-gnav-header__banner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    height: 40px;
    padding-bottom: 0;
    background-color: transparent;
  }
  .r-gnav-header .r-gnav-header__info {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    height: 40px;
    padding: 0 328px 0 24px;
    background-color: transparent;
  }
  .r-gnav-header .r-gnav-header__info a b {
    min-width: 42px;
    font-size: 1.2rem;
  }
  .r-gnav-header .r-gnav-header__main {
    position: static;
    padding-right: 0;
    padding-left: 24px;
  }
  .r-gnav-header .r-gnav-header__logo img {
    width: auto;
    height: 20px;
  }
  .r-gnav-header .r-gnav-header__apply {
    top: 0;
    right: 98px;
    -webkit-transform: none;
            transform: none;
  }
  .r-gnav-header .r-gnav-header__apply a.cv-button {
    width: 182px;
    height: 40px;
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
    background: #3ec1bd;
  }
  .r-gnav-header .r-gnav-header__apply a.cv-button::before, .r-gnav-header .r-gnav-header__apply a.cv-button::after {
    content: none;
  }
  .r-gnav-header .r-gnav-header__apply a.cv-button:hover {
    background: #64cdca;
  }
  .r-gnav-header .r-gnav-header__menu {
    display: none;
  }
}

/* r-nav-global */
.r-nav-global {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  letter-spacing: normal;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.for-app .r-nav-global {
  display: none;
}
.r-nav-global[aria-hidden=false] {
  z-index: 1500;
  pointer-events: auto;
}
.r-nav-global[aria-hidden=false] .r-nav-global__overlay,
.r-nav-global[aria-hidden=false] .r-nav-global__contents {
  visibility: visible;
  opacity: 1;
}
.r-nav-global .r-nav-global__overlay,
.r-nav-global .r-nav-global__contents {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.r-nav-global .r-nav-global__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(11, 65, 160, 0.5);
}
.r-nav-global .r-nav-global__inner {
  height: calc(100vh - 60px);
  height: calc(100dvh - 60px);
  padding-bottom: 80px;
}
.r-nav-global .r-nav-global__contents {
  position: relative;
  background-color: #0b41a0;
}
.r-nav-global .r-nav-global__list-1st a,
.r-nav-global .r-nav-global__list-2nd a {
  color: #fff !important;
}
.r-nav-global .r-nav-global__list-1st sup,
.r-nav-global .r-nav-global__list-2nd sup {
  margin-right: 0.5em;
}
.r-nav-global .r-nav-global__list-1st {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.r-nav-global .r-nav-global__list-1st > li {
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 700;
}
.r-nav-global .r-nav-global__list-1st > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 60px;
  padding-left: 12px;
}
.r-nav-global .r-nav-global__list-1st > li > a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjExLjk5NSIgdmlld0JveD0iMCAwIDEyLjA0MSAxMS45OTUiIHdpZHRoPSIxMi4wNDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIj48cGF0aCBkPSJtLTc1NTYuODczIDQ3Ni42MzloLTQuMTd2MTBoMTB2LTQuMTc1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NTYxLjU0MyAtNDc1LjE0NCkiLz48cGF0aCBkPSJtLTc1NTYuMjgxIDQ4MC42NDQgNS01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NTYyLjMyMSAtNDc0LjY0NCkiLz48cGF0aCBkPSJtLTc1NTUuNDE3IDQ3My4zaDV2NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzU2MS45NTggLTQ3Mi43OTYpIi8+PC9nPjwvc3ZnPg==) center/contain no-repeat;
}
.r-nav-global .r-nav-global__list-1st > li > a::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: -2px;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.r-nav-global .r-nav-global__list-1st > li:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.r-nav-global .r-nav-global__login {
  background-color: #1c80e7;
}
.r-nav-global .r-nav-global__btn-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  height: 60px;
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  pointer-events: none;
}
.r-nav-global .r-nav-global__list-2nd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  list-style: none;
}
.r-nav-global .r-nav-global__list-2nd > li {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 1.2rem;
}
.r-nav-global .r-nav-global__list-2nd > li.-full {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.r-nav-global .r-nav-global__list-2nd > li:not(:nth-child(even):last-child), .r-nav-global .r-nav-global__list-2nd > li:not(:nth-child(even):nth-last-child(2)) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.r-nav-global .r-nav-global__list-2nd > li:nth-last-child(1), .r-nav-global .r-nav-global__list-2nd > li:nth-last-child(2) {
  border-bottom: 0 !important;
}
.r-nav-global .r-nav-global__list-2nd > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 50px;
  padding-left: 20px;
}
.r-nav-global .r-nav-global__list-2nd > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 1088px) {
  .r-nav-global {
    visibility: visible;
    position: static;
    pointer-events: auto;
  }
  .r-nav-global[aria-hidden=false] {
    z-index: 2500;
  }
  .r-nav-global .r-nav-global__overlay {
    display: none;
  }
  .r-nav-global .r-nav-global__inner {
    height: auto;
    overflow: visible;
    padding-bottom: 0;
  }
  .r-nav-global .r-nav-global__contents {
    visibility: visible;
    opacity: 1;
    position: static;
    z-index: 3;
    background-color: transparent;
  }
  .r-nav-global .r-nav-global__list-1st a,
.r-nav-global .r-nav-global__list-2nd a {
    color: #2c3339 !important;
  }
  .r-nav-global .r-nav-global__list-1st {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .r-nav-global .r-nav-global__list-1st > li {
    position: relative;
    padding-right: 0;
    padding-left: 0;
    font-size: 1.3rem;
  }
  .r-nav-global .r-nav-global__list-1st > li:hover .r-nav-global__list-2nd {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .r-nav-global .r-nav-global__list-1st > li > a {
    height: 56px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .r-nav-global .r-nav-global__list-1st > li > a.-dropdown {
    padding-right: 24px;
  }
  .r-nav-global .r-nav-global__list-1st > li > a.-dropdown::before {
    content: "";
    top: calc(50% - 1px);
    right: 12px;
    left: auto;
    border-top-width: 1px;
    border-right-width: 1px;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
  }
  .r-nav-global .r-nav-global__list-1st > li > a[target=_blank]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjExLjk5NSIgdmlld0JveD0iMCAwIDEyLjA0MSAxMS45OTUiIHdpZHRoPSIxMi4wNDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMmMzMzM5Ij48cGF0aCBkPSJtLTc1NTYuODczIDQ3Ni42MzloLTQuMTd2MTBoMTB2LTQuMTc1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NTYxLjU0MyAtNDc1LjE0NCkiLz48cGF0aCBkPSJtLTc1NTYuMjgxIDQ4MC42NDQgNS01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NTYyLjMyMSAtNDc0LjY0NCkiLz48cGF0aCBkPSJtLTc1NTUuNDE3IDQ3My4zaDV2NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzU2MS45NTggLTQ3Mi43OTYpIi8+PC9nPjwvc3ZnPg==);
  }
  .r-nav-global .r-nav-global__list-1st > li > a::before {
    content: none;
  }
  .r-nav-global .r-nav-global__list-1st > li > a:hover {
    background-color: #275ab3;
    color: #fff !important;
    text-decoration: none;
  }
  .r-nav-global .r-nav-global__list-1st > li > a:hover[target=_blank]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjExLjk5NSIgdmlld0JveD0iMCAwIDEyLjA0MSAxMS45OTUiIHdpZHRoPSIxMi4wNDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIj48cGF0aCBkPSJtLTc1NTYuODczIDQ3Ni42MzloLTQuMTd2MTBoMTB2LTQuMTc1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NTYxLjU0MyAtNDc1LjE0NCkiLz48cGF0aCBkPSJtLTc1NTYuMjgxIDQ4MC42NDQgNS01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NTYyLjMyMSAtNDc0LjY0NCkiLz48cGF0aCBkPSJtLTc1NTUuNDE3IDQ3My4zaDV2NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzU2MS45NTggLTQ3Mi43OTYpIi8+PC9nPjwvc3ZnPg==);
  }
  .r-nav-global .r-nav-global__list-1st > li:not(:first-child) {
    border-top: 0;
  }
  .r-nav-global .r-nav-global__login {
    position: absolute !important;
    right: 0;
    top: 0;
    z-index: 2003;
  }
  .r-nav-global .r-nav-global__login .r-nav-global__list-2nd {
    right: 0;
    left: auto;
    background-color: #1c80e7;
    -webkit-transform: none;
            transform: none;
  }
  .r-nav-global .r-nav-global__login .r-nav-global__list-2nd > li {
    font-size: 1.3rem;
  }
  .r-nav-global .r-nav-global__login .r-nav-global__list-2nd > li > a {
    padding-right: 32px;
    padding-left: 32px;
    color: #fff !important;
  }
  .r-nav-global .r-nav-global__login .r-nav-global__list-2nd > li > a:hover {
    background-color: #429bf5;
  }
  .r-nav-global .r-nav-global__btn-login {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 98px;
    height: 40px;
    padding-right: 14px;
    text-align: center;
    pointer-events: auto;
    cursor: default;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .r-nav-global .r-nav-global__btn-login::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 14px;
    width: 6px;
    height: 6px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .r-nav-global .r-nav-global__btn-login:hover {
    background-color: #429bf5;
  }
  .r-nav-global .r-nav-global__list-2nd {
    visibility: hidden;
    opacity: 0;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 2000;
    min-width: 100%;
    border: 1px solid #dae2e5;
    background-color: #fff;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .r-nav-global .r-nav-global__list-2nd > li {
    padding-right: 0;
    padding-left: 0;
    font-size: 1.3rem;
  }
  .r-nav-global .r-nav-global__list-2nd > li:not(:nth-child(even):last-child), .r-nav-global .r-nav-global__list-2nd > li:not(:nth-child(even):nth-last-child(2)) {
    border-bottom: 0;
  }
  .r-nav-global .r-nav-global__list-2nd > li:not(:first-child) {
    border-top: 1px solid #dae2e5;
  }
  .r-nav-global .r-nav-global__list-2nd > li.-full {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .r-nav-global .r-nav-global__list-2nd > li > a {
    height: 56px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .r-nav-global .r-nav-global__list-2nd > li > a::before {
    content: none;
  }
  .r-nav-global .r-nav-global__list-2nd > li > a:hover {
    background-color: #275ab3;
    color: #fff !important;
    text-decoration: none;
  }
}

.for-app .gnav-header__main__logo a {
  pointer-events: none;
}

.note-footer {
  background: #e7f6ff;
}
.note-footer__title {
  padding-top: 24px;
  font-size: 12px;
  color: #808d96;
}
.note-footer__links__group {
  margin: 0;
  padding: 0 0 24px 20px;
  font-size: 12px;
  color: #808d96;
  font-weight: 400;
  list-style-type: circle;
}

.global-footer {
  background: #596076;
}
.global-footer a {
  color: inherit;
  text-decoration: none;
}
.global-footer a:hover {
  text-decoration: underline;
}
.global-footer__toeic {
  margin: 22px 0 22px;
}
.global-footer__toeic p {
  font-size: 12px;
  font-weight: 400;
  color: #e0e0e0;
}
.global-footer__related {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
.global-footer__related li {
  list-style: none;
  margin-bottom: 5px;
}
.global-footer__related li a {
  font-weight: 700;
  color: #e0e0e0;
}
.global-footer__related li a:hover {
  color: #feffff;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .global-footer__related {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 30px;
  }
}
.global-footer__links {
  margin-top: 24px;
}
.global-footer__links__group {
  text-align: right;
  list-style-type: none;
  padding: 0;
  margin: 15px 0;
}
.global-footer__links__group__item {
  display: inline-block;
  padding: 0 12px;
  height: 12px;
  line-height: 12px;
}
.global-footer__links__group__item a {
  line-height: 12px;
  color: #e0e0e0;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.global-footer__links__group__item a:hover {
  color: #feffff;
  text-decoration: underline;
}
.global-footer__company {
  margin-top: 24px;
  margin-bottom: 30px;
}
.global-footer__company__logo {
  width: 222.5px;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.global-footer__company__logo:hover {
  opacity: 0.7;
}
.global-footer__company__to-group-site {
  font-size: 12px;
  font-weight: bold;
  color: #e0e0e0 !important;
  text-decoration: underline;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.global-footer__company__to-group-site:hover {
  color: #feffff !important;
}
.global-footer__share {
  margin-bottom: 30px;
  text-align: right;
}
.global-footer__share__facebook, .global-footer__share__line {
  text-align: left;
  width: 48px;
  height: 48px;
  border-radius: 999em;
  text-indent: -999em;
  overflow: hidden;
  display: inline-block;
  margin-left: 15px;
}
.global-footer__share__facebook:hover, .global-footer__share__line:hover {
  background-position: -51px -1px;
}
.global-footer__share__x {
  text-align: left;
  width: 48px;
  height: 48px;
  border-radius: 999em;
  text-indent: -999em;
  overflow: hidden;
  display: inline-block;
  margin-left: 15px;
}
.global-footer__share__x:hover {
  background: url(https://22443363.fs1.hubspotusercontent-na2.net/hubfs/22443363/raw_assets/public/biz/images/components/global-footer/icon_x_hover.png) no-repeat center;
}
.global-footer__share__x {
  background: url(https://22443363.fs1.hubspotusercontent-na2.net/hubfs/22443363/raw_assets/public/biz/images/components/global-footer/icon_x.png) no-repeat center;
}
.global-footer__share__facebook {
  background: url(https://22443363.fs1.hubspotusercontent-na2.net/hubfs/22443363/raw_assets/public/biz/images/components/global-footer/share-facebook.gif) no-repeat -1px -1px;
}
.global-footer__share__line {
  background: url(https://22443363.fs1.hubspotusercontent-na2.net/hubfs/22443363/raw_assets/public/biz/images/components/global-footer/share-line.gif) no-repeat -1px -1px;
}
.global-footer--border {
  border-bottom: 1px solid #24243f;
}
.global-footer__container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .global-footer__container {
    max-width: 730px;
  }
}
@media (min-width: 992px) {
  .global-footer__container {
    max-width: 950px;
  }
}
@media (min-width: 1200px) {
  .global-footer__container {
    max-width: 1150px;
  }
}
.global-footer__title {
  margin-bottom: 0;
  padding: 20px 15px 10px;
  font-size: 14px;
  font-weight: 700;
  color: #e0e0e0;
}
@media (min-width: 768px) {
  .global-footer__title {
    padding: 20px 8px 10px;
  }
}
.global-footer__apps-border {
  padding-top: 24px;
  border-top: 1px solid #E0E0E0;
}
.global-footer__apps {
  position: relative;
}
@media (min-width: 768px) {
  .global-footer__apps {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 30px;
  }
}
.global-footer__apps.has-border {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .global-footer__apps.has-border {
    margin-bottom: 24px;
  }
}
.global-footer__apps.has-border::after {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  content: "";
  display: block;
  border-bottom: 1px solid #E0E0E0;
}
.global-footer__app--title {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #e0e0e0;
}
.global-footer__app__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 15px;
  padding: 0;
  width: 100%;
  max-width: 380px;
  list-style: none;
}
@media (min-width: 768px) {
  .global-footer__app__group {
    margin: 0 0 24px;
  }
}
.global-footer__app__group__item {
  width: 49%;
}
.global-footer__app__group__item:first-child {
  margin-right: 3.5%;
  width: 47.5%;
}
.global-footer__app__group__item a img {
  width: 100%;
}
.global-footer__app__group__item-note {
  padding: 0 13px;
  font-size: 12px;
  font-weight: 400;
  color: #e0e0e0;
  margin-bottom: 30px;
}
.global-footer__system {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .global-footer__system {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 25px;
  }
}
@media (min-width: 768px) {
  .global-footer__system__item:first-of-type {
    margin-right: 145px;
  }
}
.global-footer__system__item:not(:first-child) {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .global-footer__system__item:not(:first-child) {
    margin-top: 0;
  }
}
.global-footer__system__link {
  margin: 0;
  padding: 0;
}
.global-footer__system__link__item {
  list-style-type: none;
}
.global-footer__system__link__item a {
  color: #e0e0e0;
  font-weight: bold;
  font-size: 12px;
  line-height: calc(18 / 12);
}
@media (min-width: 768px) {
  .global-footer__system__link__item a {
    font-size: 13px;
    line-height: calc(20 / 13);
  }
}
.global-footer__system__link__item + li {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .global-footer__system__link__item + li {
    margin-top: 8px;
  }
}
.global-footer__system__link--s {
  margin: 0;
  padding: 0;
}
.global-footer__system__link--s a {
  font-size: 12px;
  line-height: calc(18 / 12);
}
.global-footer__system__sub {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .global-footer__system__sub {
    margin-top: 8px;
  }
}
.global-footer__system__sub__head {
  color: #e0e0e0;
  font-weight: bold;
  font-size: 12px;
  line-height: calc(18 / 12);
  margin-bottom: 5px;
}
.global-footer__system__sub__head a {
  color: #e0e0e0;
}
@media (min-width: 768px) {
  .global-footer__system__sub__head {
    font-size: 13px;
    line-height: calc(20 / 13);
    margin-bottom: 8px;
  }
}
.global-footer__system__sub__body .global-footer__system__link__item:first-of-type {
  line-height: 1;
}
.global-footer__sitemap {
  margin-bottom: 20px;
  color: #E0E0E0;
}
@media (min-width: 768px) {
  .global-footer__sitemap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 30px;
  }
}
.global-footer__sitemap-label {
  margin: 20px 0 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.global-footer__sitemap-list {
  margin: 0;
  padding: 0;
  font-size: 12px;
  list-style: none;
}
.global-footer__sitemap-list li {
  margin: 0 0 4px 0;
}

@media (max-width: 991px) {
  .global-footer__links {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .global-footer__links__group {
    text-align: left;
  }
  .global-footer__company {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .global-footer__links {
    margin: 0;
    background: #596076;
    border-bottom: 1px solid #24243f;
  }
  .global-footer__links__group {
    padding: 20px 0;
    margin: 0;
  }
  .global-footer__company {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .global-footer__share {
    margin: 10px 0 40px;
    text-align: center;
  }
  .global-footer__share__facebook, .global-footer__share__line {
    background-size: 80px 40px;
    margin: 0 10px;
    width: 38px;
    height: 38px;
  }
  .global-footer__share__facebook:hover, .global-footer__share__line:hover {
    background-position: -41px -1px;
  }
  .global-footer__share__x {
    background-size: 38px;
    margin: 0 10px;
    width: 38px;
    height: 38px;
  }
  .global-footer__share__x:hover {
    background: url(https://22443363.fs1.hubspotusercontent-na2.net/hubfs/22443363/raw_assets/public/biz/images/components/global-footer/icon_x_hover.png) no-repeat center;
  }
}
.for-app .global-footer__company a {
  pointer-events: none;
}
.for-app .global-footer__company img:hover, .for-app .global-footer__company img:focus {
  opacity: 1;
}

body {
  min-height: 100vh;
}

.fixed-footer {
  position: fixed;
  z-index: 50;
  bottom: -64px;
  width: 100%;
  background: rgba(9, 55, 136, 0.88);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.fixed-footer.show {
  bottom: 0;
}
.fixed-footer .inner {
  width: 100%;
  height: 56px;
}
.fixed-footer__close {
  position: relative;
  width: 100%;
  z-index: 56;
}
.fixed-footer__close .ico {
  position: absolute;
  top: -8px;
  right: 6px;
  width: 16px;
  height: 16px;
  background: url() 0 0 no-repeat;
  background-size: 100%;
}
.fixed-footer__close .ico:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .fixed-footer {
    bottom: -132px;
  }
  .fixed-footer .inner {
    height: 90px;
  }
  .fixed-footer__close .ico {
    position: absolute;
    top: -10px;
    right: 8px;
    width: 20px;
    height: 20px;
  }
}

.modal-wrapper {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 65, 160, 0.7);
  /*
  .modal-content {
    background-image: url();
    background-repeat: repeat-x;
    background-position: bottom right;
    background-size: 400px auto;
    @media (min-width: $screen-sm-min) {
      background-size: auto;
    }
  }
  */
}

.modal-backdrop--action {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .modal-backdrop--action {
    width: 96%;
  }
}
@media (min-width: 768px) {
  .modal-backdrop--action {
    width: 632px;
  }
}
.modal-backdrop--action #modal-content-action {
  margin: 0 auto;
}
.modal-backdrop--action #modal-content-action .modal-header {
  border-bottom: 3px solid #0b41a0;
  padding: 15px 15px 10px;
}
.modal-backdrop--action #modal-content-action .modal-header .modal-title {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .modal-backdrop--action #modal-content-action .modal-header {
    border-bottom-width: 5px;
    padding: 15px 15px 10px;
  }
  .modal-backdrop--action #modal-content-action .modal-header .modal-title {
    font-size: 18px;
    text-align: center;
  }
  .modal-backdrop--action #modal-content-action .modal-header .modal-title small {
    font-size: 15px;
  }
}
@media (max-width: 340px) {
  .modal-backdrop--action #modal-content-action .modal-header .modal-title {
    font-size: 16px;
  }
}
.modal-backdrop--action #modal-content-action .modal-header--close {
  position: absolute;
  top: 5px;
  right: 10px;
}
.modal-backdrop--action #modal-content-action .modal-header--close i {
  font-size: 32px;
  color: #808d96;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.modal-backdrop--action #modal-content-action .modal-header--close i:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
@media (min-width: 768px) {
  .modal-backdrop--action #modal-content-action .modal-header--close {
    top: 7px;
  }
}
.modal-backdrop--action #modal-content-action .modal-body {
  padding: 0 35px 24px;
}
.modal-backdrop--action #modal-content-action .modal-body__category {
  text-align: center;
}
.modal-backdrop--action #modal-content-action .modal-body__category h4 {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 700;
}
.modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup {
  text-align: center;
}
.modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup:not(:last-child) {
  margin-bottom: 12px;
}
.modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup--lead {
  padding: 16px 0 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup--lead .br--block {
  display: block;
}
.modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup--lead span.cp {
  font-weight: 700;
  letter-spacing: -0.02em;
  border-bottom: 3px solid #ffb633;
}
.modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup--button a {
  display: block;
  margin: 0 auto;
  padding: 10px 16px 8px !important;
  border-bottom: none;
  font-size: 18px;
  position: relative;
  border-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup--button a i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -8px;
  left: 8px;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ed44b6), to(#f465d2));
  background-image: -webkit-linear-gradient(left, #ed44b6, #f465d2 100%);
  background-image: linear-gradient(to right, #ed44b6, #f465d2 100%);
  color: #fff;
  font-size: 1.2rem;
  font-style: normal;
  text-align: center;
}
.modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup--button a .label--main, .modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup--button a .label--sub {
  display: block;
  line-height: 1.3;
}
.modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup--button a .label--main {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}
.modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup--button a .label--sub {
  font-size: 20px;
}
.modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup--button a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup--button a:hover {
  opacity: 0.7;
}
.modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup--button a:hover::before {
  -webkit-transform: translateY(-50%) translateX() rotate(45deg);
          transform: translateY(-50%) translateX() rotate(45deg);
}
.modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup--button a .label--sub {
  font-size: 16px;
}
.modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup--button .shutter {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  background-color: #768094;
  border-bottom-color: #56637c;
}
.modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup--button .shutter:hover {
  background-color: #56637c;
}
.modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup .button--toeic a {
  background-color: #2970D8;
}
.modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup .button--business a {
  background-color: #154EA7;
}
.modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup .button--daily a {
  background-color: #58C3F2;
}
.modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup .button--business-set a {
  background-image: -webkit-gradient(linear, left top, right top, from(#6dd4dd), to(#67b0f4));
  background-image: -webkit-linear-gradient(left, #6dd4dd, #67b0f4 100%);
  background-image: linear-gradient(to right, #6dd4dd, #67b0f4 100%);
}
.modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup .button--business-basic a {
  background-image: -webkit-gradient(linear, left top, right top, from(#2970d8), to(#154ea7));
  background-image: -webkit-linear-gradient(left, #2970d8, #154ea7 100%);
  background-image: linear-gradient(to right, #2970d8, #154ea7 100%);
}
.modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup .button--daily-set a {
  background-image: -webkit-gradient(linear, left top, right top, from(#999FEF), to(#65ABF2));
  background-image: -webkit-linear-gradient(left, #999FEF, #65ABF2 100%);
  background-image: linear-gradient(to right, #999FEF, #65ABF2 100%);
}
.modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup .button--daily-basic a {
  background-image: -webkit-gradient(linear, left top, right top, from(#1A81E6), to(#0DC1DB));
  background-image: -webkit-linear-gradient(left, #1A81E6, #0DC1DB 100%);
  background-image: linear-gradient(to right, #1A81E6, #0DC1DB 100%);
}
@media (min-width: 768px) {
  .modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup--button a::before {
    right: 20px;
    width: 10px;
    height: 10px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
  .modal-backdrop--action #modal-content-action .modal-body .modal-action-lineup--button a .label--sub {
    font-size: 20px;
  }
}
.modal-backdrop--action #modal-content-action .modal-body--flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) and (orientation: landscape) {
  .modal-backdrop--action #modal-content-action .modal-body--flexbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .modal-backdrop--action #modal-content-action .modal-body--flexbox .modal-body__category {
    margin: 20px auto !important;
    width: calc(33.3333% - 10px);
  }
  .modal-backdrop--action #modal-content-action .modal-body--flexbox .modal-body__category h4 {
    font-size: 12px !important;
  }
  .modal-backdrop--action #modal-content-action .modal-body--flexbox .modal-action-lineup.modal-num {
    width: 49.5%;
  }
  .modal-backdrop--action #modal-content-action .modal-body--flexbox .modal-action-lineup--lead {
    display: none;
  }
  .modal-backdrop--action #modal-content-action .modal-body--flexbox .modal-action-lineup--button {
    margin-top: 10px;
  }
  .modal-backdrop--action #modal-content-action .modal-body--flexbox a.button {
    display: block;
    font-size: 12px !important;
  }
  .modal-backdrop--action #modal-content-action .modal-body--flexbox .modal-action-lineup--lead {
    display: none;
  }
  .modal-backdrop--action #modal-content-action .modal-body--flexbox .modal-action-lineup--lead .br--block {
    display: none;
  }
  .modal-backdrop--action #modal-content-action .modal-body--flexbox .modal-action-lineup--button a .label--main {
    font-size: 12px;
  }
  .modal-backdrop--action #modal-content-action .modal-body--flexbox .modal-action-lineup--button a .label--sub {
    font-size: 16px;
  }
}
.modal-backdrop--action #modal-content-action .modal-footer {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  text-align: center;
}
.modal-backdrop--action #modal-content-action .modal-footer .button--primary--ghost {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 200px;
  line-height: 1.1;
  font-size: 14px;
}
@media (max-width: 340px) {
  .modal-backdrop--action #modal-content-action .modal-footer .button--primary--ghost {
    width: 160px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .modal-backdrop--action #modal-content-action .modal-footer {
    padding-bottom: 20px;
  }
  .modal-backdrop--action #modal-content-action .modal-footer .button--primary--ghost {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 120px;
    font-size: 14px;
  }
}

.cpn-flashy {
  font-weight: 700;
  letter-spacing: -0.02em;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(25%, rgba(255, 182, 51, 0.56)));
  background-image: -webkit-linear-gradient(transparent 75%, rgba(255, 182, 51, 0.56) 25%);
  background-image: linear-gradient(transparent 75%, rgba(255, 182, 51, 0.56) 25%);
}

.color--danger {
  color: #de30ca;
}

.modal-wrapper-formula {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 65, 160, 0.7);
  font-size: 12px;
}
.modal-wrapper-formula .modal-body__panel {
  display: none;
}
.modal-wrapper-formula .modal-body__panel.is-active {
  display: block;
}
.modal-wrapper-formula .modal-body__title {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
}
.modal-wrapper-formula .modal-body__text {
  margin-top: 15px;
}
.modal-wrapper-formula .modal-body__text p {
  margin-bottom: 0;
}
.modal-wrapper-formula .modal-body__text p:not(:first-child) {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .modal-wrapper-formula .modal-body__title, .modal-wrapper-formula .modal-body__text {
    font-size: 1.6rem;
  }
  .modal-wrapper-formula .modal-body__title {
    margin-top: 30px;
  }
  .modal-wrapper-formula .modal-body__text {
    margin-top: 20px;
  }
}

.go-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.go-top__link {
  position: relative;
  overflow: hidden;
  text-indent: -999em;
  display: block;
  width: 50px;
  height: 50px;
  background: #444;
  border-radius: 999em;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.go-top__link:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 13px solid transparent;
  left: 50%;
  margin-left: -13px;
  border-bottom-color: #444;
  top: 9px;
}
.go-top__link:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 13px solid transparent;
  left: 50%;
  margin-left: -13px;
  border-bottom-color: rgba(254, 255, 255, 0.8);
  top: 4px;
}

.breadcrumb {
  background-color: #fff;
  border-top: 1px solid #d8dbdd;
  border-bottom: 1px solid #d8dbdd;
}
.-r .breadcrumb {
  position: static;
}
.-r .breadcrumb .container {
  width: auto;
}
.-r .breadcrumb__list {
  padding-right: 15px;
  padding-left: 15px;
}
.breadcrumb__list {
  list-style-type: none;
  padding: 8px 10px;
  margin-bottom: 0;
}
.breadcrumb__item {
  padding: 0;
  margin: 0;
  font-size: 12px;
  float: left;
}
.breadcrumb__item:before {
  color: #888;
  font-size: 10px;
  display: inline-block;
  width: 35px;
  text-align: center;
}
.breadcrumb__item:first-child:before {
  display: none;
}
.breadcrumb__item__link {
  text-decoration: none;
  color: #0ca5e6;
}
.breadcrumb__item__link--disable {
  color: #444 !important;
  text-decoration: none !important;
  cursor: default !important;
}
.breadcrumb:after {
  display: block;
  content: "";
  clear: both;
}
.breadcrumb--inverse {
  color: #feffff;
}
.breadcrumb--inverse .breadcrumb__item:before {
  color: #feffff;
}
.breadcrumb--inverse a {
  color: #feffff;
}
.breadcrumb--header {
  background: #feffff;
  border-bottom: 1px solid #ddd;
}
.breadcrumb--notice {
  background: #fffbdd;
  border-bottom: 1px solid #ddd;
}
.breadcrumb--footer {
  background: #feffff;
  border-top: 1px solid #ddd;
}
@media (min-width: 1088px) {
  .-r .breadcrumb__list {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.global-shougai {
  text-align: center;
}
.global-shougai a, .global-shougai span {
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 8px 32px;
  font-size: 13px;
  font-weight: 700;
  color: #de30ca;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.2;
  background: url(https://22443363.fs1.hubspotusercontent-na2.net/hubfs/22443363/raw_assets/public/biz/images/commons/icatch/icon-alert-onigiri.svg) 8px center #fdf1fb no-repeat;
  background-size: 16px auto;
}
.global-shougai a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.global-shougai a::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #de30ca;
  border-right: solid 1px #de30ca;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 3%;
  margin-top: -3px;
}
.global-shougai a:hover {
  opacity: 0.7;
}
.global-shougai span {
  padding: 8px 8px 8px 32px;
}
@media (min-width: 768px) {
  .global-shougai {
    padding-top: 32px;
  }
  .global-shougai a, .global-shougai span {
    max-width: 800px;
    padding: 6px 32px 6px 40px;
    font-size: 14px;
    background-size: 16px auto;
  }
  .global-shougai a::before {
    right: 2%;
  }
}

.collapse-trigger {
  cursor: pointer;
}
.collapse-trigger .row .col-xs-1.pull-right.text-right i {
  font-size: 24px;
}
@media (max-width: 991px) {
  .collapse-trigger .row .col-xs-1.pull-right.text-right {
    position: relative;
  }
  .collapse-trigger .row .col-xs-1.pull-right.text-right i {
    position: absolute;
    right: 10px;
    font-size: 20px;
  }
}

.collapse-outer {
  display: none;
}

.collapse-trigger--expanded [class*=" egs-icon-"], .collapse-trigger--expanded [class^=egs-icon-] {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.modal {
  display: none;
  position: relative;
}

.modal-dialog.modal-lg {
  position: absolute;
  top: 100px;
  left: 50%;
  right: 50%;
  margin-left: -320px;
}

.modal .youtube {
  position: fixed;
  z-index: 100;
  background: #000;
  width: 640px;
  left: 50%;
  top: 50%;
  height: 390px;
}

.modal-backdrop {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}

#modal-content {
  margin: 0;
  position: fixed;
}

.balloon {
  position: absolute;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  border: 2px solid;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.balloon:before, .balloon:after {
  position: absolute;
  display: block;
  content: "";
  border-style: solid;
  border-color: transparent;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.balloon:before {
  border-width: 16px 10px;
}
.balloon:after {
  border-width: 16px 9px;
}
.balloon--open {
  margin-top: auto;
  opacity: 1;
  visibility: visible;
  -webkit-animation: floatingBalloon 0.6s ease-in-out infinite alternate;
          animation: floatingBalloon 0.6s ease-in-out infinite alternate;
}
.balloon--open-add-active {
  visibility: visible;
}
.balloon--open-remove-active {
  margin-top: auto;
  opacity: 0;
  visibility: visible;
}
.balloon--top:before {
  bottom: -32px;
}
.balloon--top:after {
  bottom: -28px;
}
.balloon--bottom:before {
  top: -32px;
}
.balloon--bottom:after {
  top: -28px;
}
.balloon.balloon--primary {
  background: #f8f9fb;
  border-color: #ee5555;
  color: #ee5555;
}
.balloon.balloon--primary.balloon--top:before {
  border-top-color: #ee5555;
}
.balloon.balloon--primary.balloon--top:after {
  border-top-color: #f8f9fb;
}
.balloon.balloon--primary.balloon--bottom:before {
  border-bottom-color: #ee5555;
}
.balloon.balloon--primary.balloon--bottom:after {
  border-bottom-color: #f8f9fb;
}
.balloon.balloon--action {
  background: #f8f9fb;
  border-color: #3ec1bd;
  color: #3ec1bd;
}
.balloon.balloon--action.balloon--top:before {
  border-top-color: #3ec1bd;
}
.balloon.balloon--action.balloon--top:after {
  border-top-color: #f8f9fb;
}
.balloon.balloon--action.balloon--bottom:before {
  border-bottom-color: #3ec1bd;
}
.balloon.balloon--action.balloon--bottom:after {
  border-bottom-color: #f8f9fb;
}
.balloon.balloon--notice {
  background: #f8f9fb;
  border-color: #0b41a0;
  color: #0b41a0;
}
.balloon.balloon--notice.balloon--top:before {
  border-top-color: #0b41a0;
}
.balloon.balloon--notice.balloon--top:after {
  border-top-color: #f8f9fb;
}
.balloon.balloon--notice.balloon--bottom:before {
  border-bottom-color: #0b41a0;
}
.balloon.balloon--notice.balloon--bottom:after {
  border-bottom-color: #f8f9fb;
}
.balloon.balloon--default {
  background: #feffff;
  border-color: #aaa;
  color: #444;
}
.balloon.balloon--default.balloon--top:before {
  border-top-color: #aaa;
}
.balloon.balloon--default.balloon--top:after {
  border-top-color: #feffff;
}
.balloon.balloon--default.balloon--bottom:before {
  border-bottom-color: #aaa;
}
.balloon.balloon--default.balloon--bottom:after {
  border-bottom-color: #feffff;
}

@-webkit-keyframes floatingBalloon {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
}

@keyframes floatingBalloon {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
}
.landing-balloon {
  position: relative;
}

.landing {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .landing {
    padding: 20px 0;
  }
}
.landing__jumbotron {
  background: #0b41a0;
  padding: 50px 0;
}
.landing__jumbotron__caption {
  font-size: 40px;
}
.landing__jumbotron__title {
  color: #fff;
}
.landing__jumbotron__title--sub {
  display: block;
  margin-top: 0.2em;
  color: #aaccf2;
}
@media (min-width: 768px) {
  .landing__jumbotron__title--sub {
    display: inline;
    margin: 0 0 0 24px;
  }
}
.landing__jumbotron__title--small {
  display: block;
  margin-top: 8px;
  font-size: 70%;
  color: #aaccf2;
}
@media (max-width: 991px) {
  .landing__jumbotron {
    padding: 30px 10px;
    text-align: center;
  }
}
.landing__biz-contact--title {
  font-size: 1.2em;
  font-weight: 700;
}
.landing__biz-contact .contact-box {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .landing__biz-contact .contact-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid #d8dbdd;
    border-radius: 5px;
  }
}
@media (min-width: 992px) {
  .landing__biz-contact .contact-box {
    width: 70%;
  }
}
.landing__biz-contact .contact-box__tel, .landing__biz-contact .contact-box__hour {
  border: 1px solid #d8dbdd;
  background-color: #fff;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .landing__biz-contact .contact-box__tel, .landing__biz-contact .contact-box__hour {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    width: 50%;
    background-color: transparent;
  }
}
.landing__biz-contact .contact-box__tel dt, .landing__biz-contact .contact-box__hour dt {
  border-bottom: 1px solid #d8dbdd;
  padding: 5px;
  background-color: #e3eefa;
}
.landing__biz-contact .contact-box__tel dd, .landing__biz-contact .contact-box__hour dd {
  padding: 10px;
}
@media (min-width: 768px) {
  .landing__biz-contact .contact-box__tel dd, .landing__biz-contact .contact-box__hour dd {
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .landing__biz-contact .contact-box__tel {
    border-right: 1px solid #d8dbdd;
  }
}
.landing__biz-contact .contact-box__tel-data {
  font-family: "StudySapuriNumbers";
  font-size: 28px;
}
.landing__biz-contact .contact-box__tel-data a {
  display: inline-block;
  color: #24243f;
}
.landing__biz-contact .contact-box__tel-data a:hover {
  cursor: default;
  text-decoration: none;
}
@media (min-width: 768px) {
  .landing__biz-contact .contact-box__tel-data a {
    pointer-events: none;
  }
}
.landing__biz-contact .contact-note__list {
  margin: 0 auto 80px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .landing__biz-contact .contact-note__list {
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .landing__biz-contact .contact-note__list {
    width: 70%;
  }
}
.landing__biz-contact .contact-note__list--item {
  position: relative;
  padding-left: 16px;
}
.landing__biz-contact .contact-note__list--item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
  font-size: 12px;
}
.landing__nav {
  display: block;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #feffff;
}
@media (min-width: 1200px) {
  .landing__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.landing__nav--item {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
}
.landing__nav--item:last-child {
  border-bottom: none;
}
.landing__nav--item:hover {
  background-color: #fbfbfb;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
@media (min-width: 1200px) {
  .landing__nav--item {
    border-right: 1px solid #ddd;
  }
  .landing__nav--item:nth-child(even) {
    border-right: none;
  }
  .landing__nav--item:nth-child(odd):nth-last-child(2) {
    border-bottom: none;
  }
}
.landing__nav--item a {
  display: block;
  width: 100%;
  position: relative;
  padding: 10px 30px 10px 10px;
  min-height: 3em;
}
.landing__nav--item a:hover {
  text-decoration: none;
}
.landing__nav--item a:hover:after {
  border-bottom: solid 2px #155eab;
  border-right: solid 2px #155eab;
}
.landing__nav--item a:before {
  content: "○";
  width: 20px;
  height: 20px;
  border: 0px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -16px;
  font-size: 20px;
}
.landing__nav--item a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-bottom: solid 2px #0ca5e6;
  border-right: solid 2px #0ca5e6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -6px;
}
.landing__nav--item a small {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .landing__nav--item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  a.tel-data {
    pointer-events: none;
    color: #24243f;
  }
  a.tel-data:hover {
    text-decoration: none;
    cursor: default;
  }
}

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

.landing__biz-contact .contact-box-before-after {
  max-width: 940px;
  margin: 20px auto;
}
.landing__biz-contact .contact-box-before-after table {
  width: 100%;
  margin: auto;
  border: 1px solid #D8DBDD;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 4px;
}
.landing__biz-contact .contact-box-before-after thead th.empty {
  background: #E9E9ED;
}
.landing__biz-contact .contact-box-before-after thead th:not(:last-child) {
  border-right: 1px solid #D8DBDD;
}
.landing__biz-contact .contact-box-before-after tbody tr:not(:last-child) th, .landing__biz-contact .contact-box-before-after tbody tr:not(:last-child) td {
  border-bottom: 1px solid #D8DBDD;
}
.landing__biz-contact .contact-box-before-after tbody th {
  border-right: 1px solid #D8DBDD;
}
.landing__biz-contact .contact-box-before-after tbody td {
  padding: 5px 20px;
  background: #FFFFFF;
}
.landing__biz-contact .contact-box-before-after tbody td:not(:last-child) {
  border-right: 1px solid #D8DBDD;
}
@media (min-width: 768px) {
  .landing__biz-contact .contact-box-before-after .contact-box-after thead {
    display: none;
  }
}
.landing__biz-contact .contact-box-before-after .contact-box__tit-before,
.landing__biz-contact .contact-box-before-after .contact-box__tit-after {
  padding: 5px 20px;
  background: #0B41A0;
  color: #FFFFFF;
  font-weight: bold;
}
@media (min-width: 768px) {
  .landing__biz-contact .contact-box-before-after .contact-box__tit-before,
.landing__biz-contact .contact-box-before-after .contact-box__tit-after {
    white-space: nowrap;
  }
}
.landing__biz-contact .contact-box-before-after .contact-box__tit-after {
  background: #436FBA;
}
.landing__biz-contact .contact-box-before-after .contact-box__tel-tit,
.landing__biz-contact .contact-box-before-after .contact-box__hour-tit {
  width: 40%;
  padding: 5px;
  background: #E3EEFA;
  font-weight: bold;
}
@media (min-width: 768px) {
  .landing__biz-contact .contact-box-before-after .contact-box__tel-data,
.landing__biz-contact .contact-box-before-after .contact-box__hour-data {
    width: 40%;
  }
}
.landing__biz-contact .contact-box-before-after .contact-box__tel-data {
  padding: 15px;
}
@media (min-width: 768px) {
  .landing__biz-contact .contact-box-before-after .contact-box__tel-data {
    padding: 5px;
  }
}
@media (min-width: 768px) {
  .landing__biz-contact .contact-box-before-after + .contact-note__list {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .landing__biz-contact .contact-box-before-after + .contact-note__list {
    width: 100%;
  }
}
.landing__biz-contact .contact-box-arrow {
  width: 0;
  height: 0;
  margin: 10px auto 5px auto;
  border-style: solid;
  border-width: 24px 49px 0 49px;
  border-color: #D8DBDD transparent transparent transparent;
}

.banner__container {
  padding: 20px 0px 30px;
}
.banner__message {
  font-size: 2.8rem;
  text-align: center;
}
.banner__gray {
  background-color: #f4f4f4;
}

.announce {
  background: #fbfbfb;
}
.announce__inner {
  width: 100%;
}

@media (min-width: 768px) {
  .announce__inner {
    display: table;
    table-layout: fixed;
  }
}
.announce__inner__campaign-item,
.announce__inner__item {
  text-align: center;
}

@media (min-width: 768px) {
  .announce__inner__campaign-item,
.announce__inner__item {
    padding: 5px 10px;
    text-align: left;
    display: table-cell;
  }

  .announce__inner__campaign-item:last-child,
.announce__inner__item:last-child {
    width: 150px;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .announce__inner__item:first-child {
    width: 90px;
  }
}
.announce--border-top {
  border-top: 1px solid #ddd;
}

.announce--border-bottom {
  border-bottom: 1px solid #ddd;
}

.announce__body,
.announce__button,
.announce__header {
  margin: 6px 0;
  white-space: nowrap;
  vertical-align: middle;
}

.announce__body,
.announce__header {
  line-height: 32px;
}

.announce__header {
  font-weight: 700;
  color: #0b41a0;
  font-size: 18px;
}

.announce__body {
  overflow: hidden;
  text-overflow: ellipsis;
}

.announce__button {
  font-size: 12px;
  padding: 4px 15px !important;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .announce__button {
    display: inline-block;
    margin-bottom: 6px;
    width: auto;
  }
}
.pcp-information__multiple {
  text-align: center;
}
.pcp-information__multiple h2 {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #0ca5e6;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  letter-spacing: -0.01em;
}
@media (min-width: 992px) {
  .pcp-information__multiple h2 {
    font-size: 24px;
  }
}
.pcp-information__multiple .pcp-information__tit {
  margin: 24px 0 0;
}
.pcp-information__multiple a {
  color: #24243f;
  text-decoration: none;
}
.pcp-information__multiple a h3, .pcp-information__multiple a .lead {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.pcp-information__multiple a h3 {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 700;
}
.pcp-information__multiple a h3 span {
  text-decoration: underline;
}
.pcp-information__multiple a .lead {
  margin: 0.8em 0 2.4em;
  font-size: 12px;
  font-weight: 400;
}
.pcp-information__multiple a .lead span {
  font-weight: 700;
  text-decoration: underline;
}
.pcp-information__multiple a:hover .lead span {
  text-decoration: none;
}
@media (min-width: 768px) {
  .pcp-information__multiple .pcp-information__tit {
    margin: 0;
  }
  .pcp-information__multiple a h3 {
    font-size: 18px;
  }
  .pcp-information__multiple a .lead {
    font-size: 14px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b41a0;
  opacity: 0.7;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.9;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 32px;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -12px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.9;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.9;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid transparent;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3c67b3;
}
@media (min-width: 768px) {
  .mfp-arrow-left:before {
    border-right: 27px solid #fff;
  }
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid transparent;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3c67b3;
}
@media (min-width: 768px) {
  .mfp-arrow-right:before {
    border-left: 27px solid #fff;
  }
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
            transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
            transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * transition default setting
 */
/**
 * Animations
 */
.visible {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.invisible {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}

.fromTopIn {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fromTopOut {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  opacity: 0;
}

.fromBottomIn {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fromBottomOut {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  opacity: 0;
}

.fromLeftIn {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fromLeftOut {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
  opacity: 0;
}

.fromRightIn {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fromRightOut {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
  opacity: 0;
}

.scaleUpIn {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}

.scaleUpOut {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
  opacity: 0;
}

.scaleDownIn {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}

.scaleDownOut {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7);
  opacity: 0;
}

.promotions__nav {
  position: relative;
  background: #0b41a0;
  height: 64px;
  line-height: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .promotions__nav {
    height: 40px;
  }
}
.promotions__nav__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  border-right: 1px solid #fff;
}
@media (max-width: 767px) {
  .promotions__nav__main {
    border-right: none;
  }
  .promotions__nav__main li:nth-child(1) a {
    border-left: none;
  }
}
.promotions__nav__main li {
  list-style: none;
  width: 25%;
  text-align: center;
  position: relative;
}
.promotions__nav__main li a {
  display: block;
  color: #fff;
  height: 64px;
  line-height: 64px;
  border-left: 1px solid #fff;
}
@media (max-width: 767px) {
  .promotions__nav__main li a {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
.promotions__nav__main li a:hover {
  background-color: #1c80e7;
  text-decoration: none;
}
.promotions__nav__child {
  display: none;
  position: absolute;
  top: 64px;
  left: 0px;
  width: 100%;
  background: #0b41a0;
  z-index: 3;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .promotions__nav__child {
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .promotions__nav__child {
    font-size: 11px;
  }
}
.promotions__nav__child li {
  position: relative;
  border-top: 1px solid #fff;
  width: 100%;
}

/* block-pcp */
.block-pcp {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: #0b41a0;
}
.block-pcp a {
  display: grid;
  grid-template-columns: calc(110 / 375 * 100vw) 1fr;
  grid-template-rows: calc(150 / 375 * 100vw) auto;
  gap: 0 calc(8 / 375 * 100vw);
  color: #fff !important;
  text-decoration: none;
}
.block-pcp a:hover {
  text-decoration: none;
}
.block-pcp__image {
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: flex-end;
  position: relative;
  margin-left: calc(8 / 375 * 100vw);
  padding-left: calc(8 / 375 * 100vw);
}
.block-pcp__image picture {
  position: relative;
  z-index: 3;
  text-align: right;
}
.block-pcp__image img {
  width: calc(99 / 375 * 100vw);
}
.block-pcp__contents {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: center;
  padding-right: calc(24 / 375 * 100vw);
}
.block-pcp__title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1em;
  font-size: calc(20 / 375 * 100vw);
  font-weight: 700;
  line-height: 1.5;
}
.block-pcp__title b {
  font-size: calc(30 / 375 * 100vw);
  font-family: "StudySapuriNumbers";
  font-weight: normal;
  line-height: 1;
}
.block-pcp__lead {
  margin-bottom: 0;
  font-size: calc(12 / 375 * 100vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.block-pcp__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: calc(8 / 375 * 100vw);
  max-width: calc(184 / 375 * 100vw);
  min-height: calc(32 / 375 * 100vw);
  border: calc(1 / 375 * 100vw) solid;
  border-radius: calc(4 / 375 * 100vw);
  font-size: calc(12 / 375 * 100vw);
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block-pcp__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(10 / 375 * 100vw);
  width: calc(7 / 375 * 100vw);
  height: calc(7 / 375 * 100vw);
  border-top: calc(2 / 375 * 100vw) solid;
  border-right: calc(2 / 375 * 100vw) solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.block-pcp__btn span {
  display: none;
}
.block-pcp__notes {
  grid-column: 1/3;
  grid-row: 2/3;
  padding: calc(16 / 375 * 100vw);
  background: #093788;
}
.block-pcp__notes_list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.block-pcp__notes_list li {
  padding-left: 1em;
  color: rgba(255, 255, 255, 0.8);
  font-size: calc(12 / 375 * 100vw);
  line-height: 1.5;
  text-indent: -1em;
}
.block-pcp .m-badge {
  position: absolute;
  top: calc(-18 / 375 * 100vw);
  left: 0;
  width: calc(57 / 375 * 100vw);
  height: calc(57 / 375 * 100vw);
}
.block-pcp .m-badge p {
  font-size: calc(12 / 375 * 100vw);
}
.block-pcp .m-badge__title {
  line-height: 1;
}
.block-pcp .m-badge__number {
  font-size: calc(24 / 375 * 100vw);
}
.block-pcp .m-badge__number > sup {
  top: calc(11 / 375 * 100vw);
  right: calc(-9 / 375 * 100vw);
  font-size: calc(10 / 375 * 100vw);
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.block-pcp .m-badge__sub {
  font-size: calc(11 / 375 * 100vw);
}
@media (min-width: 768px) {
  .block-pcp {
    margin-right: 0;
    margin-left: 0;
  }
  .block-pcp a {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 24px;
    padding: 24px 16px;
  }
  .block-pcp a:hover .block-pcp__btn {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .block-pcp__image {
    grid-column: 1/2;
    grid-row: 1/3;
    -webkit-flex-basis: 170px;
        -ms-flex-preferred-size: 170px;
            flex-basis: 170px;
    margin-bottom: -24px;
    margin-left: 0;
    padding-left: 0;
  }
  .block-pcp__image img {
    width: 139px;
  }
  .block-pcp__contents {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-right: 0;
    max-width: 485px;
    text-align: center;
  }
  .block-pcp__title {
    margin-right: 0;
    font-size: 2.4rem;
  }
  .block-pcp__title b {
    font-size: 3.6rem;
  }
  .block-pcp__lead {
    font-size: 1.8rem;
  }
  .block-pcp__btn {
    display: block;
    margin: 16px auto 0;
    max-width: 408px;
    min-height: 36px;
    padding: 14px;
    border-width: 1px;
    border-radius: 4px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .block-pcp__btn::after {
    right: 16px;
    width: 7px;
    height: 7px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
  .block-pcp__btn span {
    display: inline;
  }
  .block-pcp__notes {
    grid-column: 2/3;
    grid-row: 2/3;
    max-width: 485px;
    padding: 0;
    background: none;
  }
  .block-pcp__notes_list {
    margin-top: 16px;
  }
  .block-pcp__notes_list li {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
  }
  .block-pcp .m-badge {
    top: -32px;
    left: -16px;
    width: 90px;
    height: 90px;
  }
  .block-pcp .m-badge p {
    font-size: 1.2rem;
  }
  .block-pcp .m-badge__number {
    font-size: 3.9rem;
  }
  .block-pcp .m-badge__number > sup {
    top: 12px;
    right: -12px;
    font-size: 1rem;
    -webkit-transform: none;
            transform: none;
  }
  .block-pcp .m-badge__sub {
    font-size: 1.5rem;
  }
}

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