/*
 * Structur v0.4.3.0
 * https://structur.work/
 * Licensed under the MIT license.
 * Copyright 2019 Shunji Tabata
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* ===============================================
 * Utilities Classes
=============================================== */
/* Clearfix Classes
----------------------------------------------- */
.cf::after,
.clearfix::after {
  content: "";
  display: block;
  clear: both; }

/* Float Classes
----------------------------------------------- */
.float-right {
  float: right !important; }

.float-left {
  float: left !important; }

/* Visibility Classes
----------------------------------------------- */
.show {
  display: block !important; }

.hide {
  display: none !important; }

.visible {
  visibility: visible; }

.invisible,
.hidden {
  display: none !important;
  visibility: hidden; }

/* ! Displaying Control Classes
----------------------------------------------- */
.sp {
  display: block; }
  @media screen and (min-width: 768px) {
    .sp {
      display: none; } }

.pc {
  display: none; }
  @media screen and (min-width: 768px) {
    .pc {
      display: block; } }

/* ! Break(carriage return) Control Classes
----------------------------------------------- */
br.sp {
  display: block !important; }
  @media screen and (min-width: 768px) {
    br.sp {
      display: none !important; } }

br.pc {
  display: none !important; }
  @media screen and (min-width: 768px) {
    br.pc {
      display: block !important; } }

/* ! inline Break(carriage return) Control Classes
----------------------------------------------- */
br.sp-inline {
  display: inline-block !important; }
  @media screen and (min-width: 768px) {
    br.sp-inline {
      display: none !important; } }

br.pc-inline {
  display: none !important; }
  @media screen and (min-width: 768px) {
    br.pc-inline {
      display: inline-block !important; } }

/* ! Responsive Image Classes
----------------------------------------------- */
.rsp-img {
  display: block;
  max-width: 100%;
  height: auto; }

/* ! Custom Margin Classes
----------------------------------------------- */
.m0 {
  margin: 0px !important; }

.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.m5 {
  margin: 5px !important; }

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.m10 {
  margin: 10px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.m15 {
  margin: 15px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.m20 {
  margin: 20px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.m25 {
  margin: 25px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.m30 {
  margin: 30px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.m35 {
  margin: 35px !important; }

.mt35 {
  margin-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.m40 {
  margin: 40px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.m45 {
  margin: 45px !important; }

.mt45 {
  margin-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.m50 {
  margin: 50px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

/* ! Custom Padding Classes
----------------------------------------------- */
.p0 {
  padding: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.p5 {
  padding: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.p10 {
  padding: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.p15 {
  padding: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.p20 {
  padding: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.p25 {
  padding: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.p30 {
  padding: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.p35 {
  padding: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.p40 {
  padding: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.p45 {
  padding: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.p50 {
  padding: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

/* ===============================================
 * Base Classes
=============================================== */
/* set default font size 10px
----------------------------------------------- */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%; }

body {
  margin: 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1; }

input,
button,
select,
textarea {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

[hidden] {
  display: none !important; }

/* Anchor Color Setting
----------------------------------------------- */
a {
  color: #00a0e9;
  text-decoration: none; }
  a :hover {
    color: #00a0e9;
    text-decoration: underline; }
  a :visited {
    color: #00a0e9; }
  a :active {
    color: #00a0e9; }

/* ===============================================
 * Container Classes
=============================================== */
.st-container {
  padding: 0 1.5rem;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 768px) {
    .st-container {
      width: 760px;
      padding: 0; } }
  @media screen and (min-width: 1024px) {
    .st-container {
      width: 1000px; } }
  @media screen and (min-width: 1280px) {
    .st-container {
      width: 1200px; } }
  .st-container::after {
    content: "";
    display: block;
    clear: both; }

/* ===============================================
 * Typography Classes
=============================================== */
/* Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  font-weight: bold;
  line-height: 1.4; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 0.65rem;
  line-height: 1; }

h1 {
  font-size: 4rem; }

h2 {
  font-size: 3.6rem; }

h3 {
  font-size: 3.2rem; }

h4 {
  font-size: 2.4rem; }

h5 {
  font-size: 2rem; }

h6 {
  font-size: 1.6rem; }

/* ! Paragraph
----------------------------------------------- */
p {
  margin: 0 0 1em;
  font-size: 1.6rem;
  line-height: 1.6; }

/* ! Text Alignment Classes
----------------------------------------------- */
.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; }

/* ! Font Style Classes
----------------------------------------------- */
.text-normal {
  font-style: normal; }

.text-italic {
  font-style: italic; }

.text-oblique {
  font-style: oblique; }

.text-strong {
  font-weight: bold; }

.text-nowrap {
  white-space: nowrap; }

/* ! Text Transform Classes
----------------------------------------------- */
.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

/* Blockquote
----------------------------------------------- */
blockquote {
  margin: 0 0 1em;
  padding: 1.0rem 2.0rem;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 1.6;
  border-left: 8px solid #ddd; }

blockquote p,
blockquote ul,
blockquote ol {
  margin-bottom: 0; }

/* ! Ordered & Unordered List
----------------------------------------------- */
ul,
ol {
  margin: 0 0 1em;
  padding-left: 1em; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
  padding-top: 1em; }

li {
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 1.6; }

/* ! Unstyled List
----------------------------------------------- */
ul.list-unstyled {
  padding-left: 0;
  list-style: none; }

/* ! Inline List
----------------------------------------------- */
ul.list-inline {
  margin-left: -1em;
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-right: 1em;
  padding-left: 1em; }

/* Definition List
----------------------------------------------- */
dl {
  margin-top: 0;
  margin-bottom: 1em; }

dl:after::after {
  content: "";
  display: block;
  clear: both; }

dt,
dd {
  font-size: 1.6rem;
  line-height: 1.6; }

dt {
  font-weight: bold; }

dd {
  margin-left: 1em; }

/* Horizontal Rule
----------------------------------------------- */
hr {
  height: 0;
  margin-bottom: 4.0em;
  padding-top: 5.0rem;
  border: none;
  border-bottom: 1px solid #e5e5e5; }

/*invisible line */
hr.separator {
  border: none; }

/* ! Inline Code
----------------------------------------------- */
code {
  background-color: #f2f2f2;
  margin: 0 .25em;
  padding: 0.1em 0.5em;
  font-size: 1.5rem;
  font-family: "Courier New", monospace;
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  white-space: nowrap; }

/* ! Preformatted Text
----------------------------------------------- */
pre {
  display: block;
  background-color: transparent;
  margin: 0 0 1em;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 1.5rem;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  overflow: auto; }

pre code {
  background-color: transparent;
  margin: 0;
  padding: 2.0rem !important;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap; }

/* ===============================================
 * Button Classes
=============================================== */
/* Basic Button
----------------------------------------------- */
.st-button {
  position: relative;
  display: inline-block;
  background-image: none;
  background-color: #e5e5e5;
  padding: 0.5em 1.0em;
  color: #333333;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.0;
  border: solid 1px #e5e5e5;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.st-button:hover,
.st-button:focus {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.st-button:focus {
  outline: 0; }

/* Disabled Button
----------------------------------------------- */
.st-button[disabled],
.st-button-disabled,
.st-button-disabled:hover,
.st-button-disabled:focus,
.st-button-disabled:active {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none; }

/* Variety of colours and style
----------------------------------------------- */
/* Primary Color Button */
.st-button-primary {
  background-color: #00a0e9;
  color: #ffffff;
  border-color: #00a0e9; }

/* Secondary Color Button */
.st-button-secondary {
  background-color: #313439;
  color: #ffffff;
  border-color: #313439; }

/* Success Color Button */
.st-button-success {
  background-color: #1bbc9b;
  color: #ffffff;
  border-color: #1bbc9b; }

/* Error Color Button */
.st-button-error {
  background-color: #e74c3c;
  color: #ffffff;
  border-color: #e74c3c; }

/* Warning Color Button */
.st-button-warning {
  background-color: #f1c000;
  color: #ffffff;
  border-color: #f1c000; }

/* Bordered Button
----------------------------------------------- */
.st-button-bordered {
  background-color: transparent;
  border-width: 1px;
  border-style: solid; }

/* Primary */
.st-button-bordered.st-button-primary {
  color: #00a0e9; }

/* Secondary */
.st-button-bordered.st-button-secondary {
  color: #313439; }

/* Success */
.st-button-bordered.st-button-success {
  color: #1bbc9b; }

/* Error */
.st-button-bordered.st-button-error {
  color: #e74c3c; }

/* Warning */
.st-button-bordered.st-button-warning {
  color: #f1c000; }

/* Rounded Button
----------------------------------------------- */
.st-button-rounded {
  border-radius: 0.5rem; }

/* Pill Button
----------------------------------------------- */
.st-button-pill {
  border-radius: 2.0em; }

/* ===============================================
 * Forms Classes
=============================================== */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* Basic Form Controls
----------------------------------------------- */
.st-form input[type="text"],
.st-form input[type="password"],
.st-form input[type="email"],
.st-form input[type="url"],
.st-form input[type="date"],
.st-form input[type="month"],
.st-form input[type="time"],
.st-form input[type="datetime"],
.st-form input[type="datetime-local"],
.st-form input[type="week"],
.st-form input[type="number"],
.st-form input[type="search"],
.st-form input[type="tel"],
.st-form input[type="color"],
.st-form select,
.st-form textarea {
  display: inline-block;
  max-width: 100%;
  padding: 0.5em;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.6;
  border: 1px solid #e5e5e5;
  border-radius: 0.3rem; }

/* Label
----------------------------------------------- */
.st-form label {
  display: inline-block;
  max-width: 100%;
  margin: 0 1.0rem 0.5rem 0;
  font-size: 1.6rem;
  line-height: 1.6; }

.st-form .checkbox label,
.st-form .radio label {
  display: inline-block;
  margin-right: 1.0rem; }

.st-form .checkbox input[type="checkbox"],
.st-form .radio input[type="radio"] {
  margin-right: 0.5rem; }

/* Form Controls Focus
----------------------------------------------- */
.st-form input[type="text"]:focus,
.st-form input[type="password"]:focus,
.st-form input[type="email"]:focus,
.st-form input[type="url"]:focus,
.st-form input[type="date"]:focus,
.st-form input[type="month"]:focus,
.st-form input[type="time"]:focus,
.st-form input[type="datetime"]:focus,
.st-form input[type="datetime-local"]:focus,
.st-form input[type="week"]:focus,
.st-form input[type="number"]:focus,
.st-form input[type="search"]:focus,
.st-form input[type="tel"]:focus,
.st-form input[type="color"]:focus,
.st-form select:focus,
.st-form textarea:focus {
  outline: none;
  box-shadow: 0px 0px 5px #00a0e9; }

/* Form Controls Disabled
----------------------------------------------- */
.st-form input[type="text"][disabled],
.st-form input[type="password"][disabled],
.st-form input[type="email"][disabled],
.st-form input[type="url"][disabled],
.st-form input[type="date"][disabled],
.st-form input[type="month"][disabled],
.st-form input[type="time"][disabled],
.st-form input[type="datetime"][disabled],
.st-form input[type="datetime-local"][disabled],
.st-form input[type="week"][disabled],
.st-form input[type="number"][disabled],
.st-form input[type="search"][disabled],
.st-form input[type="tel"][disabled],
.st-form input[type="color"][disabled],
.st-form select[disabled],
.st-form textarea[disabled] {
  background-color: #f2f2f2;
  color: #666;
  cursor: not-allowed; }

/* Chrome */
.st-form input::-webkit-input-placeholder,
.st-form select::-webkit-input-placeholder,
.st-form textarea::-webkit-input-placeholder {
  color: #666; }

/* Firefox */
.st-form input::-moz-placeholder,
.st-form select::-moz-placeholder,
.st-form textarea::-moz-placeholder {
  color: #666; }

/* IE */
.st-form input:-ms-input-placeholder,
.st-form select::-ms-input-placeholder,
.st-form textarea::-ms-input-placeholder {
  color: #666; }

.st-form input::placeholder,
.st-form select::placeholder,
.st-form textarea::placeholder {
  color: #666; }

/* Funcy Form Controls
----------------------------------------------- */
/* Funcy Select Box */
.st-select {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 0.3rem; }

.st-select::after {
  display: block;
  position: absolute;
  right: 1.5rem;
  top: 0;
  content: "\f107";
  color: #999;
  font-size: 1.8rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 3.6rem;
  pointer-events: none;
  z-index: 1; }

.st-select select {
  display: inline-block;
  background: none;
  max-width: 100%;
  width: 100%;
  padding: 0 0 0 1em;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 3.6rem;
  border: 0;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

.st-select select:focus,
.st-select option:focus,
.st-select select::-moz-focus-inner,
.st-select option::-moz-focus-inner {
  outline: none;
  border: none; }

.st-select option {
  background-color: #fff; }

/* Funcy Checkbox
----------------------------------------------------------- */
.st-form .st-checkbox label {
  display: inline-block;
  padding-right: 1rem;
  cursor: pointer; }

.st-form .st-checkbox label input[type="checkbox"] {
  display: none; }

.st-form .st-checkbox label span {
  position: relative; }

.st-form .st-checkbox label span:before {
  position: relative;
  top: 2px;
  content: "\f0c8";
  color: #666;
  font-size: 1.8rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 1.0rem; }

.st-form .st-checkbox label input[type="checkbox"]:checked + span {
  color: #00a0e9; }

.st-form .st-checkbox label input[type="checkbox"]:checked + span:before {
  content: "\f14a";
  color: #00a0e9;
  font-size: 1.8rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

/* Funcy Radio Button
----------------------------------------------------------- */
.st-form .st-radio label {
  display: inline-block;
  padding-right: 1em;
  cursor: pointer; }

.st-form .st-radio label input[type="radio"] {
  display: none; }

.st-form .st-radio label span {
  position: relative; }

.st-form .st-radio label span:before {
  position: relative;
  top: 2px;
  content: "\f111";
  margin-right: 7px;
  color: #666;
  font-size: 1.8rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

.st-form .st-radio input[type="radio"]:checked + span {
  color: #00a0e9; }

.st-form .st-radio input[type="radio"]:checked + span:before {
  content: "\f192";
  color: #00a0e9;
  font-size: 1.8rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 400; }

/* ===============================================
 * Table Classes
=============================================== */
/* Deafault Table Style Reset
----------------------------------------------- */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 1em;
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show; }

th {
  text-align: left;
  font-weight: bold; }

td,
th {
  padding: 1em;
  font-size: 1.6rem;
  line-height: 1.6; }

caption {
  padding: 0.5em;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.6; }

/* Basic
----------------------------------------------------------- */
.st-table th,
.st-table td {
  border-bottom: 1px solid #e5e5e5; }

/* Striped
----------------------------------------------------------- */
.st-table-striped tbody tr:nth-child(2n+1) {
  background-color: #f2f2f2; }

/* Bordered
----------------------------------------------------------- */
.st-table-bordered th,
.st-table-bordered td {
  border: 1px solid #e5e5e5; }

/* Hover Rows
----------------------------------------------------------- */
.st-table-hover tbody tr:hover {
  background-color: #f2f2f2; }

/* Responsive Table Classes
----------------------------------------------- */
.st-table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 768px) {
  .st-table-responsive {
    width: 100%;
    margin-bottom: 1em;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }
/* ===============================================
 * Grids Classes
=============================================== */
.st-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.st-grid > [class*='st-unit-'],
.st-grid > [class*=' st-unit-'] {
  margin: 0; }

.st-grid.around {
  justify-content: space-around; }

.st-grid.between {
  justify-content: space-between; }

.st-grid.gutters {
  margin-left: -2rem; }

.st-grid.gutters > [class*='st-unit-'],
.st-grid.gutters > [class*=' st-unit-'] {
  margin-left: 2rem; }

/* Small screen & phone */
.st-unit-1 {
  width: 8.3333333333%; }

.gutters > .st-unit-1 {
  width: calc(8.3333333333% - 2rem); }

.st-unit-2 {
  width: 16.6666666667%; }

.gutters > .st-unit-2 {
  width: calc(16.6666666667% - 2rem); }

.st-unit-3 {
  width: 25%; }

.gutters > .st-unit-3 {
  width: calc(25% - 2rem); }

.st-unit-4 {
  width: 33.3333333333%; }

.gutters > .st-unit-4 {
  width: calc(33.3333333333% - 2rem); }

.st-unit-5 {
  width: 41.6666666667%; }

.gutters > .st-unit-5 {
  width: calc(41.6666666667% - 2rem); }

.st-unit-6 {
  width: 50%; }

.gutters > .st-unit-6 {
  width: calc(50% - 2rem); }

.st-unit-7 {
  width: 58.3333333333%; }

.gutters > .st-unit-7 {
  width: calc(58.3333333333% - 2rem); }

.st-unit-8 {
  width: 66.6666666667%; }

.gutters > .st-unit-8 {
  width: calc(66.6666666667% - 2rem); }

.st-unit-9 {
  width: 75%; }

.gutters > .st-unit-9 {
  width: calc(75% - 2rem); }

.st-unit-10 {
  width: 83.3333333333%; }

.gutters > .st-unit-10 {
  width: calc(83.3333333333% - 2rem); }

.st-unit-11 {
  width: 91.6666666667%; }

.gutters > .st-unit-11 {
  width: calc(91.6666666667% - 2rem); }

.st-unit-12 {
  width: 100%; }

.gutters > .st-unit-12 {
  width: calc(100% - 2rem); }

/* Medium screen / tablet */
@media screen and (min-width: 768px) {
  .st-unit-md-1 {
    width: 8.3333333333%; }

  .gutters > .st-unit-md-1 {
    width: calc(8.3333333333% - 2rem); }

  .st-unit-md-2 {
    width: 16.6666666667%; }

  .gutters > .st-unit-md-2 {
    width: calc(16.6666666667% - 2rem); }

  .st-unit-md-3 {
    width: 25%; }

  .gutters > .st-unit-md-3 {
    width: calc(25% - 2rem); }

  .st-unit-md-4 {
    width: 33.3333333333%; }

  .gutters > .st-unit-md-4 {
    width: calc(33.3333333333% - 2rem); }

  .st-unit-md-5 {
    width: 41.6666666667%; }

  .gutters > .st-unit-md-5 {
    width: calc(41.6666666667% - 2rem); }

  .st-unit-md-6 {
    width: 50%; }

  .gutters > .st-unit-md-6 {
    width: calc(50% - 2rem); }

  .st-unit-md-7 {
    width: 58.3333333333%; }

  .gutters > .st-unit-md-7 {
    width: calc(58.3333333333% - 2rem); }

  .st-unit-md-8 {
    width: 66.6666666667%; }

  .gutters > .st-unit-md-8 {
    width: calc(66.6666666667% - 2rem); }

  .st-unit-md-9 {
    width: 75%; }

  .gutters > .st-unit-md-9 {
    width: calc(75% - 2rem); }

  .st-unit-md-10 {
    width: 83.3333333333%; }

  .gutters > .st-unit-md-10 {
    width: calc(83.3333333333% - 2rem); }

  .st-unit-md-11 {
    width: 91.6666666667%; }

  .gutters > .st-unit-md-11 {
    width: calc(91.6666666667% - 2rem); }

  .st-unit-md-12 {
    width: 100%; }

  .gutters > .st-unit-md-12 {
    width: calc(100% - 2rem); } }
/* Large screen / desktop */
@media screen and (min-width: 1024px) {
  .st-unit-lg-1 {
    width: 8.3333333333%; }

  .gutters > .st-unit-lg-1 {
    width: calc(8.3333333333% - 2rem); }

  .st-unit-lg-2 {
    width: 16.6666666667%; }

  .gutters > .st-unit-lg-2 {
    width: calc(16.6666666667% - 2rem); }

  .st-unit-lg-3 {
    width: 25%; }

  .gutters > .st-unit-lg-3 {
    width: calc(25% - 2rem); }

  .st-unit-lg-4 {
    width: 33.3333333333%; }

  .gutters > .st-unit-lg-4 {
    width: calc(33.3333333333% - 2rem); }

  .st-unit-lg-5 {
    width: 41.6666666667%; }

  .gutters > .st-unit-lg-5 {
    width: calc(41.6666666667% - 2rem); }

  .st-unit-lg-6 {
    width: 50%; }

  .gutters > .st-unit-lg-6 {
    width: calc(50% - 2rem); }

  .st-unit-lg-7 {
    width: 58.3333333333%; }

  .gutters > .st-unit-lg-7 {
    width: calc(58.3333333333% - 2rem); }

  .st-unit-lg-8 {
    width: 66.6666666667%; }

  .gutters > .st-unit-lg-8 {
    width: calc(66.6666666667% - 2rem); }

  .st-unit-lg-9 {
    width: 75%; }

  .gutters > .st-unit-lg-9 {
    width: calc(75% - 2rem); }

  .st-unit-lg-10 {
    width: 83.3333333333%; }

  .gutters > .st-unit-lg-10 {
    width: calc(83.3333333333% - 2rem); }

  .st-unit-lg-11 {
    width: 91.6666666667%; }

  .gutters > .st-unit-lg-11 {
    width: calc(91.6666666667% - 2rem); }

  .st-unit-lg-12 {
    width: 100%; }

  .gutters > .st-unit-lg-12 {
    width: calc(100% - 2rem); } }
/* Extra large screen / wide desktop */
@media screen and (min-width: 1280px) {
  .st-unit-xl-1 {
    width: 8.3333333333%; }

  .gutters > .st-unit-xl-1 {
    width: calc(8.3333333333% - 2rem); }

  .st-unit-xl-2 {
    width: 16.6666666667%; }

  .gutters > .st-unit-xl-2 {
    width: calc(16.6666666667% - 2rem); }

  .st-unit-xl-3 {
    width: 25%; }

  .gutters > .st-unit-xl-3 {
    width: calc(25% - 2rem); }

  .st-unit-xl-4 {
    width: 33.3333333333%; }

  .gutters > .st-unit-xl-4 {
    width: calc(33.3333333333% - 2rem); }

  .st-unit-xl-5 {
    width: 41.6666666667%; }

  .gutters > .st-unit-xl-5 {
    width: calc(41.6666666667% - 2rem); }

  .st-unit-xl-6 {
    width: 50%; }

  .gutters > .st-unit-xl-6 {
    width: calc(50% - 2rem); }

  .st-unit-xl-7 {
    width: 58.3333333333%; }

  .gutters > .st-unit-xl-7 {
    width: calc(58.3333333333% - 2rem); }

  .st-unit-xl-8 {
    width: 66.6666666667%; }

  .gutters > .st-unit-xl-8 {
    width: calc(66.6666666667% - 2rem); }

  .st-unit-xl-9 {
    width: 75%; }

  .gutters > .st-unit-xl-9 {
    width: calc(75% - 2rem); }

  .st-unit-xl-10 {
    width: 83.3333333333%; }

  .gutters > .st-unit-xl-10 {
    width: calc(83.3333333333% - 2rem); }

  .st-unit-xl-11 {
    width: 91.6666666667%; }

  .gutters > .st-unit-xl-11 {
    width: calc(91.6666666667% - 2rem); }

  .st-unit-xl-12 {
    width: 100%; }

  .gutters > .st-unit-xl-12 {
    width: calc(100% - 2rem); } }
/* ===============================================
 * Font Awesome Classes
=============================================== */
.fa-solid::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

.fa-brand::before {
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.ic-angle-double-down::before {
  content: "\f103"; }

.ic-angle-double-left::before {
  content: "\f100"; }

.ic-angle-double-right::before {
  content: "\f101"; }

.ic-angle-double-up::before {
  content: "\f102"; }

.ic-angle-down::before {
  content: "\f107"; }

.ic-angle-left::before {
  content: "\f104"; }

.ic-angle-right::before {
  content: "\f105"; }

.ic-angle-up::before {
  content: "\f106"; }

.ic-archway::before {
  content: "\f557"; }

.ic-arrow-alt-circle-down::before {
  content: "\f358"; }

.ic-arrow-alt-circle-left::before {
  content: "\f359"; }

.ic-arrow-alt-circle-right::before {
  content: "\f35a"; }

.ic-arrow-alt-circle-up::before {
  content: "\f35b"; }

.ic-arrow-circle-down::before {
  content: "\f0ab"; }

.ic-arrow-circle-left::before {
  content: "\f0a8"; }

.ic-arrow-circle-right::before {
  content: "\f0a9"; }

.ic-arrow-circle-up::before {
  content: "\f0aa"; }

.ic-arrow-down::before {
  content: "\f063"; }

.ic-arrow-left::before {
  content: "\f060"; }

.ic-arrow-right::before {
  content: "\f061"; }

.ic-arrow-up::before {
  content: "\f062"; }

.ic-arrows-alt::before {
  content: "\f0b2"; }

.ic-arrows-alt-h::before {
  content: "\f337"; }

.ic-arrows-alt-v::before {
  content: "\f338"; }

.ic-asterisk::before {
  content: "\f069"; }

.ic-bars::before {
  content: "\f0c9"; }

.ic-caret-down::before {
  content: "\f0d7"; }

.ic-caret-left::before {
  content: "\f0d9"; }

.ic-caret-right::before {
  content: "\f0da"; }

.ic-caret-up::before {
  content: "\f0d8"; }

.ic-caret-square-down::before {
  content: "\f150"; }

.ic-caret-square-left::before {
  content: "\f191"; }

.ic-caret-square-right::before {
  content: "\f152"; }

.ic-caret-square-up::before {
  content: "\f151"; }

.ic-chevron-circle-down::before {
  content: "\f13a"; }

.ic-chevron-circle-left::before {
  content: "\f137"; }

.ic-chevron-circle-right::before {
  content: "\f138"; }

.ic-chevron-circle-up::before {
  content: "\f139"; }

.ic-chevron-down::before {
  content: "\f078"; }

.ic-chevron-left::before {
  content: "\f053"; }

.ic-chevron-right::before {
  content: "\f054"; }

.ic-chevron-up::before {
  content: "\f077"; }

.ic-envelope::before {
  content: "\f0e0"; }

.ic-envelope-open::before {
  content: "\f2b6"; }

.ic-compress::before {
  content: "\f066"; }

.ic-expand::before {
  content: "\f065"; }

.ic-exclamation::before {
  content: "\f12a"; }

.ic-exclamation-circle::before {
  content: "\f06a"; }

.ic-exclamation-triangle::before {
  content: "\f071"; }

.ic-map-marker::before {
  content: "\f041"; }

.ic-map-marker-alt::before {
  content: "\f3c5"; }

.ic-phone::before {
  content: "\f095"; }

.ic-phone-slash::before {
  content: "\f3dd"; }

.ic-phone-square::before {
  content: "\f098"; }

.ic-phone-volume::before {
  content: "\f2a0"; }

.ic-search::before {
  content: "\f002"; }

.ic-search-minus::before {
  content: "\f010"; }

.ic-search-plus::before {
  content: "\f00e"; }

.ic-times::before {
  content: "\f00d"; }

.ic-times-circle::before {
  content: "\f057"; }

.ic-toggle-off::before {
  content: "\f204"; }

.ic-toggle-on::before {
  content: "\f205"; }

.ic-css3::before {
  content: "\f13c"; }

.ic-css3-alt::before {
  content: "\f38b"; }

.ic-html5::before {
  content: "\f13b"; }

.ic-facebook-f::before {
  content: "\f39e"; }

.ic-facebook-square::before {
  content: "\f082"; }

.ic-google::before {
  content: "\f1a0"; }

.ic-google-plus::before {
  content: "\f2b3"; }

.ic-google-plus-g::before {
  content: "\f0d5"; }

.ic-google-plus-square::before {
  content: "\f0d4"; }

.ic-pinterest::before {
  content: "\f0d2"; }

.ic-pinterest-p::before {
  content: "\f231"; }

.ic-pinterest-square::before {
  content: "\f0d3"; }

.ic-instagram::before {
  content: "\f16d"; }

.ic-tumblr::before {
  content: "\f173"; }

.ic-tumblr-square::before {
  content: "\f174"; }

.ic-twitter::before {
  content: "\f099"; }

.ic-twitter-square::before {
  content: "\f081"; }

.ic-youtube::before {
  content: "\f167"; }

.ic-youtube-square::before {
  content: "\f431"; }
